/*
Theme Name: SEOACE - Themes
Author: SEOACE
Version: 1.0
*/
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(''),
         url('fonts/noto-sans-v26-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/noto-sans-v26-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local(''),
            url('fonts/noto-sans-v26-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('fonts/noto-sans-v26-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: local(''),
            url('fonts/noto-sans-v26-latin_cyrillic-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('fonts/noto-sans-v26-latin_cyrillic-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local(''),
            url('fonts/noto-sans-v26-latin_cyrillic-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('fonts/noto-sans-v26-latin_cyrillic-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
ul, li {
    list-style: none;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
p {
    margin-bottom: 15px;
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    background:  url(img/bg.jpg);
    letter-spacing: 0.03em;
} 
body.nav-active {
    overflow: hidden;
}
.nav-active .overlay {
    height: 100vh; 
    z-index: 2;
}
.overlay {
    height: 0;
    z-index: -1;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background: transparent;
}
.h2 {
    font-weight: 400; 
    padding-bottom: 30px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* header */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 40px 0;
    transition: all .3s;
}
.js-active-header {
    background: #0D0D0D;
    padding: 25px;
}
.nav-scroll {
    transform: translate(0, -120px);
}
.box.header__logo img {
    display: block;
}
.header__nav ul li {
    display: inline-block;
    padding-right: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
    letter-spacing: 0.03em; 
    color: rgba(255, 255, 255, 0.65);
}
.header__logo { 
    width: 180px; 
}  
.header__nav {
    width: auto;
    flex-grow: 1; 
} 
.header__burger{
    display: none;
}
.header__cont {
    width: 350px;
    text-align: right;
}
.header__cont a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
}
.header__cont-order {
    margin-left: 20px;
}
.header__cont-tel {    
    color: rgba(255, 255, 255, 0.65);
    margin-right: 40px;
}
.header__cont-order {
    color: #D92E2F;
}
.btn__menu {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.header__btn {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    width: 110px;
    font-size: 14px;
    line-height: 20px;
    color: #232323;
    display: flex;
    cursor: pointer;
}
.header__btn:hover {
    color: #8c589a;
}
.header__btn:hover .btn__menu .btn__menu-circle {
    background-color: #8c589a;
}
.btn__menu .btn__menu-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    background-color: #232323;
    cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: -webkit-transform .2s ease .2s;
    transition: -webkit-transform .2s ease .2s;
    transition: transform .2s ease .2s;
    transition: transform .2s ease .2s,-webkit-transform .2s ease .2s;
}
body:not(.nav-active) .btn__menu-circle:first-child {
    -webkit-transform: translate(-135%,-135%);
    transform: translate(-135%,-135%); 
}
body:not(.nav-active) .btn__menu-circle:nth-child(2) {
    -webkit-transform: translate(35%,-135%);
    transform: translate(35%,-135%);
}
body:not(.nav-active) .btn__menu-circle:nth-child(3) {
    -webkit-transform: translate(-135%,35%);
    transform: translate(-135%,35%);
}
body:not(.nav-active) .btn__menu-circle:nth-child(4) {
    -webkit-transform: translate(35%,35%);
    transform: translate(35%,35%);
}
.nav-active .btn__menu-circle {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}
.btn__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    opacity: 0;
    border: 1px solid #905c9b;
    border-radius: 50%; 
    cursor: pointer;
    transition: all .3s ease;
    transform: scale(0);
    position: absolute;
    top: -10px;
    left: 5px;
}
.nav-active .btn__close{
    transform: scale(1);
    opacity: 1;
}
/* banner */
.banner { 
    padding: 250px 0 120px;
}
.banner__bg {
    position: absolute;
    top: -170px;
    right: 0px;
}
.banner__btn {
    background: #D92E2F;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 60px;
    width: 220px;
    text-align: center;
    margin-top: 15px;
    transition: all .3s;
    letter-spacing: 0.03em; 
}
.banner__btn:hover {
    background: #8d1112;
}
.banner__title { 
    position: relative; 
    max-width: 780px;
    padding-left: 180px;
}
.banner__title h1{
    font-weight: 900; 
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 0.03em;
    text-transform: uppercase; 
}
.banner__title h1 span {
    color: #D92E2F;
}
/* what */
.red {
    color: #D92E2F;
}
.what .h2 { 
    padding-bottom: 80px; 
    border-bottom: 0;
}
.what {  
    padding-bottom: 120px;
}
.what__text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 30px 30px 180px ;
}
.what__text2 {
    max-width: 375px;
    color: rgba(255, 255, 255, 0.65);
}
.what .box {
    width: 50%;
}
/* nums */
/* .nums .container:before {
    background: rgba(255, 255, 255, 0.2); 
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    margin-bottom: 30px;
} */
.nums .h2 { 
    margin-bottom: 40px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nums .box { 
    width: 25%;
    margin-bottom: 50px;
}
.nums-box {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 30px 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.nums__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 0.03em;
    color: #D92E2F;
    padding-bottom: 40px;
}
.nums__title span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: block;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
} 
.nums__desc {
    color: rgba(255, 255, 255, 0.65);
    margin-top: auto;
}
.nums {
    padding-bottom: 70px;
}
/* sales */
.sales {
    padding-top: 100px;
}
.sales .h2 {
    margin-bottom: 70px;
}
.sales__item-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
    padding-left: 180px;
    transition: all .3s;
}
.sales__item-desc {
    color: rgba(255, 255, 255, 0.65);
    padding-left: 180px;
    display: block;
}
.sales__item img {
    position: absolute;
    z-index: -1;
    left: 50px;
    transition: all .5s;
    display: block;
    transform: rotate(0deg);
    opacity: 0;
    width: 170px;
}
.sales__item:hover img {
    opacity: 1;
    transform: rotate(-30deg);
}
.sales__item:hover .sales__item-title {
    color: #D92E2F;
}
.sales__item {
    width: 50%; 
    margin-bottom: 130px;
}
.sales__item-num {
    color: #D92E2F;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}
/* price */
.price__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #D92E2F;
}
.price .h2 {
    margin-bottom: 40px;
}
.price__sum {
    font-weight: 700;
    padding: 5px 0 20px;
    font-size: 20px;
    line-height: 30px;
}
.price__sum:after {
    content: '';
    width: 53px;
    height: 2px;
    display: block;
    background: #D92E2F;
    margin-top: 25px;
}
.price__row {
    display: flex; 
}
.price__box:first-child {
    width: 200px;
}
.price__box {
    width: 235px; 
    padding: 35px 0;
}
.price__top {
    min-height: 110px;
    padding-left: 25px;
}
.price__box:first-child .price__desc .price__line  { 
    padding: 12px 0 12px 15px;
}
.price__desc .price__line:nth-child(odd) {
    background: rgba(255, 255, 255, 0.04);
}
.price__desc .price__line {
    padding: 12px 32px 12px 32px;
}
.price__box:nth-child(3){
    background: #D92E2F;
    color: #fff;
}
.price__box:nth-child(3) .price__sum:after { 
    background: #fff; 
}
.price__box:nth-child(3)  .price__name { 
    color: #fff;
}
.price {
    padding-bottom: 50px;
}
/* steps */
.steps {
    padding: 150px 0 100px;
}
.steps__item-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    padding: 46px 33px;
    display: block;
}
.steps .box {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .5s;
}
.steps .box:hover {
    background: #D92E2F;
}
.steps .box:nth-child(1),
.steps .box:nth-child(5) { 
    border-left: 1px solid rgba(255, 255, 255, 0.2); 
}
.steps__row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
.steps__left {
    width: 170px;
    position: relative;
}
.steps__right {
    flex-grow: 1;
    width: calc(100% - 170px);
    padding: 0 15px;
}
.steps__img {
    position: absolute;
    opacity: 0;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.steps__img.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.steps__img-box {
    overflow: hidden;
    min-height: 278px;
    position: relative;
}
.steps__num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    width: 100%;
    font-weight: 700;
    height: 100%;
    position: absolute;
    color: #D92E2F;
    opacity: 0;
    transition: all .5s;
}
.steps__num.show {
    opacity: 1;
}

