@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7h62a2");
  src: url("../fonts/icomoon.eot?7h62a2#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?7h62a2") format("woff"), url("../fonts/icomoon.svg?7h62a2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sound:before {
  content: "\e900";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube:before {
  content: "\ea9d";
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transition: transform 600ms !important;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  max-width: 100%;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  height: 100vh;
  -webkit-text-size-adjust: none;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  background: #152147;
  color: #152147;
  overflow: hidden;
}

body::after {
  content: '';
  position: fixed;
  background: #152147;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  opacity: 1;
  /* transform: translateY(100%);
  transition: transform 1s ease;
  animation: slideIn 1s forwards; */
}

body.new_load::before {
  content: '';
  position: fixed;
  background: #152147;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  opacity: 1;
  transform: translateY(100%);
  transition: transform 1s ease;
  animation: slideIn 1s forwards;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

body.new_load2::before {
  content: '';
  position: fixed;
  background: #152147;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.predfooter-links {
  padding-bottom: 60px;
}

.page-about .content-page .container {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.progress-load {
  width: 100%;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  padding-bottom: 100px;
  z-index: 111;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease, visibility .2s ease;
}

.progress-load .progress-logo {
  font-size: 45px;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.progress-load .progress-logo img {
  width: 80px;
}

.progress-load .progress-logo-home {
  opacity: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.progress-load .progress-logo-home img {
  width: 200px;
}

.progress-load .wrap {
  text-align: right;
  width: 0;
  position: relative;
  -webkit-transition: .1s ease all;
  -o-transition: .1s ease all;
  transition: .1s ease all;
}

.progress-load .wrap .progres-bar {
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.progress-load .wrap .procent {
  color: #fff;
  font-size: 44px;
  position: absolute;
  top: 0;
  right: -20px;
  width: 100px;
  text-align: right;
  display: none;
}

.progress-load .wrap .procent i {
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
}

body.done {
  background-color: #fff;
  overflow: inherit;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  max-height: none;
}

body.done::after {
  top: -100%;
  transition: top 1s ease;
}



body.done2::after {
  opacity: 0;
  animation-name: fadeInOpacity2;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

.done2End::after {
  top: -100%;
  opacity: 0;
}

@keyframes fadeInOpacity2 {
  100% {
    opacity: 0;
  }

  0% {
    opacity: 1;
  }
}







.page-home {
  background-color: #152147 !important;
  min-height: auto !important;
  overflow: hidden !important;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}

.page-home .progress-load {
  background-color: transparent;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  padding-top: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-home .progress-load .wrap .procent {
  display: block;
}

ul {
  padding-left: 20px;
}

a {
  color: #152147;
}

a:hover {
  text-decoration: none;
}

@-webkit-keyframes bodylast {
  100% {
    display: none;
    opacity: 0;
    z-index: -99;
  }

  75% {
    opacity: 0;
  }
}

@keyframes bodylast {
  100% {
    display: none;
    opacity: 0;
    z-index: -99;
  }

  75% {
    opacity: 0;
  }
}

.button {
  color: #152147;
  border: 1px solid #152147a4;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 35px;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
}

.button:hover {
  background-color: #152147;
  border-color: #152147;
  color: #fff;
}

.btn-back {
  position: relative;
  padding-left: 65px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #15214777;
}

.btn-back::after {
  display: block;
  border: 1px solid #152147;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  left: 25px;
  margin-top: -4px;
  top: 50%;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.btn-back:before {
  content: '';
  position: absolute;
  left: 25px;
  height: 1px;
  background: #152147;
  width: 20px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.btn-back:hover::after {
  border-color: #fff;
}

.btn-back:hover:before {
  background: #fff;
}

.page-projects {
  background-color: #152147 !important;
}

.page-home,
.page-about,
.page-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@-webkit-keyframes view {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  0%,
  10% {
    opacity: 0;
  }
}

@keyframes view {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  0%,
  10% {
    opacity: 0;
  }
}

@-webkit-keyframes hide {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  40% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  0%,
  10% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hide {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  40% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  0%,
  10% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.js-view-animation-view {
  -webkit-animation: view 2s linear forwards;
  animation: view 2s linear forwards;
}

.js-view-animation-hide {
  -webkit-animation: hide 1.5s linear forwards;
  animation: hide 1.5s linear forwards;
}

.hide {
  opacity: 0;
  z-index: -1;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.container {
  width: 1200px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.th-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
  z-index: 5;
  border-bottom: #152147 1px solid;
  -webkit-transition: .25s ease all, 2s ease background-color;
  -o-transition: .25s ease all, 2s ease background-color;
  transition: .25s ease all, 2s ease background-color;
}

.th-header .container {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.th-header ul {
  padding-left: 0;
  margin: 0;
  margin-right: -15px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
  opacity: 1;
  padding-right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.th-header ul li {
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
  height: 100%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.th-header ul li a {
  position: relative;
  color: #152147;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  padding: 0 5px;
}

.th-header ul li a::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #152147;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.th-header ul li a:hover::after {
  opacity: 1;
}

.th-header ul .active a::after {
  opacity: 1;
}

.js-hamburger-container {
  cursor: pointer;
  -webkit-transition: all var(--time) ease-in-out;
  -o-transition: all var(--time) ease-in-out;
  transition: all var(--time) ease-in-out;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transition: .25s ease all, 1s ease width;
  -o-transition: .25s ease all, 1s ease width;
  transition: .25s ease all, 1s ease width;
  width: 56px;
  text-transform: uppercase;
  height: 50px;
  z-index: 7;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.js-hamburger-container span {
  position: absolute;
  left: 15px;
  top: calc(50% - 7px);
  color: #152147;
  display: none;
  line-height: 1;
  -webkit-transition: 2s 0.25s ease all;
  -o-transition: 2s 0.25s ease all;
  transition: 2s 0.25s ease all;
}

.js-hamburger-container:hover span,
.js-hamburger-container:hover .hamburger {
  opacity: .7;
}

.hamburger {
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  width: 26px;
  height: 3px;
  --time: 0.3s;
  border-radius: 25px;
  border-radius: 5px;
  background: #152147;
  -webkit-transition: all var(--time) ease-in-out;
  -o-transition: all var(--time) ease-in-out;
  transition: all var(--time) ease-in-out;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  --time: 0.3s;
  width: inherit;
  left: 0;
  height: inherit;
  border-radius: 25px;
  background: #152147;
  border-radius: 5px;
  -webkit-transition: all var(--time) ease-in-out;
  -o-transition: all var(--time) ease-in-out;
  transition: all var(--time) ease-in-out;
}

.hamburger::before {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.hamburger::after {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.js-hamburger-container.open {
  width: 56px;
}

.js-hamburger-container.open span {
  opacity: 0;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.js-hamburger-container.open .hamburger {
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  transform: translateX(-42px);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-hamburger-container.open .hamburger::before {
  -webkit-transform: rotate(45deg) translate(28px, -28px);
  -ms-transform: rotate(45deg) translate(28px, -28px);
  transform: rotate(45deg) translate(28px, -28px);
}

.js-hamburger-container.open .hamburger::after {
  -webkit-transform: rotate(-45deg) translate(28px, 28px);
  -ms-transform: rotate(-45deg) translate(28px, 28px);
  transform: rotate(-45deg) translate(28px, 28px);
}

.js-hamburger-main {
  position: fixed;
  right: 15px;
  top: 25px;
  width: 115px;
}

.js-hamburger-main span {
  display: block;
  color: #fff;
}

.js-hamburger-main .hamburger {
  background: #fff;
}

.js-hamburger-main .hamburger::before,
.js-hamburger-main .hamburger::after {
  background: #fff;
}

.js-hamburger-page {
  position: fixed;
  display: none;
  right: 2px;
  top: 7px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.js-hamburger-page.open .hamburger::before,
.js-hamburger-page.open .hamburger::after {
  background: #fff;
}

.js-hamburger-about .js-hamburger-page {
  display: block;
}

.th-logo {
  font-size: 26px;
  position: fixed;
  z-index: 6;
  overflow: hidden;
}

.th-logo-page {
  color: #152147;
  top: -0.8px;
  left: 0;
  padding-left: 15px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1px;
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.th-logo-page img {
  display: block;
}

.th-logo-page .log-pag {
  display: block;
}

.th-logo-page .log-hom {
  display: none;
}

.th-logo-page img {
  width: 462px;
  height: 660px;
  margin-left: -150px;
}

.page-projects .th-logo-main,
.page-about .th-logo-main {
  color: #fff;
  left: 30px;
  top: 29px;
  opacity: 1;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.page-projects .th-logo-main img,
.page-about .th-logo-main img {
  width: 200px;
  height: 40px;
  margin-left: -10px;
}

.page-projects .th-logo-main .log-pag,
.page-about .th-logo-main .log-pag {
  display: none;
}

.page-projects .th-logo-main .log-hom,
.page-about .th-logo-main .log-hom {
  display: block;
}

.page-about .th-logo {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.page-home .th-logo-main {
  left: 50%;
  color: #fff;
  font-size: 45px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
}

.page-home .th-logo-main.loaded {
  left: 30px;
  margin-left: 0 !important;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.page-home .th-logo-main.loaded img {
  width: 200px;
  height: 40px;
  margin-left: -10px;
}

.th-language-options {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 7;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.th-language-options a {
  color: #bfbfbf;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  margin-right: 15px;
  -webkit-transition: .5s ease padding, 0.25s ease opacity;
  -o-transition: .5s ease padding, 0.25s ease opacity;
  transition: .5s ease padding, 0.25s ease opacity;
}

.th-language-options a::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.th-language-options a:last-of-type {
  margin-right: 0;
}

.th-language-options a:last-of-type::after {
  display: none;
}

.th-language-options a:hover {
  opacity: .75;
}

.th-language-options .active {
  color: #fff;
  cursor: default;
}

.th-language-options .active:hover {
  opacity: 1;
}

.th-language-options:hover a {
  padding: 5px 0;
}

.th-language-options-home {
  position: fixed;
  left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  top: 30px;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.js-toggle-menu {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  width: 325px;
  background: #152147;
  z-index: 6;
  opacity: 0;
  -webkit-transition: 1.2s ease right, 2s ease opacity;
  -o-transition: 1.2s ease right, 2s ease opacity;
  transition: 1.2s ease right, 2s ease opacity;
  padding-left: 25px;
  color: #fff;
  right: -325px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.js-toggle-menu .th-wrap-menu {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100vh;
  height: 100%;
  padding-right: 25px;
}

.js-toggle-menu a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: .25s ease opacity;
  -o-transition: .25s ease opacity;
  transition: .25s ease opacity;
}

.js-toggle-menu a:hover {
  opacity: .75;
}

.js-toggle-menu .th-language-options {
  opacity: 0;
  -webkit-transition: 0.25s 0.20s ease opacity;
  -o-transition: 0.25s 0.20s ease opacity;
  transition: 0.25s 0.20s ease opacity;
}

.js-toggle-menu .navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}

.js-toggle-menu .navigation li {
  font-size: 19px;
  font-weight: bold;
  margin: 15px 0;
  opacity: 0;
  -webkit-transition: 0.35s 0.2s ease opacity;
  -o-transition: 0.35s 0.2s ease opacity;
  transition: 0.35s 0.2s ease opacity;
}

.js-toggle-menu .navigation a.active {
  opacity: .65 !important;
}

.js-toggle-menu .end {
  width: 100%;
  margin-top: auto;
}

.js-toggle-menu .documents {
  width: 100%;
  font-size: 14px;
  padding-right: 45px;
  -webkit-transition: 0.35s 0.2s ease opacity;
  -o-transition: 0.35s 0.2s ease opacity;
  transition: 0.35s 0.2s ease opacity;
  opacity: 0;
  margin-bottom: 20px;
}

.js-toggle-menu .documents a {
  opacity: .8;
  font-weight: 300;
  letter-spacing: 0.04em;
  display: inline-block;
  display: block;
  margin-bottom: 10px;
}

.js-toggle-menu .documents a:hover {
  opacity: .55;
}

.js-toggle-menu .social {
  margin: 5px 0 9px;
  opacity: 0;
  -webkit-transition: 0.35s 0.2s ease opacity;
  -o-transition: 0.35s 0.2s ease opacity;
  transition: 0.35s 0.2s ease opacity;
}

.js-toggle-menu .social img {
  width: 30px;
  height: 40px;
}

.js-toggle-menu .social a {
  display: inline-block;
  margin-right: 10px;
}

.js-toggle-menu .social span {
  font-size: 24px;
}

.js-toggle-menu .coperate {
  font-size: 12px;
  width: 100%;
  font-weight: 300;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: 0.35s 0.2s ease opacity;
  -o-transition: 0.35s 0.2s ease opacity;
  transition: 0.35s 0.2s ease opacity;
}

.js-toggle-menu .coperate span {
  opacity: .8;
}

.js-toggle-menu.active {
  opacity: 1;
  right: 0;
}

.js-toggle-menu.active .th-language-options {
  -webkit-transition: 1s 0.75s ease opacity;
  -o-transition: 1s 0.75s ease opacity;
  transition: 1s 0.75s ease opacity;
}

.js-toggle-menu.active .navigation li {
  opacity: 1;
  -webkit-transition: 1.5s 1s ease opacity;
  -o-transition: 1.5s 1s ease opacity;
  transition: 1.5s 1s ease opacity;
}

.js-toggle-menu.active .documents {
  -webkit-transition: 1.75s 1.25s ease opacity;
  -o-transition: 1.75s 1.25s ease opacity;
  transition: 1.75s 1.25s ease opacity;
}

.js-toggle-menu.active .social {
  -webkit-transition: 1.75s 1.25s ease opacity;
  -o-transition: 1.75s 1.25s ease opacity;
  transition: 1.75s 1.25s ease opacity;
}

.js-toggle-menu.active .coperate {
  -webkit-transition: 1.75s 1.5s ease opacity;
  -o-transition: 1.75s 1.5s ease opacity;
  transition: 1.75s 1.5s ease opacity;
}

.js-toggle-menu.active .th-language-options,
.js-toggle-menu.active .documents,
.js-toggle-menu.active .social,
.js-toggle-menu.active .coperate {
  opacity: 1;
}

.predfooter-links {
  padding-top: 65px;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
}

.predfooter-links .container {
  position: relative;
}

.predfooter-links a {
  color: #152147;
  text-decoration: none;
  font-weight: 500;
}

.predfooter-links a:hover {
  opacity: .8;
}

.predfooter-links .share {
  position: absolute;
  left: 15px;
  top: -25px;
}

.predfooter-links .return {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto;
  position: relative;
  padding: 30px 15px 15px;
}

.predfooter-links .return:after {
  display: block;
  border: 1px solid #152147;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.predfooter-links .return:hover:after {
  bottom: -3px;
}

footer {
  overflow-x: hidden;
  border-top: 1px solid #152147;
  width: 100%;
  padding: 30px 0;
}

footer a {
  text-decoration: none;
  color: #152147;
}

footer p {
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: auto;
  width: 100%;
  font-weight: 500;
}

footer .left,
footer .right {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .center {
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: center;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .logo {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
}

footer .coperate {
  font-size: 12px;
  margin-top: auto;
  width: 100%;
  font-weight: 500;
}

footer .documents {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .documents a {
  display: block;
}

footer .documents a:nth-of-type(2) {
  margin: 0 auto;
}

footer .social {
  margin-bottom: 15px;
  width: 100%;
}

footer .social a {
  display: inline-block;
  margin-left: 15px;
}

footer .social span {
  font-size: 22px;
}

footer .contacts {
  font-size: 14px;
  line-height: 1.75;
  width: 100%;
  font-weight: 500;
}

.th-music-btn {
  position: absolute;
  right: 55px;
  bottom: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.2s ease all, 1.2s ease right;
  -o-transition: 0.2s ease all, 1.2s ease right;
  transition: 0.2s ease all, 1.2s ease right;
  -webkit-transform: skew(1.2);
  -ms-transform: skew(1.2);
  transform: skew(1.2);
  text-decoration: none;
}

.th-music-btn:after {
  content: '';
  position: absolute;
  display: none;
  left: 50%;
  top: -2px;
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
  background-color: #fff;
}

.th-music-btn:hover {
  opacity: .75 !important;
}

.th-music-btn.pause:after {
  display: block;
}

.th-music-btn.move {
  right: 355px;
}

.js-wellcome-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #152147;
}

.js-wellcome-slider .slide {
  height: 100%;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 5s opacity;
  -o-transition: 5s opacity;
  transition: 5s opacity;
}

.js-wellcome-slider .slide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #333;
  opacity: .35;
  -webkit-transition: 3s ease all;
  -o-transition: 3s ease all;
  transition: 3s ease all;
}

.js-wellcome-slider .slide .slide-bg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  -webkit-transition: 50s -webkit-transform;
  transition: 50s -webkit-transform;
  -o-transition: 50s transform;
  transition: 50s transform;
  transition: 50s transform, 50s -webkit-transform;
}

.js-wellcome-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.js-wellcome-slider .slide.active .slide-bg {
  -webkit-transition: 10s linear transform;
  -o-transition: 10s linear transform;
  transition: 10s linear transform;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.js-wellcome-slider .slide-text {
  width: 550px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 2s ease all;
  -o-transition: 2s ease all;
  transition: 2s ease all;
}

.js-wellcome-slider .slide-text h2,
.js-wellcome-slider .slide-text h1 {
  font-size: 26px;
  line-height: 1.4;
  margin: 0;
}

.js-wellcome-slider .slide-text p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}

.js-wellcome-slider .nav {
  position: absolute;
  z-index: 5;
  left: 32px;
  bottom: 15px;
  width: 65px;
  height: 40px;
  padding-top: 8px;
  opacity: 0;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.js-wellcome-slider .nav>span {
  position: absolute;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  right: 12px;
  -webkit-transition: .25s ease opacity;
  -o-transition: .25s ease opacity;
  transition: .25s ease opacity;
  opacity: 1;
}

.js-wellcome-slider .nav>span span {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.js-wellcome-slider .nav>span::after {
  display: block;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -4px;
}

.js-wellcome-slider .nav>span:hover {
  opacity: .75;
}

.js-wellcome-slider .nav .prev {
  left: 11px;
  right: auto;
}

.js-wellcome-slider .nav .prev::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-wellcome-slider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #152147;
  z-index: -1;
  opacity: 0;
}

.js-wellcome-slider.dark-animation::after {
  -webkit-animation: set 10s linear;
  animation: set 10s linear;
  z-index: 1;
}

.js-wellcome-slider .slide.bluroff::after {
  opacity: 0;
}

.sliderOn .slide.active .slide-text {
  opacity: 1;
  -webkit-transition: 2s 0.5s ease all;
  -o-transition: 2s 0.5s ease all;
  transition: 2s 0.5s ease all;
}

.sliderOff .slide.active .slide-text {
  opacity: 0;
}

@-webkit-keyframes set {
  100% {
    opacity: 0;
  }

  80% {
    opacity: .2;
  }

  50% {
    opacity: .5;
  }
}

@keyframes set {
  100% {
    opacity: 0;
  }

  80% {
    opacity: .2;
  }

  50% {
    opacity: .5;
  }
}

.th-coperate-home {
  position: absolute;
  width: 100%;
  z-index: 4;
  bottom: 28px;
  right: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  -webkit-transform: skew(1.2);
  -ms-transform: skew(1.2);
  transform: skew(1.2);
}

.progress-load.hiden {
  /* background-color: transparent; */
  opacity: 0;
  visibility: hidden;
}

body.new_load .progress-load {
  opacity: 1;
  visibility: visible;
}

body.new_load2 .progress-load {
  opacity: 1;
  visibility: visible;
}

.progress-load.hiden .progress-logo:not(.progress-logo-home) {
  /* opacity: 0;
  visibility: hidden; */
}

.progress-load.hiden .wrap {
  opacity: 0;
}

body.done .progress-load .wrap {
  opacity: 0;
}

.page-body {
  padding-top: 64px;
}

.content-page {
  padding-top: 75px;
  width: 100%;
}

.content-page h1 {
  text-transform: uppercase;
}

.content-page h1,
.content-page h2 {
  line-height: 1.2;
}

.content-page h3,
.content-page h4 {
  line-height: 1.3;
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4 {
  margin: 0 0 20px;
}

.content-page h2 {
  font-size: 24px;
}

.content-page h3 {
  font-size: 20px;
}

.content-page h4 {
  font-size: 18px;
}

.content-page p {
  margin: 0 0 20px;
}

.content-page .block-img-and-text {
  padding-bottom: 45px;
}

.content-page .block-img-and-text .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}

.content-page .block-img-and-text p:last-of-type {
  margin-bottom: 0;
}

.content-page .block-img-and-text img {
  width: 100%;
  display: block;
}

.content-page .block-img-and-text:last-of-type {
  padding-bottom: 0;
}

.content-page .block-img-and-text .text-wrap {
  padding: 0 20px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.content-page .block-img-and-text .img-wrap {
  padding: 0 20px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.content-page .img-1-text-2 .text-wrap {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.content-page .img-1-text-2 .img-wrap {
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.content-page .img-2-text-1 .text-wrap {
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.content-page .img-2-text-1 .img-wrap {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.content-page .img-left .text-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.content-page .img-right .img-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.content-page .block-only {
  padding-bottom: 20px;
  margin-top: -10px;
}

.content-page .block-only .text-wrap {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-page .block-only .img-wrap {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-page .block-col-3 {
  margin-bottom: -20px;
}

.content-page .block-col-3 .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.content-page .block-col-3 img {
  width: 100%;
}

.content-page .block-col-3 .col-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px 20px;
}

.content-page .block-col-3 p {
  margin-top: 15px;
  line-height: 1.4;
}

.content-with-navigation .navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.content-with-navigation .navigation .catalog-name {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  color: #152147;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: -5px;
  display: block;
}

.content-with-navigation .navigation .catalog-name:hover {
  opacity: .8;
}

.content-with-navigation .navigation .btn-back {
  margin-bottom: 30px;
  border: 1px solid #1521473b;
}

.content-with-navigation .left {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 15px;
}

.content-with-navigation .right {
  width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  padding: 0 15px;
}

.page-about .th-about-main .left {
  display: none;
  opacity: 0;
}

.page-about .content-page {
  display: none;
  opacity: 0;
}

.page-about .th-about-bg {
  opacity: 0;
  -webkit-transition: 2s ease all;
  -o-transition: 2s ease all;
  transition: 2s ease all;
}

.about-show {
  display: block !important;
  opacity: 1 !important;
}

.th-about-main {
  height: 100vh;
  min-height: 680px;
  padding-bottom: 80px;
  padding-top: 80px;
  width: 100%;
  position: relative;
  color: #fff;
  background-color: #fff;
  background-color: #152147;
}

.th-about-main .th-about-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-attachment: fixed;
}

.th-about-main .container {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.th-about-main::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #152147;
  opacity: 1;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
}

.th-about-main .right {
  width: 30%;
}

.th-about-main .left {
  width: 70%;
  padding-right: 70px;
}

.th-about-main .left h1,
.th-about-main .left h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 42px;
}

.th-about-main .left p {
  font-size: 26px;
  line-height: 1.30;
}

.th-about-main .left .btn {
  font-size: 12px;
  color: #fff;
  border-left: 3px solid #fff;
  position: relative;
  display: block;
  width: 170px;
  padding-right: 40px;
  padding-left: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 35px;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.th-about-main .left .btn::after {
  display: block;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.th-about-main .left .btn:hover {
  padding-top: 10px;
  padding-bottom: 0;
}

.th-about-main .left .btn:hover::after {
  margin-top: -1px;
}

.th-about-main ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.th-about-main ul li {
  margin: 10px 0;
  text-transform: uppercase;
  height: 65px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.th-about-main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  background: #101010d8;
  position: relative;
  padding-top: 1px;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
  font-weight: 500;
}

.th-about-main ul li a::after {
  display: block;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: .15s ease all;
  -o-transition: .15s ease all;
  transition: .15s ease all;
}

.th-about-main ul li a:hover {
  background: #152147c4;
}

.th-about-main ul li a:hover::after {
  right: 22px;
}

.th-about-main ul .active a {
  background: #152147 !important;
  padding-left: 25px;
  cursor: default;
}

.js-opacity-animation::after {
  opacity: .25;
}

.page-about .content-with-navigation .navigation {
  border-left: 1px solid #e5e5e5;
  padding: 5px 30px 5px 20px;
}

.page-about .content-with-navigation .navigation .nav-bar {
  -webkit-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: -2px;
  width: 3px;
  background-color: #152147;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 50px;
}

.page-about .content-with-navigation .navigation ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.page-about .content-with-navigation .navigation a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
  opacity: .9;
  -webkit-transition: .15s ease all;
  -o-transition: .15s ease all;
  transition: .15s ease all;
}

.page-about .content-with-navigation .navigation a:hover {
  color: #333;
  opacity: 1;
}

.page-about .content-with-navigation .navigation li {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-about .content-with-navigation .navigation .active a {
  color: #152147;
  opacity: 1;
}

.persons-wrap {
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.persons-wrap h2 {
  width: 100%;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 500;
}

.persons-wrap p {
  font-size: 14px;
}

.persons-wrap:last-of-type {
  padding-bottom: 0;
}

.persons-wrap .person-info {
  padding: 20px 0;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #e3e7ec;
}

.persons-wrap .person-info:first-of-type {
  border-top: 1px solid #152147;
}

.persons-wrap .person-info:last-of-type {
  border-bottom: 1px solid #152147;
}

.persons-wrap .person-info:hover .name-title {
  opacity: .8;
}

.persons-wrap .name-title h3 {
  font-size: 16px;
}

.persons-wrap .name-title h3 b {
  font-weight: 500;
}

.persons-wrap .name-title h3,
.persons-wrap .name-title p {
  margin: 0;
}

.persons-wrap .more-text {
  display: none;
  padding-top: 20px;
}

.persons-wrap .more-text p:last-of-type {
  margin-bottom: 0;
}

.persons-wrap .col-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 40px;
}

.page-about .content-with-navigation .navigation-slider .nav-bar {
  height: 30px;
  top: 0;
}

.page-about .content-with-navigation .navigation-slider li {
  height: 20px;
}

.page-about .content-with-navigation .navigation-slider li a {
  font-size: 10px;
  cursor: pointer;
}

.history-slider .slick-arrow {
  position: absolute;
  left: 0;
  z-index: 1;
  border: none;
  background: transparent;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history-slider .slick-arrow::after {
  display: block;
  border: 2px solid #152147;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
}

.history-slider .slick-arrow:hover {
  opacity: .75;
}

.history-slider .slick-disabled {
  opacity: .3 !important;
  cursor: default;
}

.history-slider .slick-prev {
  top: 0;
}

.history-slider .slick-prev::after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.history-slider .slick-next {
  bottom: 0;
}

.history-slider .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 400px;
}

.history-slider .history-item-year {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 68px;
}

.history-slider .history-item-text {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px;
}

.history-slider .history-item-text p:last-of-type {
  margin-bottom: 0;
}

.th-history.content-page {
  min-height: calc(100vh - 365px);
}

.result-wrap {
  padding-bottom: 75px;
}

.result-wrap .pre-title {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.result-wrap .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 35px;
}

.result-wrap .numbers {
  padding: 0 15px;
}

.result-wrap .numbers .col-3 {
  padding: 40px 15px 40px 0;
  width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  border-bottom: 1px solid #152147;
}

.result-wrap .numbers .num {
  font-size: 32px;
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}

.result-wrap .numbers p {
  font-size: 18px;
  margin: 0;
  line-height: 1.45;
}

.result-wrap .graphic {
  margin-top: 35px;
}

.result-wrap .graphic span {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: -25px;
  color: #152147c2;
  display: block;
  background: #fff;
  position: relative;
}

.result-wrap:last-of-type {
  padding-bottom: 0;
}

.mission-wrap {
  padding-bottom: 75px;
}

.mission-wrap:last-of-type {
  padding-bottom: 0;
}

.mission-wrap p:last-of-type {
  margin-bottom: 0;
}

.mission-wrap .title {
  font-weight: normal;
  font-size: 32px;
  border-bottom: 1px solid #152147;
  padding: 0 5px 20px;
  margin-bottom: 35px;
  line-height: 1.2;
}

.mission-wrap .text-wrap {
  width: 68%;
  -webkit-box-flex: 68%;
  -ms-flex: 68%;
  flex: 68%;
  padding: 0 15px;
  padding-right: 50px;
}

.mission-wrap .person-block {
  width: 32%;
  -webkit-box-flex: 32%;
  -ms-flex: 32%;
  flex: 32%;
  padding: 0 15px;
}

.mission-wrap .person-block img {
  width: 100%;
}

.mission-wrap .person-block .name-title {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.mission-wrap .person-block .name-title h3 {
  font-size: 20px;
  font-weight: 400;
}

.mission-wrap .person-block .name-title h3,
.mission-wrap .person-block .name-title p {
  margin: 0;
}

.mission-wrap .person-block .name-title p {
  font-size: 14px;
  margin-top: 1px;
}

.mission-wrap .block-col-3 {
  padding-top: 30px;
}

.page-projects {
  padding-bottom: 0 !important;
}

.th-projects-wrap {
  height: 100vh;
  background: #152147;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 3px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.th-projects-wrap .project {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #152147;
}

.th-projects-wrap .project::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #152147;
  opacity: .3;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.th-projects-wrap .project img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 2s ease all;
  -o-transition: 2s ease all;
  transition: 2s ease all;
}

.th-projects-wrap .project .i1 {
  opacity: 1;
}

.th-projects-wrap .project .project-text {
  z-index: 1;
  position: absolute;
  text-align: center;
  font-size: 32px;
  padding: 25px;
  color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.th-projects-wrap .project .project-text span {
  position: relative;
}

.th-projects-wrap .project .project-text span::after {
  content: '';
  height: 3px;
  width: 1px;
  opacity: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  bottom: -15px;
}

.th-projects-wrap .project:hover .project-text span::after {
  opacity: 1;
  width: 100%;
  left: 0;
}

.projects-catalog {
  padding-top: 20px;
}

.projects-catalog .share {
  display: block;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 10px;
  text-transform: uppercase;
  color: #152147;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  margin-left: auto;
}

.projects-catalog .btn-back {
  position: absolute;
  left: 15px;
  top: -3px;
}

.projects-catalog h1 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 210px;
  font-weight: 500;
}

.projects-catalog .content-page .container {
  position: relative;
}

.projects-catalog .content-page .row {
  margin: 0 -5px;
}

.projects-catalog .content-page .col-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px;
  height: 400px;
  margin-bottom: 10px;
}

.projects-catalog .content-page .col-1 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 5px;
  height: 400px;
}

.projects-catalog .content-page .col-1 .projects-catalog-item {
  margin-bottom: 0;
}

.projects-catalog .download-next {
  margin-top: 25px;
  text-align: center;
}

.projects-catalog-item {
  position: relative;
  text-decoration: none;
  height: 100%;
  display: block;
  border: 1px solid #15214786;
  background-color: #152147cb;
}

.projects-catalog-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 2s ease all;
  -o-transition: 2s ease all;
  transition: 2s ease all;
}

.projects-catalog-item .i1 {
  opacity: 1;
}

.projects-catalog-item .text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.projects-catalog-item .text-wrap h4,
.projects-catalog-item .text-wrap span {
  margin: 0;
}

.projects-catalog-item .text-wrap h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.projects-catalog-item .text-wrap span {
  font-size: 14px;
  line-height: 1.35;
}

.projects-catalog-item .text-wrap .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 25px 25px;
  opacity: 0;
  color: transparent;
  text-align: left;
  -webkit-transition: .25s 0s ease all;
  -o-transition: .25s 0s ease all;
  transition: .25s 0s ease all;
}

.projects-catalog-item .text-wrap:after {
  content: '';
  background: #152147;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.1;
  height: 100%;
  -webkit-transition: .35s .25s ease all;
  -o-transition: .35s .25s ease all;
  transition: .35s .25s ease all;
}

.projects-catalog-item:hover .text-wrap .content {
  opacity: 1;
  color: #fff;
  -webkit-transition: .35s .2s ease all;
  -o-transition: .35s .2s ease all;
  transition: .35s .2s ease all;
}

.project-single-prewiev {
  width: 100%;
  height: 100vh;
  position: relative;
}

.project-single-prewiev .project-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  background-attachment: fixed;
  left: 0;
  top: 0;
}

.project-single-prewiev .container {
  position: relative;
  height: 100%;
}

.project-single-prewiev .btn-back {
  position: absolute;
  left: -15px;
  top: 104px;
  z-index: 1;
}

.project-single-prewiev .btn-down {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: 500;
  margin-left: 15%;
  font-size: 14px;
  text-decoration: none;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.project-single-prewiev .btn-down:after {
  display: block;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.project-single-prewiev .btn-down:hover:after {
  top: -3px;
}

.project-single-prewiev .share {
  position: absolute;
  right: 15px;
  top: 117px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.project-single-prewiev .share:hover {
  opacity: .8;
}

.projects-single .content-with-navigation .left {
  width: 6%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
}

.projects-single .content-with-navigation .right {
  width: 94%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
}

.projects-single .content-with-navigation h1 {
  font-size: 26px;
}

.projects-single .block-img-and-text .catalog-name {
  display: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
}

.projects-single .block-img-and-text:first-of-type img {
  padding-left: 30px;
}

.projects-single .chars-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.projects-single .chars-wrap .chars-item {
  width: 33.33%;
  padding-bottom: 15px;
  padding-right: 15px;
}

.projects-single .chars-wrap .chars-item span {
  font-size: 13px;
}

.projects-single .chars-wrap .chars-item p {
  font-size: 15px;
  margin: 5px 0 0;
  font-weight: 600;
  line-height: 1.3;
}

.blog-catalog {
  padding-top: 15px;
}

.blog-catalog h1 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}

.blog-catalog .content-page {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-catalog .download-next {
  margin-top: 25px;
  text-align: center;
}

.blog-catalog .blog-catalog-navigation {
  padding-left: 0;
  margin: 15px auto 20px;
  width: 1200px;
  max-width: 100%;
}

.blog-catalog .blog-catalog-navigation li {
  font-size: 26px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}

.blog-catalog .blog-catalog-navigation li::after {
  content: '/';
  position: absolute;
  right: 3px;
  color: #666;
  opacity: .5;
  top: 0;
}

.blog-catalog .blog-catalog-navigation li a {
  text-decoration: none;
  color: #666;
  opacity: .5;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.blog-catalog .blog-catalog-navigation li a:hover {
  opacity: .8;
}

.blog-catalog .blog-catalog-navigation li:last-of-type {
  padding-right: 0;
}

.blog-catalog .blog-catalog-navigation li:last-of-type::after {
  display: none;
}

.blog-catalog .blog-catalog-navigation .active a {
  color: #0c2255;
  opacity: 1;
}

.blog-catalog-wrap {
  border-top: 1px solid #152147;
}

.blog-catalog-wrap .blog-catalog-item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-left: 1px solid #152147;
  border-bottom: 1px solid #152147;
}

.blog-catalog-wrap .blog-catalog-item.blog-catalog-item__last {
  width: 100%;
}

.blog-catalog-wrap .blog-catalog-item a:not(.img-wrap):hover {
  opacity: .75;
}

.blog-catalog-wrap .blog-catalog-item:nth-of-type(3n) {
  border-right: 1px solid #152147;
}

.blog-catalog-wrap .blog-catalog-item .img-wrap {
  display: block;
  background-color: #152147;
}

.blog-catalog-wrap .blog-catalog-item .img-wrap:hover img {
  opacity: .7;
}

.blog-catalog-wrap .blog-catalog-item img {
  width: 100%;
  height: 350px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
}

.blog-catalog-wrap .blog-catalog-item .catalog-name {
  font-weight: 500;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  text-decoration: none;
  color: #152147;
  display: none;
}

.blog-catalog-wrap .blog-catalog-item .title-wrap {
  display: inline-block;
  width: 90%;
  padding-left: 15px;
}

.blog-catalog-wrap .blog-catalog-item .data {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.blog-catalog-wrap .blog-catalog-item .title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #152147;
  line-height: 1.25;
}

.blog-catalog-wrap .blog-catalog-item .text-wrap {
  padding-left: 20px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-catalog-wrap .blog-catalog-item.blog-catalog-item-full {
  width: 100% !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
}

.blog-single .title-wrap {
  width: 65%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-single .data {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-single .title {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  color: #152147;
  line-height: 1.25;
  margin-bottom: 10px;
}

.blog-single .name-blog {
  text-transform: uppercase;
  font-weight: 500;
  display: none;
  line-height: 1;
}

.blog-single .blog-footer {
  padding-top: 20px;
}

.blog-single .blog-footer span {
  line-height: 1.3;
}

.blog-single .blog-footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.blog-single .blog-footer .item-ttl {
  width: 12%;
  padding-right: 20px;
  font-weight: 500;
}

.blog-single .blog-footer .item-dsc {
  display: inline-block;
  width: 70%;
}

.blog-single .predfooter-links .share {
  display: none;
}

.partners-page h1 {
  text-align: center;
  margin: 20px 0 30px;
  width: 100%;
  font-weight: 500;
}

.partners-page .blog-catalog-wrap.row {
  margin: 0;
}

.partners-page .blog-catalog-item {
  width: 33.33%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.partners-page .blog-catalog-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  height: 300px;
  border-bottom: 1px solid #152147;
  margin-left: -1px;
}

.partners-page .blog-catalog-item .text-wrap {
  padding: 35px 15px 10px;
}

.partners-page .blog-catalog-item img {
  width: 300px;
  max-height: 80%;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.partners-page .blog-catalog-item:last-of-type:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: -1px;
  top: 0;
  border-right: 1px solid #152147;
}

.contacts-page {
  padding-bottom: 0 !important;
}

.contacts-page .predfooter-links {
  display: none;
}

.contacts-page frame {
  display: block;
}

.contacts-page .contacts-content {
  margin-top: auto;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}

.contacts-page .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 1.45;
}

.contacts-page .item .ttl {
  padding-right: 25px;
  font-size: 22px;
  font-weight: 500;
}

.contacts-page .item .dsc {
  font-size: 18px;
}

.contacts-page .item .dsc a {
  text-decoration: none;
}

.contacts-page .item .dsc a:hover {
  opacity: .8;
}

.contacts-preview {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.politic-page h1 {
  padding-top: 25px;
}

.politic-page .content {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.politic-page h4,
.politic-page h3 {
  margin-top: 40px;
}

.politic-page .predfooter-links .share {
  display: none;
}

.politic-page h5 {
  font-size: 16px;
  margin: 25px 0 15px;
}

@media (max-width: 1600px) {
  .history-slider .history-item {
    height: 460px;
  }

  .th-projects-wrap .project .project-text {
    font-size: 28px;
    line-height: 1.3;
  }
}

@media (max-width: 1366px) {
  .page-about .content-page {
    min-height: auto;
  }

  .page-about .content-page .container {
    position: relative;
    top: 0;
  }

  .history-slider .history-item {
    height: 410px;
  }

  .th-projects-wrap .project .project-text {
    font-size: 24px;
    line-height: 1.35;
  }

  .th-projects-wrap .project .project-text:after {
    bottom: -12px;
  }

  .blog-catalog-wrap .blog-catalog-item img {
    height: 250px;
  }

  .blog-catalog-wrap .blog-catalog-item .catalog-name {
    font-size: 14px;
  }

  .blog-catalog-wrap .blog-catalog-item .data {
    font-size: 14px;
  }

  .blog-catalog-wrap .blog-catalog-item .text-wrap {
    padding-top: 20px;
    padding-left: 15px;
  }

  .blog-catalog-wrap .blog-catalog-item .title-wrap {
    padding-left: 12px;
    width: 85%;
  }

  .blog-catalog-wrap .blog-catalog-item .title {
    font-size: 18px;
  }
}

@media (max-width: 1220px) {
  .content-page .block-img-and-text {
    padding-bottom: 30px;
  }

  .content-page .block-img-and-text .row {
    margin: 0 -15px;
  }

  .content-page .block-img-and-text .text-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-page .block-img-and-text .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-page .block-only .text-wrap {
    padding-bottom: 0;
  }

  .blog-single .title-wrap {
    width: auto;
  }

  .blog-single .blog-footer .item-ttl {
    width: 15%;
  }
}

@media (max-width: 1200px) {
  .th-projects-wrap .project .project-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .th-projects-wrap .project .project-text:after {
    bottom: 0;
  }

  .contacts-page .item .ttl {
    font-size: 18px;
  }

  .contacts-page .item .dsc {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .partners-page .blog-catalog-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .partners-page .blog-catalog-item:nth-of-type(3n) {
    border-right: none;
  }

  .partners-page .blog-catalog-item:nth-of-type(2n) {
    border-right: 1px solid #152147;
  }
}

@media (max-width: 1151.98px) {
  .progress-load {
    padding-bottom: 70px;
  }

  .progress-load .progress-logo {
    font-size: 35px;
  }

  .progress-load .wrap .procent {
    font-size: 26px;
  }

  .progress-load .wrap .procent i {
    font-size: 16px;
  }

  .js-hamburger-page span:hover,
  .js-hamburger-page .hamburger:hover,
  .js-hamburger-main span:hover,
  .js-hamburger-main .hamburger:hover {
    opacity: 1;
  }

  .th-language-options a:hover {
    opacity: 1;
  }

  .js-hamburger-main {
    width: 56px;
  }

  .js-hamburger-main span {
    display: none;
  }

  .th-language-options-home {
    display: none;
  }

  .page-home .th-logo-main {
    top: 50%;
    margin-top: -90px;
    font-size: 36px;
  }

  .page-home .th-logo-main.loaded {
    top: 22px;
    font-size: 20px;
    margin-top: 0;
  }

  .page-home .th-logo-main.active {
    padding: 0;
    background-color: transparent;
  }

  .js-hamburger-main {
    top: 7px !important;
    right: 2px !important;
  }

  .js-toggle-menu .th-language-options {
    height: 30px;
    margin-top: -2px;
  }

  .js-hamburger-main {
    top: 13px;
    right: 10px;
  }

  .th-language-options-home {
    top: 16px;
    left: 10px;
  }

  .js-toggle-menu {
    padding-left: 20px;
    width: 320px;
  }

  .js-toggle-menu .th-wrap-menu {
    padding-top: 20px;
    padding-right: 20px;
  }

  .th-logo-main.loaded {
    left: 25px;
  }

  .th-logo-main.loaded img {
    width: 120px;
    height: 35px;
    margin-left: 0;
  }

  .th-logo {
    font-size: 24px;
  }

  .page-about .th-logo-main,
  .page-projects .th-logo-main {
    left: 20px;
    top: 19px;
  }

  .page-projects .th-logo-main.loaded img,
  .page-about .th-logo-main.loaded img {
    width: 120px;
    height: 35px;
    margin-left: 0;
  }

  .page-home .th-logo-main.loaded {
    top: 16px !important;
    left: 15px !important;
  }

  .page-home .th-logo-main.loaded img {
    width: 120px;
    height: 35px;
    margin-left: 0;
  }

  .th-logo {
    font-size: 20px !important;
  }

  .page-about .th-logo-main,
  .page-projects .th-logo-main {
    top: 16px !important;
    left: 15px !important;
  }

  footer .center {
    display: none;
  }

  footer .left {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  footer .right {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 0;
  }

  .js-wellcome-slider .slide-text {
    padding-bottom: 60px;
  }

  .js-wellcome-slider .nav {
    position: fixed;
  }

  .js-wellcome-slider .nav span:hover {
    opacity: 1;
  }

  .th-coperate-home,
  .th-music-btn {
    position: fixed;
  }

  .js-wellcome-slider .nav {
    left: 2px;
  }

  .th-about-main .left {
    width: 65%;
  }

  .th-about-main .left h1,
  .th-about-main .left h2 {
    font-size: 32px;
  }

  .th-about-main .left p {
    font-size: 24px;
  }

  .th-about-main .right {
    width: 35%;
  }

  .page-about .content-with-navigation .navigation {
    padding-right: 10px;
  }

  .persons-wrap .col-2 {
    padding-right: 20px;
  }

  .mission-wrap .text-wrap {
    padding-right: 15px;
  }

  .th-projects-wrap {
    height: 100%;
  }

  .th-projects-wrap .project {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    height: 65vh;
  }

  .th-projects-wrap .project:nth-of-type(2),
  .th-projects-wrap .project:first-of-type {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .projects-catalog-item .text-wrap:after {
    opacity: .1;
  }

  .projects-catalog-item .text-wrap .content {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .project-single-prewiev {
    height: 45vh;
    min-height: 500px;
  }

  .projects-single .content-with-navigation {
    padding-top: 45px;
  }

  .projects-single .content-with-navigation h1 {
    font-size: 24px;
  }

  .projects-single .content-with-navigation h2 {
    font-size: 24px;
  }

  .projects-single .content-with-navigation .left {
    display: none;
  }

  .projects-single .content-with-navigation .right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .projects-single .block-img-and-text .catalog-name {
    display: block;
  }

  .projects-single .block-img-and-text:first-of-type img {
    padding-left: 0;
  }

  .projects-single .chars-wrap .chars-item span {
    font-size: 12px;
  }

  .projects-single .chars-wrap .chars-item p {
    font-size: 12px;
  }

  .blog-catalog-wrap .blog-catalog-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 1023.98px) {
  .th-header ul {
    display: none;
  }

  .js-hamburger-page {
    display: block;
  }

  .js-toggle-menu {
    width: 100% !important;
    right: 0 !important;
    z-index: 0 !important;
    top: -100%;
  }

  .js-toggle-menu .social {
    margin-bottom: 9px;
  }

  .js-toggle-menu.active {
    top: 0;
    right: 0 !important;
    z-index: 6 !important;
  }
}

@media (max-width: 992px) {
  .content-page p {
    font-size: 14px;
  }

  .project-single-prewiev {
    min-height: 400px;
  }

  .project-single-prewiev .project-bg {
    background-attachment: inherit;
  }

  .blog-catalog .blog-catalog-navigation li {
    font-size: 18px;
    padding-right: 15px;
  }

  .blog-single .predfooter-links .share {
    display: block;
  }

  .blog-single .blog-footer {
    padding-top: 0;
  }

  .blog-single .content-with-navigation .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .blog-single .content-with-navigation .navigation .btn-back {
    margin: 0;
  }

  .blog-single .content-with-navigation .navigation .catalog-name {
    display: block;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    font-size: 12px;
    padding-bottom: 1px;
    margin: 0;
    margin-left: auto;
  }

  .blog-single .content-with-navigation .left {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .blog-single .content-with-navigation .right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .blog-single .content-with-navigation .blog-footer .item-ttl {
    width: 35%;
  }

  .blog-single .content-with-navigation .blog-footer .item-dsc {
    width: 65%;
  }

  .contacts-page .contacts-content {
    padding: 35px 0;
  }

  .contacts-page .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-page .item .ttl {
    margin-bottom: 8px;
    width: 100%;
  }

  .contacts-preview {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  .button {
    padding: 14px 25px;
    font-size: 12px;
  }

  .btn-back {
    padding-right: 20px;
    padding-left: 55px;
  }

  .progress-load .progress-logo-home img {
    width: 140px;
  }

  .th-logo-page {
    top: -0.5px;
  }

  .th-music-btn {
    right: 25px !important;
    z-index: 11;
  }

  .th-music-btn.move {
    right: 280px;
    opacity: 0;
  }

  .th-about-main .th-about-bg {
    background-attachment: inherit;
  }

  .page-about .content-with-navigation .navigation-scroll {
    display: none;
  }

  .page-about .content-with-navigation .right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page-about .content-with-navigation .left {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page-about .content-with-navigation .navigation-slider {
    display: block;
    padding: 0 25px;
    border: none;
  }

  .page-about .content-with-navigation .navigation-slider .nav-bar {
    display: none;
  }

  .page-about .content-with-navigation .navigation-slider li {
    display: inline-block;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 4px;
    height: 24px;
    margin-top: 2px;
  }

  .page-about .content-with-navigation .navigation-slider li a {
    font-size: 14px;
    position: relative;
  }

  .page-about .content-with-navigation .navigation-slider li a::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -11px;
    border-top: 3px solid #152147;
    position: absolute;
    display: none;
  }

  .page-about .content-with-navigation .navigation-slider .slick-current a:after {
    display: block;
  }

  .persons-wrap .col-2 {
    padding-right: 20px;
  }

  .history-slider {
    padding-top: 40px;
  }

  .history-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .history-slider .slick-next {
    right: -10px;
    top: -30px;
    left: auto;
  }

  .history-slider .slick-next::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .history-slider .slick-prev {
    top: -30px;
    left: -10px;
  }

  .history-slider .slick-prev::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .history-slider .history-item {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .history-slider .history-item .history-item-year {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: #152147 1px solid;
    padding-top: 5px;
  }

  .history-slider .history-item .history-item-text {
    overflow: auto;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }

  .projects-catalog .share {
    display: block;
    top: 14px;
  }

  .projects-catalog h1 {
    padding: 25px 15px 0;
    font-size: 24px;
    line-height: 1.25;
  }

  .projects-catalog .btn-back {
    position: relative;
    left: 0;
    border-color: #15214767;
    top: 0;
  }

  .projects-catalog .btn-back::after {
    left: 18px;
  }

  .projects-catalog .btn-back::before {
    left: 17px;
  }
}

@media (max-width: 768px) {
  .content-page p {
    font-size: 16px;
  }

  .content-page .block-img-and-text {
    padding-bottom: 20px;
  }

  .content-page .block-img-and-text h2,
  .content-page .block-img-and-text h3,
  .content-page .block-img-and-text h4 {
    margin-top: 5px;
  }

  .content-page .block-img-and-text .img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .content-page .block-img-and-text .text-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 20px;
  }

  .content-page .block-img-and-text:last-of-type {
    padding-bottom: 0;
  }

  .content-page .block-img-and-text:last-of-type .img-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px;
  }

  .content-page .block-img-and-text:last-of-type .text-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }

  .content-page .block-only .text-wrap {
    padding-top: 0;
  }

  .content-page .block-col-3 .col-3 {
    width: 31%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }

  .th-about-main .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .th-about-main .left {
    width: 520px;
    padding-right: 0;
    margin-top: auto;
    max-width: 100%;
    padding-bottom: 15px;
  }

  .th-about-main .left h1,
  .th-about-main .left h2 {
    font-size: 26px;
  }

  .th-about-main .left p {
    font-size: 20px;
  }

  .th-about-main .right {
    width: 520px;
    max-width: 100%;
  }

  .persons-wrap .col-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }

  .persons-wrap .col-2 .person-info:first-of-type {
    border-top: none;
  }

  .persons-wrap .col-2:first-of-type .person-info:first-of-type {
    border-top: 1px solid #152147 !important;
  }

  .persons-wrap .col-2:first-of-type .person-info {
    border-bottom: 1px solid #e3e7ec !important;
  }

  .persons-wrap .col-2:last-of-type .person-info:last-of-type {
    border-bottom: 1px solid #152147 !important;
  }

  .mission-wrap .title {
    font-size: 26px;
  }

  .th-projects-wrap {
    height: 100%;
  }

  .th-projects-wrap .project {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 20vh;
    height: 160px;
  }

  .th-projects-wrap .project:nth-of-type(2),
  .th-projects-wrap .project:first-of-type {
    width: 100;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .th-projects-wrap .project .project-text span {
    width: 400px;
  }

  .projects-catalog h1 {
    margin-bottom: 15px;
  }

  .projects-catalog .btn-back {
    left: 15px;
  }

  .projects-catalog .content-page .row {
    margin: 0;
  }

  .projects-catalog .content-page .container {
    padding: 0;
  }

  .projects-catalog .content-page .col-1,
  .projects-catalog .content-page .col-2 {
    padding: 0;
  }

  .projects-catalog .content-page .col-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .project-single-prewiev {
    min-height: 300px;
  }

  .project-single-prewiev .btn-down {
    display: none;
  }

  .project-single-prewiev .btn-back {
    top: 85px;
  }

  .project-single-prewiev .share {
    top: 101px;
    font-size: 12px;
  }

  .projects-single .content-with-navigation {
    padding-top: 15px;
  }

  .projects-single .block-img-and-text:first-of-type img {
    display: none;
  }

  .projects-single .chars-wrap .chars-item span {
    font-size: 13px;
  }

  .projects-single .chars-wrap .chars-item p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .predfooter-links .share {
    top: -40px;
  }

  footer .container {
    position: relative;
  }

  footer .center {
    display: none;
  }

  footer .contacts {
    display: none;
  }

  footer .left {
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  footer .left .coperate {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
  }

  footer .right {
    width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .content-page h2 {
    font-size: 22px;
  }

  .content-page h3 {
    font-size: 18px;
  }

  .content-page h4 {
    font-size: 16px;
  }

  .content-page .block-col-3 .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-page .block-col-3 .col-3 {
    width: 340px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .th-about-main .left {
    width: 300px;
  }

  .th-about-main .left h1,
  .th-about-main .left h2 {
    font-size: 26px;
  }

  .th-about-main .left p {
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0 0;
  }

  .th-about-main .left .btn {
    margin-top: 20px;
  }

  .th-about-main .right {
    width: 300px;
  }

  .persons-wrap h2 {
    font-size: 20px;
  }

  .history-slider .history-item p {
    font-size: 14px;
  }

  .result-wrap .pre-title {
    font-size: 20px;
  }

  .result-wrap .title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }

  .result-wrap .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #152147;
    padding: 0 15px 15px;
  }

  .result-wrap .numbers .num {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .result-wrap .numbers p {
    font-size: 16px;
  }

  .result-wrap .numbers .col-3 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .result-wrap .graphic span {
    font-size: 18px;
    line-height: 1.3;
  }

  .mission-wrap .title {
    font-size: 22px;
    font-weight: 500;
  }

  .mission-wrap .text-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mission-wrap .person-block {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 35px;
  }

  .mission-wrap .person-block img {
    max-width: 300px;
  }

  .th-projects-wrap .project .project-text {
    font-size: 18px;
    line-height: 1.45;
  }

  .th-projects-wrap .project .project-text span {
    width: 200px;
  }

  .projects-single .content-with-navigation h1 {
    font-size: 22px;
  }

  .projects-single .chars-wrap .chars-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .blog-catalog h1 {
    font-size: 24px;
  }

  .blog-catalog .blog-catalog-navigation li {
    font-size: 16px;
    padding-right: 10px;
  }

  .blog-catalog .blog-catalog-navigation li:after {
    right: 0;
  }

  .blog-catalog-wrap .blog-catalog-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: 1px solid #152147;
  }

  .blog-catalog-wrap .blog-catalog-item .title-wrap {
    padding-bottom: 10px;
  }

  .blog-single .content-with-navigation .blog-footer span {
    font-size: 12px;
  }

  .blog-single .title {
    font-size: 20px;
  }

  .blog-single .data {
    font-size: 14px;
  }

  .blog-single .name-blog {
    font-size: 14px;
  }

  .partners-page .blog-catalog-item:nth-of-type(3n) {
    border-right: 1px solid #152147;
  }

  .contacts-page .contacts-content {
    padding: 15px 0;
  }

  .contacts-page .contacts-content .row {
    display: block;
  }

  .contacts-page .item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 25px auto;
    display: block;
  }

  .contacts-page .item .ttl {
    font-size: 20px;
  }

  .contacts-page .item .dsc {
    font-size: 18px;
  }

  .contacts-preview {
    height: 250px;
    background-attachment: initial;
  }
}

@media (max-width: 575.98px) {
  .progress-load {
    padding-bottom: 70px;
  }

  .progress-load .progress-logo {
    font-size: 26px;
  }
}

@media (max-width: 414px) {

  .projects-catalog .content-page .col-1,
  .projects-catalog .content-page .col-2 {
    height: 300px;
  }

  .partners-page h1 {
    font-size: 26px;
  }

  .partners-page .blog-catalog-item .img-wrap {
    height: 210px;
  }
}

@media (max-width: 413.98px) {

  .js-wellcome-slider .slide-text h1,
  .js-wellcome-slider .slide-text h2 {
    font-size: 19px;
  }
}

@media (max-width: 370px) {
  .blog-catalog .blog-catalog-navigation li {
    font-size: 14px;
    padding-right: 6px;
  }

  .blog-catalog .blog-catalog-navigation li:after {
    right: -2px;
  }
}

@media (max-width: 360px) {
  .th-coperate-home {
    font-size: 10px;
  }
}

@media (max-height: 600px) {
  .js-hamburger-main {
    top: 13px;
    right: 10px;
  }

  .th-language-options-home {
    top: 16px;
    left: 10px;
  }

  .js-toggle-menu {
    padding-left: 15px;
    width: 260px;
  }

  .js-toggle-menu .th-wrap-menu {
    padding-top: 20px;
    padding-right: 20px;
  }

  .js-toggle-menu .navigation li {
    font-size: 16px;
  }

  .js-toggle-menu .documents {
    padding-right: 0;
    font-size: 13px;
    margin-bottom: 16px;
  }

  .js-toggle-menu .documents a {
    margin-bottom: 8px;
  }

  .js-toggle-menu .social span {
    font-size: 20px;
  }

  .js-toggle-menu .coperate {
    font-size: 9px;
  }

  .th-logo-main.loaded {
    left: 25px;
  }

  .th-logo {
    font-size: 24px;
  }

  .th-logo-page {
    font-size: 24px;
  }

  .page-about .th-logo-main,
  .page-projects .th-logo-main {
    left: 20px;
    top: 19px;
  }
}

@media (max-height: 550px) {
  .js-toggle-menu .navigation {
    margin: 10px 0 20px;
  }

  .js-toggle-menu .navigation li {
    margin: 14px 0;
  }
}

@media (max-height: 540px) {
  .js-toggle-menu .th-wrap-menu {
    overflow-x: scroll;
  }
}

@media (max-height: 480px) {
  .js-wellcome-slider .slide-text {
    padding-top: 40px;
  }

  .js-wellcome-slider .slide-text h2 {
    font-size: 18px;
  }

  .js-wellcome-slider .slide-text p {
    font-size: 13px;
  }
}