/*mobile*/
@media screen and (max-width:600px) {

.visible-xs {
    display: block !important;
}

.hidden-xs {
    display: none
}

.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.pad-top {
    padding-top: 60px;
}
.pad-bot {
    padding-bottom: 60px;
}
.block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.but {
    height: 60px;
    width: 100%;
    
}
.but span {
    font-size: 1em;
}

.input {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    margin-bottom: 25px;
    border-radius: 30px;
    font-size: 16px;
}
.polit {
    font-size: 12px;
    margin-top: 25px;
}

.headline {
    font-size: 30px;
    margin: 0 0 .8em;
}
.headline_mod {
    color: var(--bl);
    font-size: 1.8em;
    margin-bottom: 1em
}
.subtitle {
    font-size: 1.2em;
    line-height: 125%;
}

.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumbs {
    margin-bottom: 1.5em;
}
.breadcrumbs li {
    display: inline-block;
    font-size: .8em;
}
.header {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: row-reverse;
    background: #fff;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.1)
}
.menu {
    z-index: 1;
}
.nav-button {
    height: 3em;
    width: 7em;
    padding: .4em 1em .4em .4em;
}
.nav-button p {
    font-weight: bold;
    font-size: .9em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.nav-control {
    width: 2.2em;
    height: 2.2em;
}
.nav-control span {
    width: 1.2em;
    border-radius: 15px;
    height: .15em;
    background: var(--bg);
    transition: all linear .2s;
    margin: .13em 0
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translateY(.4em) translateX(0px) rotate(45deg) ;
}
.nav-control.op span:nth-child(3) {
    transform: translateY(-.4em) rotate(-45deg) ;
}

.main_menu {
    width: 100%;
    padding: 100px 40px 0;
    text-align: center;
    z-index: -1;
}
.main_menu-link {
    font-weight: 800;
    font-size: 30px;
    margin: 30px 0;
    display: block;
}
.main_menu-sublink {
    font-size: 1em;
    padding-left: 0;
    margin: 0 0 20px;
}
    .main_menu_bot {
        border-top: 1px solid #808080;
        padding: 50px 0
    }
    .main_menu_bot .but {
        margin: 0 auto 30px
    }
.logo {
    width: 160px;
    position: relative;
    z-index: 1
}
.header_info {
    font-size: 1em;
    line-height: 1.6em
}
.but_header {
    width: 233px;
    margin-left: 0;
    padding: 8px 20px 8px 8px;
    text-align: left;
    justify-content: space-between;
}

.but_header .but_header-text {
    font-size: 18px;
}
.but_header-text span:first-child {
    font-size: 18px
}
.but_header-text span:last-child, .but_mod-header span:last-child {
    font-size: 12px;
}
.but_header>img {
    width: 44px;
}
.but_mod-header {
    flex-direction: column;
}

.main {
    padding-top: 100px;
    min-height: 100vh;
    align-items: flex-start;
    padding-bottom: 0;
}
    .about {
        background: url(../img/main-bg2.jpg) center/cover !important
    }
.main-contacts {
    min-height: auto;
    display: block;
}
.main-contacts .breadcrumbs {
    margin-bottom: 1.5em
}

.main-text {
    width: 100%;
    flex-shrink: 0;
}
.main_title {
    font-size: 40px;
    margin: 0 0 .55em;
}
.main_subtitle {
    font-size: 1em;
    margin: 0 0 2em
}
.main_info {
    position: static;
    margin-top: 2em;
    font-size: 1em
}
.main-img {
    max-width: 100%;
    min-width: auto;
    width: 100%;
}
.main-img1 {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px
}

.main .main-img {
    position: static;
    right: 0;
    bottom: 0
}
    .main-bg1 .main-img {
        width: 120%;
        max-width: 120%;
        margin-top: 40px
    }
    
.main-bg2 .main-img {
    margin-bottom: 100px;
    margin-top: 60px
    
}
.main-bg2 .main-img_smaller {
    min-width: 35%;
    right: 3em;
    margin-bottom: 0
}

.include-item {
    display: none 
}

.main-bg1 .label {
    display: none
}
    .label {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 70px);
    width: 140px
}

.benefits_bl, .rem_bl {
    flex-wrap: wrap;
    align-items: stretch;
}
.benefits_it {
    width: 100%;
    margin-bottom: 1em;
    padding: 1.5em 2em 1.5em 1.5em;
    justify-content: space-between;
}
.benefits_it>img {
    margin-right: 30px;
    max-width: 35%;
}
.benefits_it p {
    font-size: 1em;
}

.rem_it {
    padding: 20px 0 20px 25px;
    border-radius: 1em;
    margin-bottom: 2em;
    width: 100%;
}
.rem_it-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}
.rem_it-text span {
    font-size: 50px;
    margin-bottom: 10px
}
.rem_it-text p {
    font-size: 20px;
    margin-bottom: .7em
}
.rem_it-text a {
    font-size: 12px;
}
    .rem_it>img {
        max-width: 45%;
        margin-left: 10px
    }

