@import url(../libs/slick/slick-theme.css);
@import url(../libs/slick/slick.css);
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms-Regular.woff") format("woff");
  src: url("../fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Light';
  src: url("../fonts/TTNorms-Light.eot");
  src: url("../fonts/TTNorms-Light.woff") format("woff");
  src: url("../fonts/TTNorms-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TTNmedium";
  src: url("../fonts/TTNorms-Medium.eot");
  src: url("../fonts//TTNorms-Medium.woff") format("woff");
  src: url("../fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TTNbold";
  src: url("../fonts/TTNorms-Bold.eot");
  src: url("../fonts/TTNorms-Bold.ttf") format("truetype");
  src: url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GraphikMedium";
  src: url("../fonts/Graphik/GraphikLCG-Medium.otf") format("truetype");
}

@font-face {
  font-family: "GaramondPremrPro";
  src: url("../fonts/Gara/GaramondPremrPro-LtDisp.otf") format("truetype");
}

.progress {
  top: -webkit-calc(50vh - 35px);
  top: calc(50vh - 35px);
  left: -webkit-calc(50% - 105px);
  left: calc(50% - 105px);
  height: 20px;
  width: 210px;
  position: absolute;
  z-index: 9999;
}

.progress_inner {
  position: relative;
  height: 100%;
}

.bar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(22, 22, 22, .6);
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.bg_loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background-color: #161616;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

html {
  overflow: hidden;
}

body {
  font-size: 19px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "GaramondPremrPro", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #171717;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1281px) {
  body {
    font-size: 19px;
  }
}

@media (min-width: 1441px) {
  body {
    font-size: 21px;
  }
}

@media (min-width: 1025px) {
  body {
    position: static;
  }
}

body input, body textarea {
  font-family: "GaramondPremrPro", sans-serif;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 17px;
}

@media (min-width: 1281px) {
  body input, body textarea {
    font-size: 21px;
  }
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

body input:focus, body textarea:focus {
  opacity: .5;
}

body input::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
  font-family: "GaramondPremrPro", sans-serif;
  color: #101010;
}

body input::-moz-placeholder, body textarea::-moz-placeholder {
  font-family: "GaramondPremrPro", sans-serif;
  color: #101010;
}

body input:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  font-family: "GaramondPremrPro", sans-serif;
  color: #101010;
}

body input:-moz-placeholder, body textarea:-moz-placeholder {
  font-family: "GaramondPremrPro", sans-serif;
  color: #101010;
}

.overflow_wrapper {
  display: none;
  position: absolute;
  z-index: 997;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 11, 11, 0.8);
}

.close {
  width: 20px;
  height: 20px;
  position: relative;
}
.close_remaster {
    width: 20px;
    height: 20px;
    position: relative;
    margin: auto;
}

.close span {
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background-color: rgba(16, 16, 16, 0.7);
}
.close_remaster span{
  background-color: #fff; 
}
.close span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.max {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.overflow {
  overflow: hidden !important;
}

.show_580, .show_580_flex, .show_520 {
  display: none !important;
}

.img_responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.slash {
  display: none;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: bold;
}

.slick-slide, .bottom_bar_item {
  outline: none !important;
  background: none !important;
}

.main_wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-image: url(../img/main_bg.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1025px) {
  .main_wrapper {
    background-position: 0 0;
  }
}

.top_bar {
  position: absolute;
  width: 100%;
  z-index: 1000;
  padding: 30px 20px 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .top_bar {
    padding: 50px 50px 0 50px;
  }
}

.top_bar > div {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}

.top_bar .navigation {
  text-align: right;
}

.mobile_navigation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #171717;
  height: 140px;
}

@media (min-width: 1025px) {
  .mobile_navigation {
    display: none !important;
  }
}

.mobile_navigation .navigation, .mobile_navigation .language {
  display: block;
}

.mobile_navigation .mobile_navigation_content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 32px;
  padding-right: 40px;
}

.mobile_navigation .mobile_navigation_content .language {
  margin-left: 20px;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .language {
    position: absolute;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    top: 33px;
  }
}

.mobile_navigation .mobile_navigation_content .language a {
  color: #fff;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .language a {
    color: #474a4d;
  }
}

