@font-face {
  font-family: "regular";
  font-display: 'auto';
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "semibold";
  font-display: 'auto';
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "bold";
  font-display: 'auto';
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "semilight";
  font-display: 'auto';
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icon';
  font-display: 'auto';
  src: url("../fonts/icons/icomoon.eot?e4dkio");
  src: url("../fonts/icons/icomoon.eot?e4dkio#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?e4dkio") format("truetype"), url("../fonts/icons/icomoon.woff?e4dkio") format("woff");
  font-weight: normal;
  font-style: normal; }
.icon_right_arrow:before {
  content: "\e900"; }

.icon_left:before {
  content: "\e909"; }

.icon_facebook:before {
  content: "\e90a"; }

.icon_file:before {
  content: "\e910"; }

.icon_phone:before {
  content: "\e911"; }

.icon_instagram:before {
  content: "\e90b"; }

.icon_linkedin:before {
  content: "\e90c"; }

.icon_twitter:before {
  content: "\e90d"; }

.icon_pinterest:before {
  content: "\e90e"; }

.icon_youtube:before {
  content: "\e90f"; }

.icon_telegram:before {
  content: "\e91a"; }

.icon_ok:before {
  content: "\e91b"; }

.icon_vk:before {
  content: "\e91c"; }

.icon_google:before {
  content: "\e91d"; }

.icon_tiktok:before {
  content: "\e91e"; }

.icon_flickr:before {
  content: "\e91f"; }

.icon_down:before {
  content: "\e901"; }

.icon_left:before {
  content: "\e902"; }

.icon_right:before {
  content: "\e903"; }

.icon_close:before {
  content: "\e904"; }

.icon_checked:before {
  content: "\e905"; }

.icon_info:before {
  content: "\e906"; }

.icon_favorite:before {
  content: "\e907"; }

.icon_globe:before {
  content: "\e908"; }

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em; }

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular"; }

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important; }

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none; }

a {
  color: #88CC2A; }

button {
  cursor: pointer;
  display: block; }

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

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

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

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

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

.inner_container {
  width: 100%;
  margin: 0 auto; }

.large_container {
  width: 100%;
  margin: 0 auto;
  max-width: 1730px; }

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

.head_title {
  font-family: "bold";
  color: #333333;
  margin-bottom: 18px; }

.standard_head {
  display: flex;
  flex-direction: column; }

.head_description {
  color: #333333; }

.site_btn {
  min-width: 161px;
  padding: 17px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 130%;
  font-family: "semibold";
  border: none;
  line-height: 18px;
  color: #ffffff;
  border-radius: 26px; }

.page_title {
  font-size: 500%;
  line-height: 60px;
  font-family: "semilight";
  color: #000000;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.individual_hint,
.drop_list {
  display: none; }

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
  padding-left: 5px;
  font-size: 120%;
  line-height: 15px; }

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

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

.field_block {
  position: relative;
  margin-bottom: 25px; }
  .field_block input,
  .field_block textarea {
    width: 100%; }
  .field_block textarea {
    resize: none;
    display: block; }
  .field_block textarea,
  .field_block input {
    padding: 11px 17px;
    border: none;
    border-radius: 15px;
    background: #F6F5F5;
    color: #666666;
    font-size: 130%;
    line-height: 1.5em; }

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

@media screen and (min-width: 960px) {
  .head_title {
    font-size: 400%;
    line-height: 53px; }

  .standard_head {
    padding: 50px 0; }

  .head_description {
    font-size: 200%;
    line-height: 27px; } }
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .page_title {
    font-size: 400%;
    line-height: 45px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page_title {
    font-size: 300%;
    line-height: 33px; }

  .head_title {
    font-size: 300%;
    line-height: 45px; }

  .standard_head {
    padding: 30px 0; }

  .head_description {
    font-size: 180%;
    line-height: 23px; } }
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 220%;
    line-height: 28px; }

  .head_description {
    font-size: 160%;
    line-height: 23px; }

  .head_title {
    font-size: 220%;
    line-height: 30px; }

  .standard_head {
    padding: 15px 0; } }
.menu_list, .language_block .drop_list, .socials_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

