@font-face {
    font-family: "RexBold";
    src: url(../font/RexBold.ttf);
}

body {
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-image: url(../img/body-bg.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
	background-position: center 0;
}

h1, .h1 {
    color: #454545;
    font-family: Myriad Pro, sans-serif;
    src: local(Myriad Pro), url(/font/myriad.ttf) format('truetype');
    font-weight: normal;
    font-size: /*28px*/ 25px;
    margin: 0 0 10px 0;
}

h2, .h2 {
    color: #454545;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0;
}

h3, .h3 {
    color: #454545;
    font-family: Myriad Pro, sans-serif;
    src: local(Myriad Pro), url(/font/myriad.ttf) format('truetype');
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0;
}

h4, .h4 {
    color: #454545;
    font-family: Myriad Pro, sans-serif;
    src: local(Myriad Pro), url(/font/myriad.ttf) format('truetype');
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

p { /*text-indent: .8em;*/
    color: #676767; /*font-family: Myriad Pro, serif; src: local(Myriad Pro), url(../font/myriad.ttf) format('truetype');*/

    font-family: Myriad Pro, sans-serif;
    src: url('../font/myriad.eot'); /* IE9 */
    src: url('../font/myriad.eot?') format('eot'), /* IE6-IE8 */ url('../font/myriad.woff') format('woff'), /* Современные браузеры */ url('../font/myriad.ttf') format('truetype'); /* Safari, Android, iOS */

    font-size: 16px;
    margin-bottom: 0;
    clear: both;
}

a {
    text-decoration: none;
    color: #454545;
}

a {
    -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

a:hover {
    -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

table td, th {
    border: 1px solid #ccc;
    padding: 4px;
}

/* table td:nth-child(1) {text-align: center;} */
table tr:nth-child(2n) {
    background: #eee;
}

input[type='text'], input[type='file'], input[type='password'], input[type='tel'], input[type='email'], input[type='search'], select, textarea {
    padding: 6px 30px 6px 12px !important;
    border: 1px solid #d0d4d8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    -webkit-transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
    transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
    transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
    transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
    background: #fff;
    color: #000;
    font-size: 14px;
}

input[type='text']:focus, input[type='file']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, select:focus, textarea:focus {
    border: 1px solid #869791;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.button, .button2,
#right .button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.button,
#right .button {
    padding: 10px 16px;
    color: #fff;
    border: 1px solid #00862B;
    background-color: #00862B;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
}

.button:hover,
#right .button:hover {
    color: #00862B;
    background: transparent;
}

.button:active,
#right .button:active {
    color: #fff;
    background-color: #00862B;
}

.noborder {
    border: none;
    margin: 0;
}

.noborder td, tr {
    border: none;
    vertical-align: top;
}

.noborder p {
    width: 256px !important;
}

.noborder h3 {
    color: #85a70f;
    font-family: Myriad Pro, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 5px;
    text-transform: none;
}

.noborder.subcat {
    text-align: center;
    box-shadow: none;
}

.noborder a {
    color: #676767 !important;
}

.noborder a:hover {
    color: #85A70F !important
}

.noborder img {
    background: #434343 !important
}

.noborder img:hover {
    background: #87BB00 !important
}

.clear {
    clear: both;
}

.dostavka td {
    border: none;
}

.dostavka table {
    border: none;
}

.highslide-html {
    border: 1px solid #20B030;
    border-radius: 4px;
    box-shadow: 1px 2px 15px #777777;
}

.highslide-html-content {
    background: #C4E036;
}

.highslide-credits {
    display: none !important;
}

#contactForm {
    width: 500px;
}

#contactForm input[type="text"], textarea, select {
    border: 1px solid #ccc;
    margin: 10px 0;
}

#contactForm input[type="submit"] {
    border: 1px solid #76A900;
    padding: 8px;
    background: #DDFFDD;
    cursor: pointer;
    box-shadow: 0px 0px 1px #333333;
    margin-top: 6px;
    color: #333;
}

#contactForm input[type="submit"]:active {
    border: 1px solid #76A900;
    padding: 8px;
    background: #DDFFDD;
    cursor: pointer;
    box-shadow: none;
}

/* #adminForm input, textarea {float: right; border: 1px solid #ccc; padding: 5px;} */
.warnText {
    border: 2px solid #f00;
    width: 500px;
    padding: 6px;
}

#wrapper {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 1px 2px 145px #000000;
}

#header {
    position: relative;
    height: 365px;
    width: 1200px;
    background: url(/img/head-bg.png) left bottom no-repeat, #E1E5DA;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#header .time-header{
    font-size: 17px;
    text-align:center;
}

#header .socials{
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.header__flex{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
}

.socials .item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.1s ease-in-out;
}

.socials .item img{
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.socials .item:hover{
    opacity: .8;
    transition: opacity 0.1s ease-in-out;
}

.socials .item.vk{
    background: #45668e;
}

.socials .item.inst{
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.socials .item.whatsapp{
    background: #25D366;
}

.socials .item.whatsapp img{
    width: 26px;
    height: 26px;
}

.socials .item.youtube{
    background: #ff0000;
}

.socials .item.telegram{
    background: #0088cc;
}

.socials .item.max{
    background: #161f8a;
}

.socials .item.max img{
    filter: unset;
}

#zvonok {
    float: left;
    height: 45px;
    width: 226px;
    padding: 30px 0 0 130px;
}

#tel {
    line-height: 1;
}

#tel span {
    /*font-family: Myriad Pro, sans-serif;*/
    /*src: local(Myriad Pro), url(/font/myriad.ttf) format('truetype');*/
    font-size: 17px;
    color: #454545;
}

#tel .title {
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

#tel .phone {
    /*font-family: Myriad Pro, sans-serif;*/
    font-size: 25px;
    font-weight: 600;
    color: #454545;
    margin: 0;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}

#tel .phone:hover {
    text-decoration: underline;
}

.phone-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.phone-wrap__ico{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.phone-wrap__ico:hover{
    opacity: .8;
}

.block .phone-wrap__ico{
    position: relative;
    top: 3px;
    margin-left: 10px;
}

/* Выпадающее меню */
#topmenu {
    height: 45px;
    width: 1200px;
    background-color: #454545;
    position: relative;
}

#social {
    float: right;
    width: 140px;
    height: 45px;
    background-image: url(../img/social-bg.png);
    background-repeat: no-repeat;
    margin-right: 135px;
}

.social-button {
    left: 14px;
    margin-left: 13px;
    position: relative;
    top: 15px;
}

#cssmenu {
    float: left;
    margin: 0;
    width: 750px;
    height: 50px;
    left: 85px;
    position: absolute;
}

#cssmenu ul {
    margin: 5px 0 0;
}

ul#cssmenu li {
    margin: 0;
    border: 0 none;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
    height: 45px;
    color: #fff; /* text color */
    font-family: Myriad Pro, sans-serif;
    font-size: 18px;
    text-shadow: 0 0 0 #fff; /* drop shadow */
    padding: 10px 13px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: #383838;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #383838 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: 0 medium 0 0;
    box-shadow: 1px 0 0 #5A5A5A;
}

ul#cssmenu li:nth-child(1) {
    border-left: 1px solid #5a5a5a;
    box-shadow: 1px 0 0 #5A5A5A;
}

ul#cssmenu li:hover {
    background-color: #97ba1a;
}

ul#cssmenu li.active {
    background-color: #97ba1a;
}

ul#cssmenu ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: inherit;
    list-style: none;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2000;
    border: 1px solid #592004;
    border-radius: 5px;
    background: #F1C145;
    -webkit-box-shadow: 1px 7px 9px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 1px 7px 9px rgba(50, 50, 50, 0.7);
    box-shadow: 1px 7px 9px rgba(50, 50, 50, 0.7);
    opacity: 0.9;
    filter: alpha(opacity=90); /*Для Осла от 8 и раньше */
}

ul#cssmenu ul:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

ul#cssmenu ul li {
    margin: 0 auto;
    color: #fff;
    white-space: nowrap;
    left: 0;
    right: 10px;
    display: block !important;
    display: inline;
    font-size: 14px;
}

/* Main Menu */
ul#cssmenu a {
    color: #fff;
    text-decoration: none;
    font-family: Myriad Pro, sans-serif;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
    color: #fff;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
    float: left;
    color: #222;
    padding: 3px 0;
    text-align: left;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
    color: #f00;
}

ul#cssmenu ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 250px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
    display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
    display: block;
}

#slogan {
    height: 80px;
    width: 1200px;
    background-image: url(../img/slogan-bg2.png);
    background-repeat: repeat-x;
    background-size: cover;
}

#slogan p {
    margin: 0 95px;
    margin-top: 4px;
    margin-right: 0;
    padding: 14px 46px 14px 0;
    font-family: "RexBold";
    src: url(../font/RexBold.ttf);
    color: #454545;
    font-size: 36px;
    font-style: normal;
    float: left;
    border-right: 3px solid #AFB0AE;
}

