/* open-sans-300 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v28-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v28-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v28-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v28-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v28-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v28-latin_cyrillic-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v28-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v28-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v28-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v28-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v28-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v28-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v28-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v28-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v28-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v28-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v28-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v28-latin_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.pjAcceptCookieBarShell{
	position:fixed;
	left:1rem;
	right:1rem;
	bottom:1rem;
	box-sizing:border-box;
	background:#fff;
	overflow:hidden;
	padding:1rem;
	z-index:1000;
	box-shadow:5px 5px 10px #ccc;
	border:solid 1px #eee;
}
.pjAcceptCookieBarBtn{
	width:100%;
	margin-top:1rem;	
}
@media (min-width: 768px) {
.pjAcceptCookieBarShell{
	width:40%;
	right:auto;
	}
.pjAcceptCookieBarActions{
	float:right;
	margin-left:1rem;
}
.pjAcceptCookieBarBtn{
	width:auto;
	margin-top:0rem;	
}
}
.CookieBarcontainer{
	overflow:hidden;
}
body,
html {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

.fill-viewport {
    min-height: 100vh
}

.fill-50-viewport {
    min-height: 50vh
}

.fill-60-viewport {
    min-height: 60vh
}

.fill-80-viewport {
    min-height: 80vh
}

.fill-40-viewport {
    min-height: 40vh
}

.fill-85-viewport {
    min-height: 85vh
}

#form_label_51,
#form_label_57 {
    display: none;
}

#main_bg {
    position: relative;
    margin: 0px auto;
}

#top_nav {
    border-bottom: solid 1px #E5E5E5;
    height: 66px;
    overflow: hidden;
}

.call_phone_top a {
    font-size: 0.75em;
    line-height: 18px;
    color: #000;
    font-weight: 700;
}

.top_phone_cont {
    position: relative;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-align: center;
}

.top_phone_cont:after {
    content: "";
    width: 1px;
    background: #E5E5E5;
    position: absolute;
    right: 0px;
    top: -100px;
    bottom: -100px;
}

.top_phone_cont span {
    font-size: 1.25em;
    line-height: 18px;
    display: block;
}

.lang_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.lang_menu ul li {
    display: inline;
    margin: 0px;
    margin-left: 7px;
    margin-right: 7px;
}

.lang_menu ul li.active a {
    font-weight: bold;
}

.basket_block {
    float: right;
    margin-top: 16px;
}

#header {
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
}

.logo {
    width: 130px;
    height: 70px;
    line-height: 70px;
    position: absolute;
}

.logo img {
    width: 130px;
    vertical-align: middle;
}

.logo_text {
    overflow: hidden;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 125%;
    color: #222;
}

.top_phone {
    font-size: 0.9em;
    line-height: 120%;
    overflow: hidden;
}

.top_phone span,
.call_phone {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 120%;
    margin-bottom: 2px;
    color: #000;
}

.top_phone a.need {
    color: #DA9218;
}

.sots i {
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
}

#top_content {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 20;
    height: 70px;
}

.is-sticky #top_content,
.is-sticky .submenu {
    border-bottom: solid 1px #e5e5e5;
}

.main_menu {
    margin-right: 240px;
    margin-left: 180px;
}

.main_menu ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: table;
}

.main_menu ul li {
    display: table-cell;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.main_menu ul li a {
    font-size: 0.65em;
    line-height: 70px;
    color: #000;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.main_menu ul li a:hover,
.main_menu ul li.active a:hover,
.main_menu ul li:hover a {
    text-decoration: none;
    color: #DA9218;
}

.main_menu ul li.active a {
    font-weight: bold;
}

.main_menu ul li.root-item a:hover:before,
.main_menu ul li.root-item:hover a:before,
.main_menu ul li.root-item.active a:before {
    width: 15px;
    height: 9px;
    content: "";
    background-image: url(images/ar_1.gif);
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -8px;
    z-index: 21;
}

.is-sticky .main_menu ul li.root-item.active a:before {
    display: none;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    left: 0px;
    z-index: 20;
    background: #fff;
    border-top: solid 1px #e5e5e5;
}

.main_menu ul li:hover .submenu {
    display: block;
}

.main_menu ul ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
    width: auto;
    *display: inline;
}

.main_menu ul ul li {
    margin: 0px;
    padding: 0px;
    float: left;
}

.main_menu ul ul li a,
.main_menu ul li.active li a,
.main_menu ul li:hover ul li a,
.main_menu ul li.hover ul li a {
    line-height: 100%;
    text-align: left;
    display: block;
    text-transform: none;
    color: #000;
    font-size: 0.9em;
    font-weight: normal;
    padding: 15px;
    line-height: 125%;
    height: auto;
}

.main_menu ul ul li a:hover,
.main_menu ul li.active ul li a:hover,
.main_menu ul li:hover ul li a:hover {
    color: #DA9218;
}

.main_menu ul li.active ul li.active a {
    font-weight: bold;
}

.main_menu ul li.root-item li a:before {
    display: none;
}

.dop_menu {
    background: #fff;
    text-align: center;
    border-top: solid 1px #e5e5e5;
    position: relative;
}

.megamenu {
    display: none;
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: left;
    left: 0px;
    z-index: 32;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
}

.dop_menu ul li:hover .megamenu {
    display: block;
}

.dop_menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
}

.dop_menu ul li {
    margin: 0px;
    padding: 0px;
    float: left;
}

.dop_menu ul li a {
    text-align: left;
    display: block;
    text-transform: none;
    color: #000;
    line-height: 125%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 15px;
    line-height: auto;
    height: auto;
}

.dop_menu ul li a:hover,
.dop_menu ul li:hover a {
    color: #DA9218;
}

.dop_menu ul li:hover li a {
    color: #000;
}

.dop_menu ul li li a:hover,
.dop_menu ul li:hover li:hover a {
    color: #DA9218;
}

.dop_menu ul li.active a {
    font-weight: bold;
}

.dop_menu ul li.active li a {
    font-weight: normal;
}

.dop_menu .submenu_columns ul {
    display: block;
    overflow: hidden;
}

.dop_menu .submenu_columns li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 5px;
}

.dop_menu .submenu_columns li a {
    padding: 0px;
    font-size: 0.9em;
    line-height: 125%;
}

.megamenu b {
    font-size: 0.9em;
    line-height: 125%;
    padding-bottom: 5px;
    display: block;
    color: #000;
}

#nav-expander {
    color: #000;
    position: absolute;
    left: 150px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    cursor: hand;
    cursor: pointer;
    z-index: 20;
}

.main_cont {
    position: relative;
}

.dropdown-menu {
    border-radius: 0px;
    border: none;
    background: #f7f7f7;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
}

.dropdown-menu li {
    display: block;
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.btn-personal,
.bx-basket-block {
    height: 70px;
    width: 50px;
    position: absolute;
    right: 15px;
    top: 0px;
    text-align: center;
    color: #000;
    line-height: 70px;
    padding: 0px;
    font-size: 20px;
}

.btn-personal {
    right: 40px;
}

.dropdownpersonal:hover a,
.dropdownpersonal>a:hover,
.dropdownpersonal>a:active,
.dropdownpersonal.open>a,
.bx-basket-block:hover,
.bx-basket-block:active {
    background: #fff;
}

.bx-basket-block span {
    position: absolute;
    right: 10px;
    top: 18px;
    background: #EAAD44;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
}

.dropdown-toggle:after {
    display: none;
}

.dropdownpersonal {
    position: relative;
}

.dropdownpersonal .dropdown-menu {
    width: 220px;
    display: none;
    left: auto;
    right: 40px;
    top: 70px;
    background: #fff;
    padding: 20px;
    border: solid 1px #e5e5e5;
}

.dropdownpersonal .dropdown-menu:before {
    width: 15px;
    height: 9px;
    content: "";
    background-image: url(images/ar_1.gif);
    z-index: 21;
    right: 20px;
    top: -9px;
    position: absolute;
}

.dropdownpersonal .dropdown-menu li {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #e5e5e5;
}

.dropdownpersonal .dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdownpersonal .dropdown-menu li a {
    display: block;
    padding: 10px 0px;
    color: #000;
    background: #fff;
}

.dropdownpersonal .dropdown-menu li:hover a {
    color: #DA9218;
    background: #fff;
}

.dropdownpersonal:hover a,
.dropdownpersonal>a:hover,
.dropdownpersonal>a:active,
.dropdownpersonal.open>a,
.btn-cart:hover,
.btn-cart:active {
    color: #000;
    background: #fff;
}

#searchshow {
    display: block;
    padding: 0px;
    position: absolute;
    right: 110px;
    height: 70px;
    line-height: 70px;
    color: #000;
    text-decoration: none;
    transition: right 0.3s ease-in-out 0s;
    z-index: 1;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

#searchshow:hover,
#search-close:hover {
    cursor: pointer;
    color: #000;
}

#search-close {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #000;
}

.top_search {
    background: #fff;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 110px;
    bottom: 0px;
    z-index: 30;
    height: 0px;
    display: none;
}

.top_search .bx-searchtitle {
    margin-right: 25px;
    margin-left: 15px;
}

.showsearch {
    top: 0px;
    height: 70px;
    padding-top: 0px;
    background: #fff;
    display: block;
    padding-top: 15px;
    box-sizing: border-box;
}

#header_slider {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #f0f0f0;
}

#header_inside {
    position: relative;
    background-color: #000;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

#header_inside .container,
#header_slider .container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#header_inside h2,
#header_inside h3,
#header_slider h2,
#header_slider h3 {
    color: #fff;
}

#header_inside h2 {
    margin-top: 0px;
    font-size: 2.4em;
    margin-bottom: 20px;
}

#header_inside h3,
#header_slider h3 {
    opacity: 0.9;
}

#header_slider .item {
    position: relative;
}


/*
#header_slider .item{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}
*/

