/* Удаление отступов и полей у всех элементов */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Установка базовых стилей для основных элементов */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Удаление списка стилей для списков */
ul[class],
ol[class] {
  list-style: none;
}

/* Установка одинаковых стилей для ссылок */
a {
  text-decoration: none;
  color: inherit;
}

/* Установка стандартного шрифта для всех элементов */
body {
  font-family: Evolventa, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px; 
}

/* Удаление рамок у элементов форм */
input,
button,
textarea,
select {
  border: none;
  outline: none;
}

/* Установка базовых стилей для изображений и видео */
img,
video {
  max-width: 100%;
  height: auto;
}

/* Удаление стилей таблицы */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Установка базовых стилей для заголовков */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  font-family: Evolventa;
}

@font-face {
  font-family: Evolventa;
  src: url('../css/fonts/Evolventa-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Evolventa;
  src: url('../css/fonts/Evolventa-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

html{
  scroll-behavior: smooth;
}

:root {
  --darkGreen: #1F675B;
  --lightGreen: #167E54;
  --greenesh: #4B9199;
  --swiper-navigation-sides-offset: -27px;
  --swiper-navigation-color: #167E54;
  --swiper-pagination-color: #167E54;
  --marginTop: 100px;
}
::-webkit-scrollbar {
  width: 12px;  
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--lightGreen);
  border-radius:5px;
  cursor:grab;
}
h2 {
  font-size: clamp(1.875rem, 2vw + 1rem, 3.438rem);
  color: var(--lightGreen);
  text-align: center;
  font-weight: bold;
  line-height: calc(clamp(1.875rem, 2vw + 1rem, 3.438rem) + 5px);
}

.container {
  width: min(1670px, 100% - 30px);   
  margin-left: auto;
  margin-right: auto;
}

.halfColumn {
  width: 50%;
}

.twoColumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #4b4b4b36;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  transition: all 0.3s ease;
}
header.active{
  background-color: #fff;
  box-shadow: 0px 3px 6px #4a4a4a63;
}
.headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 250px;
}

.mainMenuWrap {
  display: flex;
  gap: 40px;
  color: var(--lightGreen);
  font-weight: bold;
  text-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
}

.buttonStyled {
  display: block;
  width: max-content;
  padding: 10px 15px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--lightGreen) 0%, var(--darkGreen) 50%);
  box-shadow: 0px 3px 10px #0000004f;
  position: relative;
  overflow: hidden;
}

.buttonStyled>span,
.diagrammSection .buttonStyled {
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

/*.buttonStyled:before{
  content:'';
  display:block;
  height: 100%;
  transition: all 0.5s ease;
  width: 0;  
  position: absolute;
  background: linear-gradient(90deg, rgb(217 199 86) 0%, #ad7c59 70%);
  top: 0;
  left: 0;
  z-index: 1;
}
.buttonStyled:hover:before{
  width: 100%;
}*/

.mainBanner {
  display: block;
  height: 95vh;
  width: 100%;
  background-image: url('../img/main_tmp_2.jpg');
  background-size: cover;
}

.mainBanner>.container {
  height: 100%;
  display: flex;
  align-items: center;
}

.headingLikeStyles {
  font-size: clamp(1.875rem, 2.5vw + 1rem, 3.75rem);;
  line-height: clamp(1.875rem, 2.5vw + 1rem, 3.75rem);;
  color: var(--lightGreen);
  max-width: 750px;
  font-weight: bold;
}

.mainbannerIconsWrap {
  margin: 40px 0;
  gap: 20px 26px;
}

.advantageWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.advantageWrap img {
  width: 30px;
}

.advantageText {
  line-height: 24px;
  font-family: Evolventa;
}

.diagrammSection,.ourOffer,.tarificationWrap,.advantages,.checkUpWrap,.economyEffectWrap,.healthyEmployee,section:has(.reviewsWrap),section:has(.ourPartners),section:has(.formWrap) {
  margin-top: var(--marginTop);
  scroll-margin: 110px;
}

.diagrammSection .twoColumns {
  gap: 50px;
  align-items: center;
}

.diagrammSection .buttonStyled {
  margin-top: 40px;
}

.diagrammSection .twoColumns img {
  margin-left: auto;
}

.diagrammSection .diagrammHeading {
  font-size: clamp(1.25rem, 2vw + 1rem, 2rem);
  font-weight: 500;
}

.highlighedText {
  font-weight: bold;
  color: var(--lightGreen);
}

.multiColumnsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 15px;
}