.details {
    padding: 30px 20px;
    flex-direction: column-reverse;
}
.details h3 {
    font-size: 30px;
    line-height: 115%;
    margin: 17px 0 27px;
    text-align: center;
}
.details .but {
    width: 100%
}
.details>img {
    width: 90%;
    flex-shrink: 0;
    margin: 0 0
}
.brands_slider {
    margin: 2em -.5em 0;
    padding-bottom: 2.5em
}
.brands_slider_it>div, .brand_it {
    height: 80px;
    margin: .5em;
}
    .brands_slider_it>div img {
        max-width: 80%
    }
.brands_bl, .brands_prem {
    column-gap: 0;
    flex-wrap: wrap;
    justify-content: space-between
}
.brands_prem {
    width: 100%;
    margin-top: 3em
}
.brand_it {
    flex-direction: column;
    width: 48%;
    margin: 0 0 1em;
    height: 100px
}
.brand_it img {
    width: 8em
}
.brand_it span {
    font-size: 12px;
}

.brand_it-prem {
    height: 80px;
    width: 48%;
}
.brands_prem>p {
    display: none
}
.brand_it-prem span {
    color: var(--bg);
}

.form-container {
    background: url(../img/bg1.jpg) center/cover;
}
.form-container>img {
    display: none
}
.form-container_bl {
    width: 100%;
    text-align: center;
}
.form-container_bl .headline {
    margin-bottom: 15px;
    font-size: 40px;
}
    .form-container_bl .sub {
        font-size: 20px;
        margin-bottom: 15px
    }
.form-container_bl .sub+p {
    font-size: 14px;
}
.form-container_bl form {
    margin-top: 1.5em
}