.header-mini-cart {
    float: right;
    width: 324px;
    text-align: center;
    margin-top: 21px;
}

.mini-cart-content {
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
}

.mini-cart-content:hover {
    text-decoration: underline;
}

#content {
    background-color: #f7f9f5;
    width: 1200px;
    padding-bottom: 50px;
}

#left {
    width: 325px;
    float: left;
    margin: /*30px*/ 20px 0 0 30px;
}

#left ul {
    padding: 0 0 0 21px;
    list-style-image: url(../img/bullet.gif);
    margin-bottom: 0;
}

#left li {
    color: #454545;
    font-size: 20px;
    font-family: "RexBold";
    src: url(../font/RexBold.ttf);
    text-shadow: 1px 0 0 #555555;
}

#left li.strelkatut {
    background: url('/img/strelka.png') right center no-repeat;
    cursor: pointer;
}

#left ul li:hover {
    list-style-image: url(../img/bullet-hover.gif);
}

#left h3 {
    color: #85a70f;
    font-family: Myriad Pro, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.rightmenu li {
    text-shadow: none !important;
    font-family: Myriad Pro, sans-serif !important;
    padding-bottom: 13px;
}

.rightmenu {
    list-style-image: url(../img/bullet2.gif) !important;
    color: #454545;
    font-size: 20px;
    padding-left: 48px !important;
    margin-top: 0;
}

.rightmenu li:hover {
    list-style-image: url(../img/bullet2.gif) !important;
}

.activeli {
    list-style-image: url(../img/bullet-hover.gif) !important;
}

.rightmenu a:hover {
    color: #85A70F;
}

.active {
    color: #85A70F;
}

#divider {
    height: 1px;
    width: 297px;
    background-image: url(../img/div.gif);
}

#right {
    float: left;
    width: 755px;
    margin: /*30px*/ 20px 0 50px 40px;
}

#right p {
    width: 100%;
    font-family: Myriad Pro, sans-serif;
    src: url('../font/myriad.eot'); /* IE9 */
    src: url('../font/myriad.eot?') format('eot'), /* IE6-IE8 */ url('../font/myriad.woff') format('woff'), /* Современные браузеры */ url('../font/myriad.ttf') format('truetype'); /* Safari, Android, iOS */
}

#right a {
    color: #00862B;
}

.fastmenu {
    text-align: center;
    float: left;
    height: 209px;
    width: 140px;
    margin-right: 25px;
    margin-bottom: 30px;
    font-family: Myriad Pro, sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #454545;
}

.fastmenu a {
    color: #454545 !important;
}

.fastmenu a:hover {
    color: #85a70f !important;
}

.fastmenu img {
    background: #434343;
}

.fastmenu img:hover {
    background: #87BB00;
}

.textblock img {
    margin: 10px;
}

blockquote {
    color: #86a710;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 20px;
}

#right ul {
    list-style-image: url("../img/bullet.gif");
    margin-top: 20px;
    padding: 0 0 0 21px;
}

#right ul.galochka {
    list-style-image: url(/img/zelenaja-galochka-marker.png);
}

#right li {
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    color: #686868;
    padding-bottom: 10px;
}

/*.textblock {*/
/*    width: 665px;*/
/*    padding-left: 34px;*/
/*}*/

.separator {
    background-color: #dedddd;
    height: 1px;
    width: 575px;
    clear: both;
    margin: 30px 0 0 0;
}

/* .highslide img {float: left; border: 5px solid #fff; border-radius: 8px; height: 150px; width: 225px;} */
.gallery {
    box-shadow: 1px 2px 2px #444444;
    margin: 15px 0 0 !important;
}

#footer {
    background-color: #2a2a2a;
    width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 7px solid #4b4b4b;
}
#footer .socials{
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 5px;
}

.socials_footer:not(:last-child){
    margin-bottom: 5px;
}

.socials_footer .item {
    width: 45px;
    height: 45px;
}


.socials_footer .item img{
    width: 30px;
    height: 30px;
}

#botmenu {
    width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.footer__block{

}

#footer .block {
    margin-bottom: 15px;
}

#nomera {
    width: 320px;
    float: left;
    margin-top: 10px;
}

.block {
    border-bottom: 1px solid #444343;
    padding-bottom: 30px;
}

.block:nth-child(3) {
    border-bottom: none;
}

.block p {
    color: #efefef;
    font-family: "Myriad Pro";
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.block span {
    color: #efefef;
    font-family: "Myriad Pro";
    font-size: 14px;
    line-height: 21px;
}

.block img {
    margin-right: 10px;
}

.green {
    color: #85a70f !important;
    font-family: "Myriad Pro";
    font-size: 14px;
}

#pages {

}

#pages p {
    padding-left: 20px;
    color: #efefef;
    font-family: "Myriad Pro";
    font-size: 18px;
    margin-bottom: 10px;
    text-indent: none;
    margin-top: 5px;
}

#pages ul {
    list-style-type: none;
    margin-top: 0;
    padding: 0 0 10px 20px;
    color: #efefef;
    font-family: "Myriad Pro";
    font-size: 14px;
    margin-left: 13px;
    margin-bottom: 0;
    border-bottom: 1px solid #444343;
}

#pages a {
    color: #fff;
}

#pages a:hover, #foto a:hover {
    text-decoration: underline;
}

#foto p:first-child{
    padding-top: 0;
    margin-top: 0;
}

#foto{
    width: 315px;
}

#foto a {
    color: #fff;
    font-size: 14px;
}

#foto p {
    color: #efefef;
    font-family: "Myriad Pro";
    font-size: 18px;
    margin-bottom: 10px;
    text-indent: 0;
    margin-top: 5px;
}

#foto span {
    color: #efefef;
    font-family: "Myriad Pro";
    font-size: 14px;
    line-height: 21px;
}

#foto img {
    padding-right: 10px;
}

#copy {
    background-color: #f7f9f5;
    width: 1200px;
    height: 50px;
    border-bottom: 10px solid #4b4b4b;
    clear: left;
}

#copy p {
    color: #727272;
    font-family: Myriad Pro, sans-serif;
    src: local(Myriad Pro), url(/font/myriad.ttf) format('truetype');
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0 130px;
}

#bottom {
    background-color: #f7f9f5;
    width: 1200px;
    height: 15px;
}

.stepp {
    float: left;
    width: 85px;
    height: 69px;
    background: #74AA04;
    color: #fff;
    margin-right: 10px;
    padding: 16px 0 0 0;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}

.stepp span {
    font-size: 20px;
    font-weight: bold;
}

.noborder {
    border: none;
}

.noborder img {
    max-width: 300px;
}

.noborder tr:nth-child(2n) {
    background: none;
}

.begstr .owl-carousel, .basic-slider .owl-carousel, .carousel_slider .owl-carousel {
    /* owl-nav */
}

.begstr {
    /*background: url('/img/slogan-bg.png') left top no-repeat;*/
    background: #F6F9F5;
    background-size: cover;
}

.begstr .owl-carousel .owl-nav [class*=owl-], .basic-slider .owl-carousel .owl-nav [class*=owl-], .carousel_slider .owl-carousel .owl-nav [class*=owl-] {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -10px;
    opacity: 1;
    /*opacity: 0.5;
    background-color: transparent;*/
    background-image: url("/img/slider-arrows.png");
    /*-webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;*/
}

.begstr .owl-carousel .owl-nav [class*=owl-]:hover, .basic-slider .owl-carousel .owl-nav [class*=owl-]:hover, .carousel_slider .owl-carousel .owl-nav [class*=owl-]:hover {
    opacity: 1;
    /*-webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;*/
}

.begstr .owl-carousel .owl-nav .owl-prev:hover {
    background-image: url("/img/slider-arrows.png");
}

.begstr .owl-carousel .owl-nav .owl-next:hover {
    background-image: url("/img/slider-arrows.png");
    background-position: -21px 0;
}

.begstr .owl-theme .owl-nav {
    margin: 0;
}

.begstr .owl-carousel .owl-nav [class*=owl-]:active, .basic-slider .owl-carousel .owl-nav [class*=owl-]:active, .carousel_slider .owl-carousel .owl-nav [class*=owl-]:active {
    /*opacity: 0.8;*/
    opacity: 1;
}

.begstr .owl-carousel .owl-nav .owl-prev:active {
    background-image: url("/img/slider-arrows.png");
}

.begstr .owl-carousel .owl-nav .owl-next:active {
    background-image: url("/img/slider-arrows.png");
    background-position: -21px 0;
}

.begstr .owl-carousel .owl-nav .owl-prev, .basic-slider .owl-carousel .owl-nav .owl-prev, .carousel_slider .owl-carousel .owl-nav .owl-prev {
    left: 60px;
    background-position: 0 0;
}

.begstr .owl-carousel .owl-nav .owl-next, .basic-slider .owl-carousel .owl-nav .owl-next, .carousel_slider .owl-carousel .owl-nav .owl-next {
    right: 60px;
    background-position: -21px 0;
}

