@charset "UTF-8";
@font-face {
   font-family: Circe;
   font-display: swap;
   src: url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: ArialMdm;
   font-display: swap;
   src: url("../fonts/ArialMdm.woff2") format("woff2"), url("../fonts/ArialMdm.woff") format("woff");
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: Circe;
   font-display: swap;
   src: url("../fonts/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff");
   font-weight: 800;
   font-style: normal;
}

@font-face {
   font-family: Circe;
   font-display: swap;
   src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: NotoSans;
   font-display: swap;
   src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: NotoSans;
   font-display: swap;
   src: url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
   font-weight: 300;
   font-style: normal;
}
* {
   padding: 0;
   margin: 0;
   border: 0;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
    height: 2px;
}
.t360__bc {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(100vw);
    animation: preloader-bc 1.3s 1 ease-in;
}

@keyframes preloader-bc {
  0% {
  transform: translateX(0vw);
  opacity: 1;
  }
    50% {
  opacity: 1;
  }
  95% {
  opacity: 0;
  transform: translateX(0vw);
  }
   100% {
  transform: translateX(100vw);
  }
}

.t360__bar {
    background-color: #030bff;
    width: 100%;
    animation: preloader-bar 2s 1 ease-in-out;
    height: 2px;
}


@keyframes preloader-bar {
  0% {
  width: 0%; 
  }
    50% {
    width: 50%; 
  }
      100% {
    width: 100%; 
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}


.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
  
}

body,
html {
   height: 100%;
   min-width: 320px;
}
body {
   color: #fff;
   line-height: 1;
   font-family: Circe;
   font-size: 1.25rem;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
       overflow-x: hidden;
}
button,
input,
textarea {
   font-family: Circe;
   font-size: inherit;
}
* {
   -webkit-tap-highlight-color: transparent;
}
button {
   cursor: pointer;
   color: inherit;
   background-color: inherit;
}
a {
   color: inherit;
}
a:link,
a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
ul li {
   list-style: none;
}
img {
   vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: inherit;
   font-size: inherit;
}
.lock body {
   overflow: hidden;
   -ms-touch-action: none;
   touch-action: none;
}
.wrapper {
   min-height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   overflow: hidden;
}
.wrapper > main {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}
.wrapper > * {
   min-width: 0;
}
[class*="__container"] {
   margin: 0 auto;
   max-width: 73.75rem;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}
[data-showmore-button] span:last-child {
   display: none;
}
._showmore-active [data-showmore-button] span {
   display: none;
}
._showmore-active [data-showmore-button] span:last-child {
   display: block;
}
[class*="-ibg"] {
   position: relative;
}
[class*="-ibg"] img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   -o-object-fit: cover;
   object-fit: cover;
}
[class*="-ibg_contain"] img {
   -o-object-fit: contain;
   object-fit: contain;
}
.button-blue {
   border-width: 1px;
   border-radius: 30px;
   background-color: #0058ab;
   border-color: transparent;
   border-style: solid;
   -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.title {
   font-size: 42px;
   font-weight: 800;
   line-height: 55px;
}
.button-green {
   font-weight: 600;
   font-size: 17px;
   border-width: 1px;
   border-radius: 30px;
   background-color: #89d83a;
   border-color: transparent;
   border-style: solid;
   -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.button-card-case {
   font-size: 16px;
   color: #fff;
   line-height: 1.55;
   font-weight: 600;
   border-radius: 30px;
   padding: 20px 60px;
   border-color: transparent;
   border-style: solid;
   -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   -webkit-box-shadow: 2px 2px 3px 4px rgba(0, 0, 0, 0.3);
   box-shadow: 2px 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.animation-circle,
.animation-circle-2 {
   -webkit-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transform: scale(1) translate();
   -ms-transform: scale(1) translate();
   transform: scale(1) translate();
}
.footer {
   padding-top: 75px;
   padding-bottom: 100px;
   background-color: #111;
   z-index: 5;
}
.footer__column {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.footer__logo {
   font-size: 30px;
   font-family: Arial;
   color: #36e758;
   font-weight: 500;
   padding-bottom: 60px;
}
.contacts-footer__title {
   font-size: 22px;
   font-weight: 700;
   letter-spacing: 1px;
   padding-bottom: 40px;
}
.contacts-footer__phone {
   display: block;
   font-size: 20px;
   font-family: NotoSans;
   font-weight: 300;
   padding-bottom: 10px;
}
.contacts-footer__mail {
   display: block;
   font-size: 20px;
   font-family: NotoSans;
   font-weight: 300;
}
.wrapper-resume {
   background: #000;

}
.page-home {
   background: #000;
   z-index: 0;
}
.page-resume {
    background: url(../img/deco/bacresume.webp) 50% 10% no-repeat;
    background-size: 200%;
    z-index: 0;
}
.body-main-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
}
.content-main-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-top: 60px;
}
.content-main-block__title {
   font-size: 42px;
   font-weight: 800;
   letter-spacing: 1px;
}
@supports (line-height: clamp(3.0625rem, 2.7108516484rem + 1.7582417582vw, 4.0625rem)) {
   .content-main-block__title {
      line-height: clamp(3.0625rem, 2.7108516484rem + 1.7582417582vw, 4.0625rem);
   }
}
@supports not (line-height: clamp(3.0625rem, 2.7108516484rem + 1.7582417582vw, 4.0625rem)) {
   .content-main-block__title {
      line-height: calc(3.0625rem + 1 * (100vw - 20rem) / 56.875);
   }
}
.content-main-block__column {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   position: relative;
   margin-top: 50px;
}
@supports (margin-top: clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem)) {
   .content-main-block__column {
      margin-top: clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem);
   }
}
@supports not (margin-top: clamp(1.875rem, 1.4354395604rem + 2.1978021978vw, 3.125rem)) {
   .content-main-block__column {
      margin-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 56.875);
   }
}
.content-main-block__subtitle {
   font-size: 35px;
}
@supports (line-height: clamp(2.6875rem, 2.4457417582rem + 1.2087912088vw, 3.375rem)) {
   .content-main-block__subtitle {
      line-height: clamp(2.6875rem, 2.4457417582rem + 1.2087912088vw, 3.375rem);
   }
}
@supports not (line-height: clamp(2.6875rem, 2.4457417582rem + 1.2087912088vw, 3.375rem)) {
   .content-main-block__subtitle {
      line-height: calc(2.6875rem + 0.6875 * (100vw - 20rem) / 56.875);
   }
}

.button-top-resume-center {
    position: relative;
    flex-direction: row;
    margin-top: 100px;
}
.content-main-block__button {
   padding: 15px 40px;
   font-size: 17px;
   line-height: 1.55;
   font-weight: 600;
}
.content-main-block-right__button {
   padding: 15px 40px;
   font-size: 17px;
   line-height: 1.55;
   font-weight: 600;
   margin-left: 15px;
}
.content-main-block__link-phone {
   padding-left: 20px;
   margin-top: 30px;
}
.content-main-block__decor {
   background-image: url('../img/deco/deco1.svg');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   top: 50%;
   left: -1%;
   z-index: -1;
   position: absolute;
   width: 100px;
   height: 100px;
}
.content-main-block__title span {
   color: #2918f6;
}
.link-phone {
   color: #3fd611;
   font-size: 17px;
   font-family: NotoSans;
   line-height: 1.55;
   border-color: transparent;
   border-style: solid;
}
.background-main-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   z-index: 5;
}
.img-circle {
    width: 380px;
   -webkit-animation-name: circle;
   animation-name: circle;
   -webkit-animation-duration: 4s;
   animation-duration: 4s;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
   transform: translate(0, 30px) rotate(0deg);
   display: inline-block;
}
@-webkit-keyframes circle {
   0% {
      -webkit-transform: translate(0, 30px) rotate(0);
      transform: translate(0, 30px) rotate(0);
   }
   100% {
      -webkit-transform: translate(0, 30px) rotate(90deg);
      transform: translate(0, 30px) rotate(90deg);
   }
}
@keyframes circle {
   0% {
      -webkit-transform: translate(0, 30px) rotate(0);
      transform: translate(0, 30px) rotate(0);
   }
   100% {
      -webkit-transform: translate(0, 30px) rotate(90deg);
      transform: translate(0, 30px) rotate(90deg);
   }
}
.img-circle-word {
    width: 238px;
   -webkit-animation-name: circleWord;
   animation-name: circleWord;
   -webkit-animation-duration: 7s;
   animation-duration: 7s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
   position: absolute;
   transform: translate(145px, 50px) rotate(0deg);
}
@-webkit-keyframes circleWord {
   0% {
      -webkit-transform: translate(145px, 50px) rotate(0);
      transform: translate(145px, 50px) rotate(0);
   }
   100% {
      -webkit-transform: translate(145px, 50px) rotate(360deg);
      transform: translate(145px, 50px) rotate(360deg);
   }
}
@keyframes circleWord {
   0% {
      -webkit-transform: translate(145px, 50px) rotate(0);
      transform: translate(145px, 50px) rotate(0);
   }
   100% {
      -webkit-transform: translate(145px, 50px) rotate(360deg);
      transform: translate(145px, 50px) rotate(360deg);
   }
}

.liner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.liner-gradient {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background-image: -o-linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background-image: linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    position: absolute;
    width: 1866px;
    height: 500px;
    z-index: 0;
    top: 688px;
    z-index: 0;
}
.page__resume-cards {
   background-image: url(../img/deco/abstract-simple-colo.jpg);
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   margin-top: 155px;
}
.resume-cards {
   padding-top: 90px;
}
.item-resume-cards__header {
   text-align: left;
   padding-bottom: 60px;
}
.item-resume-cards__title {
   padding-bottom: 15px;
}
.item-resume-cards__text {
   line-height: 1.55;
   font-weight: 400;
   line-height: 31px;
}
.item-resume-cards__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 38px;
}
.item-resume-cards__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   z-index: 10;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 22.5%;
   flex: 0 1 22.5%;
   text-align: center;
   margin-bottom: 60px;
}
.item-resume-cards__image {
   width: 248px;
   height: 280px;
   overflow: hidden;
   border-radius: 9px;
   position: relative;
}
.item-resume-cards__blackout {
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.8);
   left: 0;
   top: 0;
}
.item-resume-cards__info {
   border-radius: 19px;
   -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   width: 248px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   height: 90px;
   margin-top: 25px;
   background-color: rgba(0, 0, 0, 0.8);
   -webkit-transition: all 1.5s ease 0s;
   -o-transition: all 1.5s ease 0s;
   transition: all 1.5s ease 0s;
}

.item-resume-cards-resume__info {
   border-radius: 19px;
   -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   width: 248px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   height: 90px;
   margin-top: 25px;
   background-color: rgba(0, 0, 0, 0.8);
   -webkit-transition: all 1.5s ease 0s;
   -o-transition: all 1.5s ease 0s;
   transition: all 1.5s ease 0s;
   color: #ffffff;
}

