html{
    overflow-y: scroll;
    overflow-x: hidden;
}
/*.menu__burger {
    position: absolute;
    top: 48px;
    right: 374px;
    padding: 8px;
    cursor: pointer;
    z-index: 102;
    font-size: 1rem;
}*/
@media (min-width: 768px) {
    .menu__burger {
        /*position: relative;
        position: absolute;*/
        font-size: 1rem;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        cursor: pointer;
        z-index: 102;
    }
}
@media (min-width: 1140px) {
    .menu__burger {
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        cursor: pointer;
        z-index: 102;
    }
}
.menu__burger input {
    position: absolute;
    visibility: hidden;
    margin: 0 auto;
    z-index: -1;
    right: 0;
}

.burger {
    cursor: pointer;
    position: absolute;
    right: 0;
    display: inline-block;
    position: relative;
    color: #FFF;
    width: 28px;
    height: 19px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.menu-opened .menu__burger .burger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
}

.burger__item {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 0;
    transition: all .3s;
    border-radius: 5px;
}

.burger__1 {
    -webkit-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em); }
.menu-opened .menu__burger .burger__1 {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg); }
.burger__2 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
.menu-opened .menu__burger .burger__2 {
    -webkit-transform: translate(-50%, 0) scaleX(0.1);
    transform: translate(-50%, 0) scaleX(0.1);
    transition: all .15s; }
.burger__3 {
    -webkit-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em); }
.menu-opened .menu__burger .burger__3 {
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg); }


.menu {
    position: fixed;
    overflow-y: scroll;
    width: calc( 100% + 22px);
    min-height: 100vh;
    will-change: transform;
    top: 0;
    left: 0;
    height: 100vh;
    background-size: cover;
    /*z-index: 2;*/
    z-index: 4;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27);
    transition: transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27);
    transition: transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27), -webkit-transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27);
    background: #fcbd1f;
}

.phone_block {
    position: fixed;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: scroll;
    width: calc( 100% + 22px);
    will-change: transform;
    top: 0;
    left: 0;
    min-height: 100vh;
    background-size: cover;
    z-index: 6;
    display: flex;
    height: 100vh;

    transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27);
    transition: transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27);
    transition: transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27), -webkit-transform 0.5s cubic-bezier(0.5, 0.01, 0.62, 0.27);
    background: #ffffff;
}
@media (min-width: 160px) {
    .menu , .phone_block{
        width: 100%;
    }
}
@media (min-width: 1040px) {
    .menu , .phone_block{
        width: calc( 100% + 22px);
    }
}

.phone_block-opened .phone_block {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 1s cubic-bezier(0.39, 0.74, 0.3, 1);
    transition: transform 1s cubic-bezier(0.39, 0.74, 0.3, 1);
    transition: transform 1s cubic-bezier(0.39, 0.74, 0.3, 1), -webkit-transform 1s cubic-bezier(0.39, 0.74, 0.3, 1);
}

.menu::-webkit-scrollbar { opacity: 0; }
.phone_block::-webkit-scrollbar { opacity: 0; }
.menu__body{
    height: auto;
    width: 100%
}
.menu-opened .menu {

    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 1s cubic-bezier(0.39, 0.74, 0.3, 1);
    transition: transform 1s cubic-bezier(0.39, 0.74, 0.3, 1);
    transition: transform 1s cubic-bezier(0.39, 0.74, 0.3, 1), -webkit-transform 1s cubic-bezier(0.39, 0.74, 0.3, 1);
}

