.menu,
html {
    overflow-y: scroll
}
.menu-opened body, .phone_block-opened body, .noscroll body{
    overflow: scroll !important;
    width: 100vw !important;
}
html.menu-opened, html.phone_block-opened, html.noscroll{
    overflow: hidden;
    /* width: calc(100vw - 16px); */
    width: 100vw;
}
@media (min-width:768px) {
    .menu__burger {
        font-size: 1rem;
        position: relative;
        z-index: 102;
        top: 0;
        right: 0;
        padding: 0;
        cursor: pointer
    }
}

.menu__close,
.menu__open {
    font: 800 18px Gilroy, sans-serif
}

@media (min-width:1140px) {
    .menu__burger {
        position: relative;
        z-index: 102;
        top: 0;
        right: 0;
        padding: 0;
        cursor: pointer
    }
}

.menu__burger input {
    position: absolute;
    z-index: -1;
    right: 0;
    visibility: hidden;
    margin: 0 auto
}

.burger {
    position: relative;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 19px;
    cursor: pointer;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    /*  color: #fff*/
}

.burger__item {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 28px;
    height: 4px;
    margin: -1px 0 0;
    transition: all .3s;
    border-radius: 5px;
    background-color: #fff
}
.menu-opened .menu__burger .burger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
}
.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__open {
    position: relative;
    visibility: visible;
    margin: 0;
    padding-right: 10px;
    color: #fff
}

.menu__header .menu__header_body {
    display: flex;
    width: 1140px;
    justify-content: space-between;
    align-items: center
}

@media (min-width:320px) {
    .menu__header {
        background: #fff
    }
    .burger__item {
        background-color: #333
    }
    .menu__close,
    .menu__open {
        display: none;
        color: #333
    }
}

@media (max-width:600px) {
    .menu__close,
    .menu__open {
        display: none!important
    }
}

@media (min-width:600px) {
    .menu__close,
    .menu__open {
        display: block
    }
}

.menu__close {
    position: absolute;
    visibility: hidden;
    margin: 10px 0 0 -100px
}

@media (min-width:320px) {
    .menu__close {
        position: absolute;
        top: 19px;
        margin: 0;
        color: #fff
    }
    .menu__wrap {
        display: flex;
        width: auto
    }
}

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

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

#main_menu {
    display: flex;
    justify-content: center;
    width: 100vw!important;
    position: fixed;
}
.psevdo_header {
    width: 100%;
    height: 76px;
    position: relative;
}

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

.logo {
    width: 201px;
    height: 56px;
    background: url(../images/logo.svg) no-repeat
}

@media (min-width:320px) {
    .logo {
        width: 220px;
        height: 53px;
        margin: 10px 0
    }
}

