h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

#mega-menu-wrap-catalog #mega-menu-catalog > li.mega-menu-item > a.mega-menu-link
{
  width: 261px !important;
}
.wc_payment_methods, .cart-subtotal, .woocommerce-shipping-totals, #ship-to-different-address, #order_review_heading, .woocommerce form .form-row .optional, .col2-set h3
{
  display: none;
}
.woocommerce form .form-row textarea
{
  height: 120px;
}
.col2-set
{
  display: flex;
  flex-direction: column;
}
.basket-btn__counter
{
  border-radius: 100%;
  background: #fff;
  padding: 2px;
  color: #000;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .second-menu .row .second-btn .des-d
{
  flex: 1 1 auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
  width: 100%;
}
.checkout.woocommerce-checkout
{
  display: flex;

  gap: 16px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text
{
  outline: none;
  border-radius: 4px;
  background: var(--White, #FFF);
  padding: 16px;
  border: none;
}
.woocommerce-privacy-policy-text
{
  margin-bottom: 8px;
}
@media screen and (max-width: 920px) {
  p {
    font-size: 14px;
  }
  .basket-btn__counter
  {
    display: none;
  }
  .checkout.woocommerce-checkout
  {
    flex-wrap: wrap;
  }
}

h1, .h1 {
  font-size: 96px;
}
@media screen and (max-width: 920px) {
  h1, .h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

}

h2, .h2 {
  font-size: 80px;
}
@media screen and (max-width: 920px) {
  h2, .h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
  }
}

h3, .h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

h4, .h4 {
  font-size: 40px;
}

h5, .h5 {
  font-size: 32px;
}

h6, .h6 {
  font-size: 24px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
#mega-menu-wrap-catalog #mega-menu-catalog > li.mega-menu-item
{
  margin: 0;
}
#mega-menu-wrap-catalog .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child
{
  margin: 0;
  width: 28px;
}
#mega-menu-wrap-catalog .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-catalog .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-catalog .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after
{
  width: 24px;
  height: 2px;
}
#mega-menu-wrap-catalog .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box
{
  width: 24px;
}
body {
  position: relative;
  margin: 0;
  color: #132644;
  background: #F0F2F4;
  font-family: "Inter", sans-serif;
}

button {
  cursor: pointer;
}

.features .features-slider .arrow {
  cursor: none !important;
}

main {
  -webkit-overflow-scrolling: touch;
  min-height: 150px;
}

canvas {
  display: block;
}

a {
  color: #132644;
  text-decoration: none;
}

.link {
  color: #1642F9;
}

.main-btn {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  outline: none;
  border: none;
	font-size: 14px;
  height: 44px;
  border-radius: 4px;
  background: #1642F9;
  flex-shrink: 0;
  color: #fff;
  transition: 0.4s;
}
.main-btn:hover {
  transition: 0.4s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1642F9;
}

.second-btn {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  outline: none;
	font-size: 14px;
  border: none;
  height: 44px;
  border-radius: 4px;
  background: #132644;
  flex-shrink: 0;
  color: #fff;
  transition: 0.4s;
}
.second-btn:hover {
  transition: 0.4s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), #132644;
}
.single_add_to_cart_button{
    border-radius: 4px  !important;
border: 1px solid #C4CCD4  !important;
}
.white-btn, .single_add_to_cart_button  {
  display: flex  !important;
  height: 44px  !important;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  outline: none;
  border: none;
  height: 44px;
	font-size: 14px;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  color: #132644;
  transition: 0.4s;
}
.added_to_cart
{
	display: none;
}
.white-btn:hover {
  transition: 0.4s;
}

.green-btn {
  display: flex;
  height: 44px;
	font-size: 14px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  outline: none;
  border: none;
  height: 44px;
  border-radius: 4px;
  background: #29CC00;
  flex-shrink: 0;
  color: #fff;
  transition: 0.4s;
}
.green-btn:hover {
  transition: 0.4s;
}

.line-btn {
  display: flex;
  height: 44px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  outline: none;
  border: none;
  height: 44px;
  border-radius: 4px;
  background: none;
  border: 1px solid #FFF;
  flex-shrink: 0;
  color: #fff;
  transition: 0.4s;
}
.line-btn:hover {
  transition: 0.4s;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 162px;
  margin: 0 auto;
  /*z-index: 10;*/
  position: relative;
}
@media screen and (max-width: 920px) {
  .wrapper {
    width: 100%;
    padding: 0 12px;
  }
  #mega-menu-wrap-catalog .mega-menu-toggle + #mega-menu-catalog
  {
    position: absolute;
    z-index: 9999;
  }
  #mega-menu-wrap-catalog #mega-menu-catalog li.mega-menu-item a.mega-menu-link:before
  {
    display: none;
  }
}

select,
textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
}
select:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: none;
}

