@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-Bold.eot');
    src: local('Mont Bold'), local('Montserrat-Bold'),
        url('/fonts/Mont/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-Bold.woff') format('woff'),
        url('/fonts/Mont/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-SemiBold.eot');
    src: local('Mont Semibold'), local('Montserrat-Semibold'),
        url('/fonts/Mont/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-SemiBold.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-SemiBold.woff') format('woff'),
        url('/fonts/Mont/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-Regular.eot');
    src: local('Mont Regular'), local('Montserrat-Regular'),
        url('/fonts/Mont/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-Regular.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-Regular.woff') format('woff'),
        url('/fonts/Mont/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-Light.eot');
    src: local('Mont Light'), local('Montserrat-Light'),
        url('/fonts/Mont/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-Light.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-Light.woff') format('woff'),
        url('/fonts/Mont/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-Thin.eot');
    src: local('Mont Thin'), local('Montserrat-Thin'),
        url('/fonts/Mont/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-Thin.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-Thin.woff') format('woff'),
        url('/fonts/Mont/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-Medium.eot');
    src: local('Mont Medium'), local('Montserrat-Medium'),
        url('/fonts/Mont/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-Medium.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-Medium.woff') format('woff'),
        url('/fonts/Mont/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont/Montserrat-ExtraBold.eot');
    src: local('Mont ExtraBold'), local('Montserrat-ExtraBold'),
        url('/fonts/Mont/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Mont/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/fonts/Mont/Montserrat-ExtraBold.woff') format('woff'),
        url('/fonts/Mont/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --main-color: #048CCB;
    --light-color: #a7adac;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}


body {
    font-size: 16px;
    font-family: "Mont", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #121521;
    line-height: 150%;
}

h1 {
    line-height: 110%;
    font-weight: 600;
    color: #006695;
    margin-bottom: 30px;

}

h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

p {
    font-weight: 400;
}

.btn-main {
    padding: 18px 43px;
    border-radius: 10px;
    background: #048CCB;
    background-size: cover;
    display: inline-block;
    transition: .3s;
    color: #ffffff !important;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.btn-main img {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: -1px;
}

.btn-main:hover img {
    display: inline-block;
    cursor: pointer;
}

.btn-main:hover {
    background: #5cc4e7;
    color: #ffffff;
    display: inline-block;
    transition: .3s;
    transform: translateY(-5px);
    cursor: pointer;
}

.btn-inactive {
    padding: 18px 43px;
    border-radius: 10px;
    background: #dbdbdb;
    background-size: cover;
    display: inline-block;
    transition: .3s;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.btn-inactive img {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: -1px;
}

.btn-inactive:hover img {
    display: inline-block;
}

.btn-inactive:hover {
    display: inline-block;
    transition: .3s;
    cursor: not-allowed;
}

.menu-logo {
    max-width: 130px;
    transition: .3s;
}

.menu-logo:hover {
    transform: translateY(-3px);
}

.navbar {
    background: #f7f9fb;
}

.offcanvas {
    background: #ffffff !important;
}

.menu-social {
    padding: 0;
    padding-top: 15px;
    margin: 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-social li {
    display: inline-block;
}

.menu-social li a {
    display: block;
    padding-left: 8px;
    transition: .3s;
    color: #ffffff;
}

.menu-social li:first-child a {
    padding-left: 0;
}

.menu-social li a:hover {
    transform: translateY(-3px);
}

.menu-social-xs {
    width: 100%;
}

.follow.follow-xs {
    width: 100%;
}

.navbar-toggler {
    border: none;
    background: #048CCB;
    padding: 7px 10px;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url('/img/icons/icon-menu.svg');
}

.nav-item .nav-link {
    font-size: 16px;
    transition: .3s;
    color: #000000;
    border-bottom: 1px solid #C3D1D8;
}

.nav-item {
    position: relative;
}

.nav-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 12px;
    height: 12px;
    background: url('/img/icons/icon-xs-menu-arrow.svg') center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.offcanvas-header {
    padding: 10px;
}

.offcanvas-header .btn-close {
    position: relative;
    z-index: 1;
    background: #048CCB url('/img/icons/icon-close.svg') center center no-repeat;
    background-size: 20px;
    padding: 13px 14px;
    opacity: 1 !important;
    border-radius: 0;
    margin-right: 0;
}

.nav-item .nav-link:hover {
    transform: translateY(-3px);
    color: #048CCB;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #048CCB;
}

.navbar-toggler-icon {
    filter: invert(0) !important;
    opacity: 1;
}

.navbar-toggler {
    border: none;
}

.offcanvas-body {
    background: #E6EFF4;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler-icon:focus {
    box-shadow: none;
    border: none;
}

.header-icon-btn {
    display: inline-block;
    transition: .3s;
}

.header-icon-btn a {
    margin-right: 5px;
    display: inline-block;
    background: #E6EFF4;
    padding: 8px;
    border-radius: 5px;
}

.header-icon-btn:hover {
    transform: translateY(-3px);
}

.header-icon-btn a img {
    width: 26px;
}

#cart-block,
#cart-block-xs {
    position: relative;
    margin-right: 20px;
}

#cart-block:hover,
#cart-block-xs:hover {
    cursor: pointer;
}

#cart-block #cart-count,
#cart-count-xs {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 2px solid #ffffff;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    width: auto;
    height: auto;
    min-width: 34px;
    min-height: 20px;
    padding: 4px 2px 2px 2px;
    background: #EE7925;
    color: #ffffff;
    border-radius: 50%;
}

.main-btn {
    display: inline-block;
    padding: 10px;
    transition: .3s;
    color: #ffffff;
    border-radius: 10px;
    background: #048CCB;
    font-weight: 500;
}

.main-btn:hover {
    background: #5cc4e7;
    cursor: pointer;
    transform: translateY(-3px);
}

.login-btn {
    display: inline-block;
    padding: 10px;
    transition: .3s;
    color: #ffffff;
    border-radius: 10px;
    background: #048CCB;
    font-weight: 500;
}

.login-btn:hover {
    background: #5cc4e7;
    cursor: pointer;
    transform: translateY(-3px);
}

.login-btn strong {
    display: block;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

#my-menu {
    border: 1px solid rgba(82, 139, 181, 0.17);
    margin-bottom: 30px;
    background: #fafafa;
    padding-left: 0;
}

#my-menu li {
    list-style: none;
    padding-left: 0;
}

#my-menu a {
    color: #048CCB;
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(82, 139, 181, 0.17);
    transition: .3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#my-menu a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    transition: .1s;
    vertical-align: middle;
    transform: translateY(-1px);
}

#my-menu a:hover img {
    filter: invert(1) brightness(200%);
}

#my-menu li:last-child a {
    border-bottom: none;
}

#my-menu a:hover,
#my-menu a.active {
    background: #048CCB;
    color: #ffffff;
}


#my-menu a:hover img,
#my-menu a.active img {
    filter: invert(1) sepia(36%) brightness(333%);
}

.my-data-block-wrap {
    padding: 20px 20px 0 20px;

    border-radius: 10px;
    margin-bottom: 15px;
    border: 2px solid #dceeff;
}

.my-data-block {
    margin-bottom: 15px;
    padding: 20px;
    font-size: 15px;
}

.my-title-h1,
.my-title-h2 {
    color: #048CCB;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}

.my-data-block h2,
.my-data-block h3 {
    color: #048CCB;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 1px;
    padding: 0;
}

.my-data-block a {
    color: #048CCB;
    text-decoration: none;
}

.my-data-block .alert {
    border-radius: 0;
    padding: 10px;
}

.my-data-block p {
    margin-bottom: 15px !important;
}

.my-data-block p:last-child {
    margin-bottom: 0 !important;
}


.menu-phone a {
    display: inline-block;
    color: #000000;
    margin-right: 10px;
    min-width: 158px;
    font-weight: 300;
    transition: .3s;
    padding: 10px 10px 10px 0;
}

.menu-phone a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.menu-phone a:hover {
    color: #048CCB;
}

.banner-wrap {
    background-size: cover;
    min-height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.site-banner-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.site-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.banner {
    height: 100%;
    transform: translateY(-20px);
    position: relative;
    z-index: 1;
}

.banner h1 {
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.banner-h1 {
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 30px;
}

.catalog {
    margin-top: 50px;
}

.catalog-wrap h2 {
    margin-bottom: 25px;
}

.catalog-block {
    margin-bottom: 24px;
}

.catalog-block a {
    overflow: hidden;
    background: #E6EFF4;
    margin: 0 auto;
    padding: 10px;
    transition: .3s;
    min-height: 100%;
    border-radius: 15px;
}

.catalog-block a:hover {
    background: #ffffff;
    box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.17);
}

.catalog-block a div>img {
    display: block;
    margin: 0 auto;
    transition: .3s;
    border-radius: 12px 12px 0 0;
}

.catalog-block a:hover>div img {
    transform: scale(1.1);
}

.catalog-block a {
    display: block;
}

.catalog-block span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    color: #000000;
    font-weight: 500;
    transition: .3s;
    margin-bottom: 10px;
}

.catalog-block a:hover span {
    color: #048CCB;
    transform: translateY(8px);
}

.why-we {
    margin-top: 45px;
}

.why-we h2 {
    margin-bottom: 40px;
}

.why-we .why-we-img img {
    display: block;
    margin: 0 auto;
}

.why-we p {
    margin-bottom: 30px;
    margin-top: 15px;
}

.why-we-achievement {
    margin-top: 50px;
}

.why-we-achievement-item {
    margin-bottom: 25px;
}

.why-we-achievement-item strong {
    font-size: 50px;
    color: #048CCB;
    display: block;
    line-height: 90%;
    margin-bottom: 5px;
}

.why-we-achievement-item span {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    display: block;
    line-height: 100%;
}

.why-we-achievement-item img {
    display: block;
    margin: 0 auto;
    max-width: 68px;
}

.product-months {
    margin-top: 50px;
}

.product-months h2 {
    margin-bottom: 25px;
}

.product-months a {
    display: block;
    background: #E6EFF4;
    transition: .3s;
    min-height: 100%;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 15px;
}

.product-months a:hover {
    background: #ffffff;
    box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 5px 9px 0 rgba(0, 0, 0, 0.17);
}

.product-months a:hover .product-variants-block>span {
    background-color: #E6EFF4;
}

.product-variants-block {
    margin-top: 15px;
}

.product-variants-block>span {
    border-radius: 5px;
    background: #ffffff;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    margin: 3px;
    padding: 0 8px;
}

.product-page-variants-block {}

.product-page-variants-block>span {
    border: 3px solid #048CCB;
    border-radius: 5px;
    background: #E6EFF4;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-right: 15px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.product-page-variants-block>a {
    border: 3px solid transparent;
    border-radius: 5px;
    background: #E6EFF4;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-right: 15px;
    padding: 5px 15px;
    transition: .3s;
    margin-bottom: 15px;
}

.product-page-variants-block>a:hover {
    border: 3px solid #048CCB;
}

.behavior {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    background: rgba(4, 140, 203, 0);
    border-radius: 90px;
    transform: translateY(-49%);
    transition: .3s;
}

.behavior.peace {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #048CCB;
    border-radius: 90px;
    transform: translateY(-49%);
    transition: .3s;
}

.behavior.aggressive {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #EE7925;
    border-radius: 90px;
    transform: translateY(-49%);
    transition: .3s;
    margin-bottom: 0;
}

.behavior.plant {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #00a75b;
    border-radius: 90px;
    transform: translateY(-49%);
    transition: .3s;
    margin-bottom: 0;
}

.product-months a:hover .behavior.peace {
    background: #ffffff;
    color: #048CCB;
}

.product-months a:hover .behavior.aggressive {
    background: #ffffff;
    color: #EE7925;

}

.product-months a:hover .behavior.plant {
    background: #ffffff;
    color: #00a75b;

}

.product-months-name {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    transition: .3s;
    min-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-months a:hover .product-months-name {
    color: #048CCB;
}

.product-months-img {
    overflow: hidden;
    border-radius: 10px;
}

.product-months-img img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    transition: .3s;
    will-change: transform;
}

.product-months a:hover .product-months-img img {
    transform: scale(1.05);
}

.product-months .block-price strong {
    font-size: 22px;
    color: #048CCB;
    padding: 3px 10px;
    border-radius: 11px;
}

.product-months .block-price span {
    text-decoration: line-through;
    color: #929292;
    font-size: 16px;
    display: block;
}

.product-months-item {
    margin-bottom: 25px;
    position: relative;
}

.sale-product {
    position: relative;
}

.new-one-product {
    position: relative;
}

.product-label {
    position: absolute;
    top: 18px;
    left: 30px;
}



.product-in-line {
    padding-bottom: 80px;
}

.product-in-line .product-months-item {
    margin-bottom: 10px;
}


.product-in-line.product-months {
    margin-top: 0;
}


.product-in-line .product-months-item>div {
    min-height: 100%;
    background: #E6EFF4;
    border-radius: 10px;
    padding: 10px;
}


.product-in-line .product-months-name {
    display: block;
    margin-bottom: 0;
    text-align: left;
    color: #000000;
    font-size: 14px;
    transition: .3s;
    min-height: auto;
    padding-left: 8px;
    padding-right: 5px;
    line-height: 105%;
    padding-bottom: 0;
}

.product-in-line .product-months-name:hover {
    color: #EE7925;
    background: none;
    transform: translate(0%);
    box-shadow: none;

}

.product-in-line .product-months-img:hover {
    transform: scale(1.05);

}

.product-in-line .product-variants-block {
    margin-top: 0;
    padding-left: 0;
    text-align: left;
}

.product-in-line .product-months-img {
    position: relative;
    overflow: unset;
    transition: .3s;
}

.product-in-line .behavior {
    position: static;
    padding: 0 7px;
    transform: translate(0, 0);
    margin: 0;
    font-size: 10px;
}

.product-in-line .behavior.aggressive {
    position: static;
    padding: 0 7px;
    transform: translate(0, 0);
    margin: 0;
    font-size: 10px;
}

.product-in-line .product-months-img a {
    padding: 0;
}


.product-in-line .behavior.peace {
    position: static;
    padding: 0 7px;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0;
    font-size: 10px;
}

.product-in-line .behavior.plant {
    position: static;
    padding: 0 7px;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0;
    font-size: 10px;
}


.product-in-line .block-price strong {
    font-size: 16px;
    color: #048CCB;
    padding: 0;
    border-radius: 0;
}

.amount-product span {
    color: #000000;
    font-size: 13px;
}

.amount-product .count-input {
    background: #baced9;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px auto 0 auto;
}

.amount-product .count-input input {
    background: #baced9;
}

.amount-product .shopping-cart-count img {
    padding: 7px 8px;
    display: inline-block;
    background: #ffffff;
    transition: .3s;
    margin: 0 9px;
    width: 33px;
    border-radius: 10px;
}

.amount-product .shopping-cart-count input {
    text-align: center;
    background: #ffffff;
    border: 0;
    width: 85px;
    display: inline-block;
    outline: none;
    font-size: 15px;
    color: #048CCB;
    font-weight: 800;
    border-radius: 10px;
}

.product-in-line .btn-buy {
    padding: 7px 35px;
    background: #048CCB;
    color: #ffffff;
    font-size: 13px;
    border-radius: 16px;
    display: inline-block !important;
}

.btn-buy {
    padding: 7px 35px;
    background: #048CCB;
    color: #ffffff;
    font-size: 13px;
    border-radius: 16px;
    display: inline-block !important;
}

.product-in-line .btn-buy:hover {
    background: #EE7925;

}

.btn-buy:hover {
    background: #EE7925;

}

.product-in-table .product-months-name {
    min-height: auto;
}

.product-in-table .behavior {
    position: static;
    transform: translate(0);
}

.product-in-table .behavior.aggressive {
    position: static;
    transform: translate(0);
    margin-bottom: 0;
}

.product-in-table .behavior.peace {
    position: static;
    transform: translate(0);
}

.product-in-table .behavior.plant {
    position: static;
    transform: translate(0);
}

.product-in-table tr {
    text-align: center;
}

.product-in-table table {
    border: 1px solid #eeeeee;
}

.product-in-table thead tr th {
    background: #c9dde7 !important;
    padding-top: 15px;
    padding-bottom: 15px;

}

.product-in-table .count-input {
    padding-top: 0;
    padding-bottom: 0;
    background: #baced9;
}

.product-in-table .count-input input {
    padding-top: 0;
    padding-bottom: 0;
    background: #baced9;
}


.product-in-table table {
    background: #E6EFF4;
}

.product-in-table table th {
    background: #ffffff;
}

.product-in-table table td {
    background: #ffffff;
}

.product-in-table tr:nth-child(even) td,
.product-in-table tr:nth-child(even) th {
    background: #e4edf3;
}

.product-in-table .separate-row {
    background: #4f869f !important;
    color: #ffffff !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
}

@media(min-width: 425px) {}

@media(min-width: 576px) {

    .amount-product .count-input {
        max-width: 100%;
    }

    .amount-product .count-input {
        margin: 0 auto 0 auto;
    }
}

@media(max-width: 767px) {
    #buy {
        padding: 18px;
    }

    #buy:hover {
        background-color: #048CCB;
        transform: none;
    }
}

