@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

@font-face {
    font-family: "flaticon";
    src: url("/design/font/flaticon.ttf") format("truetype"),
    url("/design/font/flaticon.woff") format("woff"),
    url("/design/font/flaticon.woff2") format("woff2"),
    url("/design/font/flaticon.eot#iefix") format("embedded-opentype"),
    url("/design/font/flaticon.svg#flaticon") format("svg");
    fon
}

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

.flaticon-left-arrow:before {
    content: "\f101";
}
.flaticon-down-arrow:before {
    content: "\f102";
}
.flaticon-facebook:before {
    content: "\f103";
}
.flaticon-vk:before {
    content: "\f104";
}
.flaticon-instagram:before {
    content: "\f105";
}
.flaticon-at:before {
    content: "\f106";
}
.flaticon-call:before {
    content: "\f107";
}
.flaticon-place-localizer:before {
    content: "\f108";
}
.flaticon-clock:before {
    content: "\f109";
}
.flaticon-mouse:before {
    content: "\f10a";
}
.flaticon-drag:before {
    content: "\f10b";
}
.flaticon-pay:before {
    content: "\f10c";
}
.flaticon-contract:before {
    content: "\f10d";
}
.flaticon-recruitment:before {
    content: "\f10e";
}
.flaticon-growth:before {
    content: "\f10f";
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    background-color: #f8fcfd;
}

a {
  color: #262626;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #000;
}
hr:not([size]) {
    height: 2px;
    background: #fed600;
}
.main ul {
  list-style: none;
  color: #666;
  padding-left: 1.5rem;
}

