:root {
    --bg: #FE5C01;
    --col: #231F20;
    --col1: #999999;
}
.visible-xs {
    display: none !important;
}

.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: 5em;
}
.pad-bot {
    padding-bottom: 5em;
}
.block {
    padding-top: 5em;
    padding-bottom: 5em;
}

.but {
    height: 3rem;
    width: 13rem;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--col);
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.but_mod {
    background: #fff;
    border: 2px solid var(--col);
    color: var(--col);
}
.field {
    margin-bottom: 1rem;
    display: block;
    text-align: left;
}
.field span {
    display: block;
    font-size: .7rem;
    text-transform: uppercase;
    color: var(--col);
    margin-bottom: .6rem;
}
.input {
    width: 100%;
    height: 3rem;
    padding-left: 1.5em;
    border: none;
    outline: none;
    background: #EDEDED;
    display: block;
    font-size: .9em;
}

.input-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}
textarea.input {
    height: 8em;
    resize: none;
}
.error-text {
    color: #db0000;
    margin-top: .5em;
    font-size: .9em;
}

.polit {
    font-size: .7rem;
    margin-top: 1rem;
    line-height: 1rem;
    color: #999
}
.polit a {
    text-decoration: underline;
}

.headline {
    font-weight: bold;
    font-size: 2em;
    margin: 0 0 2rem;
/*    line-height: 120%;*/
}
.headline_mod {
    color: var(--bl);
    font-size: 1.8em;
    margin-bottom: 1em
}
.subtitle {
    font-size: 1.2em;
    line-height: 125%;
}

.headline-block .headline {
    margin: 0
}
.headline-block {
    margin: 0 0 2.3rem;
}

.wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
}
.breadcrumbs {
    margin: 1.5rem 0 1.75rem;
}
.breadcrumbs li {
    display: inline-block;
    font-size: .7rem;
}
.breadcrumbs li a {
    color: #999;
    position: relative;
    display: flex;
    align-items: center;
}
.breadcrumbs li a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: .25rem solid transparent;
    border-left: .4rem solid #999;
    border-bottom: .25rem solid transparent;
    margin: 0 .3rem 0 .6rem
}

.header {
/*
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
*/
    z-index: 9;
    transition: all linear .2s
}
.header.scroll {
    padding-top: .5em;
    padding-bottom: .5em;
    background: #fff;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.1)
}

.nav-control {
    display: none
}

.top_header {
    background: #fff;
    padding-top: .7rem;
    padding-bottom: .7rem;
}
.top_header .adr {
    font-size: .7rem;
    color: var(--col1);
}
.tel {
    margin: 0 1rem;
}
.tel .phone {
    font-size: .8rem;
    font-weight: 700;
    margin-right: 1rem;
}
.tel .get_popup {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: .55rem;
}
.inst {
    margin-right: 2rem;
    height: 1.2rem
}
.inst img {
    width: 1.2rem;
}
.search-form {
/*    transition: all linear .2s;*/
}
.search-form.open {
    width: calc(100% - 6rem);
    flex-shrink: 0;
    position: absolute;
    left: 3rem;
    background: #fff;
    height: 2rem;
    z-index: 2;
}
.search-open {
    font-size: .55rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--col1);
    cursor: pointer;
}
.search-open b {
    font-weight: 600;
}
.search-form.open .search-open b {
    display: none
}
.search-open .search-icon {
    margin-right: .45rem;
    width: 1rem
}
.search-input {
    border: none;
    padding: 0;
    width: 100%;
    font-size: .75rem;
    margin: 0 1rem;
    display: none;
}
.search-form.open .search-input {
    display: block;
}
.search-form .search-close {
    display: none;
    cursor: pointer
}
.search-form.open .search-close {
    display: block;
}
.search-close img {
    width: .8rem
}
.minicart {
    position: relative;
    margin-left: 1.5rem
}
.minicart-img {
    width: 1rem;
    margin-right: .5rem;
    display: block;
}
.minicart_ind {
    position: relative;
}
.minicart_ind:after {
    position: absolute;
    content: '';
    width: .4rem;
    height: .4rem;
    background: #CA0000;
    top: 0;
    left: .8rem;
    border-radius: 50%;
}
.minicart-name {
    font-size: .55rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--col1)
}
.minicart_list {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0rem;
    width: 19rem;
    background: none;
    top: calc(100% + 0rem);
    padding-top: .9rem;
}
.minicart_inner {
    padding: 1rem;
    background: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}
