p {
  margin: 0;
}

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

img,
picture {
  transition: width 0.5s, height 0.5s;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}

a,
button {
  cursor: pointer;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif;
}

button:focus {
  outline: none;
}

a {
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}

h2 {
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 500;
  margin: 0;
  
}

.is-flex {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.a-i-s {
  align-items: start;
}

.a-i-e {
  align-items: end;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-s {
  justify-content: start;
}

.j-c-e {
  justify-content: end;
}

.j-c-c {
  justify-content: center;
}

.gap4 {
  gap: 4px;
}

.gap6 {
  gap: 6px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.gap12 {
  gap: 12px;
}

.gap16 {
  gap: 16px;
}

.gap20 {
  gap: 20px;
}

.gap24 {
  gap: 24px;
}

.gap30 {
  gap: 30px;
}

.gap32 {
  gap: 32px;
}

.gap40 {
  gap: 40px;
}

.gap50 {
  gap: 50px;
}

.gap64 {
  gap: 64px;
}

.flex1 {
  flex: 1;
}

.flex3 {
  flex: 3;
}

.f-d-c {
  flex-direction: column;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.w70 {
  width: 70%;
  max-width: 70%;
}

.w75 {
  width: 75%;
  max-width: 75%;
}

.w60 {
  width: 60%;
  max-width: 60%;
}

.w50 {
  width: 50%;
  max-width: 50%;
}

.w40 {
  width: 40%;
  max-width: 40%;
}

.w30 {
  width: 30%;
  max-width: 30%;
}

.white-box {
  background: #ffffff;
}

.br6 {
  border-radius: 6px;
}

.br8 {
  border-radius: 8px;
}

.br10 {
  border-radius: 10px;
}

.br12 {
  border-radius: 12px;
}

.br16 {
  border-radius: 16px;
}

.br22 {
  border-radius: 22px;
}

.br24 {
  border-radius: 24px;
}

.border {
  border: 1px #dfdfdf solid;
}

.border-dark {
  border: 1px solid #282d33;
}

.page {
  background: #ffffff;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif;
  color: #1a142d;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main {
  flex-grow: 1;
  position: relative;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  padding: 50px 0;
}

.bg-primary {
  color: #fff;
  background: #282d33;
  background: linear-gradient(55deg, #282d33 0%, #434c57 100%);
  color: #fff;
}

.grey-block-about {
  background: #f1f1f1;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  background: #ffffff;
  color: #1a142d;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn:hover {
  color: #e62c3a;
}
.btn:hover svg path {
  fill: #e62c3a;
  transition: all 0.3s ease-in-out;
}
.btn_white {
  background: #ffffff;
  border: none;
  color: #1a142d;
  padding: 24px 32px;
}
.btn_white:hover {
  color: #eb3440;
}
.btn_white:hover svg path {
  fill: #eb3440;
  transition: all 0.3s ease-in-out;
}

.text-lg {
  font-size: clamp(16px, 3vw, 20px);
}

.text-sm {
  font-size: clamp(12px, 3vw, 14px);
}

.no-bb {
  border-bottom: none !important;
}

.m-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.f-w-w {
  flex-wrap: wrap;
}
.corfac {background: url("../../_img/about/bg/crf2.jpg") no-repeat center center / cover; height:695px;}
.first-screen-about {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url("../../_img/about/top_b.png") 80% 15% no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 0;
}
.first-screen-about .text-wrap {
  max-width: 1200px;
  width: 100%;
  color: #ffffff;
}
.corfac-text {margin-top:80px !important;}
.first-screen-about .text-wrap p {max-width:750px}
.first-screen-about h1 {
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 400;
  margin: 0;
}
.first-screen-about .text-lg {
  font-weight: 300;
}
.first-screen-about .info-wrap {
  padding: 14px;
  max-width: 430px;
  width: 100%;
  background: #17578724;
    backdrop-filter: blur(4px);
    border:1px solid #e1f7ff38;
    color: #fff;
}
.partners {padding:0 40px}
.first-screen-about .info-wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
	 border:1px solid #ffffff4a;
}
.first-screen-about .info-wrap .text-sm {
  font-size: 12px;
}
.first-screen-about .info-wrap span {
  opacity: 0.5;
  font-size: 14px;
}
.first-screen-about .info-wrap p {
  font-size: clamp(16px, 3vw, 20px);
}

.facts {
  margin-top: 80px;
}
.facts h2 {
  text-align: start;
}
.facts .container {
  background: url("../../_img/about/bg/5.jpg") center no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 0 0 0 60px;
}
.facts .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  border-radius: 24px;
}
.facts .text-wrap,
.facts .facts-wrap {
  position: relative;
  z-index: 5;
}
.facts .text-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.facts .text-wrap p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 300;
}
.facts-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
}
.facts-wrap li {
  padding: 60px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.facts-wrap li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  bottom: -4px;
  left: -4px;
}
.facts-wrap li:last-of-type {
  border-bottom: none;
}
.facts-wrap li:last-of-type::before {
  display: none;
}
.facts-wrap li p {
  font-size: clamp(22px, 3vw, 32px);
}
.facts-wrap li p:nth-of-type(2) {
  font-size: clamp(16px, 3vw, 18px);
}
.facts-wrap li .text-lg {
  font-size: clamp(26px, 3vw, 54px);
}

.tasks-cards li {
  padding: 30px;
  width: calc(50% - 5px);
}
.tasks-cards li .svg-wrap {
  padding: 18px;
  width: 84px;
  height: 84px;
}
.tasks-cards path {stroke:red}
.tasks-cards li p {
  font-size: clamp(16px, 3vw, 18px);
  opacity: 0.7;
}
.t-grey {color:#888}
.segments .title-wrap {margin-bottom:50px}
.tasks-cards li .text-lg {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 500;
  opacity: 1;
}
.tasks .img-wrap {
  background: url("../../_img/about/bg/4.jpg") center no-repeat;
  background-size: cover;
  padding: 30px;
}

.segments h2 {
  text-align: start;
  font-size: clamp(24px, 4vw, 44px);
}
.segments h2 span {
  font-size: clamp(28px, 4vw, 48px);
}
.segments .title-wrap p {
  font-size: clamp(16px, 4vw, 20px);
  text-align: end;
  font-weight: 500;
}
.segments .accent {
  color: #eb3440;
  text-transform: uppercase;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
}
.segments .accent::before {
  content: "";
  background: #eb3440;
  display: block;
  width: 30px;
  height: 3px;
}
.segments-cards li {
  width: calc(33% - 12px);
  height: 550px;
  position: relative;
  padding: 10px 30px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  background: #dfdfdf;
}
.segments-cards li a {
  color: #1a142d;
  text-decoration: none;
}
.segments-cards li a:hover img {
  transform: scale(1.2);
}
.segments-cards li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.segments-cards li .cards-text {
  position: relative;
  z-index: 5;
}
.segments-cards li .cards-text span {
  color: #eb3440;
  text-transform: uppercase;
  font-size: clamp(42px, 3vw, 48px);
  font-weight: 600;
  font-size:0;
}
.segments-cards li .cards-text span:after {
  content: "";
  background: #eb3440;
  display: block;
  width: 30px;
  height: 3px;
  margin: 16px 0;
}
.segments-cards li .cards-text p {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 600;
  line-height:1.2em;
}
.segments-cards li .cards-text p + p {font-weight: 500; color:#000000b0;
    font-size: 16px;
    max-width: 80%;
    margin-top: 20px;}
.segments-cards li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #eb3440;
  z-index: 10;
  clip-path: polygon(0% 0%, 0px 10px, 55px 70%, 96% 70%, 102% 100%, 0% 100%);
}

.partners-cards li {
  width: calc(25% - 15px);
  padding: 40px;
}
.partners-cards li img {
  width: 200px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.team {
  background: #000;
  color: #ffffff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
.team .container {
  position: relative;
  z-index: 5;
}
.team::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../_img/about/svg/volna.svg) no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team h2 {
  text-align: start;
  font-size: clamp(28px, 4vw, 54px);
}
.team .left-wrap {
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.team .left-wrap p {
  font-size: clamp(18px, 3vw, 24px);
}
.team .photos img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  background: #dfdfdf;
  margin-left: -10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .photos img:first-of-type {
  margin-left: 0;
}
.team-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.team-cards li {
  background: #181818;
  padding: 30px;
  color: #faf9f6;
}
.team-cards li .text-sm {
  font-size: clamp(12px, 3vw, 16px);
}
.team-cards li .text-lg {
  font-size: clamp(18px, 3vw, 28px);
}
.team-cards li img {
  width: 240px;
  min-width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #dfdfdf;
  align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-cards .div1 {
  grid-row: span 2/span 2;
}
.team-cards .div2 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}
.team-cards .div3 {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 3;
}
.team-cards .div4 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 4;
}
.team-cards .div5 {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 5;
}

.social {
 /* background: #d0d0d0;*/
 background: #000000;
  padding-left: 30px;
  padding-right: 30px;
  position:relative
}
.social::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../_img/about/svg/volna.svg) no-repeat center center / cover;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.social h2 {
  text-align: start;
}
.social .container {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index:1
}
.social .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.social .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social .text {
  max-width: 500px;
  position: relative;
  z-index: 5;
}

.form-about h2 {
  text-align: start;
  font-size: clamp(28px, 4vw, 54px);
}
.form-about .descr {
  max-width: 454px;
  font-size: 18px;
  color: #272727;
}
.form-about input,
.form-about textarea {
  padding: 20px;
  background: #f1f1f1;
  color: #272727;
  font-size: 16px;
}
.form-about input::-moz-placeholder, .form-about textarea::-moz-placeholder {
  color: #272727;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-size: 16px;
}
.form-about input::placeholder,
.form-about textarea::placeholder {
  color: #272727;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-size: 16px;
}
.form-about textarea {
  resize: none;
  height: 140px;
}
.form-about .btn {
  padding: 20px;
  background: #272727;
  color: #ffffff;
  width: 100%;
}
.form-about .btn:hover {
  opacity: 0.9;
}
.form-about .w50 {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.form-about .checkbox-wrap input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #f1f1f1;
  border: 1px #dfdfdf solid;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding: 0;
}
.form-about .checkbox-wrap input:checked {
  background: #272727;
}
.form-about .checkbox-wrap input:checked::after {
  content: "✓";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
}
.form-about .form-text {
  font-size: 12px;
}
.form-about .form-text a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1440px) {
  .facts .container {
    border-radius: 0;
  }
  .facts .container:after {
    border-radius: 0;
  }
}
@media screen and (max-width: 1291px) {
  .team {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .team .container {
    flex-direction: column;
    gap: 64px;
  }
  .team .left-wrap {
    gap: 40px;
    position: relative;
  }
  .team .w50 {
    width: 100%;
    max-width: 100%;
  }
  .team-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .team-cards li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1199px) {
  .segments-cards li {
    width: calc(33% - 8px);
    height: 450px;
  }
}
@media screen and (max-width: 1099px) {
  .tasks-wrap {
    flex-direction: column;
  }
  .tasks-wrap .w70,
  .tasks-wrap .w30 {
    width: 100%;
    max-width: 100%;
  }
  .tasks .img-wrap {
    height: 325px;
  }
  .segments-cards {
    gap: 20px;
  }
  .segments-cards li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .partners-cards li {
    width: calc(33% - 11px);
  }
  .form-about form {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    text-align: start;
  }
  .container {
    padding: 0 20px;
  }
  .m-tb-100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gap64 {
    gap: 32px;
  }
  .first-screen-about {
    padding: 60px 0;
	border-radius: 0;
  }
  .segments .t-grey { display: none;}
  .first-screen-about .container {
    gap: 40px;
  }
  .first-screen-about .info-wrap {
    display: none;
  }
  .social .img-wrap img {height:187px}
  .facts {
    margin-top: 8px;
  }
  .section.form-about {padding-top:0}
  .facts .container {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
  .facts .w50 {
    width: 100%;
    max-width: 100%;
  }
  .facts .text-wrap {
    padding: 50px 20px 0;
    gap: 40px;
  }
  .facts-wrap {
    border-left: none;
    padding: 0;
    padding-bottom: 24px;
  }
  .facts-wrap li {
    align-items: center;
    padding: 24px 20px;
  }
  .facts-wrap li::before {
    display: none;
  }
  .tasks-cards li {
    padding: 24px;
    width: 100%;
    gap: 24px;
  }
  .tasks-cards li .svg-wrap {
    width: 64px;
    height: 64px;
  }
  .tasks-cards li .gap24 {
    gap: 16px;
  }
  .tasks .img-wrap {
    padding: 24px;
  }
  .segments .title-wrap {
    flex-direction: column;
  }
  .segments .w50 {
    width: 100%;
    max-width: 100%;
  }
  .partners-cards {
    gap: 16px;
  }
  .partners-cards li {
    width: calc(50% - 10px);
    padding: 24px;
  }
  .partners-cards li img {
    width: 140px;
    height: 80px;
  }
  .team {
    margin-top: 60px;
  }
  .team .photos img {
    width: 63px;
    height: 63px;
  }
  .team-cards li {
    padding: 24px;
    gap: 24px;
  }
  .team-cards li img {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .social {
    padding-right: 20px;
    padding-left: 20px;
  }
  .social .container {
    flex-direction: column;
    padding: 20px 50px 131px;
  }
  .social .text {
    max-width: 100%;
    width: 100%;
  }
  .social .img-wrap {
    top: auto;
        bottom: 0;
  }
  .form-about .container {
    flex-direction: column;
  }
  .form-about .w60,
  .form-about .w40 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .segments-cards li {
    width: 100%;
    height: 350px;
  }
  .form-about .w50 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .btn {
    width: 100%;
    padding: 12px 16px;
    border-radius: 16px;
  }
  .first-screen-about {
    background-position: 0;
  }
  .facts .container {
    gap: 24px;
  }
  .partners-cards li {
    width: 100%;
  }
  .team .container {
    gap: 40px;
  }
  .team-cards {
    gap: 16px;
  }
  .team-cards li {
    width: 100%;
  }
	.corfac-features-wrap + section {margin-top:175px}
	.segments-cards li .cards-text p + p {
   
    padding: 10px;
    background: #ffffffcf;
    border-radius: 8px;
    backdrop-filter: blur(6px);
	
	}
	[data-swiper="advantages"] {width:100%}
	[data-swiper="advantages"] .swiper-slide {
    background-color: #ffffff !important;
    border: 1px solid #ccc;
    border-radius: 10px;
	max-width: 100% !important
}
}/*# sourceMappingURL=style.css.map */