a,
a:hover,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none
}

.wrapper,
body {
  overflow-x: hidden
}

.header__links ul a,
.header__wrapper {
  z-index: 3;
  position: relative
}

.about__more,
.about__slider_arrow,
.certificate__arrow,
.header__call svg,
.header__contacts,
.header__icon,
.header__icon svg,
.header__icon svg path,
.header__links ul li .dropdown,
.header__links ul li::after,
.header__wrapper,
.products__btn,
.products__item p,
.products__item.catalog,
.products__item.catalog svg path,
.review__arrow,
.review__link,
.review__link svg path,
.services__arrow,
.services__link,
.services__text a span,
.start__arrow {
  transition: .3s ease-in-out
}

#callme .form .select img,
.header__icon.active svg,
.vacancy__name.active .vacancy__btn svg {
  transform: rotate(180deg)
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter-Medium.woff) format("woff"), url(../fonts/Inter-Medium.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff) format("woff"), url(../fonts/Inter-Regular.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.woff) format("woff"), url(../fonts/Inter-SemiBold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Manrope-Bold.woff) format("woff"), url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Manrope-Medium.woff) format("woff"), url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Manrope-Regular.woff) format("woff"), url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Manrope-SemiBold.woff) format("woff"), url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Exo2-Regular.woff) format("woff"), url(../fonts/Exo2-Regular.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Exo2-Medium.woff) format("woff"), url(../fonts/Exo2-Medium.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Exo2-Bold.woff) format("woff"), url(../fonts/Exo2-Bold.woff2) format("woff2");
  font-display: swap
}

*,
::after,
::before,
:focus,
:focus-visible {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0
}

li {
  list-style: none
}

a,
a:visited {
  color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0
}

.header__contacts a,
.header__links ul a {
  font-weight: 500;
  line-height: 1.5em;
  font-size: 16px
}

img {
  vertical-align: top
}

input:focus {
  outline: 0
}

body,
html {
  height: 100%;
  scroll-behavior: smooth
}

body {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  color: #fff
}

body.fixed {
  overflow: hidden
}

.wrapper {
  margin: 0 auto
}

* {
  min-height: 0;
  min-width: 0
}

.section__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start
}

.header__wrapper,
.section__name {
  display: flex;
  justify-content: space-between
}

.section__name {
  align-items: center;
  width: 100%
}

.section__name p {
  padding: 17px 25px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 12px;
  background-color: #f1f1f1;
  color: #151515;
  flex-shrink: 0
}

.section__name div {
  width: 100%;
  height: 1px;
  background-color: rgba(21, 21, 21, .15);
  flex-shrink: 1
}

.section__title {
  max-width: 910px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #151515;
  margin-top: 5px
}

.about__text div,
.breadcrumb,
.header__phone_wrap a {
  font-family: Manrope, sans-serif
}

.section__title span {
  color: #7f7f7f;
  display: block
}

.black__wrapper {
  background-color: #191919
}

.breadcrumb {
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 25px;
  overflow-x: visible;
  color: #fff;
  flex-wrap: wrap
}

.breadcrumb a,
.breadcrumb span {
  color: rgba(255, 255, 255, .45)
}

.breadcrumb.black,
.header__black .header__contacts a,
.header__black .header__links ul a,
.header_black a,
.header__black .header__lang{
  color: #151515
}

.breadcrumb.black a,
.breadcrumb.black span,
.info__top h2 span {
  color: #7f7f7f
}

.header__wrapper {
  margin: 0 auto;
  padding: 10px 40px 0;
  align-items: center;
  background: #fff
}

.header .logo__white,
.header__black .logo__white,
.header__burger,
.header__white .logo__black,
.header_black .logo__white,
.header_white .logo__black,
.products__mob {
  display: none
}

.header__black,
.header__black .header__wrapper,
.header__white,
.header__white .header__wrapper {
  background: 0 0
}

.header__links ul,
.header__white .header__burger,
.header__white .header__contacts {
  background-color: rgba(255, 255, 255, .1)
}

.major,
.start__wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.header__black .logo__black,
.header__white .logo__white {
  display: inline-block
}

.header__white .header__call svg {
  fill: #fff
}

.header__black .header__icon,
.header__white .header__burger span {
  background-color: #fff
}

.header__black .header__burger,
.header__black .header__contacts,
.header__black .header__links ul,
.header__contacts,
.header__black .header__lang{
  background-color: #f1f1f1
}

.header__black .header__burger span,
.project button span {
  background-color: #151515
}

.header__black .header__icon path {
  stroke: #151515
}
.header__lang{
    position:relative;
        display: flex;
    align-items: center;
   text-transform:uppercase;
        background-color: rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 25px 35px;
}
.header__lang p{  gap: 6px; align-items:center;display:flex;}
.lang__list{
    padding-top:15px;
    position: absolute;
    top: 100%;
    left: 0;
    width:100%;
    visibility: hidden;
    display:none;
}
.lang__list li {width:100%;}
.lang__list ul{
    padding: 0 !important;
    text-align: center;
    background:white !important;
    /* border: 1px solid #dcdcdc; */
            width: 100%;
}
.lang__list li{
    margin:10px 0;
}

.lang__mob{
    display:flex;
    gap:5px;
    padding: 20px 0;
    align-items:center;
    text-transform:uppercase;
}
.lang__mob li{
    margin:0 !important;
}
.modal#menu .menu__wrapper .lang__mob a{color:rgba(21, 21, 21, .75)  !important;}
.modal#menu .menu__wrapper .lang__mob li.active a{color:#151515 !important;}
.header__lang ul a{
    color:#151515;
}
.header__lang .active{display:none;}
.header__logo img {
  height: 50px;
  width: auto
}
.lang__arrow{transition: transform linear 0.3s;}
.header__lang.active .lang__arrow{
    transform:rotate(180deg);
}
.header__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

.header__links ul {
  display: flex;
  align-items: center;
  gap: 26px;
  border-radius: 12px;
  padding: 25px 35px
}

.header__links ul li {
  position: relative;
  cursor: pointer
}

.header__links ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  height: 1px;
  width: 0
}

.header__links ul li .dropdown {
  position: absolute;
  left: -30px;
  min-width: 370px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 65px;
  top: 0;
  visibility: hidden;
  display: none
}

.header__links ul li .dropdown ul {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}

.header__links ul li .dropdown li {
  transition: .3s ease-in-out;
  position: relative
}

.header__links ul li .dropdown li:after {
  content: "";
  display: block;
  width: 0;
  background-color: #7f7f7f;
  bottom: -3px;
  height: 1px
}

.header__links ul li .dropdown a {
  color: #151515;
  transition: .3s linear
}

.header__links_big ul {
  padding: 25px 41px;
  gap: 35px
}

.header__contacts {
  display: flex;
  border-radius: 12px;
  gap: 30px;
  padding: 22px 22px 22px 27px;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.header__call svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: #151515
}

.header__icon {
  background-color: rgba(255, 255, 255, .15);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center
}

.cart .arrows.white,
.header__icon.active,
.header__phone_wrap {
  background-color: #fff
}

.header__icon.active svg path {
  stroke: #3498db
}

.header__phone {
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  padding-top: 43px;
  display: none
}

.header__phone_wrap {
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.major__bottom,
.start__text {
  border-top: 1px solid rgba(255, 255, 255, .3)
}

.about__slider_arrows,
.start__arrows {
  background-color: rgba(255, 255, 255, .1);
  overflow: hidden
}

.major__wrapper,
.start__content {
  display: flex;
  flex-direction: column
}

.header__phone_wrap a {
  color: #151515 !important;
  font-size: 18px;
  line-height: 25px
}

.header_white a,
.services__current {
  color: #fff
}

.start {
  width: 100vw;
  height: 920px;
  margin-top: -84px;
  z-index: 1
}

.start__slider div:first-child:not(.start__arrow) {
  height: 100%
}

.start__slide {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.major::after,
.start__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4b5a68;
  z-index: 2;
  position: absolute;
  mix-blend-mode: multiply
}

.start__wrapper {
  height: 100%;
  position: relative
}

.start__content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 180px 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 5
}

.start__arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.start__arrows {
  display: flex;
  border-radius: 12px;
  z-index: 2;
  bottom: 25px;
  left: 25px;
  flex-shrink: 0
}

.start__title {
  max-width: 1040px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 75px;
  letter-spacing: -.8px
}

.start__text {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px
}

.start__text p {
  max-width: 750px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500
}

.start__text img {
  width: 85px;
  height: auto;
  flex-shrink: 0
}

.major {
  width: 100vw;
  height: 920px;
  margin-top: -84px;
  position: relative;
  z-index: 1
}

.major-small {
  height: 500px
}

.major-small .major__bottom {
  border: none;
  padding: 60px 0;
  align-items: end
}

.major-small .major__bottom p {
  font-size: 16px;
  line-height: 25px;
  max-width: 870px;
  margin-right: 40px
}

.major-small .start__title {
  font-weight: 600;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -1.8px
}

.major__wrapper {
  padding: 125px 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 100%;
  justify-content: space-between
}

.about__text,
.major__content {
  flex-direction: column;
  display: flex
}

.major__wrapper .start__title {
  max-width: 1070px
}

.major__content {
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 171px
}

.major__img {
  transform: translateY(40%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 40px
}

.major__img img {
  object-fit: cover;
  width: 100%;
  height: auto
}

.major__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
  align-items: center
}

.major__bottom .start__title {
  flex-shrink: 0
}

.major__bottom p {
  max-width: 910px;
  font-size: 20px;
  line-height: 1.5em;
  flex-shrink: 1;
  width: 55vw
}

.major__bottom img {
  width: 50px;
  height: 50px;
  object-fit: cover
}

.about__wrapper,
.contacts__wrapper,
.partners__wrapper {
  padding: 0 40px;
  margin: 180px auto 0
}

.about__content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px
}

.about__slider {
  height: 480px;
  max-width: 794px;
  width: auto;
  flex-shrink: 1;
  position: relative
}

.about__slider_wrap {
  border-radius: 30px;
  overflow: hidden
}

.about__slider_arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.about__slider_arrows {
  position: absolute;
  display: flex;
  border-radius: 12px;
  z-index: 2;
  bottom: 25px;
  left: 25px
}

.about__slide {
  height: 480px;
  border-radius: 30px;
  overflow: hidden
}

.about__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about__text {
  max-width: 910px;
  justify-content: space-between;
  width: 100%;
  padding-right: 116px;
  flex-shrink: 0
}

.about__text div {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #151515
}

.about__line,
.history__title,
.info__top h2 {
  font-family: Exo, sans-serif
}

.about__more {
  padding: 17px 25px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 25px;
  background-color: #3bb01c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500
}

.history__img,
.info__slide {
  border-radius: 30px;
  overflow: hidden
}

.about__lines {
  margin: 90px -40px 153px
}

.about__lines .slick-track {
  display: flex;
  gap: 50px
}

.about__line {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 150px;
  line-height: 185px;
  letter-spacing: -2px;
  color: #151515;
  text-transform: lowercase
}

.info__wrapper,
.production__wrapper {
  margin: 180px auto 0;
  padding: 0 40px
}

.info__top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: #151515
}

.info__top h2 {
  font-size: 36px;
  line-height: 40px;
  max-width: 750px;
  width: 42vw;
  flex-shrink: 0
}

.history__list,
.info__top div {
  flex-direction: column;
  display: flex
}

.info__top div {
  gap: 25px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
  max-width: 910px;
  width: 56vw;
  font-weight: 400
}

.history__img img,
.info__slide img {
  width: 100%;
  object-fit: cover;
  height: 100%
}

.info__slider {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(21, 21, 21, .15)
}

.info__slider .slick-track {
  display: flex;
  gap: 20px
}

.info__slide {
  width: 30vw !important;
  aspect-ratio: 1/1;
  max-width: 445px;
  min-width: 220px
}

.history__wrapper {
  margin: 180px auto 0;
  padding: 0 40px;
  display: flex;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.history__img {
  width: calc(50% - 10px);
  flex-shrink: 0
}

.history__text {
  width: calc(50% - 10px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 25px;
  background-color: #f1f1f1;
  padding: 55px 60px;
  color: #151515
}

.products__btn,
.products__item.catalog p {
  background-color: #3bb01c;
  border-radius: 12px
}

.history__title {
  font-size: 74px;
  letter-spacing: -.8px;
  line-height: 80px
}

.history__list {
  margin-top: 80px;
  gap: 40px
}

.history__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Manrope, sans-serif
}

.history__item .year {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px
}

.history__item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px
}

.products__wrapper {
  margin: 0 auto;
  padding: 170px 40px 0
}

.control__top,
.news__top,
.products__top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.products__title {
  font-family: Exo, sans-serif;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -1px
}

.products__block p,
.products__item {
  font-family: Manrope, sans-serif;
  font-size: 16px
}

.control__title,
.news__title,
.review__title,
.services__count {
  letter-spacing: -.8px
}

.products__block {
  width: 100%;
  max-width: 49.5%;
  display: flex;
  justify-content: space-between;
  align-items: end
}

.products__block p {
  line-height: 25px;
  max-width: 390px
}

