@charset "UTF-8";
*[data-v-0d950d4e] {
  box-sizing: border-box;
}
#header[data-v-0d950d4e] {
  position: relative;
  z-index: 2;
}
@media (min-width: 1100px) {
#header[data-v-0d950d4e] {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9990;
}
}
.hamburger[data-v-0d950d4e] {
  display: none;
  padding: 0 15px;
  width: 25px;
  height: 20px;
  background: url("https://admin.plast-servis.ru//assets/images/hamburger.svg") center center no-repeat;
  background-size: cover;
  transition: 0.25s;
}
.close[data-v-0d950d4e] {
  background: url("https://admin.plast-servis.ru//assets/images/cancel.svg") center center no-repeat;
  transition: 0.25s;
}
.mob-menu[data-v-0d950d4e] {
  height: calc(100vh - 189px);
  overflow: auto;
  position: absolute;
  top: 100%;
  left: -200%;
  transition: all 0.5s ease;
  z-index: 999;
  padding-bottom: 110px;
  background: #fff;
}
.mob-menu > form[data-v-0d950d4e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 13px;
  padding: 0 10px;
}
.mob-menu > form > .svg[data-v-0d950d4e] {
  width: 14px;
  height: 14px;
}
.mob-menu > form > input[data-v-0d950d4e] {
  background: none;
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  width: 100%;
  padding: 7px 0;
}
.mob-menu > form > input[data-v-0d950d4e]::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #717171;
  opacity: 0.5;
}
.mob-menu > form > button[data-v-0d950d4e] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #272727;
  border: none;
  border: 2px solid #717171;
  background: #fff;
  box-sizing: border-box;
  border-radius: 69px;
  padding: 7px 20px;
}
.mob-menu > form > button[data-v-0d950d4e]:hover {
  filter: drop-shadow(0px 16px 17px rgba(223, 41, 49, 0.1));
}
.mob-menu > .list[data-v-0d950d4e] {
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 10px;
}
.mob-menu > .list > .i[data-v-0d950d4e] {
  font-size: 18px;
  color: #272727;
  position: relative;
}
.mob-menu > .list > .i a[data-v-0d950d4e] {
  padding: 15px 0 16px;
  width: 100%;
  height: 100%;
  display: flex;
}
.mob-menu > .list > .i[data-v-0d950d4e]::before {
  content: "";
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mob-menu > .links[data-v-0d950d4e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
}
.mob-menu > .links > .link-item > .link[data-v-0d950d4e] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1e1e1e;
  display: flex;
  position: relative;
  align-items: center;
  padding: 14px 10px 20px;
}
.mob-menu > .links > .link-item > .link:nth-child(2) > .svg[data-v-0d950d4e], .mob-menu > .links > .link-item > .link:first-child > .svg[data-v-0d950d4e] {
  margin-left: 7px;
}
.mob-menu > .links > .link-item > .link[data-v-0d950d4e]:not(:last-child)::before {
  content: "";
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mob-menu > .links > .link-item > .link[data-v-0d950d4e]:nth-child(2):hover, .mob-menu > .links > .link-item > .link[data-v-0d950d4e]:first-child:hover {
  background: #27509e;
  color: #ffffff;
  padding: 21px 10px;
}
.mob-menu > .links > .link-item > .list-bottom[data-v-0d950d4e] {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.mob-menu > .links > .link-item > .list-bottom > .i[data-v-0d950d4e] {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1e1e1e;
  margin: 0 15px;
  position: relative;
}
.mob-menu > .links > .link-item > .list-bottom > .i a[data-v-0d950d4e] {
  padding: 12px 10px 11px 20px;
  width: 100%;
  height: 100%;
  display: flex;
}
.mob-menu > .links > .link-item > .list-bottom > .i[data-v-0d950d4e]:first-child {
  margin-top: 11px;
}
.mob-menu > .links > .link-item > .list-bottom > .i[data-v-0d950d4e]:hover {
  font-weight: bold;
  color: #27509e;
}
.mob-menu > .links > .link-item > .list-bottom > .i[data-v-0d950d4e]::before {
  content: "";
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mob-menu > .links > .link-item .active[data-v-0d950d4e] {
  margin-bottom: 20px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.mob-menu > .adress[data-v-0d950d4e] {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
  padding: 0 10px;
}
.mob-menu > .adress > .txt[data-v-0d950d4e] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  flex-shrink: 0;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.mob-menu > .adress > .txt > .txt-top[data-v-0d950d4e] {
  color: #27509e;
}
.mob-menu > .adress > .txt > .txt-bottom[data-v-0d950d4e] {
  margin-left: 13px;
  color: #7a7a7a;
}
.mob-menu > .adress > .txt svg[data-v-0d950d4e] {
  text-align: center;
  margin-left: 7px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: aliceblue;
  margin-left: auto;
  padding: 5px;
}
.mob-menu > .adress > .txt svg.active[data-v-0d950d4e] {
  transform: rotate(180deg);
}
.mob-menu > .adress > .txt svg > path[data-v-0d950d4e] {
  fill: rgb(39, 80, 158);
}
.mob-menu > .adress > .adress-items[data-v-0d950d4e] {
  width: 100%;
  display: none;
}
.mob-menu > .adress > .adress-items.active[data-v-0d950d4e] {
  display: block;
}
.mob-menu > .adress > .adress-items > .adress-i[data-v-0d950d4e] {
  display: flex;
  position: relative;
  padding: 18px 0 13px;
}
.mob-menu > .adress > .adress-items > .adress-i > .svg[data-v-0d950d4e] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.mob-menu > .adress > .adress-items > .adress-i > .txt[data-v-0d950d4e] {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #7a7a7a;
  margin-left: 9px;
  display: flex;
  flex-direction: column;
}
.mob-menu > .adress > .adress-items > .adress-i > .txt > .txt-top[data-v-0d950d4e] {
  font-weight: bold;
  margin-bottom: 5px;
}
.mob-menu > .adress > .adress-items > .adress-i > .txt > .txt-bottom[data-v-0d950d4e] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #7a7a7a;
}
.mob-menu > .adress > .adress-items > .adress-i[data-v-0d950d4e]:not(:last-child):before {
  content: "";
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mob-menu > .adress > .adress-items > .adress-i:hover > .txt > .txt-top[data-v-0d950d4e] {
  text-decoration-line: underline;
  color: #27509e;
}
.mob-menu > .social-сontainer[data-v-0d950d4e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 344px;
  width: 100%;
  padding: 0 10px;
}
.mob-menu > .social-сontainer > .link[data-v-0d950d4e] {
  text-decoration-line: underline;
  color: #27509e;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  display: flex;
  flex-shrink: 0;
}
.mob-menu > .social-сontainer > .link > .svg[data-v-0d950d4e] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
}
.mob-menu > .social-сontainer > .social[data-v-0d950d4e] {
  display: flex;
  justify-content: space-between;
  max-width: 138px;
  width: 100%;
}
.mob-menu > .social-сontainer > .social > .svg[data-v-0d950d4e] {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #27509E;
  border-radius: 50%;
}
.mob-menu.active[data-v-0d950d4e] {
  display: block;
  left: 0%;
  top: 100%;
  width: 100vw;
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
.header-top[data-v-0d950d4e] {
  background: #f6f6f6;
}
.header-top__container[data-v-0d950d4e] {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top__links[data-v-0d950d4e] {
  max-width: 920px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 90px;
}
.header-top__link[data-v-0d950d4e] {
  font-style: normal;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #717171;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  top: 2px;
}
.header-top__link[data-v-0d950d4e]:last-child {
  margin-right: 0;
}
.header-top__link--arrow:hover svg[data-v-0d950d4e] {
  fill: red;
  transform: rotate(-180deg);
}
.header-top__link--arrow:hover .insideMenu[data-v-0d950d4e] {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: ease-in-out 0.25s;
}
.header-top__link--arrow svg[data-v-0d950d4e] {
  width: 9px;
  height: 6px;
  margin-left: 5px;
  transition: ease-in-out 0.25s;
  fill: #717171;
  position: relative;
  top: -1px;
}
.header-top__link--partner[data-v-0d950d4e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top__link--partner svg[data-v-0d950d4e] {
  margin-right: 13px;
}
.header-top__link .insideMenu[data-v-0d950d4e] {
  position: absolute;
  background: red;
  padding: 20px 0;
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.11);
  background: #ffffff;
  width: auto;
  min-width: 220px;
  left: 0;
  top: 30px;
  transition: ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.header-top__link .insideMenu[data-v-0d950d4e]::after {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background: transparent;
  content: "";
  z-index: 11;
}
.header-top__link .insideMenu-link[data-v-0d950d4e] {
  margin-bottom: 15px;
  display: block;
  padding: 0 20px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #1e1e1e;
  font-weight: 400;
  width: auto;
  transition: ease-in-out 0.25s;
}
.header-top__link .insideMenu-link[data-v-0d950d4e]:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.header-top__link .insideMenu-link[data-v-0d950d4e]:hover {
  color: #27509e;
  font-weight: bold;
}
.header-top__soc[data-v-0d950d4e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 116px;
  width: 100%;
  margin-right: 65px;
}
.header-top__soc a[data-v-0d950d4e] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #27509E;
  border-radius: 50%;
}
.header-top__soc a[data-v-0d950d4e]:last-child {
  margin-right: 0;
}
.header-top__btn[data-v-0d950d4e] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #272727;
  border: 2px solid #df2931;
  box-sizing: border-box;
  filter: drop-shadow(0px 16px 17px rgba(223, 41, 49, 0.1));
  border-radius: 69px;
  padding: 13px 23px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-top__btn[data-v-0d950d4e]:hover {
  background: #df2931;
  color: #ffffff;
}
.header-center[data-v-0d950d4e] {
  padding: 20px 0;
}
.header-center__container[data-v-0d950d4e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-center__logo[data-v-0d950d4e] {
  width: 245px;
  height: 72px;
  flex-shrink: 0;
  object-fit: cover;
}
.header-center__adress[data-v-0d950d4e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.header-center__adress__item[data-v-0d950d4e] {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #7a7a7a;
}
.header-center__adress__item[data-v-0d950d4e]:last-of-type {
  margin-bottom: 0;
}
.header-center__adress__item svg[data-v-0d950d4e] {
  width: 14px;
  height: 18px;
  margin-right: 14px;
}
.header-center__txt[data-v-0d950d4e] {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  flex-shrink: 0;
  margin: 0 50px;
}
.header-center__txt-line[data-v-0d950d4e] {
  width: 2px;
  height: 52px;
  position: absolute;
  top: 0px;
  right: -70px;
}
.header-center__txt-top[data-v-0d950d4e] {
  color: #27509e;
  margin-bottom: 8px;
}
.header-center__txt-bottom[data-v-0d950d4e] {
  color: #7a7a7a;
}
.header-center__number[data-v-0d950d4e] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: end;
  margin-left: 100px;
}
.header-center__number-left[data-v-0d950d4e] {
  margin-right: 17px;
}
.header-center__number-left svg[data-v-0d950d4e] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 2px;
}
.header-center__number-phone[data-v-0d950d4e] {
  font-size: 24px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: center;
}
.header-center__number-notate[data-v-0d950d4e] {
  font-size: 14px;
  line-height: 16px;
  color: #7a7a7a;
  margin-top: 10px;
}
.modal-call[data-v-0d950d4e] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.25s;
}
.modal-call .wr[data-v-0d950d4e] {
  width: 871px;
  background: #fff;
  z-index: 13;
  padding: 72px 0 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.modal-call .btn-close[data-v-0d950d4e] {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
.modal-call form[data-v-0d950d4e] {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-call__title[data-v-0d950d4e] {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 41px;
}
.modal-call__title span[data-v-0d950d4e] {
  color: #27509e;
}
.modal-call .input-group[data-v-0d950d4e] {
  max-width: 307px;
  position: relative;
  margin-bottom: 35px;
}
.modal-call .input-group input[data-v-0d950d4e] {
  width: 307px;
  height: 52px;
  border-radius: 48px;
  border: 1px solid rgba(113, 113, 113, 0.8);
  padding: 0 20px;
}
.modal-call .input-group label[data-v-0d950d4e] {
  position: absolute;
  top: -7px;
  left: 35px;
  padding: 0 15px;
  background: #fff;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.modal-call .btn-red[data-v-0d950d4e] {
  max-width: 307px;
}
.modal-call .policy[data-v-0d950d4e] {
  margin-top: 30px;
  font-size: 12px;
  color: rgba(113, 113, 113, 0.6);
}
.modal-call .policy a[data-v-0d950d4e] {
  color: inherit;
  text-decoration-line: underline;
}
.modal-call.active[data-v-0d950d4e] {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1405px) {
.header-top__links[data-v-0d950d4e] {
    margin-right: 60px;
    max-width: 800px;
}
.header-top__link[data-v-0d950d4e] {
    margin-right: 30px;
}
}
@media (max-width: 1280px) {
.header-center__logo[data-v-0d950d4e] {
    width: 230px;
    height: 65px;
}
.header-center__number[data-v-0d950d4e] {
    margin-left: 40px;
}
.header-center__txt[data-v-0d950d4e] {
    margin: 0 25px;
}
.header-center__txt-line[data-v-0d950d4e] {
    right: -20px;
}
}
@media (max-width: 1255px) {
.header-top__links[data-v-0d950d4e] {
    margin-right: 40px;
}
.header-top__link[data-v-0d950d4e] {
    margin: 0;
}
.header-top__soc[data-v-0d950d4e] {
    margin-right: 40px;
}
.header-top__btn[data-v-0d950d4e] {
    font-size: 13px;
    white-space: nowrap;
}
}
@media (min-width: 1110px) {
.mob-menu.active[data-v-0d950d4e] {
    left: -200%;
}
}
@media (max-width: 1100px) {
#header[data-v-0d950d4e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f6f6;
    flex-wrap: wrap;
    padding: 0 15px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-top[data-v-0d950d4e] {
    order: 2;
}
.header-top__links[data-v-0d950d4e], .header-top__soc[data-v-0d950d4e] {
    display: none;
}
.header-center[data-v-0d950d4e] {
    order: 1;
}
.header-center__logo[data-v-0d950d4e] {
    width: 185px;
    height: 54px;
}
.header-center__adress[data-v-0d950d4e] {
    display: none;
}
.header-center__number[data-v-0d950d4e] {
    display: none;
}
.header-bottom[data-v-0d950d4e] {
    display: none;
}
.hamburger[data-v-0d950d4e] {
    order: -1;
    display: flex;
    padding: 0;
}
.mob-menu[data-v-0d950d4e] {
    order: 2;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 480px) {
#header[data-v-0d950d4e] {
    flex-wrap: nowrap;
}
.header-top__btn[data-v-0d950d4e] {
    font-size: 12px;
    padding: 10px 20px;
}
.header-center__logo[data-v-0d950d4e] {
    width: 150px;
    height: 40px;
}
}
@media (max-width: 405px) {
.wrap[data-v-0d950d4e] {
    padding: 0;
}
.header-center__logo[data-v-0d950d4e] {
    width: 143px;
    height: 41px;
}
#header[data-v-0d950d4e] {
    padding: 10px 15px;
}
.header-top__container[data-v-0d950d4e], .header-center[data-v-0d950d4e] {
    padding: 0;
}
.header-top__btn[data-v-0d950d4e] {
    width: 132px;
    height: 41px;
    text-align: center;
    font-size: 10px;
}
}
.header-center__adress__item[data-v-0d950d4e] {
  position: relative;
}
.header-center__adress__item .drop[data-v-0d950d4e] {
  margin-left: 0;
  margin-right: 0;
}
.header-center__adress__item .drop svg[data-v-0d950d4e] {
  transition: ease-in-out 0.25s;
  transform: rotate(180deg);
}
.header-center__adress__item .drop.active svg[data-v-0d950d4e] {
  transform: rotate(0deg);
}
.header-center__adress__wrappi.dropdown[data-v-0d950d4e] {
  position: absolute;
  top: calc(100% + 15px);
  height: fit-content;
  z-index: -1;
  background: #fff;
  padding: 15px;
  width: max-content;
  transition: ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
}
.header-center__adress__wrappi.dropdown.active[data-v-0d950d4e] {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.drop-wrapper[data-v-0d950d4e] {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  gap: 5px;
}
.drop-wrapper .drop[data-v-0d950d4e] {
  display: flex;
  flex-shrink: 0;
}
.drop-wrapper svg[data-v-0d950d4e] {
  margin-right: 0;
}.text-success[data-v-340a8d2b] {
  color: #1b7943;
  margin: 0 0 30px 0;
}
.modal-call[data-v-340a8d2b] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.25s;
  padding: 0 15px;
}
.modal-call .wr[data-v-340a8d2b] {
  width: 871px;
  background: #fff;
  z-index: 9999999;
  padding: 72px 20px 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-height: 90vh;
  height: auto;
}
.modal-call .btn-close[data-v-340a8d2b] {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
.modal-call form[data-v-340a8d2b] {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-call__title[data-v-340a8d2b] {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 41px;
}
.modal-call__title span[data-v-340a8d2b] {
  color: #27509e;
}
.modal-call .input-group[data-v-340a8d2b] {
  max-width: 307px;
  position: relative;
  margin-bottom: 35px;
}
.modal-call .input-group input[data-v-340a8d2b] {
  width: 307px;
  height: 52px;
  border-radius: 48px;
  border: 1px solid rgba(113, 113, 113, 0.8);
  padding: 0 20px;
}
.modal-call .input-group label[data-v-340a8d2b] {
  position: absolute;
  top: -7px;
  left: 35px;
  padding: 0 15px;
  background: #fff;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.modal-call .policy-check[data-v-340a8d2b] {
  position: relative;
  width: 307px;
  margin-bottom: 20px;
}
.modal-call .policy-check input[type=checkbox][data-v-340a8d2b] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.modal-call .policy-check label[data-v-340a8d2b] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(113, 113, 113, 0.8);
  cursor: pointer;
}
.modal-call .policy-check label[data-v-340a8d2b]::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1px solid rgba(113, 113, 113, 0.6);
  border-radius: 3px;
  background-color: transparent;
  background-image: none;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s, border-color 0.2s;
}
.modal-call .policy-check label a[data-v-340a8d2b] {
  color: inherit;
  text-decoration: underline;
}
.modal-call .policy-check label a[data-v-340a8d2b]:hover {
  text-decoration: none;
}
.modal-call .policy-check input[type=checkbox]:checked + label[data-v-340a8d2b]::before {
  background-color: rgba(43, 82, 156, 0.1);
  border-color: #2b529c;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%232b529c' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.modal-call .btn-red[data-v-340a8d2b] {
  max-width: 307px;
}
.modal-call .btn-red[data-v-340a8d2b]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal-call.active[data-v-340a8d2b] {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 550px) {
.modal-call .input-group[data-v-340a8d2b] {
    max-width: 100%;
    width: 100%;
}
.modal-call .input-group input[data-v-340a8d2b] {
    width: 100%;
}
.modal-call .policy-check[data-v-340a8d2b] {
    width: 100%;
}
.modal-call .btn-red[data-v-340a8d2b] {
    max-width: 100%;
}
}#footer[data-v-8422dff3] {
  margin-top: 80px;
}
.footer__wrappi[data-v-8422dff3] {
  display: flex;
  justify-content: space-between;
}
.footer__wrappi--bottom[data-v-8422dff3] {
  align-items: center;
}
.footer-top[data-v-8422dff3] {
  background: #2651a1;
  padding: 45px 0 55px;
}
.footer-top__wrappi[data-v-8422dff3] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-top__wrappi--bottom[data-v-8422dff3] {
  display: block;
  margin-top: -18px;
  max-width: 50%;
}
.footer-top__wrappi--bottom .footer-top__text--offices[data-v-8422dff3], .footer-top__wrappi--bottom .footer-top__phone[data-v-8422dff3] {
  display: none;
}
.footer-top__logo[data-v-8422dff3] {
  width: 227px;
  height: 78px;
  cursor: pointer;
}
.footer-top__social[data-v-8422dff3] {
  max-width: 247px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-top__social-item[data-v-8422dff3] {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.footer-top__text[data-v-8422dff3] {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.footer-top__text--address[data-v-8422dff3] {
  font-style: normal;
  font-size: 16px;
  line-height: 1.9;
  margin-left: 17px;
  padding: 0;
}
.footer-top__text--normal[data-v-8422dff3] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #cbd9f4;
  margin-bottom: 13px;
}
.footer-top__text--normal[data-v-8422dff3]:last-child {
  margin: 0;
}
.footer-top__text--normal[data-v-8422dff3]:hover {
  text-decoration: underline;
}
.footer-top__text--bold[data-v-8422dff3] {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top__text--bold svg[data-v-8422dff3] {
  display: none;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.38);
  padding: 10px;
  border-radius: 50%;
}
.footer-top__phone[data-v-8422dff3] {
  display: flex;
  align-items: flex-start;
  margin-left: 25px;
  margin-top: 6px;
}
.footer-top__phone svg[data-v-8422dff3] {
  margin-right: 15px;
}
.footer-top__phone-number[data-v-8422dff3] {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.footer-top__phone-notation[data-v-8422dff3] {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  color: #ffffff;
}
.footer-top__address[data-v-8422dff3] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer-top__address svg[data-v-8422dff3] {
  flex-shrink: 0;
}
.footer-top__right[data-v-8422dff3] {
  display: flex;
  justify-content: space-between;
  max-width: 685px;
  width: 100%;
  margin-left: 50px;
}
.footer-top__left[data-v-8422dff3] {
  min-width: 530px;
}
.footer-top__col[data-v-8422dff3] {
  max-width: 125px;
  width: 100%;
}
.footer-top__col-title[data-v-8422dff3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer-top__col-arrow[data-v-8422dff3] {
  background: rgba(255, 255, 255, 0.38);
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.25s;
  display: none;
}
.footer-top__col .arrowActive[data-v-8422dff3] {
  transform: rotate(-180deg);
}
.footer-bottom[data-v-8422dff3] {
  background: #ffffff;
  padding: 22px 0;
}
.footer-bottom__mobWrap[data-v-8422dff3] {
  display: none;
}
.footer-bottom__mobWrap--conf-links[data-v-8422dff3] {
  display: none;
}
.footer-bottom--left[data-v-8422dff3] {
  color: #272727;
  max-width: none;
  width: auto;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
.footer-bottom--conf[data-v-8422dff3] {
  text-decoration-line: underline;
  color: #272727;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.footer-bottom--conf-links[data-v-8422dff3] {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom--umax[data-v-8422dff3] {
  width: 113px;
  height: 43px;
  display: block;
}
@media (max-width: 1000px) {
.footer__wrappi--top[data-v-8422dff3] {
    flex-direction: column;
    align-items: center;
}
.footer-top__right[data-v-8422dff3] {
    margin-left: 0px;
}
.footer-top__phone[data-v-8422dff3] {
    margin-left: unset;
}
}
@media (max-width: 640px) {
.footer-bottom[data-v-8422dff3] {
    padding: 22px 15px;
}
.footer-bottom__mobWrap[data-v-8422dff3] {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-bottom__mobWrap--left[data-v-8422dff3] {
    color: #272727;
    max-width: none;
    width: auto;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
}
.footer-bottom__mobWrap--conf[data-v-8422dff3] {
    text-decoration-line: underline;
    color: #272727;
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}
.footer-bottom__mobWrap--conf-links[data-v-8422dff3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-bottom--left[data-v-8422dff3] {
    display: none;
}
.footer-bottom--conf[data-v-8422dff3], .footer-bottom--conf-links[data-v-8422dff3] {
    display: none;
}
.footer-bottom--umax[data-v-8422dff3] {
    width: 117px;
    height: 43px;
    display: block;
}
}
@media (max-width: 550px) {
.footer-top[data-v-8422dff3] {
    padding: 45px 0 0;
}
.footer-top .wrap[data-v-8422dff3] {
    padding: 0;
}
.footer-top__text--nomarg[data-v-8422dff3] {
    margin-bottom: 0;
}
.footer-top__text--bold svg[data-v-8422dff3] {
    display: block;
    transform: 0.25s;
}
.footer-top__text--bold .arrowActive[data-v-8422dff3] {
    transform: rotate(-180deg);
}
.footer-top__wrappi--top[data-v-8422dff3] {
    flex-direction: column;
    align-items: center;
}
.footer-top__wrappi--center[data-v-8422dff3] {
    display: none;
}
.footer-top__wrappi--bottom[data-v-8422dff3] {
    margin: 35px auto;
    max-width: unset;
    width: 100%;
}
.footer-top__wrappi--bottom .footer-top__text--offices[data-v-8422dff3], .footer-top__wrappi--bottom .footer-top__phone[data-v-8422dff3] {
    display: flex;
}
.footer-top__wrappi--bottom .footer-top__text--offices[data-v-8422dff3] {
    margin-bottom: 25px;
}
.footer-top__wrappi--bottom .footer-top__phone[data-v-8422dff3] {
    margin-top: 35px;
}
.footer-top .footer-top__text[data-v-8422dff3] {
    padding-left: 15px;
    font-size: 21px;
    line-height: 34px;
}
.footer-top__right[data-v-8422dff3] {
    flex-direction: column;
}
.footer-top__col[data-v-8422dff3] {
    margin: 0;
    max-width: 125px;
    width: 100%;
    padding: 15px 0;
}
.footer-top__col--show[data-v-8422dff3] {
    border-bottom: 0.4px solid rgba(255, 255, 255, 0.58);
    max-width: 100%;
}
.footer-top__col-openShow[data-v-8422dff3] {
    display: none;
}
.footer-top__col .active[data-v-8422dff3] {
    display: block;
}
.footer-top__col-arrow[data-v-8422dff3] {
    display: flex;
    flex-shrink: 0;
}
.footer-top__left[data-v-8422dff3] {
    min-width: 0;
    padding: 0 15px;
}
.footer-top__social[data-v-8422dff3] {
    margin-top: 35px;
}
}
@media (max-width: 430px) {
.footer-top__col[data-v-8422dff3] {
    margin: 0;
    max-width: none;
}
.footer-top__text[data-v-8422dff3] {
    font-size: 18px;
}
.footer-top__text--normal[data-v-8422dff3], .footer-top__text--bold[data-v-8422dff3] {
    padding-left: 15px;
    font-size: 21px;
    line-height: 34px;
}
}
@media (max-width: 374px) {
.footer-bottom__mobWrap--left[data-v-8422dff3] {
    font-size: 10px;
}
.footer-bottom__mobWrap--conf[data-v-8422dff3] {
    font-size: 10px;
}
.footer-bottom--umax[data-v-8422dff3] {
    width: 100px;
    height: 35px;
    display: block;
}
}.text-success[data-v-613939db] {
  color: #1b7943;
  margin: 0 0 30px 0;
}
.measurer-call[data-v-613939db] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 15px;
  transition: ease-in-out 0.25s;
}
.measurer-call .wr[data-v-613939db] {
  width: 871px;
  background: #fff;
  z-index: 13;
  padding: 72px 20px 54px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.measurer-call .btn-close[data-v-613939db] {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
.measurer-call form[data-v-613939db] {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.measurer-call__title[data-v-613939db] {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 20px;
  text-align: center;
}
.measurer-call__title span[data-v-613939db] {
  color: #27509e;
}
.measurer-call__text[data-v-613939db] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #717171;
  margin-bottom: 35px;
}
.measurer-call__text span[data-v-613939db] {
  font-weight: 700;
}
.measurer-call__conteiner[data-v-613939db] {
  display: flex;
}
.measurer-call__left[data-v-613939db] {
  margin-right: 45px;
}
.measurer-call__right[data-v-613939db] {
  width: 307px;
}
.measurer-call .input-group[data-v-613939db] {
  max-width: 307px;
  position: relative;
  margin-bottom: 35px;
}
.measurer-call .input-group input[data-v-613939db], .measurer-call .input-group .date-input[data-v-613939db] {
  width: 307px;
  height: 52px;
  border-radius: 48px;
  border: 1px solid rgba(113, 113, 113, 0.8);
  padding: 0 20px;
}
.measurer-call .input-group label[data-v-613939db] {
  position: absolute;
  top: -7px;
  left: 35px;
  padding: 0 15px;
  background: #fff;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.measurer-call .input-group--adress[data-v-613939db] {
  margin-bottom: 30px;
}
.measurer-call .input-group--adress textarea[data-v-613939db] {
  padding: 15px;
  height: 140px;
  width: 100%;
  border-radius: 29px;
  resize: none;
}
.measurer-call .btn-red[data-v-613939db] {
  max-width: 307px;
}
.measurer-call .policy-check[data-v-613939db] {
  position: relative;
  width: 307px;
  margin-bottom: 20px;
}
.measurer-call .policy-check input[type=checkbox][data-v-613939db] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.measurer-call .policy-check label[data-v-613939db] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(113, 113, 113, 0.8);
  cursor: pointer;
}
.measurer-call .policy-check label[data-v-613939db]::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1px solid rgba(113, 113, 113, 0.6);
  border-radius: 3px;
  background-color: transparent;
  background-image: none;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s, border-color 0.2s;
}
.measurer-call .policy-check label a[data-v-613939db] {
  color: inherit;
  text-decoration: underline;
}
.measurer-call .policy-check label a[data-v-613939db]:hover {
  text-decoration: none;
}
.measurer-call .policy-check input[type=checkbox]:checked + label[data-v-613939db]::before {
  background-color: rgba(43, 82, 156, 0.1);
  border-color: #2b529c;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%232b529c' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.measurer-call.active[data-v-613939db] {
  opacity: 1;
  visibility: visible;
}
.select[data-v-613939db] {
  max-width: 307px;
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 1px solid rgba(113, 113, 113, 0.8);
  box-sizing: border-box;
  border-radius: 48px;
  z-index: 2;
  position: relative;
}
.select[data-v-613939db]:last-child {
  margin-right: 0;
}
.select .top[data-v-613939db] {
  position: absolute;
  max-width: 307px;
  width: 100%;
  height: auto;
  max-height: 50px;
  background: #ffffff;
  border-radius: 48px;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  overflow: hidden;
  z-index: 1;
  transition: ease-in-out 0.25s;
  cursor: pointer;
}
.select .svg[data-v-613939db] {
  transform: rotate(-180deg);
}
.select .bottom[data-v-613939db] {
  background: #ffffff;
  max-height: 0;
  display: none;
  position: absolute;
  top: 52px;
  max-width: 307px;
  width: 100%;
}
.select .bottom.open[data-v-613939db] {
  background: #ffffff;
  box-shadow: 0px 9px 41px rgba(0, 0, 0, 0.07);
  display: block;
  max-height: 1000px;
}
.select .bottom.open .top svg[data-v-613939db] {
  transform: rotate(-180deg);
}
.select .top[data-v-613939db] {
  padding: 16px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select .top svg[data-v-613939db] {
  width: 8px;
  height: 8px;
  transition: ease-in-out 0.25s;
}
.select .select__item[data-v-613939db] {
  padding: 10px 25px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #717171;
}
.select .select__item[data-v-613939db]:hover {
  color: #272727;
  background: #fff;
}
@media (max-width: 768px) {
.measurer-call .wr[data-v-613939db] {
    width: 100%;
    padding: 44px 20px 44px;
}
.measurer-call .btn-close[data-v-613939db] {
    top: 15px;
    right: 15px;
}
.measurer-call__title[data-v-613939db] {
    margin-bottom: 8px;
}
.measurer-call__text[data-v-613939db] {
    margin-bottom: 20px;
}
.measurer-call__left[data-v-613939db] {
    width: 49%;
    margin-right: 0;
    margin-bottom: 12px;
}
.measurer-call .input-group[data-v-613939db] {
    max-width: 100%;
    width: 100%;
}
.measurer-call .input-group input[data-v-613939db], .measurer-call .input-group .date-input[data-v-613939db] {
    width: 100%;
}
.measurer-call .input-group--adress[data-v-613939db] {
    margin-bottom: 6.5px;
}
.measurer-call .input-group--adress textarea[data-v-613939db] {
    height: 110px;
}
.measurer-call__conteiner[data-v-613939db] {
    width: 100%;
    justify-content: space-between;
}
.measurer-call__right[data-v-613939db] {
    width: 49%;
}
.measurer-call .select[data-v-613939db] {
    max-width: 100%;
}
.measurer-call .select .top[data-v-613939db] {
    max-width: 100%;
}
.measurer-call .select .bottom[data-v-613939db] {
    max-width: 100%;
}
}
@media (max-width: 550px) {
.measurer-call__conteiner[data-v-613939db] {
    flex-direction: column;
}
.measurer-call__left[data-v-613939db] {
    width: 100%;
}
.measurer-call .input-group[data-v-613939db] {
    margin-bottom: 12px;
}
.measurer-call__right[data-v-613939db] {
    width: 100%;
}
.measurer-call .btn-red[data-v-613939db] {
    max-width: 100%;
    margin-top: 30px;
}
.measurer-call .policy-check[data-v-613939db] {
    width: 100%;
}
}
#datepicker[data-v-613939db] {
  background: transparent;
}
.datepicker-group[data-v-613939db] {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}.videoModal[data-v-ac9d4d52] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.25s;
  padding: 0 15px;
}
.videoModal.active[data-v-ac9d4d52] {
  opacity: 1;
  visibility: visible;
}
.videoModal .wrap[data-v-ac9d4d52] {
  width: 100%;
  max-width: 900px;
  height: auto;
  background: #fff;
  z-index: 13;
  padding: 10px 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
}
.videoModal .btn-close[data-v-ac9d4d52] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.videoModal__title[data-v-ac9d4d52] {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #272727;
  margin-bottom: 20px;
}
.videoModal__wrap[data-v-ac9d4d52] {
  width: 100%;
}
.videoModal__tags[data-v-ac9d4d52] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.videoModal__tag[data-v-ac9d4d52] {
  padding: 0 10px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #27509e;
  border-radius: 74px;
  font-size: 12px;
  line-height: 15px;
  color: #27509e;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.videoModal__tag[data-v-ac9d4d52]:last-of-type {
  margin-right: 0;
}
.videoModal__date[data-v-ac9d4d52] {
  font-size: 14px;
  line-height: 17px;
  color: #b8b8b8;
}
.videoModal__name[data-v-ac9d4d52] {
  font-size: 20px;
  line-height: 24px;
  color: #2b529c;
  font-weight: 700;
  margin: 20px 0;
}
.videoModal__rating[data-v-ac9d4d52] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.videoModal__rating[data-v-ac9d4d52]:last-of-type {
  margin-bottom: 0;
}
.videoModal__rating-title[data-v-ac9d4d52] {
  font-size: 14px;
  line-height: 17px;
  color: #b8b8b8;
  max-width: 75px;
  width: 100%;
}
.videoModal__rating-stars[data-v-ac9d4d52] {
  display: flex;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.videoModal__rating-star[data-v-ac9d4d52] {
  margin-right: 3px;
}
.videoModal__rating-star[data-v-ac9d4d52]:last-of-type {
  margin-right: 0;
}
.videoModal__rating-star svg[data-v-ac9d4d52] {
  fill: #c2c2c2;
}
.videoModal__rating-star.active svg[data-v-ac9d4d52] {
  fill: #ff8b37;
}
.videoModal__text[data-v-ac9d4d52] {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
  margin-bottom: 25px;
}
.videoModal__text[data-v-ac9d4d52]:last-child {
  margin-bottom: 0;
}
.videoModal__bottom[data-v-ac9d4d52] {
  display: flex;
  width: 100%;
  min-height: 450px;
}
.videoModal__textblock[data-v-ac9d4d52] {
  width: 100%;
}
.videoModal__img[data-v-ac9d4d52] {
  max-width: 200px;
  max-height: 200px;
  background: #c4c4c4;
}
@media (max-width: 1025px) {
.reviewModal .wrap[data-v-ac9d4d52] {
    padding: 60px 30px 54px;
}
}
@media (max-width: 768px) {
.reviewModal__bottom[data-v-ac9d4d52] {
    flex-direction: column;
    margin-top: 30px;
}
.reviewModal__title[data-v-ac9d4d52] {
    font-size: 35px;
    line-height: 52px;
}
.reviewModal__textblock[data-v-ac9d4d52] {
    max-width: 100%;
}
.reviewModal__text[data-v-ac9d4d52] {
    margin-bottom: 20px;
}
.reviewModal__tags[data-v-ac9d4d52] {
    margin-top: 30px;
}
.reviewModal__img[data-v-ac9d4d52] {
    width: 100%;
    margin-top: 30px;
    height: 360px;
}
}
@media (max-width: 475px) {
.reviewModal .wrap[data-v-ac9d4d52] {
    padding: 60px 20px 54px;
}
}.cookie-consent[data-v-5d177ac0] {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  max-width: 520px;
  width: calc(100% - 48px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookie-consent.visible[data-v-5d177ac0] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-consent__text[data-v-5d177ac0] {
  font-size: 13px;
  line-height: 1.6;
  color: #272727;
  flex: 1;
}
.cookie-consent__text a[data-v-5d177ac0] {
  color: #27509e;
  text-decoration: underline;
}
.cookie-consent__text a[data-v-5d177ac0]:hover {
  text-decoration: none;
}
.cookie-consent__btn[data-v-5d177ac0] {
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  color: #272727;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.cookie-consent__btn[data-v-5d177ac0]:hover {
  background: #f0f4fb;
  border-color: #27509e;
  color: #27509e;
}
@media (max-width: 600px) {
.cookie-consent[data-v-5d177ac0] {
    bottom: 16px;
    right: 12px;
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
    gap: 12px;
}
.cookie-consent__btn[data-v-5d177ac0] {
    align-self: flex-end;
}
}@font-face {
  font-family: "ProximaNova";
  src: url("/assets/ProximaNova-Semibold-4bedae64.woff2") format("woff2"), url("/assets/ProximaNova-Semibold-e3c22516.woff") format("woff"), url("/assets/ProximaNova-Semibold-723091ba.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/ProximaNova-Regular-1c0e303b.woff2") format("woff2"), url("/assets/ProximaNova-Regular-81c6d1a1.woff") format("woff"), url("/assets/ProximaNova-Regular-c28997e1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/ProximaNova-Light-0e0136ef.woff2") format("woff2"), url("/assets/ProximaNova-Light-72ffdef6.woff") format("woff"), url("/assets/ProximaNova-Light-db856c32.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/ProximaNova-Extrabold-ff210bd9.woff2") format("woff2"), url("/assets/ProximaNova-Extrabold-d5c14734.woff") format("woff"), url("/assets/ProximaNova-Extrabold-cbe8bac3.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/ProximaNova-Bold-dd63c302.woff2") format("woff2"), url("/assets/ProximaNova-Bold-99a24fdd.woff") format("woff"), url("/assets/ProximaNova-Bold-ef64623e.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/ProximaNova-Black-9785b232.woff2") format("woff2"), url("/assets/ProximaNova-Black-819533bb.woff") format("woff"), url("/assets/ProximaNova-Black-3e64847a.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Thin-2e35cc29.woff2") format("woff2"), url("/assets/Montserrat-Thin-0e476b5c.woff") format("woff"), url("/assets/Montserrat-Thin-1a3767e0.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-SemiBold-eeb13fab.woff2") format("woff2"), url("/assets/Montserrat-SemiBold-a0ebec72.woff") format("woff"), url("/assets/Montserrat-SemiBold-f227901e.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Regular-7039cd0c.woff2") format("woff2"), url("/assets/Montserrat-Regular-315403f8.woff") format("woff"), url("/assets/Montserrat-Regular-077cdab1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Medium-3d86b169.woff2") format("woff2"), url("/assets/Montserrat-Medium-fcd01ae8.woff") format("woff"), url("/assets/Montserrat-Medium-421f26b2.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Light-edb69643.woff2") format("woff2"), url("/assets/Montserrat-Light-94d1bd36.woff") format("woff"), url("/assets/Montserrat-Light-e0feb97a.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-ExtraLight-6121bf8a.woff2") format("woff2"), url("/assets/Montserrat-ExtraLight-6b9cee8b.woff") format("woff"), url("/assets/Montserrat-ExtraLight-cb6c1c8b.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-ExtraBold-552b3835.woff2") format("woff2"), url("/assets/Montserrat-ExtraBold-62610000.woff") format("woff"), url("/assets/Montserrat-ExtraBold-6e41d252.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Bold-dba1516c.woff2") format("woff2"), url("/assets/Montserrat-Bold-6767145a.woff") format("woff"), url("/assets/Montserrat-Bold-c8289a87.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat-Black-134a3690.woff2") format("woff2"), url("/assets/Montserrat-Black-af6aa6f7.woff") format("woff"), url("/assets/Montserrat-Black-79468c11.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration-line: none;
  color: inherit;
}
.wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
input,
textarea {
  outline: none;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app {
  font-family: "ProximaNova";
  font-weight: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  /* line-height: 1.5; */
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
html:focus-within {
    scroll-behavior: auto;
}
*,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}
}
.btn-red {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(182.87deg, #df2931 2.39%, #c40911 79.31%);
  border-radius: 69px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  transition: ease-in-out 0.25s;
  cursor: pointer;
  border: none;
}
.btn-red:hover {
  background: linear-gradient(359.7deg, #df2931 0.26%, #c40911 99.74%);
}
.btn-red-border {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #df2931;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #272727;
  border-radius: 69px;
  transition: ease-in-out 0.25s;
}
.btn-red-border:hover {
  background: #df2931;
  color: #fff;
}
.btn-red-border:hover svg {
  fill: #fff;
}
.btn-red-border svg {
  fill: #000;
  margin-left: 15px;
  transition: ease-in-out 0.25s;
}
.btn-white {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 69px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
  text-transform: uppercase;
  transition: ease-in-out 0.25s;
}
.btn-white:hover {
  color: #fff;
  background: linear-gradient(359.7deg, #df2931 0.26%, #c40911 99.74%), #ffffff;
}
.btn-blue {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #27509e;
  border-radius: 69px;
  filter: drop-shadow(0px 16px 17px rgba(223, 41, 49, 0.1));
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #272727;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}
.btn-blue:hover {
  border: 2px solid transparent;
  color: #fff;
  background: #df2931;
}
.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  z-index: 10;
}
#main-page .banner .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  background: transparent !important;
  width: 9px !important;
  height: 9px !important;
  opacity: 1 !important;
  margin-right: 7px;
  transition: ease-in-out 0.25s;
  border-radius: 33px !important;
}
#main-page .banner .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
#main-page .banner .swiper-pagination-bullet-active {
  width: 19px !important;
  background: #ffffff !important;
}
h1 {
  font-size: 64px;
  line-height: 95px;
  font-weight: 600;
  margin-top: 5px;
  color: #272727;
}
h1 span {
  color: #27509e;
}
h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  margin: 80px 0 50px;
}
h2 span {
  color: #27509e;
}
h2 .span-gray {
  font-weight: 400;
  color: #828282;
}
h2 .count {
  color: #df2931;
  font-size: 15px;
  vertical-align: super;
}
.banner {
  margin-top: 80px;
}
.accessories h2 {
  margin-bottom: 0;
  position: relative;
}
.accessories h2::after {
  content: "";
  position: absolute;
  right: 35%;
  top: 0px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA5CAYAAAB9E9gIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAxYSURBVHgB7VkJrF1VFd3n3Pm++977748tHyxgwQkBBwLKkEKFUAZNSEpMCIY4gDEhJiQiMZp8Q4zEGESJBCpRBo0EohAtM8gHtaBNGaWEuVSghf7+/99453Nc+7w2MSbG9z5USvJ38/qn++4966y91177PKLlWI7lWI59GddefsFh11/5lVF6n4Qc9MKeyBrxQu+LV152zqH0PoiBgbUW57Z1s3iVcqxzZ2bOCmk/j4GBzfz4vrc73c7dcZx9pJpHR9N+HgMD43itKTeTK18oA+dzV1x3YZ324xgK2M0339fVNdpINZqMvOpR+JWg/TSGAsbxemNia+lmTwsZn3brPVc2aD+NoYFtuGhDTnF6X0552Ml2n6i13i9ZGxoYR9q8Y3s833q0t7h44i1/+NHK/3bdzMyMfK+AL/mhl1685sDJFQdc4o9Pbv3Y4V+44ZqHr5GU7qwnyp6Uyl5V6nJaKTVNQo7Ytii90JqPAu8Vz248cu0lN71B+ziWDGz9+vXWcYfp84LR2rnzYW/TP974J3UTdUShxWqlrBWaxChp8jUpKSQJ25bmYZ5vZ5XAv+vgA+rfvfyC3z5L+yiWDEzrGfnz67atTTqdb+WeWBO7Zb5t53zQ7JVCa5uktHGN1X+I0PhP4asgSypyHMJLaseVN64YCWd+8NXfv0bvcli0xHi+UAcKPz85cfWxrTyefuHNebdUjqiFVcoKRYutHqVZSknKr4yyrKA0LyjLS0qykvJcA6Y+Oivy8487ffVrZ372/OdmZ2c1vUuxJGDrLj62Fmf61Pl2ekazuXBcrm3HtS3atdClhU5KQRDQRKNGlbBCnW4XZSZJcm4Ayt6vSmlsQElFWYSWJdal0RutT54z8sSWjTsUvQsxPLAZkgd3Dv50WaozS1WeWubZSK+TULXWIM+zqJdkhpluqqjQBR00tZIa1Yi6ccx4kIIOhb6PV4DrHaSsBDjlpkW5xkrryTHnnrJ5y8Yt7xjc0MDWfXzNdF7mZwhdnK6L/INS5UIrdDXh0dhIAykXU5zkpMGIkA4VKOMcj/nA1AoKPRstsEtKQ1K0Mi9Ga9kOBY7tlCo5RpSdt1fXP/nU1q1b31FaDgXswgs/5ewgeRLy6HSh889SmTq2xCKLnJRwyI9GCZJO7U6X8iyjEr8vlSLbsQ04ywlptFqjLAV41B7QQ2BKXMN1VwAoVLQoVnsHJU8/9cCr2+kdxFDAxk9cPaWVWgskp+ksXklFTJ7Tr5+swKpqk1SNInBUoLYyUiVYKQsDEvyZWmOAUTRC9TDA/iiAKsiyJNmWRTbq1JZiDPUXHHf2hzZtufflDi0xhnIeUhYrsNJDSRcHqTKlMu8rHrad0IMpBxO2W6fx0XGqV31IO/8JtZbn1G01qdWcpyRuo98llJJLjcYKGquN475g0xKmHSigdyz77DzW69c8tMamJcYwwAR2cgwVA6bSQHOaaV6M5IxCeqWorx4p3LJanaKJsQZqxwIrfQXMAa7X6VF7cYGai3PU63UoKTVJfxS1eQDu4xjRKdAq0kJFpdZfP2STvVbrpfXaoRiz8tgXea9GZYbsAxrLxctBikHGsYJet03N9iKVEkIyupJWTIyBCWy6sMzqyhK1BGGJez1qLeyihfk3ITQtSpRFYWWSapVRcm2P70y5UoGWcvqSn3zGpyXEMDUmDjuq+hFVZMdbUq+yXZesoI41u+RAALiWCuy6cH1yvBDWqUK1ECmGNGNhKMDaXpnDHhhmCjAUg7ki75nWwBvguR65SEtwXEc2WK2s8vAzf3qxSUPGUMA++qmRA1VenACZO1i6FRBWwbceFUhBAclXuJ1wA5Dokhb9W3t2Ro5tUzUIqRZVKAx8088KsMcpCvcPkHAkGddsTDnXLkTFs6SwrXIl9m/u+LMO3/L3u18qh1grDVOcGgtMS1f1kCaanR/LOfSeJPpQgv5l+lOeQSB65g25Y5EDkSh1TDsXeNMlGEHP8j0A9MCmbRp3jI2B2lIOZZVoH+yaE1wdCFH1reLLruU+hh//ymsYdLFD1ZitRNwIotjDNhLSr8gSKqFyukgh07ZRN8X/ygwSz2KSQfg9qkQNGolCMFTCP2bU7CW0iNdcq02u59MkVHR8ZMzkKKso16IwX5nJ/INx2jnvO7/4/ORQax3m4k6adpwy6zjSYflAFrqk0h7SzSIJbS/Bj9JskTKqYcEs4dyrtGBpbxhH0kN7kKgnvt6C8MRZTkmBkQZbPA7BIY32QT3seExokWQJ0dZKtNvNLpDTW4OudSjGoumJbuk67UxlmUg72JWMXHi+cs+QbAEaK2SBlMrSBOmFmkGvMy7D8mhqAi0AlzLYgt0+0jDBqwC7aBzUxnWdFPewAiMiQrCg5GOWLI/woyAfZq1DAfvQ1OHN0ZUHzllhBYShnpK4X/TG+7GSQTAgCCXUrtVOwFBmxKBALXbwvQ1hmRhvGFU0D+c2wfqH9Oy12wCKPojrY7xfiYhcJzBznSXk0XA66y6+a5036FqHSkUxf1hHB7tesoNoLs3KEWg0QFn9Jg22GBjLuET9ca00F3Mw6iPt+u9fyDTVIBqNekgLiyzzfelngNzoVDch5XKNCjiZkATea4M1eMkdUP5k7Pk4wG3SQdY6FGM4nFGRXdkcVOvPWn5Fs6QzUwyOz2x0f33E3PHUrOAs2G30el1KzbCZ0SIWP1aP4CkrTK5x+Cz3GINgmllcmEF2KS1qYZbLShf7p6exUTZNT/QGXevQXmyivfCKHpv4I5Z//JyaG4enw46y34KiqcQIheJGpe09PhHtB+llgwmuLwgd7ca1k2M1zGQeGnRiNBwzGWa5pN/XSommL40qdmO835ejpLIj8t3xBC4d6CBo6HlsdnabWnv2Idu0HX0AKz0yL5TkFERXg0QjBVn2YaPY0DILQvaFhZuxNBC0cRxJjnEGSNtdnt8AHCupYyCNMH1zerLrd2yBOuOOqbga3+wm6eOPP7h9xyDrXNK54hXfuHMBg+YNUaXyXL0RkR9gEoZ0W5iO+bCGU5H7nNgDgscSF82aa0mZlFPwjEhNpGDg26Zvdbspzc03cbzQNOx5DlwN7BrLCxt/tI6DPFdODXpOuSRgHJNHLTwmRXltVAkWI4woLqxS34jzfMaQpLFOLOM5wHGKMcA+k6V5cV/jGS0MmGHDDNIZRjnNqYVhtRurvjCxxdc0hqn80KuvPsMdZH1LBjZz8mxhef5NcAg3RlGliGpVsoMqthbyDHaYIUbGqSj29C7ea8fey1xp/GKCvuXCZjFoPmLAZoEhFCK2hk+2spyP7KxFSNFm/LG1PS0H0oUlH79xbL5ra3bM2qMeJVlMuH54NNyE5Lpir8eLx9mhcR/GT0qekKWptQLqZ+F7YrB7xi02x1nOrQL+U6TkWIU5f+T3e67d9V1xpyjUbVddOrswyNqWzNje2HDZbc2ateubnix+OjZST6emxuH/AAKgbAOI916DFbAIj+n5Dn4vjLQbRoU2zoVHG/670pjHZAVzmY0elsDlsx3OmjDesTfisN8ayAi/I8b2xmP3vl5svue5+x944rZXw6C2xg/CQJtxEXUF5viwBg0WAoPHaWaNzClWf2wx+Pa4EW3EJcswReeaKgHmM0dopPaTqM7ZzqL91JOz24pB1rTkM4X/DGHOsek337vugqfdsPJr1NKRvbhrPKPr2oYRB6dVPHiy4WU1YHVk5oQBjDEHqcjHCaUBXJoeVovcFIexO1zpbt8wM5sMup53hbF/j0c2Pvn2OV864b5S26u1+bRFuS4ORmtRYAZOB34x8EPMcNaeHidMPWgjoZZJW8ecAgGwyloqKzZhdttSr9U2/eXOFweqr30CjOPeWx9bWH/Ksb+zxit/TuLOFJrthO0EThiMyKhSB8hRGq2Pof9VUXOhYYllX4j+ER0LBp9FYpLeXWb5HaqIr58uT3tjmLP9ff6h3M/uuth75eWdx2dSroz8sU/4XvUs360eWq3UHQmGYqRqJ+nSHB/u4Iguwc85JmqHuzKJHUncuqoMe9fe/f2/tYZ57v/900b+lNP6cPcQ27E+PRpOnWnZ4Ulo1iHKbWJXa3cxtzC/q9NbrAOcdqXcBQ/6y6KVXnPTD2/fPcxz3vPPj6+7/9t131u1ClJ4pJTR1+KseP7N+Z23vDX3ep6XiTUSOnGLdj2z4aKNAzv7/TJuffDK6dsf+tUILcdyLMdyLMdy/O/4F6z1Sim9ExaFAAAAAElFTkSuQmCC");
  width: 50px;
  height: 50px;
}
.feedback {
  margin-top: 160px;
}
.price {
  position: relative;
}
.price::after {
  content: "";
  position: absolute;
  left: 33%;
  bottom: -35px;
  background: url("/assets/leaves-5-e2ec5d00.png");
  width: 70px;
  height: 75px;
}
.price h2 {
  text-align: left;
  display: none;
}
.price .tabs {
  display: flex;
  justify-content: center;
}
.price .tabs .i {
  max-width: 33%;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding: 29px 0;
  color: #272727;
  border-bottom: 2px solid #eaeaea;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.price .tabs .i.active {
  color: #27509e;
  border-bottom: 2px solid #27509e;
  transition: all 0.5s ease-in-out;
}
.price .swiper-container {
  padding-top: 80px;
}
.price .swiper {
  padding-top: 80px;
}
.price .price-sale-slider-pagination {
  margin-top: 50px;
}
.news h2 {
  margin-bottom: 0;
}
.worksCompleted h2 {
  max-width: 1440px;
  width: 100%;
  margin: 80px auto 50px;
  padding: 0 15px;
}
h3 {
  font-size: 26px;
  line-height: 31px;
  color: #1e1e1e;
  font-weight: 700;
}
h3 span {
  color: #2b529c;
}
.employees h2 {
  margin-bottom: 0;
}
.reviews h2 {
  margin-bottom: 0;
}
.textblock-indention--big {
  margin-top: 80px;
}
.textblock-indention--little {
  margin-top: 50px;
}
.price-content .textblock-indention--little {
  padding-right: 90px;
  margin-top: 0 !important;
}
.advantages .wrap {
  padding: 0 80px;
}
.advantages .swiper-pagination {
  margin-top: 30px;
}
.advantages-indention--big {
  margin-top: 80px;
}
.advantages-indention--little {
  margin-top: 50px;
}
.specifications__wrap {
  background: #f7f7f7;
  padding-bottom: 40px;
}
.specifications__tabs {
  display: flex;
  justify-content: flex-end;
  overflow-x: auto;
  max-width: 100%;
}
.specifications__tab {
  position: relative;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: hsla(0, 0%, 44.3%, 0.9);
  border-bottom: 3px solid transparent;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
}
.specifications__tab:last-of-type {
  border-right: 1px solid transparent;
}
.specifications__tab.active {
  border-right: 1px solid transparent;
  border-bottom: 3px solid #27509e;
  color: #27509e;
  opacity: 1;
  background: #fff;
}
.leaves__title {
  position: relative;
}
.leaves__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/assets/leaves-12-7213c7a3.png");
  width: 70px;
  height: 75px;
}
.leaves {
  position: absolute;
  display: block;
}
.leaves.leaves--3 {
  top: 60%;
  right: 17.5%;
  height: 53px;
  width: 57px;
  transform: rotate(13deg);
}
.leaves.leaves--4 {
  top: 60%;
  right: 17.5%;
  height: 53px;
  width: 57px;
  transform: rotate(13deg);
}
.leaves.leaves img {
  display: block;
  width: 100%;
  height: 100%;
}
.parameters__wrap {
  background: rgba(246, 246, 246, 0.9);
  padding-bottom: 40px;
}
.parameters__tabs {
  display: flex;
  justify-content: flex-end;
}
.parameters__tabs-link {
  position: relative;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(113, 113, 113, 0.9);
  border-bottom: 3px solid transparent;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
}
.parameters__tabs-link:first-of-type {
  border-left: none;
}
.parameters__tabs-link svg {
  position: absolute;
  top: 12px;
  left: 15px;
}
.parameters__tabs-link.active {
  background: #fff;
  color: #27509e;
  border-left: none;
  border-bottom: 3px solid #27509e;
}
.product-type {
  margin-top: 80px;
}
.product-type__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  background: #f6f6f6;
  border-radius: 9px;
  position: relative;
}
.product-type__block--cold {
  margin-bottom: 100px;
  margin-left: auto;
  padding: 40px 110px 40px 200px;
}
.product-type__block--warm {
  margin-right: auto;
  padding: 50px 200px 30px 110px;
}
.product-type__img--cold {
  position: absolute;
  left: -50px;
}
.product-type__img--warm {
  position: absolute;
  right: -50px;
}
.product-type__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #717171;
}
.product-type__text--cold {
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #27509e;
}
.product-type__text--warm {
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #df2931;
}
.product-type__text--title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  margin-bottom: 25px;
  color: #27509e;
}
.product-type__text--border {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 33px;
  text-align: justify;
  color: #717171;
  margin-bottom: 5px;
  list-style-type: none;
}
.product-type__text--price {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  color: #27509e;
}
.product-type__text--price span {
  font-size: 30px;
}
.product-type__text--price .square {
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
}
.product-type__text--center {
  margin-bottom: 20px;
}
.product-type__text--center span {
  font-weight: 700;
}
.product-type__wrap {
  max-width: 560px;
}
.product-type__wrap ul {
  padding: 0;
  margin: 0;
}
.product-type__wrap--border {
  max-width: 360px;
  width: 100%;
  padding: 22px 20px 35px 35px;
  border: 1px dashed #27509e;
  border-radius: 7px;
}
.cool-lightbox .cool-lightbox__slide img {
  width: unset !important;
  height: unset !important;
}
.content-block {
  margin-top: 50px;
}
.content-block__text {
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  text-align: justify;
}
.content-block__text p {
  margin-bottom: 20px;
}
.content-block__text p:last-of-type {
  margin-bottom: 0;
}
.content-block__image {
  max-width: 680px;
  height: 400px;
  width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1425px) {
.feedback {
    margin-top: 80px;
}
.product-type__block {
    width: 100%;
    align-items: flex-end;
}
.product-type__block--cold {
    flex-direction: column;
    padding: 20px;
}
.product-type__block--warm {
    flex-direction: column-reverse;
    padding: 20px;
}
.product-type__img--cold {
    position: absolute;
    left: 0px;
    top: -20px;
}
.product-type__img--warm {
    position: absolute;
    right: 0px;
    top: -20px;
}
.product-type__wrap {
    max-width: auto;
}
.product-type__wrap--textwarm {
    margin-right: auto;
    width: 90%;
    min-height: 260px;
}
.product-type__wrap--textcold {
    width: 90%;
    min-height: 260px;
}
.product-type__wrap--border {
    margin-top: 15px;
    max-width: 100%;
}
}
@media (max-width: 1000px) {
.table .square {
    font-size: 8px;
}
}
@media (max-width: 810px) {
.product-type__img {
    width: 150px;
}
.product-type__img--cold {
    position: absolute;
    left: 0px;
    top: 0px;
}
.product-type__img--warm {
    position: absolute;
    right: 0px;
    top: 0px;
}
.product-type__wrap {
    max-width: auto;
}
.product-type__wrap--textwarm {
    margin-right: auto;
    width: 250px;
}
.product-type__wrap--textcold {
    margin-left: 150px;
    width: 250px;
}
.product-type__wrap--border {
    margin-top: 15px;
    max-width: 100%;
}
}
@media (max-width: 550px) {
.textblock-indention--little {
    margin-top: 0;
}
}
@media (max-width: 470px) {
.product-type__block {
    width: 100%;
}
.product-type__block--cold {
    flex-direction: column;
    padding: 20px;
}
.product-type__block--warm {
    flex-direction: column-reverse;
    padding: 20px;
}
.product-type__img {
    width: 83px;
    height: 138px;
}
.product-type__img--cold {
    position: absolute;
    left: 0px;
    top: -50px;
}
.product-type__img--warm {
    position: absolute;
    right: 0px;
    top: -50px;
}
.product-type__wrap {
    max-width: auto;
}
.product-type__wrap--textwarm {
    margin-right: auto;
    width: 250px;
}
.product-type__wrap--textcold {
    margin-left: 150px;
    width: 250px;
    text-align: right;
}
.product-type__wrap--border {
    margin-top: 15px;
    max-width: 100%;
    height: auto;
}
.product-type__text {
    font-size: 16px;
    color: #717171;
}
.product-type__text--cold {
    margin-bottom: 25px;
    font-size: 30px;
    text-align: end;
}
.product-type__text--warm {
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #df2931;
}
.product-type__text--title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    margin-bottom: 25px;
    color: #27509e;
}
.product-type__text--border {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
    color: #717171;
    margin-bottom: 5px;
    list-style-type: none;
}
.product-type__text--price {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    color: #27509e;
}
.product-type__text--price span {
    font-size: 30px;
}
.product-type__text--price .square {
    font-size: 12px;
    line-height: 1;
    vertical-align: super;
}
.product-type__text--center {
    margin-bottom: 20px;
}
.product-type__text--center span {
    font-weight: 700;
}
}
@media (max-width: 1380px) {
.advantages .wrap {
    padding: 0 20px;
}
}
@media (max-width: 1200px) {
.accessories h2::after {
    right: 0;
}
}
.price h2 {
  display: block;
  text-align: center;
}
@media (max-width: 980px) {
.specifications__tabs {
    overflow-x: auto;
    max-width: 100%;
    display: -webkit-box;
    padding-bottom: 10px;
}
.content-block__image {
    float: unset;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: 300px;
}
}
@media (max-width: 768px) {
h1 {
    font-size: 35px;
    line-height: 42px;
}
h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
    margin: 30px 0 20px;
}
h3 {
    font-size: 20px;
    line-height: 25px;
}
.textblock-indention--big {
    margin-top: 15px;
}
.price h2 {
    text-align: left;
}
.vacancies .leaves__title::after {
    display: none;
}
}
@media (max-width: 768px) {
.price .tabs .i {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 0;
}
.price .swiper-container {
    padding-top: 50px;
}
.price .swiper {
    padding-top: 50px;
}
.banner {
    margin-top: 30px;
}
}
@media (max-width: 450px) {
.price .swiper-container {
    padding-top: 50px;
}
.price .swiper {
    padding-top: 50px;
}
#main-page .price .swiper {
    padding-top: 0;
}
}
@media (max-width: 420px) {
.price .tabs .i {
    font-weight: 600;
    font-size: 11px;
    padding: 20px 0;
}
.price .swiper-container {
    padding-top: 25px;
}
.price .swiper {
    padding-top: 50px;
}
.balconies .price .swiper {
    padding-top: 20px;
}
.balconies .price-p {
    padding: 0 15px;
}
}
@media (max-width: 374px) {
.price .tabs .i {
    font-weight: 600;
    font-size: 10px;
    padding: 20px 0;
}
}
@media (max-width: 588px) {
.parameters__tabs-link {
    height: 50px;
    padding: 0 40px;
    font-size: 18px;
}
.parameters__tabs-link svg {
    position: absolute;
    top: 0px;
    left: 0px;
}
}
@media (max-width: 510px) {
.parameters__tabs-link {
    height: 40px;
    padding: 0 30px;
    font-size: 13px;
}
}
@media (max-width: 420px) {
.parameters__tabs-link {
    height: 40px;
    padding: 0 25px;
    font-size: 13px;
}
}
@media (max-width: 374px) {
.parameters__tabs-link {
    height: 40px;
    padding: 0 30px;
    font-size: 12px;
}
}
.product-type__text.product-type__text--warm, .product-type__text.product-type__text--cold {
  display: flex;
  align-items: center;
}
.product-type__text.product-type__text--warm svg, .product-type__text.product-type__text--cold svg {
  margin-right: 15px;
}
@media (max-width: 1425px) {
.product-type__block.product-type__block--cold, .product-type__block.product-type__block--warm {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-type__img--cold, .product-type__img--warm {
    position: static;
}
.product-type__wrap--textcold {
    margin-left: 15px;
}
.product-type__wrap--textcold, .product-type__wrap--textwarm {
    max-width: unset;
    width: calc(100% - 210px);
}
.product-type__block--warm .product-type__wrap--border {
    margin-top: 0;
    margin-bottom: 15px;
}
}
@media (max-width: 810px) {
.product-type__wrap--textcold, .product-type__wrap--textwarm {
    width: calc(100% - 165px);
}
.product-type__block--warm .product-type__wrap--border {
    margin-top: 15px;
    margin-bottom: 0;
}
.product-type__block.product-type__block--warm {
    flex-wrap: wrap-reverse;
    align-items: flex-end;
}
.product-type__img--warm {
    order: 0;
}
.product-type__wrap--textwarm {
    order: 1;
}
.product-type__wrap--textwarm {
    margin-right: 0;
    margin-left: auto;
}
.product-type__block--cold {
    margin-bottom: 20px;
}
.aluminiydoorbrand-parameters__img, .aluminiegarden-parameters__img, .aluminiybalconiesbrand-parameters__img, .aluminiybrand-parameters__img {
    padding: 0 15px;
}
.product-type {
    margin-top: 30px;
}
.product-type .wrap {
    padding: 0;
}
.product-type .wrap h2 {
    padding: 0 15px;
}
.product-type .wrap .product-type__block {
    border-radius: 0;
}
.parameters__tabs .parameters__tabs-link {
    height: auto;
    padding: 15px 40px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.parameters__tabs .parameters__tabs-link img {
    top: 9px;
    left: 7px;
}
}
@media (max-width: 510px) {
.parameters__tabs .parameters__tabs-link {
    font-size: 13px;
    line-height: 21px;
}
}
@media (max-width: 470px) {
.product-type__wrap--textcold, .product-type__wrap--textwarm {
    width: calc(100% - 98px);
}
.product-type__wrap--textcold .product-type__text--cold, .product-type__wrap--textcold .product-type__text--warm, .product-type__wrap--textwarm .product-type__text--cold, .product-type__wrap--textwarm .product-type__text--warm {
    text-align: left;
}
.product-type__text.product-type__text--warm, .product-type__text.product-type__text--cold {
    font-size: 16px;
    line-height: 27px;
}
.product-type__text.product-type__text--warm svg, .product-type__text.product-type__text--cold svg {
    width: 25px;
    height: 25px;
}
}
#ui-datepicker-div {
  z-index: 10000000 !important;
}
.main .banner {
  margin-top: 0;
  position: relative;
}
.main .banner .swiper-slide {
  position: relative;
  padding: 0;
}
.main .banner__bg {
  position: static;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .banner__title {
  width: 100%;
  color: #272727;
}
.main .banner__title-top {
  font-size: 94px;
  line-height: 1;
  font-weight: 700;
}
.main .banner__title-top span {
  color: #27509e;
}
.main .banner__title-bottom {
  font-size: 58px;
  line-height: 1;
}
.main .banner__title-bottom span {
  font-weight: 700;
}
.main .banner .wrap {
  position: relative;
  z-index: 2;
}
.main .banner__description {
  font-size: 21px;
  line-height: 34px;
  color: #272727;
  opacity: 0.5;
  margin-top: 15px;
}
.main .banner__buttons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.main .banner__buttons .btn-red {
  max-width: 220px;
}
.main .banner__buttons .btn-white {
  max-width: 220px;
  margin-left: 10px;
}
.main .banner__notation {
  position: absolute;
  bottom: 20px;
  right: 520px;
  width: 173px;
  height: 173px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px 10px;
  background: #27509e;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.main .banner__notation .font-16 {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.main .banner__notation .font-35 {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  margin: 5px 0;
}
.main .banner__notation .font-12 {
  font-size: 12px;
  line-height: 18px;
}
.main .banner .swiper-pagination {
  position: absolute !important;
  bottom: 10px !important;
  top: unset !important;
  left: unset !important;
  width: fit-content;
  margin: 0 auto;
}
.main .banner .swiper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .price {
  margin-top: 80px;
}
.main .price__wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.main .price__item {
  margin-bottom: 95px;
}
.main .price__mobile {
  display: none;
}
.main .advantages {
  margin-top: 60px;
}
.main .feedback {
  margin-top: 65px;
}
@media (max-width: 1440px) {
  .main .banner__notation {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .main .price__wrap {
    display: none;
  }
  .main .price__mobile {
    display: block;
    padding: 20px 0 0;
  }
  .main .price__mobile .card {
    margin: 0 auto;
  }
  .main .price__mobile .price-slider-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .main .banner__title-top {
    font-size: 64px;
  }
  .main .banner__title-bottom {
    font-size: 38px;
  }
  .main .banner__description {
    font-size: 21px;
    line-height: 34px;
    color: #272727;
    opacity: 0.5;
    margin-top: 15px;
  }
  .main .banner__buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
  }
  .main .banner__buttons .btn-red {
    max-width: 220px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .main .banner__buttons .btn-white {
    max-width: 220px;
    margin-left: 0px;
    font-size: 12px;
  }
  .main .banner__notation {
    width: 100px;
    height: 100px;
    right: 20px;
    bottom: 0px;
  }
  .main .banner__notation .font-16 {
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
  }
  .main .banner__notation .font-35 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin: 5px 0;
  }
  .main .banner__notation .font-12 {
    font-size: 8px;
    line-height: 1;
  }
  .main .banner .swiper-pagination {
    position: absolute !important;
    bottom: 5px !important;
  }
}
@media (max-width: 374px) {
  .main .banner__title-top {
    font-size: 64px;
  }
  .main .banner__title-bottom {
    font-size: 38px;
  }
  .main .banner__description {
    font-size: 21px;
    line-height: 34px;
    color: #272727;
    opacity: 0.5;
    margin-top: 15px;
  }
  .main .banner__buttons .btn-red {
    max-width: 220px;
    font-size: 12px;
  }
  .main .banner__buttons .btn-white {
    max-width: 220px;
  }
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.textblock {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #272727;
  max-width: 1265px;
  width: 100%;
  margin: 0 auto;
  text-align: start;
  margin-bottom: 30px;
  word-break: break-word;
}
.search-result {
  margin-top: 50px;
}
.search-result .item {
  margin-bottom: 50px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 29px 72px rgba(0, 0, 0, 0.04);
  border-bottom: unset !important;
  transition: all 0.25s ease-in-out;
}
.search-result .item__date {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 33px;
  color: rgba(113, 113, 113, 0.5);
  transition: all 0.25s ease-in-out;
}
.search-result .item.searched-item {
  display: flex;
  flex-direction: column;
  padding: 51px 90px;
  transition: all 0.25s ease-in-out;
}
.search-result .item-text {
  font-size: 16px;
  line-height: 21px;
  max-width: 898px;
  transition: all 0.25s ease-in-out;
}
.search-result .item .link {
  align-self: end;
  width: fit-content;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #272727;
  border: 2px solid #df2931;
  box-sizing: border-box;
  filter: drop-shadow(0px 16px 17px rgba(223, 41, 49, 0.1));
  border-radius: 69px;
  margin-top: 27px;
  display: flex;
  padding: 13px 32px 13px 37px;
  transition: all 0.5s ease;
}
.search-result .item .link .svg {
  margin-left: 15px;
  width: 28px;
  height: 8px;
}
.search-result a {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 33px;
  transition: all 0.25s ease-in-out;
}
.search-result a:hover {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .search-result .item.searched-item {
    padding: 24px 45px;
  }
  .search-result .item .link {
    padding: 11px 22px;
  }
  .search-result .item-text {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .search-result .item__date {
    line-height: 18px;
  }
  .search-result .item.searched-item {
    padding: 14px;
  }
  .search-result .item-text {
    font-size: 14px;
    line-height: 18px;
  }
  .search-result a {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 22px;
  }
}
.cursor-n {
  cursor: default !important;
}
.about-container .right-youtube::after {
  display: none !important;
}
#Dealers .dealers-about__info {
  max-width: 680px;
  width: 100%;
}
#Dealers .dealers-about__wrap {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
#Dealers .dealers-about__text {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}
#Dealers .dealers-about__text p {
  margin-bottom: 0;
}
#Dealers .dealers-about__text p:last-of-type {
  margin-bottom: 0;
}
#Dealers .dealers-about__text span {
  font-weight: 700;
}
#Dealers .dealers-about__text ul {
  padding-inline-start: 30px;
  margin: 25px 0 0;
}
#Dealers .dealers-about__text ul li {
  margin-bottom: 25px;
}
#Dealers .dealers-about__text ul li:last-of-type {
  margin-bottom: 0;
}
#Dealers .dealers-about__buttons {
  display: flex;
  margin-top: 0;
}
#Dealers .dealers-about .btn-red {
  max-width: 225px;
}
#Dealers .dealers-about .btn-red-border {
  max-width: 235px;
  height: 52px;
  margin-left: 30px;
}
#Dealers .dealers-about__image {
  max-width: 710px;
  width: 100%;
  height: 498px;
  margin-left: 15px;
}
#Dealers .dealers-support .wrap {
  padding: 0;
}
#Dealers .dealers-support__subtitle {
  font-size: 18px;
  line-height: 18px;
  color: #1e1e1e;
  text-align: center;
  font-weight: 700;
}
#Dealers .dealers-support__slider {
  box-shadow: 0px 29px 72px rgba(0, 0, 0, 0.04);
  padding: 60px 100px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Dealers .dealers-support__slider .dealers.advantages {
  width: calc(25% - 30px);
}
#Dealers .dealers-support__slider .dealers.advantages .advantages__item {
  display: flex;
  flex-direction: column;
}
#Dealers .dealers-info__prestige {
  max-width: 620px;
  width: 100%;
}
#Dealers .dealers-info .wrap {
  display: flex;
  justify-content: space-between;
}
#Dealers .dealers-info h2 {
  text-align: left;
  margin-bottom: 30px;
}
#Dealers .dealers-info__text {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}
#Dealers .dealers-info__text p {
  margin-bottom: 25px;
}
#Dealers .dealers-info__text p:last-of-type {
  margin-bottom: 0;
}
#Dealers .dealers-info__text span {
  font-weight: 700;
}
#Dealers .dealers-info__production {
  max-width: 705px;
  width: 100%;
  margin-left: 15px;
}
#Dealers .dealers-advantages {
  margin-top: 80px;
  padding: 40px 0;
  background: #27509e;
}
#Dealers .dealers-advantages h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
#Dealers .dealers-advantages__subtitle {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
#Dealers .dealers-advantages__wrap {
  margin: 40px -85px 0;
  width: calc(100% + 85px);
  display: flex;
  flex-wrap: wrap;
}
#Dealers .dealers-advantages__item {
  width: calc(25% - 85px);
  margin-left: 85px;
  display: flex;
  flex-direction: column;
}
#Dealers .dealers-advantages__item-title {
  margin-top: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  opacity: 0.7;
  font-weight: 700;
}
#Dealers .dealers-advantages__item-text {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  color: #fff;
  margin-top: 30px;
}
#Dealers .dealers-reviews__wrap {
  width: calc(100% + 50px);
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}
#Dealers .dealers-reviews__item {
  width: calc(33.333% - 50px);
  margin-left: 50px;
  margin-bottom: 50px;
  padding: 30px 30px 20px;
  border: 2px solid #dddddd;
  background: #fcfcfc;
  transition: ease-in-out 0.25s;
  cursor: pointer;
}
#Dealers .dealers-reviews__item-user {
  display: flex;
  align-items: center;
}
#Dealers .dealers-reviews__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Dealers .dealers-reviews__item-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
#Dealers .dealers-reviews__item-name {
  font-size: 20px;
  line-height: 30px;
  color: #464648;
  font-weight: 700;
  margin-left: 25px;
}
#Dealers .dealers-reviews__item-rating {
  font-size: 18px;
  line-height: 30px;
  color: #464648;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#Dealers .dealers-reviews__item-rating svg {
  margin-left: 10px;
}
#Dealers .dealers-reviews__item-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #464648;
}
#Dealers .dealers-reviews__item-link {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-decoration-line: underline;
  color: #464648;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.25s;
}
#Dealers .dealers-reviews__item:hover {
  border: 2px solid #d42323;
}
#Dealers .dealers-reviews__item:hover .dealers-reviews__item-link {
  opacity: 1;
  visibility: visible;
  color: #df2931;
}
#Dealers .worksCompleted {
  margin-top: -50px;
}
#Dealers .dealers-banner {
  position: relative;
  margin-top: 160px;
  margin-bottom: -80px;
  padding: 65px 0;
}
#Dealers .dealers-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#Dealers .dealers-banner__info {
  max-width: 695px;
  width: 100%;
}
#Dealers .dealers-banner__title {
  font-size: 40px;
  line-height: 49px;
  color: #222222;
  font-weight: 600;
}
#Dealers .dealers-banner__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
#Dealers .dealers-banner__text p {
  margin-bottom: 25px;
}
#Dealers .dealers-banner__text p:last-of-type {
  margin-bottom: 0;
}
#Dealers .dealers-banner__text span {
  font-weight: 700;
}
#Dealers .dealers-banner .btn-red {
  margin-top: 35px;
  max-width: 280px;
}
#Dealers .dealers-banner .wrap {
  position: relative;
}
#Dealers .dealers-banner__image {
  position: absolute;
  top: -136px;
  right: 130px;
}
#Dealers .wherebuy-order {
  padding: 105px 0 80px;
  background: url("/assets/wherebuy-5b5db5bf.png") no-repeat;
  background-size: cover;
  background-position: center;
}
#Dealers .wherebuy-order h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 0;
}
#Dealers .wherebuy-order h2 span {
  margin-right: 10px;
  margin-left: 15px;
}
#Dealers .wherebuy-order__selectors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
}
#Dealers .wherebuy-order__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#Dealers .wherebuy-order__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  margin-top: 25px;
}
#Dealers .wherebuy-order__img {
  width: 340px;
  height: 257px;
  margin-right: 25px;
}
#Dealers .wherebuy-order__content {
  width: 255px;
}
#Dealers .wherebuy-order__address {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #363636;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
#Dealers .wherebuy-order__address svg {
  margin-right: 13px;
  flex-shrink: 0;
}
#Dealers .wherebuy-order__tel {
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #656565;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#Dealers .wherebuy-order__tel svg {
  margin-right: 13px;
}
#Dealers .wherebuy-order__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #656565;
}
#Dealers .wherebuy-order__text span {
  font-weight: 700;
}
#Dealers .select {
  max-width: 324px;
  width: 100%;
  height: 53px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 2;
  position: relative;
  margin-right: 20px;
}
#Dealers .select:last-child {
  margin-right: 0;
}
#Dealers .select__wrap {
  position: absolute;
  max-width: 324px;
  width: 100%;
  height: auto;
  border: 1px solid #dcdcdc;
  max-height: 53px;
  background: #ffffff;
  border-radius: 3px;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  overflow: hidden;
  transition: ease-in-out 0.25s;
  cursor: pointer;
}
#Dealers .select__wrap.open {
  max-height: 1000px;
}
#Dealers .select__wrap.open .top svg {
  transform: rotate(-180deg);
}
#Dealers .select__wrap .top {
  padding: 16px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Dealers .select__wrap .top svg {
  width: 8px;
  height: 8px;
  transition: ease-in-out 0.25s;
}
#Dealers .select__wrap .select__item {
  border-top: 1px solid rgba(102, 130, 162, 0.568627451);
  padding: 10px 25px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}
