body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

ul {
    text-align: start;
}

.body-hidden {
    overflow: hidden;
}

i.flip-vertical {
    transform: rotate(-180deg);
    transition: .1s linear;
}

i.flip-horizontal {
    transform: rotate(-180deg);
    transition: .1s linear;
}

i {
    transition: .1s linear;
}

.sinusoid {
    height: 14px;
    width: 14px;
}

.warningBgJS {
    background-color: rgba(255, 0, 0, 0.7) !important;
    color: #fff;
}

.text-warning {
    color: red !important;
}

.input-warning {
    color: #fff !important;
    box-shadow: 0px 0px 20px rgba(246, 49, 49, 0.5) !important;
}

.error-outcart {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    color: #4F5A77;
    font-size: 16px;
}

.error-outcart a {
    color: #0099FF;
    font-size: 16px;
}

.btn-disabled {
    color: #333 !important;
    background-color: #f1f1f1 !important;
    transform: scale(1) !important;
    cursor: not-allowed !important;
}
.btn-disabled:hover {
    transform: scale(1) !important;
}

.title-custom {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px;
}

.title-custom::after {
    position: absolute;
    content: "";
    width: 30%;
    left: 0;
    bottom: -10px;
    background-color: #4F5A77;
    height: 3px;
}

/* About us
===================*/

.store .about-us {
    margin: 10px 0 30px 0;
}

.store .about-us p {
    text-align: justify;
}

.about-us ul {
    text-align: left;
    margin-left: 20px;
}

.about-us {
    display: block;
    width: 100%;
    height: fit-content;
    margin: 100px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.about-us li {
    list-style-type: circle !important;
}

.about-us p, .about-us ul {
    font-size: 16px;   
}

.about-us img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 50px 0 0 0;
}

.right-info .about-us {
    font-size: 24px;
}

/* Common section
===================*/

.common-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.common-section img {
    width: auto;
    max-width: 80%;
}