.products__btn {
  margin-top: 3px;
  padding: 18px 25px;
  font-size: 16px;
  line-height: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.products__list {
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  width: 100%;
  padding-top: 59px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  gap: 20px
}

.advantages__list,
.news__items {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

.products__item {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 65px 39px 32px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 25px
}

.products__item span {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(21, 21, 21, .5)
}

.products__item p {
  font-size: 20px;
  margin-left: -4px;
  margin-right: -8px;
  color: #151515;
  font-weight: 600
}

.products__item.catalog {
  background-color: #2f2f30;
  justify-content: flex-end;
  padding-bottom: 40px;
  overflow: hidden
}

.products__item.catalog span {
  display: block;
  color: #fff;
  position: static;
  z-index: 2
}

.products__item.catalog svg {
  width: 100%;
  height: auto;
  position: absolute;
  right: -39px;
  max-height: 100%;
  top: 0;
  z-index: 0
}

.products__item.catalog p {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 18px;
  z-index: 2
}

.products__item.catalog p img {
  position: static;
  width: 24px;
  height: 24px
}

.products__img {
  width: 100%;
  height: 205px
}

.products__img img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.control__wrapper {
  padding: 0 40px 180px;
  margin: 180px auto 0
}

.control__title {
  max-width: 825px;
  font-family: Exo, sans-serif;
  font-size: 74px;
  line-height: 80px
}

.control__icon {
  background-color: #222223;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px
}

.control__icon img {
  width: 69px;
  height: 69px
}

.control__content {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  gap: 25px
}

.control__text {
  display: flex;
  flex-direction: column;
  gap: 23px;
  max-width: 910px;
  font-size: 20px;
  line-height: 30px;
  font-family: Manrope, sans-serif
}

.control__img {
  width: 375px;
  height: 375px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative
}

#callme .form .select__input,
#callme .form .select__input:checked+label,
.control__img .control__icon,
.footer__mob,
.project .f-button,
.projects__item:nth-child(n+9) {
  display: none
}

.control__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.services {
  padding: 0 40px
}

.services__wrapper {
  margin: 180px auto 0;
  width: 100%;
  position: relative
}

.services__top {
/*   position: absolute;
top: 35px;
width: calc(100% - 80px); */
  margin: 0 auto;
  /* left: 50%; */
  /* transform: translate(-50%); */
  display: flex;
  justify-content: space-between;
  color:#151515;
}

.contacts__map,
.services__img {
  overflow: hidden;
  position: relative
}

.cart__title,
.certificate__text h2,
.geography__title,
.services__title {
  font-family: Exo, sans-serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -.8px
}

.services__count {
  font-family: Exo, sans-serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 80px;
  color: rgba(255, 255, 255, .3)
}

.news__arrows,
.partners__arrows,
.services__arrows {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.services__arrow {
  width: 60px;
  height: 60px;
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.services__slider {
  width: 100%;
  margin-top:40px;
  border-radius: 30px;
  overflow: hidden
}
.services__content{
    backdrop-filter: blur(27.399999618530273px);
    padding:30px;
}
.services__slide {
  display: flex !important;
  width: 100%;
  background-blend-mode: multiply;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  /* padding: 40px; */
  height: auto;
  position:relative;
  overflow:hidden;
  min-height:790px;
  /* aspect-ratio:1/0.43; */
}
.services__slide .image{
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}
/* .services__slide:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background: rgba(44, 52, 59, 0.8);
    height:100%;
} */
.services__right{
    align-items: flex-end;
    width:fit-content !important;
}
.services__name {
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 40px;
  display:flex;
  gap:35px;
  align-items:baselane;
}
.services__name span{
    flex-shrink:0;
    background: #FFFFFF33;
    width:50px;
    display:flex;
    align-items:center;
        justify-content: center;
    height:50px;
}
.services__text {
  display: flex;
  justify-content: space-between
}

.services__text div {
  display: flex;
  max-width: 33%;
  width: 100%;
  flex-direction: column;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 25px;
  justify-content: space-between
}

.services__text div img {
  width: 35px;
  height: 35px
}

.services__text ul {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px
}

.services__desc,
.services__link,
.services__text a,
.services__val {
  font-size: 16px;
  line-height: 25px
}

.services__text ul p {
  color: rgba(255, 255, 255, .55)
}

.services__text a {
  display: flex;
  /* width: 25%; */
  /* height: 200px; */
  padding:21px 53px;
  border-radius: 20px;
  background-color: #fff;
  flex-direction: row;
  color: #151515;
  gap:10px;
  justify-content: space-between;
  /* padding: 30px; */
  color:#FFFFFF;
  background:#3bb01c;
  align-items: center;
  margin-top:30px;
  transition:background linear 0.3s;
}
.services__descr{
    margin-top:30px;
}
.services__text a span {
  text-align: left;
  width: 100%
}

.services__wrap {
  margin: 80px auto 180px;
  padding: 0 40px
}

.services__list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.services__elem {
  background-color: #f1f1f1;
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 25px
}

.services__img {
  width: calc(50vw - 60px);
  max-width: 890px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1/.55;
  border-radius: 20px;
  min-height: 310px
}

.services__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.services__img .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px
}

.services__img .icon img {
  width: 35px;
  height: 30px;
  object-fit: cover
}

.services__info {
  padding: 35px 0 40px 40px;
  max-width: 670px;
  width: calc(50vw - 60px);
  color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px
}

.services__info h2 {
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 40px
}

.certificate__text p,
.services__desc,
.services__val {
  font-family: Manrope, sans-serif
}

.services__desc {
  margin-top: 25px;
  font-weight: 400;
  color: rgba(21, 21, 21, .75)
}

.services__val {
  margin-top: 50px;
  font-weight: 400
}

.services__val span {
  font-size: 20px;
  color: rgba(21, 21, 21, .55)
}

.services__val div {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap
}

.services__val p {
  padding: 8px 25px 12px;
  border-radius: 500px;
  background-color: #fff;
  flex-shrink: 0
}

.services__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3bb01c;
  border-radius: 12px;
  height: 60px;
  width: 195px
}

.review__wrapper {
  margin: 180px auto;
  padding: 180px 40px 0
}

.review__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.review__title {
  font-family: Exo, sans-serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 80px
}

.certificate__arrows,
.review__arrows {
  display: flex;
  gap: 0;
  border-radius: 12px;
  width: 120px;
  height: 60px;
  background-color: #222223;
  overflow: hidden
}

.review__arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.review__slider {
  margin-top: 60px
}

.review__slide {
  display: flex !important;
  width: 100% !important;
  border-radius: 30px;
  background-color: #222223;
  padding: 60px;
  min-height: 580px;
  flex-direction: row;
  gap: 80px
}

.review__img {
  background-color: #fff;
  max-width: 693px;
  width: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  flex-shrink: 0
}

.review__img img {
  width: 275px;
  height: 172px;
  object-fit: contain;
}

.review__info {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 838px
}

.review__info .company {
  font-family: Exo, sans-serif;
  font-size: 38px;
  line-height: 40px
}

.review__info .text {
  margin-top: 40px;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
  gap: 25px
}

.review__info .text p {
  color: #fff;
  margin-top: 0
}

.review__link {
  color: #3498db !important;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.review__link svg {
  width: 20px;
  height: 11px
}

.certificate__wrapper {
  max-width: 1920px;
  margin: 180px auto;
  padding: 0 40px 180px;
  display: flex;
  gap: 140px;
  justify-content: space-between
}

.certificate__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: 500px
}

.certificate__text p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 25px
}

.contacts__desc p,
.contacts__desc_mob p,
.quote__text .author svg {
  margin-top: 5px
}

.certificate__arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.certificate__slider {
  width: 100%;
  flex-grow: 1
}

.certificate__slider .slick-track {
  display: flex;
  gap: 40px
}

.certificate__slide {
  width: 374px !important;
  background-color: #222223;
  border-radius: 30px;
  padding: 20px;
  height: 510px
}

.certificate__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.advantages__wrapper,
.news__wrapper {
  padding: 0 40px;
  margin: 170px auto 0
}

.advantages__content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 90px
}

.advantages__count {
  display: flex;
  gap: 38px;
  align-items: flex-end;
  flex-shrink: 0
}

.advantages__count p {
  font-family: Exo, sans-serif;
  font-size: 185px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -11px;
  margin-left: -11px;
  color: #151515;
  margin-bottom: -20px
}

.advantages__count span,
.advantages__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: Manrope, sans-serif
}

.advantages__count span {
  color: #7f7f7f;
  align-items: flex-end;
  width: 164px
}

.advantages__list {
  display: grid;
  max-width: 1370px;
  grid-row-gap: 60px;
  row-gap: 60px;
  grid-column-gap: 40px;
  column-gap: 40px
}

.advantages__item {
  border-bottom: 1px solid #151515;
  min-height: 320px;
  padding-bottom: 35px;
  height: 100%
}

.advantages__icon {
  width: auto;
  height: 60px
}

.advantages__icon img {
  width: auto;
  height: 100%;
  max-width: 75px;
  object-fit: contain
}

.advantages__name {
  color: #151515;
  margin-top: 80px
}

.advantages__text {
  margin-top: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(21, 21, 21, .75)
}

.news__date,
.news__title {
  font-family: Exo, sans-serif
}

.news__title {
  font-size: 74px;
  line-height: 80px;
  color: #151515
}

.news__more {
  padding: 17px 25px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 25px;
  background-color: #3bb01c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  transition: .3s ease-in-out
}

.news__arrow,
.news__tab {
  justify-content: center;
  transition: .3s ease-in-out;
  cursor: pointer
}

.news__arrow {
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center
}

.news__slider {
  margin-top: 60px;
  border-top: 1px solid rgba(21, 21, 21, .15);
  padding-top: 60px
}

.news__date,
.news__name {
  font-size: 20px;
  margin-top: 20px
}

.news__slider .slick-track {
  display: flex;
  gap: 40px
}

.news__slide {
  width: calc(25vw - 45px) !important;
  display: block
}

.news__img {
  width: 100%;
  height: 430px;
  border-radius: 30px;
  overflow: hidden;
  transition: .3s ease-in-out
}

.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.news__name {
  padding-right: 20px;
  line-height: 30px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  transition: .3s ease-in-out;
  box-orient: vertical
}

.news__date {
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -.5px;
  color: #7f7f7f
}

.news__date span {
  font-size: 38px;
  color: #151515
}

.contacts__social,
.news__tabs {
  display: flex;
  gap: 10px
}

.news__tab {
  display: flex;
  padding: 17px 25px 18px;
  border-radius: 500px;
  border: 1px solid #dcdcdc;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #151515;
  background: 0 0
}

.news__tab.active {
  background-color: #3bb01c;
  color: #fff;
  border-color: #3498db
}

.partners__slider,
.quote__wrapper {
  border-top: 1px solid rgba(21, 21, 21, .15)
}

.news__list {
  margin-top: 60px;
  margin-bottom: 180px
}

.news__items {
  display: grid;
  grid-gap: 40px;
  gap: 40px
}

.smi__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 20px;
  gap: 20px
}

.also__list,
.management__list {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px
}

.smi__item {
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 10px 10px 35px;
  font-family: Manrope, sans-serif
}

.smi__img {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  aspect-ratio: 1/.54;
  min-height: 170px;
  max-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center
}

.also__top p,
.partners__arrow,
.partners__slide {
  background-color: #f1f1f1
}

.smi__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 139px
}

.smi__name {
  margin-top: 30px;
  color: #151515;
  padding-left: 25px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px
}

.smi__desc,
.smi__link {
  font-size: 16px;
  line-height: 25px;
  padding-left: 25px
}

.smi__desc {
  margin-top: 15px;
  font-weight: 400;
  color: rgba(21, 21, 21, .75);
  padding-right: 25px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.smi__link {
  margin-top: 40px;
  color: #3498db;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: .3s ease-in-out
}

.partners__title,
.quote__title {
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -.8px
}

.smi__link path {
  transition: .3s ease-in-out
}

.quote {
  max-width: 1920px;
  margin: 0 auto
}

.quote__wrapper {
  max-width: 1840px;
  margin: 180px 40px 0;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid rgba(21, 21, 21, .15);
  gap: 20px;
  color: #151515
}

.quote__title {
  width: calc(50% - 10px);
  font-family: Exo, sans-serif
}

.quote__text {
  width: calc(50% - 10px);
  padding-right: 60px;
  font-family: Manrope, sans-serif
}

.quote__text blockquote {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px
}

.quote__text .author {
  margin-top: 40px;
  display: flex;
  gap: 20px
}

.quote__text .author p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px
}

.quote__text .author span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #7f7f7f
}

.partners__top {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.partners__title {
  font-family: Exo, sans-serif;
  font-weight: 500;
  color: #151515
}

.partners__arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s ease-in-out
}

.partners__slider {
  margin-top: 60px;
  padding-top: 50px
}

.partners__slider .slick-track {
  display: flex;
  gap: 20px
}

.partners__slide {
  width: 445px !important;
  height: 320px;
  border-radius: 25px;
  padding: 0 80px
}

.partners__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.also__wrapper {
  margin: 180px auto;
  padding: 0 40px
}

.also__list,
.contacts__wrapper.page {
  margin-top: 40px
}

.also__top {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
  color: #151515
}

.also__top p {
  font-size: 16px;
  line-height: 25px;
  padding: 17px 25px;
  border-radius: 12px;
  flex-shrink: 0
}

.also__top div,
.contacts__type .line,
.text blockquote .line div {
  height: 1px;
  background-color: rgba(21, 21, 21, .15);
  width: 100%
}

.also__item img,
.contacts__social a {
  width: 60px;
  height: 60px
}

.also__item,
.contacts__social a {
  background-color: #f1f1f1;
  transition: .3s ease-in-out
}

.also__list {
  display: grid;
  gap: 20px
}

.also__item {
  color: #151515 !important;
  height: 270px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1em
}

.contacts__info,
.modal#menu {
  background-color: #fff;
  z-index: 5
}

.contacts__wrapper.page .section__top {
  margin-top: 120px;
  align-items: normal
}

.article__nav,
.contacts__wrapper .right,
.service__wrap,
.text blockquote .line svg {
  flex-shrink: 0
}

.contacts__title {
  display: flex;
  max-width: 45vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start
}

.contacts__title h1,
.live__title {
  flex-shrink: 0;
  font-family: Exo, sans-serif;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -.8px;
  color: #151515
}

#callme .form .select,
#callme .form input,
#callme p,
.contacts__desc,
.contacts__desc_mob {
  font-family: Manrope, sans-serif
}

.contacts__desc {
  color: #151515;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px
}

.contacts__desc_mob {
  display: none;
  color: #151515;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px
}

.contacts__info,
.modal#menu .menu__wrapper .footer__links .white li a,
.modal#menu .menu__wrapper a {
  color: #151515 !important
}

.contacts__desc span,
.contacts__desc_mob span {
  color: rgba(21, 21, 21, .75)
}

.contacts__desc_mob p:first-child {
  margin-top: 15px
}

.contacts__desc p:first-child {
  margin-top: 10px
}

.contacts__item,
.footer__links p:nth-child(n+2) {
  margin-top: 40px
}

.contacts__item {
  display: flex;
  width: 100%;
  justify-content: flex-end
}

.contacts__list {
  margin-top: 60px;
  display: flex;
  width: 100%;
  gap: 60px;
  flex-shrink: 0
}

.contacts__emails,
.contacts__phones {
  display: flex;
  flex-direction: column;
  gap: 25px
}

.contacts__emails a,
.contacts__phones a {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  color: #151515;
  font-size: 24px;
  line-height: 30px
}

.contacts__info span,
.contacts__type p,
.footer__contacts .item span,
.footer__links {
  font-size: 16px;
  line-height: 25px
}