.mobile_navigation .mobile_navigation_content .language a span {
  display: none;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .language a span {
    display: inline-block;
  }
}

.mobile_navigation .mobile_navigation_content .language .ru {
  display: none;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .language a.active {
    color: #fff;
    display: inline-block;
  }
}

.mobile_navigation .mobile_navigation_content .navigation {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .navigation {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 20px;
    margin-right: 0;
  }
}

.mobile_navigation .mobile_navigation_content .navigation a {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .navigation a {
    margin-left: 20px;
  }
}

.mobile_navigation .mobile_navigation_content .navigation li {
  display: block;
}

@media (min-width: 421px) {
  .mobile_navigation .mobile_navigation_content .navigation li {
    display: inline-block;
  }
}

.logo svg {
  width: 210px;
}

@media (min-width: 1441px) {
  .logo svg {
    width: 250px;
  }
}

.language {
  text-align: center;
  display: none;
}

@media (min-width: 1025px) {
  .language {
    display: block;
  }
}

.language span,
.language a {
  color: #474a4d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.language a.active, .language a:hover {
  color: #fff;
}

.navigation {
  display: none;
}

@media (min-width: 1025px) {
  .navigation {
    display: block;
  }
}

.navigation a {
  position: relative;
  margin-left: 25px;
}

.navigation a:after {
  position: absolute;
  bottom: 8px;
  left: 46%;
  font-size: 50px;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: ".";
}

@media (min-width: 421px) {
  .navigation a:after {
    bottom: 0;
  }
}

.navigation a.active:after, .navigation a:hover:after {
  opacity: 1;
}

.togler {
  position: absolute;
  right: 20px;
  top: 33px;
  z-index: 2;
  cursor: pointer;
  max-width: 40px;
  width: 40px;
  height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  .togler {
    right: 50px;
    top: 50px;
  }
}

.togler span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  .togler {
    display: none;
  }
}

.togler.active {
  top: 37px;
}

.togler.active span:first-child {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
      -ms-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}

.togler.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(1px, -3px);
      -ms-transform: rotate(-45deg) translate(1px, -3px);
          transform: rotate(-45deg) translate(1px, -3px);
}

.main_content {
  height: 100%;
}

