body {
    font-family: DIN;
}

.container {
    max-width: 1080px!important;
}

* {
    margin: 0;
    padding: 0
}

.home-page-banner img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    max-height: 500px;
}

.catalog-right-banner {
    margin-top: 40px
}

.header {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-row {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding: 5px 0px;
}

.header-row .right-menu .search {
    margin-bottom: 0px;
}

.header-row .left-logo {
    align-items: center;
    display: flex;
}

.header-row .left-logo img {
    max-width: 200px;
}

.header-row .right-header {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.right-header .callback-menu {
    padding-bottom: 5px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-row .right-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 5px;
    border-top: 1px solid #eeee;
}

.right-header .callback-menu .callback-btn {
    display: flex;
}

.right-header .callback-menu .callback-btn a {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    font-size: 14px;
    color: #333
}

.right-header .callback-menu .callback-btn a:last-child {
    margin-right: 0px;
}

.email-btn {
    display: flex!important;
    flex-direction: row!important;
    align-items: center;
}

.email-btn img {
    padding-right: 10px;
    max-width: 30px;
}

.social-item img {
    max-width: 30px;
    width: 100%;
}

.header-row .right-menu-ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0px
}

.header-row .right-menu .right-menu-ul .right-menu-li:first-child {
    padding-left: 0px;
}

.header-row .right-menu .right-menu-ul .right-menu-li {
    padding-left: 15px;
}

.header-row .right-menu .right-menu-ul .right-menu-li .right-menu-a {
    font-family: DIN, sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.right-header .callback-menu .callback-btn a span {
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #ccc;
    font-size: 12px;
}

.html5-video-player {
    display: none!important;
}

a {
    transition: .5s ease;
}

a:hover {
    text-decoration: none;
    color: #D4DB34;
    transition: .5s ease;
}

.hover-btn {
    display: inline-block;
    min-width: 180px;
    text-align: center;
    color: #fff;
    font-family: DIN;
    font-weight: 600;
    border: 1px solid #D4DB34;
    text-transform: uppercase;
    padding: 10px 0px;
    border-radius: 100px;
    font-size: 14px;
    background: #D4DB34
}

.home-banner-content a {
    padding: 10px 25px!important;
}

.right-menu-phone {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.right-menu-phone a {
    font-size: 14px;
    font-weight: 700;
    font-family: Mont;
    color: #D4DB34!important
}

.hover-btn:hover {
    background: #D4DB34 color: #fff;
}

.home-page-banner {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.home-page-banner .home-banner-content {
    position: absolute;
    max-width: 800px;
    text-align: center;
    margin-top: 20px;
}

.home-banner-content h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Mont;
    line-height: 45px;
    text-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0, 0, 0, 0.15);
}

.banner-btn {
    color: #fff;
    margin-top: 15px;
}

.materials-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.home-page-block {
    margin-top: 50px
}

.home-banner-content p {
    text-shadow: 2px 2px 0px #000, 5px 4px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.home-page-block .title-row {
    margin-bottom: 30px;
}

.home-page-block .title-row .title-tag {
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: Mont
}

.materials-row .material-image img {
    width: 100%
}

.material-content .material-title {
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: DIN;
}

.material-content .material-desc {
    font-family: DIN;
    font-size: 14px;
    line-height: 25px;
}

.material-content .material-ul {
    position: relative;
    list-style-type: none;
    padding: 0px 30px;
    margin-top: 3px;
}

.material-content .material-ul li::before {
    content: url(../img/svg/check.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    max-width: 20px;
    left: 0px;
}

.material-content .material-ul li {
    font-size: 14px;
    padding: 5px 0px;
}

.material-content .material-link {
    justify-content: center;
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    border: 1px solid #D4DB34;
    font-weight: 600
}

.material-content .material-link:hover {
    background: #D4DB34 color: #333
}

.katalog-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 45px;
}

#mse2_results .ms2_product .product-image {
    min-height: 200px;
    margin-bottom: 10px;
}

#mse2_results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 45px;
}

.katalog-button {
    text-align: center;
    margin-top: 30px;
}

#mse2_results .product-image img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.katalog-row .product-image img {
    width: 100%
}

.katalog-row .product-image .fotorama__arr {
    display: none!important
}

.katalog-row .product-image .color-variations p {
    margin-top: 1rem;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    opacity: .6;
}

.katalog-row .product-image .color-variations .color-variations-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.katalog-row .product-item .product-title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    color: #333;
    max-height: 24px;
    overflow: hidden;
}

