/* ==================================================
  TEMPLATE STYLE
  ================================================== *//*

  #Header
    #Account
    #Languages & Currencies
    #Callback
    #Logo
     #Header contacts
     #Header informers
     #Search
     #Header catalog
  #Main
    #Main banner
    #Filter
    #Price range
    #Product sorting
    #Pagination
    #Breacrumbs
    #Raiting
    #Main brands
    #Preview product
    #Preview article
    #Comments
    #Product page
    #Features
    #Pager
    #Browsed products
    #Comparison page
    #Purchases
    #Delivery & Payment
    #Profile user
    #Advantages
    #Page 404
  #Footer
  #Mobile navigation
  #Button to Top

*//* ==================================================
  TEMPLATE STYLE
  ================================================== */


/***** #Header ***********************************************************************/
header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 20;
    position: fixed;
    width: 100%;
    top: 14px;
    left: 0;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
    z-index: 9999;
    background: var(--bg);
    color: var(--body-text);
    padding: 12px 0;
    height: 80px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
header .container {
    height: 100%;
}
.header_content {
    display: grid;
    grid-template-columns: 45% 115px 45%;
    width: 100%;
    gap: 1%;
    height: 100%;
}
header.fixed {
    top: 0;
}
header.fixed .header__logo .logo__link {
    top: -36px;
}

/***** #Languages & Currencies *******************************************************/
.switcher__item{
    position: relative;
    padding: 12px;
    white-space: nowrap;
    cursor: pointer;
}
.switcher__visible {
    gap: 5px;
}
.switcher__visible .switcher__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: grid;
    place-items: center;
}
.switcher__visible .switcher__icon svg {
    width: 100%;
    height: 100%;
    color: #56a7ff;
    display: block;
    transition: all 0.2s;
}
.switcher__name{
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.switcher__visible .switcher__name {
    color: #56a7ff;
}
.switcher__hidden{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
    left: -12px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    width: auto;
}
.switcher__language .switcher__hidden{left: 0; right: 0;}
.switcher__link{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--basic-company-text);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    border: none;
    width: 100%;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.switcher__link.active .switcher__name{
    text-decoration: none;
    color: var(--basic-company);
}
.switcher__visible img,
.switcher__link img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 4px;
}