.menu__links {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

@media (min-width: 320px) {
    .menu__links {
        margin:  0 auto;
    }
}
@media (min-width: 730px) {
    .menu__links {
        font-size: 32px;
        margin: 0;
    }
}
@media (min-width: 1140px) {
    .menu__links {
        font-size: 36px;
    }
}
.menu__links a {

    color: #333333;
    text-decoration: none;
    transition: color .25s;
    display:  block;
}

.test_icon {
    float: left;
    width: 53px;
    height: 53px;
    background: url("../images/test_sprite.svg") no-repeat;
    background-size: 134px;
    margin: 6px 20px 0 0;
}
@media (min-width: 320px) {
    .test_icon {
        float: left;
        width: 30px;
        height: 30px;
        background: url("../images/test_sprite.svg") no-repeat;
        background-size: 75px 75px;
        background-position-y: -23px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 768px) {
    .test_icon {
        float: left;
        width: 51px;
        height: 51px;
        margin: 0 15px 0 0;
        background-size: 132px 132px;
        background-position-y: -41px;
    }
}
/*
@media (min-width: 768px) {
    .test_icon {
        float: left;
        width: 50px;
        height: 50px;
        background-size: cover;
        margin: 0 15px 0 0;
        background-position-x: -1px;
    }
}*/

.menu__links li:hover .test_icon{
    background-position-x: -82px;
}
@media (min-width: 320px) {
    .menu__links li:hover .test_icon{
        background-position-x: -46px;
    }
}
@media (min-width: 768px) {
    .menu__links li:hover .test_icon{
        background-position-x: -81px;
    }
}
.menu__links li:hover a {
    color: #e51d25;
    text-decoration: underline;
    transition: color .25s;
}

.menu__links li:hover a.a_big {
    color: #e51d25;
    text-decoration: none;
    transition: color .25s;
}
.menu__links li:hover a.a_big span:not(.mini) {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .menu__links li a.a_big span:not(.mini) {
        font-size: 32px;
    }
}

.menu__links li:hover span.mini {
    color: #e51d25;
    transition: color .25s;
    text-decoration: none;
}
.menu__links li span.mini {
    transition: color .25s;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333333;
    display:  block;
    font-weight: 500;
    margin-top: 8px;
}

@media (min-width: 320px) {
    .menu__links li span.mini {
        font-size: 11px;
        font-weight: normal;
        letter-spacing: -0.1px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .menu__links li span.mini {
        font-size: 13px;
        margin: 0;
    }
}
@media (min-width:1140px) {
    .menu__links li span.mini {
        font-size: 13px;
        margin: 0;
    }
}
.menu__links li {
    will-change: transform, opacity;
    line-height: 1.15;
    opacity: 0;
    list-style-type: none;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    padding: 11px 0;
    transition: opacity .5s, -webkit-transform .5s .5s;
    transition: opacity .5s, transform .5s .5s;
    transition: opacity .5s, transform .5s .5s, -webkit-transform .5s .5s;
  }
@media (min-width: 768px) {
  .menu__links li {
    padding: 15px 0;
  }
}
.menu-opened .menu__links li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s .75s ease;

}
.menu-opened .menu__links li:nth-child(1) {
    transition-delay: .8s; }
.menu-opened .menu__links li:nth-child(2) {
    transition-delay: .9s; }
.menu-opened .menu__links li:nth-child(3) {
    transition-delay: 1s; }
.menu-opened .menu__links li:nth-child(4) {
    transition-delay: 1.1s; }
.menu-opened .menu__links li:nth-child(5) {
    transition-delay: 1.2s; }
.menu-opened .menu__links li:nth-child(6) {
    transition-delay: 1.3s; }
.menu-opened .menu__links li:nth-child(7) {
    transition-delay: 1.4s; }
.menu-opened .menu__links li:nth-child(8) {
    transition-delay: 1.5s; }
.menu-opened .menu__links li:nth-child(9) {
    transition-delay: 1.6s; }

@media (min-width: 320px) {
    .menu--opened {
        flex-direction: column;
        align-items: flex-start;
    }
}
/*
@media (min-width: 768px) {
    .menu__header.menu--opened {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media (min-width: 1140px) {
    .menu__header.menu--opened {
        align-items: center;
        width:  max-content;
        margin: 0 auto 0 auto;
        top: 39px;
        width: 60%;
    }
}*/
/*
@media (min-width: 320px) {
    .menu-toggler-body{
        position: fixed;
        z-index: 5;
        /margin: 46px 15%;
        top: 39px;
        right: 44px;
    }
}
@media (min-width: 768px) {
    .menu-toggler-body{
        position: fixed;
        z-index: 5;
         margin: 46px 15%;
    }
}
@media (min-width: 1140px) {
    .menu-toggler-body {
        position: fixed;
        z-index: 5;
        margin: 24px 5%;
         right: 0;
         margin: 63px 6%;
    }
}
@media (min-width: 1760px) and  (max-width: 1920px) {
    .menu-toggler-body {
        position: fixed;
        z-index: 5;
         margin: 24px 20%;
        /top: 39px;
         right: 42px;
    }
}
@media (max-width: 1140px) {
    .menu-toggler-body {
        position: fixed;
        z-index: 5;
         margin: 63px 0.5%;
        margin: 63px 20%;
    }
}*/

#block1{
    background: #797979ee;
    height: 3500px;
}
#block2{
    background: #ff8300ee;
    height: 3500px;
}
#block3{
    background: #0035ffee;
    height: 3500px;
}

@media (min-width: 320px) {
    .menu__body{
        width: 100%;
        z-index: 3;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        height: auto;
        min-height: 100vh;
        background: url("../images/back3.png") repeat;
        background-size: 50%;
    }
}
@media (min-width: 768px) {
    .menu__body {
        width: 100%;
        z-index: 3;
        /*height: 100vh;*/
        background-size: auto;
    }
}
@media (min-width: 1140px) {
    .menu__body{
        width: 100%;
        margin: 0 auto;
        z-index: 3;
        width: 100%;
        display:  flex;
        flex-direction:  column;
        justify-content: space-between;
        align-content:  center;
        /*height: 100vh;*/
        height: 900px;
        min-height: 100%;
    }
}
@media (min-width: 320px) {
    .menu__body__content{
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        position: relative;
        padding: 0 15px;
    }
}
@media (min-width: 350px) {
    .menu__body__content{
        padding: 0 25px;
        position: relative;
    }
}
@media (min-width: 768px) {
    .menu__body__content{
        width:  auto;
    }
}
@media (min-width: 1140px) {
    .menu__body__content{
        display: flex;
        align-items: center;
    }
}

.menu__header {
    position: fixed;
    width: 100%;
    width: calc(100%);
    justify-content: center;
    align-content: space-between;
    z-index: 5;
    /* max-width: 1140px; */
    margin:  0 auto;
    transition: all 300ms;
}

