/*   
Theme Name: liga
Version: 1.0
Tags: development, html5, wordpress
Description: WordPress Theme for Beyond Immigration
Author: CoffeeHard
Author URI: https://coffeehard.ru/
*/

body {
  color: #121212;
  background: #FBFBFB;
}
.area {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.area .area {
  max-width: 100%;
  padding: 0;
}
.fullarea {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.fullarea .fullarea {
  max-width: 100%;
  padding: 0;
}
.widearea {
  display: block;
  margin: 0 auto;
}
main.main {
  /* min-height: 60vh; */
}

header {
  display: block;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.header_content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_info {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 991;
}
.header_info .header_content {
  padding: 30px 0;
}
.header_info .header_about {
  display: block;
  position: relative;
  width: 100%;
  max-width: 430px;
  margin-right: 30px;
  float: left;
}
.header_info .header_about .header_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 240px;
  height: 50px;
  color: #121212;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  float: left;
}
.header_info .header_about .header_logo svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_info .header_about .header_logo svg path {
  transition: .2s ease fill;
}
.header_info .header_about .header_logo:hover svg path.hover {
  fill: #6B0322;
}
.header_info .header_about .header_tagline {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 0;
  padding-left: 20px;
  margin-left: 20px;
  color: #5E5E5E;
  border: 0;
  border-left: 1px solid #E4E4E4;
  box-sizing: border-box;
  float: left;
}
.header_info .header_phone {
  display: block;
  position: relative;
  text-decoration: none;
  color: #8A1538;
  padding: 13px 15px;
  padding-left: 28px;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
  float: left;
}
.header_info .header_phone .header_icon {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.header_info .header_phone .header_icon svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_info .header_phone .header_icon svg path {
  fill: #8A1538;
  transition: .2s ease fill;
}
.header_info .header_phone:hover .header_icon svg path {
  fill: #6B0322;
}
.header_info .header_phone .header_data {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: inherit;
  transition: .2s ease color;
}
.header_info .header_phone:hover .header_data {
  color: #6B0322;
}
.header_info .header_action {
  display: block;
  position: relative;
  width: 100%;
  max-width: 680px;
  padding-left: 140px;
  box-sizing: border-box;
  float: right;
}
.header_info .header_action .header_lang {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  transition: .2s ease all;
  z-index: 1;
}
.header_info .header_action .header_lang::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 18px;
  width: 10px;
  height: 6px;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_arrow_down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.header_info .header_action .header_lang .header_country {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 0;
  padding-left: 50px !important;
  color: #121212;
  cursor: pointer;
  outline: 0;
  transition: .2s ease padding;
}
.header_info .header_action .header_lang .header_country .header_flag {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.header_info .header_action .header_lang .header_country__ru .header_flag {
  background-image: url(/wp-content/themes/beyond/img/flags/ru.svg);
}
.header_info .header_action .header_lang .header_country__en .header_flag {
  background-image: url(/wp-content/themes/beyond/img/flags/gb.svg);
}
.header_info .header_action .header_lang .header_country .header_name {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: inherit;
  transition: .2s ease color;
}
.header_info .header_action .header_lang .header_country:hover .header_name {
  color: #8A1538;
}
.header_info .header_action .header_lang__opened {
  padding: 5px 0;
  height: 90px;
}
.header_info .header_action .header_lang__opened::before {
  transform: rotateZ(180deg);
}
.header_info .header_action .header_lang__opened .header_country {
  padding: 10px 0;
}
.header_info .header_action .header_channel {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-right: 30px;
  float: left;
}
.header_info .header_action .header_channel .header_subscribe {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 15px 25px;
  padding-left: 55px;
  color: #FFFFFF;
  background: #0088CC;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
  transition: .2s ease background;
  float: left;
}
.header_info .header_action .header_channel .header_subscribe:hover {
  background: #27A7E7;
}
.header_info .header_action .header_channel .header_subscribe .header_icon {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.header_info .header_action .header_channel .header_subscribe .header_icon svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_info .header_action .header_channel .header_subscribe .header_icon svg path {
  fill: #FFFFFF;
}
.header_info .header_action .header_channel .header_subscribe .header_data {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: inherit;
}
.header_info .header_action .header_channel .header_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 0;
  margin-left: 15px;
  color: #5E5E5E;
  float: left;
}
.header_info .header_action .header_channel .header_hint a {
  display: inline-block;
  text-decoration: none;
  color: #0088CC;
  cursor: pointer;
  outline: 0;
}
.header_info .header_action .header_channel .header_hint a:hover {
  text-decoration: underline;
}
.header_info .header_action .header_social {
  display: block;
  position: relative;
  width: 110px;
  float: left;
}
.header_info .header_action .header_social .header_link {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 2px 6px 0px #0000001A;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.header_info .header_action .header_social .header_link:last-child {
  margin-right: 0;
}
.header_info .header_action .header_social .header_link svg {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  z-index: 1;
}
.header_info .header_action .header_social .header_link svg path {
  transition: .2s ease fill;
}
.header_info .header_action .header_social .header_link:hover svg path {
  fill: #FFFFFF;
}
.header_info .header_action .header_social .header_link__telegram:hover {
  background: #27A7E7;
}
.header_info .header_action .header_social .header_link__whatsapp:hover {
  background: #48C95F;
}
.header_info .header_action .header_menutoggle {
  display: none;
}
.header_route {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_route .header_menu {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 30px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
}
.header_route .header_menu ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.header_route .header_menu ul li {
  display: block;
  position: relative;
}
.header_route .header_menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 25px 30px;
  color: #121212;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  transition: .2s ease color;
}
.header_route .header_menu ul li a:hover {
  color: #8A1538;
}
.header_route .header_menu ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 24px;
  margin-left: 7px;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_arrow_down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  transition: .2s ease transform;
  z-index: 1;
}
.header_route .header_menu ul li.menu-item-has-children:hover > a::after {
  transform: rotateZ(180deg);
}
.header_route .header_menu ul li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  top: calc(100% + 1px);
  left: -30px;
  width: auto;
  padding: 15px 0;
  background: #FFFFFF;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9;
}
.header_route .header_menu ul li.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}
.header_route .header_menu ul li.menu-item-has-children ul.sub-menu li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 30px;
  width: 15px;
  height: 2px;
  background: #8A1538;
  z-index: 1;
}
.header_route .header_menu ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  padding: 10px 30px;
  padding-left: 60px;
}
.header_route .header_menu ul li.menu-item-110 ul.sub-menu {
  max-height: 470px;
  width: 470px;
}
.header_route .header_menu ul li.menu-item-24, .header_route .header_menu ul li.menu-item-70 {
  display: none;
}
.header_mobilemenu {
  display: none;
}
.header_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C8C8C8CC;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 9998;
}

header.magnet {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #FBFBFB;
  box-shadow: 0px 2px 6px 0px #0000001A;
}
header.magnet .header_info .header_content {
  padding: 15px 0;
}
header.magnet .header_route {
  display: none;
}
main.magnet {
  margin-top: 184px;
}

div.modalform {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 760px;
  padding: 0;
  background: #FBFBFB;
  border: 0;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
div.modalform .modalform_line {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 40px 100px;
  box-sizing: border-box;
}
div.modalform .modalform_line .modalform_heading {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
div.modalform .modalform_line .modalform_heading .modalform_title {
  display: block;
  position: relative;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 15px;
  color: #121212;
}
div.modalform .modalform_line .modalform_heading .modalform_description {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #121212;
}
div.modalform .modalform_line .modalform_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.modalform .modalform_line .modalform_form .modalform_input {
  margin-bottom: 20px;
}
div.modalform .modalform_line .modalform_form .modalform_textarea {
  margin-bottom: 20px;
}
div.modalform .modalform_line .modalform_form .modalform_oferta {

}
div.modalform .modalform_line .modalform_form .modalform_oferta p {

}
div.modalform .modalform_line .modalform_form .modalform_button {
  margin-top: 30px;
}
div.modalform .modalform_line .modalform_form .thanks {
  text-align: center;
}
div.modalform .fancybox-close-small {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 0;
  overflow: hidden;
  opacity: 1;
}
div.modalform .fancybox-close-small svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
div.modalform .fancybox-close-small svg path {
  fill: #121212;
  transition: .2s ease fill;
}
div.modalform .fancybox-close-small:hover svg path {
  fill: #8A1538;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 32px;
  color: #FFFFFF;
  background: #8A1538;
  border: 1px solid #8A1538;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
  transition: .2s ease all;
}
.btn:hover {
  background: #6B0322;
  border-color: #6B0322;
}
.btn__white {

}
.btn__white:hover {

}

.block_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.block_title {
  display: block;
  position: relative;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 40px;
  color: #121212;
}
.block_title:last-child {
  margin-bottom: 0;
}
.block_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.block_form input {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 20px 25px;
  color: #121212;
  background: #FFFFFF;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  appearance: none;
  overflow: hidden;
  outline: 0;
  box-sizing: border-box;
}
.block_form input::placeholder {
  color: #5E5E5E;
}
.block_form textarea {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 20px 25px;
  color: #121212;
  background: #FFFFFF;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  appearance: none;
  resize: none;
  outline: 0;
  box-sizing: border-box;
}
.block_form textarea::placeholder {
  color: #5E5E5E;
}
.block_form button {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 14px;
  margin: 0 auto;
}
.block_form .block_oferta {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 32px !important;
  margin-top: 10px;
  box-sizing: border-box;
}
.block_form .block_oferta input {
  display: block;
  position: absolute;
  text-align: center;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.block_form .block_oferta input::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}
.block_form .block_oferta input::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_check.svg);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .2s ease opacity;
  z-index: 2;
}
.block_form .block_oferta input:checked::after {
  opacity: 1 !important;
}
.block_form .block_oferta p {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #121212;
}
.block_form .block_oferta p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.block_form .block_oferta p a:hover {
  text-decoration: none;
}
.block_form .thanks {
  display: inline-block;
  position: relative;
  width: 100%;
}
.block_form .thanks p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #121212;
}

.play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  transition: .2s ease transform;
  z-index: 9;
}
.play:hover {
  transform: scale(1.05);
}
.play svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 15%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.section__white {
  background: #FFFFFF;
}
.section__gray {
  background: #F1F1F1;
}

.welcome {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.welcome_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 40px;
}
.welcome_headline {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.welcome_headline .welcome_title {
  display: block;
  position: relative;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  color: #121212;
}
.welcome_headline .welcome_info {
  display: block;
  position: relative;
  width: 100%;
  max-width: 580px;
  margin-right: 40px;
}
.welcome_headline .welcome_info .welcome_subtitle {
  display: block;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
  color: #121212;
}
.welcome_headline .welcome_info .welcome_description {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
  color: #121212;
}
.welcome_headline .welcome_info .welcome_button {
  width: 100%;
  max-width: 380px;
  padding: 14px;
}
.welcome_overview {
  display: inline-block;
  position: relative;
  left: -100px;
  width: calc(100% + 200px);
}
.welcome_overview .welcome_slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.welcome_overview .welcome_slider .owl-stage-outer {
  border-radius: 40px;
  overflow: hidden;
}
.welcome_overview .welcome_slider .welcome_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 720px;
  background-color: #F1F1F1;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 35%;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
  opacity: 1 !important;
}
.welcome_overview .welcome_dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0;
  transform: translateX(-50%);
}
.welcome_overview .welcome_nav {
  display: none !important;
}
.welcome_overview .welcome_video {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 100px;
  right: 100px;
  width: 260px;
  height: 140px;
  color: #121212;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 9;
}
.welcome_advantages {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.welcome_advantages .welcome_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.welcome_advantages .welcome_list .welcome_item {
  display: block;
  position: relative;
  text-align: center;
  width: 33.333%;
  padding: 0 5px;
  box-sizing: border-box;
}
.welcome_advantages .welcome_list .welcome_item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  width: 1px;
  height: 48px;
  background: #E4E4E4;
  z-index: 1;
}
.welcome_advantages .welcome_list .welcome_item:last-child:after {
  display: none;
}
.welcome_advantages .welcome_list .welcome_item .welcome_number {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #121212;
}
.welcome_advantages .welcome_list .welcome_item .welcome_number i {
  display: inline-block;
  font-family: inherit;
  font-size: 32px;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  vertical-align: baseline;
}
.welcome_advantages .welcome_list .welcome_item .welcome_hint {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
}
.welcome_advantages .welcome_list .welcome_item .welcome_hint br {
  display: none;
}