@media (min-width:320px) {
    .header__row {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:768px) {
    .logo {
        width: 201px;
        height: 56px;
        margin: 0;
        background-position-x: 0;
        background-size: 100%
    }
    .header__row {
        margin: 37px 0
    }
}

@media (min-width:1140px) {
    .logo {
        width: 201px;
        height: 56px
    }
    .row_lg {
        justify-content: center
    }
}

@media (min-width:320px) {
    .button-order {
        display: none
    }
}

@media (min-width:730px) {
    .button_size_m {
        width: 202px;
        height: 42px;
        border-radius: 4px
    }
    .button-order {
        display: flex;
        margin: 0 15px
    }
}

@media (min-width:960px) {
    .button_size_m {
        width: 214px;
        height: 42px
    }
    .button-order {
        margin: 0 30px
    }
}

.button__text--weight {
    font-weight: 700
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

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

@media (min-width:160px) {
    .menu {
        width: 100%
    }
}

@media (min-width:1040px) {
    .menu {
        width: calc(100% + 22px)
    }
}

.menu::-webkit-scrollbar {
    opacity: 0
}

.menu__body {
    width: 100%;
    height: auto
}

.menu__links {
    font: 800 24px 'Gilroy', sans-serif;
    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 {
    display: block;
    transition: color .25s;
    text-decoration: none;
    color: #333
}

.test_icon {
    background-size: 134px;
    width: 53px;
    height: 53px;
    background-size: 134px;
    float: left;
    width: 53px;
    height: 53px;
    margin: 6px 20px 0 0;
    background: url('../images/test_sprite.svg') no-repeat;
    background-size: 134px
}

@media (min-width:320px) {
    .test_icon {
        float: left;
        width: 30px;
        height: 30px;
        margin: 0 15px 0 0;
        background: url(../images/test_sprite.svg) no-repeat;
        background-position-y: -23px;
        background-size: 75px 75px
    }
}

.menu__links li:hover .test_icon {
    background-position-x: -82px
}

@media (min-width:320px) {
    .menu__links li:hover .test_icon {
        background-position-x: -46px
    }
}

.menu__links li:hover a {
    transition: color .25s;
    text-decoration: underline;
    color: #e51d25
}

.menu__links li:hover a.a_big {
    transition: color .25s;
    text-decoration: none;
    color: #e51d25
}

.menu__links li:hover a.a_big span:not(.mini) {
    text-decoration: underline
}

@media (min-width:768px) {
    .test_icon {
        float: left;
        width: 51px;
        height: 51px;
        margin: 0 15px 0 0;
        background-position-y: -41px;
        background-size: 132px 132px
    }
    .menu__links li:hover .test_icon {
        background-position-x: -81px
    }
    .menu__links li a.a_big span:not(.mini) {
        font-size: 32px
    }
}

.menu__links li:hover span.mini {
    transition: color .25s;
    text-decoration: none;
    transition: color .25s;
    text-decoration: none;
    color: #e51d25
}

.menu__btn,
.menu__links li span.mini {
    font-family: Roboto, sans-serif;
    color: #333
}

.menu__links li span.mini {
    display: block;
    margin-top: 8px;
    transition: color .25s;
    font: 500 13px 'Roboto', sans-serif;
    display: block;
    margin-top: 8px;
    transition: color .25s;
    color: #333
}

@media (min-width:320px) {
    .menu__links li span.mini {
        font-size: 11px;
        font-weight: 400;
        margin-top: 10px;
        letter-spacing: -.1px
    }
    .menu--opened {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width:1140px) {
    .menu__links li span.mini {
        font-size: 13px;
        margin: 0
    }
}

.menu__links li {
    line-height: 1.15;
    list-style: none;
    transition: opacity .5s, -webkit-transform .5s .5s;
    transition: opacity .5s, transform .5s .5s;
    transition: opacity .5s, transform .5s .5s, -webkit-transform .5s .5s;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    opacity: 0;
    will-change: transform, opacity;
    line-height: 1.15;
    padding: 11px 0;
    list-style-type: none;
    transition: opacity .5s, -webkit-transform .5s .5s;
    transition: opacity .5s, transform .5s .5s;
    transition: opacity .5s, transform .5s .5s, -webkit-transform .5s .5s;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    opacity: 0;
    will-change: transform, opacity
}

@media (min-width:768px) {
    .menu__links li span.mini {
        font-size: 13px;
        margin: 0
    }
    .menu__links li {
        padding: 15px 0
    }
}

@media (min-width:320px) {
    .menu__body {
        z-index: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        min-height: 100vh;
        margin: 0 auto;
        background: url(../images/back3.png);
        background-size: 50%;
        justify-content: space-between;
        align-items: center;
        align-content: center
    }
}

@media (min-width:768px) {
    .menu__body {
        z-index: 3;
        width: 100%;
        background-size: auto
    }
}

@media (min-width:1140px) {
    .menu__body {
        z-index: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 900px;
        min-height: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-content: center
    }
}

@media (min-width:320px) {
    .menu__body__content {
        position: relative;
        display: flex;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        align-items: center
    }
    .menu__header {
        background: #fff
    }
}

@media (min-width:350px) {
    .menu__body__content {
        position: relative;
        padding: 0 25px
    }
}

@media (min-width:768px) {
    .menu__body__content {
        width: auto
    }
}

@media (min-width:1140px) {
    .menu__body__content {
        display: flex;
        align-items: center
    }
}

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

@media (min-width:960px) {
    .menu__header {
        background: 0 0;
        border-bottom: 1px solid #fcbd1f;
    }
}

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

@media (min-width:320px) {
    .menu__btn {
        width: 100%;
        margin: 10px 0
    }
}

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

.menu__btn:hover {
    transition: all .5s;
    transition: all 500ms;
    background: #333;
    color: #fff;
}

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

.menu__social {
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 0;
    display: flex;
    width: 100%;
    margin: 0 0 45px;
    justify-content: center
}

@media (min-width:320px) {
    .menu__social {
        margin: 0 0 20px
    }
    .big_logo {
        display: none
    }
}

@media (min-width:768px) {
    .menu__social {
        margin: 24px 0 54px
    }
    .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 {
    background: url('../images/vk.svg') no-repeat;
    height: 12px;
    width: 20px;
    height: 12px;
    background: url('../images/vk.svg') no-repeat
}

@media (min-width:160px) {
    .phone_menu {
        position: relative;
        display: block;
        width: auto;
        width: 100%;
        max-width: 100vw;
        margin: -18px 0 0;
        background: 0 0!important
    }
}

@media (min-width:730px) {
    .phone_menu {
        display: none
    }
}
.psevdo_header {
    position: relative;
    width: 100%;
    height: 76px
}

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0
}

.header__phone {
    font: 800 30px 'Gilroy';
    text-align: center;
    color: #333
}

@media (min-width:730px) {
    .menu .header__phone {
        line-height: 1;
        display: block;
        margin: 0 40px
    }
}

@media (min-width:320px) {
    .menu .header__phone {
        line-height: 1;
        display: block
    }
    .header__phone {
        display: none
    }
    .text_size_m {
        font: 500 13px Roboto, sans-serif;
        display: block;
        text-align: left;
        color: #333
    }
}

@media (min-width:730px) {
    .header__phone {
        display: block;
        margin: 0 15px
    }
}

@media (min-width:768px) {
    .text_size_m {
        font: 500 13px Roboto, sans-serif;
        display: block;
        text-align: left;
        color: #333
    }
}

@media (min-width:960px) {
    .header__phone {
        margin: 0 30px
    }
    .text_size_m {
        font: 800 30px Gilroy;
        display: inline;
        text-align: center;
        color: #333
    }
}

@media (min-width:320px) {
    .header__row {
        position: relative;
        display: flex;
        /* margin: 20px 0; */
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:768px) {
    .header__row {
        /* margin: 37px 0; */
        padding: 20px 25px;
    }
}

@media (min-width:1140px) {
    .row_lg {
        justify-content: flex-start
    }
}

.button:hover {
    background: #ffc83f
}

@media (min-width:320px) {
    .button {
        display: flex;
        background-color: #fcbd1f;
        align-items: center;
        justify-content: center
    }
    .button__text {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #333
    }
    .button_call {
        width: 151px;
        height: 42px;
        border-radius: 4px;
        background-color: #e51d25
    }
}

.button_type_link {
    text-decoration: none
}

.button__text_call {
    font-size: 13px;
    font-weight: bold;
    color: #fff
}

@media (min-width:730px) {
    .button__text {
        font-size: 13px
    }
    .button_call {
        display: none
    }
}

@media (min-width:320px) {
    .contact__wrap_xs {
        display: flex;
        width: 100%;
        margin: 20px 0;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:730px) {
    .contact__wrap_xs {
        display: flex;
        width: auto;
        margin: 0;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:960px) {
    .contact__wrap_xs {
        display: flex;
        width: auto;
        margin: 0;
        justify-content: space-between;
        align-items: center;
        align-self: stretch
    }
}

@media (min-width:160px) {
    .menu {
        width: 100%
    }
}

@media (min-width:1040px) {
    .menu {
        width: calc( 100% + 22px)
    }
}

@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
    }
}

@media (min-width:320px) {
    .test_icon {
        float: left;
        width: 30px;
        height: 30px;
        margin: 0 15px 0 0;
        background: url('../images/test_sprite.svg') no-repeat;
        background-position-y: -23px;
        background-size: 75px 75px
    }
}

@media (min-width:768px) {
    .test_icon {
        float: left;
        width: 51px;
        height: 51px;
        margin: 0 15px 0 0;
        background-position-y: -41px;
        background-size: 132px 132px
    }
}

@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
    }
}

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

@media (min-width:320px) {
    .menu__links li span.mini {
        font-size: 11px;
        font-weight: normal;
        margin-top: 10px;
        letter-spacing: -.1px
    }
}

@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
    }
}

@media (min-width:768px) {
    .menu__links li {
        padding: 15px 0
    }
}

@media (min-width:320px) {
    .menu--opened {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width:320px) {
    .menu__body {
        z-index: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        min-height: 100vh;
        margin: 0 auto;
        background: url('../images/back3.png') repeat;
        background-size: 50%;
        justify-content: space-between;
        align-items: center;
        align-content: center
    }
}

@media (min-width:768px) {
    .menu__body {
        z-index: 3;
        width: 100%;
        background-size: auto
    }
}

@media (min-width:1140px) {
    .menu__body {
        z-index: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 900px;
        min-height: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-content: center
    }
}

@media (min-width:320px) {
    .menu__body__content {
        position: relative;
        display: flex;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        align-items: center
    }
}

@media (min-width:350px) {
    .menu__body__content {
        position: relative;
        padding: 0 25px
    }
}

@media (min-width:768px) {
    .menu__body__content {
        width: auto
    }
}

@media (min-width:1140px) {
    .menu__body__content {
        display: flex;
        align-items: center
    }
}

@media (min-width:320px) {
    .menu__header {
        background: #fff
    }
}

@media (min-width:960px) {
    .menu__header {
        background: none
    }
}

@media (min-width:320px) {
    .menu__btn {
        width: 100%;
        margin: 10px 0
    }
}

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

@media (min-width:320px) {
    .menu__social {
        margin: 0 0 20px
    }
}

@media (min-width:768px) {
    .menu__social {
        margin: 24px 0 54px
    }
}

@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
    }
}

