@charset "UTF-8";
html {
  font-family: 'Tahoma', Arial, serif;
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: normal;
  overflow-x: hidden;
  /*font-family: 'Proza Libre', sans-serif;*/
  color: #000;
  font-size: 18px;
  letter-spacing: 0.7px; 
  font-family: 'Montserrat', sans-serif;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
   }

h2 {
  font-weight: bold;
  font-size: 55px;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }

h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-align: center; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  display: block; }

a {
  color: inherit; }

a:hover {
  color: inherit;
  text-decoration: none; }

input,
button,
textarea,
select {
    font: inherit;
    outline: none !important}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.is-hidden {
  display: none !important; }

.is-visible {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 10; }

.cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    padding: 17px 0; }

.header {
    /*padding-top: 70px;*/
    background: #F3F3F3; }
.header__fixed {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #f3f3f3;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 4px; }
  .menu li {
    margin-right: 57px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menu li:hover {
      color: #A4A4A4; }
  .menu :last-child {
    margin-right: 0; }

.call {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px; }
  .call a {
    font-weight: bold;
    font-size: 16px; }

.call__button {
  font-size: 16px;
  color: #FE9A04;
  border: none;
  border-bottom: 1px solid #FE9A04;
  background: transparent;
  padding: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .call__button:hover {
    color: #FEC704;
    border-bottom: 1px solid #FEC704; }

.first__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px; }
  .first__title strong {
    color: #FE9A04; }

.first__label {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin: 16px 0 37px; }

.button {
  width: 255px;
  height: 55px;
  left: 975px;
  top: 354px;
  background: #FEC704;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:hover {
    background: #FFD953; }

.button2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 255px;
  height: 55px;
  border: 2px solid #FEC704;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button2:hover {
    background: #FEC704; }

.first__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.first__button {
  margin-right: 30px; }

.first_offer_left {
  width: 115px;
  height: 115px;
  border: 2px solid #FEC704;
  border-radius: 50%;
  padding: 7px;
  margin-right: 25px; }

.first_offer_wrapper {
  background: #FEC704;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px; }

.first_offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  margin-top: 40px; }

.first__content {
  max-width: 540px;
  margin-left: auto;
  position: relative;
  z-index: 2; }

.first {
  padding-bottom: 37px; }
  .first .container {
    position: relative;
    padding-top: 45px; }

.first__img {
  position: absolute;
  left: -40px;
  top: 20px; }

.first__tools {
  position: absolute;
  right: 0;
  bottom: -135px;
  z-index: 2; }

.merits {
  background: #262626;
  padding-top: 80px;
  height: 382px; }

.merits__item {
  background: #FFFFFF;
  border: 2px solid #FEC704;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 255px;
  text-align: center;
  padding: 39px 0 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .merits__item:hover {
    margin-top: -10px; }

.merits__icon {
  width: 115px;
  height: 115px;
  border: 2px solid #FEC704;
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto; }

.merits__wrap {
  background: #FEC704;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.merits__text {
  font-size: 20px;
  line-height: 27px;
  margin-top: 23px; }

.merits__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.services {
  padding-top: 200px;
  padding-bottom: 94px; }

.services__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.02em;
  margin-top: 35px; 
  white-space: pre-line; }

.services__item {
  width: 540px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 30px 50px; }

.services__name {
  font-weight: 600;
  font-size: 26px;
  line-height: 41px;
  letter-spacing: 0.02em;
  margin-top: 30px; }

.services__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.02em;
  margin: 24px 0 45px;
  /*max-width: 424px; */}

.services__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.services__button {
  width: 225px; }

.services__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px; }

.services__tool {
  position: absolute;
  left: -83px;
  top: 52px;
  z-index: -1; }

.sales {
  background: #262626;
  padding: 111px 0 94px; }

.sales__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 100px; }

.sales__item {
  position: relative;
  width: 254px;
  background: #FFFFFF;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  padding: 56px 0 53px;
  margin-bottom: 52px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sales__item:hover {
    border: 3px solid #FEC704;
    margin-top: -5px; }
  .sales__item:after {
    content: '%';
    display: block;
    font-weight: bold;
    font-size: 220px;
    line-height: 276px;
    text-align: center;
    color: rgba(59, 59, 59, 0.1);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto; }

.sales__num {
  font-weight: 800;
  font-size: 100px;
  line-height: 137px;
  text-align: center;
  color: #3B3B3B;
  min-height: 137px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sales__text {
  font-size: 20px;
  line-height: 27px;
  margin-top: 24px;
  min-height: 54px; }

.sales__num_free {
  font-weight: bold;
  font-size: 35px;
  line-height: 48px; }

.sales__button {
  display: block;
  margin: 0 auto; }

.sales__tool {
  position: absolute;
  bottom: -320px;
  right: 0; }

.team__item {
  width: 920px;
  background: #FFFFFF;
  border: 3px solid #FEDB04;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 20px;
  margin: 0 auto 35px; }

.team__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em; }

.team__position {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em; }

.team__text {
  max-width: 490px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-top: 21px; }

.team__content {
  margin-left: 76px; }

.team__img_box {
  width: 283px;
  max-width: 100%; }

.team__box {
  margin-top: 93px; }

.team__button {
  display: block;
  margin: 57px auto 0; }

.team {
  padding: 104px 0 100px; }

.team__more {
  display: none; }

.swiper__button:focus {
  outline: none !important;
}
.reviews__img img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.reviews__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 870px;
  max-width: 100%;
  padding: 70px 70px 62px 65px;
  margin: 0 auto; }

.reviews__text {
  max-width: 521px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em; }

.reviews__content {
  margin-left: 55px; }

.reviews__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-top: 31px; }

.reviews__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

.reviews__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .reviews__stars img {
    margin-right: 17px; }

.reviews__more {
  font-size: 16px;
  line-height: 22px;
  color: #514F4F;
  padding-right: 21px;
  background: url(../fonts/arrow.svg) no-repeat right center;
  background-size: 10px;
  cursor: pointer;
  display: none; }

.swiper-slide {
  padding: 30px 0; }

.swiper-container {
  overflow: hidden; }

.reviews__slider {
  position: relative; }

.swiper-button-prev {
  left: 40px; }

.swiper-button-next {
  right: 40px; }

.swiper__button {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  width: 55px;
  height: 55px;
  background: #FEC704 url(../fonts/arrow.svg) no-repeat center;
  border-radius: 50%; }

.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.swiper__button::after {
  display: none; }

.reviews__text_more {
  display: none; }

.reviews__title {
  color: #000000; }

.reviews__slider {
  margin-top: 60px; }

.reviews {
  background: #F3F3F3;
  padding: 100px 0 75px; }

.order__title {
  text-align: left; }

.order__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em; }

.input {
  width: 350px;
  height: 60px;
  display: block;
  background: #F3F3F3;
  border: 1px solid #B6B6B6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0 17px;
  margin-bottom: 20px; }

.order__consent {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #BFBFBF;
  margin-top: 20px; }

.order__label {
  margin: 7px 0 39px; }

.order {
  padding: 96px 0 68px;
  background: url(../images/order.jpg) no-repeat right center;
  background-size: 34% auto; }

.order__box {
  max-width: 55%; }

.order__img {
  position: absolute;
  right: 0;
  top: 0; }

.reviews__tool {
  position: absolute;
  left: 2px;
  top: -224px; }

.footer_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer {
  background: #262626;
  padding: 40px 0;
  color: #fff;
  position: relative; }

.gotop {
  width: 55px;
  height: 55px;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #FEC704 url(../fonts/arrow.svg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: 30px; }

/*Мобильное меню*/
.mobile-menu {
  position: static;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  z-index: 9; }

.mobile-menu__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 9999; }

.mobile-menu__icon {
  display: block;
  position: relative;
  background: #FEC704;
  width: 35px;
  height: 4px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-align: right; }

.mobile-menu__icon::after,
.mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #FEC704;
  width: 35px;
  height: 4px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.mobile-menu__icon::after {
  top: 10px; }

.mobile-menu__icon::before {
  top: -10px; }

.mobile-menu__container {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
  overflow: hidden;
  background-color: #fff; }

.mobile-menu__checkbox {
  display: none; }

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 220px;
  padding: 40px 0 20px 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: 0 0; }

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after,
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  top: 0;
  background: #FEC704; }

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.menu__mob {
  font-size: 18px;
  font-weight: 600; }
  .menu__mob li {
    margin-bottom: 15px; }

.modal-dialog {
  max-width: 730px;
  border-radius: 4px; }

.modal-content {
  text-align: center;
  position: relative;
  padding: 60px 0 33px;
  border: none; }
  .modal-content .order__title {
    text-align: center; }
  .modal-content .input {
    margin-left: auto;
    margin-right: auto; }

.close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 25px;
  height: 25px;
  background: url(../fonts/close.svg) no-repeat;
  opacity: 1; }

.services__text {
  min-height: 140px; }
  
 @media screen and (max-width: 1500px) {
.order {
  background-size: 40% auto; }

.first__tools {
    right: -90px;
    bottom: -135px;}
	 
.services__tool {
  position: absolute;
  left: -157px;
  top: 5px;
  z-index: -1; }
}

@media screen and (max-width: 1300px) {
  .first__img {
	left: -30px;
	bottom: 20px; }
	
.first__tools {
    right: -150px;
    bottom: -135px;}
}
	
	
@media screen and (max-width: 1199px) {
  .first__img {
    width: 480px;
	top: auto;
	left: -65px;
	bottom: 26px; }
	
  .first__tools {
    width: 300px; 
	right: -185px; }
	
	.menu li {
    margin-right: 25px;	}
	
  .merits__item {
    width: 220px; }
  .services__tool {
    /*top: 135px; */}
  .services__item {
    width: 48%; }
  .services__button {
    width: 185px; }
  .sales__item {
    width: 220px; }
  .swiper-button-next {
    right: -30px; }
  .swiper-button-prev {
    left: -30px; }
  .footer_box {
    padding-right: 75px; } 

	}




@media screen and (max-width: 1100px) {
	.first__img {
	width: 430px;
	top: auto;
	left: -15px;
	bottom: 46px;
    }
	
	.services__tool {
	left: -160px; }
	
}

@media screen and (max-width: 991px) {
  .menu {
    display: none; }
  .mobile-menu {
    display: block; }
  .first__content {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
}

.services__tool {
  left: -180px; }

  .first__buttons,
  .first_offer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .first .container {
    padding-top: 30px; }
  .first__img {
    display: none; }
  .merits__item {
    width: 165px; }
  .services__label br {
    display: none; }
  .services__buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .services__button {
    width: 100%;
    margin-top: 20px; }
  .services__text {
    margin-bottom: 20px; }
  .sales__item {
    width: 46%; }
  .team__item {
    width: 100%; }
  .team__content {
    margin-left: 30px; }
  h2 {
    font-size: 45px; }
  .reviews__item {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px; }
  .reviews__content {
    margin: 20px 0 0 0; }
  .order {
    background: transparent; }
  .order__box {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .container {
    width: 320px;
    max-width: 100%; }
  .cap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .call {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
  .first__title {
    font-size: 23px;
    line-height: 33px; }
  .first .container {
    padding-top: 30px; }
  .first__label {
    font-size: 16px; }
  body {
    font-size: 16px; }
  .first__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .button {
    width: 100%; }
  .button2 {
    width: 100%; }
  .first__button {
    margin: 0 0 20px; }
  .first_offer_left {
    width: 60px;
    height: 50px;
    padding: 3px;
    margin-right: 10px; }
  .first_offer_wrapper {
    font-size: 20px; }
  .first__offer_text {
    text-align: left;
    font-size: 15px; }
  .first__tools {
    display: none; }
  h2 {
    font-size: 30px;
    text-align: center; }
  .merits__item {
    width: 100%;
    margin-top: 20px; }
  .merits__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px; }
  .merits {
    height: auto;
    padding: 40px 0; }
  .services {
    padding: 40px 0; }
  h3 {
    font-size: 25px;
    line-height: normal; }
  .services__tool {
    display: none; }
  .services__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .services__item {
    width: 100%; }
  .services__item {
    padding: 20px 10px;
    text-align: center; }
  .services__box {
    margin-top: 40px; }
  .services__label {
    font-size: 16px; }
    .services__label br {
      display: none; }
  .sales__item {
    width: 100%; }
  .sales__item {
    margin-bottom: 30px; }
  .sales__box {
    margin-top: 40px; }
  .sales {
    padding: 40px 0; }
  .sales__tool {
    display: none; }
  .team__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px; }
  .team__content {
    margin: 20px 0 0;
    text-align: center; }
  .reviews__tool {
    top: -165px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 320px; }
  .team__box {
    margin-top: 40px; }
  .team {
    padding-top: 40px; }
  .swiper__button {
    position: static; }
  .swiper_naw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    margin-top: 20px; }
  .reviews__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .reviews__stars {
    margin-bottom: 20px; }
  .reviews__item {
    text-align: center; }
  .reviews__item {
    width: 100%;
    max-width: 290px; }
  .reviews {
    padding-bottom: 40px; }
    .reviews .container {
      padding: 0; }
  .reviews__slider {
    margin-top: 10px; }
  .order__box {
    text-align: center; }
  .input {
    width: 100%; }
  .order__title {
    text-align: center; }
  .order {
    padding: 40px 0; }
  .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0; }
  .gotop {
    top: 34px;
    right: 15px; }
  .mobile-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .call {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .modal-dialog {
    max-width: 95%; }
  .modal-content {
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 15px 30px; }
  .close {
    right: 10px;
    top: 10px; }
  .modal-content .order__title {
    font-size: 20px; }
  .modal-content .order__label {
    font-size: 15px; }
  .reviews__text {
    font-size: 15px; } }

.top-header.fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
