body {
    margin: 0;
    font-family: Lato, sans-serif;
    position: relative
}

body:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1500px;
    top: 0;
    border-left: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0!important
}

a,
button,
input,
textarea {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: pointer
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

#wrapper {
    position: relative;
    overflow: hidden
}

ul {
    margin: 0
}

.hamburger {
    display: none
}

.container {
    max-width: 1530px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.hide {
    display: none
}

.btnStn {
    background-color: #242424;
    -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    color: #fff;
    display: block;
    padding: 12px 10px 10px;
    text-align: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: block;
    margin: 15px auto;
    border: 0
}

.btnStn:hover {
    background-color: #f53e3e
}

.header {
    border-bottom: 1px #e1e1e1 solid;
    position: relative
}

.header .logo {
    height: 148px;
    width: -webkit-calc(calc(100% - 1500px)/ 2);
    width: calc(calc(100% - 1500px)/ 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px #f53e3e solid
}

.header .btnMenuBlock {
    height: 148px;
    width: -webkit-calc(calc(100% - 1500px)/ 2);
    width: calc(calc(100% - 1500px)/ 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .btnMenuBlock .rightMenu {
    border: 0;
    margin: 24px 30px 30px;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    position: relative;
    padding: 0
}

.header .btnMenuBlock .rightMenu .line {
    width: 48px;
    height: 3px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    background-color: #242424
}

.header .btnMenuBlock .rightMenu .line:nth-child(2) {
    margin: 12px 0
}

.header .headerAdress {
    border-top: 1px #e1e1e1 solid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 100%
}

.header .headerAdress div {
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    padding: 5px 10px;
    border-right: 1px #e1e1e1 solid
}

.header .headerAdress div a svg {
    height: 20px;
    width: 15px;
    position: relative;
    top: -2px
}

.header .headerAdress div:last-of-type {
    border: 0
}

.header .headerAdress div a {
    display: inline-block;
    color: #242424;
    font-size: 14px;
    font-weight: 300;
    transition: .25s;
    line-height: 1;
    text-align: center
}

.header .headerAdress div a:hover {
    color: #f53e3e
}

.header .topHeader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px
}

.header .topHeader .leftBlock {
    min-height: 40px;
    padding: 0 10px;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e1e1e1
}

.header .topHeader .leftBlock a {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .07px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header .topHeader .leftBlock a:hover {
    color: #f53e3e
}

.header .topHeader .leftBlock .mailBlock svg {
    width: 15px;
    height: 15px;
    fill: #707070;
    margin-right: 10px
}

.header .topHeader .leftBlock .rightBlockInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .topHeader .leftBlock .rightBlockInner .phonBlock a {
    color: #f53e3e;
    font-size: 18px;
    font-weight: 900;
    margin-right: 15px
}

.header .topHeader .leftBlock .rightBlockInner .phonBlock a svg {
    max-width: 15px;
    max-height: 20px;
    margin-right: 10px
}

.header .topHeader .leftBlock .rightBlockInner .langwich a.active {
    color: #f53e3e
}

.header .topHeader .rightBlock {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .topHeader .rightBlock .btnHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    min-width: 248px;
    background-color: #f53e3e;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .08px
}

.header .topHeader .rightBlock .btnHeader:before {
    content: '';
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff
}

.header .bottomHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px #e1e1e1 solid;
    padding-top: 15px;
    padding-bottom: 15px
}

.header .bottomHeader .ulDor ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0
}

.header .bottomHeader .ulDor ul li {
    list-style-type: none
}

.header .bottomHeader .ulDor ul li a {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .08px;
    padding: 8px 25px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header .bottomHeader .ulDor ul li a:hover {
    color: #f53e3e
}

.header .bottomHeader .navDor ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0
}

.header .bottomHeader .navDor ul li {
    list-style-type: none
}

.header .bottomHeader .navDor ul li a {
    color: #242424;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .08px;
    padding: 8px 25px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.header .bottomHeader .navDor ul li a:hover {
    color: #f53e3e
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social li {
    list-style-type: none
}

.social li a {
    display: inline-block;
    padding: 8px 15px
}

.social li a svg {
    width: 20px;
    height: 16px;
    fill: #707070;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.social li a:hover svg {
    fill: #f53e3e
}

.navMenuBlock {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 20
}

.navMenuBlock.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.navMenuBlock .bg_navMenuBlock {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.navMenuBlock .rightMenu {
    position: relative;
    padding: 30px;
    min-width: 580px;
    -webkit-box-shadow: -3px 0 11px 1px rgba(24, 24, 24, .25);
    box-shadow: -3px 0 11px 1px rgba(24, 24, 24, .25);
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.navMenuBlock .rightMenu .menuHed {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navMenuBlock .rightMenu .menuHed .hideMenu {
    border: 0;
    margin: 24px 30px 30px;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    position: relative;
    padding: 0
}

.navMenuBlock .rightMenu .menuHed .hideMenu .line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 3px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    background-color: #fff
}

.navMenuBlock .rightMenu .menuHed .hideMenu .line:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.navMenuBlock .rightMenu .menuHed .hideMenu .line:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.navMenuBlock .rightMenu .social {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px #f53e3e solid;
    padding-left: 0
}

.navMenuBlock .rightMenu .social li {
    list-style-type: none
}

.navMenuBlock .rightMenu .social li a {
    display: inline-block;
    padding: 8px 15px
}

.navMenuBlock .rightMenu .social li a svg {
    width: 20px;
    height: 16px;
    fill: #707070;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.navMenuBlock .rightMenu .social li a:hover svg {
    fill: #f53e3e
}

.navMenuBlock .rightMenu .navMenu {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.navMenuBlock .rightMenu .navMenu li {
    margin-bottom: 35px
}

.navMenuBlock .rightMenu .navMenu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .1px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.navMenuBlock .rightMenu .navMenu li a:hover {
    color: #f53e3e
}

.info_sec {
    padding: 120px 0;
    background-color: rgba(225, 225, 225, .6)
}

.info_sec .secTaitle {
    text-align: center;
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .15px;
    margin-top: 0;
    margin-bottom: 50px
}

.info_sec .allElements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info_sec .allElements .item {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 240px;
    margin: 0 56px
}

.info_sec .allElements .item .icon {
    width: 190px;
    height: 190px;
    background-color: #242424;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.info_sec .allElements .item .taitle {
    color: #242424;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .1px;
    text-align: center
}

.info_sec .allElements .item p {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .08px;
    text-align: center
}

.info_sec .allElements .item:hover .icon {
    background-color: #f53e3e
}

.secCarousel {
    border-bottom: 1px #e1e1e1 solid;
    padding-top: 60px;
    padding-bottom: 30px
}

.secCarousel .secTaitle {
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .15px;
    text-align: center;
    margin-bottom: 30px
}

.catalog-page.carousel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-page.carousel .item {
    width: 33.3%;
    max-width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-page.carousel .item .catalog-item {
    max-width: 385.5px
}

.catalog-page.carousel .item .text-footer .product-cost {
    text-align: right;
    margin-right: 10px
}

.catalog-page.carousel .slick-next {
    background-color: transparent;
    border: 0;
    color: #f53e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .08px;
    position: absolute;
    top: 50%;
    right: -120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog-page.carousel .slick-prev {
    background-color: transparent;
    border: 0;
    color: #f53e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .08px;
    position: absolute;
    top: 50%;
    left: -120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer {
    border-top: 1px #e1e1e1 solid;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.footer .btnMobail {
    display: none
}

.footer .foot_top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 80px 0
}

.footer .foot_top .elem .textLogo {
    color: #363636;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block
}

.footer .foot_top .elem .data {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.footer .foot_top .elem .data svg {
    width: 15px;
    height: 15px;
    margin-right: 15px
}

.footer .foot_top .elem .phon {
    position: relative;
    padding-left: 0;
    margin-bottom: 1rem
}

.footer .foot_top .elem .phon li {
    padding-left: 30px;
    position: relative
}

.footer .foot_top .elem .phon svg {
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer .foot_top .elem .phon li {
    list-style-type: none
}

.footer .foot_top .elem .phon li a {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.footer .foot_top .elem .phon li a:hover {
    color: #f53e3e
}

.footer .foot_top .elem .mail {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: inline-block;
    margin-bottom: 1rem
}

.footer .foot_top .elem .mail:hover {
    color: #f53e3e
}

.footer .foot_top .elem .mail svg {
    width: 15px;
    height: 15px;
    margin-right: 15px
}

.footer .foot_top .elem .social {
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer .foot_top .elem .social li {
    margin-right: 10px
}

.footer .foot_top .elem .social li a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px #707070 solid;
    padding: 0;
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .foot_top .elem .social li a:hover {
    border-color: #f53e3e
}

.footer .foot_top .elem .taitle {
    color: #363636;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem
}

.footer .foot_top .elem .footer-menu {
    padding-left: 0
}

.footer .foot_top .elem .footer-menu li {
    list-style-type: none;
    margin-bottom: .75rem
}

.footer .foot_top .elem .footer-menu li a {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.footer .foot_top .elem .footer-menu li a:hover {
    border-color: #f53e3e
}

.footer .foot_top .elem .adress {
    padding-left: 0
}

.footer .foot_top .elem .adress li {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem
}

.footer .foot_top .elem .adress li svg {
    height: 20px;
    width: 15px;
    margin-right: 15px
}

.footer .foot_top .elem .adress li a {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block
}

.footer .foot_top .elem .adress li a span {
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.develop {
    height: 55px;
    background-color: #f53e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 57px
}

.develop>a {
    display: none
}

.develop a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.develop p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

.cookie {
    height: 30px;
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cookie p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0
}

.cookie .clouseCookie {
    margin-left: 15px;
    color: #242424;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    border: 0;
    padding: 5px 16px
}

.modalForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-body .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-body .price>p {
    padding-right: 27px;
    display: inline-block;
    font-weight: 600;
    border-right: 2px #000 solid;
    margin-bottom: 0
}

.modal-body .price .product-cost {
    text-align: left;
    margin-left: 20px
}

.modal-body .price .product-cost .old-cost p {
    margin: 0;
    position: relative;
    display: inline-block
}

.modal-body .price .product-cost .old-cost p:after {
    content: '';
    height: 2px;
    background-color: #f53e3e;
    position: absolute;
    top: 12px;
    left: -3px;
    right: -3px
}

.modal-body .price .product-cost .new-cost {
    font-size: 20px;
    font-weight: 700;
    color: #f53e3e
}

.modal-body .price .product-cost .new-cost p {
    margin-bottom: 0
}

.zakaz_text {
    margin-bottom: 15px
}

.modalForm form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem
}

.modalForm form .itemInput {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.modalForm form input {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #242424;
    background-color: #fff;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 10px;
    min-width: 225px
}

.modalForm form button {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f53e3e;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 12px 10px
}

.modalForm span {
    color: #707070;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px
}

.modalForm span.zina {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px
}

.modal-body,
.modal-footer,
.modal-header {
    padding-left: 2rem;
    padding-right: 2rem
}

.product-page .modal-body .aside-form {
    margin-top: 0
}

.textBlock p.elements-title {
	margin: 0 auto 25px;
	padding: 0 5px 3px 5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #e32d3c;
    display: inline-block;
}

.subcategories-block {
    text-align: center;
    margin-bottom: 20px
}

.subcategories-block a {
    white-space: nowrap
}

.subcategories-block a:not(:last-child) {
    margin-right: 15px
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 800px
    }
}

.catalog-page .main {
    padding: 30px 0 0
}

.catalog-page .h1,
.catalog-page h1 {
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
    letter-spacing: .8px
}

.catalog-page .catalog-aside {
    position: static!important;
    left: -150px
}

.catalog-page .catalog-filters {
    background-color: #fff;
    border: 1px solid #f53e3e;
    padding: 50px 30px 30px 50px;
    margin-bottom: 50px
}

.catalog-page .catalog-filters .h3,
.catalog-page .catalog-filters h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
}

.catalog-page .catalog-filters .categories {
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.catalog-page .catalog-filters .filter-item {
    margin-bottom: 25px
}

.catalog-page .catalog-filters .default-checkbox {
    position: relative;
    display: block;
    font-size: 16px
}

.catalog-page .catalog-filters .default-checkbox label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    padding-left: 30px
}

.catalog-page .catalog-filters .default-checkbox label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #242424;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px
}

.catalog-page .catalog-filters .default-checkbox label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #f53e3e url(../images/check-icon.svg) no-repeat center;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px;
    display: none
}

.catalog-page .catalog-filters .default-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.catalog-page .catalog-filters .default-checkbox input:checked~label:after {
    display: block
}

.catalog-page .catalog-filters .default-checkbox .hover-amount {
    position: absolute;
    background-color: #fff;
    color: #000;
    top: 0;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
    z-index: 10;
    font-size: 12px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    padding: 4px 20px;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    cursor: pointer
}

.catalog-page .catalog-filters .default-checkbox .hover-amount p {
    margin: 0;
    text-decoration: underline
}

.catalog-page .catalog-filters .default-checkbox .hover-amount:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    left: -3px;
    top: 6px;
    background-color: #fff;
    -webkit-transform: rotate(-140deg) skew(-8deg);
    -ms-transform: rotate(-140deg) skew(-8deg);
    transform: rotate(-140deg) skew(-8deg);
    z-index: 1
}

.catalog-page .catalog-filters .default-checkbox:hover .hover-amount {
    opacity: 1
}

.catalog-page .catalog-filters .filter-button {
    background-color: #f53e3e;
    -webkit-box-shadow: 0 0 8px rgba(24, 24, 24, .35);
    box-shadow: 0 0 8px rgba(24, 24, 24, .35);
    color: #fff;
    border: 0;
    display: block;
    padding: 10px 40px;
    margin: 30px auto 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.catalog-page .catalog-filters .filter-button:hover {
    background-color: #242424
}

.catalog-page .catalog-content {
    padding-bottom: 50px
}

.catalog-page .catalog-content .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 30px
}

.catalog-page .catalog-content .pagination .page-item {
    margin: 0 3px
}

.catalog-page .catalog-content .pagination .page-link {
    padding: 10px 3px;
    line-height: 1;
    height: 40px;
    width: 40px;
    color: #363636;
    text-align: center;
    border: 1px solid #8a8888;
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.catalog-page .catalog-content .pagination .page-link.active {
    background-color: #242424;
    border: 1px solid #242424;
    color: #fff
}

.catalog-page .catalog-content .pagination img {
    display: block;
    width: 10px;
    margin: 4px auto 0
}

.catalog-page .catalog-item {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-bottom: 30px
}

.catalog-page .catalog-item .product-img {
    position: relative;
    /*height: 500px;*/
    padding: 25px 0
}

.catalog-page .catalog-item .product-img a {
    display: block;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.catalog-page .catalog-item .product-img img,
.catalog-page .catalog-item .product-img .img {
    display: block;
    max-width: none;
    position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)*/
}

.catalog-page .catalog-item .sale-badge {
    position: absolute;
    right: 20px;
    top: 70px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    color: #f53e3e;
    font-size: 30px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 80px
}

.catalog-page .catalog-item .item-num {
    position: absolute;
    background-color: #e1e1e1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgba(24, 24, 24, .4);
    box-shadow: 0 0 3px rgba(24, 24, 24, .4);
    bottom: 24px;
    left: -4px;
    border-radius: 10px;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 700
}

.catalog-page .catalog-item .product-text {
    padding: 0 30px 30px
}

.catalog-page .catalog-item .product-title {
    margin-bottom: 20px
}

.catalog-page .catalog-item .product-title .h3,
.catalog-page .catalog-item .product-title .h4,
.catalog-page .catalog-item .product-title h3,
.catalog-page .catalog-item .product-title h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.catalog-page .catalog-item .product-title .h3:hover,
.catalog-page .catalog-item .product-title .h4:hover,
.catalog-page .catalog-item .product-title h3:hover,
.catalog-page .catalog-item .product-title h4:hover {
    text-decoration: underline
}

.catalog-page .catalog-item .product-title .h3 a,
.catalog-page .catalog-item .product-title .h4 a,
.catalog-page .catalog-item .product-title h3 a,
.catalog-page .catalog-item .product-title h4 a {
    color: inherit
}

.catalog-page .catalog-item .text-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-page .catalog-item .text-footer .product-cost {
    text-align: right
}

.catalog-page .catalog-item .text-footer .old-cost {
    font-size: 16px;
    font-weight: 700
}

.catalog-page .catalog-item .text-footer .old-cost p {
    margin: 0;
    position: relative;
    display: inline-block
}

.catalog-page .catalog-item .text-footer .old-cost p:after {
    content: '';
    height: 2px;
    background-color: #f53e3e;
    position: absolute;
    top: 12px;
    left: -3px;
    right: -3px
}

.catalog-page .catalog-item .text-footer .new-cost {
    font-size: 20px;
    font-weight: 700;
    color: #f53e3e
}

.catalog-page .catalog-item .text-footer .new-cost p {
    margin: 0
}

.catalog-page .catalog-item .text-footer .product-link {
    background-color: #242424;
    -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    color: #fff;
    display: block;
    padding: 12px 10px 5px;
    text-align: center;
    height: 50px;
    width: 180px
}

.catalog-page .catalog-item .text-footer .product-link:hover {
    background-color: #f53e3e
}

.catalog-page .catalog-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(24, 24, 24, .4);
    box-shadow: 0 0 8px rgba(24, 24, 24, .4)
}

.catalog-page.active .catalog-aside {
    position: fixed;
    top: 15px;
    left: 45px;
    z-index: 2
}

.catalog-page .aside-form {
    transition: .25s;
    border: 1px solid #242424;
    padding: 50px;
    background-color: #fff
}

.catalog-page .aside-form .h2,
.catalog-page .aside-form h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center
}

.catalog-page .aside-form .form-row {
    margin-bottom: 20px
}

.catalog-page .aside-form .form-control {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.catalog-page .aside-form .form-control:focus {
    border: 1px solid #181818;
    -webkit-box-shadow: none;
    box-shadow: none
}

.catalog-page .aside-form textarea {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    resize: vertical;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 100px;
    padding: 10px
}

.catalog-page .aside-form textarea:focus {
    border: 1px solid #181818;
    -webkit-box-shadow: none;
    box-shadow: none
}

.catalog-page .aside-form .form-button {
    background-color: #242424;
    -webkit-box-shadow: 0 0 8px rgba(24, 24, 24, .35);
    box-shadow: 0 0 8px rgba(24, 24, 24, .35);
    color: #fff;
    border: 0;
    display: block;
    padding: 10px 40px;
    margin: 50px auto 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.catalog-page .aside-form .form-button:hover {
    background-color: #f53e3e
}

.product-page .h1,
.product-page h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 60px 0 5px
}

.product-page .product-img {
    text-align: center;
    position: relative;
    margin-bottom: 80px
}

.product-page .product-img a {
    position: relative;
    display: inline-block
}

.product-page .product-img img {
    display: block;
    max-width: 100%;
    max-height: 700px;
    margin: 0 auto
}

.product-page .measurement-height,
.product-page .measurement-width {
    text-align: center;
    position: absolute
}

.product-page .measurement-height:after,
.product-page .measurement-height:before,
.product-page .measurement-width:after,
.product-page .measurement-width:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute
}

.product-page .measurement-height p,
.product-page .measurement-width p {
    margin: 0;
    color: #fff;
    background-color: #f53e3e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block
}

.product-page .measurement-width {
    left: 30px;
    right: 30px;
    padding-top: 18px
}

.product-page .measurement-width:before {
    left: -1px;
    top: 5px;
    border-right: 9px solid #f53e3e;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.product-page .measurement-width:after {
    right: -1px;
    top: 5px;
    border-left: 9px solid #f53e3e;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.product-page .measurement-width p:before {
    content: '';
    height: 1px;
    background-color: #f53e3e;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px
}

.product-page .measurement-height {
    top: 5px;
    bottom: 7px;
    left: -49px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 60px;
    overflow: hidden;
    z-index: 10
}

.product-page .measurement-height:before {
    right: 5.5px;
    top: 0;
    border-bottom: 9px solid #f53e3e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.product-page .measurement-height:after {
    right: 6px;
    bottom: 0;
    border-top: 9px solid #f53e3e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.product-page .measurement-height p {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    left: -30px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 10
}

.product-page .measurement-height p:before {
    content: '';
    height: 1px;
    background-color: #f53e3e;
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: 49px
}

.product-page .sale-badge {
    position: absolute;
    right: -40px;
    top: 50px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    color: #f53e3e;
    font-size: 30px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    z-index: 10
}

.catalog-page .breadcrumb,
.product-page .breadcrumb {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 0 70px;
    background-color: transparent
}

.catalog-page .breadcrumb .breadcrumb-item,
.product-page .breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 12px
}

.catalog-page .breadcrumb .breadcrumb-item a,
.product-page .breadcrumb .breadcrumb-item a {
    color: #242424
}

.catalog-page .breadcrumb .breadcrumb-item a:hover,
.product-page .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline
}

.catalog-page .breadcrumb .breadcrumb-item+.breadcrumb-item,
.product-page .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 1px
}

.catalog-page .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.product-page .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #f77171;
    padding-right: 4px
}

.product-page .img-info-text {
    font-size: 12px;
    padding-left: 30px;
    margin-top: 70px;
    color: #242424
}

.product-page .aside-form {
    width: 425px;
    border: 1px solid #242424;
    padding: 50px;
    background-color: #fff;
    margin-left: 30px;
    margin-top: 50px
}

.product-page .aside-form .h2,
.product-page .aside-form h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center
}

.product-page .aside-form .form-row {
    margin-bottom: 20px
}

.product-page .aside-form .form-control {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.product-page .aside-form .form-control:focus {
    border: 1px solid #181818;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-page .aside-form textarea {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    resize: vertical;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 100px;
    padding: 10px
}

.product-page .aside-form textarea:focus {
    border: 1px solid #181818;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-page .aside-form .form-button {
    background-color: #242424;
    -webkit-box-shadow: 0 0 8px rgba(24, 24, 24, .35);
    box-shadow: 0 0 8px rgba(24, 24, 24, .35);
    color: #fff;
    border: 0;
    display: block;
    padding: 10px 40px;
    margin: 50px auto 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.product-page .aside-form .form-button:hover {
    background-color: #f53e3e
}

.product-page table {
    width: 100%;
    background-color: #fff
}

.product-page table th {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 10px 20px
}

.product-page table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 12px;
    text-align: center
}

.product-page table td:first-of-type {
    text-align: left
}

.product-page table td[colspan="4"] {
    padding-top: 30px
}

.product-page table td[colspan="4"] .h2,
.product-page table td[colspan="4"] h2 {
    font-size: 20px;
    font-weight: 700
}

.product-page table p {
    margin: 0;
    font-size: 20px
}

.product-page table p strong {
    font-weight: 700
}

.priceBlock .square-checkbox,
.product-page table .square-checkbox {
    position: relative;
    padding-right: 50px;
    display: inline-block
}

.priceBlock .square-checkbox input,
.product-page table .square-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.priceBlock .square-checkbox input:checked~label:after,
.product-page table .square-checkbox input:checked~label:after {
    display: block
}

.priceBlock .square-checkbox label,
.product-page table .square-checkbox label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.priceBlock .square-checkbox label:before,
.product-page table .square-checkbox label:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff
}

.priceBlock .square-checkbox label:after,
.product-page table .square-checkbox label:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../images/red-check-icon.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    display: none
}

.priceBlockIns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.priceBlockIns p {
    margin-bottom: 0
}

.priceBlockIns>div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.product-page .table-footer {
    margin: 50px 0 60px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 30px
}

.product-page .table-footer .footer-cell {
    float: left;
    margin-right: 80px;
    margin-top: 9px;
    text-align: center
}

.product-page .table-footer .footer-cell .h3,
.product-page .table-footer .footer-cell h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
    line-height: .7
}

.product-page .table-footer .footer-cell a,
.product-page .table-footer .footer-cell button {
    font-size: 12px;
    color: #242424;
    border: 0;
    outline: 0;
    background-color: transparent;
    margin: 0
}

.product-page .table-footer .product-checkbox {
    float: left;
    margin-right: 10px;
    margin-top: 8px
}

.product-page .table-footer .order-button {
    background-color: #f53e3e;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 14px 80px 14px 30px;
    border: 0;
    outline: 0;
    float: right;
    -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    box-shadow: 0 0 8px rgba(18, 18, 18, .4)
}

.product-page .table-footer .order-button span {
    font-weight: 700
}

.product-page .table-footer .order-button:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 11px;
    width: 30px;
    height: 30px;
    border: 12px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.product-page .product-checkbox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 3px
}

.product-page .product-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.product-page .product-checkbox label {
    display: block;
    width: 100%;
    background-color: #6f5338;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #6f5338;
    color: #fff;
    cursor: pointer;
    padding: 4px 25px
}

.product-page .product-checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/red-check-icon.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 10px;
    display: none
}