@media (min-width:160px) {
    .phone_menu {
        position: relative;
        display: block;
        width: auto;
        width: 100%;
        max-width: 100vw;
        margin: -18px 0 0;
        background: none!important
    }
}

@media (min-width:730px) {
    .phone_menu {
        display: none
    }
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('../fonts/Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype')
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Gilroy-Light.eot');
    src: local('../fonts/Gilroy Light'), local('Gilroy-Light'), url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype')
}

@media (min-width:320px) {
    .menu .header__phone {
        line-height: 1;
        display: block
    }
}

@media (min-width:730px) {
    .menu .header__phone {
        line-height: 1;
        display: block;
        margin: 0 40px
    }
}

@media (min-width:320px) {
    .header__phone {
        display: none
    }
}

@media (min-width:730px) {
    .header__phone {
        display: block;
        margin: 0 15px
    }
}

@media (min-width:960px) {
    .header__phone {
        margin: 0 30px
    }
}

@media (min-width:320px) {
    .text_size_m {
        font: 500 13px 'Roboto', sans-serif;
        display: block;
        text-align: left;
        color: #333
    }
}

@media (min-width:768px) {
    .text_size_m {
        font: 500 13px 'Roboto', sans-serif;
        display: block;
        text-align: left;
        color: #333
    }
}

