*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  background-color: transparent;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(245, 245, 245, 1);
  -webkit-box-shadow: inset 0 0 2px rgba(220, 220, 220, 1);
  box-shadow: inset 0 0 2px rgba(220, 220, 220, 1);
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ed1c24;
}
::-moz-selection {
  color: #fff;
  background: #e9946e;
}
::selection {
  color: #fff;
  background: #e9946e;
}
body {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-family: 'Proxima Nova Rg', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px !important;
}
.page_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}
.container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.section {
  padding: calc(30px + 1.82vw) 0;
}
.section_block {
  padding-top: calc(30px + 1.82vw);
}
.block {
  margin-bottom: calc(30px + 1.82vw);
}
.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  background-color: #fff;
}
.page-wrapper > .header, .page-wrapper > .footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
}
.page-wrapper > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
iframe {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
}
input {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: none;
}
input:focus {
  outline: none;
}
button, input[type="submit"] {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
button:focus, input[type="submit"]:focus {
  outline: none;
}
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
button {
  cursor: pointer;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
button:focus, input:focus, textarea:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
article, .article {
  line-height: 1.5;
}
article p, .article p {
  margin-bottom: 15px;
}
article a, .article a {
  color: #e9946e;
  font-weight: 800;
  font-size: 12px;
  text-decoration: underline;
}
article a:hover, .article a:hover {
  text-decoration: none;
}
article > *:last-child, .article > *:last-child {
  margin-bottom: 0 !important;
}
article span, .article span {
  vertical-align: top;
}
article ul li, .article ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
article ul li:before, .article ul li:before {
  content: '';
  position: absolute;
  margin-left: -17px;
  top: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-align: center;
  background: #e9946e;
  margin-right: 15px;
}
article ol, .article ol {
  counter-reset: Counter;
}
article ol li, .article ol li {
  position: relative;
  min-height: 40px;
  padding-left: 40px;
  margin-bottom: 15px;
}
article ol li:before, .article ol li:before {
  counter-increment: Counter;
  content: counter(Counter);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #fff;
  background: #e9946e;
}
article em, .article em, article i, .article i {
  font-style: italic;
}
article blockquote, .article blockquote, article pre, .article pre {
  padding: 15px 30px;
  margin: 0 0 15px;
  background-color: rgba(232, 235, 236, 1);
}
article blockquote > *:last-child, .article blockquote > *:last-child, article pre > *:last-child, .article pre > *:last-child {
  margin-bottom: 0;
}
article pre, .article pre {
  max-width: 100%;
  overflow: auto;
}
article mark, .article mark {
  color: #fff;
  background-color: #e9946e;
}
table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  margin: calc(30px + 1.82vw) 0;
}
table tbody {
  width: 100%;
}
table tr:nth-child(2n) {
  background-color: #d6f7ef;
}
table td {
  text-align: left;
  padding: 10px calc(10px + .52vw);
}
@media (max-width: 426px) {
  table tr {
    display: block;
  }
  table tr:nth-child(2n) td {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  table td {
    display: block;
    border-bottom: 1px solid #d6f7ef;
  }
}
a.link {
  color: #e9946e;
  font-weight: 800;
  font-size: 12px;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}
.overflow_hidden {
  overflow: hidden;
}
hr {
  border-top: 0;
  border-color: #e9946e;
  margin: 0 auto calc(30px + 1.82vw);
}
b, strong {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
}
h1, h2 {
  font-size: calc(22px + .21vw);
}
h3 {
  font-size: calc(20px + .21vw);
}
h4 {
  font-size: calc(18px + .21vw);
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.page_title, .block_headline {
  margin-bottom: calc(30px + 1.82vw);
  text-align: center;
}
.page_title h1, .block_headline h1, .page_title h2, .block_headline h2 {
  margin-bottom: 0;
}
.button, input[type="submit"] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  min-width: 260px;
  min-height: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  background-color: #40b69b;
  border-radius: 3px;
  border: 1px solid #fff;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.button:hover, input[type="submit"]:hover {
  background-color: #e9946e;
}
.button.button_custom, input[type="submit"].button_custom {
  background-color: #e9946e;
}
.button.button_custom:hover, input[type="submit"].button_custom:hover {
  background-color: #40b69b;
}
.button.button_custom_2, input[type="submit"].button_custom_2 {
  color: #e9946e;
  background-color: transparent;
  border-color: #e9946e;
}
.button.button_custom_2:hover, input[type="submit"].button_custom_2:hover {
  color: #fff;
  background-color: #e9946e;
}
label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
input:not([type="submit"]) {
  height: 48px;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
textarea {
  padding: 15px !important;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
input:not([type="submit"]), textarea:not([type="submit"]) {
  color: #000;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #ddd;
  font-family: 'Proxima Nova Rg', sans-serif;
}
input:not([type="submit"]).wpcf7-not-valid, textarea:not([type="submit"]).wpcf7-not-valid {
  border: 1px solid #ed1c24 !important;
}
input:not([type="submit"])::-webkit-input-placeholder, textarea:not([type="submit"])::-webkit-input-placeholder {
  color: #707070;
}
input:not([type="submit"])::-moz-placeholder, textarea:not([type="submit"])::-moz-placeholder {
  color: #707070;
}
input:not([type="submit"]):-ms-input-placeholder, textarea:not([type="submit"]):-ms-input-placeholder {
  color: #707070;
}
input:not([type="submit"])::-ms-input-placeholder, textarea:not([type="submit"])::-ms-input-placeholder {
  color: #707070;
}
input:not([type="submit"])::placeholder, textarea:not([type="submit"])::placeholder {
  color: #707070;
}
input:not([type="submit"]):hover, textarea:not([type="submit"]):hover {
  outline: none;
  border: 1px solid #40b69b;
}
.ajax-loader {
  display: none !important;
}
.wpcf7-not-valid-tip {
  padding-top: 5px;
  color: #ed1c24 !important;
  font-size: 14px !important;
}
.wpcf7-response-output {
  padding: 15px !important;
  line-height: 1.5;
  background-color: #fff;
  margin: calc(15px + .78vw) 0 0 0 !important;
  border-radius: 3px;
  border-width: 1px !important;
}
.breadcrumb div {
  color: #868686;
  margin-top: 15px;
}
.breadcrumb div span {
  color: #868686;
  font-size: 12px;
  vertical-align: top;
}
.breadcrumb div > span:last-child span {
  font-weight: bolder;
  color: #e9946e;
}
.breadcrumb_delimiter {
  padding: 0 5px;
}
.modal_active {
  overflow: hidden;
}
.modal_active .page_wrapper {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form_modal__link_close {
  position: fixed;
  top: 20%;
  right: 10%;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form_modal__link_close:before, .form_modal__link_close:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 1px);
  left: 25%;
  height: 2px;
  width: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form_modal__link_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_modal__link_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form_modal__link_close:hover, .form_modal__link_close:focus {
  outline: none;
  background-color: #e9946e;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi > * {
  color: #868686;
  font-weight: 800;
  font-size: 14px;
  padding: 0 5px;
}
.wp-pagenavi > *.current {
  color: #40b69b;
}
.top_img {
  position: relative;
}
.top_img__block {
  position: relative;
  z-index: 2;
}
.top_img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 370px;
}
.top_img__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.link_bottom_page {
  text-align: center;
}
.link_bottom_page .link {
  color: #868686;
}
.form_modal {
  background-color: transparent;
  padding: 20px 15px;
  text-align: left;
  max-width: 830px;
  margin: 40px auto;
  position: relative;
}
.form_modal .section_contacts__form_headline {
  text-align: center;
  margin-bottom: calc(25px + 1.3vw);
}
.form_modal .section_contacts__form_headline h3 {
  color: #fff;
  font-size: calc(22px + .21vw);
}
.form_modal .section_contacts__form_button {
  padding-top: calc(15px + 1.3vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header_container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.header_top {
  position: relative;
  z-index: 2;
  background-color: #40b69b;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .2);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, .2);
}
.header_top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}
.header_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header_contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.header_contact:hover span {
  text-decoration: underline;
}
.header_contact span {
  margin-left: 10px;
}
.header_contact:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .header_contact span {
    display: none;
  }
}
.header_contact__tel:before {
  width: 14px;
  height: 20px;
  background-image: url("../img/contact__tel_icon.png");
}
.header_contact__tel_has_email {
  margin-right: calc(10px + .52vw);
}
.header_contact__tel_has_email:after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0;
  height: 20px;
  margin-left: calc(10px + .52vw);
  border-right: 1px solid #fff;
}
.header_contact__email:before {
  width: 20px;
  height: 15px;
  background-image: url("../img/contact__email_icon.png");
}
.header_top__right_block, .header_lang__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_lang__wrapper .lang-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_lang__wrapper .lang-item a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.header_lang__wrapper .lang-item a:hover {
  text-decoration: underline;
}
.header_lang__wrapper .lang-item.current-lang a {
  font-weight: 800;
  text-decoration: none;
}
.header_lang__wrapper .lang-item:not(:last-child) {
  margin-right: calc(10px + .52vw);
}
.header_lang__wrapper .lang-item:not(:last-child):after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0;
  height: 20px;
  margin-left: calc(10px + .52vw);
  border-right: 1px solid #fff;
}
.header_bottom {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, .9);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}
.header_bottom__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 70px;
  padding: 5px 0;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_nav__wrapper .menu-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(20px + 3.12vw);
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.header_nav__wrapper .menu-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: color 0.5s, border-bottom-color 0.5s;
  -o-transition: color 0.5s, border-bottom-color 0.5s;
  transition: color 0.5s, border-bottom-color 0.5s;
}
.header_nav__wrapper .menu-item a:hover {
  color: #000;
  border-bottom: 1px solid #40b69b;
}
.header_nav__wrapper .menu-item.current-menu-item a {
  color: #000;
  border-bottom: 1px solid #333;
}
.header_nav__wrapper ul {
  display: none;
}
.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80px;
}
.header__button {
  margin-left: calc(20px + 3.12vw);
}
.header__scroll_top .header_bottom {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header__scroll_top .header_bottom__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  background-color: transparent;
}
.header__scroll_top .header_bottom__wrapper .menu-item a {
  font-size: calc(18px + .1vw);
}
.header__scroll_top .header_bottom__wrapper .menu-item:first-child {
  margin-left: 0;
}
.header__scroll_top .header__logo, .header__scroll_top .header__button {
  display: none;
}
.header_white.header__scroll_top .header_bottom__wrapper .menu-item a {
  color: #fff;
}
.header_white.header__scroll_top .header_bottom__wrapper .menu-item.current-menu-item a {
  border-bottom: 1px solid #fff;
}
.button_burger__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 25px;
}
.button_burger__wrapper:before, .button_burger__wrapper:after {
  content: '';
}
.button_burger__wrapper:before, .button_burger__wrapper:after, .button_burger__wrapper .button_burger__line {
  position: absolute;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #40b69b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.button_burger__wrapper:before {
  top: 0;
}
.button_burger__wrapper .button_burger__line {
  top: calc(50% - 1px);
}
.button_burger__wrapper:after {
  bottom: 0;
}
.button_burger__wrapper.active:before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button_burger__wrapper.active .button_burger__line {
  width: 0;
}
.button_burger__wrapper.active:after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_nav__burger {
  display: none;
}
@media (min-width: 1240px) and (max-width: 1439px) {
  .header.header__scroll_top .header_bottom__wrapper {
    height: 70px;
  }
  .header .header_nav__wrapper .menu-item {
    margin-left: calc(20px + 2.08vw);
  }
  .header__button {
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    margin-left: calc(20px + 2.08vw);
  }
}
@media (max-width: 1239px) {
  .header.header__scroll_top .header_bottom__wrapper {
    height: 70px;
  }
  .header_bottom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .header_nav__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 2;
  }
  .header_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
  .header_nav__burger {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 2;
  }
  .header_nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_nav__wrapper .menu-item {
    -webkit-transition: margin-left 0s;
    -o-transition: margin-left 0s;
    transition: margin-left 0s;
    margin-left: 0;
  }
  .header__button {
    margin-left: 0;
    -webkit-transition: margin-left 0s;
    -o-transition: margin-left 0s;
    transition: margin-left 0s;
  }
  .header__open_burger_menu .header_bottom__wrapper {
    height: calc(100vh - 30px);
    padding: 70px 0;
  }
  .header__open_burger_menu .header_nav {
    opacity: 1;
    overflow: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer_container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.section_contacts {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}
.section_contacts:after {
  content: '';
  position: absolute;
  right: -155px;
  bottom: -71px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 428px;
  height: 412px;
  background-size: 100% 100%;
  background-image: url("../img/section_contacts__bg_icon.png");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section_contacts:after {
    opacity: 0.5;
  }
}
.section_contacts__container_fix {
  position: relative;
  z-index: 2;
}
.section_contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section_contacts__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2);
  flex: 1 1 calc(100% / 2);
  min-width: 290px;
  padding: 0 15px;
}
.section_contacts__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section_contacts__contact_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  min-width: 250px;
}
.section_contacts__block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 135px;
}
.section_contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_contacts__headline {
  color: #868686;
  font-family: 'Proxima Nova Cn Th', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}
