@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

.body-family {
  font-family: "Century Gothic", sans-serif;
}

.serif-family {
  font-family: "Century Gothic", sans-serif;
}

.text-normal {
  font-weight: 400;
}

.text-bold {
  font-weight: bold;
}

.text-light {
  color: #f6f6f6;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 24px;
}

.text-xxl {
  font-size: 50px;
}

.w-85 {
  width: 85% !important;
}

.mt-58 {
  margin-top: 58px;
}

/** Bgs */
.bg-grey {
  background-color: #f8f8f8;
}

.bg-darkblue {
  background-color: #222e49;
}

@media (max-width: 1440px) {
  .text-xxl {
    font-size: 34px;
  }
}

@media (max-width: 991.98px) {
  .text-xxl {
    font-size: 28px;
  }
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
  font-family: 'Gothic Century', sans-serif;
  color: #393939;
  overflow-x: hidden;
  position: relative;
}

.main-wrapper {
  overflow-x: hidden;
}

img {
  width: 100%;
}

svg {
  display: block;
}

.inner-img {
  position: relative;
  padding: 0 0 68%;
  min-height: 150px;
}


.inner-img img {
  padding-top: 30px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1430px){
  .inner-img img {
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*===
@media (max-width: 1200px){
  .inner-img img {
    padding-top: 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1100px){
  .inner-img img {
    padding-top: 50px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1070px){
  .inner-img img {
    padding-top: 70px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
*/
@media (max-width: 991px){
  .inner-img img {
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}


@media (min-width: 1440px) {
  .container {
    width: 100% !important;
    max-width: 1132px;
  }
}

@media (max-width: 1320px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .site-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    cursor: pointer;
  }
  .site-backdrop.active {
    opacity: .6;
    visibility: visible;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    background-color: #333;
    z-index: 9;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.title-underline {
  position: relative;
  padding-bottom: 26px;
}

.title-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 123px;
  width: 100%;
  height: 2px;
  background-color: #ffde00;
}

.section-title {
  letter-spacing: -1.25px;
}

.form-wrapper {
  padding-top: 45px;
}

.form-wrapper .btn {
  margin-top: 40px;
}

.form-title {
  font-size: 16px;
  font-weight: bold;
  color: #393939;
  margin-bottom: 24px;
}

.form-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 44px;
  max-width: 510px;
}

.form-control {
  border: 1px solid #ededed;
  border-radius: 4px;
  color: #333;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 16px 15px;
}

.form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}

.form-control::-ms-input-placeholder {
  color: #a6a6a6;
}

.form-control::placeholder {
  color: #a6a6a6;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .25s;
  transition: .25s;
}

.btn-yellow {
  background-color: #ffde00;
  min-width: 221px;
  padding: 15px 40px 16px;
  padding: 10px 40px 11px;
  outline: none !important;
}

.btn-yellow:hover {
  background-color: #e6c800;
  color: #2d2d2d;
}

.main-nav {
  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-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  width: 100%;
  height: 100%;
  list-style: none;
  margin-bottom: 0;
}

.nav-inner {
  margin-left: auto;
}

.main-navs.mod-list {
  padding-left: 90px;
  margin-bottom: 0;
  margin-top: 77px;
  list-style: none;
}

.main-nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .main-nav {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% - 72px);
    bottom: 0;
    background-color: #222e49;
    width: 50%;
    min-height: 100vh;
    padding: 40px 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .main-nav {
    width: 100%;
    padding-top: 80px;
  }
}

.main-nav__link {
  text-decoration: none;
  color: #f6f6f6;
  -webkit-transition: color .25s;
  transition: color .25s;
  padding: 12px;
  font-size: 16px;
  position: relative;
  border: none;
  background-color: transparent;
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .main-nav__link {
    height: 100%;
  }
}

.main-nav__link:focus {
  outline: none;
}

.main-nav__link:hover {
  color: #fff;
  text-decoration: none;
}

.main-nav__link::after {
  margin-top: 0.175em;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.main-nav__link.active {
  color: #ffde00;
}

@media (max-width: 991.98px) {
  .main-nav__link {
    padding-left: 0;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .main-nav__link:hover {
    color: #ffde00;
    text-decoration: none;
  }
  .main-nav__link.active {
    color: #ffde00;
    text-decoration: none;
  }
  .main-nav__link.active::before {
    width: calc(100% - 24px);
  }
}

.main-nav__dropdown {
  height: 100%;
}

@media (max-width: 991.98px) {
  .main-nav__dropdown {
    height: auto;
  }
  .main-nav__dropdown .dropdown-toggle {
    display: none;
  }
}

.main-nav .nav-child {
  background-color: #20317b;
  border: none;
  border-radius: 0;
  left: 12px;
  padding: 0;
  padding: none;
  padding-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}

.main-nav .nav-child {
  list-style: none;
  padding-left: 0;
  min-width: 10rem;
  color: #fff;
}

.main-nav .nav-child .dropdown-item {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 11px;
  padding-left: 39px;
  padding-right: 1.5rem;
  color: #F6F6F6;
  position: relative;
  border-bottom: 2px solid #2D3F8A;
  -webkit-transition: color .25s;
  transition: color .25s;
  background-color: transparent !important;
}

.main-nav .nav-child .dropdown-item::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffde00;
}

.main-nav .nav-child:last-of-type .dropdown-item {
  border-bottom: none;
}




.main-nav .parent {
  position: relative;
  height: 100%;
  padding-right: 10px;
}

.main-nav .parent::after {
  margin-top: 0.175em;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(0);
  right: 5px;
  color: #fff;
}

.main-nav .parent:hover::after {
  transform: translateY(-50%) rotate(180deg);
  color: #ffde00;
}


.main-nav .parent:hover .nav-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .main-nav__dropdown .dropdown-menu {
    display: block;
  }
  .main-nav .parent:hover .nav-header,
  .main-nav .parent .nav-child a:hover,
  .main-nav__link:hover {
    color: #ffde00;
  }
}

.main-nav__dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .main-nav__dropdown .dropdown-menu {
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: relative !important;
    background-color: transparent;
    left: 0;
  }
  .main-nav__dropdown .dropdown-menu .dropdown-item {
    border: none;
    font-size: 18px;
    padding-left: 0;
    text-transform: uppercase;
  }
  .main-nav__dropdown .dropdown-menu .dropdown-item::before {
    display: none;
  }
  .main-nav__dropdown .dropdown-menu.show {
    display: block;
  }
  .main-nav .parent {
    height: auto;
  }
  .main-nav .nav-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    background-color: transparent;
    padding-bottom: 0;
  }
  .main-nav .nav-child .dropdown-item::before {
    display: none;
  }
  .main-nav .nav-child .dropdown-item {
    font-size: 18px;
    padding: 12px;
    padding-left: 0;
    text-transform: uppercase;
  }

  .main-nav .parent::after {
    display: none;
  }
  .nav-header.main-nav__link {
    font-size: 0 !important;
    padding: 0;
  }
}

.main-nav__dropdown .dropdown-item {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 11px;
  padding-left: 39px;
  color: #F6F6F6;
  position: relative;
  border-bottom: 2px solid #2D3F8A;
  -webkit-transition: color .25s;
  transition: color .25s;
  background-color: transparent !important;
}

.main-nav__dropdown .dropdown-item:last-of-type {
  border-bottom: none;
}

.main-nav__dropdown .dropdown-item:hover, .main-nav__dropdown .dropdown-item:active {
  background-color: transparent;
  color: #ffde00;
}

.main-nav__dropdown .dropdown-item::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffde00;
}

@media (min-width: 992px) {
  .main-nav__dropdown.show > .main-nav__link {
    color: #ffde00;
  }
  .main-nav__dropdown.show > .main-nav__link span {
    color: #ffde00;
  }
  .main-nav__dropdown.show > .main-nav__link::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.main-nav .mobile-language a {
  color: #ffffff;
  margin-right: 25px;
  font-size: 18px;
  padding: 12px 0;
}

.main-nav .mobile-language a:hover {
  text-decoration: none;
}

.main-nav .mobile-language a.active {
  color: #ffde00;
}

@media (min-width: 992px) {
  .main-nav .mobile-language {
    display: none;
  }
}

.topbar {
  padding: 7px 0 6px;
  background-color: #20317b;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  .topbar {
    background-size: contain;
    background: repeat-x;
  }
}

.topbar__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topbar__inner .custom {
  display: flex;
}

@media (max-width: 1440px) {
  .topbar__inner {
    padding-right: 100px;
  }
}

@media (max-width: 992px) {
  .topbar__inner {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .topbar__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.topbar__phones a, .topbar__email a {
  color: #20317b;
  padding: 0 17.5px;
}

.topbar__phones a img, .topbar__email a img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
  object-fit: contain;
}

.topbar__phones a span, .topbar__email a span {
  margin-left: 9px;
  color: #20317b;
}

.topbar__phones {
  padding-right: 35px;
  position: relative;
}

.topbar__phones::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #20317b;
}

.topbar__email {
  padding-left: 35px;
}

@media (max-width: 767.98px) {
  .topbar__email {
    padding-left: 0;
  }
  .topbar__email a {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .topbar__phones {
    display: none !important;
  }
  .topbar__email a img {
    /* display: none; */
  }
}

@media (max-width: 991.98px) {
  .mod-languages {
    /* overflow-x: hidden; */
  }
  .mod-languages select {
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -webkit-linear-gradient: (#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 30px 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.362' height='292.362'%3E%3Cpath fill='%2320317b' d='M286.935 69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952 0-9.233 1.807-12.85 5.424C1.807 72.998 0 77.279 0 82.228c0 4.948 1.807 9.229 5.424 12.847l127.907 127.907c3.621 3.617 7.902 5.428 12.85 5.428s9.233-1.811 12.847-5.428L286.935 95.074c3.613-3.617 5.427-7.898 5.427-12.847 0-4.948-1.814-9.229-5.427-12.85z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    border: none;
    color: #20317b;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    background-size: 7px;
    padding-right: 10px;
  }
  .mod-languages select:focus {
    outline: none;
  }
  .mod-languages select::-ms-expand {
    /* display: none; */
  }
}

.mod-languages .chzn-container {
  min-width: 4rem !important;
  width: 100% !important;
}

.mod-languages .chzn-container .active-result.result-selected {
  display: none;
}

.mod-languages .chzn-container-single .chzn-single {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.chzn-container-single .chzn-single span {
  color: #20317b;
  border-radius: 0;
}

.mod-languages .chzn-container-single .chzn-single div b {
  background: none;
  position: relative;
  color: #20317b;
}

.mod-languages .chzn-container-single .chzn-single div b::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.mod-languages .chzn-container-active .chzn-single div b::after {
  color: #fff;
  z-index: 9;
  transform: rotate(180deg);
}


.mod-languages .chzn-container .chzn-drop {
  border: none;
}

.mod-languages .chzn-container-active.chzn-with-drop .chzn-single {
  border: none;
  background: #20317b;

}

.mod-languages .chzn-container-active.chzn-with-drop span {
  color: #fff;
}

.mod-languages .chzn-container .chzn-drop {
  background: #20317b;
  /* box-shadow: none; */
  border-radius: 0;
}

.mod-languages .chzn-container .chzn-results {
  color: #fff;
  border-radius: 0;
}

.moda-languages .inputbox.advancedSelect {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* @media (max-width: 576.98px) {
  .topbar__inner .mod-languages {
    display: none;
  }
} */

@media (max-width: 767.98px) {
  .topbar__phones {
    padding-right: 15px;
  }
  .topbar__phones a {
    padding: 0;
  }
  .topbar__phones a:last-of-type {
    display: none !important;
  }
  .topbar__phones::after {
    display: none;
  }
}

@media (max-width: 500px) {
  .topbar__email {
    /* display: none; */
  }
}

@media (max-width: 480px) {
  .topbar__phones a:last-of-type {
    display: none !important;
  }
}

.slider__btn {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  cursor: pointer;
}

.slider__btn img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider {
  position: relative;
  z-index: 1;
}

.hero-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #111727;
  width: 100%;
  height: calc(100% - 17px);
  opacity: 0.6;
  z-index: -1;
}

.hero-slider::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 280px;
  height: 2px;
  background-color: #ffde00;
}

.hero-slider__wrapper {
  position: relative;
}

.hero-slider__wrapper .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.hero-slider__wrapper .slider__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.hero-slider__wrapper .slider__btn img {
  width: 17px;
  height: 31px;
}

.hero-slider__wrapper .slider__btn.prev-arrow {
  left: 50px;
}

.hero-slider__wrapper .slider__btn.next-arrow {
  right: 50px;
}

@media (max-width: 1200px) {
  .hero-slider__wrapper .slider__btn.prev-arrow {
    left: 25px;
  }
  .hero-slider__wrapper .slider__btn.next-arrow {
    right: 25px;
  }
}

@media (max-width: 991.98px) {
  .hero-slider__wrapper .slider__btn {
    display: none !important;
  }
}

.hero-slider__item-inner {
  position: relative;
  max-width: 944px;
  margin: 0 auto;
  color: #ffffff;
  height: 100%;
  padding: 55px 0 47px;
}



.hero-slider__item-inner h1 {
  z-index: 2;
}

@media (max-width: 1440px) {
  .hero-slider__item-inner {
    max-width: 700px;
    padding: 70px 20px 60px;
  }
}

.hero-slider__title {
  max-width: 700px;
  margin: 0 auto;
}

.card {
  border-radius: 4px;
  -webkit-transition: .25s;
  transition: .25s;
  height: 100%;
}

.card-solid {
  padding: 39px 49px 39px 44px;
}

.card-solid img {
  max-width: 50px;
  margin-bottom: 34px;
}

.card-solid:hover {
  background-color: #ffde00;
  border: 1px solid #ffde00;
}

.card-no-border {
  position: relative;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.card-no-border p {
  position: relative;
  padding: 60px 40px 60px 40px;
}

.card-no-border p::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 227px;
  height: 244px;
  background-image: url("../images/circle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .card-no-border {
    margin-bottom: 60px;
  }
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0 !important;
  margin: 0;
  padding: 0;
  overflow: visible;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

@media (max-width: 991.98px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.active:hover {
  opacity: 0.7;
}

.hamburger .hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 24px;
  height: 2px;
  background-color: #f6f6f6;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger .hamburger-inner::before {
  width: 24px;
  height: 2px;
  background-color: #f6f6f6;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -6px;
}

.hamburger .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #f6f6f6;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -6px;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  font-family: "Century Gothic", sans-serif;
  position: absolute;
}

@media (max-width: 991.98px) {
  .topbar {
    /* overflow-x: hidden; */
  }
  .site-header {
    position: fixed;
  }
}

.site-header.header-stuck .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transition: top .7s;
  transition: top .7s;
  z-index: 11;
}

.site-header.header-stuck .main-header .logo-link {
  top: 0;
  bottom: 0;
  position: relative;
}

.site-header.header-stuck .main-header .logo-link img {
  width: 50px;
}

.site-header.header-stuck .main-nav {
  max-width: 40%;
}

.site-header.header-stuck .main-nav__link {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .site-header.header-stuck .topbar {
    transform: translateY(-100%);
    transition: .25s;
  }
  .site-header.header-stuck .main-nav {
    max-width: 50%;
    top: calc(100% - 50px);
  }
  .site-header.header-stuck .main-nav__link {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .site-header.header-stuck .main-nav {
    max-width: 100%;
  }
}

.main-header {
  background-color: #20317b;
  height: 92px;
  top: -100%;
}

@media (max-width: 991.98px) {
  .main-header {
    height: 72px;
  }
}

.main-header .container {
  position: relative;
  height: 100%;
}

.main-header .logo-link {
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.main-header .logo-link img {
  width: 128px;
}

@media (max-width: 1320px) {
  .main-header .logo-link {
    left: 15px;
    z-index: 2;
  }
}

@media (max-width: 991.98px) {
  .main-header .logo-link {
    position: relative;
    bottom: 0;
  }
  .main-header .logo-link img {
    width: 80px;
  }
}

/** Hero section */
.hero {
  min-height: calc(100vh - 127px);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 127px;
}

@media (max-width: 991.98px) {
  .hero {
    margin-top: 104px;
  }
}

.hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/dark-hero-backdrop.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 100%;
    padding: 40px 0;
  }
}

/** About us section */
.about-us {
  padding: 100px 0px 18px 0px;
}

@media (max-width: 991.98px) {
  .about-us {
    padding: 60px 0 18px;
  }
}

.achievements {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.achievements-item {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.achievements-card {
  padding: 54px 20px;
  position: relative;
  height: 100%;
}

.achievements-card::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 42px;
  background-color: #ffde00;
}

.achievements-card__title {
  font-size: 36px;
  color: #393939;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .achievements-card__title {
    margin-bottom: 10px;
  }
}

.achievements-card__text {
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .achievements-card {
    padding: 30px;
  }
  .achievements-card__text {
    max-width: 80%;
  }
}

/** Company info section */
.company-info {
  padding: 48px 0 59px;
}

@media (max-width: 1420px) {
  .company-info {
    padding: 48px 0 59px;
  }
}


@media (max-width: 991.98px) {
  .company-info {
    padding: 48px 0 48px;
  }
}

.company-info .title-underline {
  margin-bottom: 40px;
}

.company-info__list {
  list-style: none;
  padding-left: 0;
  padding-right: 15px;
  margin: 0;
}

.company-info__list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 29px;
  font-family: "Century Gothic", sans-serif;
}

.company-info__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffde00;
}

