*{box-sizing: border-box;
}

/* montserrat-regular - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v23-cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-cyrillic-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v23-cyrillic-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-cyrillic-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}


/* montserrat-700 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v23-cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-cyrillic-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v23-cyrillic-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-cyrillic-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}

html{
  font-family: 'Montserrat';
}

body{
  background-color: white;
}


ul{
  list-style:none;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
}

h2{
font-size: 48px;
line-height: 1;
font-weight: 400;
color: #333333;
}

h3{
  font-size: 24px;
line-height: 1;
font-weight: 700;
color: #333333;
margin: 0;
}


.container{
  max-width: 1770px;
  margin-right: auto;
  margin-left: auto;
}


/*Header*/

.header{
background-color: white;
box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

.header__swipe{
  display: flex;
}

.header__container{
  display: flex;
align-items: center;
}

.header__nav{
  padding-top: 17px;
}

.header__left{
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 14px;
}

.header__right{
  display: flex;
  align-items: center;
  margin-left: 726px;
}

.header__nav{
  display: flex;
}

.header__list{
  display: flex;
}

.header__items{
  margin-right: 85px;
}

.header__items_text{
font-size: 18px;
line-height: 1;
font-weight: 600;
color: #333333;
;
}

.header__items_text:hover{
  border-bottom: 1px solid #FF9900;
}

.header__items_text:focus{
  border: 1px solid #FF9900;
}

.header__items_text:active{
  border: 1px solid #FF9900;
  color: #FF9900;
}




.header__search{
  width: 24px;
  height: 25px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

/*hero*/

.hero{
  margin-bottom: 110px;
}

.hero__container{
  display: none;
}

.hero__contents{
  max-width: 50%;
  position: absolute;
  top: 100px;
  left: 80px;
  z-index: 1;
}

.hero__big-text{
font-size: 70px;
font-weight: 700;
line-height: 85px;
letter-spacing: 0em;
color: white;
margin: 0;
}

.hero__small-text{
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
color: white;
margin-bottom: 90px;
}

.hero__btn{
display: inline-block;
padding: 25px 37px;
font-size: 24px;
font-weight: 600;
line-height: 29px;
color:white;
background-color: #FF9900;
border: 1px;
border-color: #FF9900;
border-style: solid;
cursor:pointer;
white-space: nowrap;
}

.hero__btn:hover{
  background: #FF9900B2;
}

.hero__btn:focus{
  background: #FF9900B2;
}

.hero__btn:active{
background: #E1670E;
border: 1px solid #E1670E;
}

/* Swiper */

.swiper-pagination-bullet{
  background: #FFFFFF !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active{
  background: #FFFFFF66 !important;
}


/*about us*/

.section-about-us{
  margin-bottom: 107px;
}

.section-about-us__mobile{
  display: none;
}

.section-about-us__name{
margin-top: 0;
margin-bottom:23px;
}

.section-about-us__text{
 font-size: 16px;
 line-height: 32px;
 font-weight: 400;
 color: #333333;
 max-width: 1235px;
 margin-top: 0;
 margin-bottom: 50px;
}

.section-about-us__list{
display: flex;
}

.section-about-us__item{
  flex: 1;
}

.section-about-us__big-item{
  background-image: url(../img/Rectangle2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 32px;
}

.section-about-us__big-item__container{
  padding-top: 429px;
}

.section-about-us__big-item__contents{
  display: flex;
  align-items: center;
  background: #00000080;
  padding: 34px 50px;
}

.section-about-us__big-item__small-text{
  font-size: 16px;
 line-height: 32px;
 font-weight: 600;
 color: white;
 max-width: 460px;
 margin-right: 139px;
}

.section-about-us__big-item__btn{
display: inline-block;
padding: 20px 38px;
font-size: 16px;
font-weight: 600;
line-height: 19px;
color:white;
background-color:transparent;
border: 3px;
border-color: #FF9900;
border-style: solid;
cursor:pointer;
white-space: nowrap;
}

.section-about-us__big-item__btn:hover{
  background: #FF9900;
}

.section-about-us__big-item__btn:focus{
  background: #FF9900;
}

.section-about-us__big-item__btn:active{
background: #E1670E;
border: 3px solid #E1670E;
}

.section-about-us__1st-item{
  display: flex;
  border: 1px solid #CACACA;
  align-items: center;
  margin-bottom: 25px;
}


.section-about-us__1st-item__container{
  display: flex;
  flex-direction: column;
  padding: 72px 110px 72px 50px
}

.section-about-us__1st-item__header{
  margin-bottom: 8px;
  }


.section-about-us__1st-item__text{
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  max-width: 450px;
  margin: 0;
}

.section-about-us__2nd-item{
  display: flex;
  border: 1px solid #CACACA;
  align-items: center;
}

.section-about-us__2nd-item__header{
  margin-bottom: 8px;
  }

.section-about-us__2nd-item__container{
  display: flex;
  flex-direction: column;
  padding: 65px 118px 65px 50px;
}

.section-about-us__2nd-item__text{
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  max-width: 450px;
  margin: 0;
}

.section-about-us__small-img{
  padding-left: 60px;
}



/*how-we-work*/

.section-how-we-work__name{
  margin-bottom: 50px;
  margin-top: 0;
}


.section-how-we-work__conteiner{
display: flex;
margin-bottom: 100px;
}


.section-how-we-work__content{
  flex: 1;
}

.tab-content{
  display: none;
}

.tab-content-active{
  display: flex;
}

.section-how-we-work__content-2{
  padding-left: 30px;
}

.hw_1024img{
  display: none;
}

.section-how-we-work__list{
  display: flex;
  margin-bottom: 52px;
}

.section-how-we-work__item:not(:last-child){
  margin-right: 86px;
}

.section-how-we-work__item_link{
  font-size: 18px;
  color:#333333;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}


.section-how-we-work__item_link:hover{
  color: #FF9900;
}

.section-how-we-work__item_link:focus{
  border: 1px solid #FF9900;
}

.section-how-we-work__item_link:active{
  color:#E1670E;
}

.section-how-we-work__small-name{
margin-bottom: 12px;
}

.section-how-we-work__small-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-right: 111px;
  margin-bottom: 50px;
  margin-top: 0;
}

.section-how-we-work__small-btn{
display: inline-block;
padding: 20px 38px;
font-size: 16px;
font-weight: 600;
line-height: 19px;
color:white;
border: 1px;
border-style: solid;
cursor:pointer;
white-space: nowrap;
}

.section-how-we-work__small-btn1{
  background-color: #FF9900;
  border-color: #FF9900;
  margin-right: 32px;
}

.section-how-we-work__small-btn1:hover{
  background: #F7B045;
}

.section-how-we-work__small-btn1:focus{
  background: #F7B045;
}

.section-how-we-work__small-btn1:active{
background: #E1670E;
border: 1px solid #E1670E;
}

.section-how-we-work__small-btn2{
  background-color:transparent;
  border: 1px;
border-style: solid;
  border-color:#333333;
  color: #333333;
}

.section-how-we-work__small-btn2:hover{
  background: #666666;
  border:1px solid #666666;
  color:white;
}

.section-how-we-work__small-btn2:focus{
  background: #666666;
  border:1px solid #666666;
  color:white;
}

.section-how-we-work__small-btn2:active{
  background: #000000;
  border:1px solid #000000;
  color:white;
}

/*faq*/

.faq{
  margin-bottom: 100px;
}

.faq-item{
  border-top:1px solid #CACACA ;
  border-bottom: 1px solid #CACACA ;

}

.faq-title{
  display: block;
  font-size: 24px;
  Line-height: 32px;
  font-weight: 700;
  color: #333333 ;
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 150px;
  background-image: url(../img/+х.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right;
}


.faq-title:hover {
color: #FF9900;
background-image: url(../img/+хh.svg);
}

.faq-item:hover{
  border-top:1px solid #FF9900 ;
  border-bottom: 1px solid #FF9900;
}

.faq-title:focus {
  color: #FF9900;
  background-image: url(../img/+хh.svg);
  }

  .faq-item:focus {
    border-top:1px solid #FF9900 ;
    border-bottom: 1px solid #FF9900;
  }

  .faq-item:active{
    border-top:1px solid #CACACA ;
    border-bottom: 1px solid #CACACA ;
  }

  .faq-title:active {
    color: #FF9900;
    background-image: url(../img/+хa.svg);
    }


.faq-input{
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.faq-text{
  max-width: 56%;
 display: none;
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: #333333 ;
}

.faq-input:checked ~ .faq-text {
  display: block;
}

.faq-input:checked ~ .faq-title{
  background-image: url(../img/+хa.svg);
}


/*footer*/

.footer{
  background-color:#222222;
}

.footer__container{
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__left{
  margin-right: 350px;
}

.footer__nav{
  margin-top: 15px;
}

.footer__item_link{
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #CACACA;
}

.footer__item_link:hover{
  color:#FF9900;
}

.footer__item_link:focus{
border:1px solid #FF9900;
}

.footer__item_link:hover:active{
  color:#E1670E;
}

.footer__list_icons{
  display: flex;
  margin-top: 90px;
}

.footer__icons:hover path{
 fill:#FF9900;
}

.footer__icons:focus{
  border: 1px solid #FF9900;
  padding-top: 50px;
}
.footer__icons:active path{
  fill:#E1670E;
}

.footer__item__icons:not(:last-child){
  margin-right: 25px;
}

.footer__center{
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-right: 237px;
}

.footer__header{
  color: #CACACA;
  margin-top: 0;
  margin-bottom: 25px;
}

.footer__form{
  display: flex;
  flex-direction: column;
}

.footer__input:not(:last-child){
  background-color: #414141;
  border-style: none;
  width: 570px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  resize: none;
  margin-bottom:26px;
}

.footer__input:hover{
  background: #666666;
}

.footer__input:focus{
  background: #666666;
}

.footer__input:active{
  background: #666666;
  color: white;
}

.footer__input-message{
  height: 150px;
}

.footer__btn-content{
  display: flex;
  margin-top: 7px;
}

.footer__check{
  display: flex;
  align-items: center;
  color:#CACACA;
font-size: 16px;
line-height: 32px;
white-space: nowrap;
}

.footer__btn{
display: inline-block;
padding: 19px 52px;
font-size: 16px;
font-weight: 600;
line-height: 19px;
background-color: #FF9900;
color:white;
cursor:pointer;
white-space: nowrap;
border-style: none;
margin-right: 28px;
}

.footer__checkbox{
-webkit-appearance: none;
position: absolute;
}

.footer__checkbox-style{
  width: 14px;
  height: 14px;
  border: 1px solid #CACACA;
  margin-right: 4px;
}

.footer__checkbox:checked +.footer__checkbox-style{
  background-image: url(../img/Rectangle\ 44.svg);
  background-repeat: no-repeat;
  background-size:contain;
}

.footer__right{
  display: flex;
  padding-top: 87px;
  padding-bottom: 87px;
}

.footer__right-text{
  display: inline;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 32px;
max-width: 357px;
color: #CACACA;
}






/*media*/


 @media screen and (min-width: 990px) and (max-width: 1518px){

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


  .container{
    width: 924px;
  }

  .hamburger-icon{
    width: 25px;
    height: 25px;
    cursor: pointer;
  }

  .hamburger{
    width: 30px;
    height: 4px;
    transform: translate(-50%,-50%);
    transition: 0.5s;
    display: inline-block;
    background:#333333;
    margin-left: 17px;
  }

  .hamburger:before,
  .hamburger::after {
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    background: #333333 ;
    transition: .5s;
  }

  .hamburger:before{
    top: -16px;
  }

  .hamburger:after{
    top: 16px;
  }

  .hamburger-icon.active .hamburger{
    background: rgba(0, 0, 0, 0);
  }

  .hamburger-icon.active .hamburger:before {
    top: 0;
    transform: rotate(45deg);
  }


  .hamburger-icon.active .hamburger:after {
    top: 0;
    transform: rotate(135deg);
  }

  .header__swipe{
    display: flex;
    flex-direction: row-reverse;
  }

  .header__container{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
  }


  .header__left{
    margin-left: 358px;
  }

  .header__right{
    margin-left: 0;
  }

  .header__logo {
    width: 150px;
    height: 48px;
}
  .hamburger-icon{
    display: block;
    z-index: 11;
  }

  .header__list{
    display: none;
    padding-left: 45px;
    padding-left: 45px;
    background-color: white;
    opacity: 0.8;
    border-radius: 15px;
  }

  .header__items{
    float: none;
    margin-bottom: 15px;
  }

  .header__list{
    display: none;
    position: absolute;
  }

  .header__items_text {
    color: #000000;
  }

  .swiper{
    display: none;
  }


  .hero__container{
    display: block;
    background-image: url(../img/low-angle-photo-of-balconiesкопия.jpg);
    background-size: cover;
    padding: 160px 77px;
    margin-bottom: 80px;
  }

  .hero__contents-mob{
    max-width: 100%;
  }

  .hero__big-text{
    font-size: 60px;
    font-weight: 800;
    line-height: 73px;
  }

  .hero__small-text{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom:56px;
  }

  .section-about-us{
  margin-bottom: 86px;
}
.section-about-us__mobile{
  display: none;
}

  .section-about-us__list{
    flex-direction: column;
  }

  .section-about-us__item{
    width: 100%;
  }

  .section-about-us__big-item{
    margin-bottom: 27px;
    margin-right: 0;
  }

  .section-about-us__big-item__container{
    padding-top: 449px;
  }

  .section-about-us__big-item__contents{
    padding-top: 36px;
  }

  .section-about-us__big-item__small-text{
    margin-right: 185px;
  }

  .section-about-us__small-img {
    padding-left: 76px;
  }

  .section-how-we-work__conteiner{
    margin-bottom: 84px;
  }

  .section-how-we-work__name{
    margin-bottom: 55px;
  }

  .section-how-we-work__list{
   margin-bottom: 56px;
  }

  .section-how-we-work__small-text{
   margin-top: 0;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 22px;
  }

  .section-how-we-work__content-2{
    margin-left: 53px;
    padding: 0;

  }

  .section-how-we-work__content-img{
    display: none;
  }

  .hw_1024img{
    display: block;
    width: 100%;
    height: 100%;
  }


  .faq{
    margin-bottom: 64px;
  }

  .faq-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }

  .faq-text{
    max-width: 100%;
  }


  .footer__left{
    margin-right: 152px;
  }

  .footer__list_icons{
    margin-top: 52px;
  }

  .footer__right{
    display: none;
  }

  .footer__input:not(:last-child){
    width: 543px;
  }

}



  /*---------------*/

@media screen and (min-width: 320px) and (max-width: 989px){


  .hamburger-icon{
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
  }

  .hamburger{
    width: 30px;
    height: 4px;
    transform: translate(-50%,-50%);
    transition: 0.5s;
    display: inline-block;
    background:#333333;
    margin-left: 17px;
  }

  .hamburger:before,
  .hamburger::after {
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    background: #333333 ;
    transition: .5s;
  }

  .hamburger:before{
    top: -10px;
  }

  .hamburger:after{
    top: 10px;
  }

  .hamburger-icon.active .hamburger{
    background: rgba(0, 0, 0, 0);
  }

  .hamburger-icon.active .hamburger:before {
    top: 0;
    transform: rotate(45deg);
  }


  .hamburger-icon.active .hamburger:after {
    top: 0;
    transform: rotate(135deg);
  }

  h2{
    font-size: 24px;
  }

  .header {
    position: fixed;
    width: 100%;
    height: 49px;
  }

  .container{
  width: 290px;
  }


  .header__container{
    align-items: center;
    padding-bottom: 0;
  }

  .header__list{
    display: none;
    padding-left: 45px;
    padding-left: 45px;
    background-color: white;
    opacity: 0.8;
    border-radius: 15px;
  }

  .header__items{
    float: none;
    margin-bottom: 15px;
  }

  .header__list{
    display: none;
    position: absolute;
  }

  .header__items_text {
    color: #000000;
  }

  .header__left {
    width: 100px;
    position: relative;
    left: 185px;
    top: -12px;
}


  .header__right {
    margin: 0;
    display: block;
    position: absolute;
    top: -2px;
  }

  .header__search {
    display: none;
  }

  .swiper{
    display: none;
  }

  .hero__container{
    display: block;
    background-image: url(../img/low-angle-photo-of-balconiesкопия.jpg);
    background-size: cover;
    padding: 60px 21px;
    margin-bottom: 61px;
  }

  .hero__contents-mob{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }

  .hero__big-text{
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
  }

  .hero__small-text{
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 29px;
  }

  .hero__btn{
    font-size: 12px;
    padding: 7px 26px;
  }

  .section-about-us {
    margin-bottom: 63px;
}

.section-about-us__text{
font-size: 14px;
font-weight: 400;
line-height: 28px;
margin-bottom: 8px;
}

.section-about-us__big-item{
    display : none;
  }

  .section-about-us__mobile{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.section-about-us__mobile-text{
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
margin-top: 5px;
margin-bottom: 10px;
}

.section__about__us__mobile-btn{
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border: 2px solid #FF9900;
  color: #FF9900;
  cursor: pointer;
  background: transparent;
  padding: 12px 41px;
  margin-right: 126px;
}

.section-about-us__small-img{
  padding-left: 0;
}

.about-us__img{
  width: 68px;
  height: 80px;
}

.section-about-us__1st-item{
display: flex;
border: none;
flex-direction: column;
align-items: flex-start;
margin-bottom: 17px;
}

.section-about-us__1st-item__header{
font-size: 18px;
font-weight: 500;
line-height: 22px;
margin: 0;
}

.section-about-us__2nd-item{
display: flex;
border: none;
flex-direction: column;
align-items: flex-start
}

.section-about-us__1st-item__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.section-about-us__2nd-item__header {
  font-size: 18px;
  font-weight: 500;
line-height: 22px;
  margin: 0;
}

.section-about-us__2nd-item__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.section-about-us__1st-item__text{
font-size: 14px;
line-height: 28px;
}

.section-about-us__2nd-item__text{
  font-size: 14px;
  line-height: 28px;
}

.section-how-we-work__conteiner {
  margin-bottom: 66px;
}

.section-how-we-work__name{
font-size: 24px;
margin-bottom: 23px;
}

.section-how-we-work__list{
  margin-bottom: 15px;
}

.section-how-we-work__item_link{
  font-size: 14px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}


.section-how-we-work__item:not(:last-child){
  margin-right: 44px;
}

.section-how-we-work__conteiner{
  flex-direction: column-reverse;
}

.section-how-we-work__small-name{
font-size: 18px;
font-weight: 500;
line-height: 32px;
margin-top: 16px;
}

.section-how-we-work__small-text{
font-size: 14px;
font-weight: 400;
line-height: 28px;
margin: 0;
margin-bottom: 10px;
}

.section-how-we-work__content-2{
  padding-left: 0;
}

.hw_1024img{
  display: none;
}

.section-how-we-work__btn{
display: flex;
}

.section-how-we-work__small-btn{
  font-size: 12px;
  padding: 10px 44px;
}

.section-how-we-work__small-btn1{
  margin-right: 7px;
}

.section-how-we-work__small-btn2{
  padding:10px 31px;
}

.faq{
  margin-bottom: 85px;
}

.faq-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background-size: 30px;
  padding-right: 51px;
}




.footer__nav{
  display: none;
}

.footer__right{
  display: none;
}

.footer__container {
  display: flex;
  padding-top: 35px;
  padding-bottom: 50px;
  flex-direction: column-reverse;
}
.footer__center {
  margin-right: 0;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 14px;
}

.footer__form{
  align-items: center;
}

.footer__input:not(:last-child) {
  background-color: #414141;
  border-style: none;
  width: 290px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  resize: none;
  margin-bottom: 19px;
}

.footer__btn{
  font-size: 12px;
  margin-right: 0;
  padding: 13px 29px;
  margin-bottom: 9px;
}

.footer__left{
  display: flex;
  margin-right: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 17px;
}

.footer__logo{
  width: 131px;
  height: 42px;
}

.footer__btn-content {
  flex-direction: column;
  margin-top: 7px;
  align-items: center;
}

.footer__icons-logo{
  width: 40px;
  height: 40px;
}

.footer__list_icons {
  margin-top: 16px;
}

.footer__item__icons:not(:last-child) {
  margin-right: 15px;
}

}
