:root {
    --base-color: #1B3250;
    --dark-gray: #16202c;
    --medium-gray: #888e95;
    --alt-font: 'Tilda Sans', sans-serif;
    --primary-font: 'AvenirNextCyr', sans-serif
}

body {
    font-size: 16px;
    line-height: 30px
}

::-webkit-input-placeholder {
    color: #4f5864 !important;
    text-overflow: ellipsis
}

::-moz-placeholder {
    color: #4f5864 !important;
    text-overflow: ellipsis;
    opacity: 1
}

:-ms-input-placeholder {
    color: #4f5864 !important;
    text-overflow: ellipsis;
    opacity: 1
}

.placeholder-medium-gray::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: .7
}

.placeholder-medium-gray::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: .7
}

.placeholder-medium-gray:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: .7
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1
}

.input-small,
.textarea-small,
.select-small {
    font-size: 15px
}

header .navbar-brand img {
    max-height: 36px
}

.header-cart-icon .cart-count {
    font-size: 9px;
    right: -10px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px
}

.navbar .navbar-nav .submenu-content ul .sub-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 4px;
    border-color: transparent
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 10px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 190px;
    padding: 30px 0
}

.navbar .navbar-nav .nav-link .label {
    font-size: 10px
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    font-size: 14px
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    font-size: 13px;
    line-height: 24px
}

h3 {
    line-height: 2.813rem
}

h4 {
    line-height: 2.375rem
}

.shop-sidebar .shop-filter li .item-qty {
    font-size: 10px;
    font-weight: 600
}

.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white)
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: 0 0;
    box-shadow: none !important;
    color: var(--medium-gray)
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray)
}

section,
footer {
    padding-top: 100px;
    padding-bottom: 100px
}

.btn.btn-switch-text.btn-very-small>span {
    padding: 6px 12px
}

.btn.btn-switch-text.btn-small>span {
    padding: 8px 16px
}

.btn.btn-switch-text.btn-medium>span {
    padding: 10px 20px
}

.btn.btn-switch-text.btn-large>span {
    padding: 12px 24px
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 16px 32px
}

.btn {
    text-transform: inherit;
    letter-spacing: 0
}

.btn.btn-extra-large {
    font-size: 16px
}

.btn.btn-large {
    font-size: 15px
}

.btn.btn-medium {
    font-size: 14px
}

.btn.btn-small {
    font-size: 13px
}

.btn.btn-very-small {
    font-size: 12px
}

.text-blue-whale {
    color: #0c1623
}

.bg-blue-whale {
    background-color: #0c1623 !important
}

.bg-blue-tangaroa {
    background-color: #18222e !important
}

.bg-transparent-base-color-light {
    background-color: rgba(27, 50, 80, .2)
}

.bg-transparent-base-color {
    background-color: rgba(27, 50, 80, .8)
}

.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%)
}

.tab-style-04 .nav-tabs .nav-item .nav-link {
    line-height: 50px
}

.progress-bar-style-02 .progress {
    height: 10px
}

.contact-form-style-03 .form-group.form-textarea .form-icon {
    top: 20px
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 17px 30px
}

footer {
    font-size: 15px;
    line-height: 26px
}

footer .footer-logo img {
    max-height: 36px
}

.footer-dark a:hover {
    color: var(--white)
}

.newsletter-style-02 input {
    font-size: 14px;
    padding-right: 60px !important
}

footer ul li {
    margin-bottom: 2px
}

.tooltip.show {
    opacity: 1
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--dark-gray);
    top: -2px
}

.tooltip .tooltip-inner {
    background-color: var(--dark-gray);
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500
}

@media(max-width:1300px) {
    .sticky-wrap.shadow-in {
        left: 10px
    }
}