.section_contacts__link {
  font-weight: 900;
  font-family: 'Proxima Nova Bl', sans-serif;
  font-size: calc(16px + .21vw);
}
.section_contacts__form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section_contacts__form_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 15px;
  min-width: 250px;
  margin-bottom: 10px;
}
.section_contacts__form_item label:last-child {
  margin-bottom: 0;
}
.section_contacts__form_button {
  padding-top: 15px;
}
.section_contacts__form_headline {
  margin-bottom: calc(15px + .78vw);
}
.section_contacts__form_headline h3 {
  font-size: calc(16px + .21vw);
  margin-bottom: 0;
}
.section_contacts__form textarea {
  min-height: 106px;
  height: 106px;
  max-height: 106px;
}
.footer_top {
  background-color: #595959;
  background-size: 385px 370px;
  background-position: -135px -60px;
  background-image: url("../img/footer__bg_img.png");
  background-repeat: no-repeat;
}
.footer_top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: calc(20px + 1.04vw) 0 0;
}
.footer__logo_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 118px;
  flex: 0 1 118px;
  padding: 0 15px;
  margin-bottom: calc(20px + 1.04vw);
}
.footer_top__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 15px;
  margin-bottom: calc(20px + 1.04vw);
}
.footer_nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer_nav__wrapper .menu-item {
  margin-bottom: calc(15px + .52vw);
  padding: 0 10px;
}
.footer_nav__wrapper .menu-item a {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.footer_nav__wrapper .menu-item a:hover {
  text-decoration: underline;
}
.footer_nav__wrapper .menu-item.current_page_item a {
  text-decoration: underline;
}
.footer_nav__wrapper ul {
  display: none;
}
.footer_line {
  margin-bottom: 0;
}
.footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: calc(15px + .52vw);
}
.footer_contact:hover span {
  text-decoration: underline;
}
.footer_contact span {
  margin-left: 10px;
}
.footer_contact:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer_contact__tel {
  margin-right: calc(15px + 1.823vw);
}
.footer_contact__tel:before {
  width: 14px;
  height: 20px;
  background-image: url("../img/contact__tel_icon.png");
}
.footer_contact__email:before {
  width: 20px;
  height: 15px;
  background-image: url("../img/contact__email_icon.png");
}
.footer_bottom {
  background-color: #333;
}
.footer_bottom__wrapper {
  padding: 10px 0;
}
.footer_bottom__wrapper p {
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  margin-bottom: 5px;
}
.section_greeting {
  background-image: url("../img/section_greeting__bg_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section_greeting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 30px);
  padding: 110px 0 calc(30px + 1.82vw);
}
.section_greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 500px;
}
.section_greeting__logo_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100px + 4.53vw);
}
.section_greeting__text_h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.section_greeting__next_scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.section_greeting__next_scroll:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 78px;
  background-image: url('../img/section_greeting__next_scroll_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section_advantages__text_block {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.section_advantages__text_block > *:last-child {
  margin-bottom: 0;
}
.section_advantages__line {
  max-width: 700px;
}
.section_advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section_advantages__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
.section_advantages__block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 136px;
  margin-bottom: calc(15px + .78vw);
}
.section_advantages__headline {
  font-size: 18px;
  text-align: center;
}
.section_advantages__short_description {
  color: #656565;
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.section_read_it__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section_read_it__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 230px;
  min-height: 400px;
}
.section_read_it__left_item {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url("../img/section_read_it__bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.section_read_it__left_item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -169px;
  bottom: 0;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 400px;
  background-size: cover;
  background-image: url("../img/section_read_it__bg_icon.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.section_read_it__left_item:after {
  content: '';
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 68px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(rgba(255, 255, 255, 0.91)), color-stop(rgba(255, 255, 255, 0.82)), color-stop(rgba(255, 255, 255, 0.73)), color-stop(rgba(255, 255, 255, 0.64)), color-stop(rgba(255, 255, 255, 0.55)), color-stop(rgba(255, 255, 255, 0.45)), color-stop(rgba(255, 255, 255, 0.36)), color-stop(rgba(255, 255, 255, 0.27)), color-stop(rgba(255, 255, 255, 0.18)), color-stop(rgba(255, 255, 255, 0.09)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.73), rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.73), rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0));
}
.section_read_it__block_logo {
  position: relative;
  z-index: 3;
  padding-right: calc(70px + 3.12vw);
}
.section_read_it__right_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section_read_it__block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section_read_it__block_button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10.14vw;
}
.section_read_it__button {
  position: relative;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .2), 0px -3px 4px rgba(0, 0, 0, .1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, .2), 0px -3px 4px rgba(0, 0, 0, .1);
  margin: 0 calc(30px + 3.12vw) 0 0;
}
.section_read_it__button:before {
  content: '';
  position: absolute;
  top: -22px;
  right: -100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 47px;
  height: 50px;
  background-size: 100% 100%;
  background-image: url("../img/section_read_it__button_icon.png");
}
@media (min-width: 769px) and (max-width: 1023px) {
  .section_read_it__block_button {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_read_it__button {
    margin-right: 0;
  }
  .section_read_it__button:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .section_read_it__left_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_read_it__block_logo {
    padding-right: 0;
  }
  .section_read_it__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_read_it__block_button {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_read_it__button {
    margin-right: 0;
  }
}
@media (max-width: 510px) {
  .section_read_it__img {
    height: 90%;
  }
  .section_read_it__button {
    margin-top: 25px;
  }
  .section_read_it__button:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: unset;
    left: calc(50% - 10px);
    right: unset;
    bottom: -75px;
  }
}
.section_news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow-x: hidden;
}
.section_news__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  min-width: 250px;
  width: 100%;
  max-width: calc(100% / 3);
}
.section_news__item:hover .section_news__img {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .section_news__item {
    max-width: calc(100% / 2);
  }
}
@media (max-width: 540px) {
  .section_news__item {
    max-width: calc(100% / 1);
  }
}
.section_news__img_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-bottom: calc(15px + .78vw);
}
.section_news__img_link:before {
  content: '';
  position: absolute;
  right: -19px;
  bottom: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 44px;
  height: 65px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/img__icon.png");
}
.section_news__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section_news__img.section_news__no_img {
  background: #f9f9f9;
}
.section_news__data {
  color: #444;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.section_news__headline {
  font-size: 18px;
  font-family: 'Proxima Nova Bl', sans-serif;
  font-weight: 900;
}
.section_news__headline a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.section_news__button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq__question_el {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #333;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.faq__question_el:before, .faq__question_el:after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1px;
  background-color: #333;
}
.faq__question_el:before {
  width: 11px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq__question_el:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 25%;
  width: 13px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.faq__question {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.faq__question h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: calc(16px + .31vw);
  padding-right: 15px;
  margin-bottom: 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__answer {
  display: none;
  padding-top: calc(15px + .78vw);
  padding-left: 5.2vw;
}
.faq__item {
  padding-bottom: calc(15px + .78vw);
  border-bottom: 1px solid #e9946e;
  margin-bottom: calc(15px + .78vw);
}
.faq__item.open .faq__question h4 {
  color: #e9946e;
}
.faq__item.open .faq__question_el {
  border: 1px solid #e9946e;
}
.faq__item.open .faq__question_el:before {
  opacity: 0;
}
.faq__item.open .faq__question_el:after {
  background-color: #e9946e;
}
.faq__item:hover .faq__question h4 {
  color: #e9946e;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.single_news__block_img {
  height: 110px;
}
@media (max-width: 1440px) {
  .single_news__block_img {
    height: 70px;
  }
}
.single_news__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single_news__thumbnail_block {
  position: relative;
  float: left;
  max-width: 50%;
  min-width: 250px;
  margin-right: calc(30px + 1.82vw);
  margin-bottom: calc(20px + 1.04vw);
}
.single_news__thumbnail_block:before {
  content: '';
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 66px;
  height: 97px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/img__big_icon.png);
}
.single_news__thumbnail_img {
  width: 100%;
}
@media (max-width: 768px) {
  .single_news__thumbnail_block {
    float: none;
    max-width: 100%;
    margin-right: 28px;
  }
}
.page_single__wrapper {
  overflow-y: hidden;
}
.page_single__wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.single_news__headline {
  font-size: calc(18px + .21vw);
}
.single_news__date {
  color: #444;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