.product-page .product-checkbox input:checked~label {
    background-color: #fff;
    color: #323232;
    border: 1px solid #f53e3e
}

.product-page .product-checkbox input:checked~label:before {
    display: block
}

.product-page .product-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-right: 1px
}

.product-page .product-colors>.h2,
.product-page .product-colors>h2,
.product-page .product-colors>p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product-page .product-colors>.h2,
.product-page .product-colors>h2 {
	font-weight: 700;
	font-size: 20px;
}

.product-page .product-colors>p:not(.h2) {
	margin: 0 0 15px;
	color: #f53e3e;
	font-size: 12px;
}

.product-page .product-colors .color-checkbox {
    width: 20%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.product-page .product-colors .color-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.product-page .product-colors .color-checkbox label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 13px 13px;
    cursor: pointer
}

.product-page .product-colors .color-checkbox .checkbox-img {
    display: block;
    height: 170px;
    margin-bottom: 10px
}

.product-page .product-colors .color-checkbox:hover {
    z-index: 10
}

.product-page .product-colors .color-checkbox:hover label {
    -webkit-box-shadow: 0 0 8px rgba(24, 24, 24, .4);
    box-shadow: 0 0 8px rgba(24, 24, 24, .4)
}

.product-page .product-colors .color-checkbox.active {
    z-index: 100
}

