@import '../assets/icons/style.css';
@import 'modules/header/Header.css?ver=1.1';
@import 'modules/cart/Cart.css';
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    opacity: 0.5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

input:not([type=checkbox]), select, textarea, button {
    font-family: var(--main-font), verdana, arial, sans-serif;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input:not([type=checkbox]) {
    -webkit-appearance: none;
}

div, section, nav, header, footer, li, ul, article, blockquote {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body, html {
    padding: 0;
    margin: 0;
    height:auto;
    font-family: var(--main-font), arial, sans-serif;
    color: var(--text-color);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: var(--main-font-size);
    background: var(--body-background);
    scroll-behavior: smooth;

}
body{
    overflow-x:hidden;
}

button, a, img {
    transition: 0.3s !important;
}

a {
    color: var(--link-color);
}
a:hover {
    color: var(--hover-color);
}

a.no-decoration,
a.no-decoration:hover{
    text-decoration: none;
}

.main-button{
    background: var(--main-blue);
    color:var(--white-color);
    font-weight: bold;
}
.main-button:hover,
.main-button.light:hover,
.main-button.outline:hover{
    background: var(--yellow-dark);
    color:var(--white-color);
}
.main-button.light{
    background: var(--white-color);
    color:var(--main-blue);
}

.main-button.outline{
    background: var(--white-color);
    color:var(--main-blue);
    border-color: var(--main-blue);
}

.yellow-button{
    background: linear-gradient(45deg, var(--yellow-dark) 0%,var(--yellow-light) 100%);
    color:var(--brown-color);
    font-weight: bold;
}
.yellow-button:hover{
    background: linear-gradient(45deg, var(--yellow-dark) 0%,var(--yellow-light) 100%);
    transform: scale(1.05);
}

.sup-header{
    font-weight: 100;
    font-size:24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.masked{
    -webkit-mask-image: url('../assets/images/mask-6grains.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.wa-btn{
    color: var(--white-color);
    font-size:37px;
    height:37px;
    width:37px;
    border-radius:4px;
    border:0;
    padding:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
}
.wa-btn:hover{
    color: var(--wa-color);
}
.main-button.wa-btn{
    background: var(--wa-color);
}
.main-button.wa-btn i.icon-wa{
    font-size:24px;
}
.main-button.wa-btn:hover{
    color: var(--white-color);
    background: var(--bs-success);
}


.tg-btn,
.tg-btn-outline{
    color: var(--white-color);
    height:37px;
    width:37px;
    border-radius:4px;
    border:0;
    padding:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
}
.tg-btn i,
.tg-btn-outline i{
    font-size:37px;
}
.tg-btn.main-button,
.tg-btn-outline.main-button{
    padding: 5px 30px;
    width: auto;
}
.tg-btn:hover{
    color: var(--tg-color);
}
.main-button.tg-btn{
    background: var(--tg-color);
}
.main-button.tg-btn-outline{
    background:transparent;
    border:solid 1px var(--tg-color);
    color:var(--tg-color);
}
.main-button.tg-btn i.icon-tg,
.main-button.tg-btn-outline i.icon-tg{
    font-size:24px;
}
.main-button.tg-btn:hover,
.main-button.tg-btn-outline:hover{
    color: var(--white-color);
    background: var(--main-blue);
}

section .section-down{
    position: absolute;
    width:calc(100% + 10px);
    bottom:-5px;
    left:-5px;
    z-index:3;
}
section .section-up{
    position: absolute;
    width:calc(100% + 10px);
    top:-5px;
    left:-5px;
    z-index:1;
    transform: rotate(180deg);
}

.callback-form{
    color:var(--color-63);
    font-size: 16px;
    padding:25px;
}
.callback-form h2{
    font-size: 2rem;
    color: var(--main-blue);
    font-weight: 900;
}
.callback-form .form-send button{
    height:45px;
    padding:5px 35px;
    font-size:18px;
}
.callback-form .checkbox{
    font-size:16px;
}

section.bc{
    padding:20px 0;
}

h1, h1.main-h1 {
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}
main{
    min-height:calc(100vh - 305px);
}
footer{
    padding:30px 0;
    background: var(--muted-main-color);
    font-size: 14px;
    color:var(--color-6);
}

.color-63{
    color: var(--color-63);
}
.color-6{
    color:var(--color-6);
}
.color-blue{
    color:var(--main-blue);
}
.font-900{
    font-weight: 900;
}


.partnership{
    position:fixed;
    right: 15px;
    bottom: 20px;
    padding:10px 25px;
    border-radius: 20px;
    background:var(--header-background);
    color:var(--white-color);
    z-index:200;
    transition:0.5s;
    font-weight: bold;

    display:flex;
    gap:8px;
    align-items: center;
    text-transform:uppercase;
}
.partnership i{
    font-size:24px;
}

.partnership:hover{
    transform: translateY(-10px);
    background: var(--yellow-dark);
}
.partnership a{
    color:var(--white-color);
    text-decoration: none;
}


.socail-icons{
    display: flex;
    gap:10px;
    justify-content: center;
}
.socail-icons a{
    font-size:30px;
    text-decoration: none;
}
.socail-icons a.tg{
    color:var(--tg-color);
}
.socail-icons a.wa{
    color:var(--wa-color);
}
.socail-icons a:hover{
    color:var(--header-icon-hover);
}

[data-fancybox]{
    cursor: pointer;
}

iframe{
    max-width:100%;
}

/* SPLIDE */

.splide-outside-arrows .splide__arrow{
    border:none;
    background:var(--yellow-dark);
    color:var(--white-color);
    width:60px;
    height:60px;
    opacity:0.5;
    font-size:20px;
    border-radius: 0;
    -webkit-mask-image: url("/assets/images/mask-6grains.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    transition: 0.3s;
}
.splide-outside-arrows .splide__arrow[disabled]{
    display: none;
}
.splide-outside-arrows .splide__arrow path{
    fill:var(--white-color);
}
.splide-outside-arrows .splide__arrow:hover{
    opacity: 1;
}
.splide-outside-arrows .splide__arrow:hover path{
    fill:var(--white-color);
}
.splide-outside-arrows .splide__arrow--prev{
    left:-75px;
}
.splide-outside-arrows .splide__arrow--next{
    right:-75px;
}

/* SPLIDE */



/* OFFCANVAS */

.offcanvas {
visibility: visible !important;
}
.offcanvas.show {
    visibility: visible;
}
.offcanvas.lg {
    width: 100%;
    max-width: 600px;
}
.offcanvas .offcanvas-footer {
    padding: 1rem;
}
.offcanvas .offcanvas-inside {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
}

/* MODAL */

.modal {
    backdrop-filter: blur(8px) brightness(60%);
}
.modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal .modal-content {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
    border: 0;
    position: relative;
}

.modal-content {
    border: 0 !important;
    animation: modal-top-income 0.5s;
    box-shadow: 20px 30px 50px rgba(0, 0, 0, .2);
}

.modal-content.animate {
    animation: modal-top-income 0.5s;
}

.modal-content.go-out {
    animation: modal-top-outcome 0.3s;
}
.modal .btn-close{
    position: absolute;
    top:15px;
    right: 15px;
}

.form .form-success,
.form .form-loading,
.form .form-error{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: var(--white-color);
    display:none;
}
.form.success .form-success,
.form.error .form-error{
    display:flex;
    padding:30px;
    text-align: center;
    flex-direction: column;
    gap:10px;
    align-items: center;
    justify-content: center;
    z-index:5;
}

.form.loading .form-loading{
    display:flex;
    padding:30px;
    text-align: center;
    flex-direction: column;
    gap:10px;
    color:var(--main-blue);
    z-index:5;
}
.form.loading .form-loading h4{
    position: absolute;
    top:50%;
    margin-top: 50px;
    font-weight: 100;
    width:100%;
    text-align: center;
    left:0;
}

.form-field {
    margin-bottom: 15px;
    position: relative;
}
.form-field label {
    font-weight: bold;
    position: relative;
    display: block;
}
.form-field label.required:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    padding: 2px 5px;
    font-size: 8px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #ff8080;
    content: "Обязательное";
    margin-left: 4px;
    font-weight: bold;
}
.form-field .form-field-description {
    font-style: italic;
    font-size: 0.8rem;
    color: #8fa1c0;
}
.form-field .input-error {
    position: absolute;
    display: none;
    left: 0;
    top: 65px;
    padding: 5px;
    border-radius: 5px;
    background: var(--bs-danger);
    color: #ffffff;
    z-index: 3;
}
.form-field .input-error:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent var(--bs-danger) transparent;
    left: 15px;
    top: -6px;
    content: "";
    z-index: 10;
}
.form-field .input-error.for-checkbox{
    top: 25px;
}
.form-field.error {
    color: var(--bs-danger) !important;
}
.form-field.error input {
    border-color: var(--bs-danger);
}
.form-field.error .input-error {
    display: block;
}

.form-field .dropzone{
    border:dashed 1px var(--c-grey);
    position:relative;
    margin:5px 0;
    border-radius: 5px;
}
.form-field .dropzone.dropable{
    border-color: var(--main-blue);
}
.form-field .dropzone.dropable .dz-placeholder i{
    color:var(--main-blue);
}
.form-field .dropzone.dropable .dp-ph-text{
    display:none;
}
.form-field .dropzone input{
    position: absolute;
    z-index:1;
    top:0;
    left:0;
}
.form-field .dropzone .dz-placeholder{
    padding:5px 15px;
    background:var(--white-color);
    position: relative;
    z-index:2;
    color: var(--color-9);
    display: flex;
    gap:5px;
    align-items: center;
    justify-content: center;
}
.form-field .dropzone .dz-placeholder i{
    font-size: 50px;
    color:var(--c-grey);
    margin:20px;
    display: inline-block;
    transition: 0.5s;
}
.form-field .dropzone:hover i{
    color:var(--blue-color);
}
.form-field .dropzone.fill .dz-placeholder{
    display: none;
}
.form-field .dropzone .image-preview{
    width:100%;
    height:180px;
    padding:20px 0;
    position: relative;
    z-index:2;
    display:none;
    background: var(--white-color);
}
.form-field .dropzone .image-preview figure{
    width:100%;
    height:100%;
    border-radius: 12px;
    overflow: hidden;
}
.form-field .dropzone .image-preview img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.form-field .dropzone.fill .image-preview{
    display: block;
}
.form-field .dropzone.fill .image-preview .btn-close{
    position:absolute;
    right:12px;
    top:12px;
    z-index:4;
}

/* /FORM */

/* switchbox  */

.switchbox {
    padding-left: 2.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    user-select: none;
}
.switchbox:before {
    width: 1.8rem;
    position: absolute;
    height: 15px;
    border-radius: 20px;
    background: #b6c2d6;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}
.switchbox:after {
    width: 15px;
    content: "";
    position: absolute;
    border-radius: 20px;
    height: 15px;
    background: #ffffff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: left 0.2s ease;
}
.switchbox.checked:before,
.switchbox.lg.checked:before{
    background: #4fc2a0;
}
.switchbox.checked:after {
    left: calc(1.8rem - 15px);
}

.switchbox.lg {
    padding-left: 3.5rem;
    font-size: 120%;
}
.switchbox.lg:before {
    width: 2.8rem;
    height: 20px;
    border-radius: 50px;
    background: #b6c2d6;
}
.switchbox.lg:after {
    width: 20px;
    height: 20px;
}
.switchbox.lg.checked:after {
    left: calc(2.8rem - 20px);
}

/* /switchbox  */

/* Checkbox */
.checkbox {
    padding-left: 25px;
    position: relative;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
}
.checkbox.checked i.icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox i.icon-check {
    position: absolute;
    width: 17px;
    height: 17px;
    font-size: 15px;
    left: 9px;
    top: 9px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 4;
    color: var(--bs-success);
}
.checkbox:after {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: solid 1px var(--bs-gray-500);
    content: "";
    left: 0;
    top: 0;
}
.checkbox.checked:after {
    border-color: var(--bs-success);
}

/* /Checkbox */
a.dashed-link{
    text-decoration: none;
}
.dashed-link {
    border-bottom: dashed 1px #358bc8;
    color: #358bc8;
    cursor: pointer;
}
.dashed-link:hover {
    border-bottom: solid 1px #ffcc00;
    color: #ffcc00;
}

.page-link {
    color: #358bc8;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #358bc8;
    border-color: #358bc8;
}

/*ToolTipAlert */

.tooltip-alert {
    position: absolute;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.2);
    z-index: 24;
    background: #f2f6f9;
    color: var(--color-63);
    transition: 0.5s;
    transform: translateY(-20px) translateX(-50%);
    opacity: 0;
    max-width: 250px;
    text-align: center;
}
.tooltip-alert:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #f2f6f9 transparent;
}
.tooltip-alert.show {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}
.tooltip-alert.success {
    color: var(--white-color);
    background: var(--success-color)
}
.tooltip-alert.success:after {
    border-color: transparent transparent var(--success-color) transparent;
}
.tooltip-alert.danger {
    color: var(--white-color);
    background: var(--danger-color);
}
.tooltip-alert.danger:after {
    border-color: transparent transparent var(--danger-color) transparent;
}

/* Tooltip Alert */

/* LOADER */
.loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    transform: rotate(180deg);
}
.loader span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #358bc8;
    -webkit-animation: dots4 1.7s infinite ease-in-out both;
    animation: dots4 1.7s infinite ease-in-out both;
    margin-right: 5px;
}
.loader span:nth-child(1) {
    left: 0;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loader span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loader span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}