.main ul li::before {
  content: "\2022";
  color: #ffd700;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.btn {
  font-size: 18px;
  padding: 14px 40px;
  color: #000;
  text-align: center;
  border: 1px solid #ffd700;
  background-color: #ffd700;
  text-transform: none;
  border-radius: 0;
}
.btn:hover {
  color: #fff;
  background-color: transparent;
  border-radius: 25px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.title {
  font-size: 38px;
  font-weight: 400;
}
.text-big {
  font-size: 110%;
}
.text-center {
  text-align: center;
}
@media all and (max-width: 575px) {
  body {
    font-size: 16px;
  }
  .title {
    font-size: 24px;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  color: #fff;
  background-color: transparent;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.header .row {
  flex-wrap: nowrap;
  align-items: center;
}
.header .header-logo {
  width: 165px;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.header nav {
  width: calc(100% - 165px);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
@media (min-width: 1313px) and (max-width: 1419px) {
  .header nav {
    font-size: 18px;
  }
}
@media (min-width: 1215px) and (max-width: 1312px) {
  .header nav {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1214px) {
  .header nav {
    font-size: 14px;
  }
  .header nav .item {
    padding: 8px 0 !important;
  }
}
.header .header-logo img {
  height: 114px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.header.fixed-top {
  background-color: #fafafa;
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.header.fixed-top .header-logo {
  width: 95px;
}
.header.fixed-top nav {
  width: calc(100% - 95px);
}
.header.fixed-top .header-logo img {
  height: 65px;
  -webkit-filter: invert(53%) sepia(57%) saturate(413%) hue-rotate(4deg) brightness(90%) contrast(93%);
  filter: invert(53%) sepia(57%) saturate(413%) hue-rotate(4deg) brightness(90%) contrast(93%);
}
.header.fixed-top .menu li > a,
.header.fixed-top .menu li > a:before,
.header.fixed-top .menu li > a:after {
  color: #000;
}
.header a:focus,
.header a:active {
  outline: none !important;
}

.menu,
.submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.item {
  padding: 10px;
}
/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu li a {
  display: inline-block;
  padding: 5px 0;
  margin: 0 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.menu li a:before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
}
.header.fixed-top .menu li a:before {
  background: #000;
}
.menu li a:hover:before,
.menu > li.active > a:before {
  transform: scaleX(1);
}
.menu li.subitem a {
  padding: 10px 0;
  color: #000;
  margin: 0 20px;
}
.menu li.subitem a:before {
  background: #000;
}
.toggle {
  order: 1;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 26px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
       -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggle span:nth-child(1) {
  top: 0;
}

.toggle span:nth-child(2) {
  top: 9px;
}

.toggle span:nth-child(3) {
  top: 18px;
}

.toggle.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.toggle.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}

.toggle.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}
.active .item {
  display: block;
}
.submenu {
  display: none;
  font-size: 15px;
  text-align: left;
}
.submenu-active .submenu {
  display: block;
}
.has-submenu > a::after {
  display: inline-block;
  font-family: "flaticon";
  font-size: 12px;
  content: "\f102";
  padding-left: 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.has-submenu.submenu-active > a::after {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 10px;
}

@media all and (min-width: 768px) {
  .menu {
    justify-content: center;
  }
  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
}

@media all and (min-width: 992px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  .logo {
    order: 0;
  }
  .toggle {
    display: none;
  }
  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }
  .submenu-active .submenu {
    min-width: 320px;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    color: #000;
    background: #f5f5f5;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .submenu li:first-child {
    margin-top: 20px;
  }
  .submenu li:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-logo img,
  .header.fixed-top .header-logo img {
    height: 50px;
  }
  .menu {
    position: absolute;
    top: 90px;
    width: 100%;
    right: 0;
    background: #f5f5f5;
    color: #000;
    -webkit-transform: translateX(-130px);
    transform: translateY(-130px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .menu.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    max-height: 480px;
    overflow-y: auto;
  }
  .menu li a:before {
    background: #000;
  }
  .header.fixed-top .menu {
    top: 56px;
  }
  .menu li:first-child {
    padding-top: 10px;
  }
  .menu li a {
    color: #000;
  }
  .toggle {
    position: fixed;
    right: 15px;
    top: 26px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .header.fixed-top .toggle {
    top: 7px;
  }
  .header.fixed-top .toggle span {
    background: #997e40;
  }
  .item {
    text-align: left;
    padding: 5px 10px;
  }
}

.main-slider__item {
  position: relative;
}
.main-slider__img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
}
.main-slider__text {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase; 
  transform: translate(0, -50%);
}
.main-slider__text-small {
  font-size: 20px;
  text-transform: none;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .main-slider__text {
    left: 8%;
    width: 84%;
    font-size: 24px;
  }
  .main-slider__text-small {
    font-size: 16px;
  }
}

.footer {
  color: #fff;
  font-size: 12px;
  background: #333;
  padding: 35px 0;
  font-weight: 300;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer a {
  color: #fff;
  position: relative;
  text-decoration: none;
  line-height: 16px;
  padding: 5px 0;
  display: inline-block;
  overflow: hidden;
}
.footer a:before, .footer a:after {
  content: "";
  position: absolute;
  transition: transform 0.3s ease;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
}
.footer a:before {
  bottom: 0;
  transform: translateX(-100%);
}
.footer a:after {
  top: 0;
  transform: translateX(100%);
}
.footer a:hover:before, .footer a:hover:after {
  transform: translateX(0);
  opacity: 1;
}

.footer-title {
  font-size: 14px;
  font-weight: 500;
}
.footer-list__two {
  font-size: 14px;
  font-weight: 500;
}
.footer-list__two li:first-child,
.footer-list__two li:nth-child(2) {
  display: none;
}
.footer-info {
  font-size: 10px;
  text-align: right;
  line-height: 2;
}
.footer-social {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.footer-social i {
  font-size: 16px;
}
.footer-social a {
  border: 1px solid #fff;
  margin-left: 10px;
  display: inline-block;
  padding: 6px 7px;
  border-radius: 50%;
  line-height: 12px;
  background: transparent;
}
.footer-social a:hover {
  background: #fff;
  color: #000;
}
.footer-social a:hover i {

}
.footer-social a:before,
.footer-social a:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.page-image {
  position: relative;
  overflow-x: hidden;
}
.page-image__mouse {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  margin-left: -70px;
  -webkit-animation: slide-bottom 2.5s ease-in-out 2s infinite alternate both;
          animation: slide-bottom 2.5s ease-in-out 2s infinite alternate both;
}
.page-image__mouse i {
  font-size: 36px;
}
.page-image.second {
  background: url(/design/img/bg2.jpg) no-repeat top center;
  height: 300px;
}
.title-page {
  font-weight: 300;
  margin-top: 135px;
  position: relative;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-page:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background: #ffd700;
  -webkit-animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
    animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
}
.line {
  width: 215px;
  height: 8px;
  background: #ffd700;
  -webkit-animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
    animation: slide-out-right 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s reverse both;
}
.line-small {
  width: 155px;
  height: 4px;
  background: #ffd700;
  margin: 30px 0 35px 0;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}


.main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.question {
  min-height: 500px;
  background: #f8fcfd url(/design/img/feedback-bg.jpg) no-repeat left center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.question-text {
  font-weight: 300;
  margin-bottom: 40px;
}
.question .btn:hover {
  color: #000;
}
@media screen and (max-width: 1280px) {
  .question {
    background: #f8fcfd url(/design/img/feedback-bg.jpg) no-repeat -100px 100%;
  }
}

#yamap {
  position: relative;
  min-height: 450px;
}
.yamap-block {
  z-index: 5;
  font-size: 18px;
  position: absolute;
  top: 30px;
  left: 35px;
  width: 400px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.yamap-block i {
  font-size: 22px;
}

.partners [class*='col-'] {
  display: flex;
  margin-bottom: 20px;
}
.partner {
  font-size: 14px;
  text-align: center;
  background: #fff;
  padding: 15px;
  margin: 5px;
  box-shadow: 0 0 4px rgb(0, 0, 0, .08), 0 4px 4px rgb(0, 0, 0, .05);
  transition: box-shadow .3s;
}
.partner:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0, .18)
}
.partner img {
  height: 100%;
  max-height: 108px;
  max-width: 100%;
  width: auto;
  margin: 0 auto 10px 0;
}

@media screen and (max-width: 575px) {
  .line-small {
    margin: 24px 0;
  }
  .question {
    min-height: auto;
    background-image: none;
  }
  .page-image.second {
    height: 240px;
  }
  .title-page {
    margin-top: 105px;
    font-size: 26px;
  }
  .title-page::before {
    height: 2px;
  }
  #yamap {
    min-height: 250px;
  }
  .yamap-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    margin-bottom: 25px;
  }
  .partner {
    margin: 0;
    font-size: 13px;
  }
  .partner img {
    height: auto;
  }
}

.vacancies {
  margin-bottom: 50px;
  margin-top: 40px;
  font-size: 14px;
}
.vacancies i {
    display: grid;
    margin-bottom: 15px;
    font-size: 100px;
    color: #b89741;
}
@media (max-width: 575px) {
  .sert-item {
    font-size: 14px;
  }
}