.zaschet-form-page textarea {
    border: 1px solid #eee;
    border-radius: 0px;
    height: 100px;
    font-size: 14px;
    padding: 15px;
}

.zaschet-form-page button {
    background: #D4DB34;
    border: none;
    font-family: Mont;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 50px;
    margin-top: 20px;
    border-radius: 100px;
    text-transform: uppercase;
}

.product-item {
    position: relative;
}

.product-item .price a {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

.feedback-background {
    background: url(../img/feedback.png);
    background-size: cover;
    background-position: bottom;
}

.feedback-container {
    text-align: center;
    padding: 50px 0px;
    max-width: 700px;
    margin: 0 auto;
}

.feedback-container h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Mont
}

.feedback-container .transform-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
}

.feedback-container .desc {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.desc-why {
    text-align: center;
    padding-top: 15px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
}

.why-we-col p {
    margin-bottom: 0px;
}

.why-we-col .title-why-col {
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.why-we-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.why-we-col {
    padding: 20px;
    text-align: center;
}

.why-we-col .desc-why-col {
    font-size: 14px;
    text-align: center;
}

.why-we-col .img-why-col {
    max-height: 40px;
    margin-bottom: 15px;
}

.zamer-desc {
    text-align: center;
    margin-top: 10px;
}

.form-group-elements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.form-group-elements .form-control-input {
    width: 100%;
    border: 1px solid #eee;
    height: 60px;
    padding-left: 25px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 100px;
}

.form-group-elements .form-input-group button {
    height: 60px;
    border: 1px solid #D4DB34;
    width: 100%;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 5px;
    border-radius: 100px;
    color: #333;
    font-family: Mont
}

.form-group-elements .form-control-input:focus,
.form-group-elements .form-control-input:active,
.zaschet-form-page input:active,
.zaschet-form-page input:focus,
.zaschet-form-page textarea:focus,
.zaschet-form-page textarea:active {
    box-shadow: none!important;
    outline: none!important;
    border: 1px solid #D4DB34!important;
}

.experience-background {
    background: url(../img/about.png);
    background-size: cover;
    background-position: bottom;
}

.experience-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.experience-col {
    text-align: center;
    background: #fff;
    border-radius: 100%;
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #D4DB34;
}

.experience-col p {
    margin-bottom: 0px
}

.exp-title {
    padding: 10px 0px 5px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.exp-desc {
    font-size: 14px;
}

.gallery-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.gallery-row .gallery-col img {
    width: 100%;
    outline: 1px solid #fff;
    outline-offset: -25px;
}

.gallery-col {
    position: relative;
}

.gallery-col p {
    position: absolute;
    top: 45px;
    left: 45px;
    background: #fff;
    padding: 15px 30px 15px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
    outline: 1px solid #333;
    outline-offset: -7px;
}

.montaz-background {
    background: url(../img/white-wood.jpg);
    background-size: contain;
    position: relative;
}

.worker-right {
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0px;
}

.montaz-container {
    text-align: left;
    padding: 50px 0px;
    max-width: 460px;
    background: rgba(255, 255, 255, .6);
    padding-left: 30px;
}

.montaz-container h4 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Mont;
}

.montaz-container .banner-btn {
    color: #fff;
    background: #D4DB34 margin-top: 0px;
}

.montaz-container .material-ul {
    position: relative;
    list-style-type: none;
    padding: 0px 30px;
    margin-top: 3px;
}

.montaz-container .material-ul li::before {
    content: url(../img/svg/check.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    max-width: 20px;
    left: 0px;
}

.montaz-container .material-ul li {
    font-size: 14px;
    padding: 5px 0px;
}

.usluga-row-content .content-full p {
    font-family: DIN;
    font-size: 14px;
    line-height: 25px;
}

.usluga-row .usluga-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 30px;
}

.usluga-row .usluga-col img {
    width: 100%
}

.usluga-row .usluga-col .right h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: Mont;
}

.usluga-row .usluga-col .right p {
    font-size: 14px;
    line-height: 25px
}

.usluga-row .usluga-col .right ul,
.usluga-row .usluga-col .right ol {
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 10px;
    list-style-type: none;
}

.manager-container .title-bottom {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #D4DB34;
}

hr.razdel {
    margin-top: 30px;
}

.manager-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 25px;
}

.manager-row .manager-col p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    font-family: DIN
}

.manager-row .manager-col {
    text-align: center
}