.begstr .owl-carousel, .basic-slider .owl-carousel, .carousel_slider .owl-carousel {
    /* owl-dots */
}

.begstr .owl-carousel .owl-dots .owl-dot, .basic-slider .owl-carousel .owl-dots .owl-dot, .carousel_slider .owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 24px;
    height: 20px;
}

.begstr .owl-carousel .owl-dots .owl-dot:hover span, .basic-slider .owl-carousel .owl-dots .owl-dot:hover span, .carousel_slider .owl-carousel .owl-dots .owl-dot:hover span {
    width: 15px;
    height: 15px;
}

.begstr .owl-carousel .owl-dots .owl-dot span, .basic-slider .owl-carousel .owl-dots .owl-dot span, .carousel_slider .owl-carousel .owl-dots .owl-dot span {
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.begstr .owl-carousel .owl-dots .owl-dot span:hover span, .basic-slider .owl-carousel .owl-dots .owl-dot span:hover span, .carousel_slider .owl-carousel .owl-dots .owl-dot span:hover span {
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

/* index owl slider */
.begstr {
    position: relative;
}

.begstr .container {
    padding: 0;
}

.begstr .owl-carousel {
    /**/
    /**/
}

.begstr .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.begstr .owl-carousel .owl-stage {
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.begstr .owl-carousel .item {
    display: block;
    position: relative;
    /*width:1010px;*/
    width: 1200px;
    /*height:45px;
    line-height:45px;
    margin:0 auto;*/
    color: #454545;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-size: 25px;
}

.begstr .owl-carousel .item .img-container {
    display: block;
}

.begstr .owl-carousel .item .img-container img {
    max-height: 500px;
    width: auto;
    margin: 0 auto;
}

.begstr .owl-carousel .item .text {
    position: absolute;
    top: 10%;
    right: 0;
    display: block;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    font-size: 24px;
}

/*---------FORM------------*/
.item-form-element {
    position: relative;
    margin-bottom: 15px;
    text-align: left;
}

.item-form-element input {
    display: inline-block;
    vertical-align: middle;
}

.item-form-element textarea {
    vertical-align: top;
}

.item-form-element .title {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    padding-right: 15px;
}

input.success, .item-form-element.success input {
    background: url("../img/validation-informer-success.png") right 5px center no-repeat #fff;
    border-color: #00cc00;
}

input.success:focus, .item-form-element.success input:focus {
    border-color: #00cc00;
    -webkit-box-shadow: 0 0 2px 0 #009400;
    box-shadow: 0 0 2px 0 #009400;
}

input.warning, .item-form-element.warning input {
    background: url("../img/validation-informer-warning.png") right 5px center no-repeat #fff;
    border-color: #FF8F00;
}

input.warning:focus, .item-form-element.warning input:focus {
    border-color: #FF8F00;
    -webkit-box-shadow: 0 0 2px 0 #FF8F00;
    box-shadow: 0 0 2px 0 #FF8F00;
}

input.error, .item-form-element.error input {
    background: url("../img/validation-informer-error.png") right 5px center no-repeat #fff;
    border-color: #cc0000;
}

input.error:focus, .item-form-element.error input:focus {
    border-color: #cc0000;
    -webkit-box-shadow: 0 0 2px 0 #cc0000;
    box-shadow: 0 0 2px 0 #cc0000;
}

textarea.success, .item-form-element.success textarea {
    background: url("../img/validation-informer-success.png") right 5px top 5px no-repeat #fff;
    border-color: #00cc00;
}

textarea.success:focus, .item-form-element.success textarea:focus {
    border-color: #00cc00;
    -webkit-box-shadow: 0 0 2px 0 #009400;
    box-shadow: 0 0 2px 0 #009400;
}

textarea.warning, .item-form-element.warning textarea {
    background: url("../img/validation-informer-warning.png") right 5px top 5px no-repeat #fff;
    border-color: #FF8F00;
}

textarea.warning:focus, .item-form-element.warning textarea:focus {
    border-color: #FF8F00;
    -webkit-box-shadow: 0 0 2px 0 #FF8F00;
    box-shadow: 0 0 2px 0 #FF8F00;
}

textarea.error, .item-form-element.error textarea {
    background: url("../img/validation-informer-error.png") right 5px top 5px no-repeat #fff;
    border-color: #cc0000;
}

textarea.error:focus, .item-form-element.error textarea:focus {
    border-color: #cc0000;
    -webkit-box-shadow: 0 0 2px 0 #cc0000;
    box-shadow: 0 0 2px 0 #cc0000;
}

/*всплывающее сообщение*/
.item-form-element .validation-informer {
    margin-top: 9px;
    position: relative;
    display: none;
}

.item-form-element.error .validation-informer, .item-form-element.warning .validation-informer {
    display: block;
}

.item-form-element .validation-informer span {
    position: relative;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FFF7BD;
    border: 1px solid #F0F0B0;
    text-align: center;
    color: #333;
}

.item-form-element .validation-informer span:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #FFF7BD;
}

form .status_message {
    display: none;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #F0F0B0;
    background: #FFF7BD;
}

/*форма заказа товара*/
.form-zakaz-item {
    width: 220px;
    text-align: center;
    display: inline-block;
}

.form-zakaz-item .img-container {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

.form-zakaz-item .img-container img {
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.form-zakaz-item .title {
    width: 220px;
}

/*---------/FORM------------*/

/*---------ВСПЛЫВАЮЩЕЕ ОКНО------------*/
.window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    text-align: center;
    vertical-align: middle;
    z-index: 98;
}

.window-popup-overflower {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/opacity.png');
}

.window .window_body {
    position: relative;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #ccc;
    padding: 20px 30px;
}

.window .window_body .block{
    border: none;
}

.window .window_body .content {
    width: auto;
    background: #fff;
    text-align: center;
}

.window .close {
    display: none;
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -12px;

    width: 25px;
    height: 25px;
    line-height: 23px;

    color: #555555;
    font-family: tahoma;
    font-size: 15px;
    font-weight: bold;
    text-align: center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 1px 1px rgba(22, 22, 22, .3), inset 0 0 0 2px rgba(246, 246, 246, .5);
    -moz-box-shadow: 0 1px 1px rgba(22, 22, 22, .3), inset 0 0 0 2px rgba(246, 246, 246, .5);
    box-shadow: 0 1px 1px rgba(22, 22, 22, .3), inset 0 0 0 2px rgba(246, 246, 246, .5);
    border: solid 1px #a8adb3;
    background-color: #b7bec5;
    background-image: -webkit-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: -moz-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: -o-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: -ms-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: linear-gradient(to top, #b7bec5, #e4e8ed);
}

.window .close:hover {
    background-color: #e4e8ed;
    background-image: -webkit-linear-gradient(top, #b7bec5, #e4e8ed);
    background-image: -moz-linear-gradient(top, #b7bec5, #e4e8ed);
    background-image: -o-linear-gradient(top, #b7bec5, #e4e8ed);
    background-image: -ms-linear-gradient(top, #b7bec5, #e4e8ed);
    background-image: linear-gradient(to bottom, #b7bec5, #e4e8ed);
}

.window .close:active {
    background-color: #b7bec5;
    background-image: -webkit-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: -moz-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: -o-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: -ms-linear-gradient(bottom, #b7bec5, #e4e8ed);
    background-image: linear-gradient(to top, #b7bec5, #e4e8ed);
}

.window .close.show {
    display: block;
}

.window.show {
    display: inline-block;
}

.window.show .window_body {

}

.window form > .h2 {
    text-align: center;
    margin-top: 0;
}

.window form .info {
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
}

.window form .info a {
	text-decoration: underline;
}

.window form .info a:hover {
	text-decoration: none;
}

/*---------/ВСПЛЫВАЮЩЕЕ ОКНО------------*/

/*--------- WIDGET-PHONE ------------*/
.widget-phone {
    display: none;
    position: fixed;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 100;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    top: 420px;
    right: /*20%*/ 0;
}

.widget-phone .widget-phone-circle {
    border: 2px solid #00aff2;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);

    -webkit-animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
    -moz-animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
    -ms-animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
    -o-animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
    animation: widget-phone-circle-anim 2.2s infinite ease-in-out;

    width: 160px;
    height: 160px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.widget-phone .widget-phone-circle-fill {
    background-color: #00aff2;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);

    -webkit-animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
    animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;

    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
}

.widget-phone .widget-phone-img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url('../img/widget-phone.png') center no-repeat #00aff2;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
}

.widget-phone:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.widget-phone:hover .widget-phone-circle {
    border: 2px solid #75eb50;

    -webkit-animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
    -o-animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
    animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
}

.widget-phone:hover .widget-phone-circle-fill {
    background-color: #75eb50;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.widget-phone:hover .widget-phone-img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background-color: #75eb50;
    -webkit-animation: widget-phone-img-anim 1s infinite ease-in-out;
    -moz-animation: widget-phone-img-anim 1s infinite ease-in-out;
    -ms-animation: widget-phone-img-anim 1s infinite ease-in-out;
    -o-animation: widget-phone-img-anim 1s infinite ease-in-out;
    animation: widget-phone-img-anim 1s infinite ease-in-out;
}

.widget-phone-popup {
    display: none;
    padding: 15px 20px;
    width: 300px;
}

.widget-phone-popup .text {
    font-size: 16px;
    margin-bottom: 15px;
}

.widget-phone-popup .item-form-element input {
    box-sizing: border-box;
    width: 100%;
}

.block .button {
    display: block;
    border: 1px solid #76A900;
    padding: 8px;
    background: #DDFFDD;
    cursor: pointer;
    box-shadow: 0px 0px 1px #333333;
    margin-top: 6px;
    color: #333;
}

.widget-phone-popup .button, form.orderform .button {
    display: block;
    border: 1px solid #76A900;
    padding: 8px;
    background: #DDFFDD;
    cursor: pointer;
    box-shadow: 0px 0px 1px #333333;
    margin-top: 6px;
    color: #333;
}

/*netcat*/
.widget-phone-form {
    padding: 15px 20px;
    width: 300px;
}

.widget-phone-form .h2 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}

.widget-phone-form .item-form-element input {
    box-sizing: border-box;
    width: 100%;
}

.widget-phone-form .item-form-element .title {
    display: none;
}

.widget-phone-form .button {
    display: block;
}

@-moz-keyframes widget-phone-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes widget-phone-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes widget-phone-circle-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes widget-phone-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes widget-phone-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes widget-phone-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes widget-phone-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes widget-phone-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes widget-phone-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes widget-phone-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes widget-phone-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes widget-phone-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

/*--------- /WIDGET-PHONE ------------*/
/*---------PATH------------*/
.path {
    font-size: 12px;
    padding: /*0 0 29px 0*/ 20px 0 0 30px;
    width: 1030px;
    min-height: 14px;
    line-height: 20px;
}

.path a {
    color: #454545;

}

.path .separatorr {
    display: inline-block;
    color: #454545;
    margin: 0 6px;
}

.path span.selected {
    color: #454545;
    text-decoration: none;
    cursor: default;
}

/*---------/PATH------------*/

.zakaztable {
    width: 600px;
}

.zakaztable tr td {
    vertical-align: middle;
}

.zakaztable tr td img {
    display: inline-block;
    vertical-align: middle;
}

#contactForm .z-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/img/checkbox.png') left -20px no-repeat;
    cursor: pointer;
}

#contactForm .z-checkbox.active {
    background: url('/img/checkbox.png') left top no-repeat;
}

#right a.zakazat {
    display: inline-block;
    width: 575px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 28px;
    background: #ccc;
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
}

#right a.zakazat:hover {
    background: #E2D0D0;
    color: red;
}

.keytomessage {
    width: 203px;
    height: 40px;
    background: url('/img/zvonok_clear.png') left top no-repeat;
    display: inline-block;
    padding: 5px 13px 0 10px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.keytomessage span {
    text-transform: uppercase;
}

/*---------NEWS------------*/
.news {

}

.news .item {

}

/*list*/
.news.list .item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news.list .item .title {
    display: inline-block;
    margin-bottom: 10px;
}

.news.list .item .date {
    display: block;
    color: #959595;
    font-size: 12px;
}

.news.list .item .img-container {
    display: block;
    margin-bottom: 10px;
}

.news.list .item .img-container:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.news.list .item .img-container img {
    float: left;
    margin-top: 0;
}

.news.list .item .text {
    margin-bottom: 10px;
}

/*one*/
.news.one .item {
    margin-bottom: 20px;
}

.news.one .item .date {
    display: block;
    color: #959595;
    font-size: 12px;
}

.news.one .item .img {
    /*float: left;*/
    margin: 0 0 20px 0;
    max-width: 575px;
}

.news .item p {
    clear: none;
}

/*widget*/
.news.widget {
    margin-bottom: 30px;
}

.news.widget .item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news.widget .item .title {
    display: inline-block;
    margin-bottom: 10px;
}

.news.widget .item .date {
    display: block;
    color: #959595;
    font-size: 12px;
}

.news.widget .item .img-container {
    display: block;
    margin-bottom: 10px;
}

.news.widget .item .img-container:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.news.widget .item .img-container img {

}

.news.widget .item .text {
    margin-bottom: 10px;
}

.news.widget > .button {
    width: 100%;
}

/*---------/NEWS------------*/

/* preloader */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: none;
}

#preloader .spinner {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url("../img/preloader.gif") no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#preloader.active {
    display: block;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Кнопка Наверх */
.toTop {
    width: 61px;
    height: 61px;
    background: url("../img/toTop.png");
    position: fixed;
    bottom: 50px;
    left: 14%;
    cursor: pointer;
    display: none;
    z-index: 98;
    opacity: 0.3;
}

.fancybox-title {
    text-align: center;
}

/* показать лупу, если фэнсибокс увеличивает картинку */
a.fancybox-thumb.img-container, a.fancybox-thumb .img-container {
    position: relative;
}

a.fancybox-thumb.img-container:before, a.fancybox-thumb .img-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url("../img/zoom.png") center no-repeat;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

a.fancybox-thumb.img-container:hover:before, a.fancybox-thumb .img-container:hover:before {
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*==========  SLIDERS  ==========*/
.index_slider .owl-carousel, .basic-slider .owl-carousel, .carousel_slider .owl-carousel, .synced_slider1 .owl-carousel {
    /* owl-nav */
}

.index_slider .owl-carousel .owl-nav [class*=owl-], .basic-slider .owl-carousel .owl-nav [class*=owl-], .carousel_slider .owl-carousel .owl-nav [class*=owl-], .synced_slider1 .owl-carousel .owl-nav [class*=owl-] {
    width: 21px!important;
    height: 21px!important;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -11px;
    opacity: 0.5;
    background-color: transparent;
    background-image: url("../img/slider-arrows.png")!important;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.index_slider .owl-carousel .owl-nav [class*=owl-].owl-prev, .basic-slider .owl-carousel .owl-nav [class*=owl-].owl-prev, .carousel_slider .owl-carousel .owl-nav [class*=owl-].owl-prev, .synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev ,
.synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev:hover,
.synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev:active
{
    left: -40px!important;
    background-position: 0 0;
}

.index_slider .owl-carousel .owl-nav [class*=owl-].owl-next, .basic-slider .owl-carousel .owl-nav [class*=owl-].owl-next, .carousel_slider .owl-carousel .owl-nav [class*=owl-].owl-next, .synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-next,
.synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-next:hover,
.synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-next:active{
    right: -40px!important;
    background-position: -28px 0;
}

.index_slider .owl-carousel .owl-nav [class*=owl-]:hover, .basic-slider .owl-carousel .owl-nav [class*=owl-]:hover, .carousel_slider .owl-carousel .owl-nav [class*=owl-]:hover, .synced_slider1 .owl-carousel .owl-nav [class*=owl-]:hover {
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.index_slider .owl-carousel .owl-nav [class*=owl-]:active, .basic-slider .owl-carousel .owl-nav [class*=owl-]:active, .carousel_slider .owl-carousel .owl-nav [class*=owl-]:active, .synced_slider1 .owl-carousel .owl-nav [class*=owl-]:active {
    opacity: 0.8;
}

.index_slider .owl-carousel, .basic-slider .owl-carousel, .carousel_slider .owl-carousel, .synced_slider1 .owl-carousel {
    /* owl-dots */
}

.index_slider .owl-carousel .owl-dots .owl-dot, .basic-slider .owl-carousel .owl-dots .owl-dot, .carousel_slider .owl-carousel .owl-dots .owl-dot, .synced_slider1 .owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 24px;
    height: 20px;
}

.index_slider .owl-carousel .owl-dots .owl-dot span, .basic-slider .owl-carousel .owl-dots .owl-dot span, .carousel_slider .owl-carousel .owl-dots .owl-dot span, .synced_slider1 .owl-carousel .owl-dots .owl-dot span {
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.index_slider .owl-carousel .owl-dots .owl-dot:hover span, .basic-slider .owl-carousel .owl-dots .owl-dot:hover span, .carousel_slider .owl-carousel .owl-dots .owl-dot:hover span, .synced_slider1 .owl-carousel .owl-dots .owl-dot:hover span {
    width: 15px;
    height: 15px;
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

/*==========  /SLIDERS  ==========*/

/*==========  TOVAR OWL SLIDER  ==========*/
.tovar_slider{
    width: 397px;
    margin: 0 auto;
}
.synced_slider1 {
    margin-bottom: 20px;
}

.synced_slider1 .owl-carousel {
    /**/
    /**/
}

.synced_slider1 .owl-carousel .owl-item .item .img-container {
    display: block;
    position: relative;
    height: 265.33333px;
}

.synced_slider1 .owl-carousel .owl-item .item .img-container img {
    max-height: 265.33333px;
    display: inline-block;
    width: inherit;
    margin: 0;
}

.synced_slider1 .owl-carousel .owl-item .item .img-container .label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: url("../img/new-label.png");
    width: 50px;
    height: 48px;
    display: block;
}

.synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev {
    left: -30px;
}

.synced_slider1 .owl-carousel .owl-nav [class*=owl-].owl-next {
    right: -30px;
}

.synced_slider2 {
    margin-bottom: 20px;
}

.synced_slider2 .owl-carousel .item {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.synced_slider2 .owl-carousel .item .img-container {
    display: block;
    height: 82px;
}

.synced_slider2 .owl-carousel .item .img-container img {
    max-height: 82px;
    display: inline-block;
    width: inherit;
    margin: 0;
}

.synced_slider2 .owl-carousel .item:hover, .synced_slider2 .owl-carousel .item.current {
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.synced_slider2 .owl-item.loading {
    min-height: 82px;
    max-height: 82px;
}

/*==========  /TOVAR OWL SLIDER  ==========*/


/*==========  CATALOGS  ==========*/
/* catalog-products */
.catalog-products .item {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    background: #fff;
}

.catalog-products *{
    box-sizing: border-box;
}

.catalog-products .item .img-container {
    display: block;
    position: relative;
}

.catalog-products .item .img-container:hover {
    opacity: 0.8;
}

.catalog-products .item .img-container img {
    margin: 0 auto;
}

.catalog-products .item .img-container .label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: url("../img/new-label.png");
    width: 50px;
    height: 48px;
    display: block;
}

.catalog-products .item .price-container {
    margin-top: 10px;
}

.catalog-products .item .price-container .price {
    display: inline-block;
    padding: 10px 30px;
    background: #c30;
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.catalog-products .item .price-container .old-price {
    margin-top: 5px;
    text-decoration: line-through;
}

.catalog-products .item .name {
    margin-top: 10px;
    display: inline-block;
}

.catalog-products .item .name:hover{
    text-decoration: underline;
}

.catalog-products .item .button {
    width: 100%;
    margin-top: 10px;
}
/*==========  /CATALOGS  ==========*/


/*==========  TOVAR PAGE  ==========*/
.tovar-container *{
    box-sizing: border-box;
}
.tovar-container .info {
    margin-bottom: 20px;
}

.tovar-container .info .price-container .price {
    font-size: 22px;
    color: #cc0000;
}

.tovar-container .info .price-container .old-price {
    text-decoration: line-through;
    font-size: 16px;
    margin-top: 5px;
}

.tovar-container .info .button2 {
    display: block;
}

.tovar-container .info .description {
    margin-top: 15px;
}

.tovar-container .info .input_tovar{
    width: 80px;
    padding: 12px 15px!important;
    margin-right: 15px;
    margin-left: 10px;
}

/*==========  /TOVAR PAGE  ==========*/


/*--------- CART ------------*/
/* правая миникорзина */
.mini-cart {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 10;
    text-decoration: none;
    background: url("../img/cart.png") center no-repeat #337ab7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 9px 8px 15px #c8cbcc;
    box-shadow: 9px 8px 15px #c8cbcc;
}

.mini-cart.fixed {
    position: fixed;
    top: 200px;
}


.mini-cart:hover {
    background: url("../img/cart.png") center no-repeat #285f8f;
}

.mini-cart .count {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #f4a70b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cart-table {
    margin-top: 5px;
    margin-bottom: 30px;
}

.cart-table td,
.cart-table th {
    padding: 8px;
    vertical-align: middle;
}

.cart-table .tovars-counter {
    border: 1px solid #bdbdbd;
    border-radius: 25px;
    padding: 5px;
    width: 116px;
    display: inline-block;
    box-sizing: border-box;
}

.cart-table .tovars-counter .input-container {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
}

.cart-table .tovars-counter .input-container input[type=text] {
    width: 100%;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid #d0d4d8;
    background: #fff;
}

.cart-table .tovars-counter .minus,
.cart-table .tovars-counter .plus {
    float: left;
    background: #337AB7;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
    line-height: 16px;
    font-weight: bold;
}

.cart-table .tovars-counter .minus:before,
.cart-table .tovars-counter .minus:after,
.cart-table .tovars-counter .plus:before,
.cart-table .tovars-counter .plus:after {
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.cart-table .tovars-counter .minus:hover,
.cart-table .tovars-counter .plus:hover {
    background: #2E649C;
}

.cart-table .tovars-counter .minus {
    margin-left: -100%;
}

.cart-table .tovars-counter .plus {
    margin-left: -18px;
}

.cart-table .tovars-counter .minus:before {
    content: '—';
    position: relative;
    left: 2px;
}

.cart-table .tovars-counter .plus:after {
    content: '+';
    position: relative;
    left: -3px;
}

.cart-table .button-to-cart,
.cart-table .button-to-cart2 {
    background: #20a041;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    position: relative;

}

.cart-table .button-to-cart:before,
.cart-table .button-to-cart2:before
{
    content: '';
    background: url('../img/cart.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.cart-table .button-to-cart2:hover,
.cart-table .button-to-cart:hover
{
    background: #008422;
}

.cart-table .button-to-cart2:active,
.cart-table .button-to-cart:active
 {
    background: #20a041;
}

.cart-table.cart-table2 .tovars-counter .plus:after {
    left: 5px;
}

.cart-table .delete-button, .order-page .zakaz-table-container .cart-table .delete-button {
    background: url("../img/cart-delete-button.png") center no-repeat #ff5400;
    width: 26px;
    height: 26px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cart-table td.del {
    text-align: center;
}

.cart-table .delete-button:hover, .order-page .zakaz-table-container .cart-table .delete-button:hover {
    background-color: #e64c00;
}

.cart-table .delete-button:active, .order-page .zakaz-table-container .cart-table .delete-button:active {
    background-color: #ff5400;
}

.cart-page .zakaz-table-container .total {
    font-size: 18px;
    margin: 15px 0;
}

.cart-page .anketa {
    margin-top: 30px;
}

.cart-page .anketa .h3 {
    margin-top: 0;
}

.cart-page .anketa .anketa-container {
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.05);
}

.cart-page .anketa .item-form-element .title {
    margin-bottom: 5px;
    width: 100%;
}

.cart-page .anketa .item-form-element input[type='text'], .cart-page .anketa .item-form-element input[type='tel'], .cart-page .anketa .item-form-element input[type='email'], .cart-page .anketa .item-form-element input[type='search'] {
    width: 100%;
    box-sizing: border-box;
}

.cart-page .anketa .item-form-element textarea {
    width: 100%;
    box-sizing: border-box;
}

.cart-page .anketa .item-form-element .marker {
    color: #ff5400;
}

.cart-page .anketa .button-order {
    margin-top: 15px;
}

/*---------/CART------------*/

/*---------GEOLOCATION------------*/
#header .geolocation-container{
    height: 48px;
    background: #E1E5DA;
}

#header .geoLocation{
    text-align: center;
}

#header .geoLocation .region-title{
}

#header .geoLocation .region-name{
    color: #962f34;
    font-weight: bold;
}

#header .geoLocation .region-name.link{

}

#header .geoLocation .region-name.link:hover{
    color: #00862B;
    text-decoration: underline;
}

#header .geoLocation .buttons-container {
    display: inline-block;
    margin-left: 10px;
}

/*select2*/
.select-region-popup .select2-container {
    margin: 0 25px;
}

.select-region-popup .select2-selection.select2-selection--single{
    /*padding: 12px 30px 12px 22px;*/
    border: 2px solid #30acec;
    /*height: auto;*/
    height: 53px;
}

.select-region-popup .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:50px;
    font-size: 18px;
}

.select-region-popup .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 53px;
}
/*/select2*/

.hidden{
    display: none!important;
}
/*---------/GEOLOCATION------------*/



/* Region */
.region-wrapper {
  border-top: 2px solid #90cc1c;
  display: table;
  width: 100%;
  padding:20px 0;
  position:relative;
}

.region-wrapper-block {
  width: 100%; 
  text-align: left; 
  position: relative;
}


.region-adress {
  float: left;
  position: absolute;
  top: 40px;
}

.region-adress-item {
  
}

.region-map {
  width: 725px;
  float: right;
}

.region-title {
  color: #85a70f;
  font-family: Myriad Pro, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: none;
  text-align:center;
}


.region-map-wrapper {
  width:700px;
  height:400px;
  padding: 20px 0;
}

.region-wrapper span.tel {
  font-weight:bold;
}



.compl tr {
  background: #fff !important;
}

.compl tr:hover>td {
  background:#ddd;
}

.compl tr td {
  text-align:center;
  padding: 7px;
}

.f_cell {
  width:200px;
  background:#eee;
  text-align:left !important;
}

.f_cell_212 {
  width:212px;
  background:#eee;
  text-align:left !important;
}

.cell_115 {
  width:110px;
}

.cell_146 {
  width:146px;
}

.cell_490 {
  width:115px;
}

/**/

.x_block {
  position: fixed;
  background: #ffd71f;
  height: 100%;
  z-index: 99;
  box-shadow: 0 0 5px #000;
  transition: all 1s;
  right: -340px;
  width: 340px;
     top: 0;
  line-height: normal;
  letter-spacing: normal;
}
.x_block.act {
  right: 0;
  z-index: 9999;
}
#x_block_but {
  position: absolute;
  padding: 0;
  left: -195px;
  top: 300px;
  cursor: pointer;
  max-width: 200px;
}
.x_block_inner {
  position: relative;
  height: 100%;
}
.x_block_h1 {
  color: #52484b;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 10px 0;
  line-height: 30px;
}
.x_block_h1 span {
  font-size: 40px;
  line-height: 44px;
}
.x_block_uslovia img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.x_block_uslovia ul {
  list-style-type: square;
  margin: 0;
  padding: 0 30px;
}
.x_block_uslovia li {
  font-size: 14px;
  margin: 25px 0 0 0;
  text-align: justify;
  color: #0069a6;
}

.x_block_btn{
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px!important;
    background-color: #BD152D;
    border-radius: 10px;
    box-shadow: 0 0 5px #000;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 123px;
}

.ruio .item {
	display: inline-block;
	width: 175px;
	height: 115px;
	margin: 10px;
	text-align: center;
}

.ruio .item .highslide {
	display: inline-block;
}

.ruio .item img {
	margin: 0;
	max-width: 175px;
	max-height: 115px;
}

/* NEW STYLES */

@charset "UTF-8";

:root {
    --color-text-400: #666;
    --color-text-600: #333;
    --color-text-800: #13171D;
    --color-primary-600: #85A70F;
    --color-primary-600-hover: #396B00FF;
    --color-secondary-200: #f7f8f9;
    --color-secondary-300: #eff0f2;
    --color-secondary-400: #bfbfbf;
    --color-secondary-600: #004b88;
    --shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    --shadow-hover: 0 0 10px rgba(159, 159, 159, 0.4);
    --color-line: #ECECEC;
    --focus: #869791;
    --orange: #f4a70b;
    --red-600: #ff5400;
    --red-800: #d9534f;
    --white: #fff;
}

*,
::before,
::after {
    box-sizing: border-box;
}

.mb:not(:last-child),
.tpl-block-list-objects:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
    .mb:not(:last-child),
    .tpl-block-list-objects:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* ОТСТУПЫ И ДР СТИЛИ БЛОКОВ */
.section_mb {
    margin-bottom: var(--section-mb, 60px);
}
@media only screen and (max-width: 1359px) {
    .section_mb {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .section_mb {
        margin-bottom: 30px !important;
    }
}

.section_mb-sm {
    margin-bottom: var(--section-mb-sm, 50px);
}
@media only screen and (max-width: 1359px) {
    .section_mb-sm {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .section_mb-sm {
        margin-bottom: 30px !important;
    }
}

.section_mb-disabled {
    margin-bottom: 0 !important;
}

.section_p {
    padding-top: var(--section-p, 60px);
    padding-bottom: var(--section-p, 60px);
}
@media only screen and (max-width: 1359px) {
    .section_p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .section_p {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
@media only screen and (max-width: 767px) {
    .section_p {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.section_p-sm {
    padding-top: var(--section-p-sm, 50px);
    padding-bottom: var(--section-p-sm, 50px);
}
@media only screen and (max-width: 1359px) {
    .section_p-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .section_p-sm {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.section_p-disabled {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page__two-columns .main .section_p,
.page__two-columns .main .section_p-sm,
.page__two-columns .main .section_p-disabled,

.textblock .section_p,
.textblock .section_p-sm,
.textblock .section_p-disabled{
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .page__two-columns .main .section_p,
    .page__two-columns .main .section_p-sm,
    .page__two-columns .main .section_p-disabled,

    .textblock .section_p,
    .textblock .section_p-sm,
    .textblock .section_p-disabled{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section_dark {
    --color-text-400: #fff;
    --color-text-600: #fff;
    --color-text-800: #fff;
    --white: #333;
}
body .section_dark {
    color: #fff;
}
.section_dark a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link) {
    --color-primary-600: #fff;
    --color-primary-600-hover: #d2cdc7;
}
.section_dark .button,
.section_dark .button2,
.section_dark .button3 {
    --color-primary-600: #fff;
    --color-primary-600-hover: #d2cdc7;
}
.section_dark .form-control:focus-visible {
    border-color: var(--orange);
}
.section_dark .checkbox__input {
    accent-color: #fff;
}
.section_dark .checkbox_custom .checkbox__input {
    width: 18px;
    height: 18px;
    position: static;
    overflow: visible;
    clip: auto;
}
.section_dark .checkbox_custom .checkbox__ico {
    display: none;
}
.section_dark .radio__input {
    accent-color: #fff;
}
.section_dark .radio_custom .radio__input {
    width: 18px;
    height: 18px;
    position: static;
    overflow: visible;
    clip: auto;
}
.section_dark .radio_custom .radio__ico {
    display: none;
}

.section_dark h1,
.section_dark .h1,
.section_dark h2,
.section_dark .h2,
.section_dark h3,
.section_dark .h3{
    color: #fff;
}


.section_bg {
    background-position: top center;
}

[data-bg]:not(.loaded),
[data-vbg]:not(.youtube-background) {
    background-color: #EEEEEE;
}
[data-bg]:not(.loaded).section_dark,
[data-vbg]:not(.youtube-background).section_dark {
    background-color: #BBBBBB;
}

[data-vbg]:not(.youtube-background) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.section_bg-repeat {
    background-repeat: repeat;
}

.section_bg-no-repeat {
    background-repeat: no-repeat;
    background-size: cover;
}

.section_bg-parallax {
    background-position: center;
    background-attachment: fixed;
    will-change: reset;
}
@media only screen and (max-width: 767px) {
    .section_bg-parallax {
        background-attachment: scroll;
    }
}

.video-bg {
    position: relative;
}

.video-bg-block {
    z-index: -1 !important;
}
.video-bg-block iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

/* /ОТСТУПЫ И ДР СТИЛИ БЛОКОВ */
.combine-block.section_mb-disabled .tpl-block-list-objects > div:last-child .section_mb,
.combine-block.section_mb-disabled .tpl-block-list-objects > div:last-child .section_p-sm {
    margin-bottom: 0 !important;
}


.sub-title {
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    color: var(--color-text-600);
    text-wrap: balance;
    /*margin-top: -15px;*/
    margin-bottom: 30px;
}
/*@media only screen and (max-width: 1359px) {*/
/*    .sub-title {*/
/*        margin-top: -12px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 991px) {*/
/*    .sub-title {*/
/*        margin-top: -10px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 767px) {*/
/*    .sub-title {*/
/*        margin-top: -0.5rem;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1359px) {
    .sub-title {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .sub-title {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .sub-title {
        margin-bottom: 1rem;
    }
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child {
    margin-bottom: 0;
}


.text-left {
    text-align: left !important;
}
.text-left.title-wrapper > * {
    text-align: left !important;
}
.text-left.title-wrapper .sub-title:before {
    margin-left: inherit !important;
    margin-right: inherit !important;
}

.text-right {
    text-align: right !important;
}
.text-right.title-wrapper > * {
    text-align: right !important;
}
.text-right.title-wrapper .sub-title:before {
    margin-left: auto !important;
    margin-right: inherit !important;
}

.text-center {
    text-align: center !important;
}
.text-center.title-wrapper > * {
    text-align: center !important;
}
.text-center.title-wrapper .sub-title:before {
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-justify {
    text-align: justify !important;
}
.text-justify.title-wrapper > * {
    text-align: justify !important;
}
.text-justify.title-wrapper .sub-title:before {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ФОРМАТИРОВАНИЕ ТЕКСТА И ЭЛЕМЕНТОВ В ТЕКСТЕ */
.text-elements > *:not(:last-child, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .sub-title) {
    margin-bottom: 1rem;
}
.text-elements img:not([class]) {
    max-width: 100%;
    height: auto;
}
.text-elements ul:not(.ul-custom) {
    margin-top: 0;
    padding-left: 0;
}
.text-elements ul:not(.ul-custom) li {
    position: relative;
    left: 20px;
    margin-right: 20px;
}
.text-elements ul:not(.ul-custom) > li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.text-elements ul:not(.ul-custom) ul, .text-elements ul:not(.ul-custom) ol {
    margin-top: 0.5rem;
}
.text-elements ol {
    margin-top: 0;
    padding-left: 0;
}
.text-elements ol li {
    position: relative;
    left: 20px;
    margin-right: 20px;
}
.text-elements ol > li::marker {
    color: var(--color-primary-600);
    font-weight: bold;
}
.text-elements ol > li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.text-elements:after {
    display: block;
    clear: both;
    content: "";
}

/*
Если такой стиль списка нужен в блоке text-elements,
то оттуда убрать стандартный стиль ul
*/
.ul-custom {
    --ul-custom-width: 20px;
    --ul-custom-height: 20px;
    --ul-custom-margin-right: 10px;
    --ul-custom-offset: calc(var(--ul-custom-width) + var(--ul-custom-margin-right));
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: calc(-1 * var(--ul-custom-offset));
}
.ul-custom > li {
    margin-left: var(--ul-custom-offset);
    position: relative;
    left: var(--ul-custom-offset);
    margin-right: var(--ul-custom-offset);
}
.ul-custom > li:before {
    top: 1px;
    content: "";
    float: left;
    position: relative;
    background: url("../img/sprite.svg#ul-marker") no-repeat;
    width: var(--ul-custom-width);
    height: var(--ul-custom-height);
    margin-right: var(--ul-custom-margin-right);
    margin-left: calc(-1 * var(--ul-custom-offset));
}
.ul-custom > li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.ul-custom ul, .ul-custom ol {
    margin-top: 0.5rem;
}

/* /ФОРМАТИРОВАНИЕ ТЕКСТА И ЭЛЕМЕНТОВ В ТЕКСТЕ */

/* Apply focus styles */
:focus-visible, :focus {
    outline: 2px solid var(--focus);
    outline-offset: 2px;
}

/* Remove the focus outline */
:focus:not(:focus-visible) {
    outline: none;
}


.button2, .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 190px;
    max-width: 100%;
    min-height: 40px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
    line-height: 1.1;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
.button2:hover, .button:hover {
    text-decoration: none;
}
.button2 svg, .button svg {
    flex-shrink: 0;
}
.button2 svg use, .button svg use {
    transition: fill 0.1s ease-in-out, stroke 0.1s ease-in-out;
}

.button {
    background-color: var(--color-primary-600);
    color: var(--white);
}
.button svg use {
    fill: var(--white);
}
.button:hover {
    background-color: var(--color-primary-600-hover);
}
.button:active {
    background-color: var(--color-primary-600);
}
.button[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    background-color: #E6E6E6;
    border: none;
}
.button[disabled] svg use {
    fill: rgba(0, 0, 0, 0.8);
}

.button2 {
    color: var(--color-primary-600);
    border: 1px solid var(--color-primary-600);
}
.section_dark .button2{
    color: #fff!important;
}

.button2 svg use {
    fill: var(--color-primary-600);
}
.button2:hover {
    color: var(--white)!important;
    background-color: var(--color-primary-600);
}
.button2:hover svg use {
    fill: var(--white);
}
.button2:active {
    color: var(--color-primary-600);
    background-color: transparent;
}
.button2:active svg use {
    fill: var(--color-primary-600-hover);
}

.button-container {
    text-align: center;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    color: inherit;
}

blockquote {
    margin-left: 30px;
    padding-left: 20px;
    border-width: 5px;
    border-color: var(--color-primary-600);
    border-left-style: solid;
    font-style: italic;
}
@media only screen and (max-width: 767px) {
    blockquote {
        margin-left: 20px;
        padding-left: 10px;
        border-width: 3px;
    }
}
blockquote p:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.red-color {
    color: var(--red-600);
}

.float-start {
    float: left;
}

.float-end {
    float: right;
}

.float-none {
    float: none;
}

.lazy:not(.loaded),
.slider-thumbs__carousel-img:not(.swiper-lazy-loaded) {
    background-color: url("data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7");
}

/* показать лупу, если фэнсибокс увеличивает картинку */
.img-container[data-fancybox] {
    display: inline-flex;
    position: relative;
}
.img-container[data-fancybox]:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url("../img/sprite.svg#zoom");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
    pointer-events: none;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
}
.img-container[data-fancybox] img {
    transition: box-shadow 0.1s ease-in-out;
}
.img-container[data-fancybox]:hover:after {
    opacity: 0.8;
}
.img-container[data-fancybox]:hover img {
    box-shadow: var(--shadow);
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}
#preloader.active {
    display: block;
}

@keyframes preloader-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.item-padding {
    padding: 20px 15px;
    background-color: var(--item_bg);
    border: 1px solid var(--item_border-color);
}
@media only screen and (max-width: 767px) {
    .item-padding {
        padding: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .item-padding {
        padding: 10px;
    }
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1360px) {
    .container {
        max-width: 1320px;
    }
}
.container .container,
.textblock .container {
    padding: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))), minmax(0, 1fr));
}
@media only screen and (min-width: 1930px) {
    .grid {
        grid-template-columns: repeat(var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))), minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1359px) {
    .grid {
        grid-template-columns: repeat(var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))), minmax(0, 1fr));
    }
}
@media only screen and (max-width: 991px) {
    .grid {
        grid-template-columns: repeat(var(--col-md, var(--col-sm, var(--col, 1))), minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .grid {
        grid-template-columns: repeat(var(--col-sm, var(--col, 1)), minmax(0, 1fr));
    }
}
@media only screen and (max-width: 575px) {
    .grid {
        grid-template-columns: repeat(var(--col, 1), minmax(0, 1fr));
    }
}

.grid-flex {
    display: flex;
    flex-wrap: wrap;
}
.grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - (var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))) - 1) * var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px)))))) / var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))));
    flex-basis: calc((100% - (var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))) - 1) * var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px)))))) / var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))));
    flex-grow: 0;
    flex-shrink: 0;
}
@media only screen and (min-width: 1930px) {
    .grid-flex > :where(div, a, span, li) {
        max-width: calc((100% - (var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))) - 1) * var(--gap-xxl, var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))))) / var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))));
        flex-basis: calc((100% - (var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))) - 1) * var(--gap-xxl, var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))))) / var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))));
    }
}
@media only screen and (max-width: 1359px) {
    .grid-flex > :where(div, a, span, li) {
        max-width: calc((100% - (var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))) - 1) * var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))) / var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))));
        flex-basis: calc((100% - (var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))) - 1) * var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))) / var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))));
    }
}
@media only screen and (max-width: 991px) {
    .grid-flex > :where(div, a, span, li) {
        max-width: calc((100% - (var(--col-md, var(--col-sm, var(--col, 1))) - 1) * var(--gap-md, var(--gap-sm, var(--gap, 30px)))) / var(--col-md, var(--col-sm, var(--col, 1))));
        flex-basis: calc((100% - (var(--col-md, var(--col-sm, var(--col, 1))) - 1) * var(--gap-md, var(--gap-sm, var(--gap, 30px)))) / var(--col-md, var(--col-sm, var(--col, 1))));
    }
}
@media only screen and (max-width: 767px) {
    .grid-flex > :where(div, a, span, li) {
        max-width: calc((100% - (var(--col-sm, var(--col, 1)) - 1) * var(--gap-sm, var(--gap, 15px))) / var(--col-sm, var(--col, 1)));
        flex-basis: calc((100% - (var(--col-sm, var(--col, 1)) - 1) * var(--gap-sm, var(--gap, 15px))) / var(--col-sm, var(--col, 1)));
    }
}
@media only screen and (max-width: 575px) {
    .grid-flex > :where(div, a, span, li) {
        max-width: calc((100% - (var(--col, 1) - 1) * var(--gap, 15px)) / var(--col, 1));
        flex-basis: calc((100% - (var(--col, 1) - 1) * var(--gap, 15px)) / var(--col, 1));
    }
}

