@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-regular";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  font-display: "auto";
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-medium";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.otf") format("opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-bold";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.otf") format("opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.woff") format("woff"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?9k5wr8");
  src: url("../fonts/icons/icomoon.eot?9k5wr8#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?9k5wr8") format("truetype"), url("../fonts/icons/icomoon.woff?9k5wr8") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_play:before {
  content: "";
}

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: #111111;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular", "arm-regular";
}
body.pp_opened {
  position: relative;
  overflow: hidden;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  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.pp_opened {
  overflow: hidden;
}
body.pp_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: #E51B23;
}

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: -15px;
  margin-right: -15px;
}
.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;
}

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

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

.section_title {
  font-family: "bold", "arm-bold";
  margin: 0;
}

.primary_btn {
  border: none;
  background: #E51B23;
  color: #ffffff;
  padding: 15px;
}

.secondary_btn {
  border: 1px solid;
  background: transparent;
  color: #E51B23;
  padding: 14px;
}

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

.section_title {
  margin: 0;
  font-family: "bold", "arm-bold";
  font-size: 720%;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-text-stroke: 1px #E51B23;
  margin-bottom: -8px;
}

.big_title {
  font-size: 280%;
  line-height: 1.25em;
  color: #111111;
  font-family: "bold", "arm-bold";
}

.medium_title {
  font-size: 180%;
  line-height: 1.5em;
  color: #111111;
  font-family: "medium", "arm-medium";
}

.standard_description {
  font-size: 140%;
  line-height: 1.5em;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .section_title {
    font-size: 620%;
  }

  .medium_title {
    font-size: 160%;
  }

  .big_title {
    font-size: 240%;
  }
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 560%;
  }

  .big_title {
    font-size: 220%;
  }
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 480%;
  }

  .big_title {
    font-size: 200%;
  }
}
@media screen and (max-width: 639px) {
  .section_title {
    font-size: 420%;
  }
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 360%;
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 479px) {
  .medium_title {
    font-size: 160%;
  }

  .section_title {
    font-size: 300%;
  }

  .big_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 399px) {
  .medium_title {
    font-size: 150%;
  }

  .section_title {
    font-size: 240%;
    margin-bottom: 0;
  }
}
.footer_info ul, .main_menu ul, .language_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

[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;
}

