/* ALL */
.all {
    color: var(--basic-color);
}
.main>.content {
    min-height: 50vw;
}
.blockquote {
    margin: 30px;
    background: #33669933;
    padding: 40px;
}
/* end ALL */

.spavka {border: 15px solid #eee4;}

/* TOP */
.top {
    background: var(--base-color);
}
.navbar {
    position: relative;
    flex-grow: 1;
}
.top-menu {
    display: none;
    max-height: 0;
    position: relative;
    text-transform: uppercase;
    transition: max-height 0.3s;
    z-index: 10;
    margin-bottom: 0;
    list-style: none;
}
.top .level1 a {
    color: var(--light-color);
}
.top .level1 a:hover {
    color: var(--second-color);
    background: var(--primary-color);
    text-decoration: none;
}
.top .level1 a:active {
    color: var(--second-color);
    background: var(--primary-color);
}
.nav-link.level1 a {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
}
/*.navbar>label.toggleMenu {
    border-top: 6px solid #5f5f5f;
    border-bottom: 6px solid #5f5f5f;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 5;
}*/
.navbar [type="checkbox"], .navbar label.toggleSubmenu {
    display: none;
}
input.toggleMenu:checked ~ .top-menu, input.toggleSubmenu:checked ~ submenu {
    display: block;
    position: relative;
    top: 50px;
    max-height: 100%;
    /* height: 5000px; */
    transition: max-height 2s ease-in;
}
input.toggleMenu:checked ~ .top-menu {
    position: fixed;
    background: var(--reserve-color);
    min-width: 240px;
}
input.toggleMenu:checked ~ .menu>.nav-link {
    background: var(--base-color);
}
.toggleMenu>span {
    display: block;
    position: relative;
    width: 36px;
    border-top: 6px solid #5f5f5f;
    margin: 9px 0;
}
.nav-submenu {
    position: relative;
}
.nav-submenu .submenu {
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.nav-submenu:hover .submenu {
    position: absolute;
    height: auto;
    opacity: 1;
    top: 0;
    left: 50%;
    width: 240px;
}
.nav-link.level2 a {
    background: var(--reserve-color);
    font-size: 16px;
    text-transform: none;
    padding: 5px 10px;
}
/* end TOP */

/* HEADER */
.header {
    position: relative;
    top: 50px;
    box-shadow: 0 0 10px 0px var(--base-color);
    margin-bottom: 65px;
}
.logo {
    width: 50px;
}
.logo-desc {
    font-size: 2rem;
    font-weight: 600;
    color: var(--base-color);
    padding: 0 15px;
}
.logo-desc-min {
    font-size: 13px;
    font-weight: 500;
}
.btn-primary, .btn-secondary {
    color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.btn-primary{
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}/*
.btn-primary:hover{
    background: var(--light-color);
    border: 2px solid var(--base-color);
}*/
.btn-secondary {
    background: var(--base-color);
    border: 2px solid var(--base-color);
}/*
.btn-secondary:hover {
    background: var(--light-color);
    border: 2px solid var(--base-color);
}*/
.btn-primary:hover, .btn-secondary:hover, .btn-primary-b {
    border: 2px solid var(--base-color);
    background: var(--light-color);
    color: var(--base-color);
    text-decoration: none;
}
 .btn-primary-b:hover {
    background: var(--base-color);
    color: var(--light-color);
}
.header .btn-g-open a {
    height: 100%;
    border-radius: 4px;
}
.header .dop-kontakt, .header .btn-g-open {
    margin-bottom: 10px;
}
.header .dop-kontakt {
    align-items: center;
}
.top-phone {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--base-color);
}
.top-phone:hover {
    color: var(--base-color);
    text-decoration: none;
}
.top-email {
    font-size: 1.8rem;
    color: var(--primary-color);
}
.top-email:hover {
    color: var(--base-color);
    text-decoration: none;
}
.ico {
    width: 30px;
    margin: 0 3px 0 7px;
}
.dop-kontakt .ico {
    font-size: 30px;
}
.ct_phone small {
    font-size: 100% !important;
}
/* end HEADER */

/* CART */
.not_empty /*nav-cart*/ {
    position: fixed;
    z-index: 999;
    background: #fff;
    opacity: 0.75;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    top: 60px;
    right: 0;
    width: 120px;
}
.not_empty:hover {
    opacity: 1;
}
/* end CART */

/* SLIDER*/
.slideshow {
    margin-top: -15px;
}
.slide-item {
    position: relative;
}
.text-slide {
    position: relative;
    opacity: 0;
    padding: 0 10px 20px 10px;
    background: #eee;
}
.slick-active .text-slide {
    opacity: 1;
}
.title-slide {
    font-size: 3rem;
    text-shadow: 0px 0px 5px var(--light-color);
    color: var(--base-color);
}
.desc-slide {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dark-color);
    text-shadow: 1px 0px 3px var(--light-color);
    margin-bottom: 30px;
    max-width: 600px;
}
.slide-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #ffffff77;
}
.slide-item.slick-active:after {
    /*background: #ffffff33;*/
    background: -moz-linear-gradient(135deg, #fff 0%, #ffffffaa 30%, #ffffff33 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, 135deg, color-stop(0%,#fff), color-stop(30%,#ffffffaa), color-stop(100%,#ffffff33)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(135deg, #fff 0%,#ffffffaa 30%, #ffffff33 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(135deg, #fff 0%,#ffffffaa 30%, #ffffff33 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(135deg, #fff 0%,#ffffffaa 30%, #ffffff33 100%); /* IE10+ */
  background: linear-gradient(135deg, #fff 0%,#ffffffaa 30%, #ffffff00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff33',GradientType=0 ); /* IE6-9 */
}
/* end SLIDER*/

/* CATALOG */
.sub .category {
    margin-bottom: 10px;
}
.card-item {
    position: relative;
}
.card-item.style-1 {
    border: 3px solid var(--middle-color);
    margin: 0px 10px;
    padding: 10px;
    text-align: center;
    height: 100%;
    background: #fff;
}
.style-1 .card-title {
    font-size: 1.6rem;
    font-weight: 500;
}
.card-item.style-2 {
    padding: 0 10px;
    margin: 0 10px;
    border: 3px solid var(--middle-color);
}
.style-2 .card-frond {
    display: flex;
}
.style-2 .img-block {
    max-width: 130px;
    text-align: center;
    align-content: center;
    margin-bottom: 0;
}
.style-2 .card-title {
    font-size: 16px;
    flex-grow: 1;
    text-align: center;
    align-content: center;
    height: auto;
}
.card-item .card-link {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* end CATALOG */
/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
}
.pagination .page-item {
    margin: 5px;
}
.pagination .page-item.disabled {
    font-weight: 200;
}
.pagination .page-item.active {
    font-weight: 700;
}
.pagination .page-link {
    color: #336699;
    border: 1px solid #369;
    padding: 5px 10px;
}
.pagination .page-link:hover {
    color: #fff;
    background: #336699;
    text-decoration: none;
}
/* end PAGINATION */

/* BULLET */
.bullet .s1 {
    padding: 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}
.bullet .s1 .img {
    max-width: 100px;
    margin-bottom: 15px;
}
/* end BULLET */

/* TABS */
.tabs>input[type="radio"] {
    display: none;
}
.tabs>label {
    width: 25%;
    padding: 7px;
    background: var(--primary-color);
    color: var(--light-color);
    text-align: center;
    cursor: pointer;
}
.tabs>input[type="radio"]:checked+label {
    background: var(--reserve-color);
    text-transform: uppercase;
}
.tabs>div {
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: -5px;
    background: var(--reserve-color);
}
#tab-btn-1:checked~#content-1, #tab-btn-2:checked~#content-2, #tab-btn-3:checked~#content-3, #tab-btn-4:checked~#content-4, #tab-content-1:checked~#content-block-1, #tab-content-2:checked~#content-block-2, #tab-content-3:checked~#content-block-3, #tab-content-4:checked~#content-block-4, #tab-btn-feature:checked~#feature, #tab-btn-dimensions:checked~#dimensions, #tab-btn-description:checked~#description, #tab-btn-analogi:checked~#analogi, #tab-btn-catalog:checked~#catalog, #tab-btn-uslugi:checked~#uslugi, #tab-btn-delivery:checked~#delivery, #tab-btn-reviews:checked~#reviews, #tab-btn-advantages:checked~#advantages, #tab-btn-use:checked~#use, #tab-btn-sklad:checked~#sklad, #tab-btn-form:checked~#order_form, #tab-btn-opt:checked~#opt, #tab-btn-analogi_right:checked~#analogi_right {
    height: auto;
    min-height: 300px;
    overflow: inherit;
    opacity: 1;
}

.product .detail .tabs>input[type="radio"]:checked+label {
    background: #fff;
    border: 1px solid var(--reserve-color);
    text-transform: uppercase;
    border-bottom: 2px solid#fff;
    color: var(--reserve-color);
    z-index: 10;
    margin-bottom: 5px;
}
.product .detail .tabs>label {
    width: auto;
    background: #fff;
    color: var(--primary-color);
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    margin: 0 2px;
}
.product .detail .tabs>div {
    background: #fff;
    border: 1px solid var(--reserve-color);
    margin-top: -7px;
}
.product .detail .tabs .item {
    padding: 10px;
}
.bonus .item {
    background: #fff;
    height: 100%;
    border: 10px solid var(--reserve-color);
}

/*.right-block .detail {margin-left: 10px;}*/
.product .detail .tabs.akkordeon>label {
    width: 100%;
}
.product .detail .tabs.akkordeon>label {
    width: 100%;
    margin: 0 0 0 0;
    background: #bbb;
    color: #fff;
}
.product .detail .tabs.akkordeon>label:hover {
    background: var(--reserve-color);
    color: var(--light-color);
}
.product .detail .tabs.akkordeon>div {
    margin-bottom: 20px;
    background: #eee;
    border: 1px solid var(--base-color);
}

.product .detail .tabs.akkordeon .tab-opt, .product .detail .tabs.akkordeon .tab-sklad {
    margin-bottom: 0px;
}

.product .detail .tabs.akkordeon .item {
    padding: 25px 10px;
}
.product .detail .tabs.akkordeon>input[type="radio"]:checked+label {
    background: var(--base-color);
    border: 1px solid var(--base-color);
    text-transform: uppercase;
    border-bottom: 0px solid var(--base-color);
    color: #ffffff;
    z-index: 10;
    margin-bottom: 0;
}
.product .detail .tabs.akkordeon>label::before {
    display: block;
    width: 15px;
    height: 15px;
    content: "→";
    position: absolute;
    top: 7px;
}
.product .detail .tabs.akkordeon>label::after {
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: 7px;
}
.product .detail .tabs.akkordeon>input[type="radio"]:checked+label::before {
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: 7px;
}
.product .detail .tabs.akkordeon>input[type="radio"]:checked+label::after {
    display: block;
    width: 15px;
    height: 15px;
    content: "→";
    color: #cc9900;
    position: absolute;
    top: 7px;
}

/* end TABS */

/*FILTER*/
#mse2_tpl .fa {
    font-size: 36px;
    padding: 5px;
    margin: 5px;
    color: var(--basic-link);
}
#mse2_tpl .active .fa {
    color: var(--hover-link);
}
#mse2_filters .filter_title {
    font-size: 15px;
    font-weight: 500;
}
#mse2_filters select {
    width: 220px;
    height: 30px;
}
#mse2_filters .catalog-filter select {
    width: 100%;
    height: 30px;
}
.results-bar {
    min-height: 50px;
    align-items: flex-end;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
}
#mse2_sort .sort {
    border: 1px solid #777;
    margin: 3px 5px;
    padding: 3px;
    color: #777;
}
/*end FILTER*/

