@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Thin.eot');
    src: local('Geologica-Thin'), local('Geologica-Thin'),
        url('../fonts/Geologica-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Thin.woff2') format('woff2'),
        url('../fonts/Geologica-Thin.woff') format('woff'),
        url('../fonts/Geologica-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-ExtraLight.eot');
    src: local('Geologica-ExtraLight'), local('Geologica-ExtraLight'),
        url('../fonts/Geologica-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-ExtraLight.woff2') format('woff2'),
        url('../fonts/Geologica-ExtraLight.woff') format('woff'),
        url('../fonts/Geologica-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Light.eot');
    src: local('Geologica-Light'), local('Geologica-Light'),
        url('../fonts/Geologica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Light.woff2') format('woff2'),
        url('../fonts/Geologica-Light.woff') format('woff'),
        url('../fonts/Geologica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Regular.eot');
    src: local('Geologica-Regular'), local('Geologica-Regular'),
        url('../fonts/Geologica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Regular.woff2') format('woff2'),
        url('../fonts/Geologica-Regular.woff') format('woff'),
        url('../fonts/Geologica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Medium.eot');
    src: local('Geologica-Medium'), local('Geologica-Medium'),
        url('../fonts/Geologica-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Medium.woff2') format('woff2'),
        url('../fonts/Geologica-Medium.woff') format('woff'),
        url('../fonts/Geologica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-SemiBold.eot');
    src: local('Geologica-SemiBold'), local('Geologica-SemiBold'),
        url('../fonts/Geologica-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-SemiBold.woff2') format('woff2'),
        url('../fonts/Geologica-SemiBold.woff') format('woff'),
        url('../fonts/Geologica-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Bold.eot');
    src: local('Geologica-Bold'), local('Geologica-Bold'),
        url('../fonts/Geologica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Bold.woff2') format('woff2'),
        url('../fonts/Geologica-Bold.woff') format('woff'),
        url('../fonts/Geologica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-ExtraBold.eot');
    src: local('Geologica-ExtraBold'), local('Geologica-ExtraBold'),
        url('../fonts/Geologica-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-ExtraBold.woff2') format('woff2'),
        url('../fonts/Geologica-ExtraBold.woff') format('woff'),
        url('../fonts/Geologica-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Black.eot');
    src: local('Geologica-Black'), local('Geologica-Black'),
        url('../fonts/Geologica-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Black.woff2') format('woff2'),
        url('../fonts/Geologica-Black.woff') format('woff'),
        url('../fonts/Geologica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: 'Geologica';
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 auto;
  color: #434343;
  font-size: 17px;
  line-height: 30px;
  background: #F2F2F2;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

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

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 30px;
  max-width: 1740px;
  margin: 0 auto;
}

/*header*/

header {
  position: relative;
  padding: 40px 0;
  background: #fff;
}

.header__wrap {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo a {
  display: flex;
}

.header__right {
  display: flex;
  align-items: flex-end;
}

.header__middle {
  padding: 0 0 3px 0;
  margin: 0 110px 0 0;
}

.header__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header__top p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 45px 0 0;
}

.header__top p img {
  margin: 0 8px 0 0;
}

.header__top a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.header__top a img {
  margin: 0 8px 0 0;
}

.header__top a:hover {
  text-decoration: underline;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 27px;
}

.header__nav ul li {
  display: flex;
}

.header__nav ul li a {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  display: inline-block;
}

.header__nav ul li a:hover {
  color: #AF1E23;
}

.header__contacts__number {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}

.header__contacts__number br {
  display: none;
}

.header__contacts__number span {
  font-size: 30px;
}

.header__contacts__number:hover {
  color: #AF1E23;
}

.header__btn {
  margin: 7px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 294px;
  height: 49px;
  background: #AF1E23;
  border: 1px solid #AF1E23;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #fff;
}

.header__btn span {
  display: flex;
  height: 31px;
  width: 1px;
  background: #fff;
  margin: 0 15px;
}

.header__btn:hover {
  background: #fff;
  color: #AF1E23;
}

.header__btn:hover span {
  background: #AF1E23;
}

.header__btn:hover svg path {
  fill: #AF1E23;
}