.standard_text, .primary_btn, .secondary_btn {
  font-size: 140%;
  line-height: 20px;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.header.hidden_header {
  top: -200px;
}

.header_inner {
  padding: 7px 0;
  height: 78px;
  display: flex;
  align-items: center;
}
.header_inner .main_logo {
  max-height: 64px;
  max-width: 64px;
}
.header_inner .main_logo a {
  display: block;
}
.header_inner .main_logo img {
  max-height: 100%;
  max-width: 100%;
}

.language_block {
  font-size: 120%;
  line-height: 1.25em;
  position: relative;
  z-index: 200;
}
.language_block.opened .language_button:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.language_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #666666;
  border: none;
  background: transparent;
  padding: 0;
  line-height: inherit;
  position: relative;
  z-index: 20;
}
.language_button:before {
  display: block;
  margin: 0 0 0 4px;
  font-size: 40%;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.language_list {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 21px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(229, 27, 35, 0.15);
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.language_list li {
  border-bottom: 1px solid #E51B23;
}
.language_list li:last-child {
  border-bottom: 0;
}
.language_list a {
  color: #666666;
  display: block;
  padding: 10px 5px;
}

.main_menu {
  margin-left: auto;
  padding-right: 36px;
}
.main_menu ul {
  display: flex;
  align-items: center;
}
.main_menu li {
  padding: 0 20px;
}
.main_menu a {
  display: block;
  font-size: 130%;
  line-height: 21px;
  color: #111111;
}

.menu_btn {
  display: none;
}

@media screen and (max-width: 959px) {
  .main_menu {
    padding-right: 20px;
  }
  .main_menu li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .main_menu {
    padding-right: 15px;
  }
  .main_menu li {
    padding: 0 10px;
  }
  .main_menu a {
    font-size: 120%;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .menu_btn {
    display: block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    min-width: 30px;
    z-index: 5;
    color: #E51B23;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_btn:before, .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 1px solid;
    left: 0;
    width: 100%;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_btn:before {
    top: 5px;
  }
  .menu_btn:after {
    bottom: 5px;
  }
  .menu_btn span {
    display: block;
    border-top: 1px 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;
  }

  .main_menu {
    display: none;
    position: absolute;
    background: #ffffff;
    border: none;
    top: 78px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    height: auto;
    border-top: none;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
    padding-right: 0;
  }
  .main_menu ul {
    display: block;
    padding: 20px 15px;
  }
  .main_menu li {
    padding: 15px 0;
  }
  .main_menu a {
    font-size: 130%;
    line-height: 21px;
  }

  .main_logo {
    margin-right: auto;
  }

  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 5px;
    top: 15px;
    width: 22px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 5px;
    bottom: 14px;
    width: 22px;
  }
  .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;
  }
}
.footer {
  background: #111111;
}

.top_inner {
  display: flex;
  align-items: center;
  padding: 24px 0;
  margin: 0 -15px;
}
.top_inner .main_logo {
  max-height: 64px;
  padding: 0 15px;
}
.top_inner .main_logo a {
  display: block;
}
.top_inner .main_logo img {
  max-width: 64px;
}

.footer_info {
  padding: 0 15px;
  flex: 1;
  width: 60%;
}
.footer_info ul {
  display: flex;
  justify-content: center;
  margin: 0 -28px;
}
.footer_info li {
  padding: 0 28px;
}
.footer_info li:first-child {
  padding-top: 0;
}
.footer_info .item_title {
  display: block;
  font-size: 120%;
  line-height: 1.25em;
  color: #ffffff;
  padding-bottom: 8px;
  white-space: nowrap;
}
.footer_info .item_info {
  display: block;
  font-size: 130%;
  line-height: 1.25em;
  color: #ffffff;
}

.socials_block {
  padding: 0 15px;
}

.footer_socials {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
.footer_socials > li {
  padding: 0 10px;
}
.footer_socials > li a {
  display: inline-block;
  color: #ffffff;
  font-size: 195%;
}

.copyright {
  font-size: 120%;
  line-height: 1.25em;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ffffff;
}
.copyright span {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .footer_info ul {
    margin: 0 -18px;
  }
  .footer_info li {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_info ul {
    margin: 0 -20px;
    flex-wrap: wrap;
  }
  .footer_info li {
    padding: 14px 20px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_info {
    padding: 0 10px;
  }
  .footer_info ul {
    margin: 0 -12px;
    flex-wrap: wrap;
  }
  .footer_info li {
    padding: 10px 12px;
  }

  .socials_block {
    padding: 20px 10px 0;
    width: 100%;
  }

  .top_inner {
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .top_inner .main_logo {
    padding: 0 10px;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer_info ul {
    margin: 0;
    flex-wrap: wrap;
  }
  .footer_info li {
    padding: 14px 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .socials_block {
    padding: 0 10px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .footer_info {
    width: 100%;
    text-align: center;
  }

  .top_inner {
    align-items: flex-start;
  }
  .top_inner .main_logo {
    display: flex;
    justify-content: center;
  }

  .socials_block {
    padding: 10px 10px 0;
    width: 100%;
  }

  .footer_socials {
    justify-content: center;
  }
}
@media screen and (max-width: 399px) {
  .top_inner .main_logo {
    max-height: 60px;
  }
  .top_inner .main_logo img {
    max-width: 60px;
  }

  .footer_info .item_info {
    font-size: 120%;
  }
}
.web .language_button, .web .language_list a, .language_list .web a, .web .main_menu a, .main_menu .web a, .web .menu_btn {
  -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 .primary_btn, .web .secondary_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 {
  -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 .language_button, .touch .language_list a, .language_list .touch a, .touch .main_menu a, .main_menu .touch a, .touch .menu_btn {
  -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 .primary_btn, .touch .secondary_btn {
  -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;
}

.web .language_button:hover, .web .language_list a:hover, .language_list .web a:hover, .web .main_menu a:hover, .main_menu .web a:hover, .web .menu_btn:hover {
  color: rgba(229, 27, 35, 0.7);
}
.web .primary_btn:hover, .web .secondary_btn:hover {
  background: #000000;
}

.touch .language_button:active, .touch .language_list a:active, .language_list .touch a:active, .touch .main_menu a:active, .main_menu .touch a:active, .touch .menu_btn:active {
  color: rgba(229, 27, 35, 0.7);
}
.touch .primary_btn:active, .touch .secondary_btn:active {
  background: #000000;
}

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