@CHARSET "UTF-8";
a, button, input, textarea {
  outline: none !important; }

.louvers-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none !important; }

.louvers-body {
  font-family: 'PT Sans'; }

.louvers-header__time span, .louvers-header__tels, .louvers-header__t, .louvers-menu--top a, .louvers-caption, .louvers-button--green, .louvers-advantages__caption, .louvers-advantages__txt, .louvers-contacts__txt, .louvers-faq__quest, .louvers-reviews__text, .louvers-step__item, .louvers-catalog__name, .louvers-mc__title, .louvers-form1__f_title, .louvers-form1__caption, .louvers-form1__txt, .louvers-form2__f_title, .louvers-form2__txt, .louvers-form2__txt_after, .louvers-form3__txt, .louvers-form3__f_title, .louvers-repeat, .louvers-repeat__list_n, .louvers-repeat__list_t, .louvers-modal__caption, .louvers-footer, .j-list, .price {
  font-family: 'PT Sans Narrow'; }

.louvers-contacts__people, .louvers-reviews__name, .louvers-step__num, .louvers-form2__caption, .louvers-form2__txt span, .louvers-form3__caption, .louvers-repeat__box_title, .j-title, .j-caption, .price span {
  font-family: 'PT Sans NarrowB'; }

.louvers-header {
  border-top: 2px solid #da621f;
  padding: 12px 0;
  background: #fefefe;
  background: -moz-linear-gradient(180deg, #fefefe 0%, #fffcf6 49%, #fff7de 100%);
  background: -webkit-linear-gradient(180deg, #fefefe 0%, #fffcf6 49%, #fff7de 100%);
  background: linear-gradient(180deg, #fefefe 0%, #fffcf6 49%, #fff7de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe",endColorstr="#fff7de",GradientType=1);
  -webkit-box-shadow: 1px 1px 12px #908e89;
  -moz-box-shadow: 1px 1px 12px #908e89;
  box-shadow: 1px 1px 12px #908e89; }
  @media (min-width: 1075px) {
    .louvers-header {
      padding: 19px 0 0; } }
  .louvers-header__time {
    display: block;
    margin-top: 11px;
    font-size: 19px;
    color: #000; }
    .louvers-header__time span {
      color: #FF0000; }
    @media (max-width: 480px) {
      .louvers-header__time {
        display: none; } }
  .louvers-header__nds {
    display: none;
    color: #60100C;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-shadow: 1px 1px #d0d0d0;
    text-align: center;
    max-width: 130px; }
    @media (min-width: 960px) {
      .louvers-header__nds {
        display: block; } }
    @media (min-width: 1125px) {
      .louvers-header__nds {
        position: absolute;
        top: 0;
        left: 0; } }
  .louvers-header__tels {
    color: #60100C;
    font-size: 27px; }
    @media (min-width: 1125px) {
      .louvers-header__tels {
        position: absolute;
        top: 0;
        right: 0; } }
  .louvers-header__t {
    display: none;
    color: #000000;
    font-size: 19px; }
    @media (min-width: 960px) {
      .louvers-header__t {
        display: block; } }
    @media (min-width: 1125px) {
      .louvers-header__t {
        position: absolute;
        left: 200px;
        bottom: 3px; } }
  .louvers-header__c {
    position: absolute;
    top: -17px;
    left: 130px;
    display: none; }
    @media (min-width: 1125px) {
      .louvers-header__c {
        display: block; } }
.louvers-nav--top {
  background-color: #fed063;
  padding: 5.5px 0;
  display: none; }
  @media (min-width: 1075px) {
    .louvers-nav--top {
      display: block; } }
.louvers-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .louvers-menu--top {
    justify-content: center;
    display: flex;
    column-gap: 35px; }
    .louvers-menu--top a {
      font-size: 19px;
      color: #C02000;
      text-decoration: none;
      text-transform: uppercase; }
      .louvers-menu--top a:hover {
        color: #FF0000;
        text-decoration: underline; }
.louvers-caption {
  color: #000000;
  text-align: center;
  font-size: 43px;
  text-transform: uppercase; }
  @media (min-width: 310px) and (max-width: 960px) {
    .louvers-caption {
      font-size: calc( 30px + 13 * (100vw - 310px) / (960 - 310) ) !important; } }
.louvers-logo--top {
  display: inline-block;
  max-width: 300px; }
  @media (max-width: 480px) {
    .louvers-logo--top {
      max-width: 150px;
      margin-bottom: 10px !important; } }
  @media (min-width: 1125px) {
    .louvers-logo--top {
      margin-bottom: 20px !important; } }
.louvers-button--orange {
  color: #fff;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: none;
  background-color: #ffb545;
  background: #ffbf55;
  background: -moz-linear-gradient(180deg, #ffbf55 0%, #ffa82f 49%, darkorange 100%);
  background: -webkit-linear-gradient(180deg, #ffbf55 0%, #ffa82f 49%, darkorange 100%);
  background: linear-gradient(180deg, #ffbf55 0%, #ffa82f 49%, darkorange 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf55",endColorstr="#ff8c00",GradientType=1); }
  .louvers-button--orange:hover {
    background: #ffbf55;
    background: -moz-linear-gradient(0deg, #ffbf55 0%, #ffa82f 49%, darkorange 100%);
    background: -webkit-linear-gradient(0deg, #ffbf55 0%, #ffa82f 49%, darkorange 100%);
    background: linear-gradient(0deg, #ffbf55 0%, #ffa82f 49%, darkorange 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf55",endColorstr="#ff8c00",GradientType=1); }
.louvers-button--green {
  border: 1px #97C400 solid;
  border-radius: 10px;
  height: 45px;
  width: 100%;
  color: #FFFFFF;
  font-size: 19px;
  max-width: 270px;
  background: #bedc00;
  background: -moz-linear-gradient(180deg, #bedc00 100%, #97c400 100%);
  background: -webkit-linear-gradient(180deg, #bedc00 100%, #97c400 100%);
  background: linear-gradient(180deg, #bedc00 100%, #97c400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bedc00",endColorstr="#97c400",GradientType=1); }
  .louvers-button--green:hover {
    background: #bedc00;
    background: -moz-linear-gradient(0deg, #bedc00 100%, #97c400 100%);
    background: -webkit-linear-gradient(0deg, #bedc00 100%, #97c400 100%);
    background: linear-gradient(0deg, #bedc00 100%, #97c400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bedc00",endColorstr="#97c400",GradientType=1); }
.louvers-button--red_orange {
  width: 100%;
  max-width: 250px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(180deg, #FEBA53 0%, #EB5304 100%);
  border: 1px solid #EA4D00;
  box-sizing: border-box;
  border-radius: 10px; }
  .louvers-button--red_orange:hover {
    background: linear-gradient(180deg, #FFD100 0%, #FF9100 100%);
    border: 1px solid #FF8000; }
@media (max-width: 1075px) {
  .louvers-button--call {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    background-color: #ffbf55;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 58 58' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg' id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='003---Call' fill='rgb(0,0,0)' fill-rule='nonzero' transform='translate(-1)'%3E%3Cpath id='Shape' d='m25.017 33.983c-5.536-5.536-6.786-11.072-7.068-13.29-.0787994-.6132828.1322481-1.2283144.571-1.664l4.48-4.478c.6590136-.6586066.7759629-1.685024.282-2.475l-7.133-11.076c-.5464837-.87475134-1.6685624-1.19045777-2.591-.729l-11.451 5.393c-.74594117.367308-1.18469338 1.15985405-1.1 1.987.6 5.7 3.085 19.712 16.855 33.483s27.78 16.255 33.483 16.855c.827146.0846934 1.619692-.3540588 1.987-1.1l5.393-11.451c.4597307-.9204474.146114-2.0395184-.725-2.587l-11.076-7.131c-.7895259-.4944789-1.8158967-.3783642-2.475.28l-4.478 4.48c-.4356856.4387519-1.0507172.6497994-1.664.571-2.218-.282-7.754-1.532-13.29-7.068z' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath id='Shape' d='m47 31c-1.1045695 0-2-.8954305-2-2-.0093685-8.2803876-6.7196124-14.9906315-15-15-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c10.4886126.0115735 18.9884265 8.5113874 19 19 0 1.1045695-.8954305 2-2 2z' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath id='Shape' d='m57 31c-1.1045695 0-2-.8954305-2-2-.0154309-13.800722-11.199278-24.9845691-25-25-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c16.008947.01763587 28.9823641 12.991053 29 29 0 .530433-.2107137 1.0391408-.5857864 1.4142136-.3750728.3750727-.8837806.5857864-1.4142136.5857864z' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } }
.louvers-button--menu {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffbf55; }
  .louvers-button--menu svg {
    width: 20px;
    height: 20px; }
  @media (min-width: 1075px) {
    .louvers-button--menu {
      display: none; } }
.louvers-advantages {
  padding: 23px 0 63px;
  background-color: #fff0b0;
  margin: 7px 0 !important;
  position: relative;
  text-align: center; }
  .louvers-advantages:before, .louvers-advantages:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0; }
  .louvers-advantages:before {
    top: -7px;
    background: linear-gradient(180deg, #E1E1E1 22.4%, #CDCECE 100%); }
  .louvers-advantages:after {
    bottom: -7px;
    background: linear-gradient(180deg, #CDCECE 22.4%, #E1E1E1 100%); }
  @media (min-width: 1200px) {
    .louvers-advantages {
      background-size: auto;
      background-repeat: repeat;
      background-image: url(../images/slice1.jpg);
      background-color: transparent;
      background-position: left top; } }
  .louvers-advantages__wrap {
    max-width: 960px;
    margin: 0 auto; }
  .louvers-advantages .uk-grid + .uk-grid-medium, .louvers-advantages .uk-grid + .uk-grid-row-medium, .louvers-advantages .uk-grid-medium > .uk-grid-margin, .louvers-advantages .uk-grid-row-medium > .uk-grid-margin, .louvers-advantages * + .uk-grid-margin-medium {
    margin-top: 70px; }
  .louvers-advantages__caption {
    color: #000000;
    font-size: 43px;
    margin-bottom: 50px;
    text-transform: uppercase; }
  .louvers-advantages__i_box {
    height: 122px;
    text-align: center; }
    .louvers-advantages__i_box img {
      max-height: 100%; }
    .louvers-advantages__i_box--adv {
      height: 152px; }
  .louvers-advantages__txt {
    text-align: center;
    color: #000000;
    font-size: 21px; }
.louvers-doc {
  padding: 28px 0 47px; }
  .louvers-doc .uk-grid + .uk-grid-medium, .louvers-doc .uk-grid + .uk-grid-row-medium, .louvers-doc .uk-grid-medium > .uk-grid-margin, .louvers-doc .uk-grid-row-medium > .uk-grid-margin, .louvers-doc * + .uk-grid-margin-medium {
    margin-top: 60px; }
  .louvers-doc__caption {
    margin-bottom: 25px; }
  .louvers-doc__link {
    position: relative;
    display: inline-block; }
    .louvers-doc__link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 8px;
      top: calc(100% + 10px);
      left: 0;
      border-radius: 50%;
      background: #b2b2b2;
      background: radial-gradient(circle, #b2b2b2 0%, #d8d8d8 52%, white 100%); }
.louvers-jdoc {
  padding: 55px 0 60px; }
  .louvers-jdoc__caption {
    margin-bottom: 28px; }
  .louvers-jdoc__box {
    max-width: 990px; }
.louvers-contacts {
  padding: 27px 0 39px; }
  .louvers-contacts__c_box .uk-grid + .uk-grid, .louvers-contacts__c_box .uk-grid > .uk-grid-margin, .louvers-contacts__c_box * + .uk-grid-margin {
    margin-top: 67px; }
  .louvers-contacts__caption {
    margin-bottom: 12px; }
  .louvers-contacts__txt {
    text-align: center;
    color: #000000;
    font-size: 27px;
    margin-bottom: 43px; }
  @media (min-width: 640px) {
    .louvers-contacts__map {
      padding-left: 20px; } }
  .louvers-contacts__people {
    color: #000000;
    font-size: 19px; }
.louvers-full {
  background-repeat: repeat;
  background-position: left top;
  background-color: transparent; }
.louvers-faq {
  padding-bottom: 5px;
  max-width: 1045px;
  margin: 0 auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='5' viewBox='0 0 48 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' width='12' height='5' rx='2.5' fill='url(%23paint0_linear_245_7)'/%3E%3Crect x='18' width='12' height='5' rx='2.5' fill='url(%23paint1_linear_245_7)'/%3E%3Crect x='34' width='12' height='5' rx='2.5' fill='url(%23paint2_linear_245_7)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_245_7' x1='8' y1='0' x2='8' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8C00' stop-opacity='0'/%3E%3Cstop offset='0.291667' stop-color='%23FF8C00'/%3E%3Cstop offset='0.734375' stop-color='%23FF8C00'/%3E%3Cstop offset='1' stop-color='%23FF8C00' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_245_7' x1='24' y1='0' x2='24' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8C00' stop-opacity='0'/%3E%3Cstop offset='0.291667' stop-color='%23FF8C00'/%3E%3Cstop offset='0.734375' stop-color='%23FF8C00'/%3E%3Cstop offset='1' stop-color='%23FF8C00' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_245_7' x1='40' y1='0' x2='40' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8C00' stop-opacity='0'/%3E%3Cstop offset='0.291667' stop-color='%23FF8C00'/%3E%3Cstop offset='0.734375' stop-color='%23FF8C00'/%3E%3Cstop offset='1' stop-color='%23FF8C00' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .louvers-faq__caption {
    margin-bottom: 9px; }
  .louvers-faq__quest {
    padding: 11.5px 20px 11.5px 50px;
    color: #C02000;
    font-size: 29px;
    background-color: #feda8d;
    margin-bottom: 19px; }
  .louvers-faq__answer {
    background-repeat: no-repeat;
    background-position: left 15px top;
    background-image: url(../images/04f.png);
    background-size: 65px;
    min-height: 65px;
    padding-left: 95px;
    padding-bottom: 35px; }
    @media (min-width: 960px) {
      .louvers-faq__answer {
        padding-left: 130px;
        background-position: left 50px center; } }
    @media (min-width: 1200px) {
      .louvers-faq__answer {
        padding-left: 284px;
        background-position: left 204px center; } }
.louvers-box-line {
  position: relative; }
  .louvers-box-line:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1045px;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='5' viewBox='0 0 48 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' width='12' height='5' rx='2.5' fill='url(%23paint0_linear_245_7)'/%3E%3Crect x='18' width='12' height='5' rx='2.5' fill='url(%23paint1_linear_245_7)'/%3E%3Crect x='34' width='12' height='5' rx='2.5' fill='url(%23paint2_linear_245_7)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_245_7' x1='8' y1='0' x2='8' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8C00' stop-opacity='0'/%3E%3Cstop offset='0.291667' stop-color='%23FF8C00'/%3E%3Cstop offset='0.734375' stop-color='%23FF8C00'/%3E%3Cstop offset='1' stop-color='%23FF8C00' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_245_7' x1='24' y1='0' x2='24' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8C00' stop-opacity='0'/%3E%3Cstop offset='0.291667' stop-color='%23FF8C00'/%3E%3Cstop offset='0.734375' stop-color='%23FF8C00'/%3E%3Cstop offset='1' stop-color='%23FF8C00' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_245_7' x1='40' y1='0' x2='40' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8C00' stop-opacity='0'/%3E%3Cstop offset='0.291667' stop-color='%23FF8C00'/%3E%3Cstop offset='0.734375' stop-color='%23FF8C00'/%3E%3Cstop offset='1' stop-color='%23FF8C00' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
.louvers-reviews {
  padding: 35px 0 12px; }
  @media (min-width: 480px) {
    .louvers-reviews .uk-grid + .uk-grid-medium, .louvers-reviews .uk-grid + .uk-grid-row-medium, .louvers-reviews .uk-grid-medium > .uk-grid-margin, .louvers-reviews .uk-grid-row-medium > .uk-grid-margin, .louvers-reviews * + .uk-grid-margin-medium {
      margin-top: 62px; } }
  .louvers-reviews__grid {
    margin-left: -62px; }
    .louvers-reviews__grid > * {
      padding-left: 62px; }
  .louvers-reviews__caption {
    margin-bottom: 42px; }
  .louvers-reviews__img {
    height: 200px;
    text-align: center; }
    .louvers-reviews__img img {
      max-height: 100%; }
  .louvers-reviews__name {
    margin-top: 10px;
    text-align: center;
    color: #000000;
    font-size: 21px; }
  .louvers-reviews__text {
    width: 100%;
    color: #000000;
    font-size: 21px;
    font-style: italic; }
    @media (min-width: 480px) {
      .louvers-reviews__text {
        width: 49.5%; } }
.louvers-cli {
  padding: 32px 0; }
  .louvers-cli__caption {
    margin-bottom: 16px; }
.louvers-html {
  padding: 21px 0 28px; }
  .louvers-html__caption {
    margin-bottom: 10px; }
.louvers-step {
  padding: 31px 0; }
  .louvers-step .uk-grid + .uk-grid, .louvers-step .uk-grid > .uk-grid-margin, .louvers-step * + .uk-grid-margin {
    margin-top: 20px; }
  .louvers-step__caption {
    margin-bottom: 34px; }
  .louvers-step__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0; }
  .louvers-step__num {
    color: #FFFFFF;
    font-size: 24px; }
  .louvers-step__item {
    width: 183px;
    height: 136px;
    box-sizing: border-box;
    padding: 10px 10px 20px 50px;
    color: #FFFFFF;
    font-size: 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='185' height='138' viewBox='0 0 185 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.5 1H1L46.5 69.5L1 137H138L184 69L137.5 1Z' fill='%23FF8000' stroke='%23FF8000'/%3E%3C/svg%3E%0A");
    margin-left: -22px; }
    .louvers-step__item:nth-child(even) {
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='185' height='138' viewBox='0 0 185 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.5 1H1L46.5 69.5L1 137H138L184 69L137.5 1Z' fill='%23FF4200' stroke='%23FF4200'/%3E%3C/svg%3E%0A"); }
    .louvers-step__item--first {
      padding: 10px 20px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='185' height='138' viewBox='0 0 185 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138 1H1V137H138L184 69L138 1Z' fill='%23FF8000' stroke='%23FF8000'/%3E%3C/svg%3E%0A");
      margin-left: 0; }
.louvers-catalog {
  padding: 36px 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='1080' height='130' viewBox='0 0 1080 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1080' height='130' fill='url(%23paint0_linear_256_12)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_256_12' x1='540' y1='0' x2='540' y2='130' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDE29C'/%3E%3Cstop offset='0.973958' stop-color='%23FFFEFC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: top 22px center; }
  .louvers-catalog__caption {
    margin-bottom: 39px; }
  .louvers-catalog__name {
    color: #60100C;
    font-size: 27px;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .louvers-catalog__img {
    margin-bottom: 11px; }
  .louvers-catalog__row {
    padding-bottom: 15px; }
    .louvers-catalog__row:last-child:before {
      display: none; }
  .louvers-catalog__row + .louvers-catalog__row {
    margin-top: 24px; }
.louvers-mc {
  text-align: center; }
  .louvers-mc .uk-container {
    background-color: #f3f0f0;
    padding-bottom: 12px; }
  .louvers-mc__title {
    color: #60100C;
    margin: 10px 10px 20px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left; }
  .louvers-mc__link {
    margin-top: 4px;
    display: inline-block;
    color: #0000FF;
    text-decoration: underline;
    font-size: 13px;
    line-height: 1.1875; }
  .louvers-mc__img {
    position: relative;
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 0 50% 0 50%;
    border: 4px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px #626265;
    margin: 0 auto 4px; }
.louvers-form-style {
  margin: 97px 0 29px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #FCCC75 100%);
  border-radius: 30px;
  padding: 25px;
  box-sizing: border-box; }
  .louvers-form-style input[type="text"], .louvers-form-style input[type="tel"] {
    border: 1px #FFC057 solid;
    background-color: #FFFFFF;
    color: #696969;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 0 40px;
    text-align: left;
    height: 34px;
    line-height: 33px;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left 13px center; }
  .louvers-form-style input[type="text"] {
    background-image: url(../images/ico-name.png); }
  .louvers-form-style input[type="tel"] {
    background-image: url(../images/ico-phone.png); }
.louvers-form1 {
  padding: 12px 0 74px; }
  .louvers-form1 p {
    margin: 0; }
  .louvers-form1__form {
    margin: 97px 0 29px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #FCCC75 100%);
    border-radius: 30px;
    padding: 25px;
    box-sizing: border-box;
    max-width: 400px; }
    .louvers-form1__form input[type="text"], .louvers-form1__form input[type="tel"] {
      border: 1px #FFC057 solid;
      background-color: #FFFFFF;
      color: #696969;
      font-family: Arial;
      font-weight: normal;
      font-size: 16px;
      padding: 0 0 0 40px;
      text-align: left;
      height: 34px;
      line-height: 33px;
      width: 100%;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: left 13px center; }
    .louvers-form1__form input[type="text"] {
      background-image: url(../images/ico-name.png); }
    .louvers-form1__form input[type="tel"] {
      background-image: url(../images/ico-phone.png); }
  .louvers-form1 .wpcf7-response-output {
    background-color: #a8003d;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: -40px;
    left: 20px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    width: calc(100% - 20px); }
  .louvers-form1 form.sent .wpcf7-response-output {
    background-color: #78981d; }
  .louvers-form1 .wpcf7-not-valid-tip {
    text-align: center;
    color: #C02000;
    font-family: Arial;
    font-size: 13px; }
  .louvers-form1__field + .louvers-form1__field {
    margin-top: 13px; }
  .louvers-form1__f_title {
    margin-bottom: 36px;
    text-align: center;
    color: #B22222;
    font-size: 29px; }
    .louvers-form1__f_title span {
      text-transform: uppercase;
      display: block; }
  .louvers-form1__t {
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    margin: 8px 0 10px; }
    .louvers-form1__t a {
      color: #C02000; }
  .louvers-form1__end_txt {
    margin-top: 10px;
    text-align: center;
    color: #C02000;
    font-family: Arial;
    font-size: 13px; }
  .louvers-form1 .box {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 540px; }
    .louvers-form1 .box .uk-width-expand, .louvers-form1 .box .uk-width-2-5 {
      position: relative; }
  .louvers-form1__caption {
    color: #B22222;
    font-size: 48px;
    margin-bottom: 14px; }
  .louvers-form1__txt {
    text-align: center;
    color: #B22222;
    font-size: 37px;
    margin-bottom: 30px !important; }
.louvers-form2 {
  padding: 23px 0 25px; }
  .louvers-form2 .wpcf7-not-valid-tip {
    font-size: 13px; }
  .louvers-form2__caption {
    color: #000000;
    font-size: 30px; }
  .louvers-form2__wrap {
    max-width: 270px;
    margin: 0 auto; }
  .louvers-form2__f_title {
    text-align: center;
    color: #C02000;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 33px; }
  .louvers-form2__field + .louvers-form2__field {
    margin-top: 17px; }
  .louvers-form2__t {
    text-align: left;
    margin: 7px 0 14px;
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px; }
    .louvers-form2__t a {
      color: #d04e00; }
  .louvers-form2__form {
    position: relative;
    max-width: 408px;
    margin: 0 auto 15px; }
    @media (min-width: 880px) {
      .louvers-form2__form {
        margin: 0; }
        .louvers-form2__form:after {
          position: absolute;
          content: "";
          top: 0;
          right: -100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/img0007.png);
          background-size: cover;
          width: 308px;
          height: 324px; } }
  .louvers-form2__txt {
    text-align: center;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 16px; }
    .louvers-form2__txt span {
      display: block;
      color: #C02000;
      font-size: 40px; }
  .louvers-form2__txt_after {
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    text-align: center;
    margin-top: 15px; }
.louvers-form3 {
  padding: 31px 0; }
  .louvers-form3 .wpcf7-not-valid-tip {
    font-size: 13px; }
  .louvers-form3__caption {
    text-align: left;
    color: #000000;
    font-size: 35px; }
    .louvers-form3__caption span {
      color: #B22222; }
  .louvers-form3__wrap {
    max-width: 270px;
    margin: 0 auto; }
  .louvers-form3__form {
    padding: 25px 20px;
    margin: 0;
    max-width: 400px; }
  .louvers-form3__txt {
    text-align: left;
    color: #000000;
    font-size: 32px; }
  .louvers-form3__f_title {
    color: #C02000;
    font-size: 32px;
    margin-bottom: 37px;
    text-align: center;
    text-transform: uppercase; }
  .louvers-form3__field + .louvers-form3__field {
    margin-top: 22px; }
  .louvers-form3__t {
    margin: 5px 0 14px;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px; }
    .louvers-form3__t a {
      color: #ff5722 !important; }
.louvers-repeat {
  padding: 40px 0 20px;
  color: #000000;
  font-size: 20px; }
  @media (max-width: 1000px) {
    .louvers-repeat .uk-position-relative.uk-clearfix {
      display: none; } }
  .louvers-repeat__caption {
    margin-bottom: 9px; }
  .louvers-repeat__box {
    border: 1px solid #d2691e;
    box-sizing: border-box;
    padding: 19px 36px; }
    .louvers-repeat__box_title {
      color: #000000;
      font-size: 24px;
      margin-bottom: 31px;
      text-align: center; }
  .louvers-repeat__box + .louvers-repeat__box {
    margin-top: 21px; }
  .louvers-repeat__list_i {
    text-align: center;
    height: 150px;
    position: relative; }
    .louvers-repeat__list_i img {
      max-height: 100%; }
      .louvers-repeat__list_i img:hover {
        max-width: none;
        max-height: none;
        /* 3 */
        position: absolute;
        left: 50%;
        top: 50%;
        --uk-position-translate-x: -50%;
        --uk-position-translate-y: -50%;
        transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)); }
  .louvers-repeat__list_n {
    color: #000000;
    font-size: 20px;
    margin-top: 14px;
    text-align: center; }
  .louvers-repeat__list_t {
    margin-top: 27px;
    color: #000000;
    font-size: 20px;
    text-align: center; }
.louvers-modal {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 13px;
  text-align: center; }
  .louvers-modal .wpcf7-not-valid-tip {
    background-color: #FF0000;
    color: #fff;
    margin-top: 10px;
    padding: 3px;
    box-sizing: border-box;
    position: relative; }
    .louvers-modal .wpcf7-not-valid-tip:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      background-size: 15px;
      background-image: url("data:image/svg+xml,%3Csvg width='426' height='445' viewBox='0 0 426 445' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213 0L425.176 444.75H0.823776L213 0Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
      z-index: -1;
      top: -11px;
      left: 14px; }
  .louvers-modal__data {
    margin-top: 8px;
    color: #000; }
    .louvers-modal__data a {
      color: #fff !important; }
  .louvers-modal__field * {
    margin: 0 auto;
    max-width: 270px;
    color: #696969;
    font-family: Arial;
    font-size: 16px; }
  .louvers-modal__field + .louvers-modal__field {
    margin-top: 15px; }
  .louvers-modal__caption {
    color: #FFFFFF;
    font-size: 29px;
    margin-bottom: 45px; }
  .louvers-modal .uk-close svg {
    width: 30px; }
  .louvers-modal .uk-close * {
    color: #fff; }
  .louvers-modal .uk-modal-dialog {
    padding: 50px 0 30px;
    box-sizing: border-box;
    background: #550e0a;
    background: -moz-linear-gradient(180deg, #550e0a 0%, #66100c 12%, #c75022 23%, #c75022 77%, #66100c 88%, #550e0a 100%);
    background: -webkit-linear-gradient(180deg, #550e0a 0%, #66100c 12%, #c75022 23%, #c75022 77%, #66100c 88%, #550e0a 100%);
    background: linear-gradient(180deg, #550e0a 0%, #66100c 12%, #c75022 23%, #c75022 77%, #66100c 88%, #550e0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#550e0a", endColorstr="#550e0a", GradientType=1); }
.louvers-footer {
  padding: 75px 0 10px;
  color: #000000;
  font-size: 16px; }
  .louvers-footer__line {
    margin-bottom: 12px !important; }

.j-title {
  color: #000000;
  font-size: 24px; }

.j-caption {
  color: #000000;
  font-size: 20px;
  margin-bottom: 9px; }

.j-list {
  list-style: none;
  margin: 0;
  color: #000000;
  font-size: 20px; }
  .j-list li {
    padding-left: 53px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/rulonnie-shtori-simferopol-klass.png);
    min-height: 36px; }
  .j-list li + li {
    margin-top: 14px; }

.price {
  position: absolute;
  top: 195px;
  left: 44px;
  max-width: 145px;
  color: #000000;
  font-size: 21px; }
  .price span {
    color: #000000;
    font-size: 24px; }
  .price--n2, .price--n5 {
    left: 245px; }
  .price--n3 {
    left: 505px; }
  .price--n6 {
    left: 495px; }
  .price--n3, .price--n6 {
    max-width: 130px; }

@media (min-width: 1075px) {
  .hide-col {
    display: none; } }

.col-1 {
  order: 1; }

.col-2 {
  order: 3;
  width: 100%; }
  @media (min-width: 960px) {
    .col-2 {
      order: 2; } }

.col-3 {
  order: 2; }
  @media (min-width: 960px) {
    .col-3 {
      order: 3; } }
  @media (max-width: 959px) {
    .col-3 {
      flex: 1;
      min-width: 1px; } }

@media (max-width: 480px) {
  .h-grid {
    align-items: center; } }

/*# sourceMappingURL=louvers.css.map */
.footer-links-container-inner {
    width: 55em;
    margin-bottom: 12px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 14px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 650px) {
    .footer-links-container-inner {
        display: flex;
        width: 90%;
        flex-direction: column;
        line-height: 0em;
        margin-bottom: 20px;
    }
}
.footer-links-container-inner a {
    color: #bdbbbb;
}