.grid,
.grid-flex {
    gap: var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px)))));
}
@media only screen and (min-width: 1930px) {
    .grid,
    .grid-flex {
        gap: var(--gap-xxl, var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))));
    }
}
@media only screen and (max-width: 1359px) {
    .grid,
    .grid-flex {
        gap: var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))));
    }
}
@media only screen and (max-width: 991px) {
    .grid,
    .grid-flex {
        gap: var(--gap-md, var(--gap-sm, var(--gap, 30px)));
    }
}
@media only screen and (max-width: 767px) {
    .grid,
    .grid-flex {
        gap: var(--gap-sm, var(--gap, 15px));
    }
}
@media only screen and (max-width: 575px) {
    .grid,
    .grid-flex {
        gap: var(--gap, 15px);
    }
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-center {
    align-items: center;
}

.features__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features__img-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--img-width, 100px);
    max-height: var(--img-height, 100px);
    aspect-ratio: var(--aspect-ratio, 100/100);
    width: 100%;
    min-height: 1px;

    border-radius: 5px;
    border: 1px solid #c1c1c2;
    overflow: hidden;
}

.section_dark .features__img-container{
    border-color: #fff;
}

.features__img {
    margin: auto!important;
}

.features__text-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    gap: 7px;
    text-align: center;
}