#header_slider_slogan {
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 120%;
    width: 40%;
    float: right;
}

#header_slider_slogan span {
    display: inline-block;
    padding-right: 40px;
    background-image: url(images/ico_logo.png);
    background-repeat: no-repeat;
    background-position: right center;
}


/* 3banners */

.container_banner {
    padding: 0px;
}

.block_center_banner a {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    background: #333439;
    font-size: 1.1em;
    line-height: 120%;
    position: relative;
    transition: 0.1s ease;
    border-bottom: solid 1px #48494D;
}

.block_center_banner.banner_centre a {
    background: #333439;
    border-bottom: solid 1px #48494D;
}

.block_center_banner a:hover {
    background: #E9A93B;
    text-decoration: none;
}

.block_center_banner.banner_centre a:hover {
    background: #1C8C6D;
    text-decoration: none;
}

.block_center_banner a:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #F6D045;
    height: 3px;
    width: 100%;
}

.block_center_banner.banner_centre a:hover:before {
    background: #62C1A7;
}

.block_center_banner a img {
    float: left;
    margin-right: 20px;
}

.block_center_banner a span {
    display: block;
    overflow: hidden;
}


/* 3banners */

.sidebar_menu {
    position: relative;
}

.sidebar_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: solid 1px #eee;
}