.contacts__emails a svg,
.contacts__phones a svg {
  width: 24px;
  height: 24px
}

.contacts__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px
}

.contacts__item {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px
}

.contacts__item .contacts__phones {
  margin-right: 20px
}

.contacts__type {
  width: 100%;
  display: flex;
  align-items: center
}

.contacts__type p {
  font-weight: 400;
  color: rgba(21, 21, 21, .75);
  flex-shrink: 0
}

.contacts__map .contacts__map .ymaps-2-1-79-map,
.contacts__map .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important
}

.contacts__map {
  margin-top: 60px;
  width: 100%;
  height: 650px;
  border-radius: 30px
}

.contacts__map .ymaps-2-1-79-controls__control_toolbar {
  display: none !important
}

.footer__contacts .item a,
.footer__left .link {
  width: -webkit-fit-content;
  width: -moz-fit-content
}

.contacts__info {
  position: absolute;
  border-radius: 20px;
  padding: 25px 30px;
  bottom: 40px;
  right: 40px;
  max-width: 560px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.contacts__info span {
  transition: .3s ease-in
}

#callme .form .select img,
.footer__contacts .scroll,
.footer__links .black a,
.projects__show,
.projects__show path,
.projects__text .top h2,
.projects__text p,
.vacancy__btn svg,
.vacancy__file label,
.vacancy__link,
.vacancy__title p {
  transition: .3s ease-in-out
}

.contacts__info p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px
}

.contacts__info p span {
  font-size: 24px;
  line-height: 30px;
  max-width: 430px
}

.footer {
  background-color: #1a1a1a;
  width: 100vw
}

.footer__wrapper {
  padding: 100px 40px 0;
  margin: 80px auto 0
}

.footer__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative
}

.footer__logo {
  display: block;
  height: 60px;
  width: auto
}

.footer__logo img {
  height: 100%;
  width: auto;
  object-fit: cover
}

.footer__contacts,
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0
}

.footer__left .info {
  margin-top: 60px;
  border-radius: 15px;
  background-color: #222223;
  padding: 22px 25px;
  min-width: 300px;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  font-family: inter, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer__contacts .author,
.footer__left .link {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 20px
}

.footer__contacts .author,
.footer__contacts .item p,
.footer__contacts .item span,
.footer__left .link,
.footer__links {
  font-family: Inter, sans-serif
}

.footer__left .link {
  position: relative;
  width: fit-content
}

.footer__left .link::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 2px;
  height: 1px;
  background-color: rgba(255, 255, 255, .5)
}

.footer__links {
  display: flex;
  gap: 100px;
  justify-content: center
}

.footer__contacts .top,
.footer__links .wrap {
  flex-direction: column;
  display: flex;
  gap: 40px
}

.footer__links p {
  color: rgba(255, 255, 255, .99);
  padding-bottom: 15px
}

.footer__links .black a {
  color: rgba(255, 255, 255, .45) !important
}

.footer__links li:nth-child(n+2) {
  margin-top: 15px
}

.footer__links .wrap {
  max-width: 50%
}

.footer__contacts .item {
  display: flex;
  flex-direction: column
}

.footer__contacts .item span {
  color: rgba(255, 255, 255, .45)
}

.footer__contacts .item a {
  display: inline-block;
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
  width: fit-content
}

.footer__contacts .item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 380px;
  font-weight: 400
}

.footer__contacts .social {
  display: flex;
  gap: 10px
}

.footer__contacts .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #3b3b3b;
  border-radius: 12px;
  transition: .3s ease-in-out
}

.footer__contacts .social a svg {
  width: 28px;
  height: 28px
}

.footer__contacts .author {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px
}

.footer__contacts .author svg {
  margin-top: 12px
}

.footer__contacts .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #222223
}

.footer__bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding-top: 50px
}

.footer__bottom img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: calc(100vh + 83px);
  height: -webkit-max-content;
  height: max-content;
  overflow-y: auto
}

.modal#menu {
  top: 60px;
  padding: 20px 0;
  left: -120%;
  transition: .5s ease-in-out;
  height: 100%;
  overflow-y: auto;
  display: none
}

.modal#menu.active {
  left: 0;
  overflow-y: auto
}

.modal#menu .menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow-y: auto;
  padding: 0 20px
}

.modal#menu .menu__wrapper .footer__links p {
  color: #151515;
  border-color: rgba(21, 21, 21, .15)
}

.modal#menu .menu__wrapper .footer__links p::after {
  border-color: #151515
}

.modal#menu .menu__wrapper .footer__links .black a {
  color: rgba(21, 21, 21, .75) !important
}

.modal#menu .menu__wrapper .footer__links .white li {
  border-color: rgba(21, 21, 21, .15)
}

#vacancy .form input,
#vacancy .form textarea,
.vacancy__form textarea,
.vacancy__inputs input {
  border-bottom: 1px solid #151515;
  font-size: 20px
}

.live__top,
.projects__show {
  border-bottom: 1px solid rgba(21, 21, 21, .15)
}

.modal#menu .menu__wrapper span {
  color: rgba(21, 21, 21, .45)
}

.modal#menu .menu__wrapper p {
  color: #151515
}

#callme p,
#callme p a {
  color: rgba(21, 21, 21, .55)
}

.modal#menu .menu__wrapper .social a {
  border: none !important;
  background-color: #f1f1f1
}

.modal#menu .menu__wrapper .footer__contacts {
  min-height: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.modal#menu .socials {
  display: flex;
  gap: 21px;
  align-items: center
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding: 0
}

#callme {
  padding-bottom: 0
}

#callme p {
  font-size: 16px;
  line-height: 25px
}

#callme .project__modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 20px
}

#callme .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px
}

#callme .form input {
  width: 100%;
  flex-shrink: 0;
  height: 50px;
  border-bottom: 1px solid #151515;
  font-size: 20px;
  line-height: 25px
}

#callme .form input::placeholder {
  color: rgba(21, 21, 21, .55)
}

#callme .form .select {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  font-size: 20px;
  line-height: 25px
}

#callme .form .select[data-state=active] img {
  transform: rotate(0)
}

#callme .form .select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer
}

#callme .form .select__content {
  padding: 25px 30px;
  background-color: #f1f1f1;
  position: absolute;
  top: 55px;
  display: flex;
  left: -1px;
  flex-direction: column;
  width: 100%;
  transition: .3s ease-out;
  border-radius: 12px;
  overflow: hidden;
  gap: 25px
}

#callme .form .vacancy__submit {
  margin-top: 0
}

.management__wrapper {
  color: #151515;
  margin: 40px auto 0;
  padding: 0 40px
}

.management__top {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-right: 40px
}

.management__list,
.projects__list {
  display: grid;
  margin-top: 60px;
  border-top: 1px solid rgba(21, 21, 21, .15)
}

.management__title {
  font-family: Exo, sans-serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -.8px;
  flex-shrink: 0
}

.management__name,
.management__text,
.projects__text .top h2 {
  font-family: Manrope, sans-serif
}

.management__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  max-width: 870px;
  width: 60%;
  padding-top: 25px
}

.management__list {
  padding-top: 60px;
  gap: 20px
}

.management__item {
  width: 100%;
  height: 560px;
  background-color: #f1f1f1;
  border-radius: 30px;
  position: relative;
  padding-top: 45px
}

.management__photo,
.management__photo img {
  width: 100%;
  height: 100%
}

.projects__partner,
.projects__text {
  background-color: #fff;
  border-radius: 20px
}

.management__photo img {
  object-fit: contain
}

.management__name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 0 25px 30px
}

.management__name p {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px
}

.management__name span,
.projects__show,
.projects__text p {
  font-size: 16px;
  line-height: 25px
}

.management__name span {
  color: rgba(21, 21, 21, .5)
}

.projects__list {
  padding-top: 60px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: 40px
}

.live__info .images,
.vacancy__inputs {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px
}

.projects__list.active .projects__item {
  display: flex
}

.projects__item {
  width: 100%;
  height: 580px;
  object-fit: cover;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  flex-direction: column
}

.projects__info,
.projects__partner,
.projects__text {
  height: 200px;
  display: flex
}

.projects__info {
  justify-content: space-between;
  gap: 10px
}

.projects__text {
  width: calc(67% - 15px);
  max-width: 570px;
  padding: 26px 60px 24px 30px;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative
}

.projects__text .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.projects__text .top h2 {
  max-width: 342px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #151515
}

.projects__text p {
  color: #151515
}

.projects__text svg {
  position: absolute;
  width: 20px;
  height: 11px;
  right: 30px;
  top: 30px
}

.projects__partner {
  width: calc(33% - 15px);
  max-width: 280px;
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0
}

#vacancy,
.project {
  padding: 55px 60px;
  overflow: auto;
  order: 3
}

.projects__partner img {
  height: 100%;
  width: auto;
  object-fit: cover
}

.projects__show {
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, .15);
  background: 0 0;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #3498db;
  font-weight: 500;
  cursor: pointer
}

.project__img,
.vacancy__info p:not(.vacancy__info p:first-child) {
  margin-top: 40px
}

.project {
  width: 55vw;
  max-width: 940px;
  position: relative;
  display: none;
  height: 100%;
  min-width: 900px
}

.project__name {
  font-family: Exo, sans-serif;
  font-size: 38px;
  line-height: 40px;
  max-width: 720px
}

.project__img {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden
}

.project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.project__desc {
  margin-top: 60px;
  font-family: Manrope, sans-serif
}

.project__desc h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.project__desc p {
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px
}

.project button {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #f1f1f1;
  right: 20px;
  top: 20px;
  cursor: pointer
}

.project button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 2px
}

#vacancy,
.cart__wrap,
.product__item {
  position: relative
}

.project button span:first-child {
  transform: translate(-50%, -50%) rotate(45deg)
}

.project button span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.project__fancy {
  --fancybox-bg: rgba(21, 21, 21, 0.45)
}

.project__fancy .fancybox__slide {
  flex-direction: row;
  margin: 0;
  padding: 0
}

.standart_modal {
  right: 0;
  left: 45vw
}

.production__list {
  display: flex;
  flex-direction: column;
  gap: 80px
}

.production__item,
.vacancy__name {
  justify-content: space-between;
  display: flex
}

.production__item {
  border-top: 1px solid rgba(21, 21, 21, .15);
  padding-top: 40px;
  align-items: flex-start;
  gap: 50px
}

.production__text {
  max-width: 1450px;
  width: 100%;
  color: #151515
}

.production__text h2 {
  font-family: Exo, sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 45px
}

.production__text p,
.production__text ul {
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  font-size: 18px;
  font-family: Manrope, sans-serif
}

.production__text ul li,
.text ul li {
  margin-top: 15px;
  display: flex
}

.production__text ul li:before,
.text ul li:before {
  flex-shrink: 0;
  content: url(../img/li.svg);
  display: inline-block;
  margin-right: 9px;
  width: 8px;
  height: 8px
}

.production__img {
  width: 270px;
  height: 270px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0
}

.production__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.vacancy__list {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(21, 21, 21, .15);
  display: flex;
  flex-direction: column;
  gap: 10px
}

.vacancy__item {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 20px
}

.vacancy__name {
  align-items: center;
  gap: 50px;
  cursor: pointer
}

.vacancy__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 30px
}

.vacancy__title p {
  font-weight: 600;
  width: 50vw;
  max-width: 900px
}

.vacancy__title span {
  font-weight: 400
}

.vacancy__btn {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0
}

.vacancy__info .text,
.vacancy__link {
  width: -webkit-fit-content;
  width: -moz-fit-content
}

.vacancy__btn svg {
  width: 20px;
  height: 14px
}

.vacancy__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  font-size: 16px;
  line-height: 25px;
  background-color: #3bb01c;
  border-radius: 12px;
  padding: 17px 25px;
  width: fit-content
}

.vacancy__info {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  display: none;
  justify-content: space-between;
  margin-top: 35px;
  gap: 25px
}

.vacancy__info .text {
  flex-shrink: 0;
  width: fit-content
}

.vacancy__info .icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 210px
}

.vacancy__info p {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px
}

.text ul,
.vacancy__info ul {
  margin-top: 25px;
  font-size: 18px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 25px
}

.vacancy__info ul li {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.vacancy__info ul li img {
  margin-top: 9px;
  flex-shrink: 0;
  width: 8px;
  height: 8px
}

.vacancy__form {
  width: 100%;
  margin-top: 180px;
  max-width: 1375px
}

.vacancy__form h2 {
  font-family: Exo, sans-serif;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: .8px;
  color: #151515
}

#vacancy .form textarea,
.vacancy__form .text,
.vacancy__form textarea,
.vacancy__submit p {
  font-family: Manrope, sans-serif
}

.vacancy__form .text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 25px
}

.vacancy__form textarea {
  margin-top: 40px;
  width: 100%;
  padding-top: 20px;
  line-height: 25px;
  height: 130px;
  resize: none;
  outline: 0
}

.vacancy__form textarea::placeholder {
  color: rgba(21, 21, 21, .55)
}

.vacancy__inputs {
  margin-top: 80px;
  display: grid;
  width: 100%;
  gap: 20px
}

#vacancy .form input,
.vacancy__inputs input {
  width: 100%;
  flex-shrink: 0;
  height: 50px;
  font-family: Manrope, sans-serif;
  line-height: 25px
}

.vacancy__inputs input::placeholder {
  color: rgba(21, 21, 21, .55)
}

.cart .top,
.cart__characteristics,
.vacancy__file {
  margin-top: 50px
}

.vacancy__file input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0
}

.vacancy__file label {
  display: flex;
  gap: 15px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #151515
}

.cart__slide,
.vacancy__file p {
  background-color: #f1f1f1;
  justify-content: center
}

.vacancy__file p {
  margin-top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center
}

.vacancy__file span {
  font-size: 20px;
  line-height: 25px
}

.live__tab,
.vacancy__submit button {
  font-size: 16px;
  height: 60px;
  transition: .3s ease-in-out;
  cursor: pointer
}

.vacancy__submit {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px
}

.vacancy__submit button {
  width: 445px;
  border-radius: 12px;
  background-color: #3bb01c;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  position: static
}

.vacancy__submit p {
  font-weight: 400;
  color: rgba(21, 21, 21, .55)
}

.live__info h2,
.live__year {
  font-family: Exo, sans-serif
}

.vacancy__submit p a {
  color: rgba(21, 21, 21, .55);
  position: relative
}

.vacancy__submit p a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(21, 21, 21, .55);
  left: 0;
  bottom: 0
}

