@charset "UTF-8";
@font-face {
  font-family: "mardoto-regular";
  src: url("../fonts/Mardoto-Regular/Mardoto-Regular.eot");
  src: url("../fonts/Mardoto-Regular/Mardoto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Regular/Mardoto-Regular.woff") format("woff"), url("../fonts/Mardoto-Regular/Mardoto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mardoto-medium";
  src: url("../fonts/Mardoto-Medium/Mardoto-Medium.eot");
  src: url("../fonts/Mardoto-Medium/Mardoto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Medium/Mardoto-Medium.woff") format("woff"), url("../fonts/Mardoto-Medium/Mardoto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mardoto-bold";
  src: url("../fonts/Mardoto-Bold/Mardoto-Bold.eot");
  src: url("../fonts/Mardoto-Bold/Mardoto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Bold/Mardoto-Bold.woff") format("woff"), url("../fonts/Mardoto-Bold/Mardoto-Bold.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?gix3cg");
  src: url("../fonts/icons/icomoon.eot?gix3cg#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?gix3cg") format("truetype"), url("../fonts/icons/icomoon.woff?gix3cg") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_telegram:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

.icon_google:before {
  content: "";
}

.icon_tiktok:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_down:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_close:before {
  content: "";
}

.icon_checked:before {
  content: "";
}

.icon_info:before {
  content: "";
}

.icon_favorite:before {
  content: "";
}

.icon_globe:before {
  content: "";
}

.icon_search:before {
  content: "";
}

.icon_arrowRight:before {
  content: "";
}

.icon_playbutton:before {
  content: "";
  color: #FFCD05;
}

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: "mardoto-regular";
}
body.popup_opened {
  overflow: hidden;
}

*,
*: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: #FFCD05;
}

button {
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-family: inherit;
  font-size: 100%;
}

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page_description {
  color: #666666;
  font-size: 140%;
  line-height: 21px;
}

.page_title {
  font-size: 400%;
  line-height: 1.33em;
  color: #1F1F1F;
  font-family: "mardoto-medium";
}
@media screen and (max-width: 1365px) {
  .page_title {
    font-size: 320%;
  }
}
@media screen and (max-width: 1199px) {
  .page_title {
    font-size: 250%;
  }
}
@media screen and (max-width: 959px) {
  .page_title {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 180%;
  }
}

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

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

.individual_hint,
.drop_list {
  display: none;
}

strong,
p,
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
  font-size: 120%;
  line-height: 1.25em;
}

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

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

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

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

.title_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.title_row .section_title {
  flex: 1;
}

.section_title {
  color: #1F1F1F;
  font-family: "mardoto-bold";
  font-size: 330%;
  line-height: 1.27em;
  padding-right: 20px;
  margin: 0;
}

.view_all {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #FFCD05;
  color: #1F1F1F;
  font-family: "mardoto-medium";
  font-size: 140%;
  line-height: 18px;
  padding: 15px 18px;
}
.view_all:before {
  margin-left: 14px;
  display: block;
  order: 2;
  font-size: 65%;
}

@media screen and (max-width: 1199px) {
  .section_title {
    font-size: 310%;
  }
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 290%;
  }
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 270%;
  }

  .view_all {
    padding: 12px 15px;
    font-size: 130%;
  }
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 250%;
  }

  .view_all {
    font-size: 0;
    padding: 8px 12px;
  }
  .view_all:before {
    font-size: 1rem;
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .section_title {
    font-size: 230%;
  }
}
@media screen and (max-width: 399px) {
  .section_title {
    font-size: 200%;
  }

  .view_all {
    padding: 5px 10px;
  }
}
.breadcrumbs {
  padding-top: 10px;
}
.breadcrumbs ul {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 120%;
  color: #666666;
  white-space: nowrap;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:not(:first-child):before {
  display: block;
  content: "";
  font-size: 72.7%;
  margin: 0 12px;
}
.breadcrumbs li div {
  color: #1F1F1F;
}
.breadcrumbs a {
  display: block;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    display: none;
  }
}