.item-resume-cards__name {
   line-height: 31px;
   font-weight: 500;
   letter-spacing: 2px;
}
.item-resume-cards__prof {
   font-size: 18px;
}
.item-resume-cards__button {
   font-size: 14px;
   line-height: 1.55;
   font-weight: 600;
   padding: 8px 20px;
   margin-top: 20px;
   background-color: #355fb3;
}
.image-photo {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}
.image-photo_size,
.image-photo_size-1 {
   position: absolute;
   width: 100%;
   height: auto;
   left: 0;
   top: 0;
}
.item-service-cards {
   position: relative;
}
.item-service-cards {
   margin-top: 130px;
}
.item-service-cards__title {
   margin-bottom: 60px;
}
.item-service-cards__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 110px;
   -ms-flex-pack: distribute;
   justify-content: space-around;
}
.item-service-cards__colum {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 33.3333%;
   flex: 1 1 33.3333%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border-radius: 19px;
   background-color: rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   max-width: 304px;
   height: 181px;
   padding: 0 20px;
   -webkit-transition: all 1.5s ease 0s;
   -o-transition: all 1.5s ease 0s;
   transition: all 1.5s ease 0s;
}
.item-service-cards__subtitle {
   font-size: 24px;
   line-height: 37px;
   font-weight: 600;
   padding-bottom: 20px;
}
.item-service-cards__text {
   font-size: 20px;
   line-height: 31px;
}
.background-circle-1 {
   position: absolute;
   background-image: url('../img/ellipse/ellipse21.webp');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 100%;
   height: 304px;
   top: 230px;
   left: -86px;
   z-index: -1;
}
.background-circle-2 {
   position: absolute;
   background-image: url('../img/ellipse/ellipse22.webp');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 100%;
   height: 304px;
   top: 230px;
   left: 470px;
   z-index: -1;
}
.background-circle-3 {
   position: absolute;
   background-image: url('../img/ellipse/ellipse23.webp');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 100%;
   height: 304px;
   top: 230px;
   left: 924px;
   z-index: -1;
}
.add-card__item {
   margin-top: 130px;
   width: 100%;
   height: 525px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.item-add-card {
   color: #1a1a1a;
   border-radius: 10px;
   background-color: #d9d9d9;
}
.item-add-card__title {
   width: 354px;
   margin: 50px 100px 0 30px;
}
.images-add-card {
   position: relative;
   -ms-flex-item-align: end;
   -ms-grid-row-align: end;
   align-self: end;
   padding-bottom: 30px;
}
.images-add-card__image-1 {
   position: absolute;
   background-image: url('../img/pic/2-1.jpg');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 240px;
   height: 170px;
   border-width: 5px;
   border-radius: 6px;
   background-color: #f7f7f7;
   border-color: #fff;
   border-style: solid;
   top: 54px;
   left: 268px;
   z-index: 3;
}
.images-add-card__image-2 {
   position: relative;
   background-image: url('../img/pic/1-1.jpg');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 340px;
   height: 240px;
   border-radius: 6px;
   background-color: #f7f7f7;
   z-index: 2;
}
.images-add-card__background {
   position: absolute;
   background-image: url('../img/deco/deco2.svg');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   height: 141px;
   width: 400px;
   top: -56px;
   left: 167px;
   z-index: 1;
}
.list-add-card {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   width: 100%;
   max-height: 115px;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-right: 96px;
}
.list-add-card__text {
   font-size: 24px;
   line-height: 24px;
   z-index: 1;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 33.333%;
   flex: 1 1 33.333%;
   font-weight: 800;
   max-width: 220px;
}
.list-add-card__background-circle {
   position: absolute;
   width: 40px;
   height: 40px;
   border-radius: 50px;
   background-color: #0075ff;
   top: 30px;
   left: 43px;
}
.list-add-card__background-square {
   position: absolute;
   background-color: #e8366a;
   width: 40px;
   height: 40px;
   top: 30px;
   left: 415px;
}
.list-add-card__background-triangle {
   position: absolute;
   width: 0;
   height: 0;
   border-top: 20px solid transparent;
   border-left: 35px solid #89d83a;
   border-bottom: 20px solid transparent;
   top: 30px;
   left: 775px;
}
.body-price-block {
   margin-top: 200px;
}
.body-price-block__price {
   padding-left: 30px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 120px;
}
.body-price-block__set {
   padding-left: 30px;
   margin-top: 160px;
}
.body-price-block__audit {
   margin-top: 130px;
}
.body-price-block__recruits {
   margin-top: 200px;
}
.price-price-block {
   position: relative;
}
.price-price-block__title {
   max-width: 325px;
}
.price-price-block__price {
   font-size: 80px;
   line-height: 70px;
   font-weight: 800;
   text-align: center;
   z-index: 1;
}
.price-price-block .price-price-block__price span {
   font-size: 32px;
}
.price-price-block__background {
   position: absolute;
   background-image: url('../img/ellipse/ellipse1.webp');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 329px;
   height: 329px;
   z-index: 0;
   top: -103px;
   left: 427px;
}
.set-price-block {
   position: relative;
}
.set-price-block__title {
   margin-bottom: 60px;
   max-width: 325px;
}
.set-price-block__card {
   margin-bottom: 90px;
}
.set-price-block__btn-img-phone {
   position: relative;
   text-align: center;
}
.set-price-block__button {
   margin-bottom: 20px;
   padding: 10px 20px;
   text-align: center;
   z-index: 1;
   font-weight: 600;
   font-size: 17px;
}
.set-price-block__image {
   position: absolute;
   background-image: url('../img/deco/deco1.svg');
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: auto 100%;
   width: 100px;
   height: 100px;
   z-index: -1;
   top: -40px;
   left: 386px;
}
.set-price-block__link-phone {
   display: block;
   padding-top: 35px;
   text-align: center;
}
.card-set-price {
   max-width: 1095px;
   border-radius: 19px;
   background-color: rgba(0, 0, 0, 0.8);
   background-position: center center;
   border-color: transparent;
   border-style: solid;
   -webkit-box-shadow: 20px 20px 80px 5px rgba(53, 95, 179, 0.6);
   box-shadow: 20px 20px 80px 5px rgba(53, 95, 179, 0.6);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   padding: 50px 20px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-transition: all 1.5s ease 0s;
   -o-transition: all 1.5s ease 0s;
   transition: all 1.5s ease 0s;
}
.card-set-price__list {
   line-height: 37px;
   font-size: 24px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 33.3333%;
   flex: 1 1 33.3333%;
   max-width: 335px;
}
.set-price-block__background {
   position: absolute;
   background: url(../img/deco/Group_8.png) 0 0 / auto 100% no-repeat;
   width: 2000px;
   height: 1255px;
   top: -431px;
   left: -401px;
   z-index: -1;
}
.audit-price-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
}
.audit-price-block__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
}
.content-audit-price__subtitle {
   line-height: 30px;
   font-size: 30px;
   font-weight: 800;
   max-width: 440px;
   padding-bottom: 50px;
}
.content-audit-price__text {
   line-height: 26px;
   font-size: 17px;
   max-width: 400px;
   padding-bottom: 60px;
}
.content-audit-price__btn-phone {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.content-audit-price__button {
   margin-bottom: 30px;
   padding: 15px 60px;
   color: #000;
   display: block;
}
.content-audit-price__link-phone {
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
}
.image-audit-price {
   position: relative;
   border-radius: 10px;
   background-color: #d9d9d9;
   background-position: center center;
   border-color: transparent;
   border-style: solid;
   width: 560px;
   height: 420px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-left: 50px;
}
.image-audit-price__image {
   position: relative;
   background-image: url('../img/pic/3-1.jpg');
   background-repeat: no-repeat;
   background-position: 50% 0;
   background-size: cover;
   width: 460px;
   height: 320px;
   border-width: 9px;
   border-radius: 6px;
   border-color: #fff;
   border-style: solid;
   z-index: 2;
}
.image-audit-price__decor {
   position: absolute;
   z-index: 5;
   width: 400px;
   height: 110px;
   overflow: hidden;
   top: 386px;
   left: 295px;
}
.image-audit-price__decor-image {
   background: url(../img/deco/deco2.svg) 0 0 / auto 100%
      no-repeat;
   width: 400px;
   height: 141px;
   z-index: 2;
   top: 386px;
   left: 295px;
}
.recruits-price-block__title {
   margin-bottom: 50px;
}
.recruits-price-block__cards {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 100px;
}
.cards-recruits-price {
   position: relative;
}
.cards-recruits-price__card {
   border-radius: 19px;
   background-color: rgba(0, 0, 0, 0.8);
   border-style: solid;
   -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   padding: 110px 0 60px 55px;
   max-width: 375px;
   width: 100%;
   -webkit-transition: all 1.5s ease 0s;
   -o-transition: all 1.5s ease 0s;
   transition: all 1.5s ease 0s;
}
.card-cards-recruits {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
   z-index: 3;
}
.card-cards-recruits__text {
   line-height: 31px;
}
.card-cards-recruits__triangle {
   position: absolute;
   width: 0;
   height: 0;
   border-top: 25px solid transparent;
   border-left: 40px solid #89d83a;
   border-bottom: 25px solid transparent;
   top: 30px;
   left: 56px;
}
.card-cards-recruits__circle {
   display: none;
   position: absolute;
   width: 40px;
   height: 40px;
   border-radius: 50px;
   background-color: #0075ff;
   top: 36px;
   left: 56px;
}
.recruits-price-block__decor {
   position: absolute;
   background: url(../img/deco/deco3.svg) 0 0 / auto 100%
      no-repeat;
   width: 143px;
   height: 80px;
   z-index: 0;
   top: 245px;
   left: -66px;
   z-index: 0;
}
.recruits-price-block__background {
   position: absolute;
   background: url(../img/ellipse/ellipse4.webp) 0 0 / auto 100%
      no-repeat;
   width: 538px;
   height: 538px;
   z-index: -1;
   top: 21px;
   left: 221px;
}
.case-block {
   background-color: #fff;
   position: relative;
   z-index: -2;
}
.case-block__content {
   margin-top: 300px;
   padding-top: 110px;
}
.case-block__decor {
   position: absolute;
   background: rgb(0,0,0);
   background-image: -moz-linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
   background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
   background-image: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
   border-color: transparent;
   border-style: solid;
   height: 62px;
   top: 25px;
   left: 50%;
   width: 1800px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   z-index: -1;
}
.content-case-block__title {
   max-width: 300px;
   margin-bottom: 70px;
   color: #000;
}
.cards-case-block {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: minmax(446px, 590px) minmax(446px, 590px);
   grid-template-columns: minmax(446px, 590px) minmax(446px, 590px);
   grid-auto-rows: minmax(467px, 590px);
   gap: 35px;
   margin-bottom: 35px;
}
.cards-case-block__card {
   border-radius: 33px;
}
.card-case-block {
   overflow: hidden;
   position: relative;
}
.card-case-block_big {
   -ms-grid-column-span: 2;
   grid-column: span 2;
}
.card-case-block__title {
   font-family: "Noto Sans", Arial, sans-serif;
   font-size: 20px;
   line-height: 31px;
   font-weight: 500;
   padding: 40px 0 50px 40px;
   max-width: 400px;
   height: 150px;
}
.card-case-block__button {
   margin: 0 0 0 40px;
}
.card-case-block__image {
   position: absolute;
   background-repeat: no-repeat;
   background-size: contain;
   width: 100%;
   height: 100%;
   z-index: 1;
}
.title-card_black {
   color: #000;
}
.button-card-case_color-1 {
   background-color: #424447;
}
.button-card-case_color-2 {
   background-color: #dfe0e6;
   color: #000;
   -webkit-box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
}
.button-card-case_color-3 {
   background-color: #3b3b3b;
   -webkit-box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
}
.button-card-case_color-4 {
   background-color: #cfd6d5;
   -webkit-box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   color: #000;
}
.button-card-case_color-5 {
   background-color: #4c4e61;
   -webkit-box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   color: #000;
}
.button-card-case_color-6 {
   background-color: #4d3f3f;
}
.button-card-case_color-7 {
   background-color: #6f7d6b;
   -webkit-box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
   box-shadow: 1px 1px 3px 5px rgba(112, 110, 110, 0.2);
}
.card-case-block__header {
   position: absolute;
   z-index: 5;
}
.card-case-image-1 {
   top: 40%;
}
.card-case-image-2 {
   top: 28%;
}
.card-case-image-3 {
   top: 42%;
}
.card-case-image-4 {
   background-size: cover;
}
.card-case-image-5 {
   background-position: 0 35%;
   background-size: cover;
}
.card-case-image-6 {
   width: 70%;
   right: 0;
   background-position: bottom;
}
.card-case-image-7 {
   width: 70%;
   right: 0;
   background-position: bottom;
}
.card-case-image-8 {
   width: 80%;
   left: 22%;
   top: 40%;
}
.card-case-image-9 {
   top: 35%;
}
.card-case-image-10 {
   background-position: 0 50%;
   background-size: cover;
}
.card-case-image-11 {
   width: 75%;
   top: 40%;
   left: 25%;
}
.card-case-image-12 {
   background-position: 0 50%;
   background-size: cover;
}
.card-case-image-13 {
   top: 52%;
}
.card-case-image-14 {
   width: 130%;
   top: 25%;
}
.card-case-image-15 {
   width: 60%;
   top: 35%;
   left: 40%;
}
.card-case-image-16 {
   width: 40%;
   top: 40%;
   left: 10%;
}
.card-case-image-17 {
   width: 150%;
   right: -25%;
   top: 3%;
}
.card-case-image-18 {
   top: 30%;
}
.card-case-image-19 {
   width: 80%;
   top: 40%;
   left: 20%;
}
.card-case-image-20 {
   width: 120%;
   top: 21%;
}
.posters-case-block {
   display: -ms-grid;
   display: grid;
   grid-auto-columns: 1fr;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   justify-items: center;
   gap: 20px;
   margin-top: 70px;
}
.posters-case-block__image-fullscreen {
   width: 270px;
   height: 472px;
   overflow: hidden;
   border-radius: 13px;
   background-color: #e8e8e8;
   background-repeat: no-repeat;
   -webkit-box-shadow: 3px 3px 5px 0 rgba(26, 26, 26, 0.6);
   box-shadow: 3px 3px 5px 0 rgba(26, 26, 26, 0.6);
}
.posters-case-block__image-previous {
   width: 100%;
   height: 100%;
   cursor: -webkit-zoom-in;
   cursor: zoom-in;
}
.content-case-block__more {
   text-align: center;
   font-size: 16px;
   font-weight: 700;
   padding: 18px 60px;
   color: #fff;
   background-color: #355fb3;
   border-radius: 33px;
   display: block;
   margin: 65px auto 0 auto;
   -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.page__other {
   background-color: #fff;
   padding-top: 60px;
   padding-bottom: 60px;
   
}
.other-block__title {
   line-height: 65px;
   color: #000;
   margin-bottom: 120px;
}
.price-other {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 0 auto;
   max-width: 682px;
   height: 300px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.liner-two {
    position: relative;
}
.liner-gradient-two {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    left: 0;
    top: -495px;
    height: 500px;
    z-index: 0;
    position: absolute;
}
.smm-price-other__text {
   line-height: 80px;
   font-size: 80px;
   font-weight: 800;
   text-align: center;
   -ms-flex-item-align: start;
   -ms-grid-row-align: start;
   align-self: start;
}
.smm-price-other__text span {
   font-size: 32px;
}
.number-price-other__text {
   line-height: 51px;
   font-size: 51px;
   font-weight: 800;
   text-align: center;
   -ms-flex-item-align: end;
   -ms-grid-row-align: end;
   align-self: end;
}
.number-price-other__text span {
   font-size: 32px;
}
.smm-price-other {
   position: relative;
   z-index: 5;
}
.smm-price-other__circle {
   position: absolute;
   background: url(../img/ellipse/ellipse1.webp) 0 0 / auto 100%
      no-repeat;
   width: 329px;
   height: 329px;
   z-index: -1;
   top: -90px;
   left: -36px;
}
.smm-price-other__background {
   position: absolute;
   background: url(../img/ellipse/ellipse4.webp) 0 0 / auto 100%
      no-repeat;
   width: 216px;
   height: 216px;
   z-index: -2;
   top: -135px;
   left: 155px;
}
.number-price-other {
   position: relative;
   z-index: 2;
}
.number-price-other__circle {
   position: absolute;
   background: url(../img/ellipse/ellipse5.webp) 0 0 / auto 100%
      no-repeat;
   width: 238px;
   height: 238px;
   z-index: -1;
   top: -72px;
   left: -39px;
}
.cards-other-block {
   display: -ms-grid;
   display: grid;
   grid-auto-columns: 1fr;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   -ms-grid-rows: 1fr 1fr;
   grid-template-rows: 1fr 1fr;
   gap: 120px;
   margin-top: 150px;
   position: relative;
}
.cards-other-block__card {
   border-radius: 19px;
   background-color: rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
   font-weight: 600;
   font-size: 24px;
   line-height: 37px;
   padding: 30px 10px 10px 20px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   z-index: 5;
   -webkit-transition: all 1.5s ease 0s;
   -o-transition: all 1.5s ease 0s;
   transition: all 1.5s ease 0s;
}
.cards-other-block__background {
   position: absolute;
   background: url(../img/deco/4.webp) 0 0 / auto 100%
      no-repeat;
   width: 431px;
   height: 437px;
   top: 62px;
   left: 918px;
   z-index: 1;
}
.page__partners {
   position: relative;
   background-color: #e6e6e6;
   padding: 40px 0 80px 0;
}
.partners-block__background {
   position: absolute;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e4e4), to(#fff));
   background-image: -o-linear-gradient(top, #e7e4e4 0, #fff 100%);
   background-image: linear-gradient(180deg, #e7e4e4 0, #fff 100%);
   border-color: transparent;
   border-style: solid;
   height: 43px;
   top: -20px;
   left: 50%;
   width: 1800px;
   -webkit-transform: translate(-50%, -50%) rotate(180deg);
   -ms-transform: translate(-50%, -50%) rotate(180deg);
   transform: translate(-50%, -50%) rotate(180deg);
   z-index: 0;
}
.body-partners-block__title {
   color: #000;
   margin: 120px 0 0 0;
}
.labels-partners {
   display: -ms-grid;
   display: grid;
   grid-auto-columns: 1fr;
   -ms-grid-rows: 1fr 1fr 1fr 1fr;
   grid-template-rows: 1fr 1fr 1fr 1fr;
   grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
   gap: 30px 10px;
   justify-items: center;
}
.labels-partners__label {
   border-radius: 30px;
   width: 150px;
   height: 162px;
}
.label-partner__icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   height: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.label-partner__icon img {
   width: 116px;
}
.label-partner_white {
   background-color: #fff;
}
.label-partner_black {
   background-color: #1e1e1e;
}
.label-29,
.label-30 {
   display: none;
}
.page__call {
   padding: 90px 0 20px 0;
}
.body-call-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   position: relative;
}
.body-call-block__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}
.body-call-block__background {
   position: absolute;
   background: url(../img/deco/4.webp) 0 0 / auto 100%
      no-repeat;
   width: 526px;
   height: 589px;
   top: -40px;
   left: 746px;
   z-index: -1;
}
.content-call-body {
   position: relative;
}
.content-call-body__subtitle {
   line-height: 40px;
   font-size: 36px;
   font-weight: 800;
   max-width: 440px;
   padding-bottom: 90px;
}
.content-call-body__btn-phone {
   margin-left: 50px;
}
.content-call-body__button {
   padding: 15px 80px;
   color: #fff;
}
.content-call-body__decor {
   position: absolute;
   background: url(../img/deco/deco1.svg) 0 0 / auto 100% no-repeat;
   width: 100px;
   height: 100px;
   top: 131px;
   left: 0;
   z-index: -1;
}
.content-call-body__background {
   position: absolute;
   background: url(../img/deco/5.webp) 0 0 / auto 100%
      no-repeat;
   width: 149px;
   height: 167px;
   top: 99px;
   left: 140px;
   z-index: -1;
}
.image-call-body {
   position: relative;
   border-radius: 10px;
   background-color: #000;
   background-position: center center;
   border-color: transparent;
   border-style: solid;
   width: 560px;
   height: 420px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-left: 50px;
}
.image-call-body__image {
   position: relative;
   background: url(../img/pic/4-1.jpg) 50% 0 / cover no-repeat;
   width: 460px;
   height: 320px;
   border-width: 9px;
   border-radius: 6px;
   border-color: #fff;
   border-style: solid;
   z-index: 2;
}
.watcher-none {
   opacity: 0;
   -webkit-transform: translateY(120px);
   -ms-transform: translateY(120px);
   transform: translateY(120px);
   -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
   -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
   transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
._watcher-view {
   opacity: 1;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
.resume-block__container {
   display: -ms-grid;
   display: grid;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.body-resume-block__header {
   margin-top: 70px;
}
.body-resume-block__content {
   border-radius: 19px;
   background-color: #fff;
   color: #000;
}
.header-resume {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-bottom: 50px;
   margin-left: 55px;
}
.header-resume__title {
   font-size: 62px;
   line-height: 96px;
   font-weight: 700;
}
.header-resume__subtitle {
   font-size: 28px;
   line-height: 43px;
   letter-spacing: 2.5px;
   font-weight: 400;
   padding-left: 10px;
}
.header-resume__text {
   font-size: 17px;
   line-height: 26px;
   letter-spacing: 2.5px;
   font-weight: 400;
   padding: 10px 0 0 10px;
}
.title-resume__link-back {
   font-size: 14px;
   line-height: 1.55;
   letter-spacing: 1.5px;
   font-weight: 400;
   padding: 20px 0 0 0;
   white-space: nowrap;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.title-resume__link-back:hover {
   color: #3900e4;
}
.title-resume__name {
   padding-left: 270px;
}
.title-resume__link-back_for-mobile {
   display: none;
}
.body-resume-block__decor-anim {
   position: absolute;
   background: url(../img/ellipse/ellipse6.webp) 0 0 / auto 100%
      no-repeat;
   -webkit-filter: blur(50px);
   filter: blur(50px);
   opacity: 0.65;
   width: 490px;
   height: 490px;
   transform: translate(1430px, 1275px);
   z-index: 5;
   -webkit-animation: decorAnimResume 6s linear 1;
   animation: decorAnimResume 6s linear 1;
}

@keyframes decorAnimResume {
   0% {
      -webkit-transform: scale(0.7);
      transform: translate(-388px, 878px) scale(0.7);
   }
   50% {
   transform: translate(470px, 1590px);
   }
   75% {
   transform: translate(-525px, 1200px);
   }
   100% {
   transform: translate(1430px, 1275px);
   }
}
@-webkit-keyframes decorAnimResume {
   0% {
    -webkit-transform: scale(0.7);
    transform: translate(-388px, 878px) scale(0.7);
   }
   50% {
   transform: translate(470px, 1590px);
   }
   75% {
   transform: translate(-525px, 1200px);
   }
   100% {
   transform: translate(1430px, 1275px);
   }
}
.body-resume-block__circle-anim {
   position: absolute;
   background: url(../img/ellipse/ellipse7.png) 0 0 / auto 100%
      no-repeat;
   -webkit-filter: blur(9px);
   filter: blur(9px);
   width: 283px;
   height: 283px;
   transform: translate(798px, 1796px);
   z-index: -1;
   -webkit-animation: circleAnimResume 8s ease-in 1;
   animation: circleAnimResume 8s ease-in 1;
      animation-delay: 0.7s;
   -webkit-animation-delay: 0.7s;
}
@-webkit-keyframes circleAnimResume {
   0% {
      transform: translate(91px, 127px);
   }
   50% {
      transform: translate(-726px, 127px);
   }
   100% {
      transform: translate(798px, 1796px);
   }
}
@keyframes circleAnimResume {
   0% {
      transform: translate(91px, 127px);
   }
   50% {
      transform: translate(-726px, 127px);
   }
   100% {
      transform: translate(798px, 1796px);
   }
}
.content-resume {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
}
.content-resume__elem-line-color {
   background-image: -o-linear-gradient(136deg, #020275 0, #fff 35%, #330833 48%, #0e2147 76%, #333133 99%);
   background-image: linear-gradient(314deg, #020275 0, #fff 35%, #330833 48%, #0e2147 76%, #333133 99%);
   width: 100%;
   height: 20px;
}
.content-resume__about {
   font-size: 21px;
   line-height: 33px;
   font-weight: 500;
   padding: 0 70px 70px 70px;
}
.content-resume__elem-line-white {
   background-image: -o-linear-gradient(318deg, #e8e8e1 0, #fff 42%, #e3e8e1 100%);
   background-image: linear-gradient(132deg, #e8e8e1 0, #fff 42%, #e3e8e1 100%);
   width: 100%;
   height: 27px;
}
.content-resume__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 70px;
   gap: 70px;
}
.content-resume__experience {
   -webkit-box-flex: 1.7;
   -ms-flex: 1.7;
   flex: 1.7;
   display: flex;
    flex-direction: column;
    gap: 40px;
}
.experience-resume__title {
    margin-bottom: -40px;
}

.content-resume__other {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   display: flex;
   flex-direction: column;
   gap: 70px;
}
.contacts-resume {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   margin: 40px 70px 70px 0;
   font-size: 22px;
   font-weight: 500;
}
@supports (gap: clamp(0.0000000625rem, -1.2087911243rem + 6.0439559341vw, 3.4375rem)) {
   .contacts-resume {
      gap: clamp(0.0000000625rem, -1.2087911243rem + 6.0439559341vw, 3.4375rem);
   }
}
@supports not (gap: clamp(0.0000000625rem, -1.2087911243rem + 6.0439559341vw, 3.4375rem)) {
   .contacts-resume {
      gap: calc(0.0000000625rem + 3.4374999375 * (100vw - 20rem) / 56.875);
   }
}
.contacts-resume__photo {
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-width: 5px;
   border-radius: 3000px;
   border-color: #fff;
   border-style: solid;
   overflow: hidden;
   max-width: 290px;
   max-height: 290px;
   top: -200px;
   left: 65px;
}
.contacts-resume__photo-image {
   width: 100%;
}
.contacts-resume__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.contacts-resume__frame {
   border-radius: 3000px;
   background-color: #14014d;
   padding: 15px;
   margin-right: 10px;
}
.contacts-resume__image {
   background-position: center center;
   max-width: 36px;
   max-height: 36px;
}
.experience-resume {
   font-weight: 500;
}
.title-resume {
   font-size: 31px;
   line-height: 48px;
   font-weight: 700;
}
.item-experience__company span {
   font-weight: 700;
}
.contact-info-other__item span {
   font-weight: 700;
}

.item-experience__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 15px;
   padding-bottom: 30px;
}
.item-experience__time {
   font-size: 15px;
   line-height: 23px;
   max-width: 170px;
   color: #8d8d8d;
}
.item-experience__company {
   font-size: 20px;
   line-height: 31px;
}
.item-experience__text {
   font-size: 17px;
   line-height: 26px;
}
.other-resume {
   font-weight: 500;
}
.other-resume__contact-info {
   font-family: NotoSans;
}
.contact-info-other__title {
   font-family: Circe;
}
.contact-info-other__item {
   font-size: 18px;
   line-height: 28px;
}
.skills-other__item {
   font-size: 19px;
   line-height: 29px;
}
.education-other__year {
   color: #8d8d8d;
   font-size: 18px;
   line-height: 28px;
}
.education-other__place {
   font-size: 18px;
   line-height: 28px;
}
.year-text {
   color: #8d8d8d;
   font-size: 18px;
   line-height: 28px;
}
.place-text {
   font-size: 18px;
   line-height: 28px;
}
.portfolio-resume__subtitle {
   margin: 100px 0 100px 70px;
}
.portfolio-resume__button-more {
   display: block;
   margin: 50px auto;
   color: #000;
   background-color: #fff;
   border-radius: 33px;
   font-size: 16px;
   font-weight: 700;
   padding: 20px 60px;
   border: 1px solid transparent;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.portfolio-resume__button-more:hover {
   color: #fff;
   background-color: transparent;
   border: 1px solid #fff;
}
.subtitle {
   font-size: 36px;
   line-height: 1.23;
   font-weight: 600;
}
.gallery-portfolio {
   display: -ms-grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(260px, 270px));
   grid-auto-rows: 1fr;
   gap: 20px 20px;
   justify-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.image-fullscreen {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 268px;
   height: 184px;
   overflow: hidden;
}
.image-previous {
     display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
   cursor: -webkit-zoom-in;
   cursor: zoom-in;
}
.diper-resume {
   position: relative;
   z-index: 5;
}
.diper-resume__subtitle {
   margin: 50px 0 100px 80px;
}
.gallery-diper {
   display: -ms-grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(260px, 270px));
   grid-auto-rows: 1fr;
   gap: 20px 20px;
   justify-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.diper-resume__decor {
   position: absolute;
   background: url(..img/ellipse/ellipse4.webp) 0 0 / auto 100%
      no-repeat;
   -webkit-filter: blur(30px);
   filter: blur(30px);
   opacity: 0.7;
   width: 400px;
   height: 400px;
   z-index: -1;
   top: 343px;
   left: 999px;
}
.skills-resume {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 10px;
   margin: 70px;
   max-width: 940px;
}
.skills-resume__elem {
   background-color: #fff;
   color: #000;
   border-radius: 30px;
   padding: 10px 18px;
   font-size: 14px;
   line-height: 1.55;
}
.anim-show {
   opacity: 0;
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
   -webkit-transition: all 0.8s ease 0s;
   -o-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
}
._active {
   opacity: 1;
}
@font-face {
   font-family: lg;
   src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==)
         format("woff2"),
      url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
         format("woff");
   font-weight: 400;
   font-style: normal;
   font-display: block;
}
.lg-icon {
   font-family: lg !important;
   speak: never;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.lg-container {
   font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
   background-color: rgba(0, 0, 0, 0.45);
   border-radius: 2px;
   color: #999;
   cursor: pointer;
   display: block;
   font-size: 22px;
   margin-top: -10px;
   padding: 8px 10px 9px;
   position: absolute;
   top: 50%;
   z-index: 1080;
   outline: 0;
   border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
   opacity: 0 !important;
   cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
   color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
   display: none;
}
.lg-next {
   right: 20px;
}
.lg-next:before {
   content: "\e095";
}
.lg-prev {
   left: 20px;
}
.lg-prev:after {
   content: "\e094";
}
@-webkit-keyframes lg-right-end {
   0% {
      left: 0;
   }
   50% {
      left: -30px;
   }
   100% {
      left: 0;
   }
}
@keyframes lg-right-end {
   0% {
      left: 0;
   }
   50% {
      left: -30px;
   }
   100% {
      left: 0;
   }
}
@-webkit-keyframes lg-left-end {
   0% {
      left: 0;
   }
   50% {
      left: 30px;
   }
   100% {
      left: 0;
   }
}
@keyframes lg-left-end {
   0% {
      left: 0;
   }
   50% {
      left: 30px;
   }
   100% {
      left: 0;
   }
}
.lg-outer.lg-right-end .lg-object {
   -webkit-animation: lg-right-end 0.3s;
   animation: lg-right-end 0.3s;
   position: relative;
}
.lg-outer.lg-left-end .lg-object {
   -webkit-animation: lg-left-end 0.3s;
   animation: lg-left-end 0.3s;
   position: relative;
}
.lg-toolbar {
   z-index: 1082;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.lg-media-overlap .lg-toolbar {
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
   background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
   color: #999;
   cursor: pointer;
   float: right;
   font-size: 24px;
   height: 47px;
   line-height: 27px;
   padding: 10px 0;
   text-align: center;
   width: 50px;
   text-decoration: none !important;
   outline: medium none;
   will-change: color;
   -webkit-transition: color 0.2s linear;
   -o-transition: color 0.2s linear;
   transition: color 0.2s linear;
   background: 0 0;
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
   font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
   color: #fff;
}
.lg-toolbar .lg-close:after {
   content: "\e070";
}
.lg-toolbar .lg-maximize {
   font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
   content: "\e90a";
}
.lg-toolbar .lg-download {
   display: none;
}
.lg-toolbar .lg-download:after {
   content: "\e0f2";
}
.lg-sub-html {
   color: #eee;
   font-size: 16px;
   padding: 10px 40px;
   text-align: center;
   z-index: 1080;
   opacity: 0;
   -webkit-transition: opacity 0.2s ease-out 0s;
   -o-transition: opacity 0.2s ease-out 0s;
   transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
   margin: 0;
   font-size: 13px;
   font-weight: 700;
}
.lg-sub-html p {
   font-size: 12px;
   margin: 5px 0 0;
}
.lg-sub-html a {
   color: inherit;
}
.lg-sub-html a:hover {
   text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
   background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
   background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
}
.lg-error-msg {
   font-size: 14px;
   color: #999;
}
.lg-counter {
   color: #999;
   display: inline-block;
   font-size: 16px;
   padding-left: 20px;
   padding-top: 12px;
   height: 47px;
   vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
   opacity: 0;
   -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
   -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      color 0.08 linear;
   -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear,
      -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear,
      -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      color 0.08 linear;
   transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      color 0.08 linear;
   transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
      color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
   opacity: 0;
   -ms-transform: scale3d(0.5, 0.5, 0.5);
   -webkit-transform: scale3d(0.5, 0.5, 0.5);
   transform: scale3d(0.5, 0.5, 0.5);
   will-change: transform, opacity;
   -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
   transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
   -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1),
      -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
   opacity: 1;
   -ms-transform: scale3d(1, 1, 1);
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
}
.lg-group:after {
   content: "";
   display: table;
   clear: both;
}
.lg-container {
   display: none;
   outline: 0;
}
.lg-container.lg-show {
   display: block;
}
.lg-on {
   scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
   opacity: 0;
   will-change: transform, opacity;
   -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
      -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
   opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
   opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
   opacity: 0;
   -webkit-transform: translate3d(-10px, 0, 0);
   transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
   opacity: 0;
   -webkit-transform: translate3d(10px, 0, 0);
   transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
   opacity: 0;
   -webkit-transform: translate3d(0, -10px, 0);
   transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
   opacity: 0;
   -webkit-transform: translate3d(0, 20px, 0);
   transform: translate3d(0, 20px, 0);
}
.lg-outer {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   text-align: left;
   opacity: 0.001;
   outline: 0;
   will-change: auto;
   overflow: hidden;
   -webkit-transition: opacity 0.15s ease 0s;
   -o-transition: opacity 0.15s ease 0s;
   transition: opacity 0.15s ease 0s;
}
.lg-outer * {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
   opacity: 1;
}
.lg-outer.lg-visible {
   opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
   -webkit-transition-duration: inherit !important;
   -o-transition-duration: inherit !important;
   transition-duration: inherit !important;
   -webkit-transition-timing-function: inherit !important;
   -o-transition-timing-function: inherit !important;
   transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
   -webkit-transition-duration: 0s !important;
   -o-transition-duration: 0s !important;
   transition-duration: 0s !important;
   opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
   cursor: -webkit-grab;
   cursor: -o-grab;
   cursor: -ms-grab;
   cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
   cursor: move;
   cursor: -webkit-grabbing;
   cursor: -o-grabbing;
   cursor: -ms-grabbing;
   cursor: grabbing;
}
.lg-outer .lg-content {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}
.lg-outer .lg-inner {
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   -webkit-transition: opacity 0s;
   -o-transition: opacity 0s;
   transition: opacity 0s;
   white-space: nowrap;
}
.lg-outer .lg-item {
   will-change: transform, opacity;
   display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
   background: url(data:image/gif;base64,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)
      no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
   display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
   display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
   display: inline-block;
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
   content: "";
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
.lg-outer .lg-img-wrap {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   white-space: nowrap;
   font-size: 0;
}
.lg-outer .lg-item.lg-complete {
   background-image: none;
}
.lg-outer .lg-item.lg-current {
   z-index: 1060;
}
.lg-outer .lg-object {
   display: inline-block;
   vertical-align: middle;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
   position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
   display: none;
}
.lg-outer.lg-hide-download .lg-download {
   display: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
   position: absolute;
   top: 50%;
   left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
   opacity: 1;
   -webkit-transition: opacity 0.2s ease-out 0.15s;
   -o-transition: opacity 0.2s ease-out 0.15s;
   transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1040;
   background-color: #000;
   opacity: 0;
   will-change: auto;
   -webkit-transition: opacity 333ms ease-in 0s;
   -o-transition: opacity 333ms ease-in 0s;
   transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
   opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
   -webkit-transition: none 0s ease 0s !important;
   -o-transition: none 0s ease 0s !important;
   transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
   opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
   opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
   -webkit-transition: opacity 0.1s ease 0s;
   -o-transition: opacity 0.1s ease 0s;
   transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
   -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
   -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
   transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
   -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
   transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
   transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
      -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
   -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
   opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
   -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
   -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
   -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
   transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
   transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
      -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
   display: none;
}
.lg-container.lg-show {
   display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
   -webkit-transition-duration: 0s !important;
   -o-transition-duration: 0s !important;
   transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
   -webkit-transition-duration: 0s !important;
   -o-transition-duration: 0s !important;
   transition-duration: 0s !important;
   opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
   position: absolute;
}
.lg-inline .lg-backdrop {
   z-index: 1;
}
.lg-inline .lg-outer {
   z-index: 2;
}
.lg-inline .lg-maximize:after {
   content: "\e909";
}
.lg-components {
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   will-change: transform;
   -webkit-transition: -webkit-transform 0.35s ease-out 0s;
   -o-transition: -o-transform 0.35s ease-out 0s;
   transition: -webkit-transform 0.35s ease-out 0s;
   -o-transition: transform 0.35s ease-out 0s;
   transition: transform 0.35s ease-out 0s;
   transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
   z-index: 1080;
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
}
@media (min-width: 640px) {
   .content-main-block {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 120px;
   }
   .content-main-block__title {
      max-width: 525px;
   }
   .content-main-block__column {
      padding-left: 60px;
   }
   
}
@media (min-width: 1200px) {
   .background-main-block {
      width: 100%;
   }
   
}
@media (min-width: 1201px) {
   .body-resume-block__content {
      width: 1290px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
   }

}
@media (max-width: 1230px) {
   [class*="__container"] {
      max-width: 73.75rem;
      padding: 0 30px;
   }
   .cards-other-block {
      gap: 60px;
   }
   .cards-other-block__card {
      font-size: 21px;
   }
   .cards-other-block__background {
      left: 152px;
   }
   .body-partners-block__title {
      margin: 80px 0 0 0;
   }
}
@media (max-width: 1200px) {
    
          .content-main-block__button {
           padding: 10px 20px;
           font-size: 14px;
        }
        .content-main-block-right__button {
           padding: 10px 20px;
           font-size: 14px;
           margin-left: 10px;
        }
        
        
   [class*="__container"] {
      max-width: 965px;
   }
   .content-main-block__decor {
      left: 22px;
   }
   .liner-gradient-two {
    top: -495px;
}
   .img-circle {
      width: 350px;
       -webkit-transform: translate(0, 25px) rotate(0);
        transform: translate(0, 25px) rotate(0);
   }
   .img-circle-word {
        -webkit-transform: translate(100px, 40px) rotate(0);
         transform: translate(100px, 40px) rotate(0);
   }
   @-webkit-keyframes circle {
      0% {
         -webkit-transform: translate(0, 25px) rotate(0);
         transform: translate(0, 25px) rotate(0);
      }
      100% {
         -webkit-transform: translate(0, 25px) rotate(90deg);
         transform: translate(0, 25px) rotate(90deg);
      }
   }
   @keyframes circle {
      0% {
         -webkit-transform: translate(0, 25px) rotate(0);
         transform: translate(0, 25px) rotate(0);
      }
      100% {
         -webkit-transform: translate(0, 25px) rotate(90deg);
         transform: translate(0, 25px) rotate(90deg);
      }
   }
   @-webkit-keyframes circleWord {
      0% {
         -webkit-transform: translate(100px, 40px) rotate(0);
         transform: translate(100px, 40px) rotate(0);
      }
      100% {
         -webkit-transform: translate(100px, 40px) rotate(360deg);
         transform: translate(100px, 40px) rotate(360deg);
      }
   }
      .liner-gradient {
    top: 630px;
}
   @keyframes circleWord {
      0% {
         -webkit-transform: translate(100px, 40px) rotate(0);
         transform: translate(100px, 40px) rotate(0);
      }
      100% {
         -webkit-transform: translate(100px, 40px) rotate(360deg);
         transform: translate(100px, 40px) rotate(360deg);
      }
   }
   .page__resume-cards {
      margin-top: 110px;
   }
   .item-resume-cards__header {
      padding: 0 0 70px 15px;
   }
   .item-resume-cards__title {
      padding-bottom: 0;
   }
   .item-resume-cards__row {
      gap: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-evenly;
   }
   .item-resume-cards__image {
      width: 215px;
      height: 269px;
   }
   .item-resume-cards__info {
      width: 215px;
   }
   .item-resume-cards__name {
      font-size: 17px;
      letter-spacing: 1px;
   }
   .item-resume-cards__button {
      padding: 6px 5px;
   }
   .image-photo_size,
   .image-photo_size-1 {
      width: 103%;
   }
   .item-service-cards__title {
      margin-bottom: 30px;
   }
   .item-service-cards__row {
      gap: 70px;
   }
   .item-service-cards__colum {
      max-width: 262px;
   }
   .add-card__item {
      margin-top: 70px;
   }
   .images-add-card {
      padding-top: 40px;
      padding-bottom: 0;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
   }
   .images-add-card__image-1 {
      top: 137px;
      left: 167px;
   }
   .images-add-card__background {
      top: 1px;
      left: -30px;
   }
   .list-add-card {
      margin-right: 20px;
   }
   .list-add-card__background-circle {
      left: 15px;
   }
   .list-add-card__background-square {
      left: 340px;
   }
   .list-add-card__background-triangle {
      left: 650px;
   }
   .set-price-block__image {
      top: -33px;
      left: 295px;
   }
   .card-set-price {
      gap: 20px;
      padding: 70px 20px;
   }
   .card-set-price__list {
      line-height: 31px;
      font-size: 20px;
   }
   .recruits-price-block__cards {
      gap: 60px;
   }
   .cards-recruits-price__card {
      padding: 110px 0 60px 30px;
   }
   .card-cards-recruits__text {
      font-size: 20px;
   }
   .card-cards-recruits__triangle {
      left: 56px;
   }
   .card-cards-recruits__circle {
      display: block;
   }
   .recruits-price-block__decor {
      opacity: 0;
   }
   .recruits-price-block__background {
      width: 427px;
      height: 427px;
      top: -63px;
      left: 564px;
   }
   .case-block__content {
      margin-top: 80px;
      padding-top: 80px;
   }
   .case-block__content {
      margin-top: 80px;
      padding-top: 80px;
   }
   .cards-case-block {
      grid-auto-rows: 467px;
   }
   .card-case-block__title {
      height: 130px;
   }
   .card-case-image-2 {
      top: 32%;
      width: 90%;
      left: 15%;
   }
   .card-case-image-20 {
      width: 110%;
      top: 28%;
   }
   .labels-partners__label {
      width: 140px;
      height: 140px;
   }
   .label-19,
   .label-22,
   .label-27,
   .label-28 {
      display: none;
   }
   .label-7 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      grid-row: 1;
   }
   .label-20 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .header-resume {
      margin-bottom: 10px;
      margin-left: 0;
   }
   .header-resume__text {
      padding: 0 0 0 10px;
   }
   .header-resume__subtitle_size {
      font-size: 20px;
      line-height: 31px;
   }
   .title-resume__name {
      padding-left: 204px;
   }
   .content-resume__about {
      padding: 0 50px 30px 50px;
   }
   .content-resume__row {
      margin: 30px 20px 50px 50px;
      gap: 40px;
   }
   .content-resume__other {
      -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
      flex: 1.2;
   }
   .contacts-resume {
      font-size: 17px;
      margin: 20px 30px 50px 0;
   }
   .contacts-resume__photo {
      max-width: 230px;
      max-height: 230px;
      top: -160px;
   }
   .contacts-resume__frame {
      padding: 12px;
   }
   .contacts-resume__image {
      max-width: 31px;
      max-height: 31px;
   }
.content-resume__experience {
    gap: 50px;
}
    .content-resume__other {
        gap: 50px;
    }
   .subtitle {
      font-size: 32px;
   }
   .gallery-portfolio {
      grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
   }
   .image-fullscreen {
      width: 218px;
      height: 184px;
   }
   .gallery-diper {
      grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
   }
   .skills-resume {
      margin: 70px 0;
   }
}
@media (max-width: 990px) {
   .item-service-cards__row {
      gap: 40px;
   }
}
@media (max-width: 970px) {
   .body-main-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   @supports (padding-left: clamp(0.0000000625rem, -1.9780218935rem + 9.8901097802vw, 5.625rem)) {
      .content-main-block {
         padding-left: clamp(0.0000000625rem, -1.9780218935rem + 9.8901097802vw, 5.625rem);
      }
   }
   @supports not (padding-left: clamp(0.0000000625rem, -1.9780218935rem + 9.8901097802vw, 5.625rem)) {
      .content-main-block {
         padding-left: calc(0.0000000625rem + 5.6249999375 * (100vw - 20rem) / 56.875);
      }
   }
   .content-main-block__decor {
      left: 48px;
      top: 145px;
      width: 73px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
   }
.liner-gradient {
    top: 930px;
}
   .background-main-block {
      width: 100%;
   }
   .img-circle {
      width: 330px;
         -webkit-transform: translate(50px, 0) rotate(0);
         transform: translate(50px, 0) rotate(0);
   }
   @-webkit-keyframes circle {
      0% {
         -webkit-transform: translate(50px, 0) rotate(0);
         transform: translate(50px, 0) rotate(0);
      }
      100% {
         -webkit-transform: translate(50px, 0) rotate(90deg);
         transform: translate(50px, 0) rotate(90deg);
      }
   }
   @keyframes circle {
      0% {
         -webkit-transform: translate(50px, 0) rotate(0);
         transform: translate(50px, 0) rotate(0);
      }
      100% {
         -webkit-transform: translate(50px, 0) rotate(90deg);
         transform: translate(50px, 0) rotate(90deg);
      }
   }
   .img-circle-word {
      width: 210px;
         -webkit-transform: translate(149px, -16px) rotate(0);
         transform: translate(149px, -16px) rotate(0);
   }
   @-webkit-keyframes circleWord {
      0% {
         -webkit-transform: translate(149px, -16px) rotate(0);
         transform: translate(149px, -16px) rotate(0);
      }
      100% {
         -webkit-transform: translate(149px, -16px) rotate(360deg);
         transform: translate(149px, -16px) rotate(360deg);
      }
   }
   @keyframes circleWord {
      0% {
         -webkit-transform: translate(149px, -16px) rotate(0);
         transform: translate(149px, -16px) rotate(0);
      }
      100% {
         -webkit-transform: translate(149px, -16px) rotate(360deg);
         transform: translate(149px, -16px) rotate(360deg);
      }
   }
}
@media (max-width: 960px) {
   [class*="__container"] {
      max-width: 590px;
   }
   .item-resume-cards__header {
      gap: 20;
   }
   .item-resume-cards__row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: space-around;
   }
   .item-resume-cards__body {
      margin-bottom: 25px;
   }
   .item-resume-cards__info {
      margin-top: 15px;
   }
   .item-resume-cards__name {
      padding-bottom: 10px;
   }
   .item-resume-cards__button {
      margin-top: 13px;
   }
   .title {
      font-size: 37px;
   }
   .item-service-cards__title {
      margin-bottom: 60px;
   }
   .item-service-cards__row {
      gap: 60px;
   }
   .item-service-cards__colum:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }
   .content-resume__experience {
       padding-bottom: 50px;
   }
   .item-service-cards__colum:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
   }
   .item-service-cards__colum:nth-child(3) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }
   .item-service-cards__colum:nth-child(4) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }
   .item-service-cards__colum:nth-child(5) {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
   }
   .item-service-cards__colum:nth-child(6) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
   }
   .item-service-cards__subtitle {
      line-height: 27px;
   }
   .item-service-cards__text {
      line-height: 27px;
   }
   .background-circle-1 {
      height: 230px;
      top: 62px;
      left: -156px;
   }
   .background-circle-2 {
      top: 188px;
      left: 489px;
   }
   .background-circle-3 {
      top: 609px;
      left: -227px;
   }
   .add-card__item {
      height: 754px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .item-add-card__title {
      margin: 50px 0 0 15px;
      font-size: 42px;
   }
   .images-add-card {
      padding: 70px 0 80px 60px;
      -ms-flex-item-align: start;
      align-self: flex-start;
   }
   .images-add-card__image-1 {
      width: 220px;
      height: 160px;
      top: 157px;
      left: 296px;
   }
   .images-add-card__image-2 {
      width: 300px;
      height: 200px;
   }
   .images-add-card__background {
      width: 400px;
      height: 141px;
      top: 19px;
      left: 40px;
   }
   .list-add-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-left: 40px;
   }
   .list-add-card__background-circle {
      left: 20px;
      top: -2px;
   }
   .list-add-card__background-square {
      left: 20px;
      top: 74px;
   }
   .list-add-card__background-triangle {
      left: 20px;
      top: 140px;
   }
   .body-price-block {
      margin-top: 100px;
   }
   .body-price-block__price {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
   }
   .body-price-block__set {
      padding-left: 0;
   }
   .body-price-block__audit {
      margin-top: 110px;
   }
   .body-price-block__recruits {
      margin-top: 150px;
   }
   .price-price-block__title {
      max-width: 250px;
   }
   .price-price-block__background {
      top: 124px;
      left: 130px;
   }
   .set-price-block__btn-img-phone {
      margin-top: 70px;
   }
   .set-price-block__image {
      left: 122px;
   }
   .card-set-price {
      gap: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 500px;
      margin: auto;
      padding: 70px 40px;
   }
   .audit-price-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .content-audit-price__subtitle {
      font-size: 36px;
      line-height: 36px;
      padding-bottom: 30px;
   }
   .content-audit-price__text {
      font-size: 21px;
      line-height: 33px;
      padding-bottom: 30px;
   }
   .content-audit-price__link-phone {
      display: none;
   }
   .image-audit-price {
      margin-left: 0;
      width: 100%;
   }
   .image-audit-price__image {
      width: 498px;
      height: 323px;
   }
   .image-audit-price__decor-image {
      width: 335px;
      height: 139px;
   }
   .recruits-price-block__title {
      font-size: 42px;
   }
   .cards-recruits-price__card {
      padding: 88px 0 32px 30px;
   }
   .card-cards-recruits__triangle {
      top: 22px;
      left: 32px;
   }
   .card-cards-recruits__circle {
      left: 33px;
      top: 32px;
   }
   .recruits-price-block__decor {
      opacity: 1;
      width: 143px;
      height: 80px;
   }
   .recruits-price-block__background {
      width: 313px;
      height: 313px;
      top: 88px;
      left: 138px;
   }
   .content-case-block__title {
      line-height: 55px;
      font-size: 42px;
   }
   .cards-case-block {
      -ms-grid-columns: 590px;
      grid-template-columns: 590px;
      grid-auto-rows: 334px;
      row-gap: 15px;
      margin-bottom: 15px;
   }
   .card-case-block_big {
      grid-column: auto;
   }
   .card-case-image-1 {
      top: 25%;
      width: 65%;
      left: 35%;
   }
   .card-case-image-2 {
      top: 15%;
      width: 60%;
      left: 40%;
   }
   .card-case-image-3 {
      top: 32%;
      width: 63%;
      left: 38%;
   }
   .card-case-image-6 {
      width: 45%;
   }
   .card-case-image-7 {
      width: 45%;
   }
   .card-case-image-8 {
      width: 50%;
      left: 52%;
      top: 28%;
   }
   .card-case-image-9 {
      top: 20%;
      left: 40%;
   }
   .card-case-image-11 {
      width: 45%;
      top: 30%;
      left: 55%;
   }
   .card-case-image-13 {
      top: 48%;
      left: 40%;
      width: 58%;
   }
   .card-case-image-14 {
      width: 65%;
      left: 35%;
      top: 26%;
   }
   .card-case-image-15 {
      width: 50%;
      top: 45%;
      left: 50%;
   }
   .card-case-image-16 {
      width: 30%;
      top: 50%;
      left: 30%;
   }
   .card-case-image-17 {
      width: 100%;
      right: 0;
      top: 0;
      height: 140%;
   }
   .card-case-image-18 {
      top: 23%;
      left: 37%;
   }
   .card-case-image-19 {
      width: 56%;
      top: 20%;
      left: 45%;
   }
   .card-case-image-20 {
      width: 100%;
      top: 10%;
      left: 33%;
   }
   .other-block__title {
      line-height: 53px;
      font-size: 34px;
   }
   .smm-price-other__circle {
      top: -90px;
      left: -36px;
   }
   .number-price-other__circle {
      top: -72px;
      left: -39px;
   }
   .cards-other-block {
      -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
   }
   .labels-partners {
      gap: 6px;
   }
   .label-19,
   .label-22,
   .label-27,
   .label-28,
   .label-29,
   .label-30 {
      display: block;
   }

   .label-8 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
   }
   .label-10 {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 3;
      grid-row: 3;
   }
   .label-13 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 5;
      grid-row: 5;
   }
   .label-15 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 6;
      grid-row: 6;
   }
   .label-17 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 5;
      grid-row: 5;
   }
   .label-19 {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 2;
      grid-row: 2;
   }
   .label-20 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .label-21 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 7;
      grid-row: 7;
   }
   .label-22 {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .label-26 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 8;
      grid-row: 8;
   }
   .label-27 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 2;
      grid-row: 2;
   }
   .label-28 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .label-29 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 6;
      grid-row: 6;
   }
   .label-30 {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 6;
      grid-row: 6;
   }
   .body-call-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .content-call-body {
      -ms-flex-item-align: start;
      align-self: flex-start;
      width: 100%;
   }
   .content-call-body__subtitle {
      font-size: 34px;
      line-height: 37px;
      padding-bottom: 40px;
   }
   .content-call-body__btn-phone {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin: 0 0 60px 0;
   }
   .content-call-body__decor {
      top: 75px;
      left: 280px;
   }
   .content-call-body__background {
      top: 160px;
   }
   .image-call-body {
      margin-left: 0;
   }
   .resume-block__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .resume-block__body {
      width: 639px;
   }
   .header-resume__title {
      font-size: 48px;
      line-height: 74px;
   }
   .content-resume__about {
      font-size: 19px;
      line-height: 29px;
      padding: 0 20px 30px 50px;
   }
   .content-resume__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
   }
   
   .contacts-resume {
      padding-top: 90px;
      margin: 20px 30px 30px 0;
   }
   .item-experience__row {
      padding-bottom: 10px;
   }

   .portfolio-resume__subtitle {
      margin: 100px 0;
   }
   .gallery-portfolio {
      grid-template-columns: repeat(auto-fit, minmax(138px, 138px));
   }
   .image-fullscreen {
      width: 139px;
      height: 110px;
   }
   .diper-resume__subtitle {
      margin: 100px 0;
   }
   .gallery-diper {
      grid-template-columns: repeat(auto-fit, minmax(138px, 138px));
   }
   .skills-resume {
      max-width: 100%;
   }
   .skills-resume__elem {
      padding: 10px 15px;
   }
}
@media (max-width: 640px) {
   [class*="__container"] {
      width: 460px;
      padding: 0;
   }
            .liner-gradient {
    top: 850px;
}
   .button-card-case {
      padding: 20px 40px;
   }
   .footer__logo {
      font-size: 26px;
   }
   .content-resume__experience {
    gap: 30px;
}
.experience-resume__title {
    margin-bottom: -30px;
}
   .contacts-footer__title {
      font-size: 19px;
      padding-bottom: 20px;
   }
   .contacts-footer__phone {
      font-size: 16px;
   }
   .contacts-footer__mail {
      font-size: 16px;
   }
   .content-main-block__subtitle {
      font-size: 28px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
   }
   .content-main-block__link-phone {
      display: none;
   }
   .content-main-block__decor {
      top: 111px;
      left: -15px;
   }
   .content-main-block__decor {
      top: 113px;
   }
   .background-main-block {
      -webkit-transform: translate(-40px, 40px);
      -ms-transform: translate(-40px, 40px);
      transform: translate(-40px, 40px);
   }
   .img-circle {
         -webkit-transform: translate(10px, 0) rotate(0deg);
         transform: translate(10px, 0) rotate(0deg);
   }
   @-webkit-keyframes circle {
      0% {
         -webkit-transform: translate(10px, 0) rotate(0);
         transform: translate(10px, 0) rotate(0);
      }
      100% {
         -webkit-transform: translate(10px, 0) rotate(90deg);
         transform: translate(10px, 0) rotate(90deg);
      }
   }
   @keyframes circle {
      0% {
         -webkit-transform: translate(10px, 0) rotate(0);
         transform: translate(10px, 0) rotate(0);
      }
      100% {
         -webkit-transform: translate(10px, 0) rotate(90deg);
         transform: translate(10px, 0) rotate(90deg);
      }
   }
   .item-service-cards__row {
      gap: 40px;
   }
   .item-service-cards__colum {
      padding: 15px;
      height: auto;
      max-width: 197px;
   }
   .item-service-cards__text {
      font-size: 19px;
   }
   .background-circle-1 {
      height: 202px;
      top: 104px;
      left: -127px;
   }
   .background-circle-2 {
      height: 304px;
      top: 390px;
      left: 144px;
   }
   .background-circle-3 {
      height: 304px;
      top: 634px;
      left: -331px;
   }
   .add-card__item {
      height: 722px;
   }
   .images-add-card {
      padding: 70px 0 50px 20px;
   }
   .images-add-card__image-1 {
      width: 165px;
      height: 120px;
      top: 134px;
      left: 279px;
   }
   .images-add-card__background {
      width: 300px;
      height: 140px;
      top: 34px;
      left: 96px;
   }
   .body-price-block__audit {
      margin-top: 130px;
   }
   .price-price-block__background {
      top: 124px;
      left: 64px;
   }
   .set-price-block__image {
      left: 52px;
   }
   .content-audit-price__button {
      padding: 20px 30px;
   }
   .image-audit-price__image {
      width: 498px;
      height: 323px;
   }
   .image-audit-price__decor-image {
      width: 74px;
      height: 70px;
   }
   .recruits-price-block__cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .cards-recruits-price__card {
      padding: 88px 0 38px 30px;
   }
   .card-cards-recruits__triangle {
      top: 22px;
      left: 32px;
   }
   .card-cards-recruits__circle {
      left: 26px;
      left: 32px;
   }
   .recruits-price-block__decor {
      opacity: 0;
   }
   .recruits-price-block__background {
      top: 34px;
   }
   .case-block__content {
      margin-top: 50px;
      padding-top: 50px;
   }
   .cards-case-block {
      -ms-grid-columns: 460px;
      grid-template-columns: 460px;
      grid-auto-rows: 367px;
      row-gap: 15px;
      margin-bottom: 15px;
   }
   .card-case-block__title {
      padding: 20px 20px 50px 20px;
   }
   .card-case-block__button {
      margin: 0 0 0 20px;
   }
   .card-case-image-1 {
      top: 50%;
   }
   .card-case-image-2 {
      top: 40%;
   }
   .card-case-image-3 {
      top: 50%;
   }
   .card-case-image-6 {
      width: 55%;
   }
   .card-case-image-7 {
      width: 55%;
   }
   .card-case-image-8 {
      left: 40%;
      top: 40%;
      width: 60%;
   }
   .card-case-image-9 {
      left: 35%;
   }
   .card-case-image-11 {
      top: 48%;
      left: 30%;
      width: 65%;
   }
   .card-case-image-14 {
      width: 80%;
      left: 30%;
      top: 45%;
   }
   .card-case-image-15 {
      width: 70%;
      top: 50%;
      left: 32%;
   }
   .card-case-image-16 {
      width: 50%;
      left: 0;
   }
   .card-case-image-17 {
      width: 130%;
      right: -15%;
      top: 0;
   }
   .card-case-image-18 {
      left: 20%;
      width: 90%;
   }
   .card-case-image-19 {
      width: 60%;
      top: 40%;
      left: 42%;
   }
   .posters-case-block {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   }
   .posters-case-block__image-fullscreen {
      width: 214px;
      height: 341px;
   }
   .content-case-block__more {
      padding: 18px 30px;
   }
   .page__other {
      padding-bottom: 38px;
   }
   .price-other {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 380px;
   }
   .smm-price-other__text {
      line-height: 62px;
      font-size: 62px;
   }
   .smm-price-other__text span {
      font-size: 26px;
   }
   .number-price-other__text span {
      font-size: 26px;
   }
   .smm-price-other__circle {
      top: -73px;
      left: -29px;
      width: 266px;
      height: 266px;
   }
   .smm-price-other__background {
      top: -103px;
      left: 127px;
      width: 163px;
      height: 163px;
   }
   .number-price-other {
      -ms-flex-item-align: end;
      align-self: flex-end;
   }
   .number-price-other__circle {
      top: -61px;
      left: -40px;
      width: 216px;
      height: 216px;
   }
   .cards-other-block {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 50px;
   }
   .cards-other-block__card {
      font-size: 19px;
      line-height: 29px;
      padding: 20px 10px 10px 20px;
   }
   .cards-other-block__background {
      width: 325px;
      height: 325px;
      top: 125px;
      left: 117px;
   }
   .cards-other-block__card_1 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
   }
   .cards-other-block__card_2 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
   }
   .cards-other-block__card_4 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
   }
   .cards-other-block__card_5 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2;
   }
   .cards-other-block__card_6 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
   }
   .page__partners {
      padding: 10px 0 0 0;
   }
   .body-partners-block {
      padding-bottom: 40px;
   }
   .body-partners-block__title {
      margin: 50px 0 0 0;
   }
   .labels-partners {
      gap: 20px;
   }
   .label-19,
   .label-22,
   .label-27,
   .label-28,
   .label-29,
   .label-30 {
      display: none;
   }
   .label-8 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
   }
   .label-10 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .label-13 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 5;
      grid-row: 5;
   }
   .label-15 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 6;
      grid-row: 6;
   }
   .label-17 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 5;
      grid-row: 5;
   }
   .label-20 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .label-21 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 7;
      grid-row: 7;
   }
   .label-24 {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 8;
      grid-row: 8;
   }
   .label-26 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 8;
      grid-row: 8;
   }
   .page__call {
      padding: 40px 0;
   }
   .content-call-body__subtitle {
      line-height: 33px;
      font-size: 30px;
      max-width: 340px;
      padding-bottom: 60px;
   }
   .content-call-body__btn-phone {
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 0 0 60px 20px;
   }
   .content-call-body__button {
      padding: 15px 60px;
   }
   .content-call-body__decor {
      width: 66px;
      top: 91px;
      left: 10px;
   }
   .image-call-body {
      width: 440px;
      height: 304px;
   }
   .image-call-body__image {
      width: 371px;
      height: 233px;
   }
   .resume-block__body {
      width: auto;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
   }
   .body-resume-block__header {
      margin-top: 50px;
   }
   .header-resume__title {
      font-size: 45px;
      line-height: 70px;
   }
   .header-resume__subtitle {
      font-size: 21px;
      line-height: 31px;
   }
   .header-resume__text {
      font-size: 14px;
      line-height: 22px;
   }
   .title-resume__name {
      padding-left: 103px;
   }
   .body-resume-block__decor-anim {
      width: 290px;
      height: 290px;
   }
   .body-resume-block__circle-anim {
      width: 240px;
      height: 240px;
   }
   .content-resume__about {
      padding: 0 20px 20px 20px;
      font-size: 18px;
      line-height: 28px;
   }
   .content-resume__elem-line-white {
      height: 17px;
   }
   .content-resume__row {
      margin: 20px 20px 40px 20px;
   }
   .contacts-resume {
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin: 20px 15px 20px 0;
   }
   .contacts-resume__photo {
      max-width: 188px;
      max-height: 188px;
      top: -100px;
      left: 30px;
   }
   .contacts-resume__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      gap: 10px;
   }
   .contacts-resume__frame {
      padding: 8px;
      margin-right: 0;
   }
   .contacts-resume__image {
      max-width: 22px;
      max-height: 22px;
   }
   .title-resume {
      font-size: 26px;
      line-height: 40px;
   }
   .item-experience__company {
      font-size: 17px;
      line-height: 26px;
   }
   .other-resume__training {
      padding-bottom: 0;
   }
   .contact-info-other__item {
      font-size: 17px;
      line-height: 26px;
   }
   .place-text {
      font-size: 17px;
      line-height: 26px;
   }
   .portfolio-resume__button-more {
      padding: 12px 40px;
      margin: 30px auto;
   }
   .gallery-diper__image-fullscreen_display-none {
      display: none;
   }
}
@media (max-width: 386px) {
   .add-card__container {
      width: 300px;
      padding: 0 10px;
   }

   .images-add-card {
      padding: 50px 0 100px 25px;
   }
   .images-add-card__image-1 {
      top: 130px;
      left: 91px;
   }
   .images-add-card__background {
      top: 151px;
      left: 198px;
   }
}
@media (max-width: 47.99875em) {
   [class*="__container"] {
      padding: 0 1.5625rem;
   }
   .resume-cards__container {
      padding: 0;
   }
   
   .content-main-block {
      padding-left: 10px;
   }
   .content-main-block__column {
      margin-top: 30px;
   }
   .item-resume-cards__text {
      font-size: 18px;
   }
   .item-experience__time {
    max-width: 285px;
}
}
@media (max-width: 29.99875em) {
   [class*="__container"] {
      width: 300px;
      padding: 0 10px;
   }
                  .liner-gradient {
    top: 753px;
}
   .add-card__container {
      max-width: 365px;
      padding: 0 10px;
      width: 100%;
   }
   
   .add-card__item {
   max-width: 357px;
   }
   .title {
      font-size: 34px;
      line-height: 44px;
   }
   .button-card-case {
      padding: 10px 25px;
   }
   .content-main-block {
      margin-top: 40px;
   }
   .content-main-block__title {
      font-size: 38px;
   }
   .content-main-block__subtitle {
      -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
   }
   .background-main-block {
      -webkit-transform: translate(-30px, 80px);
      -ms-transform: translate(-30px, 80px);
      transform: translate(-30px, 80px);
   }
   .img-circle {
      width: 260px;
      
   }
   .img-circle-word {
      width: 170px;
         -webkit-transform: translate(73px, 30px) rotate(0);
         transform: translate(73px, 30px) rotate(0);
   }
   @-webkit-keyframes circleWord {
      0% {
         -webkit-transform: translate(73px, 30px) rotate(0);
         transform: translate(73px, 30px) rotate(0);
      }
      100% {
         -webkit-transform: translate(73px, 30px) rotate(360deg);
         transform: translate(73px, 30px) rotate(360deg);
      }
   }
   @keyframes circleWord {
      0% {
         -webkit-transform: translate(73px, 30px) rotate(0);
         transform: translate(73px, 30px) rotate(0);
      }
      100% {
         -webkit-transform: translate(73px, 30px) rotate(360deg);
         transform: translate(73px, 30px) rotate(360deg);
      }
   }
   .item-resume-cards__header {
      padding: 0 0 70px 0;
   }
   .item-resume-cards__title {
      padding-bottom: 20px;
   }
   .item-resume-cards__text {
      line-height: 28px;
   }
   .item-resume-cards__body {
      margin-bottom: 60px;
   }
   .item-resume-cards__image {
      width: 296px;
      height: 228px;
   }
   .item-resume-cards__info {
      width: 296px;
   }
   .item-resume-cards__button {
      padding: 6px 30px;
   }
   .image-photo_size-2 {
      position: absolute;
      width: 100%;
      height: 150%;
      left: 0;
      top: 0;
   }
   .image-photo_size-1 {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
   }
   .item-service-cards__title {
      margin-bottom: 30px;
   }
   .item-service-cards__colum:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }
   .item-service-cards__colum:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }
   .item-service-cards__colum:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
   }
   .item-service-cards__colum:nth-child(4) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
   }
   .item-service-cards__colum:nth-child(5) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }
   .item-service-cards__colum:nth-child(6) {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
   }
   .item-service-cards__colum {
      max-width: 100%;
      padding: 30px;
   }
   .background-circle-1 {
      top: 440px;
      left: 45px;
   }
   .background-circle-2 {
      height: 202px;
      top: 961px;
      left: 236px;
   }
   .background-circle-3 {
      opacity: 0;
   }
   .add-card__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .item-add-card__title {
      line-height: 39px;
      font-size: 34px;
      margin: 50px 0 0 30px;
   }
   .item-add-card__title {
      width: 270px;
      margin: 50px 0 0 0;
   }
   .images-add-card {
      padding: 50px 0 100px 50px;
   }
   .images-add-card__image-1 {
      width: 201px;
      height: 117px;
      top: 128px;
      left: 124px;
   }
   .images-add-card__image-2 {
      width: 252px;
      height: 167px;
   }
   .images-add-card__background {
      width: 96px;
      height: 138px;
      top: 149px;
      left: 231px;
   }
   .list-add-card {
      padding-left: 70px;
      margin: 0;
      gap: 50px;
   }
   .list-add-card__text {
      line-height: 22px;
      font-size: 22px;
      max-width: 195px;
   }
   .list-add-card__background-circle {
      left: 58px;
      top: -6px;
   }
   .list-add-card__background-square {
      left: 58px;
      top: 84px;
   }
   .list-add-card__background-triangle {
      left: 58px;
      top: 183px;
   }
   .body-price-block__price {
      gap: 100px;
   }
   .body-price-block__recruits {
      margin-top: 20px;
   }
   .price-price-block__price {
      font-size: 46px;
   }
   .price-price-block .price-price-block__price span {
      font-size: 22px;
   }
   .price-price-block__background {
      width: 254px;
      height: 254px;
      top: 132px;
      left: 21px;
   }
   .set-price-block__image {
      width: 56px;
      height: 98px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: -48px;
      left: 0;
   }
   .card-set-price {
      padding: 50px 10px;
   }
   .content-audit-price__subtitle {
      line-height: 38px;
      font-size: 32px;
   }
   .content-audit-price__text {
      line-height: 29px;
      font-size: 19px;
   }
   .image-audit-price {
      width: 90vw;
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 213px;
      margin-top: 125px;
   }
   .image-audit-price__image {
      width: 258px;
      height: 184px;
   }
   .image-audit-price__decor {
      width: 98px;
      height: 81px;
      top: 184px;
      left: 277px;
   }
   .recruits-price-block__title {
      font-size: 34px;
      max-width: 100px;
   }
   .card-cards-recruits__triangle {
      top: 22px;
      left: 32px;
   }
   .card-cards-recruits__circle {
      left: 26px;
      left: 32px;
   }
   .recruits-price-block__decor {
      opacity: 1;
      width: 171px;
      height: 130px;
      top: -136px;
      left: 292px;
   }
   .recruits-price-block__background {
      width: 241px;
      height: 241px;
      left: 28px;
      top: 159px;
   }
   .case-block__content {
      margin-top: 70px;
      padding-top: 70px;
   }
   .case-block__decor {
      height: 170px;
   }
   .content-case-block__title {
      line-height: 44px;
      font-size: 34px;
   }
   .content-case-block__title {
      margin-bottom: 50px;
   }
   .cards-case-block {
      -ms-grid-columns: 300px;
      grid-template-columns: 300px;
      grid-auto-rows: 375px;
      row-gap: 10px;
      margin-bottom: 10px;
   }
   .card-case-block__title {
      font-size: 17px;
      line-height: 26px;
      font-weight: 600;
      padding: 20px 40px 35px 20px;
      height: auto;
   }
   .card-case-image-1 {
      width: 120%;
      top: 40%;
      left: 0;
   }
   .card-case-image-2 {
      width: 100%;
      left: 0;
      top: 37%;
   }
   .card-case-image-3 {
      width: 120%;
      top: 40%;
      left: 0;
   }
   .card-case-image-5 {
      background-position: 40% 0;
      background-size: auto 120%;
   }
   .card-case-image-6 {
      width: 80%;
   }
   .card-case-image-7 {
      width: 80%;
   }
   .card-case-image-8 {
      left: 10%;
      width: 90%;
   }
   .card-case-image-9 {
      top: 45%;
      left: 4%;
   }
   .card-case-image-10 {
      background-size: auto 100%;
      background-position: 50% 50%;
   }
   .card-case-image-11 {
      left: 20%;
      width: 75%;
   }
   .card-case-image-13 {
      top: 45%;
      left: 20%;
      width: 80%;
   }
   .card-case-image-14 {
      width: 100%;
      left: 0;
   }
   .card-case-image-15 {
      width: 90%;
      top: 55%;
      left: 20%;
   }
   .card-case-image-16 {
      width: 60%;
      left: -10%;
      top: 55%;
   }
   .card-case-image-17 {
      width: 190%;
      right: -45%;
   }
   .card-case-image-18 {
      left: -10%;
      width: 120%;
      top: 30%;
   }
   .card-case-image-19 {
      width: 100%;
      left: 0;
   }
   .card-case-image-20 {
      width: 120%;
      top: 35%;
      left: -10%;
   }
   .posters-case-block {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
   }
   .posters-case-block__image-fullscreen {
      width: 147px;
      height: 218px;
   }
   .posters-case-block__image-previous {
      width: 147px;
      height: 240px;
   }
   .other-block__title {
      line-height: 39px;
      font-size: 30px;
      margin-bottom: 90px;
   }
   .price-other {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      height: 100%;
   }
   .smm-price-other__text {
      font-size: 46px;
      padding: 0 40px 130px 0;
   }
   .smm-price-other__text span {
      font-size: 22px;
   }
   .number-price-other__text {
      font-size: 46px;
      padding-right: 40px;
   }
   .number-price-other__text span {
      font-size: 22px;
   }
   .smm-price-other__circle {
      left: 3px;
      top: -65px;
      width: 254px;
      height: 254px;
   }
   .smm-price-other__background {
      width: 118px;
      height: 118px;
      top: -52px;
      left: 198px;
   }
   .number-price-other__circle {
      width: 196px;
      height: 196px;
      top: -48px;
      left: -34px;
   }
   .cards-other-block {
      -ms-grid-rows: (150px) [6];
      grid-template-rows: repeat(6, 150px);
      gap: 20px;
   }
   .cards-other-block__card {
      padding: 20px 40px;
   }
   .cards-other-block__card_1 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 6;
      grid-row: 6;
   }
   .cards-other-block__card_2 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
   }
   .cards-other-block__card_3 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
      padding: 40px 50px 20px 40px;
   }
   .cards-other-block__card_4 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3;
      padding: 40px 50px 20px 40px;
   }
   .cards-other-block__card_5 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 5;
      grid-row: 5;
      padding: 40px 50px 20px 40px;
   }
   .cards-other-block__card_6 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
      padding: 40px 50px 20px 40px;
   }
   .body-partners-block__title {
      margin: 70px 0 0 0;
      width: 200px;
      font-size: 34px;
      line-height: 44px;
   }
   .label-7 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 9;
      grid-row: 9;
   }
   .label-8 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
   }
   .label-10 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 10;
      grid-row: 10;
   }
   .label-13 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      grid-row: 2;
   }
   .label-14 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 8;
      grid-row: 8;
   }
   .label-15 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .label-16 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 9;
      grid-row: 9;
   }
   .label-17 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3;
   }
   .label-18 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 12;
      grid-row: 12;
   }
   .label-20 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 7;
      grid-row: 7;
   }
   .label-21 {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 6;
      grid-row: 6;
   }
   .label-24 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 3;
      grid-row: 3;
   }
   .label-26 {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 4;
      grid-row: 4;
   }
   .content-call-body__subtitle {
      font-size: 34px;
      line-height: 41px;
      max-width: 300px;
   }
   .content-call-body__button {
      padding: 8px 40px;
   }
   .content-call-body__decor {
      top: 148px;
   }
   .content-call-body__background {
      top: 99px;
      background: url(..img/deco/4.png) 0 0 / auto 100%
         no-repeat;
      width: 526px;
      height: 588px;
      left: 0;
   }
   .image-call-body {
      width: 352px;
      height: 225px;
   }
   .image-call-body__image {
      width: 258px;
      height: 184px;
   }
   .body-resume-block__header {
      margin-top: 40px;
   }
   .header-resume__title {
      font-size: 29px;
      line-height: 45px;
   }
   .header-resume__subtitle {
      font-size: 14px;
      line-height: 22px;
   }
   .header-resume__text {
      padding: 10px 0 0 10px;
   }
   .header-resume__subtitle_size {
      font-size: 15px;
      line-height: 23px;
   }
   .title-resume__link-back {
      display: none;
   }
   .title-resume__name {
      padding: 0 0 15px 90px;
   }
   .title-resume__link-back_for-mobile {
      display: block;
      font-size: 18px;
      border-radius: 50% 50%;
      border: 1px solid #fff;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      line-height: 10px;
      letter-spacing: 0;
      margin-top: 10px;
      padding: 10px;
   }
   .title-resume__link-back_for-mobile:hover {
      color: #3900e4;
      border: 1px solid #3900e4;
   }
   .body-resume-block__decor-anim {
      top: 985px;
      left: 305px;
      -webkit-animation: decorAnimResume 6s ease-in 1;
      animation: decorAnimResume 6s ease-in 1;
   }
   @-webkit-keyframes decorAnimResume {
      0% {
         top: 878px;
         left: -388px;
         -webkit-transform: scale(0.7);
         transform: scale(0.7);
      }
      25% {
         top: 878px;
         left: -388px;
         -webkit-transform: scale(1);
         transform: scale(1);
      }
      50% {
         top: 1050px;
         left: 470px;
      }
      75% {
         top: 1200px;
         left: -525px;
      }
      100% {
         top: 985px;
         left: 305px;
      }
   }
   @keyframes decorAnimResume {
      0% {
         top: 878px;
         left: -388px;
         -webkit-transform: scale(0.7);
         transform: scale(0.7);
      }
      25% {
         top: 878px;
         left: -388px;
         -webkit-transform: scale(1);
         transform: scale(1);
      }
      50% {
         top: 1050px;
         left: 470px;
      }
      75% {
         top: 1200px;
         left: -525px;
      }
      100% {
         top: 985px;
         left: 305px;
      }
   }
   .body-resume-block__circle-anim {
      top: 228px;
      left: -43px;
      -webkit-animation: circleAnimResume 5s ease-in 1;
      animation: circleAnimResume 5s ease-in 1;
   }
   @-webkit-keyframes circleAnimResume {
      0% {
         top: 127px;
         left: 91px;
      }
      50% {
         top: 127px;
         left: 200px;
      }
      100% {
         top: 228px;
         left: -43px;
      }
   }
   @keyframes circleAnimResume {
      0% {
         top: 127px;
         left: 91px;
      }
      50% {
         top: 127px;
         left: 200px;
      }
      100% {
         top: 228px;
         left: -43px;
      }
   }
   .content-resume__about {
      padding: 0 10px 20px 10px;
      font-size: 16px;
      line-height: 20px;
   }
   .content-resume__row {
      margin: 20px 10px 40px 10px;
   }
   .contacts-resume {
      font-size: 16px;
   }
   .contacts-resume__photo {
      max-width: 130px;
      max-height: 130px;
      top: -109px;
      left: 0;
   }
   .title-resume {
      font-size: 23px;
      line-height: 36px;
   }
   .item-experience__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 5px;
   }
   .item-experience__company {
      font-size: 17px;
      line-height: 23px;
   }
   .item-experience__text {
      font-size: 15px;
      line-height: 23px;
   }
   .contact-info-other__item {
      font-size: 15px;
      line-height: 23px;
   }
   .skills-other__item {
      font-size: 17px;
      line-height: 26px;
   }
   .skills-other__item {
      font-size: 15px;
      line-height: 23px;
   }
   .year-text {
      font-size: 16px;
      line-height: 22px;
   }
   .place-text {
      font-size: 15px;
      line-height: 23px;
   }
   .portfolio-resume__subtitle {
      margin: 60px 0 40px 0;
   }
   .subtitle {
      font-size: 28px;
   }
   .diper-resume__subtitle {
      margin: 60px 0 40px 0;
   }
   .skills-resume {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
@media (any-hover: hover) {
   .button-blue:hover {
      background-color: #97e647;
   }
   .button-green:hover {
      background-color: #fff;
   }
   .button-card-case:hover {
      background-color: #fff;
      color: #000;
   }
   .item-resume-cards__info:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
   }
   .item-resume-cards__button:hover {
      background-color: #36e758;
   }
   .item-service-cards__colum:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
   }
   .card-set-price:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
   }
   .cards-recruits-price__card:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
   }
   .button-card-case_color-1:hover {
      background-color: #fff;
      color: #000;
   }
   .content-case-block__more:hover {
      background-color: #97e647;
   }
   .cards-other-block__card:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
      color: #000;
   }
   .content-call-body__button:hover {
      background-color: #355fb3;
   }
}

  .box.nextstop~.box {
   display: none;
  }