@media (min-width:960px) {
    .text_size_m {
        font: 800 30px 'Gilroy';
        display: inline;
        text-align: center;
        color: #333
    }
}

@media (min-width:320px) {
    .header__row {
        position: relative;
        display: flex;
        /* margin: 20px 0; */
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:768px) {
    .header__row {
        /* margin: 37px 0; */
        /* padding: 0 23px; */
    }
}

@media (min-width:768px) {
    .header__row {
        padding: 20px 25px
    }
}

@media (min-width:1140px) {
    .row_lg {
        justify-content: flex-start
    }
}

@media (min-width:320px) {
    .button {
        display: flex;
        background-color: #fcbd1f;
        align-items: center;
        justify-content: center
    }
}

@media (min-width:320px) {
    .button__text {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #333
    }
}

@media (min-width:730px) {
    .button__text {
        font-size: 13px
    }
}

@media (min-width:320px) {
    .button_call {
        width: 151px;
        height: 42px;
        border-radius: 4px;
        background-color: #e51d25
    }
}

@media (min-width:730px) {
    .button_call {
        display: none
    }
}

@media (min-width:320px) {
    .contact__wrap_xs {
        display: flex;
        width: 100%;
        margin: 20px 0;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:730px) {
    .contact__wrap_xs {
        display: flex;
        width: auto;
        margin: 0;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:960px) {
    .contact__wrap_xs {
        display: flex;
        width: auto;
        margin: 0;
        justify-content: space-between;
        align-items: center;
        align-self: stretch
    }
}

.menu-opened .menu {
    transition: -webkit-transform 1s cubic-bezier(.39, .74, .3, 1);
    transition: transform 1s cubic-bezier(.39, .74, .3, 1);
    transition: transform 1s cubic-bezier(.39, .74, .3, 1), -webkit-transform 1s cubic-bezier(.39, .74, .3, 1);
    -webkit-transform: translateX(0);
    transform: translateX(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
    }
}

@media (min-width:320px) {
    .test_icon {
        float: left;
        width: 30px;
        height: 30px;
        margin: 0 15px 0 0;
        background: url('../images/test_sprite.svg') no-repeat;
        background-position-y: -23px;
        background-size: 75px 75px
    }
}

@media (min-width:768px) {
    .test_icon {
        float: left;
        width: 51px;
        height: 51px;
        margin: 0 15px 0 0;
        background-position-y: -41px;
        background-size: 132px 132px
    }
}

@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
    }
}

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

@media (min-width:320px) {
    .menu__links li span.mini {
        font-size: 11px;
        font-weight: normal;
        margin-top: 10px;
        letter-spacing: -.1px
    }
}

@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
    }
}

