html {
  scroll-behavior: smooth;
}
@charset "UTF-8";

/*
Theme Name: Theme1
:root {
*/
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Bold.eot');
	src: local('fonts/Gotham Pro Bold'), local('fonts/GothamPro-Bold'),
		url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Bold.woff') format('woff'),
		url('fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('fonts/Montserrat Bold'), local('fonts/Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Light.eot');
	src: local(fonts/'Gotham Pro Light'), local('fonts/GothamPro-Light'),
		url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Light.woff') format('woff'),
		url('fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
} @font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro.eot');
	src: local('fonts/Gotham Pro'), local('fonts/GothamPro'),
		url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro.woff') format('woff'),
		url('fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('fonts/ProximaNova-Bold.eot');
	src: local('fonts/Proxima Nova Bold'), local('fonts/ProximaNova-Bold'),
		url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Bold.woff') format('woff'),
		url('fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('fonts/ProximaNova-Light.eot');
	src: local('fonts/Proxima Nova Light'), local('fonts/ProximaNova-Light'),
		url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Light.woff') format('woff'),
		url('fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/ProximaNova-Regular.eot');
	src: local('fonts/Proxima Nova Regular'), local('fonts/ProximaNova-Regular'),
		url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular.woff') format('woff'),
		url('fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
    margin: 0px;
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
	scroll-behavior: smooth;
}


.header {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  z-index: 101;
  }
  @media (max-width: 767px) {
    .header {
      top: 30px; } }
  .header .header__logoBox {
    margin-right: 55px; }
    @media (max-width: 767px) {
      .header .header__logoBox {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .header__logoBox {
      width: 100%;
      margin-bottom: 20px; } }
  .header__logoBox a {
    display: block; }
  .header__logoBox img {
    display: block;
    max-width: 219px; }
    @media (max-width: 767px) {
      .header__logoBox img {
        max-width: 175px;
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .header__nav {
      text-align: center;
      width: 100%; } }
  .header__nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .header__nav li {
        margin-right: 16px; } }
    .header__nav li:last-child {
      margin-right: 0; }
  .header__nav a {
    display: block;
    font-size: 18px;
    color: #F2F2F2; }
    @media (max-width: 767px) {
      .header__nav a {
        font-size: 13px; } }
  .header .header__tel {
    margin-right: 35px; }
  .header__tel {
    color: #F2F2F2; }
  .header__btn {
    color: #F2F2F2;
    width: 200px;
    height: 60px;
    line-height: 56px;
    border: 2px solid #0089FF;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center; }
    .header__btn:hover {
      background: #0089FF; }
  @media (max-width: 767px) {
    .header__left {
      width: 100%; } }
  @media (max-width: 1199px) {
    .header__right {
      display: none; } }

/* Banner */
.banner {
  background: url(./images/background__1.jpg) 0 0 no-repeat;
  background-size: cover;
  max-height: 800px;
  }
  .banner__box {
    min-height: 898px;
    padding-top: 175px;
    z-index: 1;
    position: relative; }
    @media (max-width: 991px) {
      .banner__box {
        padding-top: 130px; } }
    @media (max-width: 767px) {
      .banner__box {
        padding-top: 180px;
        min-height: 1px;
        padding-bottom: 45px; } }
  .banner__imgBox {
    position: absolute;
    bottom: 0;
    left: -123px;
    z-index: -1; }.container {
    max-width: 1140px;
    margin: 0 auto;
}

.wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}.wrapp--fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}.header .header__logoBox {
    margin-right: 79px;
}.header__logoBox a {
    display: block;
}.header__logoBox img {
    display: block;
    max-width: 219px;
}.header-menu {
    width: 100%;
    text-align: center;
    list-style: none;
    /* padding-top: 22px; */
    margin: 0;
    padding: 0;
}.header__nav li {
    display: inline-block;
    vertical-align: top;
        margin-right: 27px;
}.header__nav a {
    display: block;
    font-size: 16px;
    color: #F2F2F2;
    text-decoration:none;font-weight: 300;
}strong {
    font-weight: normal;
    font-family: "Proxima Nova Bold";
}.header__btn {
    color: #F2F2F2;
    width: 183px;
    height: 51px;
    line-height: 56px;
    border: 2px solid #0089FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 51px;
    text-transform: none;
    text-align: center;
    text-decoration:none;
    font-weight: 700;
}.header .header__tel {
  margin-right: 23px;
    font-size: 20px;
    font-weight: 700;
}.header__tel {
    color: #F2F2F2;
}

a {
    text-decoration: none;
	color:#2E88FC;
}
a.header__tel {
    text-decoration: none;
}
.banner__imgBox {
    position: absolute;
    bottom: 0;
    left: -154px;
    z-index: -1;
    max-width: 731px;
    top: 78px;
}.banner__imgBox img {
  /*  display: block;*/
    max-width: 100%;
}.banner__box {
      min-height: 625px;
    padding-top: 175px;
    z-index: 1;
    position: relative;
}.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.banner__titleBox {
    width: 653px;
    height: 232px;
    margin-left: 487px;
}

h1.banner__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 53px;
    color: #F2F2F2;
    font-family: "Proxima Nova Bold";
    color: #2E88FC;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 44px;
}

.banner__titleBox p {
    font-size: 48px;
    line-height: 57px;
    color: #F2F2F2;
       font-family: "Proxima Nova Lt";
    color: #fff;
    margin-top: 6px;
    margin-bottom: 18px;
}

.banner__subtitle {
    font-family: Proxima Nova Lt;
    font-size: 22px;
    font-style: normal;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    max-width: 412px;
    margin-bottom: 53px;
}

a.btn.button.banner__button {
    background: linear-gradient(94.51deg, #2E88FC -5.24%, #84BDFF 95.88%);
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
    width: 279px;
    height: 64px;
    display: block;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    line-height: 64px;
    text-decoration: none;
}a.header__tel:before {content: '';display: inline-block;background: url(/wp-content/themes/theme1/images/phone.svg) no-repeat;padding: 7px;position: relative;max-width: 10px;vertical-align: top;margin-top: 7px;left: -10px;}

a.header__tel {
    padding-left: 30px;
    display: block;
}.banner__imgBox img:nth-child(2) {
   /* display: none;*/
}h3.what__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 18px;
    margin-top: 0;
}

.what__subtitle {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
}



.what__item {
    width: 50%;
}

.what__item {
    display: inline-block;
    vertical-align: top;
    max-width: 491px;
    height: 234px;
    background: #FFFFFF;
	transition-duration: 0.3s;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
    padding: 32px;
}

.what__item {
    margin-right: 25px;
    margin-bottom: 30px;
}

.what__item:nth-child(2n) {
    margin-right: 0px;
}

.what__row {
    margin-top: 55px;
    padding-bottom: 68px;
}

.what__item__title {
    font-family: Proxima Nova;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
    padding-left: 50px;
    padding-top: 5px;
}

.what__item__text {
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.what__item__title:before {content: '';background: url(/wp-content/themes/theme1/images/check_1.svg) no-repeat;padding: 20px 20px;display: inline-block;vertical-align: top;position: absolute;margin-left: -50px;margin-top: -5px;}

.what__item:nth-child(3), .what__item:nth-child(4) {
    height: 200px;
}

.what__item:nth-child(3) .what__item__title {
    padding-top: 6px;
}

.what__item:nth-child(3) .what__item__title:before {
    margin-top: 9px;
}
.vertical {
    letter-spacing: 0em;
    text-align: left;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    text-transform: uppercase;
    color: #f7f7f7;
    /* transform: rotate(
90deg
); */
    position: absolute;
    left: 33px;
    /* top: 0px; */
    margin-top: 15px;
    /* width: 59%; */
    /* height: 253px; */
    writing-mode: vertical-lr;
}

.what__item:hover {
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
    filter: drop-shadow(0px 4px 4px rgb(121 183 255 / 20%));
}.what {
    padding-top: 70px;
}.tariff {
    background: #F9F9F9;
    padding-top: 79px;padding-bottom: 90px;
}

h3.tariff__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 18px;
    margin-top: 0px;
}

.tariff__subtitle {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
}

.tariff__block {
    margin-top: 44px;
    background: #FFFFFF;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
}

.tariff__block__text {
    display: inline-block;
    vertical-align: top;
    width: 723px;
}

.tariff__block__form {
    display: inline-block;
    vertical-align: top;
    width: 412px;
}

.tariff__block__text__title {
    width: 451px;
    padding: 45px 0 0 45px;
    font-family: Proxima Nova;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
}

ul.tariff__points {
    width: 451px;
    padding: 35px 0 0 68px;
    margin: 0;
    list-style: none;
}

span.list_bold {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
    display: block;
}

span.list_text {
    font-family: 'Proxima Nova Lt';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    text-align: left;
    color: #A3A3A3;
    margin-top: 5px;
    display: block;
}

li {}

ul.tariff__points li {
    margin-bottom: 26px;
    padding-left: 0;
}

ul.tariff__points li:before {
    background: url(/wp-content/themes/theme1/images/list.png) no-repeat;
    padding: 7px;
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: -22px;
    margin-top: 4px;
}

.tariff__block__form {
    background: #F9F9F9;
    border: 12px solid #2E88FC;
    box-sizing: border-box;
    height: 464px;
}

.tariff__block__text__title {}

.tariff__block__form .tariff__block__text__title {
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
    color: #0F0F0F;
}

.tariff__block__price {
    
margin-top: 42px;
    
text-align: center;
    
font-size: 20px;
}

span.price__text {
   
font-family: Gotham Pro;
   
font-size: 36px;
   
font-style: normal;
   
font-weight: bold;
   
line-height: 22px;
   
letter-spacing: 0em;
   
text-align: center;
   
color: #0F0F0F;
}
span.price__text {
    font-family: Montserrat;
}
.tariff__block__price__text {
    margin: 14px auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 275px;
    font-family: 'Gotham Pro';
}

a.btn.button.tariff__button {
    background: linear-gradient(94.51deg, #2E88FC -5.24%, #84BDFF 95.88%);
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
    width: 279px;
    height: 64px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    line-height: 64px;
    margin: 29px auto 43px;
}

.tariff__block__writeme {
    max-width: 244px;
    margin: 0 auto;
}

.tariff__block__writeme__text {
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.tariff__block__writeme__icons {
    max-width: 71px;
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
    margin-left: 11px;
}.tariff .vertical {
    color: #EFEFEF;
    right: 41px;
    left: initial;
    margin-top: -12px;
}h3.work__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto;
    color: #0F0F0F;
}

.work {
    padding-top: 83px;
    padding-bottom: 98px;
}

.work__subtitle {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin-top: 18px;
}

.work_row {
    margin-top: 39px;
}

.work__item {
    width: 398px;
    display: inline-block;
    vertical-align: top;
    background: url(/wp-content/themes/theme1/images/background_2.png);
    height: 239px;
}

.work__item__title {
    padding-top: 51px;
    padding-left: 71px;
    max-width: 316px;
}

.work__item__text {
    padding-left: 72px;
    max-width: 301px;
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    color: #0F0F0F;
    margin-top: 19px;
}

.work__item__digit {
    width: 33px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

.work__item__title__text {
    width: 222px;
    display: inline-block;
    vertical-align: top;
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
    margin-left: 19px;
    margin-top: 0;
}

.work__item:nth-child(2), .work__item:nth-child(3) {
    margin-left: -34px;
}

.work__box__process {
    padding-top: 70px;
    padding-bottom: 84px;
}

.work__box .vertical {
    margin-top: 140px;
}

.work__form {
    background: #FFFFFF;
    border: 12px solid #2E88FC;
    box-sizing: border-box;
}

.work__form__text {
    width: 366px;
    height: 58px;
    display: inline-block;
    vertical-align: top;
    padding: 33px 57px 28px 47px;
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
}.work__form__form {
    width: 615px;
    height: 64px;
    display: inline-block;
    vertical-align: top;
    padding: 27px 15px 28px 0px;
	    height: auto;
}

.in.submit input {
    background: linear-gradient(94.51deg, #2E88FC -5.24%, #84BDFF 95.88%);
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
    width: 279px;
    height: 64px;
    border: 0px;
    color: #fff;
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.in {
    display: inline-block;
    vertical-align: top;
    width: 334px;
}

.in input {
    background: #EEEEEE;
    border-radius: 4px 0 0 4px;
    border: 0px;
    height: 18px;
    padding: 23px 22px;
    width: 295px;
}

.in.submit {
    width: 269px;
}

.in input::placeholder {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #AAAAAA;
}.about {
    background: url(/wp-content/themes/theme1/images/background_3.jpg) no-repeat center center #000;
    background-size: cover;
    height: 484px;
    padding: 81px 0 98px;
}

h3.about__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin: 0 auto 33px;
}

.about__block__row__text {
    width: 503px;
    display: inline-block;
    vertical-align: top;
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0em;
    color: #fff;
    text-align: left;
}

.about__block__row__text p {
    margin-top: 20px;
}

.about__block__row__digits {
    margin-left: 107px;
    width: 524px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.about__block__digits__item {
    width: 259px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 34px;
}

.about__digit {
    font-family: Proxima Nova;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

span.big__digit {
    font-family: Proxima Nova;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 97px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.about__digit__text {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 6px;
    color: #fff;
}

.about__block__digits__item:before {content: '';background: #2E88FC;width: 58px;height: 3px;display: block;margin-bottom: 16px;}

.about .vertical {
    color: #1F1F1F;
    right: 51px;
    left: initial;
}span.bold {
    font-weight: bold;
}h3.reviews__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto 46px;
    color: #0F0F0F;
}

.reviews {
    padding-top: 87px;
    padding-bottom: 87px;
    overflow: hidden;
}

.reviews__slide {
   width: 360px /*!important*/;
    height: 306px;
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
    margin: 0 10px;
}

.reviews__slide__title {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
    height: 28px;
    padding: 33px 28px 0;
}

.reviews__slide__title__text {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.reviews__slide__title__rating {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: right;
}

.reviews__slide__text {
       font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 28px;
    color: #0F0F0F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    max-height: 160px;
}

.reviews__slide__link {
    padding: 0 28px;
}

.reviews__slide__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.reviews__slide__link__item a {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    /* text-decoration-line: underline; */
    color: #2E88FC;
    text-decoration: none;
    /* border-bottom: 1px solid #2E88FC; */
    text-decoration-line: underline;
}

.reviews__slide__link {
    margin-top: 14px;
}

.reviews__slide__link__item {
    margin-left: 10px;
    margin-top: 6px;
}.reviews__slide__title__rating img {
    display: inline-block;
}.slick-list.draggable {
    overflow: visible;
}button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.16);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
}

.slick-prev:before {
    content: '';
    padding: 8px 19px;
    background: url(/wp-content/themes/theme1/images/prev.png) no-repeat;
}

.slick-next::before {
    content: '';
    padding: 8px 14px;
    background: url(/wp-content/themes/theme1/images/next.png) no-repeat;
}.reviews__more__title {
    font-family: Proxima Nova;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin-top: 63px;
    margin-bottom: 28px;
}

.reviews__more__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__more__logo__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 36px;
}

.reviews__more__logo__item:first-child {
    padding-left: 0px;
}

.reviews__more__logo__item:last-child {
    padding-right: 0px;
}

.questions {
    background: #F9F9F9;
    padding: 79px 0 91px;
	transition: 0.35s ease-in-out;
}

h3.questions__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin: 0 auto 49px;
}
.questions__item input, .questions__item div  { 
  display: none; 
  transition: 0.35s ease-in-out;
}
.questions__item :checked ~ div {
  display: block;
  padding: 9px 30px 27px 38px;
  font-family: Proxima Nova;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #0F0F0F;
}.questions__item label::after {
  cursor: pointer;
  content: '';
  margin-right: 30px;
  position: relative;
  float: right;
  background: url(/wp-content/themes/theme1/images/down.png);
  padding: 15px;
  margin-top: 22px;
}
.questions__item :checked + label::before {
  content: '';
}	label.questions__item_title {
    font-family: Proxima Nova;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
    padding-left: 38px;
}

.questions__item {
    background: #FFFFFF;
    border-radius: 4px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.questions__item :checked + label {
    display: block;
    color: #2E88FC;
    line-height: 27px;
    padding-top: 24px;
}

.questions__item:checked {
    height: auto;
    background: #FFFFFF;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
}

.questions__item :checked {
    background: #FFFFFF;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
}.questions__item :checked ~ div {
    background: #FFFFFF;
/* 3 */
    box-shadow: 5px 15px 20px rgb(30 35 66 / 15%);
    border-radius: 0 4px 4px 0;
}

.questions__item :checked + label {
    background: #FFFFFF;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px 4px 0 0;
}

.questions__item :checked + label::after {
    content: '';
    margin-right: 30px;
    position: relative;
    float: right;
    background: url(/wp-content/themes/theme1/images/up.png);
    padding: 15px;
    margin-top: -2px;
    cursor: pointer;
}

.questions .vertical {
    color: #EFEFEF;
    left: initial;
    right: 51px;
}.adress {
    padding: 76px 0 0;
}

h3.adress__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin: 0 auto 63px;
}

.adress__icons__item:nth-child(1) {
    width: 310px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
}

.adress__icons__item:nth-child(2) {
    width: 310px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

.adress__icons__item:nth-child(3) {
    width: 310px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

.adress__icons__item.social {
    width: 132px;
    margin-left: 23px;
    display: inline-block;
    vertical-align: top;
}

.adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
    max-width: 235px;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 14px;
}

.adress__icons__item__icon {
    width: 56px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(94.51deg, #2E88FC -5.24%, #84BDFF 95.88%);
    border-radius: 90px;
    height: 56px;
}

.adress__icons__item__icon img {
    padding: 15px 15px;
}

.adress__icons__item__icon {}

.adress__icons__item:nth-child(2) {}

.adress__icons__item:nth-child(2) .adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 17px;
}

.adress__icons__item:nth-child(3) .adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 14px;
}

.adress__icons__item.social a img + a img {
    margin-right: 15px;
}

.adress__icons__item.social a {
    margin-right: 14px;
}

.adress__icons__item.social a:last-child {
    margin-right: 0px;
}.adress__block__map {
    height: 526px;
    background-size: cover !important;
    margin-top: 74px;
}
#map{ width: 100%; height: 100%; padding: 0; margin: 0;}.adress__icons__item__text a {
    text-decoration: none;
    color: initial;
}.form__block__subtitle {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin-top: 18px;
    margin-bottom: 35px;
}

h3.form__block__title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin: 0 auto;
}

.form__block {
    padding-top: 68px;
    padding-bottom: 89px;
    background: #F9F9F9;
}

.form__block__blueblock__item {}

.form__block__blueblock {
    background: #FFFFFF;
    border: 12px solid #2E88FC;
    box-sizing: border-box;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
}

.form__block__blueblock__title {
    font-family: Proxima Nova;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    padding-top: 17px;
    padding-bottom: 24px;
}

.form {
    /* padding: 0 63px 0 44px; */
    text-align: center;
}

span.ajax-loader {
    float: right;
    display: none;
}

.form__block__blueblock__item input {
    max-width: 278px;
    border-radius: 4px;
}

.form__block__blueblock__item .in {
    width: 323px;
}

.form__block__blueblock__item .in:nth-child(2) {
    margin-right: 15px;
}

.form__block__blueblock__item .in.submit {
    text-align: left;
    margin-left: 30px;
    width: 323px;
}

.in.submit input {}
.in.submit input {
    cursor: pointer;
}
.form__block__blueblock__item .in.submit input {
    width: 323px;
    display: block;
    margin: 0;
    max-width: initial;
}

.acceptance {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 22px;
    color: #999999;
    margin-bottom: 33px;
}

.form__block .vertical {
    color: #EFEFEF;
    margin-top: 7px;
}

.wpcf7 .ajax-loader {
    display: none !important;
}.wpcf7 .ajax-loader {
    display: none !important;
}

footer {
    background: url(/wp-content/themes/theme1/images/background_4.jpg);
    padding: 41px 0 42px;
}

.logo__block__row {
    display: inline-block;
    vertical-align: top;
    width: 574px;
}

.logo__block__row a {
    display: inline-block;
    vertical-align: top;
    width: 211px;
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-left: 59px;
    margin-top: 24px;
}

.logo__block__text {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 412px;
    margin-top: 20px;
    color: #8E8E8E;
}

.footer__contacts__block {
    width: 391px;
    display: inline-block;
    float: right;
    vertical-align: top;
    text-align: right;
}

.footer__logo__block {
    width: 480px;
    display: inline-block;
    vertical-align: top;
}

a.footer__phone {
    margin-right: 23px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

a.btn.button.footer__btn {
    display: inline-block;
    vertical-align: top;
    color: #F2F2F2;
    width: 183px;
    height: 51px;
    line-height: 56px;
    border: 2px solid #0089FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 51px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    margin-top: 5px;font-weight: normal;
    font-family: "Proxima Nova Bold";
}

a.footer__phone {}

a.footer__phone:before {
    content: '';
    display: inline-block;
    background: url(/wp-content/themes/theme1/images/phone.svg) no-repeat;
    padding: 7px;
    position: relative;
    max-width: 10px;
    vertical-align: top;
    margin-top: 7px;
    left: -10px;
}

.footer__social__links {
    margin-top: 33px;
}

.footer__social__links a {
    margin-right: 5px;
}a.btn.button.footer__btn:hover {
    background: #0089FF;
}:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}.adress__icons__item__text p {
    margin: 0;
}div#contact_form_pop,div#contact_form_pop2,div#contact_form_pop3 {
    max-width: 458px;
}

.contact_form_pop_title {
    padding: 28px 56px 0 56px;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 35px;
}input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {}

.in.block input {
    max-width: 279px;
    display: block;
    margin: 0 auto 19px;
    border-radius: 4px;
}

.contact_form_pop_form {
    text-align: center;
}

.in.block.submit input {
    width: 323px;
    max-width: initial;
    display: block;cursor: pointer;
}

.in.block.submit {
    width: auto;
}

.contact_form_pop_form .acceptance {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 323px;
    margin: 0 auto 42px;
}.in.block.submit input:hover, .in.submit input:hover, a.btn.button.banner__button.fancybox-inline:hover, a.btn.button.tariff__button:hover {
    background: linear-gradient(
94.51deg
, #2E88FC -5.24%, #2E88FC 95.88%);
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
}.wpcf7 form .wpcf7-response-output {
    margin: -20px auto 20px;
    padding: 10px 17px;
    max-width: 210px;
    border: 2px solid #00a0d2;
    font-size: 14px;
    line-height: 18px;
}.work__form__form .wpcf7-response-output {
    margin-top: 11px !important;
    max-width: 376px !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: -2px !important;
}.reviews__slide__link__image {
    margin-top: 12px;
}.reviews__more__logo__item a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}.reviews__more__logo__item a img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}.price {
    background: #F9F9F9;
    padding: 79px 0 95px;
}

h3.price__title {
    margin: 0 auto;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
}

.price__subtitle {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 44px;
}

.price_item {
    width: 360px;
    height: 560px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    margin-left: 13px;
    background: #FFFFFF;
/* 3 */
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 4px;
}

.price_row {
    text-align: center;
}

.price_item:nth-child(1) {
    margin-left: 0px;
}

.price_item:nth-child(3) {
    margin-right: 0;
}

.price_title {
    height: 74px;
    line-height: 74px;font-family: Proxima Nova;
font-size: 24px;
font-style: normal;
font-weight: 700;
letter-spacing: 0em;
text-align: center;
color:#fff;
text-transform:uppercase;
}

.price_item:nth-child(1) .price_title {
    background: #84BDFF;
    border-radius: 4px;
}
.price_item:nth-child(2) .price_title {
    background: #519DF4;
    border-radius: 4px;
}
.price_item:nth-child(3) .price_title {
    background: #2E88FC;
    border-radius: 4px;
}


.price_options_block {
    padding: 27px 40px 0;
}

ul.price_options_block_list {
    margin: 0;
    padding: 0;
    height: 294px;
    /* padding-left: 24px; */
    list-style: none;
}

.price_options_text {
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F0F0F;
    height: 294px;
}

ul.price_options_block_list li span.list_bold {
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F0F0F;
}

ul.price_options_block_list li:before {
    background: url(/wp-content/themes/theme1/images/list.png) no-repeat;
    padding: 7px;
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: -152px;
    margin-top: 3px;
}

ul.price_options_block_list li {
    padding: 0;
    display: block;
    padding-left: 24px;
    margin-bottom: 15px;
}

.price_options_block_list span.list_text {
    font-family: Proxima Nova;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.price_row span.price__text {
    font-size: 32px;
    color: #0F0F0F;
}

.price .vertical {
    color: #EFEFEF;
    left: initial;
    right: 51px;
}.shablon__box_left {
    width: 501px;
    display: inline-block;
    vertical-align: top;
    height: 422px;
}

.shablon__box_left_title {
    font-family: Proxima Nova;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-top: 90px;
}

.shablon__box_left_subtitle {
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-top: 24px;
}

.shablon a.btn.button.tariff__button.fancybox-inline {
    margin-top: 45px;
    margin: 45px auto 0 0;
    max-width: 253px;
}

img.shablon__box_right {
   display: inline-block;
    vertical-align: top;
    width: 658px;
    margin-left: -24px;
    margin-top: 50px;
}.shablon .vertical {
    color: #1F1F1F;
    left: initial;
    right: 51px;
    margin-top: 90px;
}footer {
    background-size: cover !important;
}.desctop{
display:block;
}.mobile{
display:none;
}
li.mobile {
    display: none;
}.desc {
    display: inline-block;
}
a.btn.button.banner__button.fancybox-inline.mobile {
    display: none;
}
@media screen and (min-width:1360px) {

.vertical {
    display: block;
}

}

@media screen and (min-width:1171px) and (max-width:1359px){
.vertical {
    display: none;
}
}
@media screen and (min-width:981px) and (max-width:1170px){.slick-track {
    padding-bottom: 30px;
}
h1.banner__title {
    /* font-size: 46px; */
    /* line-height: 51px; */
    margin-top: 33px;
}
.container {
    max-width: 951px;
}
.banner__titleBox {
    width: auto;
    margin-left: 45%;
}

.header__logoBox {
    max-width: 180px;
    margin-top: 0px;
}

.header__logoBox img {
    max-width: 100%;
}

.header__nav {
    /* display: none; */
}

.header__right.wrapp--fs {
    /* display: none; */
}

.banner__box {
    padding-top: 102px;
}

.banner__titleBox p {
    font-size: 33px;
    line-height: 37px;
}

.banner__subtitle {
    /* display: none; */
}

a.btn.button.banner__button.fancybox-inline {
    position: absolute;
}

.vertical {
    display: none;
}

h3.what__title {
    font-size: 24px;
    line-height: 29px;
}

.what {
    padding-top: 46px;
}

img.shablon__box_right {
    /* display: none; */
    width: 49%;
}

.work__form__form {
    width: auto;
}

.about__block__row__digits {
    margin-left: auto;
    width: 44%;
    display: inline-block;
    vertical-align: top;
}

.tariff__block__text {
    display: inline-block;
    width: 49%;
}

.work__form__text {
    display: block;
    width: auto;
}

.in {
    display: block;
    width: auto;
}

.in.submit {
    width: auto;
}

.in input {
    width: auto;
    width: auto;
    display: block;
    max-width: 203px;width: 100% !important;
    max-width: calc(100% - 44px) !important;
}

.about__block__row__text {
    width: 49%;
    display: inline-block;
}

ul.tariff__points {
    width: auto;
}

.shablon__box_left_title {
    /* width: auto; */
    /* display: block; */
}

.shablon__box_left {
    /* width: auto; */
    /* display: block; */
    /* height: auto; */
}

.footer__logo__block {
    width: 50%;
    display: inline-block;
}

.logo__block__row {
    width: auto;
    display: block;
}

.what__item {
    width: 42% !important;
    display: inline-block;
    /* margin: 0 auto; */
    margin-right: 2%;
    /* height: auto; */
    /* min-height: 322px; */
}

.tariff__block__form {
    width: 49%;
    display: inline-block;
    height: 429px;
    padding-bottom: 20px;
    float: right;
}

.price_item {
    width: 31%;
    display: inline-block;
}

a.btn.button.tariff__button.fancybox-inline {
    width: auto;
    display: block;
}

.form__block__blueblock__item .in.submit {
    width: auto;
    display: inline-block;
    max-width: 203px;
}

.form__block__blueblock__item .in.submit input {
    width: auto;
    display: block;
    max-width: 203px;
}

.tariff__block__text__title {
    width: auto;
}

.work__item {
    width: 286px;
    height: 173px;
    /* display: block; */
}

.work__item__title__text {
    width: auto;
    display: block;
}

a.btn.button.banner__button.fancybox-inline {
    max-width: 200px;
}.header {
    top: 25px;
}.desctop{/* display:none; */}.mobile{/* display:block; */}

img.mobile {}

.banner__imgBox {
    left: -106px;
    top: 85px;
    max-width: 540px;
}

a.btn.button.banner__button.fancybox-inline.desctop {
    /* display: none; */
    max-width: 286px;
}

a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
}

.banner {
    max-height: 619px;
    background-size: cover !important;
}

.what__subtitle {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.what__row {
    margin-top: 39px;
}

.what__item {
    /* box-shadow: none; */
    /* padding: 0; */
    /* height: auto; */
    /* margin-bottom: 37px; */
}

.what__item__title {
    font-size: 20px;
    line-height: 24px;
}

.what__item__title:before {
    max-width: 23px;
    padding: 11px;
    background-size: cover !important;
    margin-left: -36px;
       margin-top: 0;
}.what__item:nth-child(3) .what__item__title:before {
    margin-top: 0;
}

.what__item__text {
    line-height: 24px;
}

.what__item:nth-child(3), .what__item:nth-child(4) {
    height: 204px;
}

.what__row {
    padding-bottom: 50px;
}

div#tariff {
    padding-top: 60px;
}

h3.tariff__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
}

.tariff__block__text__title {
    /* padding: 26px 22px 10px; */
}

.tariff__block__text__title {
    /* font-size: 20px; */
    /* line-height: 24px; */
    /* padding-top: 40px; */
}

ul.tariff__points {
    padding-left: 46px;
    padding-right: 15px;
}

span.list_bold {
    font-size: 16px;
    line-height: 19px;
}

span.list_text {
    font-size: 12px;
    line-height: 14px;
}

.tariff__block__form a.btn.button.tariff__button.fancybox-inline {
    max-width: calc( 100% - 30px );
    margin-top: 15px;
    margin-bottom: 26px;
}

.tariff__block__price__text {
    margin-bottom: 5px !important;
}

div#tariff {
    padding-bottom: 74px;
}

.price {
    padding-top: 40px;
}

h3.price__title {
    font-size: 28px;
    line-height: 34px;
}

.price__subtitle {
}

ul.price_options_block_list li:before {
       padding: 7px;
    content: '';
    display: block;
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
}
ul.price_options_block_list {
    padding-bottom: 30px;
}
.price_options_block {}

.price_item {
    margin: 0 1% 20px;
    height: auto;
    padding-bottom: 5px;
}

ul.price_options_block_list {
    height: auto;
  min-height: 365px;
}

.shablon__box_left_title {
    margin-top: 0;
    /* padding-top: 30px; */
    /* font-size: 28px; */
    /* line-height: 34px; */
}

.shablon a.btn.button.tariff__button.fancybox-inline {
    margin-top: 20px;
}

.shablon {
    /* padding-bottom: 0px; */
    /* background-size: cover !important; */
}

div#work {
    padding-top: 40px;
}.price_options_text {
    min-height: 394px;
}

h3.work__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.work__subtitle {
    margin-top: 10px;
}

.work_row {
}

.work_row {
    margin-top: 35px;
    /* background: url(/wp-content/themes/theme1/images/background-6.png) bottom center no-repeat; */
    padding: 0 10px 0px;
}

.work__item__title {
    padding: 0;
}

.work__item__title__text {
    display: inline-block;
    width: calc( 100% - 67px );
}

.work__item__text {
    padding: 0;
}

.work__item:nth-child(2), .work__item:nth-child(3) {
    margin: 0 auto;
    height: auto;
}

.work__item {
       height: 176px !important;
       /* padding-bottom: 35px; */
       /* background: none; */
       padding: 30px 10px 35px;
       /* max-width: 293px; */
       /* margin: 0 auto; */
       background: url(/wp-content/themes/theme1/images/background_2.png) right center !important;
}

.work__box__process {
    padding-top: 35px;
}

.work__box__process {
    padding-bottom: 35px;
}

.work__form__text {
    font-size: 22px;
    line-height: 29px;
    padding: 20px 15px;
    height: auto;
}.work__form__form a.btn.button.banner__button.fancybox-inline.mobile {
    margin-top: 10px;
    position: relative;
    display: block;
    width: calc( 100% - 30px );
    margin: 10px auto !important;
    left: initial;
}

.work__form__form {
    padding: 0;
    width: 100%;
}

div#work {
    padding-bottom: 60px;
}

div#about {
    padding-top: 43px;
    background-size: cover;
    height: auto;
    background: url(/wp-content/themes/theme1/images/background-7.jpg) no-repeat center center #000;    background-size: cover;
}

