@charset "UTF-8";
@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: "light";
  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: "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: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?fgro1b");
  src: url("../fonts/icons/icomoon.eot?fgro1b#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?fgro1b") format("truetype"), url("../fonts/icons/icomoon.woff?fgro1b") format("woff");
  font-weight: normal;
  font-style: normal;
}
[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;
}

.icon_facebook:before {
  content: "";
  color: #446199;
}

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

.icon_linkedin:before {
  content: "";
  color: #217fb5;
}

.icon_twitter:before {
  content: "";
  color: #36a7dc;
}

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

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

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

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

.icon_pinterest:before {
  content: "";
  color: #c8232c;
}

.icon_youtube:before {
  content: "";
  color: #c4302b;
}

.icon_facebook_inline:before {
  content: "";
}

.icon_instagram_inline:before {
  content: "";
}

.icon_linkedin_inline:before {
  content: "";
}

.icon_twitter_inline:before {
  content: "";
}

.icon_pinterest_inline:before {
  content: "";
}

.icon_youtube_inline:before {
  content: "";
}

.icon_list:before {
  content: "";
}

.icon_excel:before {
  content: "";
}

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

.icon_marker:before {
  content: "";
}

.icon_phone:before {
  content: "";
}

.icon_mail:before {
  content: "";
}

.icon_link:before {
  content: "";
}