@media (min-width:768px) {
    .menu__links li {
        padding: 15px 0
    }
}

.menu-opened .menu__links li {
    transition: all .5s .75s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.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
}

@media (min-width:320px) {
    .menu--opened {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width:320px) {
    .menu__body {
        z-index: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        min-height: 100vh;
        margin: 0 auto;
        background: url('../images/back3.png') repeat;
        background-size: 50%;
        justify-content: space-between;
        align-items: center;
        align-content: center
    }
}

@media (min-width:768px) {
    .menu__body {
        z-index: 3;
        width: 100%;
        /*3token_hck_2: */ background-size: auto
    }
}

@media (min-width:1140px) {
    .menu__body {
        z-index: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        /*3token_hck_3: */ height: 900px;
        min-height: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-content: center
    }
}

@media (min-width:320px) {
    .menu__body__content {
        position: relative;
        display: flex;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        align-items: center
    }
}

@media (min-width:350px) {
    .menu__body__content {
        position: relative;
        padding: 0 25px
    }
}

@media (min-width:768px) {
    .menu__body__content {
        width: auto
    }
}

@media (min-width:1140px) {
    .menu__body__content {
        display: flex;
        align-items: center
    }
}

@media (min-width:320px) {
    .menu__header {
        background: #fff
    }
}

@media (min-width:960px) {
    .menu__header {
        background: none
    }
}

.menu-opened .menu__header {
    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
    }
}

@media (min-width:320px) {
    .menu__btn {
        width: 100%;
        margin: 10px 0
    }
}

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

.menu-opened .big_logo {
    transition: all 2s;
    transform: translateX(-15px)
}

@media (min-width:320px) {
    .menu__social {
        margin: 0 0 20px
    }
}

@media (min-width:768px) {
    .menu__social {
        margin: 24px 0 54px
    }
}

@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
    }
}

@media (min-width:160px) {
    .phone_menu {
        position: relative;
        display: block;
        width: auto;
        width: 100%;
        max-width: 100vw;
        margin: -18px 0 0;
        background: none!important
    }
}

@media (min-width:730px) {
    .phone_menu {
        display: none
    }
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('../fonts/Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype')
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Gilroy-Light.eot');
    src: local('../fonts/Gilroy Light'), local('Gilroy-Light'), url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype')
}

@media (min-width:320px) {
    .header__phone {
        display: none
    }
}

@media (min-width:730px) {
    .header__phone {
        display: block;
        margin: 0 15px
    }
}

@media (min-width:960px) {
    .header__phone {
        margin: 0 30px
    }
}

@media (min-width:320px) {
    .text_size_m {
        font: 500 13px 'Roboto', sans-serif;
        display: block;
        text-align: left;
        color: #333
    }
}

@media (min-width:768px) {
    .text_size_m {
        font: 500 13px 'Roboto', sans-serif;
        display: block;
        text-align: left;
        color: #333
    }
}

@media (min-width:960px) {
    .text_size_m {
        font: 800 30px 'Gilroy';
        display: inline;
        text-align: center;
        color: #333
    }
}