h3.about__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.about__block__row__text {
    /* font-size: 16px; */
    /* line-height: 24px; */
    padding: 0 15px;
}

.about__block__row__digits {padding: 0 15px;}

.about__block__digits__item {
    width: 49%;
}

span.big__digit {
    /* font-size: 32px; */
    /* line-height: 38px; */
}

.about__digit {
    font-size: 22px;
    line-height: 26px;
}

.about__digit__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

h3.reviews__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 26px;
}

.reviews {
    padding-top: 40px;
}.slick-list.draggable {
   /* overflow: hidden;*/
}.reviews__slide__padding {
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
    padding-bottom: 30px;margin:auto;
}button.slick-prev.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    left: 5px;
} button.slick-next.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    right: 5px;
}.reviews__slide__title__text {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    width: 64%;
}

.reviews__slide__title__rating img {
    max-width: 11px;
}

.reviews__slide__title__rating {
    width: 35%;
    float: right;
}

.reviews__slide__text {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

img {}

.reviews__more__logo__item {
    max-width: 64px;
    padding: 0 18px;
}

.reviews__more__title {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 0;
}

.reviews__more__logo__item a img {
    max-width: 100%;
}

.reviews {
    padding-bottom: 48px;
}

.questions {
    display: none;
}

.adress {
    padding-top: 0px;
}

h3.adress__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.adress__icons__item {
  width: 26% !important;
  display: block;
  height: auto;
  margin: 10px 1% 10px 0 !important;
}

h3.adress__title {
    margin-bottom: 26px;
}

.adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    max-width: calc( 100% - 74px);
    margin-left: 3px;
}