#vacancy {
  width: 100%;
  max-width: 675px;
  display: none;
  height: 100%;
  min-width: auto;
  overflow-x: hidden
}

#vacancy .form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

#vacancy .form input::placeholder {
  color: rgba(21, 21, 21, .55)
}

#vacancy .form textarea {
  width: 100%;
  padding-top: 20px;
  line-height: 25px;
  height: 130px;
  resize: none;
  outline: 0
}

#vacancy .form textarea::placeholder {
  color: rgba(21, 21, 21, .55)
}

#vacancy .form .vacancy__file,
.text h2:first-child {
  margin-top: 0
}

#vacancy .vacancy__submit {
  margin-top: 0;
  flex-direction: column
}

#vacancy .vacancy__submit button,
.geography__maps {
  width: 100%
}

.live__top {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 55px
}

.live__tabs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap
}

.live__tabs_close,
.live__tabs_mob {
  display: none
}

.live__tab {
  border: 1px solid #dcdcdc;
  padding: 17px 25px;
  border-radius: 500px;
  line-height: 16px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.cart__slide,
.live__info .img,
.product__item,
.text img {
  border-radius: 30px
}

.live__info,
.live__items {
  display: flex;
  flex-direction: column
}

.live__tab.active {
  background-color: #3498db !important;
  border-color: #3498db;
  color: #fff
}

.article__top,
.cart .top,
.cart__characteristics .name {
  border-bottom: 1px solid rgba(21, 21, 21, .15)
}

.live__list {
  margin-top: 55px;
  margin-bottom: 180px;
  overflow: hidden
}

.live__items {
  gap: 95px
}

.live__item {
  display: flex;
  justify-content: space-between;
  gap: 25px
}

.live__item:first-child .live__year,
.text {
  color: #151515
}

.live__year {
  font-weight: 400;
  font-size: 110px;
  line-height: 110px;
  letter-spacing: -8px;
  color: rgba(21, 21, 21, .35);
  flex-shrink: 0
}

.live__info {
  color: #151515;
  width: 100%;
  max-width: 1375px;
  gap: 100px;
  flex-shrink: 1
}

.live__info h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 40px
}

.cart__desc,
.live__info p {
  font-size: 18px;
  font-family: Manrope, sans-serif
}

.live__info p {
  margin-top: 30px;
  line-height: 25px
}

.live__info .images {
  margin-top: 60px;
  display: grid;
  gap: 20px
}

.live__info .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/.78;
  max-height: 345px;
  min-height: 220px;
  overflow: hidden
}

.live__info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.product__wrapper {
  margin: 60px auto 0;
  padding: 0 40px
}

.product__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px
}

.product__list.border {
  border-top: 1px solid rgba(21, 21, 21, .15);
  padding-top: 60px
}

.product__item {
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  min-height: 350px;
  padding: 65px 39px 32px;
  font-family: Manrope, sans-serif;
  overflow: hidden
}

.product__item span {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(21, 21, 21, .5);
  font-size: 16px;
  line-height: 25px
}

.product__item p,
.product__item.catalog span {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px
}

.product__item p {
  margin-top: 23px;
  margin-left: -4px;
  color: #151515;
  transition: .3s ease-in-out
}

.cart__wrapper .title,
.text h2 {
  font-size: 38px;
  line-height: 40px
}

.product__item.catalog {
  background-color: rgba(52, 152, 219, .16);
  justify-content: flex-end;
  padding: 0;
  transition: .3s ease-in-out;
  overflow: hidden
}

.product__item.catalog p {
  margin-top: 0;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #3bb01c;
  padding: 18px;
  border-radius: 12px;
  z-index: 2
}

.product__item.catalog svg {
  width: 100%;
  height: auto;
  position: absolute;
  right: -39px;
  max-height: 100%;
  top: 0;
  z-index: 0;
  transition: .3s ease-in-out
}

.product__item.catalog path {
  transition: .3s ease-in-out
}

.product__item.catalog span {
  position: absolute;
  top: auto;
  left: 32px;
  bottom: 35px;
  color: #38586e;
  font-family: Manrope, sans-serif
}

.product__img {
  width: 100%;
  height: 205px;
  max-width: 274px;
  align-self: center
}

.product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.cart__wrapper {
  margin: 40px auto 180px;
  padding: 0 40px;
  color: #151515
}

.cart__wrapper .title {
  font-family: Manrope, sans-serif;
  font-weight: 500
}

.cart__wrap {
  margin-top: 80px
}

.cart__info {
  max-width: 1142px;
  width: 60vw
}

.cart__desc {
  margin-top: 40px;
  font-weight: 400;
  line-height: 25px
}

.cart__btn,
.cart__characteristics .value p {
  margin-top: 20px
}

.cart__imges {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%
}

.cart__img {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
  width: 445px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.cart__slider {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1
}

.cart__slider .arrows {
  position: absolute;
  right: 18px;
  bottom: 18px
}

.cart__slider-wrap {
  height: 100%
}

.cart__slide {
  display: flex !important;
  align-items: center;
  height: 100%;
  aspect-ratio: 1/1
}

.cart .arrows,
.cart__btn {
  border-radius: 12px;
  display: flex
}

.cart__slide img {
  height: 80%;
  max-width: 234px;
  object-fit: cover
}

.cart__btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #3bb01c;
  font-size: 16px;
  font-family: Inter, sans-serif;
  line-height: 25px;
  transition: .3s ease-in-out
}

.article__date,
.text h2 {
  font-family: Exo, sans-serif
}

.cart__characteristics .list {
  margin-top: 40px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: thin
}

.cart__characteristics .item {
  flex-shrink: 0;
  width: 228px
}

.cart__characteristics .name {
  padding: 20px 0;
  border-top: 1px solid rgba(21, 21, 21, .15);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 80px;
  text-transform: uppercase
}

.cart__characteristics .value {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(21, 21, 21, .75)
}

.cart__characteristics .value p:last-child {
  margin-bottom: 20px
}

.cart .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px
}

.cart .arrows {
  gap: 0;
  width: 120px;
  height: 60px;
  background-color: #f1f1f1;
  overflow: hidden
}

.cart__certificate .slide,
.cart__documentation .slide {
  width: 367px !important;
  border-radius: 15px;
  background-color: #f1f1f1
}

.cart .arrows div {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
  cursor: pointer
}

.cart__certificate .slider,
.cart__documentation .slider {
  margin-top: 30px
}

.cart__documentation .slider .slick-track {
  display: flex;
  gap: 20px
}

.cart__documentation .slide {
  display: flex !important;
  height: 220px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between
}

.cart__documentation a.download {
  align-self: flex-end;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 10px;
  background-color: #fff
}

.cart__documentation .info {
  padding-left: 10px;
  padding-bottom: 5px;
  font-family: Manrope, sans-serif
}

.cart__documentation .info P {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px
}

.cart__documentation .info span {
  font-size: 16px;
  line-height: 25px;
  color: rgba(21, 21, 21, .75)
}

.cart__certificate .slider .slick-track {
  display: flex;
  gap: 20px
}

.cart__certificate .slide {
  padding: 40px;
  height: 495px;
  position: relative
}

.cart__certificate .slide img,
.text .video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.cart__certificate .slide p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 25px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  border-radius: 10px;
  background-color: #fff;
  color: #151515
}

.text h2 {
  margin-top: 80px
}

.text figcaption,
.text p {
  font-weight: 400;
  line-height: 25px
}

.service__btn p,
.service__btn span,
.text h3,
.text ol,
.text p {
  font-family: Manrope, sans-serif
}

.text p {
  margin-top: 40px;
  font-size: 18px
}

.text img {
  margin-top: 60px;
  width: 100%;
  height: 100%
}

.text figcaption {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(21, 21, 21, .5)
}

.text h3 {
  margin-top: 60px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.text blockquote p,
.text ol {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px
}

.text ol {
  margin-top: 15px;
  counter-reset: count
}

.text ol li {
  margin-top: 10px;
  display: flex;
  align-items: center
}

.text ol li:before {
  flex-shrink: 0;
  counter-increment: count;
  content: counter(count);
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d9d9d9
}

.text .video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/.54;
  position: relative;
  border-radius: 30px;
  margin-top: 60px;
  overflow: hidden
}

.text .video p {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 2;
  max-width: 470px
}

.service__btn .top .circle,
.text .video button,
.text blockquote .photo {
  border-radius: 50%;
  background-color: #fff
}

.text .video button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center
}

.text .video button svg {
  width: 13px;
  height: 14px
}

.text blockquote {
  margin-top: 60px;
  background-color: #f1f1f1;
  border-radius: 25px;
  padding: 30px 35px 35px
}

.text blockquote p {
  margin-top: 0
}

.text blockquote .line {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  align-items: center
}

.text blockquote .author {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center
}

.text blockquote .author p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px
}

.text blockquote .author span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(21, 21, 21, .4)
}

.article__nav ul li:first-child,
.service__btn p {
  font-weight: 600
}

.text blockquote .photo {
  width: 65px;
  height: 65px;
  overflow: hidden;
  flex-shrink: 0;
  padding-top: 10px
}

.text blockquote .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0
}

.service__wrapper {
  margin: 180px auto;
  padding: 0 40px;
  display: flex;
  gap: 50px;
  justify-content: space-between
}

.article__text,
.service__text {
  max-width: 1143px;
  width: 80vw
}

.service__btn {
  width: 405px;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px
}

.service__btn .top {
  width: 100%;
  height: 179px;
  border-radius: 500px;
  background-color: #e2e2e2;
  position: relative
}

.service__btn .top .circle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1
}

.service__btn .top img {
  position: absolute;
  z-index: 2;
  width: 213px;
  height: 230px;
  object-fit: cover;
  bottom: 0
}

.service__btn p {
  font-size: 24px;
  line-height: 30px;
  margin-top: 35px;
  color: #151515
}

.service__btn span {
  display: block;
  margin-top: 15px;
  line-height: 25px;
  font-size: 16px;
  color: rgba(21, 21, 21, .55)
}

.service__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  margin-top: 40px;
  line-height: 25px;
  font-size: 16px;
  background-color: #3bb01c;
  transition: .3s ease-in-out
}

.article__top {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  align-items: flex-end;
  padding-bottom: 40px
}

.article__top h1 {
  max-width: 1143px;
  width: 80vw;
  flex-shrink: 1
}

.article__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 45px;
  color: #7f7f7f;
  width: 330px
}

.article__date span {
  font-size: 38px;
  line-height: 45px;
  color: #151515
}

.article__wrapper {
  margin: 80px auto;
  padding: 0 40px;
  display: flex;
  gap: 50px;
  justify-content: space-between
}

.article__nav.hide {
  display: none
}

.article__nav div {
  background-color: #f1f1f1;
  border-radius: 25px;
  padding: 30px 35px;
  width: 330px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px
}

.article__nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px
}

.article__nav ul a {
  color: rgba(21, 21, 21, .75)
}

.geography__wrapper {
  margin: 180px auto -150px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  overflow-x: auto
}

.geography__info {
  max-width: 480px;
  width: 30vw;
  color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: 150px
}

.geography__text {
  margin-top: 40px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px
}

.geography__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px
}

.geography__btn {
  padding: 17px 25px;
  border-radius: 500px;
  border: 1px solid #dcdcdc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: 0 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  transition: .3s ease-in-out;
  cursor: pointer
}

.geography__btn.active {
  color: #fff;
  background-color: #3bb01c;
  border-color: #3498db
}

.geography__map {
  position: relative;
  padding-bottom: 50px
}

.geography__svg svg {
  transition: .3s linear
}

.country .item.active path,
.geography__svg .active {
  fill: rgba(52, 152, 219, .25)
}

.geography__svg .click {
  fill: rgba(52, 152, 219, 1)
}

.geography__baloon {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #151515;
  background-size: cover;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .12);
  border-radius: 30px
}

.geography__baloon .info {
  position: relative;
  padding: 25px 50px;
  background-color: #fff;
  z-index: 2;
  border-radius: 30px
}

.geography__baloon p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px
}

.geography__baloon div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400
}

.geography__baloon ul li {
  margin-top: 10px;
  display: flex;
  align-items: center
}

.geography__baloon ul li:before {
  flex-shrink: 0;
  content: url(../img/li.svg);
  display: inline-block;
  margin-right: 9px
}

.geography__baloon .close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 14px;
  height: 14px;
  z-index: 5;
  display: none
}

.geography__baloon .close span {
  display: block;
  width: 14px;
  height: 1.5px;
  background-color: #151515;
  position: absolute;
  top: 50%;
  left: 50%
}

.geography__baloon .close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg)
}

.geography__baloon .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.geography__baloon[data-for="1"] {
  bottom: 16%;
  left: 8%;
  display: none
}

.geography__baloon[data-for="2"] {
  bottom: 20%;
  left: 26%;
  display: none
}

.geography__baloon[data-for="3"] {
  bottom: 8%;
  right: 38%;
  display: none
}

.geography__baloon[data-for="4"] {
  bottom: 4%;
  left: 49%;
  display: none
}

.geography__baloon[data-for="5"] {
  bottom: 6%;
  left: 11%;
  display: none
}

.geography__baloon[data-for="6"] {
  bottom: 10%;
  left: 10%;
  display: none
}

.geography__baloon[data-for="7"] {
  bottom: 11.5%;
  left: 8.5%;
  display: none
}

.geography__baloon[data-for="8"] {
  bottom: 13%;
  left: 12%;
  display: none
}

.geography__baloon[data-for="9"] {
  bottom: 12.5%;
  left: 7%;
  display: none
}

.geography__baloon[data-for="10"] {
  bottom: 48%;
  left: 22%;
  display: none
}

.geography__baloon[data-for="11"] {
  bottom: 38%;
  left: 32%;
  display: none
}

.geography__baloon[data-for="12"] {
  bottom: 29%;
  left: 22%;
  display: none
}

.geography__baloon[data-for="13"] {
  bottom: 27%;
  left: 19%;
  display: none
}

.geography__baloon[data-for="14"] {
  bottom: 40%;
  left: 30%;
  display: none
}

.geography__baloon[data-for="15"],
.geography__baloon[data-for="20"] {
  bottom: 9%;
  left: 10%;
  display: none
}

.geography__baloon[data-for="16"] {
  bottom: 25%;
  left: 23%;
  display: none
}

.geography__baloon[data-for="17"] {
  bottom: 5%;
  left: 55%;
  display: none
}