.header__social {
  display: flex;
  padding: 0 0 0 20px;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__social ul li {
  display: flex;
  margin: 0 0 17px 0;
}

.header__social ul li:last-child {
  margin: 0;
}

.header__social ul li a {
  display: flex;
}

.header__social ul li:nth-of-type(2) a:hover svg path {
  fill: #AF1E23;
}

.header__social ul li:nth-of-type(1) a:hover svg path:nth-of-type(2) {
  fill: #AF1E23;
}

/*BURGER*/

.mt-munu-mb {}


.body-open {
  overflow: hidden;
  position: relative;
}

.burger {
  position: absolute;
  top: 45px;
  left: 30px;
  display: none !important;
  cursor: pointer;
  z-index: 12;
  align-items: center;
}

.burger i:nth-of-type(1) {
  display: flex;
}

.burger i:nth-of-type(2) {
  margin: -12px 0 0 0;
  display: none;
}

.burger.burger-open i:nth-of-type(1) {
  display: none;
}

.burger.burger-open i:nth-of-type(2) {
  display: flex;
}

.mt-mobile {
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0px;
  background: #fff;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 113px 0 40px 0;
  transition: 0.5s ease all;
  clip-path: circle(0 at -100% 0);
}


.mt-mobile.nav-open {
  clip-path: circle(200%);
  z-index: 11;
}

.burger__nav li {
  display: flex;
  margin: 0 0 20px 0;
}

.burger__nav li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: inline-block;
}

/*work*/

.work {
  position: relative;
  padding: 160px 0 0 0;
  background: #fff;
}

.work h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: #AF1E23;
  max-width: 750px;
  margin-bottom: 35px;
}

.work h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 39px;
  color: #000303;
  margin-bottom: 60px;
}

.work__absolute {
  position: absolute;
  top: -176px;
  right: 0;
}

.work__img {
  display: flex;
}

.work__gradient {
  position: absolute;
  top: 0;
  left: 0;
}

.work__zindex {
  position: relative;
  z-index: 1;
}

.work__flex {
  display: flex;
  align-items: center;
}

.work__btn {
  width: 322px;
  height: 57px;
  border: 1px solid #AF1E23;
	background: #AF1E23;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.work__btn img {
  margin: 0 0 0 15px;
  transition: 0.3s;
}

.work__btn:hover img {
  transform: rotate(45deg);
}

.work__restagle {
  background: #000303;
  width: 1px;
  height: 82px;
  opacity: 0.3;
  margin: 0 45px 0 50px;
}

.work p {
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  color: #000303;
  opacity: 0.7;
}

/*about*/

.about {
  background: #fff;
  padding: 250px 0 160px 0;
  border-radius: 0 0 60px 60px;
}

.about__wrap {
  display: flex;
}

.about__block {
  width: 58%;
  margin: 0 30px 0 0;
}

.about__block:last-child {
  width: 42%;
  margin: 0;
}

.about__relative {
  position: relative;
}

.about__img {
  position: relative;
  border-radius: 49px;
  overflow: hidden;
  display: flex;
  height: 704px;
}

.about__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000303;
  opacity: 0.5;
}

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

.about__icon {
  position: absolute;
  display: flex;
  z-index: 1;
  top: 50px;
  right: 48px;
}

.about__btn {
  position: absolute;
  z-index: 1;
  width: 308px;
  height: 57px;
  border-radius: 100px;
  bottom: 42px;
  left: 50px;
  background: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #AF1E23;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about__btn:hover {
  background: #AF1E23;
  color: #fff;
}

h2 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 300;
  color: #000303;
}

h2 span {
  color: #AF1E23;
}

.about h2 {
  max-width: 586px;
}

.about__flex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.about__top {
  width: 100%;
}

.about__top p {
  margin-top: 50px;
  max-width: 598px;
}

.about__bottom {
  margin: 30px 0 0 0;
  display: flex;
  width: 100%;
}

.about__text {
  margin: 0 80px 0 0;
}

.about__text:last-child {
  margin: 0;
}

.about__text h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 56px;
  color: #AF1E23;
  letter-spacing: -0.05em;
}

.about__text h3 b {
  font-size: 30px;
  position: relative;
  top: -17px;
  line-height: 30px;
}

.about__text p {
  line-height: 32px;
  color: #000303;
  opacity: 0.7;
}

.about__relative__mobile {
  display: none;
}

/*equipment*/

.equipment {
  overflow: hidden;
  padding: 120px 0 190px 0;
}

.equipment h2 {
  max-width: 827px;
}