.paging {
  display: flex;
  justify-content: flex-end;
}
.paging ul {
  border-radius: 4px;
  background-color: #ffffff;
  height: 51px;
  box-shadow: 0 2px 8px 0 rgba(31, 31, 31, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666666;
  font-size: 140%;
  line-height: 18px;
  font-family: "mardoto-medium";
}
.paging li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  background: transparent;
  border-radius: 3px;
  border: none;
}
.paging li:first-child, .paging li:last-child {
  background: none;
  padding: 0 7px;
  font-size: 100%;
}
.paging li .prev_page {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.paging .current_page {
  color: #1F1F1F;
  cursor: default;
  pointer-events: none;
  border-radius: 3px;
  position: relative;
}
.paging .inactive {
  pointer-events: none;
  color: #999999;
  cursor: default;
}
.paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
.paging a:before {
  font-size: 11px;
}
@media screen and (max-width: 1199px) {
  .paging {
    padding: 0 0 30px;
  }
  .paging ul {
    font-size: 120%;
    line-height: 16px;
  }
}
@media screen and (max-width: 959px) {
  .paging ul {
    font-size: 120%;
    line-height: 16px;
  }
}

.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: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.loader img {
  display: block;
  max-width: 100px;
  object-fit: cover;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.loader img {
  animation: loading 1s infinite;
}

.form_fields {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
}

.iti__flag-box {
  display: none !important;
}

.field_block {
  margin-bottom: 24px;
}
.field_block .iti---dial-code .iti__selected-flag {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  padding: 0 16px 0 15px;
  background: none;
}
.field_block .iti---dial-code .iti__selected-flag:focus {
  border: none;
  background: none;
  outline: none;
}
.field_block .iti---dial-code .iti__selected-dial-code {
  font-size: 120%;
  color: rgba(0, 0, 0, 0.7);
}
.field_block .iti__flag-container {
  padding: 0;
  -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 .iti__flag-box,
.field_block .iti__flag {
  display: none;
}
.field_block .iti__selected-dial-code {
  font-size: 14px;
  color: #1F1F1F;
}
.field_block .iti__selected-flag {
  border-right: 1px solid #f2f2f2;
  padding: 0 22px 0 12px;
  background: none;
}
.field_block .iti--allow-dropdown .iti__flag-container:hover {
  outline: none;
}
.field_block .iti {
  width: 100%;
}
.field_block .iti:focus {
  outline: none;
}
.field_block .iti__arrow {
  border: none;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.field_block .iti__arrow:before {
  content: "";
  font-size: 90%;
  position: relative;
  top: -4px;
  left: 3px;
  color: #666666;
  display: block;
}
.field_block .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  opacity: 0.8;
  -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 .iti__country-list {
  scrollbar-color: #FFCD05 #D9D9D9;
  scrollbar-width: thin;
  overflow-x: hidden;
  min-width: 241px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(36, 36, 36, 0.3);
  border: none;
  margin-top: 5px;
}
.field_block .iti__country-list::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #D9D9D9;
}
.field_block .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #FFCD05;
}
.field_block .iti__country.iti__highlight {
  background: rgba(0, 0, 0, 0.1);
}
.field_block .iti__country {
  height: 42px;
  display: flex;
  align-items: center;
}
.field_block .iti__country-name {
  margin-right: 7px;
  max-width: 241px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 15px;
}
.field_block .telephone_block {
  padding-left: 95px !important;
}
.field_block .iti__divider {
  display: none;
}
.field_block .iti {
  width: 100%;
}
.field_block .iti.has-error .iti__selected-flag {
  border-color: #b94a48;
}
.field_block input {
  padding: 14px 16px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 140%;
  line-height: 18px;
  color: inherit;
  font-family: inherit;
}
.field_block input:focus, .field_block input.filled {
  border-color: #666666;
}
.field_block input:focus ~ .psevdo_ph, .field_block input.filled ~ .psevdo_ph {
  left: 10px;
  top: -6px;
  font-size: 120%;
  line-height: 14px;
  color: #1F1F1F;
  background: #ffffff;
  padding: 0 5px;
}
.field_block input {
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.field_block input:focus {
  border-color: #FFCD05;
}
.field_block .psevdo_ph {
  font-size: 140%;
  line-height: 18px;
  position: absolute;
  left: 16px;
  color: #666666;
  top: 16px;
  pointer-events: none;
}
.field_block.has-error textarea {
  background-image: linear-gradient(to bottom, transparent 0 37px, #b94a48 37px 38px);
}

.validate_btn {
  border: none;
  height: 48px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFCD05;
  color: #1F1F1F;
  font-family: "mardoto-medium";
  font-size: 140%;
  line-height: 16px;
}

.error_hint {
  margin-top: 3px;
}

.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;
  background-color: rgba(31, 31, 31, 0.7);
}
.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;
}
.popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 442px;
  padding: 40px 48px;
  position: relative;
}
.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_content .section_title {
  padding-top: 6px;
  text-align: center;
}
.popup_content:not(.showed) {
  opacity: 0;
  height: 0;
}
.popup_close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 180%;
  border: none;
  padding: 2px;
  background: transparent;
  color: #666666;
}
.popup_close:before {
  display: block;
}
.popup_title {
  color: #000000;
  font-size: 200%;
  line-height: 27px;
  font-family: "mardoto-bold";
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .popup_container {
    background: #ffffff;
    width: 100%;
    max-width: 442px;
    padding: 15px 15px;
    position: relative;
  }
  .popup_close {
    top: 10px;
    right: 10px;
    font-size: 130%;
  }
}