.product-page .product-colors .color-checkbox input:checked~label {
    -webkit-box-shadow: 0 0 8px rgba(24, 24, 24, .4);
    box-shadow: 0 0 8px rgba(24, 24, 24, .4)
}

.contacts-page .h1,
.contacts-page h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 50px
}

.contacts-page .page-content {
    margin: 15px 0;
    padding: 15px
}

.contacts-page .page-content iframe {
    width: 100%;
    height: 230px;
    border: 1px solid #f53e3e;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.contacts-page .contacts-info {
    list-style: none;
    padding: 0;
    margin: 0
}

.contacts-page .contacts-info li {
    padding-left: 30px;
    position: relative;
    margin: 18px 0
}

.contacts-page .contacts-info li p {
    margin: 0 0 5px
}

.contacts-page .contacts-info li sub {
    display: block;
    text-align: center;
    max-width: 180px
}

.contacts-page .contacts-info li sub a {
    color: #a6a6a6
}

.contacts-page .contacts-info li img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 16px
}

.contacts-page .contacts-info li svg {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 16px
}

.contacts-page .contacts-info li a {
    color: #363636
}

.contacts-page .contacts-social {
    margin-bottom: 15px
}

.contacts-page .contacts-social a {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin: 0 4px
}

.contacts-page .contacts-social a:hover {
    border: 1px solid #f53e3e
}

.contacts-page .contacts-social a:hover svg {
    fill: #f53e3e
}