/* TOP PRODUCT */
.product-top .slick-slide.card-slide {
    margin: 50px 10px;
    background: #fff;
    min-height: 240px;
}
.card-slide .text-block {
    padding: 10px;
}
.card-slide .title {
    font-weight: 400;
    font-size: 1.6rem;
}
/* end TOP PRODUCT */

/* PRODUCT */
.card.s1 {
    border: 1px solid #ccc;
    padding: 10px;
    height: 100%;
}
.card.s1 .img-block {
    margin-bottom: 10px;
    background: #fff/*f1f1f1*/;
    min-height: 140px;
}
.card.s1 .img-block.bg-fff {
    background: #ffffff;
}
.card.s1 .title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    text-align: center;
}
.card.s1 .parameter {
    font-size: 14px;
}
.card.s1 .card-frond {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card.s1 .card-frond .text-block {
    flex-grow: 1;
}
.card.s1 .card-frond .card-price {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #369;
}
.card.s2 {
    border: 1px solid #ccc;
    padding: 10px;
}
.card.s2 .card-frond {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.card.s2 .text-block {
    padding-left: 10px;
}
.card.s2 .card-price {
    font-size: 24px;
    font-weight: 600;
    color: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card.s3 .img-block {
    margin-bottom: 10px;
    background: #ffffff;
    min-height: 140px;
}

.card-modul {
    width: 0;
    min-height: 0;
    overflow: hidden;
    background: #fff;
}
.card-modul.activ {
    z-index: 999;
    width: 600px;
    min-height: 600px;
    border: 1px solid #333;
    background: #fff;
    box-shadow: 0 0 0 15px #33333333;
    margin-left: 15px;
}
.title-hr {
    border-bottom: 2px solid #ccc;
}
#sklad .c {
    height: 60px;
    border: 1px solid #ccc;
}
#sklad .c.green {
    background: green;
}
#sklad .c.bg-white {
    background: white;
}
.slide-svyazi .slick-dots {
    bottom: -10px;
}
/* end PRODUCT */