.equipment__top {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.equipment__left {
  max-width: 656px;
}

.equipment__left p {
  font-weight: 300;
}

.equipment__italic {
  max-width: 500px;
}

.equipment__italic p {
  display: flex;
  align-items: flex-start;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  font-style: italic;
}

.equipment__italic p img {
  margin: 0 20px 0 0;
}

.equipment .container {
  overflow: visible;
  position: relative;
}

.equipment__slider {
  overflow: visible;
  position: relative;
}

.equipment__swiper {
  overflow: visible !important;
}

.equipment__swiper .swiper-wrapper {
  align-items: stretch;
}

.equipment__swiper .swiper-slide {
  height: auto !important;
}

.equipment__card {
  height: 100%;
  background: #fff;
  border-radius: 49px;
  padding: 35px 35px 25px 35px;
}

.equipment__img {
  display: flex;
  border-radius: 26px;
  overflow: hidden;
  height: 360px;
}

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

.equipment__info {
  padding: 30px 0 0 0;
}

.equipment__title h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #AF1E23;
  margin-bottom: 5px;
}

.equipment__title p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  max-width: 438px;
}

.equipment__list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.equipment__list li {
  width: 50%;
  padding: 20px 0 0 0;
}

.equipment__list li h4 {
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  opacity: 0.65;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.equipment__list li h4 b {
  text-transform: none !important;
}

.equipment__list li p {
  line-height: 19px;
  margin-top: 3px;
}

.equipment__metal {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 0;
  gap: 10px;
}

.equipment__metal li {
  padding: 9px 25px;
  border: 1px solid #C0C0C0;
  border-radius: 100px;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(67, 67, 67, 0.65);
}

.equipment__navigation {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 60px 0 0 0;
}

.equipment__btn {
  display: flex;
  cursor: pointer;
}

.equipment__navigation .swiper-button-disabled svg path {
  fill: #C9C9C9;
}

.equipment__slider {
  margin: 50px 0 0 0;
}

.equipment__italic__mobile {
  display: none;
}

/*stages*/

.stages {
  margin-bottom: 200px;
}

.stages__relative {
  position: relative;
}

.stages__relative:before {
  position: absolute;
  content: '';
  left: 100px;
  right: 100px;
  height: 156px;
  bottom: -30px;
  background: #513536;
  opacity: 0.5;
  border-radius: 76px;
  filter: blur(20px);
}

.stages__border {
  position: relative;
  z-index: 1;
  border-radius: 50px;
  background: #FFFFFF url(../images/stages__border.svg) 50% 100% no-repeat;
  padding: 100px 80px 110px 80px;
}

.stages h2 {
  text-align: center;
}

.stages__title {
  font-weight: 300;
  max-width: 656px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.stages__wrap {
  display: flex;
  margin: 80px -10px 0 -10px;
}

.stages__block {
  width: 25%;
  padding: 0 10px;
}

.stages__flex {
  display: flex;
  align-items: flex-end;
}

.stages__text h4 {
  font-weight: 100;
  font-size: 120px;
  line-height: 88px;
  color: #AF1E23;
}

.stages__text h3 {
  font-weight: 100;
  font-size: 21px;
  line-height: 26px;
  color: #000303;
  margin: 0 0 0 15px;
}

.stages__text h3 strong {
  font-weight: 300;
}

.stages__text p {
  font-weight: 300;
  margin: 30px 0 0 0;
  max-width: 298px;
}

.stages__pd {
  max-width: 342px;
  margin: 60px auto 0 auto;
}

.stages__btn {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #AF1E23;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stages__btn img {
  margin: 0 0 0 20px;
  transition: 0.3s;
}

.stages__btn:hover img {
  transform: rotate(45deg);
}

.stages__subtitle {
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  color: #000303;
  opacity: 0.7;
  max-width: 594px;
  margin: 30px auto 0 auto;
  text-align: center;
}

/*application*/

.application {
  margin-bottom: 200px;
}

.application h2 {
  max-width: 586px;
}

.application__wrap {
  display: flex;
  margin: 40px 0 0 0;
}

.application__block {
  width: 50%;
  padding: 0 30px 0 0;
}

.application__block:last-child {
  padding: 0;
}

.application p {
  max-width: 641px;
  font-weight: 300;
}

.application__restalge {
  background: #000303;
  opacity: 0.3;
  max-width: 293px;
  margin: 45px 0 50px 0;
  height: 1px;
}

.application__link {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.09em;
  color: #434343;
  text-decoration: underline;
}

.application__link img {
  margin: 0 16px 0 0;
}

.application__link:hover {
  text-decoration: none;
}

.application__form__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -8px 0 -8px;
}

.application__form__block {
  width: 50%;
  padding: 16px 8px 0 8px;
}

.application__form__block:nth-of-type(5) {
  width: 65%;
}

.application__form__block:nth-of-type(6) {
  width: 35%;
}

.application__input {
  font-weight: 200;
  font-size: 17px;
  line-height: 21px;
  color: #000303;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 30px;
  height: 62px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 20px 0px #0000001A inset;
  border: 1px solid #C7C7C7;
  border-radius: 100px;
}

.application__input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000303;
}

