@charset "UTF-8";

:root {
  --color-main-grad1: #fa4455;
  --color-main-grad2: #d8303f;
  --color-main-grad3: #ed3d4d;
  --color-white: #fff;
  --color-comment: #cc2a39;
  --color-fact-bg: #dc2f3f;
  --color-dark: #2f2f2f;
  --color-dark-2: #333;
  --color-shadow: rgba(0, 0, 0, 0.1);
  --color-bg-text: #2f2f2f;
  --color-light-red: #ffd1d5;
  --color-main-accent-hover: #e20e21;
  --color-bg-faq: #fafafa;
  --color-border-light: #e4e4e4;
  --color-border-lighter: #ececec;
  --color-main-accent: #ef3a4a;
  --color-white-transparent: rgba(255, 255, 255, 0.79);
  --color-main-blue: #7265FF;
  --color-main-yellow: #FFD74D;
  --color-main-green: #4CD964;
  --color-gray: #8e8e8e;
  --color-gray-hover: #787878;
  --color-gray-text: #A0A0A4;
  --color-light-gray: #d8d8d8;
  --color-light-gray-bg: #F5F5F7;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Raleway-v4020-ExtraLightItalic.woff") format("woff"), url("../assets/fonts/Raleway-v4020-ExtraLightItalic.woff2") format("woff2");
  font-weight: 250;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Raleway-Regular.woff") format("woff"), url("../assets/fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Raleway-Medium.woff") format("woff"), url("../assets/fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Raleway-SemiBold.woff") format("woff"), url("../assets/fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Montserrat-MediumItalic.woff") format("woff"), url("../assets/fonts/Montserrat-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Montserrat-BoldItalic.woff") format("woff"), url("../assets/fonts/Montserrat-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Gilroy-Bold.woff") format("woff"), url("../assets/fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Gilroy-BoldItalic.woff") format("woff"), url("../assets/fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Gilroy-RegularItalic.woff") format("woff"), url("../assets/fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/Gilroy-Regular.woff") format("woff"), url("../assets/fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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;
}

.link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--color-main-grad1);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 8px;
}

.link span {
  border-bottom: 2px dashed transparent;
}

.link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: var(--color-main-grad1);
  -webkit-transform: translateX(0px) rotate(-90deg);
      -ms-transform: translateX(0px) rotate(-90deg);
          transform: translateX(0px) rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.link:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.link:hover svg {
  -webkit-transform: translateX(5px) rotate(-90deg);
      -ms-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}

