/*!
Theme Name: Vibemebel

Author: NaStarte
Author URI: https://nastarte.by/
Version: 1.0.0
*/

@font-face {
    font-family: 'Golos Text';
    src: url('assets/fonts/Golostextregular.woff2') format('woff2'), 
         url('assets/fonts/Golostextregular.woff') format('woff'), 
         url('assets/fonts/Golostextregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('assets/fonts/Golostextmedium.woff2') format('woff2'), 
         url('assets/fonts/Golostextmedium.woff') format('woff'), 
         url('assets/fonts/Golostextmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('assets/fonts/Golostextdemibold.woff2') format('woff2'), 
         url('assets/fonts/Golostextdemibold.woff') format('woff'), 
         url('assets/fonts/Golostextdemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('assets/fonts/Golostextbold.woff2') format('woff2'), 
         url('assets/fonts/Golostextbold.woff') format('woff'), 
         url('assets/fonts/Golostextbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('assets/fonts/Golostextblack.woff2') format('woff2'), 
         url('assets/fonts/Golostextblack.woff') format('woff'), 
         url('assets/fonts/Golostextblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,*::before,*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
ul, ol, li {
    list-style: none;
}
img {
    vertical-align: top;
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit;
}
html, body{
    line-height: 1;
    overflow-x: hidden;
}
body {
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #000;
}
section{
    position: relative;
    margin-bottom: 100px;
}
.wrapper {
    position: relative;
    width: 90%;
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End Slider */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; 
} 
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; 
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; 
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
    display: none; 
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; 
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; 
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
    cursor: auto; 
}
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
/* End Magnific Popup CSS*/
.header{
    position: relative;
}
.header__box{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-left: -15px;
    margin-right: -15px;
}
.header__logo{
    max-width: 212px;
    padding-left: 15px;
    padding-right: 15px;
}
.header_fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 25%);
    backdrop-filter: blur(10px);
}
.header_fixed .menu__social{
    display: none;
}

.menu__social_top {
    text-align: right;
    margin-right: 0 !important;
}
.header_fixed .header__box{
    align-items: center;
    padding: 7px 0;
}
.menu{
    position: relative;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.header_fixed .menu{
    padding: 15px;
}
.menu__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.header_fixed .menu__list{
    padding-bottom: 0;
    border-bottom: none;
}
.menu__list__link{
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    transition: 0.3s all;
}
.menu__list__link:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #008000;
    content: "";
    transition: width 0.3s ease-out;
}
.menu__list__link:hover{
    color: #008000;
}
.menu__list__link:hover:after {
    width: 100%;
}
.menu__social{
    padding-top: 18px;
    margin-right: -19px;
}
.menu__social__link{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}
.menu__social__icon{
    width: 24px;
    height: 24px;
}
.hero{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.hero__box{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 610px;
    margin-left: -15px;
    margin-right: -15px;
}
.hero__box__items{
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
.hero__box__items:first-child{
    justify-content: flex-start;
}
.hero__box__items:last-child{
    padding-right: 25px;
}
.hero__box__circle{
    position: absolute;
    height: 218px;
    width: 218px;
    background-color: #00000060;
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}
.hero__box__circle_top{
    top: 22px;
}
.hero__box__circle_center{
    top: 170px;
}
.hero__box__circle_bottom{
    top: 275px;
}
.hero__box__title{
    line-height: 18px;
    padding-bottom: 22px;
}
.hero__box_price{
    font-size: 48px;
    line-height: 14px;
}
.hero__box_price span{
    font-size: 18px;
    line-height: 14px;
    padding-left: 8px;
}
.hero__bottom{
    position: absolute;
    bottom: -25px;
    right: 15px;
}
.hero__link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 371px;
    max-width: 371px;
    background-color: #009b4a;
    color: #ffffff;
    font-size: 24px;
    line-height: 18px;
}
.section-head{
    display: block;
    font-size: 48px;
    line-height: 75%;
    padding-bottom: 30px;
}
.box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.column__half{
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
}
.column__half__link:hover .category__link{
    background-color: #000;
    color: #fff;
}
.category__inner{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s all;
}
.category__inner:hover{
    transform: scale(1.03);
}
.category__inner_first{
    padding-top: 565px;
    margin-bottom: 50px;
}
.category__inner_second{
    padding-top: 369px;
}
.category__inner_third{
    padding-top: 310px;
}
.category__link{
    position: absolute;
    left: 15px;
    bottom: 20px;
    background-color: #ffffff;
    width: 90%;
    max-width: 202px;
    height: 40px;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    display: flex;
    align-items: center;
    color: #000;
    line-height: 18px;
    padding: 0 22px 0 10px;
    transition: 0.3s all;
}
.category__box{
    display: flex;
    padding-top: 45px;
}
.category__box__circle{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid  #000;
    flex: 0 0 111px;
    max-width: 111px;
    height: 111px;
}
.category__box__icon{
    width:48px;
    height:64px;
}
.category__box__icon--w{
    width:64px;
}
.category__box__content{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.category__box__title{
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 24px;
}
.category__box__text{
    font-size: 14px;
    line-height: 18px;
}
.category__application{
    display: flex;
    flex-direction: column;
    background-image: url(assets/img/category-application-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    margin-bottom: 50px;
    transition: 0.3s all;
}
.category__application:hover{
    transform: scale(1.03);
}
.category__application__link{
    display: flex;
    justify-content: flex-end;
    margin-left: -25px;
    margin-right: -25px;
}
.category__application__col{
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
}
.category__application__col p{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 5px;
    color: #fff;
}
.category__application__col p:last-child{
    padding-bottom: 0;
}
.category__application__title{
    font-size: 24px;
    color: #fff;
    line-height: 140%;
    padding-bottom: 30px;
    max-width: 560px;
}
.category__application__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 375px;
    max-width: 375px;
    background-color: #7894b1;
    color: #ffffff;
    font-size: 24px;
    line-height: 18px;
}
.benefits-box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-right: -23px;
}
.benefits__column{
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 23px;
    padding-right: 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding-bottom: 30px;
}
.privilege__column{
    position: relative;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 23px;
    padding-right: 23px;
}
.benefits__column__inner{
    background-color: #f0f0f0;
    padding: 31px 0 41px 18px;
}
.benefits__column__circle{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits__column__title{
    font-size: 30px;
    line-height: 18px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 24px;
}
.benefits__column__text{
    font-size: 14px;
    line-height: 18px;
}
.benefits__column__link:hover .category__link{
    background-color: #000;
    color: #fff;
}
.topweek{
    background-color: #f0f0f0;
    padding: 100px 0;
    margin-bottom: 100px;
}
.topweek__img{
    padding-top: 90%;
}
.topweek__title{
    font-size: 30px;
    line-height: 20px;
    text-decoration: underline;
    color: #000000;
}
.topweek__price{
    position: relative;
    max-width: max-content;
    margin-top: 59px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 75%;
}
.topweek__price:before{
    content: '';
    position: absolute;
    width: 85%;
    left: 0;
    top: 10px;
    transform: translateX(-10%) rotate(-30deg);
    height: 4px;
    background-color: #000000;
    z-index: 1;
}
.topweek__sale{
    font-size: 90px;
    line-height: 75%;
    padding-bottom: 15px;
}
.topweek__sale span{
    font-size: 24px;
    line-height: 75%;
}
.topweek__price span{
    font-size: 14px;
    line-height: 75%;
}
.topweek__basket{
    background-color: #009b4a;
    max-width: 235px;
    padding: 21px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s all;
}
.topweek__basket:hover{
    cursor: pointer;
    background-color: #000;
}
.byu__box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.byu__box--bottom{
    margin-bottom: 60px;
}
.buy-now{
    background-color: #fff;
    flex: 0 0 55%;
    max-width: 235px;
    padding: 10px 0px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 160%;
    color: #141414;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: 0.3s all;
}
.buy-now:hover{
    cursor: pointer;
    background-color: #000;
    color: #fff;
}
.buy-now--color{
    background-color: #f0f0f0;
}
.topweek__basket__icon{
    width: 26px;
    height: 22px;
}
.cart__content p{
    font-size: 14px;
    line-height: 18px;
}
.cart__content__phone p{
    font-size: 30px;
    line-height: 100%;
}
.cart__content__btn p{
    font-size: 13px;
    line-height: 75%;
}
p.topweek__basket__title{
    padding-left: 8px;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}
.topweek__discount{
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    width: 300px;
    max-width: 300px;
    padding: 20px 0 20px 20px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    border-left: 5px solid #009a49;
}
.catalog__cover{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120%;
    margin-bottom: 22px;
    transition: 0.3s all;
}
.catalog__cover:hover{
    transform: scale(1.03);
}
.catalog__title{
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.catalog__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog__footer__price{
    font-size: 40px;
    line-height: 75%;
    font-weight: 500;
}
.catalog__footer__price span{
    font-size: 16px;
    line-height: 75%;
    font-weight: 400;
}
.catalog__circle{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009b4a;
    border-radius: 50%;
    width: 50px;
    max-width: 50px;
    height: 50px;
    transition: 0.3s all;
}
.catalog__circle:hover{
    cursor: pointer;
    background-color: #000;
}
.benefits__column_mb{
    margin-bottom: 70px;
}
.letter__inner{
    padding: 37px 50px 30px 50px;
    border: 3px solid #000000;
}
.letter__box{
    display: flex;
    align-items: flex-start;
    padding-bottom: 32px;
}
.letter__box__icon{
    flex: 0 0 56px;
    width: 56px;
    height: 61px;
}
.letter__title{
    padding-left: 16px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
}
.letter__form{
    display: flex;
    max-width: 100%;
    flex-direction: column;
}
.letter__input{
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 60px;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.letter__label{
    display: block;
    margin: 0 0 2px;
    color: #111111;
    font-size: 12px;
    line-height: 100%;
    padding: 0;
}
.letter__textarea{
    max-width: 100%;
    height: 115px;
    border: 1px solid #d6d6d6;
    padding: 20px 0 0 20px;
    margin-bottom: 22px;
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.letter__btn{
    max-width: 100%;
    height: 70px;
    background-color: #009b4a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 18px;
    color: #ffffff;
}
.letter__btn:hover{
    cursor: pointer;
}
.letter__column{
    display: flex;
    align-items: center;
}
.letter__text{
    font-size: 44px;
    line-height: 100%;
}
.letter__icon{
    position: absolute;
    left: 69px;
    top: 75px;
    width: 128px;
    height: 114px;
}
.letter__svg{
    position: absolute;
    left: 296px;
    bottom: 80px;
    width: 139px;
    height: 120px;
}
.letter__form__error{
    margin-top: 22px;
    color: #008000;
    font-size: 14px;
    font-weight: 500;
}
.error{
    color: #e3201b;
}
.reviews__head{
    display: flex;
    padding-bottom: 18px;
}
.reviews__head__box{
    display: flex;
    flex-direction: column;
    padding-left: 12px;
}
.reviews__head__title{
    font-weight: 600;
    font-size: 24px;
    line-height: 75%;
    padding-bottom: 3px;
}
.reviews__head__subtitle{
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
}
.reviews__content{
    font-size: 18px;
    line-height: 24px;
}
.footer{
    padding: 50px 0 40px 0;
    background-color: #f0f0f0;
}
.footer__menu{
    padding-bottom: 50px;
}
.footer__menu__list{
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    padding-bottom: 48px;
    border-bottom: 1px solid #e5e5e5;
}
.menu__social_footer{
    justify-content: flex-start;
    padding-top: 55px;
}
.footer__column{
    display: flex;
    flex-direction: column;
    line-height: 24px;
}
.footer__link{
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}
.footer__phone{
    color: #000;
    font-size: 14px;
}
.footer__address{
    display: block;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px; 
}
.menu__social__ico {
    width: 24px;
}
.breadcrumbs{
    padding-top: 10px;
    margin-bottom: 50px;
}
.breadcrumbs__list{
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs__list__items{
    display: flex;
    align-items: center;
    padding-right: 35px;
}
.breadcrumbs__list__items:last-child{
    padding-right: 0;
}
.breadcrumbs__list__items:after{
    content: "•";
    width: 10px;
    height: 10px;
    font-size: 29px;
    line-height: 75%;
    text-align: center;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs__list__items:last-child:after{
    content: "";
}
.breadcrumbs__list__link{
    font-size: 18px;
    line-height: 75%;
    color: #000;
    padding-right: 35px;
    transition: 0.3s all;
}
.info{
    padding: 50px 0;
    background-color: #f0f0f0;
    margin-bottom: 50px;
}
.info__box{
    display: flex;
    align-items: center;
}
.info__box__icon{
    display: flex;
    content: "";
    flex: 0 0 190px;
    max-width: 190px;
    height: 190px;
    background-color: #ffffff;
    border-radius: 50%;
}
.info__box__text{
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px;
}
.info__box__text p{
    padding-bottom: 33px;
}
.info__box__text p:last-child{
    padding-bottom: 0;
}
.catalog__plan{
    position: absolute;
    right: 11px;
    top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    width: fit-content;
    height: 30px;
    padding: 0 10px;
}
.catalog__plan__title{
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
    color: #000;
}
.catalog_border{
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.nav-links{
    display: flex;
}
.page-numbers{
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    padding-right: 23px;
}
.page-numbers:last-child{
    padding-right: 0;
}
.news{
    margin-bottom: 50px;
}
.news__items{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.news__items_first{
    padding-top: 0;
}
.news__box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.news__box__pic{
    flex: 0 0 36%;
    max-width: 36%;
    padding-left: 20px;
    padding-right: 20px;
}
.news__box__img{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.news__box__content{
    flex: 0 0 64%;
    max-width: 64%;
    padding-left: 20px;
    padding-right: 20px;
}
.news__box__data{
    display: block;
    font-size: 60px;
    line-height: 65%;
    padding-bottom: 40px;
}
.news__box__title{
    display: block;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    transition: 0.3s all;
}
.news__box__title:hover{
    text-decoration: underline;
}
.sale__box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.sale__box__column{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    color: #000;
}
.sale__fullwidth{
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.sale__box__img{
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.sale__fullwidth__img{
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.sale__box__status{
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    margin-top: 13px;
    width: fit-content;
    height: 40px;
    padding: 0 10px;
}
.sale__box__title{
    display: block;
    max-width: 80%;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-top: 19px;
}
.contact__area {
    margin-bottom: 50px;
}
.contacts__maps{
    height: 628px;
    margin-bottom: 30px;
}
.contacts__maps__img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contacts__address{
    display: flex;
    flex-direction: column;
    background-color: #000000;
    width: 100%;
    max-width: 507px;
    color: #ffffff;
    font-size: 20px;
    line-height: 120%;
    padding: 15px 25px 15px 21px;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
}
.contacts__address_link {
    display: block;
    color: #fff;
}
.contacts_info{
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 36px;
}
.contacts__link{
    display: block;
    color: #000;
    transition: 0.3s all;
}
.contacts_tel{
    padding-bottom: 25px;
}
.contacts_mail{
    text-decoration: underline;
}
.contacts__social{
    display: flex;
    align-items: center;
}
.contacts__social__link{
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 40px;
}
.contacts__social__link:last-child{
    margin-right: 0;
}
.contacts__social__title{
    padding-left: 10px; 
}
.info_about{
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 100px;
}
.info__box_start{
    align-items: flex-start;
}
.about__authorimg{
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about_desc p{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 38px;
}
p.about__author{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 11px;
}
p.about__profession{
    font-size: 18px;
    line-height: 18px;
}
.about__img{
    object-fit: cover;
    width: 100%;
    height: 675px;
}
.about__content p{
    font-size: 20px;
    line-height: 160%;
    padding-bottom: 30px;
    margin-top: -9px;
}
.about__content p:last-child{
    padding-bottom: 0;
}
.column__half_bottom{
    margin-bottom: 50px;
}
.directory__img{
    object-fit: cover;
    width: 100%;
    height: 355px;
}
.directory__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
    max-width: 100%;
    background-color: #009b4a;
    color: #ffffff;
    font-size: 24px;
    line-height: 18px;
}
.directory_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    line-height: 160%;
}
.directory_content p{
    margin-top: -9px;
}
.bgimg{
    padding-top: 871px;
    background-size: cover;
    margin-bottom: 0;
}
.cart__box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.cart__box__pic{
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 20px;
    padding-right: 20px;
}
.cart__box__sidebar{
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
    padding-right: 20px;
}
.cart__box__title{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 35px;
}
.cart__slider{
    margin-bottom: 20px;
}
.cart__slider__img{
    object-fit: cover;
	object-position: center;
    width: 100%;
    height: 460px;
}
.cart__sliderprev{
    display: flex;
    margin-right: -15px;
}
.cart__sliderprev__items{
    height: 110px;
    flex: 0 0 110px !important;
    width: 110px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.cart__sliderprev__img{
    object-fit: cover;
    height: 110px !important;
    padding-right: 15px;
}
.cart__sliderprev__img:hover{
    cursor: pointer;
}
.cart__content{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.cart__content .added_to_cart{
    display: none !important;
}
.column__half .added_to_cart{
    display: none;
}
.cart__content_bottom{
    border: none;
    margin-bottom: 0;
}
.cart__content__link__icon{
    flex: 0 0 28px;
    max-width: 28px;
    height: 33px;
    padding-top: 5px;
}
.cart__content__link{
    display: flex;
    align-items: flex-start;
    color: #000;
}
.cart__content__phone{
    padding-left: 20px;
}
.cart__content__phone small{
    font-size: 14px;
    line-height: 18px;
    opacity: 0.5;
}
.cart__content h3{
    font-size: 18px;
    line-height: 75%;
    font-weight: 700;
    padding-bottom: 15px;
}
.cart__content small{
    font-size: 14px;
    line-height: 18px;
    opacity: 0.5;
}
.cart__sliderprev__white{
    position: relative;
    content: '';
    width: 110px;
    height: 110px;
    background-color: #ffffff;
}
.color__box{
    display: flex;
}
.color__box__link{
    width: 35px;
    height: 35px;
    margin-right: 9px;
}
.catalog__column_mb{
    margin-bottom: 24px;
}
.cart__content_pb{
    padding-bottom: 10px;
}
.cart__content__btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    width: 100%;
    max-width: 357px;
    background-color: #009b4a;
    color: #ffffff;
}
.cart__content__btn:hover{
    cursor: pointer;
}
.cart__content__plan{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f0f0f0;
    width: fit-content;
    height: 40px;
    padding: 0 20px;
}
.cart__content__plan--mb{
	margin-bottom: 30px;
}
.cart__content__plan__title{
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
}
.cart__content__box{
    display: flex;
}
.cart__content__circle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
}
.cart__content__box p{
    margin-left: 19px;
    font-size: 14px;
    line-height: 18px;
}
.cart__content__box__link{
    text-decoration: underline;
    color: #000;
}
.cart__price{
    font-size: 100px;
    line-height: 75%;
    padding-bottom: 14px;
}
.cart__price span{
    font-size: 24px;
    line-height: 75%;
}
.topweek__basket_bottom{
    margin-bottom: 0 !important;
}
.added_to_cart{
    position: absolute;
    bottom: 143px;
    left: 23px;
    right: 23px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 7px 0px;
    display: block;
    max-width: 100%;
    text-decoration: none;
    background-color: #7894b1;
    text-shadow: 0px 1px 1px #fff;
}
.header__logo__img {
    max-height: 100px;
}
.cart-collaterals {
    display: flex;
    justify-content: flex-start;
}
.information__box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #DADADA;
    padding: 50px 0;
}
.information__items{
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 20px;
    padding-right: 20px;
}
.information__items_content{
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
.information__items_content p {
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 30px;
}
.information__title{
    font-size: 18px;
}
.feeadback__box{
    display: flex;
    flex-direction: column;
    margin: 0 0 50px;
}
.feeadback__box__head{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: fit-content;
    padding: 15px 10px;
    background-color: #009b4a;
}
.feeadback__box__name{
    font-size: 15px;
    line-height: 100%;
    color: #fff;
}
.feeadback__box__footer{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    font-size: 18px;
    border: 3px solid #009b4a;
    line-height: 160%;
    border-radius: 0 10px 10px;
}
.feeadback__box__date{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
}
.feeadback__video{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.feeadback__video iframe{
    max-width: 100%;
}
.feeadback__box:nth-child(2n) .feeadback__box__head{
    background-color: #ae5a4d;
}
.feeadback__box:nth-child(2n) .feeadback__box__footer{
    border: 3px solid #ae5a4d;
}
.woocommerce-order{
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 5px;
}
.woocommerce .cart-collaterals .cart_totals h2{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
}
.woocommerce table.shop_table{
    border: none;
}
.cart_totals > table > tbody > tr.cart-subtotal {
    display: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border: none;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce table.shop_table td{
    border: none;
}
.woocommerce table.shop_table th{
    padding: 0;
    font-weight: 400;
}
.woocommerce table.shop_table td{
    padding: 0;
}
.cart_totals > table > tbody > tr.order-total{
    font-size: 18px;
}
.woocommerce table.shop_table{
    margin: 0;
}
.woocommerce a.button.alt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-color: #009b4a;
    color: #ffffff;
    font-size: 18px;
    line-height: 75%;
    transition: 0.3s all;
    padding: 15px 30px !important;
    margin-top: 15px;
    font-weight: 400;
}
.quantity > input[type="number"] {
    font-size: 16px;
    line-height: 150%;
    border: 1px solid #000000;
    width: 60% !important;
    text-align: left !important;
    padding: 5px;
}
.slick-prev{
    display: none !important;
}
.slick-next{
    display: none !important;
}
a.rds_hl_nofollow{
    text-decoration: none !important;
}
.woocommerce button.button{
    float: right !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    background-color: #009b4a;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 75%;
    transition: 0.3s all;
    padding: 15px 30px !important;
    margin-top: 30px;
    font-weight: 100;
    font-family: 'Golos Text' !important;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
    background-color: #009b4a;
}
.woocommerce a.button.alt:hover{
    background-color: #009b4a;
}
td.product-name a{
    text-decoration: underline;
}
.woocommerce table.shop_table td{
    padding: 9px 12px;
}
.header__basket{
    position: relative;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
#mini-cart-count{
    position: absolute;
    top: -8px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #009b4a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
}
.woocommerce-error{
    border: 1px solid #b81c23;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
    list-style: none;
}
.woocommerce-error::before {
    content: "";
    color: #b81c23;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 100%;
    padding: 10px;
    max-width: 50rem;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #BBBBBB;
}
.select2-container--default .select2-selection--single{
    margin-bottom: 10px;
    min-height: 38px;
    display: flex;
    align-items: center;
}
.woocommerce form .form-row{
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-billing-fields h3{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.woocommerce form .form-row label {
    display: block;
    margin: 0 0 2px;
    color: #111111;
    font-size: 12px;
    line-height: 100%;
    padding: 0;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
}
#order_review_heading {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-total{
    padding: 9px 12px 9px 0;
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-additional-fields h3{
    display: none;
}
.place-order #place_order {
    margin-top: 15px;
    background-color: #009b4a !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    padding: 15px 30px !important;
    font-family: 'Golos Text' !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: #fff;
}
.woocommerce-privacy-policy-text{
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding: 16px 0 0 0;
    border-bottom: none;
}
.woocommerce-thankyou-order-received{
    font-size: 48px;
    line-height: 75%;
    padding-bottom: 30px;
}
.woocommerce .woocommerce-order-details{
    margin-bottom: 0;
    margin-top: 30px;
}
.woocommerce .woocommerce-order-details :last-child{
    margin-top: 15px;
}
.thankyou__box{
    display: flex;
    justify-content: center;
}
.thankyou__box__link{
    background-color: #009b4a;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 75%;
    font-weight: 400;
}
.woocommerce-cart-form__cart-item:nth-child(odd) {
    background-color: #f1f1f1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    max-width: 700px;
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.checkout__box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.checkout__column{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.checkout__column__title{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 22px;
}
.woocommerce-checkout-review-order{
    max-width: 700px;
    padding: 20px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.woocommerce .woocommerce-order-details{
    width: 100%;
    margin-top: 30px;
    padding: 20px 30px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 60px;
    border: 1px solid #c3c4c7;
}
.woocommerce-order-details__title{
    font-size: 30px;
}
.woocommerce-column__title{
    font-size: 30px;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads{
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-bottom: 60px;
    border: 1px solid #c3c4c7; 
}
.woocommerce .woocommerce-customer-details address{
    font-style: normal;
    margin-bottom: 0;
    border: none; 
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: none;
}
.woocommerce table.shop_table td strong{
    font-weight: 400;
}
.woocommerce-checkout-review-order-table tr th{
    font-weight: 700 !important;
}
.woocommerce-checkout #payment ul.payment_methods li img{
    width: 30%;
}
/*Popup form*/
.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s ease 0s;
}
.popup.open{
	opacity: 1;
	visibility: visible;
}
.popup.open .popup__content{
	transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
	opacity: 1;
	width: 80%;
}
.popup__area{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup__body{
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
}
.popup__content{
	position: relative;
	background-color: #fff;
	color: #000;
	max-width: 700px;
	padding: 50px;
	transition: all 0.8s ease 0s;
	opacity: 0;
	transform: perspective(600px) translate(0px, -100px) rotateX(45deg);
}
.popup__header{
	margin: 0 -30px 30px;
}
.popup__header_close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	color: #000;
	opacity: 0.7;
	text-decoration: none;
	background-color: transparent;
	border: none;
}
.popup__header_close:hover{
	cursor: pointer;
}
.popup__text{
	display: flex;
    justify-content: center;
    width: 100%;
}
.ajax__form{
	min-width: 100%;
}
.popup__title{
	font-size: 28px;
    margin: 0px 0px 0px 30px;
}
.form__group{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 30px;
}
.form__group:last-child{
    margin: 0;
}
.form__label{
	padding-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.form__group_text{
	color: #000;
    width: 100%;
    padding: 8px 0px;
    background: #ffffff;
    border-bottom: 2px solid #000;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
}
.form__group_textarea{
    color: #000;
    width: 100%;
    padding: 8px 0px;
    background: #ffffff;
    border-bottom: 2px solid #000;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Golos Text', sans-serif;
}
.form__btn{
    width: 50%;
    max-width: 100%;
    background-color: #009b4a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px;
    color: #ffffff;
}
.form__btn:hover{
	cursor: pointer;
}
.letter__form__error_mt{
    margin-top: 0;
    margin-bottom: 30px;
}
.cart__box__sidebar p.topweek__price{    
    position: relative;
    max-width: max-content;
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 75%;
}
.close-icon {
    width: 20px;
    height: 20px;
    fill: #000;
}
.breadcrumbs__page{
    font-size: 18px;
}
.woocommerce a.remove{
    color: #1a1a1a !important;
    font-weight: 400;
}
.woocommerce-notices-wrapper{
    display: none;
}
.single__img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    padding-bottom: 45px;
}
.single__box p{
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 15px;
}
.single__box p:last-child{
    padding-bottom: 0;
}
.error-page__inner{
	display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.error-page__title{
	margin: 0;
	font-size: 100px;
    font-weight: 700;
    margin-bottom: 80px;
}
.error-page__subtitle{
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 40px;
}
.error-page__link{
	display: flex;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 375px;
	min-width: 375px;
    font-weight: 500;
    font-size: 18px;
    line-height: 75%;
    padding: 15px 30px;
    cursor: pointer;
    transition: 0.3s all;
    color: #fff;
    background-color: #7894b1;
    transition: all ease-in-out 0.3s;
}
.error-page__link:hover{
	-webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}
.buttons__box{
    position: relative;
    display: inline-block;
    flex: 1;
    padding-bottom: 40px;
}
.buttons__box__items{
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
    color: #141414;
    padding: 0.5rem 1.5rem;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #ccc;
    align-items: center;
    transition: 0.3s ease-out;
}
.buttons__box__items:hover{
    background-color: #141414;
    color: #fff;
}
.feeadback__images{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 20px;
}
.feeadback__images__col{
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.feeadback__images__col__image{
    object-fit: cover;
    width: 100%;
    height: 150px;
}
.information__contacts{
    padding: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.information__contacts__items{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.information__footer{
    display: flex;
    justify-content: flex-end;
}
.information__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009b4a;
    padding: 15px 30px;
    border-radius: 3px;
    max-width: 280px;
    transition: 0.3s all;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 75%;
    font-weight: 100;
}
.information__contacts__text{
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
}
.information__contacts__link{
    font-size: 16px;
    line-height: 170%;
    text-decoration: underline;
	color: #000 !important;
}
.information__btn:hover{
    background-color: #7894b1;
}
.information__svg{
    height: 30px;
    width: 30px;
    fill: #fff;
    margin-right: 15px;
}
.section-head--lh{
    line-height: 100%;
}
.menu__list__items{
    position: relative;
}
.menu__inside{
    display: none;
    max-width: 280px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 25px;
    padding: 10px;
    border: 5px solid #fcf9fc;
    z-index: 2;
	overflow-y: auto;
    max-height: calc(100vh - 100px);
    box-shadow: 0px 10px 55px 0px rgb(0 0 0 / 15%);
    transition: 0.3s all;
}
.menu__inside::-webkit-scrollbar{
    height: 5px;
    width: 5px;
    background: #000;
 }
 .menu__inside::-webkit-scrollbar-thumb:vertical{
    background: #009b4a;
 }
.menu__inside__link{
    position: relative;
    font-size: 14px;
    padding: 10px 16px;
    white-space: nowrap;
    transition: 0.3s all;
}
.menu__inside__link:hover{
    color: #008000;
}
.cart__color{
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
}
.cart__color .slick-track{
    margin-left: 0;
    margin-right: 0;
}
.cart__color__img{
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
}
.cart__color__img:hover{
    cursor: pointer;
}
.cart__color__white{
    position: relative;
    content: '';
    height: 0px;
    background-color: #ffffff;
}
.cart__content__color{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}
.menu__list__items__icon{
    display: none;
}
.checkout__column__content{
    color: #666;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-bottom: 13px;
    border-bottom: 1px solid #f0f0f0;
}
#billing_country{
    width: 100%;
    padding: 10px;
    max-width: 50rem;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #BBBBBB;
}
.woocommerce input.button.alt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-color: #009b4a;
    color: #ffffff;
    font-size: 18px;
    line-height: 75%;
    transition: 0.3s all;
    padding: 15px 30px !important;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 400;
}
#begateway_payment_form{
    display: flex;
    align-items: center;
}
.woocommerce a.button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-color: #ebe9eb;
    color: #515151;
    font-size: 18px;
    line-height: 75%;
    transition: 0.3s all;
    padding: 15px 30px !important;
    font-weight: 400;
    height: 43px;
    margin-top: 15px;
}
#my_field_room{
    display: flex;
}
#my_field_house_number_field, #my_field_room_field{
    flex: 0 0 50%;
    max-width: 50%;
}
#my_field_house_number_field{
    padding-right: 15px !important;
}
#my_field_room_field{
    padding-left: 15px !important;
}
.footer__payment{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px; 
    padding-bottom: 50px;   
}
.footer__payment__items{
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 15px;
    padding-right: 15px;
}
.footer__payment__items:last-child{
    display: flex;
    align-items: center;
    flex: 0 0 60%;
    max-width: 60%;
}
.footer__payment__content{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}
.footer__payment__content:last-child{
    padding-bottom: 0;
}
.footer__payment__logo{
    flex: 0 0 85%;
    max-width: 85%;
}
.footer__payment__logo:last-child{
    flex: 0 0 15%;
    max-width: 15%;
}
.information__items_content a{
	color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.checkout__column__content--bold{
    color: #000;
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 10px;
    padding-top: 13px;
}
.checkout__column__content--t0{
    padding-top: 0;
}
.checkout__column__content--bold:last-child{
    padding-top: 10px;
}
.checkout__column__content__link{
    color:#009b4a;
    text-decoration: underline;
}
.information__items__img{
	max-width: 250px;
}
@media (min-width: 768px){
    .menu__list__items:hover .menu__inside{
        display: flex;
        flex-direction: column;
    }
    .column__half--bottom{
        padding-bottom: 30px;
    }
}
@media (min-width: 992px){
    .cart__content_desctop{
        display: block;
    }
    .cart__content_mobile{
        display: none;
    }
    .cart__color__img{
        width: 50px !important;
    }
}
@media (max-width: 1199px){
    .menu{
        flex: 0 0 83%;
        max-width: 83%;
    }
    .column__half_lg{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .benefits__column__circle{
        width: 100px;
        height: 100px;
    }
    .benefits__column__title{
        font-size: 26px;
        line-height: 100%;
        padding-bottom: 20px;
    }
    .topweek__title{
        font-size: 26px;
        line-height: 26px;
    }
    .topweek__price{
        margin-top: 50px;
        font-size: 30px;
    }
    .topweek__sale{
        font-size: 70px;
        padding-bottom: 15px;
    }
    .letter__inner{
        padding: 30px 25px;
    }
    .sale__box__title{
        max-width: 100%;
    }
    .contacts__address{
        line-height: 100%;
    }
    .contacts__social__link{
        margin-right: 10px;
    }
    .contacts__social__title {
        padding-left: 5px;
    }
    .cart__box__pic{
        flex: 0 0 55%;
        max-width: 55%;
    }
    .cart__box__sidebar {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .breadcrumbs__list__items{
        padding-right: 15px;
    }
    .breadcrumbs__list__link{
        padding-right: 15px;
    }
    .added_to_cart{
        bottom: 146px;
    }
    .benefits-box{
        margin-left: -15px;
        margin-right: -15px;
    }
    .benefits__column{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: flex-start;
    }
    .menu__list__link{
        font-size: 14px;
        line-height: 16px;
    }
    .category__application{
        background-position: 50% 0;
    }
}
@media (max-width: 991px){
    .wrapper{
        width: 100%;
    }
    .menu {
        flex: 0 0 85%;
        max-width: 85%;
    }
    .menu__list__link{
        font-size: 12px;
        line-height: 14px;
    }
    .box{
        margin-left: -15px;
        margin-right: -15px;
    }
    .column__half{
        padding-left: 15px;
        padding-right: 15px;
    }
    .category__box__circle{
        flex: 0 0 85px;
        max-width: 85px;
        height: 85px;
    }
    .category__box__title{
        font-size: 17px;
        line-height: 20px;
        padding-bottom: 15px;
    }
    .column__half_md{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column__half_md .category__inner_first{
        padding-top: 50%;
    }
    .privilege__column{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .privilege__column:first-child {
        padding-bottom: 30px;
    }
    .benefits__column{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .benefits__column:first-child{
        padding-bottom: 30px;
    }
    .benefits__column_md{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .topweek__price{
        margin-top: 35px;
        font-size: 26px;
    }
    .topweek__sale{
        font-size: 55px;
    }
    .topweek__basket{
        height: 71px;
    }
    .topweek__discount{
        padding: 15px 0 15px 20px;
    }
    .letter__column{
        display: none;
    }
    .footer__menu__list{
        max-width: 100%;
    }
    .catalog__column_mb{
        margin-bottom: 8px;
    }
    .catalog__column_mb:first-child{
        padding-bottom: 0;
        margin-bottom: 8px;
    }
    .sale__box{
        margin-left: -15px;
        margin-right: -15px;
    }
    .sale__box__column{
        padding-left: 15px;
        padding-right: 15px;
    }
    .information__box{
        margin-left: -15px;
        margin-right: -15px;
    }
    .information__items{
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .information__items_content{
        flex: 0 0 75%;
        max-width: 75%;
    }
    .news__box{
        margin-left: -15px;
        margin-right: -15px;
    }
    .news__box__pic{
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news__box__content{
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts__social{
        padding-top: 30px;
    }
    .contacts__address{
        max-width: 576px;
    }
    .about_desc p{
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    .cart__box{
        margin-right: -15px;
        margin-left: -15px;
    }
    .cart__box__pic{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .cart__box__sidebar{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart__content__box{
        align-items: center;
    }
    .woocommerce-thankyou-order-received{
        font-size: 40px;
    }
    .added_to_cart{
        bottom: 158px;
        left: 15px;
        right: 15px;
    }
    .single__img{
        height: auto;
    }
    .header_fixed .header__box{
        padding: 0;
    }
    .cart__content_desctop{
        display: none;
    }
    .cart__content_mobile{
        display: block;
    }
    .feeadback__images__col{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;;
    }
    .cart__color__img{
        object-fit: cover;
        height: 110px !important;
        padding-right: 15px;
        border-radius: 0;
    }
    .contacts_tel{
        padding-bottom: 0;
    }
    .category__application__link{
        margin-left: 0;
        margin-right: 0;
    }
    .category__application__col{
        flex: 0 0 65%;
        max-width: 65%;
        padding-left: 0;
        padding-right: 0;
    }
	.footer__payment__items, .footer__payment__items:last-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer__payment__items:last-child{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .menu__social__link {
        margin-bottom: 10px;
    }
    .header__box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header__logo{
        padding-left: 0;
        padding-top: 15px;
    }
    .menu{
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
    }
    .menu__list{
        overflow-x: scroll;
        max-width: 766px;
    }
    .menu__list__items{
        padding-right: 25px;
        white-space: nowrap;
    }
    .menu__list::-webkit-scrollbar, .footer__menu__list::-webkit-scrollbar{
        height: 7px;
        width: 7px;
        background: #000;
    }
    
    .menu__list::-webkit-scrollbar-thumb:horizontal, .footer__menu__list::-webkit-scrollbar-thumb:horizontal{
        background: #009b4a;
    }
    .hero__box__circle{
        width: 180px;
        height: 180px;
    }
    .hero__box_price{
        font-size: 30px;
    }
    .header__basket{
        position: absolute;
        top: -55px;
        right: 15px;
    }
    .column__half{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .column__half:last-child{
        padding-bottom: 0;
    }
    .category__inner{
        padding-top: 310px;
        margin-bottom: 50px;
    }
    .topweek__img{
        margin-bottom: 0;
    }
    .column__half_md .category__inner_first{
        padding-top: 310px;
    }
    .category__box{
        padding-top: 0;
    }
    .category__box_xlmb{
        margin-bottom: 40px;
    }
    .section-head{
        font-size: 35px;
    }
    .benefits__column{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .benefits__column:last-child{
        padding-bottom: 0;
    }
    .privilege__column{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .privilege__column:last-child{
        padding-bottom: 0;
    }
    .topweek__title{
        font-size: 36px;
        line-height: 36px;
    }
    .topweek__price{
        margin-top: 59px;
        font-size: 36px;
    }
    .topweek__sale{
        font-size: 100px;
        padding-bottom: 15px;
    }
    .topweek__basket{
        height: 79px;
    }
    .topweek__discount{
        padding: 26px 0 26px 20px;
    }
    .catalog__cover{
        padding-top: 100%;
    }
    .letter__inner{
        padding: 30px 15px;
    }
    .info__box{
        align-items: flex-start;
    }
    .sale__box__img, .sale__fullwidth__img{
        height: auto;
    }
    .sale__box__column{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sale__box__title{
        font-size: 20px;
        line-height: 30px;
    }
    .information__items{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px;
    }
    .information__items_content{
        padding-bottom: 0;
    }
    .information__box{
        padding: 25px 0;
    }
    .news__box__pic{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px;
    }
    .news__box__content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column__half_bottom{
        margin-bottom: 0;
    }
    .about__img{
        height: auto;
    }
    .directory__btn{
        margin-top: 15px;
    }
    table.cart .product-thumbnail{
        display: block !important;
    }
    .woocommerce table.shop_table_responsive tr td{
        text-align: left !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce table.shop_table_responsive tr td.product-quantity .quantity{
        width: 50%;
        text-align: right;
    }
    .quantity > input[type="number"]{
        width: 30% !important;
        font-size: 14px;
        padding: 2px 5px;
    }
    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before{
        content: "";
    }
    .woocommerce table.shop_table_responsive tbody tr td.product-remove{
        border-top: 0;
        position: absolute;
        right: 0;
        padding: 5px 20px 0 0;
    }
    .woocommerce table.shop_table_responsive tbody tr td.product-name a{
        text-align: right;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td{
        background-color: transparent;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    }
    .woocommerce a.button.alt{
        width: 100%;
    }
    .woocommerce-thankyou-order-received{
        line-height: 120%;
    }
    .checkout__column{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .checkout__column:last-child{
        padding-bottom: 0;
    }
    .place-order #place_order{
        padding: 1.5rem 5px !important;
    }
    .woocommerce ul.order_details li{
        padding-bottom: 15px;
    }
    .single__img{
        padding-bottom: 30px;
    }
    .cart__color .slick-track{
        margin-left: auto;
        margin-right: auto;
    }
    .cart__color{
        display: flex;
        flex-wrap: nowrap;
        flex: none;
    }
    .menu__list__items__icon{
        display: block;
        position: absolute;
        top: 8px;
        left: 63px;
        width: 8px;
        height: 12px;
        transform: rotate(90deg);
    }
    .menu__inside--active{
        display: flex;
    }
    .menu__inside{
        flex-direction: column;
        position: fixed;
        top: 132px;
        left: 15px;
        padding: 0 10px;
    }
    .menu__inside__link{
        padding: 10px 0 0;
    }
    .about__content p{
        margin-top: 0;
    }
    .directory_content p{
        margin-top: 0px;
    }
    .menu__list__link{
        font-size: 14px;
        line-height: 16px;
    }
    .category__application__col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 575px){
    .hero__box__circle_center {
        top: 200px;
    }
    .hero__box__circle_bottom {
        top: 350px;
    }
    .hero__bottom{
        right: 15px;
        left: 15px;
    }
    .hero__link{
        width: 100%;
        max-width: 100%;
    }
    .category__inner{
        padding-top: 100%;
    }
    .column__half_md .category__inner_first{
        padding-top: 100%;
    }
    .category .column__half{
        padding-bottom: 0;
    }
    .section-head{
        line-height: 100%;
    }
    .footer__menu__list{
        overflow-x: scroll;
        max-width: 576px;
        padding-bottom: 18px;
    }
    .menu__list__link{
        font-size: 16px;
        line-height: 18px;
    }
    .category__application{
        padding: 50px 0px;
    }
    .category__application__btn{
        max-width: 100%;
    }
    .hero__box__items{
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
    }
    .hero__box__items:first-child {
        justify-content: flex-start;
    }
    .hero__box__items:last-child{
        justify-content: flex-end;
    }
    .catalog__column_mb{
        margin-bottom: 8px;
        padding-bottom: 0;
    }
    .catalog__column_mb:first-child{
        padding-bottom: 0;
    }
    .info__box{
        flex-wrap: wrap;
    }
    .info__box__text{
        padding-left: 0;
        padding-top: 15px;
    }
    .benefits__column_mb{
        margin-bottom: 0;
    }
    .breadcrumbs__list__link{
        padding-right: 15px;
    }
    .breadcrumbs__list__items{
        padding-right: 15px;
    }
    .news__box__data{
        font-size: 50px;
    }
    .contacts__social__link{
        margin-right: 30px;
    }
    .contacts__social__title{
        display: none;
    }
    .bgimg{
        display: none;
    }
    .about_desc p {
        font-size: 20px;
        line-height: 30px;
    }
    .cart__slider__img{
        height: 425px;
    }
    .breadcrumbs__list__items{
        padding-bottom: 10px;
    }
    .breadcrumbs__list__link{
        font-size: 16px;
    }
    .breadcrumbs__page{
        font-size: 16px;
    }
    .woocommerce-thankyou-order-received{
        font-size: 30px;
    }
    .thankyou__box__link{
        padding: 20px 10px;
    }
    .added_to_cart{
        bottom: 158px;
        left: 15px;
        right: 15px;
    }
    .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads{
        padding: 20px 5px;
    }
    .woocommerce-order-details__title{
        font-size: 24px;
    }
    .feeadback__images__col{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feeadback__images__col__image{
        height: 250px;
    }
    .information__contacts__items{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 5px;
    }
    .information__contacts__items:last-child{
        padding-bottom: 0;
    }
    .menu__list__items__icon{
        left: 70px;
    }
}
@media (max-width: 424px){
    .topweek__title{
        font-size: 28px;
        line-height: 28px;
    }
    .section-head{
        font-size: 33px;
    }
    .category__application__title{
        font-size: 22px;
        line-height: 26px;
    }
    .cart__slider__img{
        height: 375px;
    }
    .buy-now{
        font-size: 18px;
    }
}
@media (max-width: 374px){
    .letter__title{
        font-size: 22px;
        line-height: 22px;
    }
    .news__box__data {
        font-size: 38px;
    }
    .cart__slider__img{
        height: 320px;
    }
    .cart__content__phone p{
        font-size: 24px;
    }
    .cart__content small{
        font-size: 12px;
        line-height: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .contacts_info{
        padding-top: 30px;
    }
}