.breadcrumbs {
  display: block;
  position: relative;
  width: 100%;
}
.breadcrumbs_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.breadcrumbs ul {
  display: inline-block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.breadcrumbs ul li {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.breadcrumbs ul li span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs ul li a {
  display: inline;
  text-decoration: none;
  color: #121212;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.breadcrumbs ul li a:hover {
  color: #8A1538;
}
.breadcrumbs ul li i {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.classic {
  display: block;
  position: relative;
  width: 100%;
}
.classic_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.classic_title {
  margin-bottom: 30px !important;
}
.classic_title:last-child {
  margin-bottom: 0 !important;
}
.classic_subtitle {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #121212;
}
.classic_subtitle:first-child {
  margin-top: 0;
}
.classic_subtitle:last-child {
  margin-bottom: 0;
}
.classic h2 {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #121212;
}
.classic h2:first-child {
  margin-top: 0;
}
.classic h2:last-child {
  margin-bottom: 0;
}
.classic h2 a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
}
.classic h2 a:hover {
  text-decoration: none;
}
.classic h3 {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #121212;
}
.classic h3:first-child {
  margin-top: 0;
}
.classic h3:last-child {
  margin-bottom: 0;
}
.classic h3 a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
}
.classic h3 a:hover {
  text-decoration: none;
}
.classic p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #121212;
}
.classic p:last-child {
  margin-bottom: 0;
}
.classic p em {
  display: inline;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.classic p b, .classic p strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic p a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
}
.classic p a:hover {
  text-decoration: none;
}
.classic ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.classic ul:last-child {
  margin-bottom: 0;
}
.classic ul li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  color: #121212;
  box-sizing: border-box;
}
.classic ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #8A1538;
  border-radius: 50%;
  overflow: hidden;
}
.classic ul li em {
  display: inline;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.classic ul li b, .classic ul li strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic ul li a {
  display: inline;
  text-decoration: underline;
  font-weight: 500;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
}
.classic ul li a:hover {
  text-decoration: none;
}
.classic ol {
  display: block;
  position: relative;
  width: 100%;
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
}
.classic ol:last-child {
  margin-bottom: 0;
}
.classic ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}
.classic ol li em {
  display: inline;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.classic ol li b, .classic ol li strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic ol li a {
  display: inline;
  text-decoration: underline;
  font-weight: 500;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
}
.classic ol li a:hover {
  text-decoration: none;
}
.classic u {
  text-decoration: inherit;
}
.classic_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.classic_grid__reverse {
  flex-flow: row-reverse;
}
.classic_grid .classic_info {
  display: block;
  position: relative;
  width: calc(100% - 520px);
}
.classic_grid .classic_image {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 480px;
  height: auto;
  min-height: 320px;
  color: #121212;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.classic_grid .classic_image .classic_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.classic_grid .classic_image:hover .classic_source {
  transform: scale(1.02);
}
.classic_picture {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #121212;
  cursor: pointer;
  outline: 0;
}
.classic_picture .classic_image {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  transition: .2s ease opacity;
}
.classic_picture:hover .classic_image {
  opacity: .8;
}
.classic_table {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.classic_table:first-child {
  margin-top: 0;
}
.classic_table table {
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.classic_table__nohead table {
  border-radius: 0 !important;
}
.classic_table table thead {
  position: relative;
  width: 100%;
}
.classic_table table thead tr {
  position: relative;
  width: 100%;
}
.classic_table table thead tr td {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 15px;
  color: #FFFFFF;
  background: #8A1538;
  border: 1px solid #8A1538;
  vertical-align: middle;
}
.classic_table table tbody {
  position: relative;
  width: 100%;
}
.classic_table table tbody tr {
  position: relative;
  width: 100%;
}
.classic_table table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px;
  color: #121212;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
}
.classic_table table tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
}
.classic_table table tbody tr td b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic_sitemap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.classic_sitemap h2 {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 7px;
  color: #121212;
}
.classic_sitemap h2:first-child {
  margin-top: 0;
}
.classic_sitemap h2:last-child {
  margin-bottom: 0;
}
.classic_sitemap ul {
  list-style: decimal;
  list-style-position: inside;
}
.classic_sitemap ul ul {
  padding-left: 12px;
  margin-bottom: 6px !important;
  box-sizing: border-box;
}
.classic_sitemap ul li {
  display: list-item;
  padding: 0 !important;
}
.classic_sitemap ul li::before {
  display: none;
}
.classic__oferta p a {
  display: inline;
}

.overview {
  display: block;
  position: relative;
  width: 100%;
}
.overview_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.overview_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.overview_line .overview_info {
  display: block;
  position: relative;
  width: calc(100% - 660px);
}
.overview_line .overview_info .overview_title {
  margin-bottom: 20px;
}
.overview_line .overview_info .overview_video {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.overview_line .overview_info .overview_video .overview_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  color: #121212;
}
.overview_line .overview_info .overview_video .overview_player {
  display: block;
  position: relative;
  text-decoration: none;
  width: 420px;
  height: 220px;
  color: #121212;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.overview_line .overview_info .overview_description {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.overview_line .overview_info .overview_description p a {
  display: inline;
}
.overview_line .overview_info .overview_action {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -10px;
}
.overview_line .overview_info .overview_action .overview_button {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.overview_line .overview_info .overview_action .overview_button:last-child {
  margin-right: 0;
}
.overview_line .overview_image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  height: auto;
  min-height: 360px;
  margin-left: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.overview_line .overview_image .overview_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.overview_line .overview_image:hover .overview_source {
  transform: scale(1.02);
}

.investment {
  display: block;
  position: relative;
  width: 100%;
}
.investment_title {
  text-align: center;
}
.investment_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.investment_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  left: -15px;
  width: calc(100% + 30px);
}
.investment_list .investment_item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 15px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.investment_list .investment_item .investment_image {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 220px;
  color: #121212;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.investment_list .investment_item .investment_image .investment_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.investment_list .investment_item .investment_image:hover .investment_source {
  transform: scale(1.02);
}
.investment_list .investment_item .investment_info {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.investment_list .investment_item .investment_info .investment_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #8A1538;
}
.investment_list .investment_item .investment_info .investment_name:last-child {
  margin-bottom: 0;
}
.investment_list .investment_item .investment_info .investment_price {
  display: block;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 10px;
  color: #8A1538;
}
.investment_list .investment_item .investment_info .investment_price:last-child {
  margin-bottom: 0;
}
.investment_list .investment_item .investment_info .investment_hint {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
}

.program {
  display: block;
  position: relative;
  width: 100%;
}
.program_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.program_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.program_grid .program_info {
  display: block;
  position: relative;
  width: calc(100% - 660px);
  padding: 120px 0;
  box-sizing: border-box;
}
.program_grid .program_info .program_about {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.program_grid .program_info .program_about .program_title {
  margin-bottom: 20px;
}
.program_grid .program_info .program_about .program_description {
  display: inline-block;
  position: relative;
  width: 100%;
}
.program_grid .program_info .program_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.program_grid .program_info .program_list .program_item {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  overflow: hidden;
}
.program_grid .program_info .program_list .program_item:last-child {
  margin-bottom: 0;
}
.program_grid .program_info .program_list .program_item .program_name {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  padding-right: 80px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.program_grid .program_info .program_list .program_item .program_name .program_caption {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #121212;
  transition: .2s ease color;
}
.program_grid .program_info .program_list .program_item .program_name:hover .program_caption {
  color: #8A1538;
}
.program_grid .program_info .program_list .program_item .program_name .program_symbol {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.program_grid .program_info .program_list .program_item .program_name .program_symbol::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: #8A1538;
  border-radius: 12px;
  transition: .2s ease all;
  z-index: 9;
}
.program_grid .program_info .program_list .program_item .program_name .program_symbol::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
  background: #8A1538;
  border-radius: 12px;
  transition: .2s ease all;
  z-index: 9;
}
.program_grid .program_info .program_list .program_item__opened .program_name .program_symbol::before {
  transform: rotateZ(180deg);
}
.program_grid .program_info .program_list .program_item__opened .program_name .program_symbol::after {
  transform: rotateZ(270deg);
}
.program_grid .program_info .program_list .program_item .program_hidden {
  display: none;
  position: relative;
  width: 100%;
  padding: 30px;
  padding-top: 0 !important;
  box-sizing: border-box;
}
.program_grid .program_image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin-left: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.program_grid .program_image .program_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.program_grid .program_image:hover .program_source {
  transform: scale(1.02);
}
.program_grid__full {
  display: inline-block;
}
.program_grid__full .program_info {
  display: inline-block;
  width: 100% !important;
  padding: 0 !important;
}

.steps {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.steps_title {
  text-align: center;
}
.steps_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.steps_tabs {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.steps_tabs .steps_option {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 32px;
  margin: 0 10px;
  color: #8A1538;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
  transition: .2s ease all;
}
.steps_tabs .steps_option:hover {
  color: #6B0322;
}
.steps_tabs .steps_option__active {
  color: #FFFFFF !important;
  background: #8A1538;
  border: 1px solid #8A1538;
  cursor: default;
}
.steps_list {
  display: none;
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
}
.steps_list .steps_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: -40px;
  box-sizing: border-box;
  overflow: hidden;
}
.steps_list .steps_item:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.steps_list .steps_item .steps_info {
  display: block;
  position: relative;
  text-align: right;
  width: calc(50% - 60px);
  padding: 20px 30px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  float: left;
  z-index: 9;
}
.steps_list .steps_item:nth-child(even) .steps_info {
  text-align: left;
  float: right;
}
.steps_list .steps_item .steps_info .steps_number {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 7px;
  color: #8A1538;
}
.steps_list .steps_item .steps_info .steps_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
}
.steps_list .steps_item .steps_info .steps_hint {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 7px;
  color: #121212;
}
.steps_list .steps_item .steps_point {
  display: block;
  position: absolute;
  top: 18px;
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: #8A1538;
  border: 10px solid #D9D9D9;
  border-radius: 50%;
  box-sizing: border-box;
}
.steps_list .steps_item .steps_point::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 1000px;
  background: #D9D9D9;
  z-index: -1;
}
.steps_list .steps_item:last-child .steps_point::before {
  display: none;
}

.indent {
  display: block;
  position: relative;
  width: 100%;
}

.regions {
  display: block;
  position: relative;
  width: 100%;
}
.regions_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.regions_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.regions_list .regions_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.regions_list .regions_item:last-child {
  margin-bottom: 0;
}
.regions_list .regions_item .regions_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.regions_list .regions_item:nth-child(even) .regions_line {
  flex-flow: row-reverse;
}
.regions_list .regions_item .regions_line .regions_info {
  display: block;
  position: relative;
  width: calc(50% - 15px);
}
.regions_list .regions_item .regions_line .regions_info .regions_link {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #121212;
  cursor: pointer;
  outline: 0;
}
.regions_list .regions_item .regions_line .regions_info .regions_link .regions_name {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  transition: .2s ease color;
}
.regions_list .regions_item .regions_line .regions_info .regions_link:hover .regions_name {
  color: #8A1538;
}
.regions_list .regions_item .regions_line .regions_info .regions_link .regions_price {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #8A1538;
}
.regions_list .regions_item .regions_line .regions_info .regions_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.regions_list .regions_item .regions_line .regions_info .regions_text .regions_description {
  display: inline-block;
  position: relative;
  width: 100%;
}
.regions_list .regions_item .regions_line .regions_info .regions_text .regions_description blockquote {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 12px;
  background: #F1F1F1;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.regions_list .regions_item .regions_line .regions_info .regions_text .regions_description blockquote a {
  display: inline;
}
.regions_list .regions_item .regions_line .regions_info .regions_text .regions_hidden {
  display: none;
  position: relative;
  width: 100%;
}
.regions_list .regions_item .regions_line .regions_info .regions_text .regions_show {
  display: block;
  position: relative;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.regions_list .regions_item .regions_line .regions_info .regions_text .regions_show:hover {
  color: #6B0322;
}
.regions_list .regions_item .regions_line .regions_info .regions_button {
  margin-top: 20px;
}
.regions_list .regions_item .regions_line .regions_image {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(50% - 15px);
  height: auto;
  min-height: 320px;
  color: #121212;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.regions_list .regions_item .regions_line .regions_image .regions_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.regions_list .regions_item .regions_line .regions_image:hover .regions_source {
  transform: scale(1.02);
}
.regions_list .regions_item .regions_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 25px;
  margin-bottom: -10px;
}
.regions_list .regions_item .regions_action .regions_button {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.regions_list .regions_item .regions_action .regions_button:last-child {
  margin-right: 0;
}

.about {
  display: block;
  position: relative;
  width: 100%;
}
.about_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.about_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.about_line .about_info {
  display: block;
  position: relative;
  width: calc(100% - 740px);
  padding: 20px 0;
  box-sizing: border-box;
}
.about_line .about_info .about_title {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  color: #8A1538;
}
.about_line .about_info .about_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.about_line .about_info .about_text ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.about_line .about_info .about_text ul li {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #121212;
  box-sizing: border-box;
}
.about_line .about_info .about_text ul li:last-child {
  margin-bottom: 0;
}
.about_line .about_info .about_text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #8A1538;
  border-radius: 50%;
  overflow: hidden;
}
.about_line .about_info .about_text ul li b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.about_line .about_info .about_advantages {
  display: flex;
  position: relative;
  justify-content: space-between;
  left: -15px;
  width: calc(100% + 30px);
}
.about_line .about_info .about_advantages .about_item {
  display: block;
  position: relative;
  width: calc(33.333% - 30px);
  padding: 20px;
  margin: 0 15px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.about_line .about_info .about_advantages .about_item .about_number {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 10px;
  color: #8A1538;
}
.about_line .about_info .about_advantages .about_item .about_number i {
  display: inline-block;
  font-family: inherit;
  font-size: 32px;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  vertical-align: baseline;
}
.about_line .about_info .about_advantages .about_item .about_hint {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}
.about_line .about_image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-left: 40px;
  background-color: #F1F1F1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
}

.assistance {
  display: block;
  position: relative;
  width: 100%;
}
.assistance_title {
  text-align: center;
}
.assistance_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.assistance_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-flow: row-reverse;
  width: 100%;
}
.assistance_line .assistance_info {
  display: block;
  position: relative;
  width: calc(100% - 700px);
  box-sizing: border-box;
}
.assistance_line .assistance_info .assistance_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.assistance_line .assistance_info .assistance_list .assistance_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 25px;
  margin-bottom: 15px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.assistance_line .assistance_info .assistance_list .assistance_item:last-child {
  margin-bottom: 0;
}
.assistance_line .assistance_info .assistance_list .assistance_item p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}
.assistance_line .assistance_info .assistance_list .assistance_item p b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.assistance_line .assistance_image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 660px;
  height: auto;
  margin-right: 40px;
  background-color: #F1F1F1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
}

