html, body {
    height: 100%;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    user-select: none;
}

.wrap {
    min-height: 100vh;
}

.top-nav {
    background-color: #000;
    min-height: 38px;
    padding: 7px 0;
}

.top-nav a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-right: 24px;
    transition: color ease .3s;
}

.top-nav a:last-child {
    margin-right: 0 !important;
}

.top-nav .languages a {
    color: #999;
    margin-right: 16px;
}

.languages a img {
    height: 15px;
    width: 30px;
    object-fit: fill;
}

.languages-mobile a img {
    height: 12px;
    width: 24px;
    object-fit: fill;
}

.languages a.active, .languages-mobile a.active {
    display: none;
}

.top-nav .languages a.active {
    color: #FFF;
    font-weight: 900;
}

.top-nav a:hover {
    color: #F60 !important;
}

nav.navbar {
    background: url(../images/navbar.svg) center;
    background-size: cover;
}

nav.navbar .navbar-brand img {
    height: 60px;
}

nav.navbar .navbar-nav .nav-link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 12px;
    transition: background-color ease .4s;
}

nav.navbar .navbar-nav .nav-link:hover {
    background-color: #F60;
}

nav.navbar .actions a {
    margin-right: 16px;
    position: relative;
}

nav.navbar .actions a:last-child {
    margin-right: 0;
}

nav.navbar .actions a span.badge {
    position: absolute;
    top: -3px;
    right: -5px;
    background-color: #DE2E30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav.navbar a svg path {
    transition: fill ease .3s;
}

nav.navbar a:hover svg path {
    fill: #F60 !important;
}

.main-menu-toggler {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    border: 0;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #F60;
}

#mainCarousel .item {
    background: linear-gradient(270deg, #07C7BF 0%, #095D93 65.94%);
    padding: 120px 0;
}

#mainCarousel .item h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

#mainCarousel .item h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.amount {
    color: #F60;
}

#mainCarousel .item p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

#mainCarousel .item .carousel-image {
    max-width: 100%;
    height: 400px;
    object-fit: contain;
}

.btn-main {
    background: #F60;
    padding: 14px 32px;

    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    height: 52px;
    display: inline-flex;
    align-items: center;
    transition: all ease .3s;
    border: 0;
}

.btn-main:not(.not-available):hover {
    background-color: #fff;
    color: #F60;
}

.btn-main.dark:not(.not-available):hover {
    background: #000;
    color: white;
}

.btn-main.not-available {
    background: #E22A22;
}

.btn-outline {
    padding: 14px 32px;
    border: 3px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
    text-decoration: none;
    height: 52px;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    transition: all ease .3s;
}

.btn-main.small {
    padding: 10px 18px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
}

.btn-outline.small {
    padding: 10px 18px;
    font-size: 14px;
    border-width: 2px;
    height: 45px;
    font-weight: 400;
}

.btn-outline.dark {
    border-color: #000 !important;
    color: #000 !important;
}

.btn-outline:hover {
    border-color: #F60;
}


.btn-outline.dark:hover {
    border-color: #F60 !important;
    color: #f60 !important;
}


.help-block {
    color: #DE2E30;
    font-size: 14px;
    margin-top: 5px;
}

.carousel-indicators {
    margin-bottom: 45px;
}

section.home {
    padding: 65px 0;
}

section.home.product-section {
    padding-bottom: 33px;
}

section.home.next-section {
    padding-top: 33px;
}