.menu__open {
    visibility: visible;
    margin: 0 25px 0 0;
    position: relative;
    color: #fff;
    padding-right: 10px;
    margin-right: 0px;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.menu__header .menu__header_body {
    width: 1140px;
    /* margin: 0 33px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_fade_white .burger__item ,.menu-opened .burger__item , .menu_fade_gray .burger__item{
    background-color: #333333;
    transition: background-color 300ms;
}
.menu_fade_white .menu__open, .menu_fade_white .menu__close ,.menu-opened .menu__open , .menu-opened .menu__close ,menu_fade_gray .menu__close ,.menu_fade_gray .menu__open{
    color: #333333;
}
.menu-opened #consult_btn{
    transition: all 300ms;
    border: 2px solid #333333;
}

.menu_fade_white .menu__header_body {
    transition: all 300ms;
}
@media (min-width: 320px) {
    .menu__header{
        background: #FFF;
    }
    .burger__item{
        background-color: #333333;
    }
    .menu__open, .menu__close{
        color: #333333;
    }
    .menu__open, .menu__close , .return_phone span:not(.return_icon):not(.return_icon_post){
        display: none;
    }
}
@media (max-width: 600px) {
    .menu__open, .menu__close , .return_phone span:not(.return_icon):not(.return_icon_post){
        display: none !important;
    }
}
@media (min-width: 600px) {
    .menu__open, .menu__close , .return_phone span.text_pre_send:not(.return_icon):not(.return_icon_post){
        display: block;
    }
}

@media (min-width: 960px) {
    .menu__header{
        background: none;
    }
    .burger__item{
        background-color: #fff;
    }
    .menu__open, .menu__close{
        color: #fff;
    }
}
.menu_fade_white{
    background: #FFF;
    transition: all 300ms;
    border-bottom: 1px solid #fcbd1f;
}
.menu_fade_gray{
    transition: all 300ms;
    background: #FFF;
}
.menu_fade_gray.yesl{
    background: #eef2f4;
    background: url(../images/back2.png) #eef2f4 repeat;
}
.menu_fade_gray .menu__header_body {
    border-bottom: none;
}
.menu-opened .menu__header{
    /* background: #fcbd1f; */
    /* transition: all 700ms; */
    /* transition-delay:  1s; */
    /* background: url(../images/back3.png) repeat; */
    background: no-repeat;
}
@media (min-width: 160px) {
    .menu-opened .menu__header{
        background: #fcbd1f;
    }
}
@media (min-width: 960px) and  (min-height: 650px){
    .menu-opened .menu__header{
        background: none;
    }

    .menu-opened .menu_fade_white.menu__header{
             background: #fcbd1f;
     }

    .menu-opened .phone_block  .menu_fade_white.menu__header{
        background: none;
    }
}
.phone_block .menu__header{
    background: none ;
}
/*
@media (min-width: 768px) {
    .menu__header{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        left: 0;
        padding: 0 23px;
        margin: 40px 0;
    }
}
@media (min-width: 1140px) {
    .menu__header{
        margin: 40px 0 0 0;
        padding: 0;
    }
}*/

.menu__logo{
    background: url("../images/logo.svg") no-repeat;
}
@media (min-width: 320px) {
    .menu__logo {
        width: 48px;
        height: 60px;
        background-size: 203px 53px;
        background-position-x: -8px;
    }
}
@media (min-width: 768px) {
    .menu__logo {
        width: 165px;
        height: 46px;
        background-size: 100%;
        background-position-x: 0;
    }
}
@media (min-width: 1140px) {
    .menu__logo{
        width: 238px;
        height: 66px;
        margin-right: 3%;
    }
}

.menu__phone{
    font-family: 'Gilroy', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333333;
}

.menu__btn {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    padding: 12px;
    border: solid 2px #333333;
    border-radius: 4px;
    transition: all 200ms;
    cursor: pointer;
    margin: 10px 0;
}

@media (min-width: 320px) {
    .menu__btn{
        width: 100%;
        margin: 10px 0;
    }
}
@media (min-width: 768px) {
    .menu__btn {
        width: 202px;
        height: 42px;
        padding: 12px 0;
        margin: 0;
    }
}

.menu__btn:hover{
    background: #333333;
    color: #fcbd1f;
    transition: all 500ms;
}

.menu__close {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0 0 -100px;
    position:  absolute;
    visibility: hidden;
}

@media (min-width: 320px) {
    .menu__close {
        position: absolute;
        /* font-size: 15px; */
        margin: 7px 0 0px -22px;
        margin: 0 0 0 0;
        color: #FFF;
        top: 19px;
    }
}

@media (min-width: 768px) {
    .menu__close {
        position: absolute;
        font-size: 18px;
        margin: 7px 0px 0px 0;
        top: -7px;
    }
}

.menu-opened .menu__close{
    visibility: visible;
    margin: 7px 0 0px -22px;
    padding-right: 10px;
}
.menu-opened .menu__open{
    visibility: hidden;
}

@media (min-width: 320px) {
    .menu__wrap {
        width: auto;
        display:  flex;
    }
}
@media (min-width: 768px) {
    .menu__wrap {
      position: relative;
    }
}
@media (min-width: 1140px) {
    .menu__wrap {
        width: auto;
        display: flex;
    }
}

.big_logo{
    will-change: transform;
    opacity: 0.8;
    width: 334px;
    height: 415px;
    transform: translateX(-935px);
    background: url("../images/cmk.svg") no-repeat;
    transition: all 1s;
    transition-delay: .1s;
    margin-right: 112px;
}

.menu-opened .big_logo{
    transition: all 2s;
    transform: translateX(-15px);
}
.menu__social{
    display: flex;
    justify-content: center;
    width:  100%;
    margin: 0 0 45px 0;
    bottom: 0;
}
@media (min-width: 320px) {
  .menu__social{
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  .menu__social{
    margin: 24px 0 54px 0;
  }
}
@media (min-width: 320px) {
    .big_logo {
        display: none;
    }
}
@media (min-width: 768px) {
    .big_logo {
        display: none;
    }
}
@media (min-width: 1024px) {
    .big_logo {
        display: block;
        width: 284px;
        height: 353px;
        margin-left: 25px;
    }
}
@media (min-width: 1140px) {
    .big_logo {
      width: 334px;
      height: 415px;
      margin-left: 0;
    }
}

.menu__social .vk{
    width: 20px;
    height: 12px;
    background: url("../images/vk.svg") no-repeat;
}

.phone_block .return_phone{
    color: #333333;
}
.phone_block .return_phone{
    z-index: 555555;
    position: fixed;
    margin: 90px 0 0 0;
}

.icon-mouse:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0.3rem;
    margin-left: -0.1rem;
    width: 0.25rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    background-color: #333;
    -webkit-animation: scrollto 1.5s infinite linear;
    animation: scrollto 1.5s infinite linear;
    transform: scaleY(1) translateY(0);

}
@media (max-width: 320px) {
    .icon-mouse:before {
        content: none;
    }
}
@media (min-width: 768px) {
    .icon-mouse:before {
        background-color: #333;
    }
}
@media (min-width: 1024px) {
    .icon-mouse:before {
        background-color: #fff;
    }
}

@media (min-width: 1140px) {
    .icon-mouse:before {
        background-color: #fff;
    }
}
@-webkit-keyframes scrollto {
    from, to {
        -webkit-transform: scaleY(1) translateY(0.0rem);
        transform: scaleY(1) translateY(0.0rem); }
    25% {
        -webkit-transform: scaleY(2) translateY(0.15rem);
        transform: scaleY(2) translateY(0.15rem); }
    50% {
        -webkit-transform: scaleY(1) translateY(0.3rem);
        transform: scaleY(1) translateY(0.3rem); } }

@keyframes scrollto {
    from, to {
        -webkit-transform: scaleY(1) translateY(0.0rem);
        transform: scaleY(1) translateY(0.0rem); }
    25% {
        -webkit-transform: scaleY(2) translateY(0.15rem);
        transform: scaleY(2) translateY(0.15rem); }
    50% {
        -webkit-transform: scaleY(1) translateY(0.3rem);
        transform: scaleY(1) translateY(0.3rem); } }

.phone_block .menu__body{
    position: relative;
    overflow: visible;
    display:  flex;
    flex-direction:  column;
    justify-content: space-between;
    min-height: 100vh;
    height: auto;
    align-content:  center;
    width: 100%;
    background: no-repeat;
}
.phone_block .menu__logo{
    width: 238px;
    height: 66px;
}
.phone_block .menu__body__content{
    width: 100%;
    /* margin-top: 34px; */
    flex-direction: column;
    height: max-content;
    margin: 0px auto;
    /* margin-top: -80px; */
}
.phone_block .return_phone{
    color: #333333;
}

.phone_block .return_phone{
    z-index: 120;
    position: absolute;
    margin: 63px 0 0 0;
    right: 0;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Gilroy', sans-serif;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    top: 35%;
}
.phone_block .return_phone:hover{
    color: #e51d25;
}
.shake input, .error input{
    border: 1px solid red !important;
    transition:border  350ms;
}

.good input{
    border: 1px solid #3aaa35 !important;
    transition:border  350ms;
}
.pre_menu__header{
    width: 100%;
    border-bottom: solid 1px #fcbd1f;
}
.phone_block .menu__header{
    position: relative;
    max-width: 1140px;
    margin: 0px auto;
    display:  flex;
    justify-content: center;
    align-content:  center;
    width: 100%;
    border-bottom: none;
}

.phone_block .return_icon{
    background: url("../images/consult-sprite.svg") no-repeat;
    background-size: 68px 68px;
    width: 30px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
    margin-right: 18px;
}
.phone_block .return_icon_post{
    background: url("../images/close-sprite.svg") no-repeat;
    background-size: 52px 26px;
    background-position: 0px -1px;
    width: 30px;
    height: 24px;
    margin-left: 25px;
    margin-right: 18px;
}

@media (min-width: 160px) {
    .phone_block .return_icon .phone_block .return_icon_post{
        margin-left: 10px;
    }
}
@media (min-width: 700px) {
    .phone_block .return_icon, .phone_block .return_icon_post{
        margin-left: 10px;
    }
}

.phone_block  .return_phone:hover .return_icon{
    background-position: -42px 0;
}
.phone_block  .return_phone:hover  .return_icon_post{
    background-position: -32px -1px; /*background-position: -32px -2px;*/
}
.phone_h1{
    font-family: 'Gilroy', sans-serif;
    color: #333333;
    font-size: 36px;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
.phone_h2{
    font-family: 'Roboto', sans-serif;
    color: #62687f;
    font-size: 18px;
    font-weight: 300;
    max-width: 745px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
}
.phone_h2:after{
    width: 100%;
    max-width: 620px;
    height: 1px;
    background-color: #e51d25;
    content:"";
    display: block;
    margin: 0 auto;
    margin-top: 28px;

}
.phone_form{
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
}
.phone_form_row {
    will-change: transform, opacity;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    transition: opacity .5s, -webkit-transform .5s .5s;
    transition: opacity .5s, transform .5s .5s;
    transition: opacity .5s, transform .5s .5s, -webkit-transform .5s .5s;
    transition-delay: .8s;
    opacity: 0;
}
.phone_block-opened .phone_form_row{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .5s .75s ease, opacity .5s .75s ease;
}

.phone_block-opened  .phone_form_row:nth-child(1) {transition-delay: .8s; }
.phone_block-opened  .phone_form_row:nth-child(2) {transition-delay: .9s; }
.phone_block-opened  .phone_form .phone_form_row:nth-child(1) {transition-delay: 1s; }
.phone_block-opened  .phone_form .phone_form_row:nth-child(2) { transition-delay: 1.1s; }
.phone_block-opened  .phone_form .phone_form_row:nth-child(3) { transition-delay: 1.2s; }
.phone_block-opened  .phone_form .phone_form_row:nth-child(4) { transition-delay: 1.3s; }
.phone_block-opened  .phone_form .phone_form_row:nth-child(5) { transition-delay: 1.4s; }
.phone_block-opened  .phone_form .phone_form_row:nth-child(6) { transition-delay: 1.5s; }

.phone_form_input_title{
    margin: 28px 0 16px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #333333;
}
.phone_form_input input::-webkit-input-placeholder{ color: #8d96b2;  font-family: 'Roboto', sans-serif; }
.phone_form_input input:-ms-input-placeholder{ color: #8d96b2; font-family: 'Roboto', sans-serif;}
.phone_form_input input::-ms-input-placeholder{ color: #8d96b2;  font-family: 'Roboto', sans-serif;}
.phone_form_input input::placeholder{ color: #8d96b2;  font-family: 'Roboto', sans-serif;}
.phone_form_input input:disabled{
    opacity: 0.5;
    background: #e0e0e0;
}
.phone_form_input input{
    height: 48px;
    line-height: 28px;
    font-size: 15px;
    outline: none;
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #8d96b2;
    padding-left: 20px;
    color: #333333;
}
.phone_form_row .checkbox {
    display: none;
}


.phone_form_row .label{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #8d96b2;
    margin-left: 16px;
}


.phone_form_row .checkbox-custom {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #8d96b2;
    background: url(../images/consult-sprite.svg) no-repeat;
    background-size: 50px;
    background-position: -20px -20px
}
.checkbox_row{
    margin-top: 31px;
    user-select: none;
}
.phone_form_row .checkbox-custom,
.phone_form_row .label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.phone_form_row .checkbox:checked + .checkbox-custom + .label {
    color: #333333;
}
.phone_form_row .checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/consult-sprite.svg) #fcbd1f no-repeat;
    background-size: 50px;
    background-position: 11px -19px;
    top: -1px;
    right: 0px;
    bottom: 0px;
    left: -1px;
    border-radius: 4px;
    width: 41px;
    height: 41px;
}
.personal_info{
    width: 340px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #8d96b2;
    font-size: 11px;
    margin-top: 21px;
    transition-delay: 1.4s !important;
}
.privacy-link {
  text-decoration: none;
  color: #e51e26;
}
.privacy-link:hover {
  text-decoration: underline;
}
.phone_submit span{
    display: block;
}
.phone_submit{
    font-family: 'Gilroy', sans-serif;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 800;
    color: #8d96b2;
    border-radius: 8px;
    background-color: #c6cad8;
    box-shadow: 0px 15px 40px 0 rgba(198, 202, 216, 0.8);
    margin-top: 42px;
    cursor: pointer;
    max-width: 395px;
    width: 100%;
    transition-delay: 1.5s !important;
}

.phone_submit.active{
    transition-delay: 0s;
    color: #333333;
    background-color: #fcbd1f;
    box-shadow: 0px 15px 40px 0 rgba(252, 189, 31, 0.8);
}
.text_post_send{
    display: none;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 0px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
.sweet-alert .sa-icon.sa-success {
    border-color: #333333; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid #fcbd1f;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #333333;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*
 * Animations
 */

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px; }
    54% {
        width: 0;
        left: 1px;
        top: 19px; }
    70% {
        width: 50px;
        left: -8px;
        top: 37px; }
    84% {
        width: 17px;
        left: 21px;
        top: 48px; }
    100% {
        width: 25px;
        left: 14px;
        top: 45px; } }

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px; }
    54% {
        width: 0;
        left: 1px;
        top: 19px; }
    70% {
        width: 50px;
        left: -8px;
        top: 37px; }
    84% {
        width: 17px;
        left: 21px;
        top: 48px; }
    100% {
        width: 25px;
        left: 14px;
        top: 45px; } }

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px; }
    65% {
        width: 0;
        right: 46px;
        top: 54px; }
    84% {
        width: 55px;
        right: 0px;
        top: 35px; }
    100% {
        width: 47px;
        right: 8px;
        top: 38px; } }

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px; }
    65% {
        width: 0;
        right: 46px;
        top: 54px; }
    84% {
        width: 55px;
        right: 0px;
        top: 35px; }
    100% {
        width: 47px;
        right: 8px;
        top: 38px; } }