.btn--red {
  font-weight: 500;
  font-style: Italic;
  font-size: 18px;
  line-height: 46.5px;
  text-align: center;
  min-width: 200px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: var(--color-main-accent);
  border-radius: 100px;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn--red:hover {
  background: var(--color-main-accent-hover);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.first-screen {
  background: var(--color-main-grad1);
  overflow: visible;
  position: relative;
}

.first-screen-content {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 113px;
  position: relative;
}

.first-screen-content::before,
.first-screen-content::after {
  content: "";
  position: absolute;
  background-image: url("../assets/img/logo/logo-icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.first-screen-content::before {
  width: 163px;
  height: 273px;
  left: -20%;
  top: 40%;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-name: leftLogo;
          animation-name: leftLogo;
  -webkit-animation-timing-function: 0.5s ease-in;
          animation-timing-function: 0.5s ease-in;
}

.first-screen-content::after {
  width: 507px;
  height: 845px;
  top: 100px;
  right: -20%;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-name: rightLogo;
          animation-name: rightLogo;
  -webkit-animation-timing-function: 0.5s ease-in;
          animation-timing-function: 0.5s ease-in;
  overflow: hidden;
}

.first-screen__slogan {
  color: var(--color-white);
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
}

.first-screen__text {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
  max-width: 600px !important;
  margin-bottom: 70px;
}

.first-screen__text b {
  font-weight: 700;
}

.first-screen__comment {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  color: var(--color-comment);
}

.first-screen__heading {
  font-family: "Montserrat", normal;
  font-weight: 700;
  font-size: 74px;
  max-width: 100%;
  margin-bottom: 26px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
}

.first-screen__link {
  margin-bottom: 60px;
  margin-top: 35px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
  -webkit-transition: 2s ease-in;
  transition: 2s ease-in;
}

.first-screen__link a {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 46px;
  color: var(--color-white);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 56px;
  border: 1px solid var(--color-white);
  border-radius: 100px;
  padding: 7px 27px 10px 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  margin-bottom: 114px;
}

.first-screen__link a:hover {
  opacity: 0.8;
}

.first-screen__link a:hover::after {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}

.first-screen__link a::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("../assets/img/application-fire.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  left: 40px;
  margin-right: 14px;
}

.first-screen__link a::after {
  content: "";
  width: 22px;
  height: 20px;
  margin-top: 5px;
  background-image: url("../assets/img/icons/icon-arrow-link-white.svg");
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: 100% 100%;
  margin-left: 30px;
}

.first-screen__link span {
  display: block;
  padding-top: 3px;
}

.first-screen__award {
  position: absolute;
  z-index: 1;
  width: 200px;
  top: -49px;
  right: 0;
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.first-screen__award a {
  display: block;
}

.first-screen__award img {
  width: 100%;
  will-change: transform;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: award-rotate;
          animation-name: award-rotate;
}

.first-screen__award .mobile-image {
  display: none;
}

.first-screen__award .desctop-image {
  display: block;
}

.first-screen__facts {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--color-white);
  font-family: "Raleway", normal;
  font-weight: 400;
  line-height: 145.5%;
  margin-bottom: 63px;
  gap: 0 1%;
}

.first-screen__fact {
  background-color: var(--color-fact-bg);
  border-radius: 11px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 12px 10px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  -webkit-transition: 2s ease-in;
  transition: 2s ease-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
  min-width: 140px;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 10px;
}

.first-screen__fact svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  opacity: 0.7;
  color: var(--color-white);
}

.first-screen__fact span {
  display: block;
}

.first-screen__fact-guarantee::before {
  background-image: url("../assets/img/icons/icon-guarantee.svg");
}

.first-screen__fact-growth::before {
  background-image: url("../assets/img/icons/icon-growth.svg");
}

.first-screen__fact-ideas::before {
  background-image: url("../assets/img/icons/icon-ideas.svg");
}

.first-screen__fact-projects::before {
  background-image: url("../assets/img/icons/icon-webgrid.svg");
}

.content__block-work {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  height: 70px;
  z-index: 1;
}

.work__bg-element {
  width: 100vw;
  height: 70px;
  background: #fa4455;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: -1px;
}

@-webkit-keyframes award-rotate {
  from {
    -webkit-transform: rotateY(-10deg) rotateX(-10deg);
            transform: rotateY(-10deg) rotateX(-10deg);
  }

  50% {
    -webkit-transform: rotateY(10deg) rotateX(10deg);
            transform: rotateY(10deg) rotateX(10deg);
  }

  to {
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: rotateY(-10deg) rotateX(-10deg);
            transform: rotateY(-10deg) rotateX(-10deg);
  }
}

@keyframes award-rotate {
  from {
    -webkit-transform: rotateY(-10deg) rotateX(-10deg);
            transform: rotateY(-10deg) rotateX(-10deg);
  }

  50% {
    -webkit-transform: rotateY(10deg) rotateX(10deg);
            transform: rotateY(10deg) rotateX(10deg);
  }

  to {
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: rotateY(-10deg) rotateX(-10deg);
            transform: rotateY(-10deg) rotateX(-10deg);
  }
}

@-webkit-keyframes rightLogo {
  from {
    top: 150%;
    right: 500px;
  }

  to {
    top: 100px;
    right: -20%;
  }
}

@keyframes rightLogo {
  from {
    top: 150%;
    right: 500px;
  }

  to {
    top: 100px;
    right: -20%;
  }
}

@-webkit-keyframes leftLogo {
  from {
    left: 150%;
    top: 100%;
  }

  to {
    left: -20%;
    top: 40%;
  }
}

@keyframes leftLogo {
  from {
    left: 150%;
    top: 100%;
  }

  to {
    left: -20%;
    top: 40%;
  }
}

.about_black {
  background: var(--color-bg-text);
  padding: 0 20px 100px 20px;
}

.about_black .about__info {
  color: var(--color-white);
  max-width: 1100px;
}

.about_black .red-text {
  color: var(--color-light-red);
  font-weight: 500;
}

.about_black .about__clients {
  margin-bottom: 10px;
}

.about__info {
  padding-bottom: 85px;
  font-family: "Raleway", normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 145.5%;
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__info-text {
  text-align: left;
}

.about__info-text .red-text {
  font-weight: 600;
}

.about__info-bages {
  min-width: 350px;
  margin-left: 50px;
  text-align: left;
}

.about__info-bages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0px 0.5%;
}

.about__info-bages-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  background-color: var(--color-light-gray-bg);
  border-radius: 11px;
  padding: 12px 10px 20px 20px;
  margin-bottom: 10px;
}

.about__info-bages-item .bage-item-title {
  font-family: "Montserrat", normal;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about__info-bages-item .bage-item-title span {
  font-size: 18px;
}

.about__info-bages-item .bage-item-text {
  font-size: 13px;
  line-height: 1.3;
  color: var(--color-gray-text);
}

.about__link {
  color: var(--color-dark);
  margin: 20px 0 0 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 500;
  font-size: 16px;
}

.about__link svg {
  fill: var(--color-dark);
  width: 14px;
  height: 14px;
}

.content__title {
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: bold;
  color: var(--color-white);
  text-shadow: 1px 0 1px var(--color-dark), 0 1px 1px var(--color-dark), -1px 0 1px var(--color-dark), 0 -1px 1px var(--color-dark);
  font-size: 60px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto 100px auto;
}

.content__title .black-text {
  font-family: "Montserrat", normal;
  text-shadow: 0 0 0 var(--color-dark);
  color: var(--color-dark);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  white-space: nowrap;
  word-break: break-word;
}

.content .ghost {
  max-width: none;
  white-space: nowrap;
  overflow: visible;
  word-break: normal;
  z-index: 1;
  position: absolute;
}

.content__title-wrapper {
  position: relative;
  min-height: 90px;
  overflow: visible;
}

.content__title-wrapper .black-text {
  color: var(--color-dark);
  text-shadow: 0 0 0 var(--color-dark);
  z-index: 2;
  position: absolute;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 20%;
  top: 0;
}

.content__title-wrapper .ghost {
  z-index: 1;
}

.content__title-reviews {
  margin-bottom: 100px;
}

.content__title-faq {
  margin-bottom: 100px;
}

.content__title-faq .black-text {
  font-family: "Montserrat", normal;
}

.content__title-ask .black-text {
  max-width: 1920px;
}

.content__title-gallery {
  margin-bottom: 97px;
}

.content__title-gallery-mobile {
  margin-bottom: 57px;
}

.content__title-footer {
  margin-bottom: 50px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.cases_wrapper {
  padding: 0 20px;
}

.cases-new__filters {
  margin: 57px auto 100px auto;
}

.cases-new__slider {
  position: relative;
  margin-bottom: 116px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  overflow: unset;
}

.cases-new__slide {
  max-width: 620px;
  width: 100%;
  overflow: visible;
}

.cases-new__button {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cases-new__button_prev {
  left: 0;
}

.cases-new__button_next {
  right: 0;
}

.cases-new__pagination {
  margin-top: 24px;
  text-align: center;
}

.cases-new__link {
  margin-top: 116px;
}

.cases-new__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cases-new .swiper-slide {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /* Плавное ускорение и замедление */
}

.cases-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cases-filter__btn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 15px;
  line-height: 145%;
  border: none;
  background: var(--color-light-gray-bg);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.cases-filter__btn_active,
.cases-filter__btn[aria-current=page] {
  background: #ed254e;
  color: #fff;
}

.cases-filter__btn_disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.case-card {
  border-radius: 12px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-bg-text);
  overflow: visible;
}

.case-card:hover .case-card__desc {
  max-height: 300px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.case-card__image {
  margin-bottom: 16px;
  height: 358px;
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 50px;
  display: block;
}

.case-card__image img {
  max-width: 100%;
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s;
  will-change: transform;
  display: block;
}

.case-card__info {
  padding: 0 24px;
}

.case-card__title {
  margin-bottom: 30px;
}

.case-card__title a {
  font-family: "Montserrat", normal;
  font-weight: 600;
  color: var(--color-dark);
  font-size: 28px;
}

.case-card__desc {
  font-weight: 500;
  font-size: 16px;
  max-width: 466px;
  max-height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  color: var(--color-gray-text);
}

.cases-new__slide:hover .case-card__image img,
.case-card:hover .case-card__image img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  z-index: 2;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.swiper-slide-active .cases-new__slide .case-card__image img,
.swiper-slide-active .case-card .case-card__image img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  z-index: 2;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.swiper-slide-active .case-card__desc {
  max-height: 300px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.promo-block {
  background: var(--color-main-grad3);
  position: relative;
}

.promo-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.promo-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.promo-block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.promo-block__content {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.promo-block__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36.5px;
}

.promo-block__title-block {
  --color-dark: #fff;
}

.promo-block__title-block .ghost {
  color: var(--color-main-grad3);
}

.promo-block__title-block .black-text {
  color: #fff;
}

.promo-block__subtitle {
  font-weight: 250;
  font-style: Italic;
  font-size: 22px;
  line-height: 46.5px;
  margin-bottom: 50px;
  opacity: 0.5;
}

.promo-block__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 143%;
  letter-spacing: 0.02em;
}

.promo-block__link {
  margin: 70px auto 0 0;
  color: #fff;
}

.promo-block__link svg {
  fill: #fff;
}

.why-us__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 5%;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.why-us__advantage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.why-us__logos {
  width: 100%;
  margin: 0 auto;
}

.advantage__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 119%;
  margin-bottom: 25px;
}

.advantage__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
}

.reviews__mobile-button {
  display: none;
}

.reviews__list {
  padding: 0 150px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.reviews__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__list .slick-arrow {
  position: absolute;
  font-size: 0;
  top: 40%;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 2px solid var(--color-dark);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-white);
  background-image: url("../assets/img/icons/icon-arrow-review.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.reviews__list .slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}

.reviews__list .slick-next {
  right: 0;
}

.reviews__list .slick-disabled {
  opacity: 0.3;
}

.reviews__item {
  width: 100%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reviews__item-hidden {
  display: none;
}

.reviews__item-show {
  margin-bottom: 60px;
  display: block;
}

.reviews__item-show:last-child {
  margin-bottom: 0;
}

.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.reviews__wrapper .cd-author {
  width: 360px;
  max-width: 360px;
}

.reviews__wrapper .foto img {
  border-radius: 50%;
  width: 136px;
  height: 136px;
  margin-bottom: 30px;
}

.reviews__wrapper .name {
  font-family: "Raleway", normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--color-dark-blue);
  position: relative;
  margin-bottom: 20px;
  width: 80%;
}

.reviews__wrapper .name::after {
  content: "";
  position: absolute;
  background-color: var(--color-main-accent);
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.reviews__wrapper .comment {
  font-family: "Raleway", normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 143.5%;
  letter-spacing: 0.02em;
  color: var(--color-dark-blue);
  width: 100%;
}

.reviews__wrapper .text {
  font-family: "Raleway", normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 143.5%;
  letter-spacing: 0.02em;
  color: var(--color-dark-blue);
  margin-top: 50px;
  position: relative;
  padding-left: 140px;
  width: 70%;
}

.reviews__wrapper .text::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 140px;
  left: 60px;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("../assets/img/quote.png");
  z-index: 3;
}

.reviews__wrapper .text div {
  margin-bottom: 30px;
}

.reviews__wrapper .text b {
  font-weight: 700;
}

.reviews__mobile-button-hide {
  margin: 0 auto;
  text-align: center;
}

.reviews__link {
  margin-left: 0;
}

.content__title-reviews-mobile {
  display: none;
}

.faq {
  margin-top: 180px !important;
}

.faq__title-block {
  margin-bottom: 70px;
}

.faq__list {
  margin: 0 auto;
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1055px;
}

.faq__item {
  font-family: "Montserrat", normal;
  padding: 0 0 57px;
}

.faq__item > summary {
  padding-right: 20px;
  list-style: none;
  font-family: "Raleway", normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 145.5%;
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid var(--color-light-gray);
  padding-bottom: 20px;
}

.faq__item > summary::-webkit-details-marker {
  display: none;
}

.faq__item summary:after {
  content: "";
  background-image: url("../assets/img/icons/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 5px;
}

.faq__item[open] summary {
  margin-bottom: 50px;
}

.faq__item[open] summary:after {
  background-image: url("../assets/img/icons/icon-minus.svg");
}

details[open] summary ~ * {
  -webkit-animation: sweepin 0.3s ease-in;
          animation: sweepin 0.3s ease-in;
}

details.close summary ~ * {
  -webkit-animation: sweepout 0.2s ease;
          animation: sweepout 0.2s ease;
}

.faq__number {
  font-family: "Montserrat", normal;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 145.5%;
  margin-right: 30px;
  color: var(--color-dark);
}

.faq__answer {
  font-family: "Raleway", normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 145.5%;
  color: var(--color-dark);
  width: 90%;
  margin: 66px auto 0;
}

.faq__answer p {
  margin-bottom: 30px;
  width: 100%;
}

.faq__link {
  font-family: "Raleway", normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  color: var(--color-main-accent);
  border-bottom: 2px dashed var(--color-main-accent);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faq__link:hover {
  color: var(--color-main-accent-hover);
  border-bottom: 2px dashed var(--color-main-accent-hover);
}

.faq__desc {
  font-family: "Raleway", normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 145.5%;
  background-color: var(--color-bg-faq);
  padding: 30px;
  border: 1px solid var(--color-border-light);
  width: 95%;
  margin-left: auto;
  position: relative;
}

.faq__desc-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__desc-contract .faq__info {
  width: 95%;
}

.faq__info {
  width: 65%;
}

.faq__link-info {
  margin-top: 1rem;
  font-family: "Raleway", normal;
  font-weight: 500;
  color: var(--color-main-accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faq__link-info svg {
  fill: var(--color-main-accent);
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faq__link-info:hover {
  color: var(--color-main-accent-hover);
}

.faq__link-info:hover svg {
  color: var(--color-main-accent-hover);
  margin-left: 20px;
}

.faq__link-info img {
  margin-right: 10px;
}

.faq__image {
  position: absolute;
  overflow: hidden;
  top: 30px;
  right: 30px;
  bottom: 0;
  border-bottom: 1px solid var(--color-border-lighter);
}

.faq__image img {
  -webkit-box-shadow: 0 1px 30px var(--color-shadow);
          box-shadow: 0 1px 30px var(--color-shadow);
}

.faq__answer-list {
  font-family: "Raleway", normal;
  list-style: none;
  margin-bottom: 50px;
}

.faq__answer-list li {
  font-family: "Raleway", normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.logos__item {
  height: 150px;
  min-height: 150px;
  min-width: 150px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.logos__item img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.logos-awards__wrapper {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.5%;
}

.logos-awards__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.5%;
  flex: 0 0 13.5%;
  background-color: var(--color-light-gray-bg);
  border-radius: 11px;
  padding: 10px;
  margin-bottom: 10px;
}

.logos-awards__item img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.stack {
  margin-top: 110px;
  opacity: 0.3;
}

.stack .logos__item {
  max-width: 255px;
  height: 100px;
  min-height: 100px;
}

.stack .logos__item img {
  display: block;
  margin: 0 auto;
}

.gallery {
  padding-right: 20px;
  background: var(--color-light-gray-bg);
}

.gallery__title-block .ghost {
  color: var(--color-light-gray-bg);
}

.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px clamp(20px, 5vw, 70px);
}

.gallery__slider {
  position: relative;
  padding: 0 40px;
}

.gallery__slide {
  max-width: 897px;
}

.gallery__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9) url("../assets/img/icons/icon-arrow-gallery.svg") center/50% no-repeat;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  z-index: 1;
}

.gallery__button:hover {
  background-color: #fff;
}

.gallery__button--prev {
  left: 8px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.gallery__button--next {
  right: 8px;
}

.gallery__quote {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 410px;
          flex: 1 0 410px;
}

.gallery-slide-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px 25px;
}

.gallery-slide-group__row {
  display: grid;
  gap: 25px;
}

.gallery-slide-group__row_top {
  grid-template-columns: 1fr 0.55fr 0.9fr;
  grid-template-rows: 23vw;
}

.gallery-slide-group__row_bottom {
  grid-template-columns: 1fr 1fr 0.86fr;
  grid-template-rows: 22vw;
}

.gallery-slide-group__item {
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  overflow: hidden;
}

.gallery-slide-group__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

.quote__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 50px;
}

.quote__author {
  width: 164px;
  height: 164px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 164px;
          flex: 0 0 164px;
}

.quote__author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.quote__name {
  color: var(--color-title-dark);
  position: relative;
  margin-bottom: 14px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 143%;
  letter-spacing: 0.02em;
  padding-bottom: 7px;
}

.quote__name::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--color-main-accent);
  left: 0;
  bottom: 0;
}

.quote__comment {
  font-weight: 600;
  font-size: 17px;
  line-height: 143%;
  letter-spacing: 0.02em;
  color: var(--color-title-dark);
  margin-bottom: 50px;
}

.quote__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 143%;
  letter-spacing: 0.02em;
  color: var(--color-title-dark);
}

.quote__logo {
  background-image: url("../assets/img/logo/logo-opacity.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30%;
}

.quotes-mobile {
  display: none;
}

.ask__link {
  margin-left: 10%;
  font-style: normal;
  min-width: 250px;
}

.blog__wrapper {
  margin-top: 52px;
}

.blog__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  gap: 60px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
}

.blog__button {
  width: 32px;
  height: 32px;
  padding: 0;
  background: unset;
  border: 0;
  cursor: pointer;
}

.blog__button.swiper-button-lock {
  display: block;
}

.blog__button svg {
  width: 100%;
  height: 100%;
  fill: var(--color-main-accent);
}

.blog__button_back {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.blog__button.swiper-button-disabled svg {
  fill: var(--color-gray);
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog__item:hover .blog__text {
  text-decoration: underline;
}

.blog__img {
  height: 240px;
  width: 100%;
  border-radius: 11px;
  overflow: hidden;
}

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

.blog__date {
  font-weight: 500;
  font-size: 20px;
  line-height: 44.5px;
  color: var(--color-bg-text);
  margin-top: 20px;
}

.blog__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--color-bg-text);
}

.blog__link {
  margin-top: 75px;
}

.container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.container-fluid {
  width: 93%;
  padding: 0 20px;
  margin: 0 auto;
}

.hero-industry {
  background: linear-gradient(102.37deg, var(--color-main-grad1) 14.71%, var(--color-main-grad2) 92.58%);
}

.hero-industry-content {
  height: 100%;
  max-width: 1722px;
  width: 89%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 213px 80px 20px 220px;
  margin: 0 auto;
  position: relative;
}

.hero-industry-content::before,
.hero-industry-content::after {
  content: "";
  position: absolute;
  background-image: url("../assets/img/logo/logo-icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hero-industry-content::before {
  width: 163px;
  height: 273px;
  left: 0;
  bottom: 120px;
}

.hero-industry-content::after {
  width: 507px;
  height: 845px;
  top: 80px;
  right: 0;
}

.hero-industry-main-icon {
  position: absolute;
  width: 350px;
  right: 50px;
  bottom: 50px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: text;
  animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
  animation-timing-function: 0.7s ease-in;
  z-index: 1;
}

.hero-industry-main-icon img {
  width: 100%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.hero-industry__slogan {
  color: var(--color-white);
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.hero-industry__text {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
  max-width: 600px !important;
  margin-bottom: 70px;
}

.hero-industry__comment {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  color: var(--color-comment);
}

.hero-industry__heading {
  font-family: "Montserrat", normal;
  font-weight: 700;
  font-size: 74px;
  max-width: 100%;
  margin-bottom: 26px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
}

.hero-industry__heading-subtitle {
  font-family: "Montserrat", normal;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  max-width: 60%;
  margin-bottom: 26px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
}

.hero-industry__link {
  margin-bottom: 60px;
  margin-top: 35px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: text;
          animation-name: text;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
  -webkit-transition: 2s ease-in;
  transition: 2s ease-in;
}

.hero-industry__link a {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 46px;
  color: var(--color-white);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 56px;
  border: 1px solid var(--color-white);
  border-radius: 100px;
  padding: 7px 27px 10px 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  margin-bottom: 114px;
}

.hero-industry__link a:hover {
  opacity: 0.8;
}

.hero-industry__link a:hover::after {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}

.hero-industry__link a::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("../assets/img/application-fire.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  left: 40px;
  margin-right: 14px;
}

.hero-industry__link a::after {
  content: "";
  width: 22px;
  height: 20px;
  margin-top: 5px;
  background-image: url("../assets/img/icons/icon-arrow-link-white.svg");
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: 100% 100%;
  margin-left: 30px;
}

.hero-industry__link span {
  display: block;
  padding-top: 3px;
}

.hero--transport {
  background: var(--color-main-blue) !important;
}

.hero--transport-page .header-bg {
  background: var(--color-main-blue);
}

.hero--transport-page .mobile-menu__container {
  background: var(--color-main-blue);
}

.hero--factory {
  background: var(--color-main-grad1) !important;
}

.hero--factory-page .header-bg {
  background: var(--color-main-grad1);
}

.hero--factory-page .mobile-menu__container {
  background: var(--color-main-grad1);
}

.problems {
  background: #fff;
}

.problems__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 5%;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.problems__advantage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.problems__logos {
  width: 100%;
  margin: 0 auto;
}

.advantage__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 119%;
  margin-bottom: 25px;
}

.advantage__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 55px;
}

.solutions {
  background: var(--color-light-gray-bg);
}

.solutions_black {
  background: var(--color-dark);
  color: var(--color-white);
}

.solutions_black .services__list {
  color: var(--color-white);
}

.solutions_black .services__icon svg {
  color: var(--color-white);
}

.solutions_black .services__link {
  color: var(--color-white);
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-underline-offset: 8px;
}

.solutions_black .services__link__link {
  color: var(--color-white);
}

.solutions_black .services__link__link__icon svg {
  color: var(--color-white);
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px 5%;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
}

.services__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.services__item_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.services__title {
  font-size: 28px;
  line-height: 119%;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
}

.services__desc {
  position: relative;
}

.services__desc a {
  color: var(--color-main-grad1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

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

.services__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 428px;
          flex: 1 1 428px;
}

.services__link {
  color: var(--color-main-grad1);
  font-family: "Raleway", normal;
  font-weight: 500;
  line-height: 28px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 85px;
}

.services__link span {
  border-color: var(--color-white);
}

.services__link:hover {
  opacity: 0.8;
}

.services__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
}

.services__icon svg {
  color: var(--color-main-grad1);
  width: 100%;
  height: 100%;
}

.results {
  background: #fff;
}

.results__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 5%;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results__advantage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.results__logos {
  width: 100%;
  margin: 0 auto;
}

.advantage__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 119%;
  margin-bottom: 25px;
}

.advantage__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 55px;
}

.results__link {
  margin: 50px auto 0 auto;
  font-style: normal;
}

.best-case-block {
  position: relative;
}

.best-case-block .content-section_dop-title__subtitle {
  font-style: italic;
  line-height: 1.2;
}

.best-case-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.best-case-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.best-case-block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.best-case-block__content {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.best-case-block__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 143%;
  letter-spacing: 0.02em;
}

.best-case-block__desc ul {
  list-style: circle;
  padding-left: 50px;
}

.best-case-block__desc ul li {
  margin-bottom: 20px;
}

.best-case-block__link {
  margin: 70px auto 0 50px;
  color: #fff;
}

.best-case-block__link svg {
  fill: #fff;
}

.red-block {
  background: var(--color-main-grad3);
}

.red-block .best-case-block__container-title {
  color: var(--color-white);
}

.red-block .content__title {
  text-shadow: 1px 0 1px var(--color-white), 0 1px 1px var(--color-white), -1px 0 1px var(--color-white), 0 -1px 1px var(--color-white);
}

.black-block {
  background: var(--color-dark);
}

.black-block .best-case-block__container-title {
  color: var(--color-white);
}

.black-block .content__title {
  text-shadow: 1px 0 1px var(--color-white), 0 1px 1px var(--color-white), -1px 0 1px var(--color-white), 0 -1px 1px var(--color-white);
}

.white-block {
  background: var(--color-white);
}

.white-block .best-case-block__container-title {
  color: var(--color-dark);
}

.white-block .content__title {
  text-shadow: 1px 0 1px var(--color-dark), 0 1px 1px var(--color-dark), -1px 0 1px var(--color-dark), 0 -1px 1px var(--color-dark);
}

.white-block .best-case-block__content {
  color: var(--color-dark);
}

.white-block .best-case-block__link {
  color: var(--color-dark);
}

.white-block .best-case-block__link svg {
  fill: var(--color-dark);
}

.blue-block {
  background: var(--color-main-blue);
}

.blue-block .best-case-block__container-title {
  color: var(--color-white);
}

.blue-block .content__title {
  text-shadow: 1px 0 1px var(--color-white), 0 1px 1px var(--color-white), -1px 0 1px var(--color-white), 0 -1px 1px var(--color-white);
}

.price-block {
  background: var(--color-light-gray-bg);
}

.price-block_title-block .ghost {
  color: var(--color-light-gray-bg);
}

.price-block__item {
  font-family: "Montserrat", normal;
  padding: 30px;
  background: var(--color-white);
  border-radius: 15px;
  margin-bottom: 20px;
}

.price-block__item-title {
  padding-right: 20px;
  list-style: none;
  font-family: "Raleway", normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 145.5%;
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid var(--color-light-gray);
  padding-bottom: 20px;
}

.price-block__item-title::-webkit-details-marker {
  display: none;
}

.price-block__price {
  font-size: 22px;
  margin-left: 30px;
}

.price-block__text {
  font-family: "Raleway", normal;
  font-size: 18px;
  color: var(--color-dark);
  width: 90%;
  margin: 20px auto 0;
}

.price-block__answer p {
  margin-bottom: 30px;
  width: 100%;
}

.price-block__link {
  margin: 50px auto 0 auto;
  font-style: normal;
}

.price-block__examples-card {
  margin-top: 20px;
}

.price-block__examples-card .price-block__examples-title {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}

.price-block__examples-card a {
  display: inline-block;
  margin: 0 10px 20px 10px;
  width: 30%;
  max-width: 200px;
  vertical-align: top;
}

.price-block__examples-card a img {
  width: 100%;
  border-radius: 5px;
}

.price-block__examples-card a .price-block__examples-card-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: var(--color-dark);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.price-block__examples-card a:hover .price-block__examples-card-title {
  color: var(--color-fact-bg);
}

.clients-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.5%;
}

.clients-logo_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  background-color: var(--color-light-gray-bg);
  border-radius: 11px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.clients-logo_item img {
  width: 100%;
  max-width: 200px;
}

.expertise_wrapper {
  padding: 0 20px;
}

.expertise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.5%;
}

