body {font-family: "Montserrat"}
body a {text-decoration: none;}
body header {color: #9D9FA0;}
.btn-primary { background: #CD1F48; border-color: #CD1F48; }
.btn-primary:hover { background: #e6003d; border-color: #e6003d; }
.btn-primary:focus { background: #e6003d; border-color: #e6003d; }
/*.right { display: block; margin-left: auto; margin-right: 10px; }*/
.w-180 { width: 180px; }
a.active { color: #CC1F4A!important; }
.breadcrumb a { color: #CD1F4B; font-size: 14px; }
.breadcrumb .active { font-size: 14px; }
.product-page { padding: 40px 0 }
h3.product-title { margin-top: 40px; font-weight: 300; text-transform: inherit; font-size: 25px; }
.product-page > .info { background: #F5F5F5; padding: 10px; }
.product-page .info ul { list-style-type: none; padding: 0; margin: 0;}
.product-page .info ul li { padding: 10px; font-size: 13px; }
.product-page .info ul li a { color: #CD1F4B; }
.product-page .info img { width: 5%;}
.product-page .property ul { list-style-type: none; padding: 0; margin: 0;}
.product-page .property ul li { padding: 10px 10px 0 10px; font-size: 13px; }
.product-page .property img { width: 10%; margin-right: 10px; }
.product-page .details { padding-top: 30px; }
.product-page .details .view a, .video a {
    font-size: 75px;
    text-align: center;
    display: block;
}
.product-page .details .view svg, .video svg { width: 1em; height: 1em; }
.product-page .details .view, .video {
    padding: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #D9D9D9;
    border-radius: 7px;
}
.product-page .btn-add-to-cart, .btn-send-form {
    color: white;
    background-color: #CD1F4B;
    width: 170px;
}
.product-page .btn-add-to-cart:hover, .btn-send-form:hover {
    color: white;
    background: #e6003d;
    text-decoration: none;
}
.product-page .btn-quick-order {
    color: black;
    background-color: #bdef5c;
    width: 170px;
    font-size: 15px;
    padding: 7px 0;
}
.product-page .btn-quick-order:hover {
    background: #95e000;
    text-decoration: none;
}
.product-page .info .nav-tabs .nav-item.show, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #CD1F4B!important;
    border: none;
    border-radius: 0px;
}
.product-page .info .nav-tabs .nav-item, .nav-tabs .nav-link {
    color: black;
    background-color: #DEDEDE;
    border-radius: 0px;
    border: none;
    margin-right: 4px;
}
.product-page .info .nav-tabs .nav-item:hover, .nav-tabs .nav-link:hover {
    background-color: #FBD102;
    border: none;
    border-radius: 0px;
}
.product-page .nav-tabs { border: none; }
.product-page .info-tab {
    margin-top: 50px;
    background: #F5F5F5;
    padding: 30px;
}
.product-page .benefit {
    background: #F5F5F5;
    background-image: -webkit-linear-gradient(top, #ffffff, #F5F5F5);
    background-image: -moz-linear-gradient(top, #ffffff, #F5F5F5);
    background-image: -ms-linear-gradient(top, #ffffff, #F5F5F5);
    background-image: -o-linear-gradient(top, #ffffff, #F5F5F5);
    background-image: linear-gradient(to bottom, #ffffff, #F5F5F5);
    padding: 80px 0;
}

.product-page .benefit img { width: 300px; height: 232px; display: block; margin: 0 auto; }
.product-page .benefit h2 { text-align: center; }

.product-page .container-fluid { padding-left: 0; padding-right: 0; }
.product-page .banner { position: relative; }
.product-page .banner .video-background {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: gray;
}
.product-page .banner .video-background video {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
.product-page .banner .content-block img { display: block; margin: 0 auto; width: 100%; }

.product-page .in-color .video-block {
    position: relative;
    height: auto;
    width: auto;
    background: black;
    overflow: hidden;
    margin-top: 40px;
}
.product-page .in-color .video-block .cover-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 12% auto 0 auto;
    width: 50%;
    color: white;
}
.product-page .in-color .video-block .cover-block i { font-size: 50px; }
.product-page .in-color .video-block img { object-fit: cover; opacity: 0.6; }
.product-page .in-color .video-block h2 { font-size: 40px; }
.product-page .in-color .video-block p {  font-size: 18px; margin-bottom: 50px; }
.product-page .in-color .video-block img { height: 520px; }
.product-page .in-color img { width: 100%; }
.product-page .in-color { background: white; text-align: center;  }
.product-page .in-color #in-color-carousel p { margin-top: 20px; text-transform: uppercase; font-size: 14px; }

.product-page .product-list, .contact-form { padding-top: 80px; }
.product-page .contact-form img { width: 20%; margin-bottom: 40px; }
.product-page .product-list h3 { font-size: 26px; text-align: center; }
.product-page .product-list .item { text-align: center; }
.product-page .product-list .item ul { text-align: left; margin: 0 auto; width: 80%; }
.product-page .product-list .item img { width: 100%; }
.product-page .product-list .item h2 { font-size: 20px; margin: 40px 0; }
.product-page .product-list .item > a { font-size: 20px; margin: 40px 0; color: #212529; text-transform: uppercase; font-weight: 500; display: block; }
.product-page .product-list .item > a:hover { color: grey; }
.product-page .product-list .item .order-btn { margin: 40px 0; }

.in-color a {color: #212529;}
.in-color a:hover { color: grey; }

.vertical-center { display: flex; align-items: center; height: 100%; }
.background-grey { background: #F5F5F5; }
.background-green { background: #B9DB01; }
.background-orange { background: #FFCE00; }
.background-purple { background: #9D7AD1; color: white; }
.background-blue { background: #579FD7; color: white; }
.background-brown { background: #8D6F66; color: white; }
.background-black { background: #1E252B; color: white; }
.background-red { background: #CD1F4B; color: white; }
.border-green { border: 2px solid #B9DB01; }
.border-purple { border: 2px solid #9D7AD1; }
.border-orange { border: 2px solid #FFCE00; }
.border-blue { border: 2px solid #579FD7; }
.border-brown { border: 2px solid #8D6F66; }
.border-black { border: 2px solid #1E252B; }
.border-red { border: 2px solid #CD1F4B; }
.product-page .in-color .description { margin: 0 100px;}
.product-page .in-color .description h2 { padding: 40px 10px; text-transform: uppercase; }
.product-page .in-color .description p { text-align: left; font-size: 16px; padding: 0 10px; }
.product-page .detail, .benefits { background: #F5F5F5; text-align: center; padding: 80px 0; }
.product-page .benefits { margin-bottom: 80px;}
.product-page .detail p, .benefits p, .in-color p { font-size: 14px; }
.product-page .benefits img { width: 90%; }
.product-page .benefits ul { list-style-type: none; padding: 0; }
.product-page .benefits ul li { margin-bottom: 30px; }
.product-page .benefits ul.left li p { text-align: right; font-weight: bold; }
.product-page .benefits ul.right li p { text-align: left; font-weight: bold; }
.product-page .benefits ul li svg { width: 60px; display: block; }
.product-page .benefits ul.left li svg { margin: 0 0 30px auto; }
.product-page .benefits ul.right li svg { margin: auto 0 30px 0; }

.product-page .detail img { display: block; margin: 0 auto; width: 100%; }

/* overlok */
.product-page .detail .left a#btn1 { left: 42%; bottom: 88%; }
.product-page .detail .left a#btn2 { left: 69%; bottom: 86%; }
.product-page .detail .left a#btn3 { left: 12%; bottom: 35%; }
.product-page .detail .left a#btn4 { left: 44%; bottom: 26%; }
.product-page .detail .left a#btn5 { left: 66%; bottom: 37%; }
.product-page .detail .left a#btn6 { left: 80%; bottom: 20%; }
.product-page .detail .right a#btn7 { left: 60%; bottom: 86%; }
.product-page .detail .right a#btn8 { left: 31%; bottom: 66%; }
.product-page .detail .right a#btn9 { left: 42%; bottom: 46%; }
.product-page .detail .right a#btn10 { left: 37%; bottom: 28%; }
.product-page .detail .right a#btn11 { left: 16%; bottom: 26%; }
.product-page .detail .right a#btn12 { left: 22%; bottom: 26%; }
.product-page .detail .right a#btn13 { left: 30%; bottom: 18%; }
.product-page .detail .left, .right { position: relative; }
.product-page .detail .left a, .right a {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}
/* shvejno-vyshivalnye-mashiny */
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn1 { left: 50%; bottom: 79%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn2 { left: 69%; bottom: 80%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn3 { left: 34%; bottom: 61%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn4 { left: 79%; bottom: 65%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn5 { left: 48%; bottom: 37%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn6 { left: 36%; bottom: 30%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn7 { left: 56%; bottom: 21%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn8 { left: 51%; bottom: 53%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn9 { left: 49%; bottom: 44%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn10 { left: 80%; bottom: 66%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn11 { left: 69%; bottom: 44%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn12 { left: 80%; bottom: 32%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn13 { left: 80%; bottom: 25%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn14 { left: 80%; bottom: 18%; }

.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn15 { left: 38%; bottom: 92%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn16 { left: 61%; bottom: 80%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn17 { left: 64%; bottom: 92%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn18 { left: 19%; bottom: 61%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn19 { left: 27%; bottom: 46%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn20 { left: 32%; bottom: 41%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn21 { left: 39%; bottom: 34%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a.btn22 { left: 38%; bottom: 22%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn23 { left: 33%; bottom: 77%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn24 { left: 54%; bottom: 86%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn25 { left: 24%; bottom: 44%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn26 { left: 58%; bottom: 59%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn27 { left: 39%; bottom: 25%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn28 { left: 37%; bottom: 18%; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item2 a.btn29 { left: 40%; bottom: 11%; }

.product-page .detail .shvejno-vyshivalnye-mashiny .item1, .item2 { position: relative; }
.product-page .detail .shvejno-vyshivalnye-mashiny .item1 a, .item2 a {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}

/* manekeny-dlya-shitya */
.product-page .detail .manekeny-dlya-shitya .item1 a.btn1 { left: 50%; bottom: 79%; }
.product-page .detail .manekeny-dlya-shitya .item1 a.btn2 { left: 50%; bottom: 37%; }
.product-page .detail .manekeny-dlya-shitya .item1 a.btn3 { left: 37%; bottom: 33%; }
.product-page .detail .manekeny-dlya-shitya .item2 a.btn4 { left: 51%; bottom: 80%; }
.product-page .detail .manekeny-dlya-shitya .item2 a.btn5 { left: 48%; bottom: 37%; }
.product-page .detail .manekeny-dlya-shitya .item2 a.btn6 { left: 36%; bottom: 30%; }

.product-page .benefits img.manekeny-dlya-shitya { width: 34%; }
.product-page .detail .manekeny-dlya-shitya .item1, .item2 { position: relative; }
.product-page .detail .manekeny-dlya-shitya .item1 a, .item2 a {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}

/* pylesosy-ciklony */
.product-page .detail .pylesosy-ciklony .item1 a.btn1 { left: 30%; bottom: 30%; }
.product-page .detail .pylesosy-ciklony .item1 a.btn2 { left: 50%; bottom: 37%; }
.product-page .detail .pylesosy-ciklony .item1 a.btn3 { left: 69%; bottom: 33%; }
.product-page .detail .pylesosy-ciklony .item2 a.btn4 { left: 32%; bottom: 75%; }
.product-page .detail .pylesosy-ciklony .item2 a.btn5 { left: 65%; bottom: 75%; }
.product-page .detail .pylesosy-ciklony .item2 a.btn6 { left: 36%; bottom: 30%; }
.product-page .detail .pylesosy-ciklony .item2 a.btn7 { left: 60%; bottom: 18%; }

.product-page .benefits img.pylesosy-ciklony { width: 80%; }
.product-page .detail .pylesosy-ciklony .item1, .item2 { position: relative; }
.product-page .detail .pylesosy-ciklony .item1 a, .item2 a {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}

/* utyugi */
.product-page .detail .utyugi .item1 a.btn1 { left: 47%; bottom: 74%; }
.product-page .detail .utyugi .item1 a.btn2 { left: 39%; bottom: 56%; }
.product-page .detail .utyugi .item1 a.btn3 { left: 48%; bottom: 51%; }
.product-page .detail .utyugi .item1 a.btn4 { left: 40%; bottom: 46%; }
.product-page .detail .utyugi .item1 a.btn5 { left: 42%; bottom: 76%; }
.product-page .detail .utyugi .item1 a.btn6 { left: 43%; bottom: 52%; }
.product-page .detail .utyugi .item2 a.btn7 { left: 50%; bottom: 64%; }
.product-page .detail .utyugi .item2 a.btn8 { left: 38%; bottom: 53%; }
.product-page .detail .utyugi .item2 a.btn9 { left: 39%; bottom: 40%; }
.product-page .detail .utyugi .item2 a.btn10 { left: 52%; bottom: 37%; }
.product-page .detail .utyugi .item2 a.btn11 { left: 44%; bottom: 70%; }
.product-page .detail .utyugi .item2 a.btn12 { left: 59%; bottom: 40%; }

.product-page .benefits img.utyugi { width: 90%; }
.product-page .detail .utyugi .item1, .item2 { position: relative; }
.product-page .detail .utyugi .item1 a, .item2 a {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}

/* otparivateli */
.product-page .detail .otparivateli .item1 a.btn1 { left: 50%; bottom: 70%; }
.product-page .detail .otparivateli .item1 a.btn2 { left: 45%; bottom: 64%; }
.product-page .detail .otparivateli .item1 a.btn3 { left: 51%; bottom: 61%; }
.product-page .detail .otparivateli .item1 a.btn4 { left: 48%; bottom: 53%; }
.product-page .detail .otparivateli .item1 a.btn5 { left: 51%; bottom: 23%; }
.product-page .detail .otparivateli .item2 a.btn6 { left: 51%; bottom: 75%; }

.product-page .detail .otparivateli .item1 a.btn7 { left: 36%; bottom: 42%; }
.product-page .detail .otparivateli .item1 a.btn8 { left: 57%; bottom: 25%; }
.product-page .detail .otparivateli .item1 a.btn9 { left: 72%; bottom: 20%; }
.product-page .detail .otparivateli .item2 a.btn10 { left: 40%; bottom: 47%; }
.product-page .detail .otparivateli .item2 a.btn11 { left: 51%; bottom: 36%; }
.product-page .detail .otparivateli .item2 a.btn12 { left: 57%; bottom: 47%; }

.product-page .benefits img.otparivateli { width: 90%; }
.product-page .detail .otparivateli .item1, .item2 { position: relative; }
.product-page .detail .otparivateli .item1 a, .item2 a {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}

/* vyshivalnye-mashiny  */
.product-page .benefits .vyshivalnye-mashiny img.item1 { width: 60%; }
.product-page .benefits .vyshivalnye-mashiny img.item2 { width: 80%; }
.product-page .benefits .vyshivalnye-mashiny img.item3 { width: 40%; }
.product-page .vyshivalnye-mashiny nav, .utyugi nav { margin: 0 auto; display: inline-block; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn1 { left: 48%; bottom: 94%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn2 { left: 47%; bottom: 81%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn3 { left: 37%; bottom: 73%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn4 { left: 52%; bottom: 67%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn5 { left: 75%; bottom: 69%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn6 { left: 48%; bottom: 56%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn7 { left: 30%; bottom: 38%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn8 { left: 48%; bottom: 36%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn9 { left: 48%; bottom: 28%; }
.product-page .detail .vyshivalnye-mashiny .item1 a#btn10 { left: 37%; bottom: 22%; }

.product-page .detail .vyshivalnye-mashiny .item2 a#btn11 { left: 42%; bottom: 92%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn12 { left: 60%; bottom: 78%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn13 { left: 87%; bottom: 65%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn14 { left: 43%; bottom: 62%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn15 { left: 18%; bottom: 42%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn16 { left: 44%; bottom: 40%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn17 { left: 42%; bottom: 26%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn18 { left: 25%; bottom: 20%; }
.product-page .detail .vyshivalnye-mashiny .item2 a#btn19 { left: 42%; bottom: 15%; }

.product-page .detail .vyshivalnye-mashiny .item3 a#btn20 { left: 50%; bottom: 92%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn21 { left: 39%; bottom: 79%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn22 { left: 66%; bottom: 75%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn23 { left: 50%; bottom: 78%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn24 { left: 32%; bottom: 62%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn25 { left: 44%; bottom: 63%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn26 { left: 39%; bottom: 42%; }
.product-page .detail .vyshivalnye-mashiny .item3 a#btn27 { left: 49%; bottom: 59%; }
.product-page .detail .vyshivalnye-mashiny .item1, .item2, .item3 { position: relative; }
.product-page .detail .vyshivalnye-mashiny .item1 a, .item2 a, .item3 a  {
    background-color: #CD1F48;
    color: #FFFFFF;
    font-size: 10px;
    display:block;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
}

.video-background .e-color-green { background: #B9DB01BD!important; }
.video-background .e-color-red { background: #CD1F4BC4!important; }

.product-page .banner .content-block {
    z-index: 1;
    position: relative;
    color: white;
    padding: 10px;
}
.product-page .banner .content-block h1, h2, h3 { text-transform: uppercase; margin-bottom: 50px; }
.product-page .banner .content-block h1, h3 { font-weight: bold; }
.product-page .banner .content-block h3 { font-size: 25px; }
.product-page .banner .content-block h4 {
    padding: 10px 30px;
    background-color: #9D7AD18F;
}

.product-page .banner .content-block .info { display: flex; align-items: center; }
.product-page .banner .content-block a {
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    background-color: #CD1F4B;
    padding: 10px 20px;
    border-radius: 4px;
}
.product-page .product .gallery { margin-top: 40px; }
.product-page .carousel-wrapper > .carousel #gallery-carousel, .in-color #in-color-carousel {
    color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
.product-page .carousel-wrapper > .carousel #gallery-carousel img, .in-color #in-color-carousel img { width: 100%; }
.product-page .carousel-wrapper > .carousel #gallery-carousel .carousel__slide, .in-color #in-color-carousel .carousel__slide { width: 35%; padding: 10px; }
.product-page .carousel-wrapper > .carousel { background: white; text-align: center; padding: 80px 0; }

#product-carousel {
    margin: 0 60px 100px;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
.product-page .product #product-carousel img { width: 100%; }
.product-page .product #product-carousel .carousel__slide { width: 100%; padding: 0; }
.product-page .product #product-carousel .carousel__button.is-prev { left: -1.5rem; }
.product-page .product #product-carousel .carousel__button.is-next { right: -1.5rem; }
.product-page .product #product-thumb-carousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 30%;
}
.product-page .product #product-thumb-carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.product-page .product #product-thumb-carousel .carousel__slide.is-nav-selected { opacity: 1; }
.logo img { width: 220px; }
header { background: #1E252B; padding: 20px 0; }
#mobile-menu { display: none; }
#mobile-menu { padding: 10px 0; background: #1E252B; }
#mobile-menu svg { width: 2em; height: 2em; }
#mobile-menu p { margin-bottom: 5px; }
#mobile-menu .nav { padding: 0; }
#mobile-menu li a {
    color: white;
    padding: 0 6px;
    font-size: 10px;
    text-align: center;
    display: block;
}
.menu { background: #1E252B; padding-bottom: 20px;  }
.menu .nav li a {
    color: #9D9FA0;
    padding: 13px 20px;
    font-size: 17px;
    font-weight: 400;
}
.menu .nav li a:hover { border-bottom: 3px solid #CC1F4A; }
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.top-buffer-20 { margin-top:20px; }
.top-buffer-80 { margin-top:80px; }
.product-page .price { font-size: 25px; font-weight: bold; }
#menu-title:hover { color: white; cursor: pointer; }
#menu-title { top: 28px;position: absolute; }
#menu-title span { text-transform: uppercase; }
#menu-model .modal-content { background: #F5F5F5; }
#menu-content { background: #F5F5F5; }
#menu-content .container, .search {padding: 40px 0; }
@font-face {
    font-family: 'newicons';
    src: url('../font/newicons.eot?12122132');
    src: url('../font/newicons.eot?12122132#iefix') format('embedded-opentype'),
    url('../font/newicons.woff2?12122132') format('woff2'),
    url('../font/newicons.woff?12122132') format('woff'),
    url('../font/newicons.ttf?12122132') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "newicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.categories .icon-1:before { content: '\e800'; } /* 'î €' */
.categories .icon-4:before { content: '\e801'; } /* 'î ' */
.categories .icon-3:before { content: '\e802'; } /* 'î ‚' */
.categories .icon-2:before { content: '\e803'; } /* 'î ƒ' */
.categories .icon-filter:before { content: '\f0b0'; } /* 'ï‚°' */

.main-page .categories a:hover{ border-bottom: 3px solid #CC1F4A; }
.main-page .categories a { color: black; padding-bottom: 6px; line-height: 2; }
.categories .icon { font-size: 98px; }
.categories .divider { border-bottom: 1px solid; width: 50%; margin: 0 auto;}
.categories .color-1 { color: #d00c4a; }
.categories .color-2 { color: #C5E128; }
.categories .color-3 { color: #AF90D8; }
.categories .color-4 { color: #94786E; }
.categories h2 { font-size: 14px; font-weight: 700; }
.categories ul { list-style-type: none; padding: 0; text-align: center;}
#menu-content a { color: #398ffc; font-size: 14px; text-align: center; }
#menu-content a:hover { color: #3b3d42; }
#menu-content ul.item > li { margin-bottom: 30px; }
#menu-content ul.item > li:first-child { margin-bottom: 10px; }
#menu-content ul.item ul li { margin-bottom: 20px; }
#menu-content .fa-xmark, #search-content .fa-xmark {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 30px;
    cursor: pointer;
}
footer a.head { font-size: 18px; }
footer a { color: #9D9FA0; font-size: 13px; }
footer a:hover { color: white; }
footer ul { list-style-type: none; padding: 0; }
footer ul li:first-child { margin-bottom: 30px; }
footer ul li:first-child a { font-size: 18px; }
footer p { font-size: 13px; }
footer .list-inline-item a { font-size: 12px!important; }
footer .list-inline-item a svg { width: 30px; }
.col-centered{ float: none; margin: 0 auto; }
#to-top {
    color: #cd1f4b;
    font-size: 40px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}
#btn-call-back {
    color: #cd1f4b;
    font-size: 46px;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: auto;
    top: -14px;
}
.local-picker-wrapper {width: 76px;}
.local-picker-wrapper, .call-back-wrapper {position: relative;}
#blocks-carousel img { width: 100%; }
#blocks-carousel .text h1, h5 { margin-bottom: 20px; }
#blocks-carousel .text {
    width: auto;
    text-align: center;
    padding: 20px 20px 64px 20px;
    position: absolute;
    bottom: 8%;
    color: white;
    width: 70%;
    left: 15%;
}
#blocks-carousel .text span.red { background: #cd1f4b; }
#blocks-carousel .text span.green { background: #d6f236; color: black; }
#blocks-carousel .text span.yellow { background: #ffcb04; color: black; }
#blocks-carousel .text span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 16px 26px;
    font-size: 20px;
}

#main-carousel img { width: 100%; }
#main-carousel h1 a { color: white; }
#main-carousel h1 a:hover { color: #cd1f4b; }
#main-carousel .text-left h1, h5 { margin-bottom: 20px; }
#main-carousel .text-left {
    width: auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 20px 64px 20px;
    position: absolute;
    bottom: 15%;
    color: white;
    left: 15%;
}
#main-carousel .text-left span.red { background: #cd1f4b; }
#main-carousel .text-left span.green { background: #d6f236; color: black; }
#main-carousel .text-left span.yellow { background: #ffcb04; color: black; }
#main-carousel .text-left span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 16px 26px;
    font-size: 20px;
}
.main-page .slide-block { position: relative; margin: 0 auto; }
.main-page .slide-block.full { overflow: hidden; height: 400px; }
.main-page .slide-block.half { overflow: hidden; height: 300px; }
.main-page .slide-block.full h1 { font-size: 60px; }
.main-page .slide-block.full h1 a { color: white; }
.main-page .slide-block.half h1 { font-size: 26px; }
.main-page .slide-block.half h1 a { color: white; }
.main-page .slide-block.full p { font-size: 24px; }
.main-page .slide-block img { width: 100%; }
.main-page .slide-block:before {
    background-color: rgba(0, 0, 0, 0.33);
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
}
#blocks-carousel .carousel-item { height: 400px; }
#blocks-carousel .carousel-item:before {
    background-color: rgba(0, 0, 0, 0.33);
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
}
.main-page .slide-block .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: grey;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.main-page .slide-block:hover .overlay { height: 100%; }
.main-page .slide-block.full .overlay h4 { font-size: 26px; margin-bottom: 20px; }
.main-page .slide-block.full .overlay p { font-size: 16px; }
.main-page .slide-block.full .overlay a { font-size: 16px; color: orange; }
.main-page .slide-block.half .overlay h4 { font-size: 18px; margin-bottom: 20px; }
.main-page .slide-block.half .overlay p { font-size: 12px; }
.main-page .slide-block.half .overlay a { font-size: 12px; color: orange; }
.main-page .slide-block .text  {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
#blocks-carousel a:hover { color: orange }
#blocks-carousel a {
    color: white;
    padding: 10px;
    border: 2px solid;
    border-radius: 4px;
    display: inline-block;
}
.catalog-page img { width: 100% }
.catalog-page a { color: black; }
.catalog-page a:hover { background-color: rgba(192,192,192, 0.1); }
.catalog-page .card-title { text-align: center; }
.catalog-page .card { box-shadow: -4px 10px 14px 0px rgb(0 0 0 / 50%); border: none; }
.cart-page fieldset.form-group { margin-left: 4px; }
.cart-page table img { width: 20%; }
.cart-page table tfoot { text-align: right; }
.cart-page table input { width: 50%; }
.cart-page .result { width: 50%; margin: 0 auto; }
.cart-page .order-btn { color: white; background: #CD1F4B; display: block; margin: 0 auto; }
.cart-page .order-btn:hover { background: #e6003d; }
.main-btn { color: white; background: #CD1F4B; display: table; margin: 0 auto; }
.main-btn:hover { background: #e6003d; color: white; }
#cart-sync:hover { color: #cd1f4b; }
#cart-sync {
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
}

.cart-items { list-style: none;padding: 0; margin-bottom: 30px; }
.cart-title { padding: 16px 0; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; font-weight: 500;}
.cart-items .cart-item { border-bottom: 1px solid #e9e9e9; padding: 19px 0; margin-bottom: 20px;}
.cart-item img {max-width: 100px;}
.cart-del { cursor: pointer; }
.cart-del:hover { color: #cd1f4b; }
.product-amount {
    flex-shrink: 0;
    display: inline-flex;
    vertical-align: top;
    margin-right: 15px;
}
.product-amount-number {
    max-width: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: transparent;
    border-right: transparent;
    text-align: center;
}
.product-amount-decrease, .product-amount-increase {
    padding: 4px 6px;
}
.product-amount-decrease {
    border-radius: 4px 0 0 4px;
}
.product-amount-increase {
    border-radius: 0 4px 4px 0;
}
.product-amount-decrease, .product-amount-increase {
    border: 1px solid #ebebeb;
    text-align: center;
    background: white;
    padding: 8px;
}


.page .widget-container {
    margin: 0 0 30px 12px;
    padding: 0px 0px 0px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 8px;
    border-color: #D70036;
    border-radius: 0;
    font-size: 24px;
}
.page h2 { text-align: center; margin: 40px 0; }
.page h3 { text-transform: initial; margin: 25px 0; }
.page.about img { width: 20%; float: left; }
.page.about .block p { font-style: italic; margin-top: 40px; font-size: 20px; }
.page.about .block { border: 1px solid; background: #F5F5F5; color: #54595F; }
.page.contacts .widget-container p { font-size: 18px; }
.page.contacts h5 { font-weight: bold; }
.page.contacts a { font-size: 20px; color: #CD1F4B; }
.page.contacts a:hover { color: #e6003d; }
.page.contacts ul { padding: 0; }
.page.contacts ul li { display: inline; padding-right: 10px; }
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.header-cart-wrapper {
    position: relative;
    top: 8px;
}
.header-cart-text {
    margin-left: 28px;
    color: #CC1F4A;
}
.header-cart-count {
    border-radius: 50%;
    position: absolute;
    width: 20px;
    font-size: 14px;
    height: 20px;
    padding: 0px;
    background: #fff;
    color: #666;
    text-align: center;
    font-weight: bold;
}
.review {
    background: white;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.star-content {
    display: inline-block;
    vertical-align: middle;
    color: #909090;
}
.star-content .star {
    display: block;
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.star-content .star:after {
    color: #dbdbdb;
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    left: 0;
    font-size: 13px;
}
.star-content .star.active:after {
    color: gold;
}
.property-table { padding-top: 80px; }

.CDEK-widget__popup-mask { z-index: 1030!important; }

.locale-picker {width: 44px;position: absolute; top: 4px; right: 0px;}
.locale-picker .dropdown:hover { border-top: 3px solid #CC1F4A;}
.locale-picker .dropdown ul { padding-left: 0px; }
.locale-picker .dropdown {z-index: 100; border-top: 3px solid #1E252B; text-transform: capitalize;font-size: 17px; background: #1E252B;}
.locale-picker .dropdown a { color: #9D9FA0; width: auto; display: block; padding: 4px 0px;}
.locale-picker .dropdown.closed ul {margin-top: 0px;}
.locale-picker .dropdown ul li.selected {display: none;}
.locale-picker .dropdown.closed ul li {height: 0px;}
.locale-picker .dropdown ul li:hover {background-color: rgba(255,255,255, 0.2);}
.locale-picker .dropdown div.title {cursor: pointer;}
.locale-picker .dropdown ul {overflow: hidden;}
.locale-picker .dropdown div.title:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    content: "\f107";
    position: absolute;
    right: 2px;
    top: 0px;
}
.search-bth {position: absolute; top: 9px; cursor: pointer;}
.search-bth:hover {color: #CC1F4A;}
.slider-fix-1 {width: 456px!important;} /* TODO: find a better solution */
#search-modal .modal-content { background: #F5F5F5; }
.search-wrapper .card-title { text-align: center; }
.search-wrapper .card { box-shadow: -4px 10px 14px 0px rgb(0 0 0 / 50%); border: none; }
.search-wrapper a { color: black; }
.search-wrapper a:hover { background-color: rgba(192,192,192, 0.1); }
.form-signin { width: 100%; max-width: 330px; padding: 15px; margin: auto; }
.f-right { float: right; }
.invisible-block {visibility: hidden; opacity: 0;}
.visible-block {visibility: visible; opacity: 1; transition: visibility 0.5s, opacity 0.5s linear;}
#carousel-height {height: 587px;}
.background-white {background: white;}
.where-to-buy .shop-list img {-webkit-transition: all 0.7s ease; transition: all 0.7s ease;}
.where-to-buy .shop-list img:hover {-webkit-transform:scale(0.9); transform:scale(0.9);}
.font-size-17 {font-size: 17px;}
.divider-element {width: 60%; border-top: 4px solid #CD1F4B;}
.subscribers form {
    width: 100%;
    max-width: 800px;
    padding: 30px;
    margin: auto;
}

.page.support h2 {margin: 0px;}

.support .accordion-item {border: none; margin: 5px 0; border-bottom: none;}
.support .accordion-button:not(.collapsed) {box-shadow: none;}
.support .accordion-button:focus {box-shadow: none; border-color: transparent; background: transparent; color: #cd1f4b;}
.support .accordion-button:not(.collapsed) {background: transparent; color: #cd1f4b;}
.support .accordion-button:hover {color: #cd1f4b;}
.support i.fa-solid.fa-folder, i.fa-regular.fa-file-pdf {color: #cd1f4b;}
.support .accordion-button::after {background-image: none;}
.support .accordion-body a {color: #939393; font-size: 12px; font-weight: bold;}
.support .accordion-body a:hover {color: #cd1f4b;}
.support .accordion ul {list-style-type: none; padding-left: 1rem; margin: 0px;}
@media (max-width: 1200px) {
    .btn-quick-order, .btn-add-to-cart { margin-bottom: 20px; }
    .product-page .product-list .item .order-btn { width: 170px; margin: 40px auto 0; }
    .main-page .slide-block.full { height: auto; }
    .main-page .slide-block.half { height: auto; }
    #blocks-carousel .carousel-item { height: auto; }
}
@media (max-width: 768px) {
    .mob-right {text-align: center}
}
@media (max-width: 576px) {
    .product-page .in-color .description h2 {font-size: 20px;}
    .product-page .benefits ul.left li p, ul.right li p {word-break: break-all;}
    .cart-page .result { width: 100%; }
    .slider-fix-1 {width: 250px!important;}
    .search-bth {top: 4px; left: -20px;}
    .local-picker-wrapper {width: 70px;}
    .locale-picker {top: 0px; left: 20px;}
    .logo img {width: 190px;}
    #btn-call-back { right: 60px; }
    .breadcrumb a { font-size: 10px; }
    .breadcrumb .active { font-size: 10px; }
    .product-page .price { text-align: center; }
    .product-page .product-list .item { margin: 30px 0; }
    .product-page .in-color .description { margin: 0!important; }
    .product-page .in-color .description p { margin-bottom: 50px!important; }
    .product-page .contact-form img { margin: 0 auto 66px; display: block; }
    .product-page .order-btn { width: 170px; margin: 0 auto; }
    .property-table table { font-size: 9px }
    footer .row { text-align: center; }
    #menu-title { width: auto; position: absolute; font-size: 26px; top: 18px; }
    #hide { display: none!important; }
    .menu { padding: 0; }
    #to-top { bottom: 60px; }
    #mobile-menu { display: block; }
    #main-carousel .text-left span { font-size: 14px; padding: 4px 8px; }
    #main-carousel .text-left h1 { margin: 0; font-size: 18px; }
    .main-page .slide-block.full h1 { font-size: 20px; }
    .main-page .slide-block.full p { font-size: 10px; }
}