@media(min-width: 768px) {

    .product-in-line .btn-buy {
        padding: 7px 28px;
    }
}

@media(max-width: 1199px) {
    .nav-item .nav-link {
        font-size: 12px !important;
    }
}

@media(min-width: 992px) {


    .product-in-line {
        display: flex;
        justify-content: center;
    }

    .product-in-line .btn-buy {
        padding: 7px 43px;
    }

    .product-in-line.product-in-table {
        display: flex;
        justify-content: center;
    }
}

@media(min-width: 1200px) {
    .product-in-line {
        display: flex;
        justify-content: center;
    }

    .product-in-line .btn-buy {
        padding: 7px 54px;
        font-size: 16px;
    }

    .product-in-line .amount-product {
        padding-left: 20px;
    }

}

@media(min-width: 1440px) {

    .product-in-line {

        display: flex;
        justify-content: center;
    }

    .product-in-line .product-months-name {

        font-size: 16px;

    }

    .product-in-line .product-variants-block>span {
        font-size: 15px;

    }

    .product-in-line .behavior {
        font-size: 14px;
        padding: 4px 15px;
    }

    .product-in-line .behavior.aggressive {
        font-size: 14px;
        font-weight: 400;
        padding: 4px 15px;
    }

    .product-in-line .behavior.peace {
        font-size: 14px;
        padding: 4px 15px;
    }

    .product-in-line .behavior.plant {
        font-size: 14px;
        padding: 4px 15px;
    }

    .product-in-line .block-price strong {
        font-size: 18px;
    }

    .product-in-line .btn-buy {
        padding: 7px 60px;
        font-size: 16px;
    }

    .product-in-line .amount-product {
        padding-left: 30px;
    }

    .product-in-line .product-months-name {
        padding-left: 13px;

    }

}

@media(min-width: 1600px) {

    .product-in-line {
        display: flex;
        justify-content: center;
    }

}

.label-sale {
    font-size: 13px;
    padding: 5px 15px;
    background: #d32f2f;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    line-height: 90%;
    font-weight: 400;
}

.label-top {
    font-size: 13px;
    padding: 5px 15px;
    background: #EE7925;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    line-height: 90%;
    font-weight: 400;
}

.label-new {
    font-size: 13px;
    padding: 5px 15px;
    background: #2FCB04;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    line-height: 90%;
    font-weight: 400;
}

.useful-information {
    margin-top: 50px;
    margin-bottom: 30px;
}

.useful-information h2 {
    margin-bottom: 25px;
}

.useful-information-item {
    margin-bottom: 25px;
}

.useful-information-img {
    overflow: hidden;
    border-radius: 10px;
    will-change: transform;
}

.blog-date {
    margin-top: 15px;
}

.blog-date-type {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    background: #ddeaf1;
    border-radius: 90px;
    transition: .3s;
}

.blog-date-type:hover {
    cursor: pointer;
    background: #95d6f9;

}

.blog-date-type.type-active {

    background: #95d6f9 !important;

}


.blog-date-type.news-type {
    background: #048CCB;
    color: #ffffff;
}

.blog-date-type.article-type {
    background: #EE7925;
    color: #ffffff;
}


.blog-date-day {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.useful-information-img img {
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    transition: .3s;
    will-change: translate;
}

.useful-information-item a:hover img {
    transform: scale(1.05);
}

.useful-information strong {
    display: block;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
    min-height: 55px;
    transition: .3s;
}

.useful-information p {
    font-size: 15px;
    color: #000000;
}

.useful-information-item a {
    display: block;
    min-height: 100%;
    transition: .3s;
}

.useful-information-item a:hover strong {
    color: #048CCB;
}

footer {
    background: #132C38;
    padding-top: 60px;
    color: #ffffff;
    padding-bottom: 10px;
}

.footer-logo {
    display: block;
    transition: .3s;
    margin-bottom: 28px;
}

.footer-logo:hover {
    transform: translateY(-3px);
}

.footer-logo img {
    max-width: 255px;
}

.footer-bottom {
    padding-bottom: 5px;
    margin-top: 10px;
    padding-top: 5px;
}

.footer-bottom>div {
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu a,
.footer-login-btn {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .3s;
    font-weight: 500;
    font-size: 16px;
}

.footer-menu a:hover,
.footer-login-btn:hover {
    color: #39aade;
}

footer .follow a {
    display: inline-block;
    transition: .3s;
    margin-right: 5px;
}

footer .follow a:last-child {
    margin-right: 0;
}

footer .follow a:hover {
    transform: translateY(-3px);
}

.footer-bottom .footer-menu ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-bottom .footer-menu ul li {
    margin-right: 10px;
    display: inline-block;
}

.footer-developer span {
    font-weight: 300;
    color: rgba(244, 241, 233, .5);
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.footer-developer span a {
    transition: .3s;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 5px;

}

.footer-developer span a img {
    margin-top: -5px;

}

.footer-developer span a:hover {
    transition: .3s;
    transform: translateY(-3px);
}

.footer-menu .btn-main {
    padding: 10px 30px;
    margin-top: 1px;
}

.footer-menu .btn-main:hover {
    color: #ffffff;
}

.footer-menu p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
}

.footer-phone a {
    font-weight: 300;
}

.footer-menu-bottom {
    margin-top: 10px;
}

.footer-menu-bottom span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 5px;
}

.footer-menu-bottom a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.42);
    font-weight: 300;
    transition: .3s;
    margin-bottom: 5px;
}

.footer-menu-bottom a:hover {
    color: rgba(255, 255, 255, 0.6);

}

.heart {
    text-align: center;
}

.actual-info-item {
    margin-bottom: 5px;
}

.heart:hover {
    cursor: pointer;
}

.heart img {
    display: block;
    margin: 0 0 0 auto;
}