.application__input::-moz-placeholder {
  opacity: 0.5;
  color: #000303;
}

.application__input:-ms-input-placeholder {
  opacity: 0.5;
  color: #000303;
}

.application__input::placeholder {
  opacity: 0.5;
  color: #000303;
}

.application__textarea {
  height: 140px;
  resize: none;
  padding: 20px 30px;
  border-radius: 30px;
}

.checkbox-main {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}

.checkbox-main .checkbox {
  margin: 0 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  position: relative;
}

.checkbox-main input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main input[type="checkbox"]:checked ~ .checkbox {
  background: #fff url(../images/checkbox_bf.svg) 50% 50% no-repeat;
  background-size: 15px;
}

.checkbox-main b {
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  color: #000303;
  opacity: 0.7;
  padding: 2px 0 0 12px;
  width: 97%;
}

.checkbox-main b a {
  color: #000303;
  display: inline;
  text-decoration: underline;
  cursor: pointer;
}

.checkbox-main b a:hover {
  text-decoration-line: none;
}

.application__file {
  cursor: pointer;
  background: #FFFFFF4D;
  box-shadow: 0px 4px 20px 0px #0000001A inset;
  backdrop-filter: blur(10px);
  border: 1px solid #C7C7C7;
  border-radius: 30px;
  padding: 28px 28px 0 28px;
  height: 140px;
}

.application__file__icon {
  display: flex;
  justify-content: center;
  margin: 0 0 18px 0;
}

.application__file span {
  font-weight: 200;
  font-size: 13px;
  line-height: 16px;
  color: #000303;
  opacity: 0.7;
  display: block;
  text-align: center;
}

/*examples*/

.examples {
  padding: 110px 0 140px 0;
  background: #fff url(../images/examples.svg) 100% 50% no-repeat;
  position: relative;
  min-height: 1059px;
}

.examples:before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  top: -400px;
  bottom: -400px;
  background: url(../images/examples__bf.svg) 100% 50% no-repeat;
  z-index: -1;
}

.examples__top {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.examples__left {
  max-width: 640px;
}

.examples__left p {
  font-weight: 300;
}

.examples__right {
  display: flex;
  align-items: center;
}

.examples__right p {
  text-align: right;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
}

.examples__restagle {
  height: 68px;
  width: 1px;
  background: #434343;
  margin: 0 40px;
}

.examples__social {
  display: flex;
  align-items: center;
  gap: 30px;
}

.examples__social li {
  display: flex;
}

.examples__social li a {
  display: flex;
}


.video-section {
  width: 100%;
  height: 100%;
  text-align:center;
}

.position-relative {
  position:relative!important;
  position: relative !important;
  display: flex;
  height: 100%;
}

.position-relative video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.play-btn span {
  display: flex;
  position: relative;
  transition: 0.3s;
}

.play-btn:hover span {
  opacity: 0.5;
}

.examples__img {
  width: 100%;
  transition: 0.5s;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  height: 489px;
}

.swiper-slide .examples__img {
  height: 347px;
}

.swiper-slide-next .examples__img {
  height: 433px;
}

.swiper-slide-prev .examples__img {
  height: 433px;
}

.swiper-slide-active .examples__img {
  height: 489px;
}

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

.examples__hidden {
  overflow: hidden;
}

.examples__hidden .container {
  overflow: visible;
  position: relative;
}

.examples__slider {
  overflow: visible;
  position: relative;
}

.examples__swiper {
  overflow: visible !important;
}

.examples__slider {
  margin: 80px 0 0 0;
}

.examples__swiper .swiper-wrapper {
  align-items: center;
}

.examples__swiper .swiper-slide {
  min-height: 489px;
  display: flex;
  align-items: center;
}

.examples__right__mobile {
  display: none;
}

/*partners*/

.partners {
  padding: 140px 0 220px 0;
}

.partners p {
  font-weight: 300;
  margin: 30px 0 0 0;
}

.partners__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px -10px 0 -10px;
}