.features__title {
    font-weight: bold;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow-x: clip;
    text-transform: uppercase;
    color: var(--color-primary-600);
}

.section_dark .features__title{
    color: #fff;
}

.features__text {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow-x: clip;
}

.features__item[href] {

}

.section_dark .features__item[href]{
    color: #fff!important;
}

.features__item[href] .features__img-container {
    transition: opacity 0.1s ease-in-out;
}
.features__item[href] :where(.features__title, .features__text) {
    transition: color 0.1s ease-in-out;
}
.features__item[href]:hover .features__img-container {
    opacity: 0.8;
}
.features__item[href]:hover.item-padding {
    box-shadow: var(--shadow);
}
.features__item[href]:hover :where(.features__title, .features__text) {
    color: var(--color-primary-600);
}

.features-horizontal__item {
    display: flex;
    align-items: center;
    gap: 5px 20px;
}
@media only screen and (max-width: 575px) {
    .features-horizontal__item {
        gap: 5px 15px;
    }
}

.features-horizontal__img-container {
    width: 24.3902439024%;
    max-width: var(--img-width, 100px);
    max-height: var(--img-height, 100px);
    aspect-ratio: var(--aspect-ratio, 100/100);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.features-horizontal__text-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    gap: 7px;
}

.features-horizontal__title {
    font-weight: bold;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow-x: clip;
}