/** Counters section */
.counters {
  padding: 107px 0 50px;
}

@media (max-width: 991.98px) {
  .counters {
    padding: 60px 0 50px;
  }
}

.counters-row {
  margin-left: -20px;
  margin-right: -20px;
}

.counters-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 20px;
  margin-bottom: 25px;
}

.counters-column .title-underline {
  padding-bottom: 20px;
  margin-bottom: 29px;
}

.counters-column .title-underline::after {
  max-width: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .counters-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .counters-column p {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
}

@media (max-width: 479.98px) {
  .counters-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/** Infrastructure section */
.infrastructure {
  padding: 100px 0 107px;
}

@media (max-width: 991.98px) {
  .infrastructure {
    padding: 60px 0 70px;
  }
}

.infrastructure-card p {
  line-height: 21px;
  color: #151515;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .infrastructure-card p {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 660px) {
  .infrastructure-card p {
    max-width: 80%;
  }
}

@media (max-width: 575.98px) {
  .infrastructure-card p {
    max-width: 50%;
  }
}

@media (max-width: 479.98px) {
  .infrastructure-card p {
    max-width: 70%;
  }
}

.infrastructure-card.active p {
  font-weight: bold;
}

.success-banner {
  position: relative;
  min-height: 264px;
}

.success-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 264px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 991.98px) {
  .success-banner {
    min-height: 180px;
  }
  .success-banner img {
    min-height: 180px;
  }
}

.success-banner-title {
  position: absolute;
  left: 67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 37px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1.38px;
  z-index: 1;
}

.success-banner-title span {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.9px;
}

@media (max-width: 991.98px) {
  .success-banner-title span {
    font-size: 24px;
  }
}

.success-banner-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  border-left: 2px solid #ffde00;
  height: calc(100% + 5px);
  width: 2px;
  z-index: 1;
}