.icon_check:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}
html:not(.fancybox-enabled) body.active {
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
body:before {
  z-index: 1000;
  content: "";
  opacity: 0.7;
  background: #000000;
}
body > * {
  visibility: hidden;
}
body.active .preview_screen, body.active:before {
  display: none;
}
body.active > * {
  visibility: visible;
}
body.menu_opened {
  overflow: hidden !important;
}

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

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

button {
  cursor: pointer;
  display: block;
}

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

.content {
  padding-left: 290px;
}

.page_head_block {
  display: flex;
  width: 100%;
  min-height: 260px;
  align-items: flex-end;
  padding: 35px 290px 35px 0;
  color: #ffffff;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
}

.page_head_inner {
  max-width: 560px;
  margin: 0 auto;
}

.custom_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.page_title {
  margin: 0;
  font-size: 320%;
  line-height: 38px;
  font-family: "light";
  color: inherit;
  opacity: 0;
  transform: transStyle3d(0, -50%, 0);
  -moz-transform: transStyle3d(0, -50%, 0);
  -ms-transform: transStyle3d(0, -50%, 0);
  -webkit-transform: transStyle3d(0, -50%, 0);
  -o-transform: transStyle3d(0, -50%, 0);
  animation: fromtop 1s linear forwards;
}

.page_subtitle {
  margin: 0;
  font-size: 260%;
  line-height: 34px;
  color: #333333;
}

.page_description {
  font-size: 120%;
  line-height: 22px;
  margin-top: 20px;
  opacity: 0;
  transform: transStyle3d(0, 50%, 0);
  -moz-transform: transStyle3d(0, 50%, 0);
  -ms-transform: transStyle3d(0, 50%, 0);
  -webkit-transform: transStyle3d(0, 50%, 0);
  -o-transform: transStyle3d(0, 50%, 0);
  animation: frombottom 1s linear forwards;
}

.page_inner_block {
  padding: 20px 290px 50px 0;
}

.breadcrumbs {
  display: flex;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.breadcrumbs li {
  display: flex;
  font-size: 140%;
  line-height: 18px;
  align-items: center;
  color: #999999;
}
.breadcrumbs li:before {
  display: block;
  font-size: 71.4%;
  margin-right: 10px;
  margin-left: 20px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs li:nth-child(n+2) {
  max-width: 0;
  position: relative;
  overflow: hidden;
  animation: fromleft 1s linear forwards;
}
.breadcrumbs li:nth-child(2) {
  animation-delay: 0.5s;
}
.breadcrumbs li:nth-child(3) {
  animation-delay: 1s;
}
.breadcrumbs li:nth-child(4) {
  animation-delay: 1.5s;
}
.breadcrumbs a {
  display: block;
  color: inherit;
}
.breadcrumbs a:hover {
  color: #222f3b;
}
.breadcrumbs div {
  color: #333333;
  font-style: italic;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  max-width: 250px;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.paging {
  display: flex;
  align-items: center;
  font-size: 120%;
  line-height: 14px;
}
.paging ul {
  display: flex;
  align-items: center;
}
.paging li {
  padding: 0 3px;
}
.paging li a {
  display: block;
  min-width: 24px;
  padding: 5px;
  border-radius: 50%;
  color: #666666;
  text-align: center;
}
.paging li a:hover {
  background: #e5e5e5;
}
.paging li a.current_page {
  background: #057fc3;
  color: #ffffff;
  font-family: "bold";
  cursor: default;
}
.paging .prev_page,
.paging .next_page {
  display: block;
  color: #999999;
}
.paging .prev_page:before,
.paging .next_page:before {
  display: block;
}
.paging .prev_page:hover,
.paging .next_page:hover {
  color: #333333;
}
.paging .prev_page {
  margin-right: 30px;
}
.paging .next_page {
  margin-left: 30px;
}

@media (max-width: 1600px) {
  .page_head_block,
.page_inner_block {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .page_title {
    font-size: 240%;
    line-height: 30px;
  }

  .page_subtitle {
    font-size: 200%;
    line-height: 25px;
  }

  .page_head_block {
    min-height: 240px;
  }
}
@media (max-width: 991px) {
  .content {
    padding-left: 0;
    padding-top: 70px;
  }

  .custom_container {
    padding: 0 20px;
  }

  .page_head_block {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .page_title {
    font-size: 200%;
    line-height: 24px;
  }

  .page_subtitle {
    font-size: 180%;
    line-height: 22px;
  }

  .page_head_block {
    min-height: 200px;
  }

  .breadcrumbs {
    display: none;
  }
}
@keyframes fromtop {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes frombottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fromleft {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 300px;
  }
}
.preview_footer .social_list, .footer .social_list, .submenu_list, .main_menu .menu_list, .lg_list, .breadcrumbs, .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.preview_screen:before, body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paging .prev_page:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.lg_block.opened .lg_button:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.preview_content .button_block a {
  display: inline-block;
  vertical-align: top;
  min-width: 160px;
  max-width: 100%;
  border: 2px solid;
  color: #ffffff;
  font-size: 120%;
  line-height: 15px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 20px;
}
.preview_content .button_block a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background: #222f3b;
  padding: 25px 20px;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .header.homepage_header {
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.7);
    width: 390px;
  }
  .header.homepage_header .logo_block {
    left: 40px;
    right: 40px;
  }
  .header.homepage_header .logo_block span.gt_logo {
    padding-right: 25px;
  }
  .header.homepage_header .logo_block span.gt_logo img {
    max-width: 125px;
  }
  .header.homepage_header .logo_block span.mt_logo {
    padding-left: 25px;
  }
  .header.homepage_header .logo_block span.mt_logo img {
    max-width: 130px;
  }
  .header.homepage_header .main_menu {
    margin-left: -40px;
    margin-right: -40px;
  }
  .header.homepage_header .main_menu .menu_list > li > a {
    padding: 0 40px;
  }
  .header.homepage_header .submenu_list a {
    padding-left: 60px;
    padding-right: 40px;
    font-size: 130%;
  }
  .header.homepage_header .search_block {
    border-radius: 25px;
    padding: 10px 20px;
  }
  .header.homepage_header .search_block button {
    font-size: 160%;
  }
  .header.homepage_header .lg_block {
    font-size: 140%;
  }
  .header.homepage_header .lg_button:before {
    font-size: 128.6%;
    margin-right: 14px;
  }
}

.logo_block {
  position: absolute;
  top: 85px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.logo_block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.logo_block span.gt_logo {
  padding-right: 12px;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  animation: fromLeft 1s forwards;
}
.logo_block span.gt_logo img {
  max-width: 108px;
}
.logo_block span.mt_logo {
  padding-left: 12px;
  opacity: 0;
  transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  animation: fromRight 1s forwards;
}
.logo_block span.mt_logo img {
  max-width: 113px;
}
.logo_block span img {
  width: 100%;
}

.header_menu_block {
  width: 100%;
  height: 100%;
}

.header_menu_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.lg_block {
  align-self: flex-end;
  position: relative;
  margin-top: -5px;
  margin-right: -10px;
  padding: 5px 10px;
  font-size: 120%;
  line-height: 20px;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.lg_block.opened {
  -o-transition: background 0.1s;
  -ms-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #666666;
}
.lg_button {
  display: flex;
  color: #ffffff;
  align-items: center;
}
.lg_button:before {
  font-size: 125%;
  margin-right: 9px;
}
.lg_button:after {
  display: block;
  content: "";
  width: 7px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: transparent;
  border-top-color: inherit;
  margin-left: 5px;
}
.lg_button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.lg_list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #666666;
  z-index: 25;
}
.lg_list li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lg_list li.current_lg {
  display: none;
}
.lg_list a {
  text-align: center;
  display: block;
  color: #ffffff;
  padding: 5px 10px;
  line-height: 20px;
}
.lg_list a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.main_menu {
  flex: 1;
  overflow: hidden;
  margin: 205px -20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main_menu .menu_inner {
  width: 100%;
  height: 100%;
}
.main_menu .menu_inner .scroll-y div {
  position: absolute;
  width: 4px;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  right: 0;
}
.main_menu .menu_inner .scroll-y div.scroll-element_track {
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  width: 8px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.main_menu .menu_inner .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 6;
  background: rgba(255, 255, 255, 0.5);
  right: 2px;
}
.main_menu .menu_list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main_menu .menu_list > li.opened {
  background: rgba(255, 255, 255, 0.05);
}
.main_menu .menu_list > li > a {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 140%;
  line-height: 18px;
  padding: 0 20px;
}
.main_menu .menu_list > li > a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.main_menu .menu_list > li > a.submenu_button:after {
  display: block;
  content: "";
  width: 7px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: transparent;
  border-top-color: inherit;
  margin-left: 5px;
  opacity: 0.3;
}

.submenu_list {
  display: none;
  width: 100%;
}
.submenu_list li {
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.submenu_list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.submenu_list a {
  display: flex;
  font-size: 120%;
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 16px;
  min-height: 40px;
  align-items: center;
}
.submenu_list a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
}

.search_block {
  margin-top: auto;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 5px 20px;
  align-items: center;
}
.search_block input {
  flex: 1;
  border: none;
  font-size: 140%;
  line-height: 20px;
  background: transparent;
  padding: 5px 20px 5px 0;
  color: #ffffff;
}
.search_block button {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 140%;
  color: #ffffff;
}
.search_block button:before {
  display: block;
}

.menu_button {
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 100;
  width: 20px;
  height: 16px;
  color: #ffffff !important;
  padding: 7px 0;
}
.menu_button:before, .menu_button:after {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  width: 45px;
  border-top: 2px solid;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.menu_button:before {
  top: 0;
}
.menu_button:after {
  bottom: 0;
}
.menu_button span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media screen and (max-height: 899px) {
  .main_menu {
    margin-top: 180px;
  }
  .main_menu .menu_list > li > a {
    height: 50px;
  }
}
@media screen and (max-height: 799px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo_block {
    top: 60px;
  }
}
@media screen and (max-height: 799px) and (min-width: 992px) {
  .header.homepage_header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header.homepage_header .logo_block span.gt_logo img {
    max-width: 110px;
  }
  .header.homepage_header .logo_block span.mt_logo img {
    max-width: 115px;
  }
  .header.homepage_header .search_block {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-height: 799px) {
  .main_menu {
    margin-top: 140px;
  }
  .main_menu .menu_list > li > a {
    height: 46px;
  }
}
@media screen and (max-height: 699px) {
  .main_menu {
    margin-top: 135px;
  }
  .main_menu .menu_list > li > a {
    height: 40px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .header.header.homepage_header {
    padding-left: 20px;
    padding-right: 20px;
    width: 290px;
  }
  .header.header.homepage_header .logo_block {
    left: 20px;
    right: 20px;
  }
  .header.header.homepage_header .logo_block span.gt_logo {
    padding-right: 15px;
  }
  .header.header.homepage_header .logo_block span.mt_logo {
    padding-left: 15px;
  }
  .header.header.homepage_header .main_menu {
    margin-left: -20px;
    margin-right: -20px;
  }
  .header.header.homepage_header .main_menu .menu_list > li > a {
    padding: 0 20px;
  }
  .header.header.homepage_header .submenu_list a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .header.header.homepage_header .search_block {
    border-radius: 20px;
    padding: 5px 20px;
  }
}
@media (max-width: 991px) {
  .header {
    width: 100%;
    height: 70px;
    padding: 10px 20px;
    background: #222f3b;
  }

  .header_menu_block {
    position: fixed;
    width: 0;
    top: 70px;
    background: #222f3b;
    right: 0;
    overflow: hidden;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    bottom: 0;
    height: auto;
  }
  .header_menu_block.animation_none {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }

  .header_menu_inner {
    width: 320px;
    height: auto;
    min-height: 100%;
    padding: 20px;
  }

  .main_menu {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .search_block {
    margin-top: 20px;
    order: 1;
  }

  .logo_block {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  .logo_block span.gt_logo {
    padding-right: 10px;
  }
  .logo_block span.gt_logo img {
    max-width: 57px;
  }
  .logo_block span.mt_logo {
    padding-left: 10px;
  }
  .logo_block span.mt_logo img {
    max-width: 62px;
  }

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

  .menu_button {
    display: block;
  }

  .menu_opened .header_menu_block {
    width: 320px;
    overflow-y: auto;
  }
  .menu_opened .menu_button:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_button:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .menu_button span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .main_menu {
    order: 2;
    flex: none;
  }
  .main_menu .menu_inner {
    height: auto !important;
    max-height: none !important;
  }
  .main_menu .menu_inner .scroll-y {
    display: none !important;
  }
  .main_menu .menu_list > li > a,
.main_menu .submenu_list a {
    font-size: 140%;
    line-height: 18px;
    height: auto;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg_block {
    width: 100%;
    background: transparent !important;
    margin: 0;
    padding: 0 15px;
    font-size: 160%;
  }

  .lg_button {
    display: none;
  }

  .lg_list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    background: transparent;
  }
  .lg_list li {
    border: none;
  }
  .lg_list li.current_lg {
    display: block;
    opacity: 0.5;
  }
  .lg_list a {
    padding: 0;
  }
}
@keyframes fromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes fromRight {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
.footer {
  padding-top: 25px;
}
.footer .social_list {
  display: flex;
  font-size: 270%;
}
.footer .social_list li {
  padding-right: 5px;
}
.footer .social_list a {
  display: block;
  border-radius: 50%;
  position: relative;
}
.footer .social_list a:after {
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #ffffff;
}
.footer .social_list a:before {
  display: block;
  position: relative;
  z-index: 2;
}
.footer .copyrights {
  margin-top: 20px;
  font-size: 110%;
  line-height: 13px;
  color: #ffffff;
}
.footer .developer {
  margin-top: 10px;
  font-size: 110%;
  line-height: 13px;
  color: #ffffff;
}
.footer .developer a {
  color: #00afec;
}
.footer .developer a:hover {
  color: rgba(0, 175, 236, 0.7);
}

@media screen and (min-width: 992px) {
  .homepage_header .footer {
    padding-top: 35px;
  }
  .homepage_header .footer .social_list {
    font-size: 320%;
  }
  .homepage_header .footer .social_list li {
    padding-right: 13px;
  }
  .homepage_header .footer .copyrights,
.homepage_header .footer .developer {
    font-size: 130%;
    line-height: 16px;
    color: #ffffff;
  }
}
@media screen and (max-height: 799px) {
  .footer {
    padding-top: 20px;
  }
  .footer .social_list {
    font-size: 280%;
  }
}
@media screen and (max-height: 799px) and (min-width: 992px) {
  .homepage_header .footer {
    padding-top: 20px;
  }
  .homepage_header .footer .social_list {
    font-size: 280%;
  }
}
@media (max-width: 991px) {
  .footer {
    order: 3;
    margin-top: 20px;
    text-align: center;
  }
  .footer .social_list {
    justify-content: center;
  }
  .footer .social_list li {
    padding: 0 7px;
  }
  .footer .copyrights,
.footer .developer {
    font-size: 130%;
    line-height: 16px;
  }
}
.preview_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 2000;
  padding: 0 20px;
  background-size: cover !important;
  background-position: center !important;
}
.preview_screen:before {
  background: #000000;
  opacity: 0.7;
  content: "";
}
.preview_screen.limited_age .preview_content {
  display: none;
}
.preview_screen.limited_age .age_limit {
  display: block;
}

.age_limit {
  display: none;
  color: #b94a48;
  max-width: 480px;
  width: 100%;
  font-size: 200%;
  line-height: 30px;
  font-family: "bold";
  text-align: center;
  margin-top: 135px;
  position: relative;
  z-index: 2;
}

.preview_logos {
  padding-top: 100px;
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.preview_logos span {
  display: block;
}
.preview_logos span.gt_logo {
  padding-right: 35px;
}
.preview_logos span.gt_logo img {
  max-width: 165px;
}
.preview_logos span.mt_logo {
  padding-left: 35px;
}
.preview_logos span.mt_logo img {
  max-width: 180px;
}
.preview_logos img {
  width: 100%;
}

.preview_content {
  margin-top: 135px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.preview_content .form_fields {
  margin: 20px auto 0;
  width: 390px;
  max-width: 100%;
  display: flex;
}
.preview_content .form_fields .select_block {
  position: relative;
  flex: 1;
}
.preview_content .form_fields .select_block:first-child .bootstrap-select .btn {
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}
.preview_content .form_fields .select_block.selected .bootstrap-select .btn {
  color: #ffffff !important;
}
.preview_content .form_fields .select_block .error_hint {
  position: absolute;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
  left: 0;
  width: 100%;
  color: #b94a48;
  display: none;
}
.preview_content .form_fields .select_block.has_error .bootstrap-select .btn {
  color: #b94a48 !important;
}
.preview_content .form_fields .select_block.has_error .error_hint {
  display: block;
}
.preview_content .form_fields .select_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.preview_content .form_fields .select_block .bootstrap-select .btn {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-left: none;
  font-size: 300%;
  line-height: 39px;
  padding: 10px;
  text-align: center;
  box-shadow: none;
  outline: none !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.36) !important;
  font-family: "light";
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(0, 0, 0, 0.36);
  max-height: 320px;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-menu li:first-child {
  border: none;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-item {
  padding: 10px 15px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  font-size: 140%;
  line-height: 19px;
  text-align: center;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-item:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-item.selected, .preview_content .form_fields .select_block .bootstrap-select .dropdown-item.active, .preview_content .form_fields .select_block .bootstrap-select .dropdown-item:active {
  background-color: rgba(255, 255, 255, 0.36) !important;
  color: #ffffff !important;
  cursor: default;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-item.disabled {
  display: none;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-toggle .filter-option {
  text-align: center;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: 0;
}
.preview_content .form_fields .select_block .bootstrap-select .dropdown-toggle::after {
  display: none;
}
.preview_content .button_block {
  margin-top: 60px;
}
.preview_title {
  font-size: 140%;
  line-height: 18px;
  color: #ffffff;
}

.preview_footer {
  margin-top: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 30px;
}
.preview_footer .social_list {
  display: flex;
  justify-content: center;
  font-size: 270%;
}
.preview_footer .social_list li {
  padding: 0 3px;
}
.preview_footer .social_list a {
  display: block;
  border-radius: 50%;
}
.preview_footer .copyrights {
  margin-top: 20px;
  font-size: 130%;
  line-height: 16px;
  color: #ffffff;
}
.preview_footer .developer {
  margin-top: 10px;
  font-size: 130%;
  line-height: 16px;
  color: #ffffff;
}
.preview_footer .developer a {
  color: #00afec;
}
.preview_footer .developer a:hover {
  color: rgba(0, 175, 236, 0.7);
}

@media screen and (max-height: 799px) {
  .preview_footer {
    margin-top: 0;
  }

  .preview_logos {
    padding-top: 30px;
  }

  .age_limit,
.preview_content {
    margin-top: 0;
  }
}
@media screen and (max-height: 650px) {
  .preview_logos span.gt_logo {
    padding-right: 20px;
  }
  .preview_logos span.gt_logo img {
    max-width: 130px;
  }
  .preview_logos span.mt_logo {
    padding-left: 20px;
  }
  .preview_logos span.mt_logo img {
    max-width: 135px;
  }

  .preview_content .button_block {
    margin-top: 30px;
  }
  .preview_content .form_fields .select_block .bootstrap-select .btn {
    font-size: 240%;
    line-height: 30px;
    padding: 5px;
  }
}
@media screen and (max-height: 575px) {
  .preview_screen {
    overflow-y: auto;
  }
  .preview_screen:before {
    min-height: 480px;
  }

  .preview_content,
.age_limit {
    padding: 40px 0;
  }

  .preview_content .button_block {
    margin-top: 20px;
  }
  .preview_content .form_fields .select_block .bootstrap-select .btn {
    font-size: 200%;
    line-height: 30px;
  }

  .preview_footer {
    padding-bottom: 20px;
  }

  .preview_logos {
    padding-top: 20px;
  }
}
.logo_block a, .footer .social_list a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.breadcrumbs a, .paging .prev_page,
.paging .next_page, .lg_button, .search_block button, .footer .developer a, .preview_footer .developer a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.lg_list a, .main_menu .menu_inner .scroll-y div.scroll-bar, .main_menu .menu_list > li > a, .submenu_list a, .preview_content .form_fields .select_block .bootstrap-select .dropdown-item, .preview_content .button_block a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.paging li a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo_block a:hover, .footer .social_list a:hover {
  opacity: 0.7;
}

.lg_button:hover, .search_block button:hover {
  color: rgba(255, 255, 255, 0.7);
}

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