/* CRUMB */
.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px solid #999;
    box-shadow: 0px 5px 3px -3px #ccc;
    padding: 0px 10px 5px;
    margin-bottom: 15px;
}
.breadcrumb-item {
    margin: 0 5px;
}
.breadcrumb a {
    color: var(--middle-color);
}
.breadcrumb a:hover {
    color: var(--base-color);
    text-decoration: none;
}
/* end CRUMB */

/* LEFT MENU */
.left-menu {
    flex-direction: column;
    list-style: none;
    background: var(--reserve-color);
    border: 1px solid #999;
    /*margin-right: 10px;*/
    height: 100%;
}
.left-menu a {
    color: #fff;
    background: var(--basic-link);
    border-bottom: 1px solid;
    padding: 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}
.left-menu .submenu {
    list-style: none;
}
/* end LEFT MENU */

/* ABOUT */
.home .about {
    background-color: var(--reserve-color);
    padding: 50px;
    color: #fff;
}
.about-block>.img-block {
    background-image: url(/img/about-privod.jpg);
    background-position: center;
    background-size: cover;
}
.about-block>.text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.home .about .title {
    font-weight: 600;
    font-family: "Arial";
}
.home .about .more-link {
    text-align: right;
}
.home .about .more-link>.link {
    color: #cfcfcf;
    display: inline-block;
    border: 1px solid;
    padding: 5px;
}
.home .about .more-link>.link:hover {
    color: #cfcfcf;
    border: 1px solid #fff;
    text-decoration: none;
}
/* end ABOUT */