.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s; }


/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9; }

.showSweetAlert {
    transform: scale(1.7, 1.7);
    /* zoom: 1.35; */
    height: 130px;
    width: 150px;
    margin: 30px auto 0 auto;
}
.phone_form_body{
    margin: 0 auto;
}
.fixed{
    position: fixed;
}
@media (min-width: 160px) {

  .phone_h1.phone_form_row {
    margin-top: 15px;
  }
    .phone_form .phone_form_row {
        width: auto;
        display: block;
        margin-top: 0px;
    }
    .phone_form_body .phone_form_row:nth-child(2n-1){
        margin: 0px;
    }
    .phone_block .return_phone{
        /* margin: 25px 0; */
    }
    .phone_block .menu__body__content{
        /* margin-top: 10px; */
        padding: 10px 10px;
    }
    .phone_h1{
        font-size: 24px;
    }
    .phone_h2{
        font-size: 13px;
    }

    .phone_h2 span{
        width: 250px;
        display: block;
        margin: 0 auto;
    }
    .phone_h2 span.text_post_send{
        display: none;
    }
    .phone_h2:after{
        margin-top: 28px;
    }
    .phone_form{
        max-width: 408px;
        width: 95%;
    }
    .personal_info{
        width: 100%;
        text-align: center;
        margin-top: 21px;
    }
    .phone_form_input_title{
        font-size: 12px;
    }
    .phone_form_input input {
        height: 36px;
        font-size: 13px;
        line-height: 16px;
    }
    .phone_form_row .label{
        font-size: 13px;
        margin-left: 14px;
    }
    .phone_submit{
        font-size: 16px;
        border-radius: 4px;
        box-shadow: 0px 10px 20px 0 rgba(198, 202, 216, 0.8);
        margin-top: 24px;
        margin-bottom: 25px;
    }
    .phone_submit div{
        display: block;
        margin: 0 auto;
        text-align: center;

        padding: 13px 0px;
    }
    .phone_submit div.text_post_send{
        display: none;
    }
    .phone_block .menu__logo {
        width: 48px;
        /* height: 60px; */
        /* background-size: 230px 60px; */
        /* background-position-x: -8px; */
        width: 220px;
        height: 60px;

        margin: 10px 0;
    }
    .showSweetAlert {
        transform: scale(1.1, 1.1);
    }
}
@media (min-width: 600px) {
    .showSweetAlert {
        transform: scale(1.8, 1.8);
    }

    .phone_submit div{
        display: block;
        padding: 22px 0px;
    }
    .phone_submit div.text_post_send{
        display: none;
    }
    .phone_block .menu__logo{
        width: 201px;
        height: 56px;
        background-size: 100%;
        background-position-x: 0;
        margin: 0;
    }
    .phone_submit{
        font-size: 20px;
        border-radius: 8px;
        box-shadow: 0px 15px 40px 0 rgba(198, 202, 216, 0.8);
        margin-top: 42px;
    }
    .phone_form_input input {
        height: 48px;
        line-height: 28px;
        font-size: 15px;
    }
    .phone_form_row .label{
        font-size: 15px;
        margin-left: 16px;
    }
    .phone_form .phone_form_row {
        width: auto;
        display: block;
        margin-top: 0px;
    }
    .phone_form_body .phone_form_row:nth-child(2n-1){
        margin: 0px;
    }
    .phone_block .return_phone{
        /* margin: 23px 10px; */
    }
    .phone_block .menu__body__content{
        padding: 0px 10px;
    }
    .phone_h1{
        font-size: 32px;
    }
    .phone_h2{
        font-size: 17px;
    }
    .phone_h2 span{
        width: 100%;
    }
    .phone_h2:after{
        margin-top: 28px;
    }
    .phone_form{
        max-width: 408px;
    }
    .personal_info{
        width: 100%;
        text-align: center;
        margin-top: 21px;
    }
}

