* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

*::before, *::after {
  box-sizing: border-box;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active, button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

html.html-reset {
  margin-top: 0 !important;
}

/****::-webkit-scrollbar{width:8px; height:8px;}
::-webkit-scrollbar-track{background-color:;}
::-webkit-scrollbar-thumb{background:;}*/
body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  min-height: 100vh;
  font-family: var(--font), sans-serif;
  padding-top: 90px;
}
body.ar-lg {
  text-align: right;
}
body.ar-lg .logo {
  order: 4;
}
body.ar-lg .menu-wrapper {
  order: 3;
  margin-left: 0;
  margin-right: auto;
}
body.ar-lg .menu-wrapper a:nth-child(2n) {
  order: 5;
}
body.ar-lg .menu-wrapper a:nth-child(3n) {
  order: 4;
}
body.ar-lg .menu-wrapper a:nth-child(4n) {
  order: 3;
}
body.ar-lg .menu-wrapper a:nth-child(5n) {
  order: 2;
}
body.ar-lg .language-wrapper {
  order: 2;
  margin-left: 0;
  margin-right: 50px;
}
body.ar-lg .ico-svg {
  order: 1;
  margin-left: 0;
  margin-right: auto;
}
body.ar-lg .first-block .limited-container .first-info-block .line-button {
  justify-content: flex-end;
  padding-right: 50%;
}
body.ar-lg .reviews-block .reviews img {
  order: 1;
  margin-left: 20px;
  margin-right: 0;
}
body .full-container {
  width: 100%;
  background-size: cover;
  background-position: center;
}
body .full-container.img-fon {
  position: relative;
}
body .full-container.img-fon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
body .full-container.img-fon h1, body .full-container.img-fon h2, body .full-container.img-fon h3 {
  color: #fff;
}
body .full-container.img-fon .limited-container {
  position: relative;
  z-index: 2;
}
body .full-container.img-fon.white:before {
  background: rgba(255, 255, 255, 0.75);
}
body .full-container.img-fon.white h2 {
  color: var(--color);
}
body .full-container.bord-block {
  border-top: solid 2px var(--color);
}
body .limited-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding: 60px 15px;
  box-sizing: border-box;
}
body .limited-container.item-container {
  padding-bottom: 20px;
}
body .limited-container.top-non {
  padding-top: 0;
}
body.customize-support header {
  top: 32px;
}

header {
  background: var(--color);
  position: fixed;
  left: 0;
  top: 0;
  min-height: 90px;
  display: flex;
  z-index: 5;
}
header .limited-container {
  padding: 15px;
  align-items: center;
}
header .logo {
  width: 450px;
  max-width: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
header .menu-wrapper {
  margin-left: auto;
  max-width: 50%;
  align-items: center;
  display: flex;
}
header .menu-wrapper a {
  color: #fff;
  margin-left: 40px;
  font-size: 18px;
}
header .menu-wrapper a:hover {
  opacity: 0.7;
}
header .menu-wrapper .button {
  margin-left: 60px;
}
header .ico-svg {
  width: 38px;
  margin-left: auto;
  cursor: pointer;
}
header .ico-svg .fill {
  fill: #fff;
}
header .ico-svg:hover .fill {
  opacity: 0.7;
}
header .language-wrapper {
  margin-left: 50px;
  position: relative;
}
header .language-wrapper img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  border-radius: 100%;
}
header .language-wrapper .current-item {
  padding: 9px;
  background: #fff;
  display: flex;
  border-radius: var(--radius);
  color: var(--color);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  width: 76px;
}
header .language-wrapper .language {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 var(--radius) var(--radius);
}
header .language-wrapper .language .link {
  display: flex;
  width: 100%;
  color: var(--color);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  padding: 9px;
}
header .language-wrapper .language .link:hover {
  background: var(--color);
  color: #fff;
}
header .language-wrapper .language .link:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
}
header .language-wrapper:hover .current-item {
  border-radius: var(--radius) var(--radius) 0 0;
}
header .language-wrapper:hover .language {
  display: flex;
}