.marquee__message {
    background-color: #0078FF;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}


/* Video Page
===================*/

.video__block {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1.5px solid #31384b;
    padding: 20px;
    margin-bottom: 50px;
}

.video__block p {
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
}

.video__block:last-child {
    border-bottom: 0;
}

.video__title {
    display: block;
    width: 100%;
    text-align: left;
    color: #4F5A77;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 50px;
}

.video-page {
    display: block;
    float: left;
    width: 800px;
    height: auto;
    min-height: 450px;
}


/* Appreciation
===================*/

.email__text {
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 60%;
    margin: 50px auto 0 auto;
}
.email__text-wrapper {
    display: block;
    width: 100%;
    height: fit-content;
}
.email__number {
    width: 100%;
    text-align: center;
    color: #4F5A77;
    margin: 100px 0;
    font-size: 44px;
    font-weight: bold;
    text-decoration: none;
}
.email__block {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #000;
    padding: 50px;
    font-size: 18px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 50px auto;
}
.email__info {
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 60%;
    margin-top: 100px;
}
.email__info a {
    text-decoration: none;
    transition: .15s linear;
}
.table__appreciation {
    border-collapse: collapse;
    width: 100%;
}

.table__appreciation td, .table__appreciation th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.table__appreciation tr:nth-child(even){background-color: #f2f2f2;}

.table__appreciation tr:hover {background-color: #ddd;}

.table__appreciation th {
    padding: 12px 0;
    text-align: center;
    background-color: #4F5A77;
    color: white;
}
.table__appreciation td:first-child, .table__appreciation th:first-child {
    width: 5%; 
}
.table__appreciation td:nth-child(2), .table__appreciation th:nth-child(2) {
    width: 25%; 
}
.table__appreciation td:nth-child(3), .table__appreciation th:nth-child(3) {
    width: 20%; 
}
.table__appreciation td:nth-child(4), .table__appreciation th:nth-child(4) {
    width: 10%; 
}
.table__appreciation td:nth-child(5), .table__appreciation th:nth-child(5) {
    width: 20%; 
}
.table__appreciation td:nth-child(6), .table__appreciation th:nth-child(6) {
    width: 20%; 
}
.table__appreciation td img {
    width: 80%;
    max-width: 150px;
    height: auto;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}
.copyright__text {
    text-align: center;
    margin: 10px auto;
    font-size: 16px;    
    color: #000;
}
.email-shipping p {
    width: 100%;
    text-align: start;
}

/* Loader
===================*/

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1000000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 100px;
    opacity: 0;
    transition: .2s linear;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.process {
    z-index: 99999999 !important;
    opacity: 1 !important;
    transition: .2s linear;
}

.sending {
    display: none;
    color: #0085FF;
}

.send_success {
    display: none;
    color: green;
}

.send_failed {
    display: none;
    color: red;
}

.active_process {
    display: block;
}

/* Container
===================*/

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.top {
    align-items: flex-start !important;
}

/* Buttons
===================*/

.button__wrapper {
    display: flex;

    align-items: center;
    justify-content: center;
    align-content: center;

    width: 100%;
    height: auto;
    padding: 25px 0;
}

.btn {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.btn-more {
    color: #fff;
    background-color: #0099FF;
    transition: .1s linear;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-more:hover {
    color: #fff;
    background-color: #0e69a6;
    transition: .1s linear;
}

.btn-buy {
    color: #fff;
    background-color: #0099FF;
    transition: .1s linear;
    padding: 10px 25px;
    width: 50%;
    max-width: 250px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
}

.btn-buy:hover {
    color: #fff;
    background-color: #0e69a6;
    transition: .1s linear;
}

.btn-back {
    color: #fff;
    background-color: #4F5A77;
    width: fit-content;
    font-size: 16px;
    padding: 10px; 
    border: 0;
    margin: 10px auto;
    text-align: center;
    transition: .1s linear;
    border-radius: 5px;
}

.btn-back:hover {
    transition: .1s linear;
    color: #4F5A77;
    background-color: #f1f1f1;
}

.btn-accept {
    display: block;
    width: auto;
    text-align: center;
    color: #fff;
    background-color: #0085FF;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    font-size: 18px;
    padding: 10px; 
    transition: .25s linear;
    margin: 0 20px;
    border: 0;
}

.btn-accept:hover {
    background-color: #0365c0;
    transition: .25s linear;
}

.btn-product-more {
    width: fit-content;
    height: auto;
    color: #fff;
    background-color: #4F5A77;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    border: 0;
    transition: .1s linear;
}

.btn-product-more:hover {
    transition: .1s linear;
    color: #333;
    background-color: #f1f1f1;
}

.btn-checkout {
    width: fit-content;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    background-color: #0A820A;
    border: 0;
    border-radius: 5px;
    outline: none;
    transition: .1s linear;
    transform: scale(1);
}

.btn-checkout:hover {
    background-color: #085c08;
    transition: .1s linear;
    transform: scale(0.95);
}

.cart-button {
    border: 0;
    background-color: #4F5A77;
    color: #fff;
    font-size: 14px;
    border-radius: 10%;
    padding: 5px;
    margin: 0 10px;
    text-align: center;
    transition: .1s linear;
}

.cart-button:hover {
    transition: .1s linear;
    background-color: #31384b;
}

.cart-delete {
    border: 0;
    background-color: #4F5A77;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 10px;
    text-align: center;
    transition: .1s linear;
}

.cart-delete:hover {
    transition: .1s linear;
    color: #4F5A77;
    background-color: #f1f1f1;
}

/* Header
===================*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 50px;
    background: #fff;
    transition: .2s linear;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header__inner {
    position: relative;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 5%;
}

.header__logo {
    display: flex;
    height: 50px;
    width: 15%;
    max-width: 120px;
    align-items: center;
    justify-content: space-between;
    transition: .2s linear;
}

.Ukraine-flag {
    width: auto;
    max-width: auto;
    height: 30px !important;
    margin-left: 5px;
}

.header__logo img {
    height: 40%;
    width: auto;
}

body::-webkit-scrollbar {
    width: 5px;
}
  
body::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 10px;
}
  
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-left: 0;
    border-right: 0;
    background-color: #ffffff;
}

/* Nav
===================*/

.nav {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: auto;
}

.nav__link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;

    color: #333;
    text-decoration: none;

    height: auto;

    transition: .1s linear;
}

.nav__link i {
    margin-left: 5px;
}

.nav__link:first-child {
    margin-left: 0;
}

.nav__link:hover {
    transition: .1s linear;
    color: #0099FF;
}


.search__form {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    margin: 0 20px;
}

.search__form * {
    outline: none;
}

.search__form input {
    background-color: #fff;
    border: .5px solid #4F4E4E;
    border-radius: 3px; 
    padding: 5px 8px;
    transition: .1s linear;
    font-size: 14px;
    width: 100%;
    max-width: 450px;
}

.search__form input:focus {
    border-color: #0099FF;
    transition: .1s linear;
}

.search__form button {
    background-color: #4F4E4E;
    color: #fff;
    border-radius: 100%; 
    padding: 7px;
    transition: .1s linear;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    margin-left: 10px;
}

.search__form button:hover {
    transition: .1s linear;
    color: #333;
    background-color: #eee;
}


.nav #store:hover .dropdown-list {
    display: block;
    opacity: 1;
} 

.dropdown-list {
    position: fixed;
    z-index: 990;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    height: fit-content;
    max-height: 90vh;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 50px;
}

.dropdown-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1 !important;
    border-top: 1.5px solid rgb(197, 197, 197);
}

.dropdown-list.dropdown-active {
    display: block;
    opacity: 1;
    transition: 1s linear;
}

.dropdown-list:hover {
    display: block;
    opacity: 1;
    transition: 1s linear;
}

.dropdown-title {
    display: block;
    width: 100%;
    height: auto;
    background-color: #f1f1f1 !important;
}

.dropdown-content h2 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    width: fit-content;
    height: fit-content;
    padding: 10px 40px;
    text-align: left;
}

.dropdown-content h2::after {
    position: absolute;
    bottom: -5px;
    left: 40px;
    content: "";
    width: 40%;
    height: 3px;
    background-color: #4F5A77;
}

.dropdown-catalog {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 0 40px 50px 40px;
    background-color: #f1f1f1 !important;
}

.dropdown-catalog .catalog-block-title {
    font-size: 18px;
    color: #333;
    padding: 50px 0 25px 15px;
    text-decoration: none;
}

.dropdown-catalog ul {
    list-style-type: none;
    padding-left: 0;
}

.dropdown-catalog ul a {
    text-decoration: none;
    color: #4F5A77;
}

.dropdown-catalog ul li {
    font-size: 14px;
    padding: 10px 15px;
    transition: .1s linear;
}

.dropdown-catalog ul li:hover {
    background-color: #0085FF;
    color: #fff;
    transition: .1s linear;
}

.nav-active {
    transition: .1s linear;
    color: #0099FF;
}

.catalog-block {
    width: 20%;
}

/* Nav - Burger
===================*/

.burger-menu * {
    margin: 0;
    padding: 0;
}

.burger-menu_button {
    display: none;
    position: fixed;
    top: 0;
    right: 5%;
    z-index: 2000;
    width: 60px;
    height: 50px;
    transition: .2s linear;
}

.burger-left {
    display: block !important;
}

  
.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #333;
    transition: .25s linear;
}

.burger-menu_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
    content: '';
    top: -12px;
}

.burger-menu_lines::after {
    content: '';
    top: 12px;
}