/* BLOG */
.blog-note .item {
    margin-bottom: 20px;
}
.blog-note .article {
    border: 1px solid #999;
    padding: 10px;
    height: 100%;
}
.blog-note .article .title {
    font-size: 18px;
    font-weight: 600;
}
.blog-note .article h3, .blog-note .article h4, .blog-note .article h5, .blog-note .article h6 {
    font-size: 16px;
    font-weight: 500;
}
.blog-note .article .title>a {
    color: var(--reserve-color);
}
.article-footer {clear: both;}
.blog-note .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-note .page-item {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    margin: 10px 5px;
}
.blog-note .page-item.active {
    border: 3px solid var(--reserve-color);
}
.blog-note .page-item.disabled {
    display: none;
}
.blog-note .page-item a {
    color: var(--reserve-color);
}
/* end BLOG */

/* PAGE */
.page-title {
    margin: 5px 10px 10px;
    font-size: 2.2rem;
}
.well {
    border: 1px solid #ccc;
    padding: 10px;
}
/* end PAGE */

/* FORM */
.input-block {
    margin-bottom: 15px;
}
input.private {
    display: none;
}
.private label:before {
    display: inline-block;
    content: "✓";
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    color: transparent;
    line-height: 15px;
    font-weight: 600;
    padding: 2px 2px 0px 4px;
    margin-right: 15px;
}
.private input[type=checkbox]:checked + label:before {
    color: var(--primary-color);
    border: 1px solid #333;
}
input[type="submit"], .btn-filter {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
}
input[type="submit"]:hover, .btn-filter:hover {
    border: 1px solid var(--base-color);
    background: var(--base-color);
    color: #fff;
    text-transform: uppercase;
}
.btn-reset {
    border: 1px solid var(--primary-color);
    background: #fff;
    color: #333;
    text-transform: uppercase;
}
.btn-reset:hover {
    border: 1px solid var(--base-color);
    background: var(--base-color);
    color: #fff;
}
.success-message {
    background: #269058;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
.button-sort {
    width: 20px;
    height: 24px;
    border: none;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
#order_opt {
    background: #aaaaaa33;
    padding: 20px;
}
/* end FORM */

/* SEARCH */
/*.search-top {
    position: absolute;
    height: 40px;
    top: 10px;
    right: 10px;
}
.search-open {
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 30px;
    color: #fcfcfc;
}*/
#search-open {
    display: none;
}
input.toggle-search:checked ~ .search-form {
    display: block;
    position: absolute;
    top: 40px;
    right: -10px;
    width: 260px;
    /*max-height: 100%;*/
    /* height: 5000px; */
    z-index: 999;
    transition: max-height 2s ease-in;
}
.search-btn {
    width: 100%;
    height: 100%;
    background-color: var(--base-color);
    color: #fff;
    border: none;
    outline: none;
}
.search-result .search-link {
    color: var(--primary-color);
}
.search-top .search-form {
    height: 100%;
    display: none;
}
/* end SEARCH */

