 :root {
     --color-white: #ffffff;
     --color-back: #f6f6f6;
     --main-back: color-mix(in srgb, var(--color-accent), transparent 94%);
     --color-light: #e1e1e1;
     --color-light-2: #d8d8d8;
     --color-red: #dc3545;
     --color-yellow: #e6b614;
     --color-yellow-2: #eeb644;
     --color-green: #0e8e4e;
     --color-blue: #31d5c3;
     --color-green-2: #359768;
     --color-dark:#083030;
     --color-gray: #363636;
     --color-light-yellow: #b5aa90;
     --color-accent: #004747;
     --color-black-2: #083030;
     --color-black-3: #083030;
     --color-h1: #004747;
     --color-text: #083030;
     --color-category-card: #EFFBFB;
     --color-product-desc: #f6f6f6;
     --color-tab-btn: #f6f6f6;
     --color-tab-btn-hover: #0b3838;
     --color-tab-content-text: #848484;
     --color-map-mark: #165e5e;
     --font-main: 16px;
     --font-m: 14px;
}
 .mt-40 {
     margin-top: 40px;
}
 .site-logo {
     width: 150px;
     margin-right: 16px;
     min-width: fit-content;
     max-width: fit-content;
}
 .bg-red {
     background-color: var(--color-red) !important;
     color: var(--color-tab-btn) !important;
     font-weight: 300 !important;
}
 .bg-yellow {
     background-color: var(--color-yellow) !important;
     color: var(--color-dark) !important;
}
 .bg-green {
     background-color: var(--color-green) !important;
     color: var(--color-tab-btn) !important;
     font-weight: 300 !important;
}
 .bg-dark {
     background-color: var(--color-dark);
}
 .bg-light-yellow {
     background-color: var(--color-light-yellow);
}
 .text-accent {
     color: var(--color-accent) !important;
}
 .col-black-2 {
     color: var(--color-black-2);
}
 fieldset {
     border: 0;
     margin: 0;
     padding: 0;
}
 legend {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
}
/* Allow only vertical resizing of textareas. */
 textarea {
     resize: vertical;
}
 .box {
     color: var(--color-white);
     font-size: 3vw;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .module--horizontal {
     width: 100%;
     height: 320px;
     overflow: hidden;
}
 .module--horizontal .box {
     width: 100%;
     height: 320px;
}
/* Anchor Tag Default Style */
 a {
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     outline: none;
     text-decoration: none;
}
 a:hover, a:active, a:focus {
     color: initial;
     outline: none;
     text-decoration: none;
}
 textarea:focus, textarea:active, input:focus, input:active {
     outline: none;
}
/* Heading Default Style */
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
     color: var(--color-h1);
     line-height: 1.2;
     font-family: 'Garamond', sans-serif;
     font-weight: 700;
}
 p {
     font-family: 'Garamond', sans-serif;
     color: var(--color-text);
}
/* Отступы */
 .block-ypad {
     padding-top: 40px;
     padding-bottom: 40px;
}
 @media only screen and (min-width: 0px) and (max-width: 575.98px) {
     .block-ypad {
         padding-top: 50px;
         padding-bottom: 50px;
    }
}
 @media (min-width: 0.98px) {
     .left-block-ypad {
         padding-top: 80px;
         padding-bottom: 50px;
    }
}
 @media only screen and (min-width: 991.98px) {
     .left-block-ypad {
         padding-top: 0px;
         padding-bottom: 0px;
    }
}
/* Paragraph Margin */
 p {
     margin-bottom: 15px;
}
 p:last-child {
     margin-bottom: 0;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style: none;
}
 strong, b {
     font-weight: 700;
}
 figure {
     margin: 0;
}
 img {
     max-width: 100%;
}
 button {
     background-color: transparent;
     border: none;
     cursor: pointer;
     outline: none;
     padding: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 button:active, button:focus {
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 [data-mfp-src], .btn-img-popup {
     cursor: -webkit-zoom-in;
     cursor: zoom-in;
}
 .parallax {
     background-repeat: no-repeat;
}
 .form-message.alert {
     margin-top: 10px;
}
 .slick-slide:focus, .slick-slide:active {
     -webkit-box-shadow: none;
     box-shadow: none;
     outline: none;
}
 .textcolor-black {
     color: var(--color-black-2) !important;
}
 .acc-el1 {
     order: 3;
}
 .acc-el2 {
     order: 2;
}
 .acc-el3 {
     order: 1;
}
 .acc-el4 {
     order: 4;
}
 .acc-el5 {
     order: 5;
}
 .acc-el6 {
     order: 6;
}
 @media only screen and (max-width: 991.98px) {
     .acc-el1 {
         order: 1;
    }
     .acc-el2 {
         order: 4;
    }
     .acc-el3 {
         order: 2;
    }
     .acc-el4 {
         order: 5;
    }
     .acc-el5 {
         order: 3;
    }
     .acc-el6 {
         order: 6;
    }
}
/*Блок карточек продукции */
 .container-fluid.product-category-block {
     background-color: transparent;
}
 .product-category-block {
}
 .category-card {
     border: 0;
     -webkit-box-shadow: 0 5px 11px rgb(0 0 0 / 14%);
     box-shadow: 0 5px 11px rgb(0 0 0 / 14%);
}
 .category-card .card-body {
     padding: 15px;
}
 .category-card img {
}
 .category-card .img-box {
     height: 240px;
     background-color: var(--color-category-card);
}
 .category-card p {
     font-size: var(--font-main);
     color: var(--color-text);
     font-weight: 400;
     line-height: 1.5;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .category-card h3 {
     color: var(--color-black-2);
     font-family: 'Garamond', sans-serif;
     font-weight: 700;
     font-size: 20px;
     margin-bottom: 0;
}
 .category-card a {
     place-content: flex-start;
}
 .category-card hr {
     width: 130px;
     border-top: 2px solid var(--color-accent);
     margin: 0;
}
 .category-card .wangle:after {
     color: var(--color-accent);
}
/*Блок описания продукции*/
 .category-desc-block {
     background-color: var(--color-product-desc);
}
/*вкладки */
 .index-tabs-block {
    /*background-color: var(--color-product-desc);
    */
    /*background-image: url();
    */
}
 .tabs-box {
     display: inline-block;
     position: relative;
     padding: 0;
     margin: 0;
     width: 100%;
}
 ul.tabs {
     margin: 0px;
     list-style: none;
     width: 100%;
     margin-bottom: 50px;
     display: flex;
     flex-wrap: wrap;
}
 ul.tabs {
     margin: 0px;
     list-style: none;
    /*width: 100%;
    */
     margin-bottom: 50px;
     display: none;
     flex-wrap: wrap;
     justify-content: center;
}
 @media only screen and (min-width:480px) {
     ul.tabs {
         display: flex;
    }
}
 ul.tabs li {
     float: left;
    /*flex: 0 0 calc(100% / 3);
    */
     margin: 0px;
     cursor: pointer;
     padding-right: 20px;
     color: var(--color-light);
     position: relative;
}
 @media screen and (max-width: 767.99px) {
     ul.tabs li {
         float: left;
         flex: 0 0 50%;
         margin-bottom: 20px;
    }
     ul.tabs li:nth-child(2) {
         padding-right: 0;
    }
}
 ul.tabs li:last-child {
     padding-right: 0;
}
 ul.tabs .tab-btn {
     background-color: var(--color-tab-btn);
     color: var(--color-tab-content-text);
     width: 100%;
     font-weight: 500;
     padding: 15px 20px;
     height: auto;
     border-radius: 30px;
     line-height: 18px;
     display: flex;
     font-size: var(--font-main);
     min-width: max-content;
     font-family: "Garamond", sans-serif;
     transition: all 0.3s ease 0s;
     align-content: center;
     align-items: center;
     justify-content: center;
}
/* стили вкладок при наведении */
 ul.tabs .tab-btn:hover {
     background-color: var(--color-tab-btn-hover);
     color: var(--color-tab-btn);
}
/* стили активных вкладок */
 ul.tabs li .tab-btn.active {
     background-color: var(--color-accent);
     color: var(--color-tab-btn);
}
/* контейнер вкладок первого уровня * включающий в себя панели заголовков аккордеона */
 .tab_container {
     width: 100%;
     margin-right: auto;
     margin-left: auto;
}
/* блоки с содержанием по-умолчанию скрыты * указать раскрытым при загрузке нужный блок * с помощью style="display: block;
" в html */
 .tab_content {
     display: none;
     width: 100%;
}
 .tab_content .row {
     padding: 0;
}
 .tab_content.advantages .adv-block {
     background-color: var(--color-tab-btn);
     border-radius: 10px;
     padding: 20px;
}
 .adv-block {
     box-shadow: 0px 5px 10px 0px color-mix(in srgb, var(--color-accent), transparent 90%);
     padding: 30px 10px;
     transition: all ease-in-out 0.4s;
     background-color: var(--color-white);
     height: 80%;
     margin: 40px;
     cursor: pointer;
     border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
     border-radius: 8px;
}
 .about-us .icon {
     margin: 0 auto;
     width: 64px;
     height: 64px;
     background: var(--color-accent);
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
     transition: 0.3s;
     transform-style: preserve-3d;
}
 .icon .features-icon {
     color: var(--color-white);
     margin: 0;
}
 .block:hover .icon {
     background: var(--color-white);
     border-color: var(--color-accent);
     color: var(--color-accent);
     cursor: pointer;
}
 .block:hover .icon .features-icon {
     color: var(--color-accent);
}
/*.adv-block:hover h4, .adv-block:hover p {
    */
    /* color: var(--color-white);
    */
    /*
}
*/
 .adv-block:hover .icon {
     background: var(--color-white);
}
 .adv-block:hover .icon svg path{
     fill: var(--color-accent);
}
 .tab_content.advantages .img-box {
     display: flex;
     width: 100%;
     justify-content: left;
}
 .tab_content.advantages .img-box img {
     width: 100%;
}
 .tab_content.advantages h4 {
     width: 100%;
     text-align: left;
     font-size: 20px;
}
 .tab_content.advantages p {
     width: 100%;
     text-align: left;
     line-height: normal;
     font-size: var(--font-main);
}
 @media screen and (max-width: 767.99px) {
     .tab_content.advantages .img-box {
         width: 40%;
         justify-content: center;
    }
     .tab_content.advantages h4 {
         text-align: center;
    }
     .tab_content.advantages p {
         text-align: center;
    }
}
/* параграф внутри блоков с содержанием */
 .tab_content p {
     font-size: 18px;
     color: var(--color-tab-content-text);
     font-weight: 400;
     line-height: 1.5;
     margin-bottom: 20px;
}
 .tab_content p strong, .landing_content p strong {
     color: var(--color-tab-btn);
}
 .tab-text {
     padding-left: 50px;
}
 @media only screen and (max-width:991.9px) {
     .tab-text {
         padding-left: 0;
    }
}
 .tab-text ul li {
     color: var(--color-black-2);
     font-weight: 700;
     font-size: 18px;
     display: flex;
     line-height: 1.8;
     margin-top: -5px;
     vertical-align: middle;
     align-content: center;
}
 .tab-text ul li::before {
     color: var(--color-accent);
     margin-right: var(--font-main);
     content: "\f058";
     display: inline;
     font: normal normal normal 28px/1 FontAwesome;
     text-rendering: auto;
     font-weight: 800;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 ul.link-ul li span::before {
     color: var(--color-accent);
     margin-right: var(--font-main);
     content: "\f105";
     display: inline;
     font: normal normal normal 28px/1 FontAwesome;
     text-rendering: auto;
     font-weight: 800;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 ul.link-ul li span {
     color: var(--color-black-2);
}
 ul.link-ul li a span:hover {
     color: var(--color-accent);
}
 ul.link-ul li a:hover {
     transform: translatex(5px);
}
 ul.link-ul-mark li span {
     color: var(--color-black-2);
}
 ul.link-ul-mark li span .map-mark {
     color: var(--color-tab-btn);
}
 ul.link-ul-mark li a span:hover {
     color: var(--color-accent);
}
 ul.link-ul-mark li a:hover {
     transform: translatex(5px);
}
 .tab-text-block ul li {
     color: var(--color-black-2);
     font-weight: 700;
     font-size: 18px;
     display: flex;
     flex-direction: row;
     line-height: 1.8;
     vertical-align: middle;
     align-content: center;
     margin-bottom: 10px;
}
 .tab-text-block .section-title {
     color: var(--color-text);
}
 .section-title.title-chart {
     color: var(--color-black-2);
     font-size: 1rem;
     font-family: 'Garamond', sans-serif;
     ;
}
 .map-mark {
     background-color: var(--color-map-mark);
     color: var(--color-tab-btn);
     display: inline-block;
     text-align: center;
     width: 36px;
     height: 36px;
     min-width: 30px;
     border-radius: 50%;
     font-weight: 700;
     vertical-align: middle;
     align-content: center;
     margin-right: 10px;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
}
 .text-mute {
     color: var(--color-tab-content-text) !important;
}
/** * Изображения внутри вкладок * ...сделаем их отзывчивыми */
 .tab_content img {
     width: 100%;
     height: auto;
}
/* полноразмерная картинка */
 .tab_content img .large-img {
     width: 100%;
     margin-bottom: 10px;
}
/* миниатюра слева */
 .tab_content img.img-left {
     float: left;
     border-radius: 5px;
}
 .tab_content .img-box {
     padding: 10px;
}
/* миниатюра справа */
 .tab_content img.img-right {
     width: 25%;
     float: right;
     margin: 5px 0 15px 15px;
}
 .landing_content p {
     color: var(--color-tab-content-text);
}
 .landing_content p strong {
     color: var(--color-tab-btn);
}
/* Встраиваемое видео */
 .video-responsive {
     margin: 20px;
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Предусмотри использование кода встраиваемого видео *через iframe, object или embed */
 .video-responsive iframe, .video-responsive object, .video-responsive embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* аккордеон скрыт в режиме вкладок */
 .tab_accordion {
     display: none;
}
/* Переход вкладок в режим аккордеона * при достижении размера окна просмотра 480px */
 @media screen and (max-width: 480px) {
    /* скрываем вкладки */
     .tabs {
         display: none;
    }
    /* показываем элементы аккордеона */
     .tab_accordion {
         position: relative;
         background-color: var(--color-tab-btn);
         border-radius: 5px;
         font-weight: 600;
         font-size: var(--font-main);
         font-family: 'Garamond', 'sans-serif';
         color: var(--color-tab-content-text);
         border: 1px solid var(--color-category-card);
         padding: 15px 20px;
         display: block;
         cursor: pointer;
         text-align: center;
         -webkit-touch-callout: none;
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
    }
    /* панели аккордеона при наведении */
     .tab_accordion:hover {
         background-color: var(--color-tab-btn-hover);
    }
    /* переключатель вкладок, положение вниз */
    /* состояние активных панелей */
     .d_active {
         background-color: var(--color-accent);
         color: var(--color-tab-btn);
         margin-bottom: 40px;
    }
     .tab_content {
         margin-bottom: 40px;
         margin-top: 40px;
    }
    /* активный переключатель, положение вверх */
}
/*------------------ 3.1 - Кнопки --------------------*/
 .btn-group {
     position: relative;
     display: -ms-inline-flexbox;
     display: inline-flex;
     vertical-align: middle;
}
 @media only screen and (max-width: 399.98px) {
     .btn-group {
         flex-direction: column;
    }
}
 .btn {
     border: 0px;
     display: flex;
     font-size: var(--font-main);
     min-width: max-content;
     font-weight: 500;
     font-family: "Garamond", sans-serif;
     height: 42px;
     line-height: 45px;
     padding: 0px 30px;
     transition: all 0.3s ease 0s;
     align-content: center;
     align-items: center;
     justify-content: center;
}
 .btn:hover {
     transform: translateY(-3px);
}
 .btn-group button {
     display: flex;
}
 .btn-group button:last-child {
     margin-right: 0;
     margin-bottom: 0;
    /*margin: 0 auto;
    */
}
 @media only screen and (max-width: 991.98px) {
     .btn-group {
         display: flex;
         align-content: center;
         justify-content: center;
         flex-wrap: nowrap;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .btn-group button {
         display: inline;
         margin-bottom: 0;
    }
}
 @media only screen and (max-width: 767.98px) {
     .btn-group button a {
         font-size: var(--font-m);
         padding: 0 10px;
    }
     .btn-group button {
         margin-bottom: 0;
    }
}
 .btn-accent1 {
     background-color: var(--color-map-mark);
     color: var(--color-tab-btn);
}
 .btn-accent1:hover {
     background-color: var(--color-black-2);
     color: var(--color-tab-btn);
}
 .btn-accent2 {
     background-color: var(--color-accent);
     color: var(--color-tab-btn);
}
 .btn-accent2:hover {
     background-color: var(--color-tab-btn-hover);
     color: var(--color-tab-btn);
}
 .big-btn a {
     padding: 10px 30px;
     height: auto;
}
 .btn.no-bg {
     padding: 0;
}
 .wangle:after {
     content: "\f105";
     display: inline;
     font: normal normal normal 24px/1 FontAwesome;
     text-rendering: auto;
     font-weight: 800;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     margin-left: 8px;
}
 .btn-accent1.wangle:after {
     color: var(--color-green-2);
}
 .btn-accent1.wangle:hover:after {
     color: var(--color-tab-btn);
}
 .btn-accent2.wangle:hover:after {
     color: var(--color-tab-btn);
}
 .btn-accent2.wangle:after {
     color: var(--color-white);
}
 .btn:focus, .btn:active {
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn .fa {
     margin-left: 8px;
     font-size: 24px;
}
 .btn .black-icon .fa {
     color: var(--color-black-2);
}
 .btn .black-icon .fa:hover {
     color: var(--color-green) !important;
}
 .btn .black.fa {
     color: var(--color-black-3);
}
 .action-links-block .btn .fa-phone {
     margin-left: 8px;
     font-size: 24px;
}
 .btn-white {
     background-color: var(--color-tab-btn);
     color: var(--color-black-2);
}
 .btn-inst {
     background: linear-gradient(30deg, #722fdf, #833ab4, #c13584, #e1306c, #f8542b);
}
 .btn-white:hover {
     background-color: var(--color-accent);
     border-color: var(--color-accent);
     color: var(--color-tab-btn);
}
 .btn-white.wangle:after {
     color: var(--color-accent);
}
 .btn-white:hover.wangle:after {
     color: var(--color-black-2);
}
 .bghave .btn-white:hover {
     background-color: var(--color-black-2);
     border-color: var(--color-black-2);
     color: var(--color-tab-btn);
}
 .bghave .btn-white:hover .fa {
     color: var(--color-accent);
}
 .btn-brand {
     background-color: var(--color-yellow-2);
     border-color: var(--color-yellow-2);
     border-radius: 25px;
     color: var(--color-dark);
}
 .btn-brand:hover {
     background-color: var(--color-light-2);
     border-color: var(--color-light-2);
}
 .btn-black {
     background-color: var(--color-h1);
     border-color: var(--color-h1);
     color: var(--color-white);
}
 .btn-black:hover {
     background-color: var(--color-light-2);
     border-color: var(--color-light-2);
     color: var(--color-h1);
}
 .btn-bordered {
     border-radius: 0;
     border-width: 1px;
     font-size: var(--font-main);
     padding: 0 40px;
     height: 50px;
     line-height: 48px;
}
 .btn-bordered:hover {
     border-color: var(--color-yellow-2);
     color: var(--color-yellow-2);
}
 .action-links-block .btn-group .map a {
     background-color: var(--color-black-2);
}
 .action-links-block .btn-group .map a i {
     color: var(--color-accent);
}
/*----------- Табы ---------*/
 .contenedor {
     height: 100%;
     padding: 0;
}
 h1 {
     color: var(--color-h1);
}
 .container_foto {
     background-color: var(--color-light);
     padding: 0;
     overflow: hidden;
     max-width: 100%;
     margin: 0;
     margin-bottom: 0;
     margin-top: 0;
     height: 240px;
     border-radius: 5px;
     padding: 0;
     overflow: hidden;
     max-width: 100%;
     height: 240px;
     border-radius: 5px;
     position: relative;
     width: 100%;
}
 @media screen and (max-width:767.98px) {
     .tab-card {
         margin-bottom: .5rem;
    }
}
 .container_foto article {
     padding: 30px;
     position: absolute;
     top: 155px;
     z-index: 1;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .container_foto h2 {
     color: var(--color-black-2);
     font-family: 'Garamond', sans-serif;
     font-weight: 700;
     font-size: 20px;
}
 .container_foto hr {
     width: 130px;
     border-top: 2px solid var(--color-accent);
     margin: 0;
}
 .container_foto h4 {
     font-weight: 300;
     font-family: 'Garamond', sans-serif;
     color: var(--color-white);
     font-size: var(--font-main);
     margin-top: 10px;
     opacity: 0;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .b-tab h4 {
     max-width: 50%;
}
 .sm-tab h4 {
     max-width: 100%;
}
 .container_foto img {
     padding: 20px;
     position: absolute;
     background-position: right top;
     background-size: 10% auto;
     opacity: 1;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .container_foto.b-tab img {
     width: 360px;
     top: -25px;
     right: -35px;
}
 .full-tab-img {
     width: 420px !important;
}
 .container_foto.sm-tab img {
     width: 320px;
     top: -20px;
     right: -20px;
}
 @media only screen and (min-width: 190px) and (max-width: 991.98px) {
     .section-title {
         margin-bottom: 20px;
    }
}
 .ver_mas {
     position: absolute;
     width: 100%;
     bottom: 0;
     padding-left: 30px;
     padding-bottom: 10px;
     z-index: 1;
     opacity: 0;
}
 .container_foto button a {
     font-size: var(--font-main);
     font-weight: 500;
     color: var(--color-tab-btn);
}
 .container_foto button a::after {
     color: var(--color-black-2);
}
 .container_foto button a:hover {
     color: var(--color-tab-btn);
}
 .mob-link {
     position: absolute;
     height: 180px;
     top: 0;
     width: 100%;
     z-index: 1000;
}
 @media only screen and (min-width: 756px) and (max-width: 767.98px) {
     .container_foto {
         background-color: var(--color-category-card);
         padding: 0;
         overflow: hidden;
         max-width: 100%;
         margin: 0;
         margin-bottom: 0;
         margin-top: 0;
         height: 180px;
    }
     .container_foto.b-tab img, .container_foto.sm-tab img {
         width: 220px;
         top: 0;
         right: 0;
         padding: 0;
    }
     .container_foto article {
         padding: 30px;
         position: absolute;
         top: 0;
    }
     .ver_mas {
         opacity: 0;
    }
     .ver_mas button {
         background-color: var(--color-accent);
    }
     .container_foto hr {
         display: none;
    }
     .mob-tab-link {
         position: relative;
         height: 599px;
    }
}
 @media only screen and (min-width: 190px) and (max-width: 1199.98px) {
     .ver_mas span {
         color: var(--color-white);
         position: relative;
         width: 100%;
         text-align: left;
    }
}
 @media only screen and (min-width: 190px) and (max-width: 759.98px) {
     .container_foto {
         background-color: var(--color-category-card);
         padding: 0;
         overflow: hidden;
         max-width: 100%;
         margin: 0;
         margin-bottom: 0;
         margin-top: 0;
         height: 140px;
    }
     .container_foto.b-tab img, .container_foto.sm-tab img {
         width: 50%;
         top: 0;
         right: 0;
         padding: 0;
    }
     .container_foto article {
         padding: 20px;
         position: absolute;
         top: 0;
    }
     .container_foto h2 {
         color: var(--color-black-2);
         font-family: 'Garamond', sans-serif;
         font-weight: 700;
         font-size: var(--font-main);
         width: 60%;
    }
     .container_foto h4 {
         display: none;
    }
     .ver_mas {
         opacity: 1;
    }
}
/*hovers*/
 .container_foto:hover img {
     opacity: 1;
     transform: scale(1.2);
}
 .tab-hover {
     position: absolute;
     top: 0;
     width: 100%;
     height: 240px;
     display: none;
     background-color: rgba(0, 0, 0, 0.3);
    ;
     transition: all 0.5s ease;
}
 .container_foto:hover .tab-hover {
     display: block;
}
 .container_foto:hover article {
     transform: translate(0, 0);
     -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     top: 0;
}
 .container_foto:hover h4 {
     opacity: 1;
}
 .container_foto:hover .ver_mas {
     opacity: 1;
}
 @media only screen and (min-width: 198px) and (max-width: 767.98px) {
     .ver_mas {
         padding-left: 20px;
    }
     .tab-hover {
         position: absolute;
         top: 0;
         width: 100%;
         height: 340px;
         display: none;
         background-color: rgba(22, 94, 94, 0.5);
         transition: all 0.5s ease;
    }
     .container_foto button a span {
         color: var(--color-tab-content-text);
    }
     .container_foto button a::after {
         color: var(--color-accent);
    }
     .container_foto button a {
         color: var(--color-tab-content-text);
    }
}
/*------------------------- 3.4 - Заглавия --------------------------*/
 .section-title {
     margin-bottom: 0;
     padding-left: 0;
     font-weight: 600;
     color: var(--color-black-2);
     text-align: center;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .section-title {
         margin-bottom: 20px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .section-title {
         margin-bottom: 5px;
    }
}
 .section-title h5 {
     display: inline;
     font-size: 24px;
     color: var(--color-h1);
     font-weight: 700;
     position: relative;
}
 .section-title h3 a {
     font-weight: 300;
     display: inline-block;
     line-height: 100%;
     color: var(--color-tab-btn);
     font-size: 18px;
     background-color: var(--color-black-3);
     padding: 10px 10px;
}
 .lead {
     font-size: var(--font-main);
     font-weight: 500;
}
 .section-title h2 {
     color: var(--color-accent);
     text-align: center;
     font-size: 26px;
     font-weight: 700;
    /*margin-bottom: 40px;
    */
     padding-bottom: 20px;
     text-transform: uppercase;
     position: relative;
}
 @media only screen and (min-width: 575.9px) and (max-width: 991.98px) {
     h3.section-title {
         font-size: 34px;
    }
     .lead {
         font-size: 20px;
         font-weight: 500;
    }
}
 @media only screen and (min-width: 190.9px) and (max-width: 575.9px) {
     h3.section-title {
         font-size: 1.25rem;
    }
     .lead {
         font-size: 0.9rem;
         font-weight: 500;
    }
}
 .dec-hr {
     width: 100px;
     height: 3px;
     background-color: var(--color-accent);
     display: inline-block;
}
 .m-m-30 {
     margin-bottom: -40px;
}
 .section-title hr {
     margin-top: 1rem;
     margin-bottom: 1rem;
     border: 0;
     border-top: 6px solid var(--color-dark);
}
 .section-title h3 a:hover {
     color: var(--color-red);
     padding-left: 20px;
     transition: ease 0.9s;
}
 .section-title h3 a:hover:before {
     content: "\f105";
     font: normal normal normal 14px/1 FontAwesome;
     font-size: 26px;
     line-height: 18px;
     color: var(--color-tab-btn);
     text-rendering: auto;
     margin-right: 5px;
     -webkit-font-smoothing: antialiased;
     transition: ease 0.9s;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .section-title h3 a {
         font-size: 18px;
         margin-bottom: 0;
    }
}
 @media only screen and (max-width: 767.98px) {
     .section-title h3 a {
         font-size: var(--font-main);
         margin-bottom: 0;
    }
}
 @media screen and (min-width: 1200px) {
     .container-wide, .slider-area-wrapper .slick-dots {
         max-width: 1200px;
    }
}
 @media screen and (min-width: 1500px) {
     .container-wide, .slider-area-wrapper .slick-dots {
         max-width: 1480px;
    }
}
 @media (max-width:576px) {
     #my-slider {
         height: calc(100vw/2);
    }
}
 @media (min-width:576px) {
     #my-slider {
         height: 300px 
    }
}
 @media (min-width:768px) {
     #my-slider {
         height: 404px 
    }
}
 @media (min-width:992px) {
     #my-slider {
         height: 264px 
    }
}
 @media (min-width:1200px) {
     #my-slider {
         height: 336px 
    }
}
/*-------------------------------- 3.5 - Tippy Customization ----------------------------------*/
 .tippy-popper .tippy-tooltip {
     background-color: var(--color-yellow-2);
     border-radius: 3px;
     font-size: var(--font-m);
     font-weight: 400;
     line-height: 1;
     padding: 7px 13px;
}
 .tippy-popper[x-placement^='top'] .tippy-arrow {
     border-top-color: var(--color-yellow-2) !important;
}
 .tippy-popper[x-placement^='bottom'] .tippy-arrow {
     border-bottom-color: var(--color-yellow-2) !important;
}
 .tippy-popper[x-placement^='left'] .tippy-arrow {
     border-left-color: var(--color-yellow-2) !important;
}
 .tippy-popper[x-placement^='right'] .tippy-arrow {
     border-right-color: var(--color-yellow-2) !important;
}
/*------------------ Блок "Свяжитесь с нами" --------------------*/
 .action-links-block {
    /* background-image: url(https://greencor.kz/assets/img/banners-product/test2.png);
     background-position: center center;
     background-size: cover;
     */
     background: var(--color-accent) 
}
 .action-links-text {
     text-align: left;
}
 @media only screen and (max-width: 991.98px) {
     .action-links-text {
         text-align: center;
         margin-bottom: 30px;
    }
}
 .action-links-block h2 {
     font-size: 42px;
}
 .action-links-block span {
     font-size: 20px;
}
 @media only screen and (max-width: 991.98px) {
     .action-links-block h2 {
         font-size: 28px;
    }
}
 @media only screen and (max-width: 479.98px) {
     .action-links-block h2 {
         font-size: 24px;
    }
}
 .action-links-block .btn-group button {
     padding: 0.5rem;
    /*margin: 0 auto;
    */
}
 .call-to-action {
     --background-color: #000000;
     --default-color: #ffffff;
     --contrast-color: #ffffff;
     padding: 120px 0;
     position: relative;
     clip-path: inset(0);
}
 .call-to-action .cta-btn {
     font-weight: 500;
     font-size: 16px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 12px 40px;
     border-radius: 50px;
     transition: 0.5s;
     margin: 10px;
     border: 2px solid var(--contrast-color);
     color: var(--contrast-color);
}
 .call-to-action img {
     position: fixed;
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: 1;
}
 .call-to-action:before {
     content: "";
     background: color-mix(in srgb, var(--background-color), transparent 35%);
     position: absolute;
     inset: 0;
     z-index: 2;
}
 .call-to-action h3 {
     color: var(--color-white);
     font-size: 28px;
     font-weight: 700;
}
 .call-to-action p {
     color: var(--color-white);
    /*font-size: 28px;
    */
    /*font-weight: 700;
    */
}
 .call-to-action .btn-mini-icon {
     color: var(--color-white);
     border: solid 2px var(--color-white);
     margin-left: 0;
     margin-right: 20px;
}
 html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
     opacity: 1;
     -webkit-transform: translateZ(0) scale(1);
     transform: translateZ(0) scale(1);
}
 .btn-group .whatsapp .fa-whatsapp {
     color: var(--color-green-2);
}
/*-------------------------------- 3.6 - Magnific JS Customization ----------------------------------*/
 .ht-mfp {
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .ht-mfp.mfp-bg {
     background: rgba(0, 0, 0, 0.4);
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .ht-mfp .mfp-content {
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 @media only screen and (min-width: 1200px) {
     .ht-mfp .mfp-content {
         max-width: 70%;
    }
}
 .ht-mfp .mfp-content .mfp-close {
     display: none;
}
 .ht-mfp .mfp-close {
     background-color: var(--color-yellow-2);
     color: var(--color-white);
     padding: 0;
     text-align: center;
     opacity: 1;
     top: 50px;
     right: 50px;
     height: 50px;
     width: 50px;
     line-height: 50px;
}
 @media only screen and (max-width: 767.98px) {
     .ht-mfp .mfp-close {
         top: 30px;
         right: 30px;
         height: 40px;
         width: 40px;
         line-height: 40px;
    }
}
 .ht-mfp .mfp-close:hover {
     background-color: var(--color-yellow-2);
}
 .ht-mfp .mfp-arrow {
     background-color: var(--color-yellow-2);
     opacity: 1;
     margin-left: 15px;
     height: 55px;
     width: 55px;
}
 .ht-mfp .mfp-arrow:before {
     display: none;
}
 .ht-mfp .mfp-arrow:after {
     content: '\f104';
     color: var(--color-white);
     font-family: "FontAwesome";
     font-size: 25px;
     line-height: 40px;
     text-align: center;
     margin: 0;
     padding: 0;
     border: 0;
     position: absolute;
     width: 100%;
     height: 100%;
}
 .ht-mfp .mfp-arrow-right {
     margin-left: auto;
     margin-right: 15px;
}
 .ht-mfp .mfp-arrow-right:after {
     content: '\f105';
}
 .ht-mfp .mfp-arrow:hover {
     background-color: var(--color-yellow);
}
 .ht-mfp.zoom-animate.mfp-bg {
     opacity: 0;
}
 .ht-mfp.zoom-animate .mfp-content {
     -webkit-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     opacity: 0;
}
 .ht-mfp.zoom-animate.mfp-ready.mfp-bg {
     opacity: 0.9;
}
 .ht-mfp.zoom-animate.mfp-ready .mfp-content {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     opacity: 1;
}
 .ht-mfp.zoom-animate.mfp-removing .mfp-content {
     -webkit-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     opacity: 0;
}
 .ht-mfp.zoom-animate.mfp-removing.mfp-bg {
     opacity: 0;
}
 .ht-mfp.zoom-animate.mfp-removing .mfp-close {
     opacity: 0;
}
/*-------------------------------- 3.7 - цитаты ----------------------------------*/
 blockquote, .blockquote {
     background-color: var(--color-light);
     color: var(--color-h1);
     font-size: 18px;
     padding: 42px 44px 80px;
     position: relative;
}
 @media only screen and (max-width: 767.98px) {
     blockquote, .blockquote {
         padding: 20px 22px 60px;
    }
}
 blockquote:before, .blockquote:before {
     content: '\f10e';
     font-family: "FontAwesome";
     position: absolute;
     right: 40px;
     bottom: 40px;
}
 @media only screen and (max-width: 767.98px) {
     blockquote:before, .blockquote:before {
         right: 30px;
         bottom: 20px;
    }
}
 blockquote-title, .blockquote-title {
     color: var(--color-yellow-2);
     text-transform: uppercase;
     font-size: var(--font-m);
     font-weight: 700;
     letter-spacing: 1.5px;
     line-height: 1;
}
/*-------------------------------- 3.8 - Nice Select Customization ----------------------------------*/
 .sort-by-wrapper {
     border: 5px solid var(--color-dark);
}
 .nice-select {
     background-color: var(--color-tab-btn);
     border-radius: 0;
     border: 1px solid var(--color-light);
     color: var(--color-h1);
     float: inherit;
     font-size: 15px;
     padding-left: 0;
}
 .nice-select:after {
     border-right-color: var(--color-gray);
     border-bottom-color: var(--color-gray);
     height: 7px;
     width: 7px;
}
 .nice-select .list {
     border-radius: 0;
     color: var(--color-h1);
     font-size: var(--font-m);
     width: 100%;
}
/*========================== 02. Цвета ============================*/
 .bg-white {
     background-color: var(--color-white);
}
 .bg-softWhite {
     background-color: var(--color-light) !important;
}
 .bg-brand {
     background-color: var(--color-yellow-2);
}
 .bg-blackSoft {
     background-color: var(--color-h1);
}
 .text-accent1 {
     color: var(--color-accent) !important;
}
 .text-accent2 {
     color: var(--color-map-mark);
}
 .text-white {
     color: var(--color-tab-btn);
}
 .text-black {
     color: var(--color-black-2);
}
/*========================== 3.0 - Template Spacing ============================*/
 .sm-top {
     margin-top: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sm-top {
         margin-top: 20px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .sm-top {
         margin-top: 20px;
    }
}
 .sm-bottom {
     margin-bottom: 100px;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sm-bottom {
         margin-bottom: 80px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .sm-bottom {
         margin-bottom: 60px;
    }
}
 .sm-top-lh {
     margin-top: 95px;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sm-top-lh {
         margin-top: 75px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .sm-top-lh {
         margin-top: 55px;
    }
}
 .sm-y-lh {
     margin: 95px 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sm-y-lh {
         margin: 75px 0;
    }
}
 @media only screen and (max-width: 767.98px) {
     .sm-y-lh {
         margin: 60px 0;
    }
}
 .sp-top, .call-to-action-content-area.home-2 {
     padding-top: 100px;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sp-top, .call-to-action-content-area.home-2 {
         padding-top: 80px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .sp-top, .call-to-action-content-area.home-2 {
         padding-top: 60px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
     .sp-lg-top {
         padding-top: 100px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sp-md-top {
         padding-top: 80px;
    }
}
 .sp-y, .flash-deals-area.home-2 {
     padding: 30px 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .sp-y, .flash-deals-area.home-2 {
         padding: 80px 0;
    }
}
 @media only screen and (max-width: 767.98px) {
     .sp-y, .flash-deals-area.home-2 {
         padding: 60px 0;
    }
}
/*============================= 04. Header Area Style CSS ==============================*/
 .header-top {
     background-color: var(--color-accent);
}
 @media only screen and (max-width: 1199.98px) {
     .header-top {
         display: none;
    }
}
 .nav-top {
     width: 100%;
     display: flex;
     justify-content: center;
     flex-direction: row;
}
 .nav-top li {
     color: var(--color-light);
     font-size: var(--font-m);
     font-family: "Garamond", sans-serif;
     padding: 10px 0;
}
 .nav-top li a {
     color: inherit;
     font-size: var(--font-m);
}
 .nav-top li a:hover {
     color: var(--color-light);
     opacity: 0.5;
}
 .nav-top li a i {
     color: var(--color-white);
}
 .main-menu-btn {
     margin-left: 20px;
}
 .btn-menu {
     font-size: 20px;
}
 .btn-menu i {
     color: var(--color-black-2);
     font-size: 30px;
}
 #header {
     position: sticky;
     background: var(--color-white);
     top: 0;
     width: 100%;
    /*box-shadow: 0 4px 2px -2px gray;
    */
     z-index: 1000;
     -webkit-box-shadow: 10px 10px 33px -27px rgba(136,136,136,1);
     -moz-box-shadow: 10px 10px 33px -27px rgba(136,136,136,1);
     box-shadow: 10px 10px 33px -27px rgba(136,136,136,1);
}
 .header-middle {
    /*background-color: var(--color-product-desc);
    */
}
 .header-middle .container {
     padding: 25px;
}
 .header-nav-bottom {
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: center;
     flex-wrap: nowrap;
     align-content: center;
     align-items: center;
}
 .header-nav-bottom li.nav-item {
     flex: 1 1 0;
     text-align: center;
    /*background-color: var(--color-tab-btn);
    */
    /*height: 56px;
    */
     display: inline-grid;
     font-family: "Garamond", sans-serif;
     padding: 16px 0;
     max-width: fit-content;
     margin-right: 20px;
}
 .header-nav-bottom li.has-submenu.nav-item a.nav-bottom-link:after {
     content: "\f107";
     display: inline;
     font: normal normal normal 16px/1 FontAwesome;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 20px;
     font-weight: bolder;
     color: var(--color-accent);
     margin-left: 3px;
}
 @media only screen and (max-width: 767.98px) {
     .header-area {
         padding: 0;
    }
}
 .header-area .login-reg-nav li {
     margin-right: 20px 
}
 @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
     .header-area .login-reg-nav li {
         margin-right: 10px;
    }
}
 .header-area .nav li:last-child {
     margin-right: 0;
}
 .header-middle .nav li a, .header-middle .nav li button {
     color: var(--color-dark);
     display: inline;
     font-size: var(--font-m);
     min-width: max-content;
     font-weight: bold;
     text-transform: uppercase;
     font-family: "Garamond", sans-serif;
     align-content: space-between;
}
 .header-bottom .nav li a {
     color: var(--color-black-3);
     display: inline-block;
     font-size: 18px;
     font-weight: bold;
     text-transform: uppercase;
}
 .header-search-form {
     position: relative;
     padding: 10px 10px;
}
 @media only screen and (max-width: 767.98px) {
     .header-search-form {
         margin-bottom: 0;
         padding-bottom: 20px;
    }
}
 .header-search-form input {
     border: 0;
     width: 100%;
     height: 46px;
     font-size: var(--font-m);
     padding: 0 19px;
     background-color: var(--color-dark);
}
 button, input {
     overflow: visible;
}
 button, input, optgroup, select, textarea {
     margin: 0;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 .header-search-form button {
     position: absolute;
     background-color: var(--color-red);
     height: 46px;
     right: 10px;
     top: 10px;
     padding: 0 20px;
     font-size: 20px;
     color: var(--color-dark);
     cursor: pointer;
     border: 0;
}
 .header-bottom .nav li.nav-item:hover {
     background-color: var(--color-red);
}
 .mid-header-row {
     justify-content: space-between;
     margin-right: 0;
     margin-left: 0;
}
 .site-navigation {
     max-width: fit-content;
}
 @media only screen and (max-width: 575.98px) {
     .site-logo {
         margin-right: 0;
         padding: 0 5px;
    }
     .site-action {
         padding: 0 5px;
    }
     .site-logo a img {
         max-width: 130px;
    }
}
 .login-reg-nav {
     justify-content: flex-end 
}
 .header-number a {
     display: flex;
     border-radius: 5px;
     min-width: max-content;
}
 .header-number a:hover {
     background-color: var(--color-accent);
     color: var(--color-white);
}
 .header-number a {
     padding: 10px 20px;
     font-weight: 700;
     color: var(--color-black-2);
     font-size: var(--font-main);
     font-family: 'Garamond', sans-serif;
     display: flex;
}
 .header-number a span {
     min-width: fit-content;
}
 .header-number a i {
     color: var(--color-accent);
     font-size: 30px;
     line-height: 20px;
     margin-right: 5px;
     margin-top: 3px;
}
 .header-number:hover a i {
     color: var(--color-tab-btn);
}
 .site-action .login-reg-nav li {
     position: relative;
}
 .footer-widget-area .site-action {
     padding: 0;
}
 .footer-widget-area .mini-icon-wrap :first-child .btn-mini-icon {
     margin-left: 0;
}
 @media only screen and (max-width: 767.98px) {
     .site-action .login-reg-nav li {
         margin-right: 15px;
    }
}
 .header-bottom {
     background-color: var(--color-tab-btn);
     margin: 0;
}
 .site-action .login-reg-nav li:after {
     content: '|';
     position: absolute;
     right: -12px;
     top: 0;
}
 @media only screen and (max-width: 767.98px) {
     .site-action .login-reg-nav li:after {
         right: -10px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
     .site-action .login-reg-nav li:after {
         right: -6px;
    }
}
 .site-action .login-reg-nav li:last-child:after {
     display: none;
}
 .footer-area .btn-mini-icon:first-child {
     margin-left: 0;
}
 .btn-mini-icon {
     font-size: 25px;
     width: 50px;
     height: 50px;
     display: flex;
     line-height: 1;
     text-align: center;
     position: relative;
     color: var(--color-black-2);
     margin-left: 20px;
     padding: 10px;
     border-radius: 50%;
     border: solid 2px var(--color-accent);
     align-items: center;
     justify-content: center;
     align-content: center;
     ;
}
 .btn-mini-icon span {
     color: var(--color-h1);
     display: inline;
     font-size: 15px;
     font-weight: 600;
     text-transform: uppercase;
}
 .btn-mini-icon:hover {
     color: var(--color-tab-btn);
     background-color: var(--color-accent) 
}
 .site-action {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: end;
     align-items: center;
     max-width: fit-content;
}
 .mini-icon-wrap .btn-mini-icon .cart-total {
     background-color: var(--color-red);
     border-radius: 50%;
     color: var(--color-white);
     display: block;
     font-size: 50%;
     text-align: center;
     line-height: 20px;
     height: 20px;
     width: 20px;
     position: absolute;
     left: -10px;
     top: 0;
}
 .mini-icon-wrap .mini-cart-content {
     background-color: var(--color-white);
     padding: 20px 20px;
     position: absolute;
     text-align: left;
     -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     pointer-events: visible;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     width: 230px;
     z-index: 2;
     right: 40px;
     margin-top: 28px;
}
 .mini-icon-wrap span {
     font-weight: bolder;
     color: var(--color-red);
}
 @media only screen and (max-width: 767.98px) {
     .mini-icon-wrap .mini-cart-content {
         display: none;
    }
}
 .mini-icon-wrap .mini-cart-content:before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 100%;
     width: 100%;
     height: 32px;
}
 .mini-icon-wrap .mini-product {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
}
 .mini-icon-wrap .mini-product:last-child {
     margin-bottom: 0;
}
 .mini-icon-wrap .mini-product__thumb {
     border: 1px solid rgba(0, 0, 0, 0.07);
     margin-right: 15px;
     -webkit-flex-basis: 80px;
     -ms-flex-preferred-size: 80px;
     flex-basis: 80px;
     width: 80px;
}
 .mini-icon-wrap .mini-product__info {
     -webkit-flex-basis: calc(100% - 95px);
     -ms-flex-preferred-size: calc(100% - 95px);
     flex-basis: calc(100% - 95px);
     width: calc(100% - 95px);
}
 .mini-icon-wrap .mini-product__info .title {
     font-size: 15px;
     font-weight: 600;
     margin-top: 0;
     margin-bottom: 8px;
}
 .mini-icon-wrap .mini-product__info .title a {
     color: var(--color-h1);
}
 .mini-icon-wrap .mini-product__info .title a:hover {
     color: var(--color-yellow-2);
}
 .mini-icon-wrap .mini-product__info .mini-calculation {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .mini-icon-wrap .mini-product__info .mini-calculation .price {
     margin-bottom: 0;
     font-weight: 600;
     vertical-align: middle;
}
 .mini-icon-wrap .mini-product__info .mini-calculation .price span {
     color: var(--color-yellow-2);
}
 .mini-icon-wrap .mini-product__info .mini-calculation .remove-pro {
     font-size: 18px;
     line-height: 1;
}
 .mini-icon-wrap .mini-product__info .mini-calculation .remove-pro:hover {
     color: var(--color-yellow-2);
}
 .mini-icon-wrap:hover .mini-cart-content {
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
     opacity: 1;
     visibility: visible;
}
 .responsive-menu {
     margin-left: 50px;
     font-size: 20px;
}
 @media only screen and (max-width: 767.98px) {
     .responsive-menu {
         margin-left: 20px;
    }
}
 .slicknav_nav li a i {
     font-size: 30px;
     color: var(--color-accent);
}
/*============================= 4.1 - top banner ==============================*/
 .top-block {
    /*background-color: var(--color-category-card);
    */
     background-repeat: no-repeat;
     background-position: right -50px bottom 0;
     background-size: auto 80%;
}
 .top-block-image {
     height: auto;
    /*background-color: var(--color-category-card);
    */
    /*background-image: url(../img/scheme-hospital.jpg);
    */
}
 @media only screen and (min-width: 319.9px) and (max-width: 767.98px) {
     .top-block-image {
         height: 60vw;
         background-repeat: no-repeat;
         background-position: center bottom;
         background-size: auto 100%;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .top-block-image {
         height: 40vw;
         background-repeat: no-repeat;
         background-position: center bottom;
         background-size: auto 100%;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
     .top-block-image {
         height: auto;
         background-repeat: no-repeat;
         background-position: right 0 bottom 0;
         background-size: 100% auto;
    }
}
 @media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
     .top-block-image {
         height: auto;
         background-repeat: no-repeat;
         background-position: right 0 bottom 0;
         background-size: auto 120%;
    }
}
 @media (min-width: 1399.98px) {
     .top-block-image {
         height: auto;
         background-repeat: no-repeat;
         background-position: right 0 bottom 0;
         background-size: auto 120%;
    }
}
 .text-offer {
     padding: 50px 0;
}
 .banner-title {
     color: var(--color-black-2);
     font-weight: 600;
     font-size: 36px;
     line-height: 36px;
     margin-bottom: 30px;
}
 .overlay-container .banner-title, .overlay-container p, .overlay-container .banner-text p, .overlay-container h1, .overlay-container h4 {
     color: var(--color-white);
}
 @media only screen and (max-width: 991.98px) {
     .banner-title {
         font-weight: 600;
         font-size: 28px;
         line-height: 28px;
         margin-bottom: 30px;
         text-align: center;
    }
}
 .banner-text p {
     color: var(--color-tab-content-text);
     display: block;
     line-height: 130%;
     border-left: 3px solid var(--color-map-mark);
     padding-left: 10px;
     margin-bottom: 30px;
}
 @media only screen and (min-width: 768.98px) and (max-width: 991.98px) {
     .banner-text p {
         border-left: 0;
         text-align: center;
    }
}
 @media only screen and (max-width: 767.98px) {
     .banner-text p {
         display: none;
    }
}
/*============================= 4.1 - Site Navigation Style ==============================*/
 @media only screen and (min-width: 1200px) {
     .main-menu {
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: left;
    }
}
 .main-menu li {
     position: relative;
}
 .main-menu li:first-child {
     margin-left: 0 
}
 .main-menu li.has-submenu .sub-menu {
     background-color: var(--color-white);
     padding: 20px 20px;
     position: absolute;
     text-align: left;
     -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     pointer-events: none;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     width: 230px;
     z-index: 2;
     left: 0;
     top: 56px;
     -webkit-box-shadow: 10px 10px 43px -20px rgba(136,136,136,1);
     -moz-box-shadow: 10px 10px 43px -20px rgba(136,136,136,1);
     box-shadow: 10px 10px 43px -20px rgba(136,136,136,1);
}
 .main-menu li.has-submenu .sub-menu:before {
     content: " ";
     position: absolute;
     left: 0;
     height: 34px;
     width: 100%;
}
 .main-menu li i {
     font-size: 18px;
     font-weight: bolder;
     color: var(--color-red);
}
 .main-menu li.has-submenu .sub-menu li {
     margin-right: 30px;
     margin-bottom: 10px;
}
 .main-menu li.has-submenu .sub-menu li:last-child {
     margin-bottom: 0;
}
 .main-menu li.has-submenu .sub-menu li:first-child a {
     padding-top: 0;
}
 .main-menu li.has-submenu .sub-menu li:last-child a {
     padding-bottom: 0;
}
 .main-menu li.has-submenu .sub-menu li a {
     color: var(--color-accent);
     font-size: var(--font-main);
     font-weight: 600;
     line-height: 10px;
     text-transform: capitalize;
     margin: 8px 0;
}
 .main-menu li.has-submenu .sub-menu li a:hover {
     color: var(--color-accent);
}
 .main-menu li.has-submenu:hover .sub-menu {
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
     opacity: 1;
     visibility: visible;
     pointer-events: visible;
}
 .main-menu li:hover a {
     color: var(--color-accent);
}
/* Responsive Mobile Menu */
 .mobile-menu {
     margin: 0;
}
 .mobile-menu.res-mobile-menu {
     overflow: auto;
}
 .mobile-menu .slicknav_btn {
     display: none;
}
 .slicknav_menu {
     background-color: var(--color-tab-btn);
     margin-top: 10px;
}
 .mobile-menu .slicknav_menu {
     padding: 0;
}
 .mobile-menu .slicknav_nav {
     display: block !important;
     padding: 0 20px;
}
 .mobile-menu .slicknav_nav>li {
     position: relative;
     border-bottom: 1px solid var(--color-category-card) 
}
 .mobile-menu .slicknav_nav li:last-child {
     border-bottom: 0;
}
 .mobile-menu .slicknav_nav li a {
     margin: 0;
     padding: 15px 0;
     color: var(--color-black-2);
     font-size: var(--font-main);
     font-weight: 500;
     font-family: "Garamond", sans-serif;
     align-content: space-between;
}
 .mobile-menu .slicknav_nav li a .slicknav_arrow {
     background-color: transparent;
     color: var(--color-dark);
     font-size: 15px;
     display: block;
     text-align: center;
     position: absolute;
     right: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .mobile-menu .slicknav_nav li a a {
     padding: 0;
}
 .mobile-menu .slicknav_nav li a:hover {
     color: var(--color-accent);
     background-color: transparent;
}
 .mobile-menu .slicknav_nav li img {
     display: none;
}
 .mobile-menu .slicknav_nav li ul {
     border-top: 2px solid var(--color-blue);
     margin: 0 !important;
     padding-left: 10px;
     margin-left: 10px;
}
 .mobile-menu .slicknav_nav li ul li a {
     font-size: var(--font-m);
     color: var(--color-tab-content-text);
     padding: 8px 0;
}
 .mobile-menu .slicknav_nav .slicknav_open>.slicknav_item {
     position: relative;
}
 .mobile-menu .header-search-form {
     padding: 0 30px;
     margin: 20px 0;
}
 .mobile-menu .header-search-form button {
     top: 0;
     right: 30px;
}
 .log-reg-modal {
     border: 5px solid var(--color-dark);
     border-radius: 0;
}
 .slicknav_nav .slicknav_row, .slicknav_nav a {
     margin: 15px 10px;
}
 .log-reg-tab {
     background-color: var(--color-dark);
}
 .log-reg-tab .nav-link {
     color: var(--color-tab-btn) !important;
     margin-right: 0 !important;
     border: 0;
}
 .log-reg-tab .nav-link.active {
     color: var(--color-red) !important;
}
 .log-reg-nav-item {
     width: 50%;
     text-align: center;
}
 .log-reg-btn {
     display: block;
     width: 100%;
     margin-top: 20px;
     background: var(--color-dark);
     color: var(--color-tab-btn);
}
 .log-reg-btn:hover {
     display: block;
     width: 100%;
     margin-top: 20px;
     background: var(--color-red);
     color: var(--color-tab-btn);
}
/*=========================== 23. Footer Style CSS ===========================*/
 .footer-area .footer-widget-area {
     background-color: var(--main-back);
     padding: 100px 0;
     color: var(--color-light-2);
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .footer-area .footer-widget-area {
         padding: 80px 0;
    }
}
 @media only screen and (max-width: 767.98px) {
     .footer-area .footer-widget-area {
         padding: 60px 0;
    }
}
 .footer-area .footer-copyright-area {
     background-color: var(--color-accent);
     color: var(--color-white);
     padding: 20px 0;
}
 .footer-area .footer-copyright-area p {
     color: var(--color-white);
}
 .widget-item {
     margin-top: 38px;
}
 .footer-widget-area p {
     color: var(--color-tab-content-text);
}
 .widget-item .widget-title {
     color: var(--color-gray);
     font-family: 'Garamond', sans-serif;
     font-size: 20px;
     font-weight: 700;
     line-height: 1;
     margin-top: -1px;
     margin-bottom: 10px;
}
 @media only screen and (max-width: 767.98px) {
     .widget-item .widget-title {
         margin-bottom: 15px;
    }
}
 .widget-item address {
     line-height: 2;
     margin-bottom: 0;
     font-weight: 500;
}
 .widget-list li {
     line-height: 2;
     display: flex;
     align-items: flex-start;
}
 .widget-list li a {
    /*font-weight: 500;
    */
     color: var(--color-tab-content-text);
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
     line-height: 1.2;
     margin-bottom: 10px;
}
 .widget-list {
     margin-top: 20px;
}
 .widget-list li a:hover {
     color: var(--color-accent);
}
 .about-widget img {
     max-width: 150px;
     margin-bottom: 15px;
     margin-top: -20px;
}
 .widget-list.contacts li img {
     font-size: 24px;
     text-align: center;
     margin-right: 10px;
     color: var(--color-accent);
}
 .mobile-menu-footer .widget-body {
     background-color: var(--color-white);
     margin-top: 10px;
     display: flex;
     width: 100%;
     padding: 20px;
}
 .mobile-menu-footer .widget-list {
     padding: 0 20px;
     margin: 0;
}
 .mobile-menu-footer .widget-list li {
     padding: 10px 0;
     border-bottom: 1px solid var(--color-category-card);
}
 .mobile-menu-footer .widget-body a {
     margin: auto;
}
 .copyright-txt {
     margin-top: 25px;
     font-weight: 500;
}
 @media only screen and (max-width: 767.98px) {
     .copyright-txt {
         margin-top: 15px;
    }
}
/*-------------------------------- Scroll Top Button ----------------------------------*/
 .btn-scroll-top {
     background-color: var(--color-red);
     border-radius: 50%;
     -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
     color: var(--color-white);
     cursor: pointer;
     font-size: var(--font-main);
     display: block;
     text-align: center;
     line-height: 50px;
     position: fixed;
     bottom: -50px;
     right: 30px;
     height: 50px;
     width: 50px;
     z-index: 999;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 @media only screen and (max-width: 767.98px) {
     .btn-scroll-top {
         line-height: 40px;
         height: 40px;
         width: 40px;
    }
}
 .btn-scroll-top:hover {
     background-color: var(--color-h1);
}
 .btn-scroll-top.show {
     bottom: 30px;
     opacity: 1;
     visibility: visible;
}
/*=========================== 05. Slider Area Style ============================*/
 .search-section {
     background-color: var(--color-dark);
     position: relative;
     padding: 10px 10px;
}
 section {
    /*padding: 30px 0;
    */
}
 .features-icon {
     color: var(--color-accent);
     font-size: 40px;
     margin-bottom: 15px;
}
 .category-nav {
     background-color: var(--color-red);
}
 .slider-area {
     margin-top: 200px;
}
 .slider-slide-item {
     height: 540px;
}
 @media only screen and (max-width: 767.98px) {
     .slider-slide-item {
         height: 340px;
    }
}
 .slider-slide-item .slide-content h2 {
     color: var(--color-light-2);
}
 .slider-slide-item .slide-content h3 {
     color: var(--color-red);
}
 .slider-slide-item .slide-content h3 {
     font-weight: 300;
     margin-bottom: 20px;
}
 @media only screen and (max-width: 767.98px) {
     .slider-slide-item .slide-content h3 {
         font-size: 26px;
    }
}
 .slider-slide-item .slide-content h2 {
     font-weight: 600;
     font-size: 52px;
}
 @media only screen and (max-width: 767.98px) {
     .slider-slide-item .slide-content h2 {
         font-size: 26px;
    }
}
 .slider-slide-item .slide-content-inner {
     margin-top: -100px;
}
 @media only screen and (max-width: 767.98px) {
     .slider-slide-item .slide-content-inner {
         margin-top: 0;
    }
}
 .slider-slide-item .slide-content-inner * {
     -webkit-transform: translateY(40px);
     -ms-transform: translateY(40px);
     transform: translateY(40px);
     -webkit-transition: 0.8s;
     -o-transition: 0.8s;
     transition: 0.8s;
     opacity: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .slider-slide-item .slide-img img {
         max-width: 40%;
    }
}
 @media only screen and (max-width: 767.98px) {
     .slider-slide-item .slide-img img {
         max-width: 180px;
    }
}
 .slider-area-wrapper .slick-arrow {
     background-color: rgba(0, 0, 0, 0.5);
     border-radius: 50%;
     color: var(--color-white);
     line-height: 30px;
     position: absolute;
     left: 20px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     height: 30px;
     width: 30px;
     z-index: 1;
}
 .slider-area-wrapper .slick-arrow.slick-next {
     left: auto;
     right: 20px;
}
 .slider-area-wrapper .slick-arrow:hover {
     background-color: var(--color-red);
}
 .slider-area-wrapper .slick-dots {
     position: absolute;
     margin: 0 auto;
     left: 0;
     right: 0;
     bottom: 200px;
     cursor: pointer;
     padding: 0 15px;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
     .slider-area-wrapper .slick-dots {
         max-width: 720px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .slider-area-wrapper .slick-dots {
         bottom: 50px;
         max-width: 540px;
    }
}
 .slider-area-wrapper .slick-dots li {
     background-color: var(--color-tab-btn);
     display: inline-block;
     margin: 0 5px;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     height: 10px;
     width: 10px;
     border-radius: 50%;
}
 .slider-area-wrapper .slick-dots li.slick-active {
     width: 20px;
     height: 20px;
     background-color: var(--color-red);
     margin-bottom: -5px;
}
 .slider-area-wrapper .slick-dots li button {
     display: none;
}
 .slider-area-wrapper .slick-active .slide-content-inner * {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
}
 .slider-area-wrapper .slick-active .slide-content-inner *:first-child {
     -webkit-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
 .slider-area-wrapper .slick-active .slide-content-inner *:nth-child(2) {
     -webkit-transition-delay: 0.4s;
     -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}
 .slider-area-wrapper .slick-active .slide-content-inner *:nth-child(3) {
     -webkit-transition-delay: 0.6s;
     -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}
 .slider-area-wrapper:hover .slick-arrow {
     opacity: 1;
     visibility: visible;
}
 .slider-area-wrapper.home-2 .slider-slide-item {
     height: 340px;
}
 @media only screen and (max-width: 767.98px) and (max-width: 991.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item {
         height: 280px;
    }
}
 @media only screen and (max-width: 767.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item {
         height: 280px;
    }
}
 @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item .slide-content h2 {
         font-size: 26px;
         margin-top: 0;
         margin-bottom: 20px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item .slide-content h2 {
         font-size: 50px;
    }
}
 @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item .slide-content h3 {
         font-size: 40px;
         margin-top: 0;
         margin-bottom: 5px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item .slide-content h3 {
         font-size: 40px;
    }
}
 .slider-area-wrapper.home-2 .slider-slide-item .slide-content-inner {
     margin-top: 0;
     margin-left: 60px 
}
 @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
     .slider-area-wrapper.home-2 .slider-slide-item .slide-content-inner {
         margin-left: 40px 
    }
}
 .slider-area-wrapper.home-2 .slick-dots {
     text-align: right;
     bottom: 20px;
}
 @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
     .slider-area-wrapper.home-2 .slick-dots {
         text-align: right;
    }
}
 .slick-next-1 {
     position: absolute;
     top: -54px;
     right: 5px;
     z-index: 10;
     width: 30px;
     width: 40px;
     font-size: 26px;
     font-weight: 700;
     line-height: 46px;
     background-color: var(--color-dark);
     color: var(--color-tab-btn);
}
 .slick-prev-2 {
     position: absolute;
     top: -54px;
     right: 55px;
     z-index: 10;
     width: 30px;
     width: 40px;
     font-size: 26px;
     font-weight: 700;
     line-height: 46px;
     background-color: var(--color-dark);
     color: var(--color-tab-btn);
}
/*============================ 13. Off Canvas Style CSS =============================*/
 .off-canvas-wrapper {
     position: fixed;
     left: 0;
     top: 0;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     height: 100dvh;
     width: 100vw;
     z-index: 9999;
}
 .mobile-menu-footer {
     display: flex;
     flex-wrap: nowrap;
     flex-direction: column;
     height: fit-content;
     justify-content: flex-end;
     align-items: flex-start;
     padding-bottom: env(safe-area-inset-bottom);
}
 .off-canvas-wrapper.active {
     opacity: 1;
     visibility: visible;
     pointer-events: visible;
}
 .off-canvas-wrapper.active .off-canvas-inner {
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
}
 .off-canvas-wrapper.active .btn-close {
     display: block;
}
 .off-canvas-wrapper.active .off-canvas-overlay {
     opacity: 1;
     visibility: visible;
}
 .off-canvas-wrapper .close-btn {
     color: var(--color-yellow-2);
     font-size: 25px;
     line-height: 1;
     right: 0;
     top: 0;
     z-index: 9;
     background: var(--color-white);
     width: 100%;
     text-align: right;
}
 .off-canvas-wrapper .close-btn .btn-close {
     margin-left: auto;
     color: var(--color-tab-content-text);
}
 .off-canvas-wrapper .close-btn i {
     line-height: 1;
}
 .off-canvas-wrapper .close-btn:hover {
     color: var(--color-yellow-2);
}
 .off-canvas-overlay {
     background-color: rgba(0, 0, 0, 0.8);
    /*cursor: url("../img/icons/cancel-white.png"), auto;
    */
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     height: 120%;
     width: 100%;
     z-index: 2;
}
 .off-canvas-inner {
     background-color: var(--color-white);
     position: absolute;
     right: 0;
     top: 0;
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
     -webkit-transition: 0.45s;
     -o-transition: 0.45s;
     transition: 0.45s;
     height: 101%;
     z-index: 3;
     overflow-y: auto;
}
 .off-canvas-content {
     width: 380px;
     height: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     overflow-y: auto;
     overflow-x: hidden;
     background-color: var(--color-category-card);
}
 .off-canvas-header .logo {
     flex: 0 0 60%;
}
 @media only screen and (max-width: 767.98px) {
     .off-canvas-content {
         padding: 0;
    }
}
 @media only screen and (max-width: 575.98px) {
     .off-canvas-content {
         width: 280px;
    }
}
 .off-canvas-header {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     background-color: var(--color-tab-btn);
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 10px 20px;
}
/*======================== 14. Page Header Style ==========================*/
 .page-header-content {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     height: 300px;
}
 @media only screen and (max-width: 767.98px) {
     .page-header-content {
         height: 200px;
    }
}
 .page-header-content h1 {
     color: var(--color-white);
     font-weight: 600;
     font-size: 32px;
     line-height: 1;
     margin-bottom: 0;
}
 @media only screen and (max-width: 575.98px) {
     .page-header-content h1 {
         font-size: 28px;
         line-height: 1.4;
    }
}
 .breadcrumb-box {
     background-color: var(--color-product-desc);
     padding: 10px 0;
}
 .breadcrumb {
     background-color: transparent;
     border-radius: 0;
     display: flex;
     padding: 0;
     justify-content: left;
     margin-bottom: 0;
}
 .breadcrumb li {
     position: relative;
}
 .breadcrumb li:after {
     content: '/';
     font-size: 20px;
     font-weight: 900;
     vertical-align: middle;
     line-height: 1;
     display: inline-block;
     margin-top: -2px;
     padding-left: 10px;
     padding-right: 10px;
     color: var(--color-category-card);
}
 .breadcrumb li a {
     color: var(--color-tab-content-text);
     font-size: var(--font-m);
     line-height: 1;
     font-weight: 600;
}
 .breadcrumb li a:hover {
     color: var(--color-accent);
     text-decoration: underline;
}
 .breadcrumb li.current:after {
     display: none;
}
 .breadcrumb li.current a {
     color: var(--color-accent);
     pointer-events: none;
}
/*======================= 15. Gallery Style Css =========================*/
 .gallery-item {
     position: relative;
     background-color: var(--color-light);
     cursor: auto;
     margin-top: 30px;
}
 .gallery-item:before {
     background-color: rgba(27, 27, 28, 0.7);
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .gallery-item img {
     margin: auto;
     display: block;
}
 .gallery-item__text h3 {
     color: var(--color-white);
     font-weight: 600;
     font-size: 20px;
     text-transform: uppercase;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     width: 100%;
     padding: 0 20px;
     text-align: center;
}
 .gallery-item:hover {
     cursor: pointer;
}
 .gallery-item:hover:before {
     opacity: 1;
     visibility: visible;
}
 .gallery-item:hover .gallery-item__text h3 {
     opacity: 1;
     visibility: visible;
}
/*====================== content-block ========================*/
 .content-block {
     background-color: transparent;
}
 .text-content {
     font-size: 18px;
     color: var(--color-tab-content-text);
     font-weight: 400;
     line-height: 1.5;
     margin-bottom: 20px;
}
/*====================== 16. Contact Page Style ========================*/
 .contact-info-item {
     border: 1px solid var(--color-light);
     text-align: center;
     padding: 60px 20px;
     margin-top: 30px;
}
 .contact-info-item .con-info-icon {
     border: 1px solid var(--color-yellow-2);
     border-radius: 100px;
     color: var(--color-yellow-2);
     font-size: 35px;
     margin: 0 auto 20px;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     line-height: 60px;
     height: 60px;
     width: 60px;
}
 .contact-info-item .con-info-txt h4 {
     font-size: 18px;
     margin-top: -2px;
}
 .contact-info-item:hover .con-info-icon {
     background-color: var(--color-yellow-2);
     color: var(--color-white);
}
 .contact-form-content h2 {
     font-size: 20px;
     text-transform: uppercase;
     margin-top: -3px;
}
 .input-item {
     margin-top: 30px;
}
 .input-item input, .input-item textarea {
     border: 1px solid var(--color-light);
     display: block;
     padding: 12px 15px;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     width: 100%;
}
 .input-item input:focus, .input-item textarea:focus {
     border-color: var(--color-yellow-2);
}
 .input-item .nice-select {
     border-color: var(--color-light);
     height: 50px;
     padding-left: 15px;
     line-height: 50px;
}
 .input-item .nice-select .list {
     max-height: 200px;
     overflow: auto;
}
 .input-item .btn-brand {
     font-size: var(--font-m);
     border-radius: 2px;
     margin-top: 10px;
     letter-spacing: 1.6px;
}
 .contact-map-wrapper {
     height: 500px;
}
 @media only screen and (max-width: 767.98px) {
     .contact-map-wrapper {
         height: 300px;
    }
}
 #my-slider {
     width: 100%;
     color: var(--color-white);
}
 @media (max-width: 640px) {
     #my-slider .crs-bar-roll-current {
         width: 80px;
         height: 40px;
    }
     #my-slider .crs-bar-roll-item {
         width: 80px;
         height: 40px;
    }
}
 @media only screen and (max-width: 991.98px) {
     .title-align {
         text-align: center;
    }
}
 @media only screen and (min-width: 991.98px) {
     .title-align {
         text-align: left;
    }
}
 .slide-banner-block {
     border-radius: 10px;
}
 .crs-wrap {
     position: relative;
     box-sizing: border-box 
}
 .crs-wrap * {
     box-sizing: border-box 
}
 .crs-screen {
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
     border-radius: 10px 10px 0 0 
}
 @media (min-width:991px) {
     .crs-screen {
         border-radius: 10px 
    }
}
 .crs-screen-roll {
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     display: flex;
     flex-wrap: wrap;
     transition: left .5s 
}
 .crs-screen-item {
     width: 100%;
     height: 100%;
     background-position: left;
     background-size: cover 
}
 .crs-screen-item-content {
     width: 100%;
     height: calc(100% - 80px);
     padding: 20px 0;
     margin: 0 auto;
}
 @media screen and (min-width: 1200px) {
     .crs-screen-item-content {
         max-width: 1200px;
    }
}
 @media screen and (min-width: 1500px) {
     .crs-screen-item-content {
         max-width: 1480px;
    }
}
 @media screen and (min-width: 576px) {
     .adaptive-block {
         padding-right: 0;
         padding-left: 0;
         margin-right: auto;
         margin-left: auto;
    }
}
 .product-page-block .crs-screen-item-content {
     opacity: 0;
}
 .crs-bar {
     width: 100%;
     height: 60px;
     position: absolute;
     bottom: -60px;
     left: 0;
     padding: 10px 0;
     border-bottom-left-radius: 10px;
     z-index: 99;
     border-bottom-right-radius: 10px;
}
 .crs-bar-roll-current {
     width: 80px;
     height: 40px;
     border-radius: 6px;
     border: 2px solid var(--color-white);
     position: absolute;
     z-index: 1;
     left: 0;
     right: 0;
     margin: auto 
}
 .crs-bar-roll-wrap {
     height: 80px;
     overflow: hidden;
     border-radius: 8px;
     position: relative 
}
 .crs-bar-roll {
     height: 30px;
     display: inline-flex;
     flex-wrap: wrap;
     position: absolute;
     left: 0;
     transition: left .2s 
}
 .crs-bar-roll-item {
     width: 80px;
     height: 40px;
     border-radius: 5px;
     background-color: var(--color-white);
     background-size: cover;
     background-position: center;
     opacity: .85;
     cursor: pointer 
}
 .crs-bar-roll-item:not(:last-child) {
     margin-right: 10px 
}
 .bg-slide-h2 {
     padding: 15px 20px;
     border-radius: 5px;
     background-color: var(--color-black-3);
     display: inline-block;
     color: var(--color-light);
}
 .tech-par {
     font-size: 1rem;
     color: var(--color-tab-content-text);
     font-weight: 700;
     line-height: 1.5;
}
 .tech-value {
     font-size: 1rem;
     color: var(--color-black-2);
     font-weight: 500;
     line-height: 1.5;
}
 .contact-links .tech-value a {
     color: var(--color-black-3);
     text-decoration: underline;
     font-weight: 500;
     padding-bottom: 20px;
}
 .contact-links .tech-value a:hover {
     color: var(--color-accent);
     text-decoration: underline;
     font-weight: 500;
     padding-bottom: 20px;
}
 .contact-links .tech-value .desc-label {
     color: var(--color-tab-content-text);
     text-decoration: none;
}
 .skr-chart-block {
     display: flex;
     flex-direction: column;
     align-items: start;
     padding: 0;
}
 .skr-chart-block p {
     text-align: left;
}
 .skr-chart-block h4 {
     text-align: left;
}
 #myCarousel img {
     height: 50%;
     width: auto;
     margin-left: auto;
     margin-right: auto;
     display: block;
}
 #thumbSlider .carousel-inner {
     padding-left: 3rem;
     padding-right: 3rem;
}
 #thumbSlider .carousel-inner .row {
     overflow: hidden;
}
 #thumbSlider .carousel-inner .thumb:hover {
     cursor: pointer;
}
 #thumbSlider .carousel-inner .thumb.active img {
     opacity: 1;
}
 #thumbSlider .carousel-inner img {
     height: 150px;
     margin-left: auto;
     margin-right: auto;
     display: block;
     opacity: 0.5;
}
 #thumbSlider .carousel-inner img:hover {
     opacity: 1;
}
 .mt-60{
     margin-top:60px;
}
 .section-block-grey {
     padding: 90px 0px 90px 0px;
     background-color: #f9f9f9;
}
 .serv-section-2 {
     position: relative;
     border: 1px solid #eee;
     background: #fff;
     box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
     border-radius: 5px;
     overflow: hidden;
     padding: 30px;
}
 .serv-section-2:before {
     position: absolute;
     top: 0;
     right: 0px;
     z-index: 0;
     content: " ";
     width: 120px;
     height: 120px;
     background: #f5f5f5;
     border-bottom-left-radius: 136px;
     transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
 .serv-section-2-icon {
     position: absolute;
     top: 18px;
     right: 22px;
     max-width: 100px;
     z-index: 1;
     text-align: center;
}
 .serv-section-2-icon i {
     color: var(--color-accent);
     font-size: 48px;
     line-height: 65px;
     transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
 .serv-section-desc {
     position: relative;
}
 .serv-section-2 h4 {
     color: var(--color-accent);
     font-size: 20px;
     font-weight: 500;
     line-height: 1.5;
}
 .serv-section-2 h5 {
     color: var(--color-accent);
     font-size: 17px;
     font-weight: 400;
     line-height: 1;
     margin-top: 5px;
}
 .section-heading-line-left {
     content: '';
     display: block;
     width: 100px;
     height: 3px;
     background: var(--color-accent);
     border-radius: 25%;
     margin-top: 15px;
     margin-bottom: 5px;
}
 .serv-section-2 p {
     margin-top: 25px;
     padding-right: 50px;
}
 .serv-section-2:hover .serv-section-2-icon i {
     color: #fff;
}
 .serv-section-2:hover:before {
     background: var(--color-accent);
}
 #contact {
     background-image: url(../img/word_map.png);
     background-position: 50% 50%;
     background-repeat: no-repeat;
     margin-top: 60px;
}
 .call-to-action .container {
     position: relative;
     z-index: 3;
}
 .services .service-item {
     box-shadow: 0px 5px 90px 0px color-mix(in srgb, var(--default-color), transparent 90%);
     padding: 50px 30px;
     transition: all ease-in-out 0.4s;
     background-color: var(--color-white);
     height: 100%;
}
 .services .service-item h4 a {
     color: var(--color-accent);
     transition: ease-in-out 0.3s;
}
 .stretched-link::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     content: "";
}
 .services .service-item .icon {
     margin-bottom: 10px;
}
 .section-title {
     position: relative;
}
 .section-title h2 {
     color: var(--color-accent) 
}
 .section-title:before {
     content: "";
     position: absolute;
     display: block;
     width: 300px;
     height: 1px;
     background: color-mix(in srgb, var(--color-light), transparent 60%);
     left: 0;
     right: 0;
     bottom: 1px;
     margin: auto;
}
 .section-title::after {
     content: "";
     position: absolute;
     display: block;
     width: 60px;
     height: 3px;
     background: var(--color-accent);
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
}
 .section-title p {
     padding-bottom: 20px;
     margin-bottom: 20px;
}
 section.hero {
    /*background: var(--color-accent);
    */
    /*color: var(--color-white);
    */
     width: 100%;
     min-height: 80vh;
     position: relative;
     padding: 120px 0 60px 0;
     display: flex;
     align-items: center;
}
 .hero h1 {
     margin: 0 0 20px;
     font-size: 36px;
     font-weight: 700;
     line-height: 1.2;
}
 .hero p {
     color: color-mix(in srgb, var(--default-color), transparent 30%);
     margin: 5px 0 30px 0;
     font-size: 14px;
     line-height: 1.3;
     font-weight: 600;
}
 .banner-block {
     width: 100%;
    /*min-height: 80vh;
    */
     position: relative;
     display: flex;
     align-items: center;
}
 section.gray {
     background: var(--main-back);
}
 ul.timeline {
     position: relative;
     list-style-type: none;
     padding-left: 180px;
}
 ul.timeline:before {
     position: absolute;
     display: block;
     left: 136px;
     width: 8px;
     height: 100%;
     border-radius: 4px;
     background-color: var(--color-accent);
     content: ' ';
}
 ul.timeline .event {
     position: relative;
     padding: 16px;
     background: white;
     border-radius: 2px;
     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
     padding: 16px;
     margin-bottom: 30px;
}
 ul.timeline .event:before {
     display: block;
     position: absolute;
     top: 30px;
     left: -55px;
     width: 30px;
     height: 30px;
     border: 6px solid var(--color-accent);
     border-radius: 50%;
     background-color: white;
     box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
     content: ' ';
}
 ul.timeline h3 {
     font-size: 1.5em;
     margin-top: 0;
     margin-bottom: 10px;
}
 ul.timeline .time {
     position: absolute;
     display: block;
     width: 120px;
     top: 35px;
     left: -179px;
     font-size: 0.9em;
     text-align: right;
     font-weight: 600;
     text-transform: uppercase;
}
 ul.timeline .time > .glyphicon-time {
     top: 2px;
}
 ul.timeline .left-arrow:before {
     position: absolute;
     top: 30px;
     left: -15px;
     display: inline-block;
     border-top: 15px solid transparent;
     border-right: 15px solid #ddd;
     border-left: 0 solid #ddd;
     border-bottom: 15px solid transparent;
     content: ' ';
}
 ul.timeline .left-arrow:after {
     position: absolute;
     top: 30px;
     left: -14px;
     display: inline-block;
     border-top: 15px solid transparent;
     border-right: 15px solid #fff;
     border-left: 0 solid #fff;
     border-bottom: 15px solid transparent;
     content: ' ';
}
 .overlay-container {
     position: relative;
     width: 100%;
}
 .overlay-image {
     width: 100%;
     height: auto;
}
 .overlay-text {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     text-align: center;
     background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
     padding: 20px;
}
 .main-page {
     margin-top: -150px;
}
 .about-us {
     margin: 60px 0;
}
 .gallery {
     margin: 60px 0;
}
 .info-item {
     margin: 30px 0;
}
 .form-control {
     margin: 15px 0;
}
 .show-mobile {
     display: none;
 }
 @media (max-width: 700px) {
     .main-page {
         margin-top: -100px;
    }
	.img-box {
	 	width: 50px;
		margin: 0 0 20px;
 	}
	.adv-block {
		padding: 20px;
		margin: 40px 20px;
	}

	.block {
		margin: 20px 0;
	}

	.adv-block p, .block p {
		font-size: 14px;
	}
	.mobile-hidden {
		display: none;
	}

    .show-mobile {
        display: block;
    }
}



.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 70px);
    margin: 0 5px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    background: #fff;
    min-height: 130px;
    padding: 30px 150px 30px 30px;
    border-top: none;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:before{
    content: "";
    background-color: #00C6DA;
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.main-timeline .timeline-year{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 60px;
}
.main-timeline .title{
    color: #00C6DA;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 14px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 30px 30px 30px 150px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 60px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #00A6F9; }
.main-timeline .timeline:nth-child(4n+2) .title{ color: #00A6F9; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #FF3E7D; }
.main-timeline .timeline:nth-child(4n+3) .title{ color: #FF3E7D; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #7438B9; }
.main-timeline .timeline:nth-child(4n+4) .title{ color: #7438B9; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:576px){
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 130px 25px 25px;
    }
    .main-timeline .timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        height: 70px;
        width: 100%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        top: 16px;
        left: 50%;
        right: auto;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        top: 80px;
        left: 50%;
        right: auto;
    }
}





.timeline-carousel {
	 margin: 0;
	 /*background-color: #323232;*/
	 font-weight: 400;
	 padding: 86px 6.9444% 90px 6.9444%;
	 position: relative;
	 overflow: hidden;
}
 .timeline-carousel:after, .timeline-carousel:before {
	 content: "";
	 position: absolute;
	 display: block;
	 top: 0;
	 height: 100%;
	 width: 6.9444%;
	 /*background-color: #323232;*/
	 z-index: 3;
	 width: 6.9444%;
}
 .timeline-carousel:after {
	 left: 0;
}
 .timeline-carousel:before {
	 right: 0;
	 opacity: 0;
}
 .timeline-carousel .slick-list {
	 overflow: visible;
}
 .timeline-carousel .slick-dots {
	 bottom: -73px;
}
 .timeline-carousel h1 {
	 color: var(--color-accent);
	 font-weight: 700;
}
 .timeline-carousel div {
	 color: var(--color-accent);
	 font-weight: 300;
}

 .timeline-carousel ul {
    padding-left: 30px;
 }

  .timeline-carousel ul li {
      list-style: initial;
  }
 .timeline-carousel__image {
	 padding-right: 30px;
}
 .timeline-carousel__item {
	 cursor: grab;
	 cursor: -moz-grab;
	 cursor: -webkit-grab;
}
 .timeline-carousel__item .media-wrapper {
	 opacity: 0.4;
	 padding-bottom: 71.4%;
	 -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
 .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
	 width: calc(100% - 30px);
}
 .timeline-carousel__item-inner {
	 position: relative;
	 padding-top: 45px;
}
 .timeline-carousel__item-inner:after {
	 position: absolute;
	 width: 100%;
	 top: 45px;
	 left: 0;
	 content: "";
	 border-bottom: 1px solid var(--color-accent);
}
 .timeline-carousel__item-inner .year {
	 font-size: 36px;
	 line-height: 36px;
	 color: var(--color-accent);
	 display: table;
	 letter-spacing: -1px;
	 padding-right: 10px;
	 background-color: #fff;
	 z-index: 1;
	 position: relative;
	 margin: -15px 0 20px;
	 font-weight: 700;
}
 .timeline-carousel__item-inner .year:after {
	 content: "";
	 position: absolute;
	 display: block;
	 left: -10px;
	 top: 0;
	 height: 100%;
	 width: 2px;
	 background-color: var(--color-accent);
	 z-index: 3;
}
 .timeline-carousel__item-inner .month {
	 font-size: 12px;
	 text-transform: uppercase;
	 color: var(--color-accent);
	 display: block;
	 margin-bottom: 10px;
	 font-weight: 600;
}
 .timeline-carousel__item-inner p {
	 font-size: 12px;
	 line-height: 18px;
	 color: rgba(255, 255, 255, 1);
	 width: 60%;
	 font-weight: 400;
	 margin-bottom: 15px;
}
 .timeline-carousel__item-inner .read-more {
	 font-size: 12px;
	 color: var(--color-accent);
	 display: table;
	 margin-bottom: 10px;
	 font-weight: 900;
	 text-decoration: none;
	 position: relative;
}
 .timeline-carousel__item-inner .read-more:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: -1px;
	 width: 0;
	 border-bottom: 2px solid var(--color-accent);
	 -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
 .timeline-carousel__item-inner .read-more:hover:after {
	 width: 100%;
}
 .timeline-carousel__item-inner .pointer {
	 height: 29px;
	 position: relative;
	 z-index: 1;
	 margin: -4px 0 16px;
}
 .timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
	 position: absolute;
	 content: "";
}
 .timeline-carousel__item-inner .pointer:after {
	 width: 9px;
	 height: 9px;
	 border-radius: 100%;
	 top: 0;
	 left: 0;
	 background-color: var(--color-accent);
}
 .timeline-carousel__item-inner .pointer:before {
	 width: 1px;
	 height: 100%;
	 top: 0;
	 left: 4px;
	 background-color: var(--color-accent);
}
 .timeline-carousel .slick-active .media-wrapper {
	 opacity: 1 !important;
}

 .timeline-carousel .description {
     padding: 0 30px 0 0;
 }
 .slick-dots {
	 bottom: 160px;
	 list-style: none;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 text-align: center;
	 z-index: 2;
}
 .slick-dots li {
	 cursor: grab;
	 cursor: -moz-grab;
	 cursor: -webkit-grab;
	 display: inline-block;
	 margin: 0 6px;
	 position: relative;
	 width: 10px;
	 height: 10px;
}
 .slick-dots li:last-child {
	 margin-right: 0;
}
 .slick-dots li.slick-active button {
	 background: var(--color-accent);
	 border-color: var(--color-accent);
}
 .slick-dots li button {
	 display: block;
	 font-size: 0;
	 width: 10px;
	 height: 10px;
	 padding: 0;
	 background-color: rgba(0, 71, 71, 0.6);
	 border-color: rgba(0, 71, 71, 0.6);
	 cursor: pointer;
	 -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
 .slick-dots li button:hover {
	 background: var(--color-accent);
	 border-color: var(--color-accent);
}
 .link {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 padding: 20px;
	 z-index: 9999;
}
 .link a {
	 display: flex;
	 align-items: center;
	 text-decoration: none;
	 color: #fff;
}
 .link .fa {
	 font-size: 28px;
	 margin-right: 8px;
	 color: #fff;
}
 .slick-prev svg, .slick-next svg {
	 height: auto;
	 width: 18px;
	 padding-bottom: 2px;
}
 .slick-prev svg path, .slick-next svg path {
     fill: #fff;
 }
 .slick-prev .btn, .slick-next .btn {
	 border-radius: 0;
	 font-size: 12px;
	 text-transform: uppercase;
	 font-weight: 700;
     background: var(--color-accent);
     color: #fff;
     padding: 0 15px;
}
 .slick-prev, .slick-next {
	 position: absolute;
	 top: 370px;
	 z-index: 9999;
	 border-radius: 0;
	 font-size: 12px;
	 text-transform: uppercase;
	 font-weight: 700;
}
 .slick-prev {
	 left: -90px;
}
 .slick-next {
	 right: -60px;
}




 .pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px;
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px;
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0;
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529;
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px;
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none;
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none;
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}