h3.form__block__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

h3.form__block__title {}

.form__block__title span.bold {
    display: block;
}

.form__block__subtitle {
    display: none;
}

.form__block__blueblock__title {
    /* padding-top: 30px; */
    /* line-height: 31px; */
}

.form__block__blueblock__item .in {
    width: 281px !important;
    margin: 0 auto 10px !important;
    display: inline-block;
}

.form__block__blueblock__item .in.submit {
    max-width: 322px;
}

.form__block__blueblock__item .in.submit input {
    max-width: initial;
    width: 100%;
}

.acceptance {
    line-height: 15px;
}

.form__block {
    padding-bottom: 46px;
    padding-top: 30px;
}footer {
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
    background: url(/wp-content/themes/theme1/images/background-8.jpg) 0 0 no-repeat !important;
    background-size: cover !important;
}

.logo__block__row a {
    margin: 29px 0 30px;display: block;
}

.logo__block__text {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__contacts__block {
    display: inline-block;
    float: right;
    width: auto;
    text-align: right;
    padding-left: 0;
    vertical-align: top;
    padding-right: 0;
}

a.footer__phone {
    margin-top: 22px;
    display: block;
    margin-left: 15px;
    margin-bottom: 24px;
    margin-right: 0;
}

.footer__phone {
    padding-left: 0;
}

.footer__social__links {
    margin-top: 44px;
}.reviews .container {
    padding: 0;
}.reviews__slide{
    margin: auto;
    height: 298px;
    box-shadow: none;
    padding: 20px 27px;
}.slick-next::before {
    content: '';
    padding: 1px 10px;
    background: url(/wp-content/themes/theme1/images/next.png) no-repeat;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.slick-prev::before {
    content: '';
    padding: 1px 10px;
   left: -4px;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.menu-main-container {
    display: block;
}

 .menu__icon {
        display: none;
        width: 44px;
        height: 44px;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        top: 0;
        border-radius: 50%;
        background: #262626;
        border-radius: 90px;
    }

    .menu__icon span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 21px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu__icon span:nth-child(1) {
        top: 14px;
        left: 12px;
    }

    .menu__icon span:nth-child(2),
    .menu__icon span:nth-child(3) {
        top: 28px;
        left: 12px;
    }

    .menu__icon span:nth-child(4) {
        top: 21px;
        left: 12px;
    }

    .menu-menu-main-container,
    .menu-second-container {
        display: none;
    }

    .menu__icon.close {
        z-index: 1000;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .menu__icon.close span:nth-child(1) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu__icon.close span:nth-child(3),
    .menu__icon.close span:nth-child(2) {
        display: none;
    }

    .menu__icon.close span:nth-child(4) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-1350deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menu-main-container.open ul,
    .menu-second-container.open ul {
        display: block;
        position: fixed;
        z-index: 30;
        height: 100%;
        width: 100%;
        background: #0B0B0B;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 999;
        padding-top: 63px;
        padding-left: 0;
        margin-left: 0px;
    }


.header .header__logoBox {margin-right: 37px;}

.header__nav {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: 44px; */
    /* position: absolute; */
    /* right: 20px; */
    /* top: -5px; */
}

.menu__icon {}.menu-main-container.open {
    display: block;
    position: absolute;
}

ul#menu-main li {
    /* display: block; */
    /* margin: 0; */
    margin-right: 17px;
}.reviews__slide__title {
    height: auto;
}li.mobile {
    display: none;
}.open ul#menu-main li {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
}

.menu-main-container.open ul {
    padding-top: 75px;
}

.open li.mobile a {
    font-weight: bold;
}.contact_form_pop_title {
    font-size: 20px;
    line-height: 24px;
    padding: 29px 16px 20px;
    margin-bottom: 0px;
   
}

.in.block input {
    max-width: calc( 100% - 74px);
}

input.wpcf7-form-control.wpcf7-submit.btn.button.consult__submit {
    max-width: calc( 100% - 30px);
}

.in.block.submit {
    width: auto;
    max-width: 100%;
}div#contact_form_pop2 {
   
}.contact_form_pop_form .acceptance {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
}a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
    position: relative;
    /* display: block; */
    margin: 23px auto;
    display: none;
}.desc {
    display: none;
}.form__block__blueblock__item .in.submit input {
    width: 100% !important;
    max-width: 100% !important;
}#contact_form_pop2 .in {
   
}#contact_form_pop2 .in.block.submit input {
    
}.tariff__block__price {
    margin-top: 62px;
}