.burger-menu_active .burger-menu_lines {
    background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
    top: 0;
    transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after{
    top: 0;
    transform: rotate(-45deg);
}

.burger-admin .burger-menu_nav {
    width: 100%;
    max-width: 40%;
}

.burger-menu_nav {
    padding-top: 50px;
    position: fixed;
    top: 0;
    z-index: 990;
    display: flex;
    flex-flow: column;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    overflow-y: auto;
    right: -100%;
    transition: .25s linear;
    width: fit-content;
    max-width: 100%;
    
}

.burger-menu_active .burger-menu_nav {
    right: 0;
    transition: .25s linear;
}

.burger-menu_link {
    padding: 18px 35px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 1px solid #333;
    color: #000;
    font-weight: 700;
}

.burger-menu_nav #b-home {
    border-top: 1px solid #333;
}

.burger-admin .burger-menu_overlay { 
    background-color: rgba(0,0,0,.5) !important;
}

.burger-menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 80;
    overflow-y: auto;
}
.burger-menu_active .burger-menu_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    height: 120vh;
}


.burger-menu_nav .canco.white-text {
    width: auto;
    min-width: 300px;
}

.burger-drop-menu {
    display: none;
}

.burger-drop-menu li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(74, 74, 74, 0.281);
}

.burger-drop-menu li:last-child {
    border-bottom: 1px solid #333;
}

.burger-drop-menu a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    margin-left: 60px;
}


/* Intro
===================*/

.home__intro {
    position: relative;
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 95vh;

    overflow: hidden;
}

.left__content, .right__content {
    display: flex;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.home__intro .left__content {
    background: url("../images/bg/bg.webp") no-repeat;
    background-position: center;
    background-size: cover;
    width: 65% !important;
    transition: .1s linear;
}

.home__intro .left__content.left-full {
    width: 100% !important;
    transition: .1s linear;
}

.home__intro .right__content {
    transition: .15s linear;
}

.home__intro .right__content.right-hide {
    width: 0 !important;
    transition: .15s linear;
}

.home__intro .right__content {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 35% !important;
}

.home__intro .right__content img {
    width: 75%;
    height: auto;
    margin-top: 50px;
}

.home__intro .bg__wrapper {
    display: flex;

    align-items: center;
    justify-content: center;
    align-content: center;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.3);
}

.arrow-home {
    position: absolute;
    top: 75px;
    right: 5%;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 50;
    padding: 15px 20px;
    font-size: 16px;
    color: #0099FF;
    border-radius: 100%;
    transition: .1s linear;
    cursor: pointer;
}

.arrow-home:hover {
    background-color: #f1f1f1;
    transition: .1s linear;
}

.intro-text {
    align-content: space-around !important;
    flex-wrap: wrap !important;
}

.home__intro .bg__wrapper.intro-text h1 {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: -100px;
    text-align: left;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home__intro .bg__wrapper.intro-text h2 {
    width: 90%;
    height: auto;
    margin-right: 5%;
    margin-bottom: -150px;
    text-align: right;
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Section title
===================*/

.title__section {
    display: flex;

    align-items: center;
    justify-content: center;
    align-content: center;

    width: 100%;
    height: auto;
    padding: 75px 0;
    background-color: #f1f1f1;
}

.title__section h2 {
    position: relative;
    text-align: center;
    color: #4F5A77;
    font-size: 40px;
}

.title__section h2::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -5px;
    background-color: #4F5A77;
    height: 3px;
}

/* Section title
===================*/

.categories__section {
    padding: 50px 0;
}

.categories__section .categories {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;

    width: 60%;
    height: auto;
}

.categories__section .categories .category__item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 30%;
    padding: 20px 10px;
    height: fit-content;
    background-color: #6697C7;
    margin: 10px auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-decoration: none;
    transform: scale(1);
    transition: .1s linear;
    overflow: hidden;
}

.categories__section .categories .category__item:hover {
    transform: scale(0.95);
    transition: .1s linear;
    background-color: #4F5A77;
}

.categories__section .categories .category__item h3 {
    position: relative;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 0 0;
    height: 50px;
}

/* Section Schema
===================*/

.section__schema {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 75px;
}

.schema-mobile {
    display: none;
}

.schema-desktop {
    display: block;
}

.section__schema img {
    width: 80%;
    height: auto;
}
.night__block {
    background: url("../images/bg/house.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
}

.night__wrapper {
    display: flex;

    align-items: center;
    justify-content: center;
    align-content: center;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.3);
}

.night__wrapper h3 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* GoToTop
===================*/

.gototop {
    text-align: center;
    cursor: pointer;
    transition: .25s linear;
    
    position: fixed;
    
    z-index: 999;
    left: 10px;
    bottom: 20px;
    
    border-radius: 100px;
    background-color: black;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    opacity: .5;
}

.gototop:hover {
    opacity: 1;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
    transition: .25s linear;
}


/* Cookies
===================*/

.cookies__banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90000000;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    opacity: .8;
    transition: .25s linear;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies__banner-disabled {
    bottom: -100% !important;
    transition: .25s linear;
}

.cookies__banner:hover {
    opacity: 1;
    transition: .25s linear;    
}

.cookies__wrapper {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10%;
}

.cookies__wrapper img {
    display: inline-block;
    height: auto;
    width: 10%;
}

.cookies__wrapper p {
    display: inline-block;
    width: 70%;
    font-size: 18px;
    color: #fff;
}

/* Contact
===================*/

.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    height: fit-content;
    margin: 50px 0;
    padding: 20px;
}

.contact #map {
    width: 100%;
    height: 600px;
}

.contact .right__content {
    flex-wrap: wrap;
}

.contact__block {
    display: block;
    width: 100%;
    padding-left: 50px;
}

