/* template@basic.less */
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Light.ttf);
  font-weight: 200;
}
@font-face {
  font-family: 'Pragmatica';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Pragmatica.otf);
  font-weight: 600;
}
/*BASIC__STYLE*/
/*МАСКА КАРТИНКИ*/
/*МАСКА КАРТИНКИ*/
/*БОКС ДЛЯ ФОТО*/
/*БОКС ДЛЯ ФОТО*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЗАДНИЙ ФОН*/
/*ЗАДНИЙ ФОН*/
/*ЗАКРЫТИЕ*/
.closer__btn {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #213559;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10000;
}
@media screen and (max-width: 800px) {
  .closer__btn {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
}
.closer__btn:hover {
  background-color: red;
}
/*ЗАКРЫТИЕ*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
strong {
  font-weight: 600;
}
body {
  max-width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  body {
    padding-bottom: 8vw;
  }
}
a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}
table {
  border: none;
  border-collapse: collapse;
}
div {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: 'Montserrat';
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
ul {
  margin-top: 0.3vw;
  margin-left: 1%;
}
ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
nav {
  display: flex;
  justify-content: center;
}
/*BASIC__STYLE*/
.btn_effect1::after {
  content: '';
  width: 4vw;
  height: 150%;
  position: absolute;
  transform: rotate(25deg);
  background-color: #fff8;
  left: -10vw;
  top: -20%;
  filter: blur(10px);
}
.btn_effect1:hover::after {
  left: 120%;
  transition: 0.3s;
}
/* form */
.inputGroup {
  width: 100%;
  float: left;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .inputGroup {
    margin-top: 3.4vw;
  }
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
#regulationsCheckbox {
  width: 1.5vw;
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 3.5vw;
  }
}
.regulationsGroup {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 0.3vw;
}
@media screen and (max-width: 800px) {
  .regulationsGroup {
    flex-direction: column;
  }
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #fff6;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media screen and (max-width: 800px) {
  .custom-checkbox + label::before {
    border: 1px solid #fff;
  }
}
.custom-checkbox:checked + label::before {
  background-color: #2f456b;
  border-color: #1b3157;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #2f456b;
  border-color: #1b3157;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.formaInfoWindow {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2f456b;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.9vw;
  border: 1px solid #2f456b;
  display: none;
}
@media screen and (max-width: 800px) {
  .formaInfoWindow {
    width: 94%;
    font-size: 2.3vw;
    position: relative;
    display: block;
    margin-top: 4vw;
    background: unset;
    border: unset;
    padding: 0;
    background-color: rgba(47, 69, 107, 0.5);
    padding: 1vw 3%;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #3b5177;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #2f456b;
  background-image: url(/public/img/linkIcon.png);
  background-size: 1.5vw 1vw;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-top: 0.4vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .windowFormSubmit {
    width: 50%;
    font-size: 5vw;
    background-size: 3.5vw 2vw;
    background-color: #2f456b;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #222020;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #2f456b;
  outline: 1px solid #fff9;
  outline-offset: 0px;
  border-radius: 20px;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .formBlock {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .formBlock {
    position: relative;
    right: 0%;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.form_title {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.485vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #000000;
  margin-top: 1vw;
  background: #fff;
  outline: 1px dashed #fff9;
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-radius: 30px;
  margin-bottom: 1vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .form_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_title {
    font-size: 4.455vw;
  }
}
.form_input {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
  border-radius: 30px;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  margin-top: 0.8vw;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  .form_input {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
}
input::-webkit-input-placeholder {
  color: #222020;
}
input::-moz-placeholder {
  color: #222020;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
input:-ms-input-placeholder {
  color: #222020;
}
input::placeholder {
  color: #222020;
}
textarea::-webkit-input-placeholder {
  color: #222020;
}
textarea::-moz-placeholder {
  color: #222020;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
textarea:-ms-input-placeholder {
  color: #222020;
}
textarea::placeholder {
  color: #222020;
}
.textarea_type1 {
  background-color: rgba(255, 255, 255, 0.4);
}
.send_btn {
  width: 37%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  border-radius: 30px;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
  border-bottom: 5px solid #0003;
  outline: 1px solid #0002;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .send_btn {
    font-size: 3.96vw;
  }
}
.send_btn:hover {
  background-color: rgba(33, 53, 89, 0.9);
  border-bottom: 5px solid #0007;
  outline: 1px solid #0005;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .send_btn {
    width: 60%;
    margin-left: 0%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top: 4vw;
  }
}
/* menu_catalog@produkt_page.less */
.product_page {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .product_page {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product_page {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .product_page {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.s_line {
  height: 2px;
  width: 100%;
  position: relative;
  background-color: #2f456b;
}
@media screen and (max-width: 800px) {
  .s_line {
    height: auto;
  }
}
.back_btn {
  position: absolute;
  width: 11vw;
  padding: 0.5vw 0;
  padding-left: 4vw;
  background-color: #222020;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  background-image: url(/public/img/linkIcon_back.png);
  background-position: 5% 53%;
  background-size: 1.4vw 0.8vw;
  background-repeat: no-repeat;
  right: 0;
  bottom: 100%;
}
@media screen and (max-width: 800px) {
  .back_btn {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .back_btn {
    position: relative;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    background-image: url(/public/img/linkIcon_back.png);
    background-position: 20% 53%;
    background-size: 7.4vw 4.8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.product_info {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .product_info {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product_info {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .product_info {
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
.slider_block {
  width: 60%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 20vw;
}
@media screen and (max-width: 800px) {
  .slider_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .slider_block {
    flex-direction: column;
    align-items: center;
  }
}
.product_info_block_cover {
  width: 40%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product_info_block_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}
.product_info_block {
  width: 92%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #004231, #3c8c79);
  min-height: 33vw;
  margin-top: 2vw;
  border-radius: 0 30px 30px 0;
  outline: 2px solid #040202;
  transition: 0.6s;
  transform: translateX(-150%);
  /* Анімація */
  animation: slideIn 2s ease-out forwards;
}
@media screen and (max-width: 800px) {
  .product_info_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product_info_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.big_img_block {
  width: 100%;
  height: 38vw;
  outline: unset;
  outline-offset: -2px;
  position: relative;
  z-index: 2;
  outline: 3px solid #222020;
  box-shadow: 4px 1px 3px 0px rgba(0, 19, 14, 0.99);
  -webkit-box-shadow: 4px 1px 3px 0px rgba(0, 19, 14, 0.99);
  -moz-box-shadow: 4px 1px 3px 0px rgba(0, 19, 14, 0.99);
}
.big_img_block img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .big_img_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.big_img_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .big_img_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.price_block {
  font-size: 1.76vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  padding: 0.3vw 7%;
  padding-bottom: 0.2vw;
  background-color: #2f456b;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .price_block {
    font-size: 5.28vw;
  }
}
.charact_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4vw;
  margin-top: 0.6vw;
}
@media screen and (max-width: 800px) {
  .charact_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .charact_item {
    width: 43%;
    background-color: #3e547a;
    border-radius: 25px;
    padding: 4vw 3%;
  }
}
.charact_cover {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #2f456b;
  border-radius: 30px;
  padding: 1.1vw 3%;
}
@media screen and (max-width: 800px) {
  .charact_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .charact_cover {
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    padding: 6vw 5%;
    margin: 4vw 0;
    gap: 3vw 2%;
  }
}
.icon_char_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .icon_char_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.icon_block {
  width: 2vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.icon_block img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .icon_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.icon_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .icon_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .icon_block {
    width: 10vw;
    margin-bottom: 3vw;
  }
}
.charact_value_cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .charact_value_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .charact_value_cover {
    flex-direction: row;
  }
}
.charact_name,
.charact_value {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .charact_name,
  .charact_value {
    font-size: 2.97vw;
  }
}
.charact_value {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.3vw;
}
@media screen and (max-width: 800px) {
  .charact_value {
    font-size: 2.97vw;
  }
}
.characteristics_full_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  column-count: 2;
  column-gap: 2vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .characteristics_full_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .characteristics_full_block {
    font-size: 3.63vw;
  }
}
.characteristics_full_block h2 {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #222020;
  margin-top: 1vw;
  margin-bottom: 0.6vw;
}
@media screen and (max-width: 800px) {
  .characteristics_full_block h2 {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .characteristics_full_block h2 {
    margin-top: 6vw;
  }
}
.characteristics_full_block h3 {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #222020;
  margin-top: 1vw;
  margin-bottom: 0.6vw;
}
@media screen and (max-width: 800px) {
  .characteristics_full_block h3 {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .characteristics_full_block h3 {
    margin-top: 6vw;
  }
}
.characteristics_full_block li {
  margin-left: 2vw;
  margin-top: 0.2vw;
}
@media screen and (max-width: 800px) {
  .characteristics_full_block li {
    margin-left: 5vw;
  }
}
.characteristics_full_block b {
  font-size: 100%;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .characteristics_full_block {
    column-count: 1;
    column-gap: 0vw;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.bottom_title_block {
  margin-top: 1vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .bottom_title_block {
    text-align: center;
  }
}
.bottom_title_block h2 {
  text-align: center;
  width: 10%;
  padding: 0.6vw 3%;
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #2f456b;
}
@media screen and (max-width: 800px) {
  .bottom_title_block h2 {
    font-size: 4.62vw;
  }
}
@media screen and (max-width: 800px) {
  .bottom_title_block h2 {
    width: 70%;
    margin-left: 15%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.bottom_title_block .s_line {
  width: 100%;
  height: 5px;
}
.buy_button {
  position: absolute;
  bottom: -1.5vw;
  left: 4%;
  background-color: #2f456b;
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding: 0.6vw 3vw;
  border-radius: 30px;
  outline: 4px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .buy_button {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .buy_button {
    width: 60vw;
    position: relative;
    left: 0;
    margin-top: 5vw;
    bottom: -5vw;
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.foto_list_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .foto_list_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.foto_list_slider {
  width: 94%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0e0c0c;
  margin-left: 1%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  outline: 2px solid #040202;
  transition: 0.6s;
  transform: translateY(-200%);
  z-index: 1;
  /* Анімація */
  animation: slideDown 0.9s ease-out forwards;
}
@media screen and (max-width: 800px) {
  .foto_list_slider {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .foto_list_slider {
    flex-direction: column;
    align-items: center;
  }
}
.slider_items_cover {
  width: 92%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  gap: 0.5vw;
}
@media screen and (max-width: 800px) {
  .slider_items_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .slider_items_cover {
    flex-direction: column;
    align-items: center;
  }
}
.slider_items_slider {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  gap: 0.5vw;
}
@media screen and (max-width: 800px) {
  .slider_items_slider {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .slider_items_slider {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .slider_items_slider {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw 1%;
  }
}
.galery_img_box {
  width: 24%;
  height: 6vw;
  outline: unset;
  outline-offset: -2px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  flex: 0 0 auto;
}
.galery_img_box img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .galery_img_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.galery_img_box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .galery_img_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .galery_img_box {
    height: 20vw;
    width: 32%;
  }
}
.slider_galery_btn {
  width: 4%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  cursor: pointer;
}
.slider_galery_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .slider_galery_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.slider_galery_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .slider_galery_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .slider_galery_btn {
    width: 4vw;
    display: none;
  }
}
.active_img {
  outline: 2px solid #fff;
}
.short_description {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .short_description {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .short_description {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.load_file_btn {
  width: 75%;
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #222020;
  padding: 0.4vw 2vw;
  margin-top: 2vw;
  outline: 1px solid #394f75;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .load_file_btn {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .load_file_btn {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 4vw 0;
    text-align: center;
  }
}
/* OTERS_PRODUCT__BLOCK*/
.additional_products_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 2vw;
  padding-top: 2vw;
  padding-bottom: 4vw;
  border-top: 2px solid #222020;
  box-shadow: 0px -4px 3px 2px rgba(0, 66, 49, 0.29);
  -webkit-box-shadow: 0px -4px 3px 2px rgba(0, 66, 49, 0.29);
  -moz-box-shadow: 0px -4px 3px 2px rgba(0, 66, 49, 0.29);
}
@media screen and (max-width: 800px) {
  .additional_products_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .additional_products_block {
    padding-top: 8vw;
    padding-bottom: 8vw;
    border-top: 6px solid #222020;
    background-color: #f5f5f5;
    argin-bottom: 0vw;
  }
}
.additional_products_block_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2vw;
  gap: 1%;
}
@media screen and (max-width: 800px) {
  .additional_products_block_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .additional_products_block_cover {
    flex-direction: column;
    align-items: center;
  }
}
.additional_products_item_block {
  width: 23%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .additional_products_item_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .additional_products_item_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .additional_products_item_block {
    margin-top: 3vw;
  }
}
.additional_products_img_cover {
  width: 90%;
  height: 18vw;
  outline: unset;
  outline-offset: -2px;
  outline: 6px solid #222020;
}
.additional_products_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .additional_products_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.additional_products_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .additional_products_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.additional_products_img_cover img {
  display: block;
}
@media screen and (max-width: 800px) {
  .additional_products_img_cover {
    width: 60%;
    height: auto;
  }
  .additional_products_img_cover img {
    object-fit: cover;
    min-height: 40vh;
  }
}
.additional_products_text_cover {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #222020;
  height: 5em;
  margin-top: 1.5vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .additional_products_text_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .additional_products_text_cover {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .additional_products_text_cover {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 4vw;
    height: 5em;
    font-size: 3.3vw;
  }
}
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo_text_animation {
  0% {
    transform: scale(1);
    background: linear-gradient(0deg, #222020, #213559);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
  30% {
    transform: scale(1.1);
    background: linear-gradient(200deg, #222020, #53678b);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
  60% {
    transform: scale(0.9);
    background: linear-gradient(100deg, #222020, #8599bd);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
  100% {
    transform: scale(1);
    background: linear-gradient(0deg, #222020, #3f5377);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
}
@keyframes logo_img_animation {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fon_scale {
  0% {
    transform: scale(0.8);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
header {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  header {
    flex-direction: column;
    align-items: center;
  }
}
.header_line {
  width: 96%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(34, 32, 32, 0.95);
  border-radius: 30px;
  z-index: 500;
  position: absolute;
  top: 1vw;
  left: 2%;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  .header_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 92%;
    padding: 1vw 3%;
    margin-left: 1%;
    position: fixed;
    top: 0.7vw;
    left: 0;
    background-color: rgba(34, 32, 32, 0.8);
    z-index: 888;
  }
}
.logo_block {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .logo_block {
    flex-direction: column;
    align-items: center;
  }
}
.logo_block > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .logo_block > a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 31%;
    align-items: flex-start;
  }
}
.logo_img_cover {
  width: 16vw;
  height: 5.4vw;
  outline: unset;
  outline-offset: -2px;
  margin-left: 1vw;
}
.logo_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.logo_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_img_cover {
    transform: scale(1.1);
    width: 100%;
    height: auto;
  }
}
.logo_text_cover {
  font-size: 2.2vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #222020;
  padding-left: 2vw;
  background: linear-gradient(0deg, #222020, #213559);
  /* напрям градієнта */
  -webkit-background-clip: text;
  /* вирізати фон тільки по тексту */
  -webkit-text-fill-color: transparent;
  /* зробити текст прозорим */
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .logo_text_cover {
    font-size: 6.6vw;
  }
}
@media screen and (max-width: 800px) {
  .logo_text_cover {
    margin-top: 0vw;
    display: none;
  }
}
.header_line_right_side {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    width: 70%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20%;
  }
}
.menuBox {
  cursor: pointer;
  width: 25%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.8vw;
  padding-bottom: 0.6vw;
  background: #2a4066;
  outline: 2px solid #222020;
  margin-left: 10%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.menuBox:hover {
  background: linear-gradient(0deg, #222020, #495d81);
  outline: 2px solid #2a4066;
  animation: scalePulse 3s infinite linear;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 16%;
    background: #2a4066;
    outline: 2px solid #344a70;
    animation: unset !important;
    order: 2;
  }
}
.btn_effect1::after {
  content: '';
  width: 4vw;
  height: 150%;
  position: absolute;
  transform: rotate(25deg);
  background-color: #fff8;
  left: -10vw;
  top: -20%;
  filter: blur(10px);
}
.btn_effect1:hover::after {
  left: 120%;
  transition: 0.3s;
}
.menuButton {
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  padding-left: 34%;
  padding-right: 5%;
  background: url(/public/img/menu.png);
  background-position: 8% center;
  background-size: 2vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .menuButton {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .menuButton {
    width: 60%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4vw;
    background: url(/public/img/menu.png);
    background-position: center center;
    background-size: 8vw;
    background-repeat: no-repeat;
    background-color: unset;
    outline: unset;
    z-index: 3;
    content: '';
  }
  .menuButton .menu_text {
    display: none;
  }
}
.language-switcher {
  position: relative;
  width: 15%;
  user-select: none;
  cursor: pointer;
  margin-left: 1vw;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .language-switcher {
    width: 60%;
    margin-left: 0;
    order: 1;
  }
}
.selected-language {
  padding: 0.5vw 0.6vw;
  padding-right: 0.4vw;
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  background-image: url('/public/img/triangl.png');
  background-position: 60% 45%;
  background-size: 1vw 1vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .selected-language {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .selected-language {
    display: none;
  }
}
.language-options {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  background-color: #222020;
  border: 1px solid #2f456b;
  border-radius: 6px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 10px #363434;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .language-options {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
.language-options li {
  padding: 8px 12px;
  transition: background-color 0.2s ease;
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  transition: 0.5s;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .language-options li {
    font-size: 4.62vw;
  }
}
.language-options li:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .language-options li {
    font-size: 4vw;
  }
}
.active_lang {
  background-color: #213559;
  color: #222020;
  transform: scale(1.1);
}
.language-options li:hover {
  background-color: #f5f5f5;
  color: #222020;
}
.language-switcher:hover .language-options {
  display: block;
}
@media screen and (max-width: 800px) {
  .language-switcher:hover .language-options {
    display: flex;
  }
}
.header_contacts_block {
  width: 40%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_contacts_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_block {
    align-items: center;
    gap: 3vw 2vw;
    display: none;
  }
}
.header_contacts_cover {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 200;
  color: #ffffff;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    padding-left: 8vw;
  }
}
.header_phone_box {
  background-image: url(/public/img/phone.png);
  background-size: 0.8vw 0.9vw;
  background-position: 1% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header_phone_box {
    background-size: 5.1vw 5vw;
  }
}
.header_email_box {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 200;
  color: #ffffff;
  background-image: url(/public/img/mail_white.png);
  background-size: 0.9vw 0.9vw;
  background-position: 1% 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header_email_box {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .header_email_box {
    background-size: 5.1vw 5vw;
  }
}
.header_contacts_button {
  width: 3vw;
  height: 3vw;
  outline: 2px solid #2a4066;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  right: 1vw;
  top: 20%;
  background: url('/public/img/triangl_white.png'), linear-gradient(0deg, #222020, #495d81);
  background-position: center center;
  background-size: 1.5vw 1.5vw, 100% 100%;
  background-repeat: no-repeat;
}
.header_contacts_button:hover {
  animation: scalePulse 3s infinite linear;
}
@media screen and (max-width: 800px) {
  .header_contacts_button {
    width: 12vw;
    height: 12vw;
    border-radius: 30px;
    background: url('/public/img/triangl_white.png'), linear-gradient(0deg, #222020, #495d81);
    background-position: center center;
    background-size: 4.5vw 4.5vw, 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }
}
.header_contacts_hidden {
  width: 90%;
  height: 6vw;
  outline: 2px solid #2a4066;
  border-radius: 10px;
  position: absolute;
  left: 0vw;
  top: 110%;
  background: linear-gradient(154deg, #222020, #495d81);
  display: none;
  z-index: 100;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_hidden {
    height: auto;
    padding: 5vw 5%;
    top: 100%;
  }
}
.white_phone {
  background: url(/public/img/phone.png);
  background-size: 1.2vw 1.2vw;
  background-position: 1% center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 800px) {
  .white_phone {
    font-size: 4vw;
    background-size: 4.8vw 4.9vw;
  }
}
.white_adres {
  background: url(/public/img/adress_white.png);
  background-size: 1.7vw 1.6vw;
  background-position: 0% center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1vw;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .white_adres {
    font-size: 4vw;
    background-size: 5.1vw 4.4vw;
  }
}
/* header center */
.header_info_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 6vw;
}
@media screen and (max-width: 800px) {
  .header_info_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_info_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_info_block {
    padding-top: 8vw;
  }
}
.header_info_left_side {
  width: 45%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 5vw;
  background: url(/public/img/brush_background.webp);
  background-position: center center;
  background-size: 95% 150%;
}
@media screen and (max-width: 800px) {
  .header_info_left_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_info_left_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_info_left_side {
    padding-top: 5vw;
  }
}
.header_content {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  .header_content {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_content {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_content {
    width: 96%;
    padding: 6vw 0;
    margin-top: 5vh;
    margin-bottom: 3vw;
    background: url(/public/img/blocks_fon_1.webp);
    background-size: 25% 100%;
    background-repeat: repeat;
    border-radius: 15px;
  }
}
.text_typing {
  animation: typing 2s steps(14, end);
  white-space: nowrap;
  overflow: hidden;
}
.header_content h1 {
  overflow: hidden;
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #213559;
  text-align: left;
  line-height: 100%;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    font-size: 4.95vw;
  }
}
.header_content h1 b {
  font-weight: 800;
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    font-size: 5vw;
    line-height: 1.3em;
    width: 90%;
    text-align: center;
    color: #fff;
  }
}
/* Анімація друку */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Анімація курсору */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #213559;
  }
}
.h1_sub {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #222020;
  width: 98%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .h1_sub {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .h1_sub {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .h1_sub {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 3.3vw;
    text-align: left;
    color: #fff;
    text-align: center;
  }
}
.header_center_contact_block {
  margin-top: 2vw;
  width: 70%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_center_contact_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_block {
    padding-bottom: 10vw;
    order: -1;
  }
}
.header_consultation_btn {
  font-size: 0.88vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #2f456b;
  padding: 0.5vw 1vw;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(2, 30, 66, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    font-size: 2.64vw;
  }
}
.header_consultation_btn:hover {
  background-color: #3f5377;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    padding: 3vw 2vw;
    font-size: 4vw;
  }
}
.header_center_contact_phone_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 1vw;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone_block {
    flex-direction: column;
    align-items: center;
  }
}
.header_center_contact_icon {
  width: 1.4vw;
  height: 1.3vw;
  outline: unset;
  outline-offset: -2px;
  background-color: #2f456b;
  padding: 0.4vw 0.4vw;
  box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(2, 30, 66, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
}
.header_center_contact_icon img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_center_contact_icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_center_contact_icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_center_contact_icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_icon {
    width: 6vw;
    height: 6vw;
    margin-top: 4vw;
    padding: 1vw 1vw;
    display: none;
    color: #fff;
  }
}
.header_center_contact_phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone {
    margin-top: 4vw;
  }
}
.header_center_contact_phone .phone_title {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #2f456b;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 6vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2vw;
  }
}
.header_center_contact_phone .phone_num {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #2f456b;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_num {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_num {
    font-size: 5vw;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
  }
}
.mobile_header_num {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile_header_num {
    display: block;
  }
}
.sticky .header_line_mask {
  display: none;
}
.sticky {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  margin-top: 0;
}
.sticky .logo_img_cover {
  width: 13vw;
  height: 4.5vw;
}
.sticky .header_contacts_cover {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .sticky .header_contacts_cover {
    font-size: 3.3vw;
  }
}
.sticky .header_line_mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(34, 32, 32, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sticky + .header_center {
  margin-top: 10vw;
}
/* slider */
.header_info_right_side {
  width: 55%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: url(/public/img/brush_background.webp);
  background-position: center center;
  background-size: 95% 150%;
  position: relative;
  top: -4vw;
}
@media screen and (max-width: 800px) {
  .header_info_right_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_info_right_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_info_right_side {
    padding-top: 2vw;
  }
}
.header_slider_mask {
  width: 103%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: 0;
  background: url(/public/img/header_slider_fon.webp);
  background-size: 100% 100%;
  background-position: center center;
  z-index: 500;
}
@media screen and (max-width: 800px) {
  .header_slider_mask {
    display: none;
  }
}
/*slider items*/
.header_slider_body {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .header_slider_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_slider_body {
    margin-top: 2vw;
    width: 96%;
  }
}
.slider_mask {
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(/public/img/header_mask.webp);
  background-size: 100% 100%;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  .slider_mask {
    display: none;
  }
}
.slider_body {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  height: 40vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .slider_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .slider_body {
    height: 60vh;
    position: relative;
  }
}
.header_slide_item {
  width: 100%;
  height: 40vw;
  outline: unset;
  outline-offset: -2px;
  overflow: hidden;
  display: none;
}
.header_slide_item img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_slide_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_slide_item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_slide_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_slide_item img {
  transform: scale(1);
}
@media screen and (max-width: 800px) {
  .header_slide_item {
    height: 60vh;
  }
}
.header_active_slide {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 40;
  display: block;
}
.header_active_slide img {
  transition: 3s;
}
/*slider items*/
.header_slider_navigation {
  width: 15vw;
  position: absolute;
  bottom: 3vw;
  right: 1vw;
  background-color: rgba(34, 32, 32, 0.7);
  padding: 0.6vw 0.5vw;
  border-radius: 10px;
  z-index: 600;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  outline: 4px solid #fff2;
  gap: 0.5vw;
}
@media screen and (max-width: 800px) {
  .header_slider_navigation {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_slider_navigation {
    bottom: 3vw;
    right: unset;
    flex-direction: row;
    gap: 5vw;
    width: 97%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    background: url(/public/img/blocks_fon_1.webp);
    background-size: 25% 100%;
    background-repeat: repeat;
    border-radius: 15px;
    padding-bottom: 2vw;
  }
}
.header_navigation {
  width: 3vw;
  height: 2vw;
  outline: unset;
  outline-offset: -2px;
  background: linear-gradient(90deg, #222020, #403e3e);
  padding: 0.3vw 1.5vw;
  outline: 1px solid #fff3;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
.header_navigation img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_navigation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_navigation img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_navigation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_navigation:hover {
  background: linear-gradient(90deg, #213559, #4d6389);
  animation: scalePulse 2s infinite linear;
}
@media screen and (max-width: 800px) {
  .header_navigation {
    width: 12vw;
    height: 4vw;
    padding: 2.4vw 4.5vw;
  }
}
.navigation_mask {
  width: 97%;
  height: 60%;
  padding: 0.8vw 1.5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .navigation_mask {
    font-size: 5.28vw;
  }
}
@media screen and (max-width: 800px) {
  .navigation_mask {
    position: relative;
    width: 100%;
    text-align: center;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    font-size: 4vw;
  }
}
.header_catalog_link_button {
  position: absolute;
  bottom: 0vw;
  right: 1vw;
  z-index: 600;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #222020;
  padding: 0.5vw 0.6vw;
  padding-right: 4vw;
  padding-bottom: 0.7vw;
  background: url(/public/img/arrow_black.png);
  background-repeat: no-repeat;
  background-size: 2vw 1vw;
  background-position: 90% center;
}
@media screen and (max-width: 800px) {
  .header_catalog_link_button {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .header_catalog_link_button {
    position: relative;
    width: 50%;
    margin-left: 22%;
    margin-right: 22%;
    padding: 2vw 3%;
    background-size: 6vw 3.5vw;
    background-position: 95% center;
    background: #2f456b;
    border-radius: 15px;
    color: #fff;
    font-size: 5vw;
    text-align: center;
  }
}
.tovars_buttons_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1vw;
  margin-bottom: 4vw;
  gap: 1%;
}
@media screen and (max-width: 800px) {
  .tovars_buttons_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .tovars_buttons_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .tovars_buttons_cover {
    gap: 5vw;
  }
}
.order_button {
  background-color: #2f456b;
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding: 0.7vw 11%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .order_button {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .order_button {
    width: 60%;
    padding: 4vw 5%;
    text-align: center;
  }
}
.order_and_calculate_button {
  background-color: #2f456b;
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding: 0.7vw 11%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .order_and_calculate_button {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .order_and_calculate_button {
    width: 60%;
    padding: 4vw 5%;
    text-align: center;
  }
}
/* template@forma_product_block.less */
.forma_product_fixed_block {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  right: -103vw;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .forma_product_fixed_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
/* template@catalog_save_block.less */
.pdf_catalog_block {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-color: #2f456b;
  padding: 3vw 5%;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_block {
    width: 90%;
    padding: 1.5vw 5%;
  }
}
.pdf_catalog_img_cover_block {
  width: 35%;
  height: 130%;
  outline: unset;
  outline-offset: -2px;
  position: absolute;
  left: 5%;
  border-radius: 30px;
  outline: 10px solid #fff;
  overflow: hidden;
}
.pdf_catalog_img_cover_block img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_img_cover_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.pdf_catalog_img_cover_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_img_cover_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_img_cover_block {
    position: relative;
    width: 96%;
    left: unset;
    top: -5vw;
  }
}
.pdf_catalog_text_block {
  width: 56%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.pdf_catalog_text_title {
  font-size: 1.65vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text_title {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text_title {
    text-align: center;
  }
}
.pdf_catalog_text {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text {
    padding: 4vw 4%;
  }
}
.pdf_catalog_button {
  width: 45%;
  text-align: center;
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #222020;
  padding: 0.8vw 4%;
  background-color: #fff;
  cursor: pointer;
  border-radius: 22px;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_button {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_button {
    width: 92%;
    text-align: center;
    padding: 4vw 4%;
  }
}
/* modal_galery_01@price_calculator_window.less */
.price_calculator_window_body {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 105%;
  background-color: rgba(47, 69, 107, 0.2);
  z-index: 1001;
}
@media screen and (max-width: 800px) {
  .price_calculator_window_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .price_calculator_window_body {
    flex-direction: column;
    align-items: center;
  }
}
.price_calculator_mask {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.price_calculator_cover_block {
  width: 96%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .price_calculator_cover_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .price_calculator_cover_block {
    flex-direction: column;
    align-items: center;
  }
}
.price_calculator_options_block {
  width: 48%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0 30px 30px 0;
  background-color: #2f456b;
  outline: 10px solid #43597f;
  outline-offset: -11px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .price_calculator_options_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .price_calculator_options_block {
    flex-direction: column;
    align-items: center;
  }
}
.price_calculator_options_block::-webkit-scrollbar {
  width: 0px;
}
.price_calculator_options_scroll_block {
  width: 100%;
  height: auto;
}
/* galery */
.galery_body_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 800px) {
  .galery_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_body_block {
    width: 92%;
    padding: 4vw 4%;
  }
}
.category_cover {
  width: 98%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #2f456b;
  padding: 0.7vw 1%;
}
@media screen and (max-width: 800px) {
  .category_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .category_cover {
    width: 92%;
    padding: 3vw 4%;
  }
}
.price_calculator_h2 {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #2a4066;
  padding-top: 0.3vw;
  padding-bottom: 0.4vw;
  margin-bottom: 0.6vw;
}
@media screen and (max-width: 800px) {
  .price_calculator_h2 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.price_calculator_h2 h2 {
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 400;
  color: #ffffff;
  padding-left: 1vw;
}
@media screen and (max-width: 800px) {
  .price_calculator_h2 h2 {
    font-size: 3.96vw;
  }
}
.galery_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2vw 1%;
}
@media screen and (max-width: 800px) {
  .galery_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .galery_cover {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 5vw 1%;
  }
}
.galery_photo_cover {
  width: 32.1%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .galery_photo_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_photo_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .galery_photo_cover {
    width: 48%;
  }
}
.galery_photo_title {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding-top: 0.5vw;
  padding-bottom: 0.6vw;
}
@media screen and (max-width: 800px) {
  .galery_photo_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_photo_title {
    font-size: 2.97vw;
  }
}
.galeryFoto {
  width: auto;
}
.galeryFotoCover {
  width: 98%;
  height: 14vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 3px solid #4d6389;
  background: rgba(47, 69, 107, 0.3);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  background-color: #222020;
}
@media screen and (max-width: 800px) {
  .galeryFotoCover {
    width: 90%;
    height: 30vw;
  }
}
/* galery */
.price_calculator_calculation_body {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .price_calculator_calculation_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.price_calculator_calculation_block {
  width: 96%;
  padding-left: 3%;
  padding-right: 1%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  height: 75dvh;
  position: relative;
  left: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 30px;
  background-color: #2f456b;
  outline: 10px solid #43597f;
  outline-offset: -8px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .price_calculator_calculation_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .price_calculator_calculation_block {
    left: 0px;
    height: 40dvh;
    padding-bottom: 15vw;
  }
}
.price_calculator_calculation_block::-webkit-scrollbar {
  width: 0px;
}
.total_price_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #758bb1;
}
@media screen and (max-width: 800px) {
  .total_price_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .total_price_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .total_price_cover {
    font-size: 4.62vw;
  }
}
@media screen and (max-width: 800px) {
  .total_price_cover {
    flex-direction: row;
  }
}
.basic_price_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #758bb1;
}
@media screen and (max-width: 800px) {
  .basic_price_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .basic_price_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .basic_price_cover {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .basic_price_cover {
    flex-direction: row;
  }
}
.price_name {
  padding-right: 0.5vw;
  font-family: 'Pragmatica';
  font-size: 110%;
}
#total_price {
  color: #fff;
}
#basic_price {
  color: #fff;
}
.selected {
  outline: 3px solid #61779d;
  outline-offset: -2px;
  border-radius: 30px;
  background-color: #4d6389;
}
#calculation_options_list {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.7vw;
}
@media screen and (max-width: 800px) {
  #calculation_options_list {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  #calculation_options_list {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  #calculation_options_list {
    flex-direction: column;
    align-items: center;
  }
}
#calculation_options_list div {
  padding: 0.2vw 3%;
  background-color: #4d6389;
}
@media screen and (max-width: 800px) {
  #calculation_options_list div {
    font-size: 4vw;
    width: 96%;
  }
}
.order_forma_block {
  width: 96%;
  padding-left: 3%;
  padding-right: 1%;
  height: 0dvh;
  position: relative;
  left: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 30px;
  background-color: #2f456b;
  outline-offset: -8px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .order_forma_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .order_forma_block {
    left: 0px;
    height: 60dvh;
    display: none;
    border-radius: 0;
  }
}
.order_forma_block .regulationsGroup {
  align-items: flex-start;
}
.order_forma_block::-webkit-scrollbar {
  width: 0px;
}
.forma_block {
  width: 94%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .forma_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.forma_title_block {
  width: 94%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.43vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .forma_title_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_block {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_block {
    padding-top: 5vw;
  }
}
.open_form_btn {
  position: absolute;
  bottom: 1vw;
  width: 33%;
  left: 33%;
  background-color: #222020;
  display: none;
}
@media screen and (max-width: 800px) {
  .open_form_btn {
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 2dvh;
  }
}
/* template@footer.less */
footer {
  min-height: 40vh;
  border-top: 3px solid #222020;
  background-color: #222020;
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-bottom: 6vw;
    margin-top: 4vw;
    padding-top: 3vw;
  }
}
.logo_cover {
  width: 16%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.logo_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 80%;
  }
}
.footer_contacts {
  width: 26%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.footer_contacts img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer_contacts img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
  }
}
.footer_contacts_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .footer_contacts_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts_item {
    margin-top: 1vw;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.05);
    outline: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 0%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    flex-direction: column;
    margin-top: 2vw;
  }
}
.contact_img_cover {
  width: 1.4vw;
  height: 1.4vw;
  outline: unset;
  outline-offset: -2px;
  margin-right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.contact_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    height: 3vw;
    width: 3vw;
    margin-right: 0vw;
  }
}
.contact_text_cover {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    align-items: center;
    gap: 0.5vw 0;
    text-align: center;
    width: 100%;
  }
}
.contact_text_cover a {
  display: block;
  width: 100%;
}
.contact_text_cover .contact_text {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_text {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_text {
    text-align: center;
    width: 100%;
  }
}
.contact_text_cover .contact_title {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_title {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_title {
    width: 100%;
  }
}
.footer_contacts_title {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .footer_contacts_title {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts_title {
    margin-top: 1vw;
  }
}
.icon_item {
  width: 3vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.icon_item img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .icon_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.icon_item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .icon_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .icon_item {
    width: 10vw;
    height: 10vw;
  }
  .icon_item img {
    object-fit: contain;
  }
}
.icons_cover {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6vw;
}
@media screen and (max-width: 800px) {
  .icons_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .icons_cover {
    flex-direction: row;
    width: 70%;
    margin-top: 6vw;
    margin-bottom: 6vw;
    gap: 2vw;
  }
}
.icons_title {
  width: 100%;
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .icons_title {
    font-size: 3.96vw;
  }
}
/* template@header_forma.less */
.forma_fixed_block {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  right: -103vw;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.close_forma_title_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 3vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.close_forma_title_block .forma_title {
  font-size: 1.375vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_title {
    font-size: 4.125vw;
  }
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_title {
    text-align: center;
  }
}
.close_forma_title_block .forma_subtitle {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_subtitle {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_subtitle {
    text-align: center;
  }
}
.close_forma_title_block .forma_title_line {
  width: 70%;
  height: 2px;
  background: #213559;
  margin-top: 0.2vw;
  margin-bottom: 0.2vw;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_title_line {
    margin: 0 auto;
    width: 50%;
  }
}
.forma_mask {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100dvh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_forma_body {
  width: 31vw;
  height: 100dvh;
  padding-left: 2vw;
  padding-right: 2vw;
  background-color: rgba(34, 32, 32, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    flex-direction: column;
    align-items: center;
  }
}
.modal_forma_body .reglamation_cover {
  margin-top: 2vw;
}
.modal_forma_body .forma_subtitle_type_1 {
  color: #fff;
}
.modal_forma_body .forma_type1_input {
  background-color: rgba(255, 255, 255, 0.8);
}
.modal_forma_body .reglamation_cover {
  width: 100%;
}
.modal_forma_body .submit_forma_block {
  flex-direction: column;
  width: 100%;
}
.modal_forma_body .send_btn {
  width: 60%;
  margin-top: 2vw;
  margin-left: 30%;
}
@media screen and (max-width: 800px) {
  .modal_forma_body .send_btn {
    width: 90%;
    text-align: center;
    margin-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* template@modal_menu.less */
/*MODAL MENU*/
#modal_menu_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 100vw;
  top: 0;
  background: rgba(47, 69, 107, 0.8);
  z-index: 10000;
}
.modal_menu {
  width: 36%;
  height: 100dvh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(34, 32, 32, 0.9);
  border-right: 2px solid #040202;
}
@media screen and (max-width: 800px) {
  .modal_menu {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu {
    background-color: rgba(34, 32, 32, 0.9);
  }
}
.modal_menu_logo {
  width: 60%;
  height: cover;
  outline: unset;
  outline-offset: -2px;
}
.modal_menu_logo img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .modal_menu_logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.modal_menu_logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .modal_menu_logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu_logo {
    width: 30%;
    display: none;
  }
}
.modal_menu nav {
  width: 90%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .modal_menu nav {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav {
    width: 90%;
  }
}
.modal_menu nav ul {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .modal_menu nav ul {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav ul {
    align-items: flex-start;
    gap: 3vw;
  }
}
.modal_menu nav li {
  list-style: none;
}
.modal__menu__item {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-left: 1vw;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-right: 1vw;
  transition: .4s;
  border-left: 4px solid #fff;
}
@media screen and (max-width: 800px) {
  .modal__menu__item {
    font-size: 4.29vw;
  }
}
.modal__menu__item:hover {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #222020;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .modal__menu__item:hover {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .modal__menu__item:hover {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 800px) {
  .modal__menu__item {
    font-size: 4.5vw;
  }
}