.tariff__block__form .tariff__block__text__title {
}

.shablon {
    padding: 40px 0 60px;
}

.work__form__form .desctop {
    display: none;
}

.work__form__form {
    padding-bottom: 30px;
}

.work__form__text {
    text-align: center;
}

.form__block__blueblock__item .in input {
    max-width: 224px !important;
    border-radius: 4px;
}

.form__block__blueblock {
    /* max-width: 400px; */
    /* padding: 10px 21px; */
    /* margin: 0 auto; */
}.header .header__tel {
    margin-right: 13px;
    padding-left: 20px;
}

.header__btn {
    width: 171px;
}

.tariff__block {
    height: 429px;
}

.adress__icons__item.social {
    width: 137px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {}

h3.form__block__title p {
}

div#contact_form_pop input, div#contact_form_pop2 input, div#contact_form_pop3 input {
    max-width: 300px !important;
    width: 300px !important;
}

div#contact_form_pop .submit input, div#contact_form_pop2 .submit input, div#contact_form_pop3 .submit input{
    max-width: 344px !important;
    width: 344px !important;
}
}


@media screen and (min-width:768px) and (max-width:980px){.slick-track {
    padding-bottom: 30px;
}
h1.banner__title {
    font-size: 46px;
    line-height: 51px;
    margin-top: 12px;
}
.container {
    max-width: 738px;
}
.banner__titleBox {
    width: auto;
    margin-left: 35%;
}

.header__logoBox {
    max-width: 180px;
    margin-top: 0px;
}

.header__logoBox img {
    max-width: 100%;
}

.header__nav {
    display: none;
}

.header__right.wrapp--fs {
    display: none;
}

.banner__box {
    padding-top: 102px;
}

.banner__titleBox p {
    font-size: 33px;
    line-height: 37px;
}

.banner__subtitle {
    display: none;
}

a.btn.button.banner__button.fancybox-inline {
    position: absolute;
}

.vertical {
    display: none;
}

h3.what__title {
    font-size: 24px;
    line-height: 29px;
}

.what {
    padding-top: 46px;
}

img.shablon__box_right {
    display: none;
}

.work__form__form {
    width: auto;
}

.about__block__row__digits {
    margin-left: auto;
    width: auto;
    display: block;
}

.tariff__block__text {
    display: inline-block;
    width: 49%;
}

.work__form__text {
    display: block;
    width: auto;
}

.in {
    display: block;
    width: auto;
}

.in.submit {
    width: auto;
}

.in input {
    width: auto;
    width: auto;
    display: block;
    max-width: 203px;width: 100% !important;
    max-width: calc(100% - 44px) !important;
}

.about__block__row__text {
    width: auto;
    display: block;
}

ul.tariff__points {
    width: auto;
}

.shablon__box_left_title {
    width: auto;
    display: block;
}

.shablon__box_left {
    width: auto;
    display: block;
    height: auto;
}

.footer__logo__block {
    width: 50%;
    display: inline-block;
}

.logo__block__row {
    width: auto;
    display: block;
}

.what__item {
    width: 40% !important;
    display: inline-block;
    /* margin: 0 auto; */
    margin-right: 1%;
    height: auto;
    min-height: 322px;
}

.tariff__block__form {
    width: 49%;
    display: inline-block;
    height: 453px;
    padding-bottom: 20px;
    float: right;
}

.price_item {
    width: 45%;
    display: inline-block;
}

a.btn.button.tariff__button.fancybox-inline {
    width: auto;
    display: block;
}

.form__block__blueblock__item .in.submit {
    width: auto;
    display: block;
    max-width: 203px;
}

.form__block__blueblock__item .in.submit input {
    width: auto;
    display: block;
    max-width: 203px;
}

.tariff__block__text__title {
    width: auto;
}

.work__item {
    width: auto;
    display: block;
}

.work__item__title__text {
    width: auto;
    display: block;
}

a.btn.button.banner__button.fancybox-inline {
    max-width: 200px;
}.header {
    top: 25px;
}.desctop{/* display:none; */}.mobile{/* display:block; */}

img.mobile {}

.banner__imgBox {
    left: -106px;
    top: 85px;
    max-width: 434px;
}

a.btn.button.banner__button.fancybox-inline.desctop {
    /* display: none; */
    max-width: 286px;
}

a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
}

.banner {
    max-height: 514px;
    background-size: cover !important;
}

.what__subtitle {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.what__row {
    margin-top: 39px;
}

.what__item {
    /* box-shadow: none; */
    /* padding: 0; */
    /* height: auto; */
    /* margin-bottom: 37px; */
}

.what__item__title {
    font-size: 20px;
    line-height: 24px;
}

.what__item__title:before {
    max-width: 23px;
    padding: 11px;
    background-size: cover !important;
    margin-left: -36px;
       margin-top: 0;
}.what__item:nth-child(3) .what__item__title:before {
    margin-top: 0;
}

.what__item__text {
    line-height: 24px;
}

.what__item:nth-child(3), .what__item:nth-child(4) {
    height: auto;
}

.what__row {
    padding-bottom: 50px;
}

div#tariff {
    padding-top: 60px;
}

h3.tariff__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
}

.tariff__block__text__title {
    padding: 26px 22px 10px;
}

.tariff__block__text__title {
    font-size: 20px;
    line-height: 24px;
    /* padding-top: 40px; */
}

ul.tariff__points {
    padding-left: 46px;
    padding-right: 15px;
}

span.list_bold {
    font-size: 16px;
    line-height: 19px;
}

span.list_text {
    font-size: 12px;
    line-height: 14px;
}

.tariff__block__form a.btn.button.tariff__button.fancybox-inline {
    max-width: calc( 100% - 30px );
    margin-top: 15px;
    margin-bottom: 26px;
}

.tariff__block__price__text {
    margin-bottom: 5px !important;
}

div#tariff {
    padding-bottom: 74px;
}

.price {
    padding-top: 40px;
}

