@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Involve-Bold.woff") format("woff"), url("../fonts/JInvolve-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Involve-Medium.woff") format("woff"), url("../fonts/JInvolve-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Involve-Regular.woff") format("woff"), url("../fonts/JInvolve-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Involve-SemiBold.woff") format("woff"), url("../fonts/JInvolve-SemiBold.woff2") format("woff2");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a, a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

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

img {
  vertical-align: top;
}

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

html {
  font-family: "Involve", sans-serif;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  line-height: 1em;
  color: #1B3251;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
}
body.fixed {
  overflow: hidden;
}

html {
  font-size: 18px;
}
@media (min-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 2300px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 26px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}

.section__title {
  color: #1B3251;
  font-size: 2.888rem;
  line-height: 3.055rem;
}
@media (max-width: 800px) {
  .section__title {
    font-size: 28px;
    line-height: 30px;
  }
}

.slider-arrow {
  transition: all linear 0.3s;
  cursor: pointer;
  border-radius: 0.5rem;
}
.slider-arrow path {
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .slider-arrow:hover {
    background-color: rgb(255, 255, 255);
  }
  .slider-arrow:hover path {
    stroke: rgb(0, 81, 187);
  }
}

.cookie {
  position: fixed;
  right: 1.111rem;
  bottom: 1.111rem;
  border: 1px solid rgb(199, 211, 226);
  border-radius: 0.5555rem;
  background: rgb(255, 255, 255);
  padding: 1.111rem;
  display: flex;
  gap: 2.7778rem;
  font-size: 1rem;
  line-height: 1.5rem;
  z-index: 10;
}
.cookie.hide {
  display: none;
}
.cookie p {
  color: rgb(27, 50, 81);
}
.cookie button {
  padding: 1rem 2rem;
  background: rgb(27, 50, 81);
  color: rgb(199, 211, 226);
  transition: all linear 0.3s;
  border-radius: 0.5555rem;
  cursor: pointer;
}
@media (hover: hover) {
  .cookie button:hover {
    background: rgb(0, 81, 187);
  }
}
@media (max-width: 500px) {
  .cookie {
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    gap: 18px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 17px 20px 20px;
  }
  .cookie br {
    display: none;
  }
}

.success {
  position: fixed;
  right: 1.111rem;
  bottom: 1.111rem;
  border: 1px solid rgb(199, 211, 226);
  border-radius: 0.5555rem;
  background: rgb(255, 255, 255);
  padding: 1.111rem;
  display: none;
  gap: 2.7778rem;
  font-size: 1rem;
  line-height: 1.5rem;
  align-items: center;
  z-index: 10;
  padding-right: 2rem;
}
.success.active{
    display:flex;
}
.success div {
  width: 4.444rem;
  height: auto;
  min-width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(239, 244, 248);
}
@media (max-width: 500px) {
  .success {
    right: 0;
    bottom: 0;
    width: 100%;
    gap: 18px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 17px 20px 20px;
  }
}
.success.show {
  display: flex;
}

.modal-fancy,
.review__modal, .callme {
  --fancybox-bg: rgba(23, 45, 76, 0.45) !important;
}

.modal-fancy .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding: 0 !important;
}
.modal-fancy .fancybox__slide {
  flex-direction: row !important;
  justify-content: flex-end;
  padding: 0 !important;
}
.modal-fancy .fancybox__content {
  padding: 0 !important;
}
.modal-fancy .f-button {
  display: none !important;
}
.modal-fancy .fancybox__slide::before, .modal-fancy .fancybox__slide::after {
  margin: 0 !important;
}

.fancybox__slide.has-image .fancybox__content {
  padding: 0.8333rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.8333rem;
}

.fancybox-image {
  border-radius: 0.8333rem;
  object-fit: cover;
}

button.f-button {
  display: none;
}

.review__modal button[title=Close] {
  border-radius: 0.5555rem;
  top: 2.222rem;
  right: 2.222rem;
  height: 3.6111rem;
  width: 3.6111rem;
  display: block;
  background: rgb(234, 236, 238);
  transition: all linear 0.3s;
}
.review__modal button[title=Close] path {
  stroke: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .review__modal button[title=Close]:hover {
    background: rgb(0, 81, 187);
  }
  .review__modal button[title=Close]:hover path {
    stroke: #ffffff;
  }
}
@media (max-width: 600px) {
  .review__modal button[title=Close] {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    top: 15px;
    right: 15px;
  }
  .review__modal button[title=Close] svg {
    width: 14px;
  }
}