.main-title {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.product {
    margin-bottom: 32px;
}

.product .image {
    background: #F5F5F5;
    padding: 25px;
    overflow: hidden;
}

.product .image img {
    object-fit: contain;
    width: 100%;
    transition: transform ease 1s;
    height: 200px;
}

.product .info {
    margin-top: 16px;
}

.product .info .name {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    transition: color ease .3s;
}

.product .info .name:hover {
    color: #FE5915;
}

.product .info .price {
    color: #FE5915;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

.product .overflow {
    position: relative;
}

.product .overflow .btn-cart {
    position: absolute;
    bottom: 0;
    background: #FE5915;
    padding: 14px 22px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 0;
    white-space: nowrap;
    transition: opacity ease .3s, background-color ease .3s;
}

.product .overflow .btn-cart.not-available {
    background: #E22A22;
}

.product .overflow .btn-cart:not(.not-available):hover {
    background-color: black;
}

.product .overflow .btn-favorite {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease .3s, background-color ease .3s;
}

.product .overflow .btn-favorite:hover {
    background-color: black;
}

.product:hover .image img {
    transform: scale(1.1);
}

.product:hover .btn-cart {
    opacity: 1;
}

.product:hover .btn-favorite {
    opacity: 1;
}

.product a {
    text-decoration: none;
}

.product .overflow .link {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.category {
    margin-bottom: 24px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.category .image {
    overflow: hidden;
}

.category .image img {
    width: 100%;
    object-fit: cover;
    transition: transform ease .3s;
}

.category:hover .image img {
    transform: scale(1.1);
}

.category .overflow {
    position: relative;
}

.category .overflow .info {
    background: rgba(13, 94, 149, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background ease .3s;
}

.category .overflow .info .border {
    position: absolute;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    left: 32px;
    right: 32px;
    top: 32px;
    bottom: 32px;
    transition: all ease .2s;
}

.category .overflow .info .name {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    z-index: 2;
    width: 100%;
    padding: 0 40px;
}

.category:hover .overflow .info {
    background: rgba(8, 155, 173, 0.97);
}


.category:hover .overflow .info .border {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}

.feature {
    margin-bottom: 24px;
    padding: 0 12px;
}

.feature.center {
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

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

.feature .info .title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 16px;
}

.feature .info .description {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

footer {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
}

.action {
    padding: 60px 16px;
}

.action .title {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.action .description {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 6px 0 25px;
}

.action.center {
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.action .phone {
    color: #F60;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.action form {
    background-color: white;
}

.action form input {
    height: 45px;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    line-height: 14px;
}

.action form button {
    border: 0;
    height: 45px;
    outline: 0;
    background-color: #fff;
    color: #FF5000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    line-height: 14px;
}

footer .menu {
    padding: 60px 0;
}

footer .slogan {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 24px 0;
}

footer .title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer ul {
    list-style-type: none;
    margin: 24px 0 0 0;
    padding: 0;
}

footer ul li {
    margin-bottom: 14px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.languages-mobile {
    display: none;
}

.languages-mobile a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.languages-mobile a.active {
    color: #F60;
}

.toast.toast-success {
    background-color: #51a351;
}

nav.breadcrumb {
    background-color: #000;
    padding: 48px 0;
    margin-bottom: 0;
}


.breadcrumb .breadcrumb-item a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: color ease .3s;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #F60;
}

.breadcrumb .breadcrumb-item.active {
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding-left: 3px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.main-breadcrumb {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.inner-page {
    padding: 64px 0;
}

.menu-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 36px;
}

.categories ul {
    margin: 18px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.categories ul li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    transition: color ease .2s;
    background: linear-gradient(270deg, #17404F 0%, #192946 15%);
    padding: 5px 15px 5px 10px;
    border-radius: 10px;
    transition: background-position ease .3s, color ease .3s;
    display: inline-block;
}

.categories ul li {
    margin-bottom: 8px;
}

.categories ul li:last-child {
    margin-bottom: 0;
}

.categories ul li a.active, .categories ul li a:hover {
    color: #F60;
    background-position: 40%;
}

.colors {
    display: flex;
    align-items: center;
    min-height: 30px;
}

.colors input {
    display: none;
}

.colors label {
    width: 24px;
    height: 24px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border: 2px solid #131313;
    position: relative;
    transition: all ease .2s;
    cursor: pointer;
}

.colors input:checked+label {
    width: 28px;
    height: 28px;
}

.colors input:checked+label::after {
    /* border: 2px solid #F60;
    box-shadow: 1px 1px 16px 5px rgba(255, 102, 0, 0.8); */
    content: '✔';
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    line-height: 22px;
    font-size: 18px;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.catalog-content {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.catalog-content span {
    color: #F60;
}

.catalog-select {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.catalog-select select {
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 12px;
}

.pagination .page-item.disabled {
    padding: 0;
    background-color: #fff;
    border: 0;
    min-width: 35px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination .page-item .page-link {
    padding: 0;
    background-color: #fff;
    border: 0;
    min-width: 35px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination .page-item.active .page-link {
    background: #FE5915;
    color: white;
}

.pagination .page-item {
    margin: 0 8px;
}

.pagination {
    padding: 36px 0;
}

div.cart-head-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    box-shadow: none;
}

div.inner-cart-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 13px 0;
    padding-left: 20px;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
    box-shadow: none;
}

.inner-cart-flex:last-child {
    border-bottom: 0;
}

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

.custom-control {
    padding-right: 0;
    margin: auto 0;
}

.custom-control-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #717171;
    padding-top: 5px;
}

div.cart-img img {
    width: 92px;
    padding: 5px;
    margin-right: 20px;
}

.cart-content-choise {
    position: relative;
    width: 100%;
}

.checkout-base-section h1, .checkout-base-section h3 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .75px;
    color: #000;
    margin: 0;
    text-align: left;
}

.cart-content-choise a {
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #717171;
}

.cart-content .color-box {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
}

.cart-content .product-name {
    color: #f60;
    transition: color ease .3s;
}

.cart-content .product-name:hover {
    color: #000;
}

.cart-content small {
    font-size: 14px;
    font-weight: 400;
}

.backet-section h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
    margin-top: 24px;
}

.cart-price b.d-inline {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .75px;
    color: #000;
    margin-bottom: 10px !important;
    display: inline-block !important;
}

.cart-product-count h6 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #717171;
}

div.inner-cart-flex div.box {
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100px;
    border-radius: 0;
    border: 1px solid #c0c0c0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

div.box span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .75px;
    color: #000;
}

.first-part .delete a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    transition: color ease .3s;
}

.first-part .delete a:hover {
    color: #F60;
}

.first-part a {
    text-decoration: none;
    transition: color ease .3s;
}

.first-part a:hover {
    color: #F60;
}

.box-counter a {
    color: #000;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
}

.backet-section {
    font-size: 16px;
}

.your-order {
    border-bottom: 1px solid #e0e0e0;
}

.order-box {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
}

.order-box p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .75px;
    color: #333;
    margin-bottom: 16px;
}

.last-sum {
    font-size: 18px;
}

.login-title {
    font-size: 28px;
}

.login-form input:not([type="checkbox"]) {
    padding: 0.6em 1.5em;
    background-color: var(--background);
    border-width: 4px;
    border-style: solid;
    border-color: var(--e-global-color-border);
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 0;
    outline: 0;
    transition: all ease-in-out .3s;
    font-size: 16px;
}

.product-detail-image {
    background: #F5F5F5;
    padding: 40px;
}

.product-detail-image img {
    max-width: 100%;
    height: 350px;
    object-fit: contain;
}

.product-small-image {
    background: #F5F5F5;
    padding: 10px;
    height: 95px;
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.product-small-image.active {
    border: 2px solid #F60;
}

.product-detail .product-info h1 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.product-detail .product-info .price {
    color: #F60;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
}

.product-detail .product-info .usage {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 18px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.product-detail .product-info .product-colors p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.product-detail .product-info .product-colors a .color-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid black;
    transition: all ease .3s;
}

.product-detail .product-info .product-colors a .color-box.active {
    width: 28px;
    height: 28px;
    border: 3px solid #F60;
    position: relative;
}

.product-detail .product-info .product-colors a .color-box.active::after {
    content: '✔';
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    line-height: 22px;
    font-size: 18px;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.product-detail .product-info .product-colors a {
    margin-right: 12px;
}

.product-detail .product-info .product-colors a:last-child {
    margin-right: 0;
}

.product-detail .product-info .quantity {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.product-detail .product-info .quantity p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

.product-detail .product-info .quantity .box {
    border: 2px solid #E0E0E0;
    display: flex;
    width: 140px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}

.product-detail .product-info .quantity .box a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 16px;
    text-transform: uppercase;
}

.product-detail .product-info .quantity .box span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.product-detail .product-features {
    margin-top: 25px;
}

.product-detail .product-features .text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    max-width: 120px;
    margin-left: 5px;
}

.product-feature p {
    text-align: center;
}

.product-section {
    padding: 32px 0;
}

.product-section .section-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-characteristics {
    margin-top: 16px;
    width: 100%;
}

.product-characteristics th {
    width: 250px;
}

.product-characteristics tr:first-child td, .product-characteristics tr:first-child th {
    border-top: 1px solid #E0E0E0;
}

.product-characteristics td, .product-characteristics th {
    border-bottom: 1px solid #E0E0E0;
    padding: 16px;
    color: #000;
    width: 50%;
    font-size: 16px;
    line-height: 16px;
}

.zoomImg {
    background-color: #F5F5F5;
}

.card-head {
    display: flex;
    align-items: center;
}

.card-head b {
    font-size: 48px;
    display: block;
    position: relative;
    padding-left: 5px;
    margin-right: 30px;
}

.card-head b::after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 14px;
    background-color: #06C8BF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: -1;
}

.card-head h4 {
    margin-bottom: 0;
}

.card-head p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.base-content {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.user-content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 5px;
}

.see-on-map {
    color: #f60;
    text-decoration: none;
    font-size: 14px;
}

.order-page input, .order-page select, .my-account input, .feedback input, .feedback textarea {
    border-width: 4px;
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 0;
}

.order-page label, .my-account label {
    font-size: 14px;
    font-weight: 500;
}

.order-page .custom-control-label {
    color: #000;
}

.check-content p {
    font-size: 26px;
    text-align: center;
}

.check-content p span {
    color: #F60;
}

.account-section .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-section .menu ul li {
    border-bottom: 1px solid;
    border-bottom-color: #c0c0c0;
    margin-bottom: 12px;
}

.account-section .menu ul li:last-child {
    border-bottom: 0;
}

.account-section .menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 0 0 12px;
    display: block;
}

.product-description * {
    line-height: 24px !important;
    font-weight: 400 !important;
}

.product-description h3 {
    color: #000 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.product-description b, .product-description strong {
    font-weight: 600 !important;
}

#lg-download, #lg-actual-size {
    display: none;
}

.account-section .menu ul li a.active, .account-section .menu ul li a:hover {
    color: #F60;
}

.my-account label {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.MY-account {
    overflow-x: auto;
}

.MY-account td {
    white-space: nowrap;
}

.about-page ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about-page ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #f60;
    padding: 0 0 0;
}

.about-page ul li {
    margin-bottom: 12px;
}

.form-check-input {
    border-color: #000;
    border-radius: 0 !important;
}

section.section {
    padding-top: 0;
}

section.section.light .section-image {
    order: 2;
}

section.section.dark {
    background-color: #000;
}

section.section .section-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

section.section.dark .section-title {
    color: #fff;
}

section.section .section-description {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

section.section.dark .section-description {
    color: #fff;
}

section.section .section-info {
    padding: 20px 30px;
}

section.section.dark .section-info {
    padding-right: 12px !important;
}

section.section.light .section-info {
    padding-left: 12px !important;
}

section.section .section-image img {
    object-fit: contain;
    display: block;
}

.action a {
    text-decoration: none;
}

.btn-main, .btn-outline {
    border-radius: 30px;
}

.blue-bg {
    background-image: linear-gradient(to bottom, #69f 0, #69f 1%, #25528e 100%), linear-gradient(to top, #69f 0, #5d53e8 100%);
}

.blue-bg .product-characteristics td, .blue-bg .product-characteristics th {
    color: white;
}

.blue-bg .product-section .section-title {
    color: white;
}