@media(max-width:991px) {

    section,
    footer {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 20px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu a,
    .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu a,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu a {
        line-height: 22px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu ul,
    .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul {
        padding: 20px 0 0
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        width: 100%;
        padding: 0 15px 15px
    }
}

@media(max-width:767px) {

    section,
    footer {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .tab-style-04 .nav-tabs .nav-item .nav-link {
        line-height: 35px
    }
}

.navigation-arrow .tp-parallax-wrap {
    top: inherit !important;
    bottom: 115px !important;
    margin-left: 30px !important
}

@media(max-width:1080px) and (min-width:1024px) {
    .product-image-layer {
        left: 100px
    }
}

@media(max-width:1400px) and (min-width:1024px) {
    .right-image-layer {
        right: -200px
    }
}

@media(max-width:991px) and (min-width:778px) {

    #decor-store-slider_forcefullwidth,
    #decor-store-slider_wrapper {
        height: 650px !important
    }

    .navigation-arrow .tp-caption {
        min-height: 90px !important;
        max-height: 90px !important
    }

    .navigation-arrow .tp-parallax-wrap {
        top: inherit !important;
        bottom: 90px !important;
        margin-left: 30px !important
    }
}

@media(max-width:777px) {
    .navigation-arrow .tp-parallax-wrap {
        top: inherit !important;
        bottom: 80px !important;
        margin-left: 0 !important
    }
}

@media(max-width:650px) {

    #decor-store-slider_forcefullwidth,
    #decor-store-slider_wrapper {
        height: 750px !important
    }

    .navigation-arrow .tp-caption {
        min-height: 90px !important;
        max-height: 90px !important
    }

    .navigation-arrow .tp-parallax-wrap {
        top: inherit !important;
        bottom: 90px !important;
        margin-left: 30px !important
    }
}

@media(max-width:479px) {

    footer .elements-social.social-icon-style-01 li,
    footer .elements-social.social-icon-style-02 li,
    footer .elements-social.social-icon-style-05 li,
    footer .elements-social.social-icon-style-08 li {
        margin: 0 18px 0 0
    }
}

@media(max-width:991px) and (orientation:landscape) {

    #decor-store-slider_forcefullwidth,
    #decor-store-slider_wrapper {
        height: 600px !important
    }

    .product-image-layer {
        width: 600px !important;
        min-width: 600px !important;
        max-width: 600px !important;
        height: auto !important;
        left: 30px
    }

    .shop-button {
        font-size: 11px !important;
        padding: 8px 18px 8px 10px !important
    }

    .right-image-layer {
        width: 800px !important;
        min-width: 800px !important;
        max-width: 800px !important
    }

    .left-column {
        padding-top: 100px !important
    }

    .navigation-arrow .tp-parallax-wrap {
        z-index: 999999 !important
    }
}

@media(max-width:991px) and (min-width:844px) and (orientation:landscape) {
    .right-image-layer {
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important
    }

    .rev_row_wrap {
        width: 60% !important;
        left: 20% !important;
        padding-top: 0 !important
    }

    .left-column {
        min-height: 300px !important;
        max-height: 300px !important;
        height: 300px !important
    }
}


.distribute-block {
  padding: 0 0 80px;
}

.distribute-block__caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 155%;
  color: var(--color-text-primary);
  margin-bottom: 22px;
  max-width: 540px;
}

/*----------------------------------------*/
/* DISTRIBUTE LOCATION */
/*----------------------------------------*/
.distribute-location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding-right: 18px;
}
.distribute-location__region {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}
.distribute-location__region small {
  display: block;
  opacity: 0.5;
}
.distribute-location__button {
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  margin-left: auto;
  padding: 0;
  width: 145px;
}

@media screen and (max-width: 479px) {
    .contacts-block__items {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .distribute-location {
        display: block;
    }
    .distribute-location__region {
       margin: 0 0 10px;
    }
    .distribute-location__button {
        margin: 0;
    }
  .catalog-products {
      display:grid;
      grid-template-columns: 1fr 1fr;
  }
  .articles-block__items {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
}
  .cat-wrap {
    width: 100%;
    }
  
}


.distribute-map {
  padding: 0 0 80px;
}

.distribute-map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.distribute-map__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: #01192b;
  margin-bottom: 24px;
}

.distribute-map__regions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px 19px;
}