/* Splide */

.splide.round-arrows .splide__arrow{
    background: var(--white-color);
    opacity:1;
    width: 3.5rem;
    height: 3.5rem;
}

.splide .splide__arrow[disabled]{
    display: none;
}

.splide.round-arrows .splide__arrow.splide__arrow--prev,
.splide.bottom-arrows .splide__arrow.splide__arrow--prev{
    left:0;
    transform: translate(50%, -50%);
}
.splide.round-arrows .splide__arrow.splide__arrow--next,
.splide.bottom-arrows .splide__arrow.splide__arrow--next{
    right:0;
    transform: translate(-50%, -50%);
}
.splide.round-arrows .splide__arrow.splide__arrow--prev:hover{
    opacity: 1!important;
    transform: scale(1.15) translate(50%, -50%);
}
.splide.round-arrows .splide__arrow.splide__arrow--next:hover{
    opacity: 1!important;
    transform: scale(1.15) translate(-50%, -50%);
}
.splide.round-arrows .splide__arrow svg path,
.splide.bottom-arrows .splide__arrow svg path{
    fill: var(--link-color);
}
.splide.bottom-arrows .splide__arrow:hover{
    opacity: 1;
}
.splide.bottom-arrows .splide__arrow:hover svg path{
    fill: var(--hover-color);
}