.manager-row .manager-col .manager-image {
    background: #fff;
    border: 3px solid #D4DB34;
    display: flex;
    max-width: 100px;
    border-radius: 100px;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.manager-row .manager-col .manager-image img {
    max-height: 40px;
}

.contacts-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.contacts-col .contact-block {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.cont-img {
    background: #fff;
    border: 3px solid #D4DB34;
    display: flex;
    max-width: 60px;
    border-radius: 100px;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cont-img img {
    max-height: 20px;
}

.contact-block {
    margin-top: 15px
}

.contact-block .right {
    align-items: center;
    display: flex;
}

.contacts-col .contact-block p {
    margin-bottom: 0px;
    font-size: 14px
}

.contacts-col .contact-block a {
    margin-bottom: 0px;
    font-size: 14px;
    color: #333;
    font-weight: 700
}

.contacts-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
}

.map-col iframe {
    width: 100%;
    height: 100%;
}

footer p {
    text-align: center;
    font-family: DIN;
    font-size: 14px;
}

.relative-header a {
    color: #333!important;
}

.relative-header {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}

.product-page {
    margin-top: 30px
}

.product-page-top h1 {
    font-family: Mont;
    font-weight: 700;
    font-size: 25px;
}

.product-page-top .bread #breadcrumb {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style-type: none;
}

.product-page-top .bread #breadcrumb li {
    font-size: 14px;
    color: #aaa;
    padding-right: 10px;
}

.product-page-top .bread #breadcrumb li a {
    font-size: 14px;
    color: #787878;
}

.product-page-top .bread #breadcrumb li:after {
    content: "|";
    padding-left: 5px;
}

.product-page-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.product-page-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.fotorama__nav {
    display: flex!important;
}

.fotorama__thumb-border {
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
    background: none!important;
    display: none
}

.fotorama__nav__shaft {
    width: 100%!important;
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.fotorama__thumb {
    background: none!important;
}

.fotorama__nav__frame {
    width: 100%!important;
    height: 100px!important;
}

.fotorama__nav__frame img {
    width: 100%!important;
    height: 100%!important;
    object-fit: contain!important;
}

.form-product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.make-order-block {
    padding: 20px 0px;
    border: 1px solid #D4DB34;
}

.make-order-block .price {
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-size: 20px;
    font-family: Mont;
    font-weight: 700;
}

.make-order-block .price span {
    font-size: 25px;
}

.form-order-input input {
    font-size: 14px;
    font-family: DIN;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 0px 15px;
    margin-bottom: 10px;
    height: 45px;
}

.order-form {
    background: rgba(240, 193, 51, .2);
    padding: 20px;
}

.order-form button {
    background: #D4DB34;
    font-family: Mont;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 16px 0px 14px;
    border: none;
    text-transform: uppercase;
    color: #333;
}

.top-right-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.top-right-icons .icon-pr img {
    max-height: 35px;
}

.top-right-icons .icon-pr {
    text-align: center;
}

.top-right-icons .icon-pr p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.desc-product h2,
.desc-product h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Mont;
    margin-bottom: 10px;
}

.pr-content-text p,
.pr-content-text li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px
}

.pr-content-text li {
    list-style-type: circle;
}

.pr-content-text ul {
    margin: 0px;
    padding: 0px 15px
}

.desc-product {
    margin-top: 20px;
}

.pr-khar-text {
    margin-bottom: 20px;
}

.pr-khar-text .options-pr td,
.pr-khar-text .vendor-pr td,
.pr-content-text table td {
    width: 50%;
    font-size: 14px;
    line-height: 25px;
}

.pr-khar-text .options-pr,
.pr-khar-text .vendor-pr,
.pr-content-text table {
    width: 100%;
}

.pr-khar-text .options-pr tr,
.pr-khar-text .vendor-pr tr,
.pr-content-text table {
    margin-top: 10px
}

.pr-khar-text .options-pr td:last-child,
.pr-khar-text .vendor-pr td:last-child,
.pr-content-text table td:last-child {
    font-weight: 700;
}

.pr-content-text table {
    margin-bottom: 20px
}

.icons-product-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    padding: 20px 20px 0px;
}

.icons-product-price .price-icon {
    display: flex;
    align-items: center;
}

.icons-product-price .price-icon img {
    max-width: 50px;
}

.icons-product-price .price-icon p {
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 10px;
}

.product-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.col-pr-bottom .title-col {
    font-size: 18px;
    font-family: Mont;
    font-weight: 700;
    margin-bottom: 10px;
}

.col-pr-bottom .col-bottom-content ul {
    margin-bottom: 10px;
    list-style-type: circle;
}

.col-pr-bottom .col-bottom-content ul li {
    font-size: 14px;
}

