@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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, -16px, 0);
    transform: translate3d(0, -16px, 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, -16px, 0);
    transform: translate3d(0, -16px, 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: 190px;
  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: calc(100% - 52px); }

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

.callUs {
  margin-right: 30px; }
  .callUs a {
    color: #28618F;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }

.redirectContainer {
  position: relative;
  background: #0e403b;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  padding: 5px 56px 5px 16px;
  height: 44px;
  transition: all .3s; }
  .redirectContainer .iconContainer {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url("../images/icons/arrow-right.svg") center center/16px #dbb178 no-repeat; }
  .redirectContainer:hover {
    padding: 5px 56px 5px 25px; }

html {
  overflow-x: hidden;
  width: 100%; }
  html body {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh; }

.btnRedirectContainer {
  position: absolute;
  top: 53px;
  left: 36px;
  z-index: 2; }
  .btnRedirectContainer .btnRedirect {
    width: 36px;
    height: 36px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .btnRedirectContainer .btnRedirect.close {
      background: url("../images/icons/close.svg") center center/16px #fff no-repeat; }
    .btnRedirectContainer .btnRedirect.back {
      background: url("../images/icons/chevron-left.svg") center center/16px #fff no-repeat; }

.btnSend {
  width: 100%;
  padding: 13px 20px;
  height: 52px;
  background: #051f1e;
  border-color: #051f1e;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500; }
  .btnSend:focus-visible {
    box-shadow: none; }
  .btnSend:focus, .btnSend:active {
    background: #051f1e; }
  .btnSend.V2 {
    width: max-content;
    background: #0e403b;
    border-color: #0e403b; }
    .btnSend.V2:focus, .btnSend.V2:active {
      background: #0e403b; }

form .multiRow2 .inputContainer {
  width: calc(50% - 8px); }

form .multiRow3 .inputContainer {
  width: calc((100% - 32px) / 3); }

form .inputContainer {
  margin-bottom: 16px;
  position: relative; }
  form .inputContainer label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #051f1e;
    padding-bottom: 8px; }
    form .inputContainer label span {
      color: red;
      padding-left: 5px; }
  form .inputContainer input, form .inputContainer textarea, form .inputContainer select {
    background: transparent;
    border: 1px solid rgba(5, 31, 30, 0.25);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #051f1e;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    form .inputContainer input:focus, form .inputContainer textarea:focus, form .inputContainer select:focus {
      box-shadow: none;
      background: transparent;
      border: 1px solid rgba(5, 31, 30, 0.25); }
  form .inputContainer input, form .inputContainer select {
    height: 42px; }
  form .inputContainer .form-check-input[type=checkbox] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid rgba(5, 31, 30, 0.25); }
    form .inputContainer .form-check-input[type=checkbox]:checked {
      background-color: #051f1e; }
  form .inputContainer .form-check input {
    height: 14px; }
  form .inputContainer .form-check label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #051f1e;
    padding-top: 2px; }
  form .inputContainer ::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(5, 31, 30, 0.5); }
  form .inputContainer :-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(5, 31, 30, 0.5); }
  form .inputContainer ::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(5, 31, 30, 0.5); }
  form .inputContainer :-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(5, 31, 30, 0.5); }
  form .inputContainer input:valid + .placeholder {
    display: none; }
  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-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(5, 31, 30, 0.5);
    background-color: transparent;
    opacity: 1; }
  form .inputContainer .placeholder span {
    color: red;
    padding-left: 5px; }
  form .inputContainer .uploadBtn {
    padding: 11px 18px 11px 42px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #c7cdd0;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: url("../images/icons/paperclip.svg") 17px center/14px no-repeat;
    margin-left: 16px;
    cursor: pointer; }

form .question a {
  color: #28618f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }

form .btnSend {
  margin-top: 32px; }

._forResponsive {
  display: none; }

.navbar-toggler {
  width: 30px;
  height: 30px;
  border: none;
  transition: all .5s;
  background: url("../images/icons/close_2.svg") center center/18px 18px no-repeat; }
  .navbar-toggler span {
    display: none; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler.collapsed {
    transition: all .5s;
    background: url("../images/icons/collapse.svg") center center/22px 15px no-repeat; }

.header {
  display: flex;
  align-items: center;
  padding: 16px 0; }
  .header .headerInner {
    padding-left: 48px; }
    .header .headerInner .mainMenu {
      transition: all .7s; }
      .header .headerInner .mainMenu .nav-item {
        margin: 0; }
        .header .headerInner .mainMenu .nav-item .nav-link {
          padding: 10px 20px;
          color: #051F1E;
          font-size: 14px;
          line-height: 20px;
          font-weight: 500; }
    .header .headerInner .navbar-toggler {
      width: 32px;
      height: 32px;
      border: 1px solid #dbb178;
      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 {
    overflow: hidden; }
    .header .logoContainer img {
      object-fit: cover; }
  .header .headerRight {
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
  .header .user {
    width: 16px;
    height: 18px;
    background: url("../images/icons/user.svg") center center/cover no-repeat; }
  .header.V2 {
    background: #f5f0eb; }
  .header.V3 {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0; }

.servicesContainer {
  margin-left: -8px;
  margin-right: -8px; }
  .servicesContainer .serviceItem {
    position: relative;
    width: calc((100% - 80px) / 5);
    height: 170px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px; }
    .servicesContainer .serviceItem img {
      width: 100%;
      height: 170px;
      object-fit: cover; }
    .servicesContainer .serviceItem .serviceInfo {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(5, 31, 30, 0) 50%, rgba(5, 31, 30, 0.75) 100%);
      display: flex;
      align-items: flex-end;
      font-size: 18px;
      line-height: 23px;
      font-weight: 700;
      color: #fff;
      padding: 16px 30px 16px 16px; }

.aboutContainer {
  padding-bottom: 180px; }
  .aboutContainer .infoPart {
    width: calc(50% - 8px); }
    .aboutContainer .infoPart .mainTitle {
      width: 80%;
      margin-bottom: 10px !important; }
    .aboutContainer .infoPart .sectionInfo {
      max-width: 595px !important; }
    .aboutContainer .infoPart .redirectContainer {
      width: 233px; }
  .aboutContainer .rightPart {
    width: calc(50% - 8px); }
    .aboutContainer .rightPart img {
      width: 100%;
      height: 444px;
      object-fit: cover;
      border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      overflow: hidden; }

.section .sectionHeader {
  padding-bottom: 32px; }
  .section .sectionHeader .mainTitle {
    font-size: 48px;
    line-height: 66px;
    font-weight: 600;
    color: #051f1e; }
  .section .sectionHeader .sectionInfo {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(5, 31, 30, 0.75);
    max-width: 564px; }
  .section .sectionHeader .sectionLink {
    text-decoration: underline;
    color: #28618f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600; }

.section.sectionServices {
  padding: 48px 10px 44px; }

.section.sectionServiceArea {
  padding: 48px 10px 180px; }
  .section.sectionServiceArea .areaListContainer ul {
    margin-block-start: 0;
    padding-inline-start: 15px; }
    .section.sectionServiceArea .areaListContainer ul li {
      padding-bottom: 16px;
      width: calc(100% / 6);
      color: #051F1E;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }

.section.sectionSignIn {
  width: 100%;
  height: 100vh;
  background: #f5f0eb; }
  .section.sectionSignIn .imgPart {
    width: 50%;
    height: 100vh;
    background: url("../images/sign.png") center center/cover no-repeat; }
  .section.sectionSignIn .formPart {
    width: 50%;
    padding: 36px; }

.section.sectionSuccess {
  width: 100%;
  height: 100vh;
  padding: 0 10px;
  background: #f5f0eb; }
  .section.sectionSuccess .successIcon {
    width: 64px;
    height: 64px;
    background: url("../images/icons/success.svg") center center/cover no-repeat; }
  .section.sectionSuccess .sectionHeader .sectionInfo {
    text-align: center;
    padding-top: 16px;
    max-width: 70%; }

.section.sectionEstimate {
  padding: 132px 36px 180px;
  width: 100%;
  background: #f5f0eb; }
  .section.sectionEstimate .sectionInfo {
    padding-top: 16px;
    padding-bottom: 25px; }
  .section.sectionEstimate .textPart {
    width: calc(50% - 8px); }
  .section.sectionEstimate .formPart {
    width: calc(50% - 8px); }

.section.sectionCareer {
  padding: 48px 10px;
  background: #f5f0eb; }
  .section.sectionCareer .careerContainer .careerItem {
    position: relative;
    padding: 12px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.9);
    width: calc(50% - 8px);
    height: 126px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; }
    .section.sectionCareer .careerContainer .careerItem .careerTitle {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      color: #051f1e; }
    .section.sectionCareer .careerContainer .careerItem .iconContainer {
      position: absolute;
      right: 12px;
      bottom: 12px; }
      .section.sectionCareer .careerContainer .careerItem .iconContainer .icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #051f1e;
        background: url("../images/icons/arrow-up-right.svg") center center/16px no-repeat; }

.section.sectionPortfolio {
  padding: 48px 0 148px; }
  .section.sectionPortfolio .sectionHeader {
    width: calc(50% - 8px); }
  .section.sectionPortfolio .categoriesContainer {
    width: calc(50% - 8px);
    padding-top: 65px; }
    .section.sectionPortfolio .categoriesContainer .collapseHeader {
      cursor: pointer;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      color: #051f1e;
      text-transform: uppercase;
      background: url("../images/icons/minus.svg") right center/17px no-repeat; }
      .section.sectionPortfolio .categoriesContainer .collapseHeader.collapsed {
        background: url("../images/icons/plus.svg") right center/17px no-repeat; }
    .section.sectionPortfolio .categoriesContainer .categories {
      margin-top: 30px;
      margin-bottom: 20px; }
      .section.sectionPortfolio .categoriesContainer .categories .categoryItem {
        padding: 6px 12px;
        border: 1px solid #051f1e;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
        margin-right: 8px;
        margin-bottom: 12px;
        height: 30px; }
  .section.sectionPortfolio .portfolioContainer {
    margin-left: -8px;
    margin-right: -8px; }
    .section.sectionPortfolio .portfolioContainer .portfolioItem {
      width: calc((100% - 64px) / 4);
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 32px; }
      .section.sectionPortfolio .portfolioContainer .portfolioItem img {
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        overflow: hidden;
        width: 100%;
        height: 215px;
        object-fit: cover; }
      .section.sectionPortfolio .portfolioContainer .portfolioItem .title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        color: #051f1e;
        padding-top: 12px; }

.section.sectionPanel {
  padding: 48px 0;
  background: #f5f0eb; }
  .section.sectionPanel .panelContainer {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #fff;
    padding: 0 16px; }
    .section.sectionPanel .panelContainer table td {
      min-width: 170px; }
    .section.sectionPanel .panelContainer table thead td {
      padding: 16px 0 7px;
      color: rgba(5, 31, 30, 0.5);
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      border-bottom-width: 0; }
    .section.sectionPanel .panelContainer table tbody tr td {
      padding: 11px 0;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      vertical-align: middle; }
      .section.sectionPanel .panelContainer table tbody tr td .iconDownload {
        width: 30px;
        height: 30px;
        border: 1px solid #051f1e;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: url("../images/icons/download.svg") center center/12px no-repeat; }
      .section.sectionPanel .panelContainer table tbody tr td .status {
        display: flex;
        align-items: center; }
        .section.sectionPanel .panelContainer table tbody tr td .status .dot {
          width: 5px;
          height: 5px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          margin-right: 8px; }
        .section.sectionPanel .panelContainer table tbody tr td .status.statusOk .dot {
          background: #25d78f; }
        .section.sectionPanel .panelContainer table tbody tr td .status.statusCancel .dot {
          background: #e22623; }
      .section.sectionPanel .panelContainer table tbody tr td .btnSend {
        padding: 9px 82px;
        height: 44px; }
    .section.sectionPanel .panelContainer table tbody tr th {
      padding: 11px 0;
      vertical-align: middle;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
    .section.sectionPanel .panelContainer table tbody tr:last-child td, .section.sectionPanel .panelContainer table tbody tr:last-child th {
      border-bottom-width: 0; }
  .section.sectionPanel .nav-tabs {
    border-bottom: 1px solid #0e403b;
    margin-bottom: 16px; }
    .section.sectionPanel .nav-tabs .nav-item {
      border: none;
      cursor: pointer; }
    .section.sectionPanel .nav-tabs .tabTitle {
      padding: 14px 16px;
      color: rgba(5, 31, 30, 0.5);
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
      .section.sectionPanel .nav-tabs .tabTitle.active {
        color: #051f1e;
        background: #dbb178;
        border: none; }

.section.sectionMore.sectionServicesMore {
  padding: 108px 0 164px; }
  .section.sectionMore.sectionServicesMore .btnRedirectContainer {
    top: 128px; }

.section.sectionMore.sectionCareerMore {
  padding: 85px 0 120px; }
  .section.sectionMore.sectionCareerMore .btnRedirectContainer {
    top: 128px; }
  .section.sectionMore.sectionCareerMore .aboutContainer .infoPart .mainTitle {
    width: 100%; }
  .section.sectionMore.sectionCareerMore .sectionHeader {
    padding-bottom: 0; }
  .section.sectionMore.sectionCareerMore .listContainer {
    width: 90%;
    margin-bottom: 25px; }
    .section.sectionMore.sectionCareerMore .listContainer .title {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600; }
    .section.sectionMore.sectionCareerMore .listContainer ul li {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      color: rgba(5, 31, 30, 0.75); }
  .section.sectionMore.sectionCareerMore .rightPart {
    padding-top: 48px; }

.section.sectionMore.sectionAbout {
  padding: 48px 0 128px; }
  .section.sectionMore.sectionAbout .statistics {
    margin-right: -16px; }
    .section.sectionMore.sectionAbout .statistics .statisticsInfo {
      font-size: 48px;
      line-height: 66px;
      font-weight: 600;
      color: #051f1e;
      width: calc(100% - 16px - ((100% - 48px) / 3));
      margin-bottom: 48px;
      padding-right: 20%; }
    .section.sectionMore.sectionAbout .statistics .countItem {
      width: calc((100% - 48px) / 3);
      margin-right: 16px;
      margin-bottom: 48px; }
      .section.sectionMore.sectionAbout .statistics .countItem .count {
        font-size: 78px;
        line-height: 108px;
        font-weight: 400;
        color: #dbb178;
        border-bottom: 1px solid #051f1e; }
      .section.sectionMore.sectionAbout .statistics .countItem span {
        padding-top: 8px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #051f1e; }

.section.sectionMore.sectionPortfolioMore .curtain {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  z-index: 2;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%); }

.section.sectionMore.sectionPortfolioMore .btnRedirectContainer {
  top: 128px; }

.section.sectionMore.sectionPortfolioMore .portfolioSliderContainer {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .slide-progress {
    width: 0;
    max-width: 100%;
    height: 3px;
    background: #dbb178;
    position: absolute;
    top: 0;
    z-index: 3; }
  .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .itemSlider img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .scrollDown {
    width: 180px;
    height: 180px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 28px;
    color: #fff; }
    .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .scrollDown .scrollDownInner {
      animation: bounce 3s infinite; }
      .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .scrollDown .scrollDownInner .arrow {
        margin-top: 5px;
        width: 16px;
        height: 21px;
        background: url("../images/icons/down.svg") center center/cover no-repeat; }
  .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .owl-navs-portfolio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    right: 36px;
    z-index: 3;
    display: flex;
    justify-content: space-between; }
    .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .owl-navs-portfolio button {
      background: transparent;
      border: none; }
      .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .owl-navs-portfolio button.owl-prev span {
        color: transparent;
        background: url("../images/icons/navLeft.svg") center center/11px no-repeat; }
      .section.sectionMore.sectionPortfolioMore .portfolioSliderContainer .owl-navs-portfolio button.owl-next span {
        color: transparent;
        background: url("../images/icons/navRight.svg") center center/11px no-repeat; }

.section.sectionMore.sectionPortfolioMore .portfolioContainer {
  padding-top: 48px; }
  .section.sectionMore.sectionPortfolioMore .portfolioContainer .infoPart {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500; }
    .section.sectionMore.sectionPortfolioMore .portfolioContainer .infoPart .list-group-item {
      margin-bottom: 24px;
      padding: 0;
      border: none; }
      .section.sectionMore.sectionPortfolioMore .portfolioContainer .infoPart .list-group-item .property {
        color: rgba(5, 31, 30, 0.5); }
      .section.sectionMore.sectionPortfolioMore .portfolioContainer .infoPart .list-group-item .value {
        color: #051f1e; }
  .section.sectionMore.sectionPortfolioMore .portfolioContainer .rightPart {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
    .section.sectionMore.sectionPortfolioMore .portfolioContainer .rightPart .title {
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      margin-bottom: 24px; }

.section.sectionMain .serviceItem {
  position: relative;
  width: 100%;
  height: 254px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden; }
  .section.sectionMain .serviceItem img {
    width: 100%;
    height: 254px;
    object-fit: cover;
    transition: all .5s; }
  .section.sectionMain .serviceItem .serviceInfo {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(5, 31, 30, 0) 50%, rgba(5, 31, 30, 0.75) 100%);
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    padding: 16px 30px 16px 16px;
    transition: all .5s; }
  .section.sectionMain .serviceItem:hover img {
    transform: scale(1.1); }
  .section.sectionMain .serviceItem:hover .serviceInfo {
    padding: 16px 30px 16px 22px; }

.section.sectionMain .aboutContainer {
  padding-top: 120px;
  padding-bottom: 84px; }

.section.sectionMain .mainSliderContainer {
  padding-left: 36px;
  padding-bottom: 60px;
  position: relative; }
  .section.sectionMain .mainSliderContainer .owl-navs-main {
    margin-right: 36px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 36px; }
    .section.sectionMain .mainSliderContainer .owl-navs-main button {
      background: transparent;
      border: none;
      width: 21px;
      height: 16px; }
      .section.sectionMain .mainSliderContainer .owl-navs-main button.owl-prev {
        margin-right: 20px;
        background: url("../images/icons/arrow-left.svg") center center/21px 16px no-repeat; }
        .section.sectionMain .mainSliderContainer .owl-navs-main button.owl-prev span {
          color: transparent; }
      .section.sectionMain .mainSliderContainer .owl-navs-main button.owl-next {
        background: url("../images/icons/arrow-right.svg") center center/21px 16px no-repeat; }
        .section.sectionMain .mainSliderContainer .owl-navs-main button.owl-next span {
          color: transparent; }

.section.sectionMain .solutionContainer {
  padding-top: 96px;
  padding-bottom: 180px; }
  .section.sectionMain .solutionContainer .sectionHeader .rightPart {
    max-width: 70%;
    padding-top: 16px; }
    .section.sectionMain .solutionContainer .sectionHeader .rightPart .viewAll {
      margin-top: 32px;
      display: inline-block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      padding-right: 29px;
      background: url("../images/icons/arrow-right2.svg") right center/17px no-repeat; }
  .section.sectionMain .solutionContainer .imgContainer .serviceItem {
    height: 100%;
    max-height: 444px; }
    .section.sectionMain .solutionContainer .imgContainer .serviceItem img {
      height: 100%; }
    .section.sectionMain .solutionContainer .imgContainer .serviceItem .findStyle {
      position: relative;
      padding: 46px 16px 16px;
      color: #fff;
      height: 100%;
      background: url("../images/icons/stars.svg") 17px 17px/27px #0e403b no-repeat;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500; }
      .section.sectionMain .solutionContainer .imgContainer .serviceItem .findStyle .title {
        font-size: 30px;
        line-height: 39px;
        font-weight: 600; }
      .section.sectionMain .solutionContainer .imgContainer .serviceItem .findStyle .bottomPart {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px; }
        .section.sectionMain .solutionContainer .imgContainer .serviceItem .findStyle .bottomPart .icon {
          width: 44px;
          height: 44px;
          cursor: pointer;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          background: url("../images/icons/arrow-right3.svg") center center/17px #dbb178 no-repeat; }
  .section.sectionMain .solutionContainer .imgContainer .p0 {
    width: calc(50% - 8px);
    height: 444px; }
    .section.sectionMain .solutionContainer .imgContainer .p0 .p1 {
      width: calc(50% - 8px); }
    .section.sectionMain .solutionContainer .imgContainer .p0 .p2 {
      width: calc(50% - 8px); }
      .section.sectionMain .solutionContainer .imgContainer .p0 .p2 .serviceItem {
        height: calc(50% - 8px); }
  .section.sectionMain .solutionContainer .imgContainer .p3 {
    width: calc(50% - 8px); }

.section.sectionMain .testimonialContainer {
  padding-bottom: 180px; }
  .section.sectionMain .testimonialContainer .sliderContainer {
    position: relative; }
    .section.sectionMain .testimonialContainer .sliderContainer .owl-navs-testimonial {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 32px;
      right: 32px;
      z-index: 3;
      display: flex;
      justify-content: space-between;
      opacity: 0; }
      .section.sectionMain .testimonialContainer .sliderContainer .owl-navs-testimonial button {
        background: #fff;
        border: none;
        width: 32px;
        height: 32px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
        .section.sectionMain .testimonialContainer .sliderContainer .owl-navs-testimonial button.owl-prev span {
          color: transparent;
          background: url("../images/icons/chevron-left.svg") center center/16px no-repeat; }
        .section.sectionMain .testimonialContainer .sliderContainer .owl-navs-testimonial button.owl-next span {
          color: transparent;
          background: url("../images/icons/chevron-right.svg") center center/16px no-repeat; }
    .section.sectionMain .testimonialContainer .sliderContainer:hover .owl-navs-testimonial {
      opacity: 1; }
    .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .imgPart {
      width: calc(50% - 8px);
      border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      overflow: hidden; }
      .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .imgPart img {
        width: 100%;
        height: 444px;
        object-fit: cover; }
    .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart {
      position: relative;
      width: calc(50% - 8px);
      border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      overflow: hidden;
      background: #f0e8da;
      padding: 32px 16px 16px;
      color: #051f1e; }
      .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .authorContainer .authorImg {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        margin-right: 12px; }
        .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .authorContainer .authorImg img {
          width: 52px;
          height: 52px;
          object-fit: cover; }
      .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .authorContainer .authorName {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700; }
      .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .authorContainer .stars {
        padding-top: 2px; }
        .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .authorContainer .stars .star {
          width: 16px;
          height: 16px;
          background: url("../images/icons/star.svg") center center/16px no-repeat; }
      .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .comment {
        padding-top: 32px;
        padding-bottom: 15px;
        padding-right: 180px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600; }
      .section.sectionMain .testimonialContainer .sliderContainer .testimonialItem .infoPart .tag {
        position: absolute;
        bottom: 16px;
        left: 16px;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding: 13px 20px;
        background: #e6d7c2;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px; }

.footer {
  background-color: #F2F6F7;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500; }
  .footer .redirectContainer .iconContainer {
    background: url("../images/icons/arrow-up-right.svg") center center/16px #dbb178 no-repeat; }
  .footer .mainPart {
    padding: 48px 0 38px; }
    .footer .mainPart .list-group-item {
      background-color: transparent;
      border: none;
      padding: 0 0 8px;
      margin: 0; }
      .footer .mainPart .list-group-item .title {
        font-weight: 700; }
      .footer .mainPart .list-group-item:last-child {
        padding-bottom: 0; }
      .footer .mainPart .list-group-item.active, .footer .mainPart .list-group-item:hover {
        color: inherit; }
        .footer .mainPart .list-group-item.active a, .footer .mainPart .list-group-item:hover a {
          color: inherit;
          font-weight: 700; }
    .footer .mainPart .flexMain .aboutCompany {
      width: 290px;
      padding-bottom: 10px; }
      .footer .mainPart .flexMain .aboutCompany .logoContainer img {
        width: 62px;
        height: 70px; }
      .footer .mainPart .flexMain .aboutCompany .companyInfo {
        padding-top: 24px;
        font-weight: 400;
        color: rgba(5, 31, 30, 0.75); }
      .footer .mainPart .flexMain .aboutCompany .privacyLinks {
        width: 221px;
        padding-top: 8px; }
    .footer .mainPart .flexMain .footerMenu {
      padding: 0 10px 20px 0; }
    .footer .mainPart .flexMain .workHours {
      padding: 0 10px 20px 0;
      min-height: 136px; }
      .footer .mainPart .flexMain .workHours .list-group-item {
        color: rgba(5, 31, 30, 0.75); }
    .footer .mainPart .flexMain .contactInfo {
      width: 306px; }
      .footer .mainPart .flexMain .contactInfo .address {
        padding-top: 8px;
        color: rgba(5, 31, 30, 0.75); }
      .footer .mainPart .flexMain .contactInfo .contactDetails {
        padding-top: 20px; }
        .footer .mainPart .flexMain .contactInfo .contactDetails .socialContainer {
          padding-left: 16px; }
          .footer .mainPart .flexMain .contactInfo .contactDetails .socialContainer a {
            margin-right: 8px;
            width: 20px;
            height: 20px; }
            .footer .mainPart .flexMain .contactInfo .contactDetails .socialContainer a.instagram {
              background: url("../images/icons/instagram.svg") center center/20px no-repeat; }
            .footer .mainPart .flexMain .contactInfo .contactDetails .socialContainer a.linkedin {
              background: url("../images/icons/linkedin.svg") center center/20px no-repeat; }
            .footer .mainPart .flexMain .contactInfo .contactDetails .socialContainer a.pinterest {
              background: url("../images/icons/pinterest.svg") center center/20px no-repeat; }
  .footer .copyrightContainer {
    color: rgba(5, 31, 30, 0.5);
    padding: 48px 0; }
    .footer .copyrightContainer .dot {
      display: inline-block;
      margin: 6px;
      background: rgba(5, 31, 30, 0.5);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