.distribute-map__region {
  margin: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  color: var(--color-text-primary);
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.distribute-map__region.is-active {
  opacity: 1;
  font-size: 22px;
  color: var(--color-accent);
}

.distribute-map__list {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 30px 12px 30px 30px;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.distribute-map__list::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: 58px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.distribute-map__list-search {
  position: relative;
  height: 54px;
  margin-bottom: 15px;
  padding-right: 18px;
}

.distribute-map__list-search input {
  padding-right: 54px;
}

.distribute-map__list-search svg {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.distribute-map__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 18px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.distribute-map__list-items::-webkit-scrollbar {
  width: 4px;
}

.distribute-map__list-items::-webkit-scrollbar-track {
  background: #deeaef;
  border-radius: 99px;
}

.distribute-map__list-items::-webkit-scrollbar-thumb {
  background: #087ba8;
  border-radius: 99px;
}

.distribute-map__list-item {
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.distribute-map__list-item.no-padding {
  padding-right: 0;
}

.distribute-map__list-item.no-padding:hover {
  background: #fff !important;
}

.distribute-map__list-item.is-hidden,
.distribute-map__list-item.is-hide {
  display: none;
}

.distribute-map__list-item:first-child {
  margin-top: 0;
}

.distribute-map__list-item:last-child {
  margin-bottom: 0;
}

.distribute-map__list-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cee5ee;
  margin: 10px 0;
  left: 0;
  right: 0;
  top: calc(100% - 5px);
}

.distribute-map__list-item:last-child::after {
  display: none;
}

.distribute-map__list-item:hover {
  background: #f5f6f6;
}

.distribute-map__list-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 230%;
  color: #00415d;
  margin-bottom: 3px;
  width: 100%;
}

.distribute-map__list-address {
  font-size: 14px;
  line-height: 243%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 11px;
  width: 100%;
}

.distribute-map__list-email,
.distribute-map__list-phone {
  font-size: 16px;
  line-height: 212%;
  color: #01192b;
}

.distribute-map__list-phone {
  width: 100%;
}

.distribute-map__list-email {
  margin-right: auto;
}

.distribute-map__list-site {
  font-size: 16px;
  line-height: 175%;
  text-align: right;
  color: #087ba8;
}

.distribute-map__container {
  width: 100%;
}

.distribute-map__container-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.distribute-map__container-wrap #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dist-block {
  padding: 60px 0;
  background: var(--color-accent);
}

.dist-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dist-block__text {
  max-width: 731px;
  margin-right: auto;
  margin-bottom: 24px;
}

.dist-block__caption,
.dist-block__title {
  color: #fff;
}

.dist-block__title {
  margin-bottom: 5px;
}

.dist-block__form {
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.dist-block__form .form__field {
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.dist-block__form .form__field .select__styled,
.dist-block__form .form__field select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  color: #fff;
}

.dist-block__form .form__field .select__styled span,
.dist-block__form .form__field select span {
  color: #fff;
}

.dist-block__form .form__field .select__styled::after,
.dist-block__form .form__field select::after {
  width: 10px;
  height: 10px;
  min-width: 10px;
  background-image: url(/assets/images/svg/arrow-drop.svg);
  right: 24px;
}

.dist-block__form .form__submit {
  padding: 5px 10px;
  width: 100%;
}

.dist-block__form .form__submit .btn {
  width: 100%;
}

.dist-block__form .form__agreement {
  margin-top: 0;
  padding: 5px 10px;
  color: var(--color-text-secondary);
  width: 100%;
}

.dist-block__form .form__agreement a {
  color: #fff;
}

.popup__wrapper {
    margin: auto;
  }

  .popup__form {
    padding: 40px;
    background: #fff;
    border: 1px solid rgba(8, 123, 168, 0.2);
    border-radius: 30px;
  }

  .popup-city .popup__content-wrap {
    border: 1px solid rgba(8, 123, 168, 0.2);
    border-radius: 30px;
    padding: 40px 40px 25px;
  }

  .popup-cities .popup__content-wrap {
    border: 1px solid rgba(8, 123, 168, 0.2);
    border-radius: 30px;
    padding: 40px;
  }


.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1001;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.popup:target {
  opacity: 1;
  pointer-events: all;
}

.popup__wrapper {
  max-width: 546px;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup__content {
  padding: 94px 20px 20px;
}

.popup__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f6f6;
  border-radius: 99px;
  z-index: 1;
}

.popup__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.popup__form .form__title {
  text-align: center;
  margin-bottom: 26px;
}

.popup__form .form__caption {
  text-align: center;
  margin-bottom: 21px;
}

.popup__form .form__submit .btn {
  margin: 0 auto;
}

.popup__form .form__agreement {
  text-align: center;
}

.popup-success .popup__wrapper {
  margin: auto;
}

.popup-success .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-success__caption,
.popup-success__title {
  text-align: center;
}

.popup-success__title {
  margin-bottom: 19px;
}

.popup-success__caption {
  margin-bottom: 30px;
}

.popup-success .btn {
  min-width: 240px;
}

.popup-login__image {
  width: 140px;
  height: 140px;
  margin-bottom: 40px;
}

.popup-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-login__form .form__fields {
  width: 100%;
  margin-bottom: 20px;
}

.popup-login__form .form__submit {
  min-width: 240px;
}

.popup-login__form .form__submit .btn {
  width: 100%;
}

.popup-login__form .form__links {
  text-align: center;
}

.popup-login__form .form__link {
  margin-top: 26px;
  font-weight: 300;
  font-size: 15px;
  line-height: 133.33333%;
}

.popup-login__form .form__link a {
  color: var(--color-accent);
  font-weight: 700;
}

.popup-production__form .form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 30px;
}

.popup-production__form .form__field {
  width: calc(100% - 20px);
  margin: 10px;
}

.popup-production__form .form__field.halfwidth {
  width: calc(100% / 2 - 20px);
}

.popup-production__form .form__submit {
  min-width: 240px;
}

.popup-catalog__title {
  margin-bottom: 50px;
}

.popup-catalog .popup__wrapper {
  max-width: 1411px;
  margin: 0 auto;
}

.popup-catalog .popup__content {
  padding: 100px 20px 20px;
}

.popup-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -15px 50px;
  max-width: 686px;
}