.partners__block {
  padding: 30px 10px 0 10px;
}

.partners__img {
  display: flex;
}

.partners__img img {
  mix-blend-mode: multiply;
}

/*contacts*/

.contacts {
  position: relative;
  height: 870px;
}

.contacts__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.contacts__relative {
  padding: 130px 0 0 0;
}

.contacts__border {
  background: #fff;
  border-radius: 50px;
  width: 691px;
  padding: 70px 70px 25px 80px; 
  z-index: 2;
  position: relative;
}

.contacts__info {
  padding: 20px 0 0 0;
}

.contacts__pd {
  padding: 50px 0 0 0;
}

.contacts__info h3 {
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #434343;
  opacity: 0.65;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}

.contacts__info p {
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
}

.contacts__link {
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  display: block;
  color: #434343;
}

.contacts__link:hover {
  text-decoration: underline;
}

.contacts__flex {
  display: flex;
}

.contacts__flex__block {
  margin: 0 70px 0 0;
}

.contacts__flex__block:last-child {
  margin: 0;
}

.contacts__socila {
  display: flex;
  align-items: center;
}

.contacts__socila__restagle {
  height: 41px;
  width: 1px;
  background: #000000;
  opacity: 0.3;
  margin: 0 30px;
}

.contacts__socila__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contacts__socila__list li {
  display: flex;
}

.contacts__socila__list li a {
  display: flex;
}

.contacts__bottom {
  padding: 60px 0 0 0;
}

.contacts__bottom span {
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  color: #384656;
  opacity: 0.5;
}

/*footer*/

footer {
  padding: 60px 0;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__doc {
  display: flex;
}

.footer__doc__block {
  margin: 0 250px 0 0;
}

.footer__doc__block:last-child {
  margin: 0;
}

.footer__doc__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #434343;
  display: block;
  cursor: pointer;
}

.footer__doc__link:hover {
  text-decoration: underline;
}

.footer__doc__block:last-child a {
  margin: 0 0 10px 0;
}

.footer__doc__block:last-child a:last-child {
  margin: 0;
}

.website__development {
  display: flex;
  align-items: center;
}

.website__development__icon {
  display: flex;
  margin: 0 18px 0 0;
}

.website__development__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #434343;
}

.website__development__title a {
  display: inline;
  color: #FF4800;
}

.website__development__title a:hover {
  text-decoration: underline;
}



.modal {
  position: fixed;
  top: 0px;
  z-index: 21;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal {
  background: rgba(59, 79, 96, 0.7);
}

body.is-open {
  overflow: hidden;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 40px;
  right: 30px;
}

.modal-close-button button {
  display: flex;
}

.modal-border {
  position: relative;
  padding: 78px 20px 80px 20px;
  max-width: 1115px;
  margin: 100px auto 0 auto;
  background: #fff url(../images/modal-border.svg) 50% 100% no-repeat;
  border-radius: 50px;
}

.modal-border h2 {
  text-align: center;
}

.modal-border p {
  max-width: 656px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-weight: 300;
  color: #434343;
  opacity: 0.8;
}

.modal__form {
  max-width: 832px;
  margin: 56px auto 0 auto;
}

.modal-border__polytic {
  max-width: 1400px;
  padding: 78px 20px 80px 20px;
  background: #fff;
}

.modal-border__polytic p {
  max-width: 1115px;
  margin: 30px auto 0 auto;
  text-align: left;
}

.modal-border__polytic p a {
  color: #434343;
  text-decoration: underline;
  display: inline;
}

.modal-border__polytic p a:hover {
  text-decoration: none;
}

.cookies-popup {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #EBEBEB;
  padding: 25px 30px 20px 50px;
  border-radius: 30px 30px 0 0;
  z-index: 1000;
  width: 1115px;
  display: none;
  z-index: 13;
}

.cookies_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies_wrap p {
  width: 81%;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(67, 67, 67, 0.8);
}

.cookies_wrap p img {
  margin: 0 60px 0 0;
}

.cookies-popup .ok-btn {
  width: 126px;
  height: 47px;
  border: 1px solid #AF1E23;
  background: #AF1E23;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: 0 0 0 30px;
  border-radius: 100px;
}

.cookies-popup .ok-btn:hover {
  background: none;
  color: #AF1E23;
}

.equipment__card__flex {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
}

.equipment__card__top {
	width: 100%;
}

.equipment__card__bottom {
	width: 100%;
}