.services {
  display: block;
  position: relative;
  width: 100%;
}
.services_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.services_line {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.services_line:last-child {
  margin-bottom: 0;
}
.services_line .services_subtitle {
  display: inline-block;
  position: relative;
  width: 100%;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  padding: 20px 30px;
  margin-bottom: 40px;
  color: #121212;
  background: #F1F1F1;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.services_line .services_subtitle:hover {
  color: #8A1538;
}
.services_line .services_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
.services_line .services_list .services_item {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(33.333% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.services_line .services_list .services_item .services_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.services_line .services_list .services_item .services_image .services_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
}
.services_line .services_list .services_item:hover .services_image .services_source {
  transform: scale(1.02);
}
.services_line .services_list .services_item .services_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding: 20px 15px;
  color: #121212;
  box-sizing: border-box;
}
.services_line .services_list .services_item:hover .services_name {
  color: #8A1538;
}
.services_line .services_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.services_line .services_action .services_button {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 14px;
  margin: 0 auto;
}

.massmedia {
  display: block;
  position: relative;
  width: 100%;
}
.massmedia_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.massmedia_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
.massmedia_list .massmedia_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(33.333% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.massmedia_list .massmedia_item .massmedia_image {
  display: inline-block;
  position: relative;
  width: calc(100% - 40px);
  height: 180px;
  margin: 20px;
}
.massmedia_list .massmedia_item .massmedia_image .massmedia_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
}
.massmedia_list .massmedia_item:hover .massmedia_image .massmedia_source {
  transform: scale(1.02);
}
.massmedia_list .massmedia_item .massmedia_info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.massmedia_list .massmedia_item .massmedia_info .massmedia_date {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 24px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.massmedia_list .massmedia_item .massmedia_info .massmedia_date .massmedia_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.massmedia_list .massmedia_item .massmedia_info .massmedia_date .massmedia_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.massmedia_list .massmedia_item .massmedia_info .massmedia_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
  transition: .2s ease color;
}
.massmedia_list .massmedia_item:hover .massmedia_info .massmedia_name {
  color: #8A1538;
}
.massmedia_list .massmedia_item .massmedia_info .massmedia_description {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  color: #121212;
}
.massmedia_list .massmedia_item .massmedia_info .massmedia_enemy {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
  color: #8A1538;
}

.feedback {
  display: block;
  position: relative;
  width: 100%;
}
.feedback_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.feedback_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
.feedback_list .feedback_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.feedback_list .feedback_item .feedback_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.feedback_list .feedback_item .feedback_image .feedback_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.feedback_list .feedback_item:hover .feedback_image .feedback_source {
  transform: scale(1.02);
}
.feedback_list .feedback_item .feedback_info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.feedback_list .feedback_item .feedback_info .feedback_date {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 6px 0;
  padding-left: 24px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.feedback_list .feedback_item .feedback_info .feedback_date .feedback_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.feedback_list .feedback_item .feedback_info .feedback_date .feedback_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.feedback_list .feedback_item .feedback_info .feedback_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
  transition: .2s ease color;
}
.feedback_list .feedback_item:hover .feedback_info .feedback_name {
  color: #8A1538;
}
.feedback_list .feedback_item .feedback_info .feedback_quote {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.feedback_list .feedback_item .feedback_info .feedback_quote p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121212;
}
.feedback_list .feedback_item .feedback_info .feedback_meta {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.feedback_list .feedback_item .feedback_info .feedback_meta .feedback_tag {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 18px;
  margin-right: 12px;
  color: #121212;
  background: #F1F1F1;
  border-radius: 20px;
  float: left;
}
.feedback_list .feedback_item .feedback_info .feedback_meta .feedback_tag:last-child {
  margin-right: 0;
}
.feedback_list .feedback_item .feedback_info .feedback_meta .feedback_tag__location::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 18px;
  margin-right: 6px;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.work {
  display: block;
  position: relative;
  width: 100%;
}
.work_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-flow: row-reverse;
  width: 100%;
}
.work_grid .work_info {
  display: block;
  position: relative;
  width: 100%;
  max-width: 820px;
  padding: 50px;
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.work_grid .work_info .work_quote {
  display: inline-block;
  position: relative;
  width: 100%;
}
.work_grid .work_info .work_quote .work_symbol {
  display: block;
  position: relative;
  width: 48px;
  height: 30px;
  margin-bottom: 30px;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_quote.svg);
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
}
.work_grid .work_info .work_quote .work_idea {
  display: block;
  position: relative;
  font-style: italic;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  color: #121212;
}
.work_grid .work_info .work_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.work_grid .work_info .work_meta .work_tag {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 18px;
  margin-right: 12px;
  color: #121212;
  background: #F1F1F1;
  border-radius: 20px;
  float: left;
}
.work_grid .work_info .work_meta .work_tag:last-child {
  margin-right: 0;
}
.work_grid .work_info .work_meta .work_tag__location::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 18px;
  margin-right: 6px;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.work_grid .work_info .work_date {
  display: block;
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 6px 0;
  padding-left: 24px;
  box-sizing: border-box;
  z-index: 1;
}
.work_grid .work_info .work_date .work_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.work_grid .work_info .work_date .work_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.work_grid .work_image {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(100% - 850px);
  height: auto;
  color: #121212;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.work_grid .work_image .work_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.work_grid .work_image:hover .work_source {
  transform: scale(1.02);
}
.work_box {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px;
  margin-top: 30px;
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.work_box .work_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.work_box .work_line .work_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-right: 40px;
}
.work_box .work_line .work_text .work_subtitle {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  color: #121212;
}
.work_box .work_line .work_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(100% - 600px);
  height: auto;
  color: #121212;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.work_box .work_line .work_photo .work_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.work_box .work_line .work_photo:hover .work_source {
  transform: scale(1.02);
}
.work_box .work_description {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.news {
  display: block;
  position: relative;
  width: 100%;
}
.news_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
.news_list .news_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(33.333% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.news_list .news_item .news_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.news_list .news_item .news_image .news_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.news_list .news_item:hover .news_image .news_source {
  transform: scale(1.02);
}
.news_list .news_item .news_info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.news_list .news_item .news_info .news_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.news_list .news_item .news_info .news_meta .news_date {
  display: block;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
  float: left;
}
.news_list .news_item .news_info .news_meta .news_date .news_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.news_list .news_item .news_info .news_meta .news_date .news_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.news_list .news_item .news_info .news_meta .news_views {
  display: block;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  float: right;
}
.news_list .news_item .news_info .news_meta .news_views .news_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_eye.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.news_list .news_item .news_info .news_meta .news_views .news_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.news_list .news_item .news_info .news_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
  transition: .2s ease color;
}
.news_list .news_item:hover .news_info .news_name {
  color: #8A1538;
}
.news_list .news_item .news_info .news_excerpt {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.news_list .news_item .news_info .news_excerpt p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121212;
}
.news_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.news_action .news_button {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 14px;
  margin: 0 auto;
}

.snapshot {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.snapshot_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.snapshot_line .snapshot_title {
  margin-bottom: 20px !important;
}
.snapshot_line .snapshot_excerpt {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.snapshot_line .snapshot_excerpt p {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #121212;
}
.snapshot_line .snapshot_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 160px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.snapshot_line .snapshot_meta .snapshot_date {
  display: block;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
  float: left;
}
.snapshot_line .snapshot_meta .snapshot_date .snapshot_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.snapshot_line .snapshot_meta .snapshot_date .snapshot_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.snapshot_line .snapshot_meta .snapshot_views {
  display: block;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  float: right;
}
.snapshot_line .snapshot_meta .snapshot_views .snapshot_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_eye.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.snapshot_line .snapshot_meta .snapshot_views .snapshot_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.snapshot_line .snapshot_meta .snapshot_share {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  padding: 10px 0;
  padding-left: 24px;
  box-sizing: border-box;
  text-decoration: none;
  color: #5E5E5E;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.snapshot_line .snapshot_meta .snapshot_share .snapshot_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_share.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.snapshot_line .snapshot_meta .snapshot_share .snapshot_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: inherit;
}
.snapshot_line .snapshot_meta .snapshot_share:hover .snapshot_hint {
  text-decoration: underline;
}
.snapshot_line .snapshot_meta .snapshot_share input {
  display: none;
}
.snapshot_line .snapshot_meta .snapshot_share__disabled {
  cursor: default;
}
.snapshot_line .snapshot_meta .snapshot_share__disabled .snapshot_hint {
  text-decoration: none !important;
}
.snapshot_line .snapshot_image {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 400px;
  color: #121212;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.snapshot_line .snapshot_image .snapshot_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.snapshot_line .snapshot_image:hover .snapshot_source {
  transform: scale(1.02);
}

.letter {
  display: block;
  position: relative;
  width: 100%;
}
.letter_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.letter_line .letter_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.letter_line .letter_text:last-child {
  margin-bottom: 0;
}
.letter_rich {
  display: inline-block;
  position: relative;
  width: 100%;
}
.letter_rich .letter_item {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.letter_rich .letter_item:last-child {
  margin-bottom: 0;
}
.letter_rich .letter_item .letter_picture {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #121212;
  cursor: pointer;
  outline: 0;
}
.letter_rich .letter_item .letter_picture .letter_image {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  transition: .2s ease opacity;
}
.letter_rich .letter_item .letter_picture:hover .letter_image {
  opacity: .8;
}
.letter_rich .letter_item .letter_row {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.letter_rich .letter_item .letter_row__reverse {
  flex-flow: row-reverse;
}
.letter_rich .letter_item .letter_row .letter_description {
  display: block;
  position: relative;
  width: calc(100% - 520px);
}
.letter_rich .letter_item .letter_row .letter_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 480px;
  height: auto;
  min-height: 220px;
  color: #121212;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.letter_rich .letter_item .letter_row .letter_photo .letter_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.letter_rich .letter_item .letter_row .letter_photo:hover .letter_source {
  transform: scale(1.02);
}
.letter_rich .letter_item .letter_compare {
  display: inline-block;
  position: relative;
  width: 100%;
}
.letter_rich .letter_item .letter_compare .letter_subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.letter_rich .letter_item .letter_compare .letter_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer {
  display: block;
  position: relative;
  text-align: center;
  width: calc(50% - 10px);
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  overflow: hidden;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
  background: #121212;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading .letter_pretitle {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 15px;
  color: #FFFFFF;
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: 9;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading .letter_background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .5;
  z-index: 1;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_list {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_list .letter_option {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0;
  margin: 0;
  color: #121212;
  border: 0;
  border-bottom: 1px solid #A8A8A8;
  box-sizing: border-box;
}
.letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_list .letter_option:last-child {
  border: 0;
}
.letter_rich .letter_item .letter_table {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.letter_rich .letter_item .letter_table table {
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.letter_rich .letter_item .letter_table table thead {
  position: relative;
  width: 100%;
}
.letter_rich .letter_item .letter_table table thead tr {
  position: relative;
  width: 100%;
}
.letter_rich .letter_item .letter_table table thead tr td {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 15px;
  color: #FFFFFF;
  background: #8A1538;
  border: 1px solid #8A1538;
  vertical-align: middle;
}
.letter_rich .letter_item .letter_table table tbody {
  position: relative;
  width: 100%;
}
.letter_rich .letter_item .letter_table table tbody tr {
  position: relative;
  width: 100%;
}
.letter_rich .letter_item .letter_table table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px;
  color: #121212;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
}
.letter_rich .letter_item .letter_table table tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
}
.letter_rich .letter_item .letter_table table tbody tr td b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.letter_rich .letter_item .letter_recommendation {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  overflow: hidden;
}
.letter_rich .letter_item .letter_recommendation .letter_info {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 660px;
  padding: 50px;
  box-sizing: border-box;
  z-index: 3;
}
.letter_rich .letter_item .letter_recommendation .letter_info .letter_hint {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  color: #121212;
}
.letter_rich .letter_item .letter_recommendation .letter_info .letter_pretitle {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  color: #8A1538;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.letter_rich .letter_item .letter_recommendation .letter_info .letter_pretitle:hover {
  color: #6B0322;
}
.letter_rich .letter_item .letter_recommendation .letter_info .letter_excerpt {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #121212;
}
.letter_rich .letter_item .letter_recommendation .letter_background {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 660px);
  height: 100%;
  background-color: #F1F1F1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.letter_rich .letter_item .letter_recommendation .letter_overlay {
  display: block;
  position: absolute;
  top: -25%;
  left: 600px;
  width: 100px;
  height: 150%;
  background: #FFFFFF;
  transform: rotateZ(10deg);
  z-index: 2;
}

.articles {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.articles_title {
  text-align: center;
}
.articles_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.articles_box .articles_slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.articles_box .articles_slider .articles_item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 400px;
  color: #FFFFFF;
  background: #121212;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.articles_box .articles_slider .articles_item .articles_image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.articles_box .articles_slider .articles_item .articles_info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9;
}
.articles_box .articles_slider .articles_item .articles_info .articles_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: inherit;
}
.articles_box .articles_slider .articles_item .articles_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) -60%, #000000 100%);
  opacity: .8;
  transition: .2s ease opacity;
  z-index: 2;
}
.articles_box .articles_slider .articles_item:hover .articles_overlay {
  opacity: 1;
}
.articles_box .articles_nav .slider_arrow svg path {
  fill: #121212;
}

.countries {
  display: block;
  position: relative;
  width: 100%;
}
.countries_title {
  text-align: center;
}
.countries_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.countries_box .countries_line {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.countries_box .countries_line:last-child {
  margin-bottom: 0;
}
.countries_box .countries_line .countries_subtitle {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 30px;
  color: #121212;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.countries_box .countries_line .countries_subtitle:hover {
  color: #8A1538;
}
.countries_box .countries_line .countries_list {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  left: -5px;
  width: calc(100% + 10px);
  margin-bottom: -30px;
}
.countries_box .countries_line .countries_list .countries_item {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(14.286% - 10px);
  padding: 10px;
  margin: 0 5px;
  margin-bottom: 30px;
  color: #121212;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease border-color;
}
.countries_box .countries_line .countries_list .countries_item:hover {
  border-color: #8A1538;
}
.countries_box .countries_line .countries_list .countries_item .countries_flag {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 4px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.countries_box .countries_line .countries_list .countries_item .countries_name {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: inherit;
  transition: .2s ease color;
}
.countries_box .countries_line .countries_list .countries_item:hover .countries_name {
  color: #8A1538;
}

.process {
  display: block;
  position: relative;
  width: 100%;
}
.process_title {
  text-align: center;
}
.process_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.process_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.process_line .process_overview {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 620px;
  margin-right: 30px;
  border-radius: 40px;
  overflow: hidden;
}
.process_line .process_overview .process_image {
  display: block;
  position: absolute;
  background-color: #F1F1F1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.process_line .process_overview .process_image__one {
  top: 0;
  left: 0;
  width: calc(100% - 250px);
  height: 100%;
}
.process_line .process_overview .process_image__two {
  top: 0;
  right: 0;
  width: 220px;
  height: calc(100% - 240px);
}
.process_line .process_overview .process_image__three {
  right: 0;
  bottom: 0;
  width: 220px;
  height: 210px;
}
.process_line .process_list {
  display: block;
  position: relative;
  width: calc(100% - 650px);
  padding: 30px 0;
  box-sizing: border-box;
}
.process_line .process_list .process_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease border-color;
}
.process_line .process_list .process_item:last-child {
  margin-bottom: 0;
}
.process_line .process_list .process_item:hover {
  border-color: #8A1538;
}
.process_line .process_list .process_item .process_name {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 18px 64px;
  padding-left: 84px;
  box-sizing: border-box;
}
.process_line .process_list .process_item .process_name .process_number {
  display: block;
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  width: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding: 18px 0;
  color: #FFFFFF;
  background: #8A1538;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.process_line .process_list .process_item .process_name .process_caption {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #121212;
}
.process_line .process_list .process_item .process_name .process_symbol {
  display: block;
  position: absolute;
  top: calc(50% - 32px);
  right: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  z-index: 9;
}
.process_line .process_list .process_item .process_name .process_symbol::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 14px);
  width: 28px;
  height: 4px;
  background: #8A1538;
  border-radius: 10px;
  transition: .2s ease all;
  z-index: 9;
}
.process_line .process_list .process_item .process_name .process_symbol::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 2px);
  width: 4px;
  height: 28px;
  background: #8A1538;
  border-radius: 10px;
  transition: .2s ease all;
  z-index: 9;
}
.process_line .process_list .process_item__opened .process_name .process_symbol::before {
  transform: rotateZ(180deg);
}
.process_line .process_list .process_item__opened .process_name .process_symbol::after {
  transform: rotateZ(270deg);
}
.process_line .process_list .process_item .process_hidden {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.process_line .process_list .process_item .process_hidden p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  color: #121212;
}
.process_line .process_list .process_item .process_hidden p:last-child {
  margin-bottom: 0;
}

.benefits {
  display: block;
  position: relative;
  width: 100%;
}
.benefits_title {
  text-align: center;
}
.benefits_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.benefits_quotes {
  display: inline-block;
  position: relative;
  width: 100%;
}
.benefits_quotes .benefits_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.benefits_quotes .benefits_logo {
  display: block;
  position: relative;
  width: 124px;
  height: 124px;
  padding-left: 4px;
  margin: 100px auto;
  background: #8A1538;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.benefits_quotes .benefits_logo svg {
  display: block;
  position: relative;
  width: 100%;
  max-width: 30px;
  height: 100%;
  margin: 0 auto;
}
.benefits_quotes .benefits_logo svg path {
  fill: #FFFFFF;
}
.benefits_quotes .benefits_idea {
  display: block;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 24px 32px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9;
}
.benefits_quotes .benefits_idea__one {
  top: 0;
  left: 0;
}
.benefits_quotes .benefits_idea__two {
  top: 0;
  left: 360px;
}
.benefits_quotes .benefits_idea__three {
  top: 100px;
  left: 15px;
}
.benefits_quotes .benefits_idea__four {
  right: 130px;
  bottom: 220px;
}
.benefits_quotes .benefits_idea__five {
  right: 50px;
  bottom: 120px;
}
.benefits_quotes .benefits_idea__six {
  right: 300px;
  bottom: 0;
}
.benefits_divider {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 60px 0;
  background: #A8A8A8;
  box-sizing: border-box;
}
.benefits_reasons {
  display: inline-block;
  position: relative;
  width: 100%;
}
.benefits_reasons .benefits_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
.benefits_reasons .benefits_list .benefits_item {
  display: block;
  position: relative;
  width: calc(33.333% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.benefits_reasons .benefits_list .benefits_item::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: 10px;
  width: 160px;
  height: 260px;
  background-image: url(/wp-content/themes/beyond/img/letter_gray.svg);
  background-size: contain;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.benefits_reasons .benefits_list .benefits_item:nth-child(3n-1)::before {
  top: unset !important;
  bottom: -40px;
}
.benefits_reasons .benefits_list .benefits_item .benefits_info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9;
}
.benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_icon {
  display: block;
  position: relative;
  width: 52px;
  height: 48px;
  margin: 10px;
  margin-bottom: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #121212;
}
.benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_hint {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
  color: #121212;
}
.benefits_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.benefits_action .benefits_button {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 14px;
  margin: 0 auto;
}

.cta {
  display: block;
  position: relative;
  width: 100%;
}
.cta_box {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #EBEBEB;
  border-radius: 40px;
  overflow: hidden;
}
.cta_box .cta_info {
  display: block;
  position: relative;
  width: 100%;
  max-width: 940px;
  padding: 60px;
  margin-left: auto;
  box-sizing: border-box;
  z-index: 9;
}
.cta_box .cta_info .cta_heading {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.cta_box .cta_info .cta_heading .cta_title {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #121212;
}
.cta_box .cta_info .cta_heading .cta_description {
  display: block;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #121212;
}
.cta_box .cta_info .cta_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cta_box .cta_info .cta_form .cta_fields {
  display: flex;
  position: relative;
  justify-content: space-between;
  left: -10px;
  width: calc(100% + 20px);
}
.cta_box .cta_info .cta_form .cta_fields .cta_input {
  width: calc(33.333% - 20px);
  margin: 0 10px;
}
.cta_box .cta_info .cta_form .cta_textarea {
  margin-top: 20px;
}
.cta_box .cta_info .cta_form .cta_oferta {
  display: block;
  width: calc(100% - 250px);
  padding: 9px 15px;
  margin-top: 20px;
  float: left;
}
.cta_box .cta_info .cta_form .cta_button {
  margin-top: 20px;
  float: right;
}
.cta_box .cta_image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.cta_box .cta_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260deg, #E6E6E6 60%, rgba(251, 251, 251, 0) 85%);
  z-index: 2;
}

.cases {
  display: block;
  position: relative;
  width: 100%;
}
.cases_title {
  text-align: center;
}
.cases_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cases_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
.cases_list .cases_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(33.333% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.cases_list .cases_item .cases_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.cases_list .cases_item .cases_image .cases_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.cases_list .cases_item:hover .cases_image .cases_source {
  transform: scale(1.02);
}
.cases_list .cases_item .cases_info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.cases_list .cases_item .cases_info .cases_date {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 24px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.cases_list .cases_item .cases_info .cases_date .cases_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.cases_list .cases_item .cases_info .cases_date .cases_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5E5E5E;
}
.cases_list .cases_item .cases_info .cases_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  color: #121212;
  transition: .2s ease color;
}
.cases_list .cases_item:hover .cases_info .cases_name {
  color: #8A1538;
}
.cases_list .cases_item .cases_info .cases_quote {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cases_list .cases_item .cases_info .cases_quote p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}
.cases_list .cases_item .cases_info .cases_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.cases_list .cases_item .cases_info .cases_meta .cases_tag {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 18px;
  margin-right: 12px;
  color: #121212;
  background: #F1F1F1;
  border-radius: 20px;
  float: left;
}
.cases_list .cases_item .cases_info .cases_meta .cases_tag:last-child {
  margin-right: 0;
}
.cases_list .cases_item .cases_info .cases_meta .cases_tag__location::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 18px;
  margin-right: 6px;
  background-image: url(/wp-content/themes/beyond/img/icons/icon_location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.cases_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.cases_action .cases_button {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 14px;
  margin: 0 auto;
}

.connect {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.connect_box {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  z-index: 9;
}
.connect_box .connect_office {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.connect_box .connect_office:last-child {
  margin-bottom: 0;
}
.connect_box .connect_office .connect_subtitle {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #121212;
}
.connect_box .connect_office .connect_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.connect_box .connect_office .connect_list .connect_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  padding-left: 32px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.connect_box .connect_office .connect_list .connect_item:last-child {
  margin-bottom: 0;
}
.connect_box .connect_office .connect_list .connect_item .connect_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.connect_box .connect_office .connect_list .connect_item .connect_data {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121212;
}
.connect_box .connect_office .connect_list a.connect_item {
  text-decoration: none;
  color: #121212;
  cursor: pointer;
  outline: 0;
}
.connect_box .connect_office .connect_list a.connect_item .connect_data {
  text-decoration: underline;
}
.connect_box .connect_office .connect_list a.connect_item:hover .connect_data {
  text-decoration: none;
}
.connect_background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 60px);
  height: 100%;
  background: #FFFFFF66;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 2;
}
.connect_map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  z-index: 1;
}
.connect_map > iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.connect_map__loading {
  background-image: url(/wp-content/themes/beyond/img/puff.svg);
  background-size: contain;
  background-position-x: 70%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.company {
  display: block;
  position: relative;
  width: 100%;
}
.company_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.company_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.company_line .company_info {
  display: block;
  position: relative;
  width: calc(100% - 740px);
  padding: 40px 0;
  box-sizing: border-box;
}
.company_line .company_info .company_title {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  color: #121212;
}
.company_line .company_info .company_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.company_line .company_info .company_text p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}
.company_line .company_image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-left: 40px;
  background-color: #F1F1F1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
}