footer h2 {
  text-align: center;
}
footer .soc-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
footer .soc-link a {
  width: 40px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 10px;
  background: #fff;
  border-radius: var(--radius);
}
footer .soc-link a svg .fill {
  fill: var(--color);
}
footer .soc-link a:hover {
  background: var(--color);
}
footer .soc-link a:hover svg .fill {
  fill: #fff;
}
footer .form-wrapper {
  margin: 0 auto 20px auto;
}
footer .form-wrapper .form-item {
  width: 450px;
  margin-right: 20px;
}
footer .form-txt {
  font-size: 12px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.form-wrapper .form-item {
  border: solid 2px #fff;
  padding: 8px 15px;
  color: #fff;
  line-height: 21px;
  border-radius: var(--radius);
}

.line-button {
  display: flex;
  width: 100%;
}
.line-button.center {
  justify-content: center;
}

.button {
  font-size: 18px;
  cursor: pointer;
  border: solid 2px;
  padding: 8px 20px;
  border-radius: var(--radius);
  opacity: 1 !important;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.button.central {
  margin: auto;
}
.button.color {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.button.color:hover {
  color: var(--color);
  background: #ffffff;
}
.button.white {
  color: var(--color);
  background: #fff;
  border-color: #fff;
}
.button.white:hover {
  color: #fff;
}
.button:hover {
  background: none;
}
.button.contrast-color {
  background: var(--contrast);
  border-color: var(--contrast);
  color: #ffffff;
}
.button.contrast-color:hover {
  background: #ffffff;
  color: var(--contrast);
}
.button.big {
  padding: 20px 50px;
}

h1, h2, h3 {
  margin-bottom: 40px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}

h1 {
  font-size: 65px;
  line-height: 75px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 25px;
  line-height: 32px;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0;
}

b {
  font-weight: bold;
}

img {
  width: 100%;
  border-radius: var(--radius);
}

.news {
  box-shadow: 0px 0px 10px #cccccc;
  border-radius: var(--radius);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  padding-bottom: 55px;
  border: solid 1px #cccccc;
  position: relative;
}
.news img {
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: 30px;
}
.news .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: var(--color);
  padding: 0 15px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.news .title:hover {
  opacity: 0.7;
}
.news p {
  margin-bottom: 55px;
  padding: 0 15px;
  width: 100%;
  color: #000000;
}
.news .more {
  padding: 8px 15px;
  background: var(--color);
  color: #fff;
  border-radius: var(--radius);
  font-size: 15px;
  position: absolute;
  right: 15px;
  bottom: 55px;
}
.news .more:hover {
  opacity: 0.7;
}
.news .more.contrast-color {
  background: var(--contrast);
}
.news .date {
  padding: 10px 15px;
  width: 100%;
  border-top: solid 1px #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--color);
  font-size: 12px;
}

.news-block h2 {
  text-align: center;
}
.news-block h2 a {
  color: var(--color);
}
.news-block h2 a:hover {
  opacity: 0.7;
}
.news-block .news {
  width: calc(33.33% - 27px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.news-block .news:nth-child(3n+1) {
  margin-right: 0;
}
.news-block.img-fon h2 a {
  color: #fff;
}
.news-block.img-fon .news {
  background: #ffffff;
}

.reviews-block .limited-container {
  justify-content: space-between;
}
.reviews-block .banner {
  width: 100%;
  margin-bottom: 40px;
}
.reviews-block h2 {
  text-align: center;
}
.reviews-block .reviews {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 40px;
}
.reviews-block .reviews img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
}
.reviews-block .reviews .name {
  width: calc(100% - 120px);
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}
.reviews-block .reviews .txt {
  margin-top: 20px;
  width: 100%;
}

.blog-title h1 {
  text-align: center;
}

.content-wrapper {
  width: calc(100% - 300px);
  padding-right: 40px;
  box-sizing: border-box;
}
.content-wrapper .sticky-test {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper .sticky-test p img {
  margin-bottom: 40px;
}
.content-wrapper .news {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.sticky-block {
  width: 300px;
  position: relative;
}
.sticky-block .sidebar-wrapper.fix-sidebar {
  position: fixed;
  top: 130px;
}
.sticky-block .sidebar-wrapper.abs-sidebar {
  position: absolute;
  bottom: 0;
}
.sticky-block .sidebar-wrapper.non-m {
  margin-bottom: -40px;
}

.post-title {
  background-position: center;
  background-size: cover;
  position: relative;
}
.post-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7019607843) 0%, #FFFFFF 80%);
}
.post-title h1 {
  color: var(--color);
  text-align: center;
  z-index: 2;
}

.news-more {
  justify-content: space-between;
}
.news-more .news {
  width: calc(50% - 20px);
  margin-right: 0;
}

.bread-crumbs {
  position: relative;
  z-index: 2;
  color: var(--color);
  padding-top: 20px;
  line-height: 20px;
}
.bread-crumbs a {
  color: var(--color);
  margin: 0 10px;
}
.bread-crumbs a:first-child {
  margin-left: 0;
}
.bread-crumbs a:hover {
  opacity: 0.7;
}
.bread-crumbs span {
  margin-left: 10px;
  cursor: default;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
  width: 100%;
}
.nav-links .page-numbers {
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
}
.nav-links .page-numbers:hover {
  opacity: 0.7;
}
.nav-links .page-numbers.current {
  background: var(--color);
  color: #ffffff;
  border-radius: var(--radius);
  cursor: default;
}
.nav-links .page-numbers.current:hover {
  opacity: 1;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  font-size: 30px;
  margin-top: -2px;
}
.nav-links .page-numbers.dots {
  margin: 0;
  width: initial;
}

.page-404 {
  margin: auto;
}

.first-block .limited-container {
  justify-content: center;
}
.first-block .limited-container h1 {
  text-align: center;
  z-index: 2;
}
.first-block .limited-container .first-info-block {
  position: relative;
  padding: 40px;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
}
.first-block .limited-container .first-info-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: var(--radius);
}
.first-block .limited-container .first-info-block .line-button {
  justify-content: space-between;
  z-index: 2;
}
.first-block .limited-container .first-info-block h2 {
  width: 50%;
  color: #ffffff;
  z-index: 1;
  z-index: 2;
}
.first-block .limited-container .first-info-block .img-block {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.first-block .limited-container .first-info-block .img-block img {
  position: absolute;
  max-width: 100%;
}

.info-block .limited-container {
  align-items: center;
}
.info-block .left {
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
  position: relative;
}
.info-block .left .akcent {
  position: absolute;
}
.info-block .right {
  width: 50%;
  padding-left: 25px;
  box-sizing: border-box;
}
.info-block .right p {
  margin-bottom: 40px;
}
.info-block .banner {
  width: 100%;
  margin-top: 40px;
}

.info-block-2 .limited-container {
  align-items: flex-center;
}
.info-block-2 .limited-container.var-top {
  align-items: flex-start;
}
.info-block-2 .limited-container.var-top .right img {
  margin-top: -100px;
}
.info-block-2 .limited-container.var-bottom {
  align-items: flex-end;
}
.info-block-2 .limited-container.var-bottom .right img {
  margin-bottom: -100px;
}
.info-block-2 .left {
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
}
.info-block-2 .left p {
  color: #ffffff;
}
.info-block-2 .right {
  width: 50%;
  padding-left: 25px;
  box-sizing: border-box;
}
.info-block-2 .right img {
  margin-left: auto;
  margin-right: auto;
}
.info-block-2 .banner {
  width: 100%;
  margin-top: 40px;
}

.number-block .limited-container {
  justify-content: space-between;
}
.number-block .limited-container h2 {
  text-align: center;
}
.number-block .limited-container .number {
  position: relative;
}
.number-block .limited-container .number h3 {
  text-align: center;
}
.number-block .limited-container .number .item {
  width: 200px;
  height: 300px;
  line-height: 300px;
  color: #ffffff;
  background: var(--color);
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
.number-block .limited-container .number img {
  position: absolute;
  right: -120px;
  bottom: 0;
  width: 200px;
}

.question-block .limited-container {
  justify-content: space-between;
  width: 100%;
}
.question-block h2 {
  text-align: center;
}
.question-block .question {
  width: 26%;
}
.question-block .question h3 {
  text-align: center;
  margin-bottom: 20px;
}
.question-block .question p {
  color: #ffffff;
  text-align: center;
}

.plus-block .limited-container {
  justify-content: space-between;
}
.plus-block .limited-container h2 {
  text-align: center;
}
.plus-block .limited-container .plus {
  width: calc(33.3% - 27px);
  height: 600px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  border-radius: var(--radius);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.plus-block .limited-container .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, var(--color) 65%);
  z-index: 1;
  border-radius: var(--radius);
}
.plus-block .limited-container .plus h3, .plus-block .limited-container .plus p {
  color: #ffffff;
  z-index: 2;
  position: relative;
}
.plus-block .limited-container .plus h3 {
  margin-bottom: 20px;
}

.banners-wrap .limited-container {
  padding-bottom: 0;
}

.mobile-element {
  display: none;
  flex-wrap: wrap;
}

@media (max-width: 1320px) {
  header .logo {
    width: 30%;
  }
  header .menu-wrapper {
    max-width: 70%;
  }
  header .menu-wrapper a {
    margin-left: 20px;
  }
  header .menu-wrapper .button {
    margin-left: 30px;
  }
  header .language-wrapper {
    margin-left: 30px;
  }
  body.ar-lg .menu-wrapper {
    text-align: left;
  }
  body.ar-lg .menu-wrapper .button {
    margin-left: 0px;
    margin-right: 10px;
  }
  body.ar-lg .language-wrapper {
    margin-right: 30px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .info-block .left .akcent {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 990px) {
  .mobile-element {
    display: flex !important;
  }
  .desctop-element {
    display: none !important;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
  header .menu-wrapper {
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    right: -400px;
    background: var(--color);
    z-index: 7;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
  }
  header .menu-wrapper a {
    width: 100%;
    margin: 15px 0;
  }
  header .menu-wrapper .button {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  header .menu-wrapper .ico-svg {
    margin-bottom: auto;
  }
  header .menu-wrapper .mobile-banner {
    margin: auto 0 0 0;
  }
  header .logo {
    width: 65%;
    max-width: 65%;
  }
  body.open-menu .menu-wrapper {
    right: 0;
  }
  body.open-menu header:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.8);
  }
  body.ar-lg .menu-wrapper .ico-svg {
    margin-left: auto;
    margin-right: 0;
  }
  body.ar-lg .menu-wrapper a {
    order: 2 !important;
  }
  body.ar-lg .menu-wrapper .mobile-banner {
    order: 3;
  }
  .news-block .news {
    width: calc(50% - 20px);
  }
  .news-block .news:nth-child(3n+1) {
    margin-right: 40px;
  }
  .news-block .news:nth-child(2n+1) {
    margin-right: 0;
  }
  .reviews-block .reviews {
    width: 100%;
  }
  footer .form-wrapper .form-item {
    width: 350px;
  }
  .content-wrapper {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .sticky-block {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .sticky-block .sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sticky-block .sidebar-wrapper.non-m {
    margin-bottom: 0;
  }
  .info-block .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .info-block .left {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .info-block-2 .right {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    order: 1;
  }
  .info-block-2 .limited-container.var-top .right img,
  .info-block-2 .limited-container.var-bottom .right img {
    margin-bottom: 0;
    margin-top: 0;
  }
  .info-block-2 .left {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .info-block-2 .left h2 {
    text-align: center;
  }
  .info-block-2 .left p {
    text-align: center;
  }
  .info-block-2 .left .button {
    margin: auto;
  }
  .number-block .limited-container .number {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .number-block .limited-container .number .item {
    margin: auto;
  }
  .number-block .limited-container .number img {
    right: calc(50% - 220px);
  }
  .question-block h2 {
    margin-bottom: 40px;
  }
  .question-block .question {
    width: 100%;
    margin-bottom: 20px;
  }
  .question-block .question:last-child {
    margin-bottom: 0;
  }
  .plus-block .limited-container .plus {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 600px) {
  h1, h2, h3 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 17px;
    line-height: 22px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .button {
    font-size: 16px;
  }
  .button.big {
    padding: 8px 15px;
  }
  .news-block .news {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-block .news:nth-child(3n+1) {
    margin-right: 0;
  }
  header {
    min-height: 70px;
  }
  header .logo {
    font-size: 23px;
    line-height: 25px;
    width: calc(100% - 125px);
  }
  header .ico-svg {
    width: 30px;
  }
  header .language-wrapper {
    margin-left: 20px;
  }
  header .language-wrapper .current-item {
    padding: 6px;
    font-size: 16px;
    line-height: 20px;
    width: 62px;
  }
  header .language-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  header .language-wrapper .language .link {
    font-size: 16px;
    line-height: 20px;
    padding: 6px;
  }
  body {
    padding-top: 70px;
  }
  body .limited-container.item-container {
    padding-bottom: 40px;
  }
  body.customize-support header {
    top: 0;
  }
  body.ar-lg .first-block .limited-container .first-info-block .line-button {
    padding: 0;
  }
  footer .soc-link {
    margin-bottom: 25px;
  }
  footer .form-wrapper .form-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  footer .form-wrapper .button {
    width: 100%;
  }
  .reviews-block .reviews .txt {
    text-align: center;
  }
  .content-wrapper .news {
    width: 100%;
    margin-bottom: 20px;
  }
  .first-block .limited-container .first-info-block {
    padding: 20px;
    height: 200px;
  }
  .first-block .limited-container .first-info-block h2 {
    width: 100%;
    text-align: center;
  }
  .first-block .limited-container .first-info-block .line-button .button {
    margin: auto;
  }
  .first-block .limited-container .first-info-block .img-block {
    display: none;
  }
  .number-block .limited-container .number img {
    right: calc(50% - 155px);
    width: 130px;
  }
  .number-block .limited-container .number .item {
    height: 200px;
    line-height: 200px;
  }
  .plus-block .limited-container .plus {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
  }
  .nav-links {
    margin-bottom: 10px;
  }
  .nav-links .page-numbers {
    margin: 0;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 45%;
  }
}
@media (max-width: 350px) {
  .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
