@charset "UTF-8";
/**
 * @file
 * Breakpoints.
 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat"), url("../assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat/Montserrat-Regular.ttf") format("ttf"), url("../assets/fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat"), url("../assets/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat/Montserrat-Medium.ttf") format("ttf"), url("../assets/fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("ttf"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat"), url("../assets/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat/Montserrat-Bold.ttf") format("ttf"), url("../assets/fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("eot");
}
.container {
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media screen and (min-width: 1480px) {
  .container {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1430px;
  }
}

.container-fluid {
  padding: 0 56px;
  width: 100%;
  margin: 0 auto;
}
.container-fluid:before, .container-fluid:after {
  display: none;
}
@media screen and (min-width: 1280px) {
  .container-fluid {
    max-width: 1392px;
  }
}
@media screen and (min-width: 1480px) {
  .container-fluid {
    max-width: 1592px;
  }
}

@media screen and (min-width: 1920px) {
  .col-hd-2 {
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .col-hd-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1920px) {
  .col-hd-4 {
    width: 33.3333333333%;
  }
}

.g-10, .gy-10 {
  --bs-gutter-y: 20px;
}

.g-10, .gx-10 {
  --bs-gutter-x: 20px;
}

/**
***CHECKBOXES***
**/
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  --theme-page-width-padding: 16px !important;
}
@media screen and (min-width: 768px) {
  html {
    --theme-page-width-padding: 30px !important;
  }
}
@media screen and (min-width: 1280px) {
  html {
    --theme-page-width-padding: 56px !important;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

.maxwidth-theme {
  background: none;
}

.row:before, .row:after {
  display: none;
}

#panel {
  height: 0;
}

#bx_admin_form input {
  min-height: unset;
}

.is_admin {
  padding-top: 160px;
}
.is_admin #panel {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.is_admin .header_wrap {
  border-top: 2px dashed gray;
}

h2,
.title--h2,
.topic__heading #pagetitle {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 480px) {
  h2,
  .title--h2,
  .topic__heading #pagetitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) {
  h2,
  .title--h2,
  .topic__heading #pagetitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  h2,
  .title--h2,
  .topic__heading #pagetitle {
    font-size: 40px;
  }
}

section img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.image-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.image-wrapper img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image-wrapper img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

ul,
ol {
  list-style-type: none;
  padding-left: unset;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

p {
  margin: 0;
}
p:not(:last-of-type) {
  margin-bottom: 10px;
}

label {
  cursor: inherit;
}

.b24-form-control-string .b24-form-control {
  width: 100% !important;
  max-width: 100%;
  min-height: 52px;
  padding: 16px 24px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  padding-left: 24px !important;
}
.b24-form-control-string .b24-form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.b24-form-control-string .b24-form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.b24-form-control-string .b24-form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.b24-form-control-string .b24-form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.b24-form-control-string .b24-form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.b24-form-control-string .b24-form-control + .b24-form-control-label {
  padding-left: 24px !important;
}
.b24-form-control-string .b24-form-control-not-empty {
  background-color: #fff !important;
  border: 2px solid #eee !important;
}

.b24-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  display: flex !important;
}
.b24-form-btn:hover, .b24-form-btn:focus, .b24-form-btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}

.btn--green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
}
.btn--green:hover, .btn--green:focus, .btn--green:active {
  color: #fff !important;
  background-color: #55c93b !important;
}

.btn--white {
  color: #086B0B !important;
  background-color: #fff !important;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  color: #086B0B !important;
  background-color: #fff !important;
}

.checkbox--dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 14px 11px !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000;
}
@media screen and (min-width: 576px) {
  .checkbox--dark {
    font-size: 14px;
  }
}
.checkbox--dark a {
  color: inherit !important;
}
.checkbox--dark input {
  position: absolute;
  left: 5px;
  top: 7px;
  opacity: 0;
  z-index: -1;
}
.checkbox--dark input[disabled] ~ * {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkbox--dark > span:first-of-type {
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  margin: 0 5px 0 0;
  background-size: 12px 9.5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .checkbox--dark > span:first-of-type {
    margin: 0 12px 0 0;
  }
}
.checkbox--dark [data-consent] {
  position: relative;
}
.checkbox--dark [data-consent]:before {
  position: absolute;
  z-index: 1000;
  content: attr(data-consent);
  font: inherit;
  color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(12, 12, 13, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(12, 12, 13, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 300px;
  min-height: 50px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 8px));
      -ms-transform: translate(-50%, calc(100% + 8px));
          transform: translate(-50%, calc(100% + 8px));
  margin-top: 8px;
}
@media screen and (min-width: 576px) {
  .checkbox--dark [data-consent]:before {
    width: 500px;
  }
}
.checkbox--dark [data-consent]:hover {
  opacity: 1;
}
.checkbox--dark [data-consent]:hover:before {
  opacity: 1;
  visibility: visible;
}
.checkbox--dark .b24-form-control-alert-message {
  top: 45px;
  left: 25px;
  padding: 6px 8px 5px 24px;
}
.checkbox--dark .b24-form-control-alert-message:before {
  left: 5px;
}
.checkbox--dark input:checked + span {
  border-color: #248127 !important;
  background: #248127 url(/bitrix/templates/gofromir/assets/images/checkbox--light.svg) no-repeat center center;
}

.checkbox--light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 14px 11px !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #E5E5E5;
}
@media screen and (min-width: 576px) {
  .checkbox--light {
    font-size: 14px;
  }
}
.checkbox--light a {
  color: inherit !important;
}
.checkbox--light input {
  position: absolute;
  left: 5px;
  top: 7px;
  opacity: 0;
  z-index: -1;
}
.checkbox--light input[disabled] ~ * {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkbox--light > span:first-of-type {
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  margin: 0 5px 0 0;
  background-size: 12px 9.5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .checkbox--light > span:first-of-type {
    margin: 0 12px 0 0;
  }
}
.checkbox--light [data-consent] {
  position: relative;
}
.checkbox--light [data-consent]:before {
  position: absolute;
  z-index: 1000;
  content: attr(data-consent);
  font: inherit;
  color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(12, 12, 13, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(12, 12, 13, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 300px;
  min-height: 50px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 8px));
      -ms-transform: translate(-50%, calc(100% + 8px));
          transform: translate(-50%, calc(100% + 8px));
  margin-top: 8px;
}
@media screen and (min-width: 576px) {
  .checkbox--light [data-consent]:before {
    width: 500px;
  }
}
.checkbox--light [data-consent]:hover {
  opacity: 1;
}
.checkbox--light [data-consent]:hover:before {
  opacity: 1;
  visibility: visible;
}
.checkbox--light .b24-form-control-alert-message {
  top: 45px;
  left: 25px;
  padding: 6px 8px 5px 24px;
}
.checkbox--light .b24-form-control-alert-message:before {
  left: 5px;
}
.checkbox--light > span:first-of-type {
  border-color: #fff;
}
.checkbox--light input:checked + span {
  background: #fff url(/bitrix/templates/gofromir/assets/images/checkbox--dark.svg) no-repeat center center;
}

.checkbox--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 14px 11px !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}
@media screen and (min-width: 576px) {
  .checkbox--circle {
    font-size: 14px;
  }
}
.checkbox--circle a {
  color: inherit !important;
}
.checkbox--circle input {
  position: absolute;
  left: 5px;
  top: 7px;
  opacity: 0;
  z-index: -1;
}
.checkbox--circle input[disabled] ~ * {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkbox--circle > span:first-of-type {
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  margin: 0 5px 0 0;
  background-size: 12px 9.5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .checkbox--circle > span:first-of-type {
    margin: 0 12px 0 0;
  }
}
.checkbox--circle [data-consent] {
  position: relative;
}
.checkbox--circle [data-consent]:before {
  position: absolute;
  z-index: 1000;
  content: attr(data-consent);
  font: inherit;
  color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(12, 12, 13, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(12, 12, 13, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 300px;
  min-height: 50px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 8px));
      -ms-transform: translate(-50%, calc(100% + 8px));
          transform: translate(-50%, calc(100% + 8px));
  margin-top: 8px;
}
@media screen and (min-width: 576px) {
  .checkbox--circle [data-consent]:before {
    width: 500px;
  }
}
.checkbox--circle [data-consent]:hover {
  opacity: 1;
}
.checkbox--circle [data-consent]:hover:before {
  opacity: 1;
  visibility: visible;
}
.checkbox--circle .b24-form-control-alert-message {
  top: 45px;
  left: 25px;
  padding: 6px 8px 5px 24px;
}
.checkbox--circle .b24-form-control-alert-message:before {
  left: 5px;
}
.checkbox--circle > span:first-of-type {
  border: 2px solid #B3B3B3;
  border-radius: 50%;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
  background: none;
  position: relative;
  overflow: hidden;
}
.checkbox--circle input:checked + span {
  border-color: #248127;
}
.checkbox--circle input:checked + span:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #248127;
  width: 9px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .top_big_banners .items .item {
    width: 16.66666667% !important;
  }
  .item-views.float_banners2 .item.big .image {
    left: 0%;
    opacity: 0.3;
  }
  .item-views.float_banners2 .item.big:hover .image {
    opacity: 0.1;
  }
  .item-views.float_banners2 .item.big .image + .inner-text {
    width: 100%;
  }
}
.top_big_banners .item .item_inner {
  height: 150px;
}

/* video */
.video-title {
  justify-self: center;
  margin: 32px !important;
}