@media (min-width: 768px) {

  .phone_h1.phone_form_row {
    margin-top: 40px;
  }

  .phone_submit {
    margin-bottom: 40px;
  }
}
@media (min-width: 770px) {
    .phone_form{
        width: auto;
        max-width: none;
    }
    .phone_form .phone_form_row {
        width: 42%;
        display: inline-block;
        margin-top: 15px;
    }
    .phone_form_body .phone_form_row:nth-child(2n-1){
        margin-left: 45px;
        margin-right: 8%;
    }

    .phone_block .return_phone{
        /* margin: 23px 10px; */
    }

    .phone_block .menu__body__content{
        /* margin-top: -100px; */
    }
    .phone_h1{
        font-size: 32px;
    }
    .phone_h2{
        font-size: 17px;
    }
    .phone_h2:after{
        margin-top: 38px;
    }
    .personal_info{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .phone_form_input_title{
        font-size: 13px;
    }
    .phone_form_input input {
        height: 48px;
        line-height: 28px;
        font-size: 15px;
    }
    .phone_form_row .label{
        font-size: 15px;
        margin-left: 16px;
    }
}
@media (min-width: 1140px) {

    .phone_form .phone_form_row {
        width: auto;
        display: block;
        margin-top: 0px;

    }
    .phone_form_body .phone_form_row:nth-child(2n-1){
        margin: 0px;
    }
    .phone_block .return_phone{
        margin: 0px;
    }
    .phone_block .menu__body__content{
        /* margin-top: -80px; */
    }
    .phone_h1{
        font-size: 36px;
    }
    .phone_h2{
        font-size: 18px;
    }
    .phone_h2:after{
        margin-top: 28px;
    }
    .phone_form{
        width: 408px;
    }
    .personal_info{
        width: 404px;
        text-align: left;
        margin-top: 21px;
    }
    .phone_form_input_title{
        font-size: 13px;
    }
    .phone_form_input input {
        height: 48px;
        line-height: 28px;
        font-size: 15px;
    }
    .phone_form_row .label{
        font-size: 15px;
        margin-left: 16px;
    }
    .phone_submit{
        font-size: 20px;
        border-radius: 8px;
        box-shadow: 0px 15px 40px 0 rgba(198, 202, 216, 0.8);
        margin-top: 42px;
    }
}
@media (max-height: 800px) and (min-width: 500px)   {
    .phone_form{
        width: auto;
        max-width: none;
    }
    .phone_form .phone_form_row {
        width: 42%;
        display: inline-block;
        margin-top: 15px;
    }
    .phone_form_body .phone_form_row:nth-child(2n-1){
        margin-left: 45px;
        margin-right: 8%;
    }

    .phone_block .return_phone{
        /* margin: 23px 10px; */
    }

    .phone_block .menu__body__content{
        /* margin-top: -100px; */
    }
    .phone_h1{
        font-size: 32px;
    }
    .phone_h2{
        font-size: 17px;
    }
    .phone_h2:after{
        margin-top: 38px;
    }
    .personal_info{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .phone_form_input_title{
        font-size: 13px;
    }
    .phone_form_input input {
        height: 48px;
        line-height: 28px;
        font-size: 15px;
    }
    .phone_form_row .label{
        font-size: 15px;
        margin-left: 16px;
    }
}
.menu-toggler-body{

    /* position: absolute;
     right: 42px;
     z-index: 5;*/
}

.menu-toggler-body2{
    border-radius: 0px 0px 5px 5px;
    padding: 63px 15px 20px 15px;
    margin-right: 328px;
    position: fixed;
    right: 42px;
    transform: translateY(-110px);
    transition: all 300ms;
    z-index: 5;
    background: #e51d25;
}
@media (min-width: 360px) {
    .menu-toggler-body2{
        margin-right: -16px;
        padding: 20px 15px 20px 15px;
    }
}
@media (min-width: 1140px) {
    .menu-toggler-body2{
        padding: 63px 15px 20px 15px;
        margin-right: -16px;
    }
}
@media (min-width: 1760px) {
    .menu-toggler-body2{
        padding: 63px 15px 20px 15px;
        margin-right: 328px;
    }
}
.menu_red{
    transition: all 400ms;
    transform: translateY(0px);
    width:  auto;
}


.swiper-container {
    width: 100%;
    height: 100vh;
    min-height: 845px;
    transition: opacity 100ms;
    opacity: 1;
    background: #eef2f4;
}

@media (min-width: 320px) {
    .swiper-container {
        height: auto;
    }
}

@media (min-width: 768px) {
    .swiper-container {
        width: 100%;
        /*height: -webkit-fill-available;*/
        min-height: 1020px;
        transition: opacity 100ms;
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .swiper-container {
        width: 100%;
        height: 100vh;
        min-height: auto;/*768px;*/
        transition: opacity 100ms;
        opacity: 1;
    }
}

@media (min-width: 1140px) {
    .swiper-container {
        width: 100%;
        /*height: 100vh;*/
        height: auto;
        /*min-height: 100vh;/**/
        min-height: calc(100vh - 377px);

        transition: opacity 100ms;
        opacity: 1;
    }
}

.swiper-container.load{
    transition: opacity 100ms;
    opacity: 0;
}
.swiper-pagination {
    top: 50vh;
    width: 100vw;
    display: flex;
    justify-content: space-between;
}
.swiper-num-page {

}

.swiper-num-page .total-num {
    color: #c6cad8;
}

.slider__nav-wrap .swiper-button-disabled {
    opacity: 0.4;
}
.my_wow{
    opacity: 0;
}
.swiper-slide-active .my_wow{
    opacity: 1;
}

 .my_wow1, .my_wow3, .my_wow5, .my_wow6, .my_wow8, .my_wow9, .my_wow10, .my_wow11, .my_wow12, .my_wow13 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

.my_wow2, .my_wow4, .my_wow7{
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

@media (min-width: 160px) {
    .phone_menu{
        display: block;
        position: relative;
        background: none !important;
        margin: -18px 0px 0px 0px;
        max-width: 100vw;
        width: auto;
        width:  100%;
        /* margin: 0 33px; */
    }
}
@media (min-width: 730px) {
    .phone_menu{
        display: none;
    }
}
.profile-1__item{
    transition: all 500ms;
}
.swiper-slide-active .my_wow2{opacity: 1;transform: translateY(0) translateX(0%);transition-delay: .5s; }
.swiper-slide-active .my_wow4{opacity: 1;transform: translateY(0) translateX(0%); transition-property: margin-top,opacity,transform; transition-delay: 0s, 0.6s,0.6s; }
.swiper-slide-active .my_wow7{opacity: 1;transform: translateY(0);transition-delay:0.7s;}


/*.swiper-slide-active .my_wow{opacity: 1;transform: translateY(0);transition-delay: 1s;}*/
.swiper-slide-active .my_wow1{opacity: 1;transform: translateY(0);transition-delay: 1.25s;}

.swiper-slide-active .my_wow8{opacity: 1;transform: translateY(0);transition-delay: 1.5s;}
.swiper-slide-active .my_wow3{opacity: 1;transform: translateY(0);transition-delay:1.75s;}
.swiper-slide-active .my_wow5{opacity: 1;transform: translateY(0);transition-delay:2.0s;}
.swiper-slide-active .my_wow6{opacity: 1;transform: translateY(0);transition-delay:2.25s;}
.swiper-slide-active .my_wow9{opacity: 1;transform: translateY(0);transition-delay:2.75s;}
.swiper-slide-active .my_wow10{opacity: 1;transform: translateY(0);transition-delay:3.0s;}
.swiper-slide-active .my_wow11{opacity: 1;transform: translateY(0);transition-delay:3.25s;}
.swiper-slide-active .my_wow12{opacity: 1;transform: translateY(0);transition-delay:3.50s;}
.swiper-slide-active .my_wow13{opacity: 1;transform: translateY(0);transition-delay:3.75s;}

html.menu-opened, html.phone_block-opened ,html.noscroll{
    overflow: hidden;
    /* width: calc(100vw - 16px);*/
    width: 100vw;
}

.menu-opened body, .phone_block-opened body, .noscroll body{
    overflow: scroll !important;
    width: 100vw !important;
}
#main_menu {
    width: 100vw !important;
}
@media (min-width: 1250px) {
    .menu-opened  .header__bckgrnd ,.phone_block-opened  .header__bckgrnd{
        width: calc(60vw + 17px);
    }
}
/*
.menu-opened .menu__header, .phone_block-opened .menu__header{
    width: calc(100vw - 16px);
}*/
.header{
    z-index: 999 !important;
    opacity: 0.99 !important;
    width: 100vw !important;
}
.closemodal_btn{
    position: absolute;
    right: -50px;
    top: -50px;
    background: url(../images/close-sprite-white.svg) no-repeat;
    background-size: 52px 26px;
    background-position: 0px -1px;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

#video_frame_modal{
    height: 540px !important;
}

.map{
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateX(-110%);
    transition: all 450ms ease-out;
    width: 100%;
    height: 100%;
}

.map.active{
    z-index: 2;
    transform: translateX(0);
    transition: all 450ms ease-out;
}
.section__right{
    position: relative;
    overflow: hidden;
}

.map_close_container1{

}
.map_close_container{
    position: absolute;
    height: 75%;
    z-index: 3;
    right: 29px;
    margin-top: 60px;
    display: none;
}
.map_close{
    position: sticky;
    top: 150px;
    padding: 5px;
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    cursor: pointer;
}
@media (max-width: 1024px)
{
    .map_close_container{
        margin-top: 250px;
    }
}

.scroll_line{
    height: 1px;
    position: absolute;
    background: red;
    border: 1px solid;
    width: 100%;
    z-index: -99999;
    opacity: 0;

}

    #advantage_scroll{
        top: -50px;
    }
    #profiles_block_scroll{
        top: 0px;
    }
    #catalog_scroll{
        top: -80px;
    }
    #contacts_scroll{
        top: 50px;
    }


@media (max-width: 1024px) {
    #advantage_scroll{
        top: -35px;
    }
    #profiles_block_scroll{
        top: 0px;
    }
    #catalog_scroll{
        top: -20px;
    }
    #contacts_scroll{
        top: -25px;
    }
}

@media (max-width: 768px) {
    #advantage_scroll{
        top: -35px;
    }
}

.buttonUp {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    position: fixed;
    right: 4%;
    bottom: 4%;
    width: 64px;
    height: 50px;
    border-radius: 4px;
    background-color: #ffc83f;
    padding: 0;
    z-index: 3;
    color: #33333;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.icon-arrow-blue {
    position: relative;
    background-size: 110px 177px;
    background-position: -69px -23px;
    width: 10px;
    height: 16px;
    transform: rotate(-90deg);
    margin-bottom: 0px;
    z-index: 4;
}
.icon {
    display: block;
    background: url('../images/arrow-black.svg') no-repeat !important;
    background-size: 269px 424px;
    cursor: pointer;
    float: left;
}
.w100{
    position: relative;
    height: 500px;
    width: 100%;
    margin-top: 30px;
    transform: translateX(0);
}