h2, .h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 32px;
}
@media screen and (max-width: 920px) {
  h2, .h2 {
    margin-bottom: 24px;
  }
}

h3 .h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.card {
  padding: 24px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 920px) {
  .card {
    padding: 24px 16px;
  }
}

.des-d {
  display: block;
}
@media screen and (max-width: 920px) {
  .des-d {
    display: none !important;
  }
}

.mob-d {
  display: none;
}
@media screen and (max-width: 920px) {
  .mob-d {
    display: block !important;
  }
}

.main-info {
  display: none;
  background: #132644;
  padding: 12px 0;
}
@media screen and (max-width: 920px) {
  .main-info {
    font-size: 12px;
  }
}
.main-info.show {
  display: block;
}
.main-info .row {
  justify-content: space-between;
  align-items: center;
}
.main-info .row .text {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-info .row .close-btn {
  cursor: pointer;
  color: #65748B;
}

.main-header .search {
  width: calc(50% - 24px);
  height: 44px;
}
.main-header .search form {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 4px;
  background: var(--White, #FFF);
}
.main-header .search form span {
  border: none;
  background: none;
}
.main-header .search form input, .main-header .search form button {
  height: 100%;
  border: none !important;
  background: none;
}
.main-header .search form input .is-search-icon, .main-header .search form button .is-search-icon {
  height: 100%;
  padding-top: 0 !important;
  width: 44px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.main-header .main-menu {
  height: 68px;
}
@media screen and (max-width: 920px) {
  .main-header .main-menu {
    height: 40px;
  }
}
.main-header .main-menu a {
  opacity: 1;
  transition: 0.4s;
}
.main-header .main-menu a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.main-header .main-menu .row {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .main-header .main-menu .row {
    justify-content: center;
  }
}
.main-header .main-menu .row .logo a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.main-header .main-menu .row .contact, .main-header .main-menu .row .menu {
  flex: 0 0 auto;
  display: flex;
  gap: 24px;
  width: 33.33333333%;
}
.main-header .main-menu .row .contact a, .main-header .main-menu .row .menu a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-header .main-menu .row .menu {
  justify-content: flex-end;
}
.main-header .main-menu .row .menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 24px;
}
.main-header .second-menu {
  background: #F0F2F4;
}
.main-header .second-menu .row {
  align-items: center;
  padding: 8px 0;
  justify-content: space-between;
}
.main-header .second-menu .row .catalog-btn, .main-header .second-menu .row .second-btn {
  width: 261px;
  justify-content: flex-start;
}
@media screen and (max-width: 920px) {
  .main-header .second-menu .row .catalog-btn, .main-header .second-menu .row .second-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
  }
  .main-header .second-menu .row .catalog-btn svg path, .main-header .second-menu .row .second-btn svg path {
    fill: #132644;
  }
	.main-header .main-menu .row .contact, .main-header .main-menu .row .menu
	{
		width: 100%;
	}
}
@media screen and (max-width: 920px) {
  .main-header .second-menu .row {
    flex-wrap: wrap;
  }
  .main-header .second-menu .row .catalog-btn {
    order: 1;
  }
  .main-header .second-menu .row .second-btn {
    order: 3;
  }
  .main-header .second-menu .row .search {
    order: 4;
    width: 100%;
    margin-top: 8px;
  }
  .main-header .second-menu .row .logo {
    order: 2;
  }
  .main-header .second-menu .row .logo a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 920px) {
  .main-footer .menu-futer-container {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #C4CCD4;
  }
}
.main-footer hr {
  background: #C4CCD4;
  height: 1px;
  border: none;
}
@media screen and (max-width: 920px) {
  .main-footer hr {
    margin: 0;
  }
}
.main-footer .footer-menu {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media screen and (max-width: 920px) {
  .main-footer .footer-menu {
    padding-bottom: 24px;
    padding-top: 22px;
  }
}
.main-footer .footer-menu .row {
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .main-footer .footer-menu .row {
    flex-wrap: wrap;
  }
}
.main-footer .footer-menu .row .title {
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
}
.main-footer .footer-menu .row .col {
  flex: 0 0 auto;
  width: 41.66666667%;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 920px) {
  .main-footer .footer-menu .row .col {
    width: 100%;
  }
}
.main-footer .footer-menu .row .col .sub-menu, .main-footer .footer-menu .row .col .contact {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 166px;
}
.main-footer .footer-menu .row .col .sub-menu ul, .main-footer .footer-menu .row .col .contact ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-footer .footer-menu .row .col .contact {
  width: auto;
}
.main-footer .footer-menu .row .col .contact .link-os {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}
.main-footer .footer-menu .row .menu {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 920px) {
  .main-footer .footer-menu .row .menu {
    width: 100%;
  }
}
.main-footer .footer-menu .row .menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 16px 24px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 24px));
  grid-template-rows: repeat(8, auto);
}
@media screen and (max-width: 920px) {
  .main-footer .footer-menu .row .menu ul {
    font-size: 12px;
    gap: 8px 24px;
  }
}
.main-footer .subfooter-menu .row {
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 920px) {
  .main-footer .subfooter-menu .row {
    gap: 8px;
  }
}