@media(min-width: 768px) {

    h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 36px;
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #f7f9fb;
    }

    .menu-social {
        border: none;
        padding-top: 0;
        margin-top: 0;
    }

    .banner {
        padding-bottom: 10px;
    }

    .banner h1 {
        margin-top: 0;
        font-size: 30px;
    }

    .banner-img {
        min-height: 600px;
    }


    .banner-text {
        margin-bottom: 0;
    }

    .banner-text h1 {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-text p {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog {
        margin-top: 75px;
    }

    .why-we h2 {
        text-align: left;
        margin-top: 40px;
    }

    .footer-bottom .footer-menu ul li {
        display: block;
    }

}

@media(min-width: 992px) {

    h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .offcanvas {
        background: transparent !important;
        background-size: unset;
    }

    .offcanvas-body {
        background: transparent;
    }

    .nav-item .nav-link {
        font-size: 14px;
        margin-right: 2px;
        border-top: none;
        padding: 7px !important;
    }

    .nav-item .nav-link:last-child {
        border-bottom: none;
    }

    .menu-phone img {
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 10px;
        transform: translateY(-2px);
    }

    .menu-social-xs {
        width: auto;
    }

    .btn-main,
    .btn-inactive {
        font-size: 16px;
    }

    .banner h1 {
        font-size: 37px;
    }

    .footer-bottom .footer-menu ul li {
        display: inline-block;
    }

    .menu-phone a {
        margin-left: 10px;
        font-size: 14px;
    }

    .login-btn {
        width: 165px;
        font-size: 14px;
    }

    .menu-phone a {
        margin-left: 0;
        min-width: 140px;
    }

    .menu-logo {
        max-width: 100px;
    }

    .why-we {
        margin-top: 80px;
    }

    .why-we h2 {
        text-align: left;
        margin-top: 0;
    }

    .why-we-achievement {
        margin-top: 80px;
    }

    .why-we-achievement-item {
        margin-bottom: 40px;
    }

    .why-we-achievement-item strong {
        margin-left: 5px;
    }

    .why-we-achievement-item span {
        margin-left: 5px;
    }

    .product-months {
        margin-top: 40px;
    }

    .useful-information {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .nav-item:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        width: 0;
        height: 0;
        background: none;
        background-size: contain;
        transform: translateY(-50%);
    }

    .footer-menu-bottom {
        margin-top: 20px;
    }

    .count-input input {
        width: 70px;
    }
}

@media(min-width: 1200px) {

    .banner-img {
        min-height: 700px;
    }

    .banner h1 {
        font-size: 43px;
    }

    .nav-item .nav-link {
        font-size: 15px;
        margin-right: 4px;
        border-top: none;
        padding: 7px !important;
    }

    .menu-phone a {
        margin-left: 10px;
        font-size: 16px;
    }

    .login-btn {
        width: 185px;
        font-size: 16px;
    }

    .menu-phone a {
        margin-left: 5px;
        min-width: 140px;
        margin-right: 15px;
    }

    .menu-phone a {
        margin-left: 0;
    }

    .menu-phone img {
        margin-left: 20px;
    }

    .menu-logo {
        max-width: 140px;
    }

    .why-we-achievement-item strong {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .why-we-achievement-item span {
        font-size: 20px;
        margin-left: 0;
    }

    .why-we-achievement-item strong {
        margin-left: 0;
    }

    .why-we-achievement-item img {
        max-width: 100px;
    }

    .count-input input {
        width: 90px;
    }

}

@media(min-width: 1440px) {

    h1 {
        font-size: 46px;
    }

    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;

    }

    .nav-item .nav-link {
        margin-right: 20px;
    }

    .banner h1 {
        font-size: 46px;
        width: 79%;
    }

    .banner-img-text {
        width: 80%;
    }

    .menu-phone {
        margin-right: 25px;
        margin-left: 25px;
    }

    .catalog {
        width: 90%;
    }

    .useful-information strong {
        min-height: 35px;
    }

    footer {
        padding-top: 80px;

    }
}

@media(min-width: 1900px) {

    .catalog {
        width: 80%;
    }
}

/* Catalog page */
.breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.breadcrumb li a:hover {
    color: #048CCB;
}

.breadcrumb li span {
    color: #048CCB;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}

@media (min-width:768px) {

    .breadcrumb li a,
    .breadcrumb li span {
        font-size: 16px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
    }
}

/* Sub Catalog page */

.catalog-wrap.sub-catalog .catalog-block>div {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    min-height: 100%;
    transition: .3s;
    border: 3px solid transparent;
}

.catalog-wrap.sub-catalog .catalog-block>div:hover {
    background: #ffffff;
    border: 3px solid #ffc107;
}

.catalog-wrap.sub-catalog .catalog-block>div a {
    display: block;
}

.catalog-wrap.sub-catalog .catalog-block>div a img {
    display: block;
    margin: 0 auto;
    transition: .3s;
    border-radius: 15px;
}

.catalog-wrap.sub-catalog .catalog-block>div a:hover img {
    transform: translateY(-3px) scale(1.01);
}

.catalog-wrap.sub-catalog .catalog-block>div a h3 {
    transition: .3s;
    min-height: 40px;
    font-size: 16px;
    margin-top: 20px;
}

.catalog-wrap.sub-catalog .catalog-block>div a:hover h3 {
    color: #f1b600;
}

.catalog-wrap.sub-catalog .catalog-block>div .btn-catalog {
    transition: .3s;
    padding: 7px 49px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    border-radius: 26px;
    background: #29748c;
}

.catalog-wrap.sub-catalog .catalog-block>div .btn-catalog:hover {
    cursor: pointer;
    color: #ffc107;
    background: #29748c;
}

.catalog-wrap.sub-catalog .catalog {
    width: 100%;
}

.count-input {
    background: #E6EFF4;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.count-input input {
    text-align: center;
    border: 0;
    width: 50px;
    display: inline-block;
    font-style: normal;
    outline: none;
    font-size: 15px;
    color: rgba(34, 74, 104, 1);
    font-weight: 600;
    min-height: 40px;
    background: #E6EFF4;
}

.count-input img {
    display: inline-block;
    transition: .3s;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.count-input img:hover {
    cursor: pointer;

}

.btn-catalog img {
    width: 30px;
    height: 30px;
}

.catalog-wrap.sub-catalog .catalog-block span {
    display: block;
    color: rgba(43, 47, 50, 0.42);
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 20px;
}

.catalog-wrap.sub-catalog .retail-price {
    color: rgba(54, 71, 87, 0.4);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;

}

.catalog-wrap.sub-catalog .price strong {
    color: rgba(41, 116, 140, 0.7);
    font-size: 18px;
    font-weight: 600;
    display: inline;
}

.catalog-wrap.sub-catalog .price {
    color: rgba(41, 116, 140, 1);
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
}


@media(min-width: 1400px) {
    .catalog-wrap.sub-catalog .catalog-block>div .btn-catalog {
        padding: 7px 45px;
    }
}


/*Product page*/

.product-page {
    margin-top: 5px;
}

.product-page-img a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transform: translate(0) perspective(1px);
    transition: .2s;
}

.product-page-img a img {
    transform: translate(0) scale(1.0) perspective(1px);
    transition: .2s;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.product-page-img a:hover img {
    transform: translate(0) scale(1.05);
}

.product-page-info .header-block {
    margin-top: 20px;
}

.product-page-info .product-page-article-number {
    font-size: 11px;
    font-weight: 500;
    color: #A1ABB2;
}

.product-page-info .header-block {
    margin-bottom: 5px;
}

.product-page-info .actual-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-page-info h3 {
    color: #353948;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

.product-page-info p {
    font-size: 12px;
    color: #353948;
    font-weight: 400;
}

.product-page-text-top strong,
.product-page-text-top p strong {
    color: #353948;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px;
}

.product-page-text-top p {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}

.product-page-text h2,
.product-page-text h3 {
    color: #048CCB;
    font-size: 16px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 8px;
}

.product-page-text p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 180%;
}

.product-page-text ul li p {
    margin-bottom: 0;
}

.product-page-text table {
    border: 0;
    margin-bottom: 30px;
    width: 100% !important;
}

.product-page-text table tr {
    border-bottom: 1px solid #CFD8E0;
}

.product-page-text table td {
    padding-top: 15px;
    padding-bottom: 5px;
}

.product-page-text table tr:first-child td {
    padding-top: 0;
}

.product-page-text-item {
    border-bottom: 1px solid #CFD8E0;
}

.product-page-text-item p {
    margin-bottom: 5px;
    margin-top: 15px;
}

.product-page-text-item p:last-child {
    text-align: right;
    font-weight: 700;
}

.product-page-info .actual-availability {
    font-size: 12px;
}

.product-page-info .actual-not-availability {
    font-size: 12px;
}

.actual-order-availability {
    position: relative;
    display: block;
    color: #FF0000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

.product-page-info .actual-order-availability {
    font-size: 14px;
}

.product-page {
    padding-bottom: 50px;
}

.product-page .contact-manager-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-page .contact-manager {
    background: rgba(239, 245, 254, 1);
    border-radius: 10px;
}

.product-video {
    margin-top: 40px;
}

.product-page-info h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.aggressive {
    display: inline-block !important;
    padding: 2px 10px;
    border-radius: 25px;
    background: #E6EFF4;
    color: #000000;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.product-page-price {
    font-size: 22px;
    font-weight: 700;
    color: #048CCB;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-page-price span {
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
    color: #929292;
    font-size: 18px;
}


@media(min-width: 768px) {

    .aggressive {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .product-page-info h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .product-page-info .header-block {
        margin-top: 0;
    }

}

@media(min-width: 992px) {}

@media(min-width: 1200px) {

    .product-page {
        padding-bottom: 50px;
    }
}

.sort {
    padding: 20px;
    background: #29748c;
    display: inline-block;
    transition: .3s;
    border-radius: 25px;
}

.sort:hover {
    cursor: pointer;
}

.sort img {
    display: block;
    height: 30px;
    width: 30px;
}

.menu-language {
    margin-left: 10px;
}

.menu-language span {
    display: inline-block;
    color: #000000;
    padding: 3px;
    transition: .3s;
}

.menu-language span:hover {
    color: #048CCB;
    cursor: pointer;
}

.lang-active {
    color: #048CCB !important;
}

.dump {
    background-color: #0402ac;
    border: 0;
    border-radius: 0;
    color: #54fefc;
    font-size: 14px;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
}

.modal-content {
    border: none !important;
}

.modal-content .btn-primary {
    background-color: #048CCB;
    border: none !important;
    transition: .3s;
}

.modal-content .btn-primary:hover {
    background: #5cc4e7;
    cursor: pointer;
    transform: translateY(-3px);
}

.modal-content .btn-secondary {
    border: none !important;
    transition: .3s;
}

.modal-content .btn-secondary:hover {
    cursor: pointer;
    transform: translateY(-3px);
}

.form-control:focus {
    box-shadow: none;
    border-color: #048CCB;
}

.modal-link {
    display: inline-block;
    color: #048CCB;
    font-size: 14px;
    transition: .3s;
}

.modal-link:hover {
    cursor: pointer;
    text-decoration: underline;
    transform: translateY(-2px);
}

#login-form-btn,
#reg-form-btn,
#forgot-pass-form-btn {
    padding: 10px 20px;
}

.none {
    display: none;
}

#reg-form-sent {
    padding: 30px 0;
    text-align: center;
}

.content-page h1 {
    font-size: 26px;
    color: #048CCB;
    margin-bottom: 30px;
    margin-top: 20px;
}

.content-page img {
    margin-bottom: 15px;
    max-width: 100%;
}

.content-page h2,
.content-page h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 8px;
}

.content-page p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 180%;
}

.content-page ul li p {
    margin-bottom: 0;
}

/* Shopping cart */

.shopping-cart-page>div {
    border-top: 1px solid #EE7925;
}

.shopping-cart-links {
    margin-top: 20px;
    border: 0 !important;
}

.shopping-cart-page>div>h2 {
    padding-left: 15px;
    color: #048CCB;
    background: rgba(67, 162, 54, .05);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon-count {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -5px;
}

.shopping-cart-icon-count span {
    color: #048CCB;
    font-size: 14px;
    font-weight: 900;
    transform: translate(4px, -2px);
    display: inline-block;
}

.shopping-cart-item {
    padding: 6px 10px 26px 10px;
    border-bottom: 1px solid #EE7925;
    position: relative;
}

.shopping-cart-item:nth-child(odd) {}

.shopping-cart-row {
    position: relative;
}

.shopping-cart-row span {
    font-size: 11px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color: #000000;
}

.shopping-cart-row strong {
    font-size: 11px;
    display: block;
    text-align: center;
    color: #048CCB;
}

.delete-product {
    transition: .3s;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 10px
}

.delete-product:hover {
    opacity: .7;
    cursor: pointer;
    transform: rotate(-90deg);
}

.shopping-cart-img>div {
    display: block;
}

.shopping-cart-img {
    margin-bottom: 5px;
}

.cart-img-link {
    transition: .3s;
}

.cart-img-link:hover {
    opacity: .7;
}

.shopping-cart-text-block .text-block-h2 {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #048CCB;
    transition: .3s;
    text-align: left;
}

.shopping-cart-text-block .text-block-h2:hover {
    opacity: .6;
    text-decoration: none;
}

.shopping-cart-text-block>strong {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    display: block;
    text-align: left;
}

.shopping-cart-text-block>p {
    text-align: left;
}

.shopping-cart-text-block a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    transition: .3s;
}

.shopping-cart-text-block a:hover {
    color: #048CCB;
    text-decoration: none;
}

.shopping-cart-text-block p>strong {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 900;
}

.shopping-cart-count {
    background: transparent;
    padding: 0 0;
    border-radius: 23px;
    display: inline-block;
    width: auto;
    border: 0;
}

.shopping-cart-count input {
    text-align: center;
    background: transparent;
    border: 0;
    width: 50px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    color: #048CCB;
    font-weight: 800;
}

.shopping-cart-count img {
    padding: 3px 5px;
    display: inline-block;
    background: transparent;
    transition: .3s;
}

.shopping-cart-count img:hover {
    cursor: pointer;
    transform: translate(2px);
}

.shopping-cart-count img:first-child {
    transform: rotate(180deg);
}

.shopping-cart-count img:hover:first-child {
    cursor: pointer;
    transform: rotate(180deg) translate(2px);
}

.shopping-cart-price strong {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #048CCB;
}

.shopping-cart-final-price {
    margin-top: 30px;
    margin-bottom: 10px;
}

.final-price-block {
    background: #ffffff;
    display: block;
}

.final-price-block h2 {
    color: #048CCB;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.final-price-block strong {
    color: #048CCB;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

.shopping-cart-links {
    margin-bottom: 30px;
}

.shopping-cart-count img {
    width: 22px;
}

.delete-product img {
    width: 15px;
    height: 15px;
}

.btn-return-buy-left-arrow {
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 0;
    text-decoration: none;
    transition: .3s;
    border-bottom: 1px solid #000000;
}

.btn-return-buy-left-arrow:hover {
    color: #048CCB;
    text-decoration: none;
    border-bottom: 1px solid #048CCB;
}

.shopping-cart-img-block img {
    width: 120px;
}

.price-shopping h2 {
    display: inline-block;
    font-size: 16px;
}

.price-shopping strong {
    display: inline-block;
    font-size: 16px;
}

.shopping-cart-final-price {
    margin-top: 10px;
}

.final-price-block {
    background: #fafafa;
    padding: 35px 35px 40px 35px;
}

.final-price-block span {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.final-price-block strong {
    display: inline-block;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
}

.final-price-block .shopping-cart-final-price {
    margin-top: 0;
}

.final-price-block .btn-main,
.final-price-block .btn-inactive {
    padding: 12px 20px 12px 20px;
}

.shopping-cart-page .shopping-type {
    margin-top: 50px;
}

.shopping-cart-links {
    position: relative;
}

.shopping-final-page {
    margin-bottom: 50px;
}

.shopping-final-page h2 {
    font-weight: 600;
    font-size: 20px;
}

@media (min-width: 768px) {
    .shopping-cart-row strong {
        font-size: 13px;
    }


    .shopping-cart-row span {
        font-size: 12px;
    }


}

@media (min-width: 992px) {

    .shopping-cart-row {
        border-bottom: 0;
    }

    .shopping-cart-row span {
        font-size: 14px;
    }

    .shopping-cart-row strong {
        font-size: 14px;
    }

    .shopping-cart-row input {
        font-size: 14px;
    }

    .shopping-cart-row a {
        font-size: 16px;
    }



}

@media (min-width: 1200px) {

    .steps-text-left {
        margin-top: 0;
        margin-bottom: 0;
    }

    .shopping-cart-row a {
        font-size: 18px;
    }

    .shopping-cart-row strong {
        font-size: 16px;
    }

    .shopping-cart-row input {
        font-size: 16px;
    }

}

@media(min-width: 1400px) {}

#checkout-details {
    background-color: #fafafa;
    padding: 30px;
}

#checkout-details h3 {
    color: #048CCB;
}

#checkout-details hr {
    height: 1px;
    color: #cccccc;
}

#checkout-details table {
    width: 100%;
}

#checkout-details table tr td {
    font-weight: bold;
    padding: 5px 0;
}

#checkout-details table tr td:last-child {
    color: #048CCB;
    font-size: 20px;
    text-align: right;
}

#checkout-details .btn-main {
    font-size: 16px;
    padding: 12px 20px 12px 20px;
}

.red {
    color: red !important;
}


.manager-item .manager-avatar {
    float: left;
    margin-right: 20px;

}

.manager-item .manager-avatar img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    height: 80px;
    width: 80px;
    display: block;
}

.manager-name {
    color: #048CCB;
    font-size: 18px;
    margin-bottom: 0;
}

#cart-minimal-order-warning {
    font-size: 14px;
}

/*For partners page*/

.collab-card {
    background-color: #ebf5ff;
    padding: 40px 25px;
    border-radius: 16px;
    overflow: hidden;
}

.collab-step {
    position: relative;
    padding-left: 35px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.collab-step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 0;
    border-left: 3px dashed #048CCB;
    opacity: 0.4;
}

.collab-step:last-child {
    padding-bottom: 0;
}

.step-num {
    font-size: 44px;
    font-weight: 800;
    color: #048CCB;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.collab-card .step-text {
    font-size: 14px;
    font-weight: 500;
    color: #2d3436;
    line-height: 1.4;
    margin: 0;
    padding: 0 12px;
}

.faq {
    margin-top: 60px;
    position: relative;
}

.faq:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.custom-faq {
    border-radius: 20px;
    padding: 0;
}