.col-pr-bottom .col-bottom-content .col-bottom-content-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.col-pr-bottom .col-bottom-content a {
    color: #333;
    font-size: 14px;
    border: 1px solid #eeee;
    padding: 10px 20px 7px;
    display: block;
}

.col-pr-bottom-center {
    display: flex;
}

.col-pr-bottom .col-2-in-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-pr-bottom-center .pr-bottom-p-desc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px
}

.order-form h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    font-family: Mont;
    line-height: 30px;
}

.product-item .transparent {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0px;
}

.product-item .fotorama__stage {
    max-height: 200px;
    min-height: 200px
}

.mobile-visible {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
}

.mobile-visible .mobile-visible-a img {
    max-height: 20px;
    height: 20px;
}

.mobile-visible .mobile-visible-li {
    padding-left: 15px;
}

.modal_def {
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    display: none;
    z-index: 15;
    overflow-y: scroll;
    height: 100vh;
}

.modal_def .mobile-top-row-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 5px;
    padding: 15px 0px;
}

.mobile-top-row-header .left img {
    max-width: 250px;
}

.mobile-top-row-header .right img {
    max-width: 25px
}

.mobile-top-row-header .right {
    text-align: right;
}

.mobile-top-row-header .right:hover,
.mobile-top-row-header .left:hover {
    cursor: pointer;
}

.mobile-visible p:hover {
    cursor: pointer;
}

.mobile-menu-content {
    margin-top: 30px
}

.mobile-visible p {
    margin-bottom: 0px;
}

.mobile-menu-content ul {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center
}

.mobile-menu-content a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    font-family: Mont;
    text-transform: uppercase;
}

.form-phone-us {
    max-width: 400px;
    margin: 0 auto;
}

.form-phone-us h6 {
    font-size: 20px;
    font-family: Mont;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.form-input-group-popup {
    padding-bottom: 10px;
}

.form-input-group-popup input {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #eee;
    padding-left: 15px;
    font-size: 14px
}

.form-input-group-popup button {
    background: #D4DB34;
    color: #333;
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 100px;
    font-family: Mont;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 50px;
    margin-top: 10px;
    text-transform: uppercase;
}

.form-phone-us {
    padding: 20px 0px
}

.form-phone-us p {
    text-align: center;
    margin-bottom: 20px;
}

.btn-phone {
    background: none;
    border: none;
}

.btn-phone-drop {
    background: none;
    padding: 0px;
    border: none;
}

.dropdown-menu-phone {
    position: absolute!important;
    transform: translate3d(0px, 30px, 30px)!important;
    top: 0px!important;
    will-change: transform!important;
    background: rgb(168, 210, 109)!important;
    background: linear-gradient(90deg, rgba(168, 210, 109, 1) 0%, rgba(92, 178, 112, 1) 59%)!important;
    text-align: center!important;
    padding: 0px 0px 10px!important;
}

.dropdown-menu-phone a {
    color: #fff!important;
    font-weight: 500
}

.btn-phone-drop:active,
.btn-phone-drop:focus {
    box-shadow: none!important;
    outline: none!important;
}

.mobile-phones {
    margin-top: 20px!important;
    border-top: 1px solid #333!important;
    padding-top: 20px!important;
}

.mobile-phones a {
    font-size: 16px!important;
    line-height: 35px!important;
}

#mse2_mfilter {
    margin-top: 30px
}

.katalog-page-title {
    font-family: Mont;
    font-weight: 600;
    font-size: 24px;
}

#breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style-type: none;
    display: flex;
}

#breadcrumb li {
    font-size: 14px;
    padding-right: 5px;
}

#breadcrumb li:after {
    content: "|";
    padding-left: 5px;
}

#breadcrumb li a {
    color: #000;
    font-weight: 600;
}

.filter_title {
    font-family: Din;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

#mse2_filters .mse2_number_inputs label {
    display: flex!important;
    align-items: flex-end!important;
    font-size: 14px;
}

#mse2_filters .mse2_number_inputs input {
    border-radius: 0px;
    border: 1px solid #333;
    font-size: 14px;
}

.mse2_number_inputs {
    margin-top: 15px
}

.ui-slider-range {
    top: -1px!important;
}

#mse2_filters .mse2_number_slider {
    margin-bottom: 0px;
    border: none;
}

#mse2_sort {
    display: flex;
    justify-content: space-between;
}

#mse2_sort p {
    font-size: 14px;
    text-transform: uppercase;
}

#mse2_sort a {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
}

#mse2_sort .div {
    display: flex;
}

#mse2_results .product-title {
    font-family: Din;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0px
}

