@charset "UTF-8";
@font-face {
  font-family: "Let's Be Glyphs CYR";
  src: url("/public/fonts/LetsBeGlyphsCYR-Regular.ttf");
}
@font-face {
  font-family: "Gilroy";
  src: url("/public/fonts/Gilroy-Light.otf");
  font-style: normal;
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
}

:root {
  --main-blue: #3180d1;
  --main-light-blue: #00bfed;
  --main-text-color: black;
  --main-text-font-family: "Nunito";
  --max-app-size: 1440px;
  --max-content-size-15-padding: 1260px;
  --max-content-size: 1200px ;
}

a {
  text-decoration: none;
}

.main-gradient {
  background: linear-gradient(0.23deg, #F2F8FF 74.72%, #FFFFFF 99.29%);
}

.row {
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .row {
    margin: 0 -8px;
  }
}

.container-fluid,
.container {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .container-fluid,
  .container {
    padding: 0 8px;
  }
}

[class^=col] {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  [class^=col] {
    padding: 0 8px;
  }
}

.container-app {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-app {
    padding: 0 8px;
  }
}

.header-desktop {
  margin: 30px -12px 5px -12px;
}

.header-logo-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.header-logo-img {
  height: 90px;
}

.header-logo-col h4 a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 172.69%;
  /* or 33px */
  letter-spacing: 0.02em;
  color: #2B66A2;
}

.header-logo-col h4 {
  margin: 0;
  padding: 0;
}

.header-col2 {
  position: static;
  max-width: 870px;
}

.header-line1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-line1 ul {
  display: flex;
  flex-flow: row nowrap;
  flex: 0 1 776px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

.header-line1 ul li {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
}

.header-line1 ul li a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 210%;
  /* or 34px */
  text-decoration-line: none;
  color: #2A68A7;
}

select.lang {
  margin-left: 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #3277BD;
  border: none;
}

.header-line2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.header-line2 .head-srch {
  flex: 0 1 470px;
  margin-right: auto;
  position: relative;
}

.top-srch-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-bottom: 0.5px solid #3277BD;
  background: #E7E7E7;
  height: 36px;
  width: 36px;
}

.header-line2 .head-srch input {
  position: relative;
  width: 100%;
  padding-left: 11px;
  padding-right: 38px;
  height: 36px;
  border: none;
  border-bottom: 0.5px solid #3277BD;
  box-sizing: border-box;
  background: #F7F7F7;
  outline: none;
}

.header-line2 .head-srch input::-moz-placeholder {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  /* or 28px */
  color: #2A68A7;
}

.header-line2 .head-srch input::placeholder {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  /* or 28px */
  color: #2A68A7;
}

.header-address {
  display: flex;
  flex-flow: row nowrap;
  flex: 0 1 328px;
  justify-content: space-between;
}

.header-address .part2 {
  border-left: 1px solid #2A68A7;
  padding-left: 20px;
}

a.header-phone {
  flex: 0 0 190px;
  margin: 0;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #e83328;
}

.messangers-span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #CE3226;
}

.header-line3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-top: 5px;
}

.header-line3 span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  /* or 34px */
  margin-top: 4px;
  color: #2A68A7;
}

.announcement_div {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  text-align: justify;
  padding: 0.5rem;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  transition: all 0.5s;
  overflow: hidden;
}
.announcement_div.less {
  transition: all 0.5s;
}
.announcement_div .shadow-gradient {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .announcement_div {
    font-size: 14px;
    font-weight: normal;
  }
}

.back-coll {
  position: absolute;
  display: none;
  flex-flow: column nowrap;
  top: 30px;
  right: 90px;
  z-index: 5;
  width: 360px;
  height: 523px;
  padding: 40px 20px 20px 20px;
  background: #C7DEF8;
  transition: 1s;
}

.back-coll .close-cross {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.back-coll p {
  margin: 0;
  padding: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.07em;
  color: #000000;
}

.input-wrapper {
  position: relative;
  margin-top: 30px;
  padding: 0;
  box-sizing: border-box;
}

.input-wrapper span {
  position: absolute;
  top: 6px;
  left: 21px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
}

.call-input1 {
  padding-left: 20px;
  width: 100%;
  height: 50px;
  margin: 0px;
  background: #FFFFFF;
  border: 0.2px solid #2A68A7;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #285D94;
}

.call-textarea1 {
  width: 100%;
  height: 143px;
  padding-left: 20px;
  padding-top: 15px;
  background: #FFFFFF;
  border: 0.2px solid #2A68A7;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #285D94;
}

.call-input1.not-empty {
  padding-top: 14px;
}

.call-textarea1.not-empty {
  padding-top: 20px;
}

.back-coll button {
  width: 136px;
  height: 50px;
  align-self: center;
  margin-top: 37px;
  background: #FFFFFF;
  border: 0.5px solid #275991;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
}

.top-nav-container {
  position: relative;
  background: var(--main-blue);
  z-index: 3;
  /*max-width: 1200px;*/
}

.top-nav-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: stretch;
  height: 79px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.top-nav-item .item-a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: 79px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.top-nav-item .item-a .item-img {
  height: 38px;
  margin-top: 11px;
  margin-bottom: 8px;
}

.top-nav-item .item-a:hover {
  text-decoration: none;
}

.item-a.nonactive {
  opacity: 0.5;
}

.top-nav-item {
  overflow: hidden;
  position: relative;
}

.top-nav-item.hover {
  overflow: visible;
  position: static;
}

.top-nav-item.hover .top-cat-menu-container {
  max-height: 1000px;
}

.top-cat-menu-container {
  position: absolute;
  left: 0;
  top: 79px;
  z-index: 20;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-height: 0;
  padding-bottom: 48px;
  overflow: hidden;
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 30px 30px;
}

.backgound.show {
  background-color: #000000;
  position: fixed;
  top: 240px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}

.top-cat-sub-container {
  display: flex;
  flex-flow: row wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-top: 30px;
}

.top-cat-list {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  width: 200px;
  margin-right: 40px;
}

.top-cat-list li {
  margin-top: 11px;
}

.top-cat-list li.list-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.top-cat-list li.list-header a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0029em;
  color: #000000;
}

.list-header-img-li img {
  max-height: 64px;
}

.top-cat-list li a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.0029em;
  color: #000000;
}

.about-item p {
  text-align: justify;
  text-indent: 30px;
}

.about-item ul li {
  text-align: justify;
  margin-right: 50px;
}

.top-menu-texts {
  font-family: "Roboto", sans-serif;
  color: var(--main-text-color);
  font-size: 16px;
  font-weight: 400;
}

.top-menu-cat-btn {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 19px;
  font-weight: 400;
}

.top_navbar > div > ul > li > a {
  color: white !important;
}

.srch-img-main {
  position: absolute;
  top: 7px;
  left: 31px;
}

.cat-menu {
  position: absolute;
  top: 104%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  webkit-box-shadow: 6px 6px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px -10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}

.cat-menu .img-icon {
  width: 25px;
  height: 25px;
  margin-right: 17px;
}

.cat-menu .dropdown-item:hover {
  color: #045e9f;
}

.cat-menu > ul > li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  color: #045e9f;
  font-size: 19px;
  position: relative;
  padding-right: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.cat-menu .menu-arrow {
  position: absolute;
  right: 10px;
  top: 15px;
}

.cat-menu ul ul {
  display: none;
}

.cat-menu ul ul li {
  padding-left: 39px;
}

.cat-menu-lines {
  position: relative;
  top: -2px;
  padding-right: 9px;
}

.cat-menu a {
  font-size: 1.125em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #045e9f;
}

.cat-main {
  min-width: 20rem;
}

.cat-main {
  min-width: 20rem;
}

.cat-main-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cat-main-container {
    padding: 0 8px;
  }
}

.nav-mob-top-menu {
  webkit-box-shadow: 6px 6px 20px -10px rgba(38, 101, 175, 0.35);
  box-shadow: 6px 6px 20px -10px rgba(38, 101, 175, 0.35);
}