.geography__baloon[data-for="18"] {
  bottom: 26%;
  left: 26%;
  display: none
}

.geography__baloon[data-for="19"] {
  bottom: 8%;
  left: 51.5%;
  display: none
}

.geography__baloon[data-for="21"] {
  bottom: 27%;
  left: 21%;
  display: none
}

.geography__baloon[data-for="22"] {
  bottom: 9%;
  left: 45%;
  display: none
}

.geography__baloon[data-for="23"] {
  bottom: 18%;
  left: 7%;
  display: none
}

.geography__baloon[data-for="24"] {
  bottom: 28%;
  left: 54%;
  display: none
}

.geography__baloon[data-for="25"] {
  bottom: 10%;
  right: 13%;
  display: none
}

.geography__baloon[data-for="26"] {
  bottom: 13%;
  left: 10%;
  display: none
}

.geography__baloon[data-for="27"] {
  bottom: 27%;
  right: 23%;
  display: none
}

.geography__baloon[data-for="28"] {
  bottom: 20%;
  right: 24%;
  display: none
}

.geography__baloon[data-for="29"] {
  bottom: 41%;
  left: 25%;
  display: none
}

.geography__baloon[data-for="30"] {
  bottom: 13%;
  left: 15%;
  display: none
}

.geography__baloon[data-for="31"] {
  bottom: 27%;
  left: 11%;
  display: none
}

.geography__baloon[data-for="32"] {
  bottom: 33%;
  left: 11%;
  display: none
}

.geography__baloon[data-for="33"] {
  bottom: 33%;
  left: 18%;
  display: none
}

.geography__baloon[data-for="34"] {
  bottom: 20%;
  left: 15%;
  display: none
}

.geography__baloon[data-for="35"] {
  bottom: 38%;
  left: 20%;
  display: none
}

.geography__baloon[data-for="36"] {
  bottom: 25%;
  left: 13%;
  display: none
}

.geography__baloon[data-for="37"] {
  bottom: 32%;
  left: 19%;
  display: none
}

.geography__baloon[data-for="38"] {
  bottom: 15%;
  right: 42%;
  display: none
}

.geography__baloon[data-for="39"] {
  bottom: 46%;
  left: 7%;
  display: none
}

.geography__baloon[data-for="40"] {
  bottom: 33%;
  left: 13%;
  display: none
}

.geography__baloon[data-for="41"] {
  bottom: 46%;
  right: 10%;
  display: none
}

.geography__baloon[data-for="42"] {
  bottom: 13%;
  left: 49%;
  display: none
}

.geography__baloon[data-for="43"] {
  bottom: 31%;
  left: 25%;
  display: none
}

.geography__baloon[data-for="44"] {
  bottom: 33%;
  left: 23%;
  display: none
}

.geography__baloon[data-for="45"] {
  bottom: 18%;
  left: 33%;
  display: none
}

.geography__baloon[data-for="46"] {
  bottom: 30%;
  left: 11%;
  display: none
}

.geography__baloon[data-for="47"] {
  bottom: 45%;
  left: 15%;
  display: none
}

.geography__baloon[data-for="48"] {
  bottom: 29%;
  left: 14%;
  display: none
}

.geography__baloon[data-for="49"] {
  bottom: 47%;
  right: 20%;
  display: none
}

.geography__baloon[data-for="50"] {
  bottom: 33%;
  left: 15%;
  display: none
}

.geography__baloon[data-for="51"] {
  bottom: 50%;
  left: 26%;
  display: none
}

.geography__baloon[data-for="52"] {
  bottom: 30%;
  left: 20%;
  display: none
}

.geography__baloon[data-for="53"] {
  bottom: 40.5%;
  left: 16%;
  display: none
}

.geography__baloon[data-for="54"] {
  bottom: 15%;
  left: 43%;
  display: none
}

.geography__baloon[data-for="55"] {
  bottom: 16%;
  left: 39%;
  display: none
}

.geography__baloon[data-for="56"] {
  bottom: 16%;
  left: 24%;
  display: none
}

.geography__baloon[data-for="57"] {
  bottom: 30%;
  left: 12%;
  display: none
}

.geography__baloon[data-for="58"] {
  bottom: 25%;
  left: 18%;
  display: none
}

.geography__baloon[data-for="59"] {
  bottom: 27%;
  left: 29%;
  display: none
}

.geography__baloon[data-for="60"] {
  bottom: 41%;
  left: 12%;
  display: none
}

.geography__baloon[data-for="61"] {
  bottom: 20%;
  left: 10%;
  display: none
}

.geography__baloon[data-for="62"] {
  bottom: 30%;
  left: 16%;
  display: none
}

.geography__baloon[data-for="63"] {
  bottom: 21%;
  left: 21%;
  display: none
}

.geography__baloon[data-for="64"] {
  bottom: 21%;
  left: 17%;
  display: none
}

.geography__baloon[data-for="65"] {
  bottom: 24%;
  right: 14%;
  display: none
}

.geography__baloon[data-for="66"] {
  bottom: 24%;
  left: 32%;
  display: none
}

.geography__baloon[data-for="67"] {
  bottom: 36%;
  left: 12%;
  display: none
}

.geography__baloon[data-for="68"] {
  bottom: 27%;
  left: 15%;
  display: none
}

.geography__baloon[data-for="69"] {
  bottom: 38%;
  left: 15%;
  display: none
}

.geography__baloon[data-for="70"] {
  bottom: 20%;
  left: 47%;
  display: none
}

.geography__baloon[data-for="71"] {
  bottom: 31%;
  left: 13.5%;
  display: none
}

.geography__baloon[data-for="72"] {
  bottom: 20%;
  left: 36%;
  display: none
}

.geography__baloon[data-for="73"] {
  bottom: 24%;
  left: 20%;
  display: none
}

.geography__baloon[data-for="74"] {
  bottom: 19%;
  left: 29%;
  display: none
}

.geography__baloon[data-for="75"] {
  bottom: 15%;
  right: 32%;
  display: none
}

.geography__baloon[data-for="76"] {
  bottom: 35%;
  left: 19%;
  display: none
}

.geography__baloon[data-for="79"] {
  bottom: 12.5%;
  right: 19.5%;
  display: none
}

.geography__baloon[data-for="82"] {
  bottom: 22%;
  left: 4%;
  display: none
}

.geography__baloon[data-for="83"] {
  bottom: 45%;
  left: 33%;
  display: none
}

.geography__baloon[data-for="86"] {
  bottom: 25%;
  left: 40%;
  display: none
}

.geography__baloon[data-for="87"] {
  bottom: 60%;
  right: 20%;
  display: none
}

@supports ((-webkit-clip-path:inset(50%)) or (clip-path:inset(50%))) {
  .geography__baloon .triangle {
    display: block;
    background-color: inherit;
    border: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0;
    transform: rotate(45deg) translateY(100%) skew(-25deg, -25deg);
    border-right: 20px solid transparent;
    border-radius: 0 0 0 15px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .12)
  }

  .geography__baloon[data-for="14"] .triangle,
  .geography__baloon[data-for="25"] .triangle,
  .geography__baloon[data-for="27"] .triangle,
  .geography__baloon[data-for="28"] .triangle,
  .geography__baloon[data-for="3"] .triangle,
  .geography__baloon[data-for="38"] .triangle,
  .geography__baloon[data-for="41"] .triangle,
  .geography__baloon[data-for="49"] .triangle,
  .geography__baloon[data-for="65"] .triangle,
  .geography__baloon[data-for="75"] .triangle,
  .geography__baloon[data-for="79"] .triangle,
  .geography__baloon[data-for="87"] .triangle {
    top: 70px;
    right: 10px;
    left: auto;
    transform: rotate(-135deg) translateY(100%) skew(-25deg, -25deg)
  }
}

.geography__baloon[data-for="89"] {
  bottom: 35%;
  left: 40%;
  display: none
}