.features-horizontal__text {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow-x: clip;
}

.features-horizontal__item[href] {
    color: var(--color-text-600);
}
.features-horizontal__item[href] .features-horizontal__img-container {
    transition: opacity 0.1s ease-in-out;
}
.features-horizontal__item[href] :where(.features-horizontal__title, .features-horizontal__text) {
    transition: color 0.1s ease-in-out;
}
.features-horizontal__item[href]:hover .features-horizontal__img-container {
    opacity: 0.8;
}
.features-horizontal__item[href]:hover.item-padding {
    box-shadow: var(--shadow);
}
.features-horizontal__item[href]:hover :where(.features-horizontal__title, .features-horizontal__text) {
    color: var(--color-primary-600);
}

.features-bg__item[href] .features-bg__img-container {
    overflow: hidden;
}
.features-bg__item[href] .features-bg__img-container :where(img, .no-img) {
    transition: all 0.2s linear;
    transform: translate3d(0, 0, 0);
}
.features-bg__item[href]:hover .features-bg__img-container :where(img, .no-img) {
    transform: scale(1.1, 1.1);
}

.features-bg__img-container {
    display: flex;
    aspect-ratio: var(--aspect-ratio, 410/302);
}

.features-bg__img {
    object-fit: cover;
    height: 100%;
}