/* PRODUCT */
.left-card .img {
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.left-card .photo-slides .img {
    width: auto;
    max-height: 300px;
}
.left-card .photo-slides.ms-galery .img {
    width: auto;
    max-height: 100%;
}
.preview-slides.ms-galery {
    max-width: 450px;
    margin: 5px auto;
}
.art-code {
    font-style: italic;
    font-size: 14px;
}
.art-code>span {
    font-weight: 600;
    opacity: .75;
}
.double-title {
    padding: 5px 0px;
    border-bottom: 1px solid #99999999;
    margin-bottom: 20px;
    text-align: end;
}
.price-block .number {
    font-size: 24px;
    font-weight: 600;
    opacity: .75;
}
/*.price, .old-price {
    display: flex;
    align-items: end;
}*/
.price>.text {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--base-color);
}
.alter-block .card {
    border: 1px solid #ccc;
}
/*.product .detail .tabs>div.border-10-reserve {
    border: 10px solid var(--reserve-color);
}*/
.subscription-section {
    background: #33669914;
    padding: 50px;
    margin-bottom: 40px;
}
.form-subscription input[type="email"]{border: 1px solid #999999;}
/* End PRODUCT */

/*MSE2*/
.mse2_pagination .pagination {
    list-style: none;
    display: flex;
    justify-content: center;
}
.mse2_pagination .page-item {
    margin: 5px;
}
.mse2_pagination .page-link {
    color: #336699;
    border: 1px solid #369;
    padding: 5px 10px;
}
.mse2_pagination .page-link:hover {
    color: #fff;
    background: #336699;
    text-decoration: none;
}
.mse2_pagination .page-item.active {
    font-weight: 700;
}
.mse2_pagination .page-item.disabled {
    font-weight: 200;
}
.mse2_pagination .page-item.disabled:hover {
    font-weight: 200;
    background: #fff;
}
.ms2 fieldset input {
    font-size: 14px;
    padding: 0;
}
/*End MSE2*/

/* CARD */
#msCart .alert.alert-warning {
    position: relative;
    top: 0;
    right: 0;
    z-index: auto;
    color: var(--primary-color);
}
/* END CARD */