.sidebar_menu ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.sidebar_menu ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.sidebar_menu ul li a {
    display: block;
    padding: 1rem;
    font-size: 1em;
    line-height: 1.3;
    opacity: 0.8;
}

.sidebar_menu ul li a:hover,
.sidebar_menu ul li.active a,
.sidebar_menu ul li.active a:hover {
    opacity: 1;
    color: #000;
    text-decoration: none;
}

.block_subscribe {
    background: #333439;
    color: #fff;
    font-size: 0.9em;
}

.block_subscribe a {
    color: #fff;
}

.block_subscribe a:hover {
    color: #DA9218;
}

.block_subscribe .display-3,
.block_subscribe .display-1 {
    margin-bottom: 0px;
    color: #fff;
}

#footer {
    background: #F5F6F8;
    font-size: 0.9em;
    line-height: 125%;
    color: #222;
}

#footer b {
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.bottom_nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.bottom_nav ul li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.bottom_nav ul li:last-child {
    margin-bottom: 0px;
}

.bottom_nav span {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.news_desc {
    overflow: hidden;
    font-size: 0.9em;
    line-height: 1.3;
}

.news_desc b,
.item_desc b {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.333;
    margin-bottom: 1rem;
}

.news_pict {
    margin-bottom: 20px;
    position: relative;
}

.news_pict .news_desc {
    padding: 1.5rem;
    padding-bottom: 50px;
}

.item .news_desc {
    padding-bottom: 20px;
}

.name_date,
.name_date2 {
    display: block;
    font-weight: 300;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #E9A93B;
    line-height: 100%;
}

.centre .name_date,
.centre .name_date2 {
    color: #1C8C6D;
}

.name_date2 {
    color: #000;
    font-weight: 400;
}

.news_block_img {
    display: block;
    padding-top: 66.7%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news_block_img_sq {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news_pict:hover {
    background: #333439;
    color: #fff;
}

.news_pict:hover a {
    color: #fff;
}

.news_pict {
    border: solid 1px #eee;
}

.block_grey .news_pict {
    border: none;
}

.news_pict .news_block_desc {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.news_pict .news_block_desc span {
    display: block;
}

.news_pict:hover .news_block_desc b {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.333;
    margin-bottom: 1em;
    display: block;
}

.news_pict:hover .news_block_desc {
    display: block;
    background: #333439;
    color: #fff;
    padding: 20px;
    overflow: hidden;
}

.news_more {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #E9A93B;
    font-size: 0.9em;
    line-height: 120%;
}

.centre .news_more {
    color: #1C8C6D;
}

.news_more_info {
    position: absolute;
    left: 20px;
    bottom: 50px;
    font-size: 0.9em;
    line-height: 120%;
    color: #ccc;
}


/* #Forms
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #e0e0e0;
    line-height: 30px;
    height: 40px;
    padding: 5px 10px 5px 10px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: #fff;
}

textarea {
    height: auto;
    line-height: 1.1;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #d6d6d6;
    color: #888;
}

input[name="PROPERTY[48][0][VALUE]"] {
    width: 40%;
    display: inline-block;
}

textarea {
    min-height: 60px;
}

legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

select {}

input[type="checkbox"] {
    display: inline;
    margin-right: 10px;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

.form_input input[type="text"],
.form_input input[type="password"],
.form_input input[type="email"],
.form_input textarea,
.form_input select {
    margin-bottom: 10px;
}

.block_center_form .form_input input[type="text"] {
    margin-bottom: 3px;
}

.block_center_form .form-group,
.block_subscribe .form-group {
    margin-bottom: 0rem;
}

.form_input input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.form_input input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.form_input input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.form_input input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.form_input input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form_input input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form_input input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form_input input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.starrequired {
    color: #cc0000;
    padding-left: 10px;
    padding-right: 10px;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    z-index: 1;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#owl-carusel-custom-nav {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

#owl-carusel-custom-nav .owl-nav2 {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
    overflow: hidden;
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    z-index: 2;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    border: solid 1px #000;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    z-index: 1;
}

.owl-nav span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    display: block;
    cursor: pointer;
}

.owl-nav span:hover {
    background: #333;
    color: #fff;
}

.owl-nav .owl-next {
    right: 0px;
    position: absolute;
}

#owl-carusel-custom-nav .owl-next {
    right: 0px;
    position: absolute;
}

#header_slider .owl-prev {
    left: 0px;
    position: absolute;
}

.owl-nav2 span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    border: solid 1px #eee;
    display: block;
    cursor: pointer;
}

.owl-nav2 span:hover {
    background: #333;
    border: solid 1px #333;
    color: #fff;
}

.owl-nav2 button {
    padding: 0px;
    border: none;
}

#owl-sales .disabled {
    display: none;
}

#header_slider .owl-nav span {
    background: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    width: 50px;
    height: 50px;
}

#header_slider .owl-nav span:hover {
    background: transparent;
    color: #eee;
}

#owl-banner-brands img {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#owl-banner-brands img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#owl-slider-index,
#header_slider {
    overflow: hidden;
}

#header_slider .owl-dots {
    bottom: 20px;
    position: absolute;
    z-index: 3;
    width: 100%;
}

#header_slider .owl-dots .owl-dot span {
    border: solid 1px #fff;
}

#header_slider .owl-dots .owl-dot.active span,
#header_slider .owl-dots .owl-dot:hover span {
    background: #fff;
}

.call_back {
    background: #333439;
    padding: 20px 0px;
    color: #fff;
}

.call_back a {
    color: #fff;
}

.call_back a:hover {
    text-decoration: none;
}

.call_back span {
    font-weight: bold;
}

.block_sq,
.block_12_sq {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.block_d_bg:before {
    content: "";
    z-index: 1;
    background: RGBa(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.block_sq_content {
    position: relative;
    padding: 30px;
    z-index: 2;
    color: #fff;
}

.block_sq_content h2,
.block_sq_content a,
.block_sq_content .display-2 {
    color: #fff;
}

.block_yellow_banner {
    background: #E9A93B;
}

.block_yellow_banner:hover {
    background: #333439;
}

.dark_aramo {
    background-color: #333439;
    background-position: center right;
    background-size: contain;
}

.light_aramo {
    background-color: #EEEFF3;
    background-position: center right;
    background-size: auto 100%;
}

.light_aramo .block_sq_content,
.light_aramo .block_sq_content h2,
.light_aramo .block_sq_content a {
    color: #000;
}

.partner_item {
    font-size: 0.8em;
    line-height: 120%;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: solid 1px #f0f0f0;
}

.partner_item img {
    margin-bottom: 10px;
    max-width: 100%;
}

.block_preim {
    background-image: url(images/bg_teach_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.1em;
}

.block_preim:before {
    content: "";
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.block_preim .container {
    position: relative;
    z-index: 2;
}

.block_preim .display-1 {
    color: #fff;
}

.block_preim a {
    color: #fff;
    opacity: 0.7;
}

.review_list {
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.wow-list {
    font-size: 0.75em;
    line-height: 120%;
    text-align: center;
}

.wow-list h4 {
    font-size: 1.2em;
    line-height: 120%;
    margin-bottom: 5px;
}

.wow-list img {
    margin-bottom: 5px;
}

.cat_list_index ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cat_list_index ul li {
    display: block;
    margin-bottom: 12px;
    line-height: 120%;
}

.cat_list_index ul li:last-child {
    margin-bottom: 0px;
}


/* nav tabs vertical*/


/* tabs*/

.tabs_display {
    position: relative;
    margin-top: 0px;
}

.tab-content {
    margin-top: 30px;
}

.nav-tabs li {
    margin-bottom: 0px;
    margin-right: 20px;
}

.nav-tabs li a {
    display: block;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 1.1em;
    color: #999;
    border-bottom: none;
}

.nav-tabs li a:hover,
.nav-tabs li a.active {
    color: #000;
    padding-bottom: 12px;
    border-bottom: solid 3px #E9A93B;
}

.centre .nav-tabs li a:hover,
.centre .nav-tabs li a.active {
    color: #000;
    padding-bottom: 12px;
    border-bottom: solid 3px #22AA86;
}


/* tabs catalog*/

.tabs_columns ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tabs_columns ul li {
    font-size: 0.9em;
    line-height: 125%;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

.tabs_columns b {
    font-size: 1.1em;
    line-height: 125%;
    padding-bottom: 5px;
    display: block;
    color: #000;
}

.tab_cat_banner {
    padding: 20px;
    position: relative;
}

.tab_cat_banner_content {
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    padding-top: 45%;
    min-height: 283px;
    z-index: 3;
    display: block;
}

.tab_cat_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 50%;
    bottom: 20px;
    background: #fff;
    z-index: 2;
}

.tab_cat_banner_content h2 {
    position: absolute;
    left: 10px;
    top: 20px;
}

.tab_cat_banner_content h4 {
    position: absolute;
    left: 10px;
    bottom: 30px;
    width: 40%;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 1.3em;
}

.tab_cat_banner_bg {
    position: absolute;
    left: 25%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.card {
    border: solid 1px #e5e5e5;
    margin-bottom: 15px;
    border-radius: 0px;
}

.card-img {
    border-radius: 0px;
}

.detail_article .card-body {
    font-size: 0.9em;
    line-height: 120%;
}

.block_grey_tabs_bg {
    border: none;
    background: #333439;
}

.navvertical {
    display: block;
    height: 100%;
    border-bottom: none;
}

.tab_cat {
    min-height: 360px;
}

.navvertical li {
    margin: 0px;
    padding: 0px;
    height: 20%;
    display: flex;
    position: relative;
    border-bottom: solid 1px #111;
}

.navvertical li:last-child {
    border-bottom: none;
}

.navvertical .nav-link {
    display: flex;
    position: absolute;
    left: 0px;
    vertical-align: middle;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333439;
    color: #ccc;
    border: none;
}

.navvertical .nav-link b {
    display: block;
    padding: 0px 10px;
    position: relative;
    margin: auto 0px;
    font-size: 0.9em;
    line-height: 120%;
    font-weight: 700;
}

.navvertical .nav-link.active:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    z-index: 5;
    border-left-color: #E9A93B;
    border-right: 0;
}

.navvertical .nav-link:hover,
.navvertical .nav-link.active {
    background: #E9A93B;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.block_cat_item {
    background: #fff;
    border: solid 3px #E9A93B;
    padding: 15px;
    font-size: 0.9em;
    line-height: 120%;
    position: relative;
}

.block_cat_img {
    display: block;
    text-align: center;
}

.block_cat_img img {
    max-width: 100%;
}

.block_cat_label {
    background: #E9A93B;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
}

.offc,
.offc_filter {
    background: #fff;
    color: #000;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.navshow {
    left: 0;
}

.offc .ico_sots {
    margin-bottom: 30px;
    overflow: hidden;
}

.offc .bottom_adress {}

.offc .bottom_adress p {}

.offc .bottom_adress br {
    display: none;
}

.close-off {
    margin-top: 15px;
    margin-bottom: 15px;
}

#nav-close {
    font-weight: 300;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.off_menu {
    overflow: hidden;
    margin-top: 20px;
    line-height: 110%;
}

.off_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.off_menu ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.off_menu ul li a {
    color: #000;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    padding-right: 20px;
    line-height: 110%;
    display: block;
}

.off_menu li a:hover,
.off_menu li.active a,
.off_menu li.open a {
    color: #FFA81F;
}

.off_menu li.active a {
    color: #FFA81F;
}

.off_menu li ul {
    margin-top: 10px;
}

.off_menu li li {
    width: 100%;
    float: none;
    margin-bottom: 8px;
}

.off_menu li.active li a,
.off_menu li li a {
    text-transform: none;
    font-weight: normal;
    color: #000;
    font-size: 0.9em;
    padding-right: 20px;
    line-height: 110%;
}

.off_menu li.active li.active a {
    color: #000;
}

.off_menu li.active li.active li a {
    color: #FFA81F;
}

.off_menu li.active li a:hover,
.off_menu li li a:hover,
.off_menu li.active li.active a,
.off_menu li.active li.active a:hover,
.off_menu li li li a:hover,
.off_menu li.active li.active li.active a {
    color: #FFA81F;
}

.offc hr {
    border-top: solid 3px #eee;
}

.offlogo {
    margin-bottom: 20px;
}

.catalog_tabs_bg {
    background-color: #111;
    background-image: url(images/catalog_tabs_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    overflow: hidden;
}

.catalog_tabs_bg .display-1 {
    color: #fff;
}

.hidecontent {
    padding: 20px;
    background: #fff;
    padding-top: 0px;
}

.hidecontent.show {
    display: block;
}

.slidelist {
    overflow: hidden;
    display: block;
    background: #fff;
    position: relative;
    border: solid 1px #eee;
}

h3.slide {
    margin: 0px;
    position: relative;
    display: block;
}

h3.slide:after {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.slidelist.active h3.slide:after,
.slidelist.show h3.slide:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
}

h3.slide a {
    color: #000;
    display: block;
    padding: 20px;
    padding-right: 40px;
}

.t_trich_vozm thead th {
    border-top: none;
}

.t_trich_vozm .fa {
    color: #000;
}

.t_trich_vozm td,
.t_trich_vozm th {
    font-size: 0.9em;
    text-align: center;
}

.t_trich_vozm td:first-child {
    text-align: left;
}

.t_trich_vozm .item_price {
    color: #000;
    font-size: 1.2em;
    font-weight: 300;
}

.t_trich_vozm tr:last-child:hover {
    background: transparent;
}


.index_intro{
    position: relative;
    overflow: hidden;
    padding: 2rem 0rem;
    background-color: #F5F6F8;
    background-repeat: no-repeat;  
    background-size: cover;
    background-position: center bottom;
    background-image: url(images/bg_about_768.jpg);
    height: 500px;
}
.index_intro .container {
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .index_intro{
        height: 450px;
        background-image: url(images/bg_about_992.jpg);
        background-position: right bottom;
    }
}
@media screen and (min-width: 992px) {
    .index_intro{
        height: 500px;
        background-size: cover;
        background-image: url(images/bg_about_1200.jpg);
        background-position: right bottom;
        padding-top: 6rem;
    }
}
@media screen and (min-width: 1200px) {
    .index_intro{
        height: 500px;
        background-size: cover;
        background-image: url(images/bg_about_1200.jpg);
        background-position: right center;
         padding-top: 4rem;
    }
}
@media screen and (min-width: 1400px) {
    .index_intro{
        height: 500px;
        background-size: cover;
        background-image: url(images/bg_about_1925.jpg);
        background-position: right bottom;
        padding-top: 6rem;
    }
}


.block_head_shop_bg {
    position: relative;
    overflow: hidden;
    background-color: #F5F6F8;
    background-repeat: no-repeat;
    background-position: 60% center;
    background-size: cover;
    padding: 2rem 0rem;
}

.bg-light {
    position: relative;
    overflow: hidden;
    background-color: #F5F6F8;
}

.block_head_shop_bg.bg_card {
    background-color: #F5F6F8;
}

.block_head_shop_bg:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    z-index: 1;
}

.block_head_shop_bg.bg_card:before {
    display: none;
}

.block_head_shop_bg .container {
    position: relative;
    z-index: 2;
}

.block_head_shop_bg.bg_teach:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#ccffffff', GradientType=0);
}


/*
.block_head_shop_bg.centre{
	background-color:#EEF3F7;
}
*/

.block_head_shop_bg h4 b {
    display: block;
    font-weight: normal;
    margin-bottom: 1rem;
    font-size: 1.3em;
}

.block_head_shop_bg h4 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.block_head_shop_bg h4 ul li {
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
}

.block_head_shop_bg h4 ul li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f058";
}

.block_head_shop_bg.black,
.block_head_shop_bg.black h1,
.block_head_shop_bg.black h3,
.block_head_shop_bg.black h4,
.block_head_shop_bg.black .display-0,
.block_head_shop_bg.black a {
    color: #fff;
}

.block_head_shop_bg.white:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background: -moz-linear-gradient(left, RGBa(255, 255, 255, 0.7) 0%, RGBa(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(left, RGBa(255, 255, 255, 0.7) 0%, RGBa(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, RGBa(255, 255, 255, 0.7) 0%, RGBa(255, 255, 255, 0) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.block_head_shop_bg.black:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background: -moz-linear-gradient(left, RGBa(0, 0, 0, 0.7) 0%, RGBa(0, 0, 0, 0) 70%);
    background: -webkit-linear-gradient(left, RGBa(0, 0, 0, 0.7) 0%, RGBa(0, 0, 0, 0) 70%);
    background: linear-gradient(to right, RGBa(0, 0, 0, 0.7) 0%, RGBa(0, 0, 0, 0) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.brand_logo {
    height: 65px;
    background-repeat: no-repeat;
    width: 300px;
    max-width: 100%;
    background-size: contain;
    background-position: left center;
}

.row-main-header-slider {
    min-height: 80vh;
}

#slider_center_logo {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 2;
}

#slider_center_logo img {
    width: 70%;
}

#slider_center {
    position: relative;
}

#slider_center #header_slider {
    position: relative;
}

.table_price table {
    width: 100%;
    border: none;
}

.table_price table tr {
    border-bottom: solid 1px #eee;
}

.table_price table td {
    padding: 1rem 0.5rem;
    vertical-align: top;
    border: none;
}

.table_price table td:last-child {
    text-align: right;
    padding-right: 0rem;
    width: 100px;
}

.table_price table td:first-child {
    padding-left: 0rem;
}

.table_price table td:nth-child(2) {
    font-weight: bold;
    width: 100px;
    text-align: right;
}

.table_price table td p {
    margin-bottom: 0px;
}

.fa_list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fa_list ul li {
    padding: 0px;
    height: auto;
    padding-left: 2rem;
    display: block;
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.fa_list ul li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f058";
}

.centre .block_treatment_result {
    display: block;
    padding-top: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin-bottom: 1rem;
}

.centre #owl-treatment-result .block_treatment_result {
    margin-bottom: 0;
}

.centre .block_treatment_result:hover,
.centre .block_treatment_result:focus {
    color: #fff;
}

.block_treatment_result:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.block_treatment_result:hover:before {
    opacity: 0.2;
}

.block_treatment_result:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 20px;
    z-index: 2;
    font-size: 0.9em;
    text-align: center;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background: #22AA86;
}

.block_treatment_result span {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3;
    z-index: 2;
}

.block_center_form_position {
    overflow: hidden;
    position: relative;
}

ul.catalog_structure_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}