.features-bg__text-container {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.features-bg__title {
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
    line-height: 1.2;
}

.features-bg__title,
.features-bg__text {
    text-overflow: ellipsis;
    overflow-x: clip;
}

@media only screen and (min-width: 768px) {
    .features-bg__item {
        position: relative;
    }
    .features-bg__text-container {
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 24px;
        align-items: flex-start;
    }
    .features-bg__title,
    .features-bg__text {
        padding: 10px;
        background-color: var(--color-primary-600);
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .features-bg__item {
        display: flex;
        flex-direction: column;
    }
    .features-bg__text-container {
        flex-grow: 1;
        background-color: var(--color-primary-600);
        padding: 7px;
        gap: 3px;
    }
}
.features-circles.section_slider-carousel .features-circles__item {
    box-shadow: none;
    border: 1px solid var(--color-line);
}
.features-circles.section_slider-carousel .features-circles__item:hover {
    transform: none;
}

.features-circles__item-wrapper {
    display: flex;
    max-width: 180px;
    max-height: 180px;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    background-color: var(--item_bg);
    box-shadow: 6px 8px 20px rgba(6, 7, 7, 0.1);
    border-radius: 50%;
}
.features-circles__item-wrapper:hover {
    transform: scale(1.25, 1.25);
}
.features-circles__item-wrapper[href] {
    color: var(--color-text-600);
}
.features-circles__item-wrapper[href]:hover {
    background-color: var(--color-primary-600);
    color: var(--white);
}

.features-circles__img-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--img-width, 180px);
    max-height: var(--img-height, 180px);
    aspect-ratio: var(--aspect-ratio, 180/180);
    width: 100%;
}