.header-prokat {
  letter-spacing: 1px;
  color: #00a0d0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  left: 5px;
  bottom: -6px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.l2_mod_num {
  width: 4rem;
  font-size: 1.4rem;
}

.l2_mod_header {
  background-color: #00c1fd;
  color: white;
}

.l2_mod_text1 {
  color: #8a8a8a;
  line-height: 1.3rem;
  font-size: 0.8rem;
}

.l2_mod_text2 {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.l2-cat-card-header {
  padding: 5px 2px;
  line-height: 1.3rem;
}

.bottom_shadow {
  position: absolute;
  bottom: 22px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF 90%);
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}

.breadcrumb-line {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-line {
    margin-top: 16px;
  }
}

.breadcrumb {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
}

.breadcrumb-item {
  position: relative !important;
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active {
  position: relative;
  color: var(--main-blue);
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.0029em;
  color: #464646;
  text-transform: uppercase;
}

.breadcrumb-item a {
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .breadcrumb-item a {
    margin-left: 10px;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
@media screen and (max-width: 575px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1rem;
  color: #464646;
  content: url("/public/svg/arrow-breadcrumb.svg");
}

.breadcrumb_arrow {
  height: 8px;
  position: absolute;
  top: 6px;
  left: -10px;
}

.breadcrumb-long-text-mobile {
  display: none;
}
@media screen and (max-width: 899px) {
  .breadcrumb-long-text-mobile {
    display: block;
  }
}

.breadcrumb-std-desctop {
  display: block;
}
@media screen and (max-width: 899px) {
  .breadcrumb-std-desctop {
    display: none;
  }
}

.h1-listing {
  margin-top: 30px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .h1-listing {
    margin-top: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h1-listing {
    line-height: 30px;
  }
}

.main-page-text {
  font-family: var(--main-text-font-family);
  color: var(--main-text-color);
}

.main-page-text-hshow {
  height: 100px;
  overflow: hidden;
  transition-property: height;
  transition-duration: 1s;
}

h1 {
  text-align: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 172.69%;
  /* or 48px */
  letter-spacing: 0.0029em;
  color: var(--main-text-color);
  padding: 0;
  margin: 0 auto;
}

h2,
h2.title {
  text-align: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 172.69%;
  /* or 48px */
  letter-spacing: 0.0029em;
  color: #000000;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h2,
  h2.title {
    font-size: 20px;
  }
}

h1.title {
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: var(--main-text-color);
}

.main-page-block1 {
  margin-bottom: 20px;
}

.main-page-block1 > * {
  margin: 12px 0 0 0;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 126%;
  text-align: justify;
  color: var(--main-text-color);
}
@media screen and (max-width: 576px) {
  .main-page-block1 > * {
    margin: 6px 0 0 0;
  }
}

.title {
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  padding: 0;
  margin: 0 0px;
  color: var(--main-text-color);
}

.title h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 172.69%;
  /* or 48px */
  letter-spacing: 0.0029em;
  color: var(--main-text-color);
}

.lm_cross {
  width: 18px;
  height: 18px;
  float: right;
}

.lm_o_c {
  -webkit-animation-name: lmOpenCssAnimaion;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}

.lm_o_c2 {
  -webkit-animation-name: lmOpenCssAnimaion2;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
}
#shadow {
  position: absolute;
  top: 153px;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: white;
  z-index: 2;
  opacity: 80%;
  display: none;
}

.footer-text, .footer-text a {
  color: white;
  font-weight: 100;
}

.footer-line {
  border-bottom: 1px solid #4982c4;
}

@media screen and (min-width: 767px) {
  .carousel-row {
    margin-top: 26px;
  }
}
.carousel-row #demo .carousel-inner {
  border-radius: 8px;
}

.carousel-indicators2 {
  white-space: nowrap;
  overflow-x: auto;
}

.carousel-indicators2 li {
  opacity: 0.5;
  background-color: #FFFFFF;
}

.carousel-indicators2 li img {
  width: 100px;
}

.carousel-indicators2 .active {
  opacity: 1;
}

.l3h1 {
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 22px;
}

.l3_table_header {
  color: white;
  font-size: 18px;
  line-height: 40px;
  background-color: #5A9DDC;
  border-radius: 10px 10px 0px 0px;
}

.l3_tarif_line {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 2px;
  color: black;
  font-family: "Nunito";
  font-weight: 300;
  font-size: 16px;
}

.l3_tarif_line_1 {
  width: 100%;
  background-color: #DDDFDF;
}

.l3_tarif_line_2 {
  width: 90%;
  background-color: rgba(221, 223, 223, 0.65);
}

.l3_tarif_line_3 {
  width: 76%;
  background-color: rgba(221, 223, 223, 0.5);
}

.l3_tarif_line_4 {
  width: 54%;
  background-color: rgba(221, 223, 223, 0.3);
}

.date-unstyled {
  position: relative;
  max-width: 94px;
  color: #D82525;
}

.date-unstyled-from:before {
  content: "с";
  position: absolute;
  top: 0px;
  left: -22px;
  background-color: white;
  width: 18px;
  text-align: center;
  color: black;
}

.date-unstyled-from {
  margin-left: 17px;
  border-color: #94BBE6;
  border-width: 1px;
  border-style: solid;
}

.date-unstyled-to {
  margin-left: 30px;
  border-color: #94BBE6;
  border-width: 1px;
  border-style: solid;
}

.date-unstyled-to:before {
  content: "по";
  position: absolute;
  top: 0px;
  left: -24px;
  background-color: white;
  width: 18px;
  text-align: center;
  color: black;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
/* change color of symbol on hover */
.date-unstyled:hover:after {
  color: #bf1400;
}

.date-unstyled::-webkit-inner-spin-button {
  position: absolute;
  display: none;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
.date-unstyled::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

.mobile-header-row {
  background-color: #3180D1;
  padding: 10px 0;
  position: relative;
  z-index: 4;
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.top-header-mobile {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.mobile-header-row .mobile-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.mobile-header button {
  padding: 0;
  border: none;
  background: none;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}

.mobile-header .menu1-open {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.mobile-header .lang-choice-container {
  position: absolute;
  top: 34px;
  right: 32px;
  max-height: 0px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  background: #F7F7F7;
  border-radius: 0 0 3px 3px;
  transition: all 0.7s;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
}

.mobile-header .lang-choice-container.show {
  max-height: 110px;
}

.mobile-header .lang-choice-container a {
  margin-top: 8px;
  width: 70px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #9D9D9D;
}

.mobile-header .lang-choice-container a:last-child {
  margin-bottom: 8px;
}

.lang-open-btn-desctop {
  position: relative;
  background: none;
  border: none;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #3277BD;
}

.lang-open-btn-desctop img {
  margin-top: 5px;
  margin-left: 6px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.lang-open-btn-desctop img.show {
  margin-top: 5px;
  margin-left: 6px;
  transform: rotate(0deg);
}

.header-desktop .lang-choice-container {
  position: absolute;
  top: 22px;
  right: 0px;
  max-height: 0px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  background: #F7F7F7;
  border-radius: 0 0 3px 3px;
  transition: all 0.7s;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
}

.header-desktop .lang-choice-container.show {
  max-height: 110px;
}

.header-desktop .lang-choice-container a {
  margin-top: 8px;
  width: 70px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #9D9D9D;
}

.header-desktop .lang-choice-container a:last-child {
  margin-bottom: 8px;
}

.more-sign {
  margin-left: 8px;
  margin-top: 3px;
  width: 10px;
  height: 10px;
  background-image: url("/public/svg/arrow_top_menu1.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.mobile-header button img {
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.7s;
}

.mobile-header button img.show {
  transform: rotate(180deg);
}

.mobile-header .lang-open {
  margin-right: 20px;
  transition: all 0.7s;
}

.mobile-header .menu1-open {
  margin-left: 18px;
  font-weight: 300;
}

.menu1-open.active .more-sign {
  margin-top: 0px;
  width: 12px;
  height: 12px;
  background-image: url("/public/svg/cross_1.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.hamburger-lines2 {
  align-self: center;
  flex: 0 0 18px;
  height: 9px;
  width: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}

.hamburger-lines2 .line {
  display: block;
  height: 1px;
  width: 100%;
  border-radius: 5px;
  background: white;
  position: relative;
}

.hamburger-lines2 .line1 {
  transform-origin: 14% 0%;
  transition: transform 0.4s ease-in-out;
  position: relative;
}

.hamburger-lines2 .line2 {
  width: 12px;
  transition: transform 0.4s ease-in-out;
  position: relative;
}

.hamburger-lines2 .line3 {
  transform-origin: 15% 100%;
  transition: transform 0.4s ease-in-out;
  position: relative;
}

.hamburger-lines2.active .line.line1 {
  transform: rotate(45deg);
}

.hamburger-lines2.active .line.line2 {
  opacity: 0;
}

.hamburger-lines2.active .line.line3 {
  transform: rotate(-45deg);
}

.main-h1-text-block {
  overflow: hidden;
}

a.button-more {
  display: inline-block;
  width: 125px;
  height: 39px;
  padding: 5px 0;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  text-align: center;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3180D1;
  transition: all 0.4s;
}
a.button-more:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .top_navbar {
    background-color: #025d9f !important;
  }
  .top_navbar2 {
    background-color: #FFF !important;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .col* {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "" !important;
  }
  .breadcrumb-item::before {
    content: "";
  }
  .main-page-text {
    padding: 0 12px;
  }
  *[class*=col-] {
    padding: 0 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) and (max-width: 767px) {
  *[class*=col-] {
    padding: 0 8px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .header-col2 {
    flex: 0 0;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse2 {
    background-color: #FA0;
  }
  .header-desktop {
    align-items: center;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0 6px;
  }
  .header-line3 {
    margin-top: 0;
  }
  .header-logo-img {
    height: 40px;
  }
  .mobile-phone {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-phone img,
  .google-map-pointer img,
  .call-back-pointer img {
    padding: 5px 11px;
    margin: 10px 0;
    height: 45px;
  }
  .mobile-phone img {
    padding-right: 0px;
  }
  .header-line1 ul {
    position: absolute;
    flex-grow: 1;
    top: 42px;
    left: -100%;
    width: -moz-max-content;
    width: max-content;
    background-color: white;
    flex-flow: column nowrap;
    z-index: 3;
    border-top: 0.2px solid #D0DFE3;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    transition: 0.7s;
  }
  .header-line1 ul.show {
    left: 0;
  }
  .header-line1 ul li {
    margin: 0px 0px;
    border-top: 0.2px solid #D0DFE3;
    width: auto;
  }
  .header-line1 ul li a {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
  }
  .header-line1 ul li a img {
    margin-left: 30px;
  }
  .header-line1 ul li:first-child {
    margin-top: 10px;
    border-top: none;
  }
  .back-coll {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .mobile-topmenu-container {
    margin: 5px 0px 20px;
    display: flex;
    flex-flow: column nowrap;
  }
  .mobile-menu-line1 {
    display: flex;
    flex-flow: row nowrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile-menu-line1 .col1 {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 0 178px;
    align-items: center;
    height: 50px;
    background: #3180D1;
    border: 1px solid #3180D1;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
  }
  .mobile-menu-line1 .cat-text {
    margin-left: 16px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  .mobile-menu-line1 .col2 {
    display: flex;
    place-content: center center;
    flex: 1 0 178px;
    position: relative;
    border: 1px solid #3180D1;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
  }
  .mobile-menu-line1 .col2 input {
    box-sizing: border-box;
    border: none;
    border-radius: 0 5px 5px 0;
    padding-left: 48px;
    width: 100%;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3180D1;
  }
  .mobile-menu-line1 .col2 input::-moz-placeholder {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3180D1;
  }
  .mobile-menu-line1 .col2 input::placeholder {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3180D1;
  }
  .mobile-menu-line1 .srch-btn {
    position: absolute;
    padding: 10px;
    top: 0px;
    left: 7px;
    border: none;
    background: transparent;
  }
  .mobile-menu-line1 .srch-icon {
    width: 15px;
    height: 15px;
  }
  .mobile-menu-list {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100vw;
    position: absolute;
    top: 167px;
    left: 0;
    transition: all 0.5s;
    background: white;
    z-index: 5;
  }
  .mobile-menu-list.left {
    left: -100%;
  }
  .mobile-menu-list.right {
    left: 100%;
  }
  .nav-item-mobile {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: center;
    padding: 0 15px;
    height: 65px;
    border-bottom: 0.5px solid #D0DFE3;
  }
  .nav-item-mobile a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: center;
    padding: 0;
    height: 65px;
    width: 100%;
    text-decoration: none;
    border-bottom: 0.5px solid #D0DFE3;
  }
  .nav-item-mobile .icon {
    width: 50px;
    height: 50px;
  }
  .nav-item-mobile .razdel-text {
    margin-left: 15px;
    flex-grow: 1;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
  }
  .nav-item-mobile .arrow {
    margin-right: 7px;
  }
  .nav-item-mobile .arrow-back {
    transform: scale(-1, 1);
  }
  #demo {
    margin: 0;
  }
  #demo .carousel-inner {
    border-radius: 8px;
  }
  .main-page-block1 {
    margin-bottom: 14px;
  }
  .main-page-block1 h1.title {
    font-size: 20px;
  }
  .main-page-block1 p {
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    line-height: 22px;
  }
  .main-h1-section .main-h1-text-block *:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-container {
    position: sticky;
    top: 0;
    overflow-y: auto;
    height: 100vh;
  }
  .navbar-container .navbar {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
  }
  .navbar-container .navbar-collapse {
    align-items: flex-start;
  }
  .navbar-container .nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .navbar-container .navbar-nav {
    flex-direction: column !important;
  }
  .nav-item {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-desktop {
    margin-top: 0;
    align-items: center;
    justify-content: center;
  }
  .header-desktop .header-logo-col {
    flex-grow: 0;
  }
  .header-desktop .header-col2 {
    flex-basis: 100%;
  }
  .top-nav-item .item-a {
    font-size: 10px;
  }
  .backgound.show {
    top: 324px;
  }
}
@media screen and (min-width: 1000px) {
  .home-cards {
    position: absolute;
    bottom: 20px;
    right: 25%;
  }
}
.general-wrapper {
  overflow: hidden;
  position: relative;
}

.cat-header-container {
  display: flex;
  flex-flow: row nowrap;
  max-height: 320px;
  background: #F3F9FF;
}
@media screen and (max-width: 899px) {
  .cat-header-container {
    flex-flow: column nowrap;
    max-height: none;
  }
}

.cat-header_picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .cat-header_picture {
    width: 100%;
  }
}

.cat-header_picture img {
  width: 100%;
  min-width: 720px;
}
@media screen and (max-width: 899px) {
  .cat-header_picture img {
    min-width: unset;
  }
}
@media screen and (max-width: 390px) {
  .cat-header_picture img {
    height: 170px;
    width: auto;
  }
}

.cat-header_text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-left: 3.2%;
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 899px) {
  .cat-header_text {
    width: 100%;
    max-width: none;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.cat-header_text h1 {
  margin: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 499px) {
  .cat-header_text h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.cat-header_text p {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}
@media screen and (max-width: 1220px) {
  .cat-header_text p {
    padding-right: 12px;
  }
}
@media screen and (max-width: 899px) {
  .cat-header_text p {
    padding-right: 0px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 499px) {
  .cat-header_text p {
    font-size: 14px;
    line-height: 19px;
  }
}

.content-container {
  min-height: 470px;
}

.cat-content-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.cat-content-container .listing-end-results {
  margin: 0 auto;
}

.l2-results-count {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.0029em;
  color: #3E3E3E;
}

.mobile-next-level_menu-container {
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 8px;
  scroll-behavior: smooth;
  gap: 7px;
  width: 100%;
}
.mobile-next-level_menu-container .row-n {
  display: flex;
  flex-flow: row nowrap;
  gap: 7px;
}
.mobile-next-level_menu-container a, .mobile-next-level_menu-container a:active, .mobile-next-level_menu-container a:visited {
  box-sizing: border-box;
  height: 37px;
  border: 1px solid #93A5D5;
  border-radius: 6px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
}
.mobile-next-level_menu-container a span, .mobile-next-level_menu-container a:active span, .mobile-next-level_menu-container a:visited span {
  width: -moz-max-content;
  width: max-content;
  margin: 0 10px 0 10px;
}

.mobile-next-level_menu-container::-webkit-scrollbar {
  display: none;
}

.mobile-next-level_menu-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  text-align: center;
  background: white;
  border: 1px solid transparent;
  box-shadow: 0 0 15px skyblue;
  margin: 5px auto;
}

.top-card {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 300px;
  align-items: center;
  width: 300px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  color: var(--main-text-color);
}

.top-card img {
  height: 245px;
  width: 245px;
  margin: 0 auto;
}

.top-card-title {
  margin: 20px 0 0 0;
  width: 250px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.0029em;
}

.top-card-text {
  margin-top: 14px;
  margin-bottom: 30px;
  width: 250px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.0029em;
}
@media screen and (max-width: 440px) {
  .top-card-text {
    font-size: 16px;
  }
}

.top-card-btn-div {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 125px;
  height: 40px;
  background: #3180D1;
}

.top-card-btn-div a,
.top-card-btn-div a:visited {
  display: block;
  padding: 6px 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 440px) {
  .top-card {
    box-sizing: content-box;
    padding: 0 calc((100% - 300px) / 2);
  }
}
.nav-left {
  width: 285px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.nav-left_sub-razdel_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
}
.nav-left_sub-razdel_ul > li {
  padding: 25px 15px;
  display: flex;
  flex-flow: column nowrap;
  border-bottom: 1px solid #DAEBFF;
}
.nav-left_sub-razdel_ul .nav-left_arrow-btn {
  transition: all 0.7s;
}
.nav-left_sub-razdel_ul .nav-left_arrow-btn.show {
  transform: rotate(180deg);
}
.nav-left_sub-razdel_ul button {
  display: flex;
  background: none;
  border: none;
}
.nav-left_sub-razdel_ul .sub-razdel-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav-left_sub-razdel_ul > li > .sub-razdel-row > a {
  margin-right: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
}

.nav-left_sub-razdel_ul .cat-row {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  max-height: 0;
  margin: 0 0 0 7px;
  padding: 0;
  overflow-y: auto;
  transition: all 1s;
}
.nav-left_sub-razdel_ul .cat-row.show {
  padding-top: 8px;
  max-height: 400px;
  transition: all 1s;
}
.nav-left_sub-razdel_ul .cat-row li {
  margin: 10px 0;
}
.nav-left_sub-razdel_ul .cat-row li a {
  display: flex;
  flex-flow: row nowrap;
}
.nav-left_sub-razdel_ul .cat-row .nl-cat-radio {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border: 0.5px solid #000000;
  border-radius: 5px;
}
.nav-left_sub-razdel_ul .cat-row .nl-cat-radio.current {
  background-image: url("/public/svg/nav-left-radio-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.nav-left_sub-razdel_ul .cat-row .nl-cat-text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.l2-cards-container {
  display: flex;
  flex-flow: row wrap;
  gap: 18px;
  justify-content: flex-start;
  padding-left: 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l2-cards-container {
    padding-left: 0px;
    justify-content: space-around;
    gap: 0px;
  }
}

.l2karn-card_container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 285px;
  padding: 12px 0px;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l2karn-card_container {
    width: 183px;
    padding: 9px 0px;
    margin-bottom: 20px;
  }
}
.l2karn-card_container .l2heart {
  width: 20px;
  position: absolute;
  top: 16px;
  right: 13px;
}
.l2karn-card_container .l2karn-card_img-a-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  text-decoration: none;
}
.l2karn-card_container .l2karn-card_img-a-container .l2karn-card_img {
  height: 283px;
  align-self: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l2karn-card_container .l2karn-card_img-a-container .l2karn-card_img {
    height: 180px;
    margin-bottom: 5px;
  }
}
.l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-2 {
  width: 100%;
  padding: 0 10px;
}
.l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-2 span {
  text-align: left;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-2 span {
    display: block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 6px;
  }
}
.l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-3 {
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #CB4F47;
}
@media screen and (max-width: 767px) {
  .l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-3 {
    margin-top: 6px;
    font-size: 13px;
  }
}
.l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #696969;
}
@media screen and (max-width: 767px) {
  .l2karn-card_container .l2karn-card_img-a-container .l2karn-card_line-4 {
    margin-top: 6px;
    font-size: 11px;
  }
}

.l2-card_container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 285px;
  padding: 12px 8px;
  background: #FFFFFF;
  border: 0.3px solid #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l2-card_container {
    border: none;
    width: 183px;
    padding: 9px 8px 12px 8px;
    margin-bottom: 20px;
  }
}
.l2-card_container .office-available {
  position: absolute;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
}
.l2-card_container .office-available.off1 {
  top: 150px;
  right: 6px;
  background-color: #7BC600;
}
.l2-card_container .office-available.off2 {
  top: 171px;
  right: 6px;
  background-color: #F8E255;
}

.l2-card_img-container,
.l2-card_img-container:hover {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
}

.l2-card_header {
  margin: 14px 2px 0 10px;
  align-self: start;
  width: 100%;
  overflow: hidden;
  height: 46px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l2-card_header {
    height: 40px;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
  }
}

.l2-card_img {
  margin: 14px auto;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .l2-card_img {
    margin: 12px auto;
    width: 150px;
    height: 150px;
  }
}

.l2-card_line-2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 17px;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .l2-card_line-2 {
    display: none;
  }
}
.l2-card_line-2 > .l2-col1, .l2-card_line-2 > .l2-col2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
}
.l2-card_line-2 > .l2-col2 {
  padding-right: 4px;
}

.l2-card_line-2_mobile {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.l2-card_line-3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 2px;
  padding-right: 3px;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .l2-card_line-3 {
    display: none;
  }
}
.l2-card_line-3 > .l2-col3 {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 2px;
}
.l2-card_line-3 > .l2-col3 > .day {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.l2-card_line-3 > .l2-col3 > .total {
  margin-top: 2px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
}

.l2-card_input-form {
  position: relative;
}
.l2-card_input-form > .arrow-up, .l2-card_input-form > .arrow-down {
  background: transparent;
  border: none;
  position: absolute;
}
.l2-card_input-form > .arrow-up {
  top: -2px;
  right: 3px;
}
.l2-card_input-form > .arrow-down {
  bottom: 0;
  right: 3px;
  transform: rotate(180deg);
}

.l2-card_number-input {
  width: 87px;
  height: 53px;
  padding-right: 32px;
  background: #FFFDFD;
  border: 0.2px solid rgba(61, 149, 176, 0.45);
  border-radius: 2px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #696969;
}

.l2-card_number-input::-webkit-outer-spin-button,
.l2-card_number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.l2-card_number-input[type=number] {
  -moz-appearance: textfield;
}

.l2-card_line-4-a,
.l2-card_line-4-a:hover,
.l2-card_line-4-a:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  width: 262px;
  height: 41px;
  align-self: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  background: #3180d1;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .l2-card_line-4-a .l2-card_btn-desctop,
  .l2-card_line-4-a:hover .l2-card_btn-desctop,
  .l2-card_line-4-a:visited .l2-card_btn-desctop {
    display: none;
  }
}
.l2-card_line-4-a .l2-card_btn-mobile,
.l2-card_line-4-a:hover .l2-card_btn-mobile,
.l2-card_line-4-a:visited .l2-card_btn-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .l2-card_line-4-a .l2-card_btn-mobile,
  .l2-card_line-4-a:hover .l2-card_btn-mobile,
  .l2-card_line-4-a:visited .l2-card_btn-mobile {
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l2-card_line-4-a,
  .l2-card_line-4-a:hover,
  .l2-card_line-4-a:visited {
    width: 146px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 172.69%;
    text-transform: unset;
    text-align: center;
    letter-spacing: 0.0029em;
    color: #FFFFFF;
    border-radius: 8px;
  }
}

.faforite-section {
  margin-top: 59px;
  background: rgba(202, 222, 243, 0.46);
}
@media screen and (max-width: 768px) {
  .faforite-section {
    margin-top: 30px;
  }
}

.favorite-tovar-header {
  margin-top: 50px;
  margin-bottom: 37px;
}
@media screen and (max-width: 440px) {
  .favorite-tovar-header {
    margin-top: 28px;
    margin-bottom: 33px;
  }
}

.top-card-container-col12 {
  position: relative;
}

.top-card-container {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: scroll;
  padding: 0;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.top-card-container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.top-card-container .top-card:last-child {
  margin-right: 0;
}

.top-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 104px;
  background-color: #3180D1;
  border-radius: 50%;
  border: none;
  color: #3180D1;
}

.top-card-arrow.left {
  left: -40px;
}

.top-card-arrow.right {
  right: -40px;
}

@media screen and (max-width: 1299px) {
  .top-card-arrow.left {
    left: 0px;
  }
  .top-card-arrow.right {
    right: 0px;
  }
}
.age-breackdown-section {
  padding-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  .age-breackdown-section {
    padding-top: 28px;
  }
}

.age-breackdown-section h2 {
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  /* or 48px */
  text-align: center;
  letter-spacing: 0.0029em;
  color: var(--main-text-color);
}
@media screen and (max-width: 440px) {
  .age-breackdown-section h2 {
    font-size: 20px;
    max-width: 330px;
  }
}

.age-filters-container {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 50px;
}
@media screen and (max-width: 440px) {
  .age-filters-container {
    margin-top: 27px;
    padding: 0 40px;
    gap: 45px;
  }
}

.age-filter,
.age-filter:hover,
.age-filter:visited {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-decoration: none;
  width: 142px;
}
@media screen and (max-width: 440px) {
  .age-filter,
  .age-filter:hover,
  .age-filter:visited {
    width: 114px;
  }
}

.age-filter_age-circle {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 172.69%;
  /* or 48px */
  letter-spacing: 0.0029em;
  color: #FFFFFF;
  border-radius: 50%;
  background: #ff0016;
}
@media screen and (max-width: 440px) {
  .age-filter_age-circle {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}

.age-filter_agetext {
  margin-top: 30px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 172.69%;
  /* or 35px */
  text-align: center;
  letter-spacing: 0.0029em;
  color: var(--main-text-color);
}
@media screen and (max-width: 440px) {
  .age-filter_agetext {
    margin-top: 13px;
    font-weight: 400;
    font-size: 16px;
  }
}

.age-filter_bottom-border {
  margin-top: 35px;
  height: 72px;
  width: 100%;
  background: url("/public/svg/wave2.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto;
}
@media screen and (max-width: 440px) {
  .age-filter_bottom-border {
    background-position-x: -8px;
  }
}

.produser-section {
  background-color: #E7F0FA;
  padding: 59px 0 40px 0;
}

.producer-container {
  display: flex;
  flex-flow: column nowrap;
}

.producer-container h2 {
  margin-bottom: 8px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 172.69%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 440px) {
  .producer-container h2 {
    font-size: 20px;
    margin-bottom: 31px;
  }
}

.producer-container .description {
  margin-bottom: 52px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.0029em;
  color: #000000;
}

.producer-card-container {
  padding-left: 19px;
  padding-bottom: 55px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  gap: 34px;
  height: 445px;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 440px) {
  .producer-card-container {
    height: 335px;
    padding-bottom: 25px;
    gap: 19px;
  }
}

.producer-card-container::-webkit-scrollbar {
  height: 6px;
  background: white;
  border-radius: 50px;
}

.producer-card-container::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #436DBD;
}

.producer-card,
.producer-card:visited {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 170px;
  height: 170px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 0 50% 50%;
  text-decoration: none;
}
@media screen and (max-width: 440px) {
  .producer-card,
  .producer-card:visited {
    width: 140px;
    height: 140px;
  }
}

.producer-card img {
  max-width: 100%;
}

.producer-card span {
  position: absolute;
  top: 16px;
  left: 16px;
  align-self: flex-start;
  text-align: left;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 172.69%;
  letter-spacing: 0.1em;
  color: #BABABA;
}
@media screen and (max-width: 440px) {
  .producer-card span {
    top: 8px;
    left: 5px;
  }
}

.review-section {
  background-color: #3180D1;
}

.review-section .container-app {
  background-image: url("/public/svg/toys_back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 440px) {
  .review-section .container-app {
    background-image: url("/public/svg/toys_back_mobile.svg");
    background-position: 30px 100px;
  }
}

.review-section h2 {
  margin-top: 60px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  color: #FFFFFF;
  line-height: 100%;
}
@media screen and (max-width: 440px) {
  .review-section h2 {
    margin-top: 27px;
    font-size: 20px;
  }
}

.review-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.review-container .description {
  margin-top: 23px;
  margin-bottom: 20px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}
@media screen and (max-width: 440px) {
  .review-container .description {
    font-size: 16px;
  }
}

.review-slider-container {
  margin-right: 18%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1070px) {
  .review-slider-container {
    margin: 0;
  }
}

.review-item {
  display: none;
}

.review-item.current {
  display: flex;
}

.review-item {
  flex-flow: row nowrap;
  position: relative;
  transition: all 1s;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .review-item {
    flex-flow: column nowrap;
  }
}

.review-item.current.right {
  right: 0;
}

.review-item.current.left {
  left: 0;
}

.review-item.next.right {
  display: flex;
  position: absolute;
  right: -110%;
  transition: all 1s;
}

.review-item.next.left {
  display: flex;
  position: absolute;
  left: -110%;
  transition: all 1s;
}

.review-item > img {
  height: 170px;
  width: 170px;
  margin-right: 47px;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .review-item > img {
    margin: 0 0 46px 0;
  }
}
@media screen and (max-width: 440px) {
  .review-item > img {
    width: 150px;
    height: 150px;
  }
}

.review-item .message-box {
  position: relative;
  padding: 11px 41px 20px 52px;
  width: 657px;
  background: #FFFFFF;
  border-radius: 30px;
}
.review-item .message-box:after {
  position: absolute;
  display: block;
  content: "";
  background: white;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  left: -20px;
  top: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .review-item .message-box {
    width: 100%;
  }
  .review-item .message-box:after {
    left: calc(50% - 20px);
    top: -20px;
  }
}
.review-item .message-text {
  padding: 0px;
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.0029em;
  color: #3180D1;
}

.review-item .review-line {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.message-box .review-line .name {
  margin-right: 18px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.0029em;
  color: #656565;
}

.star {
  margin-right: 5px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url("/public/svg/star-review.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.review-container .pages {
  margin-top: 45px;
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
  margin-bottom: 105px;
}
@media screen and (max-width: 440px) {
  .review-container .pages {
    margin-bottom: 40px;
  }
}

.review-container .page {
  width: 15px;
  height: 15px;
  border: 1.5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
}

.review-container .page.active {
  background-color: #FFFFFF;
}

.insta-section {
  width: 100%;
  background-color: #BFD24A;
}

.conainer-insta {
  position: relative;
  display: grid;
  grid-template-areas: "title a_pic" "text a_pic" "button a_pic";
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 61px 12px 61px 12px;
}
@media all and (max-width: 1000px) {
  .conainer-insta {
    grid-template-areas: "title" "a_pic" "text" "button";
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 24px 0 29px 0;
  }
}

.conainer-insta > * {
  position: relative;
  z-index: 2;
}

.insta-back {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  width: 800px;
}
@media all and (max-width: 1000px) {
  .insta-back {
    display: none;
  }
}

.insta-back2 {
  display: none;
  position: absolute;
  width: 352px;
  bottom: 0px;
  left: 17px;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  .insta-back2 {
    display: block;
  }
}

.insta_title {
  grid-area: title;
  padding-top: 70px;
  padding-left: 37px;
  font-family: "Let's Be Glyphs CYR";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 172.69%;
  /* or 48px */
  letter-spacing: 0.0029em;
  color: #000000;
}
@media all and (max-width: 1000px) {
  .insta_title {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
}

.insta_text {
  grid-area: text;
  padding: 33px 30px 0 37px;
  font-family: var(--main-text-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 172.69%;
  /* or 35px */
  letter-spacing: 0.0029em;
  color: #000000;
}
@media all and (max-width: 1000px) {
  .insta_text {
    text-align: left;
    padding: 50px 80px 0px 45px;
    font-weight: 400;
    font-size: 16px;
  }
}

.insta_button,
.insta_button:visited,
.insta_button:active {
  grid-area: button;
  width: 193px;
  height: 55px;
  padding-top: 13px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 172.69%;
  /* or 31px */
  text-align: center;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  background: #E54428;
  text-decoration: none;
  justify-self: center;
  margin-left: 27px;
  margin-top: 17px;
}
@media all and (max-width: 1000px) {
  .insta_button,
  .insta_button:visited,
  .insta_button:active {
    padding-top: 8px;
    font-size: 16px;
    width: 171px;
    height: 39px;
    margin-left: 0px;
    margin-top: 17px;
  }
}

.insta_a_pic {
  grid-area: a_pic;
  justify-self: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 16px 0;
  width: 596px;
  height: 394px;
  background-color: white;
}
@media all and (max-width: 1000px) {
  .insta_a_pic {
    width: auto;
    max-width: 400px;
    gap: 5px;
    margin: 22px 12px 0 12px;
    padding: 0;
    justify-self: center;
    height: 253px;
  }
}
@media all and (max-width: 340px) {
  .insta_a_pic {
    width: auto;
    max-width: none;
    gap: 0px;
    margin: 5px 12px 0 5px;
  }
}

.insta_a_pic .insta-photo {
  width: 150px;
  height: 150px;
}
@media all and (max-width: 1000px) {
  .insta_a_pic .insta-photo {
    width: 100px;
    height: 100px;
  }
}

:root {
  --footer-font-size: 18px;
}

.footer {
  padding-top: 30px;
  background-color: var(--main-blue);
  font-family: var(--main-text-font-family);
}
@media all and (max-width: 767px) {
  .footer {
    padding-top: 13px;
  }
}

.footer-container {
  position: relative;
}

.footer-back-img {
  position: absolute;
  top: -30px;
  left: 0;
}
@media all and (max-width: 1000px) {
  .footer-back-img {
    display: none;
  }
}

.footer-logo-img {
  width: 189px;
}
@media all and (max-width: 767px) {
  .footer-logo-img {
    width: 125px;
  }
}

.footer-map,
.footer-map:active,
.footer-map:visited {
  font-style: normal;
  font-weight: 200;
  font-size: var(--footer-font-size);
  line-height: 27px;
  text-decoration: none;
  color: #FFFFFF;
  margin-left: 11%;
}
@media all and (max-width: 767px) {
  .footer-map,
  .footer-map:active,
  .footer-map:visited {
    margin-left: 0;
  }
}

.footer-map img {
  margin-right: 22px;
}

.subscribe-form {
  display: flex;
  flex-flow: column nowrap;
}

.subscribe-form label {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.subscribe-form input {
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid #FFFFFF;
}

.footer-email {
  outline: none;
  color: #FFFFFF;
}

.footer-line {
  display: flex;
  flex-flow: row nowrap;
}

.footer-email::-moz-placeholder {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}

.footer-email::placeholder {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}

.footer-email-btn,
.footer-email-btn:active,
.footer-email-btn:hover {
  width: 191px;
  height: 47px;
  border: none;
  background: none;
  background-color: #FFFFFF;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.0029em;
  color: #3180D1;
}

.footer-column,
.footer-column a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-size: var(--footer-font-size);
  line-height: 115%;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
  list-style: none;
}

.footer-column {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .footer-column {
    flex-grow: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-bottom: 20px;
  }
  .footer-column.last {
    padding-bottom: 0px;
    border: none;
  }
  .footer-column > li {
    margin-top: 25px;
  }
}

.footer-row-1 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 1;
}

.footer-row-2 {
  position: relative;
  z-index: 1;
  height: 230px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  padding: 20px 0 50px 0;
}
@media all and (max-width: 767px) {
  .footer-row-2 {
    padding-bottom: 30px;
    height: auto;
  }
}

.footer-col-2 > * {
  margin-left: 11%;
}
@media all and (max-width: 767px) {
  .footer-col-2 > * {
    margin: 0;
  }
}

.footer-row-3 {
  position: relative;
  z-index: 1;
}

.footer-row-3 > * {
  padding-top: 20px;
  padding-bottom: 30px;
  align-items: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-size: var(--footer-font-size);
  line-height: 172.69%;
  /* or 35px */
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .footer-row-3 > * {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

.webit-loggo-container {
  display: flex;
  flex-flow: row nowrap;
}

.webit-loggo-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
}

.webit-loggo-img {
  margin-right: 10px;
}

.webit-loggo-text .logo-text1 {
  font-size: 24px;
  line-height: 1;
}

.webit-loggo-text .logo-text2 {
  line-height: 1;
}

h1.l3_h1-mobile {
  margin: 0;
  padding: 0;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-align: left;
}

.l3_line1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1165px) {
  .l3_line1 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l3_line1 {
    margin-top: 16px;
    flex-direction: column;
    justify-content: center;
  }
}

.l3__slider_container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex: 0 0 625px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l3__slider_container {
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
    flex-basis: auto;
  }
}

.l3MainSliderBtn {
  display: none;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid #317fd1;
  border-radius: 50%;
}
.l3MainSliderBtn.btn-left {
  display: none;
  left: 0;
}
.l3MainSliderBtn.btn-left img {
  transform: rotate(180deg);
}
.l3MainSliderBtn.btn-left.hide {
  display: none;
}
.l3MainSliderBtn.btn-right {
  display: none;
  right: 0;
}
.l3MainSliderBtn.btn-right.hide {
  display: none;
}
@media screen and (min-width: 767px) {
  .l3MainSliderBtn {
    display: none;
  }
}

.l3__slider__small_pics_container {
  display: flex;
  flex-flow: column nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 20px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .l3__slider__small_pics_container {
    flex-flow: row;
    justify-content: center;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .l3__slider__small_pics_container.oneslide {
    display: none;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.l3__slider__small_pics_container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.l3__slider__small_pics_container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  max-height: 500px;
}

.l3__slider__small_pic_a {
  flex: 0 0 auto;
  border: solid 1.5px white;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.7s;
}
@media screen and (max-width: 767px) {
  .l3__slider__small_pic_a {
    transition: none;
    padding: 8px;
  }
}

.l3__slider__small_pic_a.active {
  box-sizing: border-box;
  border: solid 1.5px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.7s;
}
@media screen and (max-width: 767px) {
  .l3__slider__small_pic_a.active {
    transition: none;
    border-color: white;
  }
  .l3__slider__small_pic_a.active img {
    border-color: #3180D1;
  }
}

.l3__slider__small_pic_a img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l3__slider__small_pic_a img {
    height: 0;
    width: 0;
    border: 5px solid #B4B4B4;
    border-radius: 50%;
    transition: all 0.3s;
  }
}

.l3__slider__big_pic_container {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.l3__slider__big_pic_container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.l3__slider__big_pic_container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.l3__slider__big_pic {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 500px;
  scroll-snap-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l3__slider__big_pic {
    width: 75%;
    margin: 0 5px;
  }
  .l3__slider__big_pic.oneslide {
    width: 100%;
  }
}

.l3__tovar_info_container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background-color: white;
  width: 516px;
  padding: 16px 8px 8px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l3__tovar_info_container {
    width: 100%;
    background-color: transparent;
  }
}

.row__l3_tovar_name {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.row__l3_tovar_name h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #000000;
  text-align: left;
  letter-spacing: unset;
}
@media screen and (max-width: 767px) {
  .row__l3_tovar_name {
    display: none;
  }
}

.row__dog_price {
  margin-left: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .row__dog_price {
    margin-top: 16px;
  }
}
.row__dog_price span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #AEAEAE;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .row__dog_price span {
    width: unset;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
  }
}
.row__dog_price img {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .row__dog_price img {
    display: none;
  }
}

.row__l3_tarif_gradient {
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  .row__l3_tarif_gradient {
    margin-top: 15px;
    padding: 7px 16px 0 16px;
    background-color: white;
    border-radius: 10px;
  }
}

.l3_gradient-header {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l3_gradient-header {
    font-size: 14px;
  }
}

.l3_tarif_weeks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 3px 0 8px 0;
}
.l3_tarif_weeks span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  text-align: center;
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l3_tarif_weeks span {
    font-size: 14px;
  }
}

.l3_tarif_gradient_container {
  position: relative;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, #F24E1E, #F08C37, #FFC700, #99C456, #5EC282);
}
.l3_tarif_gradient_container span {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: yellow;
  top: -44%;
}
.l3_tarif_gradient_container span:nth-child(1) {
  transform: translateX(-50%);
  left: 0;
  background-color: #F24E1E;
}
.l3_tarif_gradient_container span:nth-child(2) {
  transform: translateX(-50%);
  left: 25%;
  background-color: #F08C37;
}
.l3_tarif_gradient_container span:nth-child(3) {
  transform: translateX(-50%);
  left: 50%;
  background-color: #FFC700;
}
.l3_tarif_gradient_container span:nth-child(4) {
  transform: translateX(-50%);
  left: 75%;
  background-color: #99C456;
}
.l3_tarif_gradient_container span:nth-child(5) {
  transform: translateX(50%);
  right: 0;
  background-color: #5EC282;
}

.row__l3_main_calc_container {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container {
    margin: 20px 0 0 0;
    background-color: white;
    border-radius: 10px 10px 0 0;
  }
}
.row__l3_main_calc_container .l3_period_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_period_text {
    display: none;
  }
}
.row__l3_main_calc_container .l3_main_calc_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 488px;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container {
    margin-top: 12px;
    flex-direction: column;
    width: 100%;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col1 {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col1 {
    flex-flow: row nowrap;
    margin-top: 28px;
    width: 100%;
    justify-content: space-between;
    width: 284px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_from,
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_from2,
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_to,
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_to2 {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: none;
  background: white;
  position: relative;
  width: 106px;
  height: 23px;
  padding: 21px 0;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
}
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_from::-webkit-calendar-picker-indicator,
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_to::-webkit-calendar-picker-indicator,
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_from2::-webkit-calendar-picker-indicator,
.row__l3_main_calc_container .l3_main_calc_container .col1 .l3_date_to2::-webkit-calendar-picker-indicator {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.row__l3_main_calc_container .l3_main_calc_container .col1 .date-from-placeholder,
.row__l3_main_calc_container .l3_main_calc_container .col1 .date-to-placeholder {
  position: absolute;
  padding: 2px 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  background-color: white;
}
.row__l3_main_calc_container .l3_main_calc_container .col1 .date-from-placeholder {
  top: -9px;
  left: 8px;
}
.row__l3_main_calc_container .l3_main_calc_container .col1 .date-to-placeholder {
  bottom: 37px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col1 .date-to-placeholder {
    bottom: unset;
    left: unset;
    top: -9px;
    right: 50px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col2 {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  gap: 3px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col2 {
    margin-top: 42px;
    gap: 31px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_minus,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_minus2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 48px;
  border: none;
  background: rgba(196, 196, 196, 0.32);
  border-radius: 20px 0px 20px 20px;
  touch-action: manipulation;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_minus,
  .row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_minus2 {
    width: 60px;
    height: 60px;
    border-radius: 30px 0px 30px 30px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_plus,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_plus2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 48px;
  border: none;
  background: #DCD8D8;
  border-radius: 0px 20px 20px 20px;
  touch-action: manipulation;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_plus,
  .row__l3_main_calc_container .l3_main_calc_container .col2 .l3_button_plus2 {
    width: 60px;
    height: 60px;
    border-radius: 0px 30px 30px 30px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .input-field-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  max-width: 60px;
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .input-field-container span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col2 .input-field-container span {
    font-size: 16px;
    line-height: 22px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input2 {
  padding: 0;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  border: none;
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input::-webkit-outer-spin-button,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input::-webkit-inner-spin-button,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input2::-webkit-outer-spin-button,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input2::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input,
.row__l3_main_calc_container .l3_main_calc_container .col2 .l3_days_input2 {
  -moz-appearance: textfield;
}
.row__l3_main_calc_container .l3_main_calc_container .col3 {
  margin: 0 0 0 0px;
  padding: 0 27px 0 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-width: 135px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col3 {
    order: -1;
    flex-flow: row nowrap;
    padding: 0 12.6%;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col3 .row1,
.row__l3_main_calc_container .l3_main_calc_container .col3 .row2 {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col3 .row1,
  .row__l3_main_calc_container .l3_main_calc_container .col3 .row2 {
    gap: 8px;
  }
}
.row__l3_main_calc_container .l3_main_calc_container .col3 .tarif-text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
  text-align: right;
}
.row__l3_main_calc_container .l3_main_calc_container .col3 .tarif-value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #CE3226;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .row__l3_main_calc_container .l3_main_calc_container .col3 .tarif-value {
    font-size: 20px;
    line-height: 27px;
  }
}

.row_karnaval_text1 {
  margin: 0 20px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
}

.row_karnaval-date {
  margin: 0 20px;
}
.row_karnaval-date .karnaval-date-container {
  padding: 10px 14px 10px 14px;
  max-height: 52px;
  width: 100%;
  background-color: white;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  transition: all 0.7s;
}
.row_karnaval-date .karnaval-date-container input[type=date] {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
}
@media screen and (max-width: 1165px) {
  .row_karnaval-date .karnaval-date-container {
    margin-bottom: 20px;
  }
}

.row__l3_karnaval-size-select {
  position: relative;
  height: 52px;
  margin: 0 20px;
}

.l3_karnaval-size-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 14px 10px 14px;
  max-height: 52px;
  width: 100%;
  overflow: hidden;
  background-color: white;
  z-index: 2;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  transition: all 0.7s;
}
.l3_karnaval-size-container .select-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.7s;
}
.l3_karnaval-size-container ul {
  margin: 11px 0 0 0;
  padding: 0px;
  list-style: none;
  width: 100%;
}
.l3_karnaval-size-container ul li,
.l3_karnaval-size-container .l3_karnaval-first-item {
  padding: 0 20px 0 8px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  border-radius: 4px;
  transition: all 0.4s;
}
.l3_karnaval-size-container ul li.karnaval-size-item,
.l3_karnaval-size-container .l3_karnaval-first-item {
  cursor: pointer;
}
.l3_karnaval-size-container ul li.karnaval-size-item.selected {
  color: #FFFFFF;
  background-color: #3180D1;
}
.l3_karnaval-size-container ul li.karnaval-size-item:hover {
  color: #FFFFFF;
  background-color: #929292;
}
.l3_karnaval-size-container ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 4px 8% 4px 20px;
}

.l3_karnaval-size-container.open {
  max-height: 400px;
  overflow-y: auto;
  z-index: 2;
}
.l3_karnaval-size-container.open .select-arrow {
  transform: rotate(180deg);
}

.row__action-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .row__action-buttons {
    background-color: white;
    margin: 0;
  }
}
.row__action-buttons .action-button {
  width: 478px;
  height: 60px;
  background: #3180D1;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .row__action-buttons .action-button {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
  }
}

.l3_kb_lines_container {
  margin-top: 20px;
}
.l3_kb_lines_container .item {
  padding: 10px 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .l3_kb_lines_container .item {
    flex-flow: column nowrap;
    gap: 20px;
  }
}
.l3_kb_lines_container .item .tovar-info {
  display: flex;
  flex-flow: column nowrap;
  font-family: "Nunito";
  font-style: normal;
  line-height: 27px;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .l3_kb_lines_container .item .tovar-info {
    flex-flow: row nowrap;
    gap: 30px;
  }
}
.l3_kb_lines_container .item .tovar-info .inv-n {
  font-weight: 800;
  font-size: 20px;
}
.l3_kb_lines_container .item .tovar-info .rost {
  font-weight: 400;
  font-size: 20px;
}
.l3_kb_lines_container .item .tovar-info .age {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.l3_kb_lines_container .item .line-container .line {
  position: relative;
  width: 504px;
  height: 10px;
  background: #DE5353;
  border-radius: 10px;
}
.l3_kb_lines_container .item .line-container .line .circle {
  width: 25px;
  height: 25px;
  position: absolute;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -30%);
}
.l3_kb_lines_container .item .line-container .line .circle.free {
  background-color: #78C649;
}
.l3_kb_lines_container .item .line-container .line .circle.busy {
  background-color: #DE5353;
}
.l3_kb_lines_container .item .line-container .line .free-period {
  position: absolute;
  left: 100px;
  width: 200px;
  height: 10px;
  background-color: #78C649;
  border-radius: 10px;
}
@media screen and (max-width: 570px) {
  .l3_kb_lines_container .item .tovar-info,
  .l3_kb_lines_container .item .line-container {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 490px) {
  .l3_kb_lines_container .item .line-container {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 390px) {
  .l3_kb_lines_container .item .line-container {
    transform: scale(0.6);
  }
}
.l3_kb_lines_container .item .time-btn-div button {
  width: 145px;
  height: 41px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #3180D1;
  background: none;
  background: #FFFEFF;
  border: 1px solid #D6E4FD;
  border-radius: 5px;
}

.l3_description_container {
  position: relative;
  margin-top: 45px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 1s;
}
.l3_description_container .shadow-gradient {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgb(255, 255, 255));
}
@media screen and (min-width: 768px) {
  .l3_description_container .shadow-gradient {
    display: none;
  }
}
.l3_description_container .l3_description_container.show .shadow-gradient {
  display: none;
}
@media screen and (max-width: 767px) {
  .l3_description_container {
    margin-top: 20px;
    max-height: 600px;
  }
  .l3_description_container.show {
    max-height: 100%;
  }
}

.l3_description_container > * {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}

.show-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  padding: 10px;
  transform: rotate(90deg);
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .show-more-btn {
    display: none;
  }
}
.show-more-btn.show {
  transform: scale(-1, 1);
  transform: rotate(-90deg);
}

.l3_order-container {
  display: flex;
  flex-flow: column nowrap;
}
.l3_order-container .l3_main_calc_container {
  max-width: 100%;
}
.l3_order-container .row__l3_main_calc_container {
  margin: 0;
}
.l3_order-container .line1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 30px;
}
.l3_order-container .line1 img {
  max-width: 150px;
}
.l3_order-container .line1 h4 {
  max-width: 220px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
}
.l3_order-container .form-data-div {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  margin: 0 -16px;
  margin-top: 30px;
  padding: 20px;
  background-color: #E4F0FE;
}
.l3_order-container .deliv-radio-text {
  display: none;
  margin-top: 5px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.l3_order-container .deliv-radio-text.show {
  display: block;
}
.l3_order-container .radio-row {
  display: none;
  flex-flow: row nowrap;
  gap: 5px;
}
.l3_order-container .radio-row.show {
  display: flex;
}
.l3_order-container .radio-row label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  padding: 5px 5px 5px 4%;
  height: 50px;
  background-color: white;
  border-radius: 5px;
  flex: 1 1 50%;
}
.l3_order-container .radio-row-content {
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.l3_order-container .radio-row-content.show {
  display: flex;
}
.l3_order-container .radio-row-content .content-deliv,
.l3_order-container .radio-row-content .content-sam {
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 1s;
}
.l3_order-container .radio-row-content .content-deliv.show,
.l3_order-container .radio-row-content .content-sam.show {
  width: 100%;
  height: 100%;
}
.l3_order-container .radio-row-content .content-deliv label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #000000;
}
.l3_order-container .radio-row-content .content-deliv textarea {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 125%;
  color: #000000;
}
.l3_order-container .radio-row-content .content-sam {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 5px;
}
.l3_order-container .radio-row-content .content-sam label {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 224px;
  padding: 16px;
  gap: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  background-color: white;
  border-radius: 5px;
}
.l3_order-container .radio-row-content .content-sam label span:first-child > span {
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
}

.kbform_reject .controll-div {
  margin-top: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.kbform_reject .header_line .header-table {
  width: 100%;
  margin-bottom: 25px;
}
.kbform_reject .header_line .header-tabletable, .kbform_reject .header_line .header-table td, .kbform_reject .header_line .header-table th {
  border: none;
}
.kbform_reject .header_line .header-table .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kbform_reject .header_line .header-table .value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kbform_reject p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
  text-align: justify;
}
.kbform_reject input[name=phone] {
  margin-top: 34px;
  margin-bottom: 28px;
  height: 52px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #AEAEAE;
  border-radius: 5px;
}
.kbform_reject .kb_container_1 {
  display: flex;
  flex-flow: row nowrap;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .kbform_reject .kb_container_1 {
    flex-flow: column nowrap;
  }
}
.kbform_reject .kb_message {
  height: 100px;
}
.kbform_reject .kb_reject_btn {
  height: 60px;
  width: 100%;
  background: #3180D1;
  border: none;
  border-radius: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}

.kbform_free {
  display: flex;
  flex-flow: column nowrap;
}
.kbform_free .controll-div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.kbform_free .header_line .header-table {
  width: 100%;
  margin-bottom: 25px;
}
.kbform_free .header_line .header-tabletable, .kbform_free .header_line .header-table td, .kbform_free .header_line .header-table th {
  border: none;
}
.kbform_free .header_line .header-table .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kbform_free .header_line .header-table .value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kbform_free p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
}
.kbform_free p:first-child {
  margin-bottom: 0;
}
.kbform_free .small_red {
  color: red;
  font-size: 14px;
  font-style: italic;
}
.kbform_free .line1,
.kbform_free .line2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}
.kbform_free .input {
  margin-bottom: 30px;
  border: 1px solid #AEAEAE;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: black;
}
.kbform_free .input::-moz-placeholder {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #AEAEAE;
}
.kbform_free .input::placeholder {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #AEAEAE;
}
.kbform_free input.input {
  height: 52px;
}
.kbform_free textarea.input {
  height: 75px;
}
.kbform_free .time_text {
  width: 250px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  /* or 20px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kbform_free .kb_select {
  height: 35px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.kbform_free .kb_select.time {
  width: 70px;
  text-align: right;
}
.kbform_free .last_line {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  align-items: center;
}
.kbform_free .last_line .kb_bron {
  height: 60px;
  width: 100%;
  border: none;
  background: #3180D1;
  border-radius: 5px;
  text-align: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
.kbform_free .last_line img {
  width: 80px;
}

.zayavka-btn-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.zayavka-btn-container .zayavka-submit-btn {
  width: 345px;
  height: 43px;
  border: none;
  background: #3180D1;
  border-radius: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 172.69%;
  text-align: center;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}

.line1 h4.zayavk {
  align-self: center;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
}

.l3__tovar_karn_info_container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  background-color: white;
  width: 516px;
  padding: 16px 8px 8px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l3__tovar_karn_info_container {
    width: 100%;
    padding: 8px;
  }
}
.l3__tovar_karn_info_container .l3_tovar_name h1 {
  text-align: left;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.l3__tovar_karn_info_container .karn_collateral {
  margin-top: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #AEAEAE;
}
.l3__tovar_karn_info_container .tov_container2 {
  margin-top: 30px;
  position: relative;
}
.l3__tovar_karn_info_container .tov_container2 .circle {
  position: absolute;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  left: -8px;
  top: -8px;
}
.l3__tovar_karn_info_container .tov_container2 .circle.first {
  background-color: #5EC282;
}
.l3__tovar_karn_info_container .tov_container2 .circle.second {
  background-color: #99C456;
}
.l3__tovar_karn_info_container .tov_container2 .circle.third {
  background-color: #FFC700;
}
.l3__tovar_karn_info_container .tov_container2 .circle.forths {
  background-color: #F08C37;
}
.l3__tovar_karn_info_container .tov_container2 .circle.fifth {
  background-color: #E05A33;
}
.l3__tovar_karn_info_container .tov_container2 .more_btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  cursor: pointer;
}
.l3__tovar_karn_info_container .tov_container2 .more_btn img {
  width: 10px;
  height: 5px;
  transition: all 0.5s;
}
.l3__tovar_karn_info_container .tov_container2 .more_btn img.rotate {
  transform: rotate(180deg);
}
.l3__tovar_karn_info_container .tov_container2 .k_size, .l3__tovar_karn_info_container .tov_container2 .k_tarif, .l3__tovar_karn_info_container .tov_container2 .k_collateral, .l3__tovar_karn_info_container .tov_container2 .k_address, .l3__tovar_karn_info_container .tov_container2 .k_delivery {
  position: relative;
  border-left-width: 4px;
  border-left-style: solid;
  position: relative;
  padding-left: 20px;
  padding-right: 25px;
  min-height: 54px;
}
.l3__tovar_karn_info_container .tov_container2 .line2 {
  overflow: hidden;
  max-height: 0;
  margin-left: 9%;
  margin-right: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 172.69%;
  text-align: justify;
  letter-spacing: 0.0029em;
  color: #000000;
  transition: all 0.5s;
}
.l3__tovar_karn_info_container .tov_container2 .line2.line2.show {
  max-height: 150px;
}
.l3__tovar_karn_info_container .tov_container2 .k_size {
  -o-border-image: linear-gradient(to bottom, #78BF87, #A4C265) 1 100%;
     border-image: linear-gradient(to bottom, #78BF87, #A4C265) 1 100%;
  padding-bottom: 13px;
}
.l3__tovar_karn_info_container .tov_container2 .k_size .k_size_internal {
  padding-right: 11px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  top: -18px;
}
.l3__tovar_karn_info_container .tov_container2 .k_size .k_size_internal span {
  padding-top: 4px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .l3__tovar_karn_info_container .tov_container2 .k_size .k_size_internal span {
    font-size: 16px;
  }
}
.l3__tovar_karn_info_container .tov_container2 .k_size .k_size_internal .k_sizes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 13px;
}
.l3__tovar_karn_info_container .tov_container2 .k_size .k_size_internal .k_sizes li {
  cursor: pointer;
  padding: 2px 8px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  border: solid;
  border-width: 1px;
  border-color: #ECECEC;
  border-radius: 2px;
}
.l3__tovar_karn_info_container .tov_container2 .k_size .k_size_internal .k_sizes li.active {
  border: 2px solid #3180D1;
}
.l3__tovar_karn_info_container .tov_container2 .k_tarif {
  -o-border-image: linear-gradient(to bottom, #A2C165, #F0C85D) 1 100%;
     border-image: linear-gradient(to bottom, #A2C165, #F0C85D) 1 100%;
  position: relative;
  padding-bottom: 26px;
}
.l3__tovar_karn_info_container .tov_container2 .k_tarif .k_tarif_internal {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  top: -13px;
}
.l3__tovar_karn_info_container .tov_container2 .k_tarif .k_tarif_internal .line1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.l3__tovar_karn_info_container .tov_container2 .k_tarif .k_tarif_internal .line1 .kt_name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .l3__tovar_karn_info_container .tov_container2 .k_tarif .k_tarif_internal .line1 .kt_name {
    font-size: 16px;
  }
}
.l3__tovar_karn_info_container .tov_container2 .k_tarif .k_tarif_internal .line1 .kt_traif {
  margin-left: auto;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #E05A33;
}
.l3__tovar_karn_info_container .tov_container2 .k_collateral {
  -o-border-image: linear-gradient(to bottom, #F0C85D, #E3904A) 1 100%;
     border-image: linear-gradient(to bottom, #F0C85D, #E3904A) 1 100%;
  padding-bottom: 22px;
}
.l3__tovar_karn_info_container .tov_container2 .k_collateral .k_collateral_internal {
  position: relative;
  top: -13px;
}
.l3__tovar_karn_info_container .tov_container2 .k_collateral .k_collateral_internal .line1 {
  display: flex;
  flex-flow: row nowrap;
}
.l3__tovar_karn_info_container .tov_container2 .k_collateral .k_collateral_internal .line1 span:nth-child(2) {
  margin-left: auto;
}
.l3__tovar_karn_info_container .tov_container2 .k_collateral .k_collateral_internal .line1 .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .l3__tovar_karn_info_container .tov_container2 .k_collateral .k_collateral_internal .line1 .name {
    font-size: 16px;
  }
}
.l3__tovar_karn_info_container .tov_container2 .k_collateral .k_collateral_internal .line1 .value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  color: #000000;
}
.l3__tovar_karn_info_container .tov_container2 .k_address {
  -o-border-image: linear-gradient(to bottom, #E3904A, #D1623F) 1 100%;
     border-image: linear-gradient(to bottom, #E3904A, #D1623F) 1 100%;
  padding-bottom: 19px;
}
.l3__tovar_karn_info_container .tov_container2 .k_address .k_adress_internal {
  position: relative;
  top: -13px;
}
.l3__tovar_karn_info_container .tov_container2 .k_address .k_adress_internal .line1 {
  display: flex;
  flex-flow: row nowrap;
}
.l3__tovar_karn_info_container .tov_container2 .k_address .k_adress_internal .line1 span:nth-child(2) {
  margin-left: auto;
}
.l3__tovar_karn_info_container .tov_container2 .k_address .k_adress_internal .line1 .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .l3__tovar_karn_info_container .tov_container2 .k_address .k_adress_internal .line1 .name {
    font-size: 16px;
  }
}
.l3__tovar_karn_info_container .tov_container2 .k_address .k_adress_internal .line1 .value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.l3__tovar_karn_info_container .tov_container2 .k_delivery {
  border-color: transparent;
}
.l3__tovar_karn_info_container .tov_container2 .k_delivery .k_delivery_internal {
  position: relative;
  top: -13px;
}
.l3__tovar_karn_info_container .tov_container2 .k_delivery .k_delivery_internal .line1 {
  display: flex;
  flex-flow: row nowrap;
}
.l3__tovar_karn_info_container .tov_container2 .k_delivery .k_delivery_internal .line1 span:nth-child(2) {
  margin-left: auto;
}
.l3__tovar_karn_info_container .tov_container2 .k_delivery .k_delivery_internal .line1 .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 172.69%;
  letter-spacing: 0.0029em;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .l3__tovar_karn_info_container .tov_container2 .k_delivery .k_delivery_internal .line1 .name {
    font-size: 16px;
  }
}
.l3__tovar_karn_info_container .tov_container2 .k_delivery .k_delivery_internal .line1 .value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}

.kb_final_container {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  max-width: 342px;
  margin: 30px auto;
}
.kb_final_container .btn-close3 {
  position: absolute;
  top: 5px;
  right: 10px;
}
.kb_final_container .topline {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: #3180D1;
  border-radius: 5px;
  padding: 20px;
}
.kb_final_container .topline span {
  margin-top: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
.kb_final_container .message {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  text-align: justify;
  letter-spacing: 0.0029em;
  color: #000000;
  border-radius: 5px;
}
.kb_final_container .bottom_line {
  padding: 20px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 172.69%;
  /* or 35px */
  text-align: center;
  letter-spacing: 0.0029em;
  color: #06C92E;
  border-radius: 5px;
}
.kb_final_container .qr_line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.kb_final_container .qr_line img {
  width: 100px;
}
.kb_final_container .qr_line .k_bron {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.kb_final_container .qr_line .k_bron .text1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kb_final_container .qr_line .k_bron .brnum {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 172.69%;
  /* or 41px */
  letter-spacing: 0.0029em;
  color: #FF0013;
  opacity: 0.67;
}
.kb_final_container .recommendation {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 172.69%;
  /* or 17px */
  letter-spacing: 0.32em;
  color: #3E3F3F;
  border-bottom: 1px solid #616161;
}
.kb_final_container .item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.kb_final_container .item .text1 {
  display: flex;
  flex-flow: column nowrap;
}
.kb_final_container .item .text1 .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.0029em;
}
.kb_final_container .item .text1 .size {
  margin-top: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 172.69%;
  /* or 21px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kb_final_container .item .text1 .from1,
.kb_final_container .item .text1 .to1 {
  display: flex;
  flex-flow: row nowrap;
  gap: 30px;
  justify-content: space-between;
}
.kb_final_container .item .text1 .from1 .name1,
.kb_final_container .item .text1 .to1 .name1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kb_final_container .item .text1 .from1 .value1,
.kb_final_container .item .text1 .to1 .value1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 172.69%;
  /* or 24px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.kb_final_container .item .text1 .from1 {
  margin-top: 20px;
}
.kb_final_container .item .text1 .to1 {
  margin-top: 8px;
}
.kb_final_container .item .img_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.kb_final_container .item .img_container .modal_final_item_img {
  height: 115px;
}
.kb_final_container .karnaval_terms {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.kb_final_container .karnaval_terms img {
  width: 40px;
}
.kb_final_container .karnaval_terms span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #4F565E;
}

.k_first-step_container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  padding: 20px 60px 30px 60px;
}
.k_first-step_container.hide {
  display: none;
}
@media screen and (max-width: 490px) {
  .k_first-step_container {
    padding: 20px;
  }
}
.k_first-step_container .name-div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.k_first-step_container .name-div .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.k_first-step_container .name-div .btn-close2 img {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  color: #9F9F9F;
}
@media screen and (max-width: 490px) {
  .k_first-step_container .name-div .btn-close2 img {
    top: 15px;
    right: 15px;
  }
}
.k_first-step_container .size-div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.k_first-step_container .size-div span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.k_first-step_container .size-div .size-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 15px;
}
.k_first-step_container .size-div .size-list li {
  cursor: pointer;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #ECECEC;
  border-radius: 2px;
}
.k_first-step_container .size-div .size-list li.active {
  border: 2px solid #3180D1;
}
.k_first-step_container .event-div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.k_first-step_container .event-div .name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  letter-spacing: 0.0029em;
  color: #000000;
}
.k_first-step_container .event-div .date {
  padding: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  border: 1px solid #ECECEC;
  border-radius: 2px;
}
.k_first-step_container .event-div .date.active {
  border: 2px solid #3180D1;
}
.k_first-step_container .nex-btn {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border: none;
  background: #3180D1;
  border-radius: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}

.k_second-step_container {
  padding: 0 14px;
}

.karnaval_terms {
  position: relative;
  top: -12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media screen and (min-width: 767px) {
  .karnaval_terms {
    top: -18px;
    justify-content: flex-start;
    gap: 14px;
  }
}
.karnaval_terms img {
  width: 30px;
}
.karnaval_terms span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #4F565E;
}
@media screen and (min-width: 767px) {
  .karnaval_terms span {
    font-weight: 400;
    font-size: 18px;
  }
}

.l3-fav-slider-container {
  margin-top: 45px;
  margin-bottom: 60px;
  position: relative;
}
.l3-fav-slider-container .btn-controll {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.l3-fav-slider-container .btn-left {
  left: 0;
}
.l3-fav-slider-container .btn-left img {
  transform: rotate(180deg);
}
.l3-fav-slider-container .btn-left.hide {
  display: none;
}
.l3-fav-slider-container .btn-right {
  right: 0;
}
.l3-fav-slider-container .btn-right.hide {
  display: none;
}
.l3-fav-slider-container h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 172.69%;
  /* or 35px */
  letter-spacing: 0.0029em;
  color: #000000;
}

.l3_favorite_tovar_container {
  display: flex;
  flex-flow: row nowrap;
  gap: 22px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.l3_favorite_tovar_container::-webkit-scrollbar {
  display: none;
}

.l3_favorite_tovar_container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.small-card-container,
.small-card-container:hover,
.small-card-container:active {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  box-sizing: border-box;
  width: 250px;
  background-color: white;
  padding: 16px;
  border-radius: 5px;
  text-decoration: none;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .small-card-container,
  .small-card-container:hover,
  .small-card-container:active {
    scroll-snap-align: start;
  }
}
.small-card-container .heart-img,
.small-card-container:hover .heart-img,
.small-card-container:active .heart-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
}
.small-card-container .main-img,
.small-card-container:hover .main-img,
.small-card-container:active .main-img {
  margin-top: 12px;
  width: 200px;
}
.small-card-container h4,
.small-card-container:hover h4,
.small-card-container:active h4 {
  margin: 14px 0 0 0;
  padding: 0;
  width: 100%;
  height: 44px;
  overflow: hidden;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.small-card-container button,
.small-card-container:hover button,
.small-card-container:active button {
  width: 125px;
  height: 39px;
  margin-top: 10px;
  background: #3180D1;
  border: 1px solid #3180D1;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 172.69%;
  /* or 28px */
  text-align: center;
  letter-spacing: 0.0029em;
  color: #FFFFFF;
}

.img-slider {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1200px;
  aspect-ratio: 1200/450;
  box-sizing: border-box;
  font-family: "Nunito";
}

.img-slider .slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}

.img-slider .slide img {
  z-index: 1;
  width: 100%;
  border-radius: 5px;
}

.img-slider .slide .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  top: 0;
  padding: 3vw 30px;
}

.img-slider .slide .info h3 {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.7vw, 3rem);
  line-height: 3.7vw;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  background: rgb(255, 223, 0);
  padding: 0 10px 0 30px;
  margin-left: -30px;
}

.img-slider .slide .info h2 {
  font-style: normal;
  line-height: 2.5vw;
  padding-top: clamp(1rem, 4vw, 1.6rem);
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  display: flex;
  align-items: center;
}

.img-slider .slide .info p {
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1rem, 3vw, 2.2rem);
  margin: 3% 0;
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
  align-items: center;
}

.slider-to-rent,
.slider-to-rent:hover {
  z-index: 2;
  position: absolute;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 60px;
  bottom: 10%;
  left: 3vw;
  background: url(/public/slider/btn-img.svg);
  background-size: cover;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.img-slider .navigation {
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.img-slider .navigation .btnkr {
  background: rgba(255, 255, 255, 0.9);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.img-slider .navigation .btnkr.active {
  background: rgba(34, 136, 238, 0.9);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

@media (min-width: 577px) and (max-width: 992px) {
  .img-slider .slide .info h3 {
    font-size: clamp(1rem, 2.6vw, 2rem);
    line-height: 4vw;
  }
  .img-slider .slide .info h2 {
    font-style: normal;
    line-height: 2.5vw;
    padding-top: clamp(1rem, 4vw, 1.6rem);
    margin: 0;
    font-weight: 600;
    font-size: clamp(1.5rem, 4vw, 2.6rem);
    display: flex;
    align-items: center;
  }
  .img-slider .slide .info p {
    line-height: clamp(1rem, 3vw, 2rem);
    font-size: clamp(1rem, 2.6vw, 2rem);
  }
  .slider-to-rent,
  .slider-to-rent:hover {
    width: 130px;
    height: 40px;
    bottom: 10%;
    left: 5%;
    font-size: clamp(0.9rem, 1.3vw, 1.2rem);
    color: rgb(255, 255, 255);
  }
  .img-slider .navigation .btnkr {
    width: 8px;
    height: 8px;
    margin: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 576px) {
  .img-slider .slide .info {
    padding: 3vw 10px;
  }
  .img-slider .slide .info h3 {
    font-size: clamp(0.7rem, 2vw, 1.2rem);
    line-height: 4vw;
    padding: 0 0 0 10px;
    margin-left: -10px;
  }
  .img-slider .slide .info h2 {
    font-style: normal;
    line-height: 2.5vw;
    padding-top: 6px;
    margin: 0;
    font-weight: 600;
    font-size: clamp(1rem, 3.2vw, 2rem);
    display: flex;
    align-items: center;
  }
  .img-slider .slide .info p {
    line-height: 15px;
    font-size: 2.6vw;
  }
  .slider-to-rent,
  .slider-to-rent:hover {
    width: 110px;
    height: 34px;
    bottom: 12px;
    font-size: 12px;
  }
  .img-slider .navigation .btnkr {
    display: none;
  }
}