.contact__block address {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #31384b;
    margin: 10px 0;
}

.contact__block span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #31384b;
    margin: 10px 0;
}

.contact__block h2 {
    color: #333;
}

.contact__block a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #4F5A77;
    text-decoration: none;
    margin: 10px 0;
    cursor: pointer !important;
    transition: .1s linear;
}

.contact__block a:hover {
    transition: .1s linear;
    color: #31384b;
}

/* Breadcrumbs
===================*/

.breadcrumbs {
    display: flex;
    align-content: center;
    justify-content: center;
    align-content: center;
    margin-top: 50px;
    width: 100%;
    height: fit-content;
    background-color: #f1f1f1;
    padding: 0 40px;
}

.breadcrumbs__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    padding: 25px 0;
}

.breadcrumbs__content h1 {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    margin-left: 0;
    color: #4F5A77;
}

.breadcrumbs__content a {
    font-size: 16px;
    font-weight: 400;
    color: #4F5A77;
    text-decoration: none;
    transition: .1s linear;
}

.breadcrumbs__content a:hover {
    transition: .1s linear;
    color: #0099FF;
}

.breadcrumbs__content span {
    font-size: 16px;
    font-weight: 400;
    color: #4F5A77;
    margin: 0 10px;
}


/* Store
===================*/

.list__count {
    display: block;
    width: 100%;
    height: fit-content;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    color: #4F5A77;
}


.store__section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: fit-content;
    padding: 0 40px; 
}

.store__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 50px 0;
    box-sizing: border-box;
}

.store__content.store-search .store {
    width: 100% !important;
}

.store__filter {
    width: 15%;
    height: fit-content;
    background-color: #fff;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 10px 0;
}

.store__filter-list {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    padding-right: 10px;
}

.store__filter h2 {
    width: 100%;
    text-align: start;
    color: #4F5A77;
    font-size: 18px;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.category__selection {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    width: 100%;
    text-align: start;
    margin: 10px 0 10px 10px;
    text-decoration: none;
}

.category__selection label {
    font-size: 16px;
    color: #333;
    cursor: pointer; 
}

.store {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    width: 85%;
    height: fit-content;
}

.product {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: fit-content;
    width: 25%;
    background-color: #fff;
    text-decoration: none;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: .1s linear;
}

.product:hover  {
    transition: .1s linear;
    border: 1px solid #4F5A77;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.product__image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.product .product-image {
    width: auto;
    height: 100%;
    max-height: 150px;
}

.product:hover .product-image.image-hover {
    display: block;
}

.product:hover .product-image {
    display: none;
}

.product .product-image.image-hover {
    display: none;
}

.product .product__info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
}

.title__wrapper {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.product__info .product-title {
    position: relative;
    font-size: 18px;
    width: fit-content;
    color: #4F5A77;
    text-align: start;
}

.product__info .product-title::after {
    position: absolute;
    content: "";
    width: 40%;
    left: 0;
    bottom: -5px;
    background-color: #4F5A77;
    height: 2px;
}

.product__info .product-description {
    font-size: 16px;
    color: #333;
    text-align: start;
    margin: 0;
    height: 43px;
}

.product__info .product-specification {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    width: 100%;
    height: fit-content;
    margin: 5px 0;
    height: 43px;
}

.product__info .product-specification li {
    color: #333;
    width: 50%;
    box-sizing: border-box;
    font-size: 16px;
}

.product__info .product-sku {
    width: 100%;
    text-align: left;
    color: #0099FF;
    font-size: 16px;
    margin: 5px 0;
}

.product__info .product-features {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    list-style-type: none;
    margin: 5px 0;
    height: 20px;
}

.product__info .product-features li {
    color: #0099FF;
    font-size: 16px;
    margin-right: 10px;
}


.product__info .product-price {
    width: fit-content;
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.text-red {
    color: red !important;
}

.text-price-old {
    font-size: 14px !important;
    text-decoration: line-through;
    margin-left: 10px;
}

.price__block {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start !important;
    width: 100%;
    height: fit-content;
}

.discount__info {
    width: 100%;
    text-align: start;
    font-size: 16px;
    color: green;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.price__block .product-product-price {
    width: fit-content;
}

.price__block .product-product-price:last-child {
    margin-left: 20px !important;
    font-size: 16px !important;
}

.product__info .product-availability {
    width: 100%;
    text-align: left;
    color: #0A820A;
    font-size: 16px;
}

.product__page .left__content {
    overflow: unset;
}

.error-message-center {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 18px;
    text-align: center;
    padding: 50px 0;
}

/* Pages
===================*/

.page__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }
  
  .page__list ul li {
    list-style: none;
  }
  
  .page__list ul {
    display: flex;
    justify-content: space-between;
  }
  
  .page__list ul a li {
    padding: 10px 15px;
  }
  
  .page__list ul a {
    margin: 0 5px;
    background-color: #4F5A77;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: .1s linear;
  }
  
  .page__list ul a:hover {
    transition: .1s linear;
    background-color: #000;
  }

/* Product Page
===================*/

.product__section {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: fit-content;
    padding: 100px 40px;
}

.product__page {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

.product__card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
}

.product__card .left__content, .product__card .right__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    width: 50%;
    height: fit-content;
}

.product__short-info {
    width: 80%;
    height: fit-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.product-title {
    display: block;
    width: 100% !important;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    width: fit-content;
    color: #4F5A77;
    text-align: start;
    margin: 0 0 30px 0;
}

.product-description {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    color: #333;
    margin: 5px 0;
}

.product-icons-block {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
}

.product-icons-block::after {
    position: absolute;
    content: "";
    width: 25%;
    left: 0;
    bottom: -5px;
    background-color: #4F5A77;
    height: 3px;
}

.product-short-specification {
    width: fit-content;
    max-width: 50%;
    padding-left: 0;
    list-style-type: none;
}

.product-short-specification li {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.product-short-features {
    width: fit-content;
    max-width: 50%;
    padding-left: 0;
    list-style-type: none;
    margin-left: 50px;
}

.product-short-features li {
    font-size: 16px;
    color: #0099FF;
    margin: 5px 0;
}

.product-sku {
    width: 100%;
    text-align: left;
    color: #0099FF;
    font-size: 16px;
    margin: 15px 0 5px 0;
}

.product-availability {
    width: 100%;
    text-align: left;
    color: #0A820A;
    font-size: 16px;
    margin: 5px 0;
}

.product-category {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}

.product-shipping {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}

.info-links {
    color: #0099FF;
    transition: .1s linear;
}

.info-links:hover {
    color: #0f6aa7;
    transition: .1s linear;
}

.product-color {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}

.product-colors-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 5px 0;
}

.product-colors-list li {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #4F5A77;
    border: 1.5px solid #333;
}

.product-product-price {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

.product__short-info .button__wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}



.product__card .right__content {
    justify-content: flex-start;
}


.product__card .left__content {
    padding: 0 30px;
    box-sizing: border-box;
}

/* Product-Slider
===================*/

.product__card .left__content #lightSlider {
    width: 100%;
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.product__card .left__content li {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    cursor:pointer;
}
.product__card .left__content img {
    display: block;
    height: auto;
    width: 95%;
    max-width: 600px;
    margin-bottom: 50px;
}
 
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}
 
.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}
 
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}
 
.lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
 
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}

/* Product-nav
===================*/

.product__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
    background-color: #4F5A77;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav__link-product {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-right: 25px;
    transition: .1s linear;
    text-decoration: none;
}

.nav__link-product::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -10px;
    background-color: #fff;
    height: 3px;
    transition: .1s linear;
}

.nav__link-product:hover::after {
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    bottom: -10px;
    background-color: #fff;
    height: 3px;
    transition: .1s linear;
}
/* Product-Description
===================*/
.description__content {
    display: block;
    width: 95%;
    height: fit-content;
    padding: 50px 0;
    margin: 0 auto;
}
/* Product-table
===================*/
.product__params {
    margin: 50px 0;
    padding: 0 40px;
    height: fit-content !important;
}
.product__params h3 {
    font-size: 18px;
    margin: 25px 0;
    color: #333;
}
.characteristics__table {
    width: 70%;
    border: 1px solid #f1f1f1;
    border-spacing: 0;
    border-collapse: collapse;
}
.characteristics__table td{
    padding: 10px;
}
.characteristics__table tr:nth-child(odd) {
    background-color: #f1f1f1;
    color: #333;
    transition-duration: 0.2s;
}
.characteristics__table tr:nth-child(odd):hover {
    background: #ffe8e8;
    transition-duration: 0.2s;
}
table {width: 100%; text-align: left; border-bottom: 2px solid #dfdfdf; border-radius: 6px; border-collapse: separate; border-spacing: 0px;}
table thead tr {color: #333; font-weight: bold; background: #0085FF;}
table tr td {border-right: 1px solid #dfdfdf; padding: 10px;}
table tr td:last-child {border-right: 0px;}
table tbody tr:nth-child(1n) {background: #fff; transition-duration: 0.2s;}
table tbody tr:nth-child(2n) {background: #fff; transition-duration: 0.2s;}
table tbody tr:hover {background: #ffe8e8; transition-duration: 0.2s;}
/* Donwloads
===================*/
.product__downloads {
    width: fit-content;
    max-width: 100%;
    height: fit-content;
    padding-left: 0;
    list-style-type: none;
}
.product__downloads a {
    width: 100%;
    text-decoration: none;
}
.product__downloads a li {
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    color: #4F5A77;
    background-color: #fff;
    text-decoration: none;
    transition: .1s linear;
}
.product__downloads a li:hover {
    transition: .1s linear;
    background-color: #4F5A77;
    color: #fff;
}
/* Footer
===================*/
.footer {
    display: block;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap;

    overflow: hidden;
}
.footer__wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 50px 25px;
}
.footer__box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
}
.footer__block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    width: 25%;
}
.footer__block h3 {
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    width: 100%;
    text-align: start;
}
.footer__block ul {
    width: 100%;
    text-align: start;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer__block ul li {
    padding: 0;
    margin: 0;
    margin: 20px 0;
}
.footer__block ul li a {
    position: relative;
    text-decoration: none;
    color: #f1f1f1;
    font-size: 16px;
    transition: .1s linear;
}
.footer__block ul li a:hover {
    color: #0099FF;
    transition: .1s linear;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #121212;
    height: 50px;
    width: 100%;
}
.copyright__text {
    text-align: center;
    margin: 10px auto;
    font-size: 16px;
    color: #fff;    
}
.copyright__text a {
    text-decoration: none;
    color: green;    
    font-weight: 700;
}
.canco {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.canco a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}
/* Cart
===================*/
.cart__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
}
.cart__wrapper.open-cart {
    display: flex;
}
.cart__wrapper.cart-page {
    display: flex;
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
}
.cart__wrapper.cart-page .cart__content {
    padding-top: 20px;
}
.cart__wrapper .cart {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.cart .btn-close {
    position: fixed;
    top: 5%;
    right: 5%;
    font-size: 16px;
    color: #fff;
    background-color: red;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .1s linear;
    border: 0;
}
.cart .btn-close:hover {
    transition: .1s linear;
    background-color: rgb(206, 6, 6);
}
.cart .cart__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap;
    padding-top: 5%;
    padding: 5% 40px 0 40px;
}
.cart__content .row-cart {
    display: flex;
    width: 100%;
}
.cart__content .row-cart h2 {
    text-align: left;
    font-size: 20px;
    color: #4F5A77;
}
.cart__content .row-cart label {
    padding-left: 10px;
}
.cart__content .row-cart.row-wrap {
    flex-wrap: wrap;
    transition: .1s linear;
}
.cart__content .row-cart.row-wrap label {
    width: 100%;
}
.cart__content .row-cart.row-wrap input {
    width: 100%;
    padding-left: 10px;
}
.cart__content .left__content {
    width: 75%;
    box-sizing: border-box;
    padding-right: 1%;
    max-height: 100%;
}
.cart__content .right__content {
    width: 25%;
    box-sizing: border-box;
    color: #333;
    padding-left: 1%;
}
.cart__content .right__content, .cart__content .left__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.cart__items {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.cart__out {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cart__items h3, .cart__options h3 {
    width: 100%;
    color: #333;
    font-size: 18px;
}
.cart__options h3 {
    cursor: pointer;
    transition: .1s linear;
    background-color: #fff;
    padding: 30px 20px;
    margin: 0;
}
.cart__options h3:hover {
    transition: .1s linear;
    background-color: #d2d2d2;
}
.cart__options {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 20px;
}

.cart__description {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.cart__description h3 {
    width: 100%;
    color: #333;
    font-size: 18px;
}
.cart__description .tax {
    width: 100%;
    text-align: start;
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}
.cart__description .total-price {
    width: 100%;
    text-align: start;
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}
.total-price .total-bold {
    font-size: 18px;
    font-weight: 700;
}
.cart__description .button__wrapper {
    width: 100%;
    padding: 0;
    margin-top: 25px;
}
.right__content .agreement {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}
.right__content .agreement label {
    font-size: 14px;
    color: #333;
}
.right__content .agreement label a {
    font-size: 14px;
    color: #0A820A;
}
.cart__product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: fit-content;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1.5px solid transparent;
    transition: .1s linear;
}
.cart__product:hover {
    border: 1.5px solid #0A820A;
    transition: .1s linear;
}
.cart__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
    overflow: hidden;
}
.cart__image-wrapper img {
    width: 90%;
    max-width: 300px;
    height: auto;
}
.cart__product-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 200px);
    height: fit-content;
}
.cart__info-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 60%;
    height: fit-content;
    box-sizing: border-box;
}
.cart__info-right{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 40%;
    height: fit-content;
    box-sizing: border-box;
}
.cart__info-title {
    width: 100%;
    margin: 0 0 10px 0;
    color: #4F5A77;
    text-decoration: none;
    transition: .1s linear;
    font-size: 16px;
    font-weight: 500;
    color: #4F5A77;
    cursor: pointer;
}
.cart__info-title:hover {
    transition: .1s linear;
    color: #085c08;
}
.cart__info-description {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #333;
}
.cart__info-sku {
    width: 100%;
    font-size: 14px;
    color: #0099FF;
    margin: 0 0 10px 0;
}
.cart__info-availability {
    width: 100%;
    font-size: 14px;
    color: #0A820A;
}
.cart__items .button__wrapper {
    margin: 10px auto;
    padding: 0;
}
.cart__items .properties {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cart__items .properties .price {
    font-size: 16px;
    font-weight: 700;
}
.cart__options-detail {
    display: none;
    width: 100%;
    height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    transition: .25s linear;
    padding: 0 20px;
}
.cart__options-detail.option-open {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 5px 0 5px;
    padding: 20px;
    height: fit-content;
    transition: .25s linear;
}
.options__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.options__content input, .options__content textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid transparent;
    color: #333;
    background-color: #f1f1f1;
    border-radius: 5px;
    outline: none;
    transition: .1s linear;
    margin: 5px 0;
    resize: none;
}
.options__content textarea {
    min-height: 100px;
}
.options__content input:hover, .options__content input:focus {
    transition: .1s linear;
    border: 1px solid #0A820A;
}
.options__content textarea:hover, .options__content textarea:focus {
    transition: .1s linear;
    border: 1px solid #0A820A;
}
.options__content label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}
.options__content div input {
    width: fit-content;
    display: inline-block;
}
.options__content div label {
    width: fit-content;
    display: inline-block;
}
/* SunLike content 
===================*/