.success-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: #222e49;
  opacity: 0.7;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .success-banner::before {
    width: 100%;
  }
}

/** Nomenclature section */
.nomenclature {
  padding: 0px 0 144px;
}

@media (max-width: 991.98px) {
  .nomenclature {
    padding: 10px 0 20px;
  }
}

.nomenclature .company-info__list li {
  margin-bottom: 10px;
}

.nomenclature .company-info__list li:last-of-type {
  margin-bottom: 0;
}

/** Certificates section */
.certificates {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .certificates {
    padding: 60px 0 70px;
  }
}

.certificates-text img {
  max-width: 109px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 22px;
}

.certificates-img {
  margin-top: -170px;
}

.certificates p {
  max-width: 70%;
}

@media (max-width: 1099.98px) {
  .certificates p {
    max-width: 90%;
  }
}

@media (max-width: 767.98px) {
  .certificates-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .certificates-text img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .certificates p {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
  }
}

/** Services section */
.services {
  padding: 100px 0 0;
}

@media (max-width: 991.98px) {
  .services {
    padding: 60px 0 20px;
  }
}

.services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.services-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 40px;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .services-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .services-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.services-thumb {
  position: relative;
  margin-bottom: 15px;
  width: 206px;
  height: 206px;
}

@media (max-width: 991.98px) {
  .services-thumb {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }
}