/* work */
.work {
    padding: 120px 0 80px;
}
.work__item  {
    margin-bottom: 35px;
    position: relative;
}
.work__item-num {
    font-weight: 300; 
    color: #D92E2F;
    position: absolute;
    bottom: 0;
    left: 0;
}
.work__item-name {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px; 
    color: rgba(255, 255, 255, 0.2);
    padding-left: 180px;
    transition: all .3s;
    cursor: pointer;
}
.work__item-name:hover {
    color: rgba(255, 255, 255, 0.95);
}
.work__item-desc {
    display: none;
}
.work .h2 {
    margin-bottom: 70px;
}
.work__item-name.active {
    color: rgba(255, 255, 255, 0.95);
}
.work .box:first-child {
    width: 67%;
}
.work .box:last-child {
    width: 33%;
    display: flex;
    align-items: flex-end;
}
.work__desc {
    max-width: 300px;
    margin-bottom: 35px;
}
/* reviews */
.reviews .h2{
    margin-bottom: 50px;
}
.reviews__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.03em;
}
.reviews__title span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 20px;
    display: block;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.65);
}
.reviews__item {
    display: flex!important;
    align-items: center;
}
.reviews__left {
    width: 280px;
}
.reviews__text {
    max-width: 370px;
}
.reviews__center {
    max-width: 372px;
    overflow: hidden;
    position: relative;
}
.reviews__right {
    margin-left: auto;
    width: auto;
}
.reviews__img:after {
    content: '';
    background: #000000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}
.reviews__img  {
    position: relative;
    cursor: none;
}
.reviews__img  img {
    display: block;
}
.progress {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}
.reviews__items  {
    margin-bottom: 50px;
}
.slider__counts {
    margin-top: -70px;
    position: absolute;
    opacity: .75;
}
.slider__counts-current {
    color: #D92E2F;
    font-weight: 400;
}
.p-form {
    padding: 100px 0 50px;
}
.form-row2 .form-group {
    padding-right: 30px;
    width: 25%;
}
.form-row2 {
    display: flex;
    flex-wrap: wrap;
}
.form-row2 .form-group.form-submit {
    padding-right: 0;
}
/* case */
.case {
    padding-bottom: 75px;
}
.case__item-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    justify-content: space-between;
    margin-top: auto; 
    transition: all .3s;
}
.case__item-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.03em;
    padding-top: 110px;
    transition: all .3s;
    z-index: 1;
}
.case__item:hover .case__item-title,
.case__item:hover .case__item-desc {
    color: #D92E2F;
}
.case__filter li:hover {
    color: #D92E2F;
}
.case__item {
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF;
    min-height: 330px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: none;
    overflow: hidden;
} 
.case__item__img {
    position: absolute;
    left: 200px;
    z-index: 1;
}
.case__item__img img{
    display: block;
}
.case__item .case__item__img:after {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    transition: all .3s;
    opacity: 0;
}
.case__item:hover .case__item__img:after {
    opacity: 1;
}