.custom-item {
    background-color: white !important;
    border: 2px solid #dceeff !important;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-button {
    padding: 15px;
    background-color: transparent !important;
    box-shadow: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.faq-step-number {
    color: #048CCB;
    font-size: 1.8rem;
    font-weight: 800;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1;
}

.faq-step-text {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    flex: 1;
    padding-right: 10px;
}

.accordion-button::after {
    content: '+';
    background-image: none !important;
    justify-content: center;
    font-size: 45px;
    font-weight: 300;
    color: #048CCB;
    width: 50px;
    height: 50px;
    transition: transform 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: center;
    display: flex;
    align-items: center;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    transform-origin: center;
}

.accordion-body {
    padding: 0 15px 20px 15px;
    color: #048CCB;
    font-size: 0.95rem;
}

.contacts-block {
    background: rgba(84, 116, 149, 0.09) repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}


@keyframes contacts-parallax {
    0% {
        background-size: 110% auto;
        background-position: center 40%;
    }

    100% {
        /* Картинка повільно збільшується та зміщується вниз */
        background-size: 118% auto;
        background-position: center 60%;
    }
}

.contacts-block {
    margin-top: 80px;
}

.contacts-block h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-item-row {
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 10px;
}

.contact-item-row> {
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 10px;
}

.contact-content {
    background: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 30px 20px 25px 20px;
    min-height: 100%;
}

.contact-icon-box {
    color: #048CCB;
    font-size: 2.5rem;
    min-width: 70px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.contact-content img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 5px;
    transform: translateY(-2px);
}

.contact-item-row .contact-content h3 {
    font-weight: 800;
    color: #333;
    margin-bottom: 12px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 90%;
}

.contact-details p {
    margin-bottom: 5px;
    color: #555;
}

.contact-details a {
    color: #048CCB;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    font-size: 14px;
}

.contact-details a:hover {
    color: #333333;
}

.map-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #4f5760;
    color: #ffffff !important;
    border-radius: 6px;
    font-size: 14px;
    transition: .3s;
}

.map-btn:hover {
    background: #048CCB;
    color: #ffffff !important;
}

.contact-item-map {
    border-radius: 6px;
}

.social-links-grid {
    margin-top: 10px;
}

.social-links-grid a {
    padding: 8px 10px;
    font-size: 14px;
    color: #333333;
    transition: .3s;
    display: inline-block;
}

.social-links-grid a:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .contact-item-row {
        flex-direction: column;
        /* На мобілках іконка над текстом */
    }

    .contact-icon-box {
        margin-bottom: 15px;
        justify-content: flex-start;
    }

}

@media (min-width: 768px) {

    .social-links-grid a {
        display: inline-block;
        width: auto;
    }

    .custom-faq {
        padding: 0;
    }

    .accordion-button {
        padding: 25px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .faq-step-number {
        width: auto;
        min-width: 60px;
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 2.2rem;
    }

    .faq-step-text {
        font-size: 1.1rem;
    }

    .accordion-body {
        padding: 0 25px 30px 105px;
        font-size: 1.05rem;
    }

    .accordion-button::after {

        margin-top: 0;
        width: 40px;
        height: 40px;
        color: rgba(51, 51, 51, 0.78);
        top: 8px;
        right: 10px;
    }

    .collab-card {
        padding: 60px 50px;
    }

    .collab-step {
        padding-left: 0;
        padding-bottom: 0;
    }

    .collab-step::before {
        display: none;
    }

    .collab-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 22px;
        left: 80px;
        right: 20px;
        height: 0;
        border-top: 3px dashed #048CCB;
        opacity: 0.4;
    }

    .step-num {
        font-size: 54px;
        margin-bottom: 25px;
    }

    .step-text {
        max-width: 250px;
    }

    .collab-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 22px;
        left: 120px;
        right: 40px;
        height: 0;
        border-top: 3px dashed #048CCB;
        opacity: 0.4;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    /*.contacts-img {
        min-height: 100%;
        background-size: 110% auto;
        background-position: center 10%;
        background-repeat: no-repeat;
        animation: contacts-parallax 20s linear infinite alternate;
        margin-top: 0;
        position: relative;
        z-index: 0;

    }*/

    .faq {
        margin-top: 80px;
    }

}


/*Payment and delivery page*/
.category-title {
    font-weight: 900;
    color: rgb(26, 46, 68);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    border-left: 6px solid #38b6ff;
    padding-left: 15px;
}

.info-block-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    position: relative;
    height: 100%;
}

.info-block-card p {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.main-card {
    min-height: 350px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 30px;
    background: #2d8fbd;

}

.badge-step {
    background: #005e8b;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.main-card h3 {
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.price-note {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    font-size: 16px;
    border: 4px solid rgba(255, 255, 255, 0.24);
}

.packing-card {
    background: #002d5d;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.aquarium-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 20% 20%, rgb(40, 161, 217) 0%, #021f3b 100%);
    overflow: hidden;
}

.aquarium-text {
    position: relative;
    z-index: 5 !important;
    color: #ffffff;
    padding: 30px;
}

.aquarium-text h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;

}

.aquarium-text p {
    font-weight: 300;
    font-size: 16px;
}

.fish {
    position: absolute;
    width: 80px;
    opacity: 0.3;
    pointer-events: none;
}

.fish-1 {
    top: 10%;
    animation: swim_v1 15s linear infinite;
}

.fish-2 {
    top: 25%;
    animation: swim_v1 12s linear infinite reverse;

}

.fish-3 {
    top: 45%;
    width: 60px;
    animation: swim_v1 20s linear infinite;
}

@keyframes swim_v1 {
    0% {
        left: -100px;
        transform: scaleX(1) rotate(0deg);
    }

    49% {
        transform: scaleX(1) rotate(-12deg);
    }

    50% {
        left: 110%;
        transform: scaleX(-1) rotate(8deg);
    }

    /* Розвертаємо в кінці */
    99% {
        transform: scaleX(-1) rotate(-10deg);
    }

    100% {
        left: -100px;
        transform: scaleX(1) rotate(0deg);
    }
}

.reception-card {
    background: linear-gradient(135deg, #021f3b 0%, rgb(40, 161, 217) 100%);
    color: #ffffff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.reception-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.payment {
    padding-top: 60px;
}

.info-block-card.reception-card {
    margin-top: 30px;
}

.info-block-card.reception-card h3 {
    font-weight: 900;
    color: #ffffff;
}

.info-block-card.payment-card h3 {

    font-weight: 800;
    color: #2b2b2b;
}

.info-block-card.order-execution-card h3 {
    font-weight: 800;
    color: #2b2b2b;
}

.payment-card {
    padding: 0 10px 1px 1px;
    background: #ffffff;
    margin-bottom: 0;
}

.tip-box {
    background: #eef7ff;
    padding: 20px;
    border-radius: 15px;
    border: 4px solid rgba(4, 140, 203, 0.3);
}

.order-execution-card {
    padding: 35px;
    border: 2px solid #dceeff;
}

.delivery-faq {
    padding-top: 60px;
    padding-bottom: 60px;
}

.reception-visual {
    font-size: 60px;
    font-weight: 900;
    opacity: 0.07;
    position: absolute;
    right: -14px;
    bottom: -12px;
    user-select: none;
    letter-spacing: -5px;
}

@media (max-width: 767px) {

    .reception-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 768px) {

    .category-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .main-card {
        padding: 60px;
        min-height: 450px;
    }

    .main-card h3 {
        font-size: 30px;
    }

    .reception-card {
        padding: 60px;
    }

    .reception-visual {
        font-size: 115px;
        right: -57px;
        bottom: -47px;
    }

    .fish {
        width: 100px;
    }
}

@media (min-width: 992px) {

    .info-block-card h3 {
        font-size: 26px;
        font-weight: 900;
    }

    .info-block-card p {
        font-size: 20px;
        font-weight: 300;
    }

    .aquarium-text h3 {
        font-size: 25px;
        font-weight: 700;
    }

    .aquarium-text p {
        font-size: 18px;
        font-weight: 300;
    }

    .reception-visual {
        font-size: 157px;
    }

}

@media (min-width: 1200px) {

    .reception-visual {
        font-size: 185px;
    }

}

@media (min-width: 1400px) {

    .reception-visual {
        font-size: 216px;
    }

}


/*About us*/
.about-intro {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.about-label {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.about-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #048CCB;
    margin: 0;
}

.about-content-box {
    margin-top: 10px;
}

.about-lead {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 30px;
}

.text-blue {
    color: #048CCB;
}

.about-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 20px;
}


.about-vision-card {
    background-color: #fcfcfc;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid #eeeeee;
    position: relative;
    margin-top: 30px;
}

.about-vision-card p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

.vision-line {
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
    height: 4px;
    background-color: #048CCB;
    border-radius: 4px 4px 0 0;
}


@media (min-width: 992px) {

    .about-main-title {
        font-size: 64px;
    }

    .about-lead {
        font-size: 32px;
        max-width: 90%;
    }

    .about-description p {
        font-size: 18px;
        max-width: 85%;
    }

    .about-vision-card {
        margin-top: 0;
        padding: 60px;
        transform: translateX(20px);
    }

    .about-vision-card p {
        font-size: 20px;
    }
}

/* Анімація появи */
.about-content-box {
    animation: fadeInSlide 1s ease-out forwards;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.history-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Заголовок */
.history-title {
    color: #048CCB;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* Контейнер таймлайну */
.timeline-container {
    position: relative;
    margin: 0 auto;
}

/* Центральна лінія з анімованим градієнтом */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 4px;
    background: linear-gradient(180deg, #cccccc 0%, #048CCB 50%, #cccccc 100%);
    background-size: 100% 200%;
    animation: gradientMove 6s linear infinite;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    z-index: -1;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 200%;
    }
}

/* Окремий елемент історії */
.timeline-item {
    padding: 20px 0;
    width: 50%;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards ease-out;
}

/* Ефект появи */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Зигзаг: кожен другий зліва/справа */
.timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 60px;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: 60px;
    text-align: left;
}

/* Крапки на лінії */
.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 4px solid #048CCB;
    border-radius: 50%;
    top: 40px;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-item:nth-child(odd)::after {
    right: -10px;
}

.timeline-item:nth-child(even)::after {
    left: -10px;
}

/* Контентний блок */
.timeline-content {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(4, 140, 203, 0.1);
    transition: transform 0.3s ease;
}

.timeline-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: grayscale(30%);
    transition: filter 0.4s ease;
}

.timeline-content:hover img {
    filter: grayscale(0%);
}

.timeline-text {
    padding: 20px;
}

.year {
    display: inline-block;
    color: #048CCB;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.timeline-text h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-text p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Особливий блок для 2026 */
.highlight .timeline-content {
    background: linear-gradient(135deg, #048CCB 0%, #036a99 100%);
    color: #ffffff;
}

.highlight .year,
.highlight .timeline-text p {
    color: #ffffff !important;
}


@media (max-width: 768px) {
    .timeline-container::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 50px !important;
        padding-right: 0 !important;
        text-align: left !important;
        left: 0 !important;
    }

    .timeline-item::after {
        left: 21px !important;
    }

    .history-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
}

.philosophy {
    padding: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}

.philosophy-title {
    color: #048CCB;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 24px;
}

.philosophy-intro {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 4px solid #048CCB;
}

/* Карточки с текстом */
.philosophy-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.philosophy-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
}

.philosophy-card.accent {
    background: linear-gradient(135deg, #048CCB 0%, #036a99 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 15px 30px rgba(4, 140, 203, 0.2);
}

.philosophy-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.abstract-shape {
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #048CCB 0%, transparent 99%);
    opacity: 0.4;
    filter: blur(8px);
    animation: pulseShape 6s infinite alternate;
}

.glass-element {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(4, 140, 203, 0.2);
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.glass-text {
    color: #048CCB;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;

}

@keyframes pulseShape {
    0% {
        transform: scale(1) rotate(0deg);
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }

    100% {
        transform: scale(1.3) rotate(-18deg);
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }
}

@media (min-width: 992px) {

    .timeline-text {
        padding: 30px;
    }

    .philosophy {
        padding: 60px 0;
    }

    .philosophy-title {
        font-size: 70px;
    }

    .philosophy-intro {
        font-size: 1.5rem;
        margin-bottom: 60px;
    }

    .philosophy-visual {
        height: auto;
        margin-top: 0;
    }

    .abstract-shape {
        width: 102px;
        height: 102px;
    }

    .glass-element {}

    .philosophy-card:hover {
        transform: translateX(15px);
    }
}

.mission-interactive {
    position: relative;
    padding: 55px 0;
    min-height: 60vh;
    background-color: #021a2c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
}


.water-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #048CCB 0%, #036a99 100%);
    z-index: 1;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300vw;
    height: 300vw;
    background: rgba(255, 255, 255, 0.03);
    margin-left: -150vw;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 30s infinite linear;
    pointer-events: none;
}

.wave.-two {
    animation: drift 32s infinite linear;
    opacity: 0.1;
    background: #048CCB;
}

.wave.-three {
    animation: drift 36.8s infinite linear;
    opacity: 0.1;
    background: #ffffff;
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

.mission-wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
}

.mission-wrapper p {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
}

.mission-wrapper p strong {
    padding: 0;
    border-radius: 20px;
    color: #ff9f6f;
}


.mission-main-text {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 40px;
}

.fluid-text {
    display: block;
    font-size: 42px;
    background: #ffffff;
    /* background-size: 189% auto; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* animation: shine 3s linear infinite; */
    text-transform: uppercase;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.mission-description {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(17px);
    border-radius: 16px;
    border: 6px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    font-size: 20px;
}

.mission-description p {

    font-size: 20px;
    color: #ffffff;
    margin: 0;
    line-height: 150%;
}

@media (min-width: 768px) {
    .mission-main-text {
        font-size: 40px;
    }

    .fluid-text {
        font-size: 60px;
    }


    .mission-description {
        max-width: 700px;
        padding: 40px;
    }

    .mission-description p {
        font-size: 24px;
    }

}

@media (min-width: 992px) {

    .mission-wrapper p {
        font-size: 25px;
        text-align: center;

    }

    .fluid-text {
        font-size: 75px;
    }

}

@media (min-width: 1200px) {

    .mission-interactive {
        padding: 75px 0 85px 0;
        margin-top: 20px;
    }

}

.values-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(84, 116, 149, 0.09);
}

.values-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.values-block-wrap {
    margin-bottom: 25px;
}

.values-block {
    padding: 40px 30px;
    background: #ffffff;
    border: 2px solid rgba(200, 217, 225, 0.17);
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.value-number {
    font-size: 30px;
    font-weight: 700;
    color: #EE7925;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 3px;
}

.value-title {
    font-size: 20px;
    font-weight: 600;
    color: #3a4b55;
    line-height: 150%;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.value-line {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #048CCB, #ffffff);
    transition: width 0.5s ease;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(4, 140, 203, 0.08);
    border-color: rgba(4, 140, 203, 0.2);
}


.values-block:hover .value-title {
    color: #048CCB;
}

.values-block:hover .value-line {
    width: 100%;
}

/* --- DESKTOP (992px+) --- */
@media (min-width: 992px) {
    .values-main-title {
        font-size: 48px;
        margin-bottom: 80px;
    }

    .value-title {
        font-size: 24px;
    }
}

.values-block {
    animation: slideIn 0.8s ease forwards;
    opacity: 0;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Затримка для кожного елемента */
.values-block:nth-child(1) {
    animation-delay: 0.1s;
}

.values-block:nth-child(2) {
    animation-delay: 0.2s;
}

.values-block:nth-child(3) {
    animation-delay: 0.3s;
}

.values-block:nth-child(4) {
    animation-delay: 0.4s;
}

.values-block:nth-child(5) {
    animation-delay: 0.5s;
}


.team-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
    overflow: hidden;
}

.team-info {
    position: relative;
    z-index: 2;
}

.team-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.team-lead {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 30px;
}

.team-count {
    color: #048CCB;
    font-size: 36px;
    font-weight: 900;
    position: relative;
}


.team-specialists {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.spec-tag {
    font-size: 12px;
    font-weight: 900;
    color: #048CCB;
    background-color: rgb(4 140 203 / 2%);
    padding: 22px 25px;
    border-radius: 50px;
    border: 1px solid rgb(4 140 203 / 15%);
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 12px 20px 0 rgb(4 140 203 / 25%);
    margin-bottom: 5px;

}


.team-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}

.team-image-wrapper {
    position: relative;
    padding: 20px;
}

.team-bg-gradient {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, #048CCB, #ffffff);
    filter: blur(40px);
    opacity: 0.2;
    border-radius: 30px;
    animation: pulseGradient 6s infinite alternate ease-in-out;
}

@keyframes pulseGradient {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.1;
    }

    100% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.3;
    }
}

.team-photo-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.team-main-img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.5s ease;
}

.team-main-img:hover {
    filter: grayscale(0%);
}

@media (min-width: 992px) {
    .team-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .team-title {
        font-size: 48px;
    }

    .team-lead {
        font-size: 28px;
    }

    .team-count {
        font-size: 48px;
    }

    .team-desc {
        font-size: 18px;
        max-width: 500px;
    }

    .team-image-wrapper {
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .spec-tag {
        font-size: 14px;
        padding: 29px 30px;
        letter-spacing: 2px;
        margin-bottom: 30px;

    }
}

@media (min-width: 1400px) {
    .spec-tag {
        font-size: 14px;
        padding: 37px 32px;
        letter-spacing: 2px;
    }
}



.benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(84, 116, 149, 0.09);
}

.benefits-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 60px;
}