h3.price__title {
    font-size: 28px;
    line-height: 34px;
}

.price__subtitle {
}

ul.price_options_block_list li:before {
       padding: 7px;
    content: '';
    display: block;
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
}
ul.price_options_block_list {
    padding-bottom: 30px;
}
.price_options_block {}

.price_item {
    margin: 0 auto 20px;
    height: auto;
    padding-bottom: 5px;
}

ul.price_options_block_list {
    height: auto;
    min-height: 304px;
}

.shablon__box_left_title {
    margin-top: 0;
    padding-top: 30px;
    font-size: 28px;
    line-height: 34px;
}

.shablon a.btn.button.tariff__button.fancybox-inline {
    margin-top: 20px;
}

.shablon {
    padding-bottom: 0px;
    background-size: cover !important;
}

div#work {
    padding-top: 40px;
}

h3.work__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.work__subtitle {
    margin-top: 10px;
}

.work_row {
}

.work_row {
    margin-top: 35px;
    background: url(/wp-content/themes/theme1/images/background-6.png) bottom center no-repeat;
    padding: 0 10px 0px;
}

.work__item__title {
    padding: 0;
}

.work__item__title__text {
    display: inline-block;
    width: calc( 100% - 67px );
}

.work__item__text {
    padding: 0;
}

.work__item:nth-child(2), .work__item:nth-child(3) {
    margin: 0 auto;
    height: auto;
}

.work__item {
       height: auto;
       padding-bottom: 35px;
       background: none;
       padding: 0 10px 35px;
       max-width: 293px;
       margin: 0 auto;
}

.work__box__process {
    padding-top: 35px;
}

.work__box__process {
    padding-bottom: 35px;
}

.work__form__text {
    font-size: 22px;
    line-height: 29px;
    padding: 20px 15px;
    height: auto;
}.work__form__form a.btn.button.banner__button.fancybox-inline.mobile {
    margin-top: 10px;
    position: relative;
    display: block;
    width: calc( 100% - 30px );
    margin: 10px auto !important;
    left: initial;
}

.work__form__form {
    padding: 0;
    width: 100%;
}

div#work {
    padding-bottom: 60px;
}

div#about {
    padding-top: 43px;
    background-size: cover;
    height: auto;
    background: url(/wp-content/themes/theme1/images/background-7.jpg) no-repeat center center #000;    background-size: cover;
}

h3.about__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.about__block__row__text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
}

.about__block__row__digits {padding: 0 15px;}

.about__block__digits__item {
    width: 49%;
}

span.big__digit {
    /* font-size: 32px; */
    /* line-height: 38px; */
}

.about__digit {
    font-size: 22px;
    line-height: 26px;
}

.about__digit__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

h3.reviews__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 26px;
}

.reviews {
    padding-top: 40px;
}.slick-list.draggable {
    overflow: hidden;
}.reviews__slide__padding {
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
    padding-bottom: 30px;margin:auto;
}button.slick-prev.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    left: 5px;
} button.slick-next.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    right: 5px;
}.reviews__slide__title__text {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    width: 64%;
}

.reviews__slide__title__rating img {
    max-width: 11px;
}

.reviews__slide__title__rating {
    width: 35%;
    float: right;
}

.reviews__slide__text {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

img {}

.reviews__more__logo__item {
    max-width: 64px;
    padding: 0 18px;
}

.reviews__more__title {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.reviews__more__logo__item a img {
    max-width: 100%;
}

.reviews {
    padding-bottom: 48px;
}

.questions {
    display: none;
}

.adress {
    padding-top: 0px;
}

h3.adress__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.adress__icons__item {
  width: 46% !important;
  display: block;
  height: auto;
  margin: 10px 2% 10px 0 !important;
}

h3.adress__title {
    margin-bottom: 26px;
}

.adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;max-width: calc( 100% - 80px);
}

h3.form__block__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

h3.form__block__title {}

.form__block__title span.bold {
    display: block;
}

.form__block__subtitle {
    display: none;
}

.form__block__blueblock__title {
    padding-top: 30px;
    line-height: 31px;
}

.form__block__blueblock__item .in {
    width: calc( 100% - 20px );
    margin: 0 auto 10px !important;
    display: block;
}

.form__block__blueblock__item .in.submit {
    max-width: calc( 100% - 20px );
}

.form__block__blueblock__item .in.submit input {
    max-width: initial;
    width: 100%;
}

.acceptance {
    line-height: 15px;
}

.form__block {
    padding-bottom: 46px;
}footer {
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
    background: url(/wp-content/themes/theme1/images/background-8.jpg) 0 0 no-repeat !important;
    background-size: cover !important;
}

.logo__block__row a {
    margin: 29px 0 30px;display: block;
}

.logo__block__text {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__contacts__block {
    display: inline-block;
    float: right;
    width: auto;
    text-align: right;
    padding-left: 0;
    vertical-align: top;
    padding-right: 0;
}

a.footer__phone {
    margin-top: 22px;
    display: block;
    margin-left: 15px;
    margin-bottom: 24px;
    margin-right: 0;
}

.footer__phone {
    padding-left: 0;
}

.footer__social__links {
    margin-top: 44px;
}.reviews .container {
    padding: 0;
}.reviews__slide{
    margin: auto;
    height: 298px;
    box-shadow: none;
    padding: 20px 27px;
}.slick-next::before {
    content: '';
    padding: 1px 10px;
    background: url(/wp-content/themes/theme1/images/next.png) no-repeat;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.slick-prev::before {
    content: '';
    padding: 1px 10px;
   left: -4px;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.menu-main-container {
    display: none;
}

 .menu__icon {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        top: 0;
        border-radius: 50%;
        background: #262626;
        border-radius: 90px;
    }

    .menu__icon span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 21px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu__icon span:nth-child(1) {
        top: 14px;
        left: 12px;
    }

    .menu__icon span:nth-child(2),
    .menu__icon span:nth-child(3) {
        top: 28px;
        left: 12px;
    }

    .menu__icon span:nth-child(4) {
        top: 21px;
        left: 12px;
    }

    .menu-menu-main-container,
    .menu-second-container {
        display: none;
    }

    .menu__icon.close {
        z-index: 1000;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .menu__icon.close span:nth-child(1) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu__icon.close span:nth-child(3),
    .menu__icon.close span:nth-child(2) {
        display: none;
    }

    .menu__icon.close span:nth-child(4) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-1350deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menu-main-container.open ul,
    .menu-second-container.open ul {
        display: block;
        position: fixed;
        z-index: 30;
        height: 100%;
        width: 100%;
        background: #0B0B0B;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 999;
        padding-top: 63px;
        padding-left: 0;
        margin-left: 0px;
    }


.header .header__logoBox {margin-right: 0;}

.header__nav {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 20px;
    top: -5px;
}

.menu__icon {}.menu-main-container.open {
    display: block;
    position: absolute;
}

ul#menu-main li {
    display: block;
    margin: 0;
}.reviews__slide__title {
    height: auto;
}li.mobile {
    display: block;
}.open ul#menu-main li {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
}

.menu-main-container.open ul {
    padding-top: 75px;
}

.open li.mobile a {
    font-weight: bold;
}.contact_form_pop_title {
    font-size: 20px;
    line-height: 24px;
    padding: 29px 16px 20px;
    margin-bottom: 0px;
   
}

.in.block input {
    max-width: calc( 100% - 74px);
}

input.wpcf7-form-control.wpcf7-submit.btn.button.consult__submit {
    max-width: calc( 100% - 30px);
}

.in.block.submit {
    width: auto;
    max-width: 100%;
}div#contact_form_pop2 {
   
}.contact_form_pop_form .acceptance {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
}a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
    position: relative;
    /* display: block; */
    margin: 23px auto;
    display: none;
}.desc {
    display: none;
}.form__block__blueblock__item .in.submit input {
    width: 100% !important;
    max-width: 100% !important;
}#contact_form_pop2 .in {
    max-width: 267px;
    margin: 0 auto 19px;
}#contact_form_pop2 .in.block.submit input {
    width: 100% !important;
    max-width: 100% !important;
}.tariff__block__price {
    margin-top: 62px;
}

.tariff__block__form .tariff__block__text__title {
}

.shablon {
    padding: 40px 0 60px;
}

.work__form__form .desctop {
    display: none;
}

.work__form__form {
    padding-bottom: 30px;
}

.work__form__text {
    text-align: center;
}

.form__block__blueblock__item .in input {}

.form__block__blueblock {
    max-width: 400px;
    padding: 10px 21px;
    margin: 0 auto;
}
}


@media screen and (min-width:481px) and (max-width:767px){
h1.banner__title {
    font-size: 30px;
    line-height: 37px;
    margin-top: 12px;
}
.container {
    max-width: 480px;
}
.banner__titleBox {
    width: auto;
       margin-left: 30%;
}

.header__logoBox {
    max-width: 121px;
}

.header__logoBox img {
    max-width: 100%;
}

.header__nav {
    display: none;
}

.header__right.wrapp--fs {
    display: none;
}

.banner__box {
    padding-top: 102px;
}

.banner__titleBox p {
    font-size: 22px;
    line-height: 27px;
}

.banner__subtitle {
    display: none;
}

a.btn.button.banner__button.fancybox-inline {
    position: absolute;
}

.vertical {
    display: none;
}

h3.what__title {
    font-size: 24px;
    line-height: 29px;
}

.what {
    padding-top: 46px;
}

img.shablon__box_right {
    display: none;
}

.work__form__form {
    width: auto;
}

.about__block__row__digits {
    margin-left: auto;
    width: auto;
    display: block;
}

.tariff__block__text {
    display: block;
    width: auto;
}

.work__form__text {
    display: block;
    width: auto;
}

.in {
    display: block;
    width: auto;
}

.in.submit {
    width: auto;
}

.in input {
    width: auto;
    width: auto;
    display: block;
    max-width: 203px;width: 100% !important;
    max-width: calc(100% - 44px) !important;
}

.about__block__row__text {
    width: auto;
    display: block;
}

ul.tariff__points {
    width: auto;
}

.shablon__box_left_title {
    width: auto;
    display: block;
}

.shablon__box_left {
    width: auto;
    display: block;
}

.footer__logo__block {
    width: auto;
    display: block;
}

.logo__block__row {
    width: auto;
    display: block;
}

.what__item {
    width: auto;
    display: block;
    margin: 0 auto;
}

.tariff__block__form {
    width: auto;
    display: block;height: auto;
    padding-bottom: 20px;
}

.price_item {
    width: auto;
    display: block;
}

a.btn.button.tariff__button.fancybox-inline {
    width: auto;
    display: block;
}

.form__block__blueblock__item .in.submit {
    width: auto;
    display: block;
    max-width: 203px;
}

.form__block__blueblock__item .in.submit input {
    width: auto;
    display: block;
    max-width: 203px;
}

.tariff__block__text__title {
    width: auto;
}

.work__item {
    width: auto;
    display: block;
}

.work__item__title__text {
    width: auto;
    display: block;
}

a.btn.button.banner__button.fancybox-inline {
    max-width: 200px;
}.header {
    top: 25px;
}.desctop{
display:none;
}.mobile{
display:block;
}

img.mobile {}

.banner__imgBox {
    left: -12px;
    top: 118px;
}

a.btn.button.banner__button.fancybox-inline.desctop {
    display: none;
}

a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
}

.banner {
    max-height: 514px;
    background-size: cover !important;
}