@media (min-width:320px) {
    .header__row {
        position: relative;
        display: flex;
        /* margin: 20px 0; */
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:768px) {
    .header__row {
        /* margin: 37px 0; */
        /* padding: 0 23px; */
    }
}

@media (min-width:768px) {
    .header__row {
        padding: 20px 25px;
    }
}

@media (min-width:1140px) {
    .row_lg {
        justify-content: flex-start
    }
}

@media (min-width:320px) {
    .button {
        display: flex;
        background-color: #fcbd1f;
        align-items: center;
        justify-content: center
    }
}

@media (min-width:320px) {
    .button__text {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #333
    }
}

@media (min-width:730px) {
    .button__text {
        font-size: 13px
    }
}

@media (min-width:320px) {
    .button_call {
        width: 151px;
        height: 42px;
        border-radius: 4px;
        background-color: #e51d25
    }
}

@media (min-width:730px) {
    .button_call {
        display: none
    }
}

@media (min-width:320px) {
    .contact__wrap_xs {
        display: flex;
        width: 100%;
        margin: 20px 0;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:730px) {
    .contact__wrap_xs {
        display: flex;
        width: auto;
        margin: 0;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:960px) {
    .contact__wrap_xs {
        display: flex;
        width: auto;
        margin: 0;
        justify-content: space-between;
        align-items: center;
        align-self: stretch
    }
}

.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 ;
}
.menu-opened .menu__close{
    visibility: visible;
    margin: 7px 0 0px -22px;
    padding-right: 10px;
}
.menu-opened .menu__open{
    visibility: hidden;
}


/* Phone */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900&subset=cyrillic,cyrillic-ext');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('../fonts/Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('../fonts/Gilroy Light'), local('Gilroy-Light'),
    url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;

}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
/*
@media (min-width: 1140px) and (min-height: 650px) {
    .header__bckgrnd {
        min-height: 650px;
    }
}*/
@media (min-width: 320px) {
    .header__row {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }
}
@media (min-width: 768px) {
    .header__row {
        padding: 0 23px;
    }
}
@media (min-width: 768px) {
    .header__row {
        padding: 20px 25px;
    }
}
@media (min-width: 1140px) {
    .row_lg {
        justify-content: flex-start;
    }
}

/* advantage */

/* Slider */

/* ========================= */
/* ========================= */

/* Profiles Slider */

/* Slider-1 */

/* ======================== */
/* ========================== */

/* ======================== */
/* =========================== */
/* ===================*/

/* ======== */
/* =================== */
/* ======================== */
/* ============================= */

/* ===== */
/* === */
/* =========== */
/* =========== */

/* ================== */
/*
.bracing {

}
.height-wave {

}
.z-lock {

}
.three-d {

}*/


/* ============== */

/* change default style for select2 */
/* Hide */
/* #Hide *//*
.simple {
  display: none;
}*/
#phone_block{
    opacity: 1 !important;
}


/* Block Photo */

/* #Block Photo */

/* Address List */


/* ÃƒÂÃ¢â‚¬â„¢ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â° ÃƒÂÃ…Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ */
/* gerkules__item */
/* ============= */

/* ============ */
/* ========== */
/* ============= */
/*==============*/

/*==================*/

/* ============ */
/*
@media (min-width: 768px) {
    .profile-1__item.my_wow8 {
        position: absolute;
        width: 100%;
        margin: 105px 0 0 500px;
        margin: 0;
        right: -560px;
    }
}
*/

/* Gerkules Module */
/* ======================== */
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;
}*/

.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) {
    .phone_block{
        width: 100%;
    }
}
@media (min-width: 1040px) {
    .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);
}
.phone_block::-webkit-scrollbar { opacity: 0; }
.menu__body{
    height: auto;
    width: 100%
}
/*
@media (min-width: 768px) {
    .test_icon {
        float: left;
        width: 50px;
        height: 50px;
        background-size: cover;
        margin: 0 15px 0 0;
        background-position-x: -1px;
    }
}*/

@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%;
    }
}*/

