@charset "UTF-8";

:root {
  --color-title: rgb(5, 12, 38);
  --color-text: rgb(100, 107, 133);
  --color-ghostly-white: rgb(245, 246, 254);
  --color-white: rgb(255, 255, 255);
  --color-blue: rgb(69, 76, 238);
  --color-orange: #FF852D;
  --font-tilda: "Tilda Sans";
}

@font-face {
  font-family: "Tilda Sans";
  src: local("Tilda Sans Bold"), local("TildaSans-Bold"), url(../fonts/tilda/TildaSans-Bold.woff2) format("woff2"), url(../fonts/tilda/TildaSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: local("Tilda Sans"), local("TildaSans-Regular"), url(../fonts/tilda/TildaSans-Regular.woff2) format("woff2"), url(../fonts/tilda/TildaSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video,
.form.loading:before,
.header__logo img,
.page-home .heading__image img,
.mission__photo img,
.footer__logo img {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 400 20px/150.5% Montserrat, Helvetica, Arial, sans-serif;
  background: #ffffff;
  min-width: 340px;
  color: #6A6A6A;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #e53939;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 130.9%;
}

h1 span {
  color: #6096FF;
}

h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 130.9%;
  color: #1B1B1B;
}

h2.white, h3.white {
  color: #fff;
}

h3 {
  font-weight: 600;
  font-size: 27px;
  line-height: 130.9%;
  color: #1B1B1B;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.form {
  max-width: 380px;
  position: relative;
}

.form__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.form__subtitle {
  margin-bottom: 40px;
}

.form .input {
  background: transparent;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-bottom: 1px solid #535353;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

.form .input__wrap {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

.form .input__label {
  font-weight: 600;
  color: #535353;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.form__btn {
  width: 100%;
}

.form .btn {
  margin-top: 46px;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 20px 30px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #F8F8F8;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.btn svg {
  margin-left: 10px;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.header {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
  z-index: 100;
}

.header__logo {
  display: inline-block;
}

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

.header__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.header__menu li {
  margin-left: 48px;
  position: relative;
}

.header__menu li:hover .sub-menu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.header__menu a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease;
}

.header__menu a:hover,
.header__lang a:hover {
  color: #e53939;
}

.header__lang {
  margin-left: 60px;
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.header__lang-current {
  color: #6096FF;
}

.header__lang a {
  color: #fff;
  transition: 0.3s ease;
}

.header__burger {
  display: none;
}

.header .sub-menu {
  transform: translateY(-20px);
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: -20px;
  width: 250px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #ffffff;
  background: #000000;
}

.header .sub-menu li {
  margin-left: 0;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 20px;
}

.header .sub-menu li a {
  font-size: 14px;
  line-height: 120%;
}

.heading {
  padding-top: 215px;
  padding-bottom: 90px;
  background: 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  background-color: #121212;
}

/* HOME */

.page-home .heading__content {
  max-width: 806px;
}

.page-home .heading__content h3 {
  color: #fff;
}

.page-home .heading__title {
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 45px;
  color: #fff;
}

.page-home .heading ul {
  max-width: 720px;
  margin-top: 50px;
  margin-bottom: 45px;
  -moz-columns: 3;
  columns: 3;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.page-home .heading ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}

.page-home .heading ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: absolute;
  left: 0;
  top: 8px;
}

.page-home .heading__image {
  position: absolute;
  left: calc(50% + 180px);
  bottom: 0;
  z-index: 1;
}



.page-home .heading__image .bolonin {
  z-index: 2;
  width: 361px;
  height: 636px;
  background-size: cover;
}

.page-home .heading__image .decor {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
}

.page-home .heading__play {
  position: absolute;
  top: 230px;
  left: -30px;
}

.tasks {
  padding: 90px 0;
}

.tasks__title {
  margin-bottom: 40px;
}

.tasks__block {
  border-radius: 14px;
  background: #202020;
  color: #fff;
  max-width: 991px;
  width: 100%;
  padding: 50px;
  position: relative;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 70px;
}

.tasks__block li {
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}

.tasks__block li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  box-shadow: 0px 4px 45px rgba(170, 169, 169, 0.25);
  border-radius:50%;
}

.tasks__block b {
  font-weight: 700;
}

.tasks .cases__title {
  margin-bottom: 50px;
}

.tasks .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tasks .item__logo {
  box-shadow: 0px 4px 25px rgba(75, 75, 75, 0.19);
  border-radius: 8px;
  margin-bottom: 30px;
  display: block;
}

.tasks .item__image {
  width: 100%;
  max-width: 615px;
  background-size: cover;
  height: 270px;
}

.tasks .item__info {
  width: 100%;
  max-width: 615px;
}

.tasks .item__facts {
  display: flex;
  flex-wrap: wrap;
}

.tasks .fact {
  width: 100%;
  max-width: 270px;
  margin-bottom: 40px;
}

.tasks .fact__icon {
  height: 40px;
  margin-bottom: 10px;
}

.tasks .fact__text b{
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  display: block;
}


.tasks .item__content {
  width: 100%;
  max-width: 445px;
}

.tasks .item__name {
  margin-bottom: 20px;
}

.tasks .item__text p {
  margin-bottom: 5px;
}

.tasks .item__text p b {
  font-weight: 600;
}

.tasks .item__text ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.tasks .item__btn {
  margin-top: 40px;
}

.tasks .item-2 {
  margin-top: 70px;
}

.tasks .item-2 .item__info {
  order: 2;
}

.tasks__btn {
  margin-top: 40px;
  width: 100%;
  max-width: 254px;
  display: flex;
  text-align: center;
  justify-content: center;
  /* margin-left: auto; */
  height: 60px;
  position: relative;
  padding: 0;
}

.tasks__btn:before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 8px;
  transition: 0.3s ease;
}

.tasks__btn span {
  position: relative;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.tasks__btn:hover:before {
  opacity: 0;
}

.tasks__btn:hover span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mission {
  position: relative;
  background: #ECECEC;
  padding: 180px 0;
}

.mission.mission-new {
  padding: 80px 0;
}

.mission__photo {
  position: absolute;
  bottom: 0;
  left: calc(50% - 450px);
  z-index: 1;
}

.mission__photo .photo {
  width: 397px;
  height: 496px;
  background-size: cover;
}

.mission__photo .decor {
  position: absolute;
  left: 0;
  top: 67px;
  z-index: -1;
}
.mission__citate {
  max-width: 480px;
  margin-left: auto;
  margin-right: 100px;
}

.mission__citate_text {
  margin-bottom: 32px;
}

.mission__citate_author {
  font-style: italic;
  font-weight: 500;
  font-style: italic;
  text-align: right;
  color: #1B1B1B;
}

/* COMMON SECTIONS */

.services {
  background: #202020;
  padding: 90px 0;
  color: #fff;
}

.services__items {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 920px;
}

.services .item {
  border: 3px solid #FAFAFA;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  margin-bottom: 30px;
}

.services .item__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.services .item__name_icon {
  width: 50px;
  height: 50px;
  background: #535353 50% no-repeat;
  border-radius: 50%;
  margin-right: 20px;
}

.services .item__name_text {
  max-width: 610px;
}

.services .item__arr {
  width: 80px;
  height: 80px;
  background: 50% no-repeat;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  position: relative;
}

.services .item__arr svg {
  position: relative;
}

.services .item__arr svg path {
  transition: 0.3s ease;
}

.services .item__arr:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease;
}

.services .item__arr:hover:before {
  opacity: 1;
}

.services .item__arr:hover path {
  fill: #fff;
}

.experience {
  border-top: 1px solid #fff;
  background: #202020;
  color: #fff;
  padding: 90px 0;
}

.experience__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.experience__title {
  margin-bottom: 60px;
}

.experience__items {
  width: 100%;
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.experience__photo {
  width: 100%;
  max-width: 480px;
  height: 474px;
  background-size: cover;
}

.experience .item {
  display: inline-block;
  margin-bottom: 30px;
}

.experience .item:nth-child(2),
.experience .item:nth-child(4) {
  width: 336px;
}

.experience .item__number {
  font-weight: 600;
  font-size: 48px;
  line-height: 130.9%;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consultation {
  background: #ECECEC;
  padding-top: 90px;
}

.consultation__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.consultation__image {
  position: relative;
  margin-right: 110px;
  width: 358px;
  height: 635px;
  background-size: cover;
  padding-top: 120px;
  padding-left: 50px;
  padding-right: 30px;
}

.consultation__image_title {
  color: #fff;
  margin-bottom: 20px;
}

.consultation__image_title span {
  color: #6096FF;
}

.consultation__image_list {
  color: #fff;
}

.consultation__image_list li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 150%;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 30px;
}

.consultation__image_list li:before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #EDE8E2;
  border-radius:50%;
}

.consultation__image:after {
  content: '';
  position: absolute;
  left: -100px;
  top: 100px;
  width: 145px;
  height: 347px;
  z-index: -1;
  background: url(../img/consultin__decor.svg) 50% no-repeat;
}

.founder {
  background: #ECECEC;
  padding-top: 90px;
  min-height: 600px;
  position: relative;
}

.founder__bg {
  position: absolute;
  width: calc(50% - 150px);
  height: 100%;
  left: calc(50% + 150px);
  top: 0;
  background-size: cover;
}

.founder__title {
  margin-bottom: 40px;
}

.founder__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 130.9%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1B1B1B;
  margin-bottom: 24px;
}

.founder__info {
  max-width: 420px;
}

.founder__info li {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.founder__info li:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/ion_rocket-sharp.svg) 50% no-repeat;
  left: 0;
  top: 3px;
}