.main_content_text {
  height: -webkit-calc(100% - 190px);
  height: calc(100% - 190px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .main_content_text {
    height: -webkit-calc(100% - 81px);
    height: calc(100% - 81px);
  }
}

@media (min-width: 1281px) {
  .main_content_text {
    height: -webkit-calc(100% - 83px);
    height: calc(100% - 83px);
  }
}

@media (min-width: 1441px) {
  .main_content_text {
    height: -webkit-calc(100% - 85px);
    height: calc(100% - 85px);
  }
}

.main_content_text .content_text_slider_buttons {
  margin-top: -10px;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  .main_content_text .content_text_slider_buttons {
    margin-top: 15px;
  }
}

.main_content_text .content_text_slider_buttons > * {
  cursor: pointer;
}

.main_content_text .content_text_slider_buttons .content_text_slider_next {
  position: relative;
}

.main_content_text .content_text_slider_buttons .content_text_slider_next:before {
  position: absolute;
  left: -28px;
  top: -2px;
  font-size: 50px;
  line-height: 0;
  content: '.';
}

.main_content_text .content_text_slider {
  width: 50%;
  width: 80%;
  text-align: center;
  font-size: 21px;
}

@media (min-width: 769px) {
  .main_content_text .content_text_slider {
    font-size: 29px;
    width: 60%;
  }
}

@media (min-width: 1025px) {
  .main_content_text .content_text_slider {
    font-size: 27px;
    width: 70%;
  }
}

@media (min-width: 1281px) {
  .main_content_text .content_text_slider {
    font-size: 29px;
    width: 67%;
  }
}

@media (min-width: 1441px) {
  .main_content_text .content_text_slider {
    font-size: 34px;
    width: 56%;
  }
}

.main_content_text .content_text_slider .slick-arrow {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.bottom_bar {
  position: relative;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
}

@media (min-width: 1025px) {
  .bottom_bar {
    width: 80%;
  }
}

@media (min-width: 1441px) {
  .bottom_bar {
    width: 75%;
  }
}

.bottom_bar > .content_slider_load_bar {
  bottom: 50px;
  width: 80%;
  left: 10%;
}

@media (min-width: 1025px) {
  .bottom_bar > .content_slider_load_bar {
    display: none;
  }
}

.bottom_bar_slider {
  position: relative;
}

.bottom_bar_slider .slick-dots {
  position: static;
  width: 100%;
  bottom: 0;
  display: none !important;
}

@media (min-width: 1025px) {
  .bottom_bar_slider .slick-dots {
    display: inline-block !important;
  }
}

.bottom_bar_slider .slick-dots li {
  margin: 0;
  width: 33.333333%;
  outline: none !important;
}

.bottom_bar_slider .slick-dots li.slick-active a:after {
  opacity: 1;
  -webkit-transition: background 12.8s linear;
  -o-transition: background 12.8s linear;
  transition: background 12.8s linear;
  background-position: left bottom;
}

.bottom_bar_slider .slick-dots li a {
  position: relative;
  outline: none !important;
  font-size: 21px;
}

.bottom_bar_slider .slick-dots li a:after {
  display: block;
  opacity: 0;
  height: 2px;
  width: 90%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, rgba(196, 196, 196, 0.5)));
  background: -webkit-linear-gradient(left, #fff 50%, rgba(196, 196, 196, 0.5) 50%);
  background: -o-linear-gradient(left, #fff 50%, rgba(196, 196, 196, 0.5) 50%);
  background: linear-gradient(to right, #fff 50%, rgba(196, 196, 196, 0.5) 50%);
  -webkit-background-size: 200% 100%;
          background-size: 200% 100%;
  background-position: right bottom;
  position: absolute;
  left: 5%;
  bottom: -10px;
  content: '';
}

@media (min-width: 1025px) {
  .bottom_bar_slider_mob {
    display: none;
  }
}

.bottom_bar_slider_mob .bottom_bar_item {
  display: inline-block;
  width: 33.3333333%;
}

@media (min-width: 1025px) {
  .bottom_bar_slider_mob .bottom_bar_item {
    opacity: 1 !important;
  }
}

.bottom_bar_slider_mob .bottom_bar_item > div {
  display: inline-block;
  position: relative;
}

.bottom_bar_slider_mob .bottom_bar_item.first {
  position: relative;
  text-align: center;
}

@media (min-width: 1025px) {
  .bottom_bar_slider_mob .bottom_bar_item.first {
    text-align: left;
  }
}

.bottom_bar_slider_mob .bottom_bar_item.center {
  text-align: center;
}

@media (min-width: 1025px) {
  .bottom_bar_slider_mob .bottom_bar_item.center {
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
}

.bottom_bar_slider_mob .bottom_bar_item.last {
  text-align: center;
}

@media (min-width: 1025px) {
  .bottom_bar_slider_mob .bottom_bar_item.last {
    text-align: right;
  }
}

.bottom_bar_slider_mob .bottom_bar_item span {
  cursor: pointer;
}

.content_slider_load_bar {
  width: 90%;
  position: absolute;
  bottom: -10px;
  left: 5%;
}

.content_slider_load_bar .silver_load, .content_slider_load_bar .white_load {
  height: 2px;
  width: 100%;
}

.content_slider_load_bar .silver_load {
  background-color: rgba(196, 196, 196, 0.5);
}

.content_slider_load_bar .white_load {
  max-width: 100% !important;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  transition: all 8s;
  transition-width: 100px;
  transition-display: block;
  background: #fff;
  -webkit-background-size: 200% 100%;
          background-size: 200% 100%;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.content_slider_load_bar .white_load.test {
  background: white;
}

.company_popup, .contact_popup , .partners_popup {
  letter-spacing: 0.5px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.company_popup:before, .contact_popup:before {
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 65px;
  background-color: red;
  background: url(../img/grad-bottom.png) center top repeat-x;
  position: absolute;
  z-index: 10;
  top: 140px;
  left: 12px;
  content: '';
}

@media (min-width: 421px) {
  .company_popup:before, .contact_popup:before {
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    left: 20px;
  }
}

@media (min-width: 769px) {
  .company_popup:before, .contact_popup:before {
    width: 732px;
    left: -webkit-calc(50% - 370px);
    left: calc(50% - 370px);
  }
}

@media (min-width: 1281px) {
  .company_popup:before, .contact_popup:before {
    width: 1072px;
    top: 220px;
    left: -webkit-calc(50% - 540px);
    left: calc(50% - 540px);
  }
}

.company_popup.company_popup_open, .company_popup.contact_popup_open, .contact_popup.company_popup_open, .contact_popup.contact_popup_open, .partners_popup.partners_popup_open {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.company_popup .company_popup_content, .company_popup .contact_popup_content, .contact_popup .company_popup_content, .contact_popup .contact_popup_content {
  overflow-y: auto;
  width: 94%;
  background-color: #fff;
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 3%;
  color: #101010;
  text-align: center;
  font-size: 21px;
  padding: 75px 30px 0 30px;
}

@media (min-width: 421px) {
  .company_popup .company_popup_content, .company_popup .contact_popup_content, .contact_popup .company_popup_content, .contact_popup .contact_popup_content {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    padding: 95px 50px 0 50px;
    font-size: 21px;
  }
}

@media (min-width: 769px) {
  .company_popup .company_popup_content, .company_popup .contact_popup_content, .contact_popup .company_popup_content, .contact_popup .contact_popup_content {
    width: 740px;
    left: -webkit-calc(50% - 370px);
    left: calc(50% - 370px);
    font-size: 29px;
  }
}

@media (min-width: 1281px) {
  .company_popup .company_popup_content, .company_popup .contact_popup_content, .contact_popup .company_popup_content, .contact_popup .contact_popup_content {
    width: 1080px;
    left: -webkit-calc(50% - 540px);
    left: calc(50% - 540px);
    top: 220px;
    font-size: 29px;
    line-height: 1.5;
    padding: 95px 150px 0 150px;
  }
}

.company_popup .company_popup_content p, .company_popup .contact_popup_content p, .contact_popup .company_popup_content p, .contact_popup .contact_popup_content p {
  margin-bottom: 15px;
}

.partners_popup_wrapper .close_wrap ,.company_popup .company_popup_content .close_wrap, .company_popup .contact_popup_content .close_wrap, .contact_popup .company_popup_content .close_wrap, .contact_popup .contact_popup_content .close_wrap {
  width: 40px;
  position: fixed;
  z-index: 20;
  top: 170px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  right: -webkit-calc(50% - 20px);
  right: calc(50% - 20px);
}

@media (min-width: 1281px) {
  .company_popup .company_popup_content .close_wrap, .company_popup .contact_popup_content .close_wrap, .contact_popup .company_popup_content .close_wrap, .contact_popup .contact_popup_content .close_wrap {
    top: 265px;
  }
}

.company_popup .company_popup_content .close, .company_popup .contact_popup_content .close, .contact_popup .company_popup_content .close, .contact_popup .contact_popup_content .close {
  height: 22px;
  width: 22px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  cursor: pointer;
  line-height: 0;
}

@media (min-width: 1281px) {
  .company_popup .company_popup_content .close, .company_popup .contact_popup_content .close, .contact_popup .company_popup_content .close, .contact_popup .contact_popup_content .close {
    margin-bottom: 60px;
  }
}

.company_popup .company_popup_content .close svg, .company_popup .contact_popup_content .close svg, .contact_popup .company_popup_content .close svg, .contact_popup .contact_popup_content .close svg {
  width: 100%;
  height: 100%;
}

.company_popup .company_popup_content::-webkit-scrollbar, .company_popup .contact_popup_content::-webkit-scrollbar, .contact_popup .company_popup_content::-webkit-scrollbar, .contact_popup .contact_popup_content::-webkit-scrollbar {
  width: 8px;
  opacity: .3;
  background-color: #fff;
}

.company_popup .company_popup_content::-webkit-scrollbar-track, .company_popup .contact_popup_content::-webkit-scrollbar-track, .contact_popup .company_popup_content::-webkit-scrollbar-track, .contact_popup .contact_popup_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
}

.company_popup .company_popup_content::-webkit-scrollbar-track, .company_popup .contact_popup_content::-webkit-scrollbar-track, .contact_popup .company_popup_content::-webkit-scrollbar-track, .contact_popup .contact_popup_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
}

.company_popup .company_popup_content::-webkit-scrollbar-thumb, .company_popup .contact_popup_content::-webkit-scrollbar-thumb, .contact_popup .company_popup_content::-webkit-scrollbar-thumb, .contact_popup .contact_popup_content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #C4C4C4;
}

.company_popup .company_popup_content::-webkit-scrollbar-thumb:hover, .company_popup .contact_popup_content::-webkit-scrollbar-thumb:hover, .contact_popup .company_popup_content::-webkit-scrollbar-thumb:hover, .contact_popup .contact_popup_content::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.contacts, .contacts_form {
  display: none;
}

.contacts.active_tab, .contacts_form.active_tab {
  display: block;
}

.contact_popup_content .close {
  margin-bottom: 50px;
}

.contact_popup_content .contact_tabs_nav {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .contact_popup_content .contact_tabs_nav {
    margin-bottom: 40px;
  }
}

@media (min-width: 1281px) {
  .contact_popup_content .contact_tabs_nav {
    margin-bottom: 80px;
  }
}

.contact_tabs_nav {
  width: 60%;
  min-width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 421px) {
  .contact_tabs_nav {
    width: 260px;
  }
}

@media (min-width: 1281px) {
  .contact_tabs_nav {
    width: 350px;
  }
}

.contact_tabs_nav span {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.contact_tabs_nav span:not(.active) {
  color: #C4C4C4;
}

.contacts_data {
	margin-top: 20px;
}

@media (min-width: 1281px) {
  .contacts_data {
    line-height: 1.3;
  }
}

.contacts_data p {
  margin-bottom: 20px;
}

.contacts_data p span, .contacts_data p a {
  display: block;
  color: #101010;
}

/*.contacts_data p span:last-child, .contacts_data p a:last-child {
  font-size: 16px;
}*/

@media (min-width: 1281px) {
  .contacts_data p span:last-child, .contacts_data p a:last-child {
    font-size: 26px;
  }
}

.contact_popup_text {
  position: relative;
  padding-bottom: 150px;
}

p.hoso_pro {
  margin: 0!important;
  position: absolute;
  bottom: 25px;
  left: calc(50% - 93px);
}

@media (min-width: 1281px) {
  p.hoso_pro {
    left: calc(50% - 115px);
  }
}

p.hoso_pro a {
  font-size: 17px;
  color: #C4C4C4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1281px) {
  p.hoso_pro a {
    font-size: 21px;
  }
}

p.hoso_pro a:hover {
  color: #101010;
}

.contacts_form input, .contacts_form textarea {
  padding: 15px 5px;
  border-bottom: 1px solid #101010;
}

.contacts_form input {
  width: 100%;
  outline: none;
  margin-bottom: 25px;
}

.contacts_form textarea {
  height: 55px;
  overflow: hidden;
  font-family: "GaramondPremrPro", sans-serif;
  width: 100%;
  resize: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #101010;
  background-color: transparent;
  color: #101010;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.contacts_form .button_submit {
  margin-top: 50px;
  font-size: 24px;
  font-family: "GaramondPremrPro", sans-serif;
  color: #101010;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media (min-width: 1281px) {
  .contacts_form .button_submit {
    margin-top: 60px;
    font-size: 34px;
  }
}

.contacts_form .button_submit:hover {
  color: #101010;
}

.mail_send_wrapp {
  height: -webkit-calc(100vh - 430px);
  height: calc(100vh - 430px);
}

@media (min-width: 1281px) {
  .mail_send_wrapp {
    height: -webkit-calc(100vh - 570px);
    height: calc(100vh - 570px);
  }
}

.mail_send_wrapp form {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.select_menu .dropdown {
  width: 100%;
  border-bottom: 1px solid #101010;
  position: relative;
}

.select_menu .dropdown:hover {
  cursor: pointer;
}

.select_menu .dropdown {
  padding: 15px 5px;
  outline: none;
  text-align: left;
  font-size: 17px;
}

@media (min-width: 1281px) {
  .select_menu .dropdown {
    font-size: 21px;
  }
}

.select_menu .dropdown .select_arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 20px;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.select_menu .dropdown .select_arrow svg {
  width: 100%;
  height: 100%;
}

.select_menu .dropdown.active .select_arrow {
  -webkit-transform: rotateZ(270deg);
      -ms-transform: rotate(270deg);
          transform: rotateZ(270deg);
}

.select_menu .dropdown.active .select_output {
  opacity: 1;
}

.select_menu .dropdown-menu {
  display: none;
  z-index: 5;
  opacity: 1;
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  background-color: #C4C4C4;
}

@media (min-width: 1281px) {
  .select_menu .dropdown-menu {
    top: 60px;
  }
}

.select_menu .dropdown-menu li {
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.select_menu .dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.select_menu .dropdown-menu li span {
  display: block;
}

.company_popup_text{
    padding-bottom:50px;
}

.company_popup_text:after{
    width: 30px;
    height: 1px;
    background-color: #101010;
    position: absolute;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);

    content: '';
}






    .company_popup_content::-webkit-scrollbar, .partners_popup::-webkit-scrollbar {
    display: none;
}
.company_popup_content, .partners_popup{
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none
  scrollbar-width: none;
}
.company_popup_remastered .company_popup_content{
  color: #fff;
  background: transparent;
    width: 1080px;
    left: -webkit-calc(50% - 540px);
    left: calc(50% - 540px);
    top: 180px;
    font-size: 22px!important;
    line-height: 1.5;
    padding: 95px 150px 0 150px;
  }
  .company_popup_remastered:before{
    display: none!important;  
  }
.partners_popup{
  max-width: 99vw;
  overflow-x: hidden!important;
}
  .partners_popup .partners_text{
  z-index: 999;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
    width: 80%;
    margin: 0 auto;
}
.partners_popup .partners_text_inner{
  margin-top: 18vh;
  max-width: 28vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; 
  justify-content:  center;
  align-items: center;
}
.partners_popup .partners_text_inner img{
  max-width: 12vw;
  margin-bottom: 3vh; 
}

.partners_popup .partners_text_inner .text{
  text-align: center;
  font-size: 1.3vw;
  line-height: 3vh;
  text-align: justify;
}
  .partners_popup .partners_text_inner .mini_title{
  margin-top: -10px;
   font-size: 1.3vw;
  padding-bottom: 25px;
}
.partners_popup .partners_text_inner .text_title{
  font-size: 2.2vw;
  padding: 10px 0;
}
.hide_on_popup{
  transition: .3s;
}
.close{
  visibility: hidden;
}
@media (max-width: 900px) {
  .company_popup .company_popup_content p{
    font-size: 5vw!important;
    width: auto!important;
  }
  .partners_popup{
    top: 120px!important;
    height: auto;
    overflow-x:scroll; 
  }

  .partners_text{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; 
  margin-top:50px;
  } 
.partners_text .partners_text_inner{
max-width: 94%;
    padding-bottom: 40px;
    margin: auto;
  }
  .partners_text .partners_text_inner:first-child{
    margin-top: 50px;
  }
  .partners_text .partners_text_inner .text{

  font-size: 5vw;
}
  .partners_text .partners_text_inner .mini_title{

  font-size: 5vw;
   padding-bottom: 25px;
}
.partners_text .partners_text_inner .text_title{
  font-size: 8vw;
  }
  .partners_text .partners_text_inner img{
  max-width: 40vw;
}
.company_popup .company_popup_content, .company_popup .contact_popup_content {
  overflow-y: auto;
  width: 94%;
  background-color: transparent;
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 3%;
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding: 75px 30px 0 30px;
}
.partners_popup_wrapper .close_wrap {
  top:90px;
  }
  .show_on_popup{
    opacity: 0
  }
  .close{
    visibility: visible;
  }
}

.company_popup_text{
      display: flex;
    flex-direction: column;
    align-items: center;
}
.company_popup .company_popup_content p{
  font-size: 1.3vw;
    line-height: 3vh;   
    text-align: justify;
    width: 600px;
}


body{
  max-width: 100vw;
}