.catalog_structure_list li {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.catalog_structure_list li a {
    padding: .75rem 1rem;
    display: block;
    color: #000;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

.catalog_structure_list li a:hover,
.catalog_structure_list li.active a,
.catalog_structure_list li.open a {
    color: #000;
}

.catalog_structure_list li.active a {
    color: #000;
}

.catalog_structure_list li ul {
    margin: 0px;
    padding: 0px;
}

.catalog_structure_list li li {
    text-transform: none;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #f7f7f7;
}

.catalog_structure_list li li:last-child {
    border-bottom: none;
}

.catalog_structure_list li.active li a,
.catalog_structure_list li.open li a,
.catalog_structure_list li li a {
    text-transform: none;
    color: #000;
    font-size: 100%;
    font-weight: 700;
    padding: .5rem 1rem;
}

.catalog_structure_list li.active li.active li a,
.catalog_structure_list li.open li.open li a,
.catalog_structure_list li li li a {
    text-transform: none;
    color: #000;
    font-size: 90%;
    font-weight: 400;
    padding: .5rem 1rem;
}

.catalog_structure_list li.active li.active a {
    color: #000;
}

.catalog_structure_list li.active li.active li a {
    color: #000;
}

.catalog_structure_list li.active li a:hover,
.catalog_structure_list li li a:hover,
.catalog_structure_list li.active li.active a,
.catalog_structure_list li.active li.active a:hover,
.catalog_structure_list li li li a:hover,
.catalog_structure_list li.active li.active li.active a {
    color: #000;
}

.catalog_structure_list li li li a,
.catalog_structure_list li.active li.active li a {
    font-size: 90%;
    color: #000;
}

.catalog_structure_list li li li {
    text-transform: none;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: none;
}

.catalog_structure_list li>a>span,
.catalog_structure_list li>a:hover>span {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    color: #000;
    margin-right: 1rem;
}

.catalog_structure_list li.active>a>span {
    color: #000;
}

.catalog_structure_list li>a>span:after {
    content: '\f107';
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
}

.catalog_structure_list li.open>a>span:after {
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
}

.catalog_structure_list a:hover,
.catalog_structure_list a:focus,
.catalog_structure_list li.active>a {
    color: #000;
}

.icon:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    font-weight: 700;
    content: '\f105';
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: auto;
    border: none;
}

@media screen and (min-width: 768px) {
    .tabs_display {
        position: absolute;
        margin-bottom: 0px;
    }
    .offc .bottom_adress {
        float: right;
        text-align: right;
    }
    .offc .bottom_adress p {
        float: left;
        margin-left: 20px;
    }
    .off_menu ul li {
        width: 50%;
        float: left;
    }
    .off_menu li li {
        width: 100%;
        float: none;
    }
    .offc_filter {
        display: block;
        height: auto;
        overflow: visible;
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        z-index: 18;
    }
    .row-main-header-55 {
        min-height: 55vh;
    }
    .row-main-header-60 {
        min-height: 60vh;
    }
    .container_banner {
        padding: 0px 15px;
    }
    #header_slider_slogan {
        margin-top: -65px;
        z-index: 2;
        position: relative;
    }
    #header_slider_slogan.slogan_inside {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
    .block_center_banner,
    .block_center_form {
        z-index: 2;
        margin-top: -65px;
        position: relative;
    }
    .block_center_form_position {
        overflow: visible;
    }
    .block_center_form {
        margin-top: -55px;
    }
    .block_center_banner a img {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .block_center_banner a {
        overflow: inherit;
        padding: 30px 20px;
        border-bottom: none;
        border-right: solid 1px #48494D;
    }
    .block_center_banner .col-md-4:last-child a {
        border-right: none;
    }
    .block_center_banner a:hover:before {
        top: -3px;
    }
    #header_slider .owl-dots {
        bottom: 80px;
    }
    #owl-carusel-custom-nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    #owl-carusel-custom-nav .owl-nav2 {
        left: -40px;
        right: -40px;
    }
    #owl-carusel-custom-nav .owl-next {
        right: -80px;
    }
    #slider_center_logo img {
        width: auto;
    }
    .row-main-header-slider {
        min-height: 60vh;
    }
    .block_head_shop_bg.bg_card {
        background-size: auto auto;
    }
    .block_head_shop_bg:before {
        display: none;
    }
    .block_head_shop_bg.bg_teach:before {
        display: block;
        background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    }
}