.splide .splide__pagination {
    padding: 0.7rem 1rem;
    z-index: 1;
    border-radius: 30px;
    gap:2px;
    flex-wrap: nowrap;
    overflow:hidden;
}

.splide .splide__pagination .splide__pagination__page{
    width: 0.8rem;
    height: 0.8rem;
    background: var(--c-grey);
}
.splide .splide__pagination .splide__pagination__page.is-active{
    transform: none;
    border: none;
    background: var(--blue-color);
    opacity:1;
}

.splide.bottom-arrows{
    margin-bottom: 70px;
}

.splide.bottom-arrows .splide__arrows{
    position: absolute;
    bottom:-40px;
    left:0;
    width:100%;
}
.splide.bottom-arrows .splide__pagination{
    bottom:-50px;
    left:50%;
    right:auto;
    transform: translateX(-50%);
}

.splide.bottom-arrows .splide__arrow{
    background: var(--white-color);
    opacity:1;
    width: 2rem;
    height: 2rem;
}

/* /Splide */

@keyframes dots4 {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes dots4 {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* /LOADER */



@media (max-width: 575.9px){
    h1.main-h1 {
        font-size: 2.5rem;
    }
    .sup-header{
        font-size:18px;
    }
}
@media (min-width: 576px) and (max-width: 767.9px){
    h1.main-h1 {
        font-size: 2.75rem;
    }
    .sup-header{
        font-size:20px;
    }
}
@media (min-width: 768px) and (max-width: 991.9px){
    h1.main-h1 {
        font-size: 3rem;
    }
    .sup-header{
        font-size:22px;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px){
    h1.main-h1 {
        font-size: 3.2rem;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    h1.main-h1 {
        font-size: 3.2rem;
    }
}
@media (min-width: 1400px){

}