.mse2_pagination ul li:first-child,
.mse2_pagination ul li:last-child {
    display: none;
}

.mse2_pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px
}

.mse2_pagination .page-item.active .page-link {
    background: #D4DB34!important;
    border: 1px solid #D4DB34!important;
}

.mse2_pagination .page-link,
.mse2_pagination .page-link {
    color: #333;
    font-size: 14px;
}

#mse2_selected_wrapper {
    display: none
}

.reset-filter {
    background: none;
    width: 100%;
    height: 40px;
    border: 1px solid #333;
}

.set_3_button4 {
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
    overflow: hidden;
    width: auto;
    padding: 0px 45px;
    line-height: 55px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-family: Mont;
    font-size: 14px;
    border: 2px solid #D4DB34;
    font-weight: 600;
}

.set_3_button4 a {
    color: #252b2d;
    text-decoration: none;
    display: block;
}

.katalog-button .set_3_button4 {
    padding: 0px 45px;
}

.set_3_button4 span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.set_3_button4:hover>span {
    opacity: 0;
    -webkit-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
}

.set_3_button4::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.set_3_button4:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.katalog-button a .set_3_button4 {
    background: #fff!important;
}

.katalog-page fieldset {
    padding-bottom: 15px;
}

.katalog-page fieldset span {
    text-transform: capitalize;
}

#mobile_filter {
    width: 100%;
    border-radius: 0px!important;
    margin-bottom: 20px;
}

.info-container {
    margin-top: 40px
}

.info-container h3 {
    font-family: Mont;
    font-size: 24px;
    font-weight: 700;
}

.info-col {
    padding-left: 100px;
    position: relative;
}

.info-col:before {
    position: absolute;
    left: 0px;
    height: 100%;
    align-items: center;
    display: flex;
    width: 100px;
    font-size: 30px;
    justify-content: center;
    color: #ccc;
}

.info-col .info-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px
}

.info-col .info-desc {
    padding-top: 10px;
    line-height: 20px;
    font-size: 14px
}

.info-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.info-row .info-col:first-child:before {
    content: "1";
}

.info-row .info-col:nth-child(2):before {
    content: "2";
}

.info-row .info-col:nth-child(3):before {
    content: "3";
}

.info-row .info-col:last-child:before {
    content: "4";
}

.info-desc-title {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.info_2_title {
    padding-top: 30px
}

.info_2_row img {
    width: 100%;
}

.info_2_row {
    margin-top: 30px;
    margin-bottom: 30px
}

.info_2_row_title {
    padding-top: 30px
}

.footer {
    background: #DC7E58;
    padding: 40px 0px;
    margin-top: 30px
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.footer-row .footer-col .footer-col-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: left
}

.footer-ul {
    margin-top: 15px;
    margin-bottom: 0px;
    list-style-type: none;
}

.footer-ul .footer-a {
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-ul span.bold {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

.footer-ul .footer-li {
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}

.bottom_footer p {
    margin-bottom: 0px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.text-page-row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.text-page-row .bread ul {
    margin-bottom: 0px!important;
    flex-wrap: wrap;
}

.text-page-row .pagetitle {
    padding: 20px 0px;
    font-size: 28px;
    font-family: Mont;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.text-page {
    padding-top: 30px;
    min-height: 70vh;
}

.text-page-row .content h4 {
    font-family: Mont;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
}

.text-page-row .content li {
    list-style-type: circle;
}

.text-page-row .content ul,
.text-page-row .content ol {
    padding-left: 20px;
}

.text-page-row .right{
    margin-top: 30px
}

.left-menu-page {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.left-menu-page .left-menu-text-a {
    display: block;
    line-height: 50px;
    color: #333;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.left-menu-page li:last-child .left-menu-text-a {
    border-bottom: 1px solid #ddd;
}

.phone-right {
    text-align: center;
    background: #DC7E58;
    padding: 20px;
}

.phone-right .title-phone-right {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.phone-right a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: Mont;
}

.text-page-row .right .text {
    margin: 15px 0px;
    text-align: center;
}

.text-page-row .right .form-phone-us {
    padding: 0px 0px!important;
}

.text-page-row table {
    border: none;
}

.text-page-row table td {
    border: 1px solid #eee;
    padding: 10px;
}

.text-page-row table tr td:first-child {
    width: 70%!important;
}

.text-page-row table tr td:last-child {
    width: 30%!important;
}

.text-page-row table tr td strong {
    text-transform: uppercase;
}

.text-page-row .center a {
    color: #DC7E58;
}