.benefit-card {
    height: 100%;
    padding: 24px;
    background: #ffffff;
    /* border: 2px solid #e2ecf1; */
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(20px);
    animation: benefitFadeIn 0.8s forwards ease-out;
}


@keyframes benefitFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Акцентні картки */
.benefit-card.highlight {
    background: linear-gradient(135deg, #048CCB 0%, #036a99 100%);
    border: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.benefit-val {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.benefit-card.highlight .benefit-txt {
    color: #ffffff;
    font-weight: 600;
}

.benefit-dot {
    width: 20px;
    height: 20px;
    background-color: #048CCB;
    border-radius: 50%;
    margin-bottom: 12px;
    padding: 6px;
    border: 6px solid #7bbdff;
}

.benefit-txt {
    font-size: 14px;
    font-weight: 800;
    color: #1e4e6b;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.benefit-card {
    border-color: #048CCB;
    box-shadow: 0 15px 30px rgba(4, 140, 203, 0.1);
}

.benefit-card.highlight:hover {
    box-shadow: 0 15px 40px rgba(4, 140, 203, 0.3);
}

.benefit-col:nth-child(1) .benefit-card {
    animation-delay: 0.1s;
}

.benefit-col:nth-child(2) .benefit-card {
    animation-delay: 0.2s;
}

.benefit-col:nth-child(3) .benefit-card {
    animation-delay: 0.3s;
}

.benefit-col:nth-child(4) .benefit-card {
    animation-delay: 0.4s;
}

.benefit-col:nth-child(5) .benefit-card {
    animation-delay: 0.5s;
}

.benefit-col:nth-child(6) .benefit-card {
    animation-delay: 0.6s;
}



@media (min-width: 992px) {

    .benefits-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .benefits-main-title {
        font-size: 48px;
    }

    .benefit-card {
        padding: 35px;
    }

    .benefit-val {
        font-size: 60px;
    }

}

.why-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
    overflow: hidden;
}

.why-us-header {
    position: relative;
}

.why-us-title {
    font-size: 36px;
    font-weight: 800;
    color: #048CCB;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.why-us-header img {
    display: block;
    margin: 10px auto 0 auto;
}



.accent-line {
    width: 60px;
    height: 4px;
    background-color: #048CCB;
    border-radius: 2px;
}

.why-us-content-card {
    padding: 30px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #c5c5c5;
    transition: all 0.5s ease;
}

.why-us-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 20px;
}

.text-bold {
    font-weight: 700;
    color: #333333;
}

.text-blue {
    color: #048CCB;
    font-weight: 700;
}

.why-us-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.feature-item {
    font-size: 13px;
    font-weight: 600;
    color: #048CCB;
    background-color: rgba(4, 140, 203, 0.05);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(4, 140, 203, 0.1);
}

.why-us-footer-text {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.6;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}


@media (min-width: 992px) {

    .why-us-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .why-us-title {
        font-size: 56px;
    }

    .why-us-content-card {
        padding: 60px;
        box-shadow: 0 40px 80px rgba(4, 140, 203, 0.05);
        border: 1px solid #f8f8f8;
        transform: translateY(0) perspective(1px) translateZ(0);
        will-change: transform;
    }

    .why-us-text {
        font-size: 18px;
    }

    .why-us-footer-text {
        font-size: 20px;
    }

    /* Анімація при наведенні */
    .why-us-content-card {
        box-shadow: 0 50px 100px rgba(0, 140, 203, 0.2);
    }
}

/* Плавна анімація появи */
.why-us-header {
    animation: slideRight 1s ease-out;
}

.why-us-content-card {
    animation: fadeInScale 1.2s ease-out;
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}



/*Services page*/
/* --- ICHTHYOLOGY CONSULT --- */

.ichthy-consult {
    padding-top: 0;
    padding-bottom: 60px;
    background-color: #ffffff;
    position: relative;
}

/* Заголовки */
.consult-label {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
}

.consult-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 30px;
}

.consult-problem {
    background-color: rgba(4, 140, 203, 0.05);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.consult-problem p {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}

.consult-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 40px;
}

.consult-process-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.process-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.process-num {
    font-size: 14px;
    font-weight: 800;
    color: #048CCB;
    width: 35px;
    height: 35px;
    border: 2px solid #048CCB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.process-item p {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    margin: 0;
}

/* Картка ціни (CTA) */
.consult-cta-card {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.4s ease;
}

.consult-cta-card:hover {
    transform: translateY(-10px);
}

.price-header {
    font-size: 16px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.price-options {
    margin-bottom: 40px;
}

.price-item {
    padding: 15px 0;
}

.price-val {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #048CCB;
}

.price-for {
    font-size: 13px;
    color: #888888;
}

.price-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #eeeeee, transparent);
    margin: 10px 0;
}


.consult-btn {
    display: block;
    background: linear-gradient(135deg, #048CCB 0%, #036a99 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(4, 140, 203, 0.3);
}

.consult-btn:hover {
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(4, 140, 203, 0.5);
}

@media (min-width: 992px) {
    .ichthy-consult {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .consult-title {
        font-size: 48px;
    }

    .consult-problem p,
    .consult-description {
        font-size: 18px;
    }

    .consult-cta-card {
        padding: 60px 45px;
    }

    .price-val {
        font-size: 36px;
    }
}

.consult-btn {
    animation: buttonPulse 3s infinite;
}

@keyframes buttonPulse {
    0% {
        box-shadow: 0 10px 25px rgba(4, 140, 203, 0.3);
    }

    50% {
        box-shadow: 0 10px 40px rgba(4, 140, 203, 0.6);
    }

    100% {
        box-shadow: 0 10px 25px rgba(4, 140, 203, 0.3);
    }
}


.aquarium-launch {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #24303f;
    overflow: hidden;
    color: #ffffff;
}


.fish-tank-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.fish {
    position: absolute;
    width: 60px;
    height: 30px;
    background: rgba(4, 140, 203, 0.2);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    filter: blur(2px);
}

.fish::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(4, 140, 203, 0.2);
}

.fish-1 {
    top: 20%;
    left: -100px;
    animation: swimRight 18s infinite linear;
}

.fish-2 {
    top: 50%;
    right: -100px;
    animation: swimLeft 24s infinite linear;
    transform: scaleX(-1);
}

.fish-3 {
    top: 87%;
    left: -100px;
    animation: swimRight 28s infinite linear;
    opacity: 0.3;
}

@keyframes swimRight {
    0% {
        left: -100px;
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        left: 110%;
        transform: translateY(0);
    }
}

@keyframes swimLeft {
    0% {
        right: -100px;
        transform: scaleX(1) translateY(0);
    }

    50% {
        transform: scaleX(1) translateY(-30px);
    }

    100% {
        right: 110%;
        transform: scaleX(1) translateY(0);
    }
}

/* --- КОНТЕНТ --- */
.launch-content {
    position: relative;
    z-index: 2;
}

.launch-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.text-blue {
    color: #048CCB;
}

.launch-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 40px;
}

/* Список спеціалістів */
.specialist-box {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(4, 140, 203, 0.2);
}

.box-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #048CCB;
}

.specialist-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specialist-list li {
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.specialist-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #048CCB;
}

/* CTA Картка */
.launch-cta-card {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding: 40px;
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
}

.cta-message {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 30px;
}

.btn-launch {
    display: inline-block;
    background: #048CCB;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(4, 140, 203, 0.3);
}

.btn-launch:hover {
    background: #036a99;
    color: #ffffff;
    transform: scale(1.05);
}



@media (min-width: 992px) {
    .aquarium-launch {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .launch-title {
        font-size: 52px;
    }

    .launch-intro {
        font-size: 20px;
        max-width: 600px;
    }

    .specialist-list li {
        font-size: 17px;
    }

    .launch-cta-card {
        margin-top: 0;
        margin-left: 40px;
    }
}



/* --- ОСНОВНІ НАЛАШТУВАННЯ РИБОК --- */
.fish-tank-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.fish {
    position: absolute;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transition: opacity 0.5s;
}

.fish::after {
    content: "";
    position: absolute;
    right: -15%;
    top: 20%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid inherit;
    /* Бере колір тіла рибки */
}

/* Кольорові варіації */
.fish-blue-1 {
    background-color: #048CCB;
    border-left-color: #0077ff;
    opacity: 0.5;
}

.fish-blue-2 {
    background-color: #036a99;
    border-left-color: #036a99;
    opacity: 0.2;
}

.fish-blue-3 {
    background-color: #cccccc;
    border-left-color: #cccccc;
    opacity: 0.15;
}

.fish-blue-4 {
    background-color: #5b84fc;
    border-left-color: #3f00ff;
    opacity: 0.9;
}

/* Розмірні варіації */
.fish-sm {
    width: 35px;
    height: 15px;
    filter: blur(1px);
}

.fish-md {
    width: 65px;
    height: 28px;
    filter: blur(2px);
}

.fish-lg {
    width: 160px;
    height: 45px;
    filter: blur(4px);
}

.fish-xl {
    width: 70%;
    height: 75%;
    filter: blur(7px);
}

/* Анімації плавання з різною швидкістю */

/* Маленькі - швидкі */
.fish-sm:nth-child(1) {
    top: 15%;
    left: -50px;
    animation: swimRight 18s infinite linear;
}

.fish-sm:nth-child(2) {
    top: 75%;
    right: -50px;
    animation: swimLeft 13s infinite linear;
}

.fish-sm:nth-child(3) {
    top: 95%;
    right: -20px;
    animation: swimLeft 8s infinite linear;
}

/* Середні - помірні */
.fish-md:nth-child(4) {
    top: 40%;
    left: -100px;
    animation: swimRight 26s infinite linear;
    animation-delay: 2s;
}

.fish-md:nth-child(5) {
    top: 60%;
    right: -100px;
    animation: swimLeft 30s infinite linear;
    animation-delay: 5s;
}

.fish-md:nth-child(6) {
    top: 70%;
    right: -100px;
    animation: swimLeft 35s infinite linear;
    animation-delay: 5s;
}

/* Великі - повільні (фонові) */
.fish-lg:nth-child(7) {
    top: 25%;
    left: -200px;
    animation: swimRight 35s infinite linear;
    opacity: 0.1;
}

.fish-lg:nth-child(8) {
    top: 85%;
    right: -200px;
    animation: swimLeft 39s infinite linear;
    opacity: 0.05;
}

.fish-lg:nth-child(9) {
    top: 55%;
    left: -200px;
    animation: swimLeft 48s infinite linear;
    opacity: 0.05;
}

.fish-xl:nth-child(10) {
    top: 45%;
    left: -1000px;
    animation: swimRightLg 68s infinite linear;
    opacity: 0.1;
}

@keyframes swimRight {
    0% {
        left: -150px;
        transform: translateY(0);
    }

    25% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        left: 110%;
        transform: translateY(0);
    }
}