.content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    height: fit-content;
    padding: 100px auto;
}

.content__wrapper .left__content, .content__wrapper .right__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    height: fit-content;
}

.content__wrapper .left__content .lamp__img.black-img{
    width: 60%;
    height: auto;
}

.content__wrapper .right__content .white__text, .content__wrapper .right__content .white__title {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Media 1540px 
===================*/
@media (max-width: 1540px) { 
    .product .product__image-block {
        height: 150px;
    }

    .product__info .product-description {
        font-size: 14px;
    }
    
    
    .product__info .product-specification li {
        font-size: 14px;
    }
    
    .product__info .product-sku {
        font-size: 14px;
    }

    .product__info .product-features li {
        font-size: 14px;
    }
    
    
    .product__info .product-price {
        font-size: 15px;
    }
    
    .product__info .product-availability {
        font-size: 14px;
    }

    .category__selection label {
        font-size: 14px;
    }

    .product-icons-block::after {
        width: 35%;
    }

}


/* Media 1440px 
===================*/
@media (max-width: 1440px) {
    .home__intro .right__content img {
        width: 85%;
    }

    .product__info .product-title {
        font-size: 15px;
    }

    .category__item img {
        width: 90%;
        height: auto;
    }

    .categories__section .categories .category__item h3{
        font-size: 16px;
    }

    .title__section h2 {
        font-size: 32px;
    }

    .title__section {
        padding: 50px 0;
    }

    .night__wrapper h3 {
        font-size: 32px;
    }

    .night__block {
        height: 600px;
    }

    .home__intro .bg__wrapper.intro-text h1 {
        font-size: 30px;
        padding-top: 50px;
    }

    .home__intro .bg__wrapper.intro-text h2 {
        font-size: 24px;
    }

    .home__intro .right__content img {
        width: 65%;
    }

    .dropdown-catalog ul li {
        padding: 10px 10px;
    }

    .dropdown-catalog ul a {
        display: none;
    }

    .dropdown-catalog ul a:nth-child(1), .dropdown-catalog ul a:nth-child(2), .dropdown-catalog ul a:nth-child(3), .dropdown-catalog ul a:nth-child(4), .dropdown-catalog ul a:nth-child(5) {
        display: block;
    }

    .product__card .left__content img {
        max-width: 100%;
    }

    .product__short-info {
        width: 100%;
    }
}


/* Media 1200px 
===================*/
@media (max-width: 1200px) {
    .email__title {
        width: 100%;
    } 

    .email__greeting {
        width: 80%;
    }

    .email__text-wrapper table {
        width: 80%;
    }

    .email__text {
        width: 80%;
    }

    .email__block {
        width: 80%;
    }

    .email__info {
        width: 80%;
    }
    .nav__link {
        font-size: 14px;
        margin-left: 10px;
    }

    .search__form {
        margin: 0 10px;
    }

    .search__form input {
        padding: 3px 5px;
        font-size: 14px;
        width: 80%;
        max-width: 150px;
    }

    .home__intro .right__content img {
        width: 100%;
    }

    .home__intro .left__content {
        background: none;
        width: 100% !important;
    }

    .home__intro {
        background: url("../images/bg/bg.webp") no-repeat;
        background-position: center;
        background-size: cover;
    }

    .home__intro .right__content {
        display: none;
    }

    .home__intro .bg__wrapper.intro-text h1 {
        margin: 0;
    }

    .categories__section .categories {
        width: 70%;
    }

    .product {
        width: 33%;
    }

    .store__filter {
        width: 20%;
    }
    
    .store {
        width: 80%;
    }

    .product-icons-block::after {
        width: 50%;
    }

    .arrow-home {
        display: none !important;
    }

    .cookies__wrapper {
        flex-wrap: nowrap;
    }

    .cookies__wrapper img {
        width: 20%;
    }

    .cookies__wrapper p {
        width: 60%;
    }
    .cart__image-wrapper {
        max-height: 150px;
        max-width: 150px;
    }
    .cart__image-wrapper img {
        max-width: 300px;
    }
    .cart__info-left {
        width: 50%;
    }
    .cart__info-right {
        width: 50%;
    }
    .cart__info-description {
        font-size: 14px;
        width: 90%;
        text-overflow: clip ellipsis;
        height: 50px;
        overflow: hidden;
    }
    .cart-delete {
        padding: 10px 5px;
    }
    .cart__product-info {
        width: 100%;
    }
    .cart__product {
        padding: 20px;
    }
    .cart__description .tax, .cart__description .total-price {
        font-size: 14px;
    }
    .cart__description .total-bold {
        font-size: 16px;
    }
    .btn-checkout { 
        font-size: 14px;
    }
    .cart__description, .cart__items {
        padding: 20px 10px;
    }
}


/* Media 1050px 
===================*/
@media (max-width: 1050px) {
    .nav {
        margin-right: 5%;
    }

    .nav__link {
        font-size: 14px;
        margin-left: 10px;
    }

    .nav .search__form {
        margin: 0 50px 0 20px;
    }

    .search__form input {
        padding: 3px 5px;
        font-size: 14px;
        width: 80%;
        max-width: 150px;
    }

    .burger-menu_button {
        display: block !important; 
    }

    .nav #about, .nav #contacts, .nav #cart span, #b-cart {
        display: none;
    }

    .burger-menu_link {
        display: none;
    }

    .burger-menu_nav #b-about, .burger-menu_nav #b-contacts  {
        display: block;
    }

    .burger-menu_nav #b-search {
        display: none;
    }

    .header__logo {
        width: fit-content;
        max-width: fit-content;
    }

    .title__section h2 {
        font-size: 24px;
    }

    .title__section {
        padding: 25px 0;
    }

    .section__schema img {
        width: 80%;
    }

    .night__wrapper h3 {
        font-size: 24px;
    }

    .product__short-info span, p, li {
        font-size: 14px;
    }

    .product__short-info .product-product-price {
        font-size: 18px;
    }

    .product__short-info .product-title {
        font-size: 20px;
    }
    
    .product-colors-list li {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #4F5A77;
    }

    .product__card .left__content img {
        max-height: 300px;
    }

    .cookies__wrapper {
        width: 95%;
        margin: 0 auto;
    }
}