.video-video {
  width: 100%;
  background-color: #333;
  height: 400px;
  background-image: url("/images/main-page/video_background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.darken-bg-animate::after,
.item .darken-bg-animate::after {
  opacity: 1 !important;
}

.darken-bg-animate:hover::after,
.item:hover .darken-bg-animate::after {
  opacity: 1 !important;
}

.darken-bg-animate::before,
.item .darken-bg-animate::before {
  opacity: 1 !important;
}

.darken-bg-animate:hover::before,
.item:hover .darken-bg-animate::before {
  opacity: 0 !important;
}

.item-views.tizers .item-wrapper > .item .image {
  max-height: 80px !important;
  height: 80px !important;
}

.bg-fon-img {
  background-size: contain;
  background-repeat: no-repeat;
}

.item-views.collection.normal .item {
  background-color: #fff;
}

.main-page .top_block_title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.main-page .company-block .top_block_title {
  text-align: left !important;
}

.main-page .top_block_subtitle {
  text-align: center;
  width: 100%;
  margin: 0 0 40px;
}

.padding15 {
  padding: 10px;
}

.consent {
  display: none;
}

.header .row:before, .header .row:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header--top .row {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (min-width: 1480px) {
  .header--top .row {
    border-bottom: none;
  }
}
.header--top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .header--top__links {
    gap: 24px;
  }
}
@media screen and (min-width: 1480px) {
  .header--top__links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
  }
}
.header--top__links a {
  display: block;
}
.header--top__links > a:first-of-type {
  padding-right: 8px;
}
.header--top__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header--top__icons img {
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .graylink {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px 2px;
}
@media screen and (min-width: 768px) {
  .header .graylink {
    font-size: 16px;
  }
}
@media screen and (min-width: 1480px) {
  .header .graylink {
    padding: 0;
  }
}
.header a.graylink {
  font-weight: 600;
}
.header .requestlink {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #248127;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .header .requestlink {
    font-size: 16px;
  }
}
.header .requestlink:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/gofromir/assets/images/phone--green.svg) no-repeat center center;
}
.header .phone a {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  white-space: nowrap;
}
.header__logo {
  opacity: 1 !important;
}
.header__logo img {
  min-width: 166px;
  width: 166px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 576px) {
  .header__logo img {
    min-width: 242px;
    width: 242px;
    height: 55px;
  }
}
.header--bottom {
  background-color: #fff;
  padding-bottom: 13px;
}
.header--bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.0509803922);
          box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.0509803922);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header--bottom.fixed .header__menu, .header--bottom.fixed .header__personal {
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .header--bottom.fixed .header__menu, .header--bottom.fixed .header__personal {
    gap: 24px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
}
.header__menu__list ul li {
  margin: 0;
}
.header__menu__list ul li:before {
  display: none;
}
.header__menu__list ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.header__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .header__personal {
    gap: 24px;
  }
}
.header__personal .inline-search-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
}
.header__personal .inline-search-show img {
  display: block;
  min-width: 32px;
  width: 32px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__personal .personal-link {
  display: block;
  padding: 4px;
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.header__personal .personal-link .wrap {
  display: none;
}
.header__personal .personal-link .svg {
  background: url(/bitrix/templates/gofromir/assets/images/user.svg) no-repeat center center;
  opacity: unset;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.header__personal .personal-link .svg svg {
  display: none;
}
.header__personal .personal-link span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.header__btn-catalog {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 24px;
  background-color: #49AB34;
  color: #F3FFF7;
  text-align: center;
  border-radius: 50px;
}
.header__btn-catalog:hover, .header__btn-catalog:focus {
  background-color: #248127;
  color: #F3FFF7;
}
.header--promo {
  background-color: #E67021;
}
.header--promo .maxwidth-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9px;
  padding-bottom: 8.5px;
  max-width: calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 420px) {
  .header--promo .maxwidth-theme {
    padding-top: 9px;
    padding-bottom: 8.5px;
    margin: 0 auto;
  }
}
.header--promo__btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  padding-left: 25px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 420px) {
  .header--promo__btn {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) {
  .header--promo__btn {
    font-size: 16px;
    padding-left: 35px;
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  .header--promo__btn {
    max-width: 650px;
  }
}
@media screen and (min-width: 992px) {
  .header--promo__btn {
    font-size: 20px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1100px) {
  .header--promo__btn {
    max-width: 100%;
  }
}
.header--promo__btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 25px;
  width: 25px;
  height: 25px;
  background: url(/bitrix/templates/gofromir/assets/images/calc.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 576px) {
  .header--promo__btn:before {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
}
.header--promo__btn:hover, .header--promo__btn:focus {
  color: #fff;
  opacity: 1;
}
.header__mobile-menu__panel {
  background-color: #fff;
  padding: 0 11px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: -100%;
  opacity: 0;
}
.header__mobile-menu__panel ul {
  margin: 16px 0;
}
.header__mobile-menu__panel li {
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
  position: relative;
  padding-right: 28px;
}
.header__mobile-menu__panel li:last-of-type {
  margin: 0;
}
.header__mobile-menu__panel li:before {
  display: none;
}
.header__mobile-menu__panel li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/bitrix/templates/gofromir/assets/images/arrow--right.svg) no-repeat center center;
}
.header__mobile-menu__panel li a {
  color: inherit;
}
.header__mobile-menu__panel.show {
  opacity: 1;
  left: 0;
}

.header_wrap {
  z-index: 1000 !important;
}

#mobile_menu_toggle {
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
}
#mobile_menu_toggle > div {
  width: 19px;
}
#mobile_menu_toggle > div > span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
#mobile_menu_toggle > div > span:not(:last-of-type) {
  margin-bottom: 3.3px;
}
#mobile_menu_toggle.active {
  background: url(/bitrix/templates/gofromir/assets/images/cross--dark-32.svg) no-repeat center center;
}
#mobile_menu_toggle.active > div {
  display: none;
}