.minicart_list-inner {
    position: relative;
}
.minicart:hover .minicart_list {
    display: block
}
.minicart_list-inner:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: .325rem solid transparent;
    border-right: .325rem solid transparent;
    border-bottom: .7rem solid #fff;
    z-index: 1;
    top: -.7rem;
    right: 3.5rem
}
.minicart_row {
    padding: .7rem 0
}
.minicart_row {
    border-bottom: 1px solid #ECECEC;
}
.minicart_row-img {
    width: 4rem;
    height: 5rem;
    flex-shrink: 0;
    margin-right: .5rem
}
.minicart_row-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.minicart_row-name {
    font-size: .8rem;
    line-height: 130%;
    display: block;
    margin-bottom: .4rem
}
.minicart_row-price {
    font-size: .9rem;
    font-weight: 700;
    display: block
}
.main-quantity {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.1rem;
    width: 3rem;
}
.main-quantity .plus, .main-quantity .minus {
    width: .35rem;
    height: .65rem;
    display: block;
    cursor:pointer;
}
.main-quantity .plus img, .main-quantity .minus img {
    width: 100%;
    height: 100%;
    display: block;
}
.main-quantity .plus img {
    transform: rotate(180deg)
}
.main-quantity .counter {
    width: 50%;
    text-align: center;
    outline: none;
    font-size: .7rem;
    border: none;
    background: none;
    padding: 0;
    height: 100%;
}
.minicart_row .rm img {
    width: .8rem
}
.minicart_inner .but {
    width: 100%;
    margin-top: 1rem
}

.bot_header .logo img {
    width: 12.5rem;
}
.bot_header {
    background: var(--col);
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
}
.bot_header h1, .thx-headline {
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}
.menu-link {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7rem;
    color: #fff;
}
.menu-link:not(:first-child) {
    margin-left: 3.8rem;
}
.show_catalog img {
    width: .8rem;
    margin-right: .6rem;
}
.mobile_menu {
    display: none
}

.main {
    height: 25rem;
    position: relative;
}
.main_banner {
    height: 100%;
}
.main_banner-item {
    height: 100%;
/*
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover
*/
}
.main_banner-text {
    width: 50%;
}
.banner-text1 {
    font-size: .7rem;
    color: var(--col1)
}
.banner-text2 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 130%;
    margin: .2rem 0 .7rem;
}
.banner-text3 {
    font-size: 1.2rem;
    
}
.main_banner-text .but {
    margin-top: 3rem
}

