@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'GolosText-Regular';
  src: local('GolosText-Regular'), local('GolosText-Regular'),
    url(../fonts/GolosText-Regular.ttf) format('opentype'),
    url(../fonts/GolosText-Regular.woff) format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'GolosText-Medium';
  src: local('GolosText-Medium'), local('GolosText-Medium'),
    url(../fonts/GolosText-Medium.ttf) format('opentype'),
    url(../fonts/GolosText-Medium.woff) format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'GolosText-Bold';
  src: local('GolosText-Bold'), local('GolosText-Bold'),
    url(../fonts/GolosText-Bold.ttf) format('opentype'),
    url(../fonts/GolosText-Bold.woff) format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'GolosText-SemiBold';
  src: local('GolosText-SemiBold'), local('GolosText-SemiBold'),
    url(../fonts/GolosText-SemiBold.ttf) format('opentype'),
    url(../fonts/GolosText-SemiBold.woff) format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Jura-Regular';
  src: local('Jura-Regular'), local('Jura-Regular'),
    url(../fonts/Jura-Regular.ttf) format('opentype'),
    url(../fonts/Jura-Regular.woff) format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Jura-Bold';
  src: local('Jura-Bold'), local('Jura-Bold'),
    url(../fonts/Jura-Bold.ttf) format('opentype'),
    url(../fonts/Jura-Bold.woff) format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Jura-SemiBold';
  src: local('Jura-SemiBold'), local('Jura-SemiBold'),
    url(../fonts/Jura-SemiBold.ttf) format('opentype'),
    url(../fonts/Jura-SemiBold.woff) format('woff');
  font-style: normal;
}



:root {
  --font-family-1: "GolosText-Regular";
  --font-family-2: "GolosText-Medium";
  --font-family-3: "GolosText-Bold";
  --font-family-4: "GolosText-SemiBold";
  --font-family-5: "Jura-Regular";
  --font-family-6: "Jura-Bold";
  --font-family-7: "Jura-SemiBold";


  /*COLORS*/
  --color1: #ffffff;
  /*Белый*/
  --color2: #FF303E;
  --color2a: #C92631;
  /*Красный*/
  --color3: #000000;
  /*Черный*/
  --color3a: rgb(26, 26, 26); /*#383838*/
  /*Черный ХЗ*/
  --color4: #FFF9F4;
  --color4a: #E2CDB5;
  /*Бежевый*/
  --color4a: #344A49;
  /*Серый темный*/

}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color1);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.preloader img {
  height: 60px;
  width: auto;
  display: block;
  margin: auto;
}