.message {
  display: block;
  position: relative;
  width: 100%;
}
.message_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.message_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.message_line .message_contacts {
  display: block;
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-right: 40px;
  padding: 30px 40px;
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
}
.message_line .message_contacts .message_title {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  color: #121212;
}
.message_line .message_contacts .message_office {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.message_line .message_contacts .message_office:last-child {
  margin-bottom: 0;
}
.message_line .message_contacts .message_office .message_subtitle {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #121212;
}
.message_line .message_contacts .message_office .message_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.message_line .message_contacts .message_office .message_list .message_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  padding-left: 32px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.message_line .message_contacts .message_office .message_list .message_item:last-child {
  margin-bottom: 0;
}
.message_line .message_contacts .message_office .message_list .message_item .message_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.message_line .message_contacts .message_office .message_list .message_item .message_data {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121212;
}
.message_line .message_contacts .message_office .message_list a.message_item {
  text-decoration: none;
  color: #121212;
  cursor: pointer;
  outline: 0;
}
.message_line .message_contacts .message_office .message_list a.message_item .message_data {
  text-decoration: underline;
}
.message_line .message_contacts .message_office .message_list a.message_item:hover .message_data {
  text-decoration: none;
}
.message_line .message_connect {
  display: block;
  position: relative;
  width: calc(100% - 580px);
  padding: 30px 40px;
  background: #F1F1F1;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.message_line .message_connect .message_headline {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.message_line .message_connect .message_headline .message_title {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 5px;
  color: #121212;
}
.message_line .message_connect .message_headline .message_description {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #121212;
}
.message_line .message_connect .message_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.message_line .message_connect .message_form .message_input {
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.message_line .message_connect .message_form .message_textarea {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
  height: 220px;
  z-index: 9;
}
.message_line .message_connect .message_form .message_oferta {
  display: block;
  width: calc(100% - 340px);
  padding: 1px 0;
  margin-top: 0;
  float: left;
}
.message_line .message_connect .message_form .message_button {
  width: calc(50% - 15px);
  max-width: unset;
  float: right;
}

.development {
  display: block;
  position: relative;
  width: 100%;
}
.development_icon {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: contain;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.development_text {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.development_text span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
  color: #121212;
}
.development_text p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #121212;
}
.development_text p:last-child {
  margin-bottom: 0;
}
.development_text .development_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 14px;
  margin: 0 auto;
  margin-top: 20px;
}

.error {
  display: block;
  position: relative;
  width: 100%;
}
.error_code {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.error_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.error_text span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  color: #121212;
}
.error_text p {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #121212;
}
.error_text p:last-child {
  margin-bottom: 0;
}
.error_text p a {
  display: inline;
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.error_text p a:hover {
  text-decoration: none;
}
.error_text ul {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  list-style: decimal;
  list-style-position: inside;
}
.error_text ul:last-child {
  margin-bottom: 0;
}
.error_text ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 7px;
  color: #121212;
}
.error_text ul li:last-child {
  margin-bottom: 0;
}
.error_text ul li b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.error_text .error_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 14px;
  margin: 0 auto;
  margin-top: 25px;
}

.cookielabel {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 440px;
  max-width: calc(100% - 30px);
  color: #121212;
  background: #FFFFFF;
  border: 0;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: default;
  z-index: 9999;
}
.cookielabel_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.cookielabel_text {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 7px;
}
.cookielabel_text p {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #121212;
}
.cookielabel_text p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.cookielabel_text p a:hover {
  text-decoration: none;
}
.cookielabel_button {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 8px 10px;
  color: #FFFFFF;
  background: #8A1538;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
}
.cookielabel_button:hover {
  background: #6B0322;
}

footer {
  display: block;
  position: relative;
  width: 100%;
}
.footer_content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #212121;
}
.footer_info .footer_content {
  padding: 40px 0;
}
.footer_info .footer_company {
  display: block;
  position: relative;
  width: 100%;
  max-width: 430px;
  margin-right: 190px;
  float: left;
}
.footer_info .footer_company .footer_about {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.footer_info .footer_company .footer_about .footer_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 240px;
  height: 50px;
  color: #FFFFFF;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  float: left;
}
.footer_info .footer_company .footer_about .footer_logo svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer_info .footer_company .footer_about .footer_logo svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.footer_info .footer_company .footer_about .footer_logo:hover svg path.hover {
  fill: #F1F1F1;
}
.footer_info .footer_company .footer_about .footer_tagline {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 0;
  padding-left: 20px;
  margin-left: 20px;
  color: #FFFFFF;
  border: 0;
  border-left: 1px solid #F1F1F1;
  box-sizing: border-box;
  float: left;
}
.footer_info .footer_company .footer_description {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.footer_info .footer_company .footer_description p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.footer_info .footer_nav {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
  float: left;
}
.footer_info .footer_nav .footer_menu {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info .footer_nav ul {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-height: 240px;
  margin-bottom: -20px;
}
.footer_info .footer_nav ul li {
  display: block;
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
.footer_info .footer_nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
}
.footer_info .footer_nav ul li a:hover {
  text-decoration: underline;
}
.footer_info .footer_connect {
  display: block;
  position: relative;
  width: 100%;
  max-width: 330px;
  float: left;
}
.footer_info .footer_connect .footer_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info .footer_connect .footer_list .footer_item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 8px 0;
  padding-left: 36px !important;
  margin-bottom: 5px;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.footer_info .footer_connect .footer_list .footer_item:last-child {
  margin-bottom: 0;
}
.footer_info .footer_connect .footer_list .footer_item .footer_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.footer_info .footer_connect .footer_list .footer_item .footer_data {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
}
.footer_info .footer_connect .footer_list .footer_item:hover .footer_data {
  text-decoration: underline;
}
.footer_info .footer_connect .footer_social {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.footer_info .footer_connect .footer_social .footer_link {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #121212;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 2px 6px 0px #0000001A;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.footer_info .footer_connect .footer_social .footer_link:last-child {
  margin-right: 0;
}
.footer_info .footer_connect .footer_social .footer_link svg {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  z-index: 1;
}
.footer_info .footer_connect .footer_social .footer_link svg path {
  transition: .2s ease fill;
}
.footer_info .footer_connect .footer_social .footer_link:hover svg path {
  fill: #FFFFFF;
}
.footer_info .footer_connect .footer_social .footer_link__telegram:hover {
  background: #27A7E7;
}
.footer_info .footer_connect .footer_social .footer_link__whatsapp:hover {
  background: #48C95F;
}
.footer_info .footer_connect .footer_button {
  width: 100%;
  font-size: 16px;
  padding: 14px;
  margin-top: 30px;
}
.footer_info .footer_subscribe {
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: center;
  text-decoration: none;
  padding: 15px 25px;
  padding-left: 55px;
  color: #FFFFFF;
  background: #0088CC;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
  transition: .2s ease background;
  z-index: 1;
}
.footer_info .footer_subscribe:hover {
  background: #27A7E7;
}
.footer_info .footer_subscribe .footer_icon {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.footer_info .footer_subscribe .footer_icon svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer_info .footer_subscribe .footer_icon svg path {
  fill: #FFFFFF;
}
.footer_info .footer_subscribe .footer_data {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: inherit;
}
.footer_line {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #121212;
}
.footer_line .footer_content {
  padding: 25px 0;
}
.footer_line .footer_links {
  display: block;
  position: relative;
  float: right;
}
.footer_line .footer_links a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 30px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  float: left;
}
.footer_line .footer_links a:last-child {
  margin: 0;
}
.footer_line .footer_links a:hover {
  text-decoration: underline;
}
.footer_line .footer_copyright {
  display: block;
  position: relative;
  float: left;
}
.footer_line .footer_copyright p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}

.slider_dots {
  display: block;
  position: relative;
  width: auto;
  padding: 0 16px;
  margin-top: 20px;
  background: #FFFFFF66;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9;
}
.slider_dots .owl-dot {
  display: block;
  position: relative;
  padding: 12px 5px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  float: left;
}
.slider_dots .owl-dot span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 1px solid #8A1538;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  transition: .2s ease background;
}
.slider_dots .owl-dot:hover span {
  background: #6B0322;
}
.slider_dots .owl-dot.active {
  cursor: default;
}
.slider_dots .owl-dot.active span {
  background: #8A1538 !important;
}

.slider_nav {
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  height: 100%;
}
.slider_nav .owl-prev, .slider_nav .owl-next {
  display: block;
  position: relative;
  width: 80px;
  height: 100%;
  overflow: visible;
  cursor: pointer;
  outline: 0;
  z-index: 9;
}
.slider_nav .owl-prev.disabled, .slider_nav .owl-next.disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}
.slider_nav .owl-prev {
  float: left;
}
.slider_nav .owl-next {
  float: right;
}
.slider_nav .slider_arrow {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.slider_nav .slider_arrow svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.slider_nav .slider_arrow svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.slider_nav .slider_arrow:hover svg path {
  fill: #8A1538;
}

ul.pagination {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  border: 0;
  z-index: 9;
}
ul.pagination li {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  margin-right: 8px;
  border: 0;
  box-sizing: border-box;
}
ul.pagination li:last-child {
  margin-right: 0;
}
ul.pagination li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  padding: 0;
  color: #121212;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
ul.pagination li a:hover {
  color: #8A1538;
  border-color: #8A1538;
}
ul.pagination li a svg {
  display: block;
  position: relative;
  width: auto;
  max-width: 20px;
  height: 44px;
  margin: 0 auto;
}
ul.pagination li a svg path {
  fill: #121212;
  transition: .2s ease fill;
}
ul.pagination li a:hover svg path {
  fill: #8A1538;
}
ul.pagination li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  padding: 0;
  color: #FFFFFF;
  background: #8A1538;
  border: 2px solid #8A1538;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: default;
}