.header__wrapper {
  margin: 0 auto;
  padding: 1.111rem 3.888rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.header__left {
  display: flex;
  gap: 5rem;
  align-items: flex-end;
}
.header__logo {
  height: 3.888rem;
  width: auto;
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__list {
  display: flex;
  gap: 1.666rem;
}
.header__list a {
  color: #1B3251;
  font-size: 0.9444rem;
  line-height: 1.3888rem;
  transition: all linear 0.3s;
  font-weight:600;
}
.header__mob {
  display: none;
}
.header__right {
  display: flex;
  gap: 3.333rem;
  align-items: center;
  font-size: 0.9444rem;
  line-height: 1.3888rem;
}
.header__right a {
  color: #1B3251;
  transition: all linear 0.3s;
}
.header__phone svg {
  display: none;
}
.header__nav{
    margin-bottom:0.5rem;
}
.header__contacts {
  display: flex;
  gap: 1.666rem;
  margin-bottom: 0.5rem;
}
.header__callme {
  border: 1px solid rgba(27, 50, 81, 0.1490196078);
  border-radius: 0.555rem;
  padding: 0 1.9444rem;
  height: 3.333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all linear 0.3s;
}
.header__burger {
  display: none;
  cursor: pointer;
}
@media(max-width:1750px){
  .header__left, .header__right {
    gap: 1.5rem;
  }
  .header__list, .header__contacts {
    gap: 1rem;
  }
}
@media (max-width: 1600px) {
  .header__wrapper {
    padding: 1.4286rem;
  }

  .header__callme {
    padding: 0 1.4286rem;
  }
}
@media (max-width: 1400px) {
  .header__logo {
    height: 2.857rem;
  }
}
@media (max-width: 1300px) {
  .header__nav {
    display: flex;
    position: absolute;
    padding: 30px 15px;
    flex-direction: column;
    top: 100%;
    z-index: 3;
    width: 100%;
    left: 0;
    background: rgb(239, 244, 248);
    transform: translateX(-100%);
    transition: all linear 0.3s;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .header__list {
    flex-direction: column;
    gap: 20px;
  }
  .header__list a {
    font-size: 18px;
    line-height: 25px;
  }
  .header__mob {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    font-size: 18px;
    line-height: 25px;
  }
  .header__mob a {
    color: rgb(27, 50, 81);
  }
  .header__mob .phone {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
  }
  .header__mob .address {
    margin-top: 15px;
  }
  .header__mob .email {
    margin-top: 10px;
  }
  .header__mob .callme {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid rgba(27, 50, 81, 0.15);
    border-radius: 8px;
  }
  .header__callme {
    height: 2.857rem;
    font-size: 1.0714rem;
  }
  .header__burger {
    display: block;
    background: #EFF4F8;
    border-radius: 0.571rem;
    width: 2.857rem;
    height: 2.857rem;
    position: relative;
  }
  .header__burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1B3251;
    width: 1.1429rem;
    height: 1.5px;
    transform: translate(-50%, -50%);
    transition: all linear 0.3s;
  }
  .header__burger span::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 1.5px;
    display: block;
    background-color: #1B3251;
    transform: translateY(-100%);
    transition: all linear 0.3s;
  }
  .header__burger span::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1.5px;
    display: block;
    background-color: #1B3251;
    transform: translateY(100%);
    transition: all linear 0.3s;
  }
  .header__burger.active span {
    background: rgb(239, 244, 248);
  }
  .header__burger.active span::after {
    transform: rotate(45deg);
    top: 0;
  }
  .header__burger.active span::before {
    top: 0;
    transform: rotate(-45deg);
  }
}
@media (max-width: 800px) {
  .header__wrapper {
    padding: 1.0714rem;
  }
  .header__contacts p{
      display:none;
  }
  .header__email {
    display: none;
  }
  .header__callme {
    display: none;
  }
  .header__right {
    gap: 0.357rem;
  }
  .header__phone {
    background: #EFF4F8;
    border-radius: 0.5714rem;
    width: 2.857rem;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__phone span {
    display: none;
  }
  .header__phone svg {
    display: block;
  }
}
@media (max-width: 600px) {
  .header__nav {
    height: calc(100vh - 70px);
    justify-content: space-between;
  }
}
@media (hover: hover) {
  .header__list a:hover {
    color: rgb(0, 81, 187);
  }
  .header__callme:hover {
    background: rgba(0, 81, 187, 0.08);
    color: rgb(0, 81, 187);
    border-color: rgba(0, 81, 187, 0);
  }
  .header__right a:hover {
    color: rgb(0, 81, 187);
  }
}

.start {
  padding: 0 1.111rem;
}
.start__wrapper {
  margin: 0 auto;
  display: flex;
  background: #F2F7FA;
  -webkit-clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
          clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
  justify-content: space-between;
  overflow: hidden;
}
.start__content {
  padding: 3.0555rem 0 3.333rem 3.333rem;
  max-width: 55%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.666rem;
  position: relative;
  z-index: 2;
}
.start__text h1 {
  font-size: 2.888rem;
  line-height: 3.055rem;
  font-weight: 500;
}
.certificate__wrapper.start__text p{
    margin-top:10px;
}
.start__text h2,
.start__text h3{
      font-size: 1.888rem;
  line-height: 2.055rem;
  font-weight: 500;
  margin-top:2rem;
}
.start__text p {
  margin-top: 1.9444rem;
  font-size: 0.9444rem;
  line-height: 1.388rem;
}
.start__btns {
  padding: 0.555rem;
  padding-right: 1.9444rem;
  display: flex;
  align-items: center;
  gap: 1.9444rem;
  background: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.111rem;
  font-size: 0.9444rem;
  position: relative;
  z-index: 2;
  line-height: 1.3888rem;
}
.start__btns a {
  padding: 0.9444rem 1.9444rem;
  background: #1B3251;
  border-radius: 0.555rem;
  font-weight: 600;
  transition: all linear 0.3s;
}
.start__btns span {
  color: #1B3251;
}
.start__img {
  flex-shrink: 1;
  max-height: 60%;
}
.start__img img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  scale: 1.35;
}
@media (max-width: 1600px) {
  .start__content {
    max-width: 50%;
  }
  .start__text h1 {
    font-size: 2.5rem;
    line-height: 1.111em;
  }
}
@media (max-width: 1400px) {
  .start__content {
    padding: 2.5rem 0 2.5rem 1.25rem;
  }
  .start__btns {
    flex-direction: column-reverse;
    padding: 0.3571rem;
    gap: 1.0714rem;
    padding-top: 1.0714rem;
  }
  .start__btns a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .start__img img {
    position: relative;
    right: -10%;
    scale: 1.3;
  }
}
@media (max-width: 1200px) {
  .start__wrapper {
    flex-direction: column;
  }
  .start__content {
    max-width: 100%;
    padding: 2.8571rem 1.4286rem;
    padding-bottom: 0;
  }
  .start__btns {
    width: 100%;
  }
  .start__img {
    min-height: 195px;
    object-fit: contain;
    max-height: 30vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .start__img img {
    max-height: 30vh;
    right: 0;
  }
}
@media (max-width: 600px) {
  .start {
    padding: 0 10px;
  }
  .start__wrapper {
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 15px 100%, 0% 100%, 0% 15px);
            clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 15px 100%, 0% 100%, 0% 15px);
  }
  .start__img img {
    scale: 1.5;
    transform: translateX(5%);
  }
  .start__text h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .start__text p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .start__btns {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .start__btns a {
    padding: 14.5px 0;
  }
}
@media (hover: hover) {
  .start__btns a:hover {
    background: rgb(0, 81, 187);
  }
}