.services-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info-useful {
  padding: 20px 0 48px 0px;
}

@media (max-width: 991.98px) {
  .info-useful {
    padding: 30px 0 55px;
  }
}

.info-useful-slider__wrapper {
  position: relative;
  padding: 0 40px;
}

.info-useful-slider__item .inner-img {
  padding: 0 0 48.7%;
}

.info-useful-slider__item .inner-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.info-useful-slider a {
  display: block;
  text-decoration: underline;
  color: #393939;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.info-useful-slider a:hover {
  color: #222e49;
}

.info-useful .slider__btn {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%), rotate(0);
  transform: translateY(-50%), rotate(0);
}

.info-useful .slider__btn img {
  -webkit-filter: invert(1);
  filter: invert(1);
  max-width: 15px;
}

.info-useful .slider__btn.next-info-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  right: 0;
}

.info-useful .slider__btn.prev-info-arrow {
  left: 0;
}

/** Partners sectiobn */
.partners {
  padding: 82px 0 84px;
}

@media (max-width: 991.98px) {
  .partners {
    padding: 60px 0 70px;
  }
}

.partners-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.partners-slider .slick-dots li {
  margin-right: 10px;
}

.partners-slider .slick-dots li button {
  border: 1px solid #ffffff;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  font-size: 0;
  outline: none !important;
}

