@font-face {
  font-family: "notosans";
  font-display: swap;
  src: url("../fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansRegular/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSansRegular/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "notosansarm";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff") format("woff"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "notosans-bold";
  font-display: swap;
  src: url("../fonts/NotoSansBold/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansBold/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSansBold/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "notosansarm-bold";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff") format("woff"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "notosans-medium";
  font-display: swap;
  src: url("../fonts/NotoSans-Medium/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "notosansarm-medium";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.woff") format("woff"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icon';
  font-display: 'auto';
  src: url("../fonts/icons/icomoon.eot?e4dkio");
  src: url("../fonts/icons/icomoon.eot?e4dkio#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?e4dkio") format("truetype"), url("../fonts/icons/icomoon.woff?e4dkio") format("woff");
  font-weight: normal;
  font-style: normal; }
.icon_facebook:before {
  content: "\e90a"; }

.icon_instagram:before {
  content: "\e90b"; }

.icon_linkedin:before {
  content: "\e90c"; }

.icon_twitter:before {
  content: "\e90d"; }

.icon_pinterest:before {
  content: "\e90e"; }

.icon_youtube:before {
  content: "\e90f"; }

.icon_telegram:before {
  content: "\e91a"; }

.icon_ok:before {
  content: "\e91b"; }

.icon_vk:before {
  content: "\e91c"; }

.icon_google:before {
  content: "\e91d"; }

.icon_tiktok:before {
  content: "\e91e"; }

.icon_flickr:before {
  content: "\e91f"; }

.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_info:before {
  content: "\e906"; }

.icon_favorite:before {
  content: "\e907"; }

.icon_globe:before {
  content: "\e908"; }

.icon_search:before {
  content: "\e910"; }

.icon_stroke:before {
  content: "\e900"; }

.icon_tick:before {
  content: "\e909"; }

.icon_price:before {
  content: "\e913"; }

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: "notosans", "notosansarm";
  background: #e5e5e5; }
  body:before {
    display: block;
    position: fixed;
    content: "";
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #666666;
    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; }

*,
*: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: #8E342A; }

button {
  cursor: pointer;
  display: block; }

img {
  max-height: none;
  border: none; }

input {
  -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: 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,
.drop_block {
  display: none; }

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48; }

.help-block.form-error {
  display: none !important; }

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px; }
.has-error .select2-container--default .select2-selection--single {
  border-color: #b94a48; }

.field_block {
  position: relative; }
  .field_block input,
  .field_block textarea {
    width: 100%; }
  .field_block textarea {
    resize: none;
    display: block; }

.cb {
  display: block;
  clear: both; }

.page_description {
  font-size: 130%;
  line-height: 19px;
  color: #333333; }

.sub_title_bold {
  font-size: 130%;
  line-height: 19px;
  color: #333333;
  font-family: "notosans-bold", "notosansarm-bold"; }

.sub_description {
  font-size: 150%;
  line-height: 21px;
  color: #8E342A;
  font-family: "notosans-bold", "notosansarm-bold"; }

.number_title {
  color: #8E342A;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1440px) {
    .number_title {
      font-size: 500%;
      line-height: 68px; } }
  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    .number_title {
      font-size: 350%;
      line-height: 40px; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .number_title {
      font-size: 250%;
      line-height: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 990px) {
    .number_title {
      font-size: 200%;
      line-height: 29px; } }
  @media screen and (max-width: 767px) {
    .number_title {
      font-size: 180%;
      line-height: 27px; } }

.block_description {
  font-size: 160%;
  line-height: 21px;
  color: #8E342A;
  font-family: "notosans-bold", "notosansarm-bold"; }
  @media screen and (max-width: 990px) {
    .block_description {
      font-size: 140%;
      line-height: 19px; } }

.sub_title {
  color: #8E342A; }
  @media screen and (min-width: 1440px) {
    .sub_title {
      font-size: 200%;
      line-height: 26px; } }
  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    .sub_title {
      font-size: 180%;
      line-height: 23px; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .sub_title {
      font-size: 160%;
      line-height: 21px; } }
  @media screen and (max-width: 990px) {
    .sub_title {
      font-size: 140%;
      line-height: 19px; } }

.page_title {
  color: #8E342A;
  margin: 0;
  padding: 0;
  font-family: "notosans-bold", "notosansarm-bold"; }
  @media screen and (min-width: 1440px) {
    .page_title {
      font-size: 320%;
      line-height: 43px; } }
  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    .page_title {
      font-size: 300%;
      line-height: 38px; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .page_title {
      font-size: 250%;
      line-height: 35px; } }
  @media screen and (min-width: 768px) and (max-width: 990px) {
    .page_title {
      font-size: 200%;
      line-height: 29px; } }
  @media screen and (max-width: 767px) {
    .page_title {
      font-size: 180%;
      line-height: 27px; } }

.top_section {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .top_section .show_more {
    border-radius: 5px;
    border: 1px solid #8E342A;
    min-width: 140px;
    padding: 12px 21px;
    font-size: 120%;
    line-height: 16px;
    font-family: "notosans-bold", "notosansarm-bold";
    color: #8E342A;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  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;
    width: 100%;
    max-width: 100px;
    height: auto;
    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; }

@keyframes loading {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  50% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2); }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); } }
.breadcrumbs {
  padding: 40px 0 10px;
  position: relative;
  z-index: 6; }
  .breadcrumbs ul {
    font-size: 130%;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #333333; }
  .breadcrumbs li {
    display: flex;
    align-items: center; }
    .breadcrumbs li:not(:first-child):before {
      margin: 0 3px;
      content: "/"; }
    .breadcrumbs li a,
    .breadcrumbs li div {
      display: block;
      max-width: 300px;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis; }
  .breadcrumbs a {
    color: #333333; }
  @media screen and (max-width: 990px) {
    .breadcrumbs {
      display: none; } }

.inner_container {
  max-width: 66.666666%;
  flex: 0 0 66.666666%; }
  @media screen and (max-width: 990px) {
    .inner_container {
      flex: 0 0 100%;
      max-width: 100%; } }

.default_page {
  margin-top: 20px; }
  .default_page .table_default {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-color: #666666 #f2f2f2;
    scrollbar-width: auto; }
    .default_page .table_default::-webkit-scrollbar {
      width: auto;
      height: 3px;
      border-radius: 5px;
      background: #f2f2f2; }
    .default_page .table_default::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #666666; }
    .default_page .table_default table {
      font-size: 130%;
      line-height: 19px;
      color: #333333;
      width: 100%;
      border-spacing: 0; }
      .default_page .table_default table tr > th {
        min-width: 100px;
        width: 100px;
        color: #8E342A;
        text-align: left;
        font-family: "notosans-bold", "notosansarm-bold";
        vertical-align: initial;
        border-top: 1px solid #C4C4C4;
        padding: 10px 20px 10px 0; }
      .default_page .table_default table tr > td {
        border-top: 1px solid #C4C4C4;
        padding: 20px 0 20px 0;
        min-width: 100px;
        width: 100px; }
        .default_page .table_default table tr > td:first-child {
          font-family: "notosans-bold", "notosansarm-bold"; }
  .default_page .table_example {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-color: #666666 #f2f2f2;
    scrollbar-width: auto; }
    .default_page .table_example::-webkit-scrollbar {
      width: auto;
      height: 3px;
      border-radius: 5px;
      background: #f2f2f2; }
    .default_page .table_example::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #666666; }
    .default_page .table_example table {
      font-size: 130%;
      line-height: 19px;
      color: #333333;
      width: 100%;
      border-spacing: 0;
      border-top: 1px solid #C4C4C4;
      border-left: 1px solid #C4C4C4;
      border-bottom: 1px solid #C4C4C4; }
      .default_page .table_example table th {
        border-right: 1px solid #C4C4C4;
        padding: 10px;
        text-align: left; }
      .default_page .table_example table tr td {
        border-right: 1px solid #C4C4C4;
        border-top: 1px solid #C4C4C4;
        padding: 10px; }
      .default_page .table_example table tr:last-child td {
        font-family: "notosans-bold", "notosansarm-bold"; }
      .default_page .table_example table tr > th {
        font-family: "notosans", "notosansarm";
        font-weight: unset; }
        .default_page .table_example table tr > th:first-child {
          font-family: "notosans-bold", "notosansarm-bold"; }
  .default_page .title_default {
    font-size: 130%;
    line-height: 16px;
    color: #333333; }
  .default_page a,
  .default_page .email_link,
  .default_page .phone_link {
    font-size: 130%;
    line-height: 16px;
    color: #8E342A;
    font-family: "notosans-medium", "notosansarm-medium"; }
  .default_page span,
  .default_page p {
    font-size: 130%;
    line-height: 16px;
    color: #8E342A;
    padding: 0;
    margin: 0;
    font-family: "notosans-medium", "notosansarm-medium"; }
  .default_page ol,
  .default_page ul {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 130%;
    line-height: 16px;
    color: #333333; }
  .default_page .default_images {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 60px; }
  .default_page img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block; }
  @media screen and (max-width: 990px) {
    .default_page .default_images {
      margin: 20px auto 20px; } }

.file_link {
  display: inline-flex;
  max-width: 100%;
  width: 100%;
  align-items: center;
  border-top: 1px solid #C4C4C4;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px; }
  .file_link span {
    font-size: 13px;
    line-height: 18px; }
  .file_link:last-child {
    border-bottom: 1px solid #C4C4C4; }
  .file_link img {
    display: block;
    min-width: 56px;
    width: 56px;
    margin-right: 10px; }
  .file_link .file_name {
    display: block;
    flex: 1;
    width: 100%;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .file_link img {
      min-width: 35px;
      width: 35px; } }

.paging ul {
  padding: 0;
  margin: 0 -8px 0 -7px;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  font-size: 140%;
  line-height: 19px;
  color: #8E342A; }
.paging li {
  margin: 0 8px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #e5e5e5; }
  .paging li.inactive {
    color: #C4C4C4; }
.paging a {
  display: inherit;
  color: #666666;
  align-items: inherit;
  justify-content: inherit;
  width: inherit;
  height: inherit;
  border: 1px solid transparent;
  border-radius: inherit; }
  .paging a.current_page {
    background: transparent;
    border: 1px solid #8E342A;
    border-radius: 5px;
    color: #8E342A;
    pointer-events: none; }
.paging .prev_page,
.paging .next_page {
  border: none;
  background: transparent;
  font-size: 0.9rem; }
  .paging .prev_page:before,
  .paging .next_page:before {
    display: block;
    font-weight: 700; }
@media screen and (min-width: 576px) and (max-width: 990px) {
  .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; } }

.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; }
.popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 320px;
  padding: 20px 20px;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
.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:not(.showed) {
    opacity: 0;
    height: 0; }
  .popup_content .checkbox_btn {
    vertical-align: top;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 120%;
    line-height: 16px;
    display: block;
    position: relative;
    overflow: hidden; }
    .popup_content .checkbox_btn input:checked + span:before {
      border-color: #8E342A;
      background: #8E342A;
      color: #ffffff; }
    .popup_content .checkbox_btn span {
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #333333; }
      .popup_content .checkbox_btn span:not(:last-child) {
        float: left;
        margin-right: 5px; }
      .popup_content .checkbox_btn span:before {
        display: flex;
        width: 14px;
        height: 14px;
        min-width: 14px;
        margin-right: 3px;
        border: 1px solid #666666;
        border-radius: 3px;
        background: #ffffff;
        align-items: center;
        justify-content: center;
        color: transparent;
        font-size: 0.6rem; }
    .popup_content .checkbox_btn a {
      display: block;
      margin-left: 40px;
      line-height: 28px; }
    .popup_content .checkbox_btn.has-error span:before {
      border-color: #b94a48; }
  .popup_content .sub_title_bold {
    color: #8E342A;
    padding-right: 30px; }
  .popup_content .form_pay {
    margin-top: 20px; }
  .popup_content .validate_btn {
    width: 100%;
    background: #8E342A;
    min-width: auto; }
.popup_close {
  position: absolute;
  top: 21px;
  right: 20px;
  font-size: 130%;
  border: none;
  padding: 2px;
  z-index: 2;
  background: transparent;
  color: #333333; }
  .popup_close:before {
    display: block; }
@media screen and (min-width: 1600px) and (max-width: 990px) {
  .popup_container {
    max-width: 480px;
    padding: 30px 50px; }
  .popup_subtitle {
    font-size: 160%;
    line-height: 20px; } }
@media screen and (min-width: 1200px) and (max-width: 990px) {
  .popup_container {
    max-width: 440px;
    padding: 25px 45px; } }
@media screen and (max-width: 990px) {
  .popup_container {
    max-width: 540px;
    padding: 30px 50px; } }
@media screen and (max-width: 767px) {
  .popup_container {
    max-width: 440px;
    padding: 25px 45px; } }
@media screen and (max-width: 479px) {
  .popup_container {
    max-width: 100%;
    padding: 40px 20px; } }

.animation_transform.text_animation {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s; }
.animation_transform:not(.active) {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0); }

.contents_scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.showed .animation_step {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

.left_animation:not(.showed) .animation_step {
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0); }

.right_animation:not(.showed) .animation_step {
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0); }

.bottom_animation:not(.showed) .animation_step {
  transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0); }

.top_animation:not(.showed) .animation_step {
  transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0); }

.fade_animation:not(.showed) .animation_step {
  opacity: 0; }

@keyframes showWithOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.breadcrumbs ul, .header .for_sale_list, .header .exchange_rates, .header .socials_list, .header .action_list, .header .action_list .submenu_list, .header .lg_block .drop_block, .header .menu_list, .header .menu_list .submenu_list, .footer .submenu_list, .footer .footer_menu_list, .footer .contacts_list, .footer .socials_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.header .lg_block.opened .drop_btn:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1); }

[class*="icon_"]:before, [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; }

.loader img, .animation_transform.text_animation {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.header {
  z-index: 100;
  position: relative;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff; }
  .header.header_home {
    position: absolute;
    width: 100%;
    box-shadow: none;
    background: none; }
    .header.header_home .menu_list a.submenu_btn:after {
      border-color: rgba(255, 255, 255, 0.2) transparent; }
    .header.header_home .lg_block .drop_btn,
    .header.header_home .search_block button[type=submit],
    .header.header_home .second_menu .menu_list > li > a,
    .header.header_home .phone_block .phone_link,
    .header.header_home .socials_list li > a,
    .header.header_home .menu_list a {
      color: #ffffff; }
    .header.header_home .search_block.opened button[type=submit] {
      color: #8E342A; }
    .header.header_home .action_list > li.action_active a {
      background: #ffffff;
      color: #8E342A; }
    .header.header_home .action_list > li.opened .for_sale_btn,
    .header.header_home .action_list > li.opened .exchange_btn {
      background: #ffffff !important;
      color: #8E342A; }
    .header.header_home .action_list > li a {
      color: #ffffff; }
    .header.header_home .for_sale_list {
      background: #ffffff; }
      .header.header_home .for_sale_list > li a {
        color: #333333; }
    .header.header_home .exchange_rates {
      background: #ffffff; }
      .header.header_home .exchange_rates table {
        color: #666666; }
        .header.header_home .exchange_rates table th {
          color: #666666; }
        .header.header_home .exchange_rates table td {
          color: #9A9A9A; }
          .header.header_home .exchange_rates table td:first-child {
            color: #666666; }
      .header.header_home .exchange_rates .updated_text {
        color: #666666; }
    .header.header_home .action_list > li > a {
      background: rgba(0, 0, 0, 0.2); }
  .header .phone_block .phone_link,
  .header .phone_block a {
    font-size: 110%;
    line-height: 14px;
    color: #8E342A;
    font-family: "notosans-bold", "notosansarm-bold"; }
  .header.opened .exchange_btn {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #8E342A;
    border-radius: 14px 14px 0 0;
    color: #ffffff; }
  .header .for_sale_list {
    display: none;
    position: absolute;
    background: #ffffff;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    background: #f2f2f2;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    top: 26px;
    right: 0;
    left: 0; }
    .header .for_sale_list li {
      border-top: 1px solid #e5e5e5; }
      .header .for_sale_list li a {
        background: none;
        padding: 10px 12px;
        display: flex;
        color: #333333;
        font-size: 110%;
        line-height: 13px; }
  .header .exchange_rates {
    display: none;
    position: absolute;
    background: #ffffff;
    z-index: 10;
    border-radius: 0 10px 10px 10px;
    font-size: 120%;
    line-height: 16px;
    box-shadow: none;
    background: #8E342A;
    padding: 0 20px;
    top: 26px; }
    .header .exchange_rates:after, .header .exchange_rates:before {
      content: "";
      height: 20px;
      display: block; }
    .header .exchange_rates .updated_text {
      font-size: 90%;
      line-height: 12px;
      color: #ffffff;
      display: block;
      margin-top: 12px; }
    .header .exchange_rates table {
      color: #ffffff;
      border-spacing: 0; }
      .header .exchange_rates table th {
        padding: 0 15px;
        color: #ffffff;
        font-family: "notosans", "notosansarm";
        font-weight: unset; }
      .header .exchange_rates table td {
        border-left: 1px solid #e5e5e5;
        text-align: left;
        padding: 7px 15px;
        border-spacing: 0;
        color: #ffffff; }
        .header .exchange_rates table td:first-child {
          color: #ffffff;
          border-left: 0;
          padding-left: 0;
          font-family: "notosans-bold", "notosansarm-bold"; }
  .header .socials_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 140%;
    line-height: 18px;
    padding: 2px 20px 0 55px; }
    .header .socials_list li {
      padding: 0 5px; }
      .header .socials_list li a {
        color: #8E342A; }
  .header .action_block {
    order: 2; }
  .header .action_list {
    display: flex; }
    .header .action_list > li {
      margin: 0 5px;
      display: flex;
      align-items: center;
      position: relative; }
      .header .action_list > li > a {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding: 6px 10px;
        font-size: 110%;
        line-height: 14px;
        font-family: "notosans-bold", "notosansarm-bold";
        color: #8E342A; }
      .header .action_list > li.action_active a {
        background: #8E342A;
        color: #ffffff; }
      .header .action_list > li.opened .for_sale_btn {
        border-radius: 14px 14px 0 0;
        color: #8E342A;
        background: #f2f2f2;
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1); }
      .header .action_list > li.opened .exchange_btn {
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        background: #8E342A;
        border-radius: 14px 14px 0 0;
        color: #ffffff; }
    .header .action_list .submenu_list {
      z-index: 1;
      display: none; }
      .header .action_list .submenu_list > li {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 15px 0; }
        .header .action_list .submenu_list > li a {
          background: none; }
          .header .action_list .submenu_list > li a:hover {
            background: transparent;
            color: inherit; }
  .header .second_menu {
    display: flex;
    order: 1; }
  .header .phone_block {
    margin-right: auto; }
  .header_main {
    display: flex;
    align-items: center;
    height: 51px; }
  .header .main_logo {
    position: relative;
    margin: 0 10px 10px 0;
    background: #ffffff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    align-self: flex-start;
    z-index: 100; }
    .header .main_logo a {
      display: block; }
    .header .main_logo img {
      display: block;
      width: auto;
      height: 82px; }
  .header .lg_block {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 130%;
    line-height: 15px;
    order: 4; }
    .header .lg_block .drop_btn {
      border: none;
      padding: 0;
      display: flex;
      align-items: center;
      height: 28px;
      width: 51px;
      color: #8E342A;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 50px;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      justify-content: center; }
      .header .lg_block .drop_btn:after {
        display: block;
        content: "";
        width: 6px;
        height: 4px;
        border-style: solid;
        border-width: 4px 3px 0;
        border-color: #999999 transparent;
        margin-left: 7px;
        margin-top: 0;
        -o-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
    .header .lg_block .drop_block {
      position: absolute;
      background: #ffffff;
      top: 39px;
      left: 0;
      right: 0;
      width: 51px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      text-align: center;
      z-index: 10; }
      .header .lg_block .drop_block a {
        display: block;
        color: inherit;
        padding: 5px 10px; }
    .header .lg_block.opened .drop_btn {
      border-radius: 10px 10px 0 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; }
  .header .search_block {
    position: relative;
    width: 17px;
    height: 100%;
    z-index: 5;
    margin-left: 10px;
    order: 3;
    -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; }
    .header .search_block:after {
      display: block;
      content: "";
      clear: both; }
    .header .search_block form {
      position: relative;
      float: right;
      padding-left: 17px;
      display: flex;
      justify-content: flex-end;
      height: 50px;
      align-items: center; }
    .header .search_block button[type="submit"] {
      position: absolute;
      right: -5px;
      top: 50%;
      margin-top: -13px;
      border: none;
      border-radius: 50%;
      padding: 0;
      font-size: 100%;
      z-index: 2;
      height: 28px;
      width: 28px;
      color: #8E342A;
      background: rgba(0, 0, 0, 0.05);
      -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 .search_block button[type="submit"]:before {
        display: block; }
    .header .search_block input {
      border: none;
      padding: 5px 0 5px 10px;
      font-size: 130%;
      line-height: 15px;
      border-bottom: 1px solid #8E342A;
      background: #ffffff;
      position: relative;
      height: 26px;
      border-radius: 5px;
      width: 0;
      opacity: 0;
      color: transparent;
      -o-transition: all 0.5s, color 0.2s;
      -ms-transition: all 0.5s, color 0.2s;
      -moz-transition: all 0.5s, color 0.2s;
      -webkit-transition: all 0.5s, color 0.2s;
      transition: all 0.5s, color 0.2s; }
    .header .search_block ::-webkit-input-placeholder {
      color: inherit;
      opacity: 0.7; }
    .header .search_block :-moz-placeholder {
      color: inherit;
      opacity: 0.7; }
    .header .search_block ::-moz-placeholder {
      color: inherit;
      opacity: 0.7; }
    .header .search_block :-ms-input-placeholder {
      color: inherit;
      opacity: 0.7; }
    .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[type="submit"] {
        background: transparent;
        -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 .search_block.opened input {
        opacity: 1;
        width: 230px;
        color: #333333;
        padding-right: 30px; }
  .header .menu_list > li {
    position: relative; }
    .header .menu_list > li:nth-last-child(-n + 3) .submenu_list {
      right: 0;
      left: auto; }
    .header .menu_list > li.opened .submenu_btn {
      color: #866248 !important;
      z-index: 4; }
      .header .menu_list > li.opened .submenu_btn:after {
        border-top-color: #8E342A;
        transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1); }
    .header .menu_list > li.opened .submenu_list {
      z-index: 3; }
  .header .menu_list a {
    display: flex;
    align-items: center;
    vertical-align: top;
    color: #8E342A;
    font-family: "notosans-bold", "notosansarm-bold";
    z-index: 2;
    padding: 7px 0;
    position: relative; }
    .header .menu_list a.submenu_btn:after {
      display: block;
      content: "";
      width: 6px;
      height: 4px;
      border-style: solid;
      border-width: 4px 3px 0;
      border-color: rgba(0, 0, 0, 0.2) transparent;
      margin-left: 7px;
      margin-top: 0;
      -o-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
  .header .menu_list .submenu_list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    color: #8E342A;
    scrollbar-color: #666666 #f2f2f2;
    scrollbar-width: auto;
    z-index: 1; }
    .header .menu_list .submenu_list::-webkit-scrollbar {
      width: 9px;
      height: 0;
      border-radius: 5px;
      background: #f2f2f2; }
    .header .menu_list .submenu_list::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #666666; }
    .header .menu_list .submenu_list:before {
      display: block;
      content: "";
      height: 35px;
      border-bottom: 1px solid #f2f2f2; }
    .header .menu_list .submenu_list li {
      border-bottom: 1px solid #e5e5e5; }
      .header .menu_list .submenu_list li:last-child {
        border-bottom: none; }
    .header .menu_list .submenu_list a {
      display: inline-block;
      vertical-align: top;
      font-size: 110%;
      padding: 7px 12px;
      line-height: 13px;
      color: #666666;
      font-family: "notosans", "notosansarm"; }
  @media screen and (min-width: 1200px) {
    .header .menu_block {
      padding-left: 165px;
      margin-top: 23px; }
    .header .lg_block {
      margin-left: 15px; }
    .header .second_menu {
      padding-left: 17px; }
      .header .second_menu .menu_list > li {
        padding-left: 10px;
        padding-right: 10px; }
    .header .menu_inner > .menu_list > li {
      padding-left: 10px;
      padding-right: 10px; }
      .header .menu_inner > .menu_list > li a {
        font-size: 120%;
        line-height: 16px; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .header .lg_block {
      margin-left: 20px; }
    .header .second_menu {
      padding-left: 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 .menu_list .submenu_list a {
      font-size: 85%; }
    .header .main_logo {
      padding: 7px; }
      .header .main_logo img {
        height: 65px; }
    .header .action_list > li a {
      font-size: 100%; }
    .header .socials_list {
      padding: 2px 3px 0 0; }
    .header .menu_block {
      padding-left: 85px; }
    .header:before {
      margin-left: 0;
      left: 30px; }
    .header .menu_inner > .menu_list .submenu_list {
      font-size: 120%;
      line-height: 15px; } }
  @media screen and (min-width: 991px) {
    .header .menu_btn {
      display: none; }
    .header .menu_list {
      display: flex; }
    .header .submenu_list {
      position: absolute;
      background: #ffffff;
      top: 100%;
      left: 0;
      width: 100%;
      min-width: 180px;
      max-width: 220px;
      padding-left: inherit;
      padding-right: inherit;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      z-index: 5; }
    .header_main .second_menu {
      height: 100%;
      padding-top: 9px; }
      .header_main .second_menu .menu_list > li {
        padding-bottom: 18px; }
        .header_main .second_menu .menu_list > li a {
          font-size: 120%;
          line-height: 16px;
          color: #866248;
          font-family: "notosans", "notosansarm"; }
      .header_main .second_menu .submenu_list li {
        padding: 0; }
        .header_main .second_menu .submenu_list li a {
          color: #666666; }
    .header .menu_block .menu_list {
      justify-content: space-between; }
      .header .menu_block .menu_list > li {
        padding-bottom: 20px; } }
  @media screen and (max-width: 990px) {
    .header .for_sale_list {
      left: 10px;
      right: 10px; }
    .header.header_home {
      position: relative;
      background: #ffffff; }
      .header.header_home .lg_block .drop_btn,
      .header.header_home .search_block button[type=submit],
      .header.header_home .second_menu .menu_list > li a,
      .header.header_home .phone_block .phone_link,
      .header.header_home .socials_list li a,
      .header.header_home .menu_list a {
        color: #8E342A; }
      .header.header_home .search_block.opened button[type=submit] {
        color: #8E342A; }
      .header.header_home .action_list > li.action_active a {
        background: #8E342A;
        color: #ffffff; }
      .header.header_home .action_list > li.opened .exchange_btn {
        background: #8E342A !important;
        color: #ffffff; }
      .header.header_home .action_list > li a {
        color: #ffffff; }
      .header.header_home .exchange_rates {
        background: #8E342A; }
        .header.header_home .exchange_rates table th,
        .header.header_home .exchange_rates table td {
          color: #ffffff !important; }
        .header.header_home .exchange_rates .updated_text {
          color: #ffffff; }
      .header.header_home .action_list > li a {
        background: #8E342A; }
    .header .exchange_rates {
      top: 26px;
      left: 10px;
      right: 10px;
      border-radius: 0 0 10px 10px; }
    .header .lg_block,
    .header .search_block {
      order: unset; }
    .header .header_main {
      flex-wrap: wrap;
      height: auto;
      padding: 3px 0 3px; }
    .header .action_block {
      width: 100%;
      order: 5; }
    .header .action_list {
      margin-top: 0;
      padding-bottom: 13px;
      margin: 0 -10px;
      flex-wrap: wrap; }
      .header .action_list > li {
        padding: 0 10px;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin: 0;
        position: relative; }
        .header .action_list > li > a {
          width: 100%;
          text-align: center;
          justify-content: center; }
      .header .action_list .submenu_list {
        position: absolute;
        top: 27px;
        background: #ffffff;
        left: 15px;
        right: 15px;
        box-shadow: 0 5px 30px #00000026;
        border-radius: 0 0 10px 10px; }
    .header .second_menu {
      flex-direction: column; }
    .header .action_list > li:first-child {
      margin-left: 0; }
    .header .socials_list {
      position: fixed;
      top: 100%;
      height: 0;
      z-index: 100;
      left: 0;
      width: 100%;
      overflow: hidden;
      -o-transition: all 0s;
      -ms-transition: all 0s;
      -moz-transition: all 0s;
      -webkit-transition: all 0s;
      transition: all 0s;
      margin-left: 0;
      opacity: 0;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      padding: 0; }
    .header .menu_block {
      padding-left: 0; }
    .header:before {
      display: none; }
    .header_main {
      height: 60px; }
      .header_main .second_menu {
        display: none; }
    .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: 10px; }
      .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 .main_logo img {
      height: 46px; }
    .header .lg_block {
      margin-left: 10px; }
      .header .lg_block .drop_btn {
        width: 45px; }
    .header .search_block form {
      height: 100%; }
    .header .menu_block {
      position: fixed;
      overflow: hidden;
      top: 0;
      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_block:before {
        display: block;
        width: 100%;
        content: "";
        min-height: 60px;
        background: inherit;
        border-bottom: 1px solid #f2f2f2; }
    .header .menu_inner {
      flex: 1;
      width: 100%;
      height: 50%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 0 0 40px; }
      .header .menu_inner:before {
        display: block;
        height: 10px;
        content: ""; }
    .header .menu_list > li {
      padding: 10px 0;
      border-bottom: 1px solid #e5e5e5; }
      .header .menu_list > li:last-child {
        border-bottom: none; }
      .header .menu_list > li a {
        padding: 0 15px; }
        .header .menu_list > li a.submenu_btn:after {
          border-color: #8E342A transparent !important; }
    .header .menu_list .submenu_list {
      position: relative;
      box-shadow: none; }
      .header .menu_list .submenu_list:before {
        display: none; }
      .header .menu_list .submenu_list a {
        font-size: 85%; }
    .header .submenu_list li {
      padding: 10px 15px 0; }
    .header .second_menu:before {
      display: block;
      content: "";
      margin-bottom: 20px;
      border-top: 1px solid #e5e5e5; }
    .header .second_menu .submenu_list {
      font-size: 92.3%; } }
  @media screen and (max-width: 719px) {
    .header .exchange_rates {
      top: 26px;
      left: auto;
      right: 10px;
      border-radius: 10px 0 10px 10px; } }
  @media screen and (max-width: 479px) {
    .header .exchange_rates {
      top: 26px;
      left: 10px;
      right: 10px;
      border-radius: 0 0 10px 10px; }
    .header .updated_text,
    .header .exchange_rates table {
      margin: 0 auto;
      text-align: center; }
    .header .action_list > li {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 15px; }
      .header .action_list > li:last-child {
        flex: 0 0 100%;
        max-width: 100%; }
    .header .search_block:before {
      position: fixed;
      display: block;
      content: "";
      top: 60px;
      left: 0;
      width: 100%;
      height: 0;
      background: #000000;
      opacity: 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; }
    .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: -15px;
      width: 47px; }
    .header .search_block button[type="submit"] {
      right: 15px; }
    .header .search_block input {
      border-bottom: none;
      padding: 25px 0;
      flex: 0 0 100vw;
      max-width: 0; }
    .header .search_block.opened {
      margin-top: -10px; }
      .header .search_block.opened form {
        margin-right: -104px; }
      .header .search_block.opened input {
        max-width: 100vw;
        width: 100vw;
        padding-left: 15px;
        padding-right: 55px; }
      .header .search_block.opened:before {
        height: 100%;
        opacity: 0.4; } }

@media screen and (max-width: 990px) {
  .menu_opened {
    overflow: hidden; }
    .menu_opened.ios_device {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .menu_opened .socials_list {
      margin-top: -30px;
      height: 30px;
      opacity: 1;
      -o-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .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); }
    .menu_opened .menu_block {
      height: 100%; } }
.content {
  padding-bottom: 170px;
  z-index: 2;
  position: relative; }

.home_page {
  padding-bottom: 70px !important;
  z-index: unset; }

.footer_home .credit_block {
  display: none; }

.footer {
  opacity: 1;
  position: relative; }
  .footer .footer_logo {
    margin-top: 10px; }
  .footer .upload_text {
    font-size: 120%;
    line-height: 16px;
    color: #333333;
    position: absolute;
    bottom: 100%;
    right: 10px;
    padding-bottom: 70px; }
  .footer .credit_block {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    padding-bottom: 50px; }
    .footer .credit_block img {
      width: 100%;
      object-fit: cover; }
    .footer .credit_block .page_container {
      position: relative; }
  .footer:before {
    position: absolute;
    top: 0;
    background: #8E342A;
    height: 10px;
    left: 0;
    right: 0;
    width: 100%;
    content: ""; }
  .footer_top_block {
    display: flex;
    align-items: self-end; }
    .footer_top_block .footer_text {
      margin-left: 87px;
      max-width: 280px;
      padding-top: 30px; }
  .footer .footer_text {
    font-size: 120%;
    line-height: 16px;
    color: #333333;
    display: flex;
    flex-direction: column; }
    .footer .footer_text a {
      color: inherit; }
  .footer .inner_contacts {
    display: flex;
    margin-bottom: 30px; }
    .footer .inner_contacts img {
      max-width: 23px;
      width: 100%;
      object-fit: cover;
      margin-left: 24px;
      max-height: 30px; }
  .footer .footer_contacts {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
  .footer .submenu_list li {
    margin-top: 20px; }
  .footer .submenu_list a {
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 120%;
    line-height: 16px; }
  .footer_top {
    background: #ffffff;
    color: #8E342A; }
  .footer_bottom {
    background: #ffffff;
    color: #666666;
    padding: 10px 0 70px; }
  .footer_menu {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0; }
  .footer .footer_menu_list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap; }
    .footer .footer_menu_list > li {
      width: 25%;
      padding: 0 10px 20px; }
      .footer .footer_menu_list > li > a {
        font-size: 150%;
        line-height: 21px;
        color: #8E342A; }
  .footer .contacts_list {
    color: #333333;
    font-size: 120%;
    line-height: 16px;
    max-width: 280px; }
    .footer .contacts_list a {
      color: inherit; }
  .footer .submenu_btn {
    pointer-events: none; }
  .footer_contacts {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    margin-left: auto;
    padding: 0; }
    .footer_contacts a {
      white-space: nowrap;
      max-width: 100%;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis; }
  .footer .support_info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 60px 0;
    color: #999999;
    font-size: 120%;
    line-height: 16px; }
  .footer .page_row {
    margin: 0; }
  .footer .top_row {
    align-items: flex-start;
    margin: 0 0 77px; }
  .footer .developer_inner {
    display: flex;
    flex-direction: column; }
    .footer .developer_inner a {
      color: #00AEEF;
      display: block;
      font-size: 120%;
      line-height: 16px; }
  .footer_subtitle {
    font-family: "notosans-bold", "notosansarm-bold"; }
  .footer .socials_list {
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 37px;
    display: flex;
    align-items: center; }
    .footer .socials_list li {
      padding: 0 10px; }
      .footer .socials_list li a {
        display: block;
        color: #8E342A;
        line-height: 16px;
        font-size: 150%; }
        .footer .socials_list li a:before {
          display: block; }
  .footer .developer {
    text-align: right;
    max-width: 50%;
    padding: 0 10px;
    margin-left: auto;
    display: flex;
    align-items: center; }
    .footer .developer img {
      width: 100%;
      max-width: 22px;
      max-height: 32px;
      object-fit: cover;
      margin-left: 20px; }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .footer_menu {
      flex: 0 0 75%;
      max-width: 75%; }
    .footer .support_info {
      padding-top: 42px; } }
  @media screen and (min-width: 768px) and (max-width: 990px) {
    .footer_menu {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .footer .footer_menu_list > li {
      width: 33.33%; }
    .footer_contacts {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .footer .support_info {
      padding-top: 28px; } }
  @media screen and (max-width: 990px) {
    .footer .support_info {
      padding: 10px 0; }
    .footer .top_row {
      margin: 0 0 25px; }
    .footer .footer_bottom {
      padding: 10px 0 10px; }
    .footer .footer_top_block {
      align-items: end; }
      .footer .footer_top_block .footer_text {
        font-size: 100%;
        line-height: 12px; }
    .footer .credit_block {
      padding-bottom: 10px; }
    .footer .upload_text {
      padding-bottom: 15px; }
    .footer .footer_text {
      margin-left: 10px; }
    .footer .footer_menu_list > li > a {
      font-size: 130%;
      line-height: 16px; } }
  @media screen and (max-width: 767px) {
    .footer_menu, .footer_contacts {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 720px) and (max-width: 767px) {
    .footer .footer_menu_list > li {
      width: 25%; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .footer_contacts {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between; }
    .footer_subtitle {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 576px) and (max-width: 719px) {
    .footer .footer_menu_list > li {
      width: 33.33%; } }
  @media screen and (min-width: 400px) and (max-width: 575px) {
    .footer .footer_menu_list > li {
      width: 50%; } }
  @media screen and (max-width: 599px) {
    .footer .developer {
      max-width: 100%;
      margin: 20px auto 10px;
      width: 100%;
      text-align: center;
      justify-content: center; }
    .footer .contacts_list {
      max-width: 100%;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 479px) {
    .footer .upload_text {
      padding-bottom: 0; }
    .footer .support_info {
      text-align: left; } }
  @media screen and (max-width: 399px) {
    .footer .footer_menu_list > li {
      width: 100%;
      max-width: 280px; } }

@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 75px; } }
.field_block {
  margin-bottom: 20px; }

.form_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 40px; }
  .form_fields .field_block {
    padding: 0 10px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
    .form_fields .field_block.full_width {
      flex: 0 0 66.666666%;
      max-width: 66.666666%; }

.placeholder {
  font-size: 100%;
  line-height: 14px;
  color: #333333;
  margin-bottom: 4px;
  display: block; }

textarea {
  height: 136px !important; }

tr:nth-child(even) {
  border-bottom: 1px solid #C4C4C4; }

.validate_btn {
  background: #C9977F;
  border-radius: 5px;
  color: #ffffff;
  font-family: "notosans-bold", "notosansarm-bold";
  font-size: 130%;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  width: max-content;
  min-width: 247px;
  min-height: 49px;
  border: none;
  text-transform: uppercase; }

textarea,
input {
  font-size: 130%;
  line-height: 22px;
  color: #333333;
  height: 49px;
  background: #e5e5e5;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 5px 20px; }

.footer, .web .default_page a, .default_page .web a,
.web .default_page .email_link,
.default_page .web .email_link,
.web .default_page .phone_link,
.default_page .web .phone_link, .web .file_link, .web .popup_content .checkbox_btn, .popup_content .web .checkbox_btn, .web .popup_content .validate_btn, .popup_content .web .validate_btn, .web .header .socials_list li a, .header .socials_list li .web a, .web .header .action_list .submenu_list > li a, .header .action_list .submenu_list > li .web a, .web .header .main_logo a, .header .main_logo .web a, .web .header .lg_block .drop_btn, .header .lg_block .web .drop_btn, .web .header .search_block button[type="submit"], .header .search_block .web button[type="submit"], .web .header .menu_list a, .header .menu_list .web a, .web .footer .footer_menu_list > li > a, .footer .web .footer_menu_list > li > a, .web .footer .socials_list li a, .footer .socials_list li .web a {
  -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 .breadcrumbs a, .breadcrumbs .web a, .web .popup_close, .web .header .for_sale_list li a, .header .for_sale_list li .web a, .web .header .menu_list .submenu_list a, .header .menu_list .submenu_list .web a, .web .footer .footer_text a, .footer .footer_text .web a, .web .footer .submenu_list a, .footer .submenu_list .web a, .web .footer .contacts_list a, .footer .contacts_list .web a, .web .footer .developer_inner a, .footer .developer_inner .web 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; }

.web .top_section .show_more, .top_section .web .show_more, .web .header .lg_block .drop_block a, .header .lg_block .drop_block .web a, .web .validate_btn {
  -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; }

.error_hint, .popup_content .checkbox_btn span:before, .web .header .action_list > li > a, .header .web .action_list > li > a, .web .paging a, .paging .web a {
  -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 .file_link, .touch .header .main_logo a, .header .main_logo .touch a, .touch .header .menu_list a, .header .menu_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 .header .menu_list .submenu_list a, .header .menu_list .submenu_list .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 .header .lg_block .drop_block a, .header .lg_block .drop_block .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 .paging a, .paging .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; }

.popup_content .checkbox_btn span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.popup_content .checkbox_btn input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden; }

.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .popup_close:hover, .web .header .for_sale_list li a:hover, .header .for_sale_list li .web a:hover, .web .header .menu_list .submenu_list a:hover, .header .menu_list .submenu_list .web a:hover, .web .footer .footer_text a:hover, .footer .footer_text .web a:hover, .web .footer .submenu_list a:hover, .footer .submenu_list .web a:hover, .web .footer .contacts_list a:hover, .footer .contacts_list .web a:hover, .web .footer .developer_inner a:hover, .footer .developer_inner .web a:hover {
  color: #8E342A; }
.web .top_section .show_more:hover, .top_section .web .show_more:hover, .web .header .lg_block .drop_block a:hover, .header .lg_block .drop_block .web a:hover, .web .validate_btn:hover {
  background: #8E342A;
  color: #ffffff; }
.web .default_page a:hover, .default_page .web a:hover,
.web .default_page .email_link:hover,
.default_page .web .email_link:hover,
.web .default_page .phone_link:hover,
.default_page .web .phone_link:hover, .web .file_link:hover, .web .popup_content .checkbox_btn:hover, .popup_content .web .checkbox_btn:hover, .web .popup_content .validate_btn:hover, .popup_content .web .validate_btn:hover, .web .header .socials_list li a:hover, .header .socials_list li .web a:hover, .web .header .action_list .submenu_list > li a:hover, .header .action_list .submenu_list > li .web a:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .header .lg_block .drop_btn:hover, .header .lg_block .web .drop_btn:hover, .web .header .search_block button[type="submit"]:hover, .header .search_block .web button[type="submit"]:hover, .web .header .menu_list a:hover, .header .menu_list .web a:hover, .web .footer .footer_menu_list > li > a:hover, .footer .web .footer_menu_list > li > a:hover, .web .footer .socials_list li a:hover, .footer .socials_list li .web a:hover {
  opacity: 0.7; }
.web .header .action_list > li > a:hover, .header .web .action_list > li > a:hover {
  background: #8E342A;
  color: #ffffff;
  border-color: transparent; }
.web .paging a:hover, .paging .web a:hover {
  background: #8E342A;
  color: #ffffff;
  border-color: transparent; }

.touch .header .menu_list .submenu_list a:active, .header .menu_list .submenu_list .touch a:active {
  color: #8E342A; }
.touch .header .lg_block .drop_block a:active, .header .lg_block .drop_block .touch a:active {
  background: #8E342A; }
.touch .file_link:active, .touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .header .menu_list a:active, .header .menu_list .touch a:active {
  opacity: 0.7; }
.touch .paging a:active, .paging .touch a:active {
  background: #8E342A;
  color: #ffffff;
  border-color: transparent; }

/*# sourceMappingURL=main.css.map */