@keyframes swimRightLg {
    0% {
        left: -1300px;
        transform: translate(0) rotate(0deg);
    }

    15% {
        transform: translate(250px, 200px) rotate(-20deg);
    }

    25% {
        transform: translate(350px, 200px) rotate(0deg);
    }

    55% {
        transform: translate(450px, 500px) rotate(33deg);
    }

    75% {
        transform: translate(500px, 900px) rotate(34deg);
    }

    100% {
        left: 150%;
        transform: translate(600px, 900px) rotate(40deg);
    }
}

@keyframes swimLeft {
    0% {
        right: -150px;
        transform: scaleX(1) translateY(0);
    }

    25% {
        transform: scaleX(1) translateY(10px);
    }

    50% {
        transform: scaleX(1) translateY(-10px);
    }

    100% {
        right: 110%;
        transform: scaleX(1) translateY(0);
    }
}


/* --- STAFF TRAINING SECTION --- */

.staff-training {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.training-label {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
}

.training-title {
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 30px;
}

.training-problem-box {
    padding: 30px;
    background-color: rgba(4, 140, 203, 0.05);
    border-radius: 24px;
    border: 5px solid rgba(4, 140, 203, 0.37);
}

.training-problem-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

.result-summary-card {
    background: #048CCB;
    padding: 30px;
    border-radius: 30px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(4, 140, 203, 0.2);
    margin-top: 40px;
}

.result-header {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.result-item {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
}

.result-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
}

.training-program-container {
    padding-top: 40px;
}

.program-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333333;
}

.program-step {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;

}

.program-step.highlight {
    background-color: rgba(255, 254, 254, 0.25);
    border-color: #EE7925;
}

.step-idx {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: #EE7925;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.program-step p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #555555;
    margin: 0;
}

.training-cta {
    margin-top: 30px;
}

.cta-notice {
    font-size: 16px;
    color: #888888;
    margin-bottom: 30px;
}

.btn-training {
    display: inline-block;
    padding: 20px 40px;
    background: #333333;
    color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-training:hover {
    background: #048CCB;
    color: #ffffff;
    transform: scale(1.05);
}


@media (min-width: 992px) {

    .training-title {
        font-size: 48px;
    }

    .result-summary-card {
        margin-top: 0;
    }

    .program-step {
        padding: 40px;
    }

    .program-step p {
        font-size: 17px;
    }
}


.assortment-help {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(84, 116, 149, 0.09);
    overflow: hidden;
}

.assortment-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    line-height: 1.2;
    margin-bottom: 30px;
}

.problem-statement {
    border-left: 4px solid #048CCB;
    padding-left: 20px;
    margin-bottom: 30px;
}

.problem-statement p {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.assortment-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}

.results-gradient-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ebf5ff 100%);
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(4, 140, 203, 0.1);
}

.results-title {
    font-size: 20px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.results-list li {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.results-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #048CCB;
}

.steps-main-label {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #333333;
}

.step-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
}


.step-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    background: rgba(4, 140, 203, 0.05);
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #555555;
    margin: 0;
}

.btn-assortment {
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-assortment:hover {
    background-color: #048CCB;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(4, 140, 203, 0.3);
}

/* --- DESKTOP (992px+) --- */

@media (min-width: 992px) {

    .assortment-title {
        font-size: 48px;
    }

    .results-gradient-card {
        padding: 60px;
    }

    .problem-statement p {
        font-size: 24px;
    }

    .assortment-desc {
        font-size: 18px;
    }
}

/* --- ICHTHYOLOGY FORM SECTION --- */

.ichthy-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f9fa;
    /* Світло-сірий фон для виділення форми */
}

.form-container {
    background-color: #ffffff;
    padding: 40px 25px;
    border-radius: 40px;
    box-shadow: 0 40px 100px rgba(4, 140, 203, 0.05);
}

.form-header {
    margin-bottom: 40px;
}