@media screen and (min-width: 992px) {
    .block_head_shop_bg {
        background-position: right center;
        background-size: cover;
    }
    .block_head_shop_bg.bg_teach:before {
        display: none;
    }
    .row-main-header-50 {
        min-height: 45vh;
    }
    .block_center_banner a img {
        float: left;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .block_sq {
        padding-top: 100%;
    }
    .block_12_sq {
        padding-top: 50%;
    }
    .block_sq_content {
        position: absolute;
        left: 30px;
        padding: 0px;
        bottom: 30px;
        right: 30px;
        z-index: 2;
        color: #fff;
    }
    .map {
        position: relative;
    }
    .map_desc {
        position: absolute;
        width: 30%;
        top: 10px;
        right: 0px;
        bottom: 10px;
        left: 70%;
        background: #fff;
    }
    .off_menu ul li {
        width: 25%;
    }
    .off_menu li li {
        width: 100%;
        float: none;
    }
    .fa_list ul li {
        float: left;
        width: 50%;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
    #top_nav {
        height: 50px;
    }
    .top_phone_cont span {
        padding-left: 15px;
        display: inline;
    }
    .wow-list {
        font-size: 0.9em;
        line-height: 120%;
    }
    .wow-list h4 {
        font-size: 1.2em;
        line-height: 120%;
    }
    .catalog_tabs_bg {
        background-size: auto;
    }
    .main_menu ul li a {
        font-size: 0.75em;
    }
    .row-main-header-slider {
        min-height: 45vh;
    }
}

@media (min-width: 1440px) {
    #main_bg {
        width: 1350px;
    }
}