/* MODALE */
.modale-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.modale-content {
    min-width: 300px;
    max-width: 600px;
    background: #fff;
    padding: 30px;
}
.modale-header, .modale-body {
    margin-bottom: 20px;
}
.off {
    position: relative;
}
.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    line-height: 20px;
    color: #777;
}
.close:hover {
    color: #555;
    text-decoration: none;
}
.modale-content .title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--base-color);
}
.modale-content .desc {
    text-align: center;
    font-size: 18px;
    color: var(--base-color);
}
#zvonok:target, #vopros:target, #zakaz:target, #zakaz_modale:target {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #333333aa;
    transition-delay: .5s;
}
/*v2*/
.modale-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333aa;
    z-index: 9999;
}
/* end MODALE */

/*SLICK*/
.tabs .slick-track {
    display: flex;
}
.card.card-slide {
    height: auto;
}
.card-item .card-frond {
    height: 100%;
}
/*end SLICK*/

/* FOOTER */
.footer {background: var(--base-color); color: var(--light-color); padding: 20px;}
.footer-menu a {color: #fff;}
.footer-menu .phone {font-size: 22px;}
.footer .soc-link {
    display: flex;
    border: 2px solid #ffffffaa;
    color: #ffffffaa;
    padding: 10px;
    border-radius: 50%;
    font-size: 28px;
    min-width: 50px;
    min-height: 50px;
}
.footer .soc-link:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}
#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 50%;
    width: 320px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px 15px 10px 15px;
    background-color: #ffffffee;
    border-radius: 4px;
    box-shadow: 0 0 4px var(--primary-color);
}
#cookie_notification.show {display: block;}
#cookie-open {display: none;}
.cookie-open {color: var(--reserve-color);border: 1px solid;text-align: center;cursor: pointer;}
.cookie-open:before {content: "Подробнее";display: block;}
.cookie-open:after {content: "Закрыть";display: none;}
#cookie_notification>input[type="checkbox"]:checked + .cookie-open {color: var(--hover-link);}
#cookie_notification>input[type="checkbox"]:checked+.cookie-open:before {display: none;}
#cookie_notification>input[type="checkbox"]:checked+.cookie-open:after {display: block;}
.cookie-text {display: none;}
.toggle-cookie:checked ~ .cookie-text {display: block;}

/* end FOOTER */

/* MEDIA */
@media (min-width: 768px){
.navbar>label.toggleMenu {
    display: none;
}
.top-menu {
    display: flex;
    flex-wrap: wrap;
    max-height: 47px;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.nav-submenu:hover .submenu {
    position: absolute;
    height: auto;
    opacity: 1;
    overflow: hidden;
    top: 100%;
    left: 0;
}
.header {
    top: auto;
    margin-bottom: 15px;
}
.logo {
    width: 75px;
}
.header .dop-kontakt, .header .btn-g-open {
    margin-bottom: 0px;
}
.text-slide {
    position: absolute;
    padding: 0;
    background: #ffffff00;
    z-index: 10;
    top: 50px;
    left: 50px;
    opacity: 0;
}
.modale-content {
    max-width: 600px;
    padding: 30px;
}
.left-card {
    padding-right: 10px;
}
}
@media (min-width: 992px){
.top-menu {
    overflow: visible;
}
.nav-submenu:hover .submenu {
    width: 300px;
}
.logo {
    width: 100px;
}
.top-phone {
    font-size: 3rem;
}
.main {
    padding-left: 20px;
}
}



@media (min-width: 1367px){
}
/* end MEDIA */

.jGrowl {
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 999999 !important;
    width: auto !important;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
}