/* Media 950px 
===================*/
@media (max-width: 950px) {
    .cart__product-info {
        flex-wrap: wrap;
    }
    .cart__info-left {
        width: 100%;
    }
    .cart__info-right {
        width: 100%;
    }
    .cart__image-wrapper {
        max-height: 200px;
        max-width: 200px;
    }
    .cart__image-wrapper img {
        max-width: 200px;
    }
    .cart__items .properties {
        justify-content: flex-start;
    }
    .cart__items .button__wrapper {
        justify-content: flex-start;
        padding: 0;
    }
    .cart__items .button__wrapper .cart-delete {
        margin: 0;
    }
    .cart__content .left__content {
        width: 65%;
    }
    .cart__content .right__content {
        width: 35%;
    }
    #home, #about, #dropdown-menu {
        display: none;
    }
    #b-home {
        display: block;
    }
}

/* Media 900px 
===================*/
@media (max-width: 900px) {
    .footer__wrapper .container {
        flex-wrap: wrap;
    }
    .footer__block {
        width: 50%;
    }

    .store__filter {
        width: 30%;
    }

    .store {
        width: 70%;
    }

    .product {
        width: 50%;
    }

    .product__section {
        padding: 25px 40px;
    }

    .product__card {
        flex-wrap: wrap;
    }

    .product__card .left__content, .product__card .right__content {
        width: 100%;
        margin-bottom: 0px;
    }

    .product__card .left__content img {
        max-height: auto;
        width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 32px;
    }

    .characteristics__table {
        width: 100%;
    }

    .breadcrumbs__content h1 {
        font-size: 16px;
    }

    .breadcrumbs__content a, .breadcrumbs__content span {
        font-size: 14px;
        margin: 5px;
    }

    .product-icons-block {
        flex-wrap: wrap;
    }

    .product-icons-block ul {
        max-width: 100%;
        margin: 5px 0;
    }

    .product-short-features {
        margin-left: 0;
    }

    .product__section {
        padding: 25px 5%;
        box-sizing: border-box;
    }

    .product__params {
        padding: 0 5%;
        box-sizing: border-box;
    }

    .nav__link-product {
        font-size: 14px;
    }
    .cart__product {
        flex-wrap: wrap;
    }
    .cart__image-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    .product__info .product-title {
        font-size: 14px;
    }
}