@media (max-width:1600px) {
  .section__title {
    font-size: 22px;
    line-height: 25px
  }

  .footer__links .wrap {
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between
  }

  .about__slider {
    max-width: calc(100vw - 40px);
    margin-left: 40px
  }

  .about__slider_wrap {
    border-radius: 0
  }

  .about__slider_arrows {
    display: none
  }

  .about__slider .slick-track {
    display: flex;
    gap: 10px
  }

  .about__content {
    flex-direction: column;
    align-items: center;
    gap: 25px
  }

  .about__text {
    padding-right: 0;
    max-width: 100%
  }

  .about__more {
    margin: 35px auto 0
  }

  .review__wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 75px 15px 0
  }

  .review__info .text {
    padding: 0
  }

  .certificate__wrapper {
    margin: 80px 0;
    padding: 0 15px 80px;
    gap: 5vw
  }

  .footer__top {
    flex-wrap: wrap;
    gap: 30px
  }

  .footer__links {
    order: 1;
    width: 100%;
    justify-content: space-between;
    flex-direction: column
  }

  .contacts__item,
  .contacts__list {
    flex-direction: column
  }

  .contacts__emails a,
  .contacts__phones a {
    justify-content: flex-start
  }

  .footer__left {
    order: 1
  }

  .footer__left .link {
    margin-top: 20px
  }

  .footer__contacts {
    order: 3
  }

  .product__list {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr))
  }

  .management__list {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))
  }

  .products__list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
  }
}
@media(max-width:1500px){
    .header__links ul,
    .header__lang{
        padding:25px 15px;
    }
    .header__contacts{
        padding:22px 15px;
    }
}
@media (max-width:1400px) {

  .cart__title,
  .certificate__text h2,
  .geography__title,
  .history__title,
  .major-small .start__title,
  .management__title,
  .quote__title,
  .review__title,
  .start__title {
    line-height: 1em;
    font-size: 50px
  }

  .header__contacts,
  .header__links ul,
  .header__wrapper {
    padding: 10px
  }
  .header__lang {
      padding:15px 15px;
  }
  .header__logo img {
    height: 30px
  }

  .major,
  .start {
    margin-top: -88px
  }

  .major__wrapper,
  .start__wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  .about__wrapper,
  .history__wrapper {
    padding: 0 15px;
    margin-top: 80px
  }

  .about__slider,
  .history__slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: -15px
  }

  .about__lines {
    margin: 55px -15px 80px
  }

  .advantages__wrapper,
  .info__wrapper,
  .service__wrapper {
    margin-top: 80px;
    padding: 0 15px
  }

  .info__slider .slick-list,
  .partners__slider .slick-list {
    margin-right: -15px
  }

  .history__text {
    padding: 25px
  }

  .history__list {
    margin-top: 40px
  }

  .products__wrapper {
    padding: 75px 15px 0
  }

  .partners__slider .slick-track,
  .products__list {
    gap: 10px
  }

  .products__item {
    height: 300px
  }

  .control__wrapper {
    margin-top: 79px;
    padding: 0 15px 75px
  }

  .control__content,
  .management__list {
    margin-top: 25px;
    padding-top: 25px
  }

  .management__wrapper,
  .product__wrapper,
  .services,
  .services__wrap {
    padding: 0 15px
  }

  .services__wrapper,
  .vacancy__form {
    margin-top: 80px
  }

  .services__info {
    padding: 10px
  }

  .review__top {
    padding-bottom: 25px
  }

  .review__img {
    height: auto
  }

  .review__slider {
    margin-top: 25px
  }

  .review__slide {
    padding: 20px;
    gap: 20px;
    height: auto
  }

  .review__info {
    gap: 80px
  }

  .certificate__slider {
    margin-right: -15px;
    width: auto
  }

  .certificate__slider .slick-track {
    gap: 15px
  }

  .advantages__content,
  .footer__links,
  .footer__top {
    gap: 25px
  }

  .contacts__wrapper,
  .news__wrapper,
  .partners__wrapper {
    margin-top: 75px;
    padding: 0 15px
  }

  .news__slider .slick-track {
    gap: 20px
  }

  .news__slide {
    width: 40vw !important;
    max-width: 430px;
    min-width: 300px
  }

  .quote__wrapper {
    margin: 80px 15px 0
  }

  .quote__text {
    padding-right: 0
  }

  .partners__slide {
    width: 40vw !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 265px;
    max-width: 445px;
    aspect-ratio: 1/.72;
    height: auto;
    min-height: 190px;
    padding: 50px 70px
  }

  .also__wrapper {
    margin: 80px auto;
    padding: 0 15px
  }

  .contacts__item,
  .contacts__list,
  .geography__btns {
    margin-top: 30px
  }

  .contacts__emails,
  .contacts__phones {
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .contacts__title h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -.5px
  }

  .footer__wrapper {
    margin-top: 80px;
    padding: 40px 15px 0
  }

  .management__top {
    margin-top: 60px;
    flex-wrap: wrap;
    padding-right: 0
  }

  .management__text {
    padding: 0
  }

  .management__item {
    height: auto;
    padding: 25px 25px 0;
    aspect-ratio: 1/.943;
    min-height: 350px
  }

  .projects__list {
    margin-top: 25px;
    padding-top: 25px;
    grid-template-columns: 1fr
  }

  .projects__partner,
  .projects__text {
    max-width: none
  }

  .production__wrapper {
    margin-top: 40px;
    padding: 0 15px
  }

  .contacts__wrapper.page .section__top,
  .live__top {
    margin-top: 60px
  }

  .live__info,
  .production__list {
    gap: 40px
  }

  .production__text p {
    margin-top: 15px
  }

  .production__text ul {
    margin-top: 20px
  }

  .contacts__wrapper.page,
  .production__text ul li {
    margin-top: 10px
  }

  .vacancy__info .icon {
    padding: 0;
    justify-content: center
  }

  .vacancy__form h2 {
    font-size: 50px;
    line-height: 1.1em
  }

  .live__list {
    margin-top: 30px;
    margin-bottom: 80px
  }

  .live__items {
    gap: 60px
  }

  .live__info .images {
    margin-top: 25px
  }

  .cart__wrapper {
    padding: 0 15px;
    margin-bottom: 80px
  }

  .cart__img {
    width: 30vw
  }

  .article__wrapper {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 20px
  }

  .geography__wrapper {
    padding: 0 15px;
    flex-direction: column;
    gap: 30px;
    margin-top: 80px
  }

  .geography__info {
    padding: 0;
    max-width: 100%;
    width: 100%
  }
}
.services__item .services__count{display:none;}
@media (max-width:1200px) {

  .contacts__desc,
  .footer__contacts .author,
  .footer__left .info,
  .footer__left .link,
  .header__call span,
  .header__icon,
  .header__links ul {
    display: none
  }

  .header__links {
    flex-direction: row-reverse;
    gap: 5px
  }

  .contacts .section__top,
  .history__wrapper,
  .major__bottom,
  .quote__wrapper {
    flex-direction: column
  }

  .header__burger {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    gap: 4px;
    background-color: #f1f1f1;
    border-radius: 8px;
    transition: .3s ease-in-out
  }

  .header__burger span {
    display: block;
    position: absolute;
    width: 20px;
    height: 1.5px;
    left: 10px;
    top: 50%;
    background-color: #151515;
    transition: .3s ease-in-out
  }

  .header__burger span:first-child {
    transform: translateY(-2.5px)
  }

  .header__burger span:last-child {
    transform: translateY(2.5px)
  }

  .header__burger.active span:first-child {
    transform: translateY(0) rotate(45deg)
  }

  .header__burger.active span:last-child {
    transform: translateY(0) rotate(-45deg)
  }
  .header__lang{
      display:none;
  }
  .header__call svg,
  .modal#menu {
    display: block
  }

  .header__contacts {
    padding: 10px;
    border-radius: 8px
  }

  .control__img,
  .info__slide {
    border-radius: 15px
  }

  .major,
  .start {
    height: 733px
  }

  .start__text {
    padding: 15px 0 20px
  }

  .major-small {
    height: 445px
  }

  .major__content {
    gap: 25px;
    padding-bottom: 100px
  }

  .major__bottom {
    gap: 20px;
    padding: 15px 0;
    align-items: flex-start
  }

  .major__bottom p {
    max-width: 100%;
    width: 100%
  }

  .major-small .major__bottom {
    align-items: flex-start
  }

  .info__top h2 {
    font-size: 22px;
    line-height: 25px
  }

  .info__top div {
    gap: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .info__slider {
    margin-top: 20px;
    padding-top: 20px
  }

  .history__img {
    aspect-ratio: 1/.75;
    height: auto;
    width: 100%
  }

  .contacts .right,
  .history__text,
  .quote__text,
  .vacancy__title {
    width: 100%
  }

  .products__top {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px
  }

  .products__block {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 20px;
    align-self: flex-end
  }

  .control__content {
    flex-direction: column-reverse;
    align-items: center
  }

  .control__img {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    min-height: 330px
  }

  .cart__info,
  .contacts .section__name,
  .control__text {
    max-width: 100%
  }

  .advantages__icon,
  .text ol li:before {
    width: 40px;
    height: 40px
  }

  .advantages__content {
    flex-direction: column-reverse;
    margin-top: 40px
  }

  .advantages__list {
    gap: 40px
  }

  .advantages__item {
    padding-bottom: 20px;
    min-height: auto
  }

  .advantages__name {
    margin-top: 25px;
    font-size: 18px;
    line-height: 25px
  }

  .advantages__text,
  .text ul {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .advantages__count {
    gap: 8px
  }

  .advantages__count p {
    font-size: 72px;
    line-height: 75px;
    margin: 0;
    letter-spacing: -2.5px
  }

  .advantages__count span {
    font-size: 18px;
    line-height: 20px
  }

  .also__list,
  .live__info .images {
    grid-template-columns: repeat(2, 1fr)
  }

  .contacts__desc_mob {
    margin-top: 25px;
    display: block
  }
  .services__item .services__count{display:block;}
  .contacts__map {
    margin-top: 30px
  }

  .contacts__list,
  .footer__top {
    flex-wrap: wrap
  }
  .services__item{display:flex;
      justify-content: space-between;
    align-items: center;width: 100%;
  }
  .services__item .services__count span{
      color:#3498DB;
  }
  
  .services__descr{margin-top:15px; font-size:14px;}
  .footer__links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 25px
  }

  .footer__links div:not(.footer__services) {
    flex-shrink: 0
  }

  .footer__links .wrap {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%
  }

  .footer__contacts {
    order: 3
  }

  .footer__mob {
    display: flex;
    justify-content: space-between;
    width: 100%;
    order: 5;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column
  }

  .footer__mob .info {
    border-radius: 10px;
    background-color: #222223;
    padding: 17px 20px;
    max-width: 500px;
    width: 100%;
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    line-height: 15px;
    font-family: inter, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px
  }

  .text .video,
  .text blockquote {
    border-radius: 15px;
    margin-top: 40px
  }

  .footer__mob .author,
  .footer__mob .link {
    color: rgba(255, 255, 255, .5);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 20px
  }

  .footer__mob .link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
  }
  .services__slider{
      margin-top:30px;
  }
  .services__slide .image{
      position:static;
      width:100%;
      height:auto;
      aspect-ratio:1/0.43;
  }
  .services__content{
    padding:14px 0;
    margin-top:20px;
  }
  .services__text{
      color:#000000BF;
     flex-direction:column;
  }
  .services__text div{
      max-width:100%;
  }
  .services__slide{min-height: 0px;border-radius: 15px;}
  .services__slide .image{border-radius: 15px;}
  .services__name span{display:none;}
  .services__right .services__count{display:none;}
  .footer__mob .link::after {
    content: "";
    display: none;
    width: 100%;
    position: absolute;
    bottom: 2px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5)
  }
  .services__text ul {display:none;}
  .footer__mob .author {
    display: flex;
    align-items: center;
    gap: 6px
  }
  .services__arrows{
      display:none;
  }
  .footer__mob .author svg {
    margin-top: 12px
  }

  .live__year {
    font-size: 62px;
    line-height: 65px;
    letter-spacing: -5px
  }

  .cart__wrapper,
  .text ul li {
    margin-top: 10px
  }

  .cart__wrap {
    margin-top: 60px
  }

  .cart__title {
    font-size: 50px;
    line-height: 1em
  }

  .cart__info {
    width: 100%
  }

  .cart__top {
    display: flex;
    gap: 30px
  }

  .cart__imges {
    position: static;
    flex-shrink: 0
  }

  .text h2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 25px
  }

  .text h3,
  .text p {
    line-height: 20px
  }

  .text p {
    margin-top: 20px;
    font-size: 14px
  }

  .text h3 {
    margin-top: 40px;
    font-size: 16px
  }

  .text ol {
    margin-top: 5px
  }

  .text blockquote .author span,
  .text ol li,
  .text ol li:before {
    font-size: 14px;
    line-height: 20px
  }

  .service__btn p,
  .text blockquote .author p {
    font-size: 16px;
    line-height: 20px
  }

  .text img {
    margin-top: 40px;
    height: auto;
  }

  .text .video button {
    width: 45px;
    height: 45px
  }

  .text .video p {
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    width: 65vw;
    max-width: 470px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px
  }

  .text blockquote {
    padding: 20px 20px 20px 16px
  }

  .service__btn p,
  .text blockquote .line {
    margin-top: 25px
  }

  .text blockquote p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 4px
  }

  .text blockquote .author {
    margin-top: 15px
  }

  .text blockquote .photo {
    width: 50px;
    height: 50px
  }

  .service__btn {
    padding: 25px 20px;
    border-radius: 15px;
    max-width: 405px;
    width: 25vw
  }

  .service__btn .top {
    height: 140px
  }

  .service__btn .top img {
    width: 167px;
    height: 180px
  }

  .service__btn span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .service__btn a {
    margin-top: 25px;
    height: 50px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px
  }
}