.features-circles__img {
    margin: auto;
    width: auto;
    max-height: 100%;
}

.features-circles__text-container {
    margin: auto;
    text-align: center;
    line-height: 1.2;
}

.features-circles__count {
    font-size: clamp(2.5rem, 2.625rem + -0.625vw, 1.875rem);
    font-weight: bold;
    text-overflow: ellipsis;
    overflow-x: clip;
}

.features-circles__text {
    text-overflow: ellipsis;
    overflow-x: clip;
}


.slider-bg {
    /* navigation */
    /* /navigation */
    /* pagination */
    /* /pagination */
}
.slider-bg .swiper-wrapper{
    height: auto;
}
.slider-bg .swiper-button-prev-custom,
.slider-bg .swiper-button-next-custom {
    --slider-button-width: 18px;
    --slider-button-height: 30px;
    z-index: 10;
}
.slider-bg .swiper-button-prev-custom svg,
.slider-bg .swiper-button-next-custom svg {
    width: var(--slider-button-width);
    height: var(--slider-button-height);
}
.slider-bg .swiper-button-prev-custom svg use,
.slider-bg .swiper-button-next-custom svg use {
    fill: #d2cdc7;
    transition: fill 0.1s ease-in-out;
}
.slider-bg .swiper-button-prev-custom:hover svg use,
.slider-bg .swiper-button-next-custom:hover svg use {
    fill: var(--color-primary-600);
}
.slider-bg .swiper-button-prev-custom:active svg use,
.slider-bg .swiper-button-next-custom:active svg use {
    fill: #d2cdc7;
}
.slider-bg .swiper-button-next-custom {
    transform: scale(-1, 1);
}
.slider-bg .nav-blocks {
    bottom: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: fit-content;
}
/*@media only screen and (max-width: 767px) {*/
/*    .slider-bg .nav-blocks {*/
/*        bottom: 15px;*/
/*    }*/
/*}*/
.slider-bg .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-inactive-color: #d2cdc7;
    --swiper-pagination-color: var(--color-primary-600);
    --swiper-pagination-bullet-inactive-opacity: 1;
}
.slider-bg .swiper-pagination-bullet:hover {
    background: var(--swiper-pagination-color);
}
.slider-bg .swiper-pagination {
    min-width: 100px;
    position: static;
    width: auto;
}
/*@media only screen and (max-width: 575px) {*/
/*    .page__two-columns .slider-bg {*/
/*        margin-left: -15px;*/
/*        margin-right: -15px;*/
/*    }*/
/*}*/

.slider-bg__item {
    box-sizing: border-box;
    height: auto!important;
}
/*@media only screen and (max-width: 575px) {*/
/*    .slider-bg__item .container {*/
/*        padding-left: 0;*/
/*        padding-right: 0;*/
/*    }*/
/*}*/

.slider-bg__container {
    height: 100%;
}

.slider-bg__wrapper {
    aspect-ratio: var(--aspect-ratio, 1290/500);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    background-size: cover;
}
/*@media only screen and (max-width: 767px) {*/
/*    .slider-bg__wrapper {*/
/*        padding-top: 30px;*/
/*        padding-bottom: 65px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 991px) {*/
/*    .slider-bg__wrapper {*/
/*        padding-left: 30px;*/
/*        padding-right: 30px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 575px) {*/
/*    .slider-bg__wrapper {*/
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*    }*/
/*}*/
/*.slider-bg__wrapper:before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: #0e0e0e;*/
/*    opacity: 0.4;*/
/*    pointer-events: none;*/
/*}*/

.slider-bg__title,
.slider-bg__text,
.slider-bg__button {
    position: relative;
}

.slider-bg__title {
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    font-size: clamp(1rem, 0.6375rem + 1.8125vw, 2.8125rem);
    text-overflow: ellipsis;
    overflow-x: clip;
}

.slider-bg__text {
    line-height: 130%;
    font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
    color: #fff;
    text-overflow: ellipsis;
    overflow-x: clip;
}

.slider-bg__button {
    width: 200px;
    margin-top: 30px;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.slider-bg__button:hover{
    background-color: #fff!important;
    border-color: #fff!important;
    color: #333!important;
}

.co-block {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	display: none;
	justify-content: left;
    align-items: left;
    width: 20%;
	padding: 15px 0;
	margin: 0 0 40px 40px;
	text-align: left;
	z-index: 1;
	border: 1px solid var(--color-primary-600);
}
.co-block a:hover {
	text-decoration: underline;
}

.co-block .container {
	
}

.co-block .container .button {
	margin-top: 15px;
	text-decoration: none;
}

.co-block.mobile {
	width: 100%;
	margin: 0;
}

/*@media only screen and (max-width: 767px) {*/
/*    .slider-bg__button {*/
/*        margin-top: 0;*/
/*        align-self: center;*/
/*    }*/
/*}*/