.popup-catalog__list-item {
  width: calc(100% - 30px);
  margin: 10px 15px;
}

.popup-catalog__list-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--color-text-primary);
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.popup-catalog__list-link:hover {
  padding-left: 20px;
  color: var(--color-accent);
}

.popup-catalog__list-link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.popup-catalog__list-link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7347 6.12793L12.5128 0.906038C12.1491 0.542249 11.5655 0.542249 11.2017 0.906038C10.8379 1.26983 10.8379 1.85341 11.2017 2.2172L14.8396 5.85509L0.93221 5.85509C0.416841 5.85509 -2.91532e-07 6.27193 -2.69004e-07 6.7873C-2.46477e-07 7.30267 0.416842 7.71951 0.93221 7.71951L14.832 7.71951L11.1941 11.3574C10.8303 11.7212 10.8303 12.3048 11.1941 12.6686C11.5579 13.0324 12.1415 13.0324 12.5053 12.6686L17.7272 7.44667C17.9091 7.26477 18 7.02983 18 6.7873C18 6.54477 17.9166 6.30983 17.7347 6.12793Z' fill='%23087BA8'/%3E%3C/svg%3E%0A");
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.popup-catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.popup-catalog__link .btn {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
}

.popup-catalog__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -15px 0;
}

.popup-catalog__brands-item {
  width: calc(100% / 2 - 30px);
  margin: 10px 15px;
  max-height: 73px;
}

.popup-catalog__brands-item:hover img {
  opacity: 1;
}

.popup-catalog__brands-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  opacity: 0.8;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.popup-city .popup__wrapper {
  margin: auto;
  max-width: 630px;
}

.popup-city__title {
  text-align: center;
  margin-bottom: 20px;
}

.popup-city__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px -15px 0;
  width: calc(100% + 30px);
}

.popup-city__btns .btn {
  margin: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 16px;
  padding: 19px;
  min-width: 240px;
}

.popup-cities .popup__wrapper {
  margin: auto;
  max-width: 630px;
}

.popup-cities__search {
  position: relative;
  margin-bottom: 30px;
}

.popup-cities__search input {
  padding-left: 37px;
}

.popup-cities__search svg {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
}

.popup-cities__list {
  padding-top: 30px;
  border-top: 1px solid #cee5ee;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.popup-cities__list-item {
  font-size: 15px;
  line-height: 173%;
  color: var(--color-text-primary);
  overflow: hidden;
  max-height: 100vh;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.popup-cities__list-item.is-hide {
  max-height: 0;
}

