@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

body{
    direction: ltr;
    font-family: 'Signika', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.paddStay {
    padding: 61px 0;
}
.margStay {
    margin: 61px 0;
}
.check {
    color: #222831;
}
.titleStay {
    padding-top: 21px;
    padding-bottom: 21px;
    color: #222831;
    text-align: center;
    font-weight: 900;
}
.whit {
    color: #ffffff;
}
.header-swap {
    display: flex;
}
.header-main {
    background-color: #000000;
}
.header-i {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    align-items: center;
}
.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 11px;
    padding: 11px;
}
.logo-title {
    color: #ffffff;
    font-size: 21px;
    padding: 9px;
}
.header-logo img {
    height: 45px;
}
.dropdown {
    display: flex;
    align-items: center;
    gap: 11px;
}
.dropdown a {
    color: #ffffff;
}
.dropdown button {
    color: #ffffff;
}
.dropdown-menu a {
    color: #222831;
}

.header-kontak-main {
    display: flex;
    justify-content: center;
    padding: 26px;
}
.header-kontak-blok {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-kontak-blok i {
    padding-right: 22px;
    font-size: 21px;
    color: #222831;
}
.contact-blok-text {
    word-break: break-all;
}

.video-area {
    position: relative;
}
.video-area-video video {
    display: block;
    width: 100%;
    height: 40%;
    object-fit: cover;
    min-height: 321px;
}
.video-area-back {
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #222831;
}
.video-area-back-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    padding: 22px;
    gap: 24px;
    font-weight: 900;
    font-size: 20px;
}
.extra-area {
    position: relative;
}
.extra-main {
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    margin-top: -111px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
    gap: 21px;
    padding: 22px;
}
.extra-main-box {
    display: flex;
    flex: 1;
    gap: 26px;
}
.extra-main-box-img i {
    font-size: 42px;
    color: #222831;
}
.extra-main-box-info {
    display: flex;
    justify-content: space-between;
    gap: 26px;
}
.extra-main-box-info-title {
    font-size: 21px;
}
.input-main_holder_group{
    display: block;
    width: 100%;
    padding: 20px 26px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 11px 0px;
}
.textarea-main_holder_group{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px 26px;
    width: 100%;
}
.cata-blocks {
    column-gap: 2%;
    row-gap: 22px;
    display: flex;
    flex-wrap: wrap;
}
.catalog {
    width: calc(1/1*100% - 2%);
    display: flex;
    padding: 26px;
    gap: 26px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}
.catalog:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}
.cata-mg {
    flex: 1;
}
.cata-mg img {
    width: 100%;
    object-fit: contain;
    height: auto;
    display: flex;
}

@media (min-width: 576px){
    .cata-mg img{
        height: 254px;
    }
}
@media (min-width: 768px){
    .cata-mg img{
        height: 301px;
    }
}
@media (min-width: 992px){
    .cata-mg img{
        height: 382px;
    }
}
.catalog-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.catalog-content-title {
    font-size: 20px;
    padding: 21px 0;
    text-align: center;
    color: #222831;
}
.catalog-content-info {
    display: flex;
    justify-content: space-between;
    gap: 21px;
}
.catalog-content-text {
    padding: 21px 0;
}
.catalog-content-info span {
    color: #222831;
}
.catalog-content-info-aviable {
    font-size: 21px;
    color: rgb(34,139,34);
    font-weight: 900;
}
.catalog-content-price {
    font-weight: 900;
    font-size: 20px;
    display: flex;
    gap: 9px;
}
.catalog-content-more {
    border-bottom: 1px solid;;
    color: #222831;
    padding: 11px 0;
}
.tel-btn {
    margin-top: 11px;
}