.contacts-page .contacts-social a svg {
    width: 16px;
    fill: #363636;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.contacts-page .contacts-form {
    margin-top: 30px
}

.contacts-page .contacts-form .h2,
.contacts-page .contacts-form h2 {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 700
}

.contacts-page .contacts-form .form-row {
    margin: 0
}

.contacts-page .contacts-form .form-col {
    width: 100%;
    position: relative;
    padding-bottom: 30px
}

.contacts-page .contacts-form .form-col.is-completed .translate-label {
    font-size: 12px;
    color: #999;
    top: -20px;
    left: 0
}

.contacts-page .contacts-form .form-col textarea {
    height: 180px
}

.contacts-page .contacts-form .translate-input {
    width: 100%;
    height: 32px;
    border: 0;
    border: 1px solid #242424;
    color: #333;
    outline: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 50px
}

.contacts-page .contacts-form .translate-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f53e3e
}

.contacts-page .contacts-form .translate-label {
    position: absolute;
    left: 10px;
    top: 14px;
    font-size: 16px;
    color: #a6a6a6;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.contacts-page .contacts-form .translate-label span {
    color: #df0024
}

.contacts-page .contacts-form .default-button.inverted-button {
    width: 100%;
    background-color: #242424;
    border: 1px solid #242424;
    font-weight: 500;
    font-size: 18px;
    padding: 11px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.contacts-page .contacts-form .default-button.inverted-button:hover {
    background-color: #f53e3e;
    border: 1px solid #f53e3e
}

.contacts-page .wide-line {
    background-color: #f53e3e;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 15px -15px
}

.contacts-page .wide-line .h2,
.contacts-page .wide-line h2 {
    margin: 0;
    font-size: 22px
}

.contacts-page .address-container .h3,
.contacts-page .address-container h3 {
    font-size: 22px;
    margin: 15px 0 10px
}

.contacts-page .address-container .table-row {
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px
}

.contacts-page .address-container .table-td {
    position: relative;
    padding: 5px 5px 5px 25px
}

.contacts-page .address-container .table-td img {
    position: absolute;
    max-width: 16px;
    left: 0;
    top: 8px
}

.contacts-page .address-container .table-td p {
    margin: 0 0 5px
}

.contacts-page .address-container .table-td p a {
    color: #363636
}

.contacts-page .address-container .table-td a {
    color: #a6a6a6
}

@media (min-width:992px) {
    .contacts-page .page-content {
        padding: 25px
    }
    .contacts-page .wide-line {
        margin: 15px -25px 20px
    }
    .contacts-page .address-container .address-table {
        display: table;
        width: 100%
    }
    .contacts-page .address-container .table-row {
        display: table-row;
        border: 0
    }
    .contacts-page .address-container .table-td {
        display: table-cell;
        border-bottom: 1px solid #bababa;
        width: 25%;
        padding: 15px 0 15px 25px
    }
    .contacts-page .address-container .table-td:last-of-type {
        text-align: right
    }
    .contacts-page .address-container .table-td img {
        top: 18px
    }
}

@media (min-width:1200px) {
    .contacts-page .page-content {
        padding: 50px
    }
    .contacts-page .contacts-info li p {
        font-size: 16px
    }
    .contacts-page .contacts-social {
        margin-bottom: 45px
    }
    .contacts-page .wide-line {
        margin: 70px -50px 30px
    }
    .contacts-page .contacts-form {
        float: right
    }
}

@media (min-width:1440px) {
    .contacts-page .contacts-info {
        max-width: 500px
    }
    .contacts-page .contacts-info li {
        margin: 22px 0
    }
    .contacts-page .contacts-form .h2,
    .contacts-page .contacts-form h2 {
        font-size: 22px
    }
    .contacts-page .page-content iframe {
        margin: 0 auto
    }
    .contacts-page .address-container .table-td {
        font-size: 18px
    }
}

.catalog-page.aboutUs .catalog-filters {
    padding: 50px 30px
}

.catalog-page.aboutUs .catalog-filters .h3,
.catalog-page.aboutUs .catalog-filters h3 {
    text-align: center
}

.navLeftBar {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0
}

.navLeftBar li {
    list-style-type: none;
    width: 100%
}

.navLeftBar li a {
    padding: 15px 0;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .08px;
    width: 100%;
    text-align: center;
    display: inline-block
}

.navLeftBar li.active a {
    color: #f53e3e
}

.textBlock {
    padding-right: 50px;
    padding-bottom: 40px
}

.textBlock p {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.textBlock p span {
    color: #f53e3e
}

.textBlock ul {
    margin-bottom: 1rem
}

.textBlock ul li {
    list-style-type: none;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.textBlock ul li:before {
    content: '-';
    margin-right: 10px;
    font-size: 20px;
    color: #f53e3e
}

.hrefElements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-bottom: 30px
}

.hrefElements .item {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 32%;
    height: 270px;
    position: relative;
    margin-right: 1.3%;
    margin-bottom: 10px
}

.hrefElements .item .textItem {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(36, 36, 36, .8)
}

.hrefElements .item .textItem p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .1px;
    text-align: center
}

.hrefElements .item .textItem span {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    letter-spacing: .06px
}

.hrefElements .item:hover .textItem {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 1
}

.catalog-page .aside-form {
    margin-bottom: 30px
}

@media (max-width:1700px) {
    .container {
        max-width: 1200px
    }
    .header .container {
        padding: 0
    }
    body:after {
        width: 1200px
    }
    .header .bottomHeader .ulDor ul {
        border-right: 0
    }
    .header .btnMenuBlock,
    .header .logo {
        width: -webkit-calc(-webkit-calc(100% - 1200px)/ 2);
        width: -webkit-calc(calc(100% - 1200px)/ 2);
        width: calc(calc(100% - 1200px)/ 2)
    }
    .catalog-page .catalog-item .text-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .catalog-page .catalog-item .text-footer .product-cost {
        text-align: center;
        margin-bottom: 5px
    }
    .catalog-page .catalog-item .product-title {
        margin-bottom: 10px
    }
    .product-page .aside-form {
        width: 100%;
        margin-left: 0
    }
    .product-page .product-img img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }
    .product-page table {
        font-size: 14px
    }
    .product-page table p {
        font-size: 17px
    }
    .product-page .table-footer .order-button {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: 10px
    }
    .cookie {
        height: auto;
        padding: 10px 15px
    }
    .cookie p {
        display: inline-block
    }
}

@media (max-width:1450px) {
    .header .bottomHeader .ulDor ul {
        padding: 0
    }
    .catalog-page.carousel .slick-next {
        background-color: rgba(255, 255, 255, .5);
        right: 15px
    }
    .catalog-page.carousel .slick-prev {
        background-color: rgba(255, 255, 255, .5);
        left: 15px;
        z-index: 8
    }
}

@media (max-width:1400px) {
    .header .topHeader .leftBlock .rightBlockInner .phonBlock a {
        font-size: 16px;
        font-weight: 400
    }
    .container {
        max-width: 1150px
    }
    body:after {
        width: 1150px
    }
    .header .btnMenuBlock,
    .header .logo {
        width: -webkit-calc(-webkit-calc(100% - 1150px)/ 2);
        width: -webkit-calc(calc(100% - 1150px)/ 2);
        width: calc(calc(100% - 1150px)/ 2)
    }
    .header .topHeader .leftBlock .rightBlockInner .phonBlock a {
        margin-right: 15px
    }
    .header .topHeader .leftBlock {
        padding: 0 15px
    }
    .product-page table th {
        font-size: 17px
    }
    .product-page table td[colspan="4"] .h2,
    .product-page table td[colspan="4"] h2 {
        font-size: 17px
    }
    .info_sec {
        padding: 60px 0
    }
    .info_sec .secTaitle {
        font-size: 20px
    }
    .info_sec .allElements .item .icon {
        width: 150px;
        height: 150px
    }
    .info_sec .allElements .item .taitle {
        font-size: 17px
    }
    .info_sec .allElements .item p {
        font-size: 14px;
        line-height: 1.5
    }
    .info_sec .allElements .item {
        margin: 0 30px
    }
    .product-page .product-img {
        margin-bottom: 25px
    }
    .secCarousel {
        padding-top: 30px;
        padding-bottom: 15px
    }
    .product-page .table-footer {
        margin: 25px 0 30px
    }
    .product-page table p {
        font-size: 14px
    }
    .footer .foot_top {
        padding: 40px 0
    }
    .catalog-page .catalog-aside {
        position: relative;
        left: 0
    }
    .catalog-page .catalog-filters {
        width: 100%;
        padding: 25px 15px 15px 25px;
        margin-bottom: 25px
    }
    .catalog-page .catalog-filters .h3,
    .catalog-page .catalog-filters h3 {
        font-size: 17px
    }
    .catalog-page .aside-form {
        width: 100%;
        padding: 25px 15px 15px 25px
    }
    .catalog-page .aside-form .form-button {
        margin: 15px auto 0
    }
    .textBlock {
        padding-right: 0;
        padding-bottom: 20px
    }
    .col-xl-10 {
        -ms-flex: 0 0 73.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 73.333333%;
        flex: 0 0 73.333333%;
        max-width: 73.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 26.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 26.666667%;
        flex: 0 0 26.666667%;
        max-width: 26.666667%
    }
    .hrefElements {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1325px) {
    .header .bottomHeader .navDor ul {
        padding: 0
    }
    .header .social {
        padding-left: 0
    }
    .header .headerAdress {
        width: 80%;
        margin: 0 auto;
        border-left: 1px #e1e1e1 solid;
        border-right: 1px #e1e1e1 solid
    }
    .header .bottomHeader {
        display: block;
        width: 80%;
        margin: 0 auto
    }
    .header .logo {
        float: left;
        height: 100px;
        width: 10%;
        border-bottom: 0;
        top: 40px
    }
    .header {
        display: inline-block;
        width: 100%
    }
    .header .btnMenuBlock {
        height: 100px;
        float: right;
        width: 10%;
        top: 40px
    }
    body:after {
        display: none
    }
    .product-page .measurement-height,
    .product-page .measurement-width {
        display: none
    }
}

@media (max-width:1200px) {
    .header .mailBlock {
        display: none
    }
    .product-page .product-img img {
        display: block;
        max-width: 100%;
        height: 400px;
        margin: 0 auto
    }
    .catalog-page.active .catalog-aside {
        left: 15px
    }
    .catalog-page .aside-form {
        padding: 15px 20px
    }
    .catalog-page .catalog-filters {
        padding: 15px
    }
    .catalog-page .aside-form .h2,
    .catalog-page .aside-form h2 {
        font-size: 16px
    }
    #contact_send {
        width: 100%!important
    }
    .catalog-page .catalog-item .item-num {
        left: 5px
    }
}

