

/* Start:/local/templates/templ_main/jscss/lpKley.css?168543656518352*/
@charset "UTF-8";
@font-face {
  font-family: "Suisse Intl";
  src: url("/laparet-klej/css/fonts/SuisseIntl-Regular.eot");
  src: url("/laparet-klej/css/fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"), url("/laparet-klej/css/fonts/SuisseIntl-Regular.woff2") format("woff2"), url("/laparet-klej/css/fonts/SuisseIntl-Regular.woff") format("woff"), url("/laparet-klej/css/fonts/SuisseIntl-Regular.ttf") format("truetype"), url("/laparet-klej/css/fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("/laparet-klej/css/fonts/SuisseIntl-Bold.eot");
  src: url("/laparet-klej/css/fonts/SuisseIntl-Bold.eot?#iefix") format("embedded-opentype"), url("/laparet-klej/css/fonts/SuisseIntl-Bold.woff2") format("woff2"), url("/laparet-klej/css/fonts/SuisseIntl-Bold.woff") format("woff"), url("/laparet-klej/css/fonts/SuisseIntl-Bold.ttf") format("truetype"), url("/laparet-klej/css/fonts/SuisseIntl-Bold.svg#SuisseIntl-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/laparet-klej/css/fonts/icomoon.eot?j0jv55");
  src: url("/laparet-klej/css/fonts/icomoon.eot?j0jv55#iefix") format("embedded-opentype"), url("/laparet-klej/css/fonts/icomoon.ttf?j0jv55") format("truetype"), url("/laparet-klej/css/fonts/icomoon.woff?j0jv55") format("woff"), url("/laparet-klej/css/fonts/icomoon.svg?j0jv55#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e900";
}

.icon-fb:before {
  content: "\e901";
}

.icon-ig:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e903";
}

.icon-pt:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-vk:before {
  content: "\e906";
}

.icon-yt:before {
  content: "\e907";
}

/* site style
------------------------------------------------ */
.stitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #040404;
  font-family: "Suisse Intl";
  margin: 0;
}

.dib {
  display: inline-block;
  vertical-align: baseline;
}

/* end site style */
.textb img {
  display: block;
  max-width: 100%;
}

.textb ul {
  margin-top: 15px;
  list-style: none;
}

.textb ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}

.textb ul li:first-child {
  margin-top: 0;
}

.textb ul li:after {
  display: block;
  content: "•";
  position: absolute;
  left: 10px;
  top: 0;
}

.textb > *:last-child {
  margin-bottom: 0;
}

/* step
------------------------------------------------ */
.step1 {
  font-family: "Suisse Intl";
  height: 678px;
  padding: 125px 70px 0 83px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.step1__content {
  max-width: 475px;
}

.step1__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 2.5px;
  margin: 0;
}

.step1__text {
  margin-top: 24px;
  font-size: 22px;
  line-height: 143%;
}

.step1__bt {
  display: flex;
  justify-content: space-between;
  max-width: 451px;
  margin-top: 46px;
}

.step1__bt a {
  display: block;
  width: 46.785%;
  color: var(--primaryColor-900);
}

.step1__bt a:last-child {
  margin-right: 0;
}

.step1__bt a.btn {
  height: 44px;
  /*color: #fff;*/
  font-size: 18px;
  font-family: "Suisse Intl";
  padding: 12px 20px;
}

.step1__bt a.btn {
  transition: all 0.3s;
}

.step1__bt a.btn:hover {
  background: #063f50;
}

.step1__bt a.btn::before {
  content: "";
  display: none;
}

.step1__bt a.btn.btn_white {
  background: #fff !important;
  /*color: #1f5869 !important;*/
}

.step1__bt a.btn_white:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.step1__bt a.btn.btn_yellow {
  background: #ffbf3e !important;
  /*color: #1f5869 !important;*/
}

.step1__bt a.btn_yellow:hover {
  background: #f7ad2c !important;
}

.step2 {
  margin-top: 52px;
}

.step2__list {
  display: flex;
  justify-content: space-between;
}