@media (max-width:1000px) {

  .production__text ul li img,
  .vacancy__info ul li img {
    margin-top: 6px
  }

  .cart__characteristics .list,
  .vacancy__info p:not(.vacancy__info p:first-child) {
    margin-top: 20px
  }

  .section__top {
    flex-direction: column;
    gap: 25px
  }

  .section__title {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0;
    max-width: 70vw
  }

  .about__more,
  .about__text div,
  .section__name p {
    font-size: 14px;
    line-height: 20px
  }

  .section__title span {
    display: inline
  }

  .section__name p {
    padding: 12px 15px
  }

  .about__content {
    margin-top: 30px
  }

  .about__slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0
  }

  .about__slider_wrap,
  .cart__certificate .slider,
  .review__slider {
    margin-right: -15px
  }

  .about__slide {
    width: calc(100vw - 60px) !important;
    aspect-ratio: 1/.73;
    height: auto;
    border-radius: 15px
  }

  .about__text div {
    gap: 9px
  }

  .about__text div :nth-child(n+3) {
    display: none
  }

  .about__more {
    border-radius: 8px;
    padding: 14px 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px
  }

  .services__slide,
  .services__slider {
    border-radius: 15px
  }

  .about__line {
    font-size: 62px;
    line-height: 65px;
    letter-spacing: -1.3px
  }

  .services__slide {
    /* height: 600px; */
    /* padding: 20px */
  }

  .services__top {
    top: 15px;
    width: calc(100% - 40px)
  }

  .services__arrow {
    width: 55px;
    height: 55px;
  }

  .cart__wrapper .title,
  .production__text h2,
  .services__name {
    font-size: 22px;
    line-height: 25px
  }

  .services__text {
/*     margin-top: 15px;
padding-top: 15px;
flex-wrap: wrap */
  }

  .services__text div,
  .services__text ul {
    font-size: 13px;
    line-height: 20px
  }

  .live__item,
  .services__elem {
    flex-direction: column-reverse
  }

  .services__img,
  .services__info {
    width: 100%;
    max-width: 100%;
    padding-top: 0
  }

  .services__link {
    width: 100%;
    height: 50px
  }

  .review__slider .slick-track {
    display: flex;
    gap: 10px
  }

  .review__slide {
    width: 80vw !important;
    flex-direction: column;
    min-width: 315px
  }

  .review__img {
    width: 100%;
    height: auto;
    padding: 49px 80px;
    max-width: 100%
  }

  .review__img img {
    height: 100%;
    width: auto
  }

  .certificate__info {
    max-width: 500px;
    width: 50vw
  }

  .certificate__slide {
    width: .85vw !important;
    padding: 10px;
    max-width: 374px;
    min-width: 220px;
    aspect-ratio: 1/1.36;
    height: auto;
    border-radius: 15px
  }

  .certificate__slide img {
    border-radius: 5px
  }

  .cart__top,
  .live__top,
  .management__top {
    flex-direction: column
  }

  .management__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100%
  }

  .production__item {
    flex-direction: column-reverse;
    gap: 20px;
    border: none;
    padding: 0
  }

  .production__img {
    width: 100%;
    height: auto;
    min-height: 170px;
    max-height: 400px;
    aspect-ratio: 1/.5;
    border-radius: 10px
  }

  .production__text p {
    margin-top: 15px;
    border-top: 1px solid rgba(21, 21, 21, .15);
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px
  }

  .production__text ul li {
    font-size: 14px;
    line-height: 20px
  }

  .vacancy__list {
    margin-top: 25px;
    padding-top: 25px
  }

  .vacancy__item {
    border-radius: 10px;
    padding: 17px 5px 5px
  }

  .vacancy__name {
    margin: 0 15px;
    gap: 10px;
    padding-bottom: 18px
  }

  .vacancy__title {
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    padding: 0
  }

  .vacancy__btn {
    width: 45px;
    height: 45px;
    border-radius: 5px
  }

  .vacancy__btn svg {
    width: 17px;
    height: 12px
  }

  .vacancy__info {
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px
  }

  .vacancy__info p {
    font-size: 14px;
    line-height: 20px
  }

  .vacancy__info ul {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .cart__characteristics .value p:first-child,
  .geography__baloon ul {
    margin-top: 15px
  }

  .vacancy__info ul li {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px
  }

  .vacancy__info .icon {
    display: none
  }

  .vacancy__link {
    width: 100%;
    margin-top: 25px;
    max-width: 400px
  }

  .live__info .images {
    display: block
  }

  .live__info .images .slick-track {
    display: flex;
    gap: 10px
  }

  .live__tabs {
    position: absolute;
    top: calc(50% + 31px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    background-color: #fff;
    gap: 10px;
    padding: 5px;
    flex-direction: column;
    border-radius: 13px;
    border: 1px solid #dcdcdc
  }

  .live__tabs_wrap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(10, 8, 4, .8);
    z-index: 5;
    display: none
  }

  .live__tabs_wrap.active {
    display: block
  }

  .live__tabs_mob {
    display: block;
    color: #fbfbfb;
    border-radius: 13px;
    height: 60px;
    border: 1px solid #dcdcdc;
    padding: 5px;
    overflow: hidden
  }

  .geography__map,
  .geography__maps {
    overflow-x: auto
  }

  .live__tabs_mob-item {
    background-color: #3bb01c;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 25px;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 8px
  }

  .live__tabs_mob-item::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-135deg)
  }

  .article__nav,
  .cart .arrows,
  .cart .arrows.white,
  .live__tabs_mob-item:not(:first-child) {
    display: none
  }

  .live__tabs_close {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: absolute;
    top: -70px;
    right: 0
  }

  .live__tabs_close span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #151515
  }

  .article__text,
  .article__top h1,
  .cart__img,
  .cart__imges,
  .service__btn,
  .service__text {
    width: 100%
  }

  .live__tabs_close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .live__tabs_close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg)
  }

  .live__info .img {
    width: 83vw !important;
    max-width: 445px
  }

  .cart__slide {
    width: 300px !important;
    border-radius: 15px
  }

  .cart__slider {
    height: 300px
  }

  .cart__slider .slick-track {
    display: flex;
    gap: 10px
  }

  .cart__btn {
    height: 50px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px
  }

  .cart__characteristics {
    margin-top: 50ox
  }

  .cart__characteristics .name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 30px 15px 0;
    font-size: 14px;
    line-height: 20px
  }

  .article__date,
  .cart__characteristics .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .cart__characteristics .value {
    font-size: 14px;
    line-height: 25px
  }

  .cart__characteristics .value p {
    margin-top: 10px
  }

  .cart__characteristics .value p:last-child {
    margin-bottom: 10px
  }

  .cart .top {
    margin-top: 50px;
    padding-bottom: 20px
  }

  .cart__documentation .slider {
    margin-top: 20px;
    margin-right: -15px
  }

  .cart__documentation .slider .slick-track {
    gap: 10px
  }

  .cart__documentation .slide {
    width: 270px !important;
    border-radius: 10px;
    height: 180px;
    padding: 10px
  }

  .cart__documentation .info {
    padding-bottom: 10px
  }

  .cart__documentation .info p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
  }

  .cart__certificate .slide p,
  .cart__documentation .info span {
    font-size: 14px;
    line-height: 20px
  }

  .cart__certificate {
    margin-top: 25px
  }

  .cart__certificate .slider .slick-track {
    gap: 10px
  }

  .cart__certificate .slide {
    width: 270px !important;
    border-radius: 10px;
    padding: 20px;
    height: 370px
  }

  .cart__certificate .slide p {
    left: 5px;
    bottom: 5px;
    border-radius: 5px;
    padding: 15px 20px
  }

  .service__wrapper {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 80px
  }

  .article__top {
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: flex-start
  }

  .geography__wrapper {
    margin-bottom: -75px
  }

  .geography .close {
    display: block;
    background: 0 0
  }

  .geography__map {
    min-width: 1038px;
    scrollbar-width: thin;
    padding-bottom: 50px
  }

  .geography__baloon {
    border-radius: 15px;
    max-width: calc(100vw - 30px);
    width: -webkit-max-content;
    width: max-content
  }

  .geography__baloon .info {
    padding: 20px
  }

  .geography__baloon p {
    font-size: 18px;
    line-height: 25px
  }

  .geography__baloon li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .geography__baloon[data-for="1"] {
    bottom: 5%;
    left: 0
  }

  .geography__baloon[data-for="2"] {
    bottom: 10%;
    left: 19%
  }

  .geography__baloon[data-for="3"] {
    bottom: 5%;
    right: 32%
  }

  .geography__baloon[data-for="4"] {
    bottom: 27%;
    left: 42%
  }

  .geography__baloon[data-for="5"] {
    bottom: 28%;
    left: 4%
  }

  .geography__baloon[data-for="6"] {
    bottom: 30%;
    left: 3%
  }

  .geography__baloon[data-for="7"] {
    bottom: 32%;
    left: 2%
  }

  .geography__baloon[data-for="8"] {
    bottom: 36%;
    left: 6%
  }

  .geography__baloon[data-for="9"] {
    bottom: 36%;
    left: 1%
  }

  .geography__baloon[data-for="10"] {
    bottom: 36%;
    left: 14%
  }

  .geography__baloon[data-for="11"] {
    bottom: 28%;
    left: 25%
  }

  .geography__baloon[data-for="12"] {
    bottom: 18%;
    left: 16%
  }

  .geography__baloon[data-for="13"] {
    bottom: 16%;
    left: 12%
  }

  .geography__baloon[data-for="15"] {
    bottom: 31%;
    left: 3%
  }

  .geography__baloon[data-for="16"] {
    bottom: 16%;
    left: 16%
  }

  .geography__baloon[data-for="17"] {
    bottom: 28%;
    left: 47%
  }

  .geography__baloon[data-for="18"] {
    bottom: 17%;
    left: 19%
  }

  .geography__baloon[data-for="19"] {
    bottom: 31%;
    left: 19%
  }

  .geography__baloon[data-for="20"] {
    bottom: 31%;
    left: 3.5%
  }

  .geography__baloon[data-for="21"] {
    bottom: 17%;
    left: 14.5%
  }

  .geography__baloon[data-for="22"] {
    bottom: 31%;
    left: 15%
  }

  .geography__baloon[data-for="23"] {
    bottom: 9%;
    left: 1%
  }

  .geography__baloon[data-for="24"] {
    bottom: 28%;
    left: 50%
  }

  .geography__baloon[data-for="25"] {
    bottom: 34%;
    right: 7%
  }

  .geography__baloon[data-for="26"] {
    bottom: 6%;
    left: 3%
  }

  .geography__baloon[data-for="27"] {
    bottom: 23%;
    right: 16%
  }

  .geography__baloon[data-for="29"] {
    bottom: 32%;
    left: 20%
  }

  .geography__baloon[data-for="30"] {
    bottom: 35%;
    left: 8%
  }

  .geography__baloon[data-for="31"] {
    bottom: 42%;
    left: 12%
  }

  .geography__baloon[data-for="32"] {
    bottom: 47%;
    left: 12%
  }

  .geography__baloon[data-for="33"] {
    bottom: 46%;
    left: 18%
  }

  .geography__baloon[data-for="35"] {
    bottom: 28%;
    left: 14%
  }

  .geography__baloon[data-for="36"] {
    bottom: 23%;
    left: 14%
  }

  .geography__baloon[data-for="36"] .triangle {
    top: 24px;
    left: -10px;
    transform: rotate(45deg) translateY(0) skew(-25deg, -25deg)
  }

  .geography__baloon[data-for="37"] {
    bottom: 29%;
    left: 18.5%
  }

  .geography__baloon[data-for="39"] {
    bottom: 35%;
    left: 0
  }

  .geography__baloon[data-for="40"] {
    bottom: 23.5%;
    left: 7.5%
  }

  .geography__baloon[data-for="42"] {
    bottom: 32%;
    left: 18.5%
  }

  .geography__baloon[data-for="44"] {
    bottom: 24%;
    left: 15%
  }

  .geography__baloon[data-for="45"] {
    bottom: 40%;
    left: 1%
  }

  .geography__baloon[data-for="46"] {
    bottom: 51%;
    left: 0
  }

  .geography__baloon[data-for="47"] {
    bottom: 33%;
    left: 10%
  }

  .geography__baloon[data-for="48"] {
    bottom: 18%;
    left: 8%
  }

  .geography__baloon[data-for="49"] {
    bottom: 70%;
    right: 10%
  }

  .geography__baloon[data-for="50"] {
    bottom: 23%;
    left: 9%
  }

  .geography__baloon[data-for="51"] {
    bottom: 40%;
    left: 19%
  }

  .geography__baloon[data-for="52"] {
    bottom: 20%;
    left: 14%
  }

  .geography__baloon[data-for="53"] {
    bottom: 31%;
    left: 9.5%
  }

  .geography__baloon[data-for="54"] {
    bottom: 36%;
    left: 38%
  }

  .geography__baloon[data-for="55"] {
    bottom: 36%;
    left: 33%
  }

  .geography__baloon[data-for="56"] {
    bottom: 39%;
    left: 16%
  }

  .geography__baloon[data-for="57"] {
    bottom: 20%;
    left: 6%
  }

  .geography__baloon[data-for="58"] {
    bottom: 15%;
    left: 11%
  }

  .geography__baloon[data-for="59"] {
    bottom: 18%;
    left: 22%
  }

  .geography__baloon[data-for="60"] {
    bottom: 32%;
    left: 6%
  }

  .geography__baloon[data-for="61"] {
    bottom: 10%;
    left: 4%
  }

  .geography__baloon[data-for="62"] {
    bottom: 20%;
    left: 9%
  }

  .geography__baloon[data-for="63"] {
    bottom: 12%;
    left: 15%
  }

  .geography__baloon[data-for="64"] {
    bottom: 12%;
    left: 12%
  }

  .geography__baloon[data-for="65"] {
    bottom: 48%;
    right: 6%
  }

  .geography__baloon[data-for="66"] {
    bottom: 17%;
    left: 26%
  }

  .geography__baloon[data-for="67"] {
    bottom: 26%;
    left: 6%
  }

  .geography__baloon[data-for="68"] {
    bottom: 17%;
    left: 9%
  }

  .geography__baloon[data-for="69"] {
    bottom: 28%;
    left: 9%
  }

  .geography__baloon[data-for="70"] {
    bottom: 10%;
    left: 37%
  }

  .geography__baloon[data-for="71"] {
    bottom: 21%;
    left: 8%
  }

  .geography__baloon[data-for="72"] {
    bottom: 10%;
    left: 30%
  }

  .geography__baloon[data-for="73"] {
    bottom: 16%;
    left: 14%
  }

  .geography__baloon[data-for="74"] {
    bottom: 9%;
    left: 23%
  }

  .geography__baloon[data-for="75"] {
    bottom: 35%;
    right: 27%
  }

  .geography__baloon[data-for="76"] {
    bottom: 26%;
    left: 12%
  }

  .geography__baloon[data-for="79"] {
    bottom: 38%;
    left: 56%
  }

  .geography__baloon[data-for="82"] {
    bottom: 45%;
    left: 0
  }

  .geography__baloon[data-for="83"] {
    bottom: 32%;
    left: 28%
  }

  .geography__baloon[data-for="86"] {
    bottom: 20%;
    left: 32%
  }

  .geography__baloon[data-for="87"] {
    bottom: 50%;
    right: 15%
  }

  @supports ((-webkit-clip-path:inset(50%)) or (clip-path:inset(50%))) {
    .geography__baloon .triangle {
      top: 0;
      left: 20px;
      z-index: 0;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="3"] .triangle {
      top: 0;
      right: 10px;
      z-index: 0;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="15"] .triangle,
    .geography__baloon[data-for="17"] .triangle,
    .geography__baloon[data-for="20"] .triangle,
    .geography__baloon[data-for="4"] .triangle,
    .geography__baloon[data-for="5"] .triangle,
    .geography__baloon[data-for="6"] .triangle,
    .geography__baloon[data-for="7"] .triangle,
    .geography__baloon[data-for="8"] .triangle,
    .geography__baloon[data-for="9"] .triangle {
      top: auto;
      bottom: 0;
      left: 20px;
      z-index: 0;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="19"] .triangle {
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      z-index: 0;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="22"] .triangle,
    .geography__baloon[data-for="25"] .triangle {
      top: auto;
      bottom: 0;
      left: auto;
      right: 20px;
      z-index: 0;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="27"] .triangle {
      top: 0;
      left: auto;
      right: 20px;
      z-index: 0;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="30"] .triangle {
      top: auto;
      bottom: 0
    }

    .geography__baloon[data-for="31"] .triangle,
    .geography__baloon[data-for="32"] .triangle,
    .geography__baloon[data-for="33"] .triangle {
      top: auto;
      bottom: 20px;
      left: -20px;
      transform: rotate(45deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="34"] .triangle,
    .geography__baloon[data-for="37"] .triangle {
      top: 24px;
      left: -10px;
      transform: rotate(45deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="42"] .triangle,
    .geography__baloon[data-for="45"] .triangle {
      top: auto;
      bottom: 0;
      left: auto;
      right: 10px;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="46"] .triangle {
      top: auto;
      bottom: 0;
      left: 60px;
      transform: rotate(135deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="49"] .triangle {
      top: auto;
      bottom: 0;
      left: auto;
      right: 60px;
      transform: rotate(315deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="54"] .triangle,
    .geography__baloon[data-for="55"] .triangle,
    .geography__baloon[data-for="56"] .triangle {
      top: auto;
      bottom: 0;
      transform: rotate(315deg) translateY(0) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="65"] .triangle,
    .geography__baloon[data-for="75"] .triangle,
    .geography__baloon[data-for="79"] .triangle {
      top: auto;
      bottom: 20px;
      right: 40px;
      left: auto;
      transform: rotate(-45deg) translateY(100%) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="82"] .triangle {
      top: auto;
      bottom: 15px;
      left: -30px;
      transform: rotate(-45deg) translateY(100%) skew(-25deg, -25deg)
    }

    .geography__baloon[data-for="87"] .triangle {
      top: 20px;
      right: -10px;
      left: auto;
      transform: rotate(-225deg) translateY(100%) skew(-25deg, -25deg)
    }
  }

  .geography__baloon[data-for="89"] {
    bottom: 30%;
    left: 35%
  }

  .geography__btns {
    flex-direction: column;
    margin-top: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 13px;
    padding: 5px
  }

  .geography__btn {
    width: 100%;
    border: none;
    border-radius: 8px;
    height: 50px;
    font-size: 14px;
    line-height: 20px
  }
}

@media (max-width:900px) {

  .project__desc h4,
  .project__name {
    font-size: 22px;
    line-height: 25px
  }

  .project {
    width: 100%;
    min-width: auto;
    padding: 80px 15px
  }

  .project button {
    width: 40px;
    height: 40px;
    border-radius: 8px
  }

  .project button span {
    width: 22px
  }

  .project__img {
    margin-top: 20px;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1/.78;
    min-height: 260px;
    max-height: 440px
  }

  .project__desc {
    margin-top: 40px
  }

  .project__desc p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px
  }
}

@media (max-width:800px) {

  .footer__links .white li,
  .footer__links p {
    border-top: 1px solid rgba(255, 255, 255, .15)
  }

  .breadcrumb {
    font-size: 14px;
    gap: 10px;
    line-height: 20px
  }

  .start {
    height: 620px
  }

  .major__img,
  .start__content {
    padding: 0
  }

  .start__wrapper {
    padding-top: 128px
  }

  .control__title,
  .partners__title,
  .services__count,
  .services__title,
  .start__title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -.35px
  }

  .info__top,
  .start__text {
    flex-direction: column
  }

  .control__icon,
  .products__btn,
  .start__arrows {
    display: none
  }

  .major__bottom p,
  .start__text p {
    font-size: 16px;
    line-height: 25px
  }

  .start__text img {
    width: 51px
  }

  .major__wrapper {
    padding-top: 96px
  }

  .major__bottom img {
    width: 35px;
    height: 35px;
    object-fit: cover
  }

  .history__title,
  .major-small .start__title,
  .review__title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -.4px
  }

  .major-small .major__bottom {
    padding: 20px 0
  }

  .info__top div,
  .info__top h2 {
    width: 100%
  }

  .history__wrapper {
    gap: 10px
  }

  .history__img {
    border-radius: 15px;
    aspect-ratio: 1/1
  }

  .history__text {
    border-radius: 15px;
    padding: 20px
  }

  .history__list {
    margin-top: 25px;
    gap: 21px
  }

  .history__item {
    gap: 9px
  }

  .history__item .year,
  .quote__text blockquote {
    font-size: 18px;
    line-height: 25px
  }

  .history__item .text,
  .products__block p,
  .services__link {
    font-size: 14px;
    line-height: 20px
  }

  .live__title,
  .news__title,
  .products__title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -.3px
  }

  .products__list {
    margin-top: 25px;
    padding-top: 25px;
    display: block;
    width: 100%
  }

  .products__list .slick-list {
    margin-right: -15px
  }

  .products__list .slick-track {
    display: flex;
    gap: 10px
  }

  .products__img {
    height: 175px
  }

  .products__item {
    width: 300px !important;
    display: flex !important;
    border-radius: 15px;
    padding: 50px 25px 20px
  }

  .products__item.catalog {
    display: none !important
  }

  #callme .form .select,
  .products__item p {
    font-size: 16px;
    line-height: 25px
  }

  .products__item span {
    font-size: 16px;
    line-height: 20px;
    top: 12px;
    right: 15px
  }

  .products__mob {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 35px auto 0;
    gap: 10px
  }

  .certificate__arrows,
  .news__arrows,
  .news__more,
  .partners__arrows,
  .review__arrows,
  .services__text div img,
  .services__text ul {
    display: none
  }

  .products__mob a {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 14px 25px
  }

  .services__img,
  .services__text a {
    border-radius: 10px
  }

  .products__mob a.catalog {
    background-color: #3498db
  }

  .products__mob a.download {
    background-color: #2f2f30
  }

  .control__img .control__icon {
    display: block;
    position: absolute;
    z-index: 2;
    right: 7px;
    bottom: 7px;
    width: 60px;
    height: 60px;
    padding: 12.7px;
    border-radius: 8px
  }

  .control__text {
    font-size: 14px;
    line-height: 20px;
    gap: 10px
  }

  .services__text {
    flex-direction: column;
    gap: 20px
  }

  .services__text a {
    width: 100%;
    /* height: 120px; */
    margin-top:0;
    max-width:400px;
    padding: 15px 15px 15px 20px;
    font-size: 14px;
            justify-content: center;
        align-items: baseline;
  }
  .services__text a span{
      width:fit-content;
  }
  .services__right{
      width:100% !important;
  }
  .services__text a svg {
    width: 15px;
    height: 8px
  }

  .services__text div {
    max-width: 100%
  }

  .services__info h2 {
    font-size: 22px;
    line-height: 25px
  }

  .services__desc,
  .vacancy__form .text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px
  }

  .services__val {
    margin-top: 25px;
    line-height: 20px
  }

  .services__val span {
    font-size: 16px
  }

  .services__val div {
    margin-top: 10px;
    gap: 5px
  }

  .services__val p {
    padding: 7px 15px
  }

  .services__img .icon {
    width: 45px;
    height: 45px;
    border-radius: 5px
  }

  .services__img .icon img {
    width: 21px;
    height: 18px
  }

  .review__info {
    gap: 15px
  }

  .review__info .company {
    font-size: 22px;
    line-height: 25px
  }

  .review__info .text {
    margin-top: 15px;
    gap: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .review__link {
    font-size: 14px;
    line-height: 20px;
    gap: 8px
  }

  .review__link svg {
    width: 15px;
    height: 9px
  }

  .certificate__wrapper {
    flex-direction: column;
    gap: 25px
  }

  .certificate__info {
    width: 100%;
    max-width: 100%
  }

  .certificate__info h2,
  .vacancy__form h2 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -.4px
  }

  .certificate__info p,
  .news__tab {
    font-size: 14px;
    line-height: 20px
  }

  .news__list {
    margin-bottom: 80px
  }

  .news__tabs {
    flex-direction: column;
    margin-bottom: -15px;
    gap: 5px;
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 13px
  }

  .news__tab {
    border-radius: 8px;
    padding: 15px 25px;
    border: none
  }

  .news__slider {
    margin-top: 25px;
    padding-top: 25px;
    margin-right: -20px
  }

  .news__date,
  .news__name {
    margin-top: 15px;
    line-height: 25px;
    font-size: 16px
  }

  .news__img {
    border-radius: 15px
  }

  .news__date {
    letter-spacing: -.3px
  }

  .news__date span {
    font-size: 22px
  }

  .news__list {
    gap: 30px;
    margin-top: 25px
  }

  .news__item .news__img {
    aspect-ratio: 1.1/1
  }

  .quote__wrapper {
    padding: 20px 0;
    gap: 25px
  }

  .quote__title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -.4px;
    width: 100%
  }

  .quote__text .author {
    margin-top: 25px;
    gap: 12px
  }

  .quote__text .author svg {
    width: 16px;
    height: 16px
  }

  .quote__text .author p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px
  }

  #callme p,
  .footer__contacts .item span,
  .quote__text .author span {
    font-size: 14px;
    line-height: 20px
  }

  .also__item,
  .contacts__info p span,
  .footer__contacts .item a {
    font-size: 18px;
    line-height: 25px
  }

  .partners__slider {
    margin-top: 25px;
    padding-top: 25px
  }

  .also__list {
    margin-top: 25px
  }

  .also__item {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    justify-content: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
    align-items: center;
    border-radius: 10px
  }

  .also__item img {
    width: 40px;
    height: 40px
  }

  .contacts__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px
  }

  .contacts__social {
    margin-top: 15px
  }

  .contacts__type {
    margin-bottom: 6px
  }

  .contacts__item {
    flex-direction: column;
    gap: 10px
  }

  .contacts__emails a,
  .contacts__phones a {
    font-size: 18px;
    line-height: 25px;
    gap: 8px
  }

  .contacts__emails a svg,
  .contacts__phones a svg {
    width: 20px;
    height: 20px
  }

  .contacts__social a svg,
  .footer__contacts .social a svg {
    width: 24px;
    height: 24px
  }

  .contacts__social a,
  .footer__contacts .social a {
    width: 50px;
    height: 50px;
    border-radius: 8px
  }

  .contacts__map {
    height: 530px
  }

  .contacts__info {
    width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
    max-width: 100%;
    border-radius: 10px;
    padding: 15px 15px 15px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
  }

  .contacts__info p {
    gap: 20px
  }

  .contacts__info p span {
    margin-top: 0
  }

  .contacts__info p svg {
    width: 15px;
    height: 8px;
    flex-shrink: 0
  }

  .contacts__info span {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px
  }

  .footer__top {
    gap: 40px
  }

  .footer__logo {
    height: 40px
  }

  .footer__links {
    flex-direction: column;
    gap: 0
  }

  .footer__links p {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .footer__links p::after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(-45deg);
    transition: .3s ease-in-out
  }

  .footer__links p.active::after {
    transform: rotate(135deg)
  }

  .footer__links .wrap {
    width: 100%;
    flex-direction: column;
    gap: 0
  }

  .footer__links .wrap ul {
    display: none;
    padding-bottom: 20px
  }

  .footer__links .white li {
    padding: 20px 0;
    margin: 0
  }

  .footer__links .white li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
  }

  .footer__contacts .item a {
    margin-top: 10px
  }

  .footer__contacts .item p {
    font-size: 14px;
    line-height: 20px;
    max-width: 242px
  }

  .footer__contacts .top {
    gap: 25px
  }

  .footer__bottom {
    margin-top: 40px;
    padding-top: 40px
  }

  #callme .form {
    margin-top: 30px;
    gap: 25px
  }

  #callme .form input {
    height: 40px;
    font-size: 16px;
    line-height: 25px
  }

  .projects__item {
    height: 455px;
    border-radius: 15px;
    padding: 10px
  }

  .projects__info {
    flex-direction: column-reverse;
    height: 100%;
    justify-content: space-between
  }

  .projects__partner {
    align-self: flex-end;
    width: 136px;
    height: 100px;
    padding: 20px 0
  }

  .projects__text {
    width: 100%;
    padding: 20px
  }

  .projects__text .top h2 {
    font-size: 18px;
    line-height: 25px
  }

  .projects__text p {
    font-size: 14px;
    line-height: 20px
  }

  .vacancy__file span,
  .vacancy__form textarea,
  .vacancy__inputs input {
    font-size: 16px;
    line-height: 20px
  }

  .projects__text svg {
    top: auto;
    bottom: 26px;
    width: 15px;
    height: 8px
  }

  .projects__show {
    margin-top: 30px;
    height: 50px;
    gap: 6px;
    font-size: 14px;
    line-height: 20px
  }

  .vacancy__form textarea {
    margin-top: 25px;
    height: 70px
  }

  .vacancy__inputs {
    margin-top: 35px;
    grid-template-columns: 1fr;
    gap: 20px
  }

  .vacancy__inputs input {
    height: 40px
  }

  .vacancy__file {
    margin-top: 35px;
    gap: 12px
  }

  .vacancy__file p {
    width: 30px;
    height: 30px
  }

  .vacancy__file p svg {
    width: 10px;
    height: 10px
  }

  .vacancy__submit {
    margin-top: 35px;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    line-height: 20px
  }

  .vacancy__submit button {
    width: 100%;
    height: 50px;
    border-radius: 8px
  }

  #vacancy {
    padding: 80px 15px 15px
  }

  #vacancy .form {
    gap: 30px
  }

  .cart__title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -.4px
  }
}