.expertise-list_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
  background-color: var(--color-light-gray-bg);
  border-radius: 11px;
  padding: 20px;
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 10px;
  position: relative;
}

.expertise-list_item-title {
  font-family: "Montserrat", normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.expertise-list_item-text {
  font-size: 16px;
  max-width: 70%;
  line-height: 1.2;
  margin-bottom: 30px;
}

.expertise-list_item-more {
  font-size: 12px;
  max-width: 70%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  bottom: -50px;
}

.expertise-list_item-more svg {
  width: 10px;
  height: 10px;
  fill: var(--color-white);
  -webkit-transform: translateX(0px) rotate(-90deg);
  -ms-transform: translateX(0px) rotate(-90deg);
  transform: translateX(0px) rotate(-90deg);
  vertical-align: middle;
}

.expertise-list_item-icon {
  position: absolute;
  right: -40px;
  bottom: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.expertise-list_item-icon img {
  width: 100px;
  vertical-align: bottom;
}

.expertise-list_item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.expertise-list_item:hover .expertise-list_item-icon {
  right: 20px;
}

.expertise-list_item:hover .expertise-list_item-more {
  bottom: 20px;
}

.expertise-list .transport-item {
  background-color: var(--color-main-blue);
}

.expertise-list .transport-item .expertise-list_item-icon img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.expertise-list .building-item {
  background-color: var(--color-main-yellow);
}

.expertise-list .manufacture-item {
  background-color: var(--color-main-grad1);
}

.expertise-list .cleaning-item {
  background-color: var(--color-main-green);
}

.dont-do_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 5%;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dont-do_list_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.dont-do_list_item__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 119%;
  margin-bottom: 25px;
}

.dont-do_list_item__title img {
  vertical-align: top;
  width: 30px;
  margin-top: 2px;
  margin-right: 5px;
}

.dont-do_list_item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
}

.process {
  background-color: var(--color-light-gray-bg);
}

.process .content__title .ghost {
  color: var(--color-light-gray-bg);
}

.process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.5%;
}

.process__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
  font-family: "Montserrat", normal;
  padding: 30px;
  background: var(--color-white);
  border-radius: 15px;
  margin-bottom: 20px;
}

.process__item__title {
  font-family: "Raleway", normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 119%;
  color: var(--color-dark);
  position: relative;
  margin-bottom: 30px;
  min-height: 70px;
}

.process__item__title h3 {
  position: relative;
}

.process__desc {
  font-family: "Raleway", normal;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.process__desc .process__text {
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* показываем только 5 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.process__desc .process__text a {
  color: var(--color-main-grad1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.process__desc .process__text a:hover {
  text-decoration: none;
}

.process__desc:after {
  content: "Читать полностью";
  font-weight: 400;
  opacity: 0.7;
  position: absolute;
  bottom: -100px;
  left: 0;
  font-size: 12px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.process__desc:hover:after {
  bottom: 30px;
}

.process__desc.expanded:after {
  content: " Скрыть";
}

.process__desc.expanded .process__text {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.process__number {
  font-family: "Montserrat", normal;
  position: absolute;
  top: 70px;
  right: -30px;
  font-size: 250px;
  font-weight: 900;
  color: var(--color-light-gray-bg);
}

.process__links-list a {
  display: block;
  width: 100%;
  vertical-align: top;
}

.process__links-list a img {
  width: 100%;
  border-radius: 5px;
}

.process__links-list a .process__link-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: var(--color-dark);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.process__links-list a:hover .process__link-title {
  color: var(--color-main-grad1);
}

.blog_tg {
  background-color: var(--color-light-gray-bg);
}

.blog_tg_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.blog_tg_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30.5%;
}

.blog_tg_list_item:hover .blog_tg_list_item_title {
  text-decoration: underline;
}

.blog_tg_list_item_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--color-bg-text);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.blog_tg_list_item_img {
  width: 100%;
  margin-bottom: 20px;
}

.blog_tg_list_item_img img {
  width: 100%;
  border-radius: 11px;
}

.blog_tg_list_item_text {
  font-size: 16px;
  line-height: 144%;
  color: var(--color-bg-text);
}

.blog_tg__link {
  margin-top: 75px;
}

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

body {
  font-family: "Raleway", normal;
  font-size: 16px;
  line-height: 1.5;
  color: #2f2f2f;
  background: #fff;
  cursor: default;
  margin: 0 auto;
}

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

img {
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.anchor {
  position: relative;
  top: -80px;
}

.inline {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  display: inline;
}

::-webkit-scrollbar {
  display: none;
  width: 8px;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 8px;
  border-radius: 100px;
  background-color: #b7b7b7;
}

.red-text {
  color: #ef3a4a;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.slick-slide {
  overflow: hidden !important;
}

.upstairs {
  position: fixed;
  top: 300px;
  right: 10px;
  z-index: 10;
  width: 100px;
  height: 100px;
}

.upstairs:hover {
  opacity: 1;
}

.upstairs.no-visible {
  visibility: hidden;
  opacity: 0;
}

.upstairs-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../assets/img/logo/logo-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.3);
  padding: 11px 16px;
  margin-right: 10px;
}

.lang-switcher {
  position: absolute;
  right: 20px;
}

.lang-switcher-inner {
  position: relative;
  font-family: "Raleway", normal;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.lang-switcher-inner div {
  display: none;
  padding: 6px 20px 6px 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.lang-switcher-inner div:hover {
  color: #fff;
}

.lang-switcher-inner div.selected {
  display: block;
}

.lang-switcher-inner div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 6px;
  background: url(../assets/img/icons/icon-lang-arrow-white.svg) no-repeat center;
  -o-object-fit: contain;
     object-fit: contain;
  right: 5px;
  top: 9px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.lang-switcher-inner:hover {
  opacity: 1;
}

.lang-switcher-inner.view {
  opacity: 1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 100px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.lang-switcher-inner.view div {
  display: block;
}

.lang-switcher-inner.view div.selected {
  color: #fff;
}

.lang-switcher-inner.view div:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.content {
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
}

.content__block-rating {
  margin-top: 50px;
}

.number {
  font-family: "Montserrat", normal !important;
  font-weight: 400 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 11px 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-bg {
  background: var(--color-main-grad1);
  -webkit-box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.1);
}

.mobile-menu {
  display: none;
}

.header__burger {
  display: none;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.header__contact .email a {
  margin-right: 70px;
  color: #fff;
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
}

/*
.header__contact .phone a {
  margin-right: 70px;
}
.header__contact .phone a span {
  color: #fff;
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  line-height: 20px;
}
*/

.header__menu a span {
  color: #fff;
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
}

.header__item a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-right: 70px;
}

.header__item:last-child a {
  margin-right: 0;
}

.header__item a::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 40px;
  top: -35px;
  position: absolute;
  display: none;
  transition: display 0.3s ease;
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  -o-transition: display 0.3s ease;
}

.header__item:hover a {
  opacity: 0.8;
}

.header__item:hover a::before {
  display: block;
}

.header__item-active a::before {
  display: block;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo img:first-child {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.1);
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  margin-right: 10px;
}

.header-request {
  background: #fff;
}

.header__back-link-wrapper {
  position: absolute;
}

.header__back-link-wrapper-element {
  padding: 40px 0;
  top: 130px;
  margin-left: 125px;
}

.header__back-link {
  color: #c0c0c0;
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 50px;
}

.header__back-link:hover {
  color: #363636;
}

.header__back-link::before {
  content: "";
  position: absolute;
  background-image: url("../assets/img/icons/icon-arrow-back-gray.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__back-link:hover::before {
  background-image: url("../assets/img/icons/icon-arrow-back.svg");
  left: 0;
}

.header-request .header__contact {
  color: #333 !important;
}

.header-request .lang-switcher-inner {
  color: #333 !important;
}

.header-request .lang-switcher-inner div:after {
  background: url(../assets/img/icons/icon-lang-arrow-black.svg) no-repeat center;
}

.header-request .lang-switcher-inner div:hover {
  color: #000;
}

.header-request .lang-switcher-inner.view div.selected {
  color: #000;
}

.header-request .header__contact .phone a span {
  color: #333 !important;
}

.header__menu-request {
  color: #333;
}

.header__menu-request a span {
  color: #333;
  font-weight: 500;
}

.header__menu-request .header__item a::before {
  background-color: #333;
}

@-webkit-keyframes text {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    z-index: 2;
  }
}

@keyframes text {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes tagsUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tagsUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes text-07 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
    z-index: 2;
  }
}

@keyframes text-07 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
    z-index: 2;
  }
}

@-webkit-keyframes button {
  from {
    margin-left: -100%;
    display: none;
  }

  to {
    margin-left: 0;
    display: -webkit-box;
    display: flex;
  }
}

@keyframes button {
  from {
    margin-left: -100%;
    display: none;
  }

  to {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content-section {
  padding: 100px 0;
}

.content-section_wrapper {
  padding: 0 20px;
  max-width: 1720px;
  width: 70%;
  margin: 0 auto;
}

.content-section_wrapper_weit {
  padding: 0 20px;
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.content-section_wrapper_full {
  padding: 0 20px;
}

.content-section_dop-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Italic;
  font-size: 52px;
  line-height: 145%;
  font-style: italic;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10%;
}

.content-section_dop-title__subtitle {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
  margin-left: 10%;
  margin-bottom: 80px;
}

.work__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1105px;
}

.work__awards .badge {
  width: 30%;
  text-align: center;
}

.work__awards .badge img {
  width: 200px;
  height: auto;
  max-width: 95%;
  -o-object-position: center;
     object-position: center;
}

.clutch-awards {
  margin-bottom: 15px;
}

.logo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  max-width: 1920px;
  margin: 0 auto 140px;
}

.cases__list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86%;
  margin: 130px auto 164px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1648px;
}

.cases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.cases__item::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background-image: url("../assets/img/waves-left.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  bottom: -50px;
  right: 10%;
  z-index: -1;
}

.cases__item:last-child {
  padding-bottom: 0;
}

.cases__item:nth-child(2n)::after {
  background-image: url("../assets/img/waves-right.svg");
}

.cases__item:last-child::after {
  display: none;
}

.cases__info {
  max-width: 30%;
}

.cases__name {
  font-family: "Montserrat", normal;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 20px;
  margin-top: 30px;
}

.cases__desc {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #898989;
  margin-bottom: 50px;
}

.cases__pic-link {
  width: 56%;
  height: auto;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.cases__pic {
  width: 100%;
  height: auto;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}

.cases__link {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 145.5%;
  color: #ef3a4a;
}

.cases__link span {
  position: relative;
  padding-right: 60px;
}

.cases__link span::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  right: 5px;
  top: 2px;
  background-image: url("../assets/img/icons/icon-arrow-red-cases.svg");
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cases__link:hover span::after {
  right: 0;
}

.cases__link:hover span {
  color: #e20e21;
}

.cases__link-portfolio {
  font-family: "Raleway", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 145.5%;
  text-align: center;
  color: #ef3a4a;
  width: 330px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cases__link-portfolio::after {
  background-image: url("../assets/img/icons/icon-arrow-red-cases.svg");
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  top: 4px;
}

.cases__link-portfolio span {
  border-color: #ef3a4a;
}

.cases__link-portfolio:hover {
  color: #e20e21;
}

.cases__desc-mobile {
  display: none;
}

.more-link {
  font-family: "Raleway", normal;
  font-weight: 500;
  position: relative;
  color: #ef3a4a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  font-size: 24px;
}

.more-link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/icons/icon-arrow-red-cases.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.more-link:hover {
  color: #e20e21;
}

.more-link:hover::after {
  right: 0;
}

.text-short {
  margin-top: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.application {
  margin-top: 138px !important;
  margin: 0 auto;
  width: 88%;
}

.application__title {
  text-align: center;
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: bold;
  font-size: 72px;
  line-height: 145.5%;
  color: #2f2f2f;
  margin-bottom: 0;
}

.application__tooltip {
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #979797;
  max-width: 900px;
  margin: 0 auto 80px;
}

.application__tooltip a {
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #979797;
  max-width: 900px;
  margin-bottom: 112px;
}

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

.form__text-mobile {
  display: none;
}

.application__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  line-height: 35px;
  color: #bcbcbc;
  width: 100%;
  max-width: 1688px;
}

.application__list a {
  font-family: "Raleway", normal;
  color: #bcbcbc;
  text-decoration: underline;
  font-size: 20px;
  line-height: 35px;
}

.application__form-wrapper {
  width: 50%;
  margin: 0 auto 130px;
  max-width: 757px;
}

.application__item {
  position: relative;
  padding-left: 78px;
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 23.5%;
}

.application__item span {
  width: 90%;
}

.application__item::before {
  content: "";
  position: absolute;
  background-image: url("../assets/img/icons/icon-check-green.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 17px;
}

.form__title {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #979797;
  margin-bottom: 55px;
}

.form__client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.form__point {
  width: 45%;
  max-width: 370px;
}

.form__tooltip {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 145.5%;
  color: #d3d3d3;
}

.form__tip {
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #aaa;
  margin-bottom: 90px;
}

.form__field {
  font-family: "Montserrat", normal;
  background-color: transparent;
  outline: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 145.5%;
  border: 1px solid #e4e4e4;
  border-radius: 11px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 23px;
  width: 100%;
}

.form__field:focus {
  border: 1px solid #2f2f2f;
}

.form__field::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 145.5%;
  color: #aaa;
}

.form__field::-moz-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 145.5%;
  color: #aaa;
}

.form__field:-ms-input-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 145.5%;
  color: #aaa;
}

.form__field::-ms-input-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 145.5%;
  color: #aaa;
}