/***** #Logo *************************************************************************/
.header__logo {
    position: relative;
    width: 115px;
}
.logo__link{
    display: block;
    height: 55px;
}
.header__logo .logo__link {
    position: absolute;
    top: -49px;
    left: 0;
    width: 115px;
    height: auto;
    background: var(--second-company);
    border-radius: 5px;
    display: grid;
    place-items: center;
    padding: 4px 12px 6px 12px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.header__logo .logo__link img {
    width: 80px;
    height: 100%;
    object-fit: contain;
    display: block;
}
.logo__link img,
.logo__link svg{
    display: block;
    max-height: 100%;
    max-width: 100%;
}
/****** #Header contacts *************************************************************/
.header-contact{
    height: 50px;
    position: relative;
    min-width: 235px;
}
.header-contact__inner{
    padding: 15px 15px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 10px;
    height: 45px;
}
.header-contact__inner--adress{
    padding: 10px 15px 0;
    height: 45px;
}
.header-contact__inner--adress .header-contact__item--visible::after {
    content: none!important;
}
.header-contact__item{
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.header-contact__item--visible{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.header-contact__section svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 1;
}
.header-contact__icon {
    position: absolute;
    right: -8px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    top: -1px;
    z-index: 999;
    color: #56a7ff;
}
.header-contact__icon svg {
    margin-right: 0;
}
.header-contact--phone,
.header-contact--email,
.header-contact--time{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 13px;
    line-height: 1.2;
    word-break: break-all;
}
.header-contact--phone,
.header-contact--email {
    white-space: nowrap;
}
.header-contact--email{font-size: 14px;}
.header-contact--time,
.header-contact--time p,
.header-contact--time span{
    font-size: 14px;
    font-weight: 500;
}
.header-contact__item--visible.header-contact--phone a,
.header-contact--phone a,
.header-contact--email a,
.header-contact--time{
    text-decoration: none;
    color: var(--body-text);
}
.header-contact__item--visible.header-contact--phone a {
    color: #56a7ff;
    width: fit-content;
}
.header-contact__inner.active{
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
    height: auto;
}
.header-contact__inner.active .header-contact__item{
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
}
.header-contact__inner.active .header-contact__icon {
    display: none;
}
/***** #Header informers *************************************************************/
.header_informers__item{
    position: relative;
    cursor: pointer;
    min-width: 70px;
    padding: 0 15px;
    transition: .2s;
    color: var(--second-company-text);
    height: 100%;
}
.header_informers__link{
    color: var(--second-company-text);
    text-decoration: none;
}
.header_informers__item.icon-search,
.header_informers__link i{
    width: 32px;
    height: 32px;
}
.header_informers__link i:before{
    font-size: 30px;
    line-height: 1;
}
.header_informers__link i.fa-balance-scale:before{
    font-size: 26px;
    line-height: 1;
}
.header_informers__item.icon-search {
    font-size: 32px;
    min-width: 45px;
    padding: 0 5px;
}
.header_informers__item .compare_counter,
.header_informers__item .wishlist_counter,
.header_informers__item .cart_counter{
    background: #F5CC43;
    border: 2px solid;
    border-color: var(--second-company);
    border-radius: 50%;
    color: var(--body-text);
    padding: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 17px;
    display: block;
}
/***** #Search **********************************************************************/
.search {
    position: relative;
    margin: 10px 14px;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.search__input {
    background:var(--bg);
    border: none;
    color: var(--body-text);
    height: 40px;
    width: 100%;
}
.search__button {
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    height: 32px;
    position: absolute;
    text-align: center;
    right: 4px;
    top: 4px;
    width: 50px;
    border: none;
    background:  var(--second-company);
    color: var(--second-company-text);
    opacity: 0.8;
    transition: all 0.2s;
}
.search__button:before{
    content: "\f002";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/***** #Main banner *****************************************************************/

.main_banner{
    width: 100%;
    margin: 0;
    height: 100vh;
    position: relative;
}
.main_banner .banner_group__item{height: 100vh;}
.main_banner .banner_group{margin-bottom: 0;}
.main_slide {
    position: relative;
    width: 100%;
    height: 100vh;
}
.main_slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000218CC;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.main_slide__content {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 9;
}
.main_slide__content .container {
    width: 100%;
    height: 100%;
}
.main_slide__text {
    width: 100%;
    height: 100%;
    max-width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6%;
    padding: calc(5vh + 70px) 0;
    align-items: center;
    margin: 0 auto;
}
.main_slide__image, .main_slide__image img {
    height: 100vh;
    width: 100%;
}
.main_slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fn_main .swiper-slide.swiper-slide-active .main_slide__image {
    transform: scale(1.5);
}
.fn_main .main_slide.swiper-slide:not(.swiper-slide-active) .main_slide__content {
    display: none;
}
.fn_main .main_slide .main_slide__image {
    transform: scale(1.05);
    transition: transform 30s linear;
}
.main-top:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.main-top:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2) {
    display: none;
}
.image_zoom img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: scale(1);
}
.main_slide__title {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main_slide__title strong{
    font-size: 120px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0px 4px 20px #7FB7FF;
}
.main_slide__annotation {
    font-size: 26px;
    font-weight: 400;
    color: #ffffffd6;
    line-height: 1.2;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 3);
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main_slide__description {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 3);
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main_slide__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    row-gap: 12px;
    flex-wrap: wrap;
}
.btn, .btn_border {
    position: relative;
    padding: 12px 25px;
    border-radius: 10px;
    line-height: 1;
    height: 50px;
    font-size: 18px;
    text-decoration: none;
    min-width: 270px;
    font-weight: 600;
    border: 1px solid var(--basic-company);
    background: var(--basic-company);
    color: var(--button-text);
    white-space: nowrap;
    width: fit-content;
    display: grid;
    place-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: inherit;
    cursor: pointer;
}
.btn:focus, .btn:active {
    color: var(--button-second-text);
    background-color: var(--button-color-hover);
    border-color: var(--button-color-hover);
}
.btn_border {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.btn_border:focus, .btn_border:active {
    color: var(--basic-company-text);
    background-color: var(--button-color-hover);
    border-color: var(--button-color-hover);
}

/*****  #Main  **********************************************************************/
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

/***** #Pagination *******************************************************************/
.pagination {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 15px auto 10px;
}
.pagination__item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.pagination__link {
    display: block;
    padding: 0 10px;
    min-width: 45px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: var(--body-text);
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    height: 26px;
    line-height: 24px;
}
.pagination__link:hover,
.active .pagination__link {
    color: var(--basic-company-text);
    background-color: var(--basic-company);
    border-color: var(--basic-company);
}
.products_pagination{margin: 10px auto 0;}

/***** #Breacrumbs  *****************************************************************/
.breadcrumbs {
    width: 100%;
    border: none;
    padding: 0 3px;
    background: transparent;
    list-style: none;
    margin: 10px 0;
    color: var(--body-text);
}
.breadcrumbs .breadcrumbs__item {
    padding: 0;
    color: inherit;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.breadcrumbs .breadcrumbs__item:first-child {margin-right: 3px;}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before { 
    padding: 0 5px;
    content: "\f101";
    font: normal normal normal 16px/1 "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs svg{width: 18px;height: 18px;}
.breadcrumbs a{
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 500;
    color: var(--body-text);
}
.breadcrumbs a:hover{color: var(--button-color);}

/***** #Pager ***********************************************************************/
.pager {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.pager li{
    margin-bottom: 10px;
}
.pager a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.7;
    color: var(--body-text);
    position: relative;
    background-color: #fff;
    padding: 10px;
    min-height: 45px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    line-height: 1.2;
}
.pager a svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pager li:last-child a svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/***** #Footer  **********************************************************************/
footer {
    background: #000818;
    color: var(--second-company-text);
    -ms-flex-negative: 0;
    margin-top: 0;
}
.footer_column {
    width: fit-content;
    position: relative;
    /* flex-grow: 1; */
}
.footer_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    row-gap: 26px;
    padding: 24px 0;
    width: 100%;
}
.footer_logo {
    width: fit-content;
}
.footer_logo .logo__link {
    height: 120px;
    width: auto;
}
.footer_logo .logo__link img, .footer_logo .logo__link svg{
    width: auto;
}
.footer_logo .logo__link img {
    background: transparent;
}
.footer__content{
    color: var(--boxed-text);
    margin-bottom: 20px;
}
.footer__contact_item{
    position: relative;
    padding-left: 0;
}
.footer__contact_item .email,
.footer__contact_item .open_hours,
.footer__contact_item .phone,
.footer__contact_item .address {
    position: relative;
    margin-bottom: 15px;
    color: var(--boxed-text);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.3;
    transition: all 0.2s;
}
.footer__contact_item .email, .footer__contact_item .phone {
    white-space: nowrap;
}
.footer__contact_item .phone {
    padding-left: 32px;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg,
.footer__contact_item .phone svg,
.footer__contact_item .address svg{
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: auto;
    margin-right: 12px;
    position: relative;
    top: 0;
    display: block;
}
.footer__contact_item.phones svg {
    position: absolute;
    left: 0;
    top: -2px;
}
.footer__contact_item .open_hours,
.footer__contact_item .open_hours p,
.footer__contact_item .open_hours span{
    color: var(--boxed-text)!important;
    font-size: 12px!important;
    font-weight: 400!important;
}
.footer__contact_item .callback {
    margin: 0;
}
.footer__menu_item{margin-bottom: 10px;}
.footer__menu_link {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    -webkit-user-select: no-select;
    -moz-user-select: no-select;
    -ms-user-select: no-select;
    user-select: no-select;
    background: transparent;
    color: var(--boxed-text);
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.1s ease 0s;
    line-height: 1.2;
}
.footer__social {
    gap: 24px;
}
.social{overflow: hidden;}
.social__link{
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: all 400ms;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.social__link svg {
    width: 100%;
    height: 100%;
    display: block;
}
.footer__payments{text-align: right;}
.payments__list{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    text-align: right;
}
.payments__item{
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(255, 253, 253);
    height: 32px;
    padding: 0 5px;
    margin: 0 0 0 5px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payments__item picture,
.payments__item img{
    display: block;
    max-height: 30px;
    min-width: 30px;
}
.footer__copyright{
    border-top: 1px solid #FFFFFF1A;
    background: #000818;
    padding: 15px 0;
    color: var(--second-company-text);
    opacity: .7;
}
.footer__copyright span{
    padding-right: 5px;
}
.footer__copyright a{
    text-decoration: none;
    color: var(--second-company-text);
}
.copyright svg{
    height: 24px;
    width: auto;
    margin-left: 5px;
}
.footer__text {
    color: var(--boxed-text);
    opacity: .6;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.copyright {
    width: 100%;
    column-gap: 24px;
    flex-wrap: wrap;
}
.copyright_image {
    height: 33px;
    width: fit-content;
}
.copyright_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain!important;
}

/***** #Page ***************************************************************/
.section {
    padding: 150px 0;
}
.block_title {
    font-size: 40px;
    font-weight: 800;
    color: var(--body-heading);
    margin-bottom: 40px;
    line-height: 1;
    text-align: center;
}
.block_title.faq {
    text-align: left;
}
.block_title h1{
    margin-bottom: 0;
}
.block_title__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.block_title__text {
    font-size: 18px;
    font-weight: 300;
    color: var(--body-heading);
    line-height: 1.2;
    width: 100%;
    text-align: center;
}
.block_title__wrap .block_title {
    margin-bottom: 0;
}
.section_bg {
    background: var(--bg);
    padding: 60px 0;
}
.section + .section:not(.section_bg) {
    padding-top: 0;
}
.section.section_bg + .section:not(.section_bg) {
    padding-top: 150px;
}
.section_feedback {
    position: relative;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/feedback-image-opt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section_feedback::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 3, 32, 0.2) 0%, rgba(0, 3, 32, 0.9) 39.64%, rgba(0, 3, 32, 0.9) 60.39%, rgba(0, 3, 32, 0.2) 100%);
    background: #000218CC;

}
.section_feedback .block_title, .section_feedback .block_title__text {
    color: var(--second-company-text);
}
.feedback_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 60%;
    margin: 0 auto;
}
.block__body:not(.block_grid) .abouts_us__content {
    max-width: 70%;
}
.section_advantages{
    height: fit-content;
    background: transparent;
    position: relative;
    padding: 260px 0;  
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* margin-bottom: 70px; */
}
.section_advantages::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 260px;
    background-image: url(../images/patter-top.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.section_advantages::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 260px;
    background-image: url(../images/patter-bottom.png);
    /* background-size: cover;
    background-position: bottom;
    background-repeat: repeat; */
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.advantages__wrap {
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 3.2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 10%;
}
.back_mask:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFFC7;
    top: 0;
    z-index: 0;
}
.advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.advantages__number {
    text-align: left;
    font-size: 90px;
    font-weight: 700;
    color: #001B51;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.advantages__text {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #001B51;
    line-height: 1.2;
}
.block_grid {
    display: grid;
    grid-template-columns: 55% 40%;
    width: 100%;
    gap: 5%;
}
.abouts_us__img {
    height: fit-content;
    width: 100%;
    position: sticky;
    top: 90px;
}
.abouts_us__img img {
    width: 100%;
    height: auto;
    object-fit: contain!important;
    display: block;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
}



/***** #Mobile navigation ************************************************************/
.menu_switcher{
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 28px;
    -ms-flex: 1 0 28px;
    flex: 1 0 28px;
    max-width: 28px;
    position: relative;
    height: 28px;
    align-items: center;
    color: #56a7ff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.menu_switcher:hover, .menu_switcher:focus, .menu_switcher:active {
    color: var(--second-company);
}
.menu_switcher__heading{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 10px;
    width: 100%;
    background: var(--basic-company);
    border-radius: 4px;
    height: 40px;
}
.menu_switcher__heading svg {
    margin-right: 5px;
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px;
}

/***** #Button to Top ****************************************************************/
.to_top {
    position: fixed;
    z-index: 100;
    left: 2%;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    color: var(--basic-company-text);
    border-radius: 50%;
    background-color: var(--basic-company);
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.to_top.show {
    visibility: visible;
    opacity: 0.8;
}
.to_top svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    color: #fff;
    display: block;
}
.to_top:hover {opacity: 1;}

/***** #Advantages *****/
.advantages__item{
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.advantages__item:last-child{margin-bottom: 0;}
.advantages__preview{
    text-align: center;
    height: 100%;
    color: rgb(58, 58, 58);
    background: rgb(255, 255, 255);
    border-right: 1px solid;
    border-color:  #dbdbdb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.advantages__item:last-child .advantages__preview{border: none;}
.advantages__icon{
    max-width: 65px;
    text-align: center;
    margin-bottom: 5px;
}
.advantages__icon svg{
    width: 55px;
    height: 55px;
    color: var(--basic-company);
}
.advantages__title{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
    max-width: 150px;
    line-height: 1.2;
    min-height: 36px;
}
/***** #Page 404 ********************************************************/
.not_found{
    width: 900px;
    max-width: 100%;
    text-align: center;
    margin: 20px auto 40px;
}
.not_found__image{color: var(--basic-company)};
.not_found__image svg{width: 300px;height: 300px;}
.not_found__menu{text-align: center;}
.not_found__description{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}
.purchase_discount__item{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid rgb(219, 219, 219);
}
.purchase_discount__item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.purchase_discount__name {
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
    line-height: 1.2;
    font-size: 14px;
    display: block;
    position: relative;
    font-weight: 600;
}
.purchase_discount__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.purchase_discount__title {
    font-size: 11px;
    font-weight: 400;
    color: rgb(128, 128, 128);
    margin-bottom: 5px;
}
.purchase_discount__group_content {
    min-height: 25px;
}
.purchase_discount__price_before {
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    padding-right: 25px;
}
.purchase_discount__discount {
    padding-right: 25px;
}
.purchase_discount__price_after {
    color: rgb(0, 175, 238);
    font-size: 16px;
    font-weight: 600;
}
.purchase_discount__price_before .currency,
.purchase_discount__price_after .currency {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.purchase__price .price--red{
    color: #B10707;
}
.discount_tooltip{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    position:relative;
    top:-3px;
    color:rgb(246, 80, 80);
    transition: all 0.3s;
}
.discount_tooltip svg{
    width: 16px;
    height: 16px;
}
.discount_tooltip:focus,
.discount_tooltip:hover{
    color: #B10707;
}
.novaposhta_types_inputs {
    margin: 20px 0px;
}
.novaposhta_delivery .form-group {
    max-width: 348px;
}
.novaposhta_redelivery_input {
    margin: 20px 0 0;
}

select.error ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f00;
}

select.error ~ .select2-container--default .select2-selection--single {
    
    display: block;
    border: 1px solid #f00;
}