.main_price {
    margin-top: 2.5em;
    margin-bottom: 4em;
}
.main_price-mod {
    align-items: stretch;
    margin-bottom: 60px
}
.main_price_it {
/*    width: 280px !important;*/
    padding: 35px;
    margin-bottom: 2em;
    margin-right: 20px
}
.main_price_it-mod {
    display: flex;
    flex-direction: column;
    min-height: 450px !important;
    padding-bottom: 100px;
    position: relative;
}
.main_price_it-mod .but {
    margin-top: auto !important;
    position: absolute;
    width: 80% !important;
    left: 10%;
    bottom: 40px
}
.main_price-img {
    height: 9em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_price-img img {
    max-width: 100%;
    min-width: 50%;
}
.main_price-title {
    font-size: 22px;
    margin-bottom: 1.2em
}
.main_price-title+p {
    font-size: 14px
}
.main_price_it-mod>p {
    margin-bottom: 1.7em
}
.main_price-cost {
    font-size: 22px;
    display: block;
    margin-top: 1.2em
}
.main_price_it .but {
    width: 100%;
    margin-top: 1.25em
}

.condit_it {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    height: auto;
    padding: 35px 40px 40px;
}
.condit_title {
    font-size: 20px;
    margin-bottom: 17px
}
.condit_desc {
    font-size: 1em;
    line-height: 150%;
}
.condit_it span {
    font-size: .9em;
}
.condit_it>img {
    display: none
}
.condit_it-mod {
    background: #FFD0D0;
    padding-right: 0%
}
.condit_it-mod .condit_title {
    font-size: 20px
}

.otzyvy {
    margin: 2em -.5em 0;
    padding-bottom: 2em;
}
.otzyvy .slick-list {
    overflow: visible
}

.otzyv_it {
    margin: 10px;
    border-radius: 20px;
    padding: 30px
}
.otzyv_head>img {
    display: none !important
}
.otzyv_head>span {
    color: #808080;
    font-weight: 700;
    font-size: 12px;
}
.otzyv_title {
    font-size: 20px;
    margin: 30px 0 15px
}
.otzyv_desc {
    font-size: 14px;
    line-height: 156%
}


.contact {
    position: relative;
    padding: 10px 10px 60px;
}
.contacts_items {
    align-items: stretch;
    flex-wrap: wrap;
}
.contacts_it {
    width: 48%;
    padding: 20px;
    margin-top: 1em;
}
.contacts_it-w-100 {
    width: 100%;
}
.contacts_it p, .contacts_it a {
    font-size: 14px;
    line-height: 142%;
    margin-top: 1em
}
.contact-bl {
    width: 100%;
    padding: 35px;
}
.contact-p {
    margin-bottom: 1em
}
.contact-p span, .contacts_it span {
    font-size: 12px;
}

.map {
    height: 360px;
    position: static;
    margin: 40px -10px 0;
    width: calc(100% + 20px)
}
.main-map {
    position: static;
    height: 30em;
}

footer {
    padding: 1em 10px 2em;
}
.footer-top {
    align-items: flex-start;
    border-bottom: none;
    padding-bottom: 1.5em;
    flex-direction: column;
    align-items: center;
}
.footer-first img {
    width: 240px;
    margin-bottom: 3em;
}
.footer-first p {
    display: none
}

    .serv-link, .main_link-cont {
        /* display: none */
        width:100%;
        text-align:center
    }
    .serv-link a {
        font-size: .85em;
    }
.foot-info .but {
    margin: 0 0 20px;
}
.footer-bot {
    padding-top: 0;
    flex-direction: column;
}
.footer-bot p {
    font-size: 14px;
    margin-bottom: 30px
}
.footer-bot img {
    width: 130px;
}

.premium-container {
    background: #303030;
    padding-top: 50px;
    padding-bottom: 50px
}
    .premium-container>img {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

.icons_bl {
    display: block;
    margin-top: 2.5em
}
    .icons_bl .flickity-viewport {
        overflow: visible;
    }
.icon_it {
    margin-bottom: 1em;
    overflow: hidden;
    padding: 30px;
    width: 80%;
    margin-right: 1em;
    height: 190px;
}
.icon_it img {
    width: 40px;
    margin-bottom: 1.5em
}
.icon_it p {
    font-size: 14px;
    line-height: 155%
}

.price_bl {
    align-items: stretch;
    flex-direction: column;
}
.price_it {
    background: none;
    border-radius: 1em;
    padding: 0;
    width: 100%;
}
.price_it>div {
    margin-bottom: 40px;
}
.price_it p {
    font-size: 14px;
    line-height: 167%
}
.price_it span {
    font-size: 20px;
    margin-top: 15px
}

.info_bl {
    align-items: stretch;
    margin-top: 2.5em
}
.info_it {
    width: 100%;
}

.info_text {
    font-size: .9em;
    line-height: 160%;
    margin-bottom: 20px
}

.after-container {
    background: #E7E5EA !important;
    padding-top: 50px;
    padding-bottom: 4em;
}
.after_it {
    margin-top: 1em;
}
.after_it span {
    width: 8em;
}
.after_it img {
/*    min-width: 70%*/
}

.step_bl {
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 40px
}
.step_it {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
}
.step_it-head span {
    font-size: 32px;
}
.step_it-head img {
    width: 60%;
}
.step_it-title {
    font-size: 20px;
    margin: 1em 0;
}
.step_it-desc {
    font-size: .9em;
}

.more_info {
    align-items: flex-start;
    flex-wrap: wrap
}
.more_info>div {
    width: 100%;
    flex-shrink: 0;
}
.more_info .info_list {
    width: 100%;
}
.more_info-price {
    padding: 30px;
    text-align: center
}
.more_info-title {
    font-size: 1.2em;
}
.more_info-pr {
    width: 100%;
    font-size: 36px;
    padding: .3em 1em;
    margin: 20px 0;
}
.more_info-price .but {
    width: 100%;
}
.more_info-dop {
    font-size: 12px;
    margin-top: 2em;
}
.more_info-price>img {
    display: none
}

    .probl_bl {
        flex-direction: column;
    }
.probl_bl img {
    width: 100%;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 30px
}
.probl_list {
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.probl_it {
    border-radius: 1em;
    padding: 16px;
    width: 100%;
    margin-bottom: 20px
}
.probl_it span {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    font-size: 20px
}
.probl_it p {
    font-size: 1em;
    line-height: 135%;
}
    .content {
        flex-direction: column;
    }
.content>img {
    width: 100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-top: 30px
}

.w-50 {
    width: 100%;
}
.w-30 {
    width: 30%;
}
.w-100 {
    width: 100%;
}
    
}