.footer_menu ul, .sublevel_list ul, .submenu_list > ul, .header_top .lg_list, .breadcrumbs ul, .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.field_block .iti__arrow.iti__arrow--up {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.page_head .listing_images > img {
  object-fit: cover;
}

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

.page_head .listing_images {
  position: relative;
  overflow: hidden;
}
.page_head .listing_images:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

[class*=icon_]:before, .breadcrumbs li:not(:first-child):before, .field_block .iti__arrow:before, [class*=icon_]:after, .field_block .iti__arrow: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;
}

.loader img, .validate_btn {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.header_top {
  background: #F3F8FF;
  padding: 10px 0;
}
.header_top .actions_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_top .phone_block {
  padding-right: 40px;
}
.header_top .phone_block a {
  display: block;
  color: #666666;
  font-size: 120%;
  line-height: 1.25em;
}
.header_top .lg_block {
  position: relative;
  font-size: 120%;
  line-height: 1.25em;
}
.header_top .lg_block img {
  display: block;
  max-width: 15px;
  margin-left: 8px;
}
.header_top .lg_block.opened .lg_button:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.header_top .lg_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #666666;
  border: none;
  background: transparent;
  padding: 0;
  line-height: inherit;
}
.header_top .lg_button:before {
  display: block;
  margin-left: 8px;
  font-size: 75%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_top .lg_list {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.header_top .lg_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_top .lg_list li.current_lg a {
  background: rgba(102, 102, 102, 0.05);
}
.header_top .lg_list a {
  color: #666666;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.header_bottom {
  height: 66px;
}
.header_bottom .page_container {
  height: 100%;
}
.header_bottom .bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  height: 100%;
}
.header_bottom .main_logo {
  margin-right: auto;
  padding-right: 10px;
}
.header_bottom .main_logo img {
  max-width: 175px;
  max-height: 48px;
}

.search_block {
  z-index: 3;
  position: relative;
  margin-left: 25px;
}
.search_block .search_button {
  height: 40px;
  width: 40px;
  padding-right: 10px;
  display: flex;
  border-radius: 0 5px 5px 0;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  font-size: 200%;
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 4;
  border: none;
  background: transparent;
}
.search_block input {
  font-size: 120%;
  line-height: 16px;
  top: 0;
  right: 0;
  border-radius: 5px;
  height: 40px;
  width: 0;
  padding: 0;
  z-index: 1;
  background: #ffffff;
  position: absolute;
  color: transparent;
  right: 0;
  top: 0;
  border: 1px solid transparent;
  -o-transition: all 0.5s, color 0.3s;
  -ms-transition: all 0.5s, color 0.3s;
  -moz-transition: all 0.5s, color 0.3s;
  -webkit-transition: all 0.5s, color 0.3s;
  transition: all 0.5s, color 0.3s;
}
.search_block.opened input {
  width: 300px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.burger_block {
  display: flex;
  align-items: center;
  height: 100%;
}

.calculator_block {
  padding-left: 25px;
}
.calculator_block a {
  display: block;
  min-width: 140px;
  border: 1px solid #1F1F1F;
  border-radius: 5px;
  font-size: 140%;
  line-height: 18px;
  padding: 10px;
  color: #1F1F1F;
  text-align: center;
}

.close_sub,
.close_sublevel {
  display: none !important;
}

.catalog_menu {
  height: 100%;
  font-size: 140%;
  line-height: 18px;
}
.catalog_menu > ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0 -16px;
  height: 100%;
}
.catalog_menu > ul > li {
  padding: 0 16px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.catalog_menu > ul > li > a {
  color: #1F1F1F;
  display: block;
  position: relative;
}
.catalog_menu > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: -5px;
}
.catalog_menu > ul > li.opened .submenu_list {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.catalog_menu > ul > li.opened > a:before {
  background: #FFCD05;
}

.submenu_list {
  background: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(31, 31, 31, 0.15);
  border-radius: 4px;
  position: absolute;
  left: 16px;
  top: 66px;
  height: 0;
  opacity: 0;
  width: 255px;
  overflow: hidden;
  -o-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.submenu_list > ul > li {
  position: relative;
}
.submenu_list > ul > li.opened .sublevel_list {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.submenu_list > ul > li.opened > a {
  background: #F3F8FF;
}
.submenu_list > ul > li.opened > a:before {
  background: #FFCD05;
}
.submenu_list > ul > li > a {
  position: relative;
}
.submenu_list > ul > li > a.opened {
  background: #F3F8FF;
}
.submenu_list > ul > li > a.opened:before {
  background: #FFCD05;
}
.submenu_list > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 2px;
  background: transparent;
}
.submenu_list > ul a {
  display: block;
  padding: 16px 17px;
  color: #1F1F1F;
}

.sublevel_list {
  border-radius: 0 4px 4px 0;
  background: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(31, 31, 31, 0.15);
  width: 190px;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  -o-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.sublevel_list.opened {
  height: auto;
  opacity: 1;
  overflow: visible;
}
@media screen and (max-width: 1199px) {
  .catalog_menu {
    font-size: 120%;
    line-height: 15px;
  }
  .catalog_menu > ul {
    margin: 0 -10px;
  }
  .catalog_menu > ul > li {
    padding: 0 10px;
  }

  .header_bottom {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .header_bottom {
    height: 60px;
  }
  .header_bottom .main_logo img {
    max-width: 150px;
  }

  .calculator_block {
    padding-left: 15px;
  }
  .calculator_block a {
    font-size: 120%;
    line-height: 15px;
    min-width: 120px;
  }

  .search_block {
    margin-left: 15px;
  }
}
.footer {
  opacity: 0;
  padding-top: 16px;
  background: #2864B4;
}
.footer .copyrights {
  padding: 16px 0 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  font-size: 120%;
  line-height: 1.25em;
  color: #ffffff;
  margin: 0 -10px;
}
.footer .copyrights > div {
  padding: 0 10px;
}
.footer .copyrights a {
  color: #ffffff;
  display: inline-block;
}

.footer_logo {
  padding-right: 20px;
  flex: 1;
}
.footer_logo img {
  max-width: 190px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.footer_top .form_inner {
  display: flex;
}
.footer_top .psevdo_ph {
  color: #ffffff;
  font-size: 140%;
  line-height: 1.25em;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.footer_top input {
  min-width: 272px;
  padding: 15px 24px;
  border: none;
  border-radius: 3px 0 0 3px;
  background: #ffffff;
  font-size: 140%;
  line-height: 18px;
}
.footer_top button {
  border-radius: 4px;
  background: #FFCD05;
  border: none;
  height: 48px;
  width: 48px;
  padding: 0;
  font-size: 110%;
  position: relative;
  margin-left: -2px;
  z-index: 2;
}

.footer_middle {
  position: relative;
  padding-bottom: 20px;
  display: flex;
}

.menu_block {
  flex: 1;
}

.footer_menu {
  list-style-type: none;
  margin: 0 -8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  max-width: 860px;
}
.footer_menu > li {
  padding: 12px 8px;
  max-width: 172px;
  width: 20%;
}
.footer_menu > li > a {
  color: #ffffff;
  font-size: 140%;
  line-height: 1.25em;
  display: inline;
}
.footer_menu ul > li {
  padding-top: 16px;
}
.footer_menu ul > li > a {
  color: #ffffff;
  font-size: 120%;
  line-height: 1.25em;
  display: inline;
}

.footer_contacts {
  font-size: 120%;
  line-height: 1.5em;
  color: #ffffff;
  padding: 12px 0 0 20px;
  text-align: right;
}
.footer_contacts .mail_block,
.footer_contacts .phone_block {
  padding-top: 16px;
}
.footer_contacts .phone_block span {
  display: block;
  padding-top: 4px;
}
.footer_contacts .phone_block span:first-child {
  padding-top: 0;
}
.footer_contacts .socials_list {
  list-style-type: none;
  padding: 12px 0 0;
  margin: 0 -7px;
  display: flex;
}
.footer_contacts .socials_list li {
  padding: 0 7px;
}
.footer_contacts .socials_list a {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #FFCD05;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #2864B4;
}

@media screen and (max-width: 959px) {
  .footer_menu {
    max-width: none;
  }
  .footer_menu > li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu {
    max-width: none;
    margin: 0 -10px;
  }
  .footer_menu > li {
    width: 33.3%;
    padding: 12px 10px;
    max-width: 33.3%;
  }

  .footer_middle {
    flex-direction: column;
  }

  .footer_contacts {
    text-align: left;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .footer_contacts .mail_block,
.footer_contacts .phone_block,
.footer_contacts .address_block {
    width: 33.3%;
    padding: 0 10px;
  }
  .footer_contacts .socials_list {
    width: 100%;
    padding: 0 10px;
  }

  .footer_top input {
    min-width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .footer_menu {
    max-width: none;
    margin: 0 -10px;
  }
  .footer_menu > li {
    width: 50%;
    padding: 12px 10px;
    max-width: 50%;
  }

  .footer_contacts {
    padding-top: 10px;
  }
  .footer_contacts .mail_block,
.footer_contacts .phone_block,
.footer_contacts .address_block,
.footer_contacts .socials_list {
    width: 50%;
    padding: 10px 10px 0;
  }

  .footer_logo {
    padding: 0 0 20px;
  }

  .footer_top {
    flex-direction: column;
    align-items: center;
  }
  .footer_top input {
    min-width: 272px;
  }

  .footer .copyrights {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    margin: 0;
  }
  .footer .copyrights > div {
    padding: 5px 0;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .footer_contacts .mail_block,
.footer_contacts .phone_block,
.footer_contacts .address_block,
.footer_contacts .socials_list {
    width: 100%;
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 399px) {
  .footer_top {
    flex-direction: column;
    align-items: center;
  }
  .footer_top input {
    min-width: 242px;
    padding: 15px;
  }

  .footer_menu {
    max-width: none;
    text-align: center;
    margin: 0;
  }
  .footer_menu > li {
    width: 100%;
    padding: 12px 0;
    max-width: 100%;
  }

  .footer_contacts {
    margin: 0;
    text-align: center;
  }
  .footer_contacts .mail_block,
.footer_contacts .phone_block,
.footer_contacts .address_block,
.footer_contacts .socials_list {
    width: 100%;
    padding: 10px 0 0;
  }
  .footer_contacts .socials_list {
    justify-content: center;
  }
}
.page_head {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .page_head {
    min-height: 31.66vw;
  }
  .page_head .listing_images {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin-left: -98.3333333333px;
  }
}
.page_head:before {
  position: absolute;
  background-color: #F3F8FF;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.page_head .page_description {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page_head .page_title {
  position: relative;
}
.page_head .page_title:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #FFCD05;
  margin-top: 25px;
  max-width: 110px;
}
.page_head .listing_info {
  padding: 0 15px;
  position: relative;
  margin-top: 160px;
  flex: 0 0 39.7%;
  max-width: 39.7%;
}
.page_head .listing_images img {
  border-radius: 4px;
}
@media screen and (max-width: 1365px) {
  .page_head:before {
    top: 30px;
  }
  .page_head .page_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page_head .listing_info {
    margin-top: 60px;
  }
  .page_head .listing_block {
    padding-top: 30px;
  }
  .page_head .listing_block > .page_container {
    padding-top: 10px;
  }
  .page_head .listing_block:before {
    top: 0;
    height: 215px;
  }
}
@media screen and (max-width: 1199px) {
  .page_head .listing_info {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page_head .listing_images {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page_head .listing_images:before {
    display: none;
  }
  .page_head .listing_images img {
    min-width: 50vw;
    display: block;
    width: 50vw;
    position: relative;
    top: auto;
    left: auto;
  }
  .page_head .listing_info {
    margin-top: 0;
  }
  .page_head:before {
    top: 0;
  }
  .page_head .page_row {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
}
@media screen and (max-width: 959px) {
  .page_head .listing_images {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 15px 0;
  }
  .page_head .listing_images img {
    min-width: 100%;
    width: 100%;
  }
  .page_head .listing_info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page_head .listing_block {
    padding-top: 0;
  }
  .page_head .page_row {
    flex-direction: column;
  }
  .page_head .page_description,
.page_head .page_title {
    -webkit-line-clamp: unset;
  }
}

.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 .catalog_menu > ul > li > a, .web .submenu_list > ul a, .submenu_list > ul .web a, .web .header_top .phone_block a, .header_top .phone_block .web a, .web .header_top .lg_button, .header_top .web .lg_button, .web .popup_close, .web .search_block .search_button, .search_block .web .search_button, .web .footer_menu ul > li > a, .footer_menu .web ul > li > a, .web .breadcrumbs a, .breadcrumbs .web a, .web .paging a, .paging .web a, .web .footer .copyrights a, .footer .copyrights .web a, .web .footer_menu > li > a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .sublevel_list a:active:before, .sublevel_list .touch a:active:before, .web .sublevel_list a:hover:before, .sublevel_list .web a:hover:before, .web .view_all, .web .validate_btn, .web .header_top .lg_list a, .header_top .lg_list .web a, .web .calculator_block a, .calculator_block .web a, .web .footer_top button, .footer_top .web button, .web .footer_contacts .socials_list a, .footer_contacts .socials_list .web a, .catalog_menu > ul > li > a:before, .submenu_list > ul > li > a, .submenu_list > ul > li > a:before {
  -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 .sublevel_list a, .sublevel_list .web a, .error_hint, .field_block .psevdo_ph {
  -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 .catalog_menu > ul > li > a, .touch .submenu_list > ul a, .submenu_list > ul .touch a, .touch .header_top .phone_block a, .header_top .phone_block .touch a, .touch .header_top .lg_button, .header_top .touch .lg_button, .touch .popup_close, .touch .search_block .search_button, .search_block .touch .search_button, .touch .footer_menu ul > li > a, .footer_menu .touch ul > li > a, .touch .breadcrumbs a, .breadcrumbs .touch a, .touch .paging a, .paging .touch a, .touch .footer .copyrights a, .footer .copyrights .touch a, .touch .footer_menu > li > 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 .view_all, .touch .validate_btn, .touch .header_top .lg_list a, .header_top .lg_list .touch a, .touch .calculator_block a, .calculator_block .touch a, .touch .footer_top button, .footer_top .touch button, .touch .footer_contacts .socials_list a, .footer_contacts .socials_list .touch a {
  -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 .sublevel_list a, .sublevel_list .touch a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .paging a:hover, .paging .web a:hover, .web .footer .copyrights a:hover, .footer .copyrights .web a:hover, .web .footer_menu > li > a:hover {
  color: #FFCD05;
}
.web .popup_close:hover, .web .search_block .search_button:hover, .search_block .web .search_button:hover, .web .footer_menu ul > li > a:hover, .footer_menu .web ul > li > a:hover {
  color: rgba(255, 205, 5, 0.7);
}
.web .view_all:hover, .web .validate_btn:hover, .web .header_top .lg_list a:hover, .header_top .lg_list .web a:hover, .web .calculator_block a:hover, .calculator_block .web a:hover, .web .footer_top button:hover, .footer_top .web button:hover, .web .footer_contacts .socials_list a:hover, .footer_contacts .socials_list .web a:hover {
  background: rgba(255, 205, 5, 0.7);
}
.web .header_top .phone_block a:hover, .header_top .phone_block .web a:hover, .web .header_top .lg_button:hover, .header_top .web .lg_button:hover {
  color: rgba(102, 102, 102, 0.7);
}
.web .catalog_menu > ul > li > a:hover, .web .submenu_list > ul a:hover, .submenu_list > ul .web a:hover {
  color: rgba(31, 31, 31, 0.7);
}
.web .sublevel_list a:hover, .sublevel_list .web a:hover {
  background: #F3F8FF;
  position: relative;
}
.web .sublevel_list a:hover:before, .sublevel_list .web a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 2px;
  background: #FFCD05;
}

.touch .breadcrumbs a:active, .breadcrumbs .touch a:active, .touch .paging a:active, .paging .touch a:active, .touch .footer .copyrights a:active, .footer .copyrights .touch a:active, .touch .footer_menu > li > a:active {
  color: #FFCD05;
}
.touch .popup_close:active, .touch .search_block .search_button:active, .search_block .touch .search_button:active, .touch .footer_menu ul > li > a:active, .footer_menu .touch ul > li > a:active {
  color: rgba(255, 205, 5, 0.7);
}
.touch .view_all:active, .touch .validate_btn:active, .touch .header_top .lg_list a:active, .header_top .lg_list .touch a:active, .touch .calculator_block a:active, .calculator_block .touch a:active, .touch .footer_top button:active, .footer_top .touch button:active, .touch .footer_contacts .socials_list a:active, .footer_contacts .socials_list .touch a:active {
  background: rgba(255, 205, 5, 0.7);
}
.touch .header_top .phone_block a:active, .header_top .phone_block .touch a:active, .touch .header_top .lg_button:active, .header_top .touch .lg_button:active {
  color: rgba(102, 102, 102, 0.7);
}
.touch .catalog_menu > ul > li > a:active, .touch .submenu_list > ul a:active, .submenu_list > ul .touch a:active {
  color: rgba(31, 31, 31, 0.7);
}
.touch .sublevel_list a:active, .sublevel_list .touch a:active {
  background: #F3F8FF;
  position: relative;
}
.touch .sublevel_list a:active:before, .sublevel_list .touch a:active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 2px;
  background: #FFCD05;
}

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