#Dealers .select__wrap .select__item:hover {
  color: #272727;
  background: #fff;
}
@media (max-width: 1310px) {
  #Dealers .wherebuy-order__cards {
    flex-direction: column;
  }
  #Dealers .wherebuy-order__card {
    margin-bottom: 30px;
  }
  #Dealers .wherebuy-order__card:last-of-type {
    margin-bottom: 0;
  }
  #Dealers .dealers-banner__image {
    right: 0;
  }
  #Dealers .dealers-support__slider {
    padding: 30px;
  }
}
@media (max-width: 1080px) {
  #Dealers .dealers-about__wrap {
    flex-direction: column;
  }
  #Dealers .dealers-about__info {
    max-width: 100%;
  }
  #Dealers .dealers-about__image {
    margin: 30px auto 0;
    height: auto;
  }
  #Dealers .dealers-info .wrap {
    flex-direction: column;
  }
  #Dealers .dealers-info__prestige {
    max-width: 100%;
  }
  #Dealers .dealers-info__production {
    max-width: 100%;
    margin-left: 0;
  }
  #Dealers .dealers-reviews__wrap {
    width: calc(100% + 20px);
    margin: 0 -20px;
  }
  #Dealers .dealers-reviews__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #Dealers .dealers-reviews__item-link {
    opacity: 1;
    visibility: visible;
  }
  #Dealers .dealers-banner__image {
    display: none;
  }
  #Dealers .dealers-banner__info {
    max-width: 100%;
  }
  #Dealers .dealers-advantages__wrap {
    margin: 40px -30px 0;
    width: calc(100% + 30px);
  }
  #Dealers .dealers-advantages__item {
    width: calc(33.333% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
  }
  #Dealers .dealers-support__slider .dealers.advantages {
    width: calc(50% - 10px);
  }
}
#Dealers .show-more {
  display: none;
  justify-content: center;
  align-items: center;
}
#Dealers .show-more span {
  text-align: center;
  color: #27509E;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed #27509E;
}
@media (max-width: 768px) {
  #Dealers .dealers-about__wrap {
    margin-top: 30px;
  }
  #Dealers .dealers-about__text {
    font-size: 14px;
    line-height: 26px;
  }
  #Dealers .dealers-about__text p {
    margin-bottom: 20px;
  }
  #Dealers .dealers-about__text ul li {
    margin-bottom: 20px;
  }
  #Dealers .dealers-about__buttons {
    margin-top: 30px;
  }
  #Dealers .dealers-about__image {
    margin-left: 0;
    height: 235px;
    max-width: 100%;
  }
  #Dealers .dealers-info h2 {
    margin-bottom: 20px;
  }
  #Dealers .dealers-info__text {
    font-size: 14px;
    line-height: 26px;
  }
  #Dealers .dealers-info__text p {
    margin-bottom: 20px;
  }
  #Dealers .wherebuy-order {
    padding: 50px 0;
  }
  #Dealers .dealers-banner {
    margin-top: 30px;
    padding: 30px 0;
  }
  #Dealers .dealers-banner__title {
    font-size: 30px;
    line-height: 40px;
  }
  #Dealers .dealers-banner__text {
    margin-top: 20px;
  }
  #Dealers .dealers-banner__text p {
    margin-bottom: 20px;
  }
  #Dealers .dealers-advantages {
    padding: 80px 0 65px;
    margin-top: 30px;
  }
  #Dealers .dealers-advantages__item {
    width: calc(50% - 30px);
  }
  #Dealers .dealers-advantages__item-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
  }
  #Dealers .dealers-advantages__item-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
  }
  #Dealers .dealers-advantages__subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 40px;
  }
  #Dealers .dealers-advantages__wrap {
    margin: 30px -30px 0;
  }
  #Dealers .dealers-support__slider {
    margin-top: 30px;
    padding: 35px 20px;
  }
  #Dealers .dealers-support__slider .advantages__item-title {
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
  }
  #Dealers .worksCompleted {
    margin-top: 0;
  }
  #Dealers .hidden-wrap {
    max-height: 638px;
    height: 100%;
    transition: ease-in-out 0.25s;
    overflow: hidden;
  }
  #Dealers .hidden-wrap.active {
    max-height: 3000px;
  }
  #Dealers .show-more {
    display: flex;
  }
}
@media (max-width: 650px) {
  #Dealers .hidden-wrap {
    max-height: 935px;
  }
  #Dealers .wherebuy-order h2 {
    margin-bottom: 30px;
    display: block;
  }
  #Dealers .wherebuy-order h2 svg {
    display: none;
  }
  #Dealers .wherebuy-order h2 span {
    margin: 0;
  }
  #Dealers .wherebuy-order__selectors {
    flex-direction: column;
    margin: 0 auto 30px;
  }
  #Dealers .wherebuy-order .select {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
  #Dealers .wherebuy-order .select:first-of-type {
    z-index: 2;
  }
  #Dealers .wherebuy-order .select__wrap {
    max-width: 100%;
  }
  #Dealers .wherebuy-order .select:last-of-type {
    margin-bottom: 0;
    z-index: 1;
  }
  #Dealers .wherebuy-order__card {
    flex-direction: column;
  }
  #Dealers .wherebuy-order__img {
    width: 100%;
    margin-right: 0;
  }
  #Dealers .wherebuy-order__content {
    margin-top: 15px;
  }
  #Dealers .wherebuy-order__address {
    margin-bottom: 15px;
  }
  #Dealers .wherebuy-order__tel {
    margin-bottom: 15px;
  }
  #Dealers .dealers-reviews__item {
    width: calc(100% - 20px);
    padding: 30px 25px 20px;
  }
}
@media (max-width: 475px) {
  #Dealers .dealers-about__buttons {
    flex-direction: column;
    align-items: center;
  }
  #Dealers .dealers-about .btn-red-border {
    margin-left: 0;
    margin-top: 30px;
  }
  #Dealers .dealers-about .btn-red {
    max-width: 235px;
  }
  #Dealers .dealers-advantages__item {
    width: calc(100% - 30px);
  }
  #Dealers .dealers-advantages__item {
    width: 100%;
    margin-left: 0;
  }
  #Dealers .dealers-advantages__wrap {
    margin: 30px 0 0;
    width: 100%;
  }
}
#completed-work .vel-img-wrapper {
  width: 85vw;
  height: 85vw;
  max-width: 85vh;
  max-height: 85vh;
}
.bread {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bread-items {
  display: flex;
  align-items: center;
}
.bread-item {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #717171;
}
.bread-arrow {
  margin: 0 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #717171;
}
.type-constructions {
  font-size: 12px;
}
.type-constructions__title {
  display: flex;
  align-items: center;
}
.type-constructions__title-number {
  font-size: 91px;
  line-height: 1;
  font-weight: 800;
  color: #27509e;
  letter-spacing: -0.035em;
}
.type-constructions__title-text {
  font-size: 37px;
  line-height: 1;
  color: #717171;
  margin-left: 10px;
  max-width: 205px;
  position: relative;
  top: -4px;
}
.type-constructions__buttons {
  margin-top: 45px;
}
.type-constructions__button {
  max-width: 210px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #717171;
  opacity: 0.5;
  border-radius: 69px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #717171;
  margin-bottom: 40px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}
.type-constructions__button:last-of-type {
  margin-bottom: 0;
}
.type-constructions__button.active {
  border: 2px solid #27509e;
  color: #27509e;
  opacity: 1;
}
.type-constructions__wrap {
  display: flex;
  justify-content: space-between;
}
.type-constructions__image {
  max-width: 412px;
  width: 100%;
  height: 421px;
}
.type-constructions__image img {
  object-fit: fill;
}
.type-constructions__info {
  max-width: 640px;
  width: 100%;
}
.type-constructions__additional {
  margin-top: 20px;
}
.type-constructions__colors {
  margin-top: 35px;
}
.type-constructions__colors-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #27509e;
}
.type-constructions__colors-items {
  margin: 20px -15px 0;
  width: calc(100% - 15px);
  display: flex;
  flex-wrap: wrap;
}
.type-constructions__colors-item {
  width: calc(12.5% - 15px);
  margin-left: 15px;
}
.type-constructions__colors-image {
  width: 100%;
  height: 45px;
}
.type-constructions__colors-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.type-constructions__notation {
  margin-top: 15px;
  font-size: 17px;
  line-height: 21px;
  color: #717171;
}
.type-constructions__notation a {
  font-weight: 700;
  color: #27509e;
  text-decoration-line: underline;
}
@media (max-width: 1200px) {
  .type-constructions__wrap {
    flex-wrap: wrap;
  }
  .type-constructions__buttons {
    margin-top: 23px;
  }
  .type-constructions__button {
    margin-bottom: 11px;
  }
}
@media (max-width: 708px) {
  .type-constructions__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .type-constructions__additional {
    display: flex;
    flex-wrap: wrap;
  }
  .type-constructions__colors-item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 425px) {
  .type-constructions__title-number {
    font-size: 76px;
  }
  .type-constructions__title-text {
    font-size: 27px;
  }
}
@media (max-width: 374px) {
  .type-constructions__title-number {
    font-size: 60px;
  }
  .type-constructions__title-text {
    font-size: 20px;
  }
}
.leavesBottom .leaves {
  position: absolute;
}
.leavesBottom .leaves--1 {
  bottom: -90px;
  left: -27px;
}
.product-char {
  margin-top: 35px;
  position: relative;
}
.product-char__image {
  max-width: 350px;
  width: 100%;
  height: auto;
  position: relative;
}
.product-char__image img {
  height: auto;
  width: 100%;
}
.product-char__wrap {
  padding: 0 60px 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-char__info {
  max-width: 900px;
  width: 100%;
}
.product-char__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  color: #272727;
}
.product-char__items {
  margin-top: 25px;
}
.product-char__items-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.product-char__items-wrap:nth-child(2n) {
  background: #fff;
  padding: 10px 0;
}
.product-char__item {
  max-width: 445px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.product-char__item-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #272727;
}
.product-char__item-value {
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  text-align: right;
  margin-left: 10px;
}
.product-char__bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-char__sale {
  max-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #df2931;
  font-size: 37px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 5px 30px;
  width: max-content;
}
.product-char__timer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 320px;
}
.product-char__timer svg {
  margin-right: 18px;
}
.product-char__oldprice {
  font-size: 38px;
  line-height: 57px;
  color: rgba(113, 113, 113, 0.6);
}
.product-char__oldprice .square {
  font-size: 20px;
  vertical-align: super;
}
.product-char__oldprice .line {
  text-decoration-line: line-through;
}
.product-char__newprice {
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  color: #27509e;
}
.product-char__newprice .big-font {
  font-size: 64px;
}
.product-char__newprice .square {
  font-size: 20px;
  vertical-align: super;
}
.prompt {
  width: 42px;
  height: 42px;
  background: #df2931;
  border-radius: 50%;
  background-image: url(/assets/plus-icon-d9d8cc12.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 0 0px 10px rgba(223, 41, 49, 0.2);
  transition: ease-in-out 0.25s;
}
.prompt:hover {
  background: #27509e;
  background-image: url(/assets/minus-icon-fc90643f.svg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 0px 10px rgba(39, 80, 158, 0.2);
}
.prompt:hover .prompt__inside {
  opacity: 1;
  visibility: visible;
}
.prompt__inside {
  position: absolute;
  top: 40px;
  width: 230px;
  background: #fff;
  box-shadow: 0px 19px 39px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 17px;
  color: #272727;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.25s;
}
.prompt--1 {
  top: 50px;
  right: 0;
}
.prompt--1 .prompt__inside {
  right: -3px;
}
.prompt--1 .prompt__inside::after {
  right: 10px;
}
.prompt--2 {
  bottom: 180px;
  left: 30px;
}
.prompt--2 .prompt__inside {
  left: 0;
}
.prompt--2 .prompt__inside::after {
  left: 10px;
}
.prompt--3 {
  bottom: 80px;
  right: 30px;
}
.prompt--3 .prompt__inside {
  right: -3px;
}
.prompt--3 .prompt__inside::after {
  right: 10px;
}
@media (max-width: 1200px) {
  .product-char__wrap {
    flex-direction: column;
  }
  .product-char__image {
    margin-bottom: 15px;
  }
  .product-char__info {
    max-width: 1200px;
  }
}
@media (max-width: 835px) {
  .product-char__item {
    max-width: 800px;
    margin-bottom: 20px;
  }
  .product-char__item:nth-child(2n) {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-char__items-wrap {
    flex-direction: column;
    padding: 0;
  }
  .product-char__items-wrap:nth-child(2n) {
    background: rgba(246, 246, 246, 0.9);
  }
  .product-char__sale {
    max-width: 220px;
    height: 50px;
    font-size: 27px;
    line-height: 35px;
  }
  .product-char__timer {
    margin-top: 20px;
    width: 320px;
  }
  .product-char__timer svg {
    margin-right: 18px;
  }
  .product-char__oldprice {
    font-size: 30px;
  }
  .product-char__oldprice .square {
    font-size: 14px;
  }
  .product-char__newprice {
    font-size: 35px;
  }
  .product-char__newprice .big-font {
    font-size: 55px;
  }
  .product-char__newprice .square {
    font-size: 14px;
  }
}
@media (max-width: 675px) {
  .product-char__wrap {
    padding: 0;
  }
  .product-char__sale {
    max-width: 200px;
  }
  .product-char__timer {
    width: 250px;
  }
  .product-char__oldprice {
    font-size: 25px;
  }
  .product-char__oldprice .square {
    font-size: 14px;
  }
  .product-char__newprice {
    font-size: 30px;
  }
  .product-char__newprice .big-font {
    font-size: 55px;
  }
  .product-char__newprice .square {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .product-char__item-name {
    font-size: 14px;
    line-height: 17px;
  }
  .product-char__item-value {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: end;
  }
  .product-char__sale {
    max-width: unset;
    padding: 0 15px;
    height: 35px;
    font-size: 19px;
    line-height: 55px;
  }
  .product-char__timer {
    margin-top: 13px;
    width: 135px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
  }
  .product-char__timer svg {
    display: none;
  }
  .product-char__oldprice {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
    text-align: right;
  }
  .product-char__newprice {
    font-size: 18px;
    line-height: 26px;
  }
  .product-char__newprice .big-font {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .product-char__newprice {
    font-size: 16px;
    line-height: 26px;
  }
  .product-char__newprice .big-font {
    font-size: 32px;
  }
}
.aluminiegarden-parameters__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(246, 246, 246, 0.9);
  padding: 20px 20px 20px;
}
.aluminiegarden-parameters h2 {
  margin: 0;
  text-align: start;
}
.aluminiegarden-parameters__img {
  max-width: 460px;
  width: 100%;
  height: 460px;
}
.aluminiegarden-parameters__content {
  max-width: 860px;
  width: 100%;
}
.aluminiegarden-parameters__wrappi {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.aluminiegarden-parameters__wrappi-right {
  max-width: calc(50% - 12.5px);
  width: 100%;
}
.aluminiegarden-parameters__wrappi-left {
  max-width: calc(50% - 12.5px);
  width: 100%;
}
.aluminiegarden-parameters__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0;
  color: #272727;
}
.aluminiegarden-parameters__title.first-item {
  margin-bottom: 12px;
  margin-top: 0;
}
.aluminiegarden-parameters__items {
  width: 350px;
  margin-bottom: 25px;
  padding: 0;
}
.aluminiegarden-parameters__item {
  list-style: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #272727;
}
.aluminiegarden-parameters__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #272727;
}
.aluminiegarden-parameters__price {
  margin-top: 55px;
}
.aluminiegarden-parameters__oldprice {
  font-size: 38px;
  line-height: 57px;
  color: rgba(113, 113, 113, 0.6);
}
.aluminiegarden-parameters__oldprice .square {
  font-size: 20px;
  vertical-align: super;
}
.aluminiegarden-parameters__oldprice .line {
  text-decoration-line: line-through;
}
.aluminiegarden-parameters__newprice {
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  color: #27509e;
}
.aluminiegarden-parameters__newprice .big-font {
  font-size: 64px;
}
.aluminiegarden-parameters__newprice .square {
  font-size: 20px;
  vertical-align: super;
}
@media (max-width: 1280px) {
  .aluminiegarden-parameters__oldprice {
    font-size: 24px;
    line-height: 35px;
  }
  .aluminiegarden-parameters__oldprice .square {
    font-size: 16px;
    line-height: 24px;
  }
  .aluminiegarden-parameters__newprice {
    font-size: 18px;
    line-height: 26px;
  }
  .aluminiegarden-parameters__newprice .big-font {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 1100px) {
  .aluminiegarden-parameters__price {
    text-align: right;
  }
  .aluminiegarden-parameters__wrappi {
    flex-direction: column;
  }
  .aluminiegarden-parameters__wrappi-right, .aluminiegarden-parameters__wrappi-left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .aluminiegarden-parameters__price {
    margin-top: 30px;
  }
  .aluminiegarden-parameters__wrap {
    padding: 0;
  }
  .aluminiegarden-parameters__img {
    max-width: 345px;
  }
  .aluminiegarden-parameters__block {
    flex-direction: column;
    padding: 0;
    background: #fff;
  }
  .aluminiegarden-parameters__content {
    margin-top: 15px;
    padding: 0;
  }
  .aluminiegarden-parameters__content h2 {
    padding: 0 20px;
  }
  .aluminiegarden-parameters__wrappi {
    background: rgba(246, 246, 246, 0.9);
    margin-top: 15px;
    padding: 25px;
  }
  .options-gardens {
    margin-top: 0;
  }
}
.svg-tab {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 12px;
  left: 15px;
}
@media (max-width: 1200px) {
  .tabs-scroll {
    overflow-x: auto;
    max-width: 100%;
    display: -webkit-box !important;
    padding-bottom: 10px;
  }
}
@media (max-width: 1120px) {
  .aluminiydoorbrand-parameters__top.have-logo {
    margin-bottom: 35px;
  }
}
@media (max-width: 588px) {
  .parameters__tabs-link .svg-tab {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.parameters__wrap {
  background: rgba(246, 246, 246, 0.9);
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.parameters__tabs {
  display: flex;
  justify-content: unset;
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.parameters__tabs::-webkit-scrollbar {
  display: none;
}
.parameters__tabs-link {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(113, 113, 113, 0.9);
  border-bottom: 3px solid transparent;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
  width: fit-content;
  flex-shrink: 0;
}
.parameters__tabs-link:first-of-type {
  border-left: none;
}
.parameters__tabs-link.active {
  background: #fff;
  color: #27509e;
  border-left: none;
  border-bottom: 3px solid #27509e;
}
@media (max-width: 588px) {
  .parameters__tabs-link {
    height: 40px;
    padding: 0 35px;
    font-size: 18px;
  }
}
@media (max-width: 510px) {
  .parameters__tabs-link {
    height: 40px;
    padding: 0 30px;
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .parameters__tabs-link {
    height: 40px;
    padding: 0 25px;
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  .parameters__tabs-link {
    height: 40px;
    padding: 0 17px;
    font-size: 13px;
  }
}
.tooltip-right {
  left: 0;
}
.tooltip-left {
  right: -3px;
}
.specifications__wrap {
  display: flex;
  flex-direction: column;
}
.specifications__tabs {
  display: flex;
  justify-content: start;
  align-self: flex-end;
  width: max-content;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.specifications__tabs::-webkit-scrollbar {
  display: none;
}
.specifications__tab {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(113, 113, 113, 0.9);
  border-bottom: 3px solid transparent;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.specifications-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px 50px 40px;
}
.specifications-item__image {
  max-width: 380px;
  width: 100%;
  height: auto;
  position: relative;
}
.specifications-item__image img {
  object-fit: contain;
}
.specifications-item__oldprice .line {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.specifications-item__info {
  max-width: 860px;
  width: 100%;
  margin-left: 30px;
  flex-shrink: 0;
}
.specifications-item__title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  color: #27509e;
}
.specifications-item__wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specifications-item__text {
  max-width: 420px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #272727;
  margin-bottom: 25px;
}
.specifications-item__text-title {
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  font-weight: 700;
  margin-bottom: 10px;
}
.specifications-item__oldprice {
  font-size: 38px;
  line-height: 57px;
  color: #717171;
  opacity: 0.6;
  text-align: right;
}
.specifications-item__newprice {
  font-size: 48px;
  line-height: 70px;
  color: #27509e;
  font-weight: 700;
  text-align: right;
}
.choice h2 {
  margin-top: 0;
}
.textblock:last-of-type {
  margin-bottom: 30px;
}
.price-p .swiper-wrapper {
  margin-bottom: 30px;
}
.price-p .swiper-container {
  padding-top: 80px;
}
.colorblock__colors-item:nth-child(5n) {
  margin-right: 0;
}
.specifications-item__newprice {
  font-size: 64px;
}
.specifications-item__oldprice {
  font-size: 38px;
}
.specifications-item__newprice .square {
  font-size: 20px;
  vertical-align: super;
}
.specifications-item__oldprice .square {
  font-size: 20px;
  vertical-align: super;
}
.specifications__tab {
  padding: 0 30px;
}
.specifications__wrap {
  background: #f7f7f7;
}
.wrap-section {
  margin-top: 30px;
  padding: 30px 0;
}
@media (max-width: 1255px) {
  .specifications-item {
    flex-direction: column;
  }
  .specifications-item__image {
    margin: 0 auto;
  }
  .specifications-item__info {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
}
@media (min-width: 950px) {
  .specifications-item__text {
    padding-right: 55px;
  }
}
@media (max-width: 950px) {
  .specifications-item__wrap {
    flex-direction: column;
    margin-top: 0;
  }
  .specifications-item__text {
    max-width: 100%;
  }
  .specifications-item {
    padding: 20px 20px 50px 20px;
  }
  .specifications__wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 810px) {
  .specifications__tab {
    height: auto;
    padding: 15px 40px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 588px) {
  .specifications__tab {
    font-size: 18px;
  }
}
@media (max-width: 510px) {
  .specifications__tab {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 475px) {
  .specifications-item__oldprice {
    font-size: 16px;
    line-height: 24px;
  }
  .specifications-item__newprice {
    font-size: 18px;
    line-height: 26px;
  }
  .specifications-item {
    padding: 20px 12.5px 50px;
  }
}
@media (max-width: 475px) {
  .specifications-item__oldprice {
    font-size: 16px;
    line-height: 24px;
  }
  .specifications-item__oldprice .square {
    font-size: 12px;
  }
  .specifications-item__newprice {
    font-size: 18px;
    line-height: 26px;
  }
  .specifications-item__newprice .font-64 {
    font-size: 34px;
    line-height: 50px;
  }
  .specifications-item__newprice .square {
    font-size: 14px;
  }
}
.choice__wrap {
  display: flex;
  justify-content: space-between;
}
.choice__titles {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.choice__left {
  max-width: 815px;
}
.choice__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  color: #272727;
  font-weight: 600;
  margin-right: 90px;
}
.choice__title:last-of-type {
  margin-right: 0;
}
.choice__title svg {
  margin-right: 10px;
}
.choice__steps {
  margin-top: 20px;
}
.choice__step {
  margin-bottom: 10px;
}
.choice__step:last-of-type {
  margin-bottom: 0;
}
.choice__step-number {
  font-size: 21px;
  line-height: 26px;
  font-weight: 800;
  color: #27509e;
}
.choice__step-text {
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  margin-top: 5px;
}
.choice__image {
  max-width: 480px;
  width: 100%;
  height: 625px;
}
.windowsill-price .wrap {
  padding: 0;
}
.windowsill-price .wrap h2 {
  padding: 0 15px;
}
.windowsill-price__scroll {
  overflow-y: auto;
}
.windowsill-price__scroll::-webkit-scrollbar {
  width: 100%;
  height: 10px;
}
.windowsill-price__scroll::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 33px;
  margin: 0 45px;
}
.windowsill-price__scroll::-webkit-scrollbar-thumb {
  background: #27509E;
  border-radius: 33px;
}
.windowsill-price__table {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 1440px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.windowsill-price__table-top {
  padding: 50px 30px 40px 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.windowsill-price__table-bottom {
  padding: 20px 30px 30px 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
}
.windowsill-price__table-bottom:nth-child(2n) {
  background: #f6f6f6;
}
.windowsill-price__col {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: start;
}
.windowsill-price__col--top {
  color: #27509e;
}
.windowsill-price__col--bottom {
  color: #717171;
}
.windowsill-price__col--1 {
  max-width: 160px;
  width: 100%;
  min-width: 100px;
  margin-right: 50px;
}
.windowsill-price__col--2 {
  width: 100%;
  max-width: 200px;
  font-weight: normal;
  margin-right: 50px;
}
.windowsill-price__col--2:last-child {
  margin-right: 0;
}
.windowsill-price__col--2 {
  text-align: center;
}
.windowsill-price__table-top .windowsill-price__col--2 {
  font-weight: bold;
}
.news img {
  object-fit: contain;
}
@media (max-width: 900px) {
  .windowsill-price__table {
    margin-top: 0;
  }
  .windowsill-price__table-top {
    padding: 15px 20px;
  }
  .windowsill-price__table-bottom {
    padding: 20px;
  }
  .choice__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .choice__image {
    display: none;
  }
}
@media (max-width: 500px) {
  .choice__titles {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .choice__title {
    margin-right: 0px;
  }
}
.automatic-roller {
  margin-top: 80px;
}
.automatic-roller__text {
  margin: 20px auto 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #717171;
  text-align: center;
  width: 100%;
  max-width: 670px;
}
.automatic-roller__cards {
  max-width: 1265px;
  width: 100%;
  margin: 50px auto 0;
}
.automatic-roller__card {
  width: 100%;
  height: auto !important;
  padding: 20px 35px 35px;
  border: 1px dashed #27509e;
  box-sizing: border-box;
  border-radius: 7px;
}
.automatic-roller__card:last-child {
  margin-right: 0;
}
.automatic-roller__number {
  font-weight: 600;
  font-size: 43px;
  line-height: 64px;
  color: #27509e;
}
.automatic-roller__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
}
.automatic-roller__textCard {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
}
@media (max-width: 768px) {
  .price-p .swiper-container.automatic-roller__cards {
    padding: 0 15px 30px;
  }
  .price-p .swiper-container.automatic-roller__cards .swiper-pagination {
    margin-top: 30px;
  }
}
.rollershuttersauto-type {
  margin-top: 80px;
}
.rollershuttersauto-type h2 {
  margin-bottom: 50px;
}
.rollershuttersauto-type__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.rollershuttersauto-type__card {
  max-width: 600px;
  width: 100%;
  margin-right: 50px;
}
.rollershuttersauto-type__card:last-child {
  margin-right: 0;
}
.rollershuttersauto-type__card-img {
  width: 100%;
  height: 235px;
}
.rollershuttersauto-type__card-bottom {
  width: 100%;
  height: 130px;
  background: #27509e;
  padding: 20px 40px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.rollershuttersauto-type__card-title {
  width: 100%;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}
.rollershuttersauto-type__card-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}
.rollershuttersauto-type__card-link svg {
  margin-left: 20px;
}
.gatesgarage-type {
  margin-top: 80px;
}
.gatesgarage-type h2 {
  margin-bottom: 50px;
}
.gatesgarage-type__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.gatesgarage-type__card {
  max-width: 600px;
  width: 100%;
  margin-right: 50px;
}
.gatesgarage-type__card:last-child {
  margin-right: 0;
}
.gatesgarage-type__card-img {
  width: 100%;
  height: 235px;
}
.gatesgarage-type__card-bottom {
  width: 100%;
  height: 130px;
  background: #27509e;
  padding: 20px 40px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.gatesgarage-type__card-title {
  width: 100%;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}
.gatesgarage-type__card-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}
.gatesgarage-type__card-link svg {
  margin-left: 20px;
}
.gatesgarage-price__title {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #27509e;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}
.gatesgarage-price__line {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 40px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gatesgarage-price__line:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.gatesgarage-price__line--bottom {
  padding: 20px 35px 40px;
}
.gatesgarage-price__col {
  width: 80px;
  text-align: start;
  font-size: 16px;
  line-height: 19px;
}
.gatesgarage-price__col--top {
  font-weight: bold;
  color: #27509e;
}
.gatesgarage-price__col--bottom {
  font-weight: normal;
  color: #717171;
}
.colorblock__block {
  display: flex;
  justify-content: space-between;
}
.colorblock__colors {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.colorblock__colors-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #27509e;
}
.colorblock__colors-items {
  margin: 20px 0px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.colorblock__colors-item {
  width: 90px;
  margin-bottom: 30px;
  margin-right: 35px;
}
.colorblock__colors-item--standart:nth-child(2n) {
  margin-right: 0;
}
.colorblock__colors-image {
  width: 100%;
  height: 60px;
}
.colorblock__colors-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.colorblock__standart {
  max-width: 215px;
  width: 100%;
  margin-right: 40px;
}
.colorblock__additional {
  max-width: 600px;
  width: 100%;
}
.colorblock__notation {
  margin-top: 10px;
  font-size: 17px;
  line-height: 21px;
  color: #717171;
}
.colorblock__notation a {
  font-weight: 700;
  color: #27509e;
  text-decoration-line: underline;
}
.colorblock__img {
  width: 100%;
  max-width: 520px;
  height: 580px;
}
@media (max-width: 1160px) {
  .colorblock__block {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .colorblock__colors {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.colorblock .h2-svg {
  display: none;
  width: 26px;
  height: 26px;
  background: #F6F6F6;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .colorblock .h2-svg {
    display: flex;
    transition: ease-in-out 0.25s;
    align-self: flex-end;
  }
  .colorblock .h2-svg.active {
    transform: rotate(180deg);
  }
  .colorblock__additional {
    display: flex;
    flex-wrap: wrap;
  }
  .colorblock__additional .colorblock__colors-items {
    max-height: 250px;
    height: 100%;
    overflow: hidden;
    transition: ease-in-out 0.25s;
  }
  .colorblock__additional .colorblock__colors-items.active {
    max-height: 3000px;
  }
  .colorblock__standart {
    max-width: unset;
  }
  .colorblock__img {
    display: none;
  }
  .colorblock__colors-items {
    width: calc(100% - 30px);
    justify-content: start;
  }
  .colorblock__colors-item {
    width: calc(25% - 15px);
  }
  .colorblock__colors .colorblock__colors-item:nth-child(5n), .colorblock__colors .colorblock__colors-item:nth-child(2n) {
    margin-right: 15px;
  }
  .colorblock__colors-item:nth-child(5n), .colorblock__colors-item:nth-child(2n) {
    margin-right: 35px;
  }
}
@media (max-width: 620px) {
  .colorblock__colors-item {
    margin-right: 25px;
  }
  .colorblock__colors-item:nth-child(5n) {
    margin-right: 25px;
  }
  .colorblock__colors-item--standart:nth-child(2n) {
    margin-right: 25px;
  }
}
@media (max-width: 400px) {
  .colorblock__additional {
    text-align: center;
  }
  .colorblock__standart {
    margin-right: 0;
  }
  .colorblock__colors {
    align-items: center;
  }
  .colorblock__colors-item {
    margin-right: 15px;
  }
  .colorblock__colors-item:nth-child(5n) {
    margin-right: 15px;
  }
  .colorblock__colors-item--standart:nth-child(2n) {
    margin-right: 15px;
  }
}
.mosquitonets-price__tables {
  margin-top: 30px;
}
.mosquitonets-price__tables {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mosquitonets-price__table {
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.mosquitonets-price__table:last-child {
  margin-right: 0;
}
.mosquitonets-price__table-top {
  display: flex;
  align-items: center;
  padding: 50px 45px 40px;
  background: #f6f6f6;
  border-top: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
}
.mosquitonets-price__table-bottom {
  display: flex;
  align-items: center;
  padding: 20px 45px 30px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  background: #f6f6f6;
}
.mosquitonets-price__table-bottom:nth-child(2n) {
  background: #ffffff;
  border-left: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
}
.mosquitonets-price__col {
  font-size: 16px;
  line-height: 19px;
  color: #717171;
  position: relative;
  text-align: start;
}
.mosquitonets-price__col span {
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: bold;
  color: #df2931;
}
.mosquitonets-price__col--1 {
  min-width: 140px;
  width: 100%;
  margin-right: 40px;
  font-weight: bold;
}
.mosquitonets-price__col--2 {
  max-width: 100px;
  width: 100%;
  margin-right: 60px;
  font-weight: normal;
}
.mosquitonets-price__col--2:last-child {
  margin-right: 0;
}
.mosquitonets-price__col--top {
  color: #27509e;
  font-weight: bold;
}
.comparison .wrap .table {
  margin-top: 0;
}
.table .mosquitonets-price__tables {
  overflow: auto;
}
.table .mosquitonets-price .mosquitonets-price__table {
  width: auto;
}
@media (max-width: 1440px) {
  .mosquitonets-price__table {
    width: calc(50% - 20px);
  }
  .mosquitonets-price__table:first-of-type {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .mosquitonets-price__table {
    width: 100%;
    margin-right: 0;
  }
  .mosquitonets-price__table-top, .mosquitonets-price__table-bottom {
    padding: 30px 15px;
  }
  .mosquitonets-price__col {
    font-size: 12px;
    line-height: 15px;
  }
  .mosquitonets-price__col--2 {
    margin-right: 10px;
  }
  .mosquitonets-price__col--1 {
    margin-right: 0px;
  }
}
@media (max-width: 450px) {
  .mosquitonets-price__col--1 {
    min-width: 92px;
    margin-right: 20px;
  }
}
@media (max-width: 374px) {
  .mosquitonets-price__col--1 {
    min-width: unset;
    margin-right: 10px;
  }
  .table .mosquitonets-price .mosquitonets-price__table .mosquitonets-price__col--1 {
    min-width: 92px;
  }
}
.cell__wrap .swiper-container {
  padding: 0 30px;
  margin: 0 -30px;
}
.cell__wrap .swiper-slide {
  padding: 0 30px;
}
.cell__wrap .cell__item-info {
  max-width: 65%;
}
.cell {
  padding: 0 20px;
}
.cell__wrap {
  display: flex;
  justify-content: space-between;
}
.cell__wrap .swiper-slide:nth-child(even) .cell__item {
  align-items: start;
}
.cell__wrap .swiper-slide:nth-child(even) .cell__item-image {
  left: unset;
}
.cell__item {
  max-width: 49%;
  width: 100%;
  padding: 40px 70px 60px;
  display: flex;
  flex-direction: column;
  border: 2px dashed #27509e;
  border-radius: 7px;
  position: relative;
}
.cell__item:first-of-type {
  align-items: flex-end;
}
.cell__item:first-of-type .cell__item-image {
  left: -35px;
}
.cell__item:last-of-type .cell__item-text {
  max-width: 375px;
}
.cell__item:last-of-type .cell__item-image {
  right: -35px;
}
.cell__item-title {
  font-size: 24px;
  line-height: 1;
  color: #27509e;
  font-weight: 700;
}
.cell__item-text {
  max-width: 340px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-top: 35px;
  color: #717171;
  height: 177px;
  overflow: hidden;
}
.cell__item-text span {
  font-weight: 700;
}
.cell__item .btn-blue {
  margin-top: 35px;
  max-width: 190px;
}
.cell__item-image {
  max-width: 260px;
  width: 100%;
  height: 405px;
  position: absolute;
  top: -35px;
}
.cell .cell__wrap .swiper-pagination {
  display: none;
  margin-top: 45px;
}
.texture__variants {
  max-width: 905px;
  width: calc(100% + 70px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -70px;
}
.texture__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.texture__item {
  width: calc(33.333% - 70px);
  margin-left: 70px;
  cursor: pointer;
}
.texture__item-image {
  width: 100%;
  height: 245px;
  border: 5px solid transparent;
  transition: ease-in-out 0.25s;
}
.texture__item-title {
  font-size: 16px;
  line-height: 22px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.texture__item-description {
  font-size: 16px;
  line-height: 22px;
  color: #272727;
}
.texture__item.active .texture__item-image {
  border: 5px solid #27509e;
}
.texture__image {
  max-width: 450px;
  width: 100%;
  height: 450px;
}
.texture__price {
  font-size: 44px;
  line-height: 66px;
  color: #27509e;
  font-weight: 600;
  margin-top: -50px;
}
.texture__price span {
  font-size: 54px;
  line-height: 81px;
  font-weight: 700;
  text-align: center;
}
.colors__image {
  width: 100%;
  height: 280px;
}
.colors__title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #717171;
  text-align: center;
}
.colors .colors-slider-pagination {
  margin-top: 80px;
}
.service__wrap {
  display: flex;
  justify-content: space-between;
}
.service__info {
  max-width: 615px;
  width: 100%;
}
.service__title {
  font-size: 18px;
  line-height: 27px;
  color: #272727;
  font-weight: 700;
}
.service__text {
  font-size: 18px;
  line-height: 27px;
  color: #717171;
  text-align: justify;
  margin-top: 25px;
}
.service .btn-blue {
  margin-top: 25px;
  max-width: 180px;
}
.service__image {
  max-width: 680px;
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 1480px) {
  .cell__item {
    padding: 40px;
  }
}
@media (max-width: 1350px) {
  .texture__item {
    width: 35%;
  }
  .texture__price {
    margin-top: 50px;
  }
}
@media (max-width: 1300px) {
  .cell__wrap .cell__item-info {
    max-width: 100%;
  }
  .cell {
    padding: 0;
  }
  .cell__wrap {
    flex-direction: column;
    align-items: center;
  }
  .cell__item {
    max-width: 70%;
    margin-bottom: 30px;
  }
  .cell__item-info {
    width: calc(100% - 280px);
  }
  .cell__item-text, .cell__item:last-of-type .cell__item-text {
    max-width: unset;
  }
  .cell__item:last-child {
    margin-bottom: 0;
  }
  .cell__item-title {
    font-size: 20px;
  }
  .cell__item-image, .cell__item:first-of-type .cell__item-image, .cell__item:last-of-type .cell__item-image {
    right: 0;
    top: 0;
    left: unset;
    height: 100%;
  }
  .cell .swiper-slide:nth-child(odd) .cell__item-image, .cell .swiper-slide:nth-child(odd) .cell__item:first-of-type .cell__item-image, .cell .swiper-slide:nth-child(odd) .cell__item:last-of-type .cell__item-image {
    left: 0;
    right: unset;
  }
  .cell .cell__wrap .swiper-pagination {
    display: block;
  }
  .cell__wrap .swiper-container {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .service__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service__title {
    max-width: 615px;
    width: 100%;
    margin-bottom: 40px;
  }
  .service__text {
    margin-top: 0;
  }
  .service__info {
    margin-top: 25px;
  }
  .service__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .service__image {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .texture__wrap {
    position: relative;
  }
  .texture__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 245px;
  }
}
@media (max-width: 900px) {
  .cell__item {
    max-width: 90%;
  }
}
@media (max-width: 700px) {
  .colors .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .colors__image {
    width: 130px;
    height: 150px;
  }
  .cell .swiper-slide {
    padding-left: 40px;
    padding-top: 40px;
  }
  .cell .swiper-slide:nth-child(even) .cell__item {
    align-items: flex-end;
  }
  .cell .swiper-slide:nth-child(even) .cell__item .cell__item-image {
    left: -45px;
  }
  .cell .swiper-slide:nth-child(odd) .cell__item-image, .cell .swiper-slide:nth-child(odd) .cell__item:first-of-type .cell__item-image, .cell .swiper-slide:nth-child(odd) .cell__item:last-of-type .cell__item-image {
    left: -45px;
  }
  .cell__item {
    max-width: 80%;
    align-items: flex-end;
    padding: 20px;
  }
  .cell__item:first-of-type {
    align-items: flex-start;
    text-align: start;
  }
  .cell__item:first-of-type .cell__item-image {
    left: -45px;
  }
  .cell__item-info {
    width: calc(100% - 50px);
  }
  .cell__item:last-of-type .cell__item-text {
    max-width: 375px;
  }
  .cell__item:last-of-type .cell__item-image {
    right: -35px;
  }
  .cell__item .cell__item-text {
    margin-top: 20px;
  }
  .cell__item .btn-blue {
    margin-top: 10px;
  }
  .cell__item-image, .cell__item:first-of-type .cell__item-image, .cell__item:last-of-type .cell__item-image {
    max-width: 100px;
    height: 150px;
    right: -45px;
    top: -35px;
  }
  .texture__wrap {
    position: relative;
  }
  .texture__item {
    width: 200px;
  }
  .texture__item:last-child {
    margin-top: 20px;
  }
  .texture__variants {
    width: calc(100% + 28px);
  }
  .texture__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 245px;
  }
  .texture__price {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .texture__wrap {
    position: relative;
  }
  .texture__item {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    margin-left: 35px;
  }
  .texture__item-image {
    height: 125px;
  }
  .texture__item:last-child {
    margin-top: 20px;
  }
  .texture__item-title {
    font-size: 14px;
    line-height: 19px;
    margin-top: 13px;
  }
  .texture__item-description {
    font-size: 14px;
    line-height: 19px;
  }
  .texture__variants {
    margin: 0 -35px;
  }
  .texture__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 190px;
    height: 170px;
  }
  .texture__price {
    margin-top: 15px;
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 374px) {
  .texture__wrap {
    position: relative;
  }
  .texture__item {
    width: 125px;
    height: 125px;
    margin-bottom: 35px;
    margin-left: 15px;
  }
  .texture__item-image {
    height: 115px;
  }
  .texture__item:last-child {
    margin-top: 10px;
  }
  .texture__item-title {
    font-size: 14px;
    line-height: 19px;
    margin-top: 13px;
  }
  .texture__item-description {
    font-size: 12px;
    line-height: 19px;
  }
  .texture__variants {
    margin: 0 -25px;
  }
  .texture__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 150px;
  }
  .texture__price {
    margin-top: 15px;
  }
}
.description-cadrs {
  padding: 80px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.description-cadrs__price {
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  color: #27509e;
  margin-top: 20px;
}
.description-cadrs__price span {
  font-size: 30px;
}
.description-cadrs__price .square {
  font-size: 12px;
  vertical-align: super;
}
.description-cadrs p {
  margin-top: 20px;
}
.description-cadrs .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.description-cadrs__item {
  padding: 35px 60px 25px 70px;
  width: 100%;
}
.description-cadrs__item--left {
  padding: 0;
  width: 100%;
}
.description-cadrs__item--right {
  border: 1px dashed #27509e;
  border-radius: 7px;
  max-width: 685px;
  width: 100%;
  float: right;
  margin-left: 20px;
}
@media (max-width: 1120px) {
  .description-cadrs__item--right {
    float: unset;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1000px) {
  .description-cadrs .wrap {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .description-cadrs {
    font-size: 14px;
  }
  .description-cadrs__item {
    padding: 15px 15px 35px;
  }
  .description-cadrs p {
    margin-top: 20px;
  }
  .description-cadrs p:first-child {
    margin-top: 0;
  }
  .description-cadrs__price {
    font-size: 19px;
  }
  .description-cadrs__price span {
    font-size: 27px;
  }
}
.kidpadlock-why__cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.kidpadlock-why__card {
  display: flex;
  max-width: 660px;
  width: 100%;
  margin-right: 80px;
}
.kidpadlock-why__card:last-child {
  margin-right: 0;
}
.kidpadlock-why__img {
  width: 100%;
  max-width: 245px;
  height: 300px;
  margin-right: 50px;
}
.kidpadlock-why__textblock {
  max-width: 365px;
  width: 100%;
}
.kidpadlock-why__textblock p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #717171;
  margin-bottom: 20px;
}
.kidpadlock-why__textblock p :last-child {
  margin-bottom: 0;
}
.kidpadlock-why__textblock .kidpadlock-why__img {
  display: none;
}
.kidpadlock-why__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #27509e;
  margin-bottom: 25px;
}
.kidpadlock-why__cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.kidpadlock-why__card {
  display: flex;
  max-width: 660px;
  width: 100%;
  margin-right: 80px;
}
.kidpadlock-why__card:last-child {
  margin-right: 0;
}
.kidpadlock-why__img {
  width: 100%;
  max-width: 245px;
  height: 300px;
  margin-right: 50px;
}
.kidpadlock-why__textblock {
  max-width: 365px;
  width: 100%;
}
.kidpadlock-why__textblock p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #717171;
  margin-bottom: 20px;
}
.kidpadlock-why__textblock p :last-child {
  margin-bottom: 0;
}
.kidpadlock-why__title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #27509e;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .kidpadlock-why__cards {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .kidpadlock-why__textblock {
    max-width: unset;
  }
  .kidpadlock-why__card {
    margin-right: 0;
    margin-bottom: 50px;
    max-width: unset;
  }
  .kidpadlock-why__card:last-child {
    margin-bottom: 0;
  }
  .latches__cards {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .latches__card {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .kidpadlock-why__card {
    width: 100%;
    max-width: 645px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .kidpadlock-why__img {
    width: 100%;
    max-width: 400px;
    height: 120px;
    margin-right: 0;
    margin-bottom: 30px;
    display: none;
  }
  .kidpadlock-why__textblock {
    max-width: 400px;
    width: 100%;
  }
  .kidpadlock-why__textblock .kidpadlock-why__img {
    display: block;
    height: 120px;
    margin-bottom: 20px;
  }
  .kidpadlock-why__textblock p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #717171;
    margin-bottom: 20px;
  }
  .kidpadlock-why__textblock p :last-child {
    margin-bottom: 0;
  }
  .kidpadlock-why__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #27509e;
    margin-bottom: 15px;
  }
}
.aksessuarycloser-select__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aksessuarycloser-select__card {
  position: relative;
  margin-right: 60px;
  min-height: 310px;
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
  margin-right: 20px;
}
.aksessuarycloser-select__card--one {
  width: 40%;
}
.aksessuarycloser-select__card--two {
  width: 60%;
}
.aksessuarycloser-select__card:last-child {
  margin-right: 0;
}
.aksessuarycloser-select__card::after {
  content: "";
  position: absolute;
  background: #27509e;
  width: 165px;
  height: 5px;
  top: 30px;
  left: 0;
}
.aksessuarycloser-select__textblock {
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 60px;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  opacity: 0.6;
}
.aksessuarycloser-select__img {
  height: 100%;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1250px) {
  .aksessuarycloser-select__cards {
    flex-direction: column;
  }
  .aksessuarycloser-select__card {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .aksessuarycloser-select__card--one {
    width: 90%;
  }
  .aksessuarycloser-select__card--two {
    width: 90%;
  }
  .aksessuarycloser-select__card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 810px) {
  .aksessuarycloser-select__textblock {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .aksessuarycloser-select__card {
    flex-direction: column;
  }
  .aksessuarycloser-select__img {
    margin-top: 20px;
    max-width: 800px;
    display: none;
  }
}
.windowsillStandart-tables {
  margin-top: 80px;
}
.windowsillStandart-tables__scroll {
  overflow-x: auto;
}
.windowsillStandart-tables__table {
  width: 1405px;
}
.windowsillStandart-tables__top {
  display: flex;
  padding: 50px 45px 40px;
  background: #27509e;
}
.windowsillStandart-tables__bottom {
  display: flex;
  padding: 30px 45px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.windowsillStandart-tables__col {
  font-size: 16px;
  line-height: 19px;
}
.windowsillStandart-tables__col--top {
  color: #ffffff;
  font-weight: bold;
}
.windowsillStandart-tables__col--bottom {
  color: #717171;
}
.windowsillStandart-tables__col--1 {
  max-width: 130px;
  width: 100%;
  margin-right: 75px;
  font-weight: bold;
}
.windowsillStandart-tables__col--2 {
  max-width: 70px;
  width: 100%;
  margin-right: 50px;
}
.aluminiydoorbrand-parameters__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opportunities {
  margin-top: 60px;
}
.opportunities h2 {
  margin-bottom: 60px;
}
.opportunities__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.opportunities__card {
  border: 1px dashed #27509e;
  box-sizing: border-box;
  max-width: 420px;
  width: 100%;
  height: 655px;
}
.opportunities__card--one {
  border: 0;
}
.opportunities__top {
  padding: 40px 60px 35px;
  height: 165px;
}
.opportunities__top--one {
  padding: 40px 0px 35px 35px;
  background: #27509e;
}
.opportunities__number {
  font-weight: 800;
  font-size: 41px;
  line-height: 1;
  color: #27509e;
}
.opportunities__number--one {
  color: #ffffff;
}
.opportunities__content {
  padding: 35px 60px 50px;
  height: 490px;
}
.opportunities__content--one {
  padding: 35px 35px 50px;
  border-left: 1px dashed #27509e;
  border-right: 1px dashed #27509e;
  border-bottom: 1px dashed #27509e;
  box-sizing: border-box;
}
.opportunities__content-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #27509e;
  margin-bottom: 20px;
}
.opportunities__content-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #717171;
  margin-bottom: 35px;
}
.opportunities__content-text--bottom {
  margin-top: 45%;
  margin-bottom: 0;
}
.opportunities__content-img {
  max-width: 275px;
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
}
.opportunities__content-img--conus {
  margin-bottom: 0;
  height: 80px;
}
.opportunities__content-img--big {
  max-width: 305px;
  width: 100%;
  height: 140px;
}
.opportunities__additional {
  margin-top: 20px;
}
.opportunities__colors-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #27509e;
}
.opportunities__colors-items {
  margin: 20px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.opportunities__colors-item {
  width: 70px;
  margin-left: 15px;
}
.opportunities__colors-image {
  width: 100%;
  height: 45px;
}
.opportunities__colors-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.opportunities__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #27509e;
  margin-top: 20px;
}
.opportunities__title--one {
  color: #ffffff;
}
.opportunities__notation {
  margin-top: 35px;
  font-size: 17px;
  line-height: 21px;
  color: #717171;
}
.opportunities__notation a {
  font-weight: 700;
  color: #27509e;
  text-decoration-line: underline;
}
@media (max-width: 1325px) {
  .opportunities__card {
    margin-right: 10px;
  }
  .opportunities__card:last-child {
    margin-right: 0;
  }
  .opportunities__card--one {
    border: 0;
  }
  .opportunities__content {
    padding: 25px 30px 40px;
  }
  .opportunities__content--one {
    padding: 25px 25px 40px;
  }
}
@media (max-width: 1144px) {
  .opportunities-new .opportunities__block {
    flex-direction: column;
    align-items: center;
  }
  .opportunities-new .opportunities__top {
    height: unset !important;
  }
  .opportunities-new .opportunities .opportunities-new .opportunities__content {
    padding-top: 20px;
  }
  .opportunities-new .opportunities__card {
    max-width: 620px;
    width: 100%;
    height: 655px;
    height: auto;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .opportunities-new .opportunities__card:last-child {
    margin-bottom: 0;
  }
  .opportunities-new .opportunities__card--one {
    border: 0;
  }
  .opportunities-new .opportunities__content {
    position: relative;
    height: auto;
  }
  .opportunities-new .opportunities__content-text--bottom {
    position: static;
    bottom: 50px;
    left: 60px;
  }
  .opportunities {
    margin-top: 15px;
  }
  .opportunities .opportunities__block {
    flex-wrap: wrap;
  }
  .opportunities .opportunities__block .opportunities__card {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
  }
  .opportunities .opportunities__block .opportunities__card:last-child {
    margin-bottom: 0;
  }
  .opportunities .opportunities__block .opportunities__card .opportunities__content {
    height: auto;
    padding: 15px 30px 40px;
  }
  .opportunities .opportunities__block .opportunities__card .opportunities__content .opportunities__content-text--bottom {
    margin-top: 15px;
  }
  .opportunities .opportunities__title {
    margin-top: 5px;
  }
  .opportunities .opportunities__top {
    padding: 40px 30px 15px;
    height: fit-content;
  }
}
@media (max-width: 1120px) {
  .aluminiydoorbrand-parameters__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 910px) {
  .aluminiydoorbrand-parameters__img {
    height: 100%;
    width: auto;
  }
  .opportunities h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .opportunities-new .opportunities__top {
    padding: 25px 30px;
    height: unset;
    padding-bottom: 20px;
  }
  .opportunities-new .opportunities__number {
    font-size: 35px;
  }
  .opportunities-new .opportunities__title {
    font-size: 18px;
    margin-top: 15px;
  }
  .opportunities-new .opportunities__card {
    height: 700px;
    height: auto;
  }
  .opportunities-new .opportunities__content {
    height: 525px;
    height: auto;
  }
}
.guarantee-about__title {
  margin-top: 45px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #272727;
  font-weight: 700;
  text-align: center;
}
.guarantee-about__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.guarantee-about__text {
  max-width: 630px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}
.guarantee-about__text p {
  margin-bottom: 20px;
}
.guarantee-about__text p:last-of-type {
  margin-bottom: 0;
}
.guarantee-about__text span {
  font-weight: 700;
}
.guarantee-about__image {
  max-width: 315px;
  width: 100%;
  height: 450px;
  filter: drop-shadow(0px 18px 39px rgba(0, 0, 0, 0.1));
  margin-left: 15px;
}
.guarantee-obligations__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.guarantee-obligations__item-left {
  max-width: 640px;
  width: 100%;
}
.guarantee-obligations__item-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.guarantee-obligations__item-point .guarantee-obligations__item-text {
  max-width: 575px;
}
.guarantee-obligations__item-point:last-of-type {
  margin-bottom: 0;
}
.guarantee-obligations__item-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #27509e;
  box-shadow: 0 0 0 3px #becbe2;
  position: relative;
  top: 8px;
  flex-shrink: 0;
  margin-right: 10px;
}
.guarantee-obligations__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  text-align: justify;
}
.guarantee-obligations__item-text span {
  font-weight: 700;
}
.guarantee-obligations__item-title {
  font-size: 30px;
  line-height: 37px;
  color: #272727;
  max-width: 500px;
  margin-bottom: 35px;
}
.guarantee-obligations__item-title .blue-color {
  color: #27509e;
  font-weight: 700;
}
.guarantee-obligations__item-title .bold {
  font-weight: 600;
}
.guarantee-obligations__item .btn-red {
  margin-top: 40px;
  max-width: 280px;
}
.guarantee-obligations__notation {
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #272727;
  margin-top: 35px;
  padding: 35px 45px;
  border: 2px dashed #27509e;
  border-radius: 7px;
}
.guarantee-obligations__notation span {
  font-weight: 700;
}
.guarantee-obligations__image {
  max-width: 700px;
  height: 355px;
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 850px) {
  .guarantee-about__wrap {
    flex-direction: column;
  }
  .guarantee-about__text {
    max-width: 100%;
  }
  .guarantee-about__image {
    margin-left: 0;
    margin-top: 30px;
  }
  .guarantee-obligations__item {
    flex-direction: column;
  }
  .guarantee-obligations__item-left {
    max-width: 100%;
  }
  .guarantee-obligations__item-point {
    justify-content: flex-start;
  }
  .guarantee-obligations__item .guarantee-obligations__item-text {
    max-width: 100%;
  }
  .guarantee-obligations__item-dot {
    margin-right: 35px;
  }
  .guarantee-obligations__item-title {
    max-width: 100%;
  }
  .guarantee-obligations__image {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
    height: 285px;
  }
}
@media (max-width: 768px) {
  .guarantee-about__wrap {
    margin-top: 30px;
  }
  .guarantee-about__title {
    margin-top: 30px;
  }
  .guarantee-obligations__notation {
    margin-top: 30px;
  }
  .guarantee-obligations__item {
    margin-bottom: 30px;
  }
  .guarantee-obligations__item-title {
    margin-bottom: 30px;
  }
  .guarantee-obligations__item .btn-red {
    margin-top: 30px;
  }
}
@media (max-width: 425px) {
  .guarantee-obligations__item-text {
    font-size: 14px;
    line-height: 21px;
  }
  .guarantee-obligations__item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .guarantee-obligations__notation {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 17px;
  }
  .guarantee-gost__item-brand img {
    object-fit: contain;
  }
  .guarantee-about__text {
    font-size: 14px;
    line-height: 21px;
  }
  .guarantee-about__text p {
    margin-bottom: 20px;
  }
  .guarantee-about__image {
    height: auto;
  }
  .guarantee-about__title {
    font-size: 14px;
    line-height: 21px;
  }
}
.choice {
  margin-top: 80px;
  padding-top: 60px;
  background: #f7f7f7;
}
.stained-facades {
  margin-top: 60px;
}
.stained-facades h2 {
  margin-bottom: 60px;
}
.stained-facades__wrapTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.stained-facades__text1 {
  border: 2px dashed #27509e;
  border-radius: 7px;
  padding: 30px 40px;
  width: 100%;
  max-width: 515px;
  margin-right: 55px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #272727;
}
.stained-facades__text1 span {
  font-weight: 700;
}
.stained-facades__text2 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #717171;
  width: 100%;
  max-width: 870px;
}
.stained-facades__text2 span {
  font-weight: 700;
}
.stained-facades__wrap {
  display: flex;
  position: relative;
  z-index: 2;
  background: #fff;
  width: calc(100% + 50px);
  margin: 0 -50px;
  flex-wrap: wrap;
  margin-top: 90px;
}
.stained-facades__item {
  width: calc(25% - 50px);
  text-align: start;
  margin-left: 50px;
}
.stained-facades__item-icon {
  display: flex;
  justify-content: flex-start;
}
.stained-facades__item-icon svg {
  width: 32px;
  height: 32px;
}
.stained-facades__item-title {
  margin-top: 35px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #272727;
  opacity: 0.7;
}
.stained-facades__item-text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #717171;
}
.garden {
  margin-top: 40px;
}
.garden__img {
  width: 250px;
  height: 67px;
}
.garden__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.options-gardens {
  margin-top: 80px;
}
.options-gardens h2 {
  margin-bottom: 18px;
}
.options-gardens__cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1305px;
  width: 100%;
  margin: auto;
}
.options-gardens__card {
  margin: 32px 32px 0;
  max-width: 370px;
  width: 100%;
  box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.06);
}
.options-gardens__card-bottom {
  background: #ffffff;
  padding: 25px;
  text-align: start;
}
.options-gardens__img {
  width: 100%;
  height: 295px;
}
.options-gardens__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
}
@media (max-width: 1120px) {
  .garden__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.price-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .price-content {
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
  }
  .latches__cards {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .latches__card {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .price-content {
    margin-top: 10px;
  }
  .price-content #TextBlock {
    padding-right: 0;
  }
}
.guarantee-certificates__image {
  max-width: 285px;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guarantee-certificates .certificates-slider-pagination {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .guarantee-certificates__image {
    max-width: 201px;
    height: 300px;
  }
  .guarantee-certificates .certificates-slider-pagination {
    margin-top: 30px;
  }
  .guarantee-gost__wrap {
    margin-top: 30px;
  }
  .guarantee-gost__notation {
    padding: 25px;
    font-size: 14px;
    line-height: 17px;
  }
  .guarantee-gost__text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 21px;
  }
  .guarantee-gost__text p {
    margin-bottom: 20px;
  }
  .guarantee-gost__right {
    max-width: 100%;
    height: 410px;
  }
  .guarantee-gost__items {
    margin-top: 30px;
  }
  .guarantee-gost__item {
    margin-bottom: 30px;
  }
}
.guarantee-gost__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.guarantee-gost__info {
  max-width: 635px;
  width: 100%;
}
.guarantee-gost__notation {
  padding: 50px 45px;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #272727;
  border: 2px dashed #27509e;
  border-radius: 7px;
}
.guarantee-gost__notation span {
  font-weight: 700;
}
.guarantee-gost__text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #272727;
}
.guarantee-gost__text span {
  font-weight: 700;
}
.guarantee-gost__text p {
  margin-bottom: 25px;
}
.guarantee-gost__text p:last-of-type {
  margin-bottom: 0;
}
.guarantee-gost__right {
  max-width: 705px;
  position: relative;
  width: 100%;
  height: 409px;
  filter: drop-shadow(0px 20px 64px rgba(0, 0, 0, 0.12));
  margin-left: 15px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guarantee-gost__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.guarantee-gost__image img {
  object-fit: fill;
}
.guarantee-gost__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 97.69%);
}
.guarantee-gost .btn-red {
  max-width: 280px;
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  position: static;
  transform: none;
}
.guarantee-gost__items {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guarantee-gost__item {
  max-width: 635px;
  width: 100%;
  border: 2px dashed #27509e;
  border-radius: 7px;
  padding: 25px 30px 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.guarantee-gost__item-info {
  max-width: 280px;
  width: 100%;
  padding-right: 15px;
}
.guarantee-gost__item-title {
  font-size: 45px;
  line-height: 67px;
  font-weight: 700;
  color: #27509e;
}
.guarantee-gost__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}
.guarantee-gost__item-text span {
  font-weight: 700;
}
.guarantee-gost__item-text ul {
  padding-inline-start: 30px;
}
.guarantee-gost__item-brand {
  width: fit-content;
  height: fit-content;
}
.employees {
  margin-bottom: 80px;
}
.employees .swiper-container {
  padding-top: 100px;
}
.employees h2 {
  margin-top: 35px;
}
.employees .employees-slider-pagination {
  margin-top: 20px;
}
@media (max-width: 1320px) {
  .guarantee-gost__item {
    max-width: 500px;
    padding: 30px;
  }
}
@media (max-width: 1080px) {
  .guarantee-gost__wrap {
    flex-direction: column;
  }
  .guarantee-gost__info {
    max-width: 100%;
  }
  .guarantee-gost__right {
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .guarantee-gost__wrap {
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .guarantee-gost__item {
    padding: 20px 25px 30px;
  }
  .guarantee-gost__item:last-child {
    margin-bottom: 0;
  }
  .guarantee-gost__item-brand {
    margin-left: 10px;
  }
}
@media (max-width: 425px) {
  .guarantee-gost__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .guarantee-gost__item-info {
    max-width: 100%;
  }
  .guarantee-gost__item-brand {
    margin-left: 0;
    margin-top: 10px;
    max-height: 175px;
  }
  .guarantee-gost__item-text ul {
    margin-bottom: 0;
  }
  .calculator .leaves__title::after {
    display: none;
  }
  .question__wrap .leaves {
    display: none;
  }
}
.mb-3 {
  margin-bottom: 30px;
}
.video-wrap.active svg {
  display: none;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.colored-door__info-title span {
  color: #27509e;
}
.product-char__title span {
  color: #27509e;
}
.latches__cards {
  max-width: 1265px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto 0;
}
.latches__card {
  max-width: 415px;
  width: 100%;
  border-radius: 7px;
  margin-right: 55px;
}
.latches__card:last-child {
  margin-right: 0;
}
.latches__number {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #27509e;
}
.latches__title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #717171;
}
.latches__textCard {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #717171;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .kidpadlock-why__cards {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .kidpadlock-why__card {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .kidpadlock-why__card:last-child {
    margin-bottom: 0;
  }
  .latches__cards {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .latches__card {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.video-wrap-about.active svg {
  display: none;
}
.production-about {
  margin-top: 80px;
}
.production-about video {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.production-about__text {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #272727;
}
.production-about__text p {
  margin-bottom: 20px;
}
.production-about__text p:last-of-type {
  margin-bottom: 0;
}
.production-about__image {
  max-width: 655px;
  width: 100%;
  height: 365px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  float: right;
  cursor: pointer;
}
.production-about__image-play {
  cursor: pointer;
  position: absolute;
  transition: ease-in-out 0.25s;
}
.production-about__image:hover .production-about__image-play {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .production-about__wrap {
    flex-direction: column;
  }
  .production-about__image {
    margin: 30px auto 0;
  }
  .production-about__text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .guarantee-gost__items {
    margin-top: 30px;
  }
  .guarantee-gost__notation {
    padding: 25px;
    font-size: 14px;
    line-height: 17px;
  }
  .employees {
    margin-bottom: 30px;
  }
  .employees .swiper-container {
    padding-top: 60px;
  }
  .employees .swiper {
    padding-top: 62px;
  }
  .employees .employees-slider-pagination {
    margin-top: 15px;
  }
  .production-banner {
    padding: 45px 0 80px;
  }
  .production-banner h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .production-banner__text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 35px;
    max-width: 100%;
  }
  .production-banner__text p {
    margin-bottom: 20px;
  }
  .production-about {
    margin-top: 15px;
  }
  .production-about__text {
    font-size: 14px;
    line-height: 20px;
  }
  .production-about__text p {
    margin-bottom: 20px;
  }
  .production-about__image {
    margin: 15px auto 0;
    height: auto;
  }
  .production-about__slider {
    margin-top: 15px;
  }
  .production-about__slider .production-about-slider-pagination {
    margin-top: 15px;
  }
}
.opportunities-new .opportunities {
  margin-top: 80px;
}
.opportunities-new .opportunities h2 {
  margin-bottom: 60px;
}
.opportunities-new .opportunities__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.opportunities-new .opportunities__card {
  border: 1px dashed #27509e;
  box-sizing: border-box;
  max-width: 420px;
  width: 100%;
  height: 655px;
}
.opportunities-new .opportunities__card--one {
  border: 0;
}
.opportunities-new .opportunities__top {
  padding: 40px 60px 35px;
  height: 165px;
}
.opportunities-new .opportunities__top--one {
  padding: 40px 35px 35px;
  background: #27509e;
}
.opportunities-new .opportunities__number {
  font-weight: 800;
  font-size: 41px;
  line-height: 1;
  color: #27509e;
}
.opportunities-new .opportunities__number--one {
  color: #ffffff;
}
.opportunities-new .opportunities__content {
  padding: 35px 60px 50px;
  height: 490px;
}
.opportunities-new .opportunities__content--one {
  padding: 35px 35px 50px;
  border-left: 1px dashed #27509e;
  border-right: 1px dashed #27509e;
  border-bottom: 1px dashed #27509e;
  box-sizing: border-box;
}
.opportunities-new .opportunities__content--two {
  padding: 20px 20px 50px 60px;
}
.opportunities-new .opportunities__content-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #27509e;
  margin-bottom: 20px;
}
.opportunities-new .opportunities__content-title--two {
  margin-bottom: 5px;
  font-size: 15px;
}
.opportunities-new .opportunities__content-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #717171;
  margin-bottom: 35px;
}
.opportunities-new .opportunities__content-text--bottom {
  margin-top: 45%;
  margin-bottom: 0;
}
.opportunities-new .opportunities__content-text--two {
  margin-bottom: 20px;
}
.opportunities-new .opportunities__content-img {
  max-width: 220px;
  width: 100%;
  height: 135px;
  margin-bottom: 15px;
}
.opportunities-new .opportunities__content-img--two {
  max-width: 235px;
  width: 100%;
  margin-bottom: 0;
  height: 125px;
}
.opportunities-new .opportunities__content-img--big {
  max-width: 305px;
  width: 100%;
  height: 140px;
}
.opportunities-new .opportunities__additional {
  margin-top: 20px;
}
.opportunities-new .opportunities__colors-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #27509e;
}
.opportunities-new .opportunities__colors-items {
  margin: 20px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.opportunities-new .opportunities__colors-item {
  width: 70px;
  margin-left: 15px;
}
.opportunities-new .opportunities__colors-image {
  width: 100%;
  height: 45px;
}
.opportunities-new .opportunities__colors-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}
.opportunities-new .opportunities__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #27509e;
  margin-top: 20px;
}
.opportunities-new .opportunities__title--one {
  color: #ffffff;
}
.opportunities-new .opportunities__notation {
  margin-top: 35px;
  font-size: 17px;
  line-height: 21px;
  color: #717171;
}
.opportunities-new .opportunities__notation a {
  font-weight: 700;
  color: #27509e;
  text-decoration-line: underline;
}
.opportunities-new .types-facade__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.opportunities-new .types-facade__card {
  width: 345px;
}
.opportunities-new .types-facade__card-img {
  width: 100%;
  height: 235px;
}
.opportunities-new .types-facade__card-bottom {
  width: 100%;
  height: 130px;
  background: #27509e;
  padding: 20px 40px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.opportunities-new .types-facade__card-title {
  width: 100%;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}
.opportunities-new .types-facade__card-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}
.opportunities-new .types-facade__card-link svg {
  margin-left: 20px;
}
.opportunities-new .advantages--two .wrap {
  padding: 0 15px;
}
@media (max-width: 1325px) {
  .opportunities-new .opportunities__card {
    margin-right: 10px;
  }
  .opportunities-new .opportunities__card:last-child {
    margin-right: 0;
  }
  .opportunities-new .opportunities__card--one {
    border: 0;
  }
  .opportunities-new .opportunities__content {
    padding: 25px 30px 40px;
  }
  .opportunities-new .opportunities__content--one {
    padding: 25px 25px 40px;
  }
}
@media (max-width: 1144px) {
  .opportunities-new .opportunities__block {
    flex-direction: column;
    align-items: center;
  }
  .opportunities-new .opportunities__card {
    max-width: 620px;
    width: 100%;
    height: 655px;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .opportunities-new .opportunities__card:last-child {
    margin-bottom: 0;
  }
  .opportunities-new .opportunities__card--one {
    border: 0;
  }
  .opportunities-new .opportunities__content {
    position: relative;
  }
  .opportunities-new .opportunities__content-text--bottom {
    position: static;
    bottom: 50px;
    left: 60px;
  }
}
@media (max-width: 900px) {
  .opportunities-new .stained-facades__wrapTop {
    flex-direction: column;
  }
  .opportunities-new .stained-facades__text1 {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .opportunities-new .opportunities__top {
    padding: 25px 30px;
  }
  .opportunities-new .opportunities__number {
    font-size: 35px;
  }
  .opportunities-new .opportunities__title {
    font-size: 18px;
    margin-top: 15px;
  }
  .opportunities-new .opportunities__card {
    height: 700px;
    height: auto;
  }
  .opportunities-new .opportunities__content {
    height: 525px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .stained-facades__wrapTop {
    flex-direction: column;
  }
  .stained-facades__text1 {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.stained-facades h2 {
  margin-bottom: 60px;
}
@media (max-width: 650px) {
  .kidpadlock-why__card {
    width: 100%;
    max-width: 645px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .kidpadlock-why__img {
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .kidpadlock-why__textblock {
    max-width: 400px;
    width: 100%;
  }
  .kidpadlock-why__textblock p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #717171;
    margin-bottom: 20px;
  }
  .kidpadlock-why__textblock p :last-child {
    margin-bottom: 0;
  }
  .kidpadlock-why__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #27509e;
    margin-bottom: 25px;
  }
}
.price .tabs {
  display: flex;
  justify-content: start;
  overflow-x: auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.price .tabs::-webkit-scrollbar {
  display: none;
}
.price .tabs .i {
  width: fit-content;
  max-width: unset;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding: 29px;
  color: #272727;
  border-bottom: 2px solid #eaeaea;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
}
.price .tabs .i.active {
  color: #27509e;
  border-bottom: 2px solid #27509e;
  transition: all 0.5s ease-in-out;
}
.price .swiper-container {
  padding-top: 80px;
}
.price .price-sale-slider-pagination {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .price .swiper-container {
    padding-top: 40px;
  }
  .price .price-sale-slider-pagination {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .price .tabs .i {
    font-size: 14px;
    padding: 20px;
  }
  .price .swiper-container {
    padding-top: 50px;
  }
  .price .price-sale-slider-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .price .tabs .i {
    font-size: 11px;
  }
  .price .swiper-container {
    padding-top: 25px;
  }
}
@media (max-width: 374px) {
  .price .tabs .i {
    font-size: 10px;
  }
}
.accessories-windows-container .swiper-container {
  padding-top: 69px;
}
.accessories-windows-container .accessories-slider-pagination {
  margin-top: 64px;
}
.accessories-windows-container > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessories-windows-container .i {
  margin: 0 auto;
  max-width: 326px;
  width: 100%;
  font-weight: 500;
  background: #ffffff;
  box-shadow: 0px 29px 72px rgba(0, 0, 0, 0.04);
  padding: 38px 35px 34px;
  box-sizing: border-box;
}
.accessories-windows-container .i > .img {
  margin: 0 auto;
  max-width: 216px;
  width: 216px;
  height: 230px;
}
.accessories-windows-container .i > .img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.accessories-windows-container .i > .bottom {
  max-width: 84%;
  margin-top: 30px;
}
.accessories-windows-container .i > .bottom > .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #272727;
}
.accessories-windows-container .i > .bottom > .link {
  width: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 144.69%;
  text-transform: uppercase;
  color: #272727;
  border: 2px solid #df2931;
  box-sizing: border-box;
  filter: drop-shadow(0px 16px 17px rgba(223, 41, 49, 0.1));
  border-radius: 69px;
  margin-top: 27px;
  display: flex;
  padding: 13px 32px 13px 37px;
  transition: all 0.5s ease;
}
.accessories-windows-container .i > .bottom > .link > .svg {
  margin-left: 15px;
  width: 28px;
  height: 8px;
}
.accessories-windows-container .i > .bottom > .link > .svg svg {
  transition: all 0.5s ease;
}
.accessories-windows-container .i > .bottom > .link:hover {
  background-color: #df2931;
  color: #fff;
  border: 2px solid transparent;
}
.accessories-windows-container .i > .bottom > .link:hover svg {
  fill: #fff;
}
@media screen and (max-width: 666px) {
  #accessories-windows {
    margin-top: 34px;
  }
  .accessories-windows-container .i {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  }
  .accessories-windows-container .title {
    text-align: left;
  }
  .accessories-windows-container .title span {
    margin: 0;
  }
}
@media screen and (max-width: 424px) {
  #accessories-windows .items {
    margin-top: 0;
  }
}
.square {
  vertical-align: super;
  font-size: 10px;
}
.accessories h2:after {
  right: auto;
}
.bold {
  font-weight: 700;
}
.acces-card {
  width: 100%;
  box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.06);
}
.acces-card__image {
  width: 100%;
  height: 210px;
}
.acces-card__wrap {
  padding: 30px 35px 50px;
  background: #fff;
}
.acces-card__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #272727;
}
.acces-card__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.acces-card__price-old {
  font-size: 16px;
  line-height: 19px;
  color: #717171;
  text-decoration-line: line-through;
}
.acces-card__price-new {
  font-size: 21px;
  font-weight: 700;
  color: #df2931;
}
.acces-card .btn-blue {
  margin-top: 55px;
  max-width: 190px;
}
.acces-card__chars {
  margin-top: 35px;
}
.acces-card__char {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.acces-card__char:last-of-type {
  margin-bottom: 0;
}
.acces-card__char-separator {
  border-bottom: 1px dotted #aaaaaa;
  flex-grow: 1;
  position: relative;
  top: -6px;
}
.acces-card__char-name {
  font-size: 12px;
  line-height: 18px;
  color: #272727;
  opacity: 0.6;
}
.acces-card__char-value {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #272727;
  opacity: 0.6;
}
.acces-card__colors {
  margin-top: 10px;
  display: flex;
}
.acces-card__color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  background: #8c3f08;
}
.acces-card__color:last-of-type {
  margin-right: 0;
}
.advantages__item-text p span {
  font-weight: 700;
}
.advantages--two .wrap {
  padding: 0 15px !important;
}
.advantages--two .advantages__item-text {
  margin-top: 40px !important;
}
.production-about__slider .production-about-slider-pagination {
  margin-top: 50px !important;
}
.video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.videoModal__wrap .video-wrap .play {
  position: absolute;
  width: 79px;
  height: 79px;
  transition: ease-in-out 0.25s;
}
#form-action .text-success {
  color: white !important;
}
.search-result .item-border {
  border-bottom: 1px solid #E9E9E9;
}
.reviewModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.25s;
  padding: 0 15px;
}
.reviewModal.active {
  opacity: 1;
  visibility: visible;
}
.reviewModal .wrap {
  width: 100%;
  max-width: 1160px;
  height: 90vh;
  background: #fff;
  z-index: 13;
  padding: 72px 75px 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
}
.reviewModal .btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
.reviewModal__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #272727;
  margin-bottom: 20px;
}
.reviewModal__wrap {
  width: 100%;
}
.reviewModal__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.reviewModal__tag {
  padding: 0 10px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #27509e;
  border-radius: 74px;
  font-size: 12px;
  line-height: 15px;
  color: #27509e;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: default;
}
.reviewModal__tag:last-of-type {
  margin-right: 0;
}
.reviewModal__date {
  font-size: 14px;
  line-height: 17px;
  color: #b8b8b8;
}
.reviewModal__name {
  font-size: 20px;
  line-height: 24px;
  color: #2b529c;
  font-weight: 700;
  margin: 20px 0;
}
.reviewModal__rating {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.reviewModal__rating:last-of-type {
  margin-bottom: 0;
}
.reviewModal__rating-title {
  font-size: 14px;
  line-height: 17px;
  color: #b8b8b8;
  max-width: 75px;
  width: 100%;
}
.reviewModal__rating-stars {
  display: flex;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.reviewModal__rating-star {
  margin-right: 3px;
}
.reviewModal__rating-star:last-of-type {
  margin-right: 0;
}
.reviewModal__rating-star svg {
  fill: #c2c2c2;
}
.reviewModal__rating-star.active svg {
  fill: #ff8b37;
}
.reviewModal__text {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
  margin-bottom: 25px;
}
.reviewModal__text:last-child {
  margin-bottom: 0;
}
.reviewModal__bottom {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.reviewModal__textblock {
  width: 100%;
  max-width: 530px;
  margin-right: 20px;
}
.reviewModal__img {
  width: 434px;
  height: 467px;
  background: #c4c4c4;
}
@media (max-width: 1025px) {
  .reviewModal .wrap {
    padding: 60px 30px 54px;
  }
}
@media (max-width: 768px) {
  .reviewModal__bottom {
    flex-direction: column;
    margin-top: 30px;
  }
  .reviewModal__title {
    font-size: 35px;
    line-height: 52px;
  }
  .reviewModal__textblock {
    max-width: 100%;
  }
  .reviewModal__text {
    margin-bottom: 20px;
  }
  .reviewModal__tags {
    margin-top: 30px;
  }
  .reviewModal__img {
    width: 100%;
    margin-top: 30px;
    height: 360px;
  }
}
@media (max-width: 475px) {
  .reviewModal .wrap {
    padding: 60px 20px 54px;
  }
}
.production-banner {
  position: relative;
  padding: 70px 0 110px;
  margin-top: 35px;
}
.production-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.production-banner__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(83.92deg, rgba(17, 17, 17, 0.86) 25.98%, rgba(49, 49, 49, 0) 98.71%);
  content: "";
}
.production-banner h1 {
  color: #fff;
  margin-top: 0;
}
.production-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.production-banner__text {
  max-width: 675px;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-top: 30px;
}
.production-banner__text p {
  margin-bottom: 25px;
}
.production-banner__text p:last-of-type {
  margin-bottom: 0;
}
.production-banner__text span {
  font-weight: 700;
}
.production-banner__play {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.production-banner__play-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(182.87deg, #df2931 2.39%, #c40911 79.31%), #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}
@media (max-width: 1080px) {
  .production-banner__wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .production-banner__play {
    margin-top: 45px;
  }
}
@media (max-width: 920px) {
  .production-banner {
    padding: 45px 0 40px;
  }
  .production-banner h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .production-banner__text {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    margin-top: 35px;
  }
  .production-banner__text p {
    margin-bottom: 20px;
  }
}
.header-bottom {
  background: #27509e;
  padding: 28px 0;
  position: relative;
}
.header-bottom__container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
.header-bottom .search {
  position: absolute;
  bottom: -98px;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
}
.header-bottom .search.active {
  opacity: 1;
  visibility: visible;
}
.header-bottom .search input {
  width: 100%;
  height: 70px;
  padding: 0 43px;
  border: none;
  border-bottom: 1px solid #27509e;
}
.header-bottom__items {
  max-width: 93%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom__item {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.header-bottom__item:hover {
  border-bottom: 1px solid #DF2931;
}
.header-bottom__searchButton-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.header-bottom__searchButton-btn svg {
  width: 21px;
  height: 21px;
}
.search {
  display: flex;
  cursor: pointer;
  position: relative;
}
.search svg {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.services-about__wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.services-about__image {
  max-width: 795px;
  width: 100%;
  height: 335px;
}
.services-about__info {
  max-width: 575px;
  width: 100%;
  margin-left: 15px;
}
.services-about__text {
  font-size: 16px;
  line-height: 23px;
  color: #272727;
}
.services-about__text span {
  font-weight: 700;
}
.services-about__price {
  margin-top: 60px;
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  color: #27509e;
}
.services-about__price .big-font {
  font-size: 3rem;
}
.services-about__price .square {
  vertical-align: super;
  font-size: 25px;
}
.steps {
  margin-top: 50px;
}
.steps__text {
  width: 100%;
  margin-right: 15px;
  font-size: 16px;
  line-height: 23px;
  color: #272727;
  text-align: justify;
}
.steps__text span {
  font-weight: 700;
}
.steps__img {
  width: 100%;
  max-width: 440px;
  height: 450px;
  float: right;
  margin-left: 20px;
}
@media (max-width: 1020px) {
  .services-about__wrap {
    flex-direction: column;
  }
  .services-about__image {
    max-width: 100%;
  }
  .services-about__info {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px;
    text-align: justify;
  }
  .services-about__price {
    margin-top: 20px;
  }
  .steps {
    margin-top: 20px;
  }
  .steps__block {
    flex-direction: column;
    text-align: justify;
  }
  .steps__text {
    margin-right: 0;
  }
  .steps__img {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    height: 335px;
  }
}
@media (max-width: 768px) {
  .services-about__wrap {
    margin-top: 30px;
  }
  .services-about__image {
    height: 285px;
  }
  .services-about__text {
    font-size: 14px;
    line-height: 21px;
  }
  .services-about__text:last-of-type {
    margin-bottom: 0;
  }
  .services-about__price {
    font-size: 39px;
    line-height: 57px;
  }
  .services-about__price .big-font {
    font-size: 1.5rem;
    line-height: 80px;
  }
  .step__text {
    font-size: 14px;
    line-height: 21px;
  }
  .step__img {
    height: 285px;
  }
}
.wherebuy-maps {
  margin-top: 50px;
}
.wherebuy-maps__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: rgb(39, 39, 39);
  display: block;
  margin-bottom: 30px;
}
.wherebuy-maps__map {
  width: 100%;
  height: 600px;
}
.wherebuy-order {
  padding: 105px 0 80px;
  background: url("/assets/wherebuy-5b5db5bf.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.wherebuy-order h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 0;
}
.wherebuy-order h2 span {
  margin-right: 10px;
  margin-left: 15px;
}
.wherebuy-order__selectors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 52px;
}
.wherebuy-order__selectors .select .select__wrap .bottom {
  max-height: 320px;
  overflow: auto;
}
.wherebuy-order__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wherebuy-order__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  margin-top: 25px;
}
.wherebuy-order__img {
  width: 340px;
  height: 257px;
  margin-right: 25px;
}
.wherebuy-order__content {
  width: 255px;
}
.wherebuy-order__address {
  font-weight: normal;
  font-size: 18px;
  line-height: 37px;
  color: #363636;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wherebuy-order__address svg {
  margin-right: 13px;
}
.wherebuy-order__tel {
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #656565;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wherebuy-order__tel svg {
  margin-right: 13px;
}
.wherebuy-order__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #656565;
}
.wherebuy-order__text span {
  font-weight: 700;
}
@media (max-width: 1310px) {
  .wherebuy-order__cards {
    flex-direction: column;
  }
  .wherebuy-order__card {
    margin-bottom: 30px;
  }
  .wherebuy-order__card:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .wherebuy-maps {
    margin-top: 30px;
  }
  .wherebuy-maps__text {
    font-size: 16px;
    line-height: 21px;
  }
  .wherebuy-maps__map {
    height: 460px;
  }
  .wherebuy-order {
    padding: 50px 0;
  }
  .wherebuy-forms {
    padding: 50px 0;
    margin-bottom: -80px;
    background-color: #ffffff;
  }
}
@media (max-width: 650px) {
  .wherebuy-order h2 {
    margin-bottom: 30px;
    display: block;
  }
  .wherebuy-order h2 svg {
    display: none;
  }
  .wherebuy-order h2 span {
    margin: 0;
  }
  .wherebuy-order__selectors {
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .wherebuy-order .select {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .wherebuy-order .select:first-of-type {
    z-index: 2;
  }
  .wherebuy-order .select__wrap {
    max-width: 100%;
  }
  .wherebuy-order .select:last-of-type {
    margin-bottom: 0;
    z-index: 1;
  }
  .wherebuy-order__card {
    flex-direction: column;
  }
  .wherebuy-order__img {
    width: 100%;
    margin-right: 0;
  }
  .wherebuy-order__content {
    margin-top: 15px;
  }
  .wherebuy-order__address {
    margin-bottom: 15px;
  }
  .wherebuy-order__tel {
    margin-bottom: 15px;
  }
}
#Contacts .swiper-wrapper {
  flex-wrap: wrap;
}
#Contacts .swiper-pagination {
  display: none;
}
.contacts__wrap {
  margin-top: 20px;
  padding: 55px 85px;
  box-shadow: 0px 29px 72px rgba(0, 0, 0, 0.04);
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.contacts__item {
  max-width: 295px;
  width: 100%;
}
.contacts__item-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #363636;
  height: 52px;
  margin-bottom: 20px;
}
.contacts__item-contact {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contacts__item-contact:last-of-type {
  margin-bottom: 0;
}
.contacts__item-contact-icon {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}
.contacts__item-contact-text {
  font-size: 18px;
  line-height: 22px;
  color: #363636;
}
.contacts__item-contact--phone .contacts__item-contact-icon {
  position: relative;
  top: -1px;
}
.contacts__item-contact--phone .contacts__item-contact-text {
  color: #656565;
}
.contacts__item-schedule {
  font-size: 18px;
  line-height: 21px;
  color: #656565;
  margin-top: 15px;
}
.contacts__item-schedule p {
  margin-bottom: 10px;
}
.contacts__item-schedule p:last-of-type {
  margin-bottom: 0;
}
.contacts__item-schedule span {
  font-weight: 700;
}
.contacts__image {
  max-width: 260px;
  width: 100%;
  height: 235px;
}
.contacts .btn-red {
  margin-top: 30px;
}
.contact-map {
  margin-top: 80px;
  width: 100%;
  height: 600px;
}
.contact-employees__wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-employees__item {
  max-width: calc(25% - 30px);
  margin-left: 0;
  margin-bottom: 100px;
  padding: 40px 30px;
  background: #f6f6f6;
}
.contact-employees__item.swiper-slide {
  height: auto;
}
.contact-employees__item-name {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #27509e;
}
.contact-employees__item-position {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #363636;
  margin-top: 15px;
}
.contact-employees__item-firm {
  font-size: 16px;
  line-height: 19px;
  color: #363636;
  margin-top: 15px;
}
.contact-employees__item-phone {
  font-size: 16px;
  line-height: 19px;
  color: #656565;
  margin-top: 15px;
}
.contact-employees__item-email {
  font-size: 16px;
  line-height: 19px;
  color: #656565;
  margin-top: 15px;
}
.question {
  background: #fff;
}
.contact-commerce {
  margin-top: -20px;
  margin-bottom: 50px;
}
.contact-commerce h2 {
  margin-top: 0;
}
.contact-commerce__wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-commerce__item {
  max-width: calc(50% - 30px);
  margin-left: 0;
  margin-bottom: 30px;
  padding: 50px 40px;
  background: #f6f6f6;
}
.contact-commerce__item.swiper-slide {
  height: auto;
}
.contact-commerce__item-title {
  font-size: 21px;
  line-height: 25px;
  color: #27509e;
  font-weight: 700;
}
.contact-commerce__item-wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.contact-commerce__item-representative {
  max-width: 320px;
  width: 100%;
  margin-right: 10px;
}
.contact-commerce__item-representative:last-of-type {
  margin-right: 0;
}
.contact-commerce__item-position {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.contact-commerce__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #363636;
  margin-top: 15px;
}
.contact-commerce__item-phone {
  font-size: 16px;
  line-height: 19px;
  color: #656565;
  margin-top: 15px;
}
.contact-commerce__item-email {
  font-size: 16px;
  line-height: 19px;
  color: #656565;
  margin-top: 15px;
}
@media (max-width: 1280px) {
  .contacts__wrap {
    padding: 55px 30px;
    flex-wrap: wrap;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
  .contacts__right {
    max-width: 295px;
    width: 100%;
  }
  .contacts__image {
    max-width: 100%;
  }
  .contact-employees__item {
    max-width: calc(33.333% - 30px);
    min-width: calc(33.333% - 30px);
    margin-bottom: 20px;
  }
  .contact-commerce {
    margin-top: 30px;
  }
}
@media (max-width: 900px) {
  .contact-employees__item {
    max-width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .contact-employees__item {
    max-width: unset;
  }
  #Contacts .swiper-wrapper {
    flex-wrap: nowrap;
  }
  #Contacts .swiper-pagination {
    display: block;
  }
  .contacts__wrap {
    flex-direction: column;
    padding: 30px 20px;
  }
  .contacts__item {
    max-width: 100%;
  }
  .contacts__item-title {
    height: auto;
  }
  .contacts__right {
    margin: 20px auto 0;
  }
  .contact-map {
    margin-top: 50px;
    height: 460px;
  }
  .contact-commerce__item {
    max-width: unset;
  }
}
@media (max-width: 625px) {
  .contact-employees__item {
    width: calc(100% - 20px);
  }
  .contact-commerce__item {
    padding: 30px 20px;
  }
  .contact-commerce__item-wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  .contact-commerce__item-representative {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-commerce__item-representative:last-of-type {
    margin-bottom: 0;
  }
}
.stages .swiper-pagination {
  margin-top: 10px;
  display: none;
}
.stages__wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.stages__item {
  width: 100%;
  position: relative;
  min-height: 245px;
  padding: 35px 0;
  display: flex;
  align-items: flex-end;
}
.stages__item-wrap {
  display: flex;
  width: 100%;
}
.stages__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: ease-in-out 0.25s;
}
.stages__item:hover {
  cursor: pointer;
}
.stages__item:hover .stages__item-image {
  filter: none;
}
.stages__item-text {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  background: #27509e;
  backdrop-filter: blur(10px);
  padding: 0 40px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.stages__item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #fff;
}
.stages__item-link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.stages__item-step {
  max-width: 100px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #27509e;
  z-index: 2;
  font-size: 35px;
  line-height: 43px;
  font-weight: 600;
  color: #fff;
  border-right: 2px solid #fff;
}
.stages .stages-btn-next {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(39, 80, 158, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  border-radius: 50%;
  cursor: pointer;
}
.stages .stages-btn-prev {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(39, 80, 158, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1620px) {
  .stages .stages-btn-prev {
    width: 40px;
    height: 40px;
    left: -40px;
  }
  .stages .stages-btn-prev svg {
    width: 10px;
    height: 15px;
  }
  .stages .stages-btn-next {
    width: 40px;
    height: 40px;
    right: -40px;
  }
  .stages .stages-btn-next svg {
    width: 10px;
    height: 15px;
  }
}
@media (max-width: 1500px) {
  .stages .stages-btn-prev {
    left: 0;
    z-index: 2;
    background: #fff;
  }
  .stages .stages-btn-next {
    right: 0;
    z-index: 2;
    background: #fff;
  }
}
@media (max-width: 920px) {
  .stages .stages-btn-prev {
    display: none;
  }
  .stages .stages-btn-next {
    display: none;
  }
  .stages .swiper-pagination {
    display: block;
  }
  .stages__item-text {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .stages__wrap {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .stages__item {
    min-height: 180px;
    padding: 25px 0;
  }
  .stages__item-title {
    font-size: 14px;
    line-height: 17px;
  }
  .stages__item-step {
    max-width: 70px;
    font-size: 24px;
    line-height: 29px;
  }
  .stages__item-text {
    height: auto;
    padding: 20px 15px;
  }
}
.question__form {
  position: relative;
}
.question__form .text-success {
  z-index: 2;
}
@media (max-width: 1120px) {
  .about-now__wrap {
    flex-direction: column;
  }
  .about-now__video {
    margin-left: 0;
    margin-top: 30px;
    height: 420px !important;
  }
}
@media (max-width: 768px) {
  .about-now__video {
    height: 260px !important;
  }
}
/*Яндекс тултипы*/
.ymaps-2-1-79-balloon__content {
  width: 240px;
  padding: 22px !important;
  background: #fff;
  position: relative;
  border-radius: 6px;
  margin-right: 0;
}
.d-none {
  display: none !important;
}
.ymaps-2-1-79-balloon {
  border-radius: 6px;
}
.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
}
.balloon-box span {
  color: #006bce;
  line-height: 2;
}
.balloon-box h3 {
  font-size: 18px !important;
}
.ymaps-2-1-79-balloon__content ymaps {
  width: 100% !important;
  height: auto !important;
}
.wherebuy-order__text span {
  font-weight: bold;
}
.text-success {
  color: #1b7943;
  margin: 0 0 30px 0;
}
.feedback-section {
  margin-top: 95px;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-4_5 {
  margin-bottom: 4.5rem;
}
.preloader-5 {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 30px auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #337AB7;
  animation: preloader-5-spin 2s linear infinite;
}
.preloader-5:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BFE2FF;
  animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #337AB7;
  animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.employees .swiper {
  padding-top: 80px;
}
section.employees .swiper-slide {
  height: auto;
}/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}