.smallcart .baskets .title {
  display: none;
}
.smallcart .baskets .basket-link {
  display: block;
  padding: 0;
  min-width: 32px;
}
.smallcart .baskets .basket-link .svg {
  background: url(/bitrix/templates/gofromir/assets/images/heart.svg) no-repeat center center;
  opacity: unset;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.smallcart .baskets .basket-link .svg svg {
  display: none;
}
.smallcart .baskets .basket-link .title {
  display: none;
}
.smallcart .baskets .basket-link .js-basket-block {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.smallcart .baskets .basket-link .count {
  background-color: #248127;
  color: #F3FFF7;
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  padding: 0px 4px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.smallcart .baskets .basket-link.basket {
  padding: 4px;
}
.smallcart .baskets.top_basket .basket-link .svg {
  background: url(/bitrix/templates/gofromir/assets/images/cart.svg) no-repeat center center;
}

.start {
  position: relative;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.11%, #48AB33), color-stop(91.89%, #172F69));
  background: linear-gradient(90deg, #48AB33 -8.11%, #172F69 91.89%);
}
@media screen and (min-width: 992px) {
  .start {
    padding: 44px 0;
  }
}
.start > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.start > .container {
  position: relative;
  z-index: 10;
}
.start__text {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 15px 10px 18px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .start__text {
    padding: 32px 41px 37px 45px;
    border-radius: 30px;
  }
}
.start__text:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 112%;
  height: 125%;
  background: url(/bitrix/templates/gofromir/assets/images/homepage-start--before.png) no-repeat center center;
  background-size: contain;
  display: none;
}
@media screen and (min-width: 1280px) {
  .start__text:before {
    display: block;
  }
}
.start__text p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .start__text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .start__text p {
    font-size: 20px;
  }
}
.start__text b {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .start__text b {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .start__text b {
    font-size: 32px;
  }
}
.start__text__btns {
  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;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 530px) {
  .start__text__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .start__text__btns {
    margin-top: 32px;
    gap: 20px;
  }
}
.start__text__btns > span {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding: 10px 26px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.start__text__btns > span:hover, .start__text__btns > span:focus {
  -webkit-box-shadow: 0px 0px 16.86px 0px #D4FF00;
          box-shadow: 0px 0px 16.86px 0px #D4FF00;
}
.start__text__btns > a {
  font-size: 16px;
  color: #fff;
  background-color: #48AB33;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  padding: 14px 20px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .start__text__btns > a {
    max-width: 272px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 576px) {
  .start__text__btns > a {
    font-size: 18px;
    padding: 14px 24px;
  }
}
.start__text__btns > a:hover, .start__text__btns > a:focus {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 16.86px 0px #D4FF00;
          box-shadow: 0px 0px 16.86px 0px #D4FF00;
}
@media screen and (min-width: 576px) {
  .start__text__btns > a {
    max-width: unset;
  }
}
.start__text .btn--white {
  -webkit-box-shadow: 0px 0px 16.86px 0px #D4FF00;
          box-shadow: 0px 0px 16.86px 0px #D4FF00;
}
.start__text .btn--white:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.start__form {
  background: -webkit-gradient(linear, left top, right top, from(#172F69), to(#49AB34));
  background: linear-gradient(90deg, #172F69 0%, #49AB34 100%);
  border-radius: 20px;
  padding: 18px 24px 24px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .start__form {
    border-radius: 30px;
  }
}
.start__form p {
  font-size: 16px;
}
.start__form p:first-of-type {
  font-size: 26px;
  margin: 0;
}
.start__form p:last-of-type {
  margin-bottom: 16px;
}
.start__form .btn {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px #D4FF00;
          box-shadow: 0px 0px 20px 0px #D4FF00;
  height: 39px;
  font-size: 20px;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.start__form .b24-form {
  font-family: inherit;
}
.start__form .b24-form-wrapper {
  background: none;
  border-radius: 0;
  min-height: 220px;
}
.start__form .b24-form-header {
  padding-top: 0;
}
.start__form .b24-form-content {
  padding: 0;
}
.start__form .b24-form-control-container {
  position: relative;
  width: 100%;
}
.start__form .b24-form-control-container .b24-form-control {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  overflow: hidden;
  color: #000;
  display: block;
  width: inherit;
  height: 39px;
  min-height: 39px;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 35px 5px 52px !important;
  padding-left: 52px !important;
  position: relative;
  z-index: 1;
}
.start__form .b24-form-control-container .b24-form-control::-webkit-input-placeholder {
  color: #000;
}
.start__form .b24-form-control-container .b24-form-control::-moz-placeholder {
  color: #000;
}
.start__form .b24-form-control-container .b24-form-control:-ms-input-placeholder {
  color: #000;
}
.start__form .b24-form-control-container .b24-form-control::-ms-input-placeholder {
  color: #000;
}
.start__form .b24-form-control-container .b24-form-control::placeholder {
  color: #000;
}
.start__form .b24-form-control-container .b24-form-control:focus {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.start__form .b24-form-control-container .b24-form-control-label {
  font-family: inherit;
  color: #000;
  opacity: 1;
  height: 39px;
  min-height: 39px !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  overflow: hidden;
  padding: 5px 35px 5px 52px !important;
  padding-left: 52px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.start__form .b24-form-control-container .b24-form-control:focus + .b24-form-control-label, .start__form .b24-form-control-container .b24-form-control-not-empty + .b24-form-control-label {
  opacity: 0;
}
.start__form .b24-form-control-desc {
  opacity: 1 !important;
}
.start__form .b24-form-field-name .b24-form-control-container {
  position: relative;
}
.start__form .b24-form-field-name .b24-form-control-container:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 28px;
  height: 28px;
  background: url(/bitrix/templates/gofromir/assets/images/user--blue.svg) no-repeat center center;
}
.start__form .b24-form-field-name .b24-form-control-container:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 2px;
  height: 32px;
  background-color: #172F69;
  left: 41px;
}
.start__form .b24-form-field-phone .b24-form-control-container {
  position: relative;
}
.start__form .b24-form-field-phone .b24-form-control-container:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 28px;
  height: 28px;
  background: url(/bitrix/templates/gofromir/assets/images/phone.svg) no-repeat center center;
  top: 53%;
}
.start__form .b24-form-field-phone .b24-form-control-container:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 2px;
  height: 32px;
  background-color: #172F69;
  left: 41px;
}
.start__form .b24-form-field-agreement {
  position: absolute;
  bottom: -8px;
  left: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .start__form .b24-form-field-agreement {
    bottom: 0;
  }
}
.start__form .b24-form-field-agreement.b24-form-control-alert {
  margin-bottom: 0 !important;
}
.start__form .b24-form-field-agreement-link {
  display: none;
}
.start__form .b24-form-field-agreement-link + p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #F3FFF7;
  margin: 0;
}
.start__form .b24-form-field-agreement-link + p span {
  text-decoration: underline;
}
@media screen and (min-width: 576px) {
  .start__form .b24-form-field-agreement-link + p {
    font-size: 14px;
  }
}
.start__form .b24-form-btn-block {
  margin-top: 0;
}
.start__form .b24-form-btn {
  width: 100%;
  max-width: 100%;
  background-color: #fff !important;
  color: #086B0B !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600 !important;
  border-radius: 30px !important;
  overflow: hidden;
  cursor: pointer;
  padding: 14px 30px !important;
  -webkit-box-shadow: 0px 0px 20px 0px #D4FF00 !important;
          box-shadow: 0px 0px 20px 0px #D4FF00 !important;
}
@media screen and (min-width: 420px) {
  .start__form .b24-form-btn {
    min-height: 50px;
    height: 50px;
  }
}
.start__form .b24-form-btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.start__form .b24-form-sign {
  padding: 0;
}
.start__form .b24-form .checkbox--dark {
  padding: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.start__form .b24-form .checkbox--dark > span:first-of-type {
  border-color: #fff;
}
.start__form .b24-form .checkbox--dark .b24-form-control-alert-message {
  padding: 3px 8px 3px 24px;
}
.start__form .b24-form form {
  padding-bottom: 45px;
}
.start__modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.start__modal--bg {
  background-color: #3a3f44;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.start__modal--close {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 4px;
  cursor: pointer;
  background: url(/bitrix/templates/gofromir/assets/images/cross--light-32.svg) no-repeat center center;
  background-size: contain;
  top: 18px;
  right: 15px;
}
.start__modal--window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
}
@media screen and (min-width: 420px) {
  .start__modal--window {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .start__modal--window {
    width: 550px;
  }
}
.start__modal.show {
  opacity: 1;
  visibility: visible;
}
.start__advantages {
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  margin: 0;
  padding: 11px 21px 16px;
}
.start__advantages__title {
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 23px;
}
.start__advantages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0 16px;
}
.start__advantages ul:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 64px;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.59%, rgba(22, 104, 236, 0.1)), color-stop(92.97%, rgba(72, 171, 51, 0.1)));
  background: linear-gradient(360deg, rgba(22, 104, 236, 0.1) 8.59%, rgba(72, 171, 51, 0.1) 92.97%);
  backdrop-filter: blur(2.5px);
  z-index: 10;
}
.start__advantages ul li {
  position: relative;
  text-align: center;
  margin: 0;
}
.start__advantages ul li:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.47%, #CEEF29), to(#A9DAA7));
  background: linear-gradient(180deg, #CEEF29 -26.47%, #A9DAA7 100%);
  margin: 0;
}
.start__advantages ul li span,
.start__advantages ul li p {
  position: relative;
  z-index: 15;
  display: block;
  max-width: 160px;
}
.start__advantages ul li span {
  margin-bottom: 8px;
  font-size: 18px;
}
.start__advantages ul li span b {
  font-weight: inherit;
  font-size: 26px;
}
.start__advantages ul li p {
  font-size: 14px;
  height: 34px;
}

.formats {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(217, 217, 217, 0)), to(rgba(145, 174, 206, 0.1)));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 70%, rgba(145, 174, 206, 0.1) 100%);
  padding: 24px 0;
}
.formats__title {
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .formats__title {
    text-align: center;
  }
}
.formats__title p {
  font-size: 14px;
}
.formats__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .formats__row {
    margin: -15px;
  }
}
@media screen and (min-width: 992px) {
  .formats__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.formats__item {
  margin: 8px;
  width: calc(50% - 16px);
  position: relative;
}
@media screen and (min-width: 480px) {
  .formats__item {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
.formats__item:last-child:nth-child(2n+1) {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .formats__item:last-child:nth-child(2n+1) {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.formats__image {
  width: auto;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#C9D5F1), to(#F4F7FF));
  background: linear-gradient(180deg, #C9D5F1 0%, #F4F7FF 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formats__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.formats__image + p {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background-color: #48AB33;
  border-radius: 20px;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .formats__image + p {
    height: 40px;
    font-size: 16px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    color: #000;
    background: none;
  }
}
.formats__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 9px 72px 10px 34px !important;
  margin-top: 30px;
}
.formats__btn:hover, .formats__btn:focus, .formats__btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
.formats__btn:after {
  position: absolute;
  content: "";
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 27px;
  background: url(/bitrix/templates/gofromir/assets/images/shopping.svg) no-repeat center center;
}

.statistics__item {
  text-align: center;
  -webkit-box-shadow: 0px 0px 9.3px 0px #1668EC;
          box-shadow: 0px 0px 9.3px 0px #1668EC;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
.statistics__item span {
  font-size: 24px;
  color: #000;
  display: block;
}
@media screen and (min-width: 768px) {
  .statistics__item span {
    font-size: 32px;
  }
}
.statistics__item p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .statistics__item p {
    font-size: 18px;
  }
}
.statistics__video {
  position: relative;
}
.statistics__video + .container > .row {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .statistics__video + .container > .row {
    max-width: 735px;
  }
}
@media screen and (min-width: 1480px) {
  .statistics__video + .container > .row {
    max-width: unset;
  }
}
.statistics video {
  width: 100%;
  height: auto;
  max-height: 60vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 5;
}
.statistics #statistics_video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 124px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1400px) and (max-width: 1480px) {
  .statistics .col-xxl-2 {
    width: 33.3333333333%;
  }
}

.benefits {
  background: -webkit-gradient(linear, left top, right top, from(#33487B), to(#48AB33));
  background: linear-gradient(90deg, #33487B 0%, #48AB33 100%);
}
.benefits .container {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.benefits .title--h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .benefits .title--h2 {
    font-size: 30px;
  }
}
.benefits__item {
  background: -webkit-gradient(linear, left top, right top, from(rgba(183, 182, 179, 0.2)), to(rgba(201, 195, 195, 0.2)));
  background: linear-gradient(90deg, rgba(183, 182, 179, 0.2) 0%, rgba(201, 195, 195, 0.2) 100%);
  border-radius: 20px;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 40px 20px 20px;
}
.benefits__item img {
  width: 67px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.benefits__item p {
  font-size: 14px;
}

.staff .title--h2 {
  color: #248127;
  text-align: left;
}
.staff__item {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 20px;
  overflow: hidden;
  padding: 11px 26px 23px 40px;
}
@media screen and (min-width: 768px) {
  .staff__item {
    min-height: 217px;
    padding-left: 64px;
  }
}
.staff__item .title {
  font-size: 20px;
  position: relative;
  color: #248127;
}
@media screen and (min-width: 768px) {
  .staff__item .title {
    font-size: 26px;
  }
}
.staff__item .title img {
  position: absolute;
  top: 0;
  left: -40px;
  width: 44px;
  height: 47px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .staff__item .title img {
    left: -50px;
  }
}
.staff__item .desc {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .staff__item .desc {
    font-size: 18px;
  }
}
.staff__image {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(92, 188, 96, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(92, 188, 96, 0.6980392157);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.staff__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.promo {
  position: relative;
  padding: 32px;
}
.promo > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.promo .container {
  border-radius: 30px;
  min-height: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#214464), color-stop(47.5%, #5CBC60));
  background: linear-gradient(90deg, #214464 0%, #5CBC60 47.5%);
  padding: 30px 33px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .promo .container {
    max-width: 416px;
    min-height: 180px;
  }
}
@media screen and (min-width: 576px) {
  .promo .container {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .promo .container {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .promo .container {
    max-width: 990px;
    min-height: 315px;
  }
}
@media screen and (min-width: 1480px) {
  .promo .container {
    max-width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: unset;
  }
  .promo .container:before, .promo .container:after {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .promo .container {
    max-width: 1430px;
  }
}
.promo .container .title--h2 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  position: relative;
  max-width: 241px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .promo .container .title--h2 {
    font-size: 28px;
    max-width: 320px;
  }
}
@media screen and (min-width: 1480px) {
  .promo .container .title--h2 {
    font-size: 40px;
    max-width: 473px;
  }
}
.promo .container .title--h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50px;
  background: url(/bitrix/templates/gofromir/assets/images/promo-line--sm.svg) no-repeat center center;
  background-size: contain;
  width: 129px;
  height: 9px;
}
@media screen and (min-width: 992px) {
  .promo .container .title--h2:before {
    background: url(/bitrix/templates/gofromir/assets/images/promo-line--lg.svg) no-repeat center center;
    background-size: contain;
    width: 200px;
    height: 6px;
    top: 73px;
    left: -7px;
  }
}
@media screen and (min-width: 1480px) {
  .promo .container .title--h2:before {
    width: 270px;
    height: 9px;
    top: 102px;
    left: -4px;
  }
}
.promo .container .title--h2:after {
  position: absolute;
  content: "";
  background: url(/bitrix/templates/gofromir/assets/images/promo-arrow-1.svg) no-repeat center center;
  background-size: contain;
  display: none;
}
@media screen and (min-width: 480px) {
  .promo .container .title--h2:after {
    display: block;
    width: 110px;
    height: 71px;
    left: 123px;
    bottom: -54px;
  }
}
@media screen and (min-width: 576px) {
  .promo .container .title--h2:after {
    left: 170px;
    background: url(/bitrix/templates/gofromir/assets/images/promo-arrow-2.svg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .promo .container .title--h2:after {
    left: 230px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media screen and (min-width: 992px) {
  .promo .container .title--h2:after {
    width: 120px;
    height: 80px;
    bottom: -110px;
    left: 105px;
    -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
            transform: rotate(14deg);
  }
}
@media screen and (min-width: 1480px) {
  .promo .container .title--h2:after {
    width: 166px;
    height: 107px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 24px;
    left: 320px;
  }
}
@media screen and (min-width: 1920px) {
  .promo .container .title--h2:after {
    left: 374px;
  }
}
.promo .container > img {
  position: absolute;
  right: 24px;
  bottom: -46px;
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 576px) {
  .promo .container > img {
    right: 24px;
    bottom: -41px;
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .promo .container > img {
    right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .promo .container > img {
    right: unset;
    left: 220px;
    bottom: -56px;
    width: 239px;
    height: 239px;
  }
}
@media screen and (min-width: 1480px) {
  .promo .container > img {
    width: 260px;
    height: 260px;
    left: 476px;
    bottom: -60px;
  }
}
@media screen and (min-width: 1920px) {
  .promo .container > img {
    width: 340px;
    height: 340px;
    left: 520px;
    bottom: -74px;
  }
}
.promo .start__form {
  width: 488px;
  position: absolute;
  top: 0;
  right: 33px;
  background: none;
  overflow: visible;
  padding: 24px 0;
}
@media screen and (min-width: 1480px) {
  .promo .start__form {
    position: static;
    padding: 0;
  }
}
.promo .start__form .btn {
  color: #0C7E10;
}

.advantages {
  padding-top: 40px;
  padding-bottom: 46px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(rgba(145, 174, 206, 0.1)));
  background: linear-gradient(180deg, #fff 70%, rgba(145, 174, 206, 0.1) 100%);
}
@media screen and (min-width: 768px) {
  .advantages .container {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.59%, rgba(22, 104, 236, 0.1)), color-stop(92.97%, rgba(72, 171, 51, 0.1)));
    background: linear-gradient(360deg, rgba(22, 104, 236, 0.1) 8.59%, rgba(72, 171, 51, 0.1) 92.97%);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 40px 40px;
  }
}
.advantages .title--h2 {
  text-align: left;
}
.advantages__section {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  min-height: 105px;
  padding-top: 20px;
}
.advantages__section img {
  width: 105px;
  height: 105px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.advantages__section .title,
.advantages__section .desc {
  position: relative;
  z-index: 5;
}
.advantages__section .title {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .advantages__section .title {
    font-size: 32px;
  }
}
.advantages__section .desc {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .advantages__section .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .advantages__section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.advantages__item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.advantages__item img {
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}
.advantages__item p {
  font-size: 16px;
  height: 58px;
}

.purpose {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(rgba(145, 174, 206, 0.1)));
  background: linear-gradient(180deg, #fff 70%, rgba(145, 174, 206, 0.1) 100%);
}
.purpose__item {
  text-align: center;
}
.purpose__item img {
  display: block;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 25px;
  overflow: hidden;
  height: 170px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1480px) {
  .purpose__item img {
    height: 260px;
  }
}
.purpose__item p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .purpose__item p {
    font-size: 20px;
  }
}

.risks {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(217, 217, 217, 0)), to(rgba(255, 105, 105, 0.1)));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 70%, rgba(255, 105, 105, 0.1) 100%);
  padding-bottom: 44px;
}
.risks .title--h2 {
  text-align: center;
}
.risks .title--h2 b {
  color: #DB3131;
}
.risks .title--h2 u {
  position: relative;
  text-decoration: none;
}
.risks .title--h2 u:after {
  position: absolute;
  content: "";
  left: -12%;
  bottom: -3%;
  width: 110%;
  height: 3px;
  background: url(/bitrix/templates/gofromir/assets/images/red-line.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .risks__item {
    text-align: center;
  }
}
.risks__item img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
  display: block;
}
@media screen and (min-width: 768px) {
  .risks__item img {
    width: 100%;
    height: 71px;
  }
}
.risks__item p {
  font-size: 18px;
  max-width: 280px;
  margin: 0 auto;
}

.about-us {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(rgba(72, 171, 51, 0.1)));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(72, 171, 51, 0.1) 100%);
}
.about-us .title--h2 {
  text-align: center;
}
.about-us .title--h2 b {
  color: #248127;
  font-weight: 500;
}
.about-us__item {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 25px 30px;
  height: 100%;
}
.about-us__item p {
  font-size: 20px;
}
.about-us .container > p {
  text-align: center;
  margin-top: 18px;
  color: #248127;
  font-size: 24px;
}

.about {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 50px;
}
.about ul {
  margin: 24px 0 0;
  list-style-type: disc;
}
.about ul li {
  margin: 0;
  padding-left: 24px;
  position: relative;
}
.about ul li:before {
  position: absolute;
  left: 12px;
  top: 8px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.about ul li:not(:first-of-type) {
  margin-top: 24px;
}
.about .contacts__requisites ul {
  margin: 0;
}
.about .contacts__requisites ul li {
  padding: 0;
  margin: 0;
}
.about .contacts__requisites ul li:before {
  display: none;
}
.about p {
  margin: 0;
}
.about p:not(:first-of-type) {
  margin-top: 24px;
}
.about h2, .about h3 {
  text-align: left;
  color: #000;
  margin: 0 0 24px;
}
.about h2 {
  font-size: 34px;
}
.about h2:not(:first-of-type) {
  margin-top: 48px;
}
.about h3 {
  font-size: 26px;
  margin-top: 32px;
}
.about b {
  font-weight: 700;
}
.about .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.about .container {
  background-color: #fff;
  border-radius: 30px;
  padding: 15px;
}
@media screen and (min-width: 576px) {
  .about .container {
    padding: 30px 30px 40px;
  }
}
.about section {
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .about section {
    padding: 40px;
  }
}
.about section .title--h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .about section .title--h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) {
  .about section .title--h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .about section .title--h2 {
    font-size: 40px;
  }
}
.about__start {
  background: linear-gradient(135deg, rgba(95, 95, 94, 0.1) 16.18%, rgba(133, 113, 101, 0.1) 86.89%);
}
.about__start img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__start .title--h2 {
  margin-bottom: 45px;
}
.about__start p {
  color: #000;
  text-align: center;
}
.about__start p:first-of-type {
  font-size: 24px;
  margin: 0 0 12px;
}
.about__start p:last-of-type {
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 1480px) {
  .about__start p:last-of-type {
    font-size: 18px;
  }
}
.about__history {
  color: #000;
}
.about__history img {
  border-radius: 20px;
}
.about__advantages {
  background: -webkit-gradient(linear, left top, right top, from(#33487B), to(#48AB33));
  background: linear-gradient(90deg, #33487B 0%, #48AB33 100%);
  text-align: center;
  color: #000;
}
.about__advantages .col-6, .about__advantages .col-12 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about__advantages .row {
  height: 100%;
}
.about__advantages__item {
  background: -webkit-gradient(linear, left top, right top, from(rgba(183, 182, 179, 0.2)), to(rgba(201, 195, 195, 0.2)));
  background: linear-gradient(90deg, rgba(183, 182, 179, 0.2) 0%, rgba(201, 195, 195, 0.2) 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.about__advantages__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .about__advantages__item {
    font-size: 18px;
  }
}
.about__advantages__item span {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .about__advantages__item span {
    font-size: 32px;
  }
}
.about__advantages__item ul {
  margin: 0;
  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;
}
.about__advantages__item ul li {
  margin: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.about__advantages__item.flex-sm-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.about__advantages__item.flex-sm-row > div {
  width: calc(50% - var(--bs-gutter-x) * 0.5);
}
.about__advantages__item.justify-content-around {
  gap: 15px;
}
.about__offer img {
  border-radius: 20px;
}
.about__offer .row:not(:first-child) {
  margin-top: 45px;
}
.about__offer .row:before, .about__offer .row:after {
  display: none;
}
.about__special {
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.11%, #48AB33), color-stop(91.89%, #172F69));
  background: linear-gradient(90deg, #48AB33 -8.11%, #172F69 91.89%);
}
.about__special .container {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  background: none;
}
@media screen and (min-width: 992px) {
  .about__special .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about__special__content {
  font-size: 26px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  overflow: hidden;
  padding: 35px 20px;
  color: #000;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__special__content span {
  color: #172F69;
}
@media screen and (min-width: 992px) {
  .about__special__content {
    font-size: 32px;
  }
}
@media screen and (min-width: 1480px) {
  .about__special__content {
    font-size: 42px;
    padding: 80px 43px 84px;
  }
}
.about__special__form {
  background: -webkit-gradient(linear, left top, right top, from(#172F69), to(#49AB34));
  background: linear-gradient(90deg, #172F69 0%, #49AB34 100%);
  width: 100%;
  border-radius: 30px;
  padding: 14px 24px 0;
}
@media screen and (min-width: 992px) {
  .about__special__form {
    min-width: 459px;
    width: 459px;
  }
}
.about__special__form .b24-form-border-bottom {
  border-bottom: none !important;
}
.about__special__form .b24-form-header {
  text-align: left;
  padding: 0;
}
.about__special__form .b24-form-header-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.about__special__form .b24-form-header-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.about__special__form .b24-form-field-name .b24-form-control-container:before {
  background: url(/bitrix/templates/gofromir/assets/images/user--blue.svg) no-repeat center center;
}
.about__special__form .b24-form-field-email .b24-form-control-container {
  position: relative;
}
.about__special__form .b24-form-field-email .b24-form-control-container:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 28px;
  height: 28px;
  background: url(/bitrix/templates/gofromir/assets/images/email--blue.svg) no-repeat center center;
  top: 53%;
}
.about__special__form .b24-form-field-email .b24-form-control-container:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 2px;
  height: 32px;
  background-color: #172F69;
  left: 41px;
}
.about__special__form .b24-form-btn {
  background-color: #fff !important;
  color: #086B0B !important;
  font-weight: 500 !important;
  font-size: 20px;
}
.about__special__form .b24-form-btn:hover {
  background-color: #fff !important;
  color: #086B0B !important;
  -webkit-box-shadow: 0px 0px 20px 0px #D4FF00 !important;
          box-shadow: 0px 0px 20px 0px #D4FF00 !important;
}
.about__special__form .b24-form-sign {
  padding: 0;
}
.about__special__form .b24-form form {
  padding-bottom: 60px;
}
.about__steps {
  background: linear-gradient(135deg, rgba(95, 95, 94, 0.1) 16.18%, rgba(133, 113, 101, 0.1) 86.89%);
  color: #000;
}
.about__steps .statistics__item {
  padding: 20px;
}
.about__steps .statistics__item p {
  font-size: 16px;
}
@media screen and (min-width: 1480px) {
  .about__steps .statistics__item p {
    font-size: 18px;
  }
}
.about__steps .statistics__item span {
  font-size: 40px;
}

.reviews {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, rgba(217, 217, 217, 0)), to(rgba(145, 174, 206, 0.1)));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 95%, rgba(145, 174, 206, 0.1) 100%);
}
.reviews .title--h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .reviews .title--h2 {
    margin-bottom: 100px;
  }
}
.reviews__item {
  position: relative;
  padding-left: 107px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .reviews__item {
    text-align: center;
    background: linear-gradient(135deg, rgba(95, 95, 94, 0.1) 16.18%, rgba(133, 113, 101, 0.1) 86.89%);
    border-radius: 25px;
    padding: 90px 45px 45px;
    height: 100%;
  }
}
.reviews__item:after {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, rgba(95, 95, 94, 0.1) 16.18%, rgba(133, 113, 101, 0.1) 86.89%);
  border-radius: 20px;
  width: calc(100% - 46px);
  height: calc(100% - 45px + 21px);
  left: 46px;
  bottom: -16px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .reviews__item:after {
    display: none;
  }
}
.reviews__item img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .reviews__item img {
    width: 143px;
    height: 143px;
    min-width: 143px;
    min-height: 143px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.reviews__item .name {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .reviews__item .name {
    font-size: 24px;
  }
}
.reviews__item .position {
  font-size: 14px;
  color: #5F5F5E;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .reviews__item .position {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.reviews__item .text {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .reviews__item .text {
    font-size: 20px;
  }
}
.reviews .container > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.reviews__ratings iframe {
  margin: 0;
}

.sertificates {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.36%, rgba(217, 217, 217, 0)), to(rgba(145, 174, 206, 0.1)));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 36.36%, rgba(145, 174, 206, 0.1) 100%);
}
.sertificates .title--h2 {
  text-align: left;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .sertificates .title--h2 {
    margin-bottom: -46px;
    font-size: 32px;
  }
}
.sertificates p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sertificates p {
    font-size: 18px;
  }
}
.sertificates img {
  width: 307px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq .title--h2 {
  text-align: left;
}
.faq__item label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #19AB1E;
  font-size: 18px;
  padding: 4px 60px 4px 44px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 15px 0px rgba(183, 182, 179, 0.6980392157);
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: 11px;
  cursor: pointer;
  min-height: 57px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .faq__item label {
    font-size: 20px;
  }
}
.faq__item label:after {
  position: absolute;
  content: "+";
  font-size: 40px;
  font-weight: 500;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.faq__item p {
  display: none;
  color: #000;
  font-size: 16px;
  padding: 16px 60px 12px 44px;
}
@media screen and (min-width: 768px) {
  .faq__item p {
    font-size: 20px;
  }
}
.faq__item input {
  position: absolute;
  opacity: 0;
}
.faq__item input:checked ~ p {
  display: block;
}
.faq__item input:checked ~ label:after {
  content: "-";
  top: 40%;
}

.contacts {
  background: linear-gradient(135deg, rgba(95, 95, 94, 0.1) 16.18%, rgba(133, 113, 101, 0.1) 86.89%);
  padding-bottom: 60px;
}
.contacts .title--h2 {
  text-align: left;
  margin-bottom: 16px;
}
.contacts .bx-yandex-view-layout, .contacts .bx-yandex-view-map {
  height: 100%;
}
.contacts__block {
  padding: 17px 18px 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 26px;
  position: relative;
}
.contacts__block img {
  width: 35px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts__block a {
  display: block;
}
.contacts__block .name {
  font-size: 20px;
  color: #248127;
  margin-bottom: 8px;
}
.contacts__block .address {
  margin-bottom: 20px;
}
.contacts__block .address,
.contacts__block .worktime,
.contacts__block .tel,
.contacts__block .email {
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.contacts__block .address:before,
.contacts__block .worktime:before,
.contacts__block .tel:before,
.contacts__block .email:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(/bitrix/templates/gofromir/assets/images/gps.png) no-repeat center center;
  background-size: contain;
}
.contacts__block .worktime {
  font-size: 16px;
}
.contacts__block .worktime:before {
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/gofromir/assets/images/clock.png) no-repeat center center;
  background-size: contain;
  left: 2px;
}
.contacts__block .tel:before,
.contacts__block .email:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contacts__block .tel {
  font-size: 15px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1480px) {
  .contacts__block .tel {
    font-size: 20px;
  }
}
.contacts__block .tel:before {
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/gofromir/assets/images/tel.png) no-repeat center center;
  background-size: contain;
}
.contacts__block .email {
  font-size: 15px;
  margin: 0;
}
@media screen and (min-width: 1480px) {
  .contacts__block .email {
    font-size: 20px;
  }
}
.contacts__block .email:before {
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/gofromir/assets/images/letter.png) no-repeat center center;
  background-size: contain;
}
.contacts__title {
  font-size: 20px;
  border-bottom: 2px solid #248127;
  border-radius: 7%;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.contacts__title + p {
  font-size: 16px;
}
.contacts__title + div {
  height: 100%;
}
.contacts__inner-row {
  height: calc(100% - 42px);
}
.contacts__item {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.contacts__item__map {
  position: relative;
}
.contacts__item__map img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1480px) {
  .contacts__item__map img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contacts__item__map span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  color: #434343;
}
.contacts__item__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__item__modal--bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.contacts__item__modal--content {
  background-color: #fff;
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
  padding: 70px 30px 30px;
}
.contacts__item__modal--close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contacts__item__modal--close:hover {
  opacity: 0.7;
}
.contacts__item__modal.show {
  opacity: 1;
  visibility: visible;
}

.contacts {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.contacts.page_contacts {
  background: none;
}
.contacts p {
  margin: 0;
}
.contacts_map, .contacts .bx-yandex-view-layout, .contacts .bx-yandex-view-map, .contacts .bx-yandex-map, .contacts .ymaps-map {
  min-height: 325px;
}
.contacts__links {
  margin-bottom: 32px;
}
.contacts__links a {
  display: block;
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
}
.contacts .property.address {
  margin-bottom: 32px;
}
.contacts .property.desc {
  margin: 32px 0;
}
.contacts .property .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.contacts .property ul {
  margin: 0;
}
.contacts .property ul li {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.contacts .property ul li:before {
  display: none;
}
.contacts__requisites {
  margin-top: 32px;
}
.contacts__requisites a {
  color: inherit;
  text-decoration: underline;
}
.contacts__requisites a:hover {
  text-decoration: none;
}
.contacts .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts .btn:hover, .contacts .btn:focus, .contacts .btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.11%, #214564), color-stop(91.89%, #5CBB60));
  background: linear-gradient(90deg, #214564 -8.11%, #5CBB60 91.89%);
  color: #fff;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
.footer__logo {
  min-width: 242px;
  width: 242px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__logo + p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__logo + p {
    margin-bottom: 0;
  }
}
.footer p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 20px;
}
.footer a {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .footer a {
    white-space: nowrap;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer__menu {
    padding-left: 80px;
  }
}
.footer__menu ul {
  margin: 0;
}
.footer__menu ul li {
  margin: 0;
}
.footer__menu ul li:not(:last-of-type) {
  margin-bottom: 21px;
}
.footer__menu ul li:before {
  display: none;
}
.footer #gotop {
  width: 95px;
  height: 95px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer #gotop img {
  width: 52px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__phone {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__phone {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.footer__phone a {
  font-size: 32px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__phone a {
    font-size: 24px;
  }
}

.bottom-mobile-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 52px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 9999;
  padding: 6px 0;
}
.bottom-mobile-menu ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .bottom-mobile-menu ul {
    gap: 24px;
  }
}
.bottom-mobile-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  width: 20%;
}
.bottom-mobile-menu li:before {
  display: none;
}
.bottom-mobile-menu li a {
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}
.bottom-mobile-menu img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bottom-mobile-menu .smallcart {
  gap: 8px;
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 480px) {
  .bottom-mobile-menu .smallcart {
    gap: 24px;
  }
}
.bottom-mobile-menu .smallcart .title, .bottom-mobile-menu .smallcart .basket-link .title {
  display: none;
}
.bottom-mobile-menu .smallcart .svg {
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.bottom-mobile-menu .smallcart .svg svg {
  display: none;
}
.bottom-mobile-menu .smallcart .baskets {
  width: calc(50% - 4px);
}
@media screen and (min-width: 576px) {
  .bottom-mobile-menu .smallcart .baskets .js-basket-block {
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .bottom-mobile-menu .smallcart .baskets.top_basket .js-basket-block {
    padding: 0 11px 0 0;
  }
}

.b24-widget-button-position-bottom-right {
  bottom: 100px !important;
}

.quiz div[id^=integrate-quiz-element] .ws-quiz-modal-wrap.small-size {
  margin-left: 0 !important;
  max-width: 100% !important;
}
.quiz div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright {
  display: none !important;
}
.quiz__form {
  background: -webkit-gradient(linear, left top, right top, from(#33487B), to(#48AB33));
  background: linear-gradient(90deg, #33487B 0%, #48AB33 100%);
  padding: 30px 0;
  margin: 38px 0;
}
@media screen and (min-width: 992px) {
  .quiz__form {
    padding: 42px 0;
  }
}
.quiz__form .row {
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .quiz__form .row {
    gap: 36px;
  }
}
.quiz__form .title--h2 {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .quiz__form .title--h2 {
    font-size: 28px;
    min-width: 460px;
  }
}
.quiz__form .title--h2 + p {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}
@media screen and (min-width: 576px) {
  .quiz__form .title--h2 + p {
    font-size: 16px;
  }
}
.quiz__form--inner {
  border-radius: 30px;
  background-color: #FFF;
  padding: 16px;
}
@media screen and (min-width: 576px) {
  .quiz__form--inner {
    padding: 16px 22px;
  }
}
@media screen and (min-width: 992px) {
  .quiz__form--inner {
    padding: 25px 36px;
  }
}
.quiz__form .b24-form-header {
  display: none;
}
.quiz__form .b24-form-wrapper {
  max-width: 100%;
  min-height: unset;
  margin: 0;
}
.quiz__form .b24-form-content {
  padding: 0;
}
.quiz__form .b24-form-sign {
  display: none;
}
.quiz__form .b24-form-control-desc {
  opacity: 1 !important;
}
.quiz__form .b24-form-field-agreement {
  position: absolute;
  bottom: -8px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .quiz__form .b24-form-field-agreement {
    bottom: 0;
  }
}
.quiz__form .b24-form-field-agreement.b24-form-control-alert {
  margin-bottom: 0 !important;
}
.quiz__form .b24-form-field-agreement-link {
  display: none;
}
.quiz__form .b24-form-field-agreement-link + p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.quiz__form .b24-form-field-agreement-link + p span {
  text-decoration: underline;
}
@media screen and (min-width: 576px) {
  .quiz__form .b24-form-field-agreement-link + p {
    font-size: 14px;
  }
}
.quiz__form .b24-form-field {
  margin: 0;
}
.quiz__form .b24-form-btn-block {
  padding: 0;
}
.quiz__form .b24-form-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #F3FFF7;
}
@media screen and (min-width: 420px) {
  .quiz__form .b24-form-btn {
    white-space: nowrap;
  }
}
@media screen and (min-width: 576px) {
  .quiz__form .b24-form-btn {
    font-size: 20px;
  }
}
.quiz__form .b24-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .quiz__form .b24-form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.quiz__form .b24-form .checkbox--dark {
  padding: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.catalog_page {
  margin-bottom: 80px;
}
.catalog_page .title--h2 {
  margin-bottom: 24px;
}
.catalog_page .catalog__count {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 6px 11px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.168627451);
  border-radius: 8px;
  overflow: hidden;
  margin-left: 12px;
  position: relative;
  bottom: 6px;
}
.catalog_page .element-count-wrapper {
  display: none;
}
.catalog_page .section-compact-list {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.catalog_page .section-compact-list__item {
  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-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  padding: 0;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .catalog_page .section-compact-list__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .catalog_page .section-compact-list__item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .catalog_page .section-compact-list__item {
    width: calc(20% - 20px);
  }
}
.catalog_page .section-compact-list__item .item_image_stickers {
  position: absolute;
  z-index: 53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  left: 8px;
  max-width: calc(100% - 24px - 40px);
}
.catalog_page .section-compact-list__item .item_image_stickers span {
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.catalog_page .section-compact-list__item .item_image_stickers.--top {
  bottom: unset;
}
.catalog_page .section-compact-list__item .item_image_stickers.--top > span {
  background-color: #9E0A0A;
}
.catalog_page .section-compact-list__item .item_image_stickers.--bottom {
  top: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog_page .section-compact-list__item .item_image_stickers.--bottom > span {
  background-color: #172F69;
}
.catalog_page .section-compact-list__item .item_image_stickers.--top {
  top: 8px;
}
.catalog_page .section-compact-list__item .item_image_stickers.--bottom {
  bottom: 8px;
}
.catalog_page .section-compact-list__info {
  padding: 12px 16px;
  width: 100%;
  max-width: 100%;
}
.catalog_page .section-compact-list__link {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #000;
  width: 100%;
  max-width: 100%;
}
.catalog_page .section-compact-list__link span {
  width: 100%;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog_page .section-compact-list__link:hover {
  color: #49AB34;
}
.catalog_page .section-compact-list__link + span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.catalog_page .section-compact-list__image {
  width: 100%;
  max-width: 100%;
  height: 186px;
}
.catalog_page .section-compact-list__image .thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#B1F3A3), to(#E2F4E8));
  background: linear-gradient(180deg, #B1F3A3 0%, #E2F4E8 100%);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_page .section-compact-list__image .thumb img {
  min-width: 85%;
  width: 85%;
  height: 85%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog_page .sort_header .dropdown-select__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  position: relative;
  padding: 12px 34px 12px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog_page .sort_header .dropdown-select__title .svg {
  display: none;
}
.catalog_page .sort_header .dropdown-select__title:after {
  position: absolute;
  content: "";
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(/bitrix/templates/gofromir/assets/images/sorting-chevron-down.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 12px;
}
.catalog_page .sort_header .dropdown-select__title--opened:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

#main_section_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
#main_section_row .filter-container {
  min-width: 300px;
  max-width: 300px;
}
#main_section_row .items-container {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #main_section_row .items-container {
    width: calc(100% - 300px);
  }
}

.btn.lazy_load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.lazy_load:hover, .btn.lazy_load:focus, .btn.lazy_load:active {
  color: #fff !important;
  background-color: #55c93b !important;
}

.catalog_block.items.row {
  margin: -10px !important;
  width: calc(100% + 15px);
}
.catalog_block.items.row > .catalog-block-view__item {
  padding: 10px !important;
}

.module-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.module-pagination .flex-direction-nav > li {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-pagination .flex-direction-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-pagination .flex-direction-nav > li .svg {
  position: static;
}

.hits {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(217, 217, 217, 0)), to(rgba(145, 174, 206, 0.1)));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 70%, rgba(145, 174, 206, 0.1) 100%);
}

.product-item-container {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 25px;
  background-color: #fff;
  height: 100%;
}
.product-item-container.hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(175, 175, 174, 0.6);
          box-shadow: 0px 0px 16px 0px rgba(175, 175, 174, 0.6);
}

.product-item {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  position: relative;
  padding: 12px;
  min-height: 487px;
  border-radius: 25px;
  border: none;
}
.product-item .item_label {
  position: absolute;
  right: 23px;
  top: 18px;
}
.product-item .item_label p {
  margin: 0;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  color: #248127;
}
.product-item .item_prices__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.product-item .item_prices__row:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1.6px dotted black;
  margin: 0 5px;
  position: relative;
  bottom: 4px;
  color: rgba(0, 0, 0, 0.6);
}
.product-item .item_prices .property {
  white-space: nowrap;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.product-item .item_prices .value {
  white-space: nowrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 600;
}
.product-item-title {
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.product-item-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  font-size: 14px;
}
@media screen and (min-width: 1480px) {
  .product-item-title a {
    font-size: 18px;
  }
}
.product-item-price-current {
  font-size: 22px;
  font-weight: 500;
}
.product-item-image-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#C9D5F1), to(#F4F7FF));
  background: linear-gradient(180deg, #C9D5F1 0%, #F4F7FF 100%);
  border-radius: 25px;
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 23px 23px;
  margin-bottom: 24px;
  opacity: 1;
  min-height: 236px;
}
.product-item-image-wrapper > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 170px;
  height: 170px;
}
.product-item-image-slider-control-container {
  opacity: 1;
  bottom: -16px;
}
.product-item-image-slider-control {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.6);
}
.product-item-image-slider-control.active {
  width: 8px;
  height: 8px;
  background-color: #49AB34;
}
.product-item-properties {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.product-item > div {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-item > div .product-item-info-container {
  width: 100%;
  max-width: 100%;
}
.product-item > div .product-item-info-container.item_prices {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-item > div .product-item-info-container[data-entity=price-block] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-item > div .product-item-info-container[data-entity=props-block] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.product-item > div .product-item-info-container[data-entity=props-block] p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.product-item .green_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.product-item .green_btn:hover, .product-item .green_btn:focus, .product-item .green_btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
@media screen and (min-width: 768px) {
  .product-item .green_btn {
    font-size: 16px;
  }
}
.product-item .item_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.product-item .item_actions .product-item-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.product-item-amount-field {
  font-weight: 400;
  font-size: 16px;
  max-width: 45px;
}
.product-item-amount-field-container {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-item-amount-field-btn-minus {
  background: none;
}
.product-item-amount-field-btn-minus:after {
  background: url(/bitrix/templates/gofromir/assets/images/minus.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-item-amount-field-btn-plus {
  background: none;
}
.product-item-amount-field-btn-plus:after {
  background: url(/bitrix/templates/gofromir/assets/images/plus.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-item .item_available {
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
  position: relative;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.product-item .item_available__popup {
  position: absolute;
  top: 26px;
  left: 7px;
  background-color: #fff;
  padding: 12px 12px 16px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  width: 317px;
  height: auto;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item .item_available__popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.product-item .item_available__popup__head p {
  font-size: 20px;
  font-weight: 500;
}
.product-item .item_available a {
  color: #248127;
}
.product-item .item_available a:hover + .item_available__popup {
  opacity: 1;
  visibility: visible;
}
.product-item .item_available p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.product-item .min_tirazh {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.product-container .counter_wrapp .button_block .in-cart span {
  padding-left: 0;
}

.catalog_item_wrapp, .catalog_item {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 25px;
}
.catalog_item_wrapp:hover, .catalog_item:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(175, 175, 174, 0.6);
          box-shadow: 0px 0px 16px 0px rgba(175, 175, 174, 0.6);
}
.catalog_item_wrapp .inner_wrap, .catalog_item .inner_wrap {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: inherit;
  padding: 12px !important;
}
.catalog_item_wrapp .inner_wrap .item_info, .catalog_item .inner_wrap .item_info {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  position: relative;
  z-index: 55;
}
.catalog_item_wrapp .inner_wrap .item_info .cost.prices, .catalog_item .inner_wrap .item_info .cost.prices {
  margin: 0 0 6px;
}
.catalog_item_wrapp .image_wrapper_block, .catalog_item .image_wrapper_block {
  background: -webkit-gradient(linear, left top, left bottom, from(#C9D5F1), to(#F4F7FF));
  background: linear-gradient(180deg, #C9D5F1 0%, #F4F7FF 100%);
  border-radius: 12px;
  margin-bottom: 24px;
}
.catalog_item_wrapp .image_wrapper_block .thumb img, .catalog_item .image_wrapper_block .thumb img {
  border-radius: 12px;
}
.catalog_item_wrapp .item_image_stickers, .catalog_item .item_image_stickers {
  position: absolute;
  z-index: 53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  left: 8px;
  max-width: calc(100% - 24px - 40px);
}
.catalog_item_wrapp .item_image_stickers span, .catalog_item .item_image_stickers span {
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.catalog_item_wrapp .item_image_stickers.--top, .catalog_item .item_image_stickers.--top {
  bottom: unset;
}
.catalog_item_wrapp .item_image_stickers.--top > span, .catalog_item .item_image_stickers.--top > span {
  background-color: #9E0A0A;
}
.catalog_item_wrapp .item_image_stickers.--bottom, .catalog_item .item_image_stickers.--bottom {
  top: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog_item_wrapp .item_image_stickers.--bottom > span, .catalog_item .item_image_stickers.--bottom > span {
  background-color: #172F69;
}
.catalog_item_wrapp .item_image_stickers.--top, .catalog_item .item_image_stickers.--top {
  top: 8px;
}
.catalog_item_wrapp .item_image_stickers.--bottom, .catalog_item .item_image_stickers.--bottom {
  bottom: 8px;
}
.catalog_item_wrapp .footer_button, .catalog_item .footer_button {
  position: static !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  height: auto !important;
  border: none !important;
}
.catalog_item_wrapp .min_tirazh, .catalog_item .min_tirazh {
  font-size: 12px;
  margin-top: 8px;
}
.catalog_item_wrapp .price_matrix_block, .catalog_item .price_matrix_block {
  display: none;
}
.catalog_item_wrapp .sa_block, .catalog_item .sa_block {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.catalog_item_wrapp .sa_block .article_block, .catalog_item .sa_block .article_block {
  margin: 6px 0 6px;
  font-weight: 400;
}
.catalog_item_wrapp .sa_block .article_block .font_sxs, .catalog_item .sa_block .article_block .font_sxs {
  font-size: 14px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.catalog_item_wrapp .sa_block .item-stock, .catalog_item .sa_block .item-stock {
  margin: 0;
  color: #248127;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_item_wrapp .sa_block .item-stock .font_sxs, .catalog_item .sa_block .item-stock .font_sxs {
  font-size: 14px;
  line-height: 15px;
  border-bottom: none;
}
.catalog_item_wrapp .sa_block .item-stock .icon, .catalog_item .sa_block .item-stock .icon {
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  position: relative;
}
.catalog_item_wrapp .sa_block .item-stock .icon:before, .catalog_item .sa_block .item-stock .icon:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.catalog_item_wrapp .sa_block .item-stock .icon.stock:before, .catalog_item .sa_block .item-stock .icon.stock:before {
  background: url(/bitrix/templates/gofromir/assets/images/in_stock.svg) no-repeat center center;
}
.catalog_item_wrapp .sa_block .item-stock .icon.order:before, .catalog_item .sa_block .item-stock .icon.order:before {
  background: url(/bitrix/templates/gofromir/assets/images/cross--light.svg) no-repeat center center;
  width: 6px;
  height: 6px;
}
.catalog_item_wrapp .sa_block .js-info-block, .catalog_item .sa_block .js-info-block {
  z-index: 9999;
  border-radius: 20px;
}
.catalog_item_wrapp .sa_block .js-info-block .block_title, .catalog_item .sa_block .js-info-block .block_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  padding: 12px 18px 0 !important;
}
.catalog_item_wrapp .sa_block .js-info-block .block_wrap_inner, .catalog_item .sa_block .js-info-block .block_wrap_inner {
  padding: 0 18px 16px;
}
.catalog_item_wrapp .sa_block .js-info-block .stores_block, .catalog_item .sa_block .js-info-block .stores_block {
  margin: 0;
}
.catalog_item_wrapp .wrapp_one_click,
.catalog_item_wrapp .total_summ, .catalog_item .wrapp_one_click,
.catalog_item .total_summ {
  display: none !important;
}
.catalog_item_wrapp .like_icons, .catalog_item .like_icons {
  right: 2px !important;
  top: 2px !important;
  bottom: unset !important;
  left: unset !important;
}
.catalog_item_wrapp .wish_item_button .wish_item, .catalog_item .wish_item_button .wish_item {
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0;
  background: none;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.catalog_item_wrapp .wish_item_button .wish_item .svg, .catalog_item .wish_item_button .wish_item .svg {
  background: url(/bitrix/templates/gofromir/assets/images/item-favorite.svg) no-repeat center center;
  background-color: transparent;
}
.catalog_item_wrapp .wish_item_button .wish_item .svg svg, .catalog_item .wish_item_button .wish_item .svg svg {
  display: none;
}
.catalog_item_wrapp .wish_item_button .wish_item:hover, .catalog_item .wish_item_button .wish_item:hover {
  background: none;
}
.catalog_item_wrapp .wish_item_button .wish_item:hover i, .catalog_item .wish_item_button .wish_item:hover i {
  background: url(/bitrix/templates/gofromir/assets/images/item-favorite.svg) no-repeat center center;
  background-color: transparent !important;
  background-position: center center !important;
}
.catalog_item_wrapp .wish_item_button .wish_item.added.in .svg, .catalog_item .wish_item_button .wish_item.added.in .svg {
  background: url(/bitrix/templates/gofromir/assets/images/item-favorite-active.svg) no-repeat center center;
  background-color: transparent;
}
.catalog_item_wrapp .wish_item_button .wish_item.added.in:hover, .catalog_item .wish_item_button .wish_item.added.in:hover {
  background: none;
}
.catalog_item_wrapp .wish_item_button .wish_item.added.in:hover .svg, .catalog_item .wish_item_button .wish_item.added.in:hover .svg {
  background: url(/bitrix/templates/gofromir/assets/images/item-favorite-active.svg) no-repeat center center;
  background-color: transparent;
}
.catalog_item_wrapp .section-gallery-wrapper__item-nav, .catalog_item .section-gallery-wrapper__item-nav {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -16px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.catalog_item_wrapp .section-gallery-wrapper__item-nav:before, .catalog_item .section-gallery-wrapper__item-nav:before {
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  overflow: hidden;
}
.catalog_item_wrapp .section-gallery-wrapper__item._active .section-gallery-wrapper__item-nav:before, .catalog_item .section-gallery-wrapper__item._active .section-gallery-wrapper__item-nav:before {
  background-color: #49AB34;
}
.catalog_item_wrapp .section-gallery-wrapper__item:nth-last-child(2) .section-gallery-wrapper__item-nav, .catalog_item .section-gallery-wrapper__item:nth-last-child(2) .section-gallery-wrapper__item-nav {
  /* Стили для предпоследнего элемента */
  left: calc(50% - 14px);
}
.catalog_item_wrapp .section-gallery-wrapper__item:nth-last-child(3) .section-gallery-wrapper__item-nav, .catalog_item .section-gallery-wrapper__item:nth-last-child(3) .section-gallery-wrapper__item-nav {
  /* Стили для третьего с конца элемента */
  left: calc(50% - 14px);
}
.catalog_item_wrapp .section-gallery-wrapper__item:nth-last-child(3) + .section-gallery-wrapper__item .section-gallery-wrapper__item-nav, .catalog_item .section-gallery-wrapper__item:nth-last-child(3) + .section-gallery-wrapper__item .section-gallery-wrapper__item-nav {
  /* Стили для второго с конца элемента, если их 3 */
  left: 50%;
}
.catalog_item_wrapp .section-gallery-wrapper__item:nth-last-child(3) + .section-gallery-wrapper__item + .section-gallery-wrapper__item .section-gallery-wrapper__item-nav, .catalog_item .section-gallery-wrapper__item:nth-last-child(3) + .section-gallery-wrapper__item + .section-gallery-wrapper__item .section-gallery-wrapper__item-nav {
  /* Стили для последнего элемента, если их 3 */
  left: calc(50% + 14px);
}

.item-title {
  font-size: 14px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-overflow: unset !important;
  overflow: unset !important;
  -webkit-line-clamp: unset !important;
}
@media screen and (min-width: 1480px) {
  .item-title {
    font-size: 18px;
  }
}
.item-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 50px;
  overflow: hidden;
}

.counter_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter_wrapp:before, .counter_wrapp:after {
  display: none;
}

.counter_block {
  background: none !important;
  border: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px !important;
  height: auto !important;
}
.counter_block .text {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 45px !important;
}
.counter_block .minus,
.counter_block .plus {
  width: 16px !important;
  position: relative;
}

.button_block {
  border-radius: 50px;
  overflow: hidden;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.button_block.wide {
  width: 100% !important;
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button_block.wide > .btn {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.button_block .btn.in-cart {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #49AB34;
}
.button_block .btn.in-cart .svg {
  display: none;
}
.button_block .btn.btn-exlg:not(.font-ignore) {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: auto;
  height: 48px;
  padding: 14px 33px !important;
}
@media screen and (min-width: 768px) {
  .button_block .btn.btn-exlg:not(.font-ignore) {
    font-size: 16px;
  }
}

.prices-wrapper .price {
  font-size: 22px;
  font-weight: 500;
}

.catalog_block .counter_wrapp > div .btn {
  border-radius: 50px !important;
}

.item_old_price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #A09E9E;
  text-decoration: line-through;
  position: absolute;
  top: -14px;
}

.item_discount {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 2px 8px;
  background-color: #D6661C;
  color: #fff;
  border-radius: 8px;
  height: 24px;
  position: relative;
  bottom: 2px;
  left: 4px;
}

.bx_filter {
  font-family: inherit;
  margin-top: 21px !important;
}
.bx_filter_parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bx_filter_parameters_box {
  padding: 0 !important;
  margin: 0 0 24px;
  border: none !important;
}
.bx_filter_parameters_box_title {
  margin-bottom: 12px;
}
.bx_filter_parameters_box_title .title-wrapper {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bx_filter_parameters_box_title .svg {
  width: 24px !important;
  height: 24px !important;
  background: url(/bitrix/templates/gofromir/assets/images/filter-chevron-down.svg) no-repeat center center;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  display: block;
  background-color: transparent !important;
  border: none !important;
  right: 0 !important;
  top: 0 !important;
}
.bx_filter_parameters_box_title .svg svg {
  display: none !important;
}
.bx_filter_parameters_box.set .title-wrapper:before {
  opacity: 0;
  z-index: -1;
}
.bx_filter_parameters_box.set .title-wrapper:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #248127;
  display: block;
  top: 0;
  right: -7px;
}
.bx_filter_parameters_box_container .wrapp_change_inputs {
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bx_filter_parameters_box_container_block {
  float: none !important;
  font-weight: 400;
  color: #000 !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bx_filter_parameters_box_container_block input {
  min-height: 48px;
  padding: 14px 24px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border: none !important;
  border-radius: 50px !important;
  background: none !important;
}
.bx_filter_parameters_box_container_block input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.bx_filter_parameters_box_container_block input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.bx_filter_parameters_box_container_block input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.bx_filter_parameters_box_container_block input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.bx_filter_parameters_box_container_block input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.bx_filter_parameters_box_container .divider {
  font-size: 14px;
  font-weight: 400;
  margin: 0 6px;
  color: rgba(0, 0, 0, 0.6);
}
.bx_filter_parameters_box[data-property_name="Розничная цена"] {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

.filter-panel {
  border-bottom: none;
}
.filter-panel__view.controls-linecount {
  margin-right: 30px;
}
.filter-panel__view.controls-linecount .controls-hr {
  display: none;
}
.filter-panel__filter {
  padding-top: 12px;
  padding-bottom: 12px;
}

#mobilefilter .bx_filter {
  margin-top: 0 !important;
}
#mobilefilter .bx_filter_parameters {
  position: static !important;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mobilefilter .bx_filter_parameters.scrollbar {
  max-height: calc(100% - 130px);
  overflow: auto;
}
#mobilefilter .bx_filter_parameters_box {
  margin-bottom: 20px !important;
}
#mobilefilter .bx_filter_parameters_box_container_block {
  width: calc(50% - 8px) !important;
}
#mobilefilter .bx_filter_parameters_box[data-property_name="Розничная цена"] {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
#mobilefilter .bx_filter .smartfilter {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
#mobilefilter .bx_filter_button_box {
  background: none !important;
  position: relative !important;
  padding-top: 12px !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
}
#mobilefilter .bx_filter_button_box .bx_filter_parameters_box_container {
  background: none !important;
}
#mobilefilter .bx_filter_button_box .filter-bnt-wrapper {
  padding: 0 !important;
}
#mobilefilter .bx_filter_button_box .bx_filter_search_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px !important;
  margin-bottom: 30px !important;
}
#mobilefilter .bx_filter_button_box .bx_filter_search_button:hover, #mobilefilter .bx_filter_button_box .bx_filter_search_button:focus, #mobilefilter .bx_filter_button_box .bx_filter_search_button:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
#mobilefilter .bx_sort_filter {
  display: none;
}
#mobilefilter .wrapp_change_inputs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

#del_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  left: 50%;
  top: initial;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 48px !important;
  background-color: #F2F2F2 !important;
  color: #49AB34 !important;
  font-size: 16px !important;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  margin-bottom: 16px !important;
}
#del_filter:hover, #del_filter:focus, #del_filter:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
#del_filter .svg {
  margin-right: 8px;
}
#del_filter .svg svg path {
  fill: #49AB34 !important;
}
#del_filter:hover, #del_filter:focus, #del_filter:active {
  background-color: #F2F2F2;
  color: #49AB34;
  opacity: 0.7;
}

.catalog_detail .item_image_stickers {
  position: absolute;
  z-index: 53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  left: 30px;
  max-width: 90%;
}
.catalog_detail .item_image_stickers span {
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.catalog_detail .item_image_stickers.--top {
  bottom: unset;
}
.catalog_detail .item_image_stickers.--top > span {
  background-color: #9E0A0A;
}
.catalog_detail .item_image_stickers.--bottom {
  top: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog_detail .item_image_stickers.--bottom > span {
  background-color: #172F69;
}
.catalog_detail .item_image_stickers.--top {
  top: 20px;
}
.catalog_detail .item_image_stickers.--bottom {
  bottom: 30px;
}
.catalog_detail .item_old_price {
  position: static;
  font-size: 18px;
}
.catalog_detail .price_matrix_wrapper.with_matrix {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.catalog_detail .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog_detail .btn:hover, .catalog_detail .btn:focus, .catalog_detail .btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}

.product-info-wrapper, .product-info-headnote {
  border: none !important;
}
.product-info-headnote__gift {
  font-size: 16px;
  font-weight: 500;
  color: #248127;
  padding: 10px 4px 10px 44px;
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 12px;
}
.product-info-headnote__gift:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/gofromir/images/cube-chevron-green.svg) no-repeat center center;
}
.product-chars {
  padding-right: 20px !important;
}
.product-chars .char-side {
  margin: 0 0 12px;
  padding-left: 6px;
}
.product-chars .char-side__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
}
.product-chars .more-char-link > span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  border-bottom: none;
}
.product-chars .more-char-link > span:hover {
  color: #172f69;
}
.product-chars__garant {
  position: relative;
  color: #172F69;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 4px 4px 44px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .product-chars__garant {
    margin-bottom: 0;
  }
}
.product-chars__garant:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/gofromir/images/garant-blue.svg) no-repeat center center;
}
.product-action .shadowed-block {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(175, 175, 174, 0.6);
          box-shadow: 0px 0px 16px 0px rgba(175, 175, 174, 0.6);
  border-radius: 25px;
  padding: 24px 16px 16px;
}
.product-action .main_item_wrapper {
  margin-bottom: 12px !important;
}
.product-action .prices_block {
  padding: 0 0 12px !important;
}
.product-action .prices_block .price_wrapper_block:before {
  top: 70% !important;
}
.product-action .prices_block .price_matrix_block {
  margin-bottom: 6px;
}
.product-action .prices_block .price_interval.pull-left {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.product-action .prices_block .prices-wrapper.pull-right .price {
  font-size: 14px;
  font-weight: 600;
}
.product-action .quantity_block_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.product-action .quantity_block_wrapper .item-stock {
  margin: 0;
  padding: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-action .quantity_block_wrapper .item-stock .font_sxs span {
  font-size: 14px !important;
  line-height: 1;
  border-bottom: none;
}
.product-action .quantity_block_wrapper .item-stock .font_sxs span:hover {
  color: #172f69;
}
.product-action .quantity_block_wrapper .item-stock .icon {
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  position: relative;
}
.product-action .quantity_block_wrapper .item-stock .icon:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.product-action .quantity_block_wrapper .item-stock .icon.stock:before {
  background: url(/bitrix/templates/gofromir/assets/images/in_stock.svg) no-repeat center center;
}
.product-action .quantity_block_wrapper .item-stock .icon.order:before {
  background: url(/bitrix/templates/gofromir/assets/images/cross--light.svg) no-repeat center center;
  width: 6px;
  height: 6px;
}
.product-action .quantity_block_wrapper .article {
  display: block;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
}
.product-action .buy_block {
  padding: 0 !important;
}
.product-action .cheaper_form {
  display: none;
}
.product-action .counter_block_inner {
  width: 113px !important;
}
.product-action .counter_block_inner .counter_block {
  width: 100% !important;
}
.product-action .counter_block_inner .counter_block .minus {
  left: 0;
}
.product-action .counter_block_inner .counter_block .plus {
  right: 0;
}
.product-action .button_block {
  width: calc(100% - 113px) !important;
}
.product-action .button_block.wide {
  width: 100% !important;
}
.product-action .button_block.wide .in-cart {
  width: calc(100% - 113px) !important;
}
.product-action .button_block.wide .in-cart span {
  padding: 0;
}
.product-action .total_summ {
  border: none !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6) !important;
  margin: 12px 0;
}
.product-action .total_summ > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-action .total_summ > div:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1.6px dotted black;
  margin: 0 5px;
  position: relative;
  bottom: -4px;
  color: rgba(0, 0, 0, 0.6);
}
.product-action .total_summ > div span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000 !important;
  font-weight: 600 !important;
}
.product__bottom-actions-buttons {
  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;
  gap: 8px;
  text-align: center;
}
.product__bottom-actions-buttons > .like_icons .wish_item_button {
  padding: 0;
}
.product__bottom-actions-buttons > .like_icons .wish_item_button > span {
  border: none;
  border-radius: 0 !important;
  margin: 0;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px 4px 44px !important;
  height: 40px;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.product__bottom-actions-buttons > .like_icons .wish_item_button > span:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/gofromir/assets/images/item-favorite.svg) no-repeat center center;
}
.product__bottom-actions-buttons > .like_icons .wish_item_button > span .like-text {
  font-size: inherit !important;
  margin: 0;
}
.product__bottom-actions-buttons > .like_icons .wish_item_button > span i,
.product__bottom-actions-buttons > .like_icons .wish_item_button > span .ripple {
  display: none;
}
.product__bottom-actions-buttons > .like_icons .wish_item_button > span:hover {
  color: #49AB34;
}
.product__bottom-actions-buttons > .wrapp-one-click {
  margin-bottom: 6px;
}
.product__bottom-actions-buttons > .wrapp-one-click > .one_click {
  font-size: 14px;
  line-height: 1;
  color: #248127 !important;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none !important;
}
.product__bottom-actions-buttons > .wrapp-one-click > .one_click .ripple {
  display: none;
}
.product__bottom-actions-buttons > .wrapp-one-click > .one_click:hover {
  opacity: 0.7;
}
.product__bottom-actions-buttons > .calculate-delivery {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.product__bottom-actions-buttons > .calculate-delivery span {
  border-bottom: none;
  font-size: 14px;
  font-weight: 400;
}
.product__bottom-actions-buttons > .calculate-delivery i {
  display: none;
}

.min_tirazh {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  margin-top: 12px;
}

.detail-gallery-big-slider-main {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: -webkit-gradient(linear, left top, left bottom, from(#C9D5F1), color-stop(100.01%, #F4F7FF));
  background: linear-gradient(180deg, #C9D5F1 0%, #F4F7FF 100.01%);
  border-radius: 16px;
}
.detail-gallery-big-slider-thumbs__inner {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.gallery-wrapper {
  gap: 20px;
}
.gallery__thumb-wrapper {
  gap: 20px;
}
.gallery__thumb-wrapper .gallery__item--thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#C9D5F1), to(#F4F7FF));
  background: linear-gradient(180deg, #C9D5F1 0%, #F4F7FF 100%);
  border-radius: 10px;
  margin: 0 !important;
}
.gallery__thumb-wrapper .gallery__item--thumb.swiper-slide-thumb-active {
  border: 2px solid #248127;
}

.tabs {
  max-height: unset;
}
.tabs .nav-tabs {
  margin: -8px;
}
.tabs .nav-tabs li {
  margin: 8px;
  border-radius: 16px;
  background: none;
  overflow: hidden;
}
.tabs .nav-tabs li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  padding: 28px;
  letter-spacing: normal;
}
.tabs .nav-tabs li.active, .tabs .nav-tabs li.active:hover {
  border: 2px solid var(--Color, #248127);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
}
.tabs .nav-tabs li.active:after, .tabs .nav-tabs li.active:hover:after {
  display: none;
}

.tab-content {
  max-width: 1000px;
}

.reviews-reply-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-reply-buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
}
.reviews-reply-buttons .btn:hover, .reviews-reply-buttons .btn:focus, .reviews-reply-buttons .btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
.reviews-reply-buttons .btn.white {
  background: none !important;
  color: #172F69 !important;
}
.reviews-reply-buttons .btn.white:hover, .reviews-reply-buttons .btn.white:focus, .reviews-reply-buttons .btn.white:active {
  color: #172F69 !important;
  background: none !important;
}
.reviews-reply-buttons .btn.white span.ripple {
  display: none !important;
}

.viewed-container {
  margin-top: 48px;
}
.viewed-container .title--h2 {
  margin-bottom: 24px;
  text-align: left;
}
.viewed-container .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

.products_viewed {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 18px;
  margin: -18px;
}
.products_viewed--prev {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  left: -7px;
}
.products_viewed--next {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  right: -7px;
}

.orderform--v2 {
  font-size: 14px;
  line-height: 1.2;
}
.orderform--v2 .bx-soa-section {
  border: none;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 25px;
  margin-bottom: 20px;
}
.orderform--v2 .bx-soa-section-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
  text-align: left;
}
.orderform--v2 .bx-soa-title-subblock {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
  text-align: left;
}
.orderform--v2 .bx-soa-person-type .person-type {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 16px;
  border: 2px solid transparent;
}
.orderform--v2 .bx-soa-person-type .person-type label {
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  padding: 28px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderform--v2 .bx-soa-person-type .person-type.active {
  border-color: var(--Color, #248127);
}
.orderform--v2 .bx-soa-custom-label {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1 !important;
  margin: 0 !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.orderform--v2 .bx-soa-custom-label.show {
  opacity: 1;
  visibility: visible;
}
.orderform--v2 .bx-soa-custom-label.show + .soa-property-container > input::-webkit-input-placeholder {
  color: transparent;
}
.orderform--v2 .bx-soa-custom-label.show + .soa-property-container > input::-moz-placeholder {
  color: transparent;
}
.orderform--v2 .bx-soa-custom-label.show + .soa-property-container > input:-ms-input-placeholder {
  color: transparent;
}
.orderform--v2 .bx-soa-custom-label.show + .soa-property-container > input::-ms-input-placeholder {
  color: transparent;
}
.orderform--v2 .bx-soa-custom-label.show + .soa-property-container > input::placeholder {
  color: transparent;
}
.orderform--v2 .bx-soa-customer-field {
  margin-bottom: 24px !important;
}
.orderform--v2 .bx-soa-customer-input, .orderform--v2 .bx-soa-customer-textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 52px;
  padding: 16px 24px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  margin-bottom: 0;
}
.orderform--v2 .bx-soa-customer-input::-webkit-input-placeholder, .orderform--v2 .bx-soa-customer-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-customer-input::-moz-placeholder, .orderform--v2 .bx-soa-customer-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-customer-input:-ms-input-placeholder, .orderform--v2 .bx-soa-customer-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-customer-input::-ms-input-placeholder, .orderform--v2 .bx-soa-customer-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-customer-input::placeholder, .orderform--v2 .bx-soa-customer-textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-customer-textarea {
  min-height: 80px;
  border-radius: 25px;
}
.orderform--v2 .bx-soa-more {
  padding-top: 0 !important;
}
.orderform--v2 .bx-soa-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 52px !important;
}
.orderform--v2 .bx-soa-more-btn:hover, .orderform--v2 .bx-soa-more-btn:focus, .orderform--v2 .bx-soa-more-btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
.orderform--v2 .bx-soa-total-wrapper {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 25px;
  padding: 16px;
}
.orderform--v2 .bx-soa-cart-t {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.orderform--v2 .bx-soa-cart-d {
  color: #000;
  font-weight: 600;
}
.orderform--v2 .bx-soa-cart-total {
  border: none;
  padding: 0;
  font-size: 14px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.orderform--v2 .bx-soa-cart-total-line-totals {
  margin-bottom: 4px !important;
}
.orderform--v2 .bx-soa-cart-total-line-totals .bx-soa-cart-t, .orderform--v2 .bx-soa-cart-total-line-totals .bx-soa-cart-d {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.orderform--v2 .bx-soa-cart-total-line {
  font-size: inherit;
}
.orderform--v2 .bx-soa-cart-total-button-container {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 12px;
}
.orderform--v2 .bx-soa-cart-total-button-container .btn {
  text-transform: none !important;
  font-size: 20px;
  font-weight: 600;
}
.orderform--v2 .bx-soa-cart-conditions {
  margin-top: 12px;
}
.orderform--v2 .bx-soa-cart-conditions-text {
  padding: 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-coupon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECECEC;
}
.orderform--v2 .bx-soa-coupon input.form-control {
  width: 100% !important;
  max-width: 100%;
  min-height: 52px;
  padding: 16px 24px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  border-radius: 50px !important;
  box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
  padding: 16px 24px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0;
}
.orderform--v2 .bx-soa-coupon input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-coupon input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-coupon input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-coupon input.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-coupon input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.orderform--v2 .bx-soa-coupon input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.orderform--v2 .bx-soa-coupon input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.orderform--v2 .bx-soa-coupon input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.orderform--v2 .bx-soa-coupon input.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.orderform--v2 .bx-soa-coupon input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.orderform--v2 .bx-soa-service-small {
  margin-top: 8px;
}
.orderform--v2 .total-scroll-info {
  margin-top: 12px;
  display: block;
  color: #000;
}
.orderform--v2 .total-scroll-info:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.orderform--v2 .total-scroll-info:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.orderform--v2 .total-scroll-info * {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.orderform--v2 .total-scroll-info__title {
  padding-right: 8px;
}
.orderform--v2 .pickup-wrapper {
  border: none;
}
.orderform--v2 .bx_soa_pickup {
  font-size: 16px;
  font-weight: 400;
}
.orderform--v2 .bx_soa_pickup .bx-soa-pickup-l-item-btn {
  top: 0 !important;
  padding: 0 !important;
}
.orderform--v2 .bx_soa_pickup .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff !important;
  background-color: #49AB34 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 30px !important;
  text-transform: none !important;
  padding: 16px 31px !important;
  text-transform: none !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 129px !important;
  font-size: 16px;
}
.orderform--v2 .bx_soa_pickup .btn:hover, .orderform--v2 .bx_soa_pickup .btn:focus, .orderform--v2 .bx_soa_pickup .btn:active {
  color: #fff !important;
  background-color: #55c93b !important;
}
.orderform--v2 .bx_soa_pickup .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn {
  background-color: #49AB34 !important;
  color: #fff !important;
}
.orderform--v2 .bx_soa_pickup .bx-soa-pickup-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .orderform--v2 .bx_soa_pickup .bx-soa-pickup-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.orderform--v2 .filter label {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.orderform--v2 .bx-soa-pp-delivery-cost {
  font-size: 12px;
}

.basket-checkout-container, .basket-items-list-wrapper {
  border: none;
}
.basket-checkout-container {
  padding: 16px !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 25px !important;
  overflow: hidden;
}
.basket-checkout-section-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.basket-checkout-total-title, .basket-checkout-total .basket-coupon-block-total-price-current {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1;
}
.basket-total-outer {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .basket-total-outer {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .basket-total-outer {
    min-width: 404px;
    width: 404px;
  }
}
.basket-total-block {
  padding-left: 0;
}
.basket-total-block .icon_error_block {
  padding-right: 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.basket-total-block .icon_error_block b {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 4px;
  color: #000;
}
.basket-total-block .icon_error_block .svg {
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: url(/bitrix/templates/gofromir/assets/images/info.svg) no-repeat center center;
  top: 5px;
}
.basket-total-block .icon_error_block .svg svg {
  display: none;
}
.basket-coupon-section {
  margin-top: 12px;
}
.basket-coupon-block-field .form-control {
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border: none !important;
  outline: none !important;
  background: #fff;
  padding: 16px 24px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.basket-coupon-block-field .form-control:focus {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157) !important;
}
.basket-coupon-block-coupon-btn {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.basket-btn-checkout {
  outline: none !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1 !important;
  text-transform: none !important;
}
@media screen and (min-width: 1280px) {
  .basket-btn-checkout {
    font-size: 20px !important;
  }
}
.basket-items-list-header {
  display: none;
}
.basket-items-list-container {
  overflow: visible;
}
.basket-items-list-table {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .basket-items-list-table {
    margin: 0 12px 0 0;
    width: calc(100% - 36px);
  }
}
.basket-items-list-item-wrapper {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
          box-shadow: 0px 0px 4px 0px rgba(183, 182, 179, 0.6980392157);
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 16px;
  display: table;
  width: 100%;
  padding: 32px 16px 24px;
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-wrapper {
    padding: 24px;
  }
}
@media screen and (min-width: 576px) {
  .basket-items-list-item-wrapper {
    padding: 0 12px;
  }
}
.basket-items-list-item-wrapper > td {
  padding: 12px 0;
  position: static;
  border: none;
}
.basket-items-list-item-picture {
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  min-height: 200px;
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-picture {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    min-height: unset;
  }
}
@media screen and (min-width: 768px) {
  .basket-items-list-item-picture {
    display: table-cell;
    padding-left: 12px !important;
    width: 152px;
    min-width: 152px;
    max-width: 152px;
    height: 152px;
  }
}
@media screen and (min-width: 992px) {
  .basket-items-list-item-picture {
    width: 178px;
    min-width: 178px;
    max-width: 178px;
    height: 178px;
  }
}
.basket-items-list-item-picture .basket-item-block-image {
  width: 140px;
  max-width: 140px;
  height: 140px;
  min-height: 140px;
  padding: 0;
}
.basket-items-list-item-picture .basket-item-image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, #C9D5F1), color-stop(100.02%, #F4F7FF));
  background: linear-gradient(180deg, #C9D5F1 0.01%, #F4F7FF 100.02%);
  border-radius: 16px;
  overflow: hidden;
}
.basket-items-list-item-picture .basket-item-image-link img.basket-item-image {
  max-height: 200px;
  display: block;
}
.basket-items-list-item-descriptions-inner {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-descriptions-inner {
    max-width: calc(100% - 200px);
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .basket-items-list-item-descriptions-inner {
    min-width: 270px;
    max-width: unset;
    display: table-cell;
  }
}
.basket-items-list-item-descriptions-inner .basket-item-block-info {
  max-width: 100%;
  padding-left: 0 !important;
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-descriptions-inner .basket-item-block-info {
    padding-left: 16px !important;
  }
}
.basket-items-list-item-descriptions-inner h2 {
  text-align: left;
}
.basket-items-list-item-amount-outer {
  vertical-align: middle !important;
  width: 100% !important;
  padding-left: 0 !important;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-amount-outer {
    width: 70% !important;
    padding-left: 150px !important;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .basket-items-list-item-amount-outer {
    width: 120px !important;
    padding-left: 0 !important;
    display: table-cell;
  }
}
.basket-items-list-item-amount-outer .basket-item-amount-filed {
  height: 20px;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
  vertical-align: middle !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 12px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    max-width: 200px !important;
    padding-left: 20px !important;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    width: 130px !important;
    padding-left: 0 !important;
    display: table-cell;
  }
}
@media screen and (min-width: 480px) {
  .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price {
    width: 100%;
    text-align: right;
    margin-bottom: 31px;
  }
}
.basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price-current-value {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.basket-items-list-item-price.basket-items-list-item-price-for-one {
  width: 113px;
}
.basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-price-current {
  width: inherit;
}
.basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-price-current-text {
  width: inherit;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-price {
  width: inherit;
}
.basket-items-list-item-removes {
  position: absolute;
  top: 12px;
  right: 12px;
}
.basket-items-list-item-removed-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (min-width: 420px) {
  .basket-items-list-item-removed-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.basket-item-info-name-link {
  display: block;
  padding: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .basket-item-info-name-link {
    max-width: 220px;
  }
}
@media screen and (min-width: 992px) {
  .basket-item-info-name-link {
    max-width: 425px;
  }
}
.basket-item-info-name-link span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.basket-item-property-custom-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.basket-item-property-custom-name, .basket-item-property-custom-value {
  padding-top: 0 !important;
  font-size: 14px !important;
}
.basket-item-amount {
  border: none;
  background: none;
  padding: 0 28px;
  margin-bottom: 0;
  height: 20px;
  max-width: 113px;
  min-width: 113px;
}
.basket-item-btn-minus, .basket-item-btn-plus {
  height: 18px;
}
.basket-item-price {
  width: 102px;
  text-align: center;
}
.basket-item-actions-remove:before, .basket-item-actions-remove:after {
  width: 1px !important;
  background: rgba(0, 0, 0, 0.6) !important;
}
.basket-item-actions-remove:hover:before, .basket-item-actions-remove:hover:after {
  background: #49AB34 !important;
}
.basket-item-block-info .basket-item-actions-remove {
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
}
.basket-item-block-info .basket-item-actions-remove:before, .basket-item-block-info .basket-item-actions-remove:after {
  height: 16px !important;
}
.basket-empty-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 24px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

.basket-item-actions-remove {
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
}
.basket-item-actions-remove:before, .basket-item-actions-remove:after {
  height: 16px !important;
}
@media screen and (min-width: 576px) {
  .basket-item-actions-remove {
    top: 0;
    right: 0;
  }
}

.bx-sbb-empty-cart-container .bx-sbb-empty-cart-text {
  margin: 48px 0 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.basket-items-list-table .basket-items-list-item-wrapper:not(.basket-items-list-item-container-expend) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 480px) {
  .basket-items-list-table .basket-items-list-item-wrapper:not(.basket-items-list-item-container-expend) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .basket-items-list-table .basket-items-list-item-wrapper:not(.basket-items-list-item-container-expend) {
    display: table !important;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}/*# sourceMappingURL=custom.css.map */
.catalog_page .section-compact-list {
  justify-content: left;
}