[class*="icon_"]:before, [class*="icon_"]:after {
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header {
  background: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
  position: relative;
  z-index: 999; }
  .header.header_home {
    box-shadow: none;
    background: transparent;
    padding-top: 35px; }
    .header.header_home .header_block {
      align-items: flex-end; }
    .header.header_home .menu_list a {
      color: #ffffff; }
      .header.header_home .menu_list a:after {
        border-color: #00ADBB; }
      .header.header_home .menu_list a.active_menu {
        color: #00ADBB; }
    .header.header_home .menu_button {
      color: #ffffff !important; }
    .header.header_home .language_block .drop_btn {
      color: #ffffff;
      background: transparent; }
    .header.header_home .language_block .drop_list {
      background: transparent;
      color: #ffffff; }
    .header.header_home .lg_inner {
      border-color: #ffffff; }

.header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.main_logo img {
  display: block;
  width: auto;
  height: 55px; }

.header_inner {
  display: flex;
  align-content: center;
  justify-content: space-between;
  position: relative; }

.menu_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }

.menu_list {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .menu_list li {
    padding: 0 15px; }
    .menu_list li .special_item {
      color: #88CC2A; }
      .menu_list li .special_item img {
        max-width: 20px;
        max-height: 20px;
        width: 100%;
        height: 100%;
        margin-right: 7px; }
  .menu_list a {
    color: #000000;
    font-size: 150%;
    font-family: "semibold";
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 0 10px; }
    .menu_list a.active_menu {
      color: #00ADBB; }
      .menu_list a.active_menu:after {
        width: 100%;
        left: 0; }
    .menu_list a:after {
      display: block;
      content: "";
      position: absolute;
      overflow: hidden;
      left: 50%;
      bottom: -9px;
      border-top: 3px solid #00ADBB;
      border-radius: 1.5px;
      width: 0;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

.lg_inner {
  overflow: hidden;
  position: relative;
  border: 2px solid #6A6A6A;
  border-radius: 23.5px; }
  .lg_inner.opened {
    z-index: 10; }
    .lg_inner.opened .drop_btn {
      color: #88CC2A; }

.language_block {
  position: relative;
  height: 47px;
  margin-left: 45px;
  font-size: 140%;
  line-height: 18px;
  font-family: "semibold"; }
  .language_block .drop_btn {
    background: #ffffff;
    color: inherit;
    display: flex;
    justify-content: center;
    width: 99px;
    height: 47px;
    align-items: center;
    border: none; }
    .language_block .drop_btn:after {
      display: block;
      width: 7px;
      height: 3px;
      content: "";
      margin-left: 5px;
      border-style: solid;
      border-width: 3px 3px 0;
      border-left-color: transparent;
      border-right-color: transparent; }
  .language_block .drop_list {
    background: #ffffff; }
    .language_block .drop_list li {
      padding: 10px 29px; }
      .language_block .drop_list li:first-child {
        padding-top: 0;
        padding-bottom: 0; }
    .language_block .drop_list a {
      color: inherit; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lg_inner {
    border-radius: 16.5px; }

  .language_block {
    margin-left: 10px;
    height: 29px; }
    .language_block .drop_btn {
      width: 80px;
      height: 29px; }
    .language_block .drop_list li {
      padding: 8px 20px; }

  .main_logo img {
    height: 35px; }

  .menu_list li {
    padding: 0 9px; }
    .menu_list li a {
      font-size: 130%;
      line-height: 19px;
      padding: 0; } }
@keyframes topToCenter {
  0% {
    top: 5px; }
  50% {
    top: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    top: 11px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); } }
@keyframes bottomToCenter {
  0% {
    bottom: 5px; }
  50% {
    bottom: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    bottom: 11px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); } }
@keyframes centerToTop {
  100% {
    top: 5px; }
  50% {
    top: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  0% {
    top: 11px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); } }
@keyframes centerToBottom {
  100% {
    bottom: 5px; }
  50% {
    bottom: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  0% {
    bottom: 11px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); } }
@keyframes overflowAuto {
  0% {
    overflow: hidden; }
  99% {
    overflow: hidden; }
  100% {
    overflow-y: auto; } }
@media screen and (max-width: 767px) {
  .header_home .menu_block {
    background: #000000; }

  .language_block {
    margin: 0;
    padding: 15px 0;
    height: auto; }
    .language_block .drop_btn {
      display: none; }
    .language_block .drop_list {
      display: flex !important;
      align-items: center;
      justify-content: space-between; }
      .language_block .drop_list li {
        padding: 0 25px; }

  .lg_inner {
    border: none;
    background: none; }

  .header {
    padding: 10px;
    height: 65px; }

  .main_logo img {
    height: 40px; }

  .menu_list {
    flex-direction: column;
    justify-content: center; }
    .menu_list li {
      padding: 15px 0; }

  .menu_block {
    position: fixed;
    overflow: hidden;
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 0;
    top: 65px;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    -o-transition: bottom 0.5s linear;
    -ms-transition: bottom 0.5s linear;
    -moz-transition: bottom 0.5s linear;
    -webkit-transition: bottom 0.5s linear;
    transition: bottom 0.5s linear; }

  .menu_inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%; }

  .menu_button {
    display: block;
    padding: 11px 0;
    height: 24px;
    width: 24px;
    color: inherit;
    position: relative;
    margin-right: 5px;
    margin-left: 12px;
    margin-top: 10px; }
    .menu_button:before, .menu_button:after {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      border-top: 2px solid;
      width: 100%; }
    .menu_button:before {
      top: 5px; }
    .menu_button:after {
      bottom: 5px; }
    .menu_button span {
      display: block;
      border-top: 2px solid;
      -o-transition: opacity 0.01s;
      -ms-transition: opacity 0.01s;
      -moz-transition: opacity 0.01s;
      -webkit-transition: opacity 0.01s;
      transition: opacity 0.01s;
      -o-transition-delay: 0.25s;
      -ms-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }

  .menu_opened {
    overflow: hidden; }
    .menu_opened .menu_block {
      bottom: 0;
      border-top: 1px solid #e5e5e5; }
    .menu_opened .menu_inner {
      animation-name: overflowAuto;
      animation-duration: 0.5s;
      animation-timing-function: linear;
      animation-fill-mode: forwards; }
    .menu_opened .menu_button:before {
      animation-name: topToCenter;
      animation-duration: 0.5s;
      animation-timing-function: linear;
      animation-fill-mode: forwards; }
    .menu_opened .menu_button:after {
      animation-name: bottomToCenter;
      animation-duration: 0.5s;
      animation-timing-function: linear;
      animation-fill-mode: forwards; }
    .menu_opened .menu_button span {
      opacity: 0; }

  body:not(.menu_opened) .menu_button.active:before {
    animation-name: centerToTop;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards; }
  body:not(.menu_opened) .menu_button.active:after {
    animation-name: centerToBottom;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards; } }
.web .menu_list li a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .menu_list li a:hover {
    color: #00ADBB; }
    .web .menu_list li a:hover:after {
      left: 0;
      width: 100%; }
.web .header_home .menu_list li a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .header_home .menu_list li a:hover {
    color: #00ADBB; }
    .web .header_home .menu_list li a:hover:after {
      left: 0;
      width: 100%; }
.web .language_block a {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .web .language_block a:hover {
    color: #88CC2A; }
.web .language_block .drop_btn {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .web .language_block .drop_btn:hover {
    color: #00ADBB; }

.touch .menu_list li a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .menu_list li a:active {
    color: #00ADBB; }
    .touch .menu_list li a:active:after {
      left: 0;
      width: 100%; }
.touch .header_home .menu_list li a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .header_home .menu_list li a:active {
    color: #00ADBB; }
    .touch .header_home .menu_list li a:active:after {
      left: 0;
      width: 100%; }
.touch .language_block a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .touch .language_block a:active {
    color: #88CC2A; }
.touch .language_block .drop_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .touch .language_block .drop_btn:active {
    color: #00ADBB; }

.footer {
  background: #242525;
  padding: 15px;
  height: 107px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .footer:before {
    background-image: url(/images/footer_logo.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    position: absolute;
    z-index: 1;
    background-size: auto;
    content: "";
    width: 500px;
    bottom: 27px;
    height: 500px;
    left: -36px; }

.copyright_block {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.developer a {
  color: #F68B28;
  font-family: "semibold";
  position: relative;
  z-index: 2; }

.socials_list {
  display: flex;
  align-items: center; }
  .socials_list li {
    margin: 0 5px; }
    .socials_list li:first-child {
      margin-left: 0; }
    .socials_list li a {
      color: #F68B28;
      font-size: 87%;
      height: 25px;
      width: 25px;
      border: 1px solid #F68B28;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .socials_list li a:before {
        margin-top: 2px; }

.footer_inner {
  padding-right: 30px;
  margin-bottom: 15px; }

.footer_block {
  font-size: 120%;
  line-height: 14px;
  color: #999999;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .footer_block img {
    max-height: 19px;
    max-width: 100%;
    display: block;
    padding: 0 8px; }

@media screen and (max-width: 1199px) {
  .footer:before {
    display: none; } }
.web .developer a {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .web .developer a:hover {
    color: #88CC2A; }
.web .socials_list li a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .socials_list li a:hover {
    background: #F68B28;
    color: #000000; }

.touch .developer a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .touch .developer a:active {
    color: #88CC2A; }
.touch .socials_list li a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .socials_list li a:active {
    background: #F68B28;
    color: #000000; }

.error_hint {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

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