.founder__photo {
  bottom: -1px;
  left: calc(50% + 50px);
  position: absolute;
  z-index: 1;
}

.founder__photo .photo {
  width: 411px;
  height: 567px;
  background-size: cover;
}

.founder__photo .decor {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 156px;
}

/* SINGLE SERVICE */

.single-service .heading {
  min-height: 726px;
}

.single-service .heading__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-service .heading__text {
  margin-top: 50px;
  max-width: 400px;
}

.service {
  padding: 90px 0;
}

.service__container {
  position: relative;
}

.service__content {
  width: 100%;
  max-width: 500px;
}

.service__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}

.service__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: inline-flex;
  background: linear-gradient(268.14deg, #5200FF -42.47%, #4859F3 -42.45%, #6096FF 126.46%);
  border-radius: 7px;
  padding: 13px;
}

.service__price span {
  font-weight: 600;
  color: #F5F5F5;
}

.service__price i {
  text-decoration: line-through;
}

.service__price img {
  margin-left: 10px;
}

.service__info {
  margin-top: 20px;
}

.service__info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.service__info li:before {
  content: '';
  background: url(../img/service-check.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.service__image {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 736px;
  top: 0;
  background: 50% no-repeat;
  background-size: cover;
}

/* PAGE ABOUT */

.page-about .heading {
  min-height: 726px;
  background-position: 50% 0;
}

.page-about .heading__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.about {
  padding: 90px 0;
}

.about .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 90px;
}

.about .block:nth-child(even) .block__content {
  order: 2;
}

.about .block:last-child {
  margin-bottom: 0;
}

.about .block__content {
  width: 100%;
  max-width: 490px;
}

.about .block__content b,
.about .block__content strong {
  font-weight: 700;
}

.about .block__content p {
  margin-bottom: 30px;
}

.about .block__content p:last-child {
  margin-bottom: 0;
}

.about .block__content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.about .block__content ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.about .block__image {
  width: 100%;
  max-width: 565px;
}

/* PAGE CASES */

.page-cases .heading {
  min-height: 430px;
  background-position: 50% 0;
}

.cases {
  padding: 90px 0;
  padding-bottom: 60px;
  background-color: #121212;
}

.cases__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.cases .item {
  margin: 0 15px;
  margin-bottom: 30px;
  background: 50% no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 350px;
  height: 286px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cases .item__text {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #F8F8F8;
  text-align: center;
}

/* SINGLE CASE */

.single-case .heading {
  min-height: 610px;
}

.single-case .heading__container {
  display: flex;
  flex-wrap: wrap;
}

.single-case .heading__company {
  width: 100%;
  max-width: 295px;
  margin-right: 60px;
}

.single-case .heading__company img {
  display: block;
}

.single-case .heading__company_logo {
  margin-bottom: 24px;
}

.single-case .heading__company_site {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-case .heading__company_site span {
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}

.single-case .heading__info {
  max-width: 450px;
  width: 100%;
}

.single-case .heading__info h3 {
  color: #fff;
  margin-bottom: 20px;
}

.case {
  padding: 90px 0;
}

.case__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case__target,
.case__task,
.case__solution,
.case__image {
  margin-bottom: 60px;
  width: 50%;
}

.case__image {
  position: relative;
}

.case__image .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 736px;
  height: 100%;
  background-size: cover;
}

.case h3 {
  margin-bottom: 20px;
}

.case p b {
  font-weight: 600;
}

.case ul {
  max-width: 465px;
}

.case ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.case ul li:before {
  content: '';
  background: url(../img/service-check.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.case__time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  margin-top: 40px;
}

.case__time b {
  font-size: 27px;
  line-height: 130.9%;
  color: #1B1B1B;
  margin-right: 20px;
}

.case__result {
  width: 100%;
  padding: 45px 50px;
  border-radius: 13px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
}

.case__result:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 10px;
  background: #fff;
}

.case__result_content {
  position: relative;
}

/* PAGE REVIEWS */

.page-reviews .heading__text {
  margin-top: 30px;
}

.page-reviews .heading__text br {
  display: none;
}

.reviews {
  padding: 90px 0;
}

.reviews .video-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .video-reviews .item {
  width: 100%;
  max-width: 540px;
  margin-bottom: 40px;
}

.reviews .video-reviews .item__image {
  height: 300px;
  margin-bottom: 24px;
  display: block;
  border-radius: 5px;
}

.reviews .text-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .text-reviews .item {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.reviews .text-reviews .item__image {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: 50% 0;
}

.reviews .text-reviews .item__content {
  max-width: 350px;
}

.reviews .text-reviews .item__text {
  font-style: italic;
  margin-bottom: 20px;
}

.reviews-videos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
.reviews-video {
  position: relative;
  padding-top: 50px;
  width: 360px;
  height: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}
.reviews-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/reviews/mask.svg") no-repeat center/cover;
  z-index: 2;
}
.reviews-video__title {
  position: relative;
  display: block;
  font-family: var(--font-tilda);
  font-size: 24px;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  z-index: 3;
}
.reviews-video p{
  margin-top: 5px;
  max-width: 257px;
  font-family: var(--font-tilda);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.reviews-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("../img/reviews/play.svg") no-repeat center/cover;
  z-index: 7;
}
.reviews-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center;
  z-index: 6;
  top: 0;
  left: 0;
  opacity: 0;
}
.reviews-video__poster {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  object-fit: cover;
  z-index: 5;
}

/* PAGE CONTACTS */

.contacts {
  background-color: #121212;
}

.contacts__container {
  display: flex;
  height: 500px;
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  align-items: center;
}

.contacts__info {
  width: 50%;
  text-align: center;
}

.contacts__map {
  /*height: 400px;*/
  /*width: 50%;*/
}

.contacts__email,
.contacts__adress {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
}

.contacts__email svg,
.contacts__adress svg {
  margin-right: 20px;
}

.contacts__email span,
.contacts__adress span {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

.contacts__email path,
.contacts__email span {
  transition: 0.3s ease;
}

.contacts__email:hover span {
  color: #6A6A6A;
}

.contacts__email:hover path {
  fill: #6A6A6A;
}

.contacts__adress {
  margin-top: 30px;
}

.callback {
  background: #202020;
  padding: 90px 0;
}

.callback__form {
  margin: 0 auto;
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.callback__form .input {
  color: #fff;
}

.callback__form .input__wrap {
  width: 360px;
}

.callback__form .input__label {
  color: #DEDEDE;
}

.callback__form .subm {
  max-width: 380px;
  margin-top: 40px;
}

/* PAGE AUDIT */

.page-audit .heading {
  padding-top: 175px;
}

.page-audit .heading__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-audit .heading__content {
  max-width: 590px;
}

.page-audit .heading__title {
  font-weight: bold;
  font-size: 65px;
  line-height: 79px;
  margin-bottom: 40px;
  color: #fff;
}

.page-audit .heading__title span {
  color: #5A86FC;
  font-weight: 700;
}

.page-audit .heading__subtitle {
  max-width: 445px;
  margin-bottom: 50px;
}

.page-audit .heading__subtitle b {
  font-weight: 700;
}

.page-audit .heading__subtitle span {
  color: #5A86FC;
  font-weight: 700;
}

.page-audit .heading__btn {
  max-width: 350px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.page-audit .heading__list {
  max-width: 480px;
}

.page-audit .heading__list li {
  padding-left: 35px;
  font-size: 25px;
  line-height: 154.5%;
  position: relative;
  margin-bottom: 40px;
  background: url(../img/ion_rocket-sharp.svg) 0 10px no-repeat;
}

.page-audit .heading__list li b {
  font-weight: 700;
}

.page-audit .heading__list li:last-child {
  margin-bottom: 0;
}

.page-audit .founder__name {
  margin-bottom: 20px;
}

.page-audit .founder__prof {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #7D7D7D;
}

.page-audit .founder__info {
  max-width: 480px;
}

.page-audit .founder__info li {
  margin-bottom: 10px;
}

.reviews__title {
  margin-bottom: 40px;
}

.audit-details {
  padding: 90px 0;
}

.audit-details__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audit-details__content {
  width: 100%;
  max-width: 570px;
}

.audit-details__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.audit-details__info {
  margin-bottom: 40px;
}

.audit-details__info:last-child {
  margin-bottom: 0;
}

.audit-details__info h3 {
  margin-bottom: 20px;
}

.audit-details__info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.audit-details__info li:before {
  content: '';
  background: url(../img/service-check.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.audit-details__image {
  max-width: 475px;
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
}

.audit-details .time {
  display: inline-flex;
  background: linear-gradient(268.14deg, #5200FF -42.47%, #4859F3 -42.45%, #6096FF 126.46%);
  border-radius: 7px;
  font-weight: 600;
  color: #fff;
  padding: 10px 16px;
}

.audit-reasons {
  padding-bottom: 90px;
}

.audit-reasons__title {
  border-radius: 20px;
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 130.9%;
  color: #1B1B1B;
  padding: 60px 0;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
}

.audit-reasons__title:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
}

.audit-reasons__title span {
  display: block;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}

.audit-reasons__title img {
  position: relative;
}

.audit-reasons__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audit-reasons .item {
  width: 100%;
  max-width: 540px;
  text-align: center;
  background: #EBEBEB;
  border-radius: 10px;
  padding: 20px 65px;
  margin-bottom: 30px;
}

.audit-reasons .item b {
  color: #5881FB;
  font-weight: 700;
}

.audit-reasons .item:last-child {
  margin: 0 auto;
}

.audit-when {
  background: #202020;
  padding: 90px 0;
  color: #fff;
}

.audit-when__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audit-when__content {
  max-width: 560px;
  width: 100%;
}

.audit-when__content p {
  margin-bottom: 40px;
}

.audit-when__content p b {
  font-weight: 700;
  color: #FFAC00;
}

.audit-when__image {
  max-width: 480px;
  width: 100%;
  background-size: cover;
  position: relative;
}

.audit-when__image img {
  position: absolute;
  top: -23px;
  right: 0;
}

.audit-pdf {
  padding: 90px 0;
  text-align: center;
  color: #fff;
}

.audit-pdf__wrap {
  margin: 0 auto;
  background: #202020;
  max-width: 990px;
  width: 100%;
  padding: 90px 180px;
}

.audit-pdf__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 130.9%;
  margin-bottom: 40px;
}

.audit-pdf__text {
  margin-top: 30px;
}

.audit-pdf__text b {
  font-weight: 700;
}

.audit-pdf .slick-prev,
.audit-pdf .slick-next {
  background-size: contain;
  z-index: 10;
}

.audit-zoom {
  padding-bottom: 60px;
}

.audit-zoom__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audit-zoom__title {
  border-radius: 20px;
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 30px;
  line-height: 130.9%;
  color: #1B1B1B;
  padding: 60px 0;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
}

.audit-zoom__title:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
}

.audit-zoom__title span {
  display: block;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}

.audit-zoom__title img {
  position: relative;
}

.audit-zoom__content {
  max-width: 565px;
  width: 100%;
}

.audit-zoom__content h3 {
  margin-bottom: 20px;
}

.audit-zoom__content li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.audit-zoom__content li:before {
  content: '';
  background: url(../img/service-check.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.audit-zoom__image {
  width: 100%;
  max-width: 475px;
  background-size: cover;
}

.audit-zoom__btn {
  margin: 0 auto;
  margin-top: 50px;
}

.audit-result {
  padding-top: 60px;
  padding-bottom: 90px;
}

.audit-result__title {
  margin-bottom: 50px;
}

.audit-result__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audit-result .item {
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
  border-radius: 10px;
  max-width: 350px;
  width: 100%;
  padding: 35px;
}

.audit-result .item:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 10px;
}

.audit-result .item__icon,
.audit-result .item__title,
.audit-result .item__text {
  position: relative;
}

.audit-result .item__title {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 20px;
}

.audit-result .item__text b {
  font-weight: 700;
  color: #6096FF;
}

.footer {
  background: #121212;
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.footer__info {
  padding-top: 30px;
}

.footer a {
  color: #fff;
  transition: 0.3s ease;
}

.footer a:hover {
  color: #e53939;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__logo {
  margin-bottom: 34px;
  display: inline-block;
}

.footer__contacts {
  font-weight: 600;
}

.footer__menu {
  max-width: 650px;
  padding-top: 50px;
}

.footer__menu.pages__menu {
  margin-left: auto;
  margin-right: 150px;
}

.footer__menu li {
  margin-bottom: 25px;
}

.footer__menu a {
  font-weight: 600;
}

.footer .sub-menu {
  margin-top: 30px;
  -moz-columns: 2;
  columns: 2;
}

.footer .sub-menu li {
  margin-bottom: 30px;
}

.footer .sub-menu a {
  font-weight: 400;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font: 20px/1 "slick";
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}


/* SINGLE CASE2 */

.single-case2 .heading {
  min-height: 610px;
}

.single-case2 .heading__company {
  width: 100%;
  max-width: 170px;
}

.single-case2 .heading__company img {
  width: 100%;
  display: block;
}

.single-case2 .heading__company_logo {
  margin-bottom: 24px;
}

.single-case2 .heading__company_site {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-case2 .heading__company_site span {
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}

.single-case2 .heading__info {
  max-width: 730px;
  width: 100%;
}

.single-case2 .heading__info h3 {
  color: #fff;
  margin-bottom: 20px;
}

.single-case2 .heading__btn {
  margin-top: 40px;
  width: 100%;
  max-width: 254px;
  justify-content: center;
  background: transparent;
  border: 2px solid #FF8A00;
}

.single-case2 .heading__btn span {
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-case2 .heading__btn:hover {
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
}

.single-case2 .heading__btn:hover span {
  -webkit-text-fill-color: #fff;
}

.case2 {
  padding: 90px 0;
}

.case2__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case2__target,
.case2__task,
.case2__solution,
.case2__image {
  margin-bottom: 60px;
  width: 50%;
}

.case2__target {
  padding-right: 25px;
}

.case2__image {
  position: relative;
}

.case2__image .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
}

.case2 h3 {
  margin-bottom: 20px;
}

.case2 p b {
  font-weight: 600;
}

.case2 ul {
  max-width: 465px;
}

.case2 ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.case2 ul li:before {
  content: '';
  background: url(../img/service-check.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.case2__target ul li {
  padding-left: 28px;
}

.case2__target ul li:before {
  content: '';
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.case2__time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  margin-top: 40px;
}

.case2__time b {
  font-size: 27px;
  line-height: 130.9%;
  color: #1B1B1B;
  margin-right: 20px;
}

.case2__result {
  width: 100%;
  padding: 45px 50px;
  border-radius: 13px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
}

.case2__result:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 10px;
  background: #fff;
}

.case2__result_content {
  position: relative;
}

.case2__btn {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 254px;
  justify-content: center;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
}

.case2__btn:before {
  position: absolute;
  width: calc(100% - 4px);
  content: '';
  height: calc(100% - 4px);
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.case2__btn span {
  position: relative;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case2__btn:hover:before {
  opacity: 0;
}

.case2__btn:hover span {
  -webkit-text-fill-color: #fff;
}

.about-sdc {
  border-top: 1px solid #fff;
  background: #202020;
  color: #fff;
  padding: 90px 0;
}

.about-sdc__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-sdc__title {
  margin-bottom: 30px;
}

.about-sdc__items {
  width: 100%;
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
}

.about-sdc__photo {
  width: 100%;
  max-width: 480px;
  height: 474px;
  background-size: cover;
}

.about-sdc .item {
  display: inline-block;
  margin-bottom: 30px;
}

.about-sdc .item:nth-child(2),
.about-sdc .item:nth-child(4) {
  width: 336px;
}

.about-sdc .item__number {
  font-weight: 600;
  font-size: 48px;
  line-height: 130.9%;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services__items {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services .item {
  margin-bottom: 20px;
  max-width: 545px;
  width: 100%;
  padding: 40px;
  display: block;
  padding-right: 20px;
  position: relative;
}

.services .item__name {
  display: block;
  margin-bottom: 10px;
}

.services .item__name_icon {
  margin-bottom: 20px;
}

.services .item__name_text {
  font-weight: 600;
  font-size: 27px;
  line-height: 130.9%;
}

 .services .item__text {
  max-width: 365px;
}

.services .item__arr {
  position: absolute;
  right: 30px;
  bottom: 60px;
}

.portfolio-st__gallery {
  margin-top: 80px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
.portfolio-st__gallery-item {
  padding: 40px 52px;
  width: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-ghostly-white);
  border-radius: 24px;
}
.portfolio-st__gallery-item:nth-child(3) img {
  max-height: 40px;
}
.portfolio-st__gallery-img {
  max-height: 70px;
  object-fit: contain;
}
.contacts__container{
  gap: 20px;
}
.contacts__map iframe{
  width: 100%;
}