@media (max-width:600px) {

  .advantages__list,
  .also__list,
  .management__list {
    grid-template-columns: 1fr
  }

  .management__wrapper {
    margin-top: 10px
  }

  .management__title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -.4px
  }

  .management__item {
    border-radius: 15px
  }

  .management__name {
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    padding: 15px 0 15px 20px;
    border-radius: 10px
  }

  .management__name p {
    font-size: 16px;
    line-height: 20px
  }

  .management__name span {
    font-size: 14px;
    line-height: 20px
  }

  .text .video {
    aspect-ratio: 1/1
  }
}

@media (max-width:500px) {

  .news__items,
  .smi__items {
    grid-template-columns: 1fr
  }

  .smi__item {
    border-radius: 15px;
    padding: 5px 5px 20px
  }

  .smi__img {
    border-radius: 10px
  }

  .smi__name {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 25px
  }

  .product__item span,
  .smi__desc,
  .smi__link {
    font-size: 14px;
    line-height: 20px
  }

  .smi__desc {
    margin-top: 10px
  }

  .smi__link {
    margin-top: 25px;
    gap: 8px
  }

  .smi__link svg {
    width: 15px;
    height: 9px
  }

  .product__wrapper {
    margin-top: 40px
  }

  .product__list {
    gap: 10px
  }

  .product__list.border {
    margin-top: -15px;
    padding-top: 25px
  }

  .product__item {
    width: 100%;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1/1;
    max-height: 350px;
    padding: 60px 25px 20px
  }

  .product__item span {
    top: 12px;
    right: 20px
  }

  .product__item p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 50px
  }

  .product__img {
    max-height: 175px
  }
}

@media (max-width:400px) {
  .major__content {
    padding-bottom: 64px
  }

  .major__img {
    bottom: 4px
  }
}

@media (hover:hover) {

  .projects__show:hover path,
  .review__link:hover path,
  .smi__item:hover path {
    stroke: #065d98
  }

  .header__white li:hover::after {
    width: 100%;
    background-color: rgba(255, 255, 255, .2)
  }

  .header__black li:hover::after {
    width: 100%;
    background-color: #151515
  }

  .header__links ul li .dropdown li:hover a {
    box-shadow: 0 1px 0 0 #151515
  }

  .about__more:hover,
  .cart__btn:hover,
  .news__more:hover,
  .products__btn:hover,
  .service__btn a:hover,
  .services__link:hover,
  .vacancy__link:hover,
  .vacancy__submit button:hover {
    background-color: #3ba020
  }

  .news__item:hover .news__name,
  .news__slide:hover .news__name,
  .product__item:not(.catalog):hover p,
  .products__item:hover p,
  .projects__text:hover h2,
  .projects__text:hover p,
  .vacancy__file label:hover,
  .vacancy__title:hover p {
    color: #3498db
  }

  .products__item.catalog:hover {
    background-color: #222224
  }

  .about__slider_arrow:hover,
  .certificate__arrow:hover,
  .review__arrow:hover,
  .services__arrow:hover {
    background-color: rgba(255, 255, 255, .06)
  }

  .contacts__info:hover span {
    color: #1f81c3
  }
  .services__text a:hover{
      background:#3ba020;
  }

  .news__item:hover .news__img,
  .news__slide:hover .news__img {
    filter: grayscale(1)
  }

  .cart .arrows div:hover,
  .contacts__social a:hover,
  .partners__arrow:hover {
    background-color: #e4e4e4
  }

  .footer__contacts .scroll:hover,
  .footer__contacts .social a:hover {
    background-color: rgba(255, 255, 255, .05)
  }

  .footer__links .black a:hover {
    color: #fff !important
  }

  .review__link:hover {
    color: #065d98 !important
  }

  .also__item:hover {
    color: #3498db !important
  }

  .live__tab:hover,
  .news__tab:not(.active):hover {
    background-color: #f1f1f1
  }

  .product__item.catalog:hover {
    background-color: rgba(52, 152, 219, .25)
  }

  .product__item.catalog:hover path {
    stroke: #29292c
  }

  .product__item.catalog:hover .white path {
    stroke: #c4dbeb
  }

  .projects__show:hover,
  .smi__item:hover .smi__link {
    color: #065d98
  }
}

.country {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  align-items: center
}

.country .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%
}

.country .item svg {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: auto
}

.country .item path {
  fill: rgb(241, 241, 241);
  transition: .3s linear
}

.country .item .name {
  text-align: center;
  color: #151515
}

.country .item .svg {
  position: relative
}

@media(max-width:1400px) {
  .country {
    padding-bottom: 100px
  }
}

@media(max-width:1200px) {
  .country {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
  }

  .country .item svg {
    height: 200px
  }
}

@media (max-width:1000px) {
  .country {
    min-width: 1038px;
    scrollbar-width: thin;
    padding-bottom: 70px;
    overflow-x: auto
  }
}

.agree-cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 30px 40px;
  font-size: 14px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  z-index: 999999;
  color: #151515;
  font-size: 18px;
}

.agree-cookie.hide {
  display: none;
}

.agree-cookie .container {
  display: flex;
  gap: 20px;
}

.agree-cookie button {
  cursor: pointer;
  display: block !important;
  height: fit-content;
}

.agree-cookie a {
  color: inherit;
  text-decoration: none;
  transition: all linear 0.3s;
}

.agree-cookie a:hover {
  color: #3498DB;
}

.modal__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row !important;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.modal__checkbox input {
  position: absolute !important;
  /* right: 100% !important; */
  width: 20px !important;
  height: 20px !important;
  opacity: 0 !important;
}

#callme .form .select__content {
  z-index: 1;
}

.modal__checkbox label {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #fff;
  border: 1px solid rgb(228, 228, 237);
  border-radius: 5px;
  -webkit-transition: color linear 0.3s;
  transition: color linear 0.3s;
  -webkit-transition: background linear 0.3s;
  transition: background linear 0.3s;
}

.modal__checkbox p,
.modal__checkbox a {
  color: #151515;
}

.modal__checkbox a:hover {
  color: #3498DB !important;
}

.modal__checkbox input:checked~label {
  background: #3bb01c;
}

#callme .form div {
  display: flex;
  flex-direction: column;
}

@media(max-width:1000px) {
  .agree-cookie {
    padding: 10px;
  }

  .agree-cookie .container {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  #callme a {
    font-size: 14px;
    line-height: 20px;
  }
}