@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins-semibold";
  src: url("../fonts/Poppins-SemiBold/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold/Poppins-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Medium/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium/Poppins-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserratarm-medium";
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot");
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserratarm-regular";
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot");
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserratarm-semiBold";
  src: url("../fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.eot");
  src: url("../fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.woff") format("woff"), url("../fonts/Montserratarm-SemiBold/Montserratarm-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?hoc2h1");
  src: url("../fonts/icons/icomoon.eot?hoc2h1#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?hoc2h1") format("truetype"), url("../fonts/icons/icomoon.woff?hoc2h1") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_sort:before {
  content: "\e909";
}

.icon_filtre:before {
  content: "\e910";
}

.icon_glob:before {
  content: "\e911";
}

.icon_search:before {
  content: "\e912";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_group:before {
  content: "\e923";
}

.icon_telegram:before {
  content: "\e906";
}

.icon_instagram:before {
  content: "\e907";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_youtube:before {
  content: "\e908";
}

.icon_facebook:before {
  content: "\e900";
}

.icon_play:before {
  content: "\e929";
}

.icon_calendar:before {
  content: "\e90a";
}

.icon_arrow:before {
  content: "\e90b";
}

.right_arrow:before {
  content: "\e90c";
}

.left_arrow:before {
  content: "\e90d";
}

.icon_filterBtn:before {
  content: "\e90e";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "poppins", "montserratarm-regular";
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #030B1F;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.6;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.loaded .page_loader {
  opacity: 0;
  pointer-events: none;
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
  overflow-y: auto;
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.popup_title {
  font-size: 150%;
  line-height: 21px;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 580px;
  padding: 40px;
  position: relative;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .popup_container {
    padding: 20px;
  }
}
.popup_content {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup_close {
  background: transparent;
  border: none;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 1;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .popup_close {
    top: 10px;
    right: 10px;
  }
}
.popup_description {
  font-size: 140%;
  line-height: 19px;
  color: #000000;
  margin: 15px 0 20px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #21294E;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1190px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #CC3A3F;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
  padding-top: 27px;
}
.field_block ::-webkit-input-placeholder {
  color: #646B86;
}
.field_block :-moz-placeholder {
  color: #646B86;
}
.field_block ::-moz-placeholder {
  color: #646B86;
}
.field_block :-ms-input-placeholder {
  color: #646B86;
}
.field_block label {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 1px solid #DCDFE5;
  background: #ffffff;
  border-radius: 15px;
  width: 100%;
  padding: 12px 20px;
  color: #333333;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.field_block input,
.field_block textarea {
  border: none;
  width: 100%;
  color: #21294E;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.field_block input.filled,
.field_block textarea.filled {
  font-size: 140%;
  top: 1px;
}
.field_block textarea {
  resize: none;
  display: block;
  min-height: 100px;
}
.field_block textarea ~ .placeholder {
  background: #ffffff;
}
.field_block .field_name {
  display: block;
  margin-bottom: 1px;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field_block input[type=checkbox]:checked ~ span:before {
  font-size: 1rem;
}
.field_block input.phone_input {
  flex: 1;
  width: 50%;
  border: none;
  background: transparent !important;
  padding: 0;
}
.field_block input.phone_input ~ .placeholder {
  font-size: 110%;
  top: 1px;
  background: transparent;
  left: 80px;
}
.field_block .select2-container.select2 {
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
.field_block .select2-container .select2-selection--single {
  height: auto;
}
.field_block .select2-container .select2-selection__placeholder {
  color: #646B86;
}
.field_block .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.field_block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #21294E;
  font-size: 120%;
  line-height: 18px;
  padding: 0;
  flex: 1;
  width: 50%;
}
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  padding-left: 0;
  width: auto;
  color: #646B86;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e90b";
  font-size: 24px;
  display: block;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.field_block .select2-container--default.select2-container--open .select2-selection__arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.field_block .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.field_block .select2-container .select2-search--dropdown {
  padding: 0;
}
.field_block .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid transparent;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
}
.field_block .select2-container .select2-dropdown {
  border: none;
  font-size: 140%;
  line-height: 17px;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  position: relative;
  z-index: 5;
  margin-top: 17px;
  background: #ffffff;
  border-radius: 15px;
}
.field_block .select2-container .select2-results__options {
  overflow-x: hidden;
  max-height: 160px;
  scrollbar-color: #DCDFE5 #F1F3F7;
  scrollbar-width: thin;
}
.field_block .select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 100px;
  background: #F1F3F7;
}
.field_block .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #DCDFE5;
}
.field_block .select2-container .select2-results__options li {
  padding: 8px 20px;
}
.field_block .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #666666;
}
.field_block .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: #CC3A3F;
}
.field_block .select2-container .select2-results__option--selected {
  background: none !important;
  color: none !important;
  cursor: default;
}
.field_block .select2-container + .select2-container.select2-container--default {
  z-index: 30;
  left: 10px !important;
  right: 10px !important;
}
.field_block .select2-container + .select2-container.select2-container--default .select2-dropdown {
  width: 100% !important;
}
.field_block .select2-container.select2 {
  background: transparent;
  box-sizing: content-box;
  z-index: 22;
}
.field_block .select2-selection__arrow {
  margin-top: -15px;
  margin-right: -7px;
}
.field_block .select2-container .select2-results__option:not(:last-child) {
  border-bottom: none;
}

.cb {
  display: block;
  clear: both;
}

.section_title {
  font-family: "poppins-semibold", "montserratarm-semiBold";
  margin: 0;
}

.primary_btn {
  border: none;
  border-radius: 10px;
  background: #CC3A3F;
  color: #ffffff;
  padding: 8px 30px;
}

.secondary_btn {
  border: 1px solid;
  background: transparent;
  color: #21294E;
  padding: 9px;
}

a.primary_btn,
a.secondary_btn {
  display: inline-block;
  vertical-align: top;
}

.standard_text {
  color: #ffffff;
}

.pages_top_block {
  padding: 0 0 40px;
  background: #F1F3F7;
}
@media screen and (max-width: 959px) {
  .pages_top_block {
    background: none;
    padding-top: 20px;
  }
}
.pages_top_block .calendar_block {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  padding: 0 10px;
}
.pages_top_block .form_section {
  padding-top: 10px;
}
.pages_top_block .field_block {
  padding-top: 0;
  max-width: 33.3%;
  flex: 0 0 33.3%;
  padding: 0 10px;
}
.pages_top_block .field_block.select_with {
  max-width: 16.6%;
  flex: 0 0 16.6%;
}
.pages_top_block .form_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.pages_top_block .btn_block {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.pages_top_block .btn_block a,
.pages_top_block .btn_block button {
  width: 100%;
  height: 100%;
  background: #CC3A3F;
  border-radius: 15px;
  border: none;
  font-size: 160%;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs {
  padding: 0 0 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  font-size: 120%;
  line-height: 14px;
  align-items: center;
  color: #21294E;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li a,
.breadcrumbs li div {
  display: block;
  max-width: 400px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li:not(:first-child):before {
  margin: 0 5px;
  content: "/";
  color: #646B86;
}
.breadcrumbs a {
  color: #646B86;
}
@media screen and (max-width: 767px) {
  .breadcrumbs li:nth-child(n+2):not(:nth-last-child(-n+2)) {
    display: none;
  }
  .breadcrumbs li:first-child:nth-last-child(n+4):after {
    margin: 0 3px;
    content: "/ ...";
    display: block;
  }
}

.page_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page_loader .loader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 26px;
  margin-left: -12px;
}
.page_loader .loader_line {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_loader .line_start,
.page_loader .line_end {
  display: block;
  flex: 1;
  max-width: 150px;
  position: relative;
  overflow: hidden;
}
.page_loader .line_start:before,
.page_loader .line_end:before {
  display: block;
  position: relative;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: #333333 #333333 #ffffff #ffffff;
  border-radius: 50%;
}
.page_loader .line_start:after,
.page_loader .line_end:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
}
.page_loader .line_end:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  height: 100px;
  width: 100px;
  margin-left: -50px;
}
.page_loader .line_end:after {
  left: -1px;
  background: linear-gradient(to right, rgb(33, 41, 78) 0%, rgb(33, 41, 78) 70%, rgba(187, 95, 39, 0) 100%);
  bottom: 4px;
}
.page_loader .line_start {
  padding-bottom: 4px;
}
.page_loader .line_start:before {
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  height: 96px;
  width: 96px;
  margin-left: auto;
  margin-right: -49px;
  z-index: 2;
}
.page_loader .line_start:after {
  right: -1px;
  background: linear-gradient(to left, rgb(33, 41, 78) 0%, rgb(33, 41, 78) 70%, rgba(187, 95, 39, 0) 100%);
}
.page_loader .loader_block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -50px;
  height: 96px;
  width: 96px;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  animation: drive 3s linear infinite;
}
.page_loader .loader_img {
  height: 24px;
  width: 25px;
  background-image: url("images/loader.svg");
  background-size: cover;
}
@keyframes drive {
  0% {
    margin-left: -364px;
    margin-top: -48px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  33% {
    transform: rotate(0deg);
    margin-left: -52px;
    margin-top: -48px;
  }
  50% {
    transform: rotate(-180deg);
    margin-left: -46px;
    margin-top: -46px;
  }
  66% {
    transform: rotate(-360deg);
    margin-left: -40px;
    margin-top: -54px;
  }
  75% {
    opacity: 1;
  }
  100% {
    margin-left: 264px;
    margin-top: -54px;
    transform: rotate(-360deg);
    opacity: 0;
  }
}

.page_title {
  font-family: "poppins-semibold", "montserratarm-semiBold";
  padding: 0;
  margin: 0;
  color: #21294E;
}

.sub_title {
  font-family: "poppins-semibold", "montserratarm-semiBold";
  padding: 0;
  margin: 0;
  color: #21294E;
}
@media screen and (min-width: 1200px) {
  .sub_title {
    font-size: 240%;
    line-height: 29px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sub_title {
    font-size: 220%;
    line-height: 27px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .sub_title {
    font-size: 200%;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .sub_title {
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .sub_title {
    font-size: 160%;
    line-height: 24px;
  }
}

.product_block .product_img {
  background: #ffffff;
  min-height: 252px;
  max-height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.product_block .product_img a {
  display: block;
}
.product_block .product_img a img {
  object-fit: cover;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.product_block .product_img a {
  display: block;
}
.product_block .product_img a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product_block .product_title {
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_block .info_product {
  color: #80879F;
}
.product_block .info_product .price {
  color: #CC3A3F;
}

.news_block {
  height: 410px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
}
.news_block .inner_news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 15px;
}
.news_block .news_image {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.news_block .news_date {
  padding: 20px 20px 5px;
  font-size: 120%;
  line-height: 15px;
  color: #646B86;
  width: 100%;
  display: block;
}
.news_block .blog_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 20px 15px;
}
.news_block .view_more {
  text-transform: uppercase;
  background: #CC3A3F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  min-width: 116px;
  height: 40px;
}
.news_block .news_title {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  text-transform: uppercase;
  margin-bottom: 15px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .news_block .news_title {
    font-size: 120% !important;
    height: 33px;
    line-height: 17px !important;
  }
}
.news_block.hovered a.news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news_block.hovered .blog_btn {
  height: 40px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .news_block .news_date {
    padding: 20px 20px 5px;
    margin-bottom: 5px;
  }
}

.section_block {
  width: 100%;
  position: relative;
}
.section_block > .page_container {
  position: relative;
}
.section_block .top_section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .section_block .top_section {
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .section_block .top_section {
    flex-direction: column;
    align-items: center;
  }
}
.section_block .top_section .sub_title {
  margin-top: 70px;
}
@media screen and (max-width: 959px) {
  .section_block .top_section .sub_title {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .section_block .top_section .sub_title {
    margin-top: 40px;
  }
}
.section_block .top_section:before {
  content: attr(data-bgText);
  font-family: "poppins-semibold", "montserratarm-semiBold";
  padding: 0;
  margin: 0;
  color: #ffffff;
  background: #F1F3F7;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .section_block .top_section:before {
    font-size: 1200%;
    line-height: 180px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .section_block .top_section:before {
    font-size: 1000%;
    line-height: 180px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .section_block .top_section:before {
    font-size: 800%;
    line-height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .section_block .top_section:before {
    font-size: 700%;
    line-height: 150px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section_block .top_section:before {
    display: none;
  }
}
.section_block .more_btn {
  font-size: 160%;
  line-height: 24px;
  color: #CC3A3F;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 959px) {
  .section_block .more_btn {
    margin-left: 15px;
    position: relative;
    right: unset;
  }
}
@media screen and (max-width: 575px) {
  .section_block .more_btn {
    margin-left: 0;
  }
}
.section_block .section_inner {
  margin-top: 25px;
}

.paging ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  font-size: 160%;
  line-height: 24px;
  color: #646B86;
}
.paging li {
  margin: 0 8px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  background: transparent;
}
.paging li.inactive {
  color: transparent;
  pointer-events: none;
}
.paging a {
  display: inherit;
  color: #000000;
  align-items: inherit;
  justify-content: inherit;
  width: inherit;
  height: inherit;
  border: none;
  background: none;
  border-radius: 10px;
}
.paging a.current_page {
  background: #646B86;
  color: #ffffff;
  pointer-events: none;
}
.paging .prev_page,
.paging .next_page {
  border: none;
  background: transparent;
  font-size: 0;
}
.paging .prev_page:before,
.paging .next_page:before {
  font-size: 2.7rem;
  display: block;
  font-weight: 700;
  color: #646B86;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .paging ul {
    margin: 0 -5px;
  }
  .paging li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .paging ul {
    margin: 0 -3px;
    justify-content: center;
  }
  .paging li {
    margin: 0 3px;
    width: 34px;
    height: 34px;
  }
}

.touch .news_block a.news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.touch .news_block .blog_btn {
  height: auto;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.calendar_block {
  display: flex;
}
.calendar_block .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}
.calendar_block .field_block:before {
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 50%;
  font-size: 24px;
  line-height: 0;
  color: #21294E;
  font-family: "poppins-semibold", "montserratarm-semiBold";
}
.calendar_block .field_block:first-child label {
  border-radius: 15px 0 0 15px;
  border-right: none;
}
.calendar_block .field_block:last-child label {
  border-radius: 0 15px 15px 0;
}

.rent_popup .section_block {
  padding-bottom: 0;
  background: none;
}
.rent_popup .section_block::before {
  background: none;
}
@media screen and (max-width: 959px) {
  .rent_popup .section_block {
    margin-top: 0;
  }
}
.rent_popup .section_block .top_section {
  position: relative;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 959px) {
  .rent_popup .section_block .top_section {
    justify-content: center;
  }
}
.rent_popup .section_block .top_section::before {
  color: #F1F3F7;
  background: none;
  font-size: 700%;
  line-height: 105px;
}
@media screen and (max-width: 959px) {
  .rent_popup .section_block .top_section::before {
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .rent_popup .section_block .top_section::before {
    display: none;
  }
}
.rent_popup .section_block .top_section .description_title {
  font-size: 180%;
  line-height: 27px;
  color: #646B86;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  flex: 0 0 100%;
  max-width: 100%;
}
.rent_popup .section_block .top_section .section_title {
  margin-top: 10px;
  font-size: 300%;
  line-height: 1.5em;
  font-family: "poppins-semibold", "montserratarm-semiBold";
}
.rent_popup .popup_title {
  border-bottom: none;
  font-size: 300%;
  line-height: 45px;
  color: #21294E;
  padding-bottom: 0;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  text-align: center;
}
.rent_popup .calendar_block {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .rent_popup .calendar_block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rent_popup .calendar_block {
    margin-top: 15px;
  }
}
.rent_popup form {
  max-width: 380px;
  margin: 0 auto;
}
.rent_popup .list_inner {
  margin-top: 30px !important;
}
.rent_popup .list_inner > li {
  padding-bottom: 15px;
}
.rent_popup .list_inner > li a {
  display: block;
  margin-left: 5px;
  text-decoration: underline;
}
.rent_popup .list_inner label {
  margin: 0;
}
.rent_popup .list_inner label input:checked ~ .check_btn,
.rent_popup .list_inner label input:checked ~ .radio_btn {
  pointer-events: none;
  background: #ffffff !important;
}
.rent_popup .list_inner label input:checked ~ .check_btn:before {
  border-color: transparent;
  font-size: 0.9rem;
  background: #646B86;
  color: #ffffff;
}
.rent_popup .list_inner label input:checked ~ .radio_btn:before {
  background: #ffffff;
  border-width: 7px;
  border-color: #646B86;
}
.rent_popup .list_inner label.has-error ~ .error_hint {
  max-height: 30px;
}
.rent_popup .list_inner .check_btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  background: none;
  color: #646B86;
}
.rent_popup .list_inner .check_btn:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e905";
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #DCDFE5;
  border-radius: 7px;
  font-size: 0;
}
.rent_popup .popup_btns {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.rent_popup .popup_title {
  font-family: "poppins-semibold", "montserratarm-semiBold";
}
@media screen and (max-width: 959px) {
  .rent_popup .field_block {
    padding-top: 20px;
  }
  .rent_popup .icon_calendar {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .rent_popup .field_block {
    padding-top: 15px;
  }
  .rent_popup .icon_calendar {
    padding-top: 0;
  }
  .rent_popup.success.book_popup .popup_btns {
    padding-top: 30px;
  }
  .rent_popup.success.book_popup .success_description {
    padding-top: 20px;
  }
}

.standard_textpage {
  max-width: 980px;
  margin: 0 auto;
  font-size: 160%;
  line-height: 1.5em;
}
.standard_textpage p {
  margin: 0;
}
.standard_textpage h1 {
  font-size: 4rem;
  line-height: 1.5em;
  margin: 0;
  color: #21294E;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  padding-bottom: 20px;
}
.standard_textpage h2 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  margin: 0;
  padding-bottom: 20px;
  color: #21294E;
}
.standard_textpage h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h4 {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h5 {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  color: #21294E;
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
    margin-top: 20px;
  }
}
.standard_textpage br + h2, .standard_textpage br + h3, .standard_textpage br + h4, .standard_textpage br + h5 {
  margin-top: 0;
}
.standard_textpage ul {
  margin: 0;
  padding: 0 0 0 17px;
}
.standard_textpage ul li {
  padding-bottom: 20px;
}
.standard_textpage ul li:last-child {
  padding-bottom: 0;
}
.standard_textpage img {
  display: block;
  margin-bottom: 15px;
  height: auto;
  width: 100%;
  border-radius: 15px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .standard_textpage h1 {
    font-size: 3.6rem;
  }
  .standard_textpage h2 {
    font-size: 2.2rem;
  }
  .standard_textpage h3 {
    font-size: 1.8rem;
  }
  .standard_textpage h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .standard_textpage h1 {
    font-size: 3.2rem;
  }
  .standard_textpage h2 {
    font-size: 2rem;
  }
  .standard_textpage h3 {
    font-size: 1.6rem;
  }
  .standard_textpage h4 {
    font-size: 1.4rem;
  }
}

.slick-track {
  min-width: 100%;
}

.socials_list, .footer_info, .footer_menu, .special_block, .header .menu_list, .header .search_block .autocomplete_block ul, .header .lg_block .drop_block, .breadcrumbs ul, .rent_popup .list_inner {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_block .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .lg_block.opened .drop_btn:before, .field_block .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.news_block .news_image > img {
  object-fit: cover;
}

.news_block .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.header .lg_block .drop_btn:before, [class*=icon_]:before, .field_block .select2-container--default .select2-selection--single .select2-selection__arrow:before, .paging .prev_page:before,
.paging .next_page:before, .rent_popup .list_inner .check_btn:before, .copyright .developer a:after, .header .lg_block .drop_btn:after, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_block .product_img a img, .news_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.socials_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.field_block input,
.field_block textarea, .primary_btn, .secondary_btn, .standard_text, .product_block .product_title, .product_block .info_product, .news_block .news_title, .rent_popup .list_inner .check_btn {
  font-size: 140%;
  line-height: 20px;
}

.field_block .field_name {
  font-size: 120%;
  line-height: 15px;
}

@media screen and (min-width: 1200px) {
  .page_title {
    font-size: 400%;
    line-height: 58px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page_title {
    font-size: 350%;
    line-height: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .page_title {
    font-size: 300%;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 200%;
    line-height: 25px;
  }
}

.header {
  z-index: 100;
  position: relative;
}
.header_main {
  background: #F1F3F7;
  backdrop-filter: blur(2px);
}
.header_main > .page_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 39px;
}
.header .header_block {
  background: #ffffff;
  height: 49px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header .header_block {
    height: auto;
  }
}
.header .header_block > .page_container {
  display: flex;
  align-items: center;
}
.header .main_logo {
  position: relative;
  padding-right: 40px;
  margin: 0 0 43px 0;
  align-self: flex-start;
  z-index: 100;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .main_logo a {
  display: block;
}
.header .main_logo img {
  display: block;
  width: auto;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  .header .main_logo {
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .header .main_logo {
    margin: -54px auto 0 0;
  }
  .header .main_logo img {
    height: 45px;
    background: #F1F3F7;
  }
}
.header .lg_block {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: -11px;
  padding-bottom: 13px;
}
.header .lg_block .drop_btn {
  border: none;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  color: #21294E;
  position: relative;
}
.header .lg_block .drop_btn:before {
  order: 2;
  margin-left: 9px;
  margin-top: -2px;
  font-size: 41.7%;
  display: block;
  font-weight: 700;
  color: #21294E;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #21294E transparent;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media screen and (max-width: 959px) {
  .header .lg_block .drop_btn:before {
    margin-left: 5px;
  }
}
.header .lg_block .drop_btn:after {
  content: "\e911";
  position: absolute;
  left: -25px;
  font-size: 140%;
  line-height: 15px;
  color: #21294E;
}
.header .lg_block .drop_block {
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: -37px;
  right: -13px;
  text-align: center;
  z-index: 10;
  background: #ffffff;
  box-shadow: 5px 5px 30px 5px rgba(33, 41, 78, 0.07);
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 959px) {
  .header .lg_block .drop_block {
    z-index: 99;
  }
}
.header .lg_block .drop_block:before, .header .lg_block .drop_block:after {
  display: block;
  content: "";
  height: 5px;
}
.header .lg_block .drop_block a {
  display: block;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 8px 10px;
}
.header .lg_block:before {
  position: absolute;
  top: -16px;
  bottom: 0;
  left: -37px;
  right: -12px;
  background: #F1F3F7;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
  content: "";
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .header .lg_block:before {
    bottom: 4px;
  }
}
.header .lg_block.opened:before {
  opacity: 1;
}
.header .single_btn {
  border: 1px solid #CC3A3F;
  border-radius: 10px;
  padding: 7px 19px;
  font-size: 120%;
  text-transform: uppercase;
  line-height: 15px;
  background: transparent;
  color: #CC3A3F;
  font-family: "poppins-semibold", "montserratarm-semiBold";
  margin-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .header .single_btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .header .single_btn {
    z-index: 1;
  }
}
@media screen and (max-width: 959px) {
  .header .single_btn {
    margin-top: -58px;
  }
}
@media screen and (max-width: 599px) {
  .header .single_btn {
    position: absolute;
    overflow: hidden;
    bottom: -100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    opacity: 0;
    z-index: 99;
    pointer-events: none;
  }
}
.header .label_text {
  display: none;
}
.header .search_block {
  position: relative;
  width: 17px;
  height: 100%;
  z-index: 5;
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: end;
  -o-transition: z-index 0.5s;
  -ms-transition: z-index 0.5s;
  -moz-transition: z-index 0.5s;
  -webkit-transition: z-index 0.5s;
  transition: z-index 0.5s;
}
@media screen and (max-width: 959px) {
  .header .search_block {
    margin-top: -58px;
  }
}
.header .search_block .autocomplete_block {
  position: absolute;
  background: #ffffff;
  z-index: 10;
  top: 100%;
  height: 0;
  opacity: 0;
  width: 100%;
  max-width: 292px;
  overflow: hidden;
  font-size: 140%;
  line-height: 19px;
  margin-top: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-height: 280px;
  scrollbar-color: #333333 #f2f2f2;
  scrollbar-width: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
  border-radius: 0 0 5px 5px;
}
.header .search_block .autocomplete_block::-webkit-scrollbar {
  width: 8px;
  height: 0;
  border-radius: 0;
  background: #f2f2f2;
}
.header .search_block .autocomplete_block::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #333333;
}
@media screen and (max-width: 599px) {
  .header .search_block .autocomplete_block {
    max-width: 100vw;
    width: 100vw;
  }
}
.header .search_block .autocomplete_block::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 2px 1px;
}
.header .search_block .autocomplete_block:hover, .header .search_block .autocomplete_block:active {
  opacity: 1;
  height: auto;
}
.header .search_block .autocomplete_block:before, .header .search_block .autocomplete_block:after {
  display: block;
  content: "";
  height: 0;
}
.header .search_block .autocomplete_block li {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px;
}
.header .search_block .autocomplete_block li a {
  color: #000000;
}
.header .search_block .autocomplete_block.open_search {
  height: auto;
  opacity: 1;
}
.header .search_block form {
  position: relative;
  float: right;
  background: transparent;
  padding-left: 17px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .search_block button[type=submit] {
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -17px;
  border: none;
  background: transparent;
  padding: 0;
  color: #000000;
  font-size: 0;
  z-index: 2;
  height: 30px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search_block button[type=submit]:before {
  font-size: 2rem;
  color: #21294E;
}
.header .search_block input {
  border: none;
  padding: 10px 0;
  background: #F1F3F7 !important;
  opacity: 0;
  line-height: 16px;
  border-bottom: 1px solid #f2f2f2;
  background: #ffffff;
  position: relative;
  width: 0;
  height: 100%;
  border-radius: 0;
  color: #000000;
  -o-transition: all 0.5s, opacity 0.3s;
  -ms-transition: all 0.5s, opacity 0.3s;
  -moz-transition: all 0.5s, opacity 0.3s;
  -webkit-transition: all 0.5s, opacity 0.3s;
  transition: all 0.5s, opacity 0.3s;
}
@media screen and (max-width: 959px) {
  .header .search_block input {
    background: #ffffff !important;
  }
}
.header .search_block ::-webkit-input-placeholder {
  color: inherit;
}
.header .search_block :-moz-placeholder {
  color: inherit;
}
.header .search_block ::-moz-placeholder {
  color: inherit;
}
.header .search_block :-ms-input-placeholder {
  color: inherit;
}
.header .search_block.opened {
  z-index: 201;
  -o-transition: z-index 0.1s;
  -ms-transition: z-index 0.1s;
  -moz-transition: z-index 0.1s;
  -webkit-transition: z-index 0.1s;
  transition: z-index 0.1s;
}
.header .search_block.opened button {
  background: #f2f2f2;
}
@media screen and (max-width: 959px) {
  .header .search_block.opened button {
    background: #ffffff !important;
  }
}
.header .search_block.opened input {
  width: 292px;
  font-size: 120%;
  color: #333333;
  padding-right: 50px;
  padding-left: 10px;
  opacity: 1;
}
.header .menu_list > li {
  position: relative;
}
.header .menu_list > li:last-child {
  padding-right: 0 !important;
}
.header .menu_list a {
  display: inline-block;
  vertical-align: top;
  font-size: 140%;
  line-height: 14px;
  color: #21294E;
}
@media screen and (max-width: 1023px) {
  .header .menu_list a {
    font-size: 120%;
    line-height: 14px;
  }
}
.header .menu_inner > .menu_list > li > a {
  font-family: "poppins-semibold", "montserratarm-semiBold";
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .header .lg_block {
    margin-left: 50px;
  }
  .header .second_menu {
    padding-right: 8px;
  }
  .header .second_menu .menu_list > li {
    padding: 0 10px;
  }
  .header .menu_inner > .menu_list > li {
    padding: 0 15px;
  }
  .header .menu_inner > .menu_list > li > a {
    font-size: 130%;
    line-height: 15px;
    text-transform: uppercase;
    color: #333333;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .lg_block {
    margin-left: 50px;
  }
  .header .second_menu {
    padding-right: 15px;
  }
  .header .second_menu .menu_list > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .menu_inner > .menu_list > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .header:before {
    margin-left: 0;
    left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .header .menu_btn {
    display: none;
  }
  .header .menu_list {
    display: flex;
    margin: 0 -10px;
  }
  .header_main .second_menu {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header .menu_block {
    padding-top: 15px;
    margin-right: auto;
  }
  .header .menu_block .menu_list {
    justify-content: flex-end;
  }
  .header .menu_block .menu_list > li {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .header:before {
    display: none;
  }
  .header_main {
    height: 60px;
    align-items: center;
    display: flex;
  }
  .header_main .second_menu {
    margin-right: auto;
  }
  .header_main .second_menu .menu_list {
    display: flex;
    margin: 0 -10px;
  }
  .header_main .second_menu .menu_list li {
    padding: 0 10px;
  }
  .header_main > .page_container {
    justify-content: flex-end;
  }
  .header .menu_btn {
    border: none;
    background: transparent;
    color: inherit;
    padding: 8px 0;
    width: 24px;
    height: 18px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    margin-left: 20px;
    font-size: 0;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 2px solid;
    left: -19px;
    width: 50px;
  }
  .header .menu_btn:before {
    top: 2px;
  }
  .header .menu_btn:after {
    bottom: 2px;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .lg_block {
    margin-left: 40px;
    margin-right: 30px;
    margin-top: -58px;
  }
  .header .lg_block .drop_btn {
    width: 45px;
  }
  .header .search_block form {
    height: 100%;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 60px;
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .menu_inner {
    flex: 1;
    width: 100%;
    height: 50%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
  }
  .header .menu_inner:before {
    display: block;
    height: 15px;
    content: "";
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .header .menu_inner:before {
    height: 55px;
  }
}
@media screen and (max-width: 959px) {
  .header .menu_list > li {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 599px) {
  .header .search_block:before {
    position: fixed;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(3, 11, 31, 0.6);
    opacity: 0;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .search_block form {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    margin-right: -10px;
    width: 37px;
  }
  .header .search_block button[type=submit] {
    right: 10px;
    margin-top: -15px;
  }
  .header .search_block input {
    border-bottom: none;
    padding: 15px 0;
    flex: 0 0 100vw;
    max-width: 0;
  }
  .header .search_block.opened form {
    margin-right: -125px;
  }
  .header .search_block.opened input {
    max-width: 100vw;
    width: 100vw;
    padding-left: 10px;
    padding-right: 50px;
  }
  .header .search_block.opened:before {
    height: 100%;
    opacity: 0.4;
  }
  .header .second_menu {
    opacity: 0;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
  }
}

@media screen and (max-width: 959px) {
  .second_menu {
    border-top: 1px solid rgba(33, 41, 78, 0.5);
    padding-top: 10px;
  }
  .menu_opened {
    overflow: hidden;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .menu_opened .single_btn {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media screen and (max-width: 959px) {
  .menu_opened .second_menu {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .menu_opened.ios_device {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@media screen and (max-width: 959px) {
  .menu_opened .menu_block {
    height: 100%;
  }
}
.footer {
  opacity: 0;
  position: relative;
  overflow: hidden;
  background: #030B1F;
  min-height: 246px;
  padding: 50px 15px;
}
.footer .page_container {
  display: flex;
}
.footer .page_row {
  width: 100%;
  justify-content: space-between;
}

.footer_top {
  padding-right: 80px;
}

.footer_blocks {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.info_type {
  font-size: 140%;
  line-height: 18px;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
}

.special_block {
  font-family: "poppins-semibold", "montserratarm-semiBold";
}
.special_block li {
  margin-bottom: 25px;
}
.special_block li a {
  font-size: 140%;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}

.footer_menu {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.footer_menu li {
  margin-bottom: 25px;
}
.footer_menu li a {
  font-size: 140%;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
}

.logo_block img {
  display: block;
  width: auto;
  height: 85px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.footer_info li {
  margin-bottom: 20px;
}
.footer_info li .info_block {
  font-size: 140%;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
}

.socials_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials_list li {
  padding: 0 10px;
}
.socials_list a {
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
  border-radius: 50px;
}
.socials_list a:before {
  display: block;
  font-size: 1.3rem;
}
.socials_list a.icon_facebook {
  background: #1877F2;
}
.socials_list a.icon_youtube {
  background: #FF0000;
}
.socials_list a.icon_instagram {
  background: #F00073;
}
.socials_list a.icon_linkedin {
  background: #0a66c2;
}
.socials_list a.icon_linkedin:before {
  font-size: 1.7rem;
}
.socials_list a.icon_telegram {
  background: #0088CC;
}

.copyright {
  color: #ffffff;
  background: #030B1F;
  padding: 36px 0;
  font-size: 120%;
  line-height: 18px;
  border-top: 1px solid #21294E;
}
.copyright .page_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.copyright .developer {
  text-align: right;
  padding-right: 40px;
}
.copyright .developer a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #44B5FB;
  font-family: "poppins-semibold", "montserratarm-semiBold";
}
.copyright .developer a:after {
  content: "\e923";
  bottom: 5px;
  position: absolute;
  display: block;
  right: -40px;
  color: #44B5FB;
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .footer_top {
    padding-right: 40px;
  }
  .footer_info {
    width: 100%;
    border-top: 1px solid #21294E;
  }
  .footer_info li:first-child {
    padding-top: 15px;
  }
  .info_type,
.special_block li {
    margin-bottom: 15px;
  }
  .info_type a,
.special_block li a {
    font-size: 120%;
  }
  .footer_menu li {
    margin-bottom: 10px;
  }
  .footer_menu li a {
    font-size: 120%;
  }
  .footer .page_row {
    justify-content: flex-start;
  }
  .footer .page_container {
    align-items: center;
  }
  .footer .socials_list {
    margin-bottom: 35px;
  }
  .footer_blocks {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .footer {
    padding: 20px 20px 0;
  }
  .footer .socials_list {
    margin-bottom: 0;
  }
  .footer .page_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_menu {
    column-count: 1;
    column-gap: inherit;
  }
  .footer .page_row {
    margin-top: 20px;
    justify-content: center;
    text-align: center;
  }
  .footer_top {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .logo_block img {
    margin-bottom: 20px;
  }
  .footer_info {
    margin-bottom: 10px;
    border: none;
  }
  .footer_blocks {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .copyright {
    padding: 20px 0;
  }
  .copyright .page_container {
    display: block;
  }
  .copyright .socials_list {
    margin: 20px 0;
  }
  .copyright .developer,
.copyright .customer {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .copyright .developer {
    margin-top: 8px;
  }
  .copyright .developer a {
    color: #ffffff;
    font-family: "poppins", "montserratarm-regular";
    margin-top: 8px;
  }
  .copyright .developer a:after {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 5px;
    display: block;
  }
}
.web .header .main_logo a, .header .main_logo .web a, .web .socials_list a, .socials_list .web a, .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .standard_textpage a, .standard_textpage .web a, .web .section_block .more_btn, .section_block .web .more_btn, .web .popup_close, .web .breadcrumbs a, .breadcrumbs .web a, .web .product_block .product_title, .product_block .web .product_title, .web .news_block .news_title, .news_block .web .news_title, .web .paging a, .paging .web a, .web .paging .prev_page:before, .paging .web .prev_page:before,
.web .paging .next_page:before,
.paging .web .next_page:before, .web .header .lg_block .drop_btn, .header .lg_block .web .drop_btn, .web .header .lg_block .drop_block a, .header .lg_block .drop_block .web a, .web .header .search_block .autocomplete_block li a, .header .search_block .autocomplete_block li .web a, .web .header .search_block button[type=submit]:before, .header .search_block .web button[type=submit]:before, .web .header .menu_list a, .header .menu_list .web a, .web .special_block li a, .special_block li .web a, .web .footer_menu li a, .footer_menu li .web a, .web .footer_info li a, .footer_info li .web a, .web .copyright .developer a, .copyright .developer .web a, .news_block .news_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .rent_popup .list_inner .check_btn:before, .rent_popup .list_inner .web .check_btn:before, .web .primary_btn, .web .pages_top_block .btn_block a, .pages_top_block .btn_block .web a,
.web .pages_top_block .btn_block button,
.pages_top_block .btn_block .web button, .web .news_block .view_more, .news_block .web .view_more {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .secondary_btn, .web .header .single_btn, .header .web .single_btn, .error_hint, .field_block .select2-container .select2-results__options li, .product_block .product_img a img, .news_block img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .header .main_logo a, .header .main_logo .touch a, .touch .socials_list a, .socials_list .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .standard_textpage a, .standard_textpage .touch a, .touch .section_block .more_btn, .section_block .touch .more_btn, .touch .popup_close, .touch .product_block .product_title, .product_block .touch .product_title, .touch .news_block .news_title, .news_block .touch .news_title, .touch .paging a, .paging .touch a, .touch .paging .prev_page:before, .paging .touch .prev_page:before,
.touch .paging .next_page:before,
.paging .touch .next_page:before, .touch .header .lg_block .drop_btn, .header .lg_block .touch .drop_btn, .touch .header .lg_block .drop_block a, .header .lg_block .drop_block .touch a, .touch .header .search_block .autocomplete_block li a, .header .search_block .autocomplete_block li .touch a, .touch .header .search_block button[type=submit]:before, .header .search_block .touch button[type=submit]:before, .touch .header .menu_list a, .header .menu_list .touch a, .touch .copyright .developer a, .copyright .developer .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .rent_popup .list_inner .check_btn:before, .rent_popup .list_inner .touch .check_btn:before, .touch .primary_btn, .touch .pages_top_block .btn_block a, .pages_top_block .btn_block .touch a,
.touch .pages_top_block .btn_block button,
.pages_top_block .btn_block .touch button, .touch .news_block .view_more, .news_block .touch .view_more {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .secondary_btn, .touch .header .single_btn, .header .touch .single_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.field_block input[type=checkbox], .rent_popup .list_inner label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .popup_close:hover, .web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .product_block .product_title:hover, .product_block .web .product_title:hover, .web .news_block .news_title:hover, .news_block .web .news_title:hover, .web .paging a:hover, .paging .web a:hover, .web .paging .prev_page:hover:before, .paging .web .prev_page:hover:before,
.web .paging .next_page:hover:before,
.paging .web .next_page:hover:before, .web .header .lg_block .drop_btn:hover, .header .lg_block .web .drop_btn:hover, .web .header .lg_block .drop_block a:hover, .header .lg_block .drop_block .web a:hover, .web .header .search_block .autocomplete_block li a:hover, .header .search_block .autocomplete_block li .web a:hover, .web .header .search_block button[type=submit]:hover:before, .header .search_block .web button[type=submit]:hover:before, .web .header .menu_list a:hover, .header .menu_list .web a:hover, .web .special_block li a:hover, .special_block li .web a:hover, .web .footer_menu li a:hover, .footer_menu li .web a:hover, .web .footer_info li a:hover, .footer_info li .web a:hover, .web .copyright .developer a:hover, .copyright .developer .web a:hover {
  color: #CC3A3F;
}
.web .primary_btn:hover, .web .pages_top_block .btn_block a:hover, .pages_top_block .btn_block .web a:hover,
.web .pages_top_block .btn_block button:hover,
.pages_top_block .btn_block .web button:hover, .web .news_block .view_more:hover, .news_block .web .view_more:hover {
  background: #C40F30;
}
.web .section_block .more_btn:hover, .section_block .web .more_btn:hover {
  color: #21294E;
}
.web .rent_popup .list_inner .check_btn:hover:before, .rent_popup .list_inner .web .check_btn:hover:before {
  background: #F1F3F7;
}
.web .secondary_btn:hover, .web .header .single_btn:hover, .header .web .single_btn:hover {
  background: #CC3A3F;
  color: #ffffff;
  border-color: transparent;
}
.web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .socials_list a:hover, .socials_list .web a:hover {
  opacity: 0.7;
}
.web .standard_textpage a:hover, .standard_textpage .web a:hover {
  color: #000000;
}
.touch .popup_close:active, .touch .product_block .product_title:active, .product_block .touch .product_title:active, .touch .news_block .news_title:active, .news_block .touch .news_title:active, .touch .paging a:active, .paging .touch a:active, .touch .paging .prev_page:active:before, .paging .touch .prev_page:active:before,
.touch .paging .next_page:active:before,
.paging .touch .next_page:active:before, .touch .header .lg_block .drop_btn:active, .header .lg_block .touch .drop_btn:active, .touch .header .lg_block .drop_block a:active, .header .lg_block .drop_block .touch a:active, .touch .header .search_block .autocomplete_block li a:active, .header .search_block .autocomplete_block li .touch a:active, .touch .header .search_block button[type=submit]:active:before, .header .search_block .touch button[type=submit]:active:before, .touch .header .menu_list a:active, .header .menu_list .touch a:active, .touch .copyright .developer a:active, .copyright .developer .touch a:active {
  color: #CC3A3F;
}
.touch .primary_btn:active, .touch .pages_top_block .btn_block a:active, .pages_top_block .btn_block .touch a:active,
.touch .pages_top_block .btn_block button:active,
.pages_top_block .btn_block .touch button:active, .touch .news_block .view_more:active, .news_block .touch .view_more:active {
  background: #C40F30;
}
.touch .section_block .more_btn:active, .section_block .touch .more_btn:active {
  color: #21294E;
}
.touch .rent_popup .list_inner .check_btn:active:before, .rent_popup .list_inner .touch .check_btn:active:before {
  background: #F1F3F7;
}
.touch .secondary_btn:active, .touch .header .single_btn:active, .header .touch .single_btn:active {
  background: #CC3A3F;
  color: #ffffff;
  border-color: transparent;
}
.touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .socials_list a:active, .socials_list .touch a:active {
  opacity: 0.7;
}
.touch .standard_textpage a:active, .standard_textpage .touch a:active {
  color: #000000;
}

/*# sourceMappingURL=main.css.map */