html {
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
/*
*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 5px;
  border: 3px solid transparent;
}

*::-webkit-scrollbar-thumb:hover,
html *::-webkit-scrollbar-thumb:hover {
  background-color: var(--color2);
  border-radius: 5px;
  border: 3px solid transparent;
  cursor: pointer;
}
*/
::-webkit-input-placeholder {
  color: #898989;
}

:-moz-placeholder {
  color: #898989;
  opacity: 1;
}

::-moz-placeholder {
  color: #898989;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #898989;
}

::-ms-input-placeholder {
  color: #898989;
}

::placeholder {
  color: #898989;
}

body {
  font-family: var(--font-family-1);
  position: relative;
  background-color: var(--color1);
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  color: var(--color3);
}

.mobile {
  display: none;
}

p {
  color: var(--color6);
}

a:hover {
  color: var(--color2a);
  text-decoration: none;
}

a:hover svg path {
  fill: var(--color2a);
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.justify-end {
  justify-content: end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.display-none {
  display: none;
}

.overflow-x {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.holst-one {
  position: relative;
  /*min-height: 100vh;
  max-height: 100vh;*/
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: stretch;
}

.holst-image-right {
  height: 100%;
  max-height: 100vh;
  width: 45%;
  border-radius: 0 0 0 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.holst-image-right img {
  height: 100%;
  max-height: 100vh;
}

.holst-container {
  width: 100%;
}

.holst-container-wrap {
  width: 55%;
  position: relative;
}

.holst-image-left {
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-holst-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  padding: 0 0 0 100px;
}

.holst-big-text {
  font-size: clamp(22px, 5vw, 90px);
  line-height: clamp(29px, 6vw, 86px);
  font-weight: bold;
  color: var(--color3);
  margin-bottom: 60px;
}

.holst-big-text span {
  color: var(--color2);
}

.holst-small-text {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: clamp(16px, 2vw, 24px);
  margin-bottom: 80px;
}

.site-button {
  background-color: var(--color2);
  color: var(--color1);
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: clamp(16px, 2vw, 24px);
  text-decoration: none;
  text-align: center;
  padding: 20px 30px 21px 30px;
  border-radius: 14px;
  border: 0;
  -moz-transform: translateX(0px);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(0px);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transform: translateX(0px);
  -o-transition: all 0.4s ease-in-out;
}

.site-button:hover {
  background-color: var(--color2a);
  color: var(--color1);
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: clamp(16px, 2vw, 24px);
  text-decoration: none;
  text-align: center;
  padding: 20px 30px 24px 30px;
  border-radius: 14px;
}

.site-button span {
  margin-right: 10px;
}

.holst-two {
  padding: 10px 100px; /*100px 100px;*/
  background-color: var(--color4);
  background-image: url('../images/bg-holst-2-right.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

.holst-title {
  font-size: clamp(22px, 5vw, 50px);
  line-height: clamp(29px, 6vw, 52px);
  font-weight: bold;
  color: var(--color3);
  margin-bottom: 40px;
}

.holst-title span {
  color: var(--color2);
}

.holst-two-row {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.holst-two-col {
  margin-bottom: 40px;
}

.holst-two-col:nth-child(1) {
  width: calc(100% * 2 / 3 - 15px);
}

.holst-two-col:nth-child(2) {
  width: calc(100% / 3 - 15px);
}

.holst-two-col:nth-child(3) {
  width: 100%;
}

.holst-two-col:nth-child(4) {
  width: 100%;
}

.holst-image-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
}

.holst-image-wrap img {
  width: 100%;
}

.holst-text-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 30px;
}

.holst-text-row>* {
  flex: 1;
  min-height: 100%;
}

.holst-text-blok-wrap {
  height: 100%;
}

.holst-text-col-simle {
  width: calc(100% / 2.5);
}

.holst-text-blok-simle {
  padding: 30px 40px 30px 0;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: clamp(16px, 2vw, 22px);
}

.holst-text-col {
  width: calc(100% * 2 / 3 - 30px);
}

.holst-text-blok {
  padding: 20px 30px;
  background-color: #fff2e7;
  border-radius: 20px;
  border: 1px solid #e6d3be;
  height: 100%;
}

.holst-text-title {
  font-size: clamp(14px, 2vw, 22px);
  line-height: clamp(16px, 3vw, 26px);
  font-weight: bold;
  color: var(--color3);
  margin-bottom: 10px;
}

.holst-text-text {
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: clamp(16px, 2vw, 27px);
}

.holst-three {
  padding: 10px 100px; /*100px 100px;*/
  background-color: var(--color1);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

.holst-three-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 30px;
}

.holst-three-col {
  margin-bottom: 30px;
}

.long-col {
  width: 60%;
}

.long2-col {
  width: calc(100% * 2 / 3 - 15px);
}

.short-col {
  width: 40%;
}

.short2-col {
  width: calc(100% / 3 - 15px);
}

.holst-three-blok {
  padding: 35px 40px;
  background-color: #fff2e7;
  border-radius: 20px;
  border: 1px solid #e6d3be;
  height: 100%;
}

.holst-three-blok-title {
  font-size: clamp(16px, 2vw, 28px);
  line-height: clamp(18px, 3vw, 30px);
  color: var(--color3);
  font-weight: bold;
  margin-bottom: 30px;
}

.holst-three-blok-title span {
  color: var(--color2);
}

.holst-three-blok-text {
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: clamp(16px, 2vw, 27px);
}

.holst-three-blok-buttons {
  margin-top: 60px;
}

.holst-image-strech {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.holst-image-strech img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* Сохраняет пропорции, обрезая края */
  object-position: center;
  /* Центрирует изображение */
  display: block;
  /* Убирает лишние отступы */
}

.holst-four-bottom {
  margin-top: 60px;
}

.holst-four-simple-title {
  font-size: clamp(18px, 2vw, 28px);
  line-height: clamp(20px, 3vw, 32px);
  font-weight: bold;
  margin-bottom: 25px;
}

.holst-four-simple-text {
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: clamp(16px, 2vw, 27px);
  margin-bottom: 25px;
  color: var(--color3a);
}

.holst-four-simple-list ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.holst-four-simple-list ul li {
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: clamp(16px, 2vw, 26px);
  margin-bottom: 15px;
  font-weight: bold;
}

.holst-four-simple-list ul li::marker {
  color: var(--color2);
}

.holst-four-simple-list ul li div {
    font-size: clamp(14px, 1.5vw, 14px);
    line-height: clamp(16px, 2vw, 16px);
    color: var(--color3a);    
  /*font-size: 14px;
  font-weight: 200;
  color: var(--color3a);*/
  margin-top: 15px;
  font-weight: normal;
}

.form-bottom {
  background-color: #fff2e7;
  border-radius: 20px;
  border: 1px solid #e6d3be;
  height: 100%;
  overflow: hidden;
}

.form-bottom-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
}

.form-bottom-col:first-child {
  width: 40%;
}

.form-bottom-col:last-child {
  width: 60%;
}

.form-bottom-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 300px;
  height: 100%;
}

.form-bottom-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.form-bottom-form {
  padding: 40px;
}

.form-bottom-form-title {
  font-size: clamp(22px, 5vw, 40px);
  line-height: clamp(29px, 6vw, 44px);
  font-weight: bold;
  color: var(--color3);
  margin-bottom: 40px;
}

.form-bottom-form-title span {
  color: var(--color2);
}

.form-bottom-form-body {
  width: 80%;
}

.form-bottom-form-body-col:first-child {
  width: 100%;
}

.form-bottom-form-body-col:last-child {
  display: none;
  width: 50%;
}

.form-bottom-control-wrap {
  width: 100%;
}

.form-bottom-control-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.form-bottom-control {
  width: 100%;
}

input.form-bottom-control {
  padding: 15px;
  border-radius: 8px;
  background-color: var(--color1);
  border: 1px solid #E2CDB5;
}

textarea.form-bottom-control {
  padding: 15px;
  border-radius: 8px;
  background-color: var(--color1);
  border: 1px solid #E2CDB5;
  height: 93px;
}

.form-bottom-control-wrap label {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: clamp(18px, 2vw, 22px);
}

.form-bottom-control-wrap-radio {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.form-bottom-control-radio input {
  display: none;
}

.form-bottom-control-radio label {
  position: relative;
  padding: 0 0 0 35px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: clamp(18px, 2vw, 22px);
  cursor: pointer;
}

.form-bottom-control-radio label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #999999;
}

.form-bottom-control-radio input:checked+label:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--color2);
  background-color: var(--color2);
  color: var(--color1);
  text-align: center;
  vertical-align: baseline;
}

.form-bottom-control-wrap {
  width: 100%;
}

.form-bottom-control-wrap .site-button {
  width: 100%;
}

.form-bottom-control-politica {
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(14px, 1.5vw, 16px);
  color: var(--color3a);
}

.form-bottom-control-politica a {
  color: var(--color3a);
  text-decoration: underline;
}

.modal.fade.show {
  backdrop-filter: blur(10px);
}

.modal-site {
  background-color: var(--color4);
  position: relative;
}

.modal-site .modal-body {
  padding: 0 0 0 0 !important;
}

.modal-site .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  font-size: 25px;
  color: var(--color1);
}

.modal-body-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 30px;
  min-height: 680px;
}