.step2__item {
  display: flex;
  align-items: center;
}

.step2__item-icon {
  flex: 0 0 50px;
  width: 50px;
}

.step2__item-text {
  font-size: 15px;
  line-height: 123.7%;
}

.step3 {
  line-height: 143%;
  font-size: 20px;
  font-family: "Suisse Intl";
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 51px;
}

.step3__im {
  width: 55.52%;
}

.step3__im img {
  width: 100%;
}

.step3__text {
  width: 39.2%;
}

.step4 {
  margin-top: 85px;
}

.step4 + .step4 {
  border-top: 1px solid #e0e0e0;
  padding-top: 60px;
}

.step4__basic {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.step4__im {
  width: 29.6%;
}

.step4__im img {
  max-width: 100%;
}

.step4__entry {
  width: 64%;
}

.step4__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 236px;
}

.step4__list-item {
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  color: #bdbdbd;
}

.step4__list-item span {
  display: block;
  transform: rotate(-90deg);
}

.step4__bt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 63px;
}

.step4__bt a {
  height: 44px;
  font-size: 18px;
  font-family: "Suisse Intl";
  line-height: 44px;
  padding: 0 50px;
  margin: 10px 30px 0 0;
  text-decoration: none;
}

.step4__bt a:last-child {
  margin-right: 0;
}

.step4__bt a.btn_white {
  background: #fff !important;
  /*color: #1f5869 !important;*/
  border: 1px solid #ffbf3e;
}

.step4__bt a.btn_white:hover {
  background: #f7ad2c !important;
}

.step4__bt a.btn_yellow {
  background: #ffbf3e !important;
  /*color: #1f5869 !important;*/
}

.step4__bt a.btn_yellow:hover {
  background: #f7ad2c !important;
}




.step4__descr {
  font-family: "Suisse Intl";
  font-size: 20px;
  line-height: 143%;
  border-top: 1px solid #e0e0e0;
  margin-top: 75px;
  padding-top: 50px;
}

.step4__descr-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #040404;
}

.step4__descr-text {
  display: flex;
  justify-content: space-between;
}

.step4__descr-col {
  width: 47%;
}

.step4_b .step4__list {
  height: 295px;
}

.step5 {
  position: relative;
  min-width: 320px;
  padding: 66px 0 80px;
  background: #f3f3f3;
  margin-top: 42px;
}

.step5__stitle {
  border-bottom: 1px solid #e0e0e0;
}

.step5__tbl {
  margin-top: 58px;
}