.form__field::placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 145.5%;
  color: #aaa;
}

.form__textarea {
  background-color: transparent;
  outline: none;
  resize: none;
  width: 85%;
  height: 130px;
  overflow-y: scroll;
  padding: 12px 23px;
  margin-bottom: 40px;
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 145.5%;
  border: 1px solid #e4e4e4;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  max-width: 629px;
}

.form__textarea::-webkit-input-placeholder {
  color: #d3d3d3;
}

.form__textarea::-moz-placeholder {
  color: #d3d3d3;
}

.form__textarea:-ms-input-placeholder {
  color: #d3d3d3;
}

.form__textarea::-ms-input-placeholder {
  color: #d3d3d3;
}

.form__textarea::placeholder {
  color: #d3d3d3;
}

.form__text {
  margin-bottom: 38px;
  font-family: "Montserrat", normal;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 145.5%;
  text-align: center;
  color: #2f2f2f;
}

.form__checkboxes {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

.form__checkboxes-budget {
  margin-bottom: 70px;
}

.form__checkboxes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  max-width: 715px;
}

.form__checkbox-wrapper {
  margin-bottom: 20px;
  margin-right: 38px;
}

.form__checkbox-wrapper:last-child {
  margin-right: 0;
}

.form__checkboxes-budget .form__checkboxes-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__label-checkbox {
  font-family: "Raleway", normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145.5%;
  color: #2f2f2f;
  padding: 10px 20px 7px;
  background: #f6f6f6;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form__checkbox:checked + .form__label-checkbox {
  color: #fff;
  background: #ef3a4a;
}

.form__label-checkbox:hover {
  color: #ef3a4a;
}

.form__button {
  font-family: "Montserrat", normal;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  background: #b3b3b3;
  border-radius: 100px;
  padding: 0 60px;
  cursor: pointer;
  position: relative;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: none;
}

.form__button span {
  display: block;
}

.form__button-active {
  background: #ef3a4a;
}

.form__button:hover {
  background: #e20e21;
}

.form__button-active:before {
  display: block;
}