.swiper .swiper-pagination {
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
    width: .5rem;
    border-radius: 50%;
    height: .5rem;
    background: var(--col);
    opacity: .2;
    margin: 0 .5rem
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.menu_category {
    flex-wrap: wrap;
    align-items: stretch;
    position: absolute;
    right: 0;
    top: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: .5rem 2rem;
    width: 48%;
    transform: translateX(100%);
    opacity: 0;
    z-index: 9;
    transition: all ease-in-out .3s;
}
.menu_category.op {
    transform: translateX(0%);
    opacity: 1;
}
.menu_category-item {
    width: 48%;
    margin: .7rem 0;
}
.menu_category-item img {
    width: 100%;
}
.menu_category-item span {
    font-size: .7rem;
    line-height: 200%;
    display: block;
    margin-top: .5rem;
}



.main-slider1 {
    overflow: visible;
/*    cursor: url(../img/swipe.svg), auto*/
}
.main-slider1_slide {
    width: 25rem;
    height: 20rem;
    margin-right: 2rem;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.hover_link {
    position: absolute;
    top: 0;
    left: 0;
    bottom :0;
    right: 0;
    z-index: 9;
}
.main-slide-count {
    color: #fff;
    opacity: .5;
    font-weight: 600;
    font-size: .7rem;
}
.main-slide-txt {
    color: #fff
}
.main-slide-title {
    font-size: 1.2rem;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

.look {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff
}
.look:before {
    content: '';
    background: url(../img/icon/eye.svg) center/cover;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .65rem;
}
.banner {
    background: url(../img/bg1.jpg) center/cover;
    color: #fff;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.banner .banner-text1 {
    color: #fff;
}
.banner .banner-text2 {
    font-size: 3rem;
    margin: 1.5rem 0
}
.banner .but {
    background: #fff;
    color: #9B8D8C;
    width: 15rem
}

.paragr {
    font-size: .8rem;
    line-height: 175%;
}
.about-text {
    width: 48%;
    padding-right: 1rem
}
.about-title {
    font-size: .7rem;
    color: #999999;
    opacity: 0.3;
    margin-bottom: 2rem;
}
.about img {
    margin-right: -3rem;
    width: 54%;
    flex-shrink: 0
}
.main-slider2 {
    overflow: visible;
    cursor: url(../img/icon/cursor.svg), auto
}

.main-slider2_slide {
    width: 42%;
    margin-right: 2rem;
}
.main-slider2_slide img {
    width: 100%
}

.contact {
    position: relative;
    padding: 4.5rem 3rem;
}

.contact-bl {
    color: #FFFFFF;
    width: 23rem;
    padding: 2.5rem 2.5rem 1.5rem;
    position: relative;
    z-index: 7;
    background: #231F20;
}
.contacts_items {
    align-items: stretch;
    flex-wrap: wrap;
}
.contacts_items>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-block {
    margin-bottom: 1.5rem;
}
.contact-block span {
    font-size: .5rem;
    color: #999;
    margin-bottom: .4rem;
    display: block
}
.contact-block a, .contact-block p {
    color: #fff;
    font-size: .7rem;
    line-height: 140%;
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    filter: grayscale();
}
.main-map {
    position: static;
    height: 25rem
}

.top-footer {
    padding-top: 2.3rem;
    padding-bottom: 2.1rem;
    align-items: flex-start;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
.footer-contact img {
    width: 9.5rem
}
.footer-contact .contact-block {
    margin: 1rem 0 0
}
.footer-contact .contact-block a, .footer-contact .contact-block p {
    color: var(--col)
}
.foot-title {
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 1.2rem
}
.foot-link {
    display: block;
    font-size: .6rem;
    margin-bottom: .6rem
}
.footer-call-title {
    font-size: .7rem;
    color: #999;
    margin-bottom: 2rem;
}

.bot-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .6rem
}
.bot-footer img {
    width: 6rem
}

.catalog-block {
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.catalog_item {
    width: 48.5%;
    height: 20rem;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem
}

.goods {
    flex-wrap: wrap;
    align-items: stretch;
    margin: 2rem 0 3rem
}

.goods_item {
    width: 20.4rem;
    height: 16rem;
    padding: 1.6rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}
.goods_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all ease-in-out .2s
}
.goods_item:hover .goods_img {
    transform: scale(1.05)
}
.goods_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.goods_item:not(:nth-of-type(3n)) {
    margin-right: 2rem
}
.goods_name {
    width: 100%
}
.goods_name a span {
    font-weight: 600;
    color: #fff;
    font-size: 1.2rem;
}
.goods_name a:after {
    content: '';
    display: block;
    background: url(../img/icon/eye.svg) center/cover;
    width: 1.8rem;
    height: 1.8rem;
}

.about-cont {
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-slider {
    overflow: visible;
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.partner {
    margin: 1rem 0 4rem;
}
.partner-it {
    width: 23.5%;
}
.partner-it img {
    width: 100%;
}

.parnter-block {
    padding-bottom: 3rem
}
.parnter-block>img {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 57.5%
}
.parnter-form {
    width: 60%;
}
.parnter-form .paragr {
    margin-bottom: 2rem;
}
.parnter-form .polit {
    margin: 0
}
.parnter-but {
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contacts {
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-it {
    background: var(--col);
    width: 23.5%;
    margin-bottom: 2rem;
    padding: 2rem 2rem 1rem;
}
.contact-it .contact-block {
    margin-bottom: 1rem
}
.contact-it p {
    line-height: 170%
}
.cart {
    margin-bottom: 2rem;
}
.cart_head {
    padding: 1rem 0;
    border-bottom: 1px solid #ECECEC;
}
.cart_head p {
    font-size: .7rem;
    color: #999;
}
.cart_head p:nth-of-type(1) {
    padding-left: 12rem;
    width: 65%;
    flex-shrink: 0
}

.cart_head p:nth-of-type(2) {
    margin-right: 3rem
}

.cart_head p:nth-of-type(3) {
    flex-shrink: 0;
    padding-right: 4.8rem
}

.cart_row {
    padding: 2rem 0;
    border-bottom: 1px solid #ECECEC;
}
.order-cart_row {
    padding: 1rem 0;
    align-items: flex-start
}
.order-cart_row>div {
    align-items: flex-start
}
.cart_row-img {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
    margin-right: 2rem
}
.order-cart_row .cart_row-img {
    width: 6rem;
    height: 9rem;
    margin-right: 1rem
}
.cart_row-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cart_row-text {
    width: 65%;
    flex-shrink: 0
}
.cart_row-inf {
    
}
.cart_row-name {
    font-size: 1.2rem;
    line-height: normal;
    display: block;
    margin-bottom: 1rem
}
.cart_options {
    flex-wrap: wrap;
}
.cart_options p {
    font-size: .8rem;
    margin-right: 3rem;
    margin-bottom: 1rem
}
.order-cart_row .cart_options p {
    margin: 0 0 .5rem;
    width: 100%;
    font-size: .7rem
}
.cart_options p span {
    color: #999
}
.cart_row-price {
    font-size: 1.35rem;
    font-weight: 700;
    margin-right: 5rem;
    white-space: nowrap;
} 
.order-cart_row .cart_row-price {
    margin: 0;
    text-align: right;
}
.order-cart_row .cart_row-price span {
    display: block;
    font-size: .8rem;
    margin-top: .6rem
}
.main-quantity {
    margin: 0 1rem;
    width: 4rem;
}
.cart-quantity a {
    width: .5rem;
    height: .9rem;
}

.cart-quantity .counter {
    font-size: 1rem;
}
.cart_row .rm {
    margin-left: 4rem
}

.cart_total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3rem
}
.order-cart .cart_total {
    justify-content: space-between;
    padding: 1rem 0;
    margin: 0;
}
.cart_total p:first-child {
    font-size: .7rem;
    color: #999;
    margin-right: 7rem
}
.cart_total .cart_row-price {
    margin-right: 3.8rem
}
.order-cart .cart_total .cart_row-price {
    margin: 0
}
.cart_total .but {
    width: 10rem
}

.order {
    align-items: flex-start;
    margin-bottom: 2rem;
}
.order-form {
    width: 50%;
    margin-right: 2rem;
    flex-shrink: 0
}

.order-form .paragr {
    margin-bottom: 2rem
}
.order-cart {
    width: 100%;
}
.order-contact {
    background: #EDEDED;
    padding: 2.2rem 2.2rem 1rem;
    margin: 2rem 0;
}
.order-contact .contact-block a, .order-contact .contact-block p {
    color: var(--col);
    font-size: .7rem;
    line-height: 140%;
}


.product-banner {
    background-position: center;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 5.5rem;
}
.product-banner .breadcrumbs {
    margin-top: 0;
    margin-bottom: 4.5rem;
}
.product-banner .breadcrumbs li {
    color: #fff;
}
.product-banner .breadcrumbs li a {
    color: #C1C1C1;
}
.product-banner .breadcrumbs li a:after {
    border-left: .4rem solid #C1C1C1;
}
.product-banner .banner-text1 {
    color: #CDCDCD;
}
.product-banner .banner-text2 {
    color: #fff
}
.product-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: flex-start;
}

.product_main {
    width: 14rem;
    margin-right: 2rem;
    flex-shrink: 0;
    margin-top: 2.4rem
}
.product_gallery {
    text-align: center;
    margin-bottom: 1.5rem
}
.product_gallery img {
    width: 11.2rem;
}
.door_parts {
    margin-bottom: 1.5rem
}
.door_part {
    font-size: .8rem;
    margin-bottom: .8rem;
    color: #999999;
}
.door_part span {
    color: var(--col)
}
.door_price {
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1.25rem
}
.door_info .but {
    width: 100%;
    margin-bottom: 1rem
}
.product_tabs {
    width: 100%;
}
.tab_nav {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 1rem;
}
.tab_nav-item {
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #C1C1C1;
    font-size: .7rem;
    padding: .8rem;
    width: 100%;
    text-align: center
}
.tab_nav-item.active {
    color: var(--col)
}
.tab_container {
    display: none
}

.product_model {
    flex-wrap: wrap;
    margin-bottom: 1rem;
    align-items: stretch;
}
.door_model_input {
    display: none;
}
.option_input {
    display: none;
}
.door_model_item {
    width: 16%;
    margin-bottom: 1rem;
}
.door_model_input:checked + .door_model {
    background: #F1F1F1;
}
.door_model {
    padding: 1rem;
    cursor: pointer;
    display: block;
}
.door_model-img {
    width: 100%;
}
.type_name {
    font-size: .7rem;
    color: var(--col1);
    margin-top: .75rem;
    display: block;
    white-space: nowrap;
}
.type_name b {
    font-weight: 400;
    color: var(--col);
}
.color_item {
    width: 5rem
}
.portal_item {
    width: 7.5rem
}
.plintus_item {
    width: 7.5rem
}
.option {
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.option_item {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
}
.portal_item .option_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.option_item_img {
    display: block;
    position: relative;
}
.portal_item .option_item_img {
    width: 100%;
    height: 15rem
}
.option_item_img img {
    width: 100%;
}
.portal_item .option_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.option_input:checked+.option_item .option_item_img:after {
    content: '';
    background: url(../img/icon/checkbox.svg) center/cover;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    bottom: .6rem;
    right: .5rem;
    z-index: 1;
    border-radius: 50%;
}

.thx {
    background: url(../img/thx.jpg) center/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    /* display: none; */
}
.thx .bot_header {
    background: none;
    padding: 2rem 0
}
.thx .bot_header .thx-headline {
    color: var(--col);
    margin-left: 2rem
}

.thx .tel {
    margin: 0 0 0 2.5rem;
    flex-direction: column;
    align-items: flex-end;
}
.thx .tel .phone {
    color: #fff;
    margin-right: 0;
    margin-bottom: .6rem
}
.thx .tel .get_popup {
    color: #fff;
}
.thx-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem
}
.thx-desc {
    font-size: 1.2rem;
    margin-bottom: 2.5rem
}

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

.peregor_row {
    align-items: flex-end;
    padding: 2rem 3rem;
}
.peregor_row:nth-child(2n) {
    flex-direction: row-reverse;
    background: #eee;
}
.peregor_text {
    font-size: 1.1rem;
    line-height: 150%;
}
.peregor_row:nth-child(2n) .peregor_text {
    text-align: right
}
.peregor_img {
    width: 60%;
    flex-shrink: 0;
}
.peregor_img img {
    width: 100%;
}