@media (min-width: 1920px) {
    .main_menu {
        margin-right: 260px;
        margin-left: 260px;
    }
    .main_menu ul li a {
        font-size: 0.85em;
    }
    .basket_block {
        margin-top: 28px;
    }
    .logo {
        width: 200px;
        height: 100px;
        line-height: 100px;
    }
    .logo img {
        width: 200px;
    }
    #top_content {
        height: 100px;
    }
    .top_phone_cont,
    .call_phone_top a {
        font-size: 0.9em;
        font-weight: normal;
    }
    .main_menu ul li a {
        line-height: 100px;
    }
    .btn-personal,
    .bx-basket-block {
        height: 100px;
        line-height: 100px;
    }
    .bx-basket-block span {
        top: 35px;
    }
    .dropdownpersonal .dropdown-menu {
        top: 100px;
    }
    #searchshow {
        height: 100px;
        line-height: 100px;
    }
    #search-close {
        top: 35px;
    }
    .showsearch {
        height: 100px;
        padding-top: 30px;
    }
    .is-sticky .logo {
        width: 130px;
        height: 70px;
        line-height: 70px;
    }
    .is-sticky #top_content {
        height: 70px;
    }
    .is-sticky .main_menu ul li a {
        line-height: 70px;
    }
    .is-sticky .btn-personal,
    .is-sticky .bx-basket-block {
        height: 70px;
        line-height: 70px;
    }
    .is-sticky .basket_block {
        margin-top: 14px;
    }
    .is-sticky .bx-basket-block span {
        top: 20px;
    }
    .is-sticky .dropdownpersonal .dropdown-menu {
        top: 69px;
    }
    .is-sticky #searchshow {
        height: 70px;
        line-height: 70px;
    }
    .is-sticky #search-close {
        top: 20px;
    }
    .is-sticky .showsearch {
        height: 69px;
        padding-top: 15px;
    }
    .top_phone_cont span {
        font-weight: 600;
    }
    .row-main-header-catalog {
        min-height: 450px;
    }
}