/* COMMON */
@font-face {
  font-family: InterRegular;
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: InterMedium;
  src: url(../fonts/Inter-Medium.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: InterBold;
  src: url(../fonts/Inter-Bold.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: InterBlack;
  src: url(../fonts/Inter-Black.ttf) format("truetype");
  font-display: block;
}
.font-regular {
  font-family: InterRegular;
}

.font-medium {
  font-family: InterMedium;
}

.font-bold {
  font-family: InterBold;
}

.font-black {
  font-family: InterBlack;
}

[class*=head-container] {
  max-width: 1746px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

[class*=min-container] {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

[class*=flex-content] {
  display: flex;
  align-items: center;
}

[class*=hero-content-left] {
  width: 55.3076923077%;
  padding-right: 30px;
}

[class*=hero-content-right] {
  width: 44.6923076923%;
  justify-content: flex-end;
  gap: 50px;
}

[class*=button] {
  font-family: InterMedium;
  font-size: 18px;
  padding: 22px 54px;
}

[class*=button-green] {
  padding: 25px 38px;
}

[class*=button-black] {
  background-color: #1E1E1E;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s linear;
  white-space: nowrap;
  min-width: 195px;
  justify-content: center;
  margin-top: 40px;
}
[class*=button-black] img {
  padding-left: 13px;
}
[class*=button-black]:hover {
  background-color: #149755;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #149755;
}

.scrollbar-null::-webkit-scrollbar {
  width: 0px;
}

body > .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-top: 124px;
}

.main-title {
  font-family: InterBlack;
  font-size: 50px;
  margin: 40px 0;
  line-height: 65px;
  text-transform: uppercase;
}
.main-title span {
  color: #149755;
}

.main-text {
  font-family: InterRegular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #636363;
  margin-bottom: 40px;
  margin-top: 0;
}

.color-green {
  color: #149755 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul li {
  list-style-type: none;
  font-size: 15px;
}
ul li a {
  color: #1E1E1E;
  transition: all 0.2s linear;
  letter-spacing: 0.05em;
  font-family: InterMedium;
}
ul li a:hover {
  color: #149755 !important;
}

.current-menu-item a {
  color: #149755 !important;
}

.active-post-link {
  color: #149755 !important;
}

.hand-slider {
  display: flex;
  justify-content: center;
}

.width-auto {
  width: auto !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5) !important;
}

.border-bottom-null {
  border-bottom: 0 !important;
}

.hide {
  display: none !important;
}

.nav-show {
  display: flex !important;
}

.transform-navigation-hide {
  transform: translateX(calc(100vw + 10px)) !important;
}

.transform-navigation-show {
  transform: translateX(0) !important;
}

.active-slide-title {
  color: #1E1E1E !important;
}

.active-item-completed {
  color: #1E1E1E !important;
}
.active-item-completed::before {
  content: "";
  background-image: url("../img/completed-slide-item-arrow.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

.sss {
  margin-top: 10px;
}

.display-block {
  display: block !important;
}

.body-with-admin-bar .nav-scroll {
  top: 32px;
}

.nav-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  height: 124px;
  background-color: #fff;
  z-index: 10 !important;
  max-width: 100%;
}
.nav-scroll .hero-content-right > a svg path {
  fill: #149755;
  transition: all 0.2s linear;
}
.nav-scroll .hero-content-right > a svg path:hover {
  fill: #1E1E1E !important;
}
.nav-scroll .hero-content-right > a svg:hover path {
  fill: #1E1E1E;
}
.nav-scroll .hero-content-right .languages > ul li a {
  color: #1E1E1E !important;
  transition: all 0.2s linear;
}
.nav-scroll .hero-content-right .languages > ul li a:hover {
  color: #149755 !important;
}
.nav-scroll .hero-content-right .header-top-btn .button {
  background-color: #149755;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
.nav-scroll .hero-content-right .header-top-btn .button:hover {
  background-color: #1E1E1E;
}
.nav-scroll .hero-content-right .header-menu-mobile > svg {
  fill: #149755;
  transition: all 0.2s linear;
}
.nav-scroll .hero-content-right .header-menu-mobile > svg path {
  fill: #149755 !important;
}

@media screen and (max-width: 1024px) {
  [class*=hero-content-left] {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    font-size: 45px;
    line-height: 55px;
    margin: 35px 0;
  }
  .body-with-admin-bar .nav-scroll {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 40px;
    line-height: 47px;
  }
  .body-with-admin-bar .main-menu {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .body-with-admin-bar .nav-scroll {
    top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .main-title {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0;
    padding-right: 10px;
  }
}
/* COMPONENTS */
.header {
  z-index: 10;
}
.header .main-menu {
  position: fixed;
  width: 100%;
  height: 124px;
  padding: 12px 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s linear;
}
.header .main-menu .header-padding {
  padding: 12px 0;
}
.header .main-menu .min-container {
  height: 100%;
}
.header .main-menu .min-container .flex-content {
  height: 100%;
}
.header .main-menu .logo {
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-menu .main-navigation {
  width: 100%;
}
.header .main-menu .main-navigation ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header .main-menu .main-navigation ul li:not(:last-child) {
  margin-right: 50px;
}
.header .main-menu .hero-content-left .phone-menu-mobile {
  display: none;
}
.header .main-menu .hero-content-right a svg {
  max-width: 38px;
  max-height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-menu .hero-content-right a svg path {
  transition: all 0.2s linear;
}
.header .main-menu .hero-content-right a svg path:hover {
  fill: #149755;
}
.header .main-menu .hero-content-right .languages > ul {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-left: 12px;
  margin-bottom: 0;
}
.header .main-menu .hero-content-right .languages > ul li a {
  color: #FFFFFF;
}
.header .main-menu .header-all-pages a svg {
  fill: #149755;
}
.header .main-menu .header-all-pages a svg path {
  fill: #149755;
  transition: all 0.2s linear;
}
.header .main-menu .header-all-pages a svg path:hover {
  fill: #1E1E1E !important;
}
.header .main-menu .header-all-pages .languages > ul li a {
  color: #1E1E1E;
}
.header .main-menu .header-all-pages .header-top-btn > a {
  background-color: #149755;
  color: #FFFFFF;
}
.header .main-menu .header-all-pages .header-top-btn > a:hover {
  background-color: #1E1E1E;
}
.header .main-menu .header-top-btn a {
  background-color: #FFFFFF;
  color: #000;
  transition: all 0.2s linear;
}
.header .main-menu .header-top-btn a:hover {
  background-color: #149755;
  color: #FFFFFF;
}
.header .main-menu .header-menu-mobile {
  display: none;
}
.header .main-menu .header-menu-mobile img {
  max-width: 29px;
  max-height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-menu .header-menu-mobile li {
  list-style-type: none;
}
.header .main-menu .header-menu-mobile li a {
  color: #1E1E1E;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .header .main-menu .hero-content-left .main-navigation ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1170px) {
  .header .main-menu .hero-content-left {
    width: 70%;
  }
  .header .main-menu .hero-content-left .logo {
    max-width: 80px;
  }
  .header .main-menu .hero-content-left .main-navigation ul {
    padding-left: 20px;
  }
  .header .main-menu .hero-content-left .main-navigation ul li:not(:last-child) {
    margin-right: 20px;
  }
  .header .main-menu .hero-content-right {
    gap: 27px;
  }
  .header .main-menu .hero-content-right .header-top-btn .button {
    padding: 25px 31px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background-color: #FFFFFF;
  }
  .header .main-menu {
    border-bottom: 0;
  }
  .header .main-menu .header-menu-mobile {
    display: block;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    margin: 0 0 0 auto;
    z-index: 10;
    transform: translateX(calc(100vw + 10px));
    transition-duration: 1s;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow-y: scroll;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu a svg > path {
    fill: #149755;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu a:hover svg > path {
    fill: #1E1E1E;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu .mobile-button-close {
    padding: 0;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu .mobile-button-close svg {
    cursor: pointer;
    transition: all 0.2s linear;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu .mobile-button-close svg:hover {
    transform: scale(1.1);
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu .languages > ul {
    padding-left: 0;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .top-mobile-menu .languages > ul li a {
    color: #1E1E1E;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .header-top-btn {
    margin: 30px 0;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .header-top-btn > a {
    background-color: #149755;
    color: #FFFFFF;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .header-menu ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .header .main-menu .header-menu-mobile .nav-menu-mobile .header-menu ul li {
    font-size: 20px;
  }
  .header .main-menu .main-navigation {
    display: none;
  }
  .header .main-menu .hero-content-left {
    width: calc(50% + 70px);
    padding-right: 0;
    justify-content: space-between;
  }
  .header .main-menu .hero-content-left .phone-menu-mobile {
    display: block;
  }
  .header .main-menu .hero-content-left .phone-menu-mobile img {
    transition: all 0.2s linear;
  }
  .header .main-menu .hero-content-left .phone-menu-mobile img:hover {
    transform: scale(1.1);
  }
  .header .main-menu .hero-content-right > *:not(:last-child) {
    display: none;
  }
  .header .main-menu .hero-content-right .header-menu-mobile > svg {
    cursor: pointer;
  }
  .header .main-menu .hero-content-right .header-menu-mobile > svg path {
    fill: #149755;
  }
}
.footer {
  margin-top: 90px;
  margin-bottom: 60px;
}
.footer p {
  margin-bottom: 13px;
}
.footer .footer-wrapper .content-main {
  width: 50%;
  gap: 60px;
  padding-right: 80px;
}
.footer .footer-wrapper .content-main .logo > a img {
  max-width: 154px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-wrapper .content-main .copyright {
  font-size: 12px;
}
.footer .footer-wrapper .content-contacts {
  width: 50%;
  gap: 60px;
}
.footer .footer-wrapper .content-contacts .arrow-up > img {
  max-width: 56px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.1s linear;
  cursor: pointer;
}
.footer .footer-wrapper .content-contacts .arrow-up > img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1170px) {
  .footer .footer-wrapper .content-main {
    gap: 30px;
    padding-right: 40px;
  }
  .footer .footer-wrapper .content-contacts {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .footer .footer-wrapper .content-main .logo {
    display: none;
  }
  .footer .footer-wrapper .content-contacts {
    justify-content: end;
  }
  .footer .footer-wrapper .content-contacts .address {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-wrapper .content-main {
    width: 70%;
  }
  .footer .footer-wrapper .content-contacts {
    width: 30%;
  }
}
@media screen and (max-width: 567px) {
  .footer {
    margin-top: 0;
    padding-top: 15px;
  }
  .footer .footer-wrapper {
    flex-direction: column-reverse;
  }
  .footer .footer-wrapper .content-main {
    width: 100%;
    padding-right: 0;
  }
  .footer .footer-wrapper .content-contacts {
    width: 100%;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0;
  color: #000;
}
.wysiwyg-styles > img, .wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  width: 100%;
  height: auto;
  max-height: 593px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 20px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  padding-left: 10px;
}
.wysiwyg-styles > ul li {
  background-repeat: no-repeat;
  background-size: 6px 6px;
  background-position: 0 12px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.wysiwyg-styles > ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #149755;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-family: InterRegular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #636363;
}
.wysiwyg-styles > p a:not(.default-button), .wysiwyg-styles > ul li a:not(.default-button) {
  position: relative;
  color: #149755;
  transition: all 0.2s linear;
}
.wysiwyg-styles > p a:not(.default-button):hover, .wysiwyg-styles > ul li a:not(.default-button):hover {
  color: #1E1E1E;
}
.wysiwyg-styles > h2 {
  font-family: InterBold;
  font-size: 25px;
  line-height: 40px;
  color: #1E1E1E;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wysiwyg-styles > h3 {
  font-family: InterBold;
  font-size: 20px;
  line-height: 36px;
  color: #1E1E1E;
  font-weight: normal;
  margin: 30px 0;
  letter-spacing: 0.05em;
}
.wysiwyg-styles > h4 {
  font-family: InterBold;
  font-size: 18px;
  line-height: 32px;
  color: #1E1E1E;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.wysiwyg-styles > a {
  color: #636363;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s linear;
  font-family: InterRegular;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.wysiwyg-styles > a:hover {
  color: #149755;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 30px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 41.4285714286%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery .single-gallery-element {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  width: calc((100% - 45px) / 4.001);
  margin: 15px 15px 15px 0;
  transition: all 0.2s linear;
}
.wysiwyg-gallery .single-gallery-element > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(4n), .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
  margin: 15px 0 15px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 83.7278106509%;
}
.wysiwyg-gallery .single-gallery-element .additional-number {
  font-size: 25px;
  line-height: 30px;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: InterMedium;
  color: #FFFFFF;
}
.wysiwyg-gallery .single-gallery-element .darkness-effect {
  background-color: rgba(51, 41, 60, 0.58);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

@media screen and (max-width: 1024px) {
  .wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
    margin-bottom: 30px;
  }
  .wysiwyg-styles > p {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > p > img {
    margin-bottom: 10px;
  }
  .wysiwyg-styles > p .alignleft {
    margin: 0 20px 20px 0;
  }
  .wysiwyg-styles > p .alignright {
    margin: 0 0 20px 20px;
  }
  .wysiwyg-styles > ul {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > ul li {
    background-position: 0 10px;
  }
  .wysiwyg-styles > p, .wysiwyg-styles > ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .wysiwyg-styles > h2, .wysiwyg-styles > h3, .wysiwyg-styles > h4 {
    margin-bottom: 10px;
  }
  .wysiwyg-styles > h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .wysiwyg-styles > h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .wysiwyg-styles > h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-gallery {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 7.5px);
    margin: 0 0 15px !important;
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery .single-gallery-element {
    width: 100%;
  }
  .video-wysiwyg:before {
    padding-top: 57%;
  }
}
.contacts {
  color: #fff;
  background: url(../img/contacts-bg.png), #1E1E1E;
  background-position: top 0 right 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  margin-top: 200px;
  min-height: 365px;
}
.contacts .min-container .close {
  display: none;
}
.contacts .min-container .contacts-wrapper {
  position: relative;
  min-height: 365px;
  height: 100%;
}
.contacts .min-container .contacts-wrapper .builder {
  position: absolute;
  left: 0;
  top: -36%;
  height: 136%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts .min-container .contacts-wrapper .text {
  width: 44.6153846154%;
  margin-left: auto;
  margin-right: auto;
}
.contacts .min-container .contacts-wrapper .text .main-title {
  margin-top: 0;
}
.contacts .min-container .contacts-wrapper .text .main-title span {
  color: #149755;
}
.contacts .min-container .contacts-wrapper .text .info {
  gap: 25px;
  margin-top: 25px;
}
.contacts .min-container .contacts-wrapper .text .info .phone > img {
  width: 37px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts .min-container .contacts-wrapper .text .info .mail > img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts .min-container .contacts-wrapper .text p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-family: InterRegular;
}
.contacts .min-container .contacts-wrapper .text a {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-family: InterRegular;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s linear;
  margin-left: 12px;
}
.contacts .min-container .contacts-wrapper .text a:hover {
  color: #149755;
}

@media screen and (max-width: 1170px) {
  .contacts .min-container .contacts-wrapper .builder {
    display: none;
  }
  .contacts .min-container .contacts-wrapper .text {
    width: 60%;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .contacts {
    margin-top: 80px;
  }
  .contacts .min-container .contacts-wrapper .text {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    margin-top: 30px;
    background: #1E1E1E;
  }
  .contacts .min-container .contacts-wrapper .text {
    width: 100%;
    text-align: center;
  }
  .contacts .min-container .contacts-wrapper .text .info {
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .contacts .min-container .contacts-wrapper .text .info {
    gap: 20px;
    flex-direction: column;
  }
}
.slider-hero {
  margin-top: 54px;
  width: 100%;
  position: relative;
}
.slider-hero .slider-navigation {
  display: flex;
}
.slider-hero .slider-navigation a {
  width: 33.3333333333%;
  color: #636363;
  background: none;
  border: none;
  font-size: 15px;
  font-family: InterBold;
  padding: 18px 4px 18px 0;
  text-align: left;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.2s linear;
  white-space: normal;
  cursor: pointer;
}
.slider-hero .slider-navigation a::before {
  display: none;
}
.slider-hero .slider-navigation a:hover {
  color: #1E1E1E;
}
.slider-hero .swiper-scrollbar-horizontal {
  position: initial;
  border-radius: 0;
  background: #E9E9E9;
  width: 100%;
  height: 5px;
  z-index: 1;
}
.slider-hero .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0;
  background: #1E1E1E;
}
.slider-hero .swiper-wrapper {
  position: relative;
  margin-top: 25px;
}
.slider-hero .swiper-wrapper .swiper-slide {
  height: 100%;
  font-family: InterRegular;
  font-size: 16px;
  color: #636363;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.slider-hero .hero-btn-bottom {
  display: none;
}

.slider-works {
  width: 50%;
  overflow: hidden;
}
.slider-works .swiper-wrapper .swiper-slide {
  position: relative;
}
.slider-works .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 106.990881459%;
}
.slider-works .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1170px) {
  .slider-hero .slider-navigation a {
    white-space: normal;
    padding-right: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .slider-hero {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .slider-hero .slider-navigation {
    display: none;
  }
  .slider-hero .hero-btn-bottom {
    display: block;
    margin-top: 28px;
  }
  .slider-hero .swiper-wrapper {
    margin-top: 0;
  }
  .slider-hero .swiper-scrollbar-horizontal {
    margin-top: 28px;
  }
  .hero-btn-top {
    display: none;
  }
  .slider-works .swiper-works-scrollbar {
    border-radius: 0;
    background: #E9E9E9;
    width: calc(100% - 30px);
    height: 5px;
    margin: 32px 15px 0 15px;
  }
  .slider-works .swiper-works-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: #1E1E1E;
  }
  .slider-works svg {
    display: flex;
    margin: 16px auto 0;
  }
}
.modal-contacts {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background: #1E1E1E;
  background-position: top 0 right 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  height: 100%;
  width: calc(100vw + 15px);
  z-index: 100;
  overflow-y: scroll;
  visibility: hidden;
  transition: all 0.2s linear;
}
.modal-contacts::-webkit-scrollbar {
  width: 15px;
}
.modal-contacts .contacts {
  margin-top: 0;
  background: #1E1E1E;
}
.modal-contacts .contacts .min-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-contacts .contacts .min-container .close {
  display: flex;
  justify-content: end;
  padding-top: 21px;
  opacity: 1;
  font-size: 20px;
  font-family: InterRegular;
  letter-spacing: 0.05em;
}
.modal-contacts .contacts .min-container .close img {
  max-height: 70px;
  max-width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 20px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.modal-contacts .contacts .min-container .close img:hover {
  transform: rotate(10deg);
}
.modal-contacts .contacts .min-container .close p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.modal-contacts .contacts .min-container .contacts-wrapper {
  position: relative;
  height: 50vh;
}
.modal-contacts .contacts .min-container .contacts-wrapper .builder {
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text {
  width: 46.1538461538%;
  margin-left: auto;
  margin-right: auto;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text .main-title {
  margin-top: 0;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text .info {
  gap: 25px;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text .info .phone > img {
  width: 37px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text .info .mail > img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-family: InterRegular;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text a {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-family: InterRegular;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s linear;
  margin-left: 12px;
  white-space: nowrap;
}
.modal-contacts .contacts .min-container .contacts-wrapper .text a:hover {
  color: #149755;
}
.modal-contacts .footer-content {
  margin-top: 0;
  height: calc(50vh + 20px);
  background-color: #FFFFFF;
  padding-top: 80px;
  margin-bottom: 0;
}
.modal-contacts .footer-content .footer-wrapper .content-main {
  width: 50%;
  gap: 60px;
  padding-right: 80px;
}
.modal-contacts .footer-content .footer-wrapper .content-main .logo a > img {
  max-width: 154px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-contacts .footer-content .footer-wrapper .content-main .copyright {
  font-size: 12px;
}
.modal-contacts .footer-content .footer-wrapper .content-contacts {
  width: 50%;
  gap: 60px;
}
.modal-contacts .footer-content .footer-wrapper .content-contacts .arrow-up > img {
  display: none;
}

@media screen and (max-width: 1170px) {
  .modal-contacts .contacts .min-container .contacts-wrapper {
    height: auto;
  }
  .modal-contacts .contacts .min-container .contacts-wrapper .builder {
    display: none;
  }
  .modal-contacts .contacts .min-container .contacts-wrapper .text {
    width: 65%;
    margin-left: 0;
    padding: 50px;
  }
  .modal-contacts .contacts .footer-content .footer-wrapper {
    height: 100vh;
  }
}
@media screen and (max-width: 992px) {
  .modal-contacts .contacts .min-container .contacts-wrapper .text {
    width: 90%;
  }
  .modal-contacts .footer-content .footer-wrapper {
    align-items: baseline;
    gap: 20px;
  }
  .modal-contacts .footer-content .footer-wrapper .flex-content {
    flex-direction: column-reverse;
    width: 90%;
    align-items: baseline;
  }
  .modal-contacts .footer-content .footer-wrapper .content-main {
    gap: 0;
  }
  .modal-contacts .footer-content .footer-wrapper .content-contacts {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-contacts .contacts .min-container .contacts-wrapper .text {
    width: 100%;
  }
  .modal-contacts .contacts .min-container .contacts-wrapper .text .info {
    gap: 20px;
    justify-content: center;
  }
  .modal-contacts .footer-content .footer-wrapper .content-main {
    padding-right: 0;
    align-items: left !important;
  }
}
@media screen and (max-width: 575px) {
  .modal-contacts .contacts .min-container .contacts-wrapper .text {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-contacts .contacts .min-container .contacts-wrapper .text .info {
    gap: 20px;
    flex-direction: column;
  }
  .modal-contacts .contacts .min-container .close {
    padding-right: 10px;
  }
  .modal-contacts .footer-content {
    padding-top: 30px;
    height: 60%;
  }
  .modal-contacts .footer-content .footer-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
  }
  .modal-contacts .footer-content .footer-wrapper .content-main .logo {
    text-align: center;
    width: 100%;
  }
  .modal-contacts .footer-content .footer-wrapper .flex-content {
    width: 100%;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  max-width: 1500px;
  background-color: transparent;
  margin: 0;
  max-height: 100%;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 15px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image, .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  max-height: 80vh;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  width: auto;
  height: auto;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #149755;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #149755;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .image-modal-window .align-modal-helper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
    opacity: 0.75;
  }
  .image-modal-window .modal-cross {
    opacity: 1;
  }
  .image-modal-window .modal-cross:hover {
    opacity: 1;
  }
  .image-modal-window .modal-cross:focus {
    opacity: 1;
  }
}
/* PAGES */
.home-page .home-hero .home-hero-content-inner {
  width: 100%;
}
.home-page .home-hero .home-hero-content-inner .hero-content-left .hero-image-mobile {
  display: none;
}
.home-page .home-hero .hero-image {
  position: absolute;
  height: 779px;
  padding-left: 50px;
  width: 44.6923076923%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home-page .home-hero .hand-slider {
  display: none;
}
.home-page .our-works {
  margin-top: 54px;
}
.home-page .our-works .flex-content .works-text {
  width: 50%;
  padding-right: 50px;
}
.home-page .our-works .flex-content .slider-works {
  width: 50%;
}
.home-page .our-works .flex-content .slider-works svg {
  display: none;
}
.home-page .our-works .flex-content .slider-works .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
  .home-page .home-hero .hero-image {
    display: none;
  }
  .home-page .home-hero .home-hero-content-inner .hero-content-left .hero-image-mobile {
    display: block;
    position: relative;
  }
  .home-page .home-hero .home-hero-content-inner .hero-content-left .hero-image-mobile::before {
    content: "";
    display: block;
    padding-top: 56.0830860534%;
  }
  .home-page .home-hero .home-hero-content-inner .hero-content-left .hero-image-mobile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-page .home-hero .home-hero-content-inner .hero-content-left .hand-slider {
    display: flex;
    justify-content: center;
  }
  .home-page .home-hero .home-hero-content-inner .hero-content-left .hand-slider svg {
    display: flex;
    margin: 16px auto 0;
    animation: bounce 1.5s linear infinite;
    -webkit-animation: bounce 1.5s linear infinite;
  }
  @keyframes bounce {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(-45deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  .home-page .our-works {
    margin-top: 20px;
  }
  .home-page .our-works .flex-content {
    flex-direction: column;
  }
  .home-page .our-works .flex-content .works-text {
    width: 100%;
  }
  .home-page .our-works .flex-content .works-text .main-title {
    margin: 20px 0;
  }
  .home-page .our-works .flex-content .slider-works {
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-top: 35px;
  }
  .home-page .our-works .flex-content .slider-works .swiper-wrapper {
    display: flex;
  }
  .home-page .our-works .flex-content .slider-works .swiper-wrapper .swiper-slide {
    width: calc(100% - 24px - 33px) !important;
  }
  .home-page .our-works .flex-content .slider-works svg {
    display: flex;
    animation: bounce 1.5s linear infinite;
    -webkit-animation: bounce 1.5s linear infinite;
  }
  @keyframes bounce {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(-45deg);
    }
    100% {
      transform: rotate(0);
    }
  }
}
.about-us-page .about-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.about-us-page .about-wrapper .content-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.about-us-page .about-wrapper .content-card .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us-page .about-wrapper .content-card .card-wrapper .card-text {
  font-size: 25px;
  letter-spacing: 0.05em;
  font-family: InterBold;
  text-transform: uppercase;
  text-align: center;
  margin: 22px 0 34px;
}
.about-us-page .about-wrapper .content-card .card-wrapper .card-img {
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us-page .about-wrapper .content-card .card-button {
  padding-top: 0;
  padding-bottom: 0;
}
.about-us-page .about-wrapper .content-card .card-button .button-black {
  margin-top: 0;
}
.about-us-page .contacts {
  margin-top: 83px;
}
.about-us-page .contacts .min-container .contacts-wrapper .builder {
  top: auto;
  bottom: 0;
  height: 92%;
}

/* @media screen and (max-width: 1366px) {
	.about-us-page {
		.about-us-content {
			text-align: center;
		}
	}
} */
@media screen and (min-width: 993px) {
  .about-us-page .about-wrapper .content-card {
    width: calc((100% - 64px) / 3.001);
    margin: 0 32px 32px 0;
  }
  .about-us-page .about-wrapper .content-card:nth-child(3n), .about-us-page .about-wrapper .content-card:nth-last-of-type(1) {
    margin-right: 0;
  }
  .about-us-page .contacts {
    margin-top: 28px;
  }
  .about-us-page .about-us-content {
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .about-us-page .about-us-content .about-wrapper {
    justify-content: center;
  }
  .about-us-page .about-us-content .about-wrapper .content-card {
    width: calc((100% - 32px) / 2.001);
    margin: 0 32px 32px 0;
  }
  .about-us-page .about-us-content .about-wrapper .content-card:nth-child(2n), .about-us-page .about-us-content .about-wrapper .content-card:nth-last-of-type(1) {
    margin-right: 0;
  }
  .about-us-page .about-us-content .about-wrapper .content-card .card-text {
    font-size: 22px;
  }
  .about-us-page .contacts {
    margin-top: 28px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-page .about-us-content .about-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .about-us-page .about-us-content .about-wrapper .content-card {
    width: 100%;
  }
}
.error-page .error-content {
  flex-direction: column;
  text-align: center;
}
.error-page .error-content img {
  max-width: 474px;
  height: auto;
  margin: 34px 0;
}
.error-page .error-content .error-title {
  font-size: 25px;
  font-family: InterBold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.error-page .error-content .error-subtitle {
  font-style: 20px;
  font-family: InterRegular;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.single .flex-single {
  margin-top: 40px;
}
.single .flex-single .single-content .top-button-link {
  color: #1E1E1E;
  transition: all 0.2s linear;
  padding: 0;
}
.single .flex-single .single-content .top-button-link span {
  color: #149755;
}
.single .flex-single .single-content .top-button-link:hover {
  color: #149755;
}
.single .flex-single .single-content .main-title {
  font-size: 35px;
  line-height: 50px;
}
.single .flex-single .single-slider {
  width: 45%;
  margin-left: 50px;
  position: relative;
  height: 100%;
  float: right;
}
.single .flex-single .single-slider .swiper-slide {
  position: relative;
}
.single .flex-single .single-slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 85.8197932053%;
}
.single .flex-single .single-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .flex-single .single-slider .swiper-button-prev {
  border-radius: 50%;
  background-color: rgba(20, 151, 85, 0.8);
  padding: 25px;
  margin-left: -35px;
  transition: all 0.2s linear;
  top: calc(50% - 25px);
}
.single .flex-single .single-slider .swiper-button-prev::after {
  content: "";
  background-image: url("../img/single-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single .flex-single .single-slider .swiper-button-prev:hover {
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.5019607843);
}
.single .flex-single .single-slider .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(20, 151, 85, 0.8);
  padding: 25px;
  margin-right: -35px;
  transition: all 0.2s linear;
  top: calc(50% - 25px);
}
.single .flex-single .single-slider .swiper-button-next::after {
  content: "";
  background-image: url("../img/single-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single .flex-single .single-slider .swiper-button-next:hover {
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.5019607843);
}
.single .flex-single .single-slider .swiper-pagination {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-family: InterBlack;
  color: #1E1E1E;
  line-height: 50px;
  text-transform: uppercase;
}
.single .flex-single .single-slider .swiper-pagination .swiper-pagination-current {
  color: #149755;
}
.single .contacts {
  margin-top: 160px;
}

@media screen and (max-width: 1360px) {
  .single .flex-single .single-slider .swiper-button-prev {
    margin-left: 0px;
  }
  .single .flex-single .single-slider .swiper-button-next {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1170px) {
  .single .flex-single .single-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .single .flex-single {
    margin-top: 10px;
    flex-direction: column-reverse;
    display: flex;
  }
  .single .flex-single .single-slider {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 30px;
  }
  .single .contacts {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .single .flex-single .single-slider {
    padding: 0;
  }
}
@media screen and (max-width: 565px) {
  .single .flex-single {
    align-items: inherit;
  }
}
.team .flex-content {
  align-items: baseline;
}
.team .flex-content .main-content {
  width: 100%;
  padding-right: 66px;
}
.team .flex-content .sidebar-content {
  width: 38.4615384615%;
  position: relative;
}
.team .flex-content .sidebar-content .about-us-slider-style {
  width: 470px;
}
.team .flex-content .sidebar-content .about-us-slider-style .tab-content {
  width: 100%;
}
.team .flex-content .sidebar-content .about-us-slider-style .tab-content .tab-pane {
  width: 100%;
  visibility: hidden !important;
}
.team .flex-content .sidebar-content .about-us-slider-style .tab-content .active {
  visibility: visible !important;
}
.team .flex-content .sidebar-content .about-us-slider-style .nav-pills {
  font-family: InterBold;
  font-size: 15px;
  gap: 3px;
}
.team .flex-content .sidebar-content .about-us-slider-style .nav-pills .title-slide {
  color: #8B8B8B;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 25px;
  transition: all 0.2s linear;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
.team .flex-content .sidebar-content .about-us-slider-style .nav-pills .title-slide:hover {
  color: #1E1E1E;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider {
  width: 100%;
  overflow: hidden;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider .slider-navigation {
  display: flex;
  flex-direction: column;
  font-family: InterBold;
  font-size: 15px;
  gap: 3px;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider .swiper-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider .swiper-wrapper .swiper-slide {
  position: relative;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 93.1297709924%;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .flex-content .sidebar-content .about-us-slider-style .completed-slider svg {
  display: none;
}
.team .contacts .flex-content {
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .team .flex-content .sidebar-content .about-us-slider-style {
    width: 430px;
  }
}
@media screen and (max-width: 1170px) {
  .team > .flex-content .sidebar-content .about-us-slider-style {
    width: 400px;
  }
}
@media screen and (max-width: 1090px) {
  .team > .flex-content .sidebar-content .about-us-slider-style {
    width: 360px;
  }
}
@media screen and (max-width: 992px) {
  .team > .flex-content {
    flex-direction: column;
    margin-top: 50px;
  }
  .team > .flex-content .main-content {
    padding-right: 0;
  }
  .team > .flex-content .sidebar-content {
    width: 100%;
  }
  .team > .flex-content .sidebar-content .about-us-slider-style {
    width: 100%;
  }
  .team > .flex-content .sidebar-content .about-us-slider-style .completed-slider .swiper-wrapper {
    display: flex;
  }
  .team > .flex-content .sidebar-content .completed-slider .swiper-wrapper .swiper-slide {
    width: calc((100% - 24px - 33px) / 2) !important;
  }
  .team > .flex-content .sidebar-content .completed-slider .swiper-works-scrollbar {
    border-radius: 0;
    background: #E9E9E9;
    height: 5px;
    margin: 32px 15px 0 15px;
    width: calc(100% - 30px);
  }
  .team > .flex-content .sidebar-content .completed-slider .swiper-works-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: #1E1E1E;
  }
  .team > .flex-content .sidebar-content .completed-slider svg {
    display: flex !important;
    margin: 16px auto 0;
    width: 100%;
    animation: bounce 1.5s linear infinite;
    -webkit-animation: bounce 1.5s linear infinite;
  }
  @keyframes bounce {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(-45deg);
    }
    100% {
      transform: rotate(0);
    }
  }
}
@media screen and (max-width: 767px) {
  .team > .flex-content .sidebar-content .completed-slider {
    width: calc(100% + 30px) !important;
    margin: 0 -15px;
  }
  .team > .flex-content .sidebar-content .completed-slider .swiper-wrapper .swiper-slide {
    width: calc(100% - 24px - 33px) !important;
  }
}/*# sourceMappingURL=style.css.map */