@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
.animate-box {
  opacity: 0; }

.animated.flipInX,
.animated.flipInY,
.animated.tada,
.animated.pulse {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  opacity: 1; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.loadingContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  opacity: 1;
  transition: 3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh; }

.loadingContainer .img-loader .logo {
  width: 164px;
  height: 125px;
  background: url("../images/logo.svg") center center/cover no-repeat;
  -webkit-animation: loader9 2s linear infinite;
  animation: loader9 2s linear infinite; }

@keyframes loader9 {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0; }
  50% {
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0; } }

@-webkit-keyframes loader9 {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0; }
  50% {
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0; } }

.container {
  max-width: 1280px; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

html {
  overflow-x: hidden;
  width: 100%; }
  html body {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
    color: white;
    background: #272727; }

.vacancy-item {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 32px; }
  .vacancy-item .title {
    font-size: 20px;
    line-height: 30px; }
  .vacancy-item .info {
    font-size: 16px;
    line-height: 24px;
    color: #8896ab;
    margin-top: 12px;
    max-width: 60%; }

.formContainer {
  font-family: "Montserrat", sans-serif; }
  .formContainer .title {
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    margin-bottom: 20px;
    color: #eba900; }
    .formContainer .title span {
      color: white; }
  .formContainer .info {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px; }
  .formContainer form .inputContainer {
    margin-bottom: 20px;
    position: relative; }
    .formContainer form .inputContainer input, .formContainer form .inputContainer textarea {
      background: transparent;
      padding: 13px 20px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
      .formContainer form .inputContainer input:focus, .formContainer form .inputContainer textarea:focus {
        box-shadow: none; }
    .formContainer form .inputContainer input {
      height: 50px; }
    .formContainer form .inputContainer ::-webkit-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #828282; }
    .formContainer form .inputContainer :-moz-placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #828282; }
    .formContainer form .inputContainer ::-moz-placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #828282; }
    .formContainer form .inputContainer :-ms-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #828282; }
    .formContainer form .inputContainer input:valid + .placeholder {
      display: none; }
    .formContainer form .inputContainer .placeholder {
      position: absolute;
      pointer-events: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: #828282;
      background-color: transparent;
      opacity: 1; }
    .formContainer form .inputContainer .placeholder span {
      color: red;
      padding-left: 5px; }
  .formContainer form .btnSend {
    margin-top: 12px;
    width: 100%;
    padding: 15px;
    height: 50px;
    background: #eba900;
    border-color: #eba900;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-transform: uppercase; }
    .formContainer form .btnSend:focus-visible {
      box-shadow: none; }

.modal {
  backdrop-filter: blur(4px); }
  .modal .modal-dialog .modal-content {
    background: rgba(255, 255, 255, 0.8); }
  .modal .close {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 40px;
    width: 26px;
    height: 26px;
    background: url("../images/icons/close.svg") right center/26px no-repeat;
    color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer; }
  .modal .formContainer .title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 48px; }
    .modal .formContainer .title span {
      color: #262626; }
  .modal .formContainer form .inputContainer input {
    border: 1px solid #979797; }
    .modal .formContainer form .inputContainer input:focus {
      border: 1px solid #eba900; }
  .modal .formContainer form .uploadContainer {
    border: 1px solid #979797;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
    height: 143px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #272727;
    cursor: pointer; }
    .modal .formContainer form .uploadContainer .uploadIcon {
      width: 32px;
      height: 32px;
      background: url("../images/icons/upload.svg") center center/cover no-repeat;
      margin-bottom: 22px; }
  .modal .successBody .successIcon {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url("../images/icons/tick.svg") center center/73px 73px rgba(235, 169, 0, 0.08) no-repeat;
    margin-bottom: 27px; }
  .modal .successBody .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 8px;
    color: #262626; }
  .modal .successBody .info {
    color: #979797;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px; }

.statistics {
  margin-top: 168px;
  font-family: "Montserrat", sans-serif; }
  .statistics .count {
    margin-bottom: 8px;
    color: #eba900;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    width: 170px; }
  .statistics .item {
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500; }

.more {
  background: url("../images/icons/more.svg") right center/24px no-repeat;
  padding-right: 32px;
  color: #eba900;
  font-size: 16px;
  line-height: 24px; }
  .more:hover {
    color: #eba900; }

._forResponsive {
  display: none; }

.navbar-toggler {
  width: 56px;
  height: 40px;
  background: url("../images/icons/navbar.svg") center center/28px 28px #eba900 no-repeat; }
  .navbar-toggler span {
    display: none; }
  .navbar-toggler:focus {
    box-shadow: none; }

.header {
  display: flex;
  align-items: center;
  padding: 42px 0; }
  .header .headerInner {
    background: rgba(255, 255, 255, 0.2);
    width: calc(100% - 120px);
    padding: 0px 60px;
    height: 73px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px; }
    .header .headerInner .mainMenu {
      transition: all .7s; }
      .header .headerInner .mainMenu .nav-item {
        margin: 0 8px 0 0; }
        .header .headerInner .mainMenu .nav-item .nav-link {
          padding: 10px 18px;
          font-size: 14px;
          font-weight: bold;
          line-height: 24px;
          color: white;
          background: transparent;
          border-radius: 20px;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px; }
          .header .headerInner .mainMenu .nav-item .nav-link.active, .header .headerInner .mainMenu .nav-item .nav-link:hover {
            color: #eba900;
            background: rgba(38, 38, 38, 0.62); }
    .header .headerInner .languageContainer {
      width: 54px; }
      .header .headerInner .languageContainer .dropdown-toggle {
        cursor: pointer; }
      .header .headerInner .languageContainer img {
        width: 34px;
        height: 24px;
        object-fit: cover; }
      .header .headerInner .languageContainer ul {
        min-width: unset;
        background: #272727;
        padding: 12px 12px 1px;
        border: 1px solid #fff;
        margin-top: 10px; }
        .header .headerInner .languageContainer ul li .dropdown-item {
          padding: 0 0 14px;
          cursor: pointer; }
          .header .headerInner .languageContainer ul li .dropdown-item.active, .header .headerInner .languageContainer ul li .dropdown-item:hover {
            background: transparent; }
          .header .headerInner .languageContainer ul li .dropdown-item img {
            width: 25px;
            height: 17px; }
    .header .headerInner .navbar-toggler {
      width: 32px;
      height: 32px;
      border: 1px solid #eba900;
      padding: 0;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
      .header .headerInner .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: 22px 12px;
        background-image: url("../images/icons/toggler-gold.svg"); }
      .header .headerInner .navbar-toggler:focus {
        box-shadow: none; }
  .header .logoContainer {
    width: 164px;
    height: 125px;
    overflow: hidden; }
    .header .logoContainer img {
      width: 164px;
      height: 125px;
      object-fit: cover; }
  .header.headerMain {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12; 
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 50%)), linear-gradient(to bottom, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0)); }
    .header.headerMain .headerInner {
      padding: 0;
      background: transparent; }
      .header.headerMain .headerInner .mainMenu .nav-item .nav-link.active, .header.headerMain .headerInner .mainMenu .nav-item .nav-link:hover {
        background: transparent; }

.logoFixed {
  background-image: url("../images/bg/logo.png");
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 948px;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.7; }

.section .sectionHeader {
  padding-bottom: 64px; }
  .section .sectionHeader .square {
    width: 30px;
    height: 25px;
    background: rgba(235, 169, 0, 0.3);
    margin-right: 16px; }
  .section .sectionHeader .mainSubTitle {
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 26px;
    color: #eba900;
    padding-bottom: 16px;
    text-transform: uppercase; }
  .section .sectionHeader .mainTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: white; }

.section.sectionBrands {
  padding: 94px 0 88px;
  background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
  background-position: -20px 70px, 100% 370px;
  background-size: 342px, 300px;
  background-repeat: no-repeat, no-repeat; }
  .section.sectionBrands .brandsMain {
    padding: 105px 21px 98px 62px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url("../images/bg/img-3.png") right center/contain #1c1c1c no-repeat; }
    .section.sectionBrands .brandsMain .slogan {
      font-weight: 700;
      font-size: 40px;
      line-height: 52px; }
      .section.sectionBrands .brandsMain .slogan span {
        color: #eba900; }
    .section.sectionBrands .brandsMain .info {
      color: rgba(255, 255, 255, 0.4);
      max-width: 700px;
      font-size: 18px;
      line-height: 27px; }
  .section.sectionBrands .ourBrands {
    padding-top: 93px; }
    .section.sectionBrands .ourBrands .title {
      font-weight: 700;
      font-size: 45px;
      line-height: 56px;
      color: #eba900; }
    .section.sectionBrands .ourBrands .brands-item {
      margin-top: 60px; }
      .section.sectionBrands .ourBrands .brands-item .imgContainer {
        border: 1px solid white;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        overflow: hidden; }
        .section.sectionBrands .ourBrands .brands-item .imgContainer img {
          width: 100%;
          height: 189px;
          object-fit: cover; }
      .section.sectionBrands .ourBrands .brands-item p {
        margin-top: 16px;
        font-size: 18px;
        line-height: 22px; }

.section.sectionCareer {
  padding: 94px 0 200px;
  background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
  background-position: -20px 70px, 100% 370px;
  background-size: 342px, 300px;
  background-repeat: no-repeat, no-repeat; }
  .section.sectionCareer .activeVacancy {
    color: rgba(255, 255, 255, 0.4);
    background: #1c1c1c;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid white;
    padding: 40px; }
    .section.sectionCareer .activeVacancy .head {
      margin-bottom: 40px; }
      .section.sectionCareer .activeVacancy .head .title {
        font-size: 33px;
        line-height: 49px;
        margin-bottom: 16px;
        color: #eba900; }
      .section.sectionCareer .activeVacancy .head .tags span {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #1a1a1a;
        padding: 6px 14px;
        border-radius: 68px;
        -moz-border-radius: 68px;
        -webkit-border-radius: 68px;
        margin-right: 8px; }
    .section.sectionCareer .activeVacancy .body .title {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 16px;
      color: white; }
    .section.sectionCareer .activeVacancy .body .info {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 40px; }
    .section.sectionCareer .activeVacancy .body .list-group {
      margin-bottom: 26px; }
      .section.sectionCareer .activeVacancy .body .list-group .list-group-item {
        font-size: 16px;
        line-height: 24px;
        border: none;
        margin-bottom: 14px;
        padding: 0 0 0 28px;
        color: rgba(255, 255, 255, 0.4);
        background: url("../images/icons/work.svg") left center/20px no-repeat; }
        
 
 .section.sectionCareer .activeVacancy .body .listVacancy ul {
        padding-left:0px;
        margin-bottom: 26px;}        
        
.section.sectionCareer .activeVacancy .body .listVacancy ul li{
        list-style: none;
        font-size: 16px;
        line-height: 24px;
        border: none;
        margin-bottom: 14px;
        padding: 0 0 0 28px;
        color: rgba(255, 255, 255, 0.4);
        background: url("../images/icons/work.svg") left center/20px no-repeat; }        
        
        
    .section.sectionCareer .activeVacancy .body .btnApply {
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #1c1c1c;
      width: 119px;
      height: 45px;
      background: #eba900;
      border-color: transparent;
      border-radius: 82px;
      -moz-border-radius: 82px;
      -webkit-border-radius: 82px; }
  .section.sectionCareer .otherVacancies .mainTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 36px;
    color: #eba900; }

.section.sectionMore {
  background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
  background-position: -20px 70px, 100% 370px;
  background-size: 342px, 300px;
  background-repeat: no-repeat, no-repeat;
  padding: 55px 0 130px; }
  .section.sectionMore .mainPart {
    padding: 40px;
    background: #1c1c1c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative; }
    .section.sectionMore .mainPart .infoContainer {
      position: absolute;
      top: 40px;
      left: 40px;
      padding: 60px;
      z-index: 1;
      border-bottom-right-radius: 60px;
      max-width: 658px;
      background: #1c1c1c; }
      .section.sectionMore .mainPart .infoContainer .subTitle {
        font-size: 18px;
        line-height: 27px; }
      .section.sectionMore .mainPart .infoContainer .title {
        margin-bottom: 20px;
        font-size: 48px;
        line-height: 62px;
        font-weight: 600; }
        .section.sectionMore .mainPart .infoContainer .title span {
          color: #eba900; }
    .section.sectionMore .mainPart .imgContainer {
      width: 715px;
      max-width: 715px;
      height: 568px;
      border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      overflow: hidden; }
      .section.sectionMore .mainPart .imgContainer img {
        width: 715px;
        max-width: 715px;
        height: 568px;
        object-fit: cover; }
  .section.sectionMore .ourValues {
    margin-top: 93px;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 24px; }
    .section.sectionMore .ourValues .mainTitle {
      font-weight: 500;
      font-size: 38px;
      line-height: 57px;
      color: white; }
      .section.sectionMore .ourValues .mainTitle span {
        color: #eba900; }
    .section.sectionMore .ourValues .info {
      max-width: 90%; }
    .section.sectionMore .ourValues .value-item {
      margin-top: 60px;
      padding-left: 24px;
      border-left: 1px solid #eba900;
      cursor: pointer; }
      .section.sectionMore .ourValues .value-item .title {
        font-size: 40px;
        line-height: 60px;
        font-weight: 500;
        color: #4c4c4d;
        margin-bottom: 20px; }
        .section.sectionMore .ourValues .value-item .title.active, .section.sectionMore .ourValues .value-item .title:hover {
          color: #eba900; }
  .section.sectionMore .joinUs {
    margin-top: 138px; }
    .section.sectionMore .joinUs .mainTitle {
      font-weight: 700;
      font-size: 45px;
      line-height: 56px;
      color: #eba900;
      margin-bottom: 72px; }
    .section.sectionMore .joinUs .vacancy-item {
      width: calc(50% - 37px); }
  .section.sectionMore .ourMission {
    font-family: "Lexend", sans-serif;
    margin-top: 179px;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 24px;
    background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
    background-position: -20px 70px, 100% 370px;
    background-size: 342px, 300px;
    background-repeat: no-repeat, no-repeat; }
    .section.sectionMore .ourMission .mainTitle {
      font-weight: 600;
      font-size: 38px;
      line-height: 57px;
      color: #eba900; }
    .section.sectionMore .ourMission .info {
      max-width: 80%;
      margin-bottom: 60px; }
    .section.sectionMore .ourMission .item .imgContainer {
      padding: 60px 60px 0;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      background: linear-gradient(267.5deg, #1C1C1C 40.67%, rgba(28, 28, 28, 0) 99.81%), linear-gradient(106.06deg, rgba(202, 255, 51, 0.05) -29.45%, rgba(202, 255, 51, 0) 27.86%);
      width: 530px;
      max-height: 500px; }
      .section.sectionMore .ourMission .item .imgContainer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px; }
    .section.sectionMore .ourMission .item .infoContainer {
      width: calc(100% - 530px); }
      .section.sectionMore .ourMission .item .infoContainer .title {
        font-weight: 500;
        font-size: 32px;
        line-height: 48px;
        color: white;
        margin-bottom: 10px; }
      .section.sectionMore .ourMission .item .infoContainer .info {
        font-weight: 300;
        max-width: unset; }
    .section.sectionMore .ourMission .item.itemLeft .infoContainer {
      padding-left: 40px;
      border-left: 1px solid #eba900; }
    .section.sectionMore .ourMission .item.itemRight {
      margin-top: -64px; }
      .section.sectionMore .ourMission .item.itemRight .infoContainer {
        padding-right: 40px;
        border-right: 1px solid #eba900; }

.section.sectionAbout {
  padding: 55px 0 238px; }

.section.sectionContact {
  padding: 105px 0 90px;
  background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
  background-position: -20px 70px, 100% 370px;
  background-size: 342px, 300px;
  background-repeat: no-repeat, no-repeat; }
  .section.sectionContact .selectBranch .dropdown {
    font-size: 21px;
    line-height: 31px;
    color: #fff; }
  .section.sectionContact .selectBranch .dropdownBtn {
    width: 873px;
    height: 73px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-bottom: 46px;
    padding: 22px 50px;
    border-color: transparent;
    cursor: pointer;
    background: url("../images/icons/selectDown.svg") calc(100% - 30px) center/20px 13px rgba(255, 255, 255, 0.2) no-repeat;
    text-align: left; }
  .section.sectionContact .selectBranch .dropdown-menu {
    background: #303030;
    width: 300px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    .section.sectionContact .selectBranch .dropdown-menu .dropdown-item {
      padding: 10px 30px;
      color: #fff; }
      .section.sectionContact .selectBranch .dropdown-menu .dropdown-item:hover, .section.sectionContact .selectBranch .dropdown-menu .dropdown-item.active {
        background: inherit;
        color: #eba900; }
  .section.sectionContact .mainContact {
    padding-bottom: 150px; }
    .section.sectionContact .mainContact .contactInfo {
      width: 560px;
      background: #1c1c1c;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      padding: 46px 40px 129px; }
      .section.sectionContact .mainContact .contactInfo .head {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 63px; }
        .section.sectionContact .mainContact .contactInfo .head .title {
          font-weight: 400;
          font-size: 28px;
          line-height: 42px;
          color: white; }
          .section.sectionContact .mainContact .contactInfo .head .title span {
            font-weight: 600;
            color: #eba900;
            line-height: 32px; }
      .section.sectionContact .mainContact .contactInfo .body .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
        color: white; }
      .section.sectionContact .mainContact .contactInfo .body .info {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px; }
      .section.sectionContact .mainContact .contactInfo .body .list-group {
        margin-bottom: 26px; }
        .section.sectionContact .mainContact .contactInfo .body .list-group .list-group-item {
          font-weight: 400;
          font-size: 18px;
          line-height: 27px;
          border: none;
          margin-bottom: 29px;
          padding: 0;
          background: transparent;
          color: white; }
          .section.sectionContact .mainContact .contactInfo .body .list-group .list-group-item .property {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            width: 152px; }
            .section.sectionContact .mainContact .contactInfo .body .list-group .list-group-item .property.address {
              background: url("../images/icons/map.svg") left center/25px no-repeat;
              padding-left: 37px; }
            .section.sectionContact .mainContact .contactInfo .body .list-group .list-group-item .property.phone {
              background: url("../images/icons/phone.svg") left center/25px no-repeat;
              padding-left: 37px; }
            .section.sectionContact .mainContact .contactInfo .body .list-group .list-group-item .property.clock {
              background: url("../images/icons/clock.svg") left center/24px no-repeat;
              padding-left: 45px;
              font-weight: 400;
              font-size: 18px;
              line-height: 27px;
              width: 180px; }
            .section.sectionContact .mainContact .contactInfo .body .list-group .list-group-item .property.clockV2 {
              background: none;
              padding-left: 45px;
              font-weight: 400;
              font-size: 18px;
              line-height: 27px;
              width: 180px; }
      .section.sectionContact .mainContact .contactInfo .body .workingHours {
        margin-top: 33px; }
        .section.sectionContact .mainContact .contactInfo .body .workingHours .title {
          font-weight: 600;
          font-size: 28px;
          line-height: 42px;
          margin-bottom: 38px; }
        .section.sectionContact .mainContact .contactInfo .body .workingHours .list-group .list-group-item {
          margin-bottom: 19px; }
    .section.sectionContact .mainContact .mapContainer {
      width: calc(100% - 609px);
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.2); }
  .section.sectionContact .applyUs {
    background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
    background-position: -20px 70px, 100% 370px;
    background-size: 342px, 300px;
    background-repeat: no-repeat, no-repeat;
    background-color: #303030;
    padding-top: 97px;
    padding-bottom: 75px; }
    .section.sectionContact .applyUs .formContainer {
      width: 577px;
      margin: 0 auto; }
      .section.sectionContact .applyUs .formContainer input, .section.sectionContact .applyUs .formContainer textarea {
        color: #fff; }

.section.sectionMain .mainSliderContainer {
  height: 100vh;
  position: relative; }
  .section.sectionMain .mainSliderContainer .slide-progress {
    width: 0;
    max-width: 100%;
    height: 3px;
    background: #eba900;
    position: absolute;
    top: 0;
    z-index: 3; }
  .section.sectionMain .mainSliderContainer .itemSlider img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .section.sectionMain .mainSliderContainer .itemSlider .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1; }
    .section.sectionMain .mainSliderContainer .itemSlider .shadow .innerShadow .sliderContent {
      max-width: 70%; }
      .section.sectionMain .mainSliderContainer .itemSlider .shadow .innerShadow .sliderContent .text1 {
        font-weight: 900;
        font-size: 58px;
        line-height: 72px;
        letter-spacing: 0.03em;
        color: #FFFFFF; }
        .section.sectionMain .mainSliderContainer .itemSlider .shadow .innerShadow .sliderContent .text1 span {
          color: #eba900; }
      .section.sectionMain .mainSliderContainer .itemSlider .shadow .innerShadow .sliderContent .text2 {
        padding-top: 16px;
        font-weight: 500;
        font-size: 20px;
        line-height: 40px;
        color: rgba(255, 255, 255, 0.85); }
  .section.sectionMain .mainSliderContainer .scrollDown {
    position: absolute;
    bottom: 110px;
    right: 40px;
    z-index: 2;
    cursor: pointer;
    animation: bounce 3s infinite;
    font-size: 12px;
    line-height: 14px;
    color: #eba900; }
    .section.sectionMain .mainSliderContainer .scrollDown .scrollDownInner {
      transform: rotate(90deg); }
      .section.sectionMain .mainSliderContainer .scrollDown .scrollDownInner .text {
        padding-right: 15px; }
      .section.sectionMain .mainSliderContainer .scrollDown .scrollDownInner .arrow {
        width: 16px;
        height: 16px;
        transform: rotate(270deg);
        background: url("../images/icons/down.svg") right center/16px no-repeat; }
  .section.sectionMain .mainSliderContainer .owl-dots-main {
    position: absolute;
    bottom: 80px;
    left: 17px;
    z-index: 2;
    cursor: pointer;
    transform: rotate(90deg); }
    .section.sectionMain .mainSliderContainer .owl-dots-main .owl-dot {
      width: 15px;
      height: 3px;
      background: rgba(255, 255, 255, 0.2);
      margin-right: 8px;
      border: none;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
      .section.sectionMain .mainSliderContainer .owl-dots-main .owl-dot.active {
        width: 39px;
        background: #eba900; }
  .section.sectionMain .mainSliderContainer .messageContainer {
    position: fixed;
    bottom: 80px;
    right: 210px;
    z-index: 10;
    cursor: pointer; }
    .section.sectionMain .mainSliderContainer .messageContainer .circle {
      display: block;
      width: 69px;
      height: 69px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #eba900;
      z-index: -1;
      position: absolute;
      bottom: 0;
      right: 0; }
      .section.sectionMain .mainSliderContainer .messageContainer .circle.delay1 {
        animation: waves 2.5s infinite;
        animation-delay: .1s; }
      .section.sectionMain .mainSliderContainer .messageContainer .circle.delay2 {
        animation: waves 2.5s infinite;
        animation-delay: .7s; }
      .section.sectionMain .mainSliderContainer .messageContainer .circle.delay3 {
        animation: waves 2.5s infinite;
        animation-delay: 1.3s; }
    .section.sectionMain .mainSliderContainer .messageContainer .messageBox {
      width: 69px;
      height: 69px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: url("../images/icons/envelope.svg") center center/30px #eba900 no-repeat; }
    .section.sectionMain .mainSliderContainer .messageContainer .formContainer {
      position: relative;
      width: 379px;
      height: auto;
      background: #d9d9d9;
      border-radius: 12px;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px;
      padding: 33px 27px 22px;
      transition: all 0s ease; }
      .section.sectionMain .mainSliderContainer .messageContainer .formContainer .title {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 32px; }
        .section.sectionMain .mainSliderContainer .messageContainer .formContainer .title span {
          color: #1c1c1c; }
      .section.sectionMain .mainSliderContainer .messageContainer .formContainer input, .section.sectionMain .mainSliderContainer .messageContainer .formContainer textarea {
        margin-bottom: 16px;
        border: 1px solid #979797; }
        .section.sectionMain .mainSliderContainer .messageContainer .formContainer input:focus, .section.sectionMain .mainSliderContainer .messageContainer .formContainer textarea:focus {
          border-color: #eba900; }
      .section.sectionMain .mainSliderContainer .messageContainer .formContainer .btnSend {
        margin-top: 0; }
        .section.sectionMain .mainSliderContainer .messageContainer .formContainer .btnSend:hover {
          background: #eba900;
          border-color: #eba900; }
      .section.sectionMain .mainSliderContainer .messageContainer .formContainer .close {
        position: absolute;
        z-index: 9;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        background: url("../images/icons/close.svg") right center/15px no-repeat;
        cursor: pointer; }

.section.sectionMain .aboutMain {
  padding: 155px 10px;
  background: #303030; }
  .section.sectionMain .aboutMain .infoPart {
    width: 548px; }
    .section.sectionMain .aboutMain .infoPart .companyInfo {
      font-size: 18px;
      line-height: 40px;
      margin-bottom: 32px; }
  .section.sectionMain .aboutMain .imgPart {
    position: relative;
    width: calc(100% - 655px); }
    .section.sectionMain .aboutMain .imgPart .circle {
      display: block;
      width: 490px;
      height: 490px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 0; }
    .section.sectionMain .aboutMain .imgPart .delay1 {
      animation: waves 2.5s ease-in;
      animation-delay: .1s;
      animation-iteration-count: 1;
      transform: scale(1.6);
      opacity: 0.3; }
    .section.sectionMain .aboutMain .imgPart .delay2 {
      animation: waves 2.5s ease-in;
      animation-delay: .7s;
      animation-iteration-count: 1;
      transform: scale(1.4);
      opacity: 0.5; }
    .section.sectionMain .aboutMain .imgPart .delay3 {
      animation: waves 2.5s ease-in;
      animation-delay: 1.3s;
      animation-iteration-count: 1;
      transform: scale(1.2);
      opacity: 0.7; }
    .section.sectionMain .aboutMain .imgPart .imgContainer {
      width: 490px;
      height: 490px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      overflow: hidden; }
      .section.sectionMain .aboutMain .imgPart .imgContainer img {
        width: 490px;
        height: 490px;
        object-fit: cover; }

.section.sectionMain .statistics {
  margin-top: 110px;
  margin-bottom: 110px; }

.section.sectionMain .ourPartners {
  padding: 117px 0; }
  .section.sectionMain .ourPartners .mainTitle {
    line-height: 43px; }
  .section.sectionMain .ourPartners .partnerItems .item {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid white;
    margin-bottom: 16px;
    height: 123px;
    width: calc(25% - 12px);
    cursor: pointer;
    overflow: hidden; }

.section.sectionMain .careersMain {
  padding: 54px 0 85px; }
  .section.sectionMain .careersMain .mainTitle {
    line-height: 43px; }
  .section.sectionMain .careersMain .joinUs .vacancy-item {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color: transparent; }

footer {
  position: relative;
  font-family: "DM Sans", sans-serif;
  background-image: url("../images/bg/img-1.png"), url("../images/bg/img-2.png");
  background-position: -38px 275px, 100% 0px;
  background-size: 342px, 300px;
  background-repeat: no-repeat, no-repeat;
  background-color: #303030; }
  footer .container {
    max-width: 1133px; }
  footer .topPart {
    padding: 36px 0; }
    footer .topPart p {
      margin-bottom: 0;
      padding-right: 36px;
      font-size: 22px;
      line-height: 28px; }
    footer .topPart .btnMessage {
      font-weight: 700;
      font-size: 17px;
      line-height: 22px;
      color: white;
      width: 175px;
      height: 50px;
      background: #eba900;
      border-color: transparent;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
    footer .topPart .flexTop {
      justify-content: flex-end; }
  footer .mainPart {
    padding: 53px 0 115px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    footer .mainPart .flexMain {
      justify-content: space-between; }
    footer .mainPart .logoContainer {
      width: 164px;
      height: 125px; }
      footer .mainPart .logoContainer img {
        width: 164px;
        height: 125px;
        object-fit: cover; }
    footer .mainPart .list-group-item {
      background: transparent;
      border: none;
      font-weight: 400; }
    footer .mainPart .subscription {
      width: 289px; }
      footer .mainPart .subscription p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px; }
      footer .mainPart .subscription input {
        padding: 22px 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 51px;
        background: transparent;
        color: rgba(255, 255, 255, 0.7);
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0; }
        footer .mainPart .subscription input:focus {
          box-shadow: none; }
        footer .mainPart .subscription input:focus {
          box-shadow: none; }
      footer .mainPart .subscription ::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px; }
      footer .mainPart .subscription :-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px; }
      footer .mainPart .subscription ::-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px; }
      footer .mainPart .subscription :-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px; }
      footer .mainPart .subscription .btnSend {
        width: 50px;
        height: 50px;
        background: url("../images/icons/arrow-right.svg") center center/20px #eba900 no-repeat;
        border-color: transparent;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px; }
    footer .mainPart .footerMenu {
      width: calc(100% - 600px); }
      footer .mainPart .footerMenu .list-group-item {
        font-size: 15px;
        line-height: 19px;
        padding: 0 0 2px;
        margin: 0 0 20px 0; }
        footer .mainPart .footerMenu .list-group-item a {
          color: white; }
        footer .mainPart .footerMenu .list-group-item:last-child {
          padding-bottom: 0; }
        footer .mainPart .footerMenu .list-group-item.active a, footer .mainPart .footerMenu .list-group-item:hover a {
          color: #eba900; }
  footer .copyrightContainer {
    padding: 27px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    footer .copyrightContainer .flexCopyright {
      justify-content: space-between; }
      footer .copyrightContainer .flexCopyright span {
        color: #eba900; }
      footer .copyrightContainer .flexCopyright a {
        cursor: pointer;
        color: #eba900; }