@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; z-index: 1052;*/
    margin:  0 auto;
    transition: all 300ms;
}
@media (min-width: 320px) {
    .menu__header{
        background: #FFF;
    }
    .return_phone span:not(.return_icon):not(.return_icon_post){
        display: none;
    }
}
@media (max-width: 600px) {
    .return_phone span:not(.return_icon):not(.return_icon_post){
        display: none !important;
    }
}
@media (min-width: 600px) {
    .return_phone span.text_pre_send:not(.return_icon):not(.return_icon_post){
        display: block;
    }
}
/*
@media (min-width: 960px) {
    .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%;
    }
}

.phone_block .return_phone{
    color: #333333;
}
.phone_block .return_phone{
    z-index: 555555;
    position: fixed;
    margin: 90px 0 0 0;
}
.shake input, .error input{
    border: 1px solid red !important;
    transition:border  350ms;
}

.good input{
    border: 1px solid #3aaa35 !important;
    transition:border  350ms;
}

.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;
}
.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: 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_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:disabled{
    opacity: 0.5;
    background: #e0e0e0;
}
.phone_form_input input{
    height: 48px;
    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{
    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;
}
@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: 1;
    }
    .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: 115px;
    }
    .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;
        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;
        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;
        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: 660px)   {

    .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;
        font-size: 15px;
    }
    .phone_form_row .label{
        font-size: 15px;
        margin-left: 16px;
    }
}

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

html{
    overflow-y: scroll;
    overflow-x: hidden;
}


.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: 15px 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;
    }
}

@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;
    }
}

.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;
}
@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;
    }
}


@media (min-width: 320px) {
    .menu .header__phone {
        display: block;
        line-height: 1;
        font-size: 24px;
    }
}
@media (min-width: 730px) {
    .menu .header__phone {
        display: block;
        line-height: 1;
        margin: 0 40px;
    }
}

@media (min-width: 320px) {
    .header__phone {
        display: none;
    }
}
@media (min-width: 730px) {
    .header__phone {
        display: block;
        margin: 0 15px;
    }
}
@media (min-width: 960px) {
    .header__phone {
        margin: 0 30px;
    }
}

@media (min-width: 320px) {
    .text_size_m {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        color: #333333;
    }
}
@media (min-width: 768px) {
    .text_size_m {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        color: #333333;
    }
}
@media (min-width: 960px) {
    .text_size_m {
        display: inline;
        font-family: 'Gilroy';
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        color: #333333;
    }
}

@media (min-width: 320px) {
    .order-row {
        order: 1;
        padding: 0;
        padding:  0;
        margin: -50px auto;
    }

}
@media (min-width: 768px) {
    .order-row {
        order: 2;
        margin: -50px auto;
    }

}
@media (min-width: 960px) {
    .header__desc {
        text-align: left;
        margin: 0;
        padding: 60px 0 0 0;
        font-size: 18px;
        width: 460px;
    }
}
@media (min-width: 1140px) {
    .header__desc {
        width: 455px;
        padding: 55px 0 0 0;
    }
}
.button:hover {
    background: #ffc83f;
}

@media (min-width: 320px) {
    .button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fcbd1f;
    }
}

@media (min-width: 730px) {
    .button_size_m {
        border-radius: 4px;
        width: 202px;
        height: 42px;
    }
    .button_size_xl {
      width: 320px;
      height: 86px;
    }
}
@media (min-width: 960px) {
    .button_size_m {
        width: 214px;
        height: 42px;
    }
    .button_size_xl {
        margin: 0;
        width: 394px;
        height: 86px;
    }
}
@media (min-width: 320px) {
    .button-order {
        display: none;
    }
}
@media (min-width: 730px) {
    .button-order {
        display: flex;
        margin: 0 15px;
    }
}

@media (min-width: 320px) {
    .contacts .button-order {
        margin: 0;
        display: flex;
        height: 42px;
        width: 100%;
        border-radius: 4px;
    }
}

@media (min-width: 576px) {
    .contacts .button-order {
        width: 214px;
    }
}

@media (min-width: 960px) {
    .button-order {
        margin: 0 30px;
    }
}

@media (min-width: 320px) {
    .button--accent--shadow {
        box-shadow: 0px 5px 15px 0 rgba(252, 189, 31, 0.8);
    }
}
@media (min-width: 730px) {
    .button--accent--shadow {
        box-shadow: 0px 15px 40px 0 rgba(252, 189, 31, 0.8);
    }
}
@media (min-width: 960px) {
    .button--accent--shadow {
        box-shadow: 0px 15px 60px 0 rgba(252, 189, 31, 0.8);
    }
}

@media (min-width: 320px) {
    .button__text {
        font-size: 14px;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
    }
}
@media (min-width: 730px) {
    .button__text {
        font-size: 13px;
    }
}

.button__text--weight {
    font-weight: bold;
}
.button_type_link {
    text-decoration: none;
}

.button__text_call {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 320px) {
    .button_call {
        width: 151px;
        height: 42px;
        border-radius: 4px;
        background-color: #e51d25;
    }
}
@media (min-width: 730px) {
    .button_call {
        display: none;
    }
}

@media (min-width: 320px) {
    .contact__wrap_xs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 20px 0;
    }
}
@media (min-width: 730px) {
    .contact__wrap_xs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
        margin: 0;
    }
}
@media (min-width: 960px) {
    .contact__wrap_xs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        width: auto;
        margin: 0;
    }
}

@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;
    }
}
.slide_descr_mobile{
    display: none;
}

@media (max-width: 1345px) {
    .profiles-slide-left {
        padding-left: 85px;
    }

    .profiles-slide-right {
        padding-right: 35px;
    }
}
@media (max-width: 1145px) {
    .profiles-slide-left, .profiles-slide-right{
        width: calc(50% - 60px);
        /* padding: 0 27px; */
        height: auto;
        float: left;
    }
    .profiles-type-main.active{
        display: none;
    }
    .profiles-type-slider.active{
        position: relative;
    }
    .slider-pagin-wrap.active{
        display: none;
    }
}
@media (max-width: 768px) {
    .profiles-slide-left, .profiles-slide-right{
        max-width:none;
        padding: 0 30px;
        height: auto;
    }
    .slide_descr{
        display: none;
    }
    .slide_cheme{
        margin: 25px auto;
        width: 100%;
        padding: 40px;
    }
    .slide_descr_mobile{
        padding: 0 40px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #62687f;
        display: block;
    }
    .slide_name{
        position: absolute;
        top: 73px;
        font-size: 42px;
        font-weight: 800;
        left: 20px;
    }
    .slide_name span{
        font-size: 24px;
    }
    .slide_num{
        font-size: 17px;
        /*margin-left: 20px;*/

    }
    .slide_img{
        width: 75%;
        margin: 77px auto 19px auto;
        height: auto;
    }
    .slide_oneday{
        position: absolute;
        top: 143px;
        width: 80px;
        height: 49px;
        right: 10px;
    }
    .slick-arrow img{
        margin: 30px;
        width: 7px;
        height: 14px;
        margin: 17px 17px 12px 17px;
    }
    .slick-arrow{
        top: 200px;
    }
    .slide_using{
        display: none;
    }
    .profiles-slide-left, .profiles-slide-right{
        height: auto;
        width:  100%;
    }
    .slide_btn{
        font-size: 20px;
        height: 46px;
        border-radius: 8px;
        background-color: #fcbd1f;
        box-shadow: 0px 10px 20px 0 rgba(252, 189, 31, 0.5);
        margin: 0 auto;
        padding: 12px 15px;
        margin-top: 30px;
    }
    .slide_params{
        padding: 0 40px;
        font-size: 24px;
    }
    .slide_params td{
        font-size: 17px;
        padding: 5px;
    }
    .slide_params_title{
        margin: 30px 0 20px 0;
        font-size: 24px;
    }
    .slider-pagin-wrap.active{
        display: none;
    }
    .profiles-type-main.active{
        display: none;
    }
    .profiles-type-slider.active{
        position: relative;
        padding-bottom: 50px;
    }
    .profiles-type{
        padding: 60px 0 0 0;
    }
    .profiles-type{
        min-height: auto;
    }
}