@media (max-width:991px) {
    .catalog-page.carousel .item {
        max-width: 50%;
        width: 50%
    }
    .catalog-page .catalog-item .product-title .h3 a {
        display: block;
        height: 40px;
        overflow: hidden
    }
    .header .bottomHeader {
        border-top: 0
    }
    .social li a {
        display: inline-block;
        padding: 8px 9px
    }
    .header .headerAdress {
        display: none
    }
    .header .bottomHeader .ulDor ul {
        padding: 0
    }
    .header .bottomHeader {
        padding: 15px 0;
        min-height: 146px
    }
    .header .bottomHeader .navDor ul li a,
    .header .bottomHeader .ulDor ul li a {
        padding: 8px 10px;
        text-align: center;
        display: inline-block
    }
    .header .btnMenuBlock,
    .header .logo {
        height: 146px
    }
    .header .social {
        padding-left: 0
    }
    .footer {
        position: relative;
        z-index: 3
    }
    .footer .foot_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer .foot_top .elem {
        width: 50%
    }
    .footer .foot_top .elem .social {
        margin-bottom: 15px
    }
    .contacts-page .h1,
    .contacts-page h1 {
        margin: 0 0 20px
    }
    .catalog-page.aboutUs .catalog-filters {
        padding: 15px 10px
    }
    .catalog-page .catalog-filters .filter-item {
        margin-bottom: 0
    }
    .phonBlock a:last-of-type {
        display: none
    }
    .catalog-page .aside-form {
        padding: 10px 15px
    }
    .catalog-page .aside-form .form-row {
        margin-bottom: 15px
    }
    .catalog-page .aside-form .form-control {
        margin-bottom: 0;
        font-size: 13px
    }
    .catalog-page .aside-form .h2,
    .catalog-page .aside-form h2 {
        font-size: 14px;
        margin-bottom: 15px
    }
    .catalog-page .catalog-filters .h3,
    .catalog-page .catalog-filters h3 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .catalog-page .aside-form textarea {
        margin-bottom: 0;
        font-size: 13px
    }
    #contact_send {
        font-size: 13px;
        height: 40px!important
    }
}

@media (max-width:820px) {
    .header .social {
        display: none
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .info_sec .allElements {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-page table {
        width: 800px
    }
}

@media (max-width:767px) {
	
	.navMenuBlock .rightMenu {
		padding: 5px 20px;
	}
	
	.navMenuBlock .rightMenu .menuHed .hideMenu {
		margin: 5px 0 0 20px;
	}
	
	.navMenuBlock .rightMenu .menuHed .hideMenu .line {
		width: 30px;
	}
	
	.navMenuBlock .rightMenu .navMenu li {
		margin-bottom: 0;
		line-height: 20px;
	}
	
	.navMenuBlock .rightMenu .navMenu li a {
		font-size: 13px;
		line-height: 13px;
	}
	
	.catalog-page .catalog-filters .h3,
	.catalog-page .catalog-filters h3 {
		display: block;
		width: 100%;
		cursor: pointer;
		position: relative;
	}
	
	.catalog-page .catalog-filters .h3::after,
	.catalog-page .catalog-filters h3::after {
	    content: '';
		position: relative;
		width: 10px;
		height: 10px;
		right: 0;
		border-top: 2px solid #f53e3e;
		border-right: 2px solid #f53e3e;
		-webkit-transform: rotate(135deg) translateY(6px);
		-moz-transform: rotate(135deg) translateY(6px);
		-ms-transform: rotate(135deg) translateY(6px);
		-o-transform: rotate(135deg) translateY(6px);
		transform: rotate(135deg) translateY(6px);
		display: inline-block;
		margin-left: 15px;
	}
	
	.catalog-page .catalog-filters .h3:not(:first-child),
	.catalog-page .catalog-filters h3:not(:first-child) {
		margin-top: 5px;
	}
	
	.catalog-page .catalog-filters .h3:nth-child(22),
	.catalog-page .catalog-filters h3:nth-child(22) {
		margin-bottom: 0;
	}
	
	.catalog-page .catalog-filters br {
		display: none;
	}
	
	.catalog-page .catalog-filters .categories {
		height: 0;
	}
	
	.catalog-page .catalog-filters .h3.open,
	.catalog-page .catalog-filters h3.open {
		color: #f53e3e;
	}
	
    .priceBlockIns {
        grid-template-columns: 1fr
    }
    .catalog-page .catalog-item .product-img img,
    .catalog-page .catalog-item .product-img .img {
        max-height: 295px
    }
    .catalog-page .aside-form {
        margin: 0 auto 20px
    }
    .modalForm form {
        display: grid;
        grid-template-columns: 1fr
    }
    .phonBlock a {
        display: none
    }
    .phonBlock a:first-of-type {
        display: inline-block
    }
    .order_first,
	.catalog-page .order_last {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order_last {
		-webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
	}
	.catalog-page .order_first {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .info_sec .allElements .item .icon {
        height: 100px;
        width: 100px
    }
    .info_sec .allElements .item .icon img {
        max-height: 60px;
        max-width: 60px
    }
    .footer .foot_top .elem .textLogo {
        font-size: 24px
    }
    .info_sec .allElements .item .icon {
        margin-bottom: 15px
    }
    .pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer .foot_top .elem {
        width: 100%
    }
    .catalog-page .catalog-item .text-footer .product-link {
        height: auto;
        width: 100%;
        padding: 12px 32px 10px
    }
    .catalog-page .catalog-item .product-text {
        padding: 0 10px 10px
    }
    .catalog-page .catalog-item .product-img {
        padding: 10px 10px
    }
    .product-page .product-img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 75px
    }
    .product-page .measurement-height,
    .product-page .measurement-width {
        display: block
    }
    .catalog-page .breadcrumb,
    .product-page .breadcrumb {
        margin: 0 0 20px
    }
    .modalForm .rightForm {
        width: 100%
    }
    .modalForm .leftForm {
        display: none
    }
    .modalForm form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .modalForm form input {
        min-width: 100%
    }
    .modalForm form button {
        width: 100%
    }
    .modalForm .price {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .modalForm .price>p {
        border: 0
    }
    .footer .btnMobail {
        display: block
    }
    .product-page .modal-body .aside-form {
        border: 0;
        padding: 0
    }
    .product-page .main .aside-form {
        display: none
    }
    .product-page table {
        width: 100%
    }
    .product-page .resizeTab td:first-of-type {
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 5px;
        background-color: #ccc
    }
    .product-page .resizeTab td {
        padding-top: 50px
    }
    .product-page .resizeTab td[colspan="4"]:first-of-type {
        position: static
    }
}

#scroll-top-btn,
#scroll-top-btn img {
	display: block;
}

#scroll-top-btn {
	position: fixed;
	bottom: 150px;
    right: 52px;
	border: 2px solid #e32d3c;
    padding: 17px 20px;
    border-radius: 100%;
	z-index: 10;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#scroll-top-btn:not(.active) {
	opacity: 0;
	pointer-events: none;
}

#scroll-top-btn img {
	width: 30px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width:480px) {
    .product-description {
        position: relative;
        margin-top: 25px
    }
    .info_sec .allElements .item .icon {
        height: 60px;
        width: 60px;
        margin-bottom: 0
    }
    .info_sec .allElements .item .icon img {
        max-height: 40px;
        max-width: 40px
    }
    .info_sec .allElements .item {
        margin: 0;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: 60px auto;
        justify-content: flex-start
    }
    .info_sec .allElements .item .textBlockPrav {
        padding-left: 10px
    }
    .product-page .table-footer {
        padding: 15px 10px
    }
    .noMobail {
        display: none
    }
    .product-page .measurement-height p:before,
    .product-page .measurement-height:after,
    .product-page .measurement-height:before,
    .product-page .measurement-width p:before,
    .product-page .measurement-width:after,
    .product-page .measurement-width:before {
        display: none
    }
    .product-page .measurement-height {
        left: 20px
    }
    .product-page .measurement-width {
        padding-top: 0
    }
    .catalog-page .catalog-item .product-img img,
    .catalog-page .catalog-item .product-img .img {
        max-height: 295px
    }
    .product-page .product-img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 45px
    }
    .product-page .measurement-height p,
    .product-page .measurement-width p {
        padding: 2px 18px
    }
    .product-page .product-colors .color-checkbox {
        width: 100%
    }
    .hrefElements {
        padding-right: 0
    }
    .hrefElements .item {
        margin-right: 0
    }
    .catalog-page .catalog-item .product-img {
        /*height: 300px*/
    }
    .header .bottomHeader {
        display: none
    }
    .header .mailBlock,
    .header .phonBlock,
    .header .social {
        display: none
    }
    .header .topHeader .leftBlock {
        width: 35%
    }
    .header .topHeader .rightBlock {
        width: 65%
    }
    .header .topHeader .leftBlock a {
        font-size: 12px
    }
    .header .topHeader .rightBlock .btnHeader {
        font-size: 14px
    }
    .header .container {
        padding: 0
    }
    .header .container .btnBlock {
        width: 100%
    }
    .header .topHeader .rightBlock .btnHeader {
        min-width: auto;
        width: 100%
    }
    .header .btnMenuBlock,
    .header .logo {
        position: static;
        width: 50%;
        float: left;
        height: 70px;
        padding: 10px
    }
    .header .btnMenuBlock .rightMenu {
        margin-right: 0
    }
    .header .btnMenuBlock {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header .logo {
        border-bottom: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header .logo a {
        width: 50px
    }
    .header .logo a img {
        width: 100%
    }
    .header .btnMenuBlock .rightMenu .line {
        width: 38px
    }
    .secCarousel .secTaitle {
        margin-bottom: 15px
    }
    .info_sec .allElements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer .foot_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer .foot_top .elem .social {
        margin-bottom: 15px
    }
    .navMenuBlock .rightMenu {
        width: 100%;
        min-width: auto
    }
    .navMenuBlock .bg_navMenuBlock {
        display: none
    }
    .navMenuBlock .rightMenu .navMenu li a {
        font-size: 14px;
        line-height: 1.2
    }
    .navMenuBlock .rightMenu .navMenu li {
        margin-bottom: 12px
    }
    .navMenuBlock .rightMenu .navMenu {
        padding-right: 15px
    }
    body:after {
        display: none
    }
	
	#scroll-top-btn {
		bottom: 120px;
		padding: 10px 11px;
	}
	
	#scroll-top-btn img {
		width: 20px;
	}
}