.what__subtitle {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.what__row {
    margin-top: 39px;
}

.what__item {
    box-shadow: none;
    padding: 0;
    height: auto;
    margin-bottom: 37px;
}

.what__item__title {
    font-size: 20px;
    line-height: 24px;
}

.what__item__title:before {
    max-width: 23px;
    padding: 11px;
    background-size: cover !important;
    margin-left: -36px;
       margin-top: 0;
}.what__item:nth-child(3) .what__item__title:before {
    margin-top: 0;
}

.what__item__text {
    line-height: 24px;
}

.what__item:nth-child(3), .what__item:nth-child(4) {
    height: auto;
}

.what__row {
    padding-bottom: 50px;
}

div#tariff {
    padding-top: 60px;
}

h3.tariff__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
}

.tariff__block__text__title {
    padding: 26px 22px 10px;
}

.tariff__block__text__title {
    font-size: 20px;
    line-height: 24px;
}

ul.tariff__points {
    padding-left: 46px;
    padding-right: 15px;
}

span.list_bold {
    font-size: 16px;
    line-height: 19px;
}

span.list_text {
    font-size: 12px;
    line-height: 14px;
}

.tariff__block__form a.btn.button.tariff__button.fancybox-inline {
    max-width: calc( 100% - 30px );
    margin-top: 15px;
    margin-bottom: 26px;
}

.tariff__block__price__text {
    margin-bottom: 5px !important;
}

div#tariff {
    padding-bottom: 74px;
}

.price {
    padding-top: 40px;
}

h3.price__title {
    font-size: 28px;
    line-height: 34px;
}

.price__subtitle {
}

ul.price_options_block_list li:before {
       padding: 7px;
    content: '';
    display: block;
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
}
ul.price_options_block_list {
    padding-bottom: 30px;
}
.price_options_block {}

.price_item {
    margin: 0 auto 20px;
    height: auto;
    padding-bottom: 5px;
}

ul.price_options_block_list {
    height: auto;
}

.shablon__box_left_title {
    margin-top: 0;
    padding-top: 30px;
    font-size: 28px;
    line-height: 34px;
}

.shablon a.btn.button.tariff__button.fancybox-inline {
    margin-top: 20px;
}

.shablon {
    padding-bottom: 0px;
    background-size: cover !important;
}

div#work {
    padding-top: 40px;
}

h3.work__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.work__subtitle {
    margin-top: 10px;
}

.work_row {
}

.work_row {
    margin-top: 35px;
    background: url(/wp-content/themes/theme1/images/background-6.png) bottom center no-repeat;
    padding: 0 10px;
}

.work__item__title {
    padding: 0;
}

.work__item__title__text {
    display: inline-block;
    width: calc( 100% - 67px );
}

.work__item__text {
    padding: 0;
}

.work__item:nth-child(2), .work__item:nth-child(3) {
    margin: 0 auto;
    height: auto;
}

.work__item {
       height: auto;
    padding-bottom: 35px;
    background: none;
    padding: 0 10px 35px;
    max-width: 293px;
    margin: 0 auto;
}

.work__box__process {
    padding-top: 35px;
}

.work__box__process {
    padding-bottom: 35px;
}

.work__form__text {
    font-size: 22px;
    line-height: 29px;
    padding: 20px 15px;
    height: auto;
}.work__form__form a.btn.button.banner__button.fancybox-inline.mobile {
    margin-top: 10px;
    position: relative;
    display: block;
    width: calc( 100% - 30px );
    margin: 10px auto !important;
    left: initial;
}

.work__form__form {
    padding: 0;
    width: 100%;
}

div#work {
    padding-bottom: 60px;
}

div#about {
    padding-top: 43px;
    background-size: cover;
    height: auto;
    background: url(/wp-content/themes/theme1/images/background-7.jpg) no-repeat center center #000;    background-size: cover;
}

h3.about__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.about__block__row__text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
}

.about__block__row__digits {padding: 0 15px;}

.about__block__digits__item {
    width: 49%;
}

span.big__digit {
    font-size: 32px;
    line-height: 38px;
}

.about__digit {
    font-size: 22px;
    line-height: 26px;
}

.about__digit__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

h3.reviews__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 26px;
}

.reviews {
    padding-top: 40px;
}.slick-list.draggable {
    overflow: hidden;
}.reviews__slide__padding {
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
    padding-bottom: 30px;margin:auto;
}button.slick-prev.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    left: 5px;
} button.slick-next.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    right: 5px;
}.reviews__slide__title__text {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    width: 64%;
}

.reviews__slide__title__rating img {
    max-width: 11px;
}

.reviews__slide__title__rating {
    width: 35%;
    float: right;
}

.reviews__slide__text {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

img {}

.reviews__more__logo__item {
    max-width: 64px;
    padding: 0 18px;
}

.reviews__more__title {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.reviews__more__logo__item a img {
    max-width: 100%;
}

.reviews {
    padding-bottom: 48px;
}

.questions {
    display: none;
}

.adress {
    padding-top: 0px;
}

h3.adress__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.adress__icons__item {
  width: 100% !important;
    display: block;
    height: auto;
    margin: 10px auto 10px 0 !important;
}

h3.adress__title {
    margin-bottom: 26px;
}

.adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;max-width: calc( 100% - 80px);
}

h3.form__block__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

h3.form__block__title {}

.form__block__title span.bold {
    display: block;
}

.form__block__subtitle {
    display: none;
}

.form__block__blueblock__title {
    padding-top: 30px;
    line-height: 31px;
}

.form__block__blueblock__item .in {
    width: calc( 100% - 20px );
    margin: 0 auto 10px !important;
    display: block;
}

.form__block__blueblock__item .in.submit {
    max-width: calc( 100% - 20px );
}

.form__block__blueblock__item .in.submit input {
    max-width: initial;
    width: 100%;
}

.acceptance {
    line-height: 15px;
}

.form__block {
    padding-bottom: 46px;
}footer {
    padding-top: 86px;
    height: auto;
    padding-bottom: 161px;
    background: url(/wp-content/themes/theme1/images/background-8.jpg) 0 0 no-repeat !important;    background-size: cover !important;
}

.logo__block__row a {
    margin: 29px 0 30px;display: block;
}

.logo__block__text {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__contacts__block {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    padding-left: 0;
}

a.footer__phone {
    margin-top: 67px;
    display: block;
    margin-left: 15px;
    margin-bottom: 24px;
}

.footer__phone {
    padding-left: 0;
}

.footer__social__links {
    margin-top: 44px;
}.reviews .container {
    padding: 0;
}.reviews__slide{
    margin: auto;
    height: 298px;
    box-shadow: none;
    padding: 20px 27px;
}.slick-next::before {
    content: '';
    padding: 1px 10px;
    background: url(/wp-content/themes/theme1/images/next.png) no-repeat;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.slick-prev::before {
    content: '';
    padding: 1px 10px;
   left: -4px;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.menu-main-container {
    display: none;
}

 .menu__icon {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        top: 0;
        border-radius: 50%;
        background: #262626;
        border-radius: 90px;
    }

    .menu__icon span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 21px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu__icon span:nth-child(1) {
        top: 14px;
        left: 12px;
    }

    .menu__icon span:nth-child(2),
    .menu__icon span:nth-child(3) {
        top: 28px;
        left: 12px;
    }

    .menu__icon span:nth-child(4) {
        top: 21px;
        left: 12px;
    }

    .menu-menu-main-container,
    .menu-second-container {
        display: none;
    }

    .menu__icon.close {
        z-index: 1000;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .menu__icon.close span:nth-child(1) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu__icon.close span:nth-child(3),
    .menu__icon.close span:nth-child(2) {
        display: none;
    }

    .menu__icon.close span:nth-child(4) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-1350deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menu-main-container.open ul,
    .menu-second-container.open ul {
        display: block;
        position: fixed;
        z-index: 30;
        height: 100%;
        width: 100%;
        background: #0B0B0B;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 999;
        padding-top: 63px;
        padding-left: 0;
        margin-left: 0px;
    }


.header .header__logoBox {margin-right: 0;}

.header__nav {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 20px;
    top: -5px;
}

.menu__icon {}.menu-main-container.open {
    display: block;
    position: absolute;
}

ul#menu-main li {
    display: block;
    margin: 0;
}.reviews__slide__title {
    height: auto;
}li.mobile {
    display: block;
}.open ul#menu-main li {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
}

.menu-main-container.open ul {
    padding-top: 75px;
}

.open li.mobile a {
    font-weight: bold;
}.contact_form_pop_title {
    font-size: 20px;
    line-height: 24px;
    padding: 29px 16px 20px;
    margin-bottom: 0px;
   
}

.in.block input {
    max-width: calc( 100% - 74px);
}

input.wpcf7-form-control.wpcf7-submit.btn.button.consult__submit {
    max-width: calc( 100% - 30px);
}

.in.block.submit {
    width: auto;
    max-width: 100%;
}div#contact_form_pop2 {
   
}.contact_form_pop_form .acceptance {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
}a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
    position: relative;
    display: block;
    margin: 23px auto;
}.desc {
    display: none;
}.form__block__blueblock__item .in.submit input {
    width: 100% !important;
    max-width: 100% !important;
}#contact_form_pop2 .in {
    max-width: 267px;
    margin: 0 auto 19px;
}#contact_form_pop2 .in.block.submit input {
    width: 100% !important;
    max-width: 100% !important;
}
}



@media screen and (min-width:375px) and (max-width:480px){
h1.banner__title {
    font-size: 30px;
    line-height: 37px;
    margin-top: 12px;
}

.banner__titleBox {
    width: auto;
       margin-left: 30%;
}

.header__logoBox {
    max-width: 121px;
}

.header__logoBox img {
    max-width: 100%;
}

.header__nav {
    display: none;
}

.header__right.wrapp--fs {
    display: none;
}

.banner__box {
    padding-top: 102px;
}

.banner__titleBox p {
    font-size: 22px;
    line-height: 27px;
}

.banner__subtitle {
    display: none;
}

a.btn.button.banner__button.fancybox-inline {
    position: absolute;
}

.vertical {
    display: none;
}

h3.what__title {
    font-size: 24px;
    line-height: 29px;
}

.what {
    padding-top: 46px;
}

img.shablon__box_right {
    display: none;
}

.work__form__form {
    width: auto;
}

.about__block__row__digits {
    margin-left: auto;
    width: auto;
    display: block;
}

.tariff__block__text {
    display: block;
    width: auto;
}

.work__form__text {
    display: block;
    width: auto;
}

.in {
    display: block;
    width: auto;
}

.in.submit {
    width: auto;
}

.in input {
    width: auto;
    width: auto;
    display: block;
    max-width: 203px;width: 100% !important;
    max-width: calc(100% - 44px) !important;
}

.about__block__row__text {
    width: auto;
    display: block;
}

ul.tariff__points {
    width: auto;
}

.shablon__box_left_title {
    width: auto;
    display: block;
}

.shablon__box_left {
    width: auto;
    display: block;
}

.footer__logo__block {
    width: auto;
    display: block;
}

.logo__block__row {
    width: auto;
    display: block;
}

.what__item {
    width: auto;
    display: block;
    margin: 0 auto;
}

.tariff__block__form {
    width: auto;
    display: block;height: auto;
    padding-bottom: 20px;
}

.price_item {
    width: auto;
    display: block;
}

a.btn.button.tariff__button.fancybox-inline {
    width: auto;
    display: block;
}

.form__block__blueblock__item .in.submit {
    width: auto;
    display: block;
    max-width: 203px;
}

.form__block__blueblock__item .in.submit input {
    width: auto;
    display: block;
    max-width: 203px;
}

.tariff__block__text__title {
    width: auto;
}

.work__item {
    width: auto;
    display: block;
}

.work__item__title__text {
    width: auto;
    display: block;
}

a.btn.button.banner__button.fancybox-inline {
    max-width: 200px;
}.header {
    top: 25px;
}.desctop{
display:none;
}.mobile{
display:block;
}

img.mobile {}

.banner__imgBox {
    left: -12px;
    top: 118px;
}

a.btn.button.banner__button.fancybox-inline.desctop {
    display: none;
}

a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
}

