* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.form_alert{
        width:420px;
        max-width:420px;
        position:fixed;
        top:-200%;
        left:50%;
        margin-left:-210px;
        background:#fff;
        z-index: 999;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
        box-shadow: 0 0 3px rgba(0, 0, 0, .25); 
        -webkit-transition: .3s; 
        -o-transition: .3s;
        transition: .3s
}
.form_alert.active {
        top: 10%;
}
.form_alert.quiz_return, .form_alert h3 {
        text-align: center;
}
.form_alert h3 {
        font-size: 24px;
        font-family: Montserrat;
        font-weight: 500;
        color: #414c6e;
        margin-top:180px;
        margin-bottom:0;
      }
.form_alert .quiz_send{
  font-size:14px;
  margin-bottom:31px;
  text-align: center;
  margin-top: 12px;
}
.form_alert .quiz_return {
    margin: 0 auto;
    display: block;
    color: #000;
    width: 300px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
    position: relative;
    border-radius: 29px;
    background: #fddb34;
    background-image: -o-linear-gradient(310deg,#fddb34 0,#f5781e 100%);
    background-image: linear-gradient(140deg, #fddb34 0, #f5781e 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -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;
    margin-bottom: 245px;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 0 0 #c78144;
    box-shadow: 0 2px 0 0 #c78144;
    text-decoration: none;
}
.form_alert .quiz_return:hover {
    background: #f5781e;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5781e), to(#fddb34));
    background-image: -o-linear-gradient(left,#f5781e 0,#fddb34 100%);
    background-image: linear-gradient(90deg, #f5781e 0, #fddb34 100%);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none;
}
header {
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 998;
}
header .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top .block{
  display: flex;
  justify-content: end;
}
header .top .block a{
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
  margin-right: 16px;
}
header .top .block img{
  margin-right: 8px;
}
header .block .left {
  width: 70px;
  height: 70px;
}
header .block .left .logo {
  width: 70px;
  height: 70px;
  background: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
header .block .middle .menu {
  display: flex;
}
header .block .middle .menu li {
  list-style: none;
  padding: 0 8px;
}
header .block .middle .menu li a {
  text-decoration: none;
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 18px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
header .block .right .icons a {
  width: 40px;
  height: 40px;
  padding: 0 8px;
  text-decoration: none;
}
header .block .right .icons a img {
  width: 40px;
  height: 40px;
}
header .top{
  background: #333;
  height: 48px;
  margin-bottom: 8px;
}
.s1 {
  padding-top: 124px;
  padding-bottom: 16px;
}
.s1 h1 {
  vertical-align: middle;
  color: #252525;
  font-size: 70px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 81px;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  padding-bottom: 8px;
}
.s1 p {
  vertical-align: middle;
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  width: 560px;
  margin: 0 auto;
}
.s1 a {
  width: 150px;
  height: 40px;
  background: #000;
  border: none;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  border-radius: 24px;
  cursor: pointer;
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.s1 a:hover {
  background: darkred;
}
.s2 {
  background-image: url(img/girl-makes-massage-w.jpg);
  height: 505px;
  position: relative;
}
.s3 {
  background-color: #252525;
}
.s3 p {
  background-color: #252525;
  height: 80px;
  color: #fffef6;
  font-size: 22px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 47px;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  line-height: 80px;
  text-align: center;
}
.uniForm h2{
    font-size: 28px;
    position: absolute;
    background-color: #252525;
    top: 38px;
    height: 102px;
    width: 830px;
    left: 15px;
    align-items: center;
    justify-content: center;
    display: flex;  
}
.s4 {
  margin-top: 170px;
}
.s4 .block {
  text-align: center;
}
.s4 .block img {
  width: 150px;
  height: 150px;
  margin-bottom: 48px;
}
.s4 .block h2 {
  color: #252525;
  font-size: 70px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 70px;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 48px;
}
.s4 .block p {
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 70%;
  margin: 0 auto 24px;
}
.s4 .block a {
  width: 336px;
  height: 40px;
  background: #000;
  border: none;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  border-radius: 24px;
  cursor: pointer;
  margin: 12px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  text-decoration: none;
}
.s4 .block a:hover {
  background: darkred;
}
.s4 .block .wrap {
  display: flex;
  justify-content: space-between;
}
.s4 .block .wrap img {
  width: 275px;
  height: 275px;
}
.s5 {
  margin-bottom: 96px;
}
.s5 h2 {
  color: #252525;
  font-size: 70px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 48px;
}
.s5 .wrap {
  display: flex;
  justify-content: space-between;
}
.s5 .wrap .row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.s5 .wrap .row .name,
.s5 .wrap .row .experience {
  border-width: 1px;
  border-radius: 2000px;
  background-position: center center;
  border-color: #252525;
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  border-style: solid;
}
.s5 .wrap .row .name {
  width: 149px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.s5 .wrap .row .experience {
  width: 262px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.s5 .wrap .row a {
    width: 108px;
    height: 40px;
    background: #000;
    border: none;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.s5 .wrap .row a:hover {
  background: darkred;
}
.s5 .wrap .line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.s5 .wrap .line .tr {
  padding: 0 4px;
  color: #979797;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 25px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.s6 h2 {
  vertical-align: middle;
  color: #252525;
  font-size: 70px;
  font-family: 'Lovestoryselfmade', Arial, sans-serif;
  line-height: 109px;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin-bottom: 48px;
}
.s6 img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.s6 p {
  vertical-align: middle;
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin: 24px auto;
  width: 510px;
}
.s6 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s6 .wrap .item {
  width: 48%;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.s6 .wrap .item .title {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 8px;
}
.s6 .wrap .item .text {
  vertical-align: middle;
  color: #a0a0a0;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.s6 a {
  width: 150px;
  height: 40px;
  background: #000;
  border: none;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  border-radius: 24px;
  cursor: pointer;
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.s6 a:hover {
  background: darkred;
}
.s7 {
  background-image: url(img/girl-makes-massage-w.png);
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 96px;
}
.s7 h2 {
  vertical-align: middle;
  color: #fffef6;
  font-size: 48px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  padding-top: 48px;
}
.s7 p {
  vertical-align: middle;
  color: #fffef6;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin-top: 24px;
}
.s7 a {
    width: 150px;
    height: 40px;
    background: #000;
    border: none;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.s7 a:hover {
  background: darkred;
}
.s8 {
  margin-bottom: 96px;
}
.s8 h2 {
  color: #252525;
  font-size: 70px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin-bottom: 48px;
}
.s8 .wrap {
  display: flex;
  justify-content: space-between;
}
.s8 .wrap .item{
  width: 365px;
  height: 100%;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  background: #fff;  
}
.s8 .wrap .item .top{
  display: flex;
  border-block-end: 1px solid #e1e8ed;
  padding: 15px 15px 6px 15px;
  height: 91px;
}
.s8 .wrap .item .bottom{
  padding: 6px 15px 15px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #697882;
  height: 110px;
}
.s8 .wrap .item .top .right .stars{
  display: flex;
  margin-bottom: 4px;
}
.s8 .wrap .item .top .right .stars img{
  width: 14px;
  height: 14px;
}
.s8 .wrap .item .top .left img{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 8px;
}
.s8 .wrap .item .top .right .title{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: start;
}
.s8 .wrap .item .top .right .name{
    color: #697882;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 400;
    text-align: start;
}
.s8 .wrap .item .bottom{
  text-align: start;
}
.s9 {
  text-align: center;
}
.s9 .block h2 {
  vertical-align: middle;
  color: #252525;
  font-size: 70px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 81px;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.s9 .block .title {
  color: #979797;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 400;
  margin-top: 12px;
}
.s9 .block p {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  color: #252525;
  margin-bottom: 24px;
}
.s9 .block .time{    
    font-size: 14px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
}
.s9 .block a {
  margin-bottom: 24px;
  display: block;
  text-decoration: none;
  color: #252525;
  font-size: 18px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
footer {
  border-radius: 60px 60px 0px 0px;
  padding-top: 16px;
  padding-bottom: 64px;
  background-color: #252525;
}
footer .logo {
  width: 70px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  text-align: center;
}
footer img {
  margin-bottom: 16px;
}
footer .block {
  display: flex;
  justify-content: space-between;
}
footer .block .left h2 {
  vertical-align: middle;
  color: #fffef6;
  font-size: 24px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
footer .block .left a {
  width: 150px;
  height: 40px;
  background: #fff;
  border: none;
  line-height: 24px;
  font-size: 18px;
  color: #000;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  margin-top: 16px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
footer .block .left a:hover {
  background: darkred;
}
footer .block .middle .title {
  vertical-align: middle;
  color: #5f5f5f;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 8px;
}
footer .block .middle p {
  vertical-align: middle;
  color: #fffef6;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 8px;
}
footer .block .right .title {
  vertical-align: middle;
  color: #5f5f5f;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 8px;
}
footer .block .right .phone {
  vertical-align: middle;
  color: #fffef6;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
footer .block .right ul li {
  list-style: none;
  margin-top: 8px;
}
footer .block .right ul li a {
  vertical-align: middle;
  color: #fffef6;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.s10 {
  margin-bottom: 64px;
  position: relative;
}
.s10 .hero_form {
  background-color: #252525;
  padding: 3rem 2rem;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.s10 .hero_form_title p {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.s10 p b {
  font-weight: bold;
  font-size: 52px;
}
.s10 input {
  background-color: #FFFFFF;
  border: 0.13rem solid transparent;
  border-radius: 0.44rem;
  font-size: 1.125rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.75rem;
  padding: 1.25rem 1.875rem;
  width: 100%;
  font-family: inherit;
  font-weight: 300;
  outline: none;
}
.s10 .hero_form form {
  display: flex;
  flex-direction: column;
}
.s10 .hero_form form div {
  margin-bottom: 24px;
}
.s10 .button {
  background: linear-gradient(86deg, #F7B91B 5%, #FFD12D 100%);
  font-weight: 700;
  height: 3.8rem;
  min-width: 100%;
  line-height: 1;
  padding: 0 1.9rem;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0.44rem;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.s10 .button:hover {
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.5);
}
.close {
  position: absolute;
  right: 40px;
  top: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
.mySwiper1 .swiper-wrapper {
  text-align: center;
}
.mySwiper1 img {
  height: 360px;
  width: 360px;
}
.mySwiper1 .swiper-button-prev:after {
  content: '';
}
.mySwiper1 .swiper-button-next:before {
  content: '';
}
.mySwiper1 .swiper-button-next:after {
  content: '';
}
.mySwiper1 .swiper-button-next:before {
  content: '';
}
.mySwiper .buttons .swiper-button-prev,
.mySwiper .buttons .swiper-button-next {
  position: relative;
  margin: 0 20px;
}
.mySwiper .buttons .swiper-button-prev::after,
.mySwiper .buttons .swiper-button-next::after {
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #1c2B39;
}
.mySwiper .buttons .swiper-button-prev img,
.mySwiper .buttons .swiper-button-next img {
  position: relative;
  z-index: 1;
}
.mySwiper .buttons {
  display: flex;
  height: 62px;
  justify-content: center;
  padding-top: 16px;
}
.mySwiper .buttons .swiper-button-next,
.mySwiper .buttons .swiper-button-prev {
  transform: rotate(180deg);
  top: -2px;
}
.mySwiper1{
  height: 320px;
}
.mySwiper1 .swiper-wrapper{
  height: 202px;
}
.mySwiper1 .buttons{
  display: flex;
  justify-content: center;
  height: 40px;
  margin-top: 16px;
}
.mySwiper1 img{
  height: 15px;
  width: 15px;
  position: relative;
  z-index: 999;
}
.mySwiper1 .buttons .swiper-button-prev,
.mySwiper1 .buttons .swiper-button-next {
  position: relative;
  margin: 0 20px;
  width: 40px;
  height: 40px;
  background-color: #1c2B39;
  top: 0px;
  border-radius: 50%;
}

.mySwiper1 .buttons .swiper-button-prev::after,
.mySwiper1 .buttons .swiper-button-next::after {
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #1c2B39;  
}
@media screen and (max-width: 1200px) {
  .s2 {
    background-position: right;
  }
}
@media screen and (max-width: 992px) {
  .s4 .block .wrap img {
      width: 232px;
      height: 275px;
  }
  .s5 {
    margin-bottom: 32px;
  }
  .s5 .wrap {
    flex-direction: column;
    align-items: center;
  }
  .s8 {
    margin-bottom: 0px;
  }
  .mySwiper1 {
    height: 300px;
  }
  .s5 .wrap .item{
        margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .s4 .block .wrap {
      flex-wrap: wrap;
      justify-content: space-around;
      margin-left: 32px;
      margin-right: 32px;
  }
  .s4 .block .wrap img {
        width: 275px;
        height: 275px;
  }
  .s5 .wrap .item{
        margin-bottom: 16px;
  }
  .s5 {
    margin-bottom: 24px;
  }  
  .s6 .wrap .item .title { 
    font-size: 15px;
  }  
  .s7 h2 br{
    display: none;
  }
  .s8 .wrap .item .bottom{
    padding: 5px;
    text-align: start;
    height: 160px;
  }
  .s8 .wrap .item .top{
    padding: 5px;
  }
  .mySwiper1 {
        height: 300px;
    }
  .s8 .wrap .item{
    height: 220px;
  }  
  .mySwiper1 .buttons{
    margin-top: 32px;
  }
  .s3 p{
    height: 81px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .s4 {
      margin-top: 64px;
  }
  .s4 .block p {
    width: 100%;
  }
  .s5 h2 {
    font-size: 48px;
  }
  .s5 h2 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .s6 h2 {
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 16px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
  }
  .s7 h2 {
    font-size: 36px;
    line-height: 58px;
  }
  .s8 h2 {
    font-size: 48px;
    line-height: 70px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .s9 .block h2 {
    font-size: 48px;
    line-height: 70px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
  }
  footer .block {
    flex-direction: column;
    text-align: center;
  }
  footer .logo {
    margin: 0 auto 16px;
  }
  footer .block .left a {
    margin: 16px auto 16px;
  }
  .s6 .wrap .item {
    width: 100%;
  }
  header .block {
    flex-direction: column;
  }
  header .block .middle{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .s1 p {
    width: 100%;
  }
  .s6 p {
    width: 100%;
  }
  .s10 p b {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 464px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .s1 p {
    width: 100%;
  }
  .s4 .block a {
    width: 100%;
  }
  .s6 p{
    width: 100%;
  }
  header .block {
    flex-direction: column;
  }
  header .block .middle{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .s1 {
    padding-top: 201px;
  }
  .s1 h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .s2 {
      background-position: right;
      height: 122px;
  }
  .s3 p {
      height: 64px;
      line-height: 29px;
      font-size: 14px;
  }
  .s4 .block h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .s5 h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .s6 h2 {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 16px;
  }
  .s6 p {
      text-align: start;
  }
  .s6 .wrap .item .title {
      font-size: 14px;
  }
  .s7 h2 br{
      display: none;
  }
  .s7 h2 {
      font-size: 23px;
      line-height: 40px;
  }
  .s7 {
    height: 346px;
  }
  .s7 {
    margin-bottom: 24px;
  }
  .s8 h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .s8 .wrap .item .top{
    padding: 15px 15px 6px 15px;
  }
  .s8 .wrap .item .bottom{
    padding: 15px 15px 6px 15px;
  }
  .s9 .block h2{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0px;
  }
  footer .block .left h2 br{
    display: none;
  }
  footer .block .left h2 {
    font-size: 17px;
  }
  footer {
    padding-bottom: 16px;
  }
  .s10 .hero_form {
    padding: 16px;
  }
  .s10 p b {
      font-size: 28px;
  }
  .close {
    right: 20px;
    top: 10px;
  }
  .s10 .hero_form_title p {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .container {
    max-width: 320px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .s1 p {
    width: 100%;
  }
  .s4 .block a {
    width: 100%;
  }
  .s6 p{
    width: 100%;
  }
  header .block {
    flex-direction: column;
  }
  header .block .middle{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .s1 {
    padding-top: 201px;
  }
  .s1 h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .s2 {
      background-position: right;
      height: 122px;
  }
  .s3 p {
      height: 64px;
      line-height: 29px;
      font-size: 14px;
  }
  .s4 .block h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .s5 h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .s6 h2 {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 16px;
  }
  .s6 p {
      text-align: start;
  }
  .s6 .wrap .item .title {
      font-size: 14px;
  }
  .s7 h2 br{
      display: none;
  }
  .s7 h2 {
      font-size: 23px;
      line-height: 40px;
  }
  .s7 {
    height: 346px;
  }
  .s7 {
    margin-bottom: 24px;
  }
  .s8 h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .s8 .wrap .item .top{
    padding: 15px 15px 6px 15px;
  }
  .s8 .wrap .item .bottom{
    padding: 15px 15px 6px 15px;
  }
  .s9 .block h2{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0px;
  }
  footer .block .left h2 br{
    display: none;
  }
  footer .block .left h2 {
    font-size: 17px;
  }
  footer {
    padding-bottom: 16px;
  }
  .s10 p b {
        font-size: 27px;
  }
}