.step5__tbl table {
  font-family: "Suisse Intl";
  font-size: 20px;
  line-height: 143%;
  border: 0;
  *border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.step5__tbl th {
  padding: 0 10px 22px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}

.step5__tbl th:first-child {
  padding-left: 0;
  text-align: left;
}

.step5__tbl td {
  background: #f5f5f5;
  border-bottom: 1px solid #c4c4c4;
  padding: 14px 10px 10px;
  height: 0;
  vertical-align: middle;
  line-height: 26px;
  text-align: center;
}

.step5__tbl tr:nth-child(2n+2) td {
  background: #f3f3f3;
}

.step5__tbl td:first-child {
  padding-left: 0;
  text-align: left;
}

.step5__tbl tr.bot td {
  background: none;
  border: 0;
  padding-top: 35px;
}

.step5__tbl tr.bot td:first-child {
  font-size: 14px;
  line-height: 18px;
}

.step5__tbl a.buy {
  font-family: "Suisse Intl";
  width: 100%;
  max-width: 162px;
  border-radius: 3px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  text-decoration: none;
  color: var(--primaryColor-900);
}


.step5__tbl a.btn_white {
  background: #fff !important;
  /*color: #1f5869 !important;*/
  border: 1px solid #ffbf3e;
}

.step5__tbl a.btn_white:hover {
  background: #f7ad2c !important;
}

.step5__tbl a.btn_yellow {
  background: #ffbf3e !important;
  /*color: #1f5869 !important;*/
}

.step5__tbl a.btn_yellow:hover {
  background: #f7ad2c !important;
}


.step6 {
  margin-top: 50px;
}

.step6__block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.step6__text {
  width: 56%;
  font-family: "Suisse Intl";
  font-size: 20px;
  line-height: 143%;
}

.step6__text ol {
  list-style-type: none;
  counter-reset: ol-counter;
}

.step6__text ol li {
  position: relative;
  padding: 0 0 0 34px;
  margin-top: 27px;
}

.step6__text ol li:first-child {
  margin-top: 0;
}

.step6__text ol li:before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.step6__im {
  width: 38.96%;
}

.step6__im img {
  width: 100%;
}

.step7 {
  margin-top: 95px;
}

/* end step */
@media screen and (max-width: 1280px) {
  .header__search {
    width: 20%;
  }
  .step2__list {
    margin: 0 -5px;
  }
  .step2__item {
    width: 100%;
    padding: 0 5px;
  }
  .step2__item-text br {
    display: none;
  }
  .step4__list {
    height: 18.5vw;
  }
  .step4_b .step4__list {
    height: 23vw;
  }
}
@media screen and (max-width: 1100px) {
  .step7__item-num {
    width: 100px;
  }
  .step7__item-bt a {
    font-size: 14px;
  }
  .step7__item-bt a.buy:before {
    font-size: 18px;
  }
}
@media screen and (min-width: 1001px) {
  .header__menu {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .header__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__top {
    display: none;
  }
  .header__phone {
    margin-top: 20px;
  }
  .header__phone span {
    display: block;
    margin: 5px 0 0;
  }
  .header__phone span:after {
    display: none;
  }
  .header__bot {
    height: 60px;
  }
  .header__search {
    display: none;
  }
  .show_search .header__search {
    display: block;
    left: 0;
    top: 50%;
    margin-top: -14px;
    bottom: auto;
  }
  .header__menu {
    display: none;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    padding: 0 15px 20px;
  }
  .header__menu ul {
    display: block;
  }
  .header__menu ul li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__menu ul li a {
    display: block;
    padding: 13px 0;
  }
  .header__sea {
    display: block;
    font-size: 24px;
    color: #1f5869;
  }
  .header__sea:after {
    content: "\e905";
  }
  .header__cart {
    margin-left: 10px;
  }
  .header__cart a {
    padding-right: 0;
  }
  .header__cart a:after {
    position: static;
  }
  .header__cart a span {
    display: none;
  }
  .header__cart a i {
    top: -7px;
    right: -5px;
  }
  .header__burger {
    width: 26px;
    height: 18px;
    padding-top: 8px;
    cursor: pointer;
    display: block;
    margin-left: 15px;
  }
  .header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: background 0.2s ease-in-out;
    position: relative;
    border-radius: 3px;
  }
  .header__burger span:before, .header__burger span:after {
    position: absolute;
    right: 0;
    top: -8px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
  }
  .header__burger span:after {
    top: 8px;
  }
  .show_menu .header__burger span {
    background: transparent;
  }
  .show_menu .header__burger span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .show_menu .header__burger span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .step2__item {
    display: block;
    text-align: center;
  }
  .step2__item-icon {
    width: auto;
  }
  .step2__item-text {
    margin-top: 15px;
  }
  .step7__item {
    width: calc(50% - 30px);
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__menu {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
  .footer__menu ul {
    width: 100%;
  }
  .footer__ct {
    width: 200px;
  }
  .footer__sub {
    width: 100%;
    margin-top: 35px;
  }
  .mcity {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .step8__inner {
    min-height: 0;
    display: block;
    padding: 50px 190px 50px 30px;
  }
  .step8__inner:after {
    width: 140px;
    height: 173px;
    background-size: cover;
    right: 30px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
  .stitle {
    font-size: 32px;
    line-height: 40px;
  }
  .step1 {
    padding: 55px 15px;
    height: auto;
    text-align: center;
  }
  .step1__content {
    max-width: none;
  }
  .step1__title {
    font-size: 38px;
    line-height: 50px;
  }
  .step1__text {
    font-size: 16px;
  }
  .step1__bt {
    margin: 50px auto 0;
  }
  .step2 {
    margin-top: 35px;
  }
  .step2__item-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .step3 {
    display: block;
  }
  .step3__im {
    width: auto;
  }
  .step3__text {
    width: auto;
    margin-top: 30px;
  }
  .step4 {
    margin-top: 50px;
  }
  .step4 + .step4 {
    padding-top: 50px;
  }
  .step4__basic {
    display: block;
  }
  .step4__im {
    width: auto;
    max-width: 200px;
    margin: 0 auto 0;
  }
  .step4__list {
    height: 28vw;
  }
  .step4__entry {
    width: auto;
    margin-top: 35px;
  }
  .step4__list-item {
    font-size: 12px;
  }
  .step4__bt {
    margin-top: 25px;
  }
  .step4__bt a {
    padding: 0 25px;
    margin-right: 10px;
  }
  .step4__descr {
    margin-top: 40px;
    padding-top: 35px;
  }
  .step4__descr-title {
    font-size: 20px;
    line-height: 26px;
  }
  .step4__descr-text {
    display: block;
  }
  .step4__descr-col {
    width: auto;
    margin-top: 30px;
  }
  .step4__descr-col:first-child {
    margin-top: 0;
  }
  .step4_b .step4__list {
    height: 34vw;
  }
  .step5 {
    padding: 45px 0;
  }
  .step5__tbl {
    margin-top: 40px;
  }
  .step5__tbl th {
    padding: 0 5px 15px;
    font-size: 14px;
    line-height: normal;
  }
  .step5__tbl td {
    padding: 5px 5px 5px;
    min-width: 90px;
    font-size: 11px;
    line-height: normal;
  }
  .step5__tbl tr.bot td {
    padding-top: 15px;
  }
  .step5__tbl tr.bot td:first-child {
    font-size: 10px;
    line-height: 14px;
  }
  .step5__tbl a.buy {
    height: 36px;
    font-size: 12px;
  }
  .step6__block {
    margin-top: 35px;
  }
  .step6__text ol li {
    margin-top: 15px;
  }
  .step7 {
    margin-top: 30px;
  }
  .step8 {
    margin-top: 60px;
  }
  .step8__title {
    font-size: 26px;
  }
  .step8__text {
    font-size: 16px;
  }
  .footer {
    margin-top: 70px;
  }
  .footer__top {
    display: block;
  }
  .footer__menu {
    width: auto;
    padding: 0;
  }
  .footer__ct {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  .footer__phone {
    margin: 0;
  }
  .footer__sub-title {
    margin-bottom: 15px;
  }
  .footer__bot {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
  .footer__soc {
    justify-content: center;
    margin-top: 20px;
  }
  .footer__copy {
    margin: 15px 0 0 0;
  }
  .footer__text {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .mcity__list {
    display: block;
  }
  .mcity__col {
    width: auto;
    max-width: none;
    padding-right: 0;
  }
  .mcity__item:last-child {
    border-bottom: 1px solid #b0b6b7;
  }
  .mcity__col:last-child .mcity__item:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .step2 {
    margin-top: 10px;
  }
  .step2__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .step2__item {
    width: 33.333%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo img {
    width: 150px;
  }
  .header__bot > .header__city {
    display: none;
  }
  .header__city {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__city a {
    max-width: none;
    padding-top: 15px;
    padding-bottom: 13px;
  }
  .step6__block {
    display: block;
  }
  .step6__text {
    width: auto;
  }
  .step6__im {
    display: none;
  }
  .step7 {
    margin-top: 60px;
  }
  .step7__list {
    display: block;
    margin: 0;
  }
  .step7__item {
    width: auto;
    margin: 40px 0 0;
  }
  .step8__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step8__inner:after {
    display: none;
  }
  .step8__bt {
    max-width: none;
  }
}
@media screen and (max-width: 400px) {
  .stitle {
    font-size: 28px;
    line-height: 34px;
  }
  .step1__bt {
    display: block;
  }
  .step1__bt a {
    width: auto;
    margin-top: 15px;
  }
  .step4_b .step4__list-item {
    font-size: 10px;
  }
  .footer__ct {
    display: block;
    text-align: center;
  }
  .footer__phone {
    padding: 0;
    margin-top: 25px;
  }
  .footer__phone:before {
    display: none;
  }
  .footer__sub-form {
    padding-right: 130px;
  }
  .footer__sub input {
    padding-left: 15px;
  }
  .footer__sub button {
    width: 130px;
  }
}
@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
  a {
    transition: color 0.3s;
  }
  a:hover {
    text-decoration: none;
  }
  .btn {
    transition: all 0.3s;
  }
  .btn:hover {
    background: #063f50;
  }
  .btn_bord:hover {
    background: #1f5869;
    color: #fff;
  }
  .step1__bt a.btn_white:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .step7__item-num a {
    transition: border 0.3s;
  }
  .step7__item-num a:hover {
    border-color: #b8b8b8;
  }
  .footer__menu ul li a {
    transition: border 0.3s;
  }
  .footer__menu ul li a:hover {
    border-color: currentColor;
  }
  .footer__link a {
    transition: border 0.3s;
  }
  .footer__link a:hover {
    border-color: transparent;
  }
  .footer__sub button {
    transition: background 0.3s;
  }
  .footer__sub button:hover {
    background: #063f50;
  }
}

.navigation {
	display: none;
}

.upline-consultation {
	margin-bottom: 60px;
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section/goods_soput/uplineProducts.css?16911417808467*/
.upline-products {
  margin-bottom: 30px;
}
.upline-products .products {
  display: grid;
  grid-gap: 29px;
  margin: 37px 0 0 0;
}
.upline-products .products--dp {
  justify-content: unset;
  flex-wrap: nowrap;
  padding: 0;
}
.upline-products .products::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .upline-products .products--dp {
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }
}
.upline-products .product {
  max-width: 20%;
  min-width: unset;
}
.upline-products .product__img-wrapper {
  position: relative;
  width: 100%;
  padding: 50%;
}
.upline-products .product__thumbnail {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: unset;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  /*background-color: #E5E5E5;*/
}
.upline-products .product__type {
  padding-top: 24px;
  text-transform: none;
}
.upline-products .product__format, .upline-products .product__type {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.upline-products .product__title {
  flex-grow: 1;
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 17px;
}
.upline-products .product__price {
  padding: 17px 0 26px 0;
  font-weight: 400;
}
.upline-products .product__priceCurrency {
  color: #888888;
  font-weight: 400;
  font-size: 20px;
}
.upline-products .product__quantity {
  top: -60px;
  max-width: 90px;
  min-width: unset;
}
.upline-products .product__quantityBtn {
  width: 21px;
  height: 21px;
  background-color: #E7E7E7;
  border: none;
  color: #8B8B8B;
}
.upline-products .product__quantityBtn--decrement::before {
  top: -7px;
  left: 6px;
}
.upline-products .product__quantityBtn--increment::before {
  top: 0;
  left: 6px;
}
.upline-products .product__quantityValue {
  padding: 0;
  height: 24px;
  font-size: 15px;
}
.upline-products .product__detailsBtn {
  display: inline-flex;
}
.upline-products .product__basketBtnText {
  padding: 0;
}
.upline-products .product__basketIcon {
  display: none;
  width: 17px;
  height: 17px;
  color: #000;
}
.upline-products .product__favorite-btn {
  position: absolute;
  top: 13px;
  right: 13px;
  border: none;
  color: #fff;
  transition: color 0.3s;
  cursor: pointer;
}
.upline-products .product__favorite-btn:hover {
  color: #ffbf3e;
}
.upline-products .product__favorite-btn svg {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
}
.upline-products .product__favorite-btn.selected {
  color: #ffbf3e;
}
.upline-products .product--carousel {
  max-width: 18%;
}
.upline-products .product--carousel__type {
  padding-top: 22px;
  color: #9B9B9B;
  font-size: 15px;
}
.upline-products .product--carousel__title {
  font-size: 18px;
}
.upline-products .product--dp {
  max-width: 100%;
  padding: 0;
  margin: 0;
  flex: 0 1 auto;
}
.upline-products .product--dp:not(:last-child) {
  padding: 0 0 32px;
  border-bottom: 2px solid #F8F8F8;
}
.upline-products .product--dp .product__options {
  display: none;
}
.upline-products .product--dp .product__inner {
  display: grid;
  grid-template-areas: "image title quantity price button";
  grid-template-columns: 400px 1fr 120px 120px 120px;
  grid-gap: 30px;
  align-items: center;
}
.upline-products .product--dp .product__thumbnail {
  grid-area: image;
  max-width: 400px;
  height: 196px;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
}
.upline-products .product--dp .product__type,
.upline-products .product--dp .product__title,
.upline-products .product--dp .product__format,
.upline-products .product--dp .product__price {
  width: auto;
  max-width: none;
  padding: 0;
  flex: 0 1 auto;
}
.upline-products .product--dp .product__type-wrapper {
  display: none;
}
.upline-products .product--dp .product__title {
  grid-area: title;
  text-decoration: none;
  line-height: 1.2;
}
.upline-products .product--dp .product__title,
.upline-products .product--dp .product__format {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.upline-products .product--dp .product__basketBtn {
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
  padding: 12px 20px;
  line-height: 1;
}
.upline-products .product--dp .product__quantity_type_relative {
  position: relative;
  top: -11px;
  right: auto;
  grid-area: quantity;
  width: auto;
  max-width: 150px;
}
.upline-products .product--dp .product__price {
  grid-area: price;
}
.upline-products .product--dp .product__button {
  grid-area: button;
}
@media screen and (max-width: 1400px) {
  .upline-products .product {
    max-width: 25%;
  }
  .upline-products .product--dp {
    max-width: 100%;
  }
  .upline-products .product--carousel {
    max-width: 23%;
  }
}
@media screen and (max-width: 1200px) {
  .upline-products .product--dp .product__inner {
    grid-template-columns: 200px 1fr 120px 120px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .upline-products .product {
    max-width: 33.33%;
    flex: 0 0 33.3333333%;
  }
  .upline-products .product--dp {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1024px) {
  .upline-products .product--dp .product__inner {
    grid-template-columns: 144px 1fr 120px 120px 120px;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .upline-products .product {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .upline-products .product--dp {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .upline-products .product {
    margin-bottom: 0;
  }
  .upline-products .product__detailsBtn {
    display: none;
  }
  .upline-products .product__basketIcon {
    display: block;
    flex-shrink: 0;
  }
  .upline-products .product__basketIcon path {
    fill: #000;
  }
  .upline-products .product__quantity {
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .upline-products .product__quantityValue {
    height: 100%;
    border: 1px solid #FFBF3E;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .upline-products .product__quantityBtn {
    top: 50%;
    color: #FFBF3E;
    background-color: transparent;
    transform: translate(0, -50%);
  }
  .upline-products .product__quantityBtn--decrement {
    left: 4px;
  }
  .upline-products .product__quantityBtn--increment {
    right: 4px;
  }
  .upline-products .product__quantityBtn:active {
    transform: translateY(-8px);
  }
  .upline-products .product--dp:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .upline-products .product--dp .product__inner {
    grid-gap: 5px;
    grid-template-areas: "image image" "type type" "title title" "price price" "quantity button";
    grid-template-columns: 1fr auto;
  }
  .upline-products .product--dp .product__basketBtn {
    padding: 8px;
  }
  .upline-products .product--dp .product__type-wrapper {
    display: flex;
    grid-area: type;
    margin-top: 11px;
  }
  .upline-products .product--dp .product__format,
.upline-products .product--dp .product__type {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
  }
  .upline-products .product--dp .product__format_hide_mobile,
.upline-products .product--dp .product__type_hide_mobile {
    display: none;
  }
  .upline-products .product--dp .product__title {
    font-size: 14px;
  }
  .upline-products .product--dp .product__price {
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .upline-products .product--dp .product__priceCurrency {
    font-weight: 400;
    font-size: 12px;
    color: #9A9A9A;
  }
  .upline-products .product--dp .product__options {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    color: #000;
  }
  .upline-products .product--dp .product__quantity_type_relative {
    top: 0;
  }
}
@media screen and (max-width: 426px) {
  .upline-products .product__type {
    padding-top: 16px;
    font-size: 12px;
  }
  .upline-products .product__title {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.2;
  }
  .upline-products .product__price {
    padding: 16px 0 8px;
    font-weight: 600;
    font-size: 14px;
  }
  .upline-products .product__priceCurrency {
    color: #9A9A9A;
    font-weight: 400;
    font-size: 12px;
  }
  .upline-products .product__quantity {
    max-width: 90px;
    min-width: unset;
  }
  .upline-products .product__basketBtn {
    padding: 10px;
    width: 37px;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section/goods_soput/product.css?16854365657019*/
.products {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.1s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.products--dp {
  padding: 0 0 0 30%;
}
.products--hide {
  opacity: 0;
}

.product {
  width: 100%;
  max-width: 25%;
  min-width: 180px;
  padding: 0 15px 15px 15px;
  white-space: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.product__inner {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product__thumbnail {
  width: 100%;
  height: 180px;
  text-decoration: none;
  border: solid 2px var(--primaryColor-200);
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s ease-out;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__type {
  width: 100%;
  max-width: 292px;
  padding: 15px 0 0 0;
  color: var(--primaryColor-500);
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
}
.product__title {
  width: 100%;
  max-width: 292px;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
.product__format {
  width: 100%;
  max-width: 292px;
  padding: 5px 0 10px 0;
  font-size: 18px;
  color: var(--primaryColor-500);
  flex: 1 0 auto;
}
.product__price {
  width: 100%;
  max-width: 292px;
  padding: 5px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.product__priceValue {
  font-size: 20px;
  padding: 0 4px 0 10px;
}
.product__priceCurrency {
  font-size: 20px;
}
.product__price--old {
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-decoration: line-through;
  color: #949494;
}
.product__price--old .product__priceCurrency {
  font-size: 15px;
}
.product__controls {
  width: 100%;
  margin: 10px 0 15px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  flex-grow: 0;
}
.product__quantity {
  right: 0;
  top: -49px;
  width: 100%;
  max-width: 50%;
  min-width: 110px;
  vertical-align: top;
  display: inline-block;
  position: absolute;
}
.product__quantityBtn {
  top: 0;
  width: 32px;
  height: 32px;
  border: solid 2px var(--primaryColor-250);
  color: var(--primaryColor-900);
  font-family: Arial, sans-serif;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.product__quantityBtn--decrement {
  left: 0;
}
.product__quantityBtn--decrement::before {
  content: "-";
  top: -4px;
  left: 10px;
  font-size: 28px;
  position: absolute;
  display: block;
}
.product__quantityBtn--increment {
  right: 0;
}
.product__quantityBtn--increment::before {
  content: "+";
  top: 3px;
  left: 9px;
  font-size: 20px;
  position: absolute;
  display: block;
}
.product__quantityBtn:hover {
  background-color: var(--primaryColor-100);
  border-color: var(--primaryColor-300);
}
.product__quantityBtn:active {
  transform: translateY(2px);
}
.product__quantityValue {
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 32px;
  outline: 0;
  border: 0;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  text-align: center;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  animation-fill-mode: both;
  animation-duration: 0.75s;
  animation-name: fadeIn;
}
.product__detailsBtn {
  width: 100%;
  max-width: 45%;
  padding: 8px;
  line-height: 24px;
}
.product__basketBtn {
  width: 100%;
  max-width: 50%;
  margin-left: 5%;
  padding: 8px;
  line-height: 24px;
  float: right;
}
.product__basketBtnText {
  padding: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
}
.product__basketIcon {
  width: 26px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  fill: none;
}
.product__basketIcon path {
  fill: var(--primaryColor);
}
.product--carousel {
  max-width: 23.46%;
  margin: 0 2% 0 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.product--dp {
  max-width: 33.33333%;
  margin-bottom: 30px;
  flex: 0 0 33.33333%;
}
.product--hidden {
  display: none;
}

@media (min-width: 1024px) {
  .product__thumbnail:hover {
    border-color: var(--primaryColor-300);
  }
  .product__thumbnail:active {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .products::after {
    content: "";
    flex: auto;
  }
}
@media (max-width: 1024px) {
  .product {
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .product--dp {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .product--carousel {
    width: 32.3333333%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .products {
    margin-right: -8px;
    margin-left: -8px;
    text-align: center;
  }
  .products--dp {
    padding: 0;
    margin-bottom: 0;
  }
  .product {
    padding: 0 8px 24px 8px;
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .product__thumbnail {
    background-color: var(--primaryColor-50);
  }
  .product__format, .product__title {
    font-size: 16px;
  }
  .product__type {
    text-transform: lowercase;
  }
  .product__quantity {
    top: 5px;
    left: 0;
    right: auto;
  }
  .product__detailsBtn {
    display: none;
  }
  .product__basketBtn {
    width: 44px;
    border-color: var(--primaryColor-250);
    background-color: var(--primaryColor-50);
  }
  .product__basketBtnText {
    display: none;
  }
  .product__basketIcon path {
    fill: var(--primaryColor-500);
  }
  .product--dp {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .product--carousel {
    width: 48%;
    margin: 0 2.7% 0 0;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .product {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product__basketBtn {
    width: 35%;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
  }
  .product__basketIcon path {
    fill: var(--primaryColor);
  }
  .product__quantity {
    top: 0;
    max-width: 160px;
  }
  .product__quantityBtn {
    width: 42px;
    height: 42px;
  }
  .product__quantityBtn--decrement::before {
    top: 1px;
    left: 14px;
  }
  .product__quantityBtn--increment::before {
    top: 7px;
    left: 13px;
  }
  .product__quantityValue {
    height: 42px;
    line-height: 42px;
  }
  .product--carousel {
    width: 100%;
    margin: 0 1.5% 0 0;
    padding: 0;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineConsultation.css?16881209281641*/
.upline-consultation {
  padding: 76px 124px 73px;
  border-radius: 8px 11px 80px 9px;
}
.upline-consultation__title {
  font-size: 40px;
  font-weight: 500;
}
.upline-consultation__desc {
  display: grid;
  grid-gap: 15px;
  padding: 28px 0 26px 20px;
  font-size: 17px;
  line-height: 1.17;
}

@media (min-width: 768px) {
  .upline-consultation {
    min-height: 420px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 90% bottom;
    background-repeat: no-repeat;
    background-image: url("/local/templates/templ_main/ui/consultation/help.jpg");
  }
}
@media (max-width: 768px) {
  .upline-consultation {
    padding: 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url("/local/templates/templ_main/ui/consultation/help-sm.jpg");
    background-repeat: no-repeat;
    min-height: 532px;
  }
  .upline-consultation__title {
    font-size: 26px;
  }
  .upline-consultation__desc {
    padding: 20px 0 20px 16px;
    font-size: 16px;
  }
  .upline-consultation__btn {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .upline-consultation__title {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.15s;
    animation-name: slideUp;
  }
  .upline-consultation__desc {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.25s;
    animation-name: slideUp;
  }
  .upline-consultation__btn {
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-delay: 0.35s;
    animation-name: fadeIn;
  }
}

#consultation .upline-consultation {
	margin-bottom: 0;
}
/* End */
/* /local/templates/templ_main/jscss/lpKley.css?168543656518352 */
/* /local/templates/templ_main/components/bitrix/catalog.section/goods_soput/uplineProducts.css?16911417808467 */
/* /local/templates/templ_main/components/bitrix/catalog.section/goods_soput/product.css?16854365657019 */
/* /local/templates/templ_main/sections_inc/uplineConsultation.css?16881209281641 */
