* {

  padding: 0;

  margin: 0;

  font-family: "baseline-pro";

  box-sizing: border-box;

  scroll-behavior: smooth;

}



@font-face {

  font-family: "baseline-pro";

  src: url(./assets/Fonts/PFBaselinePro-Bold.ttf);

}



@font-face {

  font-family: "Montserrat";

  src: url(./assets/Fonts/Montserrat-Regular.ttf);

}



:root {

  --primary-green: #16571d;

  --bg-green: #7fb985;

  --title-Purple: #4e1282;

  --primary-blue: #3051c7;

  --primary-yellow: #f0af13;

  --primary-orange: linear-gradient(90deg, #f18f16 0%, #e63919 100%);

  --primary-gray: #525f5f;

  --primary-bg: #f9f9f9;

}

input{

  font-family: "Montserrat", sans-serif !important;

}

.flexX {

  display: flex;

  flex-direction: row;

}

.flexColumn {

  display: flex;

  flex-direction: column;

}

body {

  width: 100vw;

  overflow-x: hidden;

}



header {

  background: #f9f9f9;

  padding-bottom: 100px;

}



.container {

  max-width: 1274px !important;

  margin: 0 auto;

}



.nav {

  width: 100%;

  padding: 10px 0 10px 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.logo {

  color: #525f5f;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.logo_main {

  font-size: 26px;

}



.logo_description {

  font-family: "Montserrat" !important;

  font-size: 10px;

  font-weight: 600;

  line-height: 10px;

}



.logo img {

  width: 200px;

  cursor: pointer;

}



.menu {

  list-style: none;

  display: flex;

  justify-content: space-between;

  color: var(--primary-gray);

  flex-grow: 1;

  padding: 0 48px;

  align-items: center;

  font-size: 14px;

}



.menu_responsive {

  display: flex;

  align-items: center;

  flex-grow: 1;

}



.menu li {

  float: left;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  cursor: pointer;

}



.contacts p {

  color: var(--primary-gray);

  font-size: 18px;

  font-family: "Montserrat";

  font-weight: 600;

}



.contacts {

  display: flex;

  flex-direction: column;

  justify-content: center;

  text-align: center;

}



.contacts button,

.border-btn {

  padding: 10px 33px;

  border: 2px solid;

  border-image: linear-gradient(

    142deg,

    rgba(241, 143, 22, 1) 0%,

    rgba(230, 57, 16, 1) 100%

  );

  background: transparent;

  border-image-slice: 1;

  cursor: pointer;

  background: linear-gradient(90deg, #f18f16 0%, #e63919 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  transition-duration: 500ms;



  /* This line ensures the entire border is filled */

}

.bg-orange {

  background: linear-gradient(90deg, #F18F16 0%, #E63919 100%);



  color: white;

}

.contacts button:hover,

.border-btn:hover {

  background: linear-gradient(90deg, #f18f16 0%, #e63919 100%);

  color: white !important;

  -webkit-text-fill-color: white;

  transition-duration: 500ms;

}



.contacts button p {

  font-family: "Montserrat", sans-serif !important;

  font-size: 14px;

  font-weight: 400;

  color: linear-gradient(

    142deg,

    rgba(241, 143, 22, 1) 0%,

    rgba(230, 57, 16, 1) 100%

  ) !important;

}



.header_main {

  display: flex;

  padding-top: 100px;

}



.header_main_1 {

  width: 50%;

  position: relative;

  color: var(--primary-gray);

  padding-top: 40px;

  z-index: 50;

}



.header_main_1 h1 {

  font-size: 88px;

  font-weight: 400;

}



.header_main_1 > p {

  font-size: 33px;

  font-weight: 400;

  text-transform: capitalize !important;

}



.header_main_1 > img {

  position: absolute;

  top: -140px;

  left: -230px;

}



.header_main_1 > div {

  padding-top: 144px;

  font-family: sans-serif !important;

}



.header_main_1 > div > div {

  display: flex;

  padding-top: 34px;

  align-items: center;

  gap: 75px;

  font-size: 18px;

}



.header_main_1 > div > p {

  color: var(--primary-gray);

  font-size: 21px !important;

}



.header_main_1 > button {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;

  padding: 24px 55px;

  color: white;

  background: linear-gradient(

    142deg,

    rgba(241, 143, 22, 1) 0%,

    rgba(230, 57, 16, 1) 100%

  );

  border: none;

  font-size: 21px;

  margin-top: 40px;

  cursor: pointer;

}



.header_main_2 {

  position: absolute;

  left: 52%;

}



.resume {

  padding: 100px 0;

}



.column {

  display: flex;

  flex-direction: column;

  align-items: center;

}

.resume h1 {

  font-size: 40px;

  color: var(--primary-gray);

}



.resume_main_1 > h1 > span,

.resume_main_2 > h1 > span {

  background: linear-gradient(90deg, #f18f16 0%, #e63919 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



.resume_main_1,

.resume_main_2 {

  width: 100%;

  text-align: center;

}

.resume_main_2 {

  margin-top: 74px;

}



.resume_main_1 > div,

.resume_main_2 > div {

  display: flex;

  justify-content: space-between;

  padding-top: 100px;

  color: var(--primary-gray);

  font-size: 18px;

}



.resume_main_2 > div {

  padding-top: 70px;

}



.resume_main_1_1 > span,

.resume_main_1_1 > span > div,

.resume_main_1_2 > span,

.resume_main_1_2 > span > div,

.resume_main_1_3 > span,

.resume_main_1_3 > span > div {

  background: linear-gradient(90deg, #f18f16 0%, #e63919 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  font-size: 55px;

  gap: 10px;

  display: flex;

  position: relative;

  z-index: 20;

  align-items: end;

  line-height: 50px;

}

.resume_main_1_1

  > span

  > div

  .resume_main_1_2

  > span

  > div

  .resume_main_1_3

  > span

  > div {

  font-size: 19px !important;

}

.resume_main_1_3 {

  position: relative;

  line-height: 40px;

}



.resume_main_1_2 > p {

  margin-left: 80px;

  position: relative;

  z-index: 20;

}



.resume_main_1_2,

.resume_main_1_3 {

  text-align: start;

  position: relative;

}



.resume_main_1_3 > span {

  position: absolute;

  left: -80px;

}



.resume_main_2s {

  font-size: 19px !important;

}

.circle {

  position: absolute;

  width: 183px;

  height: 183px;

  border-radius: 50%;

  border: 1px solid #d7d7d7;

  left: -20%;

  top: -30%;

  z-index: 0;

}

.resume button {

  margin-top: 80px;

  padding: 18px 72px;

  background: var(--primary-orange);

  border: none;

  color: white;

  font-size: 14px;

}

.gray {

  color: var(--primary-gray);

}

.ch-s {

  background: var(--primary-bg);

  padding: 77px 0;

}

.title {

  font-size: 50px;

  color: var(--primary-gray);

  margin: 0 auto;

}

.montserrat {

  font-family: "Montserrat", sans-serif;

}

.title span,

.orange {

  background: linear-gradient(90deg, #f18f16 0%, #e63919 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.form {

  font-family: "Montserrat", sans-serif;

}

.form input::placeholder {

  color: black;

  font-size: 12px;

  font-family: "Montserrat", sans-serif;

}

.overflow-h{

  overflow: hidden;

}

.scale{

  transition: all 0.5s;

  transform: scale(1);

}

.border:hover .scale{

  transform: scale(1.5);

}
.catalog-item{

}
.catalog-item img{
  height: 197px;
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
  object-fit: cover;
}
.catalog-item:hover img{
  transform: scale(1.5);
}
.catalog-item .har{

}
.catalog-item .har ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-item .har ul li{
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  font-size: 12px;
  gap: 0.25rem;
  display: flex;
  font-family: "Montserrat", sans-serif;
}
.catalog-item .har ul li span{
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.catalog-item .har ul li br{
  display: none;
}
@media screen and (max-width: 1700px) {

  .header_main_2 {

    left: 55%;

    overflow-x: hidden;

  }

}



@media screen and (max-width: 1300px) {

  .container {

    width: 100%;

    max-width: 1024px !important;

  }



  .contacts p {

    font-size: 12px;

  }



  .contacts button {

    padding: 10px 20px;

  }



  .menu {

    padding: 0 10px;

  }

}



@media screen and (max-width: 1024px) {

  .ch-s_desc {

    font-size: 14px !important;

  }

  .title {

    font-size: 30px !important;

    color: var(--primary-gray);

    margin: 0 auto;

  }

  .resume {

    padding-top: 50px;

  }

  .resume_main_1 > div {

    padding-top: 20px;

  }

  .resume_main_2 > div {

    padding-top: 20px;

  }

  .resume_main_1_3 > span {

    left: -20px;

  }

  .resume_main_1_3 {

    line-height: 20px;

  }

  .resume h1 {

    font-size: 20px;

  }

  .resume_main_1_1 > span,

  .resume_main_1_1 > span > div,

  .resume_main_1_2 > span,

  .resume_main_1_2 > span > div,

  .resume_main_1_3 > span,

  .resume_main_1_3 > span > div {

    font-size: 30px;

    line-height: 24px;

    text-align: left !important;

  }

  header {

    padding-bottom: 120px;

  }

  .container {

    width: 100vw;

    padding: 0 20px;

  }



  .menu_responsive {

    display: none;

  }



  .menu_icon {

    display: block;

    cursor: pointer;

  }



  .menu_icon span {

    display: block;

    width: 25px;

    height: 3px;

    background: #000;

    margin: 5px 0;

  }



  .menu_icon.active ~ .menu_responsive {

    display: flex;

    flex-direction: column;

    align-items: center;

    background: #fff;

    position: absolute;

    top: 60px;

    /* Adjust this value as needed */

    left: 0;

    right: 0;

    z-index: 999;

    padding: 20px;

    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);

  }

.orange-bg {

  

}

  .header_main_1 > div > div {

    gap: 10px;

  }



  .header_main_1 > div {

    padding-top: 20px;

  }



  .header_main_1 > button {

    font-size: 14px !important;

  }



  .menu_responsive .menu {

    flex-direction: column;

    text-align: center;

    padding: 0;

  }



  .menu_responsive .menu li {

    margin-bottom: 15px;

  }



  .menu_responsive .contacts {

    margin-top: 20px;

    text-align: center;

  }

}

.button_ho ver:hover {

  border: 2px solid;

  border-image: linear-gradient(

    142deg,

    rgba(241, 143, 22, 1) 0%,

    rgba(230, 57, 16, 1) 100%

  );

  background: white;

  border-image-slice: 1;

}

.carousel-container {

  position: relative;

  overflow: hidden;

  width: 756px;

  height: 516px;

}.carousel-slide {

  display: none;

  width: 100%;

  height: 100%;

}.carousel-slide.active {

  display: block;

}



.carousel-image {

  width: 100%;

  height: 100%;

}



/* input::placeholder {

  font-family: "Montserrat", sans-serif !important];

} */



@media screen and (max-width: 768px) {

  .carousel-container {

    height: 300px;

  }

  .container {

    width: 100vw;

    padding: 0 20px;

  }

  .resume_main_2 {

    margin-top: 34px;

  }

  .title {

    font-size: 20px !important;

    color: var(--primary-gray);

    margin: 0 auto;

  }

  .resume h1 {

    text-align: center;

  }

  .resume {

    padding-bottom: 1px;

  }

  header {

    padding-bottom: 20px;

  }

  .resume button {

    margin-top: 20px;

  }

  .resume_main_1 > div,

  .resume_main_2 > div {

    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 20px;

  }

  .resume_main_1_3 {

    line-height: normal;

  }

  .remove_br {

    display: none;

  }

  .resume_main_1,

  .resume_main_2 {

    width: 100%;

    text-align: start;

  }

  .resume_main_1_3 > span,

  .resume_main_1_2 > span {

    position: relative;

    left: -0px;

  }

  .resume_main_1_2 p {

    margin: 0;

  }

  .circle {

    display: none;

  }

  .header_main_2 {

    display: none;

  }



  .header_main_1 {

    width: 100%;

  }



  .header_main_1 > p {

    font-size: 16px;

  }



  .header_main_1 > h1 {

    font-size: 40px;

    font-weight: bold;

  }



  .header_main_1 > button {

    padding: 20px 30px;

  }



  .header_main_1 > div > div {

    font-size: 14px;

    width: 100%;

    justify-content: space-between;

  }

}



@media screen and (max-width: 400px) {

  .header_main_1 > button {

    padding: 10px 20px;

  }

  .resume button {

    font-size: 14px;

    padding: 10px 20px;

  }

  .title {

    font-size: 20px !important;

    color: var(--primary-gray);

    margin: 0 auto;

  }

}
.lastFooterLine a,
ymaps, ymaps * {
    font-family: Arial !important;
}
.ymaps-2-1-79-ground-pane{
  filter: grayscale(1);
}
.equalP{
  min-height: 42px;
}
.equalPTitle{
  min-height: 54px;
}
@media screen and (max-width: 640px){
  .equalP,
  .equalPTitle{
    min-height: unset;
  }
}
.partnersTitle{
  width: 100%;
}
.case-preview {
    margin-top: 10px;
}
.case-preview img {
    width: 80px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.3s;
    
    object-fit: cover;
}
.case-preview .slick-slide{
  border: 2px solid transparent;
  margin: 0 10px;
  max-width: 80px;
}
.case-preview .slick-list{
  margin: 0 -10px;
}
.case-preview .slick-track{
  margin-left: 0;
}
.case-preview .slick-current {
    border-color: rgba(241, 143, 22, 1);
}
.inner-slider .slick-prev{
  left: 10px;
}
.inner-slider .slick-next{
  right: 10px;
}
.inner-slider .slick-prev::before,
.inner-slider .slick-next::before{
  font-size: 32px;
/*  color: rgba(241, 143, 22, 1);*/
}
.inner-slider .slick-prev,
.inner-slider .slick-next{
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;
}