.form-main-title {
    font-size: 28px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

/* Стилізація полів */
.form-group {
    position: relative;
}

.custom-label {
    font-size: 13px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.custom-input {
    width: 100%;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 18px 25px;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease;
}

.custom-input::placeholder {
    color: #bbbbbb;
}

.custom-input:focus {
    outline: none;
    border-color: #048CCB;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(4, 140, 203, 0.03);
}

/* Кнопка */
.btn-submit-form {
    width: 100%;
    background: linear-gradient(135deg, #048CCB 0%, #036a99 100%);
    color: #ffffff;
    border: none;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(4, 140, 203, 0.2);
}

.btn-submit-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(4, 140, 203, 0.4);
}

.form-privacy {
    margin-top: 20px;
    font-size: 12px;
    color: #bbbbbb;
}

@media (min-width: 992px) {

    .form-container {
        padding: 80px;
    }

    .form-main-title {
        font-size: 42px;
    }

    .form-subtitle {
        font-size: 18px;
        max-width: 500px;
        margin: 0 auto;
    }

    .btn-submit-form {
        width: auto;
        min-width: 300px;
    }
}

.form-container {
    animation: formSlideUp 1s ease-out forwards;
}

@keyframes formSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*Warranty page*/

.quality-control {
    padding-top: 0;
    padding-bottom: 80px;
    background-color: #ffffff;
    overflow: hidden;
}

.quality-label {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
}

.quality-title {
    font-size: 38px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 25px;
    line-height: 1.1;
}

.quality-divider {
    width: 80px;
    height: 4px;
    background-color: #048CCB;
    margin-bottom: 35px;
    border-radius: 2px;
}

.quality-lead {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 25px;
}

.quality-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin: 0;
}

.quality-visual-container {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality-card-main {
    width: 100%;
    max-width: 400px;
    height: 250px;
    background-color: #f8f9fa;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    padding: 20px;
    position: relative;
    box-shadow: 0 30px 60px rgba(4, 140, 203, 0.05);
}

.card-inner-border {
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(4, 140, 203, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-inner-border:before {
    content: '';
    background: url('/img/icons/barcode.svg') center no-repeat;
    background-size: contain;
    width: 50%;
    height: 50%;
    top: 0;
    left: 50%;
    transform: translate(0%, -12px);


}


.quality-scanner {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #048CCB, transparent);
    z-index: 5;
    animation: scanMove 4s infinite ease-in-out;
}

@keyframes scanMove {
    0% {
        top: 10%;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}

.status-badge {
    font-size: 12px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(4, 140, 203, 0.05);
    padding: 8px 16px;
    border-radius: 50px;
}

.pulse-point {
    width: 10px;
    height: 10px;
    background-color: #048CCB;
    border-radius: 50%;
    margin-top: 20px;
    box-shadow: 0 0 0 rgba(4, 140, 203, 0.4);
    animation: pointPulse 2s infinite;
}

@keyframes pointPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(4, 140, 203, 0.7);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(4, 140, 203, 0);
    }
}


@media (min-width: 992px) {

    .quality-title {
        font-size: 56px;
    }

    .quality-lead {
        font-size: 26px;
    }

    .quality-description {
        font-size: 18px;
        max-width: 500px;
    }

    .quality-card-main {
        height: 350px;
    }

    .quality-visual-container {
        padding: 30px;

    }

}


.professional-approach {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fcfcfc;
    overflow: hidden;
}

.approach-content {
    padding-left: 0;
}

.approach-title {
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.approach-lead {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #444444;
    margin-bottom: 40px;
}

.text-blue {
    color: #048CCB;
}

.approach-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.approach-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.approach-card.highlight {
    border-left: 5px solid #048CCB;
}

.card-dot {
    width: 10px;
    height: 10px;
    background-color: #048CCB;
    border-radius: 50%;
    flex-shrink: 0;
}

.approach-card p {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    margin: 0;
}

.approach-visual {
    position: relative;
    will-change: transform;
    display: inline-block;
}


.approach-visual:before {
    content: 't°';
    position: absolute;
    font-size: 13px;
    font-weight: 900;
    color: #048CCB;
    width: 40px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    background: rgb(206 234 251);
    bottom: 21%;
    left: 37px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    animation: bubble 3s infinite alternate;

}

.approach-visual:after {
    content: 'pH';
    position: absolute;
    font-size: 10px;
    font-weight: 900;
    color: #048CCB;
    width: 40px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    background: rgb(206 234 251);
    bottom: 15%;
    left: 120px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    animation: bubble 3.90s infinite alternate;

}

@keyframes bubble {
    0% {
        transform: translate(0, 5px);
        border-radius: 40% 60% 80% 20% / 40% 50% 60% 50%;
    }

    100% {
        transform: translate(0, -21px);
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }
}



.monitoring-circle {
    width: 250px;
    height: 250px;
    background: #ffffff;
    border: 1px solid rgba(4, 140, 203, 0.2);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 40px 80px rgba(4, 140, 203, 0.1);
}


.monitoring-circle:before {
    content: 'NO2';
    position: absolute;
    font-size: 10px;
    font-weight: 900;
    color: #048CCB;
    width: 40px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    background: rgb(206 234 251);
    bottom: 21%;
    right: 37px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    animation: bubble 3.5s infinite alternate;

}

.monitoring-circle:after {
    content: 'NO3';
    position: absolute;
    font-size: 10px;
    font-weight: 900;
    color: #048CCB;
    width: 40px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    background: rgb(206 234 251);
    ;
    bottom: 14%;
    right: 124px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    animation: bubble 3.6s infinite alternate;

}


/* Ефект хвилі всередині кола */
.monitoring-wave {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(4, 140, 203, 0.1);
    animation: waveRise 4s infinite alternate ease-in-out;
}

@keyframes waveRise {
    from {
        height: 35%;
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }

    to {
        height: 50%;
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.monitoring-data {
    position: relative;
    z-index: 2;
    text-align: center;
}

.data-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.data-value {
    font-size: 24px;
    font-weight: 900;
    color: #048CCB;
}

@media (min-width: 992px) {

    .approach-content {
        padding-left: 60px;
    }

    .approach-title {
        font-size: 48px;
    }

    .approach-lead {
        font-size: 25px;
    }

    .approach-card p {
        font-size: 18px;
    }

    .monitoring-circle {
        width: 320px;
        height: 320px;
    }

    .approach-card:hover {
        transform: translateX(10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .monitoring-circle:after {
        right: 91px;
    }

}

.partner-responsibility {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
    overflow: hidden;
}

.responsibility-tag {
    font-size: 13px;
    font-weight: 800;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px;
    display: block;
}

.responsibility-title {
    font-size: 34px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 30px;
    line-height: 1.2;
}

.responsibility-content .h-title {}

.responsibility-lead {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 35px;
}

.responsibility-accent-box {
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 24px;
    border: 1px solid #eeeeee;
    position: relative;
}

.responsibility-accent-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.responsibility-accent-box strong {
    color: #048CCB;
}

/* (Геометрія безпеки) */
.responsibility-visual {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.safety-frame {
    width: 260px;
    height: 260px;
    border: 1px solid #cccccc;
    border-radius: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Анімована рамка */
.moving-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #048CCB;
    border-radius: 40px;
    animation: borderRotate 10s linear infinite;
    clip-path: polygon(0 0, 40% 0, 40% 100%, 0 100%);
}

@keyframes borderRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.core-box {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(4, 140, 203, 0.1);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.core-label {
    font-size: 11px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.core-dot {
    width: 8px;
    height: 8px;
    background-color: #048CCB;
    border-radius: 50%;
    margin-top: 15px;
    animation: dotBlink 2s infinite;
}

@keyframes dotBlink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

@media (min-width: 768px) {

    .responsibility-content .h-title {
        word-break: normal;
    }
}

@media (min-width: 992px) {

    .responsibility-title {
        font-size: 52px;
    }

    .responsibility-lead {
        font-size: 24px;
        max-width: 500px;
    }

    .responsibility-accent-box {
        padding: 50px;

        position: relative;
        z-index: 5;

    }

    .responsibility-accent-box p {
        font-size: 18px;
    }

    .safety-frame {
        width: 380px;
        height: 380px;
    }
}

/*Job Offers page*/

.vacancies-hero {
    padding-top: 0;
    padding-bottom: 80px;
    background-color: #ffffff;
    overflow: hidden;
}

.vacancies-tag {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
}

.vacancies-title {
    font-size: 36px;
    font-weight: 800;
    color: #048CCB;
    line-height: 1.1;
    margin-bottom: 25px;
}

.title-underline {
    width: 60px;
    height: 4px;
    background-color: #048CCB;
    margin: 0 auto 40px;
    border-radius: 2px;
}

.vacancies-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 40px;
}

.platform-heading {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
}

.platform-card {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.platform-inner {
    position: relative;
    z-index: 2;
}

.platform-name {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #333333;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.platform-desc {
    font-size: 15px;
    color: #888888;
    line-height: 1.5;
    margin-bottom: 30px;
}

.platform-action {
    display: flex;
    align-items: center;
    gap: 15px;
}

.action-text {
    font-size: 14px;
    font-weight: 700;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.action-arrow {
    width: 20px;
    height: 1px;
    background-color: #048CCB;
    position: relative;
    transition: width 0.3s ease;
}

.action-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #048CCB;
    border-right: 1px solid #048CCB;
    transform: rotate(45deg);
}


.platform-card:hover {
    transform: translateY(-10px);
    border-color: #048CCB;
    box-shadow: 0 30px 60px rgba(4, 140, 203, 0.1);
}

.platform-card:hover .platform-name {
    color: #048CCB;
}

.platform-card:hover .action-arrow {
    width: 40px;
}

.work-ua,
.robota-ua {
    position: relative;
}

.work-ua:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 70%;
    background: url('/img/icons/work-ua.png') center no-repeat;
    background-size: contain;
    bottom: -60px;
    right: 20px;
    z-index: 0;
    opacity: .1;
}


.work-ua .platform-inner {
    position: relative;
    z-index: 1;

}

.robota-ua .platform-inner {
    position: relative;
    z-index: 1;

}

.robota-ua:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background: url('/img/icons/robota-ua.jpg') center no-repeat;
    background-size: contain;
    bottom: -85px;
    right: 20px;
    z-index: 0;
    opacity: .1;
}

.robota-ua .platform-inner {
    position: relative;
    z-index: 1;

}

@media (min-width: 992px) {

    .vacancies-hero {
        padding-top: 0;
        padding-bottom: 120px;
    }

    .vacancies-title {
        font-size: 56px;
    }

    .vacancies-lead {
        font-size: 24px;

        margin-left: auto;
        margin-right: auto;
    }

    .platform-card {
        padding: 60px 45px;
    }

    .platform-name {
        font-size: 36px;
    }
}


/*Contacts page*/
.contacts-block-text {
    padding-top: 0px;
    padding-bottom: 60px;
}

.support-contact-section {
    background-color: #ffffff;
}

.support-contact-section>div {
    min-height: 100%;
}

.support-contact-section .support-card {
    min-height: 100%;
}

.support-card {
    position: relative;
    padding: 40px 30px;
    background: #ffffff;
    border: 1px solid rgba(94, 118, 129, 0.1);
    border-radius: 24px;
    box-shadow: -3px 4px 11px 3px rgba(87, 95, 111, 0.16);
    overflow: hidden;
    transition: transform 0.4s ease;
}

.support-header {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.support-badge {
    font-size: 12px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(4, 140, 203, 0.05);
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

.support-title {
    font-size: 28px;
    font-weight: 800;
    color: #333333;
    line-height: 1.2;
}

.support-body {
    position: relative;
    z-index: 2;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.contact-value {
    font-size: 22px;
    font-weight: 700;
    color: #048CCB;
    text-decoration: none;
    display: inline-block;
}

.link-animation {
    position: relative;
}

.link-animation::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #048CCB;
    transition: width 0.3s ease;
}

.link-animation:hover::after {
    width: 100%;
}


.support-wave-bg {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #ffbc8e 0%, #EE7925 70%);
    border-radius: 50%;
    z-index: 1;
}

.contacts-block-info {
    margin-top: 50px;
    margin-bottom: 80px;
}

.sales-contact-section {
    background-color: #ffffff;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .sales-contact-section {
        margin-top: 0;
    }

    .sales-contact-section {
        margin-top: 0;
    }

}

@media (min-width: 992px) {

    .support-card {
        padding: 60px;
    }

    .support-title {
        font-size: 36px;
    }

    .contact-value {
        font-size: 28px;
    }

}


@media (min-width: 1200px) {
    .contacts-block-text {
        padding-top: 65px;
    }
}


.sales-card {
    position: relative;
    padding: 40px 25px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 24px;
    box-shadow: -3px 4px 11px 3px rgba(87, 95, 111, 0.16);
    overflow: hidden;
}

.sales-badge {
    font-size: 12px;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #cccccc;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

.sales-title {
    font-size: 30px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 40px;
}

.contact-group {
    margin-bottom: 25px;
}

.contact-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.phone-item {
    margin-bottom: 15px;
}

.contact-value {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value:hover {
    color: #048CCB;
}

.messenger-pills {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.pill {
    font-size: 10px;
    font-weight: 800;
    color: #048CCB;
    background: rgba(4, 140, 203, 0.08);
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: .3s;
}

/*
.pill:hover {
    background: #EE7925;
    transform: translateY(-3px);
    color: #ffffff;
}*/

.sales-deco-circle {
    position: absolute;
    top: -34px;
    right: -20px;
    width: 120px;
    height: 120px;
    border: 14px solid #faa96f;
    border-radius: 50%;
}


@media (min-width: 992px) {
    .sales-card {
        padding: 60px;
    }

    .sales-title {
        font-size: 42px;
    }

    .contact-value {
        font-size: 26px;
    }

}

.schedule-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(84, 116, 149, 0.09)
}

.schedule-box {
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.schedule-tag {
    font-size: 14px;
    font-weight: 700;
    color: #a7aeb3;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 15px;
}

.schedule-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 50px;
}

.schedule-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.schedule-item {
    position: relative;
    padding: 30px;
    background-color: #fcfcfc;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #f0f0f0;
}

.schedule-item.work-days {
    border-left-color: #048CCB;
    background: linear-gradient(90deg, rgba(4, 140, 203, 0.05) 0%, transparent 100%);
}

.day-range {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.time-range {
    font-size: 28px;
    font-weight: 900;
    color: #048CCB;
    line-height: 1;
    margin-bottom: 15px;
}

.status-indicator {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #048CCB;
    opacity: 0.8;
}

.status-indicator.off {
    color: #a7aeb3;
}

.weekend .time-range {
    color: #a7aeb3;
}


@media (min-width: 992px) {
    .schedule-box {
        padding: 80px 60px;
    }

    .schedule-title {
        font-size: 48px;
    }

    .schedule-grid {
        flex-direction: row;
        gap: 40px;
    }

    .schedule-item {
        flex: 1;
        padding: 50px 27px;
    }

    .time-range {
        font-size: 36px;
    }

    .schedule-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(4, 140, 203, 0.05);
    }
}


.social-networks {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.social-header {
    margin-bottom: 40px;
}

.social-label {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 15px;
}

.social-title {
    font-size: 34px;
    font-weight: 800;
    color: #048CCB;
}


.social-card {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 35px 25px;
    border-radius: 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-inner {
    position: relative;
    z-index: 2;
}

.social-platform {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.social-name {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 25px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.social-action {
    font-size: 14px;
    font-weight: 800;
    color: #048CCB;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.social-img {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 0;
    transition: .4s;
    opacity: .04;

}

.social-card:hover {
    transform: translateY(-10px);
    border-color: #048CCB;
}


.social-card:hover .action-arrow {
    width: 40px;
}



.social-card:hover .social-name {
    color: #048CCB;
}

.social-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 90% 10%, rgba(4, 140, 203, 0.05) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.social-card:hover::before {
    opacity: 1;
}




.social-card {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

.social-img {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 0;
    transition: .4s;
    opacity: .07;

}

.social-card:hover .social-img {
    transform: translateY(-5px);

}

.address-section {
    padding-top: 0;
    padding-bottom: 60px;
    background-color: #ffffff;
    overflow: hidden;
}

.address-tag {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 13px;
}

.address-title {
    font-size: 32px;
    font-weight: 800;
    color: #048CCB;
    line-height: 1.2;
    margin-bottom: 40px;
}

.address-details {
    margin-bottom: 40px;
}

.city-name {
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 8px;
}

.street-name {
    font-size: 18px;
    color: #666666;
    margin: 0;
}


.coverage-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border-left: 4px solid #048CCB;
}

.coverage-text {
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
    margin: 0;
}

.coverage-indicator {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.pulse-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #048CCB;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.pulse-ring {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(4, 140, 203, 0.3);
    border-radius: 50%;
    animation: ripple 2s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}


.map-wrapper {
    position: relative;
}

.map-container {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    line-height: 0;
}

.map-container iframe {
    display: block !important;
    width: 100%;
    min-height: 500px;
    height: 100%;
}

.map-link-btn {
    display: none;
}


@media (min-width: 992px) {

    .social-title {
        font-size: 52px;
    }

    .social-card {
        padding: 45px;
    }

    .social-name {
        font-size: 24px;
    }


    .telegram-bg:hover {
        box-shadow: 0 20px 40px rgba(4, 140, 203, 0.1);
    }

    .instagram-bg:hover {
        box-shadow: 0 20px 40px rgba(4, 140, 203, 0.1);
    }


    .address-title {
        font-size: 48px;
    }

    .city-name {
        font-size: 32px;
    }

    .street-name {
        font-size: 22px;
    }

    .coverage-text {
        font-size: 18px;
    }

    .map-link-btn {
        display: block;
        position: absolute;
        bottom: 30px;
        right: 30px;
        background-color: #048CCB;
        color: #ffffff;
        text-decoration: none;
        padding: 15px 30px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 10px 20px rgba(4, 140, 203, 0.3);
        transition: all 0.3s ease;
    }

    .map-link-btn:hover {
        background-color: #333333;
        color: #ffffff;
        transform: translateY(-5px);
    }
}

/*Faq page*/
.faq-intro {
    padding-top: 80px;
    padding-bottom: 40px;
}

.faq-header {
    margin-bottom: 40px;
}

.faq-tag {
    font-size: 13px;
    font-weight: 800;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.faq-title {
    font-size: 40px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 20px;
    position: relative;
}

.faq-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #048CCB;
    border-radius: 2px;
}


.h-title {
    font-size: 28px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 30px;
    position: relative;
}

.h-title:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #048CCB;
    border-radius: 2px;
}

.h-title-sm {
    font-size: 20px;
    font-weight: 800;
    color: #048CCB;
    margin-bottom: 15px !important;
    position: relative;
}

.faq-description p {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 40px;
}

.faq-description strong {
    color: #333333;
    font-weight: 700;
}

/* Картка зв'язку з менеджером */
.faq-contact-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.card-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-indicator {
    width: 12px;
    height: 12px;
    background-color: #048CCB;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

/* Ефект пульсації для індикатора */
.card-indicator::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(4, 140, 203, 0.4);
    animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.faq-contact-card p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 992px) {
    .faq-intro {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .faq-title {
        font-size: 64px;
        letter-spacing: -1.5px;
    }


    .h-title {
        font-size: 48px;
        letter-spacing: -1.5px;
    }

    .faq-description p {
        font-size: 22px;
        max-width: 800px;
    }

    .faq-contact-card {
        padding: 40px 60px;
        margin-top: 60px;
        max-width: 750px;
    }

    .faq-contact-card p {
        font-size: 18px;
    }
}

.pointer {
    cursor: pointer;
}

.text-page-title-h3 {
    color: #1a1d20;
    font-size: 28px;
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.text-page-title-h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 15px;
    background: #048CCB;
}

@media (min-width: 768px) {
    .text-page-title-h3 {
        font-size: 34px;
    }
}


/*Page My Orders*/
.my-orders {
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-data-block {
    padding: 0;
}

.my-orders strong {
    color: #048CCB;
    display: block;
    font-size: 14px;
}

.my-orders .accordion-button::after {
    color: #1a1d20;
}

.my-orders .accordion-button span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}


.my-orders .accordion-button strong {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.my-orders .accordion-body {
    padding-left: 10px;
}

.my-orders .shopping-cart-item {
    background: #f3f5f9;
    border-bottom: none;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.shopping-cart-img-block img {
    width: 120px;
    border-radius: 10px;
}

.shopping-cart-text-block a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    transition: .3s;
    display: inline-block;
}

.my-orders .my-final-price strong {
    color: #000000;
}

@media (min-width: 768px) {

    .accordion-button {
        padding: 25px;
        flex-wrap: wrap;
        align-items: center;
    }

    .my-orders .shopping-cart-product-price-block span {
        font-size: 14px;
        display: flex;
        justify-content: end;
        margin-bottom: 0;
    }

    .my-orders .shopping-cart-product-price-block strong {
        font-size: 14px;
        display: flex;
        justify-content: end;
        padding-left: 5px;
    }
}


@media (min-width: 992px) {

    .my-orders strong {
        font-size: 16px;
    }

    .my-orders .shopping-cart-product-price-block strong {
        font-size: 16px;
    }
}


.my-data-block-wrap.settlements-block {
    padding: 10px;
}

.my-data-block-wrap.settlements-block span {
    font-size: 14px;
    display: block;
}

.my-data-block-wrap.settlements-block>div {
    margin-bottom: 0;
}

.my-data-block-wrap.settlements-block>div>div {
    margin-bottom: 15px;
    padding: 5px;
}

.my-data-block-wrap.settlements-block>div>div:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .my-data-block-wrap.settlements-block {
        padding: 10px;
    }

    .my-data-block-wrap.settlements-block span {
        font-size: 13px;
    }

    .my-data-block-wrap.settlements-block>div>div {
        margin-bottom: 0;
    }

}

@media (min-width: 992px) {

    .my-data-block-wrap.settlements-block span {
        font-size: 14px;
    }

}

.btn-filter {
    transition: .3s;
    padding: 4px 16px 4px 5px;
    background: #ffffff;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    border: 1px solid #777777;
    margin-top: 5px;
}

.btn-filter span {
    font-size: 11px;
    text-transform: uppercase;
}

.btn-filter img {
    width: 30px;
    height: 30px;
    transition: .3s;
}


.btn-filter:hover {
    cursor: pointer;
    background: #eeeeee;
}

.btn-sort .dropdown {
    transition: .3s;
    margin-bottom: 18px;
    background: #eeeeee;
    border-radius: 20px;
    padding: 4px;
}

.btn-sort .dropdown-toggle {
    outline: none;
    box-shadow: none;
    border: none;
}

.btn-sort span {
    font-size: 14px;
}

.btn-sort .dropdown-menu {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-sort .dropdown-menu .dropdown-item {

    padding-top: 7px;
    padding-bottom: 7px;
}

.btn-sort .dropdown-menu .dropdown-item:hover {
    background: #eeeeee;
}

.table-pricelist th,
.table-pricelist td {
    padding: 5px !important;
}

.table-pricelist tr .separate-row {
    font-size: 14px !important;
    padding: 10px !important;
}

.table-pricelist th,
.table-pricelist td,
.table-pricelist td a {
    font-size: 12px;
}

.table-pricelist .td-article {
    width: 100px;
}

.table-pricelist .td-article a,
.table-pricelist .product-months-name {
    color: #000000;
}

.table-pricelist .td-article a:hover,
.table-pricelist .product-months-name:hover {
    color: #048CCB;
    text-decoration: underline;
}

.table-pricelist td a {
    display: inline-block !important;
}

.table-pricelist .td-size-block {
    border: 1px solid #048CCB;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 11px;
}

.table-pricelist .behavior {
    font-size: 10px !important;
    padding: 0 7px !important;
}

@media (max-width: 991px) {
    .table-pricelist .td-article {
        width: 80px;
    }

    .table-pricelist th,
    .table-pricelist td,
    .table-pricelist td a {
        font-size: 10px;
    }

    .table-pricelist th,
    .table-pricelist td {
        padding: 4px !important;
    }

    .table-pricelist .td-size {
        /*display: none!important;*/
    }

    .table-pricelist .td-behavior {
        display: none !important;
    }

    .table-pricelist .count-input img {
        height: 35px;
    }

    .table-pricelist .count-input input {
        min-height: 35px;
        font-size: 12px;
    }

    .table-pricelist .btn-buy {
        padding: 5px 15px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .table-pricelist .td-article {
        width: auto !important;
    }

    .table-pricelist .product-months-name {
        line-height: 16px !important;
        padding: 0 !important;
    }

    .table-pricelist th,
    .table-pricelist td,
    .table-pricelist td a {
        font-size: 10px;
    }

    .table-pricelist .td-size {
        /*display: none!important;*/
    }

    .table-pricelist .td-size-block {
        border: 0 !important;
        padding: 0 !important;
        font-size: 10px;
    }

    .table-pricelist .td-behavior {
        display: none !important;
    }

    .table-pricelist .td-action {
        display: none !important;
    }

    .table-pricelist .count-input img {
        height: 30px;
    }

    .table-pricelist .count-input input {
        min-height: 30px;
        font-size: 12px;
    }

    .table-pricelist .btn-buy-xs {
        margin-top: 6px;
        padding: 2px 10px;
        width: 100%;
    }

    .product-months-name {
        font-size: 14px;
    }

    .product-months .block-price strong {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .table-pricelist .btn-buy-xs {
        display: none !important;
    }
}

#filterOffcanvas {
    background-color: #fff !important;
}

.btn-buy:hover {
    cursor: pointer;
}

.already_in_cart_btn {
    background-color: #28a745 !important;
    color: #fff !important;
    border-color: #28a745 !important;
    padding: 7px 20px;
}

.pricelist-price-block {
    width: 120px;
}

.pricelist-behavior-block {
    width: 120px;
}

.pricelist-count-block {
    width: 160px;
}

.pricelist-actions-block {
    width: 160px;
}

@media (max-width: 386px) {
    .navbar-brand {
        margin-right: 8px !important;
    }

    .menu-logo {
        max-width: 110px;
    }

    .menu-language {
        margin-left: 5px;
        margin-right: 8px !important;
    }

    .header-icon-btn a {
        margin-right: 0!important;
    }

    .header-icon-btn a img {
        width: 22px;
    }

    .table-pricelist .btn-buy-xs {
        padding: 2px 4px;
    }

    .table-pricelist .count-input img {
        width: 28px;
    }

    .table-pricelist td,
    .table-pricelist th,
    .table-pricelist td a,
    .table-pricelist .pricelist-price-block strong {
        font-size: 8px;
    }
}

.pricelist-help {
    background-color: #EE7925;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 5px;
    padding: 0 8px;
}

.pricelist-help:hover {
    cursor: help;
}

@media (max-width: 991px) {
    .table-pricelist th {
        text-align: center !important;
        line-height: 18px !important;
        vertical-align: middle !important;
    }

    .pricelist-help {
        padding: 0 5px;
        line-height: 16px;
    }
}

.product-count,
.product-count-minus,
.product-count-plus,
.pricelist-product-count-minus,
.pricelist-product-count-plus,
.pricelist-product-count,
.cart-minus,
.cart-plus,
.shopping-cart-product-count,
.btn-buy,
.btn-buy-xs {
    touch-action: manipulation;
    /* Блокує подвійний тап для зуму на iOS */
    user-select: none;
    /* Забороняє випадкове виділення тексту чи картинки при швидкому клацанні */
    -webkit-user-select: none;
    /* Для старих версій Safari */
}

/* --- Кастомні випадаючі списки Нової Пошти --- */
.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1050;
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-list .list-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s;
}

.custom-dropdown-list .list-item:hover {
    background-color: #f1f3f5;
}

.custom-dropdown-list .list-item:last-child {
    border-bottom: none;
}

.custom-dropdown-list .list-item-empty {
    padding: 12px 15px;
    font-size: 14px;
    color: #6c757d;
}

/* --- Сучасні Radio кнопки (Картки) --- */
.radio-card {
    position: relative;
    display: block;
    cursor: pointer;
}

.radio-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-card .card-content {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: #fff;
    height: 100%;
}

/* Стиль активної картки */
.radio-card input[type="radio"]:checked~.card-content {
    border-color: #048CCB;
    /* Або твій основний колір сайту */
    box-shadow: 0 0 0 1px #048CCB;
}

.radio-card .radio-fake {
    width: 20px;
    height: 20px;
    border: 2px solid #dceeff;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.radio-card input[type="radio"]:checked~.card-content .radio-fake {
    border-color: #048CCB;
}

.radio-card input[type="radio"]:checked~.card-content .radio-fake::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #048CCB;
    border-radius: 50%;
}

.radio-card .card-text {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.checkout-section {
    border: 2px solid #dceeff;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
}

.order-details-table table {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.order-details-table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #6c757d;
    padding: 15px;
}

.order-details-table td {
    padding: 15px;
    font-size: 15px;
}

.order-details-table tfoot td {
    padding-top: 30px;
}

.checkout-section input[type="text"],
.checkout-section input[type="email"],
.checkout-section textarea {
    padding: 13px 15px;
}

.checkout-section h3 {
    color: #048CCB;
    font-size: 18px;
    font-weight: 600;
}

.shopping-final-price {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 30px;
}

.shopping-final-price strong {
    color: #048CCB;
    font-size: 18px;
}

.shopping-final-price .text-muted {
    font-size: 14px;
}

.shopping-final-price .text-muted>span {
    color: #048CCB;
    font-weight: bold;
}

.btn-outline-primary {
    color: #048CCB;
    border-color: #048CCB;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #048CCB;
    border-color: #048CCB;
}

@media (max-width: 991px) {
    .nav-item .nav-link {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .product-label {
        top: 10px;
        left: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #checkout-submit {
        font-size: 15px !important;
        padding: 16px !important;
    }

    .for-pay {
        font-size: 16px !important;
    }

    .for-pay-price {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    #checkout-submit {
        font-size: 15px !important;
        padding: 16px !important;
    }

    .for-pay {
        font-size: 16px !important;
    }

    .for-pay-price {
        font-size: 18px !important;
    }
}

.error-404-container {
    position: relative;
    background: linear-gradient(135deg, #072146 0%, #0a3a60 50%, #0d5480 100%);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: 40px auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    font-family: 'Mont', sans-serif;
}

/* Underwater Bubbles Animation */
.bubble {
    position: absolute;
    bottom: -50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation: float-bubble 12s infinite linear;
    pointer-events: none;
}

.bubble::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 15%;
    width: 30%;
    height: 30%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.bubble-1 {
    width: 30px;
    height: 30px;
    left: 10%;
    animation-duration: 10s;
    animation-delay: 0s;
}

.bubble-2 {
    width: 20px;
    height: 20px;
    left: 30%;
    animation-duration: 14s;
    animation-delay: 2s;
}

.bubble-3 {
    width: 45px;
    height: 45px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 1s;
}

.bubble-4 {
    width: 15px;
    height: 15px;
    left: 75%;
    animation-duration: 16s;
    animation-delay: 4s;
}

.bubble-5 {
    width: 25px;
    height: 25px;
    left: 85%;
    animation-duration: 13s;
    animation-delay: 3s;
}

@keyframes float-bubble {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        transform: translateY(-700px) scale(1.2);
        opacity: 0;
    }
}

.error-404-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.lost-fish-image-wrapper {
    margin: 0 auto 30px;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float-fish 6s ease-in-out infinite;
}

.lost-fish-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.2);
}

@keyframes float-fish {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(-3deg);
    }
}

.error-404-title {
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #5cc4e7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.error-404-subtitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.error-404-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.error-404-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.error-404-actions .btn-main {
    margin: 0;
    box-shadow: 0 5px 15px rgba(4, 140, 203, 0.4);
}

.error-404-actions .btn-secondary {
    padding: 18px 43px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.error-404-actions .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .error-404-container {
        margin: 20px;
        padding: 50px 15px;
    }

    .error-404-title {
        font-size: 80px;
    }

    .error-404-subtitle {
        font-size: 22px;
    }

    .lost-fish-image-wrapper {
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }

    .error-404-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 300px;
        margin: 0 auto;
    }

    .error-404-actions .btn-main,
    .error-404-actions .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================================================
   POISK (SEARCH OVERLAY) STYLING - GLASSMORPHISM & PREMIUM UI
   ========================================================================== */
.search-overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding: 8vh 15px 4vh 15px;
    overflow-y: auto;
}

.search-overlay-container.active {
    display: flex;
}

.search-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(4, 140, 203, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: -1;
}

.search-overlay-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    animation: searchFadeDown 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes searchFadeDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Close Button */
.search-close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: #048CCB;
    border: none;
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(4, 140, 203, 0.3);
}

.search-close-btn:hover {
    background: #EE7925;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(238, 121, 37, 0.4);
}

/* Input Field Wrapper */
.search-input-field-container {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(4, 140, 203, 0.3);
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.search-input-field-container:focus-within {
    border-color: #048CCB;
    box-shadow: 0 10px 30px rgba(4, 140, 203, 0.15);
    background: #ffffff;
}

.search-input-field {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 50px 15px 25px;
    font-size: 20px;
    font-weight: 500;
    color: #121521;
    outline: none;
}

.search-input-field::placeholder {
    color: #a7adac;
    font-weight: 400;
}

/* Clear Button */
.search-clear-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: none;
    color: #a7adac;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.search-clear-btn:hover {
    color: #EE7925;
}

/* Spinner Loader */
.search-spinner {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #048CCB;
}

/* Results Area */
.search-results-container {
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-height: 70vh;
    overflow-y: auto;
    border: 1px solid rgba(4, 140, 203, 0.1);
}

.search-results-list {
    padding: 10px;
}

/* Grid Layout for items */
.search-results-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

@media(min-width: 768px) {
    .search-results-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .search-overlay-container {
        padding-top: 15vh;
    }
}

/* Item box */
.search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    background: transparent;
    border-radius: 12px;
    text-decoration: none;
    color: #121521;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.search-result-item:hover {
    background: #E6EFF4;
    border-color: rgba(4, 140, 203, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(4, 140, 203, 0.05);
}

.search-product-img-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-result-item:hover .search-product-img {
    transform: scale(1.08);
}

.search-product-info {
    flex-grow: 1;
}

.search-product-meta {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    flex-wrap: wrap;
    gap: 6px;
}

.search-product-article {
    font-size: 11px;
    color: #a7adac;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-badge {
    font-size: 10px;
    padding: 1px 7px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-new {
    background: #048CCB;
    color: #ffffff;
}

.badge-sale {
    background: #EE7925;
    color: #ffffff;
}

.search-product-name {
    font-size: 15px;
    font-weight: 600;
    color: #121521;
    line-height: 1.25;
    margin-bottom: 6px;
    transition: color 0.2s ease;
}

.search-result-item:hover .search-product-name {
    color: #048CCB;
}

.search-product-pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.search-product-price {
    font-size: 15px;
    font-weight: 700;
    color: #EE7925;
}

.search-product-price-prev {
    font-size: 12px;
    text-decoration: line-through;
    color: #a7adac;
}

/* Empty State */
.search-no-results {
    padding: 40px 25px;
    text-align: center;
    font-size: 16px;
    color: #a7adac;
    font-weight: 500;
}

/* ==========================================================================
   Empty Cart Redesign Styles
   ========================================================================== */

.empty-cart-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.empty-cart-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(4, 140, 203, 0.06);
    border: 1px solid rgba(4, 140, 203, 0.1);
    width: 100%;
    padding: 50px 40px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.empty-cart-illustration {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-cart-svg {
    overflow: visible;
}

/* Fish Swimming Animation */
.swimming-fish {
    animation: floatFish 4s ease-in-out infinite alternate;
    transform-origin: 145px 125px;
}

@keyframes floatFish {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-5px, -8px) rotate(-3deg);
    }
    100% {
        transform: translate(-12px, 2px) rotate(4deg);
    }
}

/* Bubbles Floating Animation */
.bubble {
    animation: riseBubble 3s infinite linear;
    transform-origin: center;
}

.bubble.b1 {
    animation-delay: 0s;
    animation-duration: 2.8s;
}

.bubble.b2 {
    animation-delay: 0.8s;
    animation-duration: 3.2s;
}

.bubble.b3 {
    animation-delay: 1.5s;
    animation-duration: 2.5s;
}

@keyframes riseBubble {
    0% {
        transform: translateY(20px) scale(0.8);
        opacity: 0;
    }
    20% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(-60px) scale(1.2);
        opacity: 0;
    }
}

/* Cart bounce/hover animation */
.empty-cart-card:hover .cart-metal {
    stroke: #EE7925;
    transition: stroke 0.3s ease;
}

.empty-cart-card:hover .empty-cart-svg {
    animation: cartBounce 1s ease-in-out;
}

@keyframes cartBounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05) translateY(-5px);
    }
}

/* Typography styles */
.empty-cart-title {
    font-size: 24px;
    font-weight: 700;
    color: #121521;
    margin-bottom: 15px;
    line-height: 130%;
}

.empty-cart-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #a7adac;
    max-width: 550px;
    margin: 0 auto 35px auto;
    line-height: 160%;
}

/* Call to action button style */
.empty-cart-action {
    display: flex;
    justify-content: center;
}

.empty-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 10px;
    background: #048CCB;
    color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(4, 140, 203, 0.2);
    margin-top: 0;
}

.empty-cart-btn:hover {
    background: #007bb4;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(4, 140, 203, 0.3);
}

.empty-cart-btn .btn-icon {
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-top: 0;
    transition: transform 0.3s ease;
}

.empty-cart-btn:hover .btn-icon {
    transform: translateX(4px);
}

@media (max-width: 576px) {
    .empty-cart-card {
        padding: 40px 20px;
    }
    
    .empty-cart-title {
        font-size: 20px;
    }
    
    .empty-cart-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .empty-cart-btn {
        padding: 14px 30px;
        width: 100%;
        justify-content: center;
    }
}