.modal.case__modal {
    width: 1170px;
    padding: 0;
}
.case__modal-top {
    padding: 250px 150px 35px;
    height: 660px;
    display: flex;
    position: relative;
    flex-direction: column;
}
.case__item-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: none;
}
.case__modal-bottom {
    padding: 0 150px 35px;
}
.case__modal-title {
    font-weight: 900;
    font-size: 56px;
    line-height: 66px; 
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.case__modal-date { 
    padding-bottom: 35px; 
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    z-index: 2;
}
.case__work {
    color: rgba(255, 255, 255, 0.65);
    padding-right: 30px; 
    
}
.case__link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline; 
}
.case__modal-row {
    display: flex;
    flex-wrap: wrap;
}
.case__modal-box {
    width: 50%;
}
.case__modal-top .case__modal-row {
    margin-top: auto;
    position: relative;
    z-index: 2;
}
.case__modal-top:after {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.case__modal-desc, .case_4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.8);
}
.case__modal-bottom .case__modal-row {
    padding-top: 150px;
}
.case__br {
    display: block;
    margin-bottom: 70px;
}
.row-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.65);
}
.case_1, .case_2, .case_3 {
    color: rgba(255, 255, 255, 0.65);
}
.case__modal-row .dark {
    font-weight: 700;
    font-size: 18px;
    padding-left: 30px;
    line-height: 26px;
    padding-bottom: 25px;
}
.case__modal-row ul {
	counter-reset: num;
	list-style: none; 
	padding-left: 30px;
}
.case__modal-row ul li {
	counter-increment: num;
	position: relative; 
    margin-bottom: 30px;
}
.case__modal-row ul li:before {
	content: counter(num) ".";
	font-weight: 400;
    font-size: 14px;
    color: #D92E2F;
	position: absolute;
	left: -30px;
	top: 0;   
}
.case__modal-row ul li:nth-child(-n+9):before {
	content: "0" counter(num);
}
.slick-prev.slick-arrow {
    margin-right: 25px;
}
.case__arrows {
    padding-left: 50%;
    padding-bottom: 20px;
}
.case__slide {
    padding-top: 100px;
}
.close-btn {
    padding: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slick-arrow {
    cursor: pointer;
}
.fancybox-close-btn {
    position: absolute;
    right: 25px;
    top: 18px;
    z-index: 3;
}
.modal.case__modal .fancybox-close-btn { 
    right: calc(50% - 565px);
    position: fixed;
}
.case__filter {
    display: flex;
    padding-left: 150px;
    color: rgba(255, 255, 255, 0.65);
}
.case__filter li {
    margin-right: 30px;
    cursor: pointer;
}
.case .h2 { 
    display: flex;
}
.case__slide .slick-arrow {
    position: absolute;
    top: -50px;
    left: 50%;
}
.case__slide .slick-next.slick-arrow {
    left: 55%;
}
.case__hide {
    display: none;
}
.case__hide[style*="display: block"]{
    display:flex!important;
  }
.case__more {
    margin: 50px 0 0 198px; 
    display: flex;
    justify-content: space-between;
    max-width: 568px;
    transition: all .3s;
    align-items: center;
}
.case__more:hover {
    color: #D92E2F;
}
.case__more:hover svg {
    fill: #D92E2F;
}
.case__more:hover { 
    max-width: 575px;
}
.case__more svg {
    fill: #fff;
}
/* FAQ */
.faq {
    padding: 120px 0 240px;
}
.faq__item-desc {
    display: none;
    padding: 40px 0 0 180px;
}
.faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 80px 0 40px;
}
.faq__item-question {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    display: block;
    max-width: 680px;
    padding-left: 180px;
}
.faq__item-carret {
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: normal;
}
.faq__item-name {
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
.faq__item-num {
    font-weight: 300; 
    color: #D92E2F;
    position: absolute;
    bottom: 0;
    left: 0;
}
.carret-off {
    display: none;
}
.active .carret-off {
    display: inline-block;
}
.active .carret-on {
    display: none;
}
.faq__item-name.active, .faq__item-name:hover {
    color: #D92E2F;
}
/* footer */
footer {
    padding: 50px 0 90px;
    background: #000;
}
.footer__logo {
    width: 16%;
}
.footer__cont {
    width: 28%;
}
.footer__title {
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
}
/* modal & forms */

.modal:not(.fancybox-content) {
    display: none;
}
.modal {
    padding: 70px 70px 30px;
    width: 840px;
    background:  url(img/bg.jpg);
    position: relative; 
}
.modal__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-row .form-group {
    width: 31%;
}
.form-group {
    position: relative;
    margin-bottom: 40px;
}
.form__field {
    border: none;
    border-bottom: 1px solid #eee; 
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    background: transparent;
}
.form__inp {
    width: 258px;
    margin-right: 22px;
}

.btn {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    background: #D92E2F;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    height: 56px;
    padding: 17px 35px;
    max-width: 300px;
    cursor: pointer;
    transition: all .5s;
    margin: 0 auto;
    display: block;
}
.btn:hover {
    background: #ae1617; 
}
::-webkit-input-placeholder {font-weight: 300;font-family: 'Noto Sans', sans-serif;}
::-moz-placeholder          {font-weight: 300;font-family: 'Noto Sans', sans-serif;}
:-moz-placeholder           {font-weight: 300;font-family: 'Noto Sans', sans-serif;}
:-ms-input-placeholder      {font-weight: 300;font-family: 'Noto Sans', sans-serif;}
label.error {
    position: absolute;
    color: #ff004e;
    width: 100%;
    left: 0;
    bottom: -25px;
    font-size: 12px;
}
.form__field.error {
    border: 1px solid #d92e2f;
}

.mobile-box {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: calc(100vh - 75px);
    position: fixed;
    z-index: 9;
    transition: all .4s;
    top: 75px;
    background: url(img/bg.jpg);
    display: flex; 
    align-items: center;
}
.burger-active .mobile-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-box ul li {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.mobile-box-cont a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #D92E2F;
    display: block;
    padding-top: 30px;
}
.burger-active {
    overflow: hidden;
}








.popup-window__title {
    font-weight: 800; 
    margin-bottom: 20px; 
    font-size: 36px;
    line-height: 45px; 
    text-transform: uppercase;
    color: #8A00FF; 
    padding-top: 20px;
}

.mob-nav__nav {
    height: 100vh;
    display: flex; 
    align-items: center;
    color: #fff;
    opacity: 0;
    position: relative;
    transition: all .7s ease-in-out;
}
.mob-nav {
    width: 100%; 
    position: fixed;
    z-index: -1;
    top: 0;
}
.nav-active .mob-nav { 
    z-index: 2; 
}
.nav-active .mob-nav__nav { 
    opacity: 1;
}
.mob-nav__nav ul li a {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F0F0F0;
}
.mob-nav__nav a:hover { 
    color: #8A00FF;
}
.mob-nav__nav ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.mob-nav__cont {
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 50px;
    display: flex;
}

/* order-box */
.order-box {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    margin: 50px 0;
    cursor: none;
}
.circle-arrow, .circle-plus {
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 1;
    transform-style: preserve-3d;
    opacity: 0;
    will-change: transform;
    transform: scale3d(0, 0, 1);
    transition: all .125s;
}
.order-box.active .circle-arrow,
.case__item.active .circle-arrow,
.reviews__center.active .circle-plus { 
    cursor: none;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
@-webkit-keyframes logoloop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
@-moz-keyframes logoloop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
@-o-keyframes logoloop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
@keyframes logoloop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.order-box__box {
    -webkit-animation: logoloop 40s linear infinite;
    -moz-animation: logoloop 40s linear infinite;
    -o-animation: logoloop 40s linear infinite;
}
.intro-logos_wrapper {
    -webkit-animation: logoloop 100s linear infinite;
    -moz-animation: logoloop 100s linear infinite;
    -o-animation: logoloop 100s linear infinite;
}
/* .order-box__row:hover .order-box__box,
.order-box__row:focus-within .order-box__box {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@media (prefers-reduced-motion) {
    .order-box__box {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }
} */
.order-box__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%; 
} 
.order-box__box  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 900;
    font-size: 56px;
    line-height: 66px;
}
.order-box__box img {
    margin: 0px 40px;
}
.logos-box {
    padding: 75px 0;
}
.intro-logos_logo {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
}
.intro-logos_overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.intro-logos_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.maps {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.yandex-map {
    width: 100%;
    height: 450px;
}
.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
.reviews__arrows {
    position: absolute;
    right: 15px;
    top: 10px;
}
.polit {
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}
.polit a {
    text-decoration: underline;
}
.content {
    padding-top: 150px;
    padding-bottom: 50px;
}
.content h1 {
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 20px;
}