.qa-main {
    background: url(photos/illustrations_header_689792a7395e44.50068945.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
}
.qa-bakc {
    background-color:  #222831;
}
.qa-box {
    flex: 1;
    background-color: rgb(255, 255, 255);
    display: flex;
    gap: 21px;
    padding: 26px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.accordion-header button {
    color: #222831;
    font-weight: 900;
}

.block {
    display: flex;
}
.block-i {
    display: flex;
}
.reviews-img {
    display: none;
}
.reviews-img img {
    height: 71px;
    border-radius: 0%;
}
.reviews-item {
    display: flex;
    gap: 21px;
}
.reviews-testimonial {
    display: flex;
    flex: 1;
    gap: 21px;
}
.reviews-testimonial_content {
    display: flex;
    justify-content: space-between;
     gap: 21px;
}
.reviews-testimonial_content_text {
    box-shadow: 0 21px 11px 0 rgba(0, 0, 0, .1);
    padding: 32px 43px 21px;
    position: relative;
    background: #fff;
}
.reviews-testimonial_content_text:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px;
}
.reviews-testimonial-new {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 21px;
}
.reviews-testimonial_thumb i {
    font-size: 52px;
    color: #222831;
}
.our-schedule {
    display: flex;
}
.affiliates-main {
    background-color: #222831;
}
.affiliates-box {
    display: flex;
    gap: 21px;
}
.affiliates-box-dabl {
    display: flex;
    justify-content: space-around;
    gap: 21px;
}
.affiliates-box-dabl img {
    object-fit: cover;
    height: 57px;
    width: auto;
}
.footer-main {
    background-color: #000000;
    color:  rgb(255, 255, 255);
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
}
.footer-main-time {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    gap: 21px;
}
.our-schedule-box {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.footer-kontekt {
    display: flex;
    align-items: center;
    text-align: center;
    flex: 1;
    gap: 21px;
}
.footer-karta {
    display: flex;
    flex: 1;
    justify-content: center;
}

.podval-main {
    background-color: #222831;
}
.podval {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;
}
.podval-img {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 21px;
    gap: 21px;
}
.podval-img img {
    height: 41px;
    width: auto;
}
.politik {
    display: flex;
    flex: 1;
    gap: 21px;
    align-items: center;
}
.politik-privacy a {
    color: white;
}
.dropdown-item {
    white-space: break-spaces;
}
.forma-info-img {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
    gap: 21px;
}
.forma-info-img-new {
    display: flex;
    gap: 21px;
}
.forma-info-img-new img {
    object-fit: cover;
    height: 228px;
    width: 99px;
    flex: 1;
}
.forma-info {
    background-color: rgb(255, 255, 255);
    display: flex;
    gap: 21px;
    padding: 26px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.forma-forma {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 9px;
}
.kcont-karta {
    display: flex;
    justify-content: center;
}
.kcont-osnov {
    display: flex;
    gap: 21px;
}
.kcont-kontakt {
    display: flex;
    flex: 1;
    gap: 21px;
    padding: 26px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    align-items: center;
}

.footer-box a {
    color: black;
}
.footer-box {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 21px;
}
.footer-box-osnova {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    text-align: center;
}
.footer-box i {
    padding-right: 22px;
    font-size: 52px;
    color: #222831;
}
.header-kontak-main  a {
    color: #222831;
}
.footer-kontekt a {
    color: white;
}
.same-page-main {
    background-color: #222831;
}
.same-page-box {
    display: flex;
    flex-direction: row;
    gap: 26px;
}
.same-page-one {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #ffffff;
    gap: 21px;
    padding: 26px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.same-page-one-img {
    display: flex;
    justify-content: center;
}
.same-page-one-img img {
    object-fit: contain;
    height: 141px;
    width: auto;
}
.same-page-one-content {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.same-page-one-content a {
   font-size: 21px;
}
.same-page-one-content-text[data-readmore] {
    transition: height 700ms;
    overflow: hidden;
}
.bmore {
    cursor: pointer;
    color: #222831;
    font-size: 17px;
    border-top: 1px dashed #ccc;
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.bmore:hover {
    color: #ACA22E;
}
.page-osnov-forma {
    display: flex;
    flex-direction: column;
    padding: 21px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 24px 0px;
    border-radius: 20px;
}
.page {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.page-osn {
    display: flex;
    flex-direction: row;
    gap: 26px;
}
.page-osn-img {
    display: flex;
    flex: 1;
    justify-content: center;
    height: fit-content;
    max-width: 100%;
}
.page-osn-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 21px;
}
.col-for {
    padding: 9px 0;
}
.form-check-label {
    padding-left: 11px;
}
@media (max-width: 1400px) {
    .dropdown {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .header-i {
        flex-direction: column !important;
    }
    .extra-main-box {
        flex-direction: column !important;
    }
    .politik {
        flex-direction: row !important;
    }
    .footer-kontekt {
        flex-direction: row !important;
    }
    .same-page-box {
        flex-direction: column !important;
    }
    .same-page-one {
        flex-direction: row !important;
    }
    .footer {
        flex-direction: column !important;
    }
    .politik {
        border-bottom: 1px solid;
    }
    .catalog {
        flex-direction: column !important;
    }
}
@media (max-width: 991px) {
    .video-area-back-info-text1 {
        font-size: 19px;
    }

    .cata-blocks {
        flex-direction: column !important;
    }
    .kcont-kontakt {
        align-items: stretch;
    }
    .catalog {
        width: 100%;
    }
    .dropdown {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-kontak-main {
        flex-direction: column!important;
        align-items: center;
        gap: 11px;
    }
    .extra-main {
        flex-direction: column !important;
    }
    .extra-main-box {
        flex-direction: row !important;
    }
    .forma-info {
        flex-direction: column !important;
    }
    .affiliates-box-dabl {
        flex-direction: column !important;
        align-items: center;
    }
    .reviews-item {
        flex-direction: column !important;
    }
    .politik {
        flex-direction: column !important;
        border-bottom: 1px solid;
        border-top: 1px solid;
    }
    .kcont-kontakt {
        flex-direction: column !important;
    }
    .footer-box {
        flex-direction: row !important;
    }
    .footer-kontekt {
        flex-direction: column !important;
    }
    .page-osn {
        flex-direction: column !important;
    }
    .affiliates-box-dabl img {
        height: auto;
        width: 228px;
    }
    .reviews-testimonial {
        justify-content: space-around;
    }
    .footer {
        flex-direction: column !important;
    }
    .footer-box {
        padding: 20px 0;
        border-bottom: 1px solid;
    }
    .catalog {
        flex-direction: column !important;
    }
    .video-area-back-info {
        justify-content: flex-start !important;
    }
}
@media(max-width: 767px) {
    .extra-main-box {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }
    .row {
        flex-direction: column !important;
    }
    .same-page-one {
        flex-direction: column !important;
    }
    .extra-main {
        margin-top: -111px;
    }
    
}
@media(max-width: 570px) {
    .podval-img {
        flex-direction: column !important;
    }
    .video-area-back-info-text1 {
        font-size: 16px;
    }
    .dropdown {
        flex-direction: column !important;
    }
    .video-area-back-info {
        justify-content: flex-start !important;
    }
    .catalog-content-info {
        flex-direction: column !important;
    }
    .forma-info-img-new {
         flex-direction: column !important;
     }
    .forma-info-img-new img {
        height: 111px;
        width: auto;
    }
    .reviews-testimonial-new {
        flex-direction: column !important;
        align-items: flex-start!important;
    }
    .footer-box {
        flex-direction: column !important;
    }
    .extra-main {
        margin-top: 0px;
    }
}


.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
}
.button-1 {
  background-color: white;
  color: black;
  border-radius: 143px;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  box-shadow: 0 0 0 0 black;
}

.button-1:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
}

.button-1:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
}
.button-2 {
  all: unset;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:hover {
  color: #fff;
}

.button-2::after,
.button-2::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-2::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 11px;
}

.button-2::after {
  transform: translate(11px, 11px);
  width: 37px;
  height: 37px;
  background: #ffffff15;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-radius: 41px;
}

.button-2:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-2:hover::after {
  border-radius: 11px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;

}

.button-2:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.button-3 {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 9px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.2;
  margin: 11px 0 0;
  outline: none;
  overflow: hidden;
  padding: 20px 26px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s, box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-3:disabled {
  cursor: default;
}

.button-3:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.button-3:hover {
  color: #32246e;
}

.button-4 {
  margin: 10px;
  padding: 20px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 11px;
  display: block;
  border: 0px;
  font-weight: 900;
  box-shadow: 0px 0px 20px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-4:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.button-4:active {
  transform: scale(0.95);
}


.button-5 {
  padding: 20px 24px;
  border: 0;
  transition: all .5s ease-in-out;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: rgb(0, 0, 0);
  font-weight: bolder;
  backdrop-filter: blur(9px);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 192, 255, 0.5),
    inset -8px -8px 16px 0px rgba(145, 193, 255, 0.973),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
}

.button-5:hover {
  transition: all .5s ease-in-out;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 192, 255, 0.5),
    inset 8px -8px 16px 10px rgb(145, 193, 255),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
}

.button-5:active {
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 193, 255, 0.822),
    inset -8px -8px 16px 10px #91c0ff99,
    inset 0px 11px 28px 50px rgb(255, 255, 255);
}



@media (max-width: 1399px){
    .first-screen-title {
        font-size: 52px;
        max-width: 452px;
    }
}

@media (max-width: 1199px){
    .first-screen-img {
        max-width: 226px;
    }
    .first-screen-title {
        font-size: 42px;
        max-width: 352px;
    }

    
    .first-screen-img {
        max-width: 228px;
    }
    .contact-header{
        display: none;
    }
    .header-inner-content{
        flex-basis: 78%;
    }
    .nav-menu {
        flex-basis: 100%;
    }
    .nav-menu ul{
        width: 100%;
    }
    .contact-block-inner{
        flex-direction: column !important;
    }
    .contact-block-title{
        text-align: center;
        margin-bottom: 37px;
    }
    .contact-info-wrapper{
        margin-bottom: 37px;
    }
}

@media (max-width: 991px){
    .first-screen-inner{
        flex-direction: column !important;
    }
    .first-screen-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 37px;
    }
    .feature-text{
        font-size: 16px;
    }
    .nav-menu{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0, .7);
        align-items: flex-start;
        padding-top: 41px;
        z-index: 9;
        transform: translate(-100%);
        transition: all .3s ease-in-out;
    }
    .nav-menu-active{
        transform: translate(0);
        transition: all .3s ease-in-out;
    }
    .hidden{
        overflow: hidden;
    }
    .nav-menu ul{
        flex-direction: column;
    }
    .nav-menu li{
        border-bottom: 1px solid #fff;
        width: 100%;
       
    }
    .nav-menu .nav-menu-link{
        display: block;
        padding-left: 26px;
        color: #fff;
        font-size: 16px;
    }
    .header-inner-content {
        flex-basis: auto;
    }
    .burger{
        display: flex;
    }
    .close{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        background-image: url(../img/close.png);
        background-size: cover;
    }
    .feature-wrapper.flex-column .feature-img{
        width: auto;
        height: 220px;
    }
    .about-us-inner{
        flex-direction: column !important;
    }
    .about-us-images-wrapper{
        width: 100%;
        margin-right: 0;
    }
}
@media(max-width: 767px){
    .feature-wrapper.flex-row .feature{
        justify-content: flex-start;
    }
    .feature-content{
        padding: 20px 0px;
    }
    .feature-wrapper.flex-column .feature-img {
        width: auto;
        height: 157px;
    }
}
@media(max-width: 576px){
    .logo-title{
        font-size: 18px;
    }
    .first-screen-title {
        font-size: 38px;
    }
    .feature{
        flex-direction: column !important;
    }
    .feature:nth-child(even){
        flex-direction: column-reverse !important;
    }
    .contact-info-item {
        flex-basis: 100%;
    }
    .contact-block-form form{
        width: 100%;
    }
    .text-field_floating .text-field__label{
        font-size: 14px;
    }
    .feature-wrapper.flex-row .feature {
        flex-basis: 100%;
    }
    .about-us-img{
        border-radius: 11px;
    }

    .dropdown-menu.show{
        transform: translate(-67px, 80px) !important;
        width: 280px !important;
    }
}

        
        #market-{rclass_basket}-main-basket-1 svg {
          color: #fff !important;
          fill: #fff !important;
        }

      #market-{rclass_basket}-main-basket-1 svg {
        color: #fff !important;
        fill: #fff !important;
      }
    .cart-icon-2 svg {
      fill: #fff !important;
    }

    .basket-container{
        padding-top: 50px;
    } 

    .page-osn-img{
        width: 100%;
        height: auto;

        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    @media (min-width: 576px){
            .page-osn-img{
                height: 250px;
                margin: 0 auto;
            }
    }
    @media (min-width: 768px){
            .page-osn-img{
                height: 300px;
                margin: 0 auto;
            }
    }
    @media (min-width: 992px){
            .page-osn-img{
                height: 350px;
                margin: 0 auto;
            }
    }
    @media (min-width: 1200px){
            .page-osn-img{
                height: 450px;
                margin: 0 auto;
            }
    }

    .privacyContainer{
        padding:111px 20px; 
        overflow: hidden;

        h1{
            margin-bottom: 26px;
        }
    }

    .kcont-karta{
        iframe{
            border: none;
        }
    }