.multiColumnsGrid>div {
  padding: 15px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 24px;
  text-align: center;
  position: relative;
  background-size: cover;
  border: 1px solid var(--greenesh);
  overflow: hidden;
  transition: scale 0.3s ease-in-out;
}
.multiColumnsGrid>div:hover{
  scale: 1.05;
}
.multiColumnsGrid .overlay {
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgb(255 255 255 / 50%);
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
.multiColumnsGrid>div:hover .overlay{
  background-color: rgba(255, 255, 255, 0);
}
.multiColumnsGrid .number {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 2;
  color: var(--greenesh);
}

.multiColumnsGrid .textLayer {
  position: relative;
  z-index: 2;
  max-width: 75%;
}

.multiColumnsGrid .small {
  height: 100px;
}

.multiColumnsGrid .big {
  height: 215px;
  grid-row: span 2;
}

.multiColumnsGrid img {
  width: 50px;
}

.filialsWrap {
  color: #fff;
}

.tarificationWrap .twoColumns {
  gap: 73px;
}

.tarif {
  padding: 50px 97px;
  position: relative;
  background-color: #E9EBEA;
  border: 1px solid var(--greenesh);
  border-radius: 20px;
  overflow: hidden;
  font-size: 18px;
}

.tarif .number {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: clamp(1.563rem, 2vw + 1rem, 2.188rem);
  line-height: 24px;
  color: var(--lightGreen);
  font-weight: bold;
}

.tarif .tarifHeading {
  font-size: clamp(1.563rem, 2vw + 1rem, 2.188rem);
  line-height: clamp(1.563rem, 2vw + 1rem, 2.188rem);
  color: var(--lightGreen);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.tarif .tariflist {
  list-style: disc;
  padding-left: 18px;
  margin-top: 18px;
}

.advantages {
  border: 1px solid var(--lightGreen);
  padding: 0 70px;
  padding-top: 45px;
  border-radius: 20px;
  position: relative;
  background-image: url('../img/advBg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 1048px;
}

.advantagesRow {
  display: flex;
  justify-content: space-between;
}

.advantagesRow.topRow {
  padding: 0 114px;
  margin-top: 215px;
  margin-bottom: 117px;
}

.advantagesRow .advantageWrap {
  height: 120px;
  width: 320px;
  background-color: #fff;
  border: 1px solid var(--lightGreen);
  border-radius: 20px;
  padding: 24px 31px;
  position: relative;
}

.advantagesRow .advantageWrap:before {
  content: '';
  background-image: url('../img/advantageArrow.png');
  background-size: cover;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -40px;
}

.advantagesImage {
  height: 974px;
  width: 674px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  translate: -50% 0;
  overflow: hidden;
}

.answersWrap {
  margin-top: 39px;
  display: flex;
  width: 100%;
  gap: 30px;
}

.answersWrap .answersLeft {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.answersWrap .answersRight {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px;
  background-color: var(--lightGreen);
  flex: 1;
  color: #fff;
  font-size: 18px;
}

.answersWrap .answersRight .headingLikeStyles {
  color: #fff;
  font-size: clamp(1.563rem, 1.5vw + 1rem, 2.5rem);
  line-height: clamp(1.563rem, 1.5vw + 1rem, 2.5rem);
  margin-bottom: 25px;
}

.answersWrap .answersRight .buttonStyled {
  background: #fff;
  color: var(--lightGreen);
  box-shadow: unset;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 55px;
  margin-top: 30px;
}

.answersAfter {
  background-color: var(--lightGreen);
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
  padding: 25px 0;
}

.checkUpWrap>h2,.economyEffectWrap>h2 {
  margin-bottom: 50px;
}

.checkUpWrap .twoColumns {
  border: 1px solid var(--lightGreen);
  padding: 60px 80px;
  border-radius: 20px;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
.ckeckupsList li {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 100%;
  font-size: 25px;
  margin-bottom: 20px;
}
.ckeckupsList li:last-child{
  margin-bottom: 0;
}
.ckeckupsList li>img {
  width: 26px;
  height: 26px;
}

.economyEffect{
  display: flex;
  justify-content: space-between;
}

.economyEffect>p,.economyEffectThird{
  font-size: 25px;
  padding: 25px 70px;
  color: var(--lightGreen);
  border:1px solid var(--lightGreen);
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
}
.economyEffectThird{
  margin: 40px auto 0 auto;
  width: max-content;
}
.healthyEmployee>h2{
  margin-bottom: 50px;
}
.healthyEmployee .twoColumns{
  align-items: center;
  gap: 70px;
}
.healthyEmployee .twoColumns>img{
  border-radius: 20px;
}
.healthyEmployeeList li{
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 38px;
  font-size: 25px;
  color: var(--lightGreen);
  font-weight: bold;
}
.healthyEmployeeList li:last-child{
  margin-bottom: 0;   
}
.healthyEmployeeList li>img{
  width: 48px;
}
section:has(.reviewsWrap)>h2,section:has(.ourPartners)>h2{
  margin-bottom: 50px;
}
.reviewsWrap,.ourPartners{
  padding: 5px 20px;
}
.star-rating__live{
  display: flex;
  color: #ffb74d;
  margin-bottom: 15px;
}
.star-rating__live .star-rating__item{
  width: 18px;
  height: 18px;
}
.reviewHeading{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.swiper-slide{
  padding: 20px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 21%);
  border-radius: 20px;
}
.reviewsWrap .swiper-slide{
  height: auto;
}
.sliderArrowsWrap{
  position: relative;
}
.ourPartners .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: auto;
}
.ourPartners .swiper-slide img{
  width: 150px;
  display: block;
  margin: auto;
}
.formWrap{
  display: grid;
  grid-template-columns: max-content 1fr;
 /* background-color: #4F787A;*/
 background-color: var(--lightGreen);
  color: #fff;
  position: relative;
  border-radius: 20px;
}
.leftColumn{
  padding: 75px 90px;
  border-right: 1px solid #ffffff21;
}
.formWrap .headingLike{
  font-size: 30px;
  margin-bottom: 30px;
}

.phoneWrap,.rightColumn form button{
  padding: 15px;
  background-color: rgb(254 213 21);
  color: #363232;
  border-radius: 20px;
  margin: 30px 0;
  display: block;
  width: max-content;
  font-weight: bold;
  transition: all 0.3s ease;
}
.phoneWrap:hover,.rightColumn form button:hover{
  background-color:#e1bc11;
}
.workDays{
  display: flex;
  gap: 10px;
}

.workDays .day{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
}

.workHours{
  font-size: 25px;
  display: block;
  margin-top: 15px;
}

.rightColumn{
  padding: 75px 90px;
  background-image: url(../img/formBgpattern.svg);  
  background-repeat: repeat-y;  
  background-position-x: 90%;
}
.formText{
  font-size: 25px;
  display: block;
  margin-bottom: 83px;
}
.rightColumn form{
  display: flex;
  flex-direction: column;
}

.rightColumn form input{
  border-radius: 20px;
  padding: 20px 25px;
  width: max-content;
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #24c98654;
  color: #fff;
}
.rightColumn form input::-webkit-input-placeholder { 
  color: white; 
}
.rightColumn form input::-moz-placeholder{
  color: white; 
}

.rightColumn form button{
  font-size: 20px;
  margin: 5px 0 10px 0;
  cursor: pointer;
  padding: 15px 25px;
  
}
.agreementLink{
  text-decoration: underline;
  font-size: 13px;
}
.rightColumn>img{
  position: absolute;
  top: -20px;
  right: 8%;
  height: calc(100% + 20px);
  filter: drop-shadow(-6px -1px 7px #0000004a);;
}
.menuIconMobile{
  display: none;
}
@media(max-width:1440px){
  .advantages{
    padding: 0 45px;
    padding-top: 45px;
    min-height: 848px;
  }
  .advantagesRow.topRow{
    padding: 0 70px;
  }
  .advantagesRow .advantageWrap{
    width: 250px;
    height: 150px;
  }
  .advantagesImage{
    height: 974px;
    width: 400px;   
    bottom: -314px;    
  }
  .checkUpWrap .twoColumns{
    grid-template-columns: 1fr 1fr;
  }
  .economyEffect{
    gap: 40px;
  }
}
@media(max-width:1024px) {
  :root{
    --marginTop:50px;
  }
  .menuIconMobile {
      display: block;
      width: 18px;
      position: relative;
      z-index: 250;
  }

  .menuIconMobile span,
  .menuIconMobile span::before,
  .menuIconMobile span::after {
      background-color: var(--lightGreen);
      border-radius: 3px;
      content: '';
      position: absolute;
      width: 18px;
      height: 1px;
      margin-top: -5px;

      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
  }

  .menuIconMobile span::before {
      margin-top: -5px;
  }

  .menuIconMobile span::after {
      margin-top: 5px;
  }

  .menuIconMobile.active span {
      background: transparent;
  }

  .menuIconMobile.active span::before {
      margin-top: 0;

      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .menuIconMobile.active span::after {
      margin-top: 0;

      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .buttonsWrap{
    display: flex;
    align-items: center;
    gap: 30px;
  }
  header .mainMenuWrap{
    flex-direction: column;
    position: fixed;
    right: -500vw;    
    top: 0;
    background: #e9faf3;
    padding: 50px;
    z-index: 200;
    height: 100vh;
    transition: right 0.5s ease;
  }
  header .mainMenuWrap.active{
    right: 0;
  }
  .halfColumn{
    width: 100%;
  }
  .tarificationWrap .twoColumns{
    gap: 15px;
  } 
  .tarif{
    padding: 50px 40px;
  }
  .tarif .number{
    top: 15px;
    left: 15px;
  }
  .answersWrap .answersRight{
    padding: 30px;
  }
  .checkUpWrap .twoColumns{
    grid-template-columns: 1fr;
  }
}

@media(max-width:600px){

  .diagrammSection .twoColumns,.tarificationWrap .twoColumns,.healthyEmployee .twoColumns,.formWrap,.multiColumnsGrid{
    grid-template-columns: 1fr;
  } 
  .answersWrap,.advantagesRow,.economyEffect{
    flex-direction: column;
  }
  .advantagesRow,.economyEffect{    
    gap: 15px;
  }
  .headerWrap{
    gap: 50px;
  }
  .mainBanner{
    height: 65vh;
  }
  .mainBanner .halfColumn{
    margin-top: 100px;
  }
  
  .diagrammSection .buttonStyled{
    margin: 40px auto 0 auto;
  }
  .tarif {
    padding: 50px 20px;
  }
  .advantages{
    padding: 25px 25px 25px 45px;
    padding-bottom: 0;
    min-height: auto;    
  }
  
  .advantagesRow.topRow{
    padding: 0;
    margin: 30px 0 30px 0;
  }
  .advantagesRow .advantageWrap{
    width: 100%;
    height: auto;
    padding: 15px 25px;
  }
  .advantagesRow .advantageWrap:before{
    width: 38px;
    height: 38px;
    left: -30px;
  }
  .advantagesImage{
    position: static;
    translate: unset;
    width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: -7px;
  }
 
  .checkUpWrap .twoColumns{
    padding: 45px;
  }
  .ckeckupsList li{
    font-size: 18px;
  }
 
  .economyEffectThird,.rightColumn form input,.rightColumn form button{
    width: 100%;
  }
  .economyEffect>p, .economyEffectThird{
    padding: 20px;
    font-size: 18px;
  }
  .healthyEmployeeList li{
    font-size: 18px;
    gap: 15px;
    margin-bottom: 20px;
  }
  .healthyEmployeeList li>img{
    width: 38px;
  }
  .rightColumn>img{
    position: static;
    height: auto;
    margin-bottom: -27px;
  }
  .leftColumn,.rightColumn{
    padding: 20px;
  }
  .reviewsWrapNext,.reviewsWrapPrev,.ourPartnersPrev,.ourPartnersNext{
    display: none;
  }
}