.partners-slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.partners-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.partners-slider__item {
  min-height: 83px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
}

.partners-slider__item-inner a {
  padding: 20px 15px;
}

.partners-slider__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: .25s;
  transition: .25s;
}

.partners-slider__item img {
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
  -webkit-transition: .25s;
  transition: .25s;
}

.partners-slider__item:hover::before {
  opacity: 1;
  background-color: #ffffff;
}

.partners-slider__item:hover img {
  opacity: 1;
}

.partners-slider__wrapper {
  position: relative;
  padding: 0 30px;
}

.partners-slider__wrapper .slider__btn {
  position: absolute;
  opacity: .2;
  z-index: 2;
  top: 50%;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.partners-slider__wrapper .slider__btn img {
  width: 12px;
}

.partners-slider__wrapper:hover .slider__btn {
  opacity: 1;
}

.partners-slider__wrapper .next-partners-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}

.partners-slider__wrapper .prev-partners-arrow {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.partners .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.partners .slick-slide {
  height: inherit !important;
  margin: 0 15px;
}

@media (max-width: 991.98px) {
  .partners-slider__item img, .partners-slider__item::before {
    opacity: 1;
  }
  .partners-slider__item::before {
    background-color: #ffffff;
  }
  .partners .slider__btn {
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .partners .slider__btn {
    display: none !important;
  }
}

/** Contacts section */
.contacts {
  padding: 100px 0 60px;
}

@media (max-width: 991.98px) {
  .contacts {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .contacts {
    padding: 30px 0 0;
  }
}

.contacts-list {
  list-style: none;
  padding-left: 90px;
  margin: 0;
}

.team-link {
  padding-left: 90px;
  margin-top: 77px;
}

.contacts-list .btn {
  margin-top: 34px;
}

.contacts-list .btn:hover {
  color: #2d2d2d;
}

.contacts-list li {
  margin-bottom: 45px;
  position: relative;
  padding-left: 80px;
}

.contacts-list li .contacts-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.contacts-list li p, .contacts-list li a {
  margin-bottom: 8px;
}

.contacts-list li a {
  color: #393939;
}

.contacts-map {
  padding-left: 90px;
  margin-bottom: 33px;
}

@media (max-width: 991.98px) {
  .contacts-map, .contacts-list,
  .team-link {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .main-navs.mod-list.leaders-btn {
    padding-left: 0;
  }
}

/** Workers page */
.workers {
  margin-top: 104px;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}

@media (min-width: 991.98px) {
  .workers {
    margin-top: 132px;
    padding-top: 119px;
    padding-bottom: 102px;
  }
}

.workers-card-thumb {
  position: relative;
  padding-bottom: 116%;
}

.workers-card-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.workers-card-body {
  padding: 47px 22px 41px;
  background-color: #ffffff;
}

.workers-card-title {
  line-height: 24px;
  color: #151515;
  margin-bottom: 12px;
}

.workers-card-descr {
  color: #151515;
  margin-bottom: 25px;
  line-height: 16px;
}

.workers-card-info {
  font-size: 16px;
}

.workers-card-info a {
  color: #151515;
}

.workers-card-info img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}

.workers-card-info.workers-card-phone img {
  width: 14px;
  height: 14px;
}

.workers-card-info.workers-card-email img {
  width: 15px;
  height: 11px;
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-row {
  padding: 38px 0;
}

@media (max-width: 991.98px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .footer-row {
    padding: 0 0 20px;
  }
}

.footer .main-nav__link {
  font-size: 12px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
}

@media (max-width: 991.98px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-logo img {
  max-width: 100%;
  width: 100%;
}

.footer-logo span {
  margin-left: 19px;
}

@media (max-width: 1200px) {
  .footer-logo span {
    display: none;
  }
}

.footer-copyright {
  padding: 18px 0 19px;
}

.footer-copyright p, .footer-copyright a {
  color: #f6f6f6;
  opacity: 0.5;
}

.footer-copyright__left {
  margin-right: 30px;
}

.footer-copyright__left a {
  text-decoration: underline;
  margin-left: 5px;
}

@media (max-width: 517px) {
  .footer-copyright__right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
}

.footer .top-link {
  margin-left: 82px;
  line-height: 1;
}

.footer .top-link img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media (max-width: 991.98px) {
  .footer .main-nav__link {
    font-size: 14px;
  }
}

.uForm__modal {
    width: 300px;
    height: max-content;
    max-height: 150px;

    padding: 30px;

    text-align: center;
    font-size: 23px;

    background: #fff;
    z-index: 1000;

    position: fixed;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    display: none;
}

.uForm__error-msg {
    display: none;
    color: red;
}

.uForm__overlay {
    width: 100vw;
    height: 100vw;

    background: rgba(0, 0, 0, .5);
    z-index: 100;

    position: fixed;
    top: 0;
    left: 0;

    display: none;
}

.uForm__preload {
    display: flex;
    display: none;
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/spin.gif') no-repeat;
    background-size: 70px;
    background-position: center center;
    margin: 0 auto;
    background-color: rgba(255, 255, 2555, .5);
    align-items: center;
    justify-content: center;
}

.uForm__extended {
    display: none;
}

#thanksModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.uform__modal {
  width: 550px;
  height: 300px;
  border-radius: 10px;
  padding: 55px 15px;
  text-align: center;
  background: #fff;
  z-index: 1000;
  position: fixed;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.form-wrapper {
  position: relative;
}

.modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/square-bg.png');
}

.modal-content {
  max-width: 640px;
  background-color: #fff;
  border: none;
  padding: 60px 30px;
  border-radius: 0;
  margin: 0 30px;
}

.modal-content .title {
  font-size: 28px;
  color: #393939;
}

.modal-content .text {
  font-size: 18px;
  color: #393939;
  line-height: 30px;
  max-width: 300px;
  margin: 0 auto;
}

.modal-image {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #FFDE00;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image img {
  width: 34px;
  height: 34px;
}

.close-modal {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -19px;
  right: -19px;
  border: none;
  background-image: url('../images/close-modal.png');
  background-size: cover;
  background-position: center center;
  border-radius: 39px;
  background-color: #070918;
  opacity: 0.7;
  cursor: pointer;
}

.infra-img-big {
  display: block;
  padding: 40px;
}

.infra-img-tablet,
.infra-img-small {
  display: none;
}

@media (max-width: 1024px) {
  .infra-img-big {
    display: none;
  }
  .infra-img-tablet {
    display: block;
  }
}

@media (max-width: 576px) {
  .infra-img-tablet {
    display: none;
  }
  .infra-img-small {
    display: block;
    padding: 10px 10px 0;
  }
}