.catalog-grid {
  border-radius: 4px;
  background: #E1E6EA;
  display: grid;
  grid-template-columns: repeat(3, 33.333333%);
  grid-template-rows: repeat(3, 316px);
  gap: 1px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .catalog-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}
.catalog-grid .card {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 920px) {
  .catalog-grid .card {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.catalog-grid .card .img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .catalog-grid .card .img {
    flex-wrap: 0;
    flex-shrink: 0;
  }
}
.catalog-grid .card .img img {
  object-fit: contain;
  width: 100%;
}
.catalog-grid .card .content {
  max-width: 235px;
}
@media screen and (max-width: 920px) {
  .catalog-grid .card .content {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-grid .card .content .title {
  display: flex;
  align-items: center;
  height: 64px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.catalog-grid .card .content ul {
  list-style: none;
  padding: 0;
  flex-direction: column;
  margin: 0;
  display: flex;
  gap: 12px;
}

.how-grid {
  border-radius: 4px;
  background: #E1E6EA;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 251px);
  gap: 1px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .how-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.how-grid .card {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  gap: 24px;
  padding: 40px;
}
@media screen and (max-width: 920px) {
  .how-grid .card {
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
  }
}
.how-grid .card .content {
  max-width: 352px;
}
.how-grid .card .content ol {
  margin: 8px 0 0;
}
@media screen and (max-width: 920px) {
  .how-grid .card .content ol {
    padding-left: 25px;
  }
}
.how-grid .card .content ol span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.how-grid .card .content ol p {
  padding-top: 16px;
}

.row-product {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.row-product .item {
  display: flex;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  padding: 16px 18px 16px 16px;
  gap: 40px;
  align-items: center;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 920px) {
  .row-product .item {
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.row-product .item .img {
  /*display: none;*/
  /*top: 50px;*/
  /*z-index: 12;*/
  /*left: 120px;*/
  /*position: absolute;*/
  width: 134px;
  /*padding: 8px;*/
  border-radius: 4px;
  background: #fff;
  /*border: 1px solid #F0F2F4;*/
  /*box-shadow: 16px 16px 24px 0px rgba(0, 0, 0, 0.05);*/
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-product .item .img img {
  object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .row-product .item .img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    /*border: 1px solid var(--Gray-100, #E1E6EA);*/
    box-shadow: none;
  }
}
.row-product .item .article {
  color: #65748B;
  width: 80px;
}
@media screen and (max-width: 920px) {
  .row-product .item .article {
    order: 2;
    width: auto;
  }
}
.row-product .item .article:hover + .img {
  display: block;
}
.row-product .item .name {
  flex-basis: 456px;
  transition: 0.4s;
}
@media screen and (max-width: 920px) {
  .row-product .item .name {
    order: 3;
    width: auto;
  }
}
.row-product .item .price {
  flex-grow: 1;
  flex-shrink: 0;
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .row-product .item .price {
    order: 4;
    width: auto;
  }
}
.row-product .item .button {
  width: 40px;
  background: none;
  border: 1px solid #fff;
  height: 40px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .row-product .item .button {
    order: 6;
  }
}
@media screen and (max-width: 920px) {
  .row-product .item .remove {
    order: 6;
  }
}
.row-product .item:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}
.row-product .item:hover .name {
  transition: 0.4s;
  color: #1642F9;
}
.row-product .item:hover .button {
  border: 1px solid #E1E6EA;
  border-radius: 4px;
  transition: 0.4s;
}

.breadcumbs {
  margin-top: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.breadcumbs .row {
  align-items: center;
  gap: 4px !important;
}
.breadcumbs a {
  color: #65748B;
}
.breadcumbs .breadcrumb_last {
  color: #65748B;
  opacity: 0.5;
}

.about-us {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 920px) {
  .about-us {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.about-us .row {
  gap: 24px;
  display: grid;
  grid-template-columns: 2fr 356px;
  grid-template-rows: 305px;
}
@media screen and (max-width: 920px) {
  .about-us .row {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 12px;
  }
}
.about-us .row .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us .row .card .gray-btn {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #C4CCD4;
  background: #FFF;
  width: 188px;
}
@media screen and (max-width: 920px) {
  .about-us .row .card .gray-btn {
    width: auto;
  }
}
.about-us .row .card-2 {
  background: #65748B;
  padding: 40px 24px;
  color: #fff;
}
.about-us .row .card-2 .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}
.about-us .row .card-2 p {
  max-width: 272px;
}
.about-us .row .card-2 a {
  color: #fff;
  text-decoration: underline;
}
.about-us .row .card-2 .green-btn {
  text-decoration: none;
  width: 160px;
  padding: 0;
}
.about-us .row .text p, .about-us .row .text ul, .about-us .row .text ol {
  margin: 0;
  margin-bottom: 16px;
}
.about-us .row .text ul, .about-us .row .text ol {
  padding-left: 20px;
}

.front-page .header-slider {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 36px;
}
.front-page .header-slider h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .front-page .header-slider h2 {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media screen and (max-width: 920px) {
  .front-page .header-slider {
    padding-bottom: 32px;
  }
}
.front-page .header-slider .swiper {
  width: 100%;
  height: 100%;
}
.front-page .header-slider .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 450px;
  border-radius: 4px;
  padding: 48px;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .front-page .header-slider .swiper .swiper-slide {
    height: 366px !important;
    padding: 24px 16px !important;
  }
}
.front-page .header-slider .swiper .swiper-slide .text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.front-page .header-slider .swiper .swiper-slide .btns {
  display: flex;
  gap: 16px;
}
.front-page .header-slider .swiper .nav-slider {
  display: flex;
  position: absolute;
  right: 48px;
  align-items: center;
  gap: 8px;
  bottom: 48px;
  height: 44px;
}
.front-page .header-slider .swiper .nav-slider .swiper-button-next, .front-page .header-slider .swiper .nav-slider .swiper-button-prev, .front-page .header-slider .swiper .nav-slider .swiper-pagination {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.front-page .header-slider .swiper .nav-slider .swiper-button-next, .front-page .header-slider .swiper .nav-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
}
.front-page .header-slider .swiper .nav-slider .swiper-button-next::after, .front-page .header-slider .swiper .nav-slider .swiper-button-prev::after {
  color: #fff;
  font-size: 24px;
}
.front-page .popular {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 920px) {
  .front-page .popular {
    padding-top: 32px;
    padding-bottom: 32px;
  }
	.front-page .header-slider .swiper .nav-slider
	{
		display: none
	}
}
.front-page .popular .row {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 920px) {
  .front-page .popular .row {
    gap: 4px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.front-page .popular .row .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 258px;
}
@media screen and (max-width: 920px) {
  .front-page .popular .row .card {
    height: 80px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.front-page .popular .row .card .img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .front-page .popular .row .card .img {
    width: 64px;
    height: 64px;
  }
}
.front-page .popular .row .card .img img {
  object-fit: contain;
  width: 100%;
}
.front-page .catalog {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 920px) {
  .front-page .catalog {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.front-page .catalog .title-row {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media screen and (max-width: 920px) {
  .front-page .catalog .title-row {
    gap: 8px;
  }
}
.front-page .catalog .title-row h2 {
  margin-bottom: 0;
}
.front-page .catalog .title-row a {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 920px) {
  .front-page .catalog .title-row {
    margin-bottom: 24px;
  }
}
.front-page .prem {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 920px) {
  .front-page .prem {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.front-page .prem .row {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 920px) {
  .front-page .prem .row {
    gap: 12px;
    overflow-x: scroll;
    grid-template-columns: repeat(3, 273px);
  }
}
.front-page .prem .row .card {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.front-page .prem .row .card .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.front-page .prem .row .card .content .title {
  font-weight: 500;
  line-height: 150%;
}
.front-page .prem .row .card .content .text {
  max-width: 248px;
}
.front-page .how-work {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 920px) {
  .front-page .how-work {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.faq {
  padding-top: 36px;
  padding-bottom: 36px;
}
.faq h2 {
  margin-bottom: 8px;
}
.faq .subtitle {
  margin-bottom: 40px;
}
.faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 920px) {
  .faq .accordion {
    gap: 4px;
  }
}
.faq .accordion .accordion__item {
  background: #fffffe;
  border-radius: 4px;
}
.faq .accordion .accordion__item.open-accordion .accordion__header svg {
  transform: rotate(90deg);
  transition: 0.4s;
}
.faq .accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.faq .accordion .accordion__header svg {
  flex-shrink: 0;
  flex-grow: 0;
  transition: 0.4s;
}
.faq .accordion .accordion__body {
  padding: 0px 24px 16px;
  display: none;
}
.faq .accordion .open-accordion .accordion__body {
  display: block;
}
.faq .row {
  gap: 24px;
  display: grid;
  grid-template-columns: 2fr 356px;
  grid-template-rows: auto;
}
@media screen and (max-width: 920px) {
  .faq .row {
    gap: 12px;
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.faq .row .card {
  height: 292px;
}
.faq .row .card form {
  display: flex;
  flex-direction: column;
}
.faq .row .card form .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.faq .row .card form .text {
  margin-bottom: 21px;
}
.faq .row .card form .text-in {
  padding: 16px 13px;
  margin-bottom: 16px;
  height: 44px;
  border-radius: 4px;
  border: none;
  background: #F0F2F4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #132644;
}
.faq .row .card form .text-in::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #132644;
}
.faq .row .card form .main-btn {
  color: #fff;
  font-size: 14px;
  margin-bottom: 21px;
}
.faq .row .card form .check {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.about-us-page {
  min-height: auto;
}
.about-us-page .about-us {
  padding-top: 40px;
  padding-bottom: 72px;
}
.about-us-page .delivery .row {
  grid-template-rows: auto;
}
.about-us-page .delivery .card-2 {
  height: 305px;
}

.catalog-page {
  min-height: auto;
}
.catalog-page .catalog {
  padding-top: 40px;
  padding-bottom: 72px;
}
.catalog-page .title-row {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.catalog-page .title-row h2 {
  margin-bottom: 0;
}
.catalog-page .title-row a {
  display: flex;
  align-items: flex-end;
}

.category-page .row-filter .facetwp-facet {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .category-page .row-filter .facetwp-facet {
    margin-bottom: 24px;
  }
}
.category-page .row-filter .facetwp-facet select {
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  background: none;
}
.category-page .category {
  margin-top: 24px;
  padding-bottom: 72px;
}
@media screen and (max-width: 920px) {
  .category-page .category {
    padding-bottom: 64px;
  }
}
.category-page .category .accordion {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 920px) {
  .category-page .category .accordion {
    border-top: 1px solid var(--Gray-100, #E1E6EA);
    background: var(--White, #FFF);
    border-radius: 8px;
  }
}
.category-page .category .accordion .accordion__header {
  padding: 10px 10px 10px 16px;
  font-weight: 500;
  cursor: pointer;
}
.category-page .category .accordion .accordion__header:hover {
  color: #1642F9;
}
.category-page .category .accordion .accordion__body {
  display: none;
  flex-direction: column;
}
.category-page .category .accordion .accordion__body a {
  display: block;
  padding: 10px 10px 10px 28px;
}
.category-page .category .accordion .accordion__body a.active {
  border-radius: 4px;
  background: #E1E6EA;
}
.category-page .category .accordion .accordion__body a:hover {
  color: #1642F9;
}
.category-page .category .accordion .open-accordion .accordion__body {
  display: flex;
}
.category-page .category.subcat .accordion {
  border-bottom: 1px solid #C4CCD4;
  padding-bottom: 24px;
}
.category-page .row {
  gap: 24px;
}
@media screen and (max-width: 920px) {
  .category-page .row {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.category-page .col-3 {
  flex: 0 0 auto;
  width: calc(25% - 12px);
}
@media screen and (max-width: 920px) {
  .category-page .col-3 {
    width: 100%;
  }
}
.category-page .col-3 .back {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 0px;
  margin-bottom: 4px;
}
.category-page .col-3 .back:hover {
  color: #1642F9;
}
.category-page .col-3 .back:hover svg path {
  fill: #1642F9;
}
.category-page .content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(75% - 12px);
}
@media screen and (max-width: 920px) {
  .category-page .content {
    width: 100%;
  }
}
.category-page .content .row-title {
  align-items: flex-end;
  gap: 8px;
}
.category-page .content .row-title .h2 {
  margin-bottom: 0;
}
.category-page .content .row-title span {
  font-size: 12px;
  color: #65748B;
  padding-bottom: 3px;
}
.category-page .content .row-pag {
  display: flex;
  justify-content: center;
}
.category-page .content .row-pag .facetwp-pager {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4px;
  align-items: center;
}
.category-page .content .row-pag .facetwp-pager .dots {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8px;
}
.category-page .content .row-pag .facetwp-pager a {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 4px;
  color: #1642F9;
  border: 1px solid #F0F2F4;
  transition: 0.4s;
}
.category-page .content .row-pag .facetwp-pager a:hover, .category-page .content .row-pag .facetwp-pager a.active {
  border: 1px solid #1642F9;
  background: #1642F9;
  color: #fff;
  transition: 0.4s;
}
.category-page .content .row-pag .facetwp-pager a:hover svg path, .category-page .content .row-pag .facetwp-pager a.active svg path {
  fill: #fff;
}

.product-page {
  margin-bottom: 72px;
}
.product-page .qib-button-wrapper {
  margin: 0 !important;
  border-right: 4px;
  overflow: hidden;
  border: 1px solid #E1E6EA;
}
.product-page .qib-button-wrapper button.qib-button, .product-page .qib-button-wrapper div.quantity.wqpmb_quantity {
  width: 100%;
}
.product-page .wqpmb_quantity {
  height: 44px !important;
  border: none !important;
}
.product-page .input-text.qty.text {
  width: 100%;
  height: 44px !important;
  border: none !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-align: center;
}
@media screen and (max-width: 920px) {
  .product-page {
    order: 4;
  }
}
.product-page .minus, .product-page .plus {
  height: 44px !important;
  width: 44px !important;
  border: none !important;
  background: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  flex-shrink: 0;
  flex-grow: 0;
}
.product-page .count {
  width: 40px;
  text-align: center;
}
.product-page h1 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.product-page .article {
  font-size: 12px;
  color: #65748B;
  margin-bottom: 16px;
}
.product-page .row {
  gap: 24px;
  position: relative;
}
.product-page .row .col-3 {
  flex: 0 0 auto;
  width: calc(25% - 12px);
  clear: both;
}
@media screen and (max-width: 920px) {
  .product-page .row .col-3 {
    margin-left: -12px;
    margin-right: -12px;
    width: 100vw;
    z-index: 999;
    position: sticky;
    bottom: 0;
    left: 0;
  }
}
.product-page .row .col-3 .card-buy {
  top: 15px;
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page .row .col-3 .card-buy .price {
  font-size: 24px;
}
.product-page .row .col-3 .card-buy .button {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page .row .col-3 .card-buy .button form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page .row .col-3 .card-buy .button .white-btn {
  border: 1px solid #C4CCD4;
}
.product-page .row .content {
  flex: 0 0 auto;
  width: calc(75% - 12px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 920px) {
  .product-page .row .content {
    width: 100%;
  }
}
.product-page .row .content h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.product-page .row .content h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.product-page .row .content ul {
  margin: 0;
}
.product-page .row .content .card-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .product-page .row .content .card-header {
    flex-wrap: wrap;
  }
}
.product-page .row .content .card-header .img {
  width: 261px;
  height: 261px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media screen and (max-width: 920px) {
  .product-page .row .content .card-header .img {
    width: 100%;
    height: 318px;
  }
}
.product-page .row .content .card-header .img img {
  object-fit: contain;
  width: 100%;
}
.product-page .row .content .card-header .char {
  max-width: 427px;
  width: 100%;
}
.product-page .row .content .card-header .char ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page .row .content .card-header .char ul li {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.product-page .row .content .card-header .char ul .name {
  color: #65748B;
}
.product-page .row .content .card-header .char ul .line {
  border-bottom: 1px dashed #C4CCD4;
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.product-page .row .content .card-header .char ul .value {
  width: 50%;
}
.product-page .row .content .card-content .content {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-page .row .content .card-content .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page .row .content .card-char .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-page .row .content .card-char .content .char {
  max-width: 640px;
  width: 100%;
}
.product-page .row .content .card-char .content .char ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-page .row .content .card-char .content .char ul li {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.product-page .row .content .card-char .content .char ul .name {
  color: #65748B;
}
.product-page .row .content .card-char .content .char ul .line {
  border-bottom: 1px dashed #C4CCD4;
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.product-page .row .content .card-char .content .char ul .value {
  width: 50%;
}

.cart-page {
  margin-bottom: 72px;
}
.cart-page .clear-cart button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 920px) {
  .cart-page {
    margin-bottom: 64px;
  }
}
.cart-page .row-product .item .counts {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 2px;
  border: 2px solid #E1E6EA;
  background: #fff;
  width: 96px;
}
.cart-page .row-product .item .counts .qib-button-wrapper {
  margin: 0 !important;
}
.cart-page .row-product .item .counts .qib-button-wrapper button.qib-button, .cart-page .row-product .item .counts .qib-button-wrapper div.quantity.wqpmb_quantity {
  width: 40px;
}
.cart-page .row-product .item .counts .wqpmb_quantity {
  height: 18px !important;
}
.cart-page .row-product .item .counts .input-text.qty.text {
  width: 100%;
  height: 18px !important;
  border: none;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-align: center;
}
@media screen and (max-width: 920px) {
  .cart-page .row-product .item .counts {
    order: 4;
  }
}
.cart-page .row-product .item .counts .minus, .cart-page .row-product .item .counts .plus {
  height: 24px !important;
  width: 24px !important;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.cart-page .row-product .item .counts .count {
  width: 40px;
  text-align: center;
}
.cart-page .row-title {
  display: flex;
  justify-content: space-between;
  width: calc(75% - 12px);
  margin-top: 40px;
  margin-bottom: 16px;
  align-items: flex-end;
}
@media screen and (max-width: 920px) {
  .cart-page .row-title {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.cart-page .row-title .title {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.cart-page .row-title .title h1 {
  margin-bottom: 0;
  line-height: 130%;
}
.cart-page .row-title .title .count {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #65748B;
  margin-bottom: 3px;
}
.cart-page .row {
  gap: 24px;
  position: relative;
}
.cart-page .row .col-3 {
  flex: 0 0 auto;
  width: calc(25% - 12px);
  clear: both;
}
@media screen and (max-width: 920px) {
  .cart-page .row .col-3 {
    width: 100vw;
    position: sticky;
    z-index: 99;
    margin-left: -12px;
    margin-right: -12px;
    bottom: 0;
    left: 0;
  }
}
.cart-page .row .col-3 .card-buy {
  top: 15px;
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-page .row .col-3 .card-buy .title {
  font-size: 18px;
}
.cart-page .row .col-3 .card-buy .price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cart-page .row .col-3 .card-buy .price span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #65748B;
}
.cart-page .row .col-3 .card-buy .price .count {
  font-size: 24px;
  line-height: 130%;
}
.cart-page .row .col-3 .card-buy .button {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-page .row .col-3 .card-buy .button .white-btn {
  border: 1px solid #C4CCD4;
}
.cart-page .row .content {
  flex: 0 0 auto;
  width: calc(75% - 12px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 920px) {
  .cart-page .row .content {
    width: 100%;
    gap: 8px;
  }
}

.checkout-page .card .title {
  font-size: 18px;
}
.checkout-page .row-content {
  gap: 0;
  justify-content: space-between;
}
.checkout-page .row-content .content {
  flex: 0 0 auto;
  width: calc(50% - 12px);
}
.checkout-page .row-content .col-3 {
  flex: 0 0 auto;
  width: calc(25% - 12px);
}
.checkout-page .card-buy p {
  font-size: 12px;
  color: #65748B;
}

.thank-page section {
  margin-top: 40px;
  margin-bottom: 72px;
}
.thank-page section h1 {
  margin-bottom: 12px;
}
.thank-page section a {
  margin-top: 24px;
  width: 172px;
}

.contact-page .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-page .wpcf7-spinner {
  display: none;
}
.contact-page section {
  margin-top: 40px;
  margin-bottom: 72px;
}
.contact-page section h1 {
  margin-bottom: 24px;
}
.contact-page section .row {
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 920px) {
  .contact-page section .row {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.contact-page section .row .col-6 {
  flex: 0 0 auto;
  width: calc(50% - 12px);
}
@media screen and (max-width: 920px) {
  .contact-page section .row .col-6 {
    width: 100%;
  }
}
.contact-page section .row .col-6 .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-page section .row .col-6 .card .title {
  font-size: 18px;
  line-height: 150%;
}
.contact-page section .row .col-6 .card .contacts, .contact-page section .row .col-6 .card .address {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 920px) {
  .contact-page section .row .col-6 .card .contacts, .contact-page section .row .col-6 .card .address {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.contact-page section .row .col-6 .card .contacts .col, .contact-page section .row .col-6 .card .address .col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 920px) {
  .contact-page section .row .col-6 .card .contacts .col, .contact-page section .row .col-6 .card .address .col {
    width: 100%;
  }
}
.contact-page section .row .col-6 .card .contacts .col .contact-name, .contact-page section .row .col-6 .card .address .col .contact-name {
  color: #65748B;
  font-size: 10px;
  line-height: 130%;
}
.contact-page section .row .col-6 .card .map {
  border: 1px solid #E1E6EA;
  height: 280px;
  width: 100%;
}
.contact-page section .row .col-6 .card form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 920px) {
  .contact-page section .row .col-6 .card form {
    gap: 12px;
  }
}
.contact-page section .row .col-6 .card form .row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 920px) {
  .contact-page section .row .col-6 .card form .row {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.contact-page section .row .col-6 .card form .row input, .contact-page section .row .col-6 .card form .row textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #E1E6EA;
  font-size: 14px;
  line-height: 130%;
  padding: 13px 16px;
}
.contact-page section .row .col-6 .card form .row input::placeholder, .contact-page section .row .col-6 .card form .row textarea::placeholder {
  font-size: 14px;
  line-height: 130%;
  color: #65748B;
}
.contact-page section .row .col-6 .card form .row textarea {
  height: 120px;
  resize: none;
}
.contact-page section .row .col-6 .card form .row .green-btn {
  width: 106px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  .contact-page section .row .col-6 .card form .row .green-btn {
    width: 100%;
  }
}
.contact-page section .row .col-6 .card form .row p {
  font-size: 12px;
  line-height: 135%;
  width: 376px;
  color: #65748B;
}

/*# sourceMappingURL=main.css.map */
.catalog-page .catalog-grid 
{
	grid-template-rows: auto
}