.banner {
    max-height: 514px;
    background-size: cover !important;
}

.what__subtitle {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.what__row {
    margin-top: 39px;
}

.what__item {
    box-shadow: none;
    padding: 0;
    height: auto;
    margin-bottom: 37px;
}

.what__item__title {
    font-size: 20px;
    line-height: 24px;
}

.what__item__title:before {
    max-width: 23px;
    padding: 11px;
    background-size: cover !important;
    margin-left: -36px;
       margin-top: 0;
}.what__item:nth-child(3) .what__item__title:before {
    margin-top: 0;
}

.what__item__text {
    line-height: 24px;
}

.what__item:nth-child(3), .what__item:nth-child(4) {
    height: auto;
}

.what__row {
    padding-bottom: 50px;
}

div#tariff {
    padding-top: 60px;
}

h3.tariff__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
}

.tariff__block__text__title {
    padding: 26px 22px 10px;
}

.tariff__block__text__title {
    font-size: 20px;
    line-height: 24px;
}

ul.tariff__points {
    padding-left: 46px;
    padding-right: 15px;
}

span.list_bold {
    font-size: 16px;
    line-height: 19px;
}

span.list_text {
    font-size: 12px;
    line-height: 14px;
}

.tariff__block__form a.btn.button.tariff__button.fancybox-inline {
    max-width: calc( 100% - 30px );
    margin-top: 15px;
    margin-bottom: 26px;
}

.tariff__block__price__text {
    margin-bottom: 5px !important;
}

div#tariff {
    padding-bottom: 74px;
}

.price {
    padding-top: 40px;
}

h3.price__title {
    font-size: 28px;
    line-height: 34px;
}

.price__subtitle {
}

ul.price_options_block_list li:before {
       padding: 7px;
    content: '';
    display: block;
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
}
ul.price_options_block_list {
    padding-bottom: 30px;
}
.price_options_block {}

.price_item {
    margin: 0 auto 20px;
    height: auto;
    padding-bottom: 5px;
}

ul.price_options_block_list {
    height: auto;
}

.shablon__box_left_title {
    margin-top: 0;
    padding-top: 30px;
    font-size: 28px;
    line-height: 34px;
}

.shablon a.btn.button.tariff__button.fancybox-inline {
    margin-top: 20px;
}

.shablon {
    padding-bottom: 0px;
    background-size: cover !important;    padding-bottom: 40px;
}

div#work {
    padding-top: 40px;
}

h3.work__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.work__subtitle {
    margin-top: 10px;
}

.work_row {
}

.work_row {
    margin-top: 35px;
    background: url(/wp-content/themes/theme1/images/background-6.png) bottom center no-repeat;
    padding: 0 10px;
}

.work__item__title {
    padding: 0;
}

.work__item__title__text {
    display: inline-block;
    width: calc( 100% - 67px );
}

.work__item__text {
    padding: 0;
}

.work__item:nth-child(2), .work__item:nth-child(3) {
    margin: 0 auto;
    height: auto;
}

.work__item {
       height: auto;
    padding-bottom: 35px;
    background: none;
    padding: 0 10px 35px;
    max-width: 293px;
    margin: 0 auto;
}

.work__box__process {
    padding-top: 35px;
}

.work__box__process {
    padding-bottom: 35px;
}

.work__form__text {
    font-size: 22px;
    line-height: 29px;
    padding: 20px 15px;
    height: auto;
}.work__form__form a.btn.button.banner__button.fancybox-inline.mobile {
    margin-top: 10px;
    position: relative;
    display: block;
    width: calc( 100% - 30px );
    margin: 10px auto !important;
    left: initial;
}

.work__form__form {
    padding: 0;
    width: 100%;
}

div#work {
    padding-bottom: 60px;
}

div#about {
    padding-top: 43px;
    background-size: cover;
    height: auto;
    background: url(/wp-content/themes/theme1/images/background-7.jpg) no-repeat center center #000;    background-size: cover;
}

h3.about__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.about__block__row__text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
}

.about__block__row__digits {padding: 0 15px;}

.about__block__digits__item {
    width: 49%;
}

span.big__digit {
    font-size: 32px;
    line-height: 38px;
}

.about__digit {
    font-size: 22px;
    line-height: 26px;
}

.about__digit__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

h3.reviews__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 26px;
}

.reviews {
    padding-top: 40px;
}.slick-list.draggable {
    overflow: hidden;
}.reviews__slide__padding {
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
    padding-bottom: 30px;margin:auto;
}button.slick-prev.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    left: 5px;
} button.slick-next.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    right: 5px;
}.reviews__slide__title__text {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    width: 64%;
}

.reviews__slide__title__rating img {
    max-width: 11px;
}

.reviews__slide__title__rating {
    width: 35%;
    float: right;
}

.reviews__slide__text {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

img {}

.reviews__more__logo__item {
    max-width: 64px;
    padding: 0 18px;
}

.reviews__more__title {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.reviews__more__logo__item a img {
    max-width: 100%;
}

.reviews {
    padding-bottom: 48px;
}

.questions {
    display: none;
}

.adress {
    padding-top: 0px;
}

h3.adress__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.adress__icons__item {
  width: 100% !important;
    display: block;
    height: auto;
    margin: 10px auto 10px 0 !important;
}

h3.adress__title {
    margin-bottom: 26px;
}

.adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;max-width: calc( 100% - 80px);
}

h3.form__block__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

h3.form__block__title {}

.form__block__title span.bold {
    display: block;
}

.form__block__subtitle {
    display: none;
}

.form__block__blueblock__title {
    padding-top: 30px;
    line-height: 31px;
}

.form__block__blueblock__item .in {
    width: calc( 100% - 20px );
    margin: 0 auto 10px !important;
    display: block;
}

.form__block__blueblock__item .in.submit {
    max-width: calc( 100% - 20px );
}

.form__block__blueblock__item .in.submit input {
    max-width: initial;
    width: 100%;
}

.acceptance {
    line-height: 15px;
}

.form__block {
    padding-bottom: 46px;
}footer {
    padding-top: 86px;
    height: auto;
    padding-bottom: 161px;
    background: url(/wp-content/themes/theme1/images/background-8.jpg) 0 0 no-repeat !important;    background-size: cover !important;
}

.logo__block__row a {
    margin: 29px 0 30px;display: block;
}

.logo__block__text {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__contacts__block {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    padding-left: 0;
}

a.footer__phone {
    margin-top: 67px;
    display: block;
    margin-left: 15px;
    margin-bottom: 24px;
}

.footer__phone {
    padding-left: 0;
}

.footer__social__links {
    margin-top: 44px;
}.reviews .container {
    padding: 0;
}.reviews__slide{
    margin: auto;
    height: 298px;
    box-shadow: none;
    padding: 20px 27px;
}.slick-next::before {
    content: '';
    padding: 1px 10px;
    background: url(/wp-content/themes/theme1/images/next.png) no-repeat;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.slick-prev::before {
    content: '';
    padding: 1px 10px;
   left: -4px;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.menu-main-container {
    display: none;
}

 .menu__icon {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        top: 0;
        border-radius: 50%;
        background: #262626;
        border-radius: 90px;
    }

    .menu__icon span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 21px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu__icon span:nth-child(1) {
        top: 14px;
        left: 12px;
    }

    .menu__icon span:nth-child(2),
    .menu__icon span:nth-child(3) {
        top: 28px;
        left: 12px;
    }

    .menu__icon span:nth-child(4) {
        top: 21px;
        left: 12px;
    }

    .menu-menu-main-container,
    .menu-second-container {
        display: none;
    }

    .menu__icon.close {
        z-index: 1000;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .menu__icon.close span:nth-child(1) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu__icon.close span:nth-child(3),
    .menu__icon.close span:nth-child(2) {
        display: none;
    }

    .menu__icon.close span:nth-child(4) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-1350deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menu-main-container.open ul,
    .menu-second-container.open ul {
        display: block;
        position: fixed;
        z-index: 30;
        height: 100%;
        width: 100%;
        background: #0B0B0B;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 999;
        padding-top: 63px;
        padding-left: 0;
        margin-left: 0px;
    }


.header .header__logoBox {margin-right: 0;}

.header__nav {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 20px;
    top: -5px;
}

.menu__icon {}.menu-main-container.open {
    display: block;
    position: absolute;
}

ul#menu-main li {
    display: block;
    margin: 0;
}.reviews__slide__title {
    height: auto;
}li.mobile {
    display: block;
}.open ul#menu-main li {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
}

.menu-main-container.open ul {
    padding-top: 75px;
}

.open li.mobile a {
    font-weight: bold;
}.contact_form_pop_title {
    font-size: 20px;
    line-height: 24px;
    padding: 29px 16px 20px;
    margin-bottom: 0px;
   
}

.in.block input {
    max-width: calc( 100% - 74px);
}

input.wpcf7-form-control.wpcf7-submit.btn.button.consult__submit {
    max-width: calc( 100% - 30px);
}

.in.block.submit {
    width: auto;
    max-width: 100%;
}div#contact_form_pop2 {
   
}.contact_form_pop_form .acceptance {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
}a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
    position: relative;
    display: block;
    margin: 23px auto;
}.desc {
    display: none;
}.form__block__blueblock__item .in.submit input {
    width: 100% !important;
    max-width: 100% !important;
}#contact_form_pop2 .in {
    max-width: 267px;
    margin: 0 auto 19px;
}#contact_form_pop2 .in.block.submit input {
    width: 100% !important;
    max-width: 100% !important;
}#contact_form_pop .in.block input, #contact_form_pop2 .in.block input, #contact_form_pop3 .in.block input {
    max-width: calc( 100% - 74px) !important;
}#contact_form_pop .in.block.submit input, #contact_form_pop3 .submit.in.block input {
    max-width: calc(100% - 30px) !important;
}#contact_form_pop2 .in.block input{
    max-width: calc( 100% - 44px) !important;}
}



@media screen and (min-width:320px) and (max-width:374px){
h1.banner__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 0px;
}

.banner__titleBox {
    width: auto;
       margin-left: 28%;
}

.header__logoBox {
    max-width: 121px;
}

.header__logoBox img {
    max-width: 100%;
}

.header__nav {
    display: none;
}

.header__right.wrapp--fs {
    display: none;
}

.banner__box {
    padding-top: 102px;
}

.banner__titleBox p {
    font-size: 22px;
    line-height: 27px;
}

.banner__subtitle {
    display: none;
}

a.btn.button.banner__button.fancybox-inline {
    position: absolute;
}

.vertical {
    display: none;
}

h3.what__title {
    font-size: 24px;
    line-height: 29px;
}