.div_calculate {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 15px 0;
    flex-wrap: wrap
}

.div_calculate .nerow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0
}

.div_calculate input {
    border-radius: 4px;
    padding: 4px 10px;
    border: 1px solid #f53e3e
}

.div_calculate span {
    margin: 0 5px
}

.div_calculate .name {
    display: inline-block;
    margin: 0 5px
}

.catalog-page .catalog-filters .filter-item .item-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.catalog-page .catalog-filters .filter-item .item-body a {
    display: inline-block;
    padding: 5px;
    color: #242424;
    width: 100%;
    transition: .25s
}

.catalog-page .catalog-filters .filter-item .item-body a:hover {
    color: #f53e3e
}

.modalForm img {
    max-height: 290px;
    max-width: 140px
}

.fixed-phone {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #e32d3c;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border: 0
}

.fixed-phone:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: #e32d3c;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    z-index: 5;
    animation: 3s bounceInOut ease-in-out infinite
}

.fixed-phone img {
    max-width: 30px;
    position: relative;
    z-index: 6
}

@-webkit-keyframes bounceInOut {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .35
    }
    75% {
        opacity: .35
    }
    100% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: .35
    }
}

@keyframes bounceInOut {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .35
    }
    75% {
        opacity: .35
    }
    100% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: .35
    }
}

.hedTElModal {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.ulTelmodal {
    margin-top: 25px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 17px
}

.ulTelmodal li {
    padding-left: 15px;
    list-style-type: none
}

.ulTelmodal li a {
    color: #232323;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px
}

.formTelModal label {
    padding-left: 15px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

.formTelModal input {
    margin: 17px 15px;
    background-color: #fff;
    border: 1px solid #e6e6e7;
    border-radius: 3px;
    width: calc(100% - 30px);
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px
}

.telModal .close:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding: 4px
}

.ulTelmodal:before {
    content: '';
    position: absolute;
    background-image: url(../images/phone-call_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    fill: #ccc;
    width: 55px;
    height: 68px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.formTelModal button {
    width: 100%;
    border: 0;
    background-color: #e32d3c;
    padding: 17px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.telModal.authorizationModal .modal-body {
    padding: 0
}

.telModal.authorizationModal .modal-dialog {
    width: 300px;
    margin: 15px auto
}

.red {
    border-color: red!important
}

.green {
    border-color: green!important
}

.message_send_ok {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

@media (max-width:480px) {
    .modalForm form input {
        line-height: 1;
        padding: 10px 7px
    }
    .fixed-phone img {
        max-width: 21px;
        position: relative;
        z-index: 6
    }
    .fixed-phone:before {
        left: -5px;
        top: -5px;
        width: 60px;
        height: 60px
    }
    .fixed-phone {
        width: 50px;
        height: 50px
    }
}

.form-control,
textarea.needs {
    width: 100%;
    height: 32px;
    border: 0;
    border: 1px solid #242424;
    color: #fff;
    outline: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    display: block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: 1rem
}

textarea.needs {
    min-height: 110px;
    resize: none
}

#contact_send {
    background-color: #242424;
    -webkit-box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    box-shadow: 0 0 8px rgba(18, 18, 18, .4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
    height: 50px;
    width: 180px;
    border: 0
}

#contact_send:hover {
    background-color: #f53e3e
}

.catalog-page .catalog-item .product-img {
    /*height: 480px;*/
    padding: 15px
}

.catalog-page .catalog-item .product-img img,
.catalog-page .catalog-item .product-img .img {
    height: 340px
}

@media(max-width:1650px) {
    .catalog-page .catalog-item .product-img {
        /*height: 430px*/
    }
    .catalog-page .catalog-item .product-img img,
    .catalog-page .catalog-item .product-img .img {
        height: 340px
    }
}

@media(max-width:1439px) {
    .catalog-page .catalog-item .product-img {
        /*height: 380px*/
    }
    .catalog-page .catalog-item .product-img img,
    .catalog-page .catalog-item .product-img .img {
        height: 340px
    }
}

@media(max-width:1366px) {
    .catalog-page .catalog-item .product-img {
        /*height: 330px*/
    }
    .catalog-page .catalog-item .product-img img,
    .catalog-page .catalog-item .product-img .img {
        max-height: 300px
    }
}

@media(max-width:1199px) {
    .catalog-page .catalog-item .product-img {
        /*height: 280px*/
    }
    .catalog-page .catalog-item .product-img img,
    .catalog-page .catalog-item .product-img .img {
        height: 250px
    }
    .catalog-page .catalog-item .text-footer .product-link {
        font-size: 14px;
        height: 40px;
        padding: 9px 10px 5px
    }
    .catalog-page .catalog-item .product-title .h3,
    .catalog-page .catalog-item .product-title .h4,
    .catalog-page .catalog-item .product-title h3,
    .catalog-page .catalog-item .product-title h4 {
        font-size: 18px
    }
}

.grecaptcha-badge {
    display: none
}

.priceBlock .square-checkbox label>strong {
    display: block
}

.category-description,
.product-page-description {
    font-size: 12px;
    padding: 25px 20px 10px
}

.category-description h1,
.category-description h2,
.category-description h3,
.product-page-description h1,
.product-page-description h2,
.product-page-description h3 {
    font-size: 20px
}

.category-description {
    padding: 0 20px 20px 20px
}

#product-side-info .title {
    font-weight: 700
}

#product-side-info .title:not(:first-child) {
    margin-top: 20px
}

.ulDor .subcategories {
    position: relative
}

.ulDor .subcategories .list {
    display: block!important;
    position: absolute;
    padding: 0;
    left: 0;
    width: 100%;
	min-width: 200px;
    top: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 3
}

.ulDor .subcategories:not(:hover) .list {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    pointer-events: none
}

.ulDor .subcategories .list a,
.ulDor .subcategories .list .sub {
    display: block;
    width: 100%;
    padding: 5px 10px 5px 25px!important;
    font-weight: 400!important;
    font-size: 14px!important;
	line-height: 30px !important;
}

.ulDor .subcategories .list .sub ul {
	display: block !important;
	position: absolute;
    left: 100%;
    top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: auto;
    padding: 0;
}

.ulDor .subcategories .list .sub:not(:hover) ul {
	display: none !important;
}

.ulDor .subcategories .list .sub:hover,
.ulDor .subcategories .list .sub ul {
	background: #e1e1e1;
}

.aboutUs .textBlock {
	text-align: center;
}

.aboutUs .textBlock p,
.aboutUs .textBlock ul {
	text-align: left;
}

.aboutUs .textBlock ul {
	padding: 0;
}

.flex {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-ai-center {
    -webkit-align-items: center;
    align-items: center
}

.flex-jc-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

#map-switches iframe.active {
	display: block;
}

#map-switches iframe:not(.active) {
	display: none;
}

#map-switches .switches a {
	padding: 0 30px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#map-switches .switches a:first-child {
	border-top: 1px solid #e1e1e1;
}