/* Media 800px 
===================*/
@media (max-width: 800px) {
    .description__content img {
        width: 100% !important;
    }

    .btn-back {
        font-size: 14px;
    }

    .nav {
        display: none;
    }

    .burger-menu_link {
        display: block;
    }

    .burger-menu_nav #b-search {
        display: flex;
        margin: 40px auto;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .burger-menu_nav #b-search input {
        width: auto;
        min-width: 60%;
        max-width: 70%;
        font-size: 16px;
        padding: 15px 5px;
    }

    .burger-menu_nav #b-search button {
        padding: auto;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
    }

    .burger-menu_nav #b-search label {
        width: 100%;
        text-align: start;
        color: #fff;
        font-size: 16px;
        box-sizing: border-box;
        margin: 0 0 20px 20px;
    }

    .burger-menu_nav {
        width: 80%;
    }

    .home__intro .bg__wrapper.intro-text h1 {
        font-size: 24px;
        margin: 0;
    }

    .home__intro .bg__wrapper.intro-text h2 {
        font-size: 18px;
    }

    .categories__section .categories {
        width: 90%;
    }

    .night__block {
        height: 60vh;
    }

    .schema-mobile {
        display: block;
    }

    .schema-desktop {
        display: none;
    }

    .home__intro {
        height: 90vh;
    }

    .store__filter {
        width: 100%;
    }
    
    .store {
        width: 100%;
    }

    .product {
        width: 50%;
    }

    .store__content {
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .store__section, .breadcrumbs {
        padding: 0 20px;
    }
    .cart__content .left__content {
        width: 50%;
    }
    .cart__content .right__content {
        width: 50%;
    }
    .cart .cart__content {
        padding: 5% 20px 0 20px;
    }
    .contact {
        flex-wrap: wrap;
    }
    .contact .left__content, .contact .right__content {
        width: 100%;
    }
    .video-page {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
    .video__block {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .video__block p {
        padding: 0;
    }
    .product__info .product-title {
        font-size: 18px;
    }
    #b-cart {
        display: block;
    }
}


/* Media 650px 
===================*/
@media (max-width: 650px) {
    .categories__section .categories {
        width: 100%;
    }

    .categories__section .categories .category__item {
        width: 45%;
    }

    .categories__section .categories .category__item h3 {
        font-weight: 500;
    }

    .section__schema img {
        width: 100%;
    }

    .footer__block {
        width: 100%;
    }

    .burger-menu_nav {
        width: 100%;
    }

    .burger-menu_nav #b-search input {
        min-width: 80%;
        max-width: 80%;
    }

    .store__section, .breadcrumbs {
        padding: 0 10px;
    }

    .product {
        width: 90%;
    }

    .store {
        justify-content: center;
    }

    .cookies__wrapper {
        flex-wrap: wrap;
    }

    .cookies__wrapper p {
        width: 100%;
        margin: 10% 0;
    }

    .cookies__wrapper img {
        width: 60%;
    }

    .cart__content {
        flex-wrap: wrap;
    }
    .cart__content .left__content {
        width: 100%;
        padding: 0;
    }
    .cart__content .right__content {
        width: 100%;
        padding: 0;
    }
    .cart__description, .cart__items {
        padding: 20px;
    }
    .cart .cart__content {
        padding: 5% 10px 0 10px;
    }
    .title-custom::after {
        width: 0;
    }
    .title-custom {
        color: #4F5A77;
    }
    .cart__product {
        flex-wrap: wrap;
    }
    .cart__image-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .cart__info-left {
        margin: 0;
    }
    .email {
        width: 100%;
    }
    .email__title {
        width: 100%;
        font-size: 100px;
    } 
    .email__greeting {
        width: 90%;
        font-size: 18px;
    }
    .email__text {
        width: 90%;
        font-size: 18px;
    }
    .email__block {
        width: 95%;
        font-size: 16px;
    }
    .email__text-wrapper table {
        width: 95%;
    }
    .email__info {
        width: 90%;
        font-size: 16px;
    }
    .video-page {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
    .content__wrapper {
        flex-wrap: wrap;
    }
    .content__wrapper .left__content, .content__wrapper .right__content {
        width: 90%;
    }
    .content__wrapper .right__content .white__title {
        text-align: center;
    }
    .content__wrapper .left__content .btn-more {
        width: 100% !important;
        text-align: center;
    }
    .content__wrapper .left__content .lamp__img.black-img{
        width: 90%;
        height: auto;
    }
}