@media (max-width: 420px) {
    .slide_descr{

        display: none;
    }
    .slide_cheme{
        margin: 25px auto;
        width: 100%;
        padding: 20px;
    }
    .slide_descr_mobile{
        padding: 0 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #62687f;
        display: block;
    }
    .slide_name{
        position: absolute;
        top: 73px;
        font-size: 24px;
        font-weight: 800;
        left: 20px;
    }
    .slide_name span{
        font-size: 17px;
    }
    .slide_num{
        font-size: 15px;
        margin-left: 20px;

    }
    .slide_img{
        width: 60%;
        margin: 77px auto 19px auto;
        height: auto;
    }
    .slide_oneday{
        position: absolute;
        top: 143px;
        width: 80px;
        height: 49px;
        right: 10px;
    }
    .slick-arrow img{
        margin: 30px;
        width: 6px;
        height: 11px;
        margin: 17px 17px 12px 17px;
    }
    .slick-arrow{
        top: 160px;
    }
    .slide_using{
        display: none;
    }
    .profiles-slide-left, .profiles-slide-right{
        height: auto;
    }
    .slide_btn{
        font-size: 18px;
        width: 280px;
        height: 46px;
        border-radius: 8px;
        background-color: #fcbd1f;
        box-shadow: 0px 10px 20px 0 rgba(252, 189, 31, 0.5);
        margin: 0 auto;
        padding: 12px 15px;
        margin-top: 30px;
    }
    .slide_params{
        padding: 0 20px;
        font-size: 15px;
    }
    .slide_params td{
        font-size: 15px;
        padding: 5px;
    }
    .slide_params_title{
        margin: 30px 0 20px 0;
    }
    .slider-pagin-wrap.active{
        display: none;
    }
    .profiles-type-main.active{
        display: none;
    }
    .profiles-type-slider.active{
        position: relative;
    }
    .profiles-type{
        padding: 60px 0 0 0;
    }
    .profiles-type{
        min-height: auto;
    }

}

@media (max-width: 420px) {
    .catalog_step_cover_circle{
        margin: 20px calc(calc(25% - 53px)/2);
    }
}





.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: 315px;
    }
}