#map-switches .switches a.active {
	background: #e32d3c;
	color: #fff;
	border-bottom: 1px solid #e32d3c;
	border-right: 1px solid #e32d3c;
}

#map-switches .switches a:first-child.active {
	border-top: 1px solid #e32d3c;
}

@media (max-width: 768px) {
	#map-switches {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	
	#map-switches iframe {
		max-height: 70vh;
	}
	
	#map-switches .switches a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.catalog-page .catalog-item .product-img .img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.product-page .table-footer .order-button:not(.btn-installment) {
	margin-bottom: 15px;
}

.product-page .table-footer .order-button.btn-installment {
	padding: 9px 80px 9px 30px;
	float: none;
    width: 100%;
	background: #fff;
    color: #00b100;
	border: 2px solid #00b100;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-page .table-footer .order-button.btn-installment img {
	height: 30px;
    margin-right: 10px;
}

.product-page .table-footer .order-button.btn-installment:after {
	top: 10px;
	right: 23px;
	border: 12px solid #00b100;
}

.product-page .product-colors .color-checkbox label[for="132"] .checkbox-img,
.product-page .product-colors .color-checkbox label[for="133"] .checkbox-img,
.product-page .product-colors .color-checkbox label[for="134"] .checkbox-img,
.product-page .product-colors .color-checkbox label[for="135"] .checkbox-img,
.product-page .product-colors .color-checkbox label[for="136"] .checkbox-img,
.product-page .product-colors .color-checkbox label[for="137"] .checkbox-img,
.product-page .product-colors .color-checkbox label[for="138"] .checkbox-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#vikna-page img {
	max-width: 100%;
	max-height: 250px;
}

#vikna-page .block-1,
#vikna-page .block-2
#vikna-page .block-3 {
	padding: 0;
}

#vikna-page .block-1 {
	margin-bottom: 100px;
	background-image: url('/images/vikna-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#vikna-page .block-1 .inner {
	padding: 200px 60px;
	margin-left: 50%;
	background: rgba(0,0,0,0.75);
	text-align: left;
}

#vikna-page .block-1 .inner p {
	color: #fff;
}

#vikna-page .block-1 .inner .title {
	display: inline-block;
	border-bottom: 2px solid #f53e3e;
	font-size: 36px;
    line-height: 150%;
}

#vikna-page .block-2 {
	margin-bottom: 60px;
}

#vikna-page .block-2 .clear,
#vikna-page .block-3 .clear {
	clear: both;
}

#vikna-page .block-2 .left,
#vikna-page .block-2 .right {
	display: inline-block;
	float: left;
}

#vikna-page .block-2 .left {
	width: 40%;
}

#vikna-page .block-2 .right {
	width: 60%;
}

#vikna-page .block-2 .right .title {
	padding-bottom: 15px;
	font-size: 36px;
    line-height: 100%;
	border-bottom: 2px solid #f53e3e;
}

#vikna-page .block-2 .right b {
	color: #f53e3e;
}

#vikna-page .block-3 {
	padding: 60px 30px 0;
	background: #fff;
}

#vikna-page .block-3>.title {
	margin-bottom: 60px;
	font-size: 36px;
    line-height: 100%;
}

#vikna-page .block-3 .item {
	display: inline-block;
	margin-bottom: 60px;
	float: left;
	width: 50%;
	text-align: left;
}

#vikna-page .block-3 .item table {
	width: 100%;
}

#vikna-page .block-3 .item table td {
	padding: 15px 0;
}

#vikna-page .block-3 .item table td:first-child {
	text-align: left;
}

#vikna-page .block-3 .item table td:nth-child(2) {
	text-align: right;
	font-weight: bold;
}

#vikna-page .block-3 .item table tr:not(:last-child) td {
	border-bottom: 1px solid #e4e4e4;
}

#vikna-page .block-3 .item:nth-child(even) {
	padding-right: 30px;
}

#vikna-page .block-3 .item:nth-child(odd) {
	padding-left: 30px;
}

#vikna-page .block-3 .item .title {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 4px solid #f53e3e;
}

#vikna-page .block-3 .img {
	margin: 10px 0 20px;
}

#vikna-page .block-4 {
	position: relative;
	height: 70vh;
	background-image: url('/images/vikna-3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#vikna-page .block-4 .form {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

#vikna-page .block-4 .form .title {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #545454;
    margin: 30px 0 0;
}

@media (max-width: 768px) {
	#vikna-page .block-1 .inner {
		margin-left: 20%;
	}
	
	#vikna-page .block-3 .item .title {
		font-size: 20px;
	}
	
	#vikna-page .block-4 .form {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

@media (max-width: 480px) {
	#vikna-page .block-1 .inner {
		padding: 60px 30px;
		margin-left: 10%;
	}
	
	#vikna-page .block-2 .left,
	#vikna-page .block-2 .right,
	#vikna-page .block-3 .item {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	
	#vikna-page .block-3 .item:nth-child(even) {
		padding-right: 0;
	}
	
	#vikna-page .block-3 .item:nth-child(odd) {
		padding-left: 0;
	}
	
	#vikna-page .block-1,
	#vikna-page .block-3 .item {
		margin-bottom: 30px;
	}
	
	#vikna-page .block-4 .form {
		min-width: 250px;
	}
	
	#vikna-page .block-2 {
		margin-bottom: 0;
	}
	
	#vikna-page .block-3 {
		padding: 30px 20px 10px;
	}
}

/* ===== News page ===== */


.news-page .page-content {
  padding-bottom: 60px;
}

.news-page .page-content .container {
    padding-left: 50px;
    padding-right: 50px;
}

.news-page .page-content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.news-page h1, .news-page .h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 50px 0 40px; 
}

.news-page .news-head {
  display: flex;
  margin-bottom: 30px; 
}

.news-page .news-head .select-container {
  margin-left: auto; 
}

.news-page .news-head .select-container .sorting button {
  width: 100%;
  border: 1px solid #ebebeb;
  font: 400 13px/38px Roboto;
  color: #646464;
  -webkit-transition: .3s;
  transition: .3s;
  height: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #eff2f5;
  border-radius: 3px;
  padding-left: 20px;
  text-align: left;
}

.news-page .news-head .select-container .sorting button:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  line-height: 40px;
  color: #646464;
}

.news-page .news-head .select-container .sorting ul {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  display: none;
}

.news-page .news-head .select-container .sorting ul li {
  list-style-type: none;
}

.news-page .news-head .select-container .sorting ul li a {
  font: 400 13px/21px Roboto;
  color: #181817;
}

.news-page .news-head .select-container .sorting ul li a:hover {
  text-decoration: underline;
}

.news-page .main-content {
  padding-bottom: 70px;
  position: relative; 
}

.news-page .main-content .btn-primary {
  display: block;
  max-width: 385px;
  padding: 10px 5px;
  margin: 50px auto 0; 
}

.news-page .col-sm-6.col-lg-4 {
  margin-bottom: 50px; 
}

.news-page .news-item .detail-link a {
  font-size: 15px; 
}


.news-page .load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #242424;
  color: #fff;
  height:60px;
}

.news-page .load-more i {
  margin-left: 12px;
  transition: 0.25s;
  transform-origin: center;
}

.news-page .load-more:hover i{
  transform: rotate(180deg);
}

.news-item {
  min-height: 100%; 
}

.news-item .detail-link {
  text-align: right; 
}

.news-item .detail-link a {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  text-decoration: none;
  color: #111;
  font-size: 18px; 
}

.news-item .detail-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 19px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  transition: 0.25s;
  line-height: 1; 
}

.news-item .detail-link a:hover {
  text-decoration: underline; 
}

.news-item .detail-link a:hover:after {
  right: -5px; 
}

.news-item .item-img {
  height: 280px;
  transition: 0.25s;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden; 
}

.news-item .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.news-item .item-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.news-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease; 
}

.news-item .item-img a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0; 
}

.news-item .item-img:hover img {
  transform: scale(1.08);
}

.news-item .item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #252525;
  line-height: 1.3;
  min-height: 43px; 
}

.news-item .item-title a {
  text-decoration: none;
  color: inherit; 
}

.news-item .item-title a:hover {
  text-decoration: underline; 
}

.news-item .item-date {
  color: #888;
  font-size: 11px; 
}

.news-item .item-text {
  margin: 0 0 10px;
  overflow: hidden;
  color: #777;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; 
}

.news-inner .breadcrumb {
    background-color: transparent;
    padding-left: 0!important;
    margin-top: 10px!important;
}

.news-inner .breadcrumb li {
    color: #6c757d;
}

.news-inner .breadcrumb li a {
    color: #111;
}

.news-inner .breadcrumb li,
.news-inner .breadcrumb li a {
    font-size: 13px;
}

.news-inner .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #f77171;
    padding-right: 4px;
}


.news-inner .page-content {
  padding-bottom: 50px; 
}

.news-inner .page-content .container {
    padding-right: 100px;
    padding-left: 100px;
}

.news-inner .breadcrumb {
  margin-bottom: 30px; 
}

.news-inner .main-content {
  padding-bottom: 30px; 
}

.news-inner .article-col {
  padding-right: 30px;
  padding-top: 15px; 
}

.news-inner .article-col p {
  margin: 5px 0 15px; 
}

.news-inner .article-col a {
  color: #669A00;
  text-decoration: none; 
}