.form__comment {
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.form__comment a {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #000;
}

.form__point-city {
  position: relative;
}

.form__tooltip-container {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/icons/icon-question-form.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.form__tooltip {
  display: none;
  position: absolute;
  background-color: #c5c5c5;
  color: #000;
  right: 0;
  top: 25px;
  width: 200px;
  font-size: 12px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 15px rgba(57, 77, 94, 0.2);
          box-shadow: 0 3px 15px rgba(57, 77, 94, 0.2);
}

.form__tooltip-container:hover > .form__tooltip {
  display: block;
}

.card {
  width: 85%;
  min-height: 85px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border: 1px dashed #e4e4e4;
  padding: 16px 30px;
  max-width: 629px;
}

.card .inner {
  font-family: "Montserrat", normal;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.card form .select {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 30px;
  margin-right: 15px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-image: url("../assets/img/icons/icon-add-file.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.card form .inner:hover {
  color: #000;
}

.card form {
  width: 100%;
}

.card form input {
  display: none;
}

.card form.dragover {
  width: 100%;
  height: 100px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  background-color: #f4f4f4;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card form.dragover .inner {
  text-align: center !important;
}

.container-old {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: auto;
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0 0;
}

.container-old .image {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 12px;
  margin-right: 7px;
  min-width: 125px;
  max-width: 100%;
  min-height: 50px;
  border-radius: 24px;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid rgba(121, 121, 121, 0.41);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-old .image:nth-child(4n) {
  margin-right: 0;
}

.container-old .image img {
  height: 50px;
  width: 50px;
  text-align: center;
  margin-right: 10px;
}

.container-old .image .file-cross {
  position: absolute;
  background-color: #b3b3b3;
  background-image: url("../assets/img/icons/icon-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65% 60%;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border: none;
  top: -10px;
  right: -5px;
  outline: none;
  cursor: pointer;
}

.container-old .image .file-cross:hover {
  opacity: 0.8;
}

.file-name {
  color: #000;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
}

.content__title-faq-mobile {
  display: none;
}

@-webkit-keyframes sweepin {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes sweepin {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sweepout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sweepout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.numb {
  font-family: "Montserrat", normal;
  margin-right: 20px;
  display: block;
}

.img-wrapper {
  position: relative;
  max-height: 400px;
  width: 300px;
}

.img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.content__title-blog-mobile {
  display: none;
}

.contacts__block-email-mobile {
  display: none !important;
}

.footer .content__title span {
  margin-right: 140px;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}

.contacts__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* max-width: 245px; */
  width: 40%;
  margin-bottom: 60px;
}

.contacts__block-address {
  max-width: 220px;
}

.contacts__block-email {
  margin-bottom: 40px;
}

.contacts__block-social {
  margin-bottom: 0;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

.contacts__item {
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  width: 41px;
  height: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  margin-right: 27px;
  margin-bottom: 27px;
}

.contacts__item svg {
  width: 100%;
  height: 100%;
}

.contacts__item-fb {
  padding: 7px 10px 5px;
}

.contacts__item-fb svg {
  width: 65%;
  height: 65%;
}

.contacts__item-be {
  padding: 12px 8px 5px;
}

.contacts__item-youtube {
  padding: 12px 8px 5px;
}

.contacts__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__item svg {
  fill: #ef3a4a;
  text-align: center;
}

.contacts__item:hover {
  border: 2px solid #ef3a4a;
}

.contacts__item:hover svg {
  fill: #000;
}

.contacts__bg {
  text-align: center;
  width: 35%;
  background-image: url("../assets/img/phones.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contacts__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 143.5%;
  letter-spacing: 0.02em;
  color: #2f2f2f;
  margin-bottom: 6px;
}

.contacts__text {
  font-size: 18px;
}

.contacts__text a {
  color: #2f2f2f;
}

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

.contacts__details .contacts__text {
  font-size: 14px;
}

.footer__copy {
  width: 87%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1680px;
}

.copy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.footer__links div {
  display: inline-block;
}

.footer__links a {
  display: block;
  margin-bottom: 10px;
  font-family: "Raleway", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #484848;
}

.footer__links a:hover {
  color: #dc2f3f;
  text-decoration-line: none;
}

.footer__text {
  margin-right: 20px;
  font-family: "Raleway", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  color: #484848;
}

.footer__agima {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__block-social .contacts__title {
  margin-bottom: 10px;
}

.brickcrm-main-wrapper {
  background: linear-gradient(102.37deg, #fa4455 14.71%, #d8303f 92.58%);
  padding-top: 60px;
}

.brickcrm-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  padding-top: 60px;
}

.brickcrm-main .first-screen__heading {
  -webkit-animation-name: text-07;
          animation-name: text-07;
  opacity: 0.7;
  margin-bottom: 50px;
}

.brickcrm-main-info {
  width: 50%;
  padding: 0px 0px 17px 10%;
}

.brickcrm-main-img {
  width: 50%;
}

.brickcrm-main-img img {
  width: 125%;
  -webkit-transition: 2s ease-in;
  transition: 2s ease-in;
}

.brickcrm-main-tags {
  list-style: none;
  width: 100%;
  margin: 80px 0 0 0;
  padding: 0;
  color: #fff;
  font-family: "Raleway", normal;
  font-weight: 400;
  font-size: 18px;
}

.brickcrm-main-tags li {
  display: inline;
  opacity: 0;
  background-color: #dc2f3f;
  border-radius: 50px;
  padding: 10px 20px;
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: tagsUp;
          animation-name: tagsUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.brickcrm-main-tags li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.brickcrm-main-tags li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.brickcrm-reasons-title {
  font-family: "Montserrat", normal;
  font-weight: bold;
  color: #2f2f2f;
  margin-bottom: 80px;
  font-size: 30px;
}

.brickcrm-reasons-title h2 {
  color: #ef3a4a;
  display: inline;
}

.brickcrm-reasons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Raleway", normal;
  font-weight: 500;
}

.brickcrm-reasons-list-li {
  width: 45%;
  margin-bottom: 50px;
}

.brickcrm-reasons-list-li-title {
  font-size: 23px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 100px;
  font-family: "Montserrat", normal;
  font-weight: bold;
}

.brickcrm-reasons-list-li-title .li-numb {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
}

.brickcrm-reasons-list-li-text {
  padding-left: 100px;
}

.brickcrm-offer {
  position: relative;
}

.brickcrm-offer-wrapper {
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brickcrm-offer-text {
  width: 50%;
}

.brickcrm-offer-text .text-block {
  font-family: "Raleway", normal;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}

.brickcrm-offer-text .dop-text {
  font-style: italic;
  color: #898989;
}

.brickcrm-offer-text .red-text {
  color: #ef3a4a;
  font-weight: bold;
}

.brickcrm-offer-img {
  width: 45%;
  background: url(../assets/img/brickcrm/2.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.brickcrm-description .red-text {
  color: #ef3a4a;
}

.brickcrm-description-text {
  font-size: 22px;
  font-weight: 500;
}

.brickcrm-description-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
}

.brickcrm-description-columns .text {
  width: 45%;
}

.brickcrm-description-columns .text .text-title {
  font-size: 23px;
  font-family: "Montserrat", normal;
  font-weight: bold;
}

.brickcrm-description-columns .text .description-list {
  margin: 20px 0 50px 30px;
  list-style: none;
}

.brickcrm-description-columns .text .description-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.brickcrm-description-columns .text .description-list li:before {
  content: "•";
  color: #ef3a4a;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  line-height: 16px;
}

.brickcrm-description-columns .img {
  width: 50%;
}

.brickcrm-description-columns .img img {
  width: 100%;
  cursor: pointer;
}

.brickcrm-description-columns:last-child {
  margin-bottom: 40px;
}

.brickcrm-description-link-wrapper {
  text-align: center;
}

.brickcrm-description-link-wrapper .brickcrm-description-link {
  background-color: #ef3a4a;
  border-radius: 100px;
  font-family: "Raleway", normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  padding: 5px 0;
  -webkit-transition: background-color 0.4s easy;
  transition: background-color 0.4s easy;
  height: 51px;
  width: 266px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

.brickcrm-description-link-wrapper .brickcrm-description-link:hover {
  background: #e20e21;
}

.brickcrm-case-text {
  font-size: 22px;
  font-weight: 500;
}

.brickcrm-case-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brickcrm-case-columns .text {
  width: 45%;
}

.brickcrm-case-columns .text .text-p {
  font-weight: 500;
}

.brickcrm-case-columns .text .text-selected-p {
  padding: 10px;
  border-radius: 10px;
  background: #f1f1f1;
}

.brickcrm-case-columns .text .description-list {
  margin: 20px 0 50px 30px;
  list-style: none;
}

.brickcrm-case-columns .text .description-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.brickcrm-case-columns .text .description-list li:before {
  content: "•";
  color: #ef3a4a;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  line-height: 16px;
}

.brickcrm-case-columns .img {
  width: 50%;
}

.brickcrm-case-columns .img img {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}

.brickcrm-case-main-text {
  font-size: 23px;
  font-family: "Montserrat", normal;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.brickcrm-section {
  padding: 100px 0;
}

.brickcrm-section-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.brickcrm-section-text {
  font-size: 22px;
  font-weight: 500;
}

.brickcrm-section-title {
  font-family: "Montserrat", normal;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 0 1px #2f2f2f, 0 1px 1px #2f2f2f, -1px 0 1px #2f2f2f, 0 -1px 1px #2f2f2f;
  font-size: 60px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto 70px auto;
}

.brickcrm-section-title-wrapper {
  padding-left: 15%;
}

.brickcrm-section-title-wrapper span {
  margin-right: 100px;
}

.brickcrm-section-title-wrapper .main-text {
  position: relative;
  display: inline;
}

.brickcrm-section-title-wrapper .black-text {
  text-shadow: 0 0 0 #2f2f2f;
  -webkit-text-fill-color: #2f2f2f;
}

.brickcrm-section-title-wrapper .text-before {
  position: absolute;
  right: 100%;
  top: -7px;
  white-space: nowrap;
}

.brickcrm-section-title-wrapper .text-after {
  position: absolute;
  left: 100%;
  top: -7px;
  white-space: nowrap;
}

.brickcrm-section-title-mobile {
  display: none;
}

.brickcrm-price-text {
  font-size: 22px;
  font-weight: 500;
  max-width: 80%;
  margin-bottom: 80px !important;
}

.brickcrm-price-wrapper {
  max-width: 60%;
  margin: 0 auto;
}

.brickcrm-price-table {
  margin-bottom: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
}

.brickcrm-price-table table th,
.brickcrm-price-table table td {
  width: 25%;
  max-width: 25%;
  text-align: center;
  font-weight: 500;
  background: #fff;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.brickcrm-price-table table th .table-numb,
.brickcrm-price-table table td .table-numb {
  font-family: "Montserrat", normal;
  font-size: 24px;
  font-weight: bold;
}

.brickcrm-price-table table th:first-child,
.brickcrm-price-table table td:first-child {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  background: #f1f1f1;
}

.brickcrm-price-table table .tariff-title {
  font-size: 25px;
  font-family: "Montserrat", normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.brickcrm-price-table table .tariff-description {
  color: #898989;
  text-align: center;
  font-size: 13px;
}

.brickcrm-price-table table .table-price {
  font-size: 28px;
  font-family: "Montserrat", normal;
  font-weight: bold;
  color: #27a844;
}

.brickcrm-price-table table .note {
  font-weight: bold;
  font-size: 24px;
  line-height: 14px;
}

.brickcrm-price-table table .fa-check {
  color: #27a844;
}

.brickcrm-price-table table .fa-times {
  color: #ef3a4a;
}

.brickcrm-price-table table .fa-usd {
  font-size: 20px;
}

.brickcrm-price-table table thead tr th {
  padding: 20px 10px;
}

.brickcrm-price-table table thead tr:first-child th:nth-child(2) {
  border-radius: 10px 0 0 0;
}

.brickcrm-price-table table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

.brickcrm-price-table table tbody tr td {
  padding: 10px;
}

.brickcrm-price-table table tfoot td {
  padding: 20px 10px;
}

.brickcrm-price-table table tfoot tr:last-child td:nth-child(2) {
  border-radius: 0 0 0 10px;
}

.brickcrm-price-table table tfoot tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.brickcrm-price-note-text {
  font-style: italic;
  color: #898989;
  font-size: 14px;
  margin-bottom: 50px;
}

.brickcrm-price-note-text .note {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 14px;
}

.brickcrm-price .brickcrm-price-item-button {
  text-align: center;
}

.brickcrm-price .brickcrm-price-item-link {
  background-color: #ef3a4a;
  border-radius: 100px;
  font-family: "Raleway", normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  padding: 5px 0;
  -webkit-transition: background-color 0.4s easy;
  transition: background-color 0.4s easy;
  height: 51px;
  width: 266px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

.brickcrm-price .brickcrm-price-item-link:hover {
  background: #e20e21;
}

.brickcrm-price .brickcrm-price-final-text {
  margin-top: 70px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", normal;
  font-weight: 500;
}

.keywords {
  display: inline;
}

.brickcrm-main-img img {
  opacity: 0;
  margin-left: 200%;
}

.brickcrm-main-img.loaded img {
  opacity: 1;
  margin-left: -10%;
}

.imgFromRight {
  -webkit-animation-name: imgFromRight;
          animation-name: imgFromRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: 0.7s ease-in;
          animation-timing-function: 0.7s ease-in;
}

@-webkit-keyframes imgFromRight {
  from {
    margin-right: -25%;
  }

  to {
    margin-right: 0;
  }
}

@keyframes imgFromRight {
  from {
    margin-right: -25%;
  }

  to {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 746px) {
  .about_black .about__clients {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .gallery__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 977px;
            flex: 0 1 977px;
    overflow: hidden;
  }

  .quote__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) and (min-width: 1480px) {
  .gallery__slider {
    margin-left: -40px;
  }
}

@media (min-width: 1200px) {
  .reviews__link {
    font-size: 18px;
  }

  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1419px) {
  .container {
    max-width: 1417px;
  }
}

@media only screen and (max-width: 1700px) {
  .reviews__wrapper .text {
    font-size: 22px;
  }

  .faq__info {
    width: 60%;
  }

  .application__list {
    font-size: 18px;
    line-height: 1.7;
  }

  .application__item {
    padding-left: 58px;
  }

  .application__item::before {
    top: 12px;
  }

  .application__list a {
    font-size: 18px;
    line-height: 1.7;
  }

  .form__label-checkbox {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1650px) {
  .brickcrm-section-title {
    font-size: 52px;
  }

  .brickcrm-section-title-wrapper .text-after,
  .brickcrm-section-title-wrapper .text-before {
    top: -7px;
  }

  .first-screen-content {
    padding-top: 93px;
  }

  .first-screen-content::after {
    width: 410px;
    height: 681px;
  }

  .first-screen__slogan {
    margin-top: 0;
  }

  .first-screen__text {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .first-screen__comment {
    font-size: 14px;
  }

  .first-screen__heading {
    font-size: 64px;
  }

  .first-screen__link a {
    font-size: 17px;
    padding: 10px 20px;
    max-height: 44px;
  }

  .first-screen__link a::after {
    margin-left: 20px;
  }

  .first-screen__fact {
    font-size: 16px;
  }

  .hero-industry-content {
    padding: 193px 80px 20px 200px;
  }

  .hero-industry-content::after {
    width: 410px;
    height: 681px;
  }

  .hero-industry__slogan {
    margin-top: 0;
  }

  .hero-industry__text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .hero-industry__comment {
    font-size: 14px;
  }

  .hero-industry__heading {
    font-size: 64px;
  }

  .hero-industry__link a {
    font-size: 17px;
    padding: 10px 20px;
    max-height: 44px;
  }

  .hero-industry__link a::after {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .header__menu a span {
    font-size: 17px;
  }

  .header__back-link {
    font-size: 17px;
  }

  .header .logo img:first-child {
    width: 44px;
    height: 44px;
  }

  .header .logo img:nth-child(2) {
    width: 85px;
    height: 18px;
  }

  .header__back-link-wrapper-element {
    margin-left: 85px;
  }

  .link::after {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    top: 5px;
  }

  .cases__item {
    padding-bottom: 0;
    margin-bottom: 100px;
  }

  .cases__item:last-child {
    margin-bottom: 0;
  }

  .cases__name {
    font-size: 38px;
    margin-top: 0;
  }

  .cases__desc {
    font-size: 19px;
    line-height: 1.5;
  }

  .cases__link {
    font-size: 20px;
  }

  .cases__link span::after {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }

  .cases__link span {
    padding-right: 40px;
  }

  .cases__pic {
    width: 665px;
  }

  .cases__pic-link {
    width: auto;
  }

  .cases__item::after {
    display: none;
  }

  .cases__link-portfolio {
    font-size: 20px;
    width: 260px;
  }

  .cases__link-portfolio::after {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }

  .cases__list {
    margin-bottom: 100px;
  }

  .more-link {
    font-size: 18px;
    width: 200px;
  }

  .more-link::after {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }

  .about__info {
    font-size: 24px;
    line-height: 1.5;
  }

  .reviews__item {
    padding: 0 30px;
  }

  .reviews__wrapper .name::after {
    width: 80%;
  }

  .reviews__wrapper .name {
    font-size: 20px;
  }

  .reviews__wrapper .comment {
    font-size: 16px;
  }

  .reviews__wrapper .text {
    font-size: 18px;
  }

  .faq__list {
    width: 60%;
  }

  .faq__item {
    padding: 0 0 47px;
  }

  .faq__item > summary {
    font-size: 20px;
  }

  .faq__item summary:after {
    width: 20px;
    height: 20px;
  }

  .faq__number {
    font-size: 20px;
  }

  .faq__answer {
    font-size: 20px;
  }

  .faq__desc {
    font-size: 20px;
  }

  .services__link {
    font-size: 20px;
  }

  .contacts__title {
    font-size: 18px;
  }

  .contacts__text {
    font-size: 16px;
  }

  .footer__links a {
    font-size: 14px;
  }

  .footer__text {
    font-size: 14px;
  }

  .contacts__item {
    width: 37px;
    height: 37px;
  }
}

@media only screen and (max-width: 1550px) {
  .hero-industry__heading {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1500px) {
  .reviews__list {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1450px) {
  .work__bg-element {
    height: 50px;
  }

  .logo-slider {
    margin-bottom: 80px;
  }

  .work__awards {
    width: 70%;
  }

  .first-screen__award {
    top: -64px;
  }

  .services__list {
    line-height: 1.5;
  }

  .application__list {
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .application__list a {
    font-size: 16px;
  }

  .application__item {
    width: 40%;
    margin-right: 65px;
    margin-bottom: 35px;
  }

  .application__item:nth-child(2n) {
    margin-right: 0;
  }

  .application__item::before {
    top: 0;
  }
}

@media only screen and (max-width: 1420px) {
  .content-section_wrapper {
    width: 80%;
  }

  .content-section_dop-title {
    font-size: 60px;
  }

  .first-screen__heading {
    font-size: 60px;
  }

  .about__info {
    font-size: 24px;
  }

  .content__title {
    font-size: 60px;
  }

  .services__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 390px;
            flex: 1 1 390px;
  }

  .expertise-list_item-title {
    font-size: 28px;
  }

  .process__item {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
            flex: 0 0 24%;
  }

  .process__desc {
    font-size: 16px;
  }

  .process__number {
    font-size: 200px;
  }
}

@media (max-width: 1420px) {
  .faq__list {
    margin-top: 35px;
  }

  .best-case-block .content-section_dop-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1400px) {
  .header__menu a {
    margin-right: 50px;
  }

  .header__menu a span {
    font-size: 16px;
  }

  .header__back-link {
    font-size: 16px;
  }

  .header__back-link-wrapper-element {
    margin-left: 60px;
  }

  .cases__list {
    margin-top: 80px;
  }

  .cases__name {
    font-size: 32px;
  }

  .cases__desc {
    font-size: 18px;
  }

  .cases__link {
    font-size: 18px;
  }

  .cases__link span::after {
    width: 21px;
    height: 21px;
    top: 0;
    background-size: 100% 100%;
  }

  .cases__link span {
    padding-right: 40px;
  }

  .cases__link-portfolio {
    font-size: 22px;
    width: 290px;
  }

  .cases__link-portfolio:after {
    top: 5px;
  }

  .cases__pic-link {
    width: 50%;
  }

  .cases__pic {
    width: 100%;
    height: auto;
  }

  .cases__info {
    max-width: 35%;
  }

  .brickcrm-main-info {
    padding: 0px 0px 17px 50px;
  }

  .brickcrm-main .first-screen__heading {
    font-size: 46px;
  }

  .brickcrm-section-wrapper {
    margin: 0 50px;
    max-width: 100%;
  }

  .brickcrm-section-title-wrapper {
    padding-left: 15%;
  }

  .brickcrm-reasons-title {
    font-size: 28px;
  }

  .brickcrm-offer {
    padding: 50px 0;
  }

  .brickcrm-price-wrapper {
    max-width: 80%;
  }

  .reviews__item {
    padding: 0 30px;
  }

  .reviews__wrapper .cd-author {
    max-width: 300px;
  }

  .faq__item > summary {
    font-size: 18px;
  }

  .faq__number {
    font-size: 18px;
  }

  .faq__answer {
    font-size: 18px;
  }

  .faq__desc {
    font-size: 18px;
  }

  .faq__info {
    width: 50%;
  }

  .faq__link-info {
    width: 90%;
  }

  .application__tooltip {
    margin-bottom: 70px;
  }

  .form__checkbox-wrapper {
    margin-right: 20px;
  }

  .form__checkboxes-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form__checkbox-wrapper-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .form__checkbox-wrapper-site {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .form__checkbox-wrapper-web {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .form__checkbox-wrapper-other {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .form__checkboxes-budget {
    margin-bottom: 90px;
  }

  .form__tip {
    margin-bottom: 90px;
  }

  .application__form-wrapper {
    margin-bottom: 90px;
  }

  /* .content__title-ask-mobile .content__title-wrapper div:last-child {
    text-align: right;
  } */

  /* .content__title-ask .red-text {
    padding-left: 0 !important;
    width: 100%;
  } */

  /* .ask__text {
    padding-left: 0;
  }
  .ask__link {
    margin-left: 0;
  } */

  .content__title-ask {
    /* display: none; */
  }

  /* .content__title-ask-mobile {
    display: block;
    width: 80%;
  } */

  /* .content__title-ask-mobile .content__title-wrapper {
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    -webkit-text-stroke: 1px #2f2f2f;
    -webkit-text-fill-color: #2f2f2f;
    flex-direction: column !important;
    width: 80%;
    margin: 0 auto;
  } */

  /* .ask__wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 0 auto;
  } */

  /* .ask__link {
    width: 260px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .footer__contacts {
    width: 85%;
  }

  .contacts__container {
    width: 55%;
  }
}

@media only screen and (max-width: 1350px) {
  .application__tooltip {
    font-size: 20px;
  }

  .application__tooltip a {
    font-size: 20px;
  }

  .form__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .content__title-wrapper-ask {
    padding-left: 10%;
  }

  .content__title-reviews {
    margin-bottom: 80px;
  }

  .content__title-faq {
    margin-bottom: 60px;
  }

  .brickcrm-case .content__title-wrapper {
    padding-left: 10%;
  }

  .reviews__wrapper .cd-author {
    width: 300px;
  }

  .reviews__wrapper .comment {
    font-size: 14px;
  }

  .reviews__wrapper .text {
    font-size: 16px;
  }

  .faq {
    margin-top: 150px !important;
  }

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

  .faq__answer p {
    width: 95%;
  }

  .faq__desc {
    width: 95%;
  }

  .price-block__answer p {
    width: 95%;
  }

  .application__title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1250px) {
@-webkit-keyframes rightLogo {
    from {
      top: 150%;
      right: 500px;
    }

    to {
      top: 80px;
      right: 76px;
    }
}
@keyframes rightLogo {
    from {
      top: 150%;
      right: 500px;
    }

    to {
      top: 80px;
      right: 76px;
    }
}

@-webkit-keyframes leftLogo {
    from {
      left: 150%;
      bottom: -100%;
    }

    to {
      left: 100px;
      bottom: 170px;
    }
}

@keyframes leftLogo {
    from {
      left: 150%;
      bottom: -100%;
    }

    to {
      left: 100px;
      bottom: 170px;
    }
}

  .cases__item::after {
    display: none;
  }

  .cases__link-portfolio {
    font-size: 16px;
    width: 230px;
    padding-right: 30px;
  }

  .cases__link-portfolio::after {
    right: 20px;
  }

  .cases__link-portfolio:hover::after {
    right: 10px;
  }

  .brickcrm-main-info {
    width: 60%;
  }

  .brickcrm-main-img {
    width: 40%;
  }

  .brickcrm-main-tags {
    margin: 50px 0;
  }

  .brickcrm-main-tags li {
    font-size: 14px;
  }

  .brickcrm-main .first-screen__heading {
    font-size: 42px;
  }

  .brickcrm-section {
    padding: 80px 0;
  }

  .brickcrm-section-columns .img {
    margin: 50px 0;
  }

  .brickcrm-section-columns .text {
    width: 48%;
  }

  .brickcrm-section-columns .text .description-list {
    margin: 20px 0 50px 0px;
  }

  .brickcrm-section-columns .text .description-list li {
    padding-left: 20px;
  }

  .brickcrm-offer-img {
    width: 40%;
  }

  .brickcrm-offer-text {
    width: 60%;
  }

  .first-screen-content {
    padding-top: 193px;
  }

  .first-screen-content::after {
    width: 350px;
    height: 581px;
    right: 76px;
  }

  .first-screen-content::before {
    left: 100px;
    bottom: 170px;
  }

  .first-screen__link a {
    margin-bottom: 60px;
  }

  .first-screen__award {
    position: static;
    margin: -50px auto 50px;
    width: 200px;
  }

  .first-screen__award .desctop-image {
    display: none;
  }

  .first-screen__award .mobile-image {
    display: block;
  }

  .hero-industry-content {
    padding: 193px 80px 20px 50px;
    width: 100%;
  }

  .hero-industry-content::after {
    width: 350px;
    height: 581px;
    right: 76px;
  }

  .hero-industry-content::before {
    left: 100px;
    bottom: 170px;
  }

  .hero-industry-content {
    padding: 193px 80px 20px 50px;
  }

  .hero-industry__heading {
    font-size: 52px;
  }

  .hero-industry__link a {
    margin-bottom: 60px;
  }

  .services__link {
    font-size: 16px;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  .faq__info {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1199px) {
  .content-section_wrapper {
    width: 90%;
  }

  .content-section_dop-title {
    font-size: 56px;
    margin-left: 0;
  }

  .content-section_dop-title__subtitle {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .secondary-text {
    font-size: 18px;
  }

  .title-text {
    font-size: 24px;
  }

  .first-screen__heading {
    font-size: 56px;
  }

  .about__info {
    font-size: 22px;
  }

  .content__title {
    font-size: 56px;
  }

  .services__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .price-block__price {
    font-size: 20px;
  }

  .expertise-list_item {
    -ms-flex: 0 0 49.5%;
    -webkit-box-flex: 0;
            flex: 0 0 49.5%;
  }

  .process__item {
    -ms-flex: 0 0 49.5%;
    -webkit-box-flex: 0;
            flex: 0 0 49.5%;
  }

  .process__item__title {
    margin-bottom: 15px;
  }

  .process__desc .process__text {
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 1199px) {
  .promo-block__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 50px;
  }

  .why-us__advantages {
    gap: 50px 6%;
  }

  .why-us__advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .reviews__link {
    font-size: 14px;
  }

  .reviews__link svg {
    width: 15px;
    height: 15px;
  }

  .faq__title-block {
    margin-bottom: 0px;
  }

  .stack {
    margin-top: 50px;
  }

  .gallery__quote {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }

  .quote__name {
    font-size: 20px;
  }

  .quote__comment {
    font-size: 14px;
  }

  .quote__text {
    font-size: 18px;
  }

  .ask__link {
    margin-left: 0;
  }

  .problems__advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .results__advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .best-case-block__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 50px;
  }

  .best-case-block__desc ul {
    padding-left: 20px;
  }

  .best-case-block__link {
    margin-left: 0;
  }

  .dont-do_list {
    gap: 50px 6%;
  }

  .dont-do_list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
}

@media only screen and (max-width: 1150px) {
  .content__title-gallery {
    margin-bottom: 50px;
  }

  .header__menu {
    display: none;
  }

  .header__contact .phone,
  .header__contact .email {
    display: none;
  }

  .header .logo img:first-child {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 10px;
  }

  .header .logo img:nth-child(2) {
    width: 89px;
    height: 20px;
  }

  .lang-switcher {
    right: 70px;
  }

  .header__burger {
    display: block;
    position: absolute;
    right: 20px;
    width: 26px;
    height: 22px;
  }

  .header__burger-wrapper {
    height: 100%;
  }

  .header__burger-wrapper::before,
  .header__burger-wrapper::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #fff;
    right: 0;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }

  .header__burger-wrapper::before {
    top: 0;
  }

  .header__burger-wrapper::after {
    bottom: 0;
    width: 15px;
  }

  .header__burger-wrapper span {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #fff;
    right: 0;
    top: 10px;
    transition: width 0.4s ease;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    border-radius: 2px;
  }

  .header__burger:hover .header__burger-wrapper::before {
    width: 15px;
  }

  .header__burger:hover .header__burger-wrapper::after {
    width: 25px;
  }

  .header-request .header__burger-wrapper::before,
  .header-request .header__burger-wrapper::after,
  .header-request .header__burger-wrapper span {
    background-color: #2f2f2f;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 206;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
  }

  .mobile-menu_close {
    width: 0;
  }

  .mobile-menu_open {
    width: 100%;
  }

  .mobile-menu__container {
    background: var(--color-main-grad1);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px 35px 80px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 206;
  }

  .mobile-menu__list {
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: right;
  }

  .mobile-menu__list li {
    margin-bottom: 20px;
  }

  .mobile-menu__list a {
    font-family: "Raleway", normal;
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    transition: opacity 0.3 ease;
    -webkit-transition: opacity 0.3 ease;
    -moz-transition: opacity 0.3 ease;
    -ms-transition: opacity 0.3 ease;
    -o-transition: opacity 0.3 ease;
  }

  .mobile-menu__list a:hover {
    opacity: 0.8;
  }

  .header__cross {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 35px;
    top: 35px;
  }

  .header__cross::before,
  .header__cross::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 26px;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }

  .header__cross::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .header__cross::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .header__cross:hover::before,
  .header__cross:hover::after {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .mobile-menu__support-links a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #fff;
    margin-bottom: 8px;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
  }

  .mobile-menu__support-links a:hover {
    opacity: 0.8;
  }

  .mobile-menu__support-links a:last-child {
    margin-bottom: 0;
  }

  .mobile-menu__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }

  .mobile-menu__socials li {
    margin-left: 20px;
  }

  .mobile-menu__socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #e4e4e4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: opacity 0.3 ease;
    -webkit-transition: opacity 0.3 ease;
    -moz-transition: opacity 0.3 ease;
    -ms-transition: opacity 0.3 ease;
    -o-transition: opacity 0.3 ease;
  }

  .mobile-menu__socials a:hover {
    opacity: 0.8;
  }

  .mobile-menu__socials svg {
    fill: #fff;
    width: 60%;
    height: 50%;
  }

  .header__back-link-wrapper {
    display: none;
  }

  .brickcrm-main-img img {
    width: 150%;
    margin-top: -50px;
  }

  .first-screen-content::after {
    width: 229px;
    height: 381px;
  }

  .first-screen-content::before {
    width: 96px;
    height: 161px;
  }

  .hero-industry-content {
    padding: 150px 80px 20px 50px;
  }

  .hero-industry-content::after {
    width: 229px;
    height: 381px;
  }

  .hero-industry-content::before {
    width: 96px;
    height: 161px;
  }

  .application {
    margin-top: 100px;
  }

  .application__form-wrapper {
    width: 70%;
    margin: 0 auto 130px;
  }

  .application__tooltip {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1100px) {
  .content__title-cases .content__title-wrapper span {
    margin-right: 80px;
  }

  .content__title-reviews .content__title-wrapper span {
    margin-right: 80px;
  }

  .content__title-blog .content__title-wrapper span {
    margin-right: 80px;
  }

  .content__title-faq .content__title-wrapper span {
    margin-right: 80px;
  }

  .content__title-gallery .content__title-wrapper span {
    margin-right: 80px;
  }

  .content__title-footer .content__title-wrapper span {
    margin-right: 80px !important;
  }

  .content__title-wrapper-reviews {
    margin-left: -435px;
  }

  .content__title-wrapper-faq {
    margin-left: -260px;
  }

  .content__title-wrapper-ask {
    padding-left: 165px;
  }

  .content__title-wrapper-blog {
    margin-left: -410px;
  }

  .content__title-wrapper-gallery {
    margin-left: -105px;
  }

  .content__title-wrapper-footer {
    margin-left: -120px;
  }

  .cases__desc {
    font-size: 16px;
  }

  .cases__info {
    max-width: 40%;
  }

  .more-link::after {
    width: 15px;
    height: 15px;
    background-size: 90% 90%;
  }

  .more-link {
    font-size: 14px;
    width: 150px;
    margin-top: 20px;
  }

  .brickcrm-main-img img {
    width: 200%;
    margin-top: -50px;
  }

  .brickcrm-section-title {
    font-size: 38px;
  }

  .brickcrm-section-title-wrapper span {
    margin-right: 80px;
  }

  .brickcrm-section-title-wrapper .text-after,
  .brickcrm-section-title-wrapper .text-before {
    top: -4px;
  }

  .reviews__list .slick-arrow {
    width: 36px;
    height: 36px;
    background-position: 50% 50%;
    background-size: 50% 50%;
  }

  .reviews__list {
    padding: 0 80px;
  }

  .reviews__wrapper .foto img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .reviews__wrapper .name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .reviews__wrapper .comment {
    font-size: 12px;
  }

  .reviews__wrapper .text {
    margin-top: 30px;
    width: 80%;
    font-size: 12px;
    padding-left: 40px;
  }

  .reviews__wrapper .text::before {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    left: 0;
  }

  .reviews__wrapper .text div {
    margin-bottom: 10px;
  }

  .faq {
    margin-top: 100px !important;
  }

  .faq__item {
    padding: 15px 0;
  }

  .faq__item > summary {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .faq__item summary:after {
    width: 15px;
    height: 15px;
  }

  .faq__item[open] summary {
    margin-bottom: 0;
  }

  .faq__number {
    font-size: 16px;
    margin-right: 15px;
  }

  .faq__answer {
    font-size: 16px;
    margin-top: 25px;
  }

  .faq__answer p {
    margin-bottom: 15px;
  }

  .faq__link {
    font-size: 16px;
  }

  .faq__desc {
    font-size: 16px;
    width: 100%;
  }

  .faq__desc-task {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 300px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .faq__desc-task .faq__info {
    width: 100%;
    margin-bottom: 10px;
  }

  .faq__desc-task .faq__image {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .faq__desc-task .faq__image img {
    text-align: center;
    width: 180px;
  }

  .faq__info {
    width: 60%;
  }

  .quote__name::after {
    width: 80%;
  }

  .price-block__item-title {
    padding-bottom: 10px;
  }

  .price-block__answer p {
    margin-bottom: 15px;
  }

  .content__title-faq-mobile {
    margin-bottom: 50px !important;
  }

  .footer__contacts {
    padding-left: 50px;
  }

  .contacts__list {
    width: 250px;
  }

  .contacts__item {
    margin-right: 17px;
    margin-bottom: 17px;
  }

  .contacts__text {
    font-size: 14px;
  }

  .contacts__title {
    font-size: 14px;
  }

  .footer__links a {
    font-size: 12px;
  }

  .footer__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px) {
  .upstairs {
    width: 60px;
    height: 60px;
  }

  .content__title-reviews {
    margin-bottom: 80px;
  }

  .cases__list {
    width: 80%;
    margin-bottom: 70px;
  }

  .cases__desc {
    font-size: 14px;
  }

  .cases__link {
    font-size: 16px;
  }

  .cases__link span::after {
    width: 15px;
    height: 15px;
    top: 3px;
  }

  .cases__link span {
    padding-right: 30px;
  }

  .cases__info {
    max-width: 40%;
  }

  .brickcrm-main-info {
    width: 70%;
  }

  .brickcrm-main-img {
    width: 30%;
  }

  .brickcrm-main-img img {
    width: 250%;
  }

  .brickcrm-offer {
    padding: 0 !important;
  }

  .brickcrm-offer-img {
    position: static;
    width: 100%;
    height: 350px;
  }

  .brickcrm-offer-text {
    width: 100%;
    padding: 50px 0;
  }

  .brickcrm-section-columns {
    display: block;
  }

  .brickcrm-section-columns .text {
    width: 100%;
  }

  .brickcrm-section-columns .text .description-list {
    margin: 20px 0 50px 30px;
  }

  .brickcrm-section-columns .text .description-list li {
    padding-left: 30px;
  }

  .brickcrm-section-columns .img {
    width: 100%;
    margin: 0;
  }

  .brickcrm-price-wrapper {
    max-width: 100%;
    margin: 0 50px;
  }

  .brickcrm-price-table table .tariff-title {
    font-size: 22px;
  }

  .brickcrm-price-table table .tariff-description {
    font-size: 11px;
  }

  .brickcrm-price-table table th:first-child,
  .brickcrm-price-table table td:first-child {
    font-size: 14px;
  }

  .brickcrm-price-table table .table-price {
    font-size: 25px;
  }

  .brickcrm-price-table table tbody td {
    font-size: 12px;
  }

  .brickcrm-price-table table tbody td .fa {
    font-size: 16px;
  }

  .hero-industry-main-icon {
    display: none;
  }

  .hero-industry__heading {
    width: 100%;
  }

  .hero-industry__heading-subtitle {
    max-width: 80%;
    font-size: 18px;
  }

  .application__title {
    font-size: 55px;
  }

  .application__tooltip {
    font-size: 16px;
    line-height: 1.7;
  }

  .application__tooltip a {
    font-size: 16px;
    line-height: 1.7;
  }

  .form__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .content-section {
    padding: 50px 0;
  }

  .content-section_dop-title {
    font-size: 45px;
  }

  .content-section_dop-title__subtitle {
    font-size: 20px;
  }

  .secondary-text {
    font-size: 18px;
  }

  .title-text {
    font-size: 22px;
  }

  .first-screen__heading {
    font-size: 45px;
  }

  .first-screen__fact {
    padding: 12px 10px 20px 10px;
    font-size: 14px;
  }

  .content__title {
    font-size: 45px;
    line-height: 120%;
    margin-bottom: 50px;
  }

  .content__title-wrapper {
    min-height: 50px;
  }

  .reviews__item {
    padding: 0;
  }

  .reviews__wrapper {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .reviews__wrapper .cd-author {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 600px;
    width: 400px;
  }

  .reviews__wrapper .name::after {
    display: none;
  }

  .logos-awards__item {
    -ms-flex: 0 0 19.5%;
    -webkit-box-flex: 0;
            flex: 0 0 19.5%;
  }

  .services__list {
    display: block;
  }

  .services__item {
    width: 100%;
    margin-bottom: 50px;
  }

  .services__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
  }

  .price-block__price {
    margin-left: 0;
    display: block;
  }

  .price-block__text {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .price-block__examples-card a {
    margin: 0 5px 20px 5px;
  }

  .clients-logo_item {
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
            flex: 0 0 33%;
  }

  .expertise-list_item-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .about__info {
    display: block;
    font-size: 20px;
  }

  .about__info-text {
    margin-bottom: 50px;
  }

  .about__info-bages {
    margin-left: 0;
  }

  .gallery__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .gallery__quote {
    margin-top: 50px;
  }

  .container-fluid {
    max-width: 680px;
  }

  .best-case-block .content-section_dop-title {
    font-size: 38px;
  }

  .blog_tg_list_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog_tg_list_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog_tg_list_item_img {
    width: auto;
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    margin-bottom: 0;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 950px) {
  .content__title-wrapper-ask {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .work__bg-element {
    height: 40px;
  }

  .brickcrm-case .content__title-wrapper {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px 70px 25px;
  }

  .first-screen__award {
    width: 180px;
  }

  .faq {
    margin-top: 80px !important;
  }

  .faq__list {
    width: 75%;
  }

  .faq__info {
    width: 50%;
  }
}

@media only screen and (max-width: 920px) {
  .brickcrm-main-img img {
    margin-top: -30px;
  }

  .brickcrm-main .first-screen__heading {
    font-size: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .content__title-wrapper-reviews {
    margin-left: -490px;
  }

  .content__title-wrapper-faq {
    margin-left: -260px;
  }

  .content__title-wrapper-blog {
    margin-left: -470px;
  }

  .content__title-wrapper-gallery {
    margin-left: -105px;
  }

  .content__title-wrapper-footer {
    margin-left: -120px;
  }

  .content__title-faq {
    margin-bottom: 50px;
  }

  .content__title-gallery {
    margin-bottom: 57px;
  }

  .brickcrm-main-info {
    width: 100%;
  }

  .brickcrm-main-img {
    display: none;
  }

  .brickcrm-main .first-screen__heading {
    font-size: 52px;
  }

  .brickcrm-reasons-title {
    font-size: 26px;
  }

  .brickcrm-reasons-list-li-title {
    font-size: 20px;
    padding-left: 70px;
  }

  .brickcrm-reasons-list-li-title .li-numb {
    font-size: 70px;
    line-height: 70px;
  }

  .brickcrm-reasons-list-li-text {
    padding-left: 70px;
  }

  .brickcrm-description .content__title-wrapper {
    margin-left: -475px;
  }

  .first-screen__slogan {
    font-size: 16px;
  }

  .reviews__wrapper .text {
    width: 90%;
  }

  .quote__name::after {
    display: none;
  }

  .quote__logo {
    display: none;
  }

  .hero-industry__slogan {
    font-size: 16px;
  }

  .hero-industry__text {
    font-size: 18px;
    max-width: 350px !important;
  }

  .application__title {
    font-size: 45px;
  }
}

@media (max-width: 900px) {
  .gallery-slide-group__row_top {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 28vw;
  }

  .gallery-slide-group__row_bottom {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 28vw;
  }
}

@media only screen and (max-width: 850px) {
  .brickcrm-main .first-screen__heading {
    font-size: 38px;
  }

  .cases__list {
    width: 70%;
  }

  .cases__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .cases__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .cases__pic-link {
    width: 100%;
    max-width: 100%;
  }

  .cases__wrapper {
    width: 60%;
  }

  .cases__name {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .cases__desc {
    display: none;
  }

  .cases__desc-mobile {
    margin-bottom: 20px;
    font-size: 15px;
    display: block;
  }

  .brickcrm-reasons-title {
    font-size: 24px;
  }

  .brickcrm-reasons-list {
    display: block;
  }

  .brickcrm-reasons-list-li {
    width: 100%;
  }

  .brickcrm-reasons-list-li-title {
    font-size: 20px;
    padding-left: 70px;
  }

  .brickcrm-reasons-list-li-title .li-numb {
    font-size: 70px;
    line-height: 70px;
  }

  .brickcrm-reasons-list-li-text {
    padding-left: 70px;
  }

  .first-screen-content::before {
    display: none;
  }

  .reviews__wrapper .foto img {
    width: 75px;
    height: 75px;
  }

  .hero-industry-content::before {
    display: none;
  }

  .hero-industry__heading {
    font-size: 38px;
  }

  .contacts__bg {
    width: 25%;
    background-position: top;
  }

  .contacts__container {
    width: 60%;
  }

  .contacts__container {
    margin-top: 0;
  }

  .copy__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__links {
    margin-bottom: 27px;
  }

  .footer__links div {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .footer__links a {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .footer__agima {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__agima .footer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #2f2f2f;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__agima a {
    margin: 0 auto 15px;
  }

  .footer__contacts {
    width: 75%;
    padding: 0;
  }

  .contacts__wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .faq {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .brickcrm-section {
    padding: 50px 0;
  }

  .brickcrm-section-text {
    font-size: 20px;
  }

  .brickcrm-offer-text .text-block {
    font-size: 20px;
  }

  .brickcrm-case-main-text {
    font-size: 20px;
  }

  .brickcrm-price-wrapper {
    margin: 0 auto;
  }

  .brickcrm-price-note-text {
    margin: 0 25px 50px 25px;
  }

  .brickcrm-price-table {
    overflow-x: auto;
  }

  .brickcrm-price-table table .tariff-title {
    font-size: 20px;
  }

  .brickcrm-price-table table .tariff-description {
    font-size: 10px;
  }

  .brickcrm-price-table table th:first-child,
  .brickcrm-price-table table td:first-child {
    font-size: 12px;
  }

  .brickcrm-price-table table .table-price {
    font-size: 20px;
  }

  .brickcrm-price-table table td .table-numb {
    font-size: 20px;
  }

  .first-screen-content {
    padding-top: 80px;
  }

  .faq__list {
    width: 75%;
  }

  .faq__link-info {
    font-size: 16px;
  }

  .faq__image img {
    width: 200px;
  }

  .hero-industry-content {
    padding: 120px 30px 20px;
  }

  .numb {
    /* font-size: 22px; */
    vertical-align: middle;
  }

  .contacts__block-social {
    width: 90%;
    margin-bottom: 0;
  }

  .contacts__list {
    width: 95%;
  }

  .contacts__item {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }

  .contacts__block-time {
    margin-bottom: 60px;
  }

  .contacts__bg {
    width: 30%;
  }

  .contacts__details {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 745px) {
  .primary-text {
    font-size: 18px;
  }

  .secondary-text {
    font-size: 16px;
  }

  .content-section_dop-title {
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  .content-section_dop-title__subtitle {
    font-size: 18px;
    line-height: 120%;
  }

  .first-screen__heading {
    font-size: 38px;
  }

  .content__title {
    font-size: 38px;
  }

  .reviews__wrapper .cd-author {
    width: 100%;
  }

  .price-block__price {
    font-size: 18px;
  }

  .price-block__examples-card a {
    width: 45%;
    max-width: 250px;
  }

  .expertise-list_item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  .process__item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  .process__item__title {
    min-height: 10px;
  }

  .process__desc {
    padding-bottom: 20px;
  }

  .process__desc .process__text {
    display: block;
    /* снимает ограничение */
    -webkit-line-clamp: unset;
    cursor: default;
  }

  .process__desc:after {
    display: none;
  }
}

@media (max-width: 745px) {
  .about_black {
    padding-bottom: 60px;
    padding-top: 35px;
  }

  .promo-block__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .promo-block__title {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .why-us__advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .advantage__title {
    margin-bottom: 15px;
  }

  .advantage__text {
    line-height: 140%;
    font-weight: 400;
  }

  .quote__container {
    -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;
  }

  .quote__name {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .quote__comment {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .quote__text {
    text-align: center;
    font-size: 18px;
    line-height: 143.5%;
    font-weight: 500;
  }

  .container-fluid {
    max-width: 540px;
  }

  .problems__advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .advantage__title {
    margin-bottom: 15px;
  }

  .advantage__text {
    line-height: 140%;
    margin-bottom: 15px;
  }

  .results__advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .advantage__title {
    margin-bottom: 15px;
  }

  .advantage__text {
    line-height: 140%;
    margin-bottom: 15px;
  }

  .best-case-block__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .dont-do_list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .dont-do_list_item__title {
    margin-bottom: 15px;
  }

  .dont-do_list_item__text {
    line-height: 140%;
    font-weight: 400;
  }

  .blog_tg_list_item_img {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .content__title-cases .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-reviews {
    margin-bottom: 50px;
  }

  .content__title-reviews-mobile .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-blog-mobile span {
    margin-right: 60px;
  }

  .content__title-faq span {
    margin-right: 60px;
  }

  .content__title-gallery .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-footer .content__title-wrapper span {
    margin-right: 60px !important;
  }

  .content__title-wrapper-cases {
    margin-left: -25px;
  }

  .content__title-wrapper-reviews-mobile {
    margin-left: -50px;
  }

  .content__title-wrapper-faq {
    margin-left: -215px;
  }

  .content__title-wrapper-blog-mobile {
    margin-left: 50px;
  }

  .content__title-wrapper-gallery {
    margin-left: -85px;
  }

  .content__title-wrapper-footer {
    margin-left: -115px;
  }

  .work__awards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .work__awards img {
    margin: 0 10px 20px;
  }

  .cases__list {
    width: 82%;
    margin-bottom: 48px;
    margin-top: 45px;
  }

  .cases__name {
    font-size: 24px;
  }

  .cases__link-portfolio {
    font-size: 16px;
    padding: 0;
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cases__link-portfolio::after {
    display: none;
  }

  .content__title-reviews {
    display: none;
  }

  .content__title-reviews-mobile {
    display: block;
  }

  .more-link {
    padding: 0;
    display: none;
    font-size: 14px;
  }

  .more-link::after {
    display: none;
  }

  .cd-author {
    -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;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .brickcrm-section-title-desktop {
    display: none;
  }

  .brickcrm-section-title-mobile {
    display: block;
  }

  .brickcrm-section-title-wrapper span {
    margin-right: 60px;
  }

  .first-screen-content {
    padding-top: 50px;
  }

  .first-screen-content::after {
    display: none;
  }

  .first-screen__fact-ideas span {
    text-align: left;
  }

  .first-screen__fact-projects span {
    text-align: left;
  }

  .reviews__mobile-button {
    display: block;
    font-family: "Montserrat", normal;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145.5%;
    text-align: center;
    color: var(--color-main-accent);
    border: none;
    background-color: transparent;
    margin: 0 auto 60px;
  }

  .reviews__mobile-button span {
    border-bottom: 2px dashed var(--color-main-accent);
  }

  .reviews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: hidden;
    width: 90%;
    margin: 50px auto 24px;
    padding: 0;
  }

  .reviews__wrapper .foto img {
    width: 55px;
    height: 55px;
  }

  .reviews__wrapper .foto {
    text-align: center;
    width: 100%;
  }

  .reviews__wrapper .name {
    width: 100%;
    font-size: 18px;
    line-height: 143.5%;
    margin-bottom: 10px;
    color: var(--color-dark-blue);
  }

  .reviews__wrapper .comment {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 143.5%;
    letter-spacing: 0.02em;
    color: var(--color-gray);
  }

  .reviews__wrapper .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 143.5%;
    padding-left: 0;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--color-dark-blue);
    margin: 0;
    width: 100%;
  }

  .reviews__wrapper .text::before {
    display: none;
  }

  .reviews__wrapper .text div {
    margin-bottom: 20px;
  }

  .faq__desc-task {
    max-height: 340px;
  }

  .quotes-mobile {
    display: inline-block;
  }

  .hero-industry-content {
    padding: 120px 25px 20px;
  }

  .hero-industry-content::after {
    display: none;
  }

  .application__list {
    line-height: 1.5;
  }

  .application__list a {
    line-height: 1.5;
  }

  .application__item {
    width: 95%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .form__field {
    font-size: 16px;
  }

  .form__field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form__field::-moz-placeholder {
    font-size: 16px;
  }

  .form__field:-ms-input-placeholder {
    font-size: 16px;
  }

  .form__field::-ms-input-placeholder {
    font-size: 16px;
  }

  .form__field::placeholder {
    font-size: 16px;
  }

  .form__textarea {
    font-size: 16px;
  }

  .form__textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form__textarea::-moz-placeholder {
    font-size: 16px;
  }

  .form__textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .form__textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  .form__textarea::placeholder {
    font-size: 16px;
  }

  .content__title-blog {
    display: none;
  }

  .content__title-blog-mobile {
    display: block;
  }
}

@media (max-width: 700px) {
  .reviews__link {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    padding: 0;
  }

  .reviews__link svg {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .title-mobile .content__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .content__title-faq .content__title-wrapper span {
    margin-right: 50px;
  }

  .content__title-reviews-mobile {
    margin-bottom: 60px;
  }

  .header__burger {
    right: 25px;
  }

  .work__bg-element {
    height: 20px;
  }

  .logo-slider {
    margin-bottom: 35px;
  }

  .work__clients {
    margin-bottom: 0;
  }

  .work__client {
    max-width: 109px;
  }

  .brickcrm-main-info {
    padding: 0px 0px 17px 25px;
  }

  .brickcrm-section-wrapper {
    margin: 0 25px;
  }

  .brickcrm-section-title {
    font-size: 32px;
  }

  .brickcrm-section-title-wrapper {
    padding-left: 25px;
    text-align: center;
  }

  .brickcrm-section-title-wrapper span {
    margin-right: 40px;
  }

  .brickcrm-section-title-wrapper .text-after,
  .brickcrm-section-title-wrapper .text-before {
    top: -4px;
  }

  .first-screen__award {
    margin: -30px auto 30px;
  }

  .faq__item {
    padding: 15px 0;
    font-size: 15px;
  }

  .faq__item > summary {
    font-weight: 600;
    line-height: 145.5%;
    color: var(--color-dark);
    border: none;
    font-size: 15px;
  }

  .faq__item summary:after {
    right: 20px;
  }

  .faq__number {
    font-size: 15px;
  }

  .faq__answer {
    font-size: 15px;
    line-height: 145.5%;
  }

  .faq__answer p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .faq__link {
    font-size: 13px;
  }

  .faq__desc {
    width: 100%;
    font-size: 16px;
  }

  .faq__info {
    font-size: 15px;
  }

  .faq__link-info {
    font-size: 15px;
  }

  .services__link {
    font-size: 16px;
    padding-right: 35px;
  }

  .price-block__item-title {
    font-weight: 600;
    line-height: 145.5%;
    color: var(--color-dark);
    border: none;
  }

  .price-block__answer p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .application__form-wrapper {
    width: 80%;
  }

  .application__title {
    font-size: 36px;
  }

  .application__tooltip {
    max-width: 450px;
  }

  .file-label {
    font-size: 14px;
  }

  .file-label::before {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }

  .form__point {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .form__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }

  .numb {
    font-size: 15px;
    vertical-align: middle;
  }

  .contacts__list {
    width: 80%;
  }

  .contacts__bg {
    display: none;
  }

  .contacts__container {
    width: 100%;
  }

  .contacts__block {
    width: 170px;
    margin-bottom: 37px;
    padding-left: 20px;
  }

  .contacts__details {
    padding-left: 20px;
  }

  .contacts__block-email {
    padding-left: 0;
  }

  .contacts__block-social {
    width: 100%;
    margin-bottom: 0;
  }

  .contacts__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (max-width: 600px) {
  .content__title-reviews-mobile {
    margin-bottom: 70px;
  }

  .faq {
    margin-top: 60px !important;
  }

  .numb {
    font-size: 18px;
    vertical-align: middle;
  }
}

@media (max-width: 600px) {
  .gallery-slide-group__row_top {
    grid-template-columns: 1fr;
    grid-template-rows: 60vw;
  }

  .gallery-slide-group__row_bottom {
    grid-template-columns: 1fr;
    grid-template-rows: 60vw;
  }
}

@media only screen and (max-width: 575px) {
  .content-section_wrapper {
    width: 100%;
  }

  .content__title {
    margin-bottom: 30px;
  }

  .content-section_dop-title {
    font-size: 34px;
  }

  .first-screen__heading {
    font-size: 34px;
  }

  .content__title {
    font-size: 34px;
  }

  .logos-awards__item {
    -ms-flex: 0 0 24.5%;
    -webkit-box-flex: 0;
            flex: 0 0 24.5%;
  }

  .services__desc {
    font-weight: 400;
  }

  .expertise-list_item-title {
    font-size: 22px;
  }

  .process__desc {
    font-size: 14px;
  }

  .process__desc .process__text {
    margin-bottom: 15px;
  }

  .process__number {
    font-size: 150px;
  }
}

@media (max-width: 575px) {
  .link {
    font-size: 16px;
    padding: 0;
  }

  .cases-new__filters {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .cases-new__link {
    margin-top: 30px;
  }

  .case-card__image {
    height: 250px;
    margin-bottom: 25px;
  }

  .case-card__title a {
    font-size: 24px;
  }

  .case-card__desc {
    font-size: 15px;
  }

  .promo-block__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .promo-block__content {
    margin-top: 30px;
  }

  .promo-block__subtitle {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 20px;
  }

  .why-us__advantages {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .reviews__list {
    margin-top: 0px;
  }

  .reviews__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .gallery__row {
    margin-top: 0;
  }

  .problems__advantages {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .results__advantages {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .results__link {
    margin: 25px auto 0 auto;
  }

  .best-case-block .content-section_dop-title {
    font-size: 34px;
  }

  .best-case-block__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .best-case-block__content {
    margin-top: 30px;
  }

  .price-block__link {
    margin: 25px auto 0 auto;
  }

  .dont-do_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .blog_tg_list_item a {
    display: block;
  }

  .blog_tg_list_item_img {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .cases__name {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 0;
  }

  .cases__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cases__desc-mobile {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .cases__link {
    font-size: 14px;
  }

  .cases__link span::after {
    width: 15px;
    height: 15px;
    top: 3px;
  }

  .cases__link span {
    padding-right: 30px;
  }

  .cases__link span::after {
    top: 0;
  }

  .faq__desc-task .faq__image img {
    width: 150px;
  }

  .application__tooltip {
    font-size: 14px;
  }

  .application__tooltip a {
    font-size: 14px;
  }

  .application__form-wrapper {
    width: 100%;
  }

  .application__tooltip {
    max-width: 280px;
  }

  .file-label {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .file-label::before {
    margin: 0;
  }

  .file-wrapper {
    padding: 15px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .footer__contacts {
    width: 90%;
  }

  .contacts__bg {
    display: none;
  }

  .contacts__block-social {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .upstairs {
    width: 40px;
    height: 40px;
  }

  .upstairs-icon {
    width: 40px;
    height: 40px;
  }

  .content__title-gallery {
    margin-bottom: 34px !important;
  }

  .content__title-wrapper-blog-mobile {
    margin-left: 25px;
  }

  .brickcrm-main-tags {
    margin: 25px 0;
  }

  .brickcrm-main-tags li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
  }

  .brickcrm-main .first-screen__text {
    margin-bottom: 25px;
  }

  .brickcrm-main .first-screen__heading {
    margin-bottom: 25px;
  }

  .faq__list {
    width: 85%;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .faq__item {
    border: none;
  }

  .faq__item summary:after {
    width: 13px;
    height: 13px;
  }

  .faq__item[open] summary {
    margin-bottom: 25px;
  }

  .faq__link {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-gray-hover);
  }

  .faq__image img {
    width: 170px;
  }

  .faq__answer-list li {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .first-screen__slogan {
    font-size: 12px;
  }

  .hero-industry__slogan {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  .brickcrm-main .first-screen__heading {
    font-size: 34px;
    width: 90%;
  }

  .content__title-cases .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-reviews-mobile .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-blog-mobile .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-faq .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-gallery .content__title-wrapper span {
    margin-right: 60px;
  }

  .content__title-footer .content__title-wrapper span {
    margin-right: 60px;
  }

  .services__item .services__title::before {
    width: 30px;
    height: 30px;
    margin: 15px 0;
  }

  .brickcrm-reasons-title {
    font-size: 22px;
  }

  .first-screen__link a {
    font-size: 14px;
  }

  .hero-industry__text {
    font-size: 14px;
  }

  .hero-industry__heading {
    font-size: 34px;
  }

  .hero-industry__link a {
    font-size: 14px;
  }

  .contacts__list {
    width: 100%;
  }

  .contacts__item {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .header__burger {
    width: 20px;
    height: 17px;
  }

  .header__burger-wrapper::before,
  .header__burger-wrapper::after {
    width: 20px;
  }

  .header__burger-wrapper::after {
    width: 10px;
  }

  .header__burger-wrapper span {
    width: 20px;
  }

  .header__burger:hover .header__burger-wrapper::before {
    width: 10px;
  }

  .header__burger:hover .header__burger-wrapper::after {
    width: 20px;
  }

  .header__burger-wrapper span {
    top: 7px;
  }

  .mobile-menu {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
  }

  .mobile-menu__socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    margin-left: auto;
  }

  .mobile-menu__socials li {
    margin-top: 10px;
  }

  .mobile-menu__socials li:nth-child(3n) {
    margin-right: 0;
  }

  .mobile-menu__socials li:nth-child(4),
  .mobile-menu__socials li:nth-child(5),
  .mobile-menu__socials li:nth-child(6) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 419px) {
  .brickcrm-main .first-screen__heading {
    font-size: 24px;
  }

  .brickcrm-reasons-title {
    font-size: 20px;
  }

  .first-screen-content {
    padding-top: 30px;
  }

  .hero-industry-content {
    padding: 120px 10px 20px;
  }

  .hero-industry__text {
    width: 90%;
  }

  .hero-industry__heading {
    font-size: 24px;
  }
}

@media only screen and (max-width: 400px) {
  .content__title-wrapper-blog-mobile {
    margin-left: -5px;
  }

  .content__title-cases .content__title-wrapper span {
    margin-right: 40px;
  }

  .content__title-reviews-mobile .content__title-wrapper span {
    margin-right: 40px;
  }

  .content__title-faq .content__title-wrapper span {
    margin-right: 40px;
  }

  .content__title-gallery .content__title-wrapper span {
    margin-right: 50px;
  }

  .content__title-footer .content__title-wrapper span {
    margin-right: 30px !important;
  }

  .mobile-menu__container {
    padding: 60px 20px 80px 25px;
  }

  .contacts__block {
    width: 100% !important;
  }

  .contacts__block-email {
    padding-left: 20px !important;
  }

  .brickcrm-description .content__title-brickcrm-description-mobile .content__title-wrapper {
    margin-left: -220px;
  }

  .first-screen__heading {
    font-size: 30px;
  }

  .faq__list {
    width: 85%;
  }

  .faq__item > summary {
    font-size: 14px;
  }

  .faq__item summary:after {
    right: 0;
    width: 15px;
    height: 15px;
  }

  .faq__number {
    font-size: 14px;
    margin-right: 10px;
  }

  .faq__answer {
    width: 95%;
  }

  .faq__desc-task {
    max-height: 410px;
  }

  .faq__desc-task .faq__image img {
    width: 140px;
  }

  .price-block__text {
    width: 95%;
  }

  .price-block__examples-card a {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 350px) {
  .cases__link {
    font-size: 12px;
  }

  .cases__link span {
    padding-right: 20px;
  }

  .cases__link span::after {
    width: 10px;
    height: 10px;
    top: 3px;
  }

  .brickcrm-reasons-title {
    font-size: 18px;
  }

  .brickcrm-reasons-list-li-title {
    padding-left: 0;
  }

  .brickcrm-reasons-list-li-title .li-numb {
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    margin-right: 10px;
  }

  .brickcrm-reasons-list-li-title .li-numb:after {
    content: ".";
  }

  .brickcrm-reasons-list-li-text {
    padding-left: 0;
  }

  .application__title {
    font-size: 32px;
  }

  .form__checkbox-wrapper {
    margin-right: 10px;
  }

  .footer__contacts {
    width: 95%;
  }

  .contacts__block-address {
    margin-right: 0;
  }

  .contacts__block {
    width: 140px;
  }

  .contacts__block-time {
    width: 170px;
  }

  .contacts__block-social {
    width: 100%;
  }

  .contacts__list {
    width: 100%;
  }
}

@media only screen and (max-width: 300px) {
  .brickcrm-description .content__title-brickcrm-description-mobile .content__title-wrapper {
    margin-left: -260px;
  }
}