.what {
    padding-top: 46px;
}

img.shablon__box_right {
    display: none;
}

.work__form__form {
    width: auto;
}

.about__block__row__digits {
    margin-left: auto;
    width: auto;
    display: block;
}

.tariff__block__text {
    display: block;
    width: auto;
}

.work__form__text {
    display: block;
    width: auto;
}

.in {
    display: block;
    width: auto;
}

.in.submit {
    width: auto;
}

.in input {
    width: auto;
    width: auto;
    display: block;
    max-width: 203px;
}

.about__block__row__text {
    width: auto;
    display: block;
}

ul.tariff__points {
    width: auto;
}

.shablon__box_left_title {
    width: auto;
    display: block;
}

.shablon__box_left {
    width: auto;
    display: block;
}

.footer__logo__block {
    width: auto;
    display: block;
}

.logo__block__row {
    width: auto;
    display: block;
}

.what__item {
    width: auto;
    display: block;
    margin: 0 auto;
}

.tariff__block__form {
    width: auto;
    display: block;height: auto;
    padding-bottom: 20px;
}

.price_item {
    width: auto;
    display: block;
}

a.btn.button.tariff__button.fancybox-inline {
    width: auto;
    display: block;
}

.form__block__blueblock__item .in.submit {
    width: auto;
    display: block;
    max-width: 203px;
}

.form__block__blueblock__item .in.submit input {
    width: auto;
    display: block;
    max-width: 203px;
}

.tariff__block__text__title {
    width: auto;
}

.work__item {
    width: auto;
    display: block;
}

.work__item__title__text {
    width: auto;
    display: block;
}

a.btn.button.banner__button.fancybox-inline {
    max-width: 200px;
}.header {
    top: 25px;
}.desctop{
display:none;
}.mobile{
display:block;
}

img.mobile {}

.banner__imgBox {
    left: -20px;
    top: 120px;
}

a.btn.button.banner__button.fancybox-inline.desctop {
    display: none;
}

a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
}

.banner {
    max-height: 514px;
    background-size: cover !important;
}

.what__subtitle {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.what__row {
    margin-top: 39px;
}

.what__item {
    box-shadow: none;
    padding: 0;
    height: auto;
    margin-bottom: 37px;
}

.what__item__title {
    font-size: 20px;
    line-height: 24px;
}

.what__item__title:before {
    max-width: 23px;
    padding: 11px;
    background-size: cover !important;
    margin-left: -36px;
    margin-top: 9px;
}

.what__item__text {
    line-height: 24px;
}

.what__item:nth-child(3), .what__item:nth-child(4) {
    height: auto;
}

.what__row {
    padding-bottom: 50px;
}

div#tariff {
    padding-top: 60px;
}

h3.tariff__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
}

.tariff__block__text__title {
    padding: 26px 22px 10px;
}

.tariff__block__text__title {
    font-size: 20px;
    line-height: 24px;
}

ul.tariff__points {
    padding-left: 46px;
    padding-right: 15px;
}

span.list_bold {
    font-size: 16px;
    line-height: 19px;
}

span.list_text {
    font-size: 12px;
    line-height: 14px;
}

.tariff__block__form a.btn.button.tariff__button.fancybox-inline {
    max-width: calc( 100% - 30px );
    margin-top: 15px;
    margin-bottom: 26px;
}

.tariff__block__price__text {
    margin-bottom: 5px !important;
}

div#tariff {
    padding-bottom: 74px;
}

.price {
    padding-top: 40px;
}

h3.price__title {
    font-size: 28px;
    line-height: 34px;
}

.price__subtitle {
}

ul.price_options_block_list li:before {
    margin-left: -36%;
}

.price_options_block {}

.price_item {
    margin: 0 auto 20px;
    height: auto;
    padding-bottom: 5px;
}

ul.price_options_block_list {
    height: auto;
}

.shablon__box_left_title {
    margin-top: 0;
    padding-top: 30px;
    font-size: 28px;
    line-height: 34px;
}

.shablon a.btn.button.tariff__button.fancybox-inline {
    margin-top: 20px;
}

.shablon {
    padding-bottom: 40px;
    background-size: cover !important;
}

div#work {
    padding-top: 40px;
}

h3.work__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.work__subtitle {
    margin-top: 10px;
}

.work_row {
}

.work_row {
    margin-top: 35px;
    background: url(/wp-content/themes/theme1/images/background-6.png) bottom center no-repeat;
    padding: 0 10px;
}

.work__item__title {
    padding: 0;
}

.work__item__title__text {
    display: inline-block;
    width: calc( 100% - 67px );
}

.work__item__text {
    padding: 0;
}

.work__item:nth-child(2), .work__item:nth-child(3) {
    margin: 0 auto;
    height: auto;
}

.work__item {
    height: auto;
    padding-bottom: 35px;
    background: none;
    padding: 0 10px 35px;
}

.work__box__process {
    padding-top: 35px;
}

.work__box__process {
    padding-bottom: 35px;
}

.work__form__text {
    font-size: 22px;
    line-height: 29px;
    padding: 20px 15px;
    height: auto;
}.work__form__form a.btn.button.banner__button.fancybox-inline.mobile {
    margin-top: 10px;
    position: relative;
    display: block;
    width: calc( 100% - 30px );
    margin: 10px auto !important;
    left: initial;
}

.work__form__form {
    padding: 0;
    width: 100%;
}

div#work {
    padding-bottom: 60px;
}

div#about {
    padding-top: 43px;
    background-size: cover;
    height: auto;
    background: url(/wp-content/themes/theme1/images/background-7.jpg) no-repeat center center #000;
}

h3.about__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.about__block__row__text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
}

.about__block__row__digits {padding: 0 15px;}

.about__block__digits__item {
    width: 49%;
}

span.big__digit {
    font-size: 32px;
    line-height: 38px;
}

.about__digit {
    font-size: 22px;
    line-height: 26px;
}

.about__digit__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

h3.reviews__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 26px;
}

.reviews {
    padding-top: 40px;
}.slick-list.draggable {
    overflow: hidden;
}.reviews__slide__padding {
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 4px;
    padding-bottom: 30px;margin:auto;
}button.slick-prev.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    left: 5px;
} button.slick-next.slick-arrow {
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 16%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 47%;
    right: 5px;
}.reviews__slide__title__text {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    width: 64%;
}

.reviews__slide__title__rating img {
    max-width: 11px;
}

.reviews__slide__title__rating {
    width: 35%;
    float: right;
}

.reviews__slide__text {
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

img {}

.reviews__more__logo__item {
    max-width: 64px;
    padding: 0 18px;
}

.reviews__more__title {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.reviews__more__logo__item a img {
    max-width: 100%;
}

.reviews {
    padding-bottom: 48px;
}

.questions {
    display: none;
}

.adress {
    padding-top: 0px;
}

h3.adress__title {
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.adress__icons__item {
  width: 100% !important;
    display: block;
    height: auto;
    margin: 10px auto 10px 0 !important;
}

h3.adress__title {
    margin-bottom: 26px;
}

.adress__icons__item__text {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;max-width: calc( 100% - 80px);
}

h3.form__block__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

h3.form__block__title {}

.form__block__title span.bold {
    display: block;
}

.form__block__subtitle {
    display: none;
}

.form__block__blueblock__title {
    padding-top: 30px;
    line-height: 31px;
}

.form__block__blueblock__item .in {
    width: calc( 100% - 20px );
    margin: 0 auto 10px !important;
    display: block;
}

.form__block__blueblock__item .in.submit {
    max-width: calc( 100% - 20px );
}

.form__block__blueblock__item .in.submit input {
    max-width: initial;
    width: 100%;
}

.acceptance {
    line-height: 15px;
}

.form__block {
    padding-bottom: 46px;
}footer {
    padding-top: 86px;
    height: auto;
    padding-bottom: 161px;
    background: url(/wp-content/themes/theme1/images/background-8.jpg) 0 0 no-repeat !important;    background-size: cover !important;
}

.logo__block__row a {
    margin: 29px 0 30px;
}

.logo__block__text {
    font-family: Proxima Nova;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__contacts__block {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    padding-left: 0;
}

a.footer__phone {
    margin-top: 67px;
    display: block;
    margin-left: 15px;
    margin-bottom: 24px;
}

.footer__phone {
    padding-left: 0;
}

.footer__social__links {
    margin-top: 44px;
}.reviews .container {
    padding: 0;
}.reviews__slide{
       margin: auto;
    height: 366px;
    box-shadow: none;
    padding: 20px 27px;
}.slick-next::before {
    content: '';
    padding: 1px 10px;
    background: url(/wp-content/themes/theme1/images/next.png) no-repeat;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.slick-prev::before {
    content: '';
    padding: 1px 10px;
   left: -4px;
    background-size: cover !important;
    top: -1px;
    position: relative;
}.menu-main-container {
    display: none;
}

 .menu__icon {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        top: 0;
        border-radius: 50%;
        background: #262626;
        border-radius: 90px;
    }

    .menu__icon span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 21px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu__icon span:nth-child(1) {
        top: 14px;
        left: 12px;
    }

    .menu__icon span:nth-child(2),
    .menu__icon span:nth-child(3) {
        top: 28px;
        left: 12px;
    }

    .menu__icon span:nth-child(4) {
        top: 21px;
        left: 12px;
    }

    .menu-menu-main-container,
    .menu-second-container {
        display: none;
    }

    .menu__icon.close {
        z-index: 1000;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .menu__icon.close span:nth-child(1) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu__icon.close span:nth-child(3),
    .menu__icon.close span:nth-child(2) {
        display: none;
    }

    .menu__icon.close span:nth-child(4) {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(-1350deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menu-main-container.open ul,
    .menu-second-container.open ul {
        display: block;
        position: fixed;
        z-index: 30;
        height: 100%;
        width: 100%;
        background: #0B0B0B;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 999;
        padding-top: 63px;
        padding-left: 0;
        margin-left: 0px;
    }


.header .header__logoBox {margin-right: 0;}

.header__nav {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 20px;
    top: -5px;
}

.menu__icon {}.menu-main-container.open {
    display: block;
    position: absolute;
}

ul#menu-main li {
    display: block;
    margin: 0;
}.reviews__slide__title {
    height: auto;
}li.mobile {
    display: block;
}.open ul#menu-main li {
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
}

.menu-main-container.open ul {
    padding-top: 75px;
}

.open li.mobile a {
    font-weight: bold;
}.contact_form_pop_title {
    font-size: 20px;
    line-height: 24px;
    padding: 29px 16px 20px;
    margin-bottom: 0px;
   
}

.in.block input {
    max-width: calc( 100% - 74px);
}

input.wpcf7-form-control.wpcf7-submit.btn.button.consult__submit {
    max-width: calc( 100% - 30px);
}

.in.block.submit {
    width: auto;
    max-width: 100%;
}div#contact_form_pop2 {
   
}.contact_form_pop_form .acceptance {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
}a.btn.button.banner__button.fancybox-inline.mobile {
    max-width: 279px;
    margin-top: 23px;
    position: relative;
    display: block;
    margin: 23px auto;
}.desc {
    display: none;
}.form__block__blueblock__item .in.submit input {
    width: 100% !important;
    max-width: 100% !important;
}#contact_form_pop2 .in {
    max-width: 267px;
    margin: 0 auto 19px;
}#contact_form_pop2 .in.block.submit input {
   
}
}