.news-inner .article-col a:hover {
  text-decoration: underline; 
}

.news-inner .article-col .h1, 
.news-inner .article-col h1 {
  font-size: 36px;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.1; 
}

.news-inner .article-col {
  font-family: 'Roboto';
}

.news-inner .article-col .h2, 
.news-inner .article-col h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0 5px;
}

.news-inner .article-col .h3, .news-inner .article-col h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 5px; 
}

.news-inner .article-col .h5, .news-inner .article-col h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700; 
}

.news-inner .article-col img {
  display: block;
  max-width: 100%; 
}

.news-inner .article-col ul,
.news-inner .article-col ol {
  margin: -5px 0 20px;
  padding: 0 0 0 20px; 
  }

.news-inner .article-col ul li {
  position: relative;
  margin: 3px 0; 
}

.news-inner .article-col .article-date {
  color: #888;
  font-size: 11px;
  margin-bottom: 10px;
  clear: both; 
}

.news-inner .align-left {
  margin: 12px 12px 12px 0; 
}

.news-inner .align-right {
  margin: 12px 0 12px 12px; 
}

.news-inner .aside-col {
  padding: 110px 0px 5px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 5; 
  font-family: "Roboto";
}

.news-inner .aside-col iframe {
  max-width: 100%; 
}

.news-inner .aside-col .h3, .news-inner .aside-col h3 {
  font-size: 24px;
  margin: 0 0 25px;
  font-weight: 500; 
}

.news-inner .aside-col .news-item {
  display: flex;
  margin-bottom: 20px; 
}

.news-inner .aside-col .item-body {
  margin-top: -3px; 
}

.news-inner .aside-col .item-img {
  height: 110px;
  flex: 0 0 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s;
  margin-right: 12px; 
}

.news-inner .aside-col .item-img picture {
  display: block;
  width: 100%;
  height: 100%; 
}

.news-inner .aside-col .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.news-inner .aside-col .item-img a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0; 
}

.news-inner .aside-col .item-img:hover {
  opacity: 0.8; 
}

.aside-col .news-item .item-text {
  font-size: 13px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-inner .aside-col .item-title {
  margin-bottom: 5px;
  color: #212121;
  font-size: 16px;
  min-height: auto;
  line-height: 1.2; 
  font-weight: 500;
}

.news-inner .aside-col .item-title a {
  color: inherit;
  text-decoration: none; 
}

.news-inner .aside-col .item-title a:hover {
  text-decoration: underline; 
}

.news-inner .aside-col .item-date {
  color: #888;
  font-size: 11px;
  margin-bottom: 5px; 
}

.news-inner .aside-col .detail-link a {
  font-size: 13px;
  padding-right: 13px; 
}

.news-inner .aside-col .detail-link a:after {
  font-size: 16px;
}

.news-inner .breadcrumbs ul {
  display: flex;
  align-items: center;
}

@media(max-width: 1700px) {
    .news-item .item-img {
        height: 220px;
    }

    .news-inner .article-col .h1, 
    .news-inner .article-col h1 {
        font-size: 32px;
    }

    .news-inner .article-col {
        font-size: 14px;
    }

    .news-inner .page-content .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .news-inner .aside-col {
        padding-top: 105px;
    }
}

@media (max-width: 1399px) {
  .news-page h1, .news-page .h1 {
    font-size: 24px;
  }

  .index-news .news-link {
    font-size: 20px;
    padding-right: 20px; 
  }

  .index-news .text-container h2, 
  .index-news .text-container .h2 {
    font-size: 28px; 
  }

  .news-item .item-title {
    font-size: 17px; 
  }

  .news-item .detail-link a {
    font-size: 16px; 
  }

  .news-inner .article-col h1 {
    font-size: 28px; 
  }

  .news-inner .aside-col .item-title {
    font-size: 14px; 
  } 
}

@media (max-width: 1199px) {
  .news-page .page-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-page .item-text {
    font-size: 13px;
  }

  .news-page .load-toggle {
    font-size: 20px; 
  }

  .news-inner .article-col .h2, 
  .news-inner .article-col h2 {
    font-size: 20px; 
  }

  .news-inner .article-col .h3, 
  .news-inner .article-col h3 {
    font-size: 16px; 
  }

  .news-inner .article-col .h4, 
  .news-inner .article-col h4 {
    font-size: 14px; 
  }

  .news-inner .aside-col .item-title {
    font-size: 15px; 
  }

  .news-inner .aside-col .h3 {
    font-size: 20px; 
  }

  .news-inner .aside-col .news-item .detail-link {
    text-align: left; 
  }

  .news-inner .aside-col .news-item .item-body {
    flex-grow: 1; 
  }

  .news-inner .breadcrumb {
    margin-bottom: 30px; 
  }

  .news-inner .breadcrumb .breadcrumb-item,
  .news-inner .breadcrumb .breadcrumb-item a {
    font-size: 12px; 
  }

  .index-news {
    padding: 30px 0 40px; 
  }

  .index-news .text-container {
    margin-bottom: 30px; 
  }

  .news-item .item-img {
    height: 200px; 
  }

  .news-item .item-title {
    font-size: 16px; 
  }

  .news-inner .aside-col {
    padding-left: 0;
  } 
}

@media (max-width: 991px) {
    .header .bottomHeader .ulDor ul li a,
    .header .bottomHeader .navDor ul li a {
        font-size: 14px;
    }

  .news-inner .article-col {
    padding-right: 15px; 
  }

  .news-inner .article-col h1 {
    font-size: 24px; 
  }

  .news-inner .aside-col {
    margin-left: 0;
    margin-top: 20px; 
  }

  .news-inner .aside-col .h3 {
    font-size: 24px; 
  }

  .news-inner .aside-col .item-title {
    font-size: 16px; 
  }

  .news-inner .aside-col .item-body {
    flex-grow: 1; 
  }

  .news-inner .aside-col .detail-link {
    display: inline-block; 
  }

  .news-inner .breadcrumbs li a,
  .news-inner .breadcrumbs li {
    font-size: 13px;
    white-space: nowrap;
  }

  .news-inner .breadcrumbs li:last-child {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .index-news .col-sm-6.col-lg-4 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
  }

  .news-item .item-img {
    height: 220px;
  }

  .index-news .news-link {
    top: auto;
    right: auto;
    position: relative;
    width: 130px; 
  }

  .index-news .text-container h2, 
  .index-news .text-container .h2 {
    font-size: 24px; 
  }
}

@media (max-width: 767px) {
    .header .bottomHeader .ulDor ul {
        flex-wrap: wrap;
        justify-content: center;
    }

  .news-page h1, .news-page .h1 {
    margin-bottom: 35px;
    margin-top: 30px;
  }

  .news-page .item-title {
    font-size: 14px;
    height: auto; 
  }

  .news-page .item-img {
    height: 150px; 
  }

  .news-page .item-text {
    font-size: 12px;
    height: auto; 
  }

  .news-page .main-content .btn-primary {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 50px; 
  }

  .news-inner .article-col p {
    font-size: 14px; 
  }

  .news-inner .article-col ul li,
  .news-inner .article-col ol li {
    font-size: 14px; 
  }

  .news-inner .article-col h2 {
    font-size: 18px; 
  }

  .news-inner .article-col {
    padding-top: 25px; 
  }

  .news-inner .article-col h1 {
    font-size: 24px; 
  }

  .news-inner .aside-col {
    padding-top: 10px; 
  } 
}

@media (max-width: 575px) {
  .news-page .news-head .select-container {
    width: 400px;
    margin: 0 auto;
    flex-wrap: wrap; 
  }

  .news-page .col-xs-6.col-lg-4 {
    width: 100%;
    margin-bottom: 25px;
  }

  .news-inner .breadcrumbs li:last-child {
    max-width: 200px;
  }

  .news-page .news-head .select-container .select-label,
  .news-page .news-head .select-container .select-box,
  .news-page .news-head .select-container .select-button,
  .news-page .news-head .select-container .select-dropdown {
    width: 100%; 
  }

  .news-inner .breadcrumb {
    margin-bottom: 20px; 
  }

  .news-inner .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px; 
  }

  .news-inner .aside-col .item-title {
    min-height: auto; 
  }

  .news-inner .aside-col .item-img {
    flex: 0 0 120px; 
  }

  .news-inner .aside-col .news-item {
    width: 100%; 
  }

  .news-inner .article-col img {
    float: none !important;
    margin: 10px 0 !important; 
  }

  .news-item {
    width: 400px;
    margin: 0 auto 15px; 
  }

  .news-item .item-img {
    height: 220px; 
  }

  .index-news .text-container .h2, 
  .index-news .text-container h2 {
    text-align: center; 
  }

  .news-inner .page-content .container {
    padding-right: 15px;
    padding-left: 15px;
  } 
}

@media (max-width: 479px) {
  .news-page .news-head .select-container {
    width: 360px; 
  }

  .news-page .main-content .btn-primary {
    margin: 0 0 20px; 
  }

  .news-item {
    width: 360px; 
  }

  .news-item .item-img {
    height: 200px; 
  }

  .news-inner .aside-col .item-img {
    flex: 0 0 100px;
    width: 100px;
    height: 100px; 
  } 
}

@media (max-width: 400px) {
  .news-item {
    width: 100%; 
  }

  .news-item .item-img {
    height: 180px; 
  }

  .news-page .load-more {
    width: 100%;
  } 
}