.modal-body-col {
  width: 100%;
}

.modal-body-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 100px;
  height: 80%;
}

.modal-body-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.modal-body-col .form-bottom-control-politica {
  margin-top: 30px;
}

.modal-form-wrap {
  padding: 40px;
}

.modal-form-title {
  font-size: clamp(22px, 5vw, 32px);   /*clamp(22px, 5vw, 40px);*/
  line-height: clamp(29px, 6vw, 32px); /*clamp(29px, 6vw, 44px);*/
  font-weight: bold;
  color: var(--color3);
  margin-bottom: 15px;
}

.modal-form-title span {
  color: var(--color2);
}

.modal-form-subtitle {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: clamp(14px, 2vw, 20px);
  font-weight: 100;
  color: var(--color3);
  margin-bottom: 15px;
}

.modal-form .form-bottom-control-politica {
  display: none;
}

.holst-big-text h1 {
    font-size: clamp(22px, 5vw, 90px);
    line-height: clamp(29px, 6vw, 86px);
    font-weight: bold;
    color: var(--color3);
    /*margin-bottom: 60px;*/
    text-transform: none;
}
.holst-title h2 {
    font-size: clamp(22px, 5vw, 50px);
    line-height: clamp(29px, 6vw, 52px);
    font-weight: bold;
    color: var(--color3);
    margin-bottom: 40px;
}
.holst-text-title h3 {
    font-size: clamp(14px, 2vw, 22px);
    line-height: clamp(16px, 3vw, 26px);
    font-weight: bold;
    color: var(--color3);
    margin-bottom: 10px;
}
.row>* {

    padding-right: 0; 
    padding-left: 0; 

}

#mobile_menu .close {
    width: 30px;
    margin: 0 0 0 auto;
}
#mobile_menu .menu {
    width: 30px;
    /*padding-left: 12px;*/
}
/*
.mobile-search-wrapper {
    padding: 0 28px 0 28px !important;
}*/
article ul {
    margin-left: 0px !important;
    padding: 20px !important;
}
article ol {
    margin-left: 0px !important;
    padding: 20px !important;
}
article ul li {
  margin-left: 20px;
}
article ol li {
  margin-left: 20px;
}
.footer ul li {
    line-height: 16px;
}
.container {
    --bs-gutter-x: 0;
}
.row {
    --bs-gutter-x: 0;
}
#mobile_menu ul li {
    line-height: 16px;
}
#mobile_menu .top {
    padding: 3px 15px !important;
}
.mobile-button-wrapper {
    padding: 4px 15px 15px 15px;
}
@media (min-width: 1365px) and (max-width: 1649px) {
    .holst-one {
        min-height: max-content !important;
        max-height: max-content;
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .holst-one {
        min-height: max-content !important;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .holst-image-left {
        padding-bottom: 0px !important;
        height: auto !important;
    }
}
.modal-body-row {
    min-height: auto;
}
.holst-buttons {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .holst-two-col {
      margin-top: 10px;
      margin-bottom: 0px;
    }
    .holst-two {
        padding: 0px 30px !important;
    }
    .holst-three {
        padding: 10px 30px !important;
    }
    .holst-four-bottom {
        margin-top: 0px;
    }
    .holst-three-col {
        margin-bottom: 20px;
    }
}