.fancybox-inner .fancybox-infobar {
  display: none !important;
}
.fancybox-inner .fancybox-button--zoom, .fancybox-inner .fancybox-button--play, .fancybox-inner .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-inner .fancybox-caption__body {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}
.fancybox-container .fancybox-bg {
  background: #C8C8C8CC !important;
  -webkit-backdrop-filter: blur(6px) !important;
  backdrop-filter: blur(6px) !important;
  opacity: 0 !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

@media (max-width: 1660px) {
  .welcome_overview {
    left: -50px;
    width: calc(100% + 100px);
  }
  .welcome_overview .welcome_slider .welcome_image {
    height: 700px;
  }
  .articles_box .articles_nav .slider_arrow svg path {
    fill: #FFFFFF;
  }
  .slider_nav {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1520px) {
  .fullarea {
    max-width: 1200px;
  }
  .header_info .header_about {
    max-width: 360px;
    margin-right: 20px;
  }
  .header_info .header_about .header_logo {
    width: 200px;
  }
  .header_info .header_about .header_tagline {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 0;
    padding-left: 15px;
    margin-left: 15px;
  }
  .header_info .header_phone {
    padding: 15px;
    padding-left: 26px !important;
  }
  .header_info .header_phone .header_data {
    font-size: 16px;
    line-height: 20px;
  }
  .header_info .header_action {
    max-width: 590px;
    padding-left: 120px;
  }
  .header_info .header_action .header_lang {
    width: 100px;
  }
  .header_info .header_action .header_lang::before {
    right: 15px;
  }
  .header_info .header_action .header_lang .header_country {
    padding: 16px 0;
    padding-left: 48px !important;
  }
  .header_info .header_action .header_lang .header_country .header_name {
    font-size: 14px;
    line-height: 18px;
  }
  .header_info .header_action .header_lang__opened .header_country {
    padding: 11px 0;
  }
  .header_info .header_action .header_channel {
    max-width: 350px;
    margin-right: 10px;
  }
  .header_info .header_action .header_channel .header_subscribe {
    padding: 16px 20px;
    padding-left: 45px;
  }
  .header_info .header_action .header_channel .header_subscribe .header_icon {
    left: 15px;
  }
  .header_info .header_action .header_channel .header_subscribe .header_data {
    font-size: 14px;
    line-height: 18px;
  }
  .header_info .header_action .header_channel .header_hint {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 0;
    margin-left: 12px;
  }
  .header_route .header_menu {
    padding: 0 25px;
  }
  .header_route .header_menu ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 25px;
  }
  .header_route .header_menu ul li.menu-item-has-children > a::after {
    height: 20px;
    margin-left: 5px;
  }
  .header_route .header_menu ul li.menu-item-has-children ul.sub-menu {
    left: -25px;
    padding: 10px 0;
  }
  .header_route .header_menu ul li.menu-item-has-children ul.sub-menu li::before {
    left: 20px;
  }
  .header_route .header_menu ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 20px;
    padding-left: 50px;
  }
  .header_route .header_menu ul li.menu-item-110 ul.sub-menu {
    max-height: 372px;
    width: 372px;
  }
  main.magnet {
    margin-top: 170px;
  }
  div.modalform {
    max-width: 540px;
  }
  div.modalform .modalform_line {
    padding: 30px 60px;
  }
  div.modalform .modalform_line .modalform_heading {
    margin-bottom: 30px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_description {
    font-size: 18px;
    line-height: 22px;
  }
  div.modalform .modalform_line .modalform_form .modalform_input {
    margin-bottom: 10px;
  }
  div.modalform .modalform_line .modalform_form .modalform_textarea {
    margin-bottom: 10px;
  }
  div.modalform .modalform_line .modalform_form .modalform_button {
    margin-top: 20px;
  }
  .block_title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .welcome_headline .welcome_title {
    font-size: 48px;
    line-height: 56px;
  }
  .welcome_headline .welcome_info {
    max-width: 520px;
    margin: 0;
  }
  .welcome_headline .welcome_info .welcome_subtitle {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .welcome_headline .welcome_info .welcome_description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .welcome_headline .welcome_info .welcome_button {
    max-width: 360px;
  }
  .welcome_overview {
    left: unset;
    width: 100%;
  }
  .welcome_overview .welcome_slider .welcome_image {
    height: 540px;
  }
  .welcome_overview .welcome_dots {
    bottom: 30px;
  }
  .welcome_overview .welcome_video {
    top: 60px;
    right: 60px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number {
    font-size: 36px;
    line-height: 44px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number i {
    font-size: 28px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_hint {
    font-size: 20px;
    line-height: 24px;
  }
  .classic_subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .classic h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .classic h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .classic_grid .classic_info {
    width: calc(100% - 450px);
  }
  .classic_grid .classic_image {
    max-width: 420px;
    border-radius: 30px;
  }
  .classic_picture .classic_image {
    border-radius: 30px;
  }
  .classic_table table thead tr td {
    font-size: 18px;
    line-height: 22px;
    padding: 12px;
  }
  .classic_table table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
  }
  .overview_line .overview_info {
    width: calc(100% - 560px);
  }
  .overview_line .overview_info .overview_video .overview_name {
    font-size: 18px;
    line-height: 22px;
  }
  .overview_line .overview_info .overview_video .overview_player {
    width: 380px;
    height: 200px;
  }
  .overview_line .overview_image {
    max-width: 540px;
    min-height: 320px;
    margin-left: 20px;
    border-radius: 30px;
  }
  .investment_list {
    left: -10px;
    width: calc(100% + 20px);
  }
  .investment_list .investment_item {
    margin: 0 10px;
  }
  .investment_list .investment_item .investment_image {
    height: 180px;
  }
  .investment_list .investment_item .investment_info {
    padding: 15px 20px;
  }
  .investment_list .investment_item .investment_info .investment_name {
    font-size: 20px;
    line-height: 24px;
  }
  .investment_list .investment_item .investment_info .investment_price {
    font-size: 28px;
    line-height: 36px;
  }
  .investment_list .investment_item .investment_info .investment_hint {
    font-size: 16px;
    line-height: 20px;
  }
  .program_grid .program_info {
    width: calc(100% - 500px);
    padding: 80px 0;
  }
  .program_grid .program_info .program_about {
    margin-bottom: 25px;
  }
  .program_grid .program_info .program_list .program_item {
    margin-bottom: 15px;
  }
  .program_grid .program_info .program_list .program_item .program_name {
    padding: 25px;
    padding-right: 70px;
  }
  .program_grid .program_info .program_list .program_item .program_name .program_caption {
    font-size: 20px;
    line-height: 24px;
  }
  .program_grid .program_info .program_list .program_item .program_name .program_symbol {
    right: 25px;
  }
  .program_grid .program_info .program_list .program_item .program_hidden {
    padding: 25px;
  }
  .program_grid .program_image {
    max-width: 480px;
    margin-left: 20px;
    border-radius: 30px;
  }
  .steps_tabs {
    margin-bottom: 20px;
  }
  .steps_tabs .steps_option {
    font-size: 16px;
    margin: 0 5px;
  }
  .steps_list .steps_item {
    margin-bottom: -45px;
  }
  .steps_list .steps_item .steps_info {
    width: calc(50% - 50px);
    padding: 20px 25px;
  }
  .regions_list .regions_item {
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_link {
    font-size: 24px;
    line-height: 28px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_text {
    margin-top: 15px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_text .regions_description blockquote {
    margin-bottom: 10px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_text .regions_show {
    margin-top: 10px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_button {
    margin-top: 15px;
  }
  .regions_list .regions_item .regions_line .regions_image {
    min-height: 280px;
    border-radius: 30px;
  }
  .regions_list .regions_item .regions_action {
    margin-top: 20px;
    margin-bottom: -7px;
  }
  .regions_list .regions_item .regions_action .regions_button {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .about_line .about_info {
    width: calc(100% - 600px);
    padding: 15px 0;
  }
  .about_line .about_info .about_title {
    font-size: 24px;
    line-height: 28px;
  }
  .about_line .about_info .about_text {
    margin-bottom: 30px;
  }
  .about_line .about_info .about_text ul li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 16px;
  }
  .about_line .about_info .about_text ul li::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
  .about_line .about_info .about_advantages {
    left: -10px;
    width: calc(100% + 20px);
  }
  .about_line .about_info .about_advantages .about_item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }
  .about_line .about_info .about_advantages .about_item .about_number {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 7px;
  }
  .about_line .about_info .about_advantages .about_item .about_number i {
    font-size: 28px;
  }
  .about_line .about_info .about_advantages .about_item .about_hint {
    font-size: 16px;
    line-height: 20px;
  }
  .about_line .about_image {
    max-width: 580px;
    margin-left: 20px;
    border-radius: 30px;
  }
  .assistance_line .assistance_info {
    width: calc(100% - 580px);
  }
  .assistance_line .assistance_info .assistance_list .assistance_item {
    padding: 15px 20px;
  }
  .assistance_line .assistance_info .assistance_list .assistance_item p {
    font-size: 16px;
    line-height: 20px;
  }
  .assistance_line .assistance_image {
    max-width: 560px;
    margin-right: 20px;
    border-radius: 30px;
  }
  .services_line .services_subtitle {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  .services_line .services_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .services_line .services_list .services_item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .services_line .services_list .services_item .services_image {
    height: 240px;
  }
  .services_line .services_list .services_item .services_name {
    font-size: 20px;
    line-height: 24px;
    padding: 15px;
  }
  .services_line .services_action {
    margin-top: 30px;
  }
  .massmedia_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .massmedia_list .massmedia_item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .massmedia_list .massmedia_item .massmedia_image {
    width: calc(100% - 30px);
    height: 150px;
    margin: 15px;
  }
  .massmedia_list .massmedia_item .massmedia_info {
    padding: 15px 20px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_name {
    font-size: 18px;
    line-height: 22px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_description {
    font-size: 14px;
    line-height: 18px;
  }
  .feedback_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .feedback_list .feedback_item {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .feedback_list .feedback_item .feedback_image {
    height: 240px;
  }
  .feedback_list .feedback_item .feedback_info {
    padding: 20px;
    padding-bottom: 15px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_name {
    font-size: 18px;
    line-height: 22px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_quote {
    margin-top: 10px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_quote p {
    font-size: 14px;
    line-height: 18px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_meta {
    top: 20px;
    right: 20px;
  }
  .work_grid .work_info {
    max-width: 660px;
    padding: 40px;
    border-radius: 30px;
  }
  .work_grid .work_info .work_quote .work_symbol {
    width: 36px;
    height: 24px;
    margin-bottom: 20px;
  }
  .work_grid .work_info .work_quote .work_idea {
    font-size: 24px;
    line-height: 28px;
  }
  .work_grid .work_info .work_meta {
    margin-top: 20px;
  }
  .work_grid .work_info .work_date {
    right: 40px;
    bottom: 40px;
  }
  .work_grid .work_image {
    width: calc(100% - 680px);
    border-radius: 30px;
  }
  .work_box {
    padding: 40px;
    margin-top: 20px;
    border-radius: 30px;
  }
  .work_box .work_line .work_text {
    max-width: 640px;
    margin-right: 20px;
  }
  .work_box .work_line .work_text .work_subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .work_box .work_line .work_photo {
    width: calc(100% - 660px);
    border-radius: 30px;
  }
  .work_box .work_description {
    margin-top: 20px;
  }
  .news_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .news_list .news_item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .news_list .news_item .news_image {
    height: 180px;
  }
  .news_list .news_item .news_info {
    padding: 20px;
  }
  .news_list .news_item .news_info .news_name {
    font-size: 18px;
    line-height: 22px;
  }
  .news_list .news_item .news_info .news_excerpt p {
    font-size: 14px;
    line-height: 18px;
  }
  .news_action {
    margin-top: 30px;
  }
  .snapshot_line .snapshot_excerpt p {
    font-size: 20px;
    line-height: 24px;
  }
  .snapshot_line .snapshot_image {
    height: 320px;
    border-radius: 30px;
  }
  .letter_rich .letter_item .letter_picture .letter_image {
    border-radius: 30px;
  }
  .letter_rich .letter_item .letter_row .letter_description {
    width: calc(100% - 450px);
  }
  .letter_rich .letter_item .letter_row .letter_photo {
    max-width: 420px;
    border-radius: 30px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer {
    border-radius: 30px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading {
    height: 200px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading .letter_pretitle {
    font-size: 20px;
    line-height: 24px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_list {
    padding: 10px 20px;
  }
  .letter_rich .letter_item .letter_table table thead tr td {
    font-size: 18px;
    line-height: 22px;
    padding: 12px;
  }
  .letter_rich .letter_item .letter_table table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
  }
  .letter_rich .letter_item .letter_recommendation {
    border-radius: 30px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info {
    max-width: 540px;
    padding: 30px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_hint {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_pretitle {
    font-size: 24px;
    line-height: 28px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_excerpt {
    font-size: 16px;
    line-height: 20px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_background {
    width: calc(100% - 540px);
  }
  .letter_rich .letter_item .letter_recommendation .letter_overlay {
    left: 500px;
    width: 80px;
  }
  .articles_box .articles_slider .articles_item {
    height: 360px;
  }
  .articles_box .articles_slider .articles_item .articles_info {
    padding: 15px;
  }
  .articles_box .articles_slider .articles_item .articles_info .articles_name {
    font-size: 20px;
    line-height: 24px;
  }
  .countries_box .countries_line {
    margin-bottom: 35px;
  }
  .countries_box .countries_line .countries_subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .countries_box .countries_line .countries_list {
    margin-bottom: -25px;
  }
  .countries_box .countries_line .countries_list .countries_item {
    width: calc(16.666% - 10px);
    margin-bottom: 25px;
  }
  .countries_box .countries_line .countries_list .countries_item .countries_flag {
    width: 40px;
    height: 40px;
  }
  .countries_box .countries_line .countries_list .countries_item .countries_name {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .process_line .process_overview {
    max-width: 540px;
    margin-right: 20px;
    border-radius: 30px;
  }
  .process_line .process_overview .process_image__two {
    width: 230px;
    height: calc(100% - 230px);
  }
  .process_line .process_overview .process_image__three {
    width: 230px;
  }
  .process_line .process_list {
    width: calc(100% - 560px);
    padding: 20px 0;
  }
  .process_line .process_list .process_item {
    padding: 20px;
    margin-bottom: 20px;
    border-width: 1px;
  }
  .process_line .process_list .process_item .process_name {
    padding: 12px 48px;
    padding-left: 64px;
  }
  .process_line .process_list .process_item .process_name .process_number {
    top: calc(50% - 24px);
    width: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0;
  }
  .process_line .process_list .process_item .process_name .process_caption {
    font-size: 20px;
    line-height: 24px;
  }
  .process_line .process_list .process_item .process_name .process_symbol {
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
  .process_line .process_list .process_item .process_hidden {
    padding-top: 20px;
  }
  .process_line .process_list .process_item .process_hidden p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .benefits_quotes .benefits_logo {
    margin: 80px auto;
  }
  .benefits_quotes .benefits_idea {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 24px;
  }
  .benefits_quotes .benefits_idea__two {
    left: 280px;
  }
  .benefits_quotes .benefits_idea__three {
    top: 80px;
  }
  .benefits_quotes .benefits_idea__four {
    right: 140px;
    bottom: 200px;
  }
  .benefits_quotes .benefits_idea__five {
    right: 60px;
  }
  .benefits_quotes .benefits_idea__six {
    right: 250px;
  }
  .benefits_divider {
    margin: 50px 0;
  }
  .benefits_reasons .benefits_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .benefits_reasons .benefits_list .benefits_item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .benefits_reasons .benefits_list .benefits_item::before {
    width: 140px;
    height: 220px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_icon {
    width: 48px;
    height: 44px;
    margin: 6px;
    margin-bottom: 20px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_name {
    font-size: 20px;
    line-height: 24px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_hint {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
  .benefits_action {
    margin-top: 30px;
  }
  .cta_box {
    border-radius: 30px;
  }
  .cta_box .cta_info {
    max-width: 820px;
    padding: 40px;
  }
  .cta_box .cta_info .cta_heading {
    margin-bottom: 30px;
  }
  .cta_box .cta_info .cta_heading .cta_title {
    font-size: 36px;
    line-height: 48px;
  }
  .cta_box .cta_info .cta_heading .cta_description {
    font-size: 24px;
    line-height: 28px;
  }
  .cases_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .cases_list .cases_item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .cases_list .cases_item .cases_image {
    height: 180px;
  }
  .cases_list .cases_item .cases_info {
    padding: 20px;
  }
  .cases_list .cases_item .cases_info .cases_name {
    font-size: 18px;
    line-height: 22px;
  }
  .cases_list .cases_item .cases_info .cases_quote p {
    font-size: 16px;
    line-height: 20px;
  }
  .cases_list .cases_item .cases_info .cases_meta {
    margin-top: 15px;
  }
  .cases_action {
    margin-top: 30px;
  }
  .connect_box {
    max-width: 440px;
  }
  .connect_box .connect_office {
    margin-bottom: 30px;
  }
  .connect_box .connect_office .connect_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .connect_background {
    width: calc(50% - 120px);
  }
  .company_line .company_info {
    width: calc(100% - 660px);
    padding: 15px 0;
  }
  .company_line .company_info .company_title {
    font-size: 24px;
    line-height: 28px;
  }
  .company_line .company_info .company_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .company_line .company_image {
    max-width: 640px;
    margin-left: 20px;
    border-radius: 30px;
  }
  .message_line .message_contacts {
    max-width: 420px;
    padding: 25px 30px;
    margin-right: 20px;
    border-radius: 30px;
  }
  .message_line .message_contacts .message_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .message_line .message_contacts .message_office {
    margin-bottom: 20px;
  }
  .message_line .message_contacts .message_office .message_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .message_line .message_connect {
    width: calc(100% - 440px);
    padding: 25px 30px;
    border-radius: 30px;
  }
  .message_line .message_connect .message_headline {
    margin-bottom: 20px;
  }
  .message_line .message_connect .message_headline .message_title {
    font-size: 24px;
    line-height: 28px;
  }
  .message_line .message_connect .message_headline .message_description {
    font-size: 16px;
    line-height: 20px;
  }
  .message_line .message_connect .message_form .message_input {
    width: calc(50% - 10px);
  }
  .message_line .message_connect .message_form .message_textarea {
    width: calc(50% - 10px);
  }
  .message_line .message_connect .message_form .message_oferta {
    width: calc(100% - 300px);
  }
  .message_line .message_connect .message_form .message_button {
    width: 100%;
    max-width: 250px;
  }
  .footer_info .footer_company {
    max-width: 380px;
    margin-right: 140px;
  }
  .footer_info .footer_company .footer_about {
    margin-top: 5px;
  }
  .footer_info .footer_company .footer_about .footer_logo {
    max-width: 200px;
  }
  .footer_info .footer_company .footer_about .footer_tagline {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 0;
    padding-left: 15px;
    margin-left: 15px;
  }
  .footer_info .footer_company .footer_description {
    margin-top: 25px;
  }
  .footer_info .footer_company .footer_description p {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_nav {
    max-width: 340px;
  }
  .footer_info .footer_nav ul {
    max-height: 180px;
    margin-bottom: -15px;
  }
  .footer_info .footer_nav ul li {
    margin-bottom: 15px;
  }
  .footer_info .footer_nav ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
  }
  .footer_info .footer_connect {
    max-width: 290px;
  }
  .footer_info .footer_connect .footer_list .footer_item {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_data {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_connect .footer_social {
    margin-top: 15px;
  }
  .footer_info .footer_connect .footer_button {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer_info .footer_subscribe {
    padding: 16px 20px;
    padding-left: 45px;
  }
  .footer_info .footer_subscribe .footer_icon {
    left: 15px;
  }
  .footer_info .footer_subscribe .footer_data {
    font-size: 14px;
    line-height: 18px;
  }
  .footer_line .footer_links a {
    font-size: 14px;
    line-height: 18px;
    margin-right: 25px;
  }
  .footer_line .footer_copyright p {
    font-size: 14px;
    line-height: 18px;
  }
  .slider_nav .owl-prev, .slider_nav .owl-next {
    width: 64px;
  }
  .slider_nav .slider_arrow svg {
    max-width: 36px;
  }
}

@media (max-width: 1200px) {
  .area {
    max-width: 100%;
  }
  .fullarea {
    max-width: 100%;
  }
  .header_info .header_content {
    padding: 20px 0;
  }
  .header_info .header_about {
    max-width: 340px;
    margin-right: 10px;
  }
  .header_info .header_about .header_logo {
    width: 180px;
  }
  .header_info .header_about .header_tagline {
    padding-left: 12px;
    margin-left: 12px;
  }
  .header_info .header_action {
    max-width: 470px;
  }
  .header_info .header_action .header_channel {
    max-width: 230px;
  }
  .header_info .header_action .header_channel .header_subscribe {
    padding: 25px;
  }
  .header_info .header_action .header_channel .header_subscribe .header_icon {
    left: calc(50% - 10px);
  }
  .header_info .header_action .header_channel .header_subscribe .header_data {
    display: none;
  }
  .header_info .header_action .header_channel .header_hint {

  }
  .header_route .header_menu {
    padding: 0 20px;
  }
  .header_route .header_menu ul li a {
    padding: 15px 20px;
  }
  .header_route .header_menu ul li.menu-item-has-children ul.sub-menu {
    left: -20px;
  }
  main.magnet {
    margin-top: 140px;
  }
  .block_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .welcome_headline .welcome_title {
    font-size: 36px;
    line-height: 44px;
  }
  .welcome_headline .welcome_info {
    max-width: 480px;
  }
  .welcome_headline .welcome_info .welcome_subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .welcome_headline .welcome_info .welcome_description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .welcome_headline .welcome_info .welcome_button {
    max-width: 340px;
  }
  .welcome_overview .welcome_slider .welcome_image {
    height: 480px;
  }
  .welcome_overview .welcome_dots {
    bottom: 25px;
  }
  .welcome_overview .welcome_video {
    top: 40px;
    right: 40px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number {
    font-size: 28px;
    line-height: 36px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number i {
    font-size: 24px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_hint {
    font-size: 18px;
    line-height: 22px;
  }
  .breadcrumbs_content {
    padding: 12px 0;
  }
  .classic_grid .classic_info {
    width: calc(100% - 400px);
  }
  .classic_grid .classic_image {
    max-width: 370px;
  }
  .overview_line .overview_info {
    width: calc(100% - 420px);
  }
  .overview_line .overview_image {
    max-width: 400px;
    min-height: 280px;
  }
  .investment_list .investment_item .investment_image {
    height: 140px;
  }
  .program_grid .program_info {
    width: calc(100% - 440px);
    padding: 60px 0;
  }
  .program_grid .program_image {
    max-width: 420px;
  }
  .regions_list .regions_item {
    padding: 30px;
  }
  .about_line .about_info {
    width: calc(100% - 380px);
  }
  .about_line .about_info .about_title {
    font-size: 20px;
    line-height: 24px;
  }
  .about_line .about_info .about_advantages .about_item .about_number {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .about_line .about_info .about_advantages .about_item .about_number i {
    font-size: 24px;
  }
  .about_line .about_image {
    max-width: 360px;
  }
  .assistance_line .assistance_info {
    width: calc(100% - 500px);
  }
  .assistance_line .assistance_image {
    max-width: 480px;
  }
  .services_line .services_subtitle {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 20px;
    margin-bottom: 25px;
  }
  .services_line .services_list .services_item .services_image {
    height: 200px;
  }
  .services_line .services_list .services_item .services_name {
    font-size: 18px;
    line-height: 22px;
    padding: 12px;
  }
  .services_line .services_action {
    margin-top: 25px;
  }
  .massmedia_list .massmedia_item .massmedia_image {
    width: calc(100% - 20px);
    height: 120px;
    margin: 10px;
  }
  .feedback_list .feedback_item .feedback_image {
    height: 200px;
  }
  .work_grid .work_info {
    max-width: 620px;
    padding: 30px;
  }
  .work_grid .work_info .work_date {
    right: 30px;
    bottom: 30px;
  }
  .work_grid .work_image {
    width: calc(100% - 640px);
  }
  .work_box {
    padding: 30px;
  }
  .work_box .work_line .work_text {
    max-width: 520px;
    margin-right: 20px;
  }
  .work_box .work_line .work_photo {
    width: calc(100% - 540px);
  }
  .news_list .news_item .news_image {
    height: 140px;
  }
  .news_action {
    margin-top: 25px;
  }
  .snapshot_line .snapshot_excerpt p {
    font-size: 18px;
    line-height: 22px;
  }
  .snapshot_line .snapshot_image {
    height: 280px;
  }
  .letter_rich .letter_item .letter_row .letter_description {
    width: calc(100% - 400px);
  }
  .letter_rich .letter_item .letter_row .letter_photo {
    max-width: 370px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info {
    max-width: 440px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_background {
    width: calc(100% - 440px);
  }
  .letter_rich .letter_item .letter_recommendation .letter_overlay {
    left: 400px;
  }
  .articles_box .articles_slider .articles_item {
    height: 320px;
  }
  .countries_box .countries_line {
    margin-bottom: 30px;
  }
  .countries_box .countries_line .countries_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .countries_box .countries_line .countries_list {
    margin-bottom: -20px;
  }
  .countries_box .countries_line .countries_list .countries_item {
    width: calc(20% - 10px);
    margin-bottom: 20px;
  }
  .countries_box .countries_line .countries_list .countries_item .countries_flag {
    width: 36px;
    height: 36px;
    margin-bottom: 2px;
  }
  .countries_box .countries_line .countries_list .countries_item .countries_name {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .process_line .process_overview {
    max-width: 420px;
  }
  .process_line .process_overview .process_image__one {
    width: calc(100% - 200px);
  }
  .process_line .process_overview .process_image__two {
    width: 180px;
  }
  .process_line .process_overview .process_image__three {
    width: 180px;
  }
  .process_line .process_list {
    width: calc(100% - 440px);
  }
  .benefits_quotes {
    display: block;
    max-width: 920px;
    margin: 0 auto;
  }
  .benefits_quotes .benefits_logo {
    width: 90px;
    height: 90px;
    margin: 60px auto;
    border-radius: 30px;
  }
  .benefits_quotes .benefits_logo svg {
    max-width: 28px;
  }
  .benefits_quotes .benefits_idea {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 16px;
    border-radius: 12px;
  }
  .benefits_quotes .benefits_idea__two {
    left: 235px;
  }
  .benefits_quotes .benefits_idea__three {
    left: 10px;
    top: 55px;
  }
  .benefits_quotes .benefits_idea__four {
    right: 85px;
    bottom: 120px;
  }
  .benefits_quotes .benefits_idea__five {
    right: 30px;
    bottom: 65px;
  }
  .benefits_quotes .benefits_idea__six {
    right: 120px;
  }
  .benefits_divider {
    margin: 40px 0;
  }
  .benefits_reasons .benefits_list .benefits_item {
    border-radius: 12px;
  }
  .benefits_reasons .benefits_list .benefits_item::before {
    top: -40px;
    width: 120px;
    height: 180px;
  }
  .benefits_reasons .benefits_list .benefits_item:nth-child(3n-1)::before {
    bottom: -30px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info {
    padding: 15px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_icon {
    width: 40px;
    height: 36px;
    margin: 3px;
    margin-bottom: 15px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_name {
    font-size: 18px;
    line-height: 22px;
  }
  .benefits_reasons .benefits_list .benefits_item .benefits_info .benefits_hint {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .benefits_action {
    margin-top: 25px;
  }
  .cta_box .cta_info {
    max-width: 720px;
    padding: 30px;
  }
  .cta_box .cta_info .cta_heading {
    margin-bottom: 20px;
  }
  .cta_box .cta_info .cta_heading .cta_title {
    font-size: 28px;
    line-height: 36px;
  }
  .cta_box .cta_info .cta_heading .cta_description {
    font-size: 18px;
    line-height: 24px;
  }
  .cta_box .cta_info .cta_form .cta_fields {
    left: -5px;
    width: calc(100% + 10px);
  }
  .cta_box .cta_info .cta_form .cta_fields .cta_input {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }
  .cta_box .cta_info .cta_form .cta_textarea {
    margin-top: 10px;
  }
  .cta_box .cta_info .cta_form .cta_oferta {
    padding: 1px 10px;
    margin-top: 10px;
  }
  .cta_box .cta_info .cta_form .cta_button {
    margin-top: 10px;
  }
  .cases_list .cases_item .cases_image {
    height: 140px;
  }
  .cases_action {
    margin-top: 25px;
  }
  .connect_box .connect_office {
    margin-bottom: 25px;
  }
  .connect_background {
    width: 480px;
  }
  .company_line .company_info {
    width: calc(100% - 380px);
  }
  .company_line .company_info .company_title {
    font-size: 20px;
    line-height: 24px;
  }
  .company_line .company_image {
    max-width: 360px;
  }
  .message_line .message_connect .message_form .message_input {
    margin-bottom: 10px;
  }
  .message_line .message_connect .message_form .message_textarea {
    height: 200px;
  }
  .message_line .message_connect .message_form .message_oferta {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    float: none;
  }
  .message_line .message_connect .message_form .message_button {
    display: inline-block;
    max-width: unset;
    margin-top: 15px;
    float: none;
  }
  .development_icon {
    height: 160px;
    margin-bottom: 15px;
  }
  .development_text {
    max-width: 440px;
  }
  .development_text span {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .development_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_company {
    max-width: 340px;
    margin-right: calc(100% - 930px);
  }
  .footer_info .footer_company .footer_about .footer_logo {
    width: 180px;
  }
  .footer_info .footer_company .footer_about .footer_tagline {
    padding-left: 12px;
    margin-left: 12px;
  }
  .footer_info .footer_company .footer_description {
    margin-top: 20px;
  }
  .footer_info .footer_company .footer_description p {
    font-size: 14px;
    line-height: 18px;
  }
  .footer_info .footer_nav {
    max-width: 280px;
  }
  .footer_info .footer_nav ul {
    max-height: 152px;
    margin-bottom: -10px;
  }
  .footer_info .footer_nav ul li {
    margin-bottom: 10px;
  }
  .footer_info .footer_nav ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer_info .footer_connect .footer_list .footer_item {
    padding-left: 32px !important;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_icon {
    width: 18px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_data {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .header_info .header_about {
    max-width: 180px;
    margin-right: calc(100% - 840px);
  }
  .header_info .header_about .header_logo {
    width: 100%;
  }
  .header_info .header_about .header_tagline {
    display: none;
  }
}

@media (max-width: 968px) {
  header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #FBFBFB;
    box-shadow: 0px 2px 6px 0px #0000001A;
  }
  .header_info .header_content {
    padding: 10px 0;
  }
  .header_info .header_about {
    margin-right: calc(100% - 500px);
  }
  .header_info .header_about .header_logo {
    height: 40px;
  }
  .header_info .header_about .header_logo svg path.hover {
    fill: #8A1538 !important;
  }
  .header_info .header_phone {
    padding: 10px 15px;
  }
  .header_info .header_phone .header_icon svg path {
    fill: #8A1538 !important;
  }
  .header_info .header_phone .header_data {
    color: inherit !important;
  }
  .header_info .header_action {
    max-width: 140px;
    padding-left: 100px;
  }
  .header_info .header_action .header_lang {
    width: 90px;
    height: 40px;
    border-radius: 20px;
  }
  .header_info .header_action .header_lang::before {
    top: 17px;
    right: 12px;
  }
  .header_info .header_action .header_lang .header_country {
    padding: 11px 0;
    padding-left: 40px !important;
  }
  .header_info .header_action .header_lang .header_country .header_flag {
    top: calc(50% - 10px);
    left: 14px;
    width: 20px;
    height: 20px;
  }
  .header_info .header_action .header_lang .header_country .header_name {
    color: inherit !important;
  }
  .header_info .header_action .header_lang__opened {
    height: 70px;
  }
  .header_info .header_action .header_lang__opened .header_country {
    padding: 6px 0;
  }
  .header_info .header_action .header_channel {
    display: none;
  }
  .header_info .header_action .header_social {
    display: none;
  }
  .header_info .header_action .header_menutoggle {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 0px #0000001A;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    float: left;
  }
  .header_info .header_action .header_menutoggle .header_stick {
    display: block;
    position: absolute;
    right: 10px;
    width: calc(100% - 20px);
    height: 3px;
    background: #121212;
  }
  .header_info .header_action .header_menutoggle .header_stick__one {
    top: 12px;
  }
  .header_info .header_action .header_menutoggle .header_stick__two {
    top: 19px;
  }
  .header_info .header_action .header_menutoggle .header_stick__three {
    top: 26px;
  }
  .header_route {
    display: none;
  }
  .header_mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 340px;
    padding: 0;
    color: #121212;
    background: #FBFBFB;
    box-sizing: border-box;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 9999;
  }
  .header_mobilemenu::-webkit-scrollbar {
    display: none;
  }
  .header_mobilemenu .header_headline {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .header_mobilemenu .header_headline::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    z-index: 1;
  }
  .header_mobilemenu .header_headline .header_logo {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 180px;
    height: 40px;
    color: #121212;
    cursor: pointer;
    outline: 0;
    float: left;
  }
  .header_mobilemenu .header_headline .header_logo svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header_mobilemenu .header_headline .header_close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 0px #0000001A;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    float: right;
  }
  .header_mobilemenu .header_headline .header_close .header_stick {
    display: block;
    position: absolute;
    top: 19px;
    right: 10px;
    width: calc(100% - 20px);
    height: 3px;
    background: #121212;
  }
  .header_mobilemenu .header_headline .header_close .header_stick__one {
    transform: rotateZ(-45deg);
  }
  .header_mobilemenu .header_headline .header_close .header_stick__two {
    transform: rotateZ(45deg);
  }
  .header_mobilemenu .header_box {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .header_mobilemenu .header_box .header_links {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #E4E4E4;
    box-sizing: border-box;
  }
  .header_mobilemenu .header_box .header_links .header_subtitle {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
    margin-bottom: 5px;
  }
  .header_mobilemenu .header_box .header_links .header_menu {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .header_mobilemenu .header_box .header_links .header_menu ul {
    display: inline-block;
    position: relative;
    width: 100%;
    list-style: none;
    list-style-position: inside;
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li {
    display: block;
    position: relative;
    width: 100%;
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 0;
    color: #121212;
    cursor: pointer;
    outline: 0;
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li.menu-item-has-children::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 30px;
    background-image: url(/wp-content/themes/beyond/img/icons/icon_arrow_down.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease transform;
    z-index: 1;
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li.menu-item-has-children.opened::after {
    transform: rotateZ(180deg);
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li.menu-item-has-children > a {
    width: calc(100% - 30px);
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li.menu-item-has-children ul.sub-menu {
    display: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .header_mobilemenu .header_box .header_links .header_menu ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    line-height: 18px;
  }
  .header_mobilemenu .header_box .header_callback {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
  }
  .header_mobilemenu .header_box .header_connect {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .header_mobilemenu .header_box .header_connect .header_item {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
    padding: 5px 0;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #121212;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
  }
  .header_mobilemenu .header_box .header_connect .header_item:last-child {
    margin-bottom: 0;
  }
  .header_mobilemenu .header_box .header_connect .header_item .header_icon {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .header_mobilemenu .header_box .header_connect .header_item__phone .header_icon {
    background-image: url(/wp-content/themes/beyond/img/icons/icon_phone.svg);
  }
  .header_mobilemenu .header_box .header_connect .header_item__email .header_icon {
    background-image: url(/wp-content/themes/beyond/img/icons/icon_email.svg);
  }
  .header_mobilemenu .header_box .header_connect .header_item .header_data {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: inherit;
  }
  .header_mobilemenu .header_box .header_social {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 15px;
  }
  .header_mobilemenu .header_box .header_social .header_link {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    color: #121212;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 0px #0000001A;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    transition: .2s ease background;
    float: left;
  }
  .header_mobilemenu .header_box .header_social .header_link:last-child {
    margin-right: 0;
  }
  .header_mobilemenu .header_box .header_social .header_link svg {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    z-index: 1;
  }
  main.main {
    margin-top: 60px;
  }
  div.modalform {
    border-radius: 30px;
  }
  div.modalform .modalform_line {
    padding: 25px 40px;
  }
  div.modalform .modalform_line .modalform_heading {
    margin-bottom: 25px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_description {
    font-size: 16px;
    line-height: 20px;
  }
  div.modalform .fancybox-close-small {
    top: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
  }
  div.modalform .fancybox-close-small svg path {
    fill: #121212 !important;
  }
  .btn {
    font-size: 16px;
    background: #8A1538 !important;
    border-color: #8A1538 !important;
    border-radius: 20px;
  }
  .btn__white {

  }
  .block_content {
    padding: 60px 0;
  }
  .block_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .block_form input {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  .block_form textarea {
    font-size: 14px;
    height: 110px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  .block_form .block_oferta p {
    font-size: 10px;
    line-height: 14px;
  }
  .block_form .block_oferta p a {
    text-decoration: underline !important;
  }
  .block_form .thanks p {
    font-size: 16px;
    line-height: 20px;
  }
  .play {
    transform: unset !important;
  }
  .welcome_content {
    padding-top: 20px;
  }
  .welcome_headline {
    display: block;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .welcome_headline .welcome_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .welcome_headline .welcome_title br {
    display: none;
  }
  .welcome_headline .welcome_info {
    display: inline-block;
    max-width: unset;
  }
  .welcome_headline .welcome_info .welcome_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .welcome_headline .welcome_info .welcome_description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .welcome_headline .welcome_info .welcome_button {
    max-width: 320px;
  }
  .welcome_overview .welcome_slider .owl-stage-outer {
    border-radius: 30px;
  }
  .welcome_overview .welcome_slider .welcome_image {
    height: 400px;
    border-radius: 30px;
  }
  .welcome_overview .welcome_dots {
    bottom: 20px;
  }
  .welcome_overview .welcome_video {
    top: 20px;
    right: 20px;
    width: 220px;
    height: 120px;
    border-radius: 20px;
  }
  .welcome_advantages {
    margin-top: 20px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number {
    font-size: 24px;
    line-height: 28px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number i {
    font-size: 20px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_hint {
    font-size: 16px;
    line-height: 20px;
  }
  .breadcrumbs_content {
    padding: 10px 0;
  }
  .breadcrumbs ul {
    white-space: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .breadcrumbs ul li a {
    color: #121212 !important;
  }
  .classic_title {
    margin-bottom: 20px !important;
  }
  .classic_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .classic h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .classic h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .classic p {
    font-size: 14px;
    line-height: 22px;
  }
  .classic ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 15px;
  }
  .classic ol li {
    font-size: 14px;
    line-height: 22px;
  }
  .classic_grid {
    display: inline-block;
  }
  .classic_grid .classic_info {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .classic_grid .classic_image {
    max-width: 420px;
    border-radius: 20px;
  }
  .classic_grid .classic_image .classic_source {
    transform: unset !important;
  }
  .classic_picture .classic_image {
    border-radius: 20px;
    opacity: 1 !important;
  }
  .classic_table {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .classic_table ::-webkit-scrollbar {
    display: none;
  }
  .classic_table table {
    border-radius: 12px 12px 0 0;
  }
  .classic_table table thead tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .classic_table table tbody tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
  }
  .classic_sitemap h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .overview_line {
    display: inline-block;
  }
  .overview_line .overview_info {
    display: inline-block;
    width: 100%;
  }
  .overview_line .overview_info .overview_video .overview_name {
    font-size: 16px;
    line-height: 20px;
  }
  .overview_line .overview_info .overview_video .overview_player {
    border-radius: 12px;
  }
  .overview_line .overview_image {
    display: inline-block;
    max-width: unset;
    height: 280px;
    min-height: unset;
    margin: 0;
    margin-top: 25px;
    border-radius: 20px;
  }
  .overview_line .overview_image .overview_source {
    transform: unset !important;
  }
  .investment_list {
    display: inline-block;
    left: unset;
    width: 100%;
  }
  .investment_list .investment_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .investment_list .investment_item:last-child {
    margin-bottom: 0;
  }
  .investment_list .investment_item .investment_image .investment_source {
    transform: unset !important;
  }
  .investment_list .investment_item .investment_info {
    padding: 12px 15px;
  }
  .investment_list .investment_item .investment_info .investment_name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .investment_list .investment_item .investment_info .investment_price {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .investment_list .investment_item .investment_info .investment_hint {
    font-size: 14px;
    line-height: 18px;
  }
  .program_grid {
    display: inline-block;
  }
  .program_grid .program_info {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .program_grid .program_info .program_list .program_item {
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .program_grid .program_info .program_list .program_item .program_name {
    padding: 20px;
    padding-right: 55px;
  }
  .program_grid .program_info .program_list .program_item .program_name .program_caption {
    font-size: 18px;
    line-height: 22px;
    color: #121212 !important;
  }
  .program_grid .program_info .program_list .program_item .program_name .program_symbol {
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .program_grid .program_info .program_list .program_item .program_name .program_symbol::before {
    top: calc(50% - 1px);
    height: 2px;
  }
  .program_grid .program_info .program_list .program_item .program_name .program_symbol::after {
    left: calc(50% - 1px);
    width: 2px;
  }
  .program_grid .program_info .program_list .program_item .program_hidden {
    padding: 20px;
  }
  .program_grid .program_info .program_about {
    margin-bottom: 20px;
  }
  .program_grid .program_image {
    display: none !important;
  }
  .steps_tabs {
    display: inline-block;
    margin-bottom: 15px;
  }
  .steps_tabs .steps_option {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #8A1538 !important;
    padding: 14px;
    margin: 0;
    border-radius: 0;
  }
  .steps_tabs .steps_option:first-child {
    border-radius: 12px 12px 0 0;
  }
  .steps_tabs .steps_option:last-child {
    border-radius: 0 0 12px 12px;
  }
  .steps_tabs .steps_option__active {
    color: #FFFFFF !important;
  }
  .steps_list .steps_item {
    padding-left: 50px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .steps_list .steps_item .steps_info {
    display: inline-block;
    width: 100%;
    text-align: left !important;
    padding: 20px;
    border-radius: 12px;
  }
  .steps_list .steps_item .steps_info .steps_number {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .steps_list .steps_item .steps_info .steps_name {
    font-size: 18px;
    line-height: 22px;
  }
  .steps_list .steps_item .steps_info .steps_hint {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .steps_list .steps_item .steps_point {
    top: 28px;
    left: 10px;
    width: 28px;
    height: 28px;
    border-width: 8px;
  }
  .regions_list .regions_item {
    padding: 0;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .regions_list .regions_item .regions_line {
    display: inline-block;
  }
  .regions_list .regions_item .regions_line .regions_info {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_link {
    font-size: 20px;
    line-height: 24px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_link .regions_name {
    color: inherit !important;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_text .regions_description blockquote {
    padding: 15px;
    border-radius: 12px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_text .regions_show {
    font-size: 14px;
    line-height: 22px;
    color: #8A1538 !important;
  }
  .regions_list .regions_item .regions_line .regions_image {
    display: inline-block;
    width: 100%;
    height: 200px;
    min-height: unset;
    border-radius: 0;
  }
  .regions_list .regions_item .regions_line .regions_image .regions_source {
    transform: unset !important;
  }
  .regions_list .regions_item .regions_action {
    padding: 20px;
    margin-top: 0;
    margin-bottom: -5px;
    box-sizing: border-box;
  }
  .regions_list .regions_item .regions_action .regions_button {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .about_line {
    display: inline-block;
  }
  .about_line .about_info {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .about_line .about_info .about_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .about_line .about_info .about_text {
    margin-bottom: 25px;
  }
  .about_line .about_info .about_text ul li {
    font-size: 14px;
    line-height: 18px;
    padding-left: 15px;
  }
  .about_line .about_info .about_text ul li::before {
    top: 6px;
  }
  .about_line .about_info .about_advantages .about_item {
    padding: 15px;
    border-radius: 12px;
  }
  .about_line .about_info .about_advantages .about_item .about_number {
    font-size: 24px;
    line-height: 28px;
  }
  .about_line .about_info .about_advantages .about_item .about_number i {
    font-size: 20px;
  }
  .about_line .about_info .about_advantages .about_item .about_hint {
    font-size: 14px;
    line-height: 18px;
  }
  .about_line .about_image {
    display: none !important;
  }
  .assistance_line {
    display: inline-block;
  }
  .assistance_line .assistance_info {
    display: inline-block;
    width: 100%;
  }
  .assistance_line .assistance_info .assistance_list .assistance_item {
    padding: 12px 15px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
  .assistance_line .assistance_info .assistance_list .assistance_item p {
    font-size: 14px;
    line-height: 18px;
  }
  .assistance_line .assistance_image {
    display: none !important;
  }
  .services_line {
    margin-bottom: 40px;
  }
  .services_line .services_subtitle {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 15px;
    margin-bottom: 20px;
    color: #121212 !important;
    border-radius: 12px;
  }
  .services_line .services_list {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -10px;
  }
  .services_line .services_list .services_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .services_line .services_list .services_item .services_image {
    height: 160px;
  }
  .services_line .services_list .services_item .services_image .services_source {
    transform: unset !important;
  }
  .services_line .services_list .services_item .services_name {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    color: #121212 !important;
  }
  .services_line .services_action {
    margin-top: 20px;
  }
  .massmedia_list {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -10px;
  }
  .massmedia_list .massmedia_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .massmedia_list .massmedia_item .massmedia_image {
    height: 100px;
  }
  .massmedia_list .massmedia_item .massmedia_image .massmedia_source {
    transform: unset !important;
  }
  .massmedia_list .massmedia_item .massmedia_info {
    padding: 12px 15px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_date {
    padding-left: 20px;
    margin-bottom: 7px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_date .massmedia_icon {
    width: 12px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_date .massmedia_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_name {
    font-size: 16px;
    line-height: 20px;
    color: #121212 !important;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
  }
  .massmedia_list .massmedia_item .massmedia_info .massmedia_enemy {
    font-size: 10px;
    line-height: 14px;
    margin-top: 7px;
  }
  .feedback_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .feedback_list .feedback_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .feedback_list .feedback_item:last-child {
    margin-bottom: 0;
  }
  .feedback_list .feedback_item .feedback_image {
    height: 180px;
  }
  .feedback_list .feedback_item .feedback_image .feedback_source {
    transform: unset !important;
  }
  .feedback_list .feedback_item .feedback_info {
    padding: 15px;
    padding-bottom: 12px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_date {
    padding: 5px 0;
    padding-left: 20px !important;
    margin-bottom: 7px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_date .feedback_icon {
    width: 12px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_date .feedback_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_name {
    font-size: 16px;
    line-height: 20px;
    color: #121212 !important;
  }
  .feedback_list .feedback_item .feedback_info .feedback_quote {
    margin-top: 7px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_quote p {
    font-size: 12px;
    line-height: 16px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_meta {
    top: 15px;
    right: 15px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_meta .feedback_tag {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 12px;
    margin-right: 8px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_meta .feedback_tag__location::before {
    width: 8px;
    height: 16px;
    margin-right: 5px;
  }
  .work_grid {
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0px 2px 6px 0px #0000001A;
    overflow: hidden;
  }
  .work_grid .work_info {
    display: inline-block;
    max-width: unset;
    padding: 20px;
    border-radius: 0;
    box-shadow: unset;
  }
  .work_grid .work_info .work_quote .work_symbol {
    width: 32px;
    height: 20px;
    margin-bottom: 15px;
  }
  .work_grid .work_info .work_quote .work_idea {
    font-size: 20px;
    line-height: 24px;
  }
  .work_grid .work_info .work_meta {
    margin-top: 15px;
  }
  .work_grid .work_info .work_meta .work_tag {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 12px;
    margin-right: 8px;
  }
  .work_grid .work_info .work_meta .work_tag__location::before {
    width: 8px;
    height: 16px;
    margin-right: 5px;
  }
  .work_grid .work_info .work_date {
    right: 20px;
    bottom: 20px;
    padding: 5px 0;
    padding-left: 20px !important;
  }
  .work_grid .work_info .work_date .work_icon {
    width: 12px;
  }
  .work_grid .work_info .work_date .work_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .work_grid .work_image {
    display: inline-block;
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
  .work_grid .work_image .work_source {
    transform: unset !important;
  }
  .work_box {
    padding: 20px;
    border-radius: 20px;
  }
  .work_box .work_line {
    display: inline-block;
  }
  .work_box .work_line .work_text {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .work_box .work_line .work_text .work_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .work_box .work_line .work_photo {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    border-radius: 20px;
  }
  .work_box .work_line .work_photo .work_source {
    transform: unset !important;
  }
  .news_list {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -10px;
  }
  .news_list .news_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .news_list .news_item .news_image .news_source {
    transform: unset !important;
  }
  .news_list .news_item .news_info {
    padding: 15px;
  }
  .news_list .news_item .news_info .news_meta {
    margin-bottom: 7px;
  }
  .news_list .news_item .news_info .news_meta .news_date {
    padding-left: 20px;
  }
  .news_list .news_item .news_info .news_meta .news_date .news_icon {
    width: 12px;
  }
  .news_list .news_item .news_info .news_meta .news_date .news_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .news_list .news_item .news_info .news_meta .news_views {
    padding-left: 22px;
  }
  .news_list .news_item .news_info .news_meta .news_views .news_icon {
    width: 16px;
  }
  .news_list .news_item .news_info .news_meta .news_views .news_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .news_list .news_item .news_info .news_name {
    font-size: 16px;
    line-height: 20px;
    color: #121212 !important;
  }
  .news_list .news_item .news_info .news_excerpt {
    margin-top: 7px;
  }
  .news_list .news_item .news_info .news_excerpt p {
    font-size: 12px;
    line-height: 16px;
  }
  .news_action {
    margin-top: 20px;
  }
  .snapshot_line .snapshot_title {
    margin-bottom: 15px !important;
  }
  .snapshot_line .snapshot_excerpt {
    margin-bottom: 15px;
  }
  .snapshot_line .snapshot_excerpt p {
    font-size: 16px;
    line-height: 20px;
  }
  .snapshot_line .snapshot_meta {
    padding-right: 130px;
    margin-bottom: 20px;
  }
  .snapshot_line .snapshot_meta .snapshot_date {
    padding-left: 20px;
  }
  .snapshot_line .snapshot_meta .snapshot_date .snapshot_icon {
    width: 12px;
  }
  .snapshot_line .snapshot_meta .snapshot_date .snapshot_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .snapshot_line .snapshot_meta .snapshot_views {
    padding-left: 22px;
  }
  .snapshot_line .snapshot_meta .snapshot_views .snapshot_icon {
    width: 16px;
  }
  .snapshot_line .snapshot_meta .snapshot_views .snapshot_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .snapshot_line .snapshot_meta .snapshot_share {
    padding-left: 20px;
  }
  .snapshot_line .snapshot_meta .snapshot_share .snapshot_icon {
    width: 12px;
  }
  .snapshot_line .snapshot_meta .snapshot_share .snapshot_hint {
    text-decoration: none !important;
    font-size: 12px;
    line-height: 16px;
  }
  .snapshot_line .snapshot_image {
    height: 240px;
    border-radius: 20px;
  }
  .snapshot_line .snapshot_image .snapshot_source {
    transform: unset !important;
  }
  .letter_line .letter_text {
    margin-bottom: 20px;
  }
  .letter_rich .letter_item {
    margin-bottom: 20px;
  }
  .letter_rich .letter_item .letter_picture .letter_image {
    border-radius: 20px;
    opacity: 1 !important;
  }
  .letter_rich .letter_item .letter_row {
    display: inline-block;
  }
  .letter_rich .letter_item .letter_row .letter_description {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .letter_rich .letter_item .letter_row .letter_photo {
    max-width: 420px;
    border-radius: 20px;
  }
  .letter_rich .letter_item .letter_row .letter_photo .letter_source {
    transform: unset !important;
  }
  .letter_rich .letter_item .letter_compare .letter_subtitle {
    margin-bottom: 15px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid {
    display: inline-block;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer:last-child {
    margin-bottom: 0;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading {
    height: auto;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_heading .letter_pretitle {
    position: relative;
    top: unset;
    font-size: 18px;
    line-height: 22px;
    padding: 60px 15px;
    transform: unset;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_list {
    padding: 5px 15px;
  }
  .letter_rich .letter_item .letter_compare .letter_grid .letter_offer .letter_list .letter_option {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
  }
  .letter_rich .letter_item .letter_table {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .letter_rich .letter_item .letter_table::-webkit-scrollbar {
    display: none;
  }
  .letter_rich .letter_item .letter_table table {
    border-radius: 12px 12px 0 0;
  }
  .letter_rich .letter_item .letter_table table thead tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .letter_rich .letter_item .letter_table table tbody tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
  }
  .letter_rich .letter_item .letter_recommendation {
    border-radius: 20px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info {
    max-width: 360px;
    padding: 20px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_hint {
    font-size: 14px;
    line-height: 18px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_pretitle {
    font-size: 20px;
    line-height: 24px;
    color: #8A1538 !important;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_excerpt {
    font-size: 14px;
    line-height: 18px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_background {
    width: calc(100% - 360px);
  }
  .letter_rich .letter_item .letter_recommendation .letter_overlay {
    left: 330px;
    width: 60px;
  }
  .articles_box .articles_slider .articles_item {
    height: 280px;
    border-radius: 12px;
  }
  .articles_box .articles_slider .articles_item .articles_info .articles_name {
    font-size: 18px;
    line-height: 22px;
  }
  .articles_box .articles_slider .articles_item .articles_overlay {
    opacity: .8 !important;
  }
  .countries_box .countries_line {
    margin-bottom: 25px;
  }
  .countries_box .countries_line .countries_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #121212 !important;
  }
  .countries_box .countries_line .countries_list {
    margin-bottom: -10px;
  }
  .countries_box .countries_line .countries_list .countries_item {
    width: calc(25% - 10px);
    margin-bottom: 10px;
    border-color: #FFFFFF !important;
    border-radius: 12px;
  }
  .countries_box .countries_line .countries_list .countries_item .countries_name {
    color: inherit !important;
  }
  .process_line {
    display: inline-block;
  }
  .process_line .process_overview {
    display: none;
  }
  .process_line .process_list {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .process_line .process_list .process_item {
    padding: 12px;
    margin-bottom: 10px;
    border-color: #FFFFFF !important;
    border-radius: 12px;
  }
  .process_line .process_list .process_item .process_name {
    padding: 8px 36px;
    padding-left: 48px;
  }
  .process_line .process_list .process_item .process_name .process_number {
    top: calc(50% - 18px);
    width: 36px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 0;
    border-radius: 8px;
  }
  .process_line .process_list .process_item .process_name .process_caption {
    font-size: 16px;
    line-height: 20px;
  }
  .process_line .process_list .process_item .process_name .process_symbol {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }
  .process_line .process_list .process_item .process_name .process_symbol::before {
    left: calc(50% - 10px);
    width: 20px;
  }
  .process_line .process_list .process_item .process_name .process_symbol::after {
    top: calc(50% - 10px);
    height: 20px;
  }
  .process_line .process_list .process_item .process_hidden {
    padding-top: 12px;
  }
  .process_line .process_list .process_item .process_hidden p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .benefits_quotes {
    max-width: 700px;
  }
  .benefits_quotes .benefits_logo {
    width: 80px;
    height: 80px;
    margin: 40px auto;
    border-radius: 20px;
  }
  .benefits_quotes .benefits_logo svg {
    max-width: 24px;
  }
  .benefits_quotes .benefits_idea {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
    border-radius: 8px;
  }
  .benefits_quotes .benefits_idea__two {
    left: 195px;
  }
  .benefits_quotes .benefits_idea__three {
    top: 45px;
    left: 45px;
    max-width: 180px;
  }
  .benefits_quotes .benefits_idea__four {
    right: 0;
    bottom: 105px;
  }
  .benefits_quotes .benefits_idea__five {
    right: 120px;
    bottom: 45px;
    max-width: 170px;
  }
  .benefits_quotes .benefits_idea__six {
    right: 180px;
  }
  .benefits_divider {
    margin: 30px 0;
  }
  .benefits_reasons .benefits_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .benefits_reasons .benefits_list .benefits_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .benefits_reasons .benefits_list .benefits_item:last-child {
    margin-bottom: 0;
  }
  .benefits_reasons .benefits_list .benefits_item::before {
    width: 100px;
    height: 160px;
  }
  .benefits_reasons .benefits_list .benefits_item:nth-child(even)::before {
    right: 120px;
  }
  .benefits_action {
    margin-top: 20px;
  }
  .cta_box {
    border-radius: 20px;
  }
  .cta_box .cta_info {
    display: inline-block;
    max-width: unset;
    padding: 20px;
    margin: 0;
  }
  .cta_box .cta_info .cta_heading {
    text-align: center;
    margin-bottom: 15px;
  }
  .cta_box .cta_info .cta_form .cta_oferta {
    max-width: 430px;
    padding: 11px 10px;
  }
  .cta_box .cta_info .cta_form .thanks {
    text-align: center;
  }
  .cta_box .cta_overlay {
    background: linear-gradient(260deg, #E6E6E6 60%, #E6E6E6CC 85%);
  }
  .cases_list {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -10px;
  }
  .cases_list .cases_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .cases_list .cases_item .cases_image .cases_source {
    transform: unset !important;
  }
  .cases_list .cases_item .cases_info {
    padding: 15px;
  }
  .cases_list .cases_item .cases_info .cases_date {
    padding-left: 20px;
  }
  .cases_list .cases_item .cases_info .cases_date .cases_icon {
    width: 12px;
  }
  .cases_list .cases_item .cases_info .cases_date .cases_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .cases_list .cases_item .cases_info .cases_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    color: #121212 !important;
  }
  .cases_list .cases_item .cases_info .cases_quote p {
    font-size: 14px;
    line-height: 18px;
  }
  .cases_list .cases_item .cases_info .cases_meta {
    margin-top: 12px;
  }
  .cases_list .cases_item .cases_info .cases_meta .cases_tag {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 12px;
    margin-right: 8px;
  }
  .cases_list .cases_item .cases_info .cases_meta .cases_tag__location::before {
    width: 8px;
    height: 16px;
    margin-right: 5px;
  }
  .cases_action {
    margin-top: 20px;
  }
  .connect_box {
    max-width: 520px;
  }
  .connect_box .connect_office {
    margin-bottom: 20px;
  }
  .connect_box .connect_office .connect_subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .connect_box .connect_office .connect_list .connect_item {
    padding-left: 30px;
    margin-bottom: 5px;
  }
  .connect_box .connect_office .connect_list .connect_item .connect_icon {
    width: 18px;
  }
  .connect_box .connect_office .connect_list .connect_item .connect_data {
    font-size: 14px;
    line-height: 18px;
  }
  .connect_box .connect_office .connect_list a.connect_item .connect_data {
    text-decoration: underline !important;
  }
  .connect_background {
    display: none;
  }
  .connect_map {
    position: relative;
    top: unset;
    left: unset;
    height: 320px;
  }
  .connect_map__loading {
    background-position: center;
  }
  .company_line {
    display: inline-block;
  }
  .company_line .company_info {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .company_line .company_info .company_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .company_line .company_info .company_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .company_line .company_image {
    display: none !important;
  }
  .message_line {
    display: inline-block;
  }
  .message_line .message_contacts {
    display: inline-block;
    max-width: unset;
    padding: 20px;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .message_line .message_contacts .message_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .message_line .message_contacts .message_office {
    margin-bottom: 20px;
  }
  .message_line .message_contacts .message_office .message_subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .message_line .message_contacts .message_office .message_list .message_item {
    padding-left: 30px;
    margin-bottom: 5px;
  }
  .message_line .message_contacts .message_office .message_list .message_item .message_icon {
    width: 18px;
  }
  .message_line .message_contacts .message_office .message_list .message_item .message_data {
    font-size: 14px;
    line-height: 18px;
  }
  .message_line .message_contacts .message_office .message_list a.message_item .message_data {
    text-decoration: underline !important;
  }
  .message_line .message_connect {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
  .message_line .message_connect .message_headline {
    margin-bottom: 15px;
  }
  .message_line .message_connect .message_headline .message_title {
    font-size: 20px;
    line-height: 24px;
  }
  .message_line .message_connect .message_headline .message_description {
    font-size: 14px;
    line-height: 18px;
  }
  .message_line .message_connect .message_form .message_input {
    width: calc(50% - 5px);
  }
  .message_line .message_connect .message_form .message_textarea {
    width: calc(50% - 5px);
    height: 170px;
  }
  .message_line .message_connect .message_form .message_oferta {
    max-width: 400px;
  }
  .development_icon {
    height: 120px;
    margin-bottom: 12px;
  }
  .development_text {
    max-width: 400px;
  }
  .development_text span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .development_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .development_text .development_button {
    max-width: 250px;
    margin-top: 15px;
  }
  .error_code {
    height: 240px;
    margin-bottom: 25px;
  }
  .error_text {
    max-width: 480px;
  }
  .error_text span {
    font-size: 20px;
    line-height: 24px;
  }
  .error_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .error_text ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .error_text .error_button {
    max-width: 250px;
    margin-top: 20px;
  }
  .footer_info .footer_company {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
  .footer_info .footer_company .footer_about {
    margin: 0;
  }
  .footer_info .footer_company .footer_about .footer_logo svg path.hover {
    fill: #FFFFFF !important;
  }
  .footer_info .footer_company .footer_description {
    margin-top: 15px;
  }
  .footer_info .footer_nav {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
  .footer_info .footer_nav ul li a {
    text-decoration: none !important;
  }
  .footer_info .footer_connect {
    max-width: 360px;
    margin: 0 auto;
    float: none;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_data {
    text-decoration: none !important;
  }
  .footer_info .footer_connect .footer_social {
    padding-left: 172px;
    margin-top: 12px;
    box-sizing: border-box;
  }
  .footer_info .footer_connect .footer_social .footer_link {
    background: #FFFFFF !important;
  }
  .footer_info .footer_connect .footer_social .footer_link__telegram svg path {
    fill: #0088CC !important;
  }
  .footer_info .footer_connect .footer_social .footer_link__whatsapp svg path {
    fill: #43D854 !important;
  }
  .footer_info .footer_connect .footer_button {
    margin-top: 15px;
  }
  .footer_info .footer_subscribe {
    left: calc(50% - 180px);
    bottom: 105px;
    background: #0088CC !important;
  }
  .footer_line .footer_content {
    padding: 20px 0;
  }
  .footer_line .footer_links {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
  .footer_line .footer_links a {
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    float: none;
  }
  .footer_line .footer_copyright {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: none;
  }
  .slider_dots {
    padding: 0 12px;
  }
  .slider_dots .owl-dot {
    padding: 10px 4px;
  }
  .slider_dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #FFFFFF !important;
  }
  .slider_nav .owl-prev, .slider_nav .owl-next {
    width: 48px;
  }
  .slider_nav .slider_arrow svg {
    max-width: 28px;
  }
  .slider_nav .slider_arrow svg path {
    fill: #FFFFFF !important;
  }
  ul.pagination li {
    width: 44px;
    height: 44px;
    margin-right: 6px;
  }
  ul.pagination li a {
    font-size: 18px;
    line-height: 40px;
    color: #121212 !important;
    border-color: #D9D9D9 !important;
  }
  ul.pagination li a svg {
    max-width: 18px;
    height: 40px;
  }
  ul.pagination li a svg path {
    fill: #121212 !important;
  }
  ul.pagination li span {
    font-size: 18px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .services_line .services_list .services_item .services_image {
    height: 140px;
  }
  .massmedia_list .massmedia_item .massmedia_image {
    height: 80px;
  }
  .feedback_list .feedback_item .feedback_image {
    height: 140px;
  }
  .snapshot_line .snapshot_image {
    height: 200px;
  }
  .countries_box .countries_line .countries_list .countries_item {
    width: calc(33.333% - 10px);
  }
  .countries_box .countries_line .countries_list .countries_item .countries_name {
    min-height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
  .benefits_quotes {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .benefits_quotes .benefits_logo {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .benefits_quotes .benefits_logo svg {
    max-width: 20px;
  }
  .benefits_quotes .benefits_idea {
    display: inline-block;
    position: relative;
    text-align: center;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100%;
    max-width: unset;
    margin: 0;
    margin-bottom: 5px;
  }
  .benefits_quotes .benefits_idea:last-child {
    margin-bottom: 0;
  }
  .cta_box .cta_info .cta_form .cta_oferta {
    display: inline-block;
    width: 100%;
    padding: 5px;
    float: none;
  }
  .cta_box .cta_info .cta_form .cta_button {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    float: none;
  }
}

@media (max-width: 660px) {
  div.modalform {
    max-width: 400px;
    border-radius: 20px;
  }
  div.modalform .modalform_line {
    padding: 20px;
  }
  div.modalform .modalform_line .modalform_form .modalform_oferta {
    margin-top: 5px;
  }
  div.modalform .modalform_line .modalform_form .modalform_button {
    max-width: unset;
    margin-top: 15px;
  }
  div.modalform .fancybox-close-small {
    top: 0;
    right: 0;
  }
  .welcome_overview .welcome_slider .welcome_image {
    height: 340px;
  }
  .welcome_overview .welcome_video {
    width: 180px;
    height: 100px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number {
    font-size: 20px;
    line-height: 24px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number i {
    font-size: 16px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_hint {
    font-size: 14px;
    line-height: 18px;
  }
  .about_line .about_info .about_advantages {
    left: -5px;
    width: calc(100% + 10px);
  }
  .about_line .about_info .about_advantages .about_item {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }
  .about_line .about_info .about_advantages .about_item .about_number {
    font-size: 20px;
    line-height: 24px;
  }
  .about_line .about_info .about_advantages .about_item .about_number i {
    font-size: 16px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info {
    max-width: unset;
    padding: 15px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_hint {
    margin-bottom: 12px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_pretitle {
    margin-bottom: 5px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_info .letter_excerpt {
    margin-bottom: 15px;
  }
  .letter_rich .letter_item .letter_recommendation .letter_background {
    display: none !important;
  }
  .letter_rich .letter_item .letter_recommendation .letter_overlay {
    display: none;
  }
  .articles_box .articles_slider .articles_item {
    height: 240px;
  }
  .articles_box .articles_slider .articles_item .articles_info {
    padding: 12px;
  }
  .articles_box .articles_slider .articles_item .articles_info .articles_name {
    font-size: 16px;
    line-height: 20px;
  }
  .cta_box .cta_info {
    padding: 15px;
  }
  .cta_box .cta_info .cta_heading {
    margin-bottom: 12px;
  }
  .cta_box .cta_info .cta_heading .cta_title {
    font-size: 24px;
    line-height: 28px;
  }
  .cta_box .cta_info .cta_heading .cta_description {
    font-size: 16px;
    line-height: 20px;
  }
  .cta_box .cta_info .cta_form .cta_fields {
    display: inline-block;
    left: unset;
    width: 100%;
  }
  .cta_box .cta_info .cta_form .cta_fields .cta_input {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .cta_box .cta_info .cta_form .cta_fields .cta_input:last-child {
    margin-bottom: 0;
  }
  .cta_box .cta_image {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .header_info .header_about {
    margin-right: calc(100% - 370px);
  }
  .header_info .header_phone {
    padding: 20px !important;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 0px #0000001A;
    overflow: hidden;
  }
  .header_info .header_phone .header_icon {
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  .header_info .header_phone .header_data {
    display: none;
  }
}

@media (max-width: 540px) {
  .welcome_overview .welcome_slider .welcome_image {
    height: 280px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number {
    font-size: 18px;
    line-height: 22px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_number i {
    font-size: 14px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .welcome_advantages .welcome_list .welcome_item .welcome_hint br {
    display: block;
  }
  .classic_grid .classic_image {
    max-width: 290px;
    min-height: 160px;
  }
  .overview_line .overview_info .overview_video .overview_player {
    width: 290px;
    height: 150px;
  }
  .overview_line .overview_image {
    height: 200px;
  }
  .investment_list .investment_item .investment_image {
    height: 100px;
  }
  .steps_list .steps_item .steps_info {
    padding: 15px;
  }
  .steps_list .steps_item .steps_info .steps_number {
    font-size: 18px;
    line-height: 22px;
  }
  .steps_list .steps_item .steps_info .steps_name {
    font-size: 16px;
    line-height: 20px;
  }
  .steps_list .steps_item .steps_point {
    top: 22px;
  }
  .regions_list .regions_item .regions_line .regions_info {
    padding: 15px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_link {
    font-size: 18px;
    line-height: 22px;
  }
  .regions_list .regions_item .regions_line .regions_info .regions_button {
    width: 100%;
  }
  .regions_list .regions_item .regions_line .regions_image {
    height: 160px;
  }
  .regions_list .regions_item .regions_action {
    padding: 15px;
    margin: 0;
  }
  .regions_list .regions_item .regions_action .regions_button {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
    border-radius: 0;
    float: none;
  }
  .regions_list .regions_item .regions_action .regions_button:first-child {
    border-radius: 20px 20px 0 0;
  }
  .regions_list .regions_item .regions_action .regions_button:last-child {
    border-radius: 0 0 20px 20px;
  }
  .about_line .about_info .about_advantages {
    display: inline-block;
    left: unset;
    width: 100%;
  }
  .about_line .about_info .about_advantages .about_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .about_line .about_info .about_advantages .about_item:last-child {
    margin-bottom: 0;
  }
  .about_line .about_info .about_advantages .about_item .about_number {
    font-size: 18px;
    line-height: 22px;
  }
  .about_line .about_info .about_advantages .about_item .about_number i {
    font-size: 14px;
  }
  .about_line .about_info .about_advantages .about_item .about_hint {
    font-size: 12px;
    line-height: 16px;
  }
  .about_line .about_info .about_advantages .about_item .about_hint br {
    display: none;
  }
  .assistance_line .assistance_info .assistance_list .assistance_item {
    margin-bottom: 10px;
  }
  .articles_box .articles_slider .articles_item {
    height: 280px;
  }
  .services_line .services_subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .services_line .services_list .services_item .services_image {
    height: 100px;
  }
  .services_line .services_list .services_item .services_name {
    font-size: 14px;
    line-height: 18px;
  }
  .massmedia_list .massmedia_item .massmedia_image {
    height: 60px;
  }
  .feedback_list .feedback_item .feedback_image {
    height: 120px;
  }
  .work_grid .work_info {
    padding: 15px;
  }
  .work_grid .work_info .work_quote .work_idea {
    font-size: 18px;
    line-height: 22px;
  }
  .work_grid .work_info .work_date {
    top: 15px;
    right: 15px;
    bottom: unset;
    padding: 0;
  }
  .work_grid .work_image {
    height: 160px;
  }
  .work_box {
    padding: 15px;
    margin-top: 15px;
  }
  .work_box .work_line .work_text .work_subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .work_box .work_line .work_photo {
    height: 160px;
    margin-top: 15px;
  }
  .work_box .work_description {
    margin-top: 15px;
  }
  .news_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .news_list .news_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .news_list .news_item:last-child {
    margin-bottom: 0;
  }
  .snapshot_line .snapshot_image {
    height: 180px;
  }
  .letter_rich .letter_item .letter_row .letter_photo {
    max-width: 290px;
    min-height: 160px;
  }
  .cases_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .cases_list .cases_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .cases_list .cases_item:last-child {
    margin-bottom: 0;
  }
  .connect_box {
    max-width: unset;
  }
  .connect_map {
    height: 280px;
  }
  .message_line .message_contacts {
    padding: 15px;
    margin-bottom: 10px;
  }
  .message_line .message_connect {
    padding: 15px;
  }
  .message_line .message_connect .message_form .message_input {
    display: inline-block;
    width: 100%;
  }
  .message_line .message_connect .message_form .message_textarea {
    display: inline-block;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 110px;
  }
  .message_line .message_connect .message_form .message_oferta {
    margin-top: 10px;
  }
  .error_code {
    height: 140px;
    margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .header_info .header_about {
    max-width: 160px;
    margin-right: calc(100% - 350px);
  }
  .header_mobilemenu .header_headline .header_logo {
    max-width: 160px;
  }
  .welcome_overview .welcome_slider .owl-stage-outer {
    border-radius: 20px;
  }
  .welcome_overview .welcome_slider .welcome_image {
    height: 240px;
    border-radius: 20px;
  }
  .welcome_overview .welcome_video {
    top: 10px;
    right: 10px;
    width: 140px;
    height: 80px;
    border-radius: 14px;
  }
  .overview_line .overview_info .overview_action {
    display: inline-block;
    margin: 0;
  }
  .overview_line .overview_info .overview_action .overview_button {
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
    border-radius: 12px;
  }
  .overview_line .overview_info .overview_action .overview_button:last-child {
    margin-bottom: 0;
  }
  .overview_line .overview_image {
    height: 180px;
  }
  .regions_list .regions_item .regions_line .regions_image {
    height: 140px;
  }
  .feedback_list .feedback_item .feedback_info .feedback_date {
    padding: 0;
  }
  .feedback_list .feedback_item .feedback_info .feedback_meta {
    display: inline-block;
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    margin-top: 10px;
  }
  .work_grid .work_image {
    height: 140px;
  }
  .work_box .work_line .work_photo {
    height: 140px;
  }
  .articles_box .articles_slider .articles_item {
    height: 240px;
  }
  .cookielabel {
    width: 100%;
  }
  .cookielabel_text p {
    font-size: 10px;
    line-height: 14px;
  }
  .cookielabel_text p a {
    text-decoration: underline !important;
  }
  .cookielabel_button {
    font-size: 12px;
    line-height: 16px;
    background: #8A1538 !important;
  }
  .footer_info .footer_company {
    display: inline-block;
    max-width: unset;
  }
  .footer_info .footer_company .footer_description {
    margin-top: 12px;
  }
  .footer_info .footer_nav {
    display: inline-block;
    max-width: unset;
  }
  .footer_info .footer_connect {
    display: inline-block;
    max-width: unset;
  }
  .footer_info .footer_subscribe {
    left: 0;
  }
}

@media (max-width: 420px) {
  .header_info .header_about {
    margin-right: calc(100% - 250px);
  }
  .header_info .header_action {
    max-width: 40px;
    padding: 0;
  }
  .header_info .header_action .header_lang {
    display: none;
  }
  .header_mobilemenu {
    max-width: unset;
  }
  .news_list .news_item .news_image {
    height: 120px;
  }
  .snapshot_line .snapshot_image {
    height: 140px;
  }
  .countries_box .countries_line .countries_list .countries_item {
    width: calc(50% - 10px);
  }
  .cases_list .cases_item .cases_image {
    height: 120px;
  }
}

@media (max-width: 370px) {
  .welcome_overview .welcome_slider .welcome_image {
    height: 200px;
  }
  .welcome_overview .welcome_video {
    width: 120px;
    height: 70px;
  }
  .overview_line .overview_image {
    height: 160px;
  }
  .regions_list .regions_item .regions_line .regions_image {
    height: 120px;
  }
  .services_line .services_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .services_line .services_list .services_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .services_line .services_list .services_item:last-child {
    margin-bottom: 0;
  }
  .services_line .services_list .services_item .services_image {
    height: 120px;
  }
  .massmedia_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .massmedia_list .massmedia_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .massmedia_list .massmedia_item:last-child {
    margin-bottom: 0;
  }
  .massmedia_list .massmedia_item .massmedia_image {
    height: 80px;
  }
  .feedback_list .feedback_item .feedback_image {
    height: 100px;
  }
  .work_grid .work_image {
    height: 120px;
  }
  .work_box .work_line .work_photo {
    height: 120px;
  }
  .snapshot_line .snapshot_meta {
    padding-right: 24px;
  }
  .snapshot_line .snapshot_meta .snapshot_share {
    right: -10px;
    padding: 18px 16px;
  }
  .snapshot_line .snapshot_meta .snapshot_share .snapshot_icon {
    left: calc(50% - 6px);
  }
  .snapshot_line .snapshot_meta .snapshot_share .snapshot_hint {
    display: none !important;
  }
  .articles_box .articles_slider .articles_item {
    height: 200px;
  }
  .development_text .development_button {
    max-width: unset;
  }
  .error_text .error_button {
    max-width: unset;
  }
  .footer_info .footer_company .footer_about .footer_tagline {
    display: none;
  }
  .footer_info .footer_company .footer_description {
    margin-top: 10px;
  }
}