.about {
  padding: 0 1.111rem;
}
.about__wrapper {
  margin: 0 auto;
  margin-top: 1.111rem;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
          clip-path: polygon(0 0%, 100% 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
}
.about__slide {
  background: #EFF4F8;
  padding: 3.0555rem 3.333rem;
  width: calc(25vw - 25px);
  flex-shrink: 0;
  min-width: 20rem;
}
.about__slide p {
  font-size: 1.555rem;
  line-height: 1.9444rem;
  margin-bottom: 1.111rem;
  color: #1B3251;
  font-weight: 500;
}
.about__slide span {
  font-size: 0.9444rem;
  line-height: 1.3888rem;
  color: #5D6A83;
}
@media (max-width: 1200px) {
  .about__wrapper {
    margin-top: 0.7143rem;
  }
  .about__slide {
    padding: 1.4286rem;
    padding-right: 2.143rem;
  }
  .about__slide p {
    font-size: 1.286rem;
    margin-bottom: 0.7143rem;
  }
  .about__slide span {
    font-size: 1rem;
    line-height: 1.4286rem;
  }
}
@media (max-width: 600px) {
  .about {
    padding: 0 0.7143rem;
  }
  .about__wrapper {
    margin-right: -10px;
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 15px, 100% 100%, calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
            clip-path: polygon(0 0%, 100% 0%, 100% 15px, 100% 100%, calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
  }
  .about__slide {
    width: 83.34vw;
    max-width: 400px;
    min-width: none;
  }
}

.services {
  padding: 0 4.444rem;
}
.services__wrapper {
  margin: 0 auto;
  margin-top: 10rem;
  display: flex;
  gap: 1.1111rem;
}
.services__left {
  padding: 3.0556rem 0;
  border-top: 1px solid #DDE0E5;
  border-bottom: 1px solid #DDE0E5;
  width: calc(50% - 0.666rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  flex-shrink: 0;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 1.3888rem;
  font-weight: 600;
  font-size: 0.9444rem;
  line-height: 1.3888rem;
}
.services__item {
  color: rgba(27, 50, 81, 0.5019607843);
  display: flex;
  align-items: baseline;
  max-width: 45%;
  cursor: pointer;
  transition: all linear 0.3s;
}
.services__item::before {
  content: "";
  background: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 0;
  aspect-ratio: 1/1;
  height: auto;
}
.services__item.active {
  color: #1B3251;
}
.services__item.active::before {
  margin-right: 0.5555rem;
  width: 0.5555rem;
  flex-shrink: 0;
}
.services__slider {
  width: calc(50% - 0.666rem);
  flex-shrink: 0;
  border-radius: 0.8333rem;
  overflow: hidden;
}
.services__total {
  position: absolute;
  z-index: 2;
  top: 3.333rem;
  right: 3.333rem;
  display: flex;
  gap: 0.8333rem;
  font-weight: 500;
  font-size: 1.555rem;
  line-height: 1.9444rem;
  color: rgba(27, 50, 81, 0.5019607843);
}
.services__total .index {
  color: #1B3251;
}
.services__slide {
  background-color: #EFF4F8;
  border-radius: 0.8333rem;
  padding: 3.333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 37.777rem;
  flex-shrink: 0;
}
.services__slide .top {
  width: 4.444rem;
  height: auto;
  aspect-ratio: 1/1;
}
.services__slide .top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services__slide h3 {
  font-weight: 500;
  font-size: 1.555rem;
  line-height: 1.944rem;
  max-width: 80%;
}
.services__slide p {
  margin-top: 1.3889rem;
  font-size: 0.9444rem;
  line-height: 1.3889rem;
  color: #5D6A83;
  max-height:300px;
  overflow-y:auto;
  padding-right:20px;
}
.services__callme {
  margin-top: 3.333rem;
  height: 3.333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.666rem;
  border-radius: 0.555rem;
  background: #1B3251;
  font-size: 0.944rem;
  color: #ffffff;
  font-weight: 600;
  transition: all linear 0.3s;
  visibility: hidden;
}
.services__arrows {
  position: absolute;
  border: 1px solid rgba(27, 50, 81, 0.15);
  display: flex;
  z-index: 2;
  width: 6.6667rem;
  height: auto;
  right: 3.333rem;
  bottom: 3.333rem;
  aspect-ratio: 2/1;
  border-radius: 0.555rem;
  justify-content: center;
}
.services__arrow {
  background: none;
  width: 50%;
}
@media (max-width: 1800px) {
  .services__item {
    width: 80%;
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .services {
    padding: 0 1.0714rem;
  }
}
@media (max-width: 800px) {
  .services {
    padding-right: 0;
  }
  .services__wrapper {
    flex-direction: column;
    gap: 2.1429rem;
    margin-top: 80px;
  }
  .services__left {
    width: 100%;
    border-bottom: 0;
    padding: 0;
    padding-top: 1.4286rem;
  }
  .services__list {
    display: none;
  }
  .services__slider {
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 0.8333rem;
    border-bottom-left-radius: 0.8333rem;
  }
  .services__arrows,
  .services__callme{
    display: none;
  }
  .services__total {
    right: 24.23vw;
    top: 20px;
    gap: 10px;
    font-size: 18px;
    line-height: 25px;
  }
  .services__slide {
    padding: 20px;
    min-height:auto;
    gap:30px;
    justify-content: flex-start;
  }
  .services__slide h3 {
    font-size: 18px;
    line-height: 25px;
    max-width: 100%;
  }
  .services__slide p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .services .top {
    width: 40px;
  }
  .services__callme {
    margin-top: 25px;
    width: 100%;
    height: 50px;
  }
}
@media (hover: hover) {
  .services__item:not(.active):hover {
    color: rgb(27, 50, 81);
  }
  .services__callme:hover {
    background: rgb(0, 81, 187);
  }
}

.call__wrapper {
  background: url("../images/call-fon.png"), #1B3251;
  position: relative;
  overflow: hidden;
}
.call__top {
  background: #ffffff;
  margin-top: -1px;
  width: 100%;
  height: 10rem;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
          clip-path: polygon(0 0%, 100% 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
}
.call__bottom {
  background: #ffffff;
  width: 100%;
  height: 10rem;
  margin-bottom: -2px;
  -webkit-clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
          clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
}
.call__img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
}
.call__content {
  margin: 7.777rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  color: rgb(255, 255, 255);
}
.call__content .section__title {
  color: #ffffff;
}
.call__content p {
  margin-top: 1.389rem;
  font-size: 0.9444rem;
  line-height: 1.5em;
}
.call__btn {
  margin-top: 3.333rem;
  background: rgb(255, 255, 255);
  padding: 0.556rem;
  border-radius: 1.111rem;
  padding-right: 1.9444rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5em;
  gap: 2rem;
}
.call__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background: rgb(27, 50, 81);
  border-radius: 0.556rem;
  font-weight: 600;
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .call__btn a:hover {
    background-color: rgb(0, 81, 187);
  }
}
.call__btn span {
  color: rgb(27, 50, 81);
}
@media (max-width: 800px) {
  .call__top {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
            clip-path: polygon(0 0%, 100% 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
    height: 80px;
  }
  .call__bottom {
    height: 80px;
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 15px 100%, 0% 100%, 0% 15px);
            clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 15px 100%, 0% 100%, 0% 15px);
  }
  .call__content {
    margin: 60px auto;
  }
  .call__btn {
    flex-direction: column-reverse;
    width: calc(100% - 60px);
    padding: 5px;
    gap: 5px;
    align-items: flex-start;
  }
  .call__btn a {
    width: 100%;
    padding: 15px 0;
  }
  .call__btn span {
    padding: 10px;
  }
}

.certificate__wrapper {
  margin-top: -2px;
  padding: 0 4.4444rem;
}
.certificate-heading {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
.certificate .section__title {
  font-size:2vw;
  line-height:1.3;
  flex: 0 0 50%;
  max-width: calc(50% - 15px);
}
.certificate-video {
  flex: 0 0 50%;
  max-width: calc(50% - 15px); 
}
.certificate-video .item-img {
    display:block;
    overflow:hidden;
    border-radius:20px;
}
.certificate-video .item-img img {
    display:block;
    width:100%;
}
.video-block {
    position:relative;
}
.video-block:before, .video-block:after {
    content:"";
    display:block;
    position: absolute;
}
.video-block:before {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.3);
}
.video-block:after {
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    margin:-25px 0 0 -25px;
    background-image:url(../images/play-white.svg);
    background-repeat:no-repeat;
    background-size:contain;
    transition:all .2s ease;
}
.video-block:hover:after {
    transform:scale(1.2);
}
.popup-video {
    position:relative;
    padding:0 !important;
    width:90%;
    max-width:1800px;
}
.popup-video img {
    display:block;
    width:100%;
    max-height:90vh;
}
.popup-video video {
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.popup-video button.f-button {
    display:block;
}
.certificate__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding-top:6%;
}
.certificate__top p {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 60%;
  color: rgb(93, 106, 131);
}
.certificate__arrows {
  display: flex;
  border: 1px solid rgba(27, 50, 81, 0.15);
  border-radius: 0.556rem;
  width: 6.666rem;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 2/1;
}
.certificate__arrow {
  background: none;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
  cursor: pointer;
  border-radius: 0.5rem;
}
.certificate__arrow path {
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .certificate__arrow:hover {
    background: rgb(239, 244, 248);
  }
  .certificate__arrow:hover path {
    stroke: rgb(0, 81, 187);
  }
}
.certificate__list {
  margin-top: 4.444rem;
  display: flex;
  gap: 1.111rem;
}
.certificate__elem {
  width: calc(25vw - 30px);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  height: auto;
  background-color: rgb(239, 244, 248);
  border-radius: 0.8333rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  position:relative;
}
.certificate__elem p{
    position:absolute;
    z-index:2;
    top:40px;
    left:40px;
    width:calc(100% - 80px);
        font-weight: 500;
    font-size: 2.888rem;
    line-height: 1.1em;
    color: rgb(27, 50, 81);
}
.certificate__elem img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.certificate__slider{
    border-top-left-radius: 0.8333rem;
    overflow:hidden;
    border-bottom-left-radius: 0.8333rem;
}
.certificate__slide {
  width: calc(33.333% - 13.333px);
  aspect-ratio: 1/1;
  height: auto;
  background-color: rgb(239, 244, 248);
  border-radius: 0.8333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3889rem 1.6667rem;
  flex-shrink: 0;
  min-width: 350px;
}
.certificate__slide .type {
  background: #ffffff;
  padding: 0.556rem 0.8333rem;
  border-radius: 2.778rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(93, 106, 131);
  font-size: 1rem;
  line-height: 1.5rem;
}
.certificate__slide h3 {
  margin-top: 1.3889rem;
  font-weight: 500;
  font-size: 1.556rem;
  line-height: 1.1em;
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
.certificate__slide p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
  cursor:pointer;
}
@media (hover: hover) {
  .certificate__slide:hover h3, .certificate__slide:hover p {
    color: rgb(0, 81, 187);
  }
}
@media (max-width: 1600px) {
  .certificate__wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
    .certificate-heading {
        display:block;
    }
  .certificate .section__title, .certificate-video {
    max-width: 100%;
  }
  .certificate .section__title {
      margin-bottom:30px;
      font-size:34px;
  }
}
@media (max-width: 1000px) {
  .certificate__top p {
    max-width: 100%;
  }
  .certificate__elem {
    display: none;
  }
}
@media (max-width: 800px) {
  .certificate__arrows {
    display: none;
  }
  .certificate__list {
    margin-top: 30px;
    margin-right: -15px;
  }
  .certificate__slide {
    width: calc(100% - 70px);
    min-width: 0;
    max-width: 400px;
    padding: 20px;
    border-radius: 15px;
  }
  .certificate__slide .type {
    padding: 7.5px 12px;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .certificate__slide h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;
  }
  .certificate .section__title {
      font-size:28px;
  }
}
@media screen and (max-width:575px) {
    .certificate .section__title {
      font-size:20px;
  }
}

.projects__wrapper {
  margin: 0 auto;
  margin-top: 10rem;
  padding: 0 4.444rem;
  padding-bottom: 40px;
}
.projects__title {
  color: rgb(93, 106, 131);
  font-size: 1rem;
  line-height: 1.5rem;
}
.projects__list {
  margin-top: 1.667rem;
  display: flex;
  flex-direction: column;
  gap: 3.333rem;
}
.projects__list.active .projects__item:nth-child(n+5) {
  animation-name: show;
  animation-timing-function: linear;
  animation-duration: 0.5s;
  display: block;
}
.projects__item {
  border-top: 1px solid rgb(221, 224, 229);
  padding-top: 1.6667rem;
  transition: all linear 0.3s;
}
.projects__item:nth-child(n+5) {
  display: none;
}
.projects__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.projects__top.active .projects__btn button {
  background: rgb(27, 50, 81);
}
.projects__top.active .projects__btn button span {
  background: rgb(255, 255, 255);
}
.projects__top.active .projects__btn button span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.projects__top.active .projects__btn button span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.projects__name {
  max-width: 50%;
  display: flex;
  gap: 1.5rem;
}
.projects__name p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: rgba(27, 50, 81, 0.5);
}
.projects__name h3 {
  font-size: 2.333rem;
  font-weight: 500;
  line-height: 1.05em;
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
.projects__btn {
  display: flex;
  justify-content: space-between;
  width: 24vw;
  color: rgb(93, 106, 131);
  font-size: 1rem;
  line-height: 1.5rem;
}
.projects__btn button {
  background: rgb(239, 244, 248);
  width: 3.611rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0.555rem;
  position: relative;
  transition: all linear 0.3s;
  cursor: pointer;
}
.projects__btn button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  background: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
.projects__btn button span:first-child {
  transform: translate(-50%, -50%);
}
.projects__btn button span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.projects__wrap {
  max-height: 0;
  overflow: hidden;
  transition: all linear 0.3s;
}
.projects__wrap.active {
  max-height: 100vh;
}
.projects__info {
  background: rgb(239, 244, 248);
  border-radius: 0.8333rem;
  padding: 0;
  display: flex;
  gap: 4.611rem;
  height: 0;
  overflow: hidden;
  margin-top: 2.222rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.1667rem;
}
.projects__info .list {
  display: flex;
  flex-direction: column;
  gap: 3.333rem;
}
.projects__info .list .item {
  color: rgb(6, 10, 17);
  font-family: Involve;
  font-size: 1rem;
  line-height: 1.5rem;
}
.projects__info .list .item h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: rgb(27, 50, 81);
}
.projects__info .text {
  width: 48%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects__info .info {
  background: #ffffff;
  padding: 0.555rem 0.8333rem;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  color: rgb(27, 50, 81);
  border-radius: 0.2778rem;
  margin-top: 25px;
}
.projects__info .info span {
  color: rgb(93, 106, 131);
}
.projects__slider {
  width: 49%;
  aspect-ratio: 1/0.689;
}
.projects__slide {
  width: 100%;
  height: 100%;
  border-radius: 0.8333rem;
  flex-shrink: 0;
  overflow: hidden;
}
.projects__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__arrows {
  position: absolute;
  z-index: 2;
  width: 6.6667rem;
  aspect-ratio: 2/1;
  display: flex;
  background: rgb(255, 255, 255);
  border-radius: 0.5556rem;
  right: 1.111rem;
  bottom: 1.111rem;
}
.projects__arrow {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
  cursor: pointer;
  border-radius: 0.5rem;
}
.projects__arrow path {
  transition: all linear 0.3s;
}
.projects__show {
  width: 100%;
  margin-top: 3.333rem;
  height: 4.444rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(239, 244, 248);
  border-radius: 0.5555rem;
  transition: all linear 0.3s;
  cursor: pointer;
}
.projects__show.hide{
    display:none;
}
@media (max-width: 1600px) {
  .projects__wrapper {
    padding: 0 15px;
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .projects__name {
    max-width: 70%;
  }
  .projects__info {
    gap: 30px;
  }
  .projects__info.active {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .projects__info {
    flex-direction: column-reverse;
    background: none;
    margin-right: -15px;
  }
  .projects__info.active {
    padding: 0;
  }
  .projects__info .text {
    width: 100%;
    padding-right: 15px;
  }
  .projects__info .list {
    gap: 25px;
  }
  .projects__info .info {
    background: rgb(239, 244, 248);
    padding: 7.5px 12px;
    border-radius: 5px;
  }
  .projects__slider {
    width: 100%;
  }
  .projects__slide {
    width: 75%;
    flex-shrink: 0;
    aspect-ratio: 1/0.7;
  }
  .projects__top.active .projects__btn button {
    background: rgb(239, 244, 248);
  }
  .projects__top.active .projects__btn button span {
    background-color: rgb(27, 50, 81);
  }
  .projects__top.active .projects__btn button span:first-child {
    transform: translate(-50%, -50%);
  }
  .projects__top.active .projects__btn button span:last-child {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 800px) {
  .projects__item {
    padding-top: 15px;
  }
  .projects__name {
    flex-direction: column;
    max-width: 83%;
  }
  .projects__name h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .projects__btn {
    position: absolute;
    max-width: 100%;
    width: calc(100% - 40px);
    right: 0;
  }
  .projects__btn button {
    width: 40px;
  }
  .projects__btn button span {
    width: 14px;
    height: 1.5px;
  }
  .projects__arrows {
    display: none;
  }
}
@media (hover: hover) {
  .projects__top:not(.active):hover h3 {
    color: rgb(0, 81, 187);
  }
  .projects__top:not(.active):hover .projects__btn button span {
    background: rgb(0, 81, 187);
  }
  .projects__top.active:hover h3 {
    color: rgb(0, 81, 187);
  }
  .projects__top.active:hover .projects__btn button {
    background: rgb(239, 244, 248);
  }
  .projects__top.active:hover .projects__btn button span {
    background: rgb(0, 81, 187);
  }
  .projects__show:hover {
    color: rgb(0, 81, 187);
  }
  .projects__arrow:hover {
    background: rgb(239, 244, 248);
  }
  .projects__arrow:hover path {
    stroke: rgb(0, 81, 187);
  }
}

@keyframes show {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
.image__wrapper {
  overflow: hidden;
  position: relative;
}
.image__top {
  background: #ffffff;
  margin-top: -1px;
  width: 100%;
  height: calc(10rem - 40px);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
          clip-path: polygon(0 0%, 100% 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
  position: relative;
  z-index: 2;
}
.image__bottom {
  margin-top: 33.667rem;
  background: #ffffff;
  width: 100%;
  height: calc(10rem - 40px);
  margin-bottom: -2px;
  -webkit-clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
          clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
}
.image__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 800px) {
  .image__top {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
            clip-path: polygon(0 0%, 100% 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
    height: 40px;
  }
  .image__bottom {
    margin-top: 390px;
    height: 40px;
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 15px 100%, 0% 100%, 0% 15px);
            clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 15px 100%, 0% 100%, 0% 15px);
  }
}

.review__wrapper {
  margin: 0 auto;
  padding: 0 4.444rem;
  padding-top: 40px;
}
.review__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.review__top .section__title {
  max-width: 80%;
}
.review__arrows {
  display: flex;
  border: 1px solid rgba(27, 50, 81, 0.15);
  border-radius: 0.556rem;
  width: 6.666rem;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 2/1;
}
.review__arrow {
  background: none;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
  cursor: pointer;
  border-radius: 0.5rem;
}
.review__arrow path {
  transition: all linear 0.3s;
}
.review__slider {
  margin-top: 60px;
  border-radius: 0.8333rem;
  overflow: hidden;
}
.review__slide {
  border-radius: 15px;
  padding: 2rem 2.222rem;
  background: rgb(239, 244, 248);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
  min-height:100%;
  gap: 40px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  transition: all linear 0.3s;
}
.review__slide p {
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
  cursor:pointer;
}
.review__slide .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.review__slide .top p {
  font-weight: 500;
  font-size: 1.5556rem;
  line-height: 2rem;
}
.review__slide .top svg {
  width: 1.111rem;
  height: 1.111rem;
  flex-shrink:0;
}
@media (hover: hover) {
  .review__slide:hover p {
    color: rgb(0, 81, 187);
  }
}
.review__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(93, 106, 131);
}
.review__link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 1600px) {
  .review__wrapper {
    padding: 0 15px;
  }
  .review__slide {
      height:600px;
  }
}
@media (max-width: 1200px) {
  .review__wrapper {
    padding-right: 0;
  }
  .review__top {
    padding-right: 15px;
  }
  .review__slider {
    border-radius: 0;
    border-top-left-radius: 0.8333rem;
    border-bottom-left-radius: 0.8333rem;
  }
  .review__slide {
      height:500px;
  }
}
@media (max-width: 800px) {
  .review__slider {
    margin-top: 30px;
  }
  .review__slide {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    aspect-ratio: auto;
    padding: 20px;
  }
  .review__slide .top p {
    font-size: 18px;
    line-height: 25px;
  }
  .review__slide .top svg {
    width: 15px;
    height: 15px;
  }
  .review__arrows {
    display: none;
  }
  .review .section__title {
    max-width: 100%;
  }
}
@media (hover: hover) {
  .review__arrow:hover {
    background: rgb(239, 244, 248);
  }
  .review__arrow:hover path {
    stroke: rgb(0, 81, 187);
  }
}

.contacts {
  padding: 0 4.444rem;
}
.contacts__wrapper {
  margin: 0 auto;
  margin-top: 10rem;
  display: flex;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgb(221, 224, 229);
  justify-content: space-between;
}
.contacts__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts__left span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(93, 106, 131);
}
.contacts__list {
  font-weight: 500;
  font-size: 1.556rem;
  line-height: 2rem;
}
.contacts__list a {
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .contacts__list a:hover {
    color: rgb(0, 81, 187);
  }
}
.contacts__list .phone {
  font-size: 2.333rem;
  line-height: 2.5rem;
  color: rgb(27, 50, 81);
}
.contacts__list p {
  margin-top: 1.3889rem;
}
.contacts__list .email {
  display: block;
  margin-top: 1.111rem;
}
.contacts__map {
  width: 50%;
  height: 24rem;
  position: relative;
}
.contacts__map .link {
  z-index: 5;
  position: absolute;
  bottom: 1.6667rem;
  right: 1.6667rem;
  color: rgb(27, 50, 81);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5555rem;
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .contacts__map .link:hover {
    background: rgba(0, 81, 187, 0.08);
    color: rgb(0, 81, 187);
  }
}
@media (max-width: 1600px) {
  .contacts {
    padding: 0 15px;
  }
  .contacts__wrapper {
    margin-top: 80px;
  }
  .contacts__map {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .contacts__wrapper {
    flex-direction: column;
    padding-top: 15px;
  }
  .contacts__left {
    gap: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .contacts__left .phone {
    font-size: 28px;
    line-height: 30px;
  }
  .contacts__left p {
    margin-top: 15px;
  }
  .contacts__left .email {
    margin-top: 10px;
  }
  .contacts__map {
    width: 100%;
  }
  .contacts__map .link {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    left: 10px;
    bottom: 40px;
  }
}

.footer__wrapper {
  margin-top: 40px;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 3;
  -webkit-clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
          clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% 100%, 0 100%, 1.666rem 100%, 0% 100%, 0% 1.666rem);
  padding: 0 4.444rem;
  padding-top: 3.333rem;
  padding-bottom: 4.1667rem;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__left {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer__logo {
  height: 3.888rem;
  width: auto;
}
.footer__logo img {
  height: 100%;
  width: auto;
}
.footer__nav {
  display: flex;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer__nav a {
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .footer__nav a:hover {
    color: rgb(0, 81, 187);
  }
}
.footer__right {
  display: flex;
  gap:1rem;
  align-items: center;
}
.footer__contacts {
  display: flex;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer__contacts a {
  color: rgb(27, 50, 81);
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .footer__contacts a:hover {
    color: rgb(0, 81, 187);
  }
}
.footer__callme {
  border: 1px solid rgba(27, 50, 81, 0.15);
  border-radius: 0.555rem;
  padding: 1rem 2rem;
  color: rgb(27, 50, 81) !important;
  font-weight: 600;
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .footer__callme:hover {
    background: rgba(0, 81, 187, 0.08);
    color: rgb(0, 81, 187) !important;
    border-color: rgba(0, 81, 187, 0);
  }
}
.footer__bottom {
  border-top: 1px solid rgb(221, 224, 229);
  margin-top: 3.333rem;
  display: flex;
  padding-top: 1.667rem;
  justify-content: space-between;
}
.footer__bottom .left {
  display: flex;
  gap: 1.667rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(27, 50, 81, 0.5);
}
.footer__bottom .left a {
  color: rgba(27, 50, 81, 0.5);
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .footer__bottom .left a:hover {
    color: rgb(27, 50, 81);
  }
}
.footer__bottom .author {
  display: flex;
  gap: 0.5555rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer__bottom .author a {
  height: 1rem;
}
@media (max-width: 1700px) {
  .footer__wrapper {
    padding: 1.111rem 1rem;
  }
}
@media (max-width: 1400px) {
  .footer__left {
    gap: 2rem;
  }
  .footer__nav, .footer__contacts {
    gap: 1rem;
  }
  .footer__right {
    gap: 2rem;
  }
  .footer__bottom {
    margin-top: 2rem;
  }
}
@media (max-width: 1400px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__right {
    width: 100%;
    justify-content: space-between;
  }
  .footer__contacts{
      margin-top:1rem;
      width:100%;
  }
}
@media (max-width: 800px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
  .footer__left {
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
  }
  .footer__nav {
    width: 100%;
    justify-content: space-between;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom .left {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footer__nav {
    flex-direction: column;
    gap: 20px;
  }
  .footer__contacts {
    flex-direction: column;
  }
  .footer__callme {
    padding: 14.5px 22px;
  }
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding: 0;
  flex-direction: row;
}
.fancybox__footer{
    display:none;
}
.modal {
  order: 3;
  height: calc(100% - 2.222rem);
  margin-right: 1.111rem;
  padding: 0 3.333rem;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
          clip-path: polygon(1.666rem 0%, calc(100% - 1.666rem) 0%, 100% 1.666rem, 100% calc(100% - 1.666rem), calc(100% - 1.666rem) 100%, 1.666rem 100%, 0% calc(100% - 1.666rem), 0% 1.666rem);
  position: relative;
  max-width: 31.111rem;
}
.modal__close {
  position: absolute;
  top: 1.6666rem;
  right: 1.666rem;
  width: 3.611rem;
  aspect-ratio: 1/1;
  height: auto;
  background: rgb(239, 244, 248);
  border-radius: 0.555rem;
  transition: all linear 0.3s;
  cursor: pointer;
}
.modal__close span {
  width: 1rem;
  height: 2px;
  background: rgb(27, 50, 81);
  transition: all linear 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .modal__close:hover {
    background: rgb(0, 81, 187);
  }
  .modal__close:hover span {
    background: #ffffff;
  }
}
.modal__form h4 {
  font-size: 2.333rem;
  line-height: 2.5rem;
}
.modal__form p {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 1.111rem;
}
.modal__form form {
  margin-top: 3.333rem;
  display: flex;
  flex-direction: column;
  gap: 1.111rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.modal__form form div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.modal__form input {
  height: 3.333rem;
  width: 100%;
  border-radius: 0.555rem;
  background: rgb(239, 244, 248);
  display: flex;
  align-items: center;
  padding-left: 1.111rem;
  color: rgb(93, 106, 131);
}
.modal__form button {
  width: 100%;
  height: 3.333rem;
  border-radius: 0.5555rem;
  background-color: rgb(27, 50, 81);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .modal__form button:hover {
    background: rgb(0, 81, 187);
  }
}
.modal__text {
  position: absolute;
  bottom: 3.0555rem;
  left: 3.333rem;
  width: calc(100% - 6.666rem);
  color: rgb(93, 106, 131);
  font-size: 1rem;
  line-height: 1.5rem;
}
.modal__text a {
  color: inherit;
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .modal__text a:hover {
    color: rgb(27, 50, 81);
  }
}
@media (max-width: 600px) {
  .modal {
    width: calc(100vw - 20px);
    max-width: none;
    height: calc(100vh - 20px);
    margin: 0 10px;
    padding: 0 30px;
    -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
            clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px), 0% 15px);
  }
  .modal__close {
    width: 40px;
  }
  .modal__text {
    left: 30px;
    width: calc(100% - 60px);
  }
  .modal__form h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .modal__form p {
    padding-right: 2rem;
  }
  .modal__form form {
    margin-top: 30px;
    gap: 15px;
  }
  .modal__form input {
    height: 50px;
  }
}
.hide-btn{
    display:none;
}
.page{
    margin-bottom:50px;
}
.page .header__callme{
    display:flex;
}
.page a{
        color: #1B3251;
    transition: all linear 0.3s;
}