/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Global Styles */

:root {
  --white-color: #fff;
  --black-color: #000;
  --blue-color: #40bef1;
  --grey-color: #aeaeae;
}

.gradient-color {
  background: #40bef1;
  background: -o-linear-gradient(
    319deg,
    rgba(64, 190, 241, 1) 19%,
    rgba(14, 118, 187, 1) 100%
  );
  background: linear-gradient(
    131deg,
    rgba(64, 190, 241, 1) 19%,
    rgba(14, 118, 187, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40BEF1", endColorstr="#0E76BB", GradientType=0);
}

.gradient-color-text {
  color: #40bef1 !important;
  background: #40bef1 !important;
  background: -o-linear-gradient(left, #40bef1 0%, #0e76bb 100%) !important;
  background: -webkit-gradient(linear, left top, right top, from(#40bef1), to(#0e76bb)) !important;
  background: linear-gradient(to right, #40bef1 0%, #0e76bb 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

html, body{
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat';
  overflow-x: hidden;
}

a {
  color: var(--black-color) !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
  text-transform: uppercase;
  background: #40bef1;
  background: -o-linear-gradient(left, #40bef1 0%, #0e76bb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#40bef1), to(#0e76bb));
  background: linear-gradient(to right, #40bef1 0%, #0e76bb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-style {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  max-height: 50px;
}

.btn-style p {
  margin: auto;
  color: var(--white-color);
}

.paddin-bot-top-small {
  padding: 40px 0;
}

.paddin-bot-top-big {
  padding: 40px 0;
}

.block-style {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.wco-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.bread-crum {
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #A8A8A8;
}

.bread-crum a{
  color: #A8A8A8 !important;  
}

span[property="itemListElement"]{
  color: #A8A8A8 !important;
}

span[property="itemListElement"] .home{
  color: #A8A8A8 !important;
}

.text-cont {
}

.text-cont h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text-cont p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

.text-cont strong {
  font-weight: 700;
}

.gtranslate_wrapper a {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.gtranslate_wrapper a.gt-current-lang {
  border: 1px solid var(--blue-color);
}

.form-style{
	
}

.form-style input {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    cursor: pointer;
    max-height: 50px;
    max-width: 100%;
    width: 100%;
}

.form-style input[type="submit"] {
    background: #40bef1;
    background: -o-linear-gradient( 319deg, rgba(64, 190, 241, 1) 19%, rgba(14, 118, 187, 1) 100% );
    background: linear-gradient(131deg, rgba(64, 190, 241, 1) 19%, rgba(14, 118, 187, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40BEF1", endColorstr="#0E76BB", GradientType=0);
	border: none !important;
	color: #FFF;
}

/* Global Styles End*/

/* navigation */

.navigation {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgb(255 255 255 / 79%);
  z-index: 500;
  padding: 15px 0;
}

.navigation .logo-item {
  width: 105px;
}

.navigation .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .items .hamburger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation .items .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--black-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation .nav-items {
  margin: auto;
  width: 60%;
}

.navigation .nav-items .nav-item {
  margin: auto;
  font-size: 18px;
  font-weight: 300;
}

.navigation .lang-items {
}

.navigation .lang-items .lang-item {
  padding: 10px;
  margin: auto;
}

.navigation .nav-button {
  margin: auto;
  margin-right: 0;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / 95%);
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 499;
}

.mobile-nav.active {
  display: block;
}

/* Block 1 */

.block-1 {
  padding-top: 130px;
}

.block-1 .banner {
  padding-left: 50px;
  min-height: 550px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.block-1 h1 {
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 300;
  margin-bottom: 10px;
}

.block-1 h1 p {
  margin: 0;
}

.block-1 h2 {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 300;
  -webkit-text-fill-color: #fff;
}

.block-1 h2 p {
  margin: 0;
}

.block-1 .content {
  margin: auto 0;
}

.block-1 .button-cont {
    margin-top: 20px;
    max-width: 204px;
}

/* Block 2 */

.block-2 {
  position: relative;
}

.block-2::before {
  content: "";
  background-image: url(../img/fig.png);
  display: block;
  width: 280px;
  height: 450px;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.block-2 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-2 .parts .part-1 {
  width: 38%;
}

.block-2 .parts .part-1 h1 {
    margin-top: 0;
    text-transform: uppercase;
}

.block-2 .parts .part-2 {
  width: 60%;
}

.block-2 .parts .part-2 .img-cont img{
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.block-2 .parts .part-2 .text-content {
  font-size: 20px;
  font-weight: 300;
}

.block-2 .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.block-2 .items .item {
    height: 170px;
    width: 320px;
    padding: 20px;
    border: 1px solid #40bef1;
    border-radius: 20px;
    position: relative;
}

.block-2 .items .item p {
  margin: 0;
}

.block-2 .items .item h4 {
  font-size: 20px;
}

.block-2 .items .item h4 strong {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  background: #40bef1;
  background: -o-linear-gradient(left, #40bef1 0%, #0e76bb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#40bef1), to(#0e76bb));
  background: linear-gradient(to right, #40bef1 0%, #0e76bb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-2 .items .item img {
  width: 36px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* Block 3 */

.block-3 {
  position: relative;
}

.block-3::before {
  content: "";
  background-image: url(../img/fig2.png);
  display: block;
  width: 280px;
  height: 450px;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.block-3 .block-title h2 {
  margin-bottom: 10px;
}

.block-3 .block-subtitle h3 {
  font-size: 28px;
  margin-bottom: 35px;
  font-weight: 300;
}

.block-3 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-3 .parts .part-1 {
    width: 37%;
}

.block-3 .parts .part-1 img{
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.block-3 .parts .part-2 {
  width: 60%;
}

.block-3 .parts .part-2 h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.block-3 .parts .part-2 p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.block-3 .parts .part-2 strong {
  font-weight: 700;
}

/* Block 4 */

.block-4 {
}

.block-4 .block-title h2 {
  text-align: center;
}

.block-4 .items {
  padding-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.block-4 .items .item {
    width: 430px;
    height: 290px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.block-4 .items .item h4 {
  font-size: 32px;
  color: var(--white-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block-4 .items .item h5 {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 300;
}

.block-4 .items .item .btn-style {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: 1px solid var(--white-color);
}

/* block-5 */

.block-5 .block-title h2 {
  text-align: center;
}

.block-5 .block-title {
  padding-bottom: 60px;
}

.block-5 .block-title p{
  margin: 0;
}

.block-5 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-5 .items .item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.block-5 .items .item:nth-child(1) {
  border-right: 1px solid;
  -o-border-image: -o-linear-gradient(
    bottom,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(19%, rgba(76, 194, 242, 1)),
    to(rgba(255, 255, 255, 1))
  );
  border-image: linear-gradient(
    0deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
}

.block-5 .items .item:nth-child(2) {
  border-right: 1px solid;
  -o-border-image: -o-linear-gradient(
    bottom,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(19%, rgba(76, 194, 242, 1)),
    to(rgba(255, 255, 255, 1))
  );
  border-image: linear-gradient(
    0deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
}

.block-5 .items .item:nth-child(3) {
}

.block-5 .items .item:nth-child(4) {
  position: relative;
}

.block-5 .items .item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: -o-linear-gradient(
    190deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    260deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
}

.block-5 .items .item:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: -o-linear-gradient(
    top,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(19%, rgba(76, 194, 242, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
}

.block-5 .items .item:nth-child(5) {
  position: relative;
}

.block-5 .items .item:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: -o-linear-gradient(
    190deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(76, 194, 242, 1) 100%
  );
  background: linear-gradient(
    260deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(76, 194, 242, 1) 100%
  );
}

.block-5 .items .item:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  background: -o-linear-gradient(
    top,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(19%, rgba(76, 194, 242, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(76, 194, 242, 1) 19%,
    rgba(255, 255, 255, 1) 100%
  );
  opacity: 0.5;
}

.block-5 .items .item:nth-child(6) {
  border-top: 1px solid;
  -o-border-image: -o-linear-gradient(
    350deg,
    #4cc2f2 19%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image: linear-gradient(
    100deg,
    #4cc2f2 19%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
}

.block-5 .items .item img {
  width: 58px;
  display: block;
  margin: auto;
}

.block-5 .items .item h4 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.block-5 .items .item h5 {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

/* footer */

.footer-block {
    padding-top: 30px;
}

.footer-block .block-title {
  padding-bottom: 40px;
}

.footer-block .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-block .parts .part-1 {
  width: 20%;
}

.footer-block .parts .part-2 {
  width: 70%;
}

.footer-block .parts .part-2 iframe {
  border-radius: 20px;
  width: 100%;
  min-height: 300px;
}

.footer-bg {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-image: url(../img/footer-bg.png);
}

.footer-block .items {
}

.footer-block .parts .part-1 h3 p{
  margin: 0;
}

.footer-block .items .item {
  margin-bottom: 20px;
}

.footer-block .items h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-block .items .item a {
  font-size: 18px;
  color: var(--black-color);
}

.footer-block h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

/* about-company */

.about-company {
    padding-top: 40px;
}

.about-company .our-missions {
}

.about-company .our-missions .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-company .our-missions .parts .part-1 {
    width: 45%;
}

.about-company .our-missions .parts .part-1 .text-content {
  font-size: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.about-company .our-missions .parts .part-1 .text-content p {
  margin-bottom: 10px;
}

.about-company .our-missions .parts .part-2 {
  width: 55%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-company .our-missions .parts .part-2 .about_page_img1 {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}

.about-company .our-missions .parts .part-2 .about_page_img2 {
    width: 30%;
    margin-right: 0;
    margin-left: 30px;
    border-radius: 20px;
    object-fit: cover;
}

.about-company .our-location {
}

.about-company .our-location .text-content {
}

.about-company .our-location .text-content strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.about-company .our-location .text-content h3 {
  font-size: 20px;
}

.about-company .our-location .text-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.about-company .our-location .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-company .our-location .parts .part {
  width: 48%;
}

.about-company .our-location .parts .part img{
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.about-company .our-location .parts .part-2 .block-title {
  padding-bottom: 40px;
}

.about-company .our-location .items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}

.about-company .our-location .items .item {
    width: 32%;
    position: relative;
}

.about-company .our-location .items .item:nth-child(2){
  border-left: 1px solid var(--blue-color);
  border-right: 1px solid var(--blue-color);
}

.about-company .our-location .items .item:nth-child(2) .item-sub-cont {
    margin: 0 auto;
    width: fit-content;
}

.about-company .our-location .items .item h5 {

}

.about-company .our-location .items .item p {
    font-size: 18px;
    margin: 0;
}

.about-company .our-location .items .item img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-right: 10px;
}

.about-company .our-location .items .item strong {
    background: #40bef1;
    background: -o-linear-gradient(left, #40bef1 0%, #0e76bb 100%);
    background: -webkit-gradient(linear, left top, right top, from(#40bef1), to(#0e76bb));
    background: linear-gradient(to right, #40bef1 0%, #0e76bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 300;
}

.about-company .our-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-company .our-slider .main-carousel {
}

.about-company .our-slider .main-carousel .carousel-cell {
  margin-left: 20px;
  margin-right: 20px;
}

.about-company .our-slider .main-carousel .carousel-cell img {
  width: 700px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

/* services-page-block1 */

.services-page {
    padding-top: 20px;
}

.services-page-block1 {
    padding-top: 60px;
}

.services-page-block1 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-page-block1 .parts .part-1 {
  width: 30%;
}

.services-page-block1 .parts .part-1 h1 {
    font-size: 51px;
    text-transform: uppercase;
    margin-top: 0;
}

.services-page-block1 .parts .part-2 {
  width: 60%;
}

.services-page-block1 .parts .part-2 .text-content {
  font-size: 20px;
  font-weight: 300;
}

/* service-page-single */

.service-page-single {
  padding-top: 150px;
}

.service-page-single h1 {
  font-size: 36px;
}

.service-page-single-block1 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page-single-block1 .parts .part-1 {
  width: 35%;
  position: relative;
}

.service-page-single-block1 .parts .part-1 .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-page-single-block1 .parts .part-1 .buttons .btn2 {
  margin-left: 20px;
}

.service-page-single-block1 .parts .part-2 {
  width: 60%;
}

.service-page-single-block1 .parts .part-2 img {
  border-radius: 20px;
}

.service-page-single-block1 .parts .part-1 .btn2 {
  border: 1px solid #40bef1;
  color: #40bef1;
}

.service-page-single-block1 .parts .part-1 .btn2 p {
  color: #40bef1;
}

.service-page-single-block2 {
  padding-top: 80px;
}

.service-page-single-block2 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page-single-block2 .parts .part-1 {
  width: 25%;
}

.service-page-single-block2 .parts .part-1 h2 {
  font-size: 30px;
  color: #555555;
  -webkit-text-fill-color: #555555;
}

.service-page-single-block2 .parts .part-2 {
  width: 75%;
}

.service-page-single-block2 .parts .part-2 .items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page-single-block2 .parts .part-2 .items .item {
  width: 32%;
  height: 170px;
  border: 1px solid var(--blue-color);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.service-page-single-block2 .parts .part-2 .items .item::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-image: url(../img/polygon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.service-page-single-block2 .parts .part-2 .items .item h4 {
  font-size: 18px;
  font-weight: 300;
}

.service-page-single-block3 {
  padding-top: 80px;
}

.service-page-single-block3 .block-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #555;
  -webkit-text-fill-color: #555555;
  padding-bottom: 40px;
}

.service-page-single-block3 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page-single-block3 .parts .part-1 {
  width: 35%;
}

.service-page-single-block3 .parts .part-1 .text-content {
}

.service-page-single-block3 .parts .part-1 .text-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #555;
  padding-bottom: 20px;
}

.service-page-single-block3 .parts .part-1 .text-content ul {
  margin-left: 10px;
}

.service-page-single-block3 .parts .part-1 .text-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.service-page-single ul li::marker {
  color: var(--blue-color);
}

.service-page-single-block3 .parts .part-2 {
  width: 60%;
}

.service-page-single-block3 .parts .part-2 img {
  border-radius: 20px;
}

.service-page-single-block4 {
  padding-top: 80px;
}

.service-page-single-block4 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page-single-block4 .parts .part-1 {
  width: 60%;
}

.service-page-single-block4 .parts .part-2 {
  width: 35%;
}

.service-page-single-block4 .parts .part-1 img {
  border-radius: 20px;
}

.service-page-single-block4 .parts .part-2 .text-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #555;
  padding-bottom: 20px;
}

.service-page-single-block4 .parts .part-2 .text-content ul {
  margin-left: 10px;
}

.service-page-single-block4 .parts .part-2 .text-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.service-page-single-block5 {
  padding-top: 80px;
}

.service-page-single-block5 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page-single-block5 .parts .part {
  width: 48%;
}

.service-page-single-block5 .parts .part .text-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #555;
  padding-bottom: 20px;
}

.service-page-single-block5 .parts .part .text-content ul {
  margin-left: 10px;
}

.service-page-single-block5 .parts .part .text-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.service-page-single-block6 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.service-page-single-block6 .text-cont-title {
  padding-bottom: 20px;
}

.service-page-single-block6 .text-cont-title h4 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #555;
  font-weight: 700;
}

.service-page-single-block6 .text-cont-title p {
  margin: 0;
}

.service-page-single-block6 .btn-cont {
  width: 100%;
}

.service-page-single-block6 .btn-cont .btn-style {
  margin: auto;
  width: 210px;
}

/* news-page */

.news-page {
    padding-top: 80px;
    padding-bottom: 60px;
}

.news-page .page-numbers{
	padding: 15px;
	border: 1px solid #e4e4e4 !important;
	border-radius: 10px;
}

.news-page .page-numbers.current{
	border: 1px solid #40bef1 !important;
}

.news-page h1 {
    font-size: 51px;
    text-transform: uppercase;
    margin-top: 0;
}

.news-page .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news-page .items .item {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.news-page .items .item .img-cont {
  margin-bottom: 15px;
}

.news-page .items .item img {
  border-radius: 15px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .items .item .item-title {
  margin-bottom: 10px;
}

.news-page .items .item .item-title h4 {
  font-size: 18px;
}

.news-page .items .item .preview p {
  margin-bottom: 10px;
}

/* news-page-single */

.news-page-single {
    padding-top: 80px;
    padding-bottom: 60px;
}

.news-page-single .thumbnail {
  padding-bottom: 40px;
}

.news-page-single .thumbnail img {
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page-single .content {

}

.news-page-single .content h1 {
  font-size: 24px;
  padding-bottom: 10px;
}

.news-page-single .content h2 {
  font-size: 24px;
  padding-bottom: 10px;
}

.news-page-single .content h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

.news-page-single .content h4 {
  font-size: 16px;
  padding-bottom: 10px;
}

.news-page-single .content blockquote {
    background-color: #e9e9e9;
    padding: 10px;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    width: fit-content;
    position: relative;
}

.news-page-single .content em{
  font-style: italic;
}

.news-page-single .content blockquote::after {
    content: '"';
    font-size: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #999;
}

.news-page-single .content blockquote p {
    margin-bottom: 0;
}

.news-page-single .content strong {
  font-weight: 700;
}

.news-page-single .content p {
  margin-bottom: 10px;
}

.news-page-single .content h3 {
  font-size: 24px;
  padding-bottom: 10px;
}

.news-page-single .content img {
  border-radius: 20px;
  max-width: 768px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 20px 0;
}

/* invest-page-block-1 */

.invest-page-block-1 {
    padding-top: 80px;
}

.invest-page-block-1 .block-title h1{
  margin-top: 0;
}

.invest-page-block-1 .block-title {
  text-transform: uppercase;
}

.invest-page-block-1 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-page-block-1 .parts .part-1 {
  width: 40%;
  position: relative;
}

.invest-page-block-1::before {
  content: "";
  background-image: url(../img/fig.png);
  display: block;
  width: 280px;
  height: 450px;
  position: absolute;
  background-size: cover;
  top: 50%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.invest-page-block-1 .parts .part-1 .btn-cont {
  position: absolute;
  bottom: 0;
  left: 0;
}

.invest-page-block-1 .parts .part-2 {
  width: 55%;
}

.invest-page-block-1 .parts .part-2 img {
  border-radius: 20px;
}

/* invest-page-block-2 */

.invest-page-block-2 {
    padding-top: 70px;
}

.invest-page-block-2 .block-title {
  padding-bottom: 50px;
}

.invest-page-block-2 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-page-block-2 .parts .part-1 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invest-page-block-2 .parts .part-1 img {
  max-width: 420px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.invest-page-block-2 .parts .part-2 {
  width: 55%;
}

.invest-page-block-2 .parts .part-2 .item {
  margin-bottom: 40px;
}

/* invest-page-block-3 */

.invest-page-block-3 {
    padding-top: 80px;
    padding-bottom: 30px;
}

.invest-page-block-3 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-page-block-3 .parts .part-1 {
  width: 45%;
}

.invest-page-block-3 .parts .part-2 {
  width: 50%;
}

.invest-page-block-3 .parts .part-2 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.invest-page-block-3 .block-title {
  padding-bottom: 40px;
}

.invest-page-block-3 .block-title p {
  margin: 0;
}

.invest-page-block-3 .items {
}

.invest-page-block-3 .items .item {
  padding-left: 50px;
  position: relative;
}

.invest-page-block-3 .items .item::before {
  content: "";
  background-image: url(../img/fig-mini.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.invest-page-block-3 .items .item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.invest-page-block-3 .items .item h5 {
  font-size: 18px;
  font-weight: 300;
}

/* invest-page-block-4 */

.invest-page-block-4 {
  padding: 60px 0px;
  background: #1ba1d8;
  background: -o-linear-gradient(
    309deg,
    rgba(27, 161, 216, 1) 0%,
    rgba(4, 83, 136, 1) 100%
  );
  background: linear-gradient(
    141deg,
    rgba(27, 161, 216, 1) 0%,
    rgba(4, 83, 136, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BA1D8", endColorstr="#045388", GradientType=0);
}

.invest-page-block-4 .block-title h2 {
  font-size: 36px;
  color: var(--white-color);
  -webkit-text-fill-color: var(--white-color);
}

.invest-page-block-4 .block-title {
  padding-bottom: 20px;
}

.invest-page-block-4 .block-subtitle p {
  margin: 0;
}

.invest-page-block-4 .block-subtitle h3 {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 300;
}

.invest-page-block-4 .part-1 {
  position: relative;
  width: 60%;
  min-height: 300px;
}

.invest-page-block-4 .part-2 {
  width: 35%;
}

.invest-page-block-4 .part-1 .btn-cont {
  position: absolute;
  bottom: 0;
  left: 0;
}

.invest-page-block-4 .btn-style {
  border: 1px solid var(--white-color);
}

/* invest-page-block-5 */
.invest-page-block-5 {
    padding: 80px 0;
    padding-bottom: 40px;
}

.invest-page-block-5 .block-title {
  margin-bottom: 30px;
}

.invest-page-block-5 .img-cont {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  min-height: 460px;
}

.invest-page-block-5 .img-cont .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #000000;
  z-index: 1;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.invest-page-block-5 .img-cont .content {
  position: relative;
  z-index: 2;
}

.invest-page-block-5 .img-cont .content .items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

.invest-page-block-5 .img-cont .content .items .item {
  width: 30%;
  color: var(--white-color);
  font-size: 18px;
}

.invest-page-block-5 .img-cont .content .items .item h4 {
  font-weight: 300;
}

.invest-page-block-5 .img-cont .content .items .item p {
  margin: 0;
}

/* invest-page-block-6 */

.invest-page-block-6{
    padding: 0px 0px;
    padding-top: 40px;
}

.invest-page-block-6 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-page-block-6 .parts .part-1 {
  width: 60%;
}

.invest-page-block-6 .parts .part-2 {
  width: 34%;
}

.invest-page-block-6 .block-title {
  padding-bottom: 20px;
}

.invest-page-block-6 .block-title h2 {
  font-size: 36px;
}

.invest-page-block-6 .block-title p {
  margin: 0;
}

.invest-page-block-6 .block-subtitle {
  margin: 0;
  padding-bottom: 30px;
}

.invest-page-block-6 .block-subtitle h3 {
  font-size: 24px;
  color: var(--black-color);
  font-weight: 300;
}

.invest-page-block-6 .block-subtitle p {
  margin: 0;
}

.invest-page-block-6 .part-subtitle {
  padding-bottom: 30px;
}

.invest-page-block-6 .part-subtitle h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color);
}

.invest-page-block-6 .items .item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

.invest-page-block-6 .items .item::before {
  content: "";
  background-image: url(../img/fig-mini.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.invest-page-block-6 .items .item h5 {
  font-size: 24px;
  font-weight: 300;
}

/* invest-page-block-7 */

.invest-page-block-7 {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.invest-page-block-7 .block-title {
  padding-bottom: 50px;
}

.invest-page-block-7 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-page-block-7 .parts .part {
  width: 48%;
}

.invest-page-block-7 .parts .part-1 {
  padding: 30px;
  border-radius: 20px;
  background: #1ba1d8;
  background: -o-linear-gradient(
    309deg,
    rgba(27, 161, 216, 1) 0%,
    rgba(4, 83, 136, 1) 100%
  );
  background: linear-gradient(
    141deg,
    rgba(27, 161, 216, 1) 0%,
    rgba(4, 83, 136, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BA1D8", endColorstr="#045388", GradientType=0);
}

.invest-page-block-7 .parts .part-1 .items .item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.invest-page-block-7 .parts .part-1 .items .item::before {
  content: "";
  background-image: url(../img/check-mark.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
}

.invest-page-block-7 .parts .part-1 .items .item h5 {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 300;
}

.invest-page-block-7 .parts .part-2 .items .item {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.invest-page-block-7 .parts .part-2 .items .item {
  background-color: #cfecff;
  color: #045388;
  font-size: 24px;
}

.invest-page-block-7 .parts .part-2 .items .item p {
  margin: 0;
}

.invest-page-block-7 .parts .part-2 .items .item:nth-child(1) {
  background-color: #40bef1;
  color: var(--white-color);
}

/* invest-page-block-8 */

.invest-page-block-8 {
    padding: 80px 0px;
    padding-top: 50px;
}

.invest-page-block-8 .block-title {
  padding-bottom: 10px;
}

.invest-page-block-8 .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* invest-page-block-9 */

.invest-page-block-9 {
  padding: 60px 0px;
}

.invest-page-block-9 .parts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-page-block-9 .parts .part-1 {
  width: 60%;
}

.invest-page-block-9 .parts .part-1 p {
  margin-bottom: 20px;
}

.invest-page-block-9 .parts .part-1 h4 {
  font-size: 20px;
  font-weight: 300;
}

.invest-page-block-9 .parts .part-2 {
  width: 35%;
}

.invest-page-block-9 .parts .part-2 .btn-cont {
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #cfecff;
    width: 100%;
}

.invest-page-block-9 .parts .part-2 .btn-cont .btn-style {
    max-width: 280px;
    margin: auto;
}

.invest-page-block-9 .parts .part-2 .btn-cont h4 {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 300;
}

/* team-block */

.team-block {
  padding-top: 20px;
}

.team-block .block-title {
  padding-bottom: 40px;
}

.team-block .block-title h2 {
  text-align: center;
}

.team-block .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.team-block .items .item {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 40px);
            flex: 0 0 calc(100% / 4 - 40px);
}

.team-block .items .item h4 {
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.team-block .items .item h5 {
  text-align: center;
  color: #1e1e1e;
}

.team-block .items .item img {
  width: 100%;
  height: 390px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.top-arrow{
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 40px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-arrow.visible {
  opacity: 1;
}

/*page-not-found*/

.page-not-found{
  padding-top: 80px;
  height: 100vh;
}

.page-not-found h1 {
    font-size: 100px;
    text-align: center;
    margin-bottom: 10px;
}

.page-not-found h2{
  text-align: center;
}

/* Медиазапросы для адаптации */

@media (max-width: 1200px) {
  .block-2::before,
  .block-3::before {
    display: none;
  }

  .block-2 .parts .part-1,
  .block-2 .parts .part-2,
  .block-3 .parts .part-1,
  .block-3 .parts .part-2 {
    width: 100%;
  }

  .block-3 .parts .part-2 {
    padding-top: 40px;
  }

  .block-2 .parts .part-1,
  .block-3 .parts .part-1 {
    margin-bottom: 0px;
  }

  .block-2 .parts .part-2 .text-content {
    font-size: 14px;
  }

  .footer-block .parts .part-1,
  .footer-block .parts .part-2 {
    width: 100%;
  }

  .footer-block .parts .part-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-block .parts .part-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .service-page-single h1 {
    font-size: 24px;
  }

  .service-page-single-block1 .parts .part-1 .btn-style p {
    font-size: 14px;
  }

  .service-page-single-block2 .parts .part-2 .items .item h4 {
    font-size: 14px;
  }

  .team-block .items .item h4 {
    font-size: 18px;
  }

  .team-block .items .item h5 {
    font-size: 14px;
  }

  .navigation .nav-items .nav-item {
    margin: auto;
    font-size: 14px;
    font-weight: 300;
  }

  .navigation a.glink {
    font-size: 14px;
    padding: 5px;
  }

  .navigation .nav-button {
    font-size: 14px;
  }

.page-not-found {
    padding-bottom: 80px;
    height: auto;
}

.page-not-found h1 {
    font-size: 50px;
}

}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .block-1 .banner {
    padding-left: 30px;
    min-height: 450px;
  }

  .service-page-single {
    padding-top: 60px;
  }

  .service-page-single-block1 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page-single-block1 .parts .part {
    width: 100%;
  }

  .service-page-single-block1 .parts .part-1 .buttons {
    position: static;
    padding-bottom: 40px;
  }

  .service-page-single-block2 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page-single-block2 .parts .part {
    width: 100%;
  }

  .service-page-single-block2 .block-title {
    padding-bottom: 40px;
  }

  .service-page-single-block3 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page-single-block3 .parts .part {
    width: 100%;
  }

  .service-page-single-block4 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-page-single-block4 .parts .part {
    width: 100%;
  }

  .service-page-single-block5 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page-single-block5 .parts .part {
    width: 100%;
  }

  .block-5 .items .item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .block-5 .items .item:nth-child(3) {
    border-right: 1px solid;
    -o-border-image: -o-linear-gradient(
      bottom,
      rgba(76, 194, 242, 1) 19%,
      rgba(255, 255, 255, 1) 100%
    );
    border-image: -webkit-gradient(
      linear,
      left bottom, left top,
      color-stop(19%, rgba(76, 194, 242, 1)),
      to(rgba(255, 255, 255, 1))
    );
    border-image: linear-gradient(
      0deg,
      rgba(76, 194, 242, 1) 19%,
      rgba(255, 255, 255, 1) 100%
    );
    border-image-slice: 1;
  }

  .block-5 .items .item:nth-child(5) {
    border-right: 1px solid;
    -o-border-image: -o-linear-gradient(
      bottom,
      rgba(76, 194, 242, 1) 19%,
      rgba(255, 255, 255, 1) 100%
    );
    border-image: -webkit-gradient(
      linear,
      left bottom, left top,
      color-stop(19%, rgba(76, 194, 242, 1)),
      to(rgba(255, 255, 255, 1))
    );
    border-image: linear-gradient(
      0deg,
      rgba(76, 194, 242, 1) 19%,
      rgba(255, 255, 255, 1) 100%
    );
    border-image-slice: 1;
  }

  .block-5 .items .item:nth-child(6) {
    border-top: 1px solid;
    -o-border-image: -o-linear-gradient(
      350deg,
      #4cc2f2 19%,
      rgba(255, 255, 255, 1) 100%
    );
    border-image: linear-gradient(
      100deg,
      #4cc2f2 19%,
      rgba(255, 255, 255, 1) 100%
    );
    border-image-slice: 1;
    border-right: none;
  }

  .about-company .our-missions .parts .part-2 {
    display: block;
  }

  .about-company .our-missions .parts .part-2 .about_page_img1 {
    width: 100%;
  }

  .about-company .our-missions .parts .part-2 .about_page_img2 {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .about-company .our-location .items .item strong {
    font-size: 24px;
  }

  .about-company .our-slider .main-carousel .carousel-cell img {
    width: 480px;
    height: 280px;
  }

  .text-cont p {
    font-size: 16px;
  }

  .text-cont h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .invest-page-block-3 .items .item h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .invest-page-block-3 .items .item h5 {
    font-size: 16px;
  }

  .invest-page-block-4 .block-title h2 {
    font-size: 24px;
  }

  .invest-page-block-4 .block-subtitle h3 {
    font-size: 18px;
  }

  .invest-page-block-5 .img-cont .content .items .item h4 {
    font-size: 14px;
  }

  .invest-page-block-6 .block-title h2 {
    font-size: 24px;
  }

  .invest-page-block-6 .block-subtitle h3 {
    font-size: 18px;
  }

  .invest-page-block-6 .part-subtitle h4 {
    font-size: 18px;
  }

  .invest-page-block-6 .items .item h5 {
    font-size: 18px;
  }

  .invest-page-block-7 .parts .part-1 .items .item h5 {
    font-size: 18px;
  }

  .invest-page-block-7 .parts .part-2 .items .item {
    font-size: 18px;
  }

  .invest-page-block-9 .parts .part-1 h4 {
    font-size: 16px;
  }

  .invest-page-block-9 .parts .part-2 .btn-cont h4 {
    font-size: 16px;
  }

  .team-block .items {
    gap: 0;
  }

    .team-block .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* или другой подходящий вариант выравнивания */
    }
    
    .team-block .items .item {
        margin-bottom: 40px;
        flex: 0 0 48%; /* flex-grow, flex-shrink, flex-basis */
        /* или просто width: 48%; если не нужно flex-поведение */
        box-sizing: border-box; /* чтобы padding не влиял на ширину */
    }

  .team-block .items .item h4 {
    font-size: 16px;
  }

.navigation .nav-items {
    width: 50%;
}

    .navigation .nav-button {
        padding: 10px;
    }

}

@media (max-width: 768px) {
  .navigation .items .hamburger {
    display: block;
  }

  .navigation .items .hamburger div {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background-color: var(--blue-color);
  }

  .navigation .nav-items,
  .navigation .lang-items,
  .navigation .nav-button {
    display: none;
  }

  .mobile-nav {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 600;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    opacity: 0;
  }

  .mobile-nav.open {
    opacity: 1;
    left: 0;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
  }

  .mobile-nav .logo-item {
    width: 200px;
  }

  .mobile-nav .nav-items {
    padding-top: 40px;
  }

  .mobile-nav .nav-items .nav-item {
    margin-bottom: 20px;
  }

  .mobile-nav .nav-items .nav-item a {
    color: var(--black-color);
  }

  .mobile-nav .close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
  }

  .mobile-nav .close-btn div {
    width: 100%;
    height: 2px;
    background-color: var(--black-color);
  }

  .mobile-nav .close-btn div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 20px;
  }

  .mobile-nav .close-btn div:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 18px;
  }

  .mobile-nav .lang-items {
    padding-top: 20px;
  }

  .mobile-nav .lang-items .lang-item {
    padding: 10px;
  }

  .block-1 .banner {
    padding-left: 20px;
    min-height: 400px;
  }

  .block-4 .items .item {
    width: 100%;
  }

  .block-5 .items .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none !important;
  }

  .block-5 .items .item:nth-child(n)::before,
  .block-5 .items .item:nth-child(n)::after {
    display: none;
  }

  .block-5 .items .item {
    border-bottom: 1px solid #40bef1;
  }

  .block-5 .items .item:last-child {
    border-bottom: none;
  }

  .footer-bg {
    height: 150px;
  }

  .about-company .our-missions .parts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-company .our-missions .parts .part {
    width: 100%;
  }

  .about-company .our-missions .parts .part-1 {
    margin-bottom: 40px;
  }

  .our-missions .block-title {
    padding-bottom: 20px;
  }

  .about-company .our-location .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-company .our-location .parts .part {
    width: 100%;
  }

  .about-company .our-location .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-company .our-location .items .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-company {
    padding-top: 60px;
  }

  .service-page-single-block2 .parts .part-2 .items .item {
    width: 48%;
  }

  .service-page-single-block3 .block-title h2 {
    font-size: 24px;
  }

  .service-page-single-block3 .parts .part-1 .text-content h3 {
    font-size: 18px;
  }

  .service-page-single-block3 .parts .part-1 .text-content ul li {
    font-size: 14px;
  }

  .service-page-single-block4 .parts .part-2 .text-content h3 {
    font-size: 18px;
  }

  .service-page-single-block4 .parts .part-2 .text-content ul li {
    font-size: 14px;
  }

  .service-page-single-block5 .parts .part .text-content h3 {
    font-size: 18px;
  }

  .service-page-single-block5 .parts .part .text-content ul li {
    font-size: 14px;
  }

  .service-page-single-block6 .text-cont-title h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .service-page-single-block6 .btn-cont .btn-style {
    font-size: 14px;
  }

  .news-page-single .content p {
    font-size: 14px;
    line-height: 18px;
  }

  .news-page {
      padding-top: 80px;
  }

  .news-page h1 {
    font-size: 30px;
    text-transform: uppercase;
  }

    .news-page .items .item {
        width: 100%;
        padding-bottom: 0;
    }

  .news-page .items .item .item-title h4 {
    font-size: 16px;
  }

  .news-page .items .item .preview p {
    font-size: 14px;
  }

  .news-page .items .item .date-cont {
    font-size: 14px;
  }

  .news-page-single {
      padding-top: 80px;
  }

  .invest-page-block-1::before {
    display: none;
  }

  .invest-page-block-1 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-1 .parts .part {
    width: 100%;
  }

  .invest-page-block-1 .parts .part-1 {
    margin-bottom: 20px;
  }

  .invest-page-block-1 .parts .part-1 .btn-cont {
    position: static;
  }

  .invest-page-block-2 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-2 .parts .part {
    width: 100%;
  }

  .invest-page-block-2 .parts .part-1 {
    padding-bottom: 40px;
  }

  .invest-page-block-3 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-3 .parts .part {
    width: 100%;
  }

  .invest-page-block-3 .parts .part-1 {
    padding-bottom: 40px;
  }

  .invest-page-block-4 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-4 .parts .part {
    width: 100%;
  }

  .invest-page-block-4 .parts .part-1 {
    padding-bottom: 40px;
    min-height: auto;
  }

  .invest-page-block-4 .part-1 .btn-cont {
    position: static;
    margin-top: 40px;
  }

  .invest-page-block-5 .img-cont .content .items .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .invest-page-block-5 .img-cont .overlay {
    background: #000000;
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.2) 100%
    );
    background: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.2))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.2) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }

  .invest-page-block-6 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-6 .parts .part {
    width: 100%;
  }

  .invest-page-block-6 .parts .part-1 {
    margin-bottom: 40px;
  }

  .invest-page-block-7 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-7 .parts .part {
    width: 100%;
  }

  .invest-page-block-7 .parts .part-1 {
    margin-bottom: 40px;
  }

  .invest-page-block-9 .parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invest-page-block-9 .parts .part {
    width: 100%;
  }

  .invest-page-block-9 .parts .part-1 {
    margin-bottom: 40px;
  }

.services-page-block1 .parts {
    flex-wrap: wrap;
}

.services-page-block1 .parts .part{
  width: 100%;
}

.services-page-block1 .parts .part-1 h1 {
    font-size: 24px;
}

.services-page-block1 .parts .part-2 .text-content {
    font-size: 14px;
}

.block-3 .block-subtitle br{
  display: none;
}

.paddin-bot-top-big {
    padding: 20px 0;
}

.block-1 {
        padding-top: 130px;
    }
    

.invest-page-block-3 {
    padding-top: 20px;
}

.invest-page-block-3 .parts .part-2 {
    margin-bottom: 40px;
}

.invest-page-block-5 {
    padding: 20px 0;
}

.invest-page-block-7 {
    padding: 20px 0px;
}

.invest-page-block-8 {
    padding: 20px 0px;
}

.footer-block {
    padding-top: 40px;
}

.services-page {
    padding-top: 20px;
}

.service-page-single {
    padding-top: 80px;
}

}

@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .service-page-single-block2 .parts .part-2 .items .item h4 {
    font-size: 12px;
  }
  .about-company .our-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-4 .items .item h4 {
    font-size: 16px;
  }

  .about-company .our-missions .parts .part-1 .text-content p {
    font-size: 16px;
  }

  .about-company .our-location .text-content h3 {
    font-size: 16px;
  }

  .about-company .our-location .text-content p {
    font-size: 14px;
    line-height: 16px;
  }

  .about-company .our-location .items .item p {
    font-size: 16px;
  }

  .about-company .our-slider .main-carousel .carousel-cell img {
    width: 320px;
    height: 210px;
  }

  .block-4 .items .item h5 {
    font-size: 14px;
  }

  .block-1 .banner {
    padding-left: 15px;
    min-height: 350px;
  }

  .block-1 h2 {
    font-size: 18px;
  }

  .block-3 .parts .part-2 h3 {
    font-size: 16px;
  }

  .block-3 .parts .part-2 p {
    font-size: 14px;
  }

  .block-3 .parts .part-2 p br{
    display: none;
  }

  .block-3 .block-subtitle h3 {
    font-size: 14px;
  }

  .block-2 .items .item,
  .block-4 .items .item {
    width: 100%;
  }

  .block-4 .items .item {
    height: 200px;
  }

  .block-5 .items .item h4 {
    margin-top: 16px;
  }

  .block-5 .items .item h5 {
    font-size: 14px;
  }

  .footer-block .items .item h4 {
    font-size: 16px;
  }

  .footer-block .items .item a {
    font-size: 14px;
  }

  .footer-block h3 {
    font-size: 16px;
  }

  .block-2 .items .item h4 strong {
    font-size: 24px;
  }

  .btn-style {
    padding: 10px 15px;
  }

  .wco-container {
    width: 95%;
  }

  .footer-bg {
    height: 100px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }

  .text-cont p {
    font-size: 14px;
  }

  .invest-page-block-3 .items .item h4 {
    font-size: 16px;
  }

  .invest-page-block-3 .items .item h5 {
    font-size: 14px;
  }

  .invest-page-block-4 .block-subtitle h3 {
    font-size: 16px;
  }

  .btn-style p {
    font-size: 14px;
  }

  .invest-page-block-6 .items .item h5 {
    font-size: 14px;
  }

  .invest-page-block-7 .parts .part-1 .items .item h5 {
    font-size: 14px;
  }

  .invest-page-block-7 .parts .part-2 .items .item {
    font-size: 14px;
  }

  .invest-page-block-9 .parts .part-1 h4 {
    font-size: 14px;
  }

  .invest-page-block-9 .parts .part-2 .btn-cont h4 {
    font-size: 14px;
  }

    .invest-page-block-7 .parts .part-2 .items .item {
        padding: 40px 20px;
        margin-bottom: 0;
        position: relative;
        transition: ease-in-out 0.4s;
    }

    .invest-page-block-7 .parts .part-2 .items .item:nth-child(1){
      background-color: #0E76BB;
      transition: ease-in-out 0.4s;
    }

    .invest-page-block-7 .parts .part-2 .items .item:nth-child(2){
      background-color: #84DCFF;
      transition: ease-in-out 0.4s;
    }

    .invest-page-block-7 .parts .part-2.animate .items .item:nth-child(2){
      transform: translateY(-30px);
      transition: ease-in-out 0.4s;
      padding-top: 30px;
    }

    .invest-page-block-7 .parts .part-2 .items .item:nth-child(3){
      background-color: #ACE7FF;
      transition: ease-in-out 0.6s;
    }

    .invest-page-block-7 .parts .part-2.animate .items .item:nth-child(3) {
        transition: ease-in-out 0.6s;
        transform: translateY(-60px);
        padding-top: 30px;
    }

    .invest-page-block-7 .parts .part-2 .items .item:nth-child(4){
      background-color: #CCF0FF;
      transition: ease-in-out 0.8s;
    }

    .invest-page-block-7 .parts .part-2.animate .items .item:nth-child(4) {
        transition: ease-in-out 0.8s;
        transform: translateY(-90px);
        padding-top: 30px;
    }

    .invest-page-block-7 .parts .part-2 .items .item:nth-child(5){
      background-color: #E4F7FF;
      transition: ease-in-out 1s;
    }

    .invest-page-block-7 .parts .part-2.animate .items .item:nth-child(5) {
        transition: ease-in-out 1s;
        transform: translateY(-120px);
        padding-top: 30px;
    }

    .invest-page-block-7 .parts .part-2 .items{
      transition: ease-in-out 1s;
    }

    .invest-page-block-7 .parts .part-2.animate .items{
      transition: ease-in-out 1s;
      margin-bottom: -90px;
    }

    .team-block .items .item {
        flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
    }

.about-company .our-location .items .item:nth-child(2){
  border: none;
}


}

/* Дополнительные стили для мобильного меню */
@media (min-width: 769px) {
  .mobile-nav {
    display: none !important;
  }
}