.banner-section__container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 37px;
  padding-bottom: 105px;
}

.banner-section__container img {
  cursor: pointer;
  max-width: 100%;
  border-radius: 16px;
  width: 100%;
}

.banner-section__mobile {
  display: none;
}

.anim2-btn.center {
  margin: 50px auto 0;
}
.anim2-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  display: flex;
  overflow: hidden;
  background-color: transparent;
  justify-content: center;
  padding: 26px 48px;
  border-radius: 8px;
  border: 1.5px solid var(--green-color);
  margin: 50px 20px 0 0;
  cursor: pointer;
}

.btn-txt-green2,
.btn-txt-black2 {
  position: relative;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: translateY(-110%);
  transition: all 0.2s linear;
}
.anim2-btn:hover .btn-txt-green2,
.anim2-btn:hover .btn-txt-black2 {
  transform: translateY(-10%);
}
.btn-txt-black2 {
  color: #0e1020;
}
.btn-txt-green2 {
  color: #0e1020;
}
.txt-wrapper2 {
  font-size: 16px;
  position: relative;
  height: 1em;
  margin-right: 0px;
  overflow: hidden;
  z-index: 1;
}
.btn-bg2 {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -215px;
  left: -15px;
  border-radius: 50%;
  background-color: var(--green-color);
  z-index: 0;
  transition: all 0.3s linear;
  /* transform: scale(0); */
}

.anim2-btn:hover .btn-bg2 {
  transform: scale(0);
  background-color: transparent;
}
.anim3-btn.center {
  margin: 50px auto 0;
}
.anim3-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  display: flex;
  overflow: hidden;
  background-color: var(--green-color);
  justify-content: center;
  padding: 26px 48px;
  border-radius: 8px;
  border: 1.5px solid var(--green-color);
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.anim3-btn:hover {
  background-color: transparent;
}

.btn-txt-green3,
.btn-txt-black3 {
  position: relative;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: translateY(-110%);
  transition: all 0.2s linear;
}
.anim3-btn:hover .btn-txt-green3,
.anim3-btn:hover .btn-txt-black3 {
  transform: translateY(-10%);
}

.btn-txt-black3 {
  color: #0e1020;
}
.btn-txt-green3 {
  color: #0e1020;
}
.anim3-btn.dark .btn-txt-green3 {
  color: var(--green-color);
}
.txt-wrapper3 {
  font-size: 16px;
  position: relative;
  height: 1em;
  margin-right: 0px;
  overflow: hidden;
  z-index: 1;
}
.btn-bg3 {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -165px;
  left: -15px;
  border-radius: 50%;
  background-color: var(--green-color);
  z-index: 0;
  transition: all 0.3s linear;
  /* transform: scale(0); */
}

.anim3-btn:hover .btn-bg3 {
  transform: scale(0);
  background-color: transparent;
}
.anim3-btn.mob {
  display: none;
}
@media screen and (max-width: 1140px) {
  .anim3-btn {
    margin: 0 auto;
  }
  .anim3-btn.desc {
    display: none;
  }
  .anim3-btn.mob {
    display: block;
    margin: 20px auto 0;
  }
}
@media (max-width: 994px) {
  .anim2-btn {
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .anim2-btn {
    margin: 20px auto 0;
  }
  .txt-wrapper2 {
    font-size: 14px;
  }
  .txt-wrapper3 {
    font-size: 14px;
  }
  .anim2-btn.center {
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .anim2-btn {
    width: 100%;
    height: 62px;
  }
  .anim3-btn.mob {
    width: 95%;
    height: 62px;
  }
  .anim3-btn {
    width: 100%;
    height: 62px;
  }
  .anim3-btn.mob {
    width: 95%;
    height: 62px;
  }
  .anim2-btn.center {
    width: 95%;
  }
  .btn-bg3 {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 576px) {
  .banner-section__pc {
    display: none;
  }
  .banner-section__mobile {
    display: block;
  }
  .banner-section__container img {
    border-radius: 10px;
  }
}

.content_page h1 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 42px;
  padding: 24px 0 32px;
  text-transform: uppercase;
}

.error-404 .pagetitle {
  text-align: center;
  font-size: 100px;
  font-weight: 700;
}

.error-404 {
  padding-top: 17vh;
  padding-bottom: 13vh;
  text-align: center;
  position: relative;
}

.error-404 img {
  position: absolute;
}

.error-404 .decor_left {
  left: 10%;
  top: 100px;
}

.error-404 .decor_right {
  right: 10%;
  top: 100px;
}

.error-404 .pagedescription {
  text-align: center;
  font-size: 22px;
  padding-bottom: 36px;
}

.error-404 .btn-transparent {
  display: inline-block;
}

.content_page .container {
  max-width: 900px;
}

.content_page h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  padding: 16px 0 24px;
  text-transform: uppercase;
}

.content_page ul li {
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 8px;
}

.content_page p strong,
.content_page ul li strong {
  font-weight: 600;
}

.content_page ul {
  padding-left: 16px;
  padding-bottom: 16px;
}

.content_page p {
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 16px;
}

.save_ukraine {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid #f4f4f4;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 3;
  background: #fff;
  color: #005bbb;
}
.save_ukraine.header_scroll {
  top: -42px;
}

.save_ukraine p {
  font-size: 18px;
  font-weight: 600;
  color: #005bbb;
  margin-left: 11px;
}

.save_ukraine p span {
  background: #005bbb;
  border-radius: 2px;
  color: #ffd500;
  padding: 1px 5px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

form textarea {
  resize: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

:root,
[data-theme='default'] {
  --color-main: 234;
  --color-primary: hsl(235, 18%, 36%);
  --color-primary-h: 235;
  --color-primary-s: 18%;
  --color-primary-l: 36%;
  --color-second: hsl(165, 56%, 69%);
  --color-second-h: 165;
  --color-second-s: 56%;
  --color-second-l: 69%;
  --color-dark: hsl(0, 0%, 13%);
  --color-dark-h: 0;
  --color-dark-s: 0%;
  --color-dark-l: 13%;
  --color-light: hsl(4, 19%, 84%);
  --color-light-h: 4;
  --color-light-s: 19%;
  --color-light-l: 84%;
  /* --vh; */
}

:root,
[data-theme='default'] {
  font-size: 1.1rem;
}

@media screen and (min-width: 20rem) {
  :root,
  [data-theme='default'] {
    font-size: calc(1.1rem + 0.7 * ((100vw - 20rem) / 30));
  }
}

@media screen and (min-width: 50rem) {
  :root,
  [data-theme='default'] {
    font-size: 1.8rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

*::-moz-selection {
  background: hsla(
    var(--color-second-h),
    var(--color-second-s),
    var(--color-second-l),
    0.8
  );
}

*::selection {
  background: hsla(
    var(--color-second-h),
    var(--color-second-s),
    var(--color-second-l),
    0.8
  );
}

html {
  position: relative;
  scrollbar-color: hsla(
      var(--color-primary-h),
      var(--color-primary-s),
      var(--color-primary-l),
      1
    )
    transparent;
  scrollbar-width: thin;
}

body {
  font-family: 'Gilroy', sans-serif;
  background: #fff;
  line-height: 1.2;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: hsla(
    var(--color-primary-h),
    var(--color-primary-s),
    var(--color-primary-l),
    1
  );
}

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

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  color: #000;
}

a span {
  transition: all 0.5s;
}

a:hover {
  color: #77b414;
}

a:hover span {
  color: #77b414;
}

button {
  font-family: 'Gilroy', sans-serif;
  /* background: transparent; */
  border: none;
  cursor: pointer;
}

.block-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
}

.title-red span {
  color: #e43637;
}

.title-blue span {
  color: #2b49e2;
}

.title-green span {
  color: #77b414;
}

.block-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.btn-solid-blue {
  background: #2b49e2;
  display: block !important;
}

@media (min-width: 1024px) {
  .btn-solid-blue,
  .btn-solid-red {
    padding: 20px 30px 19px 30px;
  }
}

.btn-solid-blue::after {
  background: #2b49e2;
}

.btn-solid-blue:before {
  background: linear-gradient(90deg, #2b49e2 0%, #6b7de5 100%);
}

.btn-solid-red {
  background: #e43536;
}

.btn-solid-red::after {
  background: #e43536;
}

.btn-solid-red:before {
  background: linear-gradient(90deg, #e43536 0%, #a1494a 100%);
}

.btn-transparent {
  position: relative;
  display: block;
  padding: 18px 27px 17px 27px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  color: #77b414;
  border: 1px solid #77b414;
  border-radius: 5px;
  transition: all 0.5s;
  z-index: 1;
}

.btn-transparent::after {
  background: transparent;
}

.btn-transparent span {
  transition: none;
}

.btn-transparent:hover {
  color: white;
}

.btn-transparent:hover span {
  color: inherit;
  transition: none;
}

.btn-transparent:active {
  color: white;
  background: #639512;
}

.btn-transparent:hover svg,
.btn-transparent:active svg {
  transform: translateX(10px);
  fill: white;
}

.btn-transparent svg {
  margin-left: 10px;
  transition: all 0.5s;
  fill: #77b414;
}

.btn-share {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}

.btn-share span:nth-of-type(1) {
  margin-right: 17px;
  color: #77b414;
  transition: all 0.5s;
}

.btn-share span:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(119, 180, 20, 0.22);
  border-radius: 50%;
  transition: all 0.5s;
}

.btn-share span:nth-of-type(2) .btn-icon {
  fill: #77b414;
  transition: all 0.5s;
}

.btn-share:hover span:nth-of-type(1) {
  color: #77b414;
}

.btn-share:hover span:nth-of-type(2) {
  background: #77b414;
}

.btn-share:hover span:nth-of-type(2) .btn-icon {
  fill: white;
}

.btn-share:active span:nth-of-type(2) {
  -webkit-animation: 0.2s activeSliderBtn;
          animation: 0.2s activeSliderBtn;
}

.social {
  width: 100%;
}

.social-item {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.social-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  transition: all 265ms ease-in;
}

.social-icon {
  width: 26px;
  height: 26px;
  fill: gray;
}

.social-networks {
  display: flex;
  align-items: center;
}

.social-networks__link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  transition: all 0.5s;
}

.social-networks__item {
  margin-right: 8px;
}

.social-networks__item:nth-last-child(1) {
  margin-right: 0;
}

.social-networks__item:hover {
  opacity: 0.5;
}

/*Удалить стили на класс show когда он не будет ни где задействован */
.show {
  visibility: visible;

  opacity: 1;
}

.noscroll {
  overflow: hidden;
}

.modal-close__line {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #77b414;
}

.modal-close__line:nth-child(2) {
  transform: rotate(45deg) translate(5px, 5px);
}

.modal-close__line:nth-child(3) {
  transform: rotate(135deg) translate(-5px, 6px);
}

/*BLOG PAGE*/
.blog-page .top {
  margin-bottom: 80px;
  position: relative;
}

.blog-top {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.blog-top__decor {
  position: absolute;
  border-radius: 50%;
}

.blog-top__decor.gradient {
  right: 0;
  width: 350px;
  height: 350px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(69, 168, 181, 0.15) 0%,
    rgba(255, 255, 255, 0.33) 100%
  );
}

.blog-top__decor.red {
  right: 0;
  top: 60px;
  width: 17px;
  height: 17px;
  background: rgba(214, 40, 41, 0.1);
}

.blog-top__decor.green {
  background: rgba(119, 180, 20, 0.1);
}

.blog-top__decor.green:nth-of-type(3) {
  top: 35px;
  left: 55%;
  width: 30px;
  height: 30px;
}

.blog-top__decor.green:nth-of-type(2) {
  right: 0;
  bottom: -90px;
  width: 73px;
  height: 73px;
}

.blog-top__decor.blue {
  left: 70%;
  top: 180px;
  width: 37px;
  height: 37px;
  background: rgba(48, 72, 198, 0.1);
}

.blog-social {
  position: absolute;
  left: -70px;
  bottom: -260px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.blog-top__wrap {
  position: relative;
}

.blog-categories {
  padding: 0 10px;
}

.blog-categories__list {
  display: flex;
  align-items: center;
}

.blog-page .blog-title__decor {
  top: -30px;
  left: -110px;
  font-size: 200px;
  font-weight: 700;
  line-height: 240px;
  color: white;
  text-shadow: 0 -1px 0 rgba(43, 73, 226, 0.05),
    0 -1px 0 rgba(43, 73, 226, 0.05), 0 1px 0 rgba(43, 73, 226, 0.05),
    0 1px 0 rgba(43, 73, 226, 0.05), -1px 0 0 rgba(43, 73, 226, 0.05),
    1px 0 0 rgba(43, 73, 226, 0.05), -1px 0 0 rgba(43, 73, 226, 0.05),
    1px 0 0 rgba(43, 73, 226, 0.05), -1px -1px 0 rgba(43, 73, 226, 0.05),
    1px -1px 0 rgba(43, 73, 226, 0.05), -1px 1px 0 rgba(43, 73, 226, 0.05),
    1px 1px 0 rgba(43, 73, 226, 0.05), -1px -1px 0 rgba(43, 73, 226, 0.05),
    1px -1px 0 rgba(43, 73, 226, 0.05), -1px 1px 0 rgba(43, 73, 226, 0.05),
    1px 1px 0 rgba(43, 73, 226, 0.05);
  z-index: -1;
}

.blog-title.block-title {
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
  color: rgba(43, 73, 226, 1);
}

.blog-desc {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: rgba(19, 20, 23, 1);
}

.blog-search {
  flex: 1;
  position: relative;
  max-width: 440px;
}

.search-form {
  display: none;
}

.search-form__input {
  height: 50px;
  background: rgba(255, 255, 255, 1);
  padding: 15px 60px 15px 17px;
  border: 1px solid #dedede;
}

.search-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  border-radius: 5px;
  background: rgba(119, 180, 20, 1);
  cursor: pointer;
}

.search-icon path {
  fill: rgba(255, 255, 255, 1);
}

.post-list {
  display: grid;
  grid-gap: 30px;
}

.post-item {
  border: 1px solid rgba(64, 64, 64, 0.1);
  border-radius: 10px;
}

.post-item__link {
  display: block;
  height: 100%;
}

.post-item__link:hover .post-item__icon {
}

.post-item__link:hover .post-item__icon path {
  stroke: rgba(48, 72, 198, 1);
}

.post-item__link:hover .post-item__icon {
  transform: translate(5px, -5px);
}

.post-item__img,
.post-item__img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}

.post-item__info {
  padding: 20px;
}

.post-item__date {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(97, 97, 97, 1);
}

.post-item__wrap {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.post-item__title {
  max-width: 94%;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  color: rgba(19, 20, 23, 1);
}

.post-item__icon {
  width: 10px;
  height: 10px;
  transition: ease-in-out 0.5s;
}

.post-item__icon path {
  stroke: rgba(19, 20, 23, 1);
}

.post-item__text {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
  color: rgba(64, 64, 64, 1);
}

.post-item__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-item__categories-title {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 6px;
}

.post-item__categories-title:nth-last-of-type(1) {
  margin-right: 0;
}

.post-item__categories-title.green {
  color: rgba(119, 180, 20, 1);
  background: rgba(119, 180, 20, 0.05);
}

.post-item__categories-title.blue {
  color: rgba(48, 72, 198, 1);
  background: rgba(48, 72, 198, 0.05);
}

.blog-pagination__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(64, 64, 64, 1);
  border-radius: 1px;
}

.page-numbers.current {
  color: rgba(119, 180, 20, 1);
  background: rgba(119, 180, 20, 0.1);
}

.page-numbers.next {
  display: none;
}

@media (min-width: 600px) {
  .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .post-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .blog-categories__list {
    position: relative;
    width: 100%;
    padding-bottom: 12px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .blog-page .top {
    margin-bottom: 15px;
  }

  .blog-top {
    margin-bottom: 60px;
    padding-top: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .blog-title.block-title {
    margin-bottom: 10px;
    font-size: 73px;
    line-height: 73px;
    text-align: left;
  }

  .blog-page .blog-title__decor {
    top: -16px;
    left: -23px;
    font-size: 100px;
    line-height: 100px;
  }

  .blog-desc.block-desc {
    font-size: 20px;
    line-height: 24px;
    max-width: 220px;
  }

  .blog-top__wrap {
    margin-bottom: 30px;
  }

  .blog-search {
    width: 100%;
    /*max-width: unset;*/
  }
}

/*BLOG PAGE END*/

/*PROJECT PAGE*/
.project-page .project-page__img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.project-page .project-team {
  margin-top: 120px;
  overflow: hidden;
}

.project-page .project-team__content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.project-page .project-team__title {
  margin-bottom: 65px;
  text-align: center;
}

.project-page .project-team__list {
  display: flex;
  align-items: center;
}

.project-page .project-team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.project-page .project-team__photo {
  margin-bottom: 40px;
  /* max-width: 180px;
	min-width: 180px;
	height: auto; */
}

.project-page .project-team__photo,
.project-page .project-team__photo img {
  width: 95px;
}

.project-page .project-team__name,
.project-page .project-team__profession {
  text-align: center;
}

.project-page .project-team__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #131417;
}

.project-page .project-team__btn {
  top: 35%;
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
}

.project-page .project-team__btn.next {
  right: -20px;
}

.project-page .project-team__btn.prev {
  left: -20px;
}

.project-page .project-team__btn::after {
  color: #000;
  content: '';
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  opacity: 1;
  display: block;
}

.project-page .project-team__btn.prev::after {
  background-image: url('assets/img/arr_left.svg');
}

.project-page .project-team__btn.next::after {
  background-image: url('assets/img/arr_right.svg');
}

.project-page .project-team__btn:hover {
  background: rgba(119, 180, 20, 0.2);
}

.project-page .project-team__btn:hover::after {
  background-position: 0 -17px;
}

.project-page .project-team__profession {
  font-size: 14px;
  line-height: 24px;
  color: rgba(78, 78, 78, 0.57);
}

.project-page .calculation-offer__title {
  padding-bottom: 20px;
}

.project-page .project-offer__subtitle {
  margin-bottom: 65px;
  max-width: 440px;
  font-size: 30px;
  line-height: 35px;
}

.project-page .portfolio-title,
.project-page .portfolio-desc {
  text-align: center;
}

.project-page .portfolio-examples {
  margin-top: 40px;
}

.project-page .portfolio-examples__img {
  min-height: unset;
  max-height: unset;
}

.project-page .portfolio-examples__list.hidden-all--js > :nth-child(n + 4) {
  display: none;
}

@media screen and (min-width: 1023px) {
  .project-page .project-team__photo,
  .project-page .project-team__photo img {
    max-width: 220px;
    min-width: 220px;
  }

  .project-page .project-team__btn {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .project-page .calculation-offer__title,
  .project-page .project-offer__subtitle,
  .project-page .project-offer__subdesc {
    text-align: left;
  }

  .project-page .project-offer__subtitle {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 23px;
  }

  .project-page .project-offer__subdesc {
    font-size: 16px;
    line-height: 27px;
  }

  .project-page .project-offer__subdesc br {
    display: inline;
  }

  .project-page .portfolio-examples {
    margin-top: 30px;
  }
}

@media screen and (max-width: 460px) {
  .project-page .project-team {
    margin-top: 60px;
  }
}

/*PROJECT PAGE END*/

/*TEXT PAGE*/
main.text-page {
  margin-top: 110px;
}

.text-page h1 {
  text-align: center;
}

.text-page h2 {
  margin: 20px 0;
  font-size: 32px;
  font-weight: 700;
}

.text-page p {
  font-size: 20px;
  line-height: 34px;
}

.text-page p strong {
  font-weight: 700;
}

.text-page p a {
  color: #77b414;
}

.text-page p a:hover {
  color: #d62829;
}

.text-page .text-page__btn {
  max-width: 270px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .text-page h2 {
    font-size: 24px;
  }

  .text-page p {
    font-size: 16px;
  }
}

@-webkit-keyframes wormsPong {
  25% {
    width: 100%;
  }

  50% {
    width: 0;
    left: auto;
    right: 0;
  }

  75% {
    width: 100%;
  }

  100% {
    width: 0;
    right: auto;
    left: 0;
  }
}

@keyframes wormsPong {
  25% {
    width: 100%;
  }

  50% {
    width: 0;
    left: auto;
    right: 0;
  }

  75% {
    width: 100%;
  }

  100% {
    width: 0;
    right: auto;
    left: 0;
  }
}

/* @-webkit-keyframes wormsPong {
  25% {
    width: 100%;
  }

  50% {
    width: 0;
    left: auto;
    right: 0;
  }

  75% {
    width: 100%;
  }

  100% {
    width: 0;
    right: auto;
    left: 0;
  }
} */

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* @-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
} */

@-webkit-keyframes avaliable {
  0% {
    background: transparent;
  }

  50% {
    opacity: 1;
    background: yellowgreen;
  }

  100% {
    background: transparent;
  }
}

@keyframes avaliable {
  0% {
    background: transparent;
  }

  50% {
    opacity: 1;
    background: yellowgreen;
  }

  100% {
    background: transparent;
  }
}

/* @-webkit-keyframes avaliable {
  0% {
    background: transparent;
  }

  50% {
    opacity: 1;
    background: yellowgreen;
  }

  100% {
    background: transparent;
  }
} */

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-2000px);
  }

  70% {
    transform: translateY(30px);
  }

  90% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-2000px);
  }

  70% {
    transform: translateY(30px);
  }

  90% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* @-webkit-keyframes bounce {
  0% {
    transform: translateY(-2000px);
  }

  70% {
    transform: translateY(30px);
  }

  90% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 0 rgba(119, 180, 20, 0.2), 0 0 0 0 rgba(119, 180, 20, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 15px rgba(119, 180, 20, 0.2), 0 0 0 0 rgba(119, 180, 20, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 30px rgba(119, 180, 20, 0), 0 0 0 26.7px rgba(119, 180, 20, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 30px rgba(119, 180, 20, 0), 0 0 0 40px rgba(119, 180, 20, 0);
  }
} */

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 0 rgba(119, 180, 20, 0.2), 0 0 0 0 rgba(119, 180, 20, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 15px rgba(119, 180, 20, 0.2), 0 0 0 0 rgba(119, 180, 20, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 30px rgba(119, 180, 20, 0), 0 0 0 26.7px rgba(119, 180, 20, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 30px rgba(119, 180, 20, 0), 0 0 0 40px rgba(119, 180, 20, 0);
  }
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 0 rgba(119, 180, 20, 0.2), 0 0 0 0 rgba(119, 180, 20, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 15px rgba(119, 180, 20, 0.2), 0 0 0 0 rgba(119, 180, 20, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 30px rgba(119, 180, 20, 0), 0 0 0 26.7px rgba(119, 180, 20, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(119, 180, 20, 0.3),
      0 0 0 30px rgba(119, 180, 20, 0), 0 0 0 40px rgba(119, 180, 20, 0);
  }
}

@-webkit-keyframes hoverViber {
  0% {
    box-shadow: 0 0 0 0px rgba(154, 90, 190, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes hoverViber {
  0% {
    box-shadow: 0 0 0 0px rgba(154, 90, 190, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* @-webkit-keyframes hoverViber {
  0% {
    box-shadow: 0 0 0 0px rgba(154, 90, 190, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */

@-webkit-keyframes hoverWhatsUp {
  0% {
    box-shadow: 0 0 0 0px rgba(36, 204, 99, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes hoverWhatsUp {
  0% {
    box-shadow: 0 0 0 0px rgba(36, 204, 99, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* @-webkit-keyframes hoverWhatsUp {
  0% {
    box-shadow: 0 0 0 0px rgba(36, 204, 99, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */

@-webkit-keyframes hoverFacebookMessenger {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 247, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes hoverFacebookMessenger {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 247, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* @-webkit-keyframes hoverFacebookMessenger {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 247, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */

@-webkit-keyframes hoverTelegram {
  0% {
    box-shadow: 0 0 0 0px rgba(54, 161, 212, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes hoverTelegram {
  0% {
    box-shadow: 0 0 0 0px rgba(54, 161, 212, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* @-webkit-keyframes hoverTelegram {
  0% {
    box-shadow: 0 0 0 0px rgba(54, 161, 212, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */

@-webkit-keyframes activeSliderBtn {
  0% {
    box-shadow: 0 0 0 0px rgba(119, 180, 20, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes activeSliderBtn {
  0% {
    box-shadow: 0 0 0 0px rgba(119, 180, 20, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* @-webkit-keyframes activeSliderBtn {
  0% {
    box-shadow: 0 0 0 0px rgba(119, 180, 20, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes dashSvg {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dashSvg {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* @-webkit-keyframes dashSvg {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
} */

/*LOADER*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 4444;
}

.loader.hidden {
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loader-logo {
  margin: auto;
}

/*LOADER END*/

.reviews-slider.splide,
.reviews-slider .splide,
.clients-slider.splide,
.clients-slider .splide,
.blog-slider.splide,
.blog-slider .splide {
  /* visibility: hidden; */
  position: relative;
  outline: none;
}

.reviews-slider.splide__container,
.reviews-slider .splide__container,
.clients-slider.splide__container,
.clients-slider .splide__container,
.blog-slider.splide__container,
.blog-slider .splide__container {
  position: relative;
  box-sizing: border-box;
}

.reviews-slider.splide__list,
.reviews-slider .splide__list,
.clients-slider.splide__list,
.clients-slider .splide__list,
.blog-slider.splide__list,
.blog-slider .splide__list {
  margin: 0 !important;
  padding: 0 !important;
  /* width: -webkit-max-content; */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.reviews-slider.splide.is-active .splide__list,
.reviews-slider .splide.is-active .splide__list,
.clients-slider.splide.is-active .splide__list,
.clients-slider .splide.is-active .splide__list,
.blog-slider.splide.is-active .splide__list,
.blog-slider .splide.is-active .splide__list {
  display: flex;
}

.reviews-slider.splide__pagination,
.reviews-slider .splide__pagination,
.clients-slider.splide__pagination,
.clients-slider .splide__pagination,
.blog-slider.splide__pagination,
.blog-slider .splide__pagination,
.team-slider .splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.reviews-slider.splide__pagination li,
.reviews-slider .splide__pagination li,
.clients-slider.splide__pagination li,
.clients-slider .splide__pagination li,
.blog-slider.splide__pagination li,
.blog-slider .splide__pagination li,
.team-slider .splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide__pagination li:last-child .splide__pagination__page {
  margin-right: 0;
}

.reviews-slider.splide__slide,
.reviews-slider .splide__slide,
.clients-slider.splide__slide,
.clients-slider .splide__slide,
.blog-slider.splide__slide,
.blog-slider .splide__slide {
  position: relative;
  outline: none;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.reviews-slider.splide__slide img,
.reviews-slider .splide__slide img,
.clients-slider.splide__slide img,
.clients-slider .splide__slide img,
.blog-slider.splide__slide img,
.blog-slider .splide__slide img {
  vertical-align: bottom;
}

.reviews-slider.splide__slider,
.reviews-slider .splide__slider,
.clients-slider.splide__slider,
.clients-slider .splide__slider,
.blog-slider.splide__slider,
.blog-slider .splide__slider {
  position: relative;
}

.reviews-slider.splide__spinner,
.reviews-slider .splide__spinner,
.clients-slider.splide__spinner,
.clients-slider .splide__spinner,
.blog-slider.splide__spinner,
.blog-slider .splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
}

.reviews-slider.splide__track,
.reviews-slider .splide__track,
.clients-slider.splide__track,
.clients-slider .splide__track,
.blog-slider.splide__track,
.blog-slider .splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.reviews-slider.splide--draggable
  > .splide__track
  > .splide__list
  > .splide__slide,
.reviews-slider
  .splide--draggable
  > .splide__track
  > .splide__list
  > .splide__slide,
.clients-slider.splide--draggable
  > .splide__track
  > .splide__list
  > .splide__slide,
.clients-slider
  .splide--draggable
  > .splide__track
  > .splide__list
  > .splide__slide,
.blog-slider.splide--draggable
  > .splide__track
  > .splide__list
  > .splide__slide,
.blog-slider
  .splide--draggable
  > .splide__track
  > .splide__list
  > .splide__slide {
  /* -webkit-user-select: none; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reviews-slider.splide--fade > .splide__track > .splide__list,
.reviews-slider .splide--fade > .splide__track > .splide__list,
.clients-slider.splide--fade > .splide__track > .splide__list,
.clients-slider .splide--fade > .splide__track > .splide__list,
.blog-slider.splide--fade > .splide__track > .splide__list,
.blog-slider .splide--fade > .splide__track > .splide__list {
  display: block;
}

.reviews-slider.splide--fade > .splide__track > .splide__list > .splide__slide,
.reviews-slider .splide--fade > .splide__track > .splide__list > .splide__slide,
.clients-slider.splide--fade > .splide__track > .splide__list > .splide__slide,
.clients-slider .splide--fade > .splide__track > .splide__list > .splide__slide,
.blog-slider.splide--fade > .splide__track > .splide__list > .splide__slide,
.blog-slider .splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.reviews-slider.splide--fade
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.reviews-slider
  .splide--fade
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.clients-slider.splide--fade
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.clients-slider
  .splide--fade
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.blog-slider.splide--fade
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.blog-slider
  .splide--fade
  > .splide__track
  > .splide__list
  > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.reviews-slider.splide--rtl,
.reviews-slider .splide--rtl,
.clients-slider.splide--rtl,
.clients-slider .splide--rtl,
.blog-slider.splide--rtl,
.blog-slider .splide--rtl {
  direction: rtl;
}

.reviews-slider.splide--ttb > .splide__track > .splide__list,
.reviews-slider .splide--ttb > .splide__track > .splide__list,
.clients-slider.splide--ttb > .splide__track > .splide__list,
.clients-slider .splide--ttb > .splide__track > .splide__list,
.blog-slider.splide--ttb > .splide__track > .splide__list,
.blog-slider .splide--ttb > .splide__track > .splide__list {
  display: block;
}

.reviews-slider.splide--ttb
  > .splide__track
  > .splide__list
  .splide__pagination,
.reviews-slider
  .splide--ttb
  > .splide__track
  > .splide__list
  .splide__pagination,
.clients-slider.splide--ttb
  > .splide__track
  > .splide__list
  .splide__pagination,
.clients-slider
  .splide--ttb
  > .splide__track
  > .splide__list
  .splide__pagination,
.blog-slider.splide--ttb > .splide__track > .splide__list .splide__pagination,
.blog-slider .splide--ttb > .splide__track > .splide__list .splide__pagination {
  width: auto;
}

.team-slider .splide__pagination {
  display: flex;
  margin-top: 10px;
}

.splide__arrows {
  position: relative;
}

.reviews-slider .splide__pagination {
  display: none;
}

.splide__arrow {
  position: relative;
  z-index: 2;
}

.splide__arrow--decor {
  position: absolute;
  top: -10px;
  left: -9px;
  width: 32px;
  height: 32px;
  background: rgba(119, 180, 20, 0.1);
  border-radius: 50%;
  transition: all 0.5s;
}

.splide__arrow:hover .splide__arrow--decor {
  /* top: -12px;
  left: -12px;
  width: 42px;
  height: 42px; */
  transform: scale(1.312);
  background: rgba(119, 180, 20, 0.22);
}

.splide__arrow:active .splide__arrow--decor {
  -webkit-animation: 0.2s activeSliderBtn;
          animation: 0.2s activeSliderBtn;
}

.splide__arrow--next {
  transform: rotate(180deg);
  /*transform-origin: 50% 42%;*/
  margin-top: -4px;
  /*left: 46px; */
  float: right;
}

.splide__pagination {
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.splide__pagination__page {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dfdfdf;
}

.splide__pagination__page.is-active {
  background: #77b414;
}

.header {
  width: 100%;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.header-wrap {
  display: flex;
  align-items: center;
  width: 40%;
}

.header-wrap:nth-of-type(2) {
  position: relative;
  justify-content: flex-end;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.header-nav__decor {
  display: block;
  width: 1px;
  height: 24px;
  background: #393939;
  opacity: 0.1;
}

.header-phone {
  display: flex;
  align-items: center;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #131417;
}

.header-phone__icon {
  margin-right: 5px;
  transition: all 0.5s;
}

.header-phone--mobile {
  display: none;
}

.header-phone:hover .header-phone__icon {
  fill: #77b414;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 92px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2px;
}

.header-logo__icon {
  width: 100%;
  height: 30px;
}

.header-menu__close .header-logo {
  display: none;
}

.header-lang {
  margin-right: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
}

.header-lang__title,
.dropdown-item--title {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #131417;
}

.header-lang__icon {
  margin-bottom: 1px;
  fill: #131417;
  transition: all 0.5s;
}

.header-lang:hover .header-lang__icon {
  fill: #77b414;
}

.header-lang:hover .header-lang__title,
.header-lang:hover .dropdown-item--title {
  color: #77b414;
}

.header-lang.active .header-lang__icon {
  transform: rotate(180deg);
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  /*min-height: 100vh;*/
  padding: 30px 175px;
  background: white;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.16);
  z-index: 11;
  transform: translateX(-160%);
  transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
}

.header-menu.active {
  transform: translateX(0%);
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.header-menu-box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  margin-top: 13px;
}

.box_soc_mob {
  margin: auto 0px auto;
}

.header-menu__close {
  display: flex;
  margin-bottom: 0px;
  flex-grow: 0.3;
  align-items: center;
}

.header-menu__close .close-icon {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.header-menu__close .close-line {
  width: 24px;
  height: 2px;
  margin: 0;
  display: block;
  background: black;
  /* -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); */
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.header-menu__close .close-line:nth-child(1) {
  transform: rotate(45deg) translate(1px, 7px);
}

.header-menu__close .close-line:nth-child(2) {
  transform: rotate(135deg) translate(6px, 1px);
}

.header-menu__close .close-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #131417;
  transition: all 0.5s ease-in-out;
}

.header-menu__close:hover .close-line {
  background: #77b414;
}

.header-menu__close:hover .close-icon path {
  fill: #77b414;
}

.header-menu__close:hover .close-title {
  color: #77b414;
}

.header-menu__title {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  color: #131417;
}

.header-menu__item {
  margin-bottom: 20px;
}

.header-menu__list li:nth-child(3n + 1):hover a {
  color: #3048c6;
}

.header-menu__list li:nth-child(3n + 2):hover a {
  color: #77b414;
}

.header-menu__list li:nth-child(3n + 3):hover a {
  color: #e43637;
}

.header-menu__list:nth-of-type(1) .header-menu__item {
  display: flex;
  align-items: center;
}

.header-menu__list:nth-of-type(1) .header-menu__item::before {
  content: '';
  display: block;
  margin-right: 23px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transition: all 0.5s;
}

.header-menu__list:nth-of-type(1) .header-menu__item:nth-of-type(1)::before {
  background: #3048c6;
}

.header-menu__list:nth-of-type(1)
  .header-menu__item:nth-of-type(1):hover::before {
  background: rgba(48, 72, 198, 0.5);
}

.header-menu__list:nth-of-type(1) .header-menu__item:nth-of-type(2)::before {
  background: #77b414;
}

.header-menu__list:nth-of-type(1)
  .header-menu__item:nth-of-type(2):hover::before {
  background: rgba(119, 180, 20, 0.5);
}

.header-menu__list:nth-of-type(1) .header-menu__item:nth-of-type(3)::before {
  background: #e43637;
}

.header-menu__list:nth-of-type(1)
  .header-menu__item:nth-of-type(3):hover::before {
  background: rgba(228, 54, 55, 0.5);
}

.header-menu__list:nth-of-type(1) .header-menu__link {
  font-size: 30px;
  line-height: 48px;
  color: #131417;
}

.header-menu__list:nth-of-type(1)::after {
  content: '';
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.header-menu__list:nth-of-type(2) .header-menu__item a {
  color: #131417;
  font-size: 32px;
  line-height: 32px;
}

/*.header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(1) a {*/
/*	font-size: 40px;*/
/*	line-height: 46px;*/
/*}*/

/*.header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(2) a,*/
/*.header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(3) a,*/
/*.header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(4) a {*/
/*	font-size: 45px;*/
/*	line-height: 46px;*/
/*}*/

.header-menu .menu-social {
  display: flex;
}

.header-menu__btn {
  margin-top: 30px;
}

.header {
  position: fixed;
  background: #fff !important;
  z-index: 4;
  left: 0;
  top: 42px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.header_scroll {
  box-shadow: 0 14px 37px rgba(33, 33, 33, 0.3);
  border-radius: 0px 0px 16px 16px;
  transition: all 0.3s ease-in-out;
}
.header.header_scroll {
  top: 0;
}
main {
  margin-top: 116px;
}

.dropdown-list {
  visibility: hidden;
  position: absolute;
  top: 1.4em;
  left: 0.35rem;
  background: white;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  transition: 0.5s;
  z-index: 1;
}

.dropdown-list.active {
  visibility: visible;
  transition: 0.5s;
}

.dropdown-item {
  width: 1.5rem;
  padding: 5px;
  transition: none;
}

.dropdown-item--link {
  display: block;
  transition: none;
}

.dropdown-item--title {
  display: block;
  text-align: center;
  transition: none;
}

.dropdown-item--title::after {
  display: none;
}

.burger {
  padding: 20px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: 0;
  transition: all 900ms cubic-bezier(0.8, 0, 0.33, 1);
}

.burger:focus,
.burger:active {
  background: none;
  box-shadow: none;
}

.burger:hover .burger-btn__title {
  color: #77b414;
}

.burger:hover .burger-line {
  background: #77b414;
}

.burger-btn__icon {
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-btn__title {
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #131417;
  transition: all 0.5s;
}

.burger-line {
  height: 2px;
  display: block;
  font-size: 0;
  background: #131417;
  transition: all 0.5s;
}

.burger-line.nav-btn__top {
  width: 19px;
}

.burger-line.nav-btn__middle {
  width: 22px;
}

.burger-line.nav-btn__bottom {
  width: 16px;
}

.screen-reader-response {
  display: none;
}

.top-content,
.calculation-content {
  display: flex;
  align-items: center;
  max-width: 1270px;
  padding-top: 0;
  padding-bottom: 0;
}

.top-screen {
  align-items: unset;
  max-width: unset;
  min-height: calc(100vh - 148px);
}

.top-screen .top-offer,
.top-screen .calculation-offer,
.top-screen .feedback-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 0 160px;
  min-height: 580px;
}

.top-screen .top-social {
  margin-top: 30vh;
  margin-right: 15px;
}

.top-social {
  flex: 0;
}

.top-social .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  transition: all 0.5s ease;
}

.top-social .social-link {
  display: block;
  transition: all 0.5s ease;
}

.top-social .social-link:hover {
  width: 50px;
  height: 50px;
}

.top-social .social-link:hover .social-icon {
  fill: white;
}

.top-social .social-link:hover.whatsup {
  background: #24cc63;
}

.top-social .social-link:hover.viber {
  background: #9a5abe;
}

.top-social .social-link:hover.facebook {
  background: #0080f7;
}

.top-social .social-link:hover.telegram {
  background: #36a1d4;
}

.top-social .social-link:hover {
  width: 30px;
  height: 30px;
}

.social-item {
  border-radius: 50%;
  transition: all 0.5s ease;
}

/*
.top-social .social-link.whatsup:before {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  width: 30px;
  height: 30px;
  background: transparent;
}

.top-social .social-link:hover.whatsup:before {
  background: #24cc63;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;

}
*/

.top-social .social-item1:hover {
  background: #24cc63;
}

.top-social .social-item:first-child:hover {
  background: #24cc63;
}

.top-social .social-item2:hover {
  background: #9a5abe;
}

.top-social .social-item3:hover {
  background: #0080f7;
}

.top-social .social-item4:hover {
  background: #36a1d4;
}

.top-social .social-item:hover .social-icon {
  fill: white;
}

.top-social .social-link:hover.whatsup {
  background: transparent;
}

.top-offer,
.calculation-offer,
.feedback-offer {
  position: relative;
  flex: 1;
  padding: 125px 0 0 160px;
  background: #050928;
  border-radius: 15px;
  overflow: hidden;
}

.top-offer__decor,
.calculation-offer__decor,
.feedback-offer__decor {
  position: absolute;
  z-index: -1;
}

.top-offer > .top-offer__decor,
.calculation-offer > .top-offer__decor,
.feedback-offer > .top-offer__decor,
.top-offer > .calculation-offer__decor,
.calculation-offer > .calculation-offer__decor,
.feedback-offer > .calculation-offer__decor,
.top-offer > .feedback-offer__decor,
.calculation-offer > .feedback-offer__decor,
.feedback-offer > .feedback-offer__decor {
  left: 65%;
  width: 450px;
  height: 450px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(61, 49, 135, 0.5) 0%,
    rgba(5, 9, 40, 0.5) 100%
  );
}

.top-offer__wrap,
.calculation-offer__wrap,
.feedback-offer__wrap {
  position: relative;
  z-index: 1;
}

.top-offer__wrap > .top-offer__decor,
.calculation-offer__wrap > .top-offer__decor,
.feedback-offer__wrap > .top-offer__decor,
.top-offer__wrap > .calculation-offer__decor,
.calculation-offer__wrap > .calculation-offer__decor,
.feedback-offer__wrap > .calculation-offer__decor,
.top-offer__wrap > .feedback-offer__decor,
.calculation-offer__wrap > .feedback-offer__decor,
.feedback-offer__wrap > .feedback-offer__decor {
  top: -40px;
  left: 0;
  width: 170px;
  height: 170px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(61, 49, 135, 0.5) 0%,
    rgba(5, 9, 40, 0.5) 100%
  );
}

.top-offer__title {
  position: relative;
  font-size: 100px;
  line-height: 100px;
  color: white;
  z-index: 1;
}

.top-offer__title-wrap {
  font-size: 180px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 180px;
}

.top-offer__title-wrap span:nth-of-type(1) {
  color: #90d224;
}

.top-offer__title-wrap span:nth-of-type(2) {
  color: #3048c6;
}

.top-offer__title-wrap span:nth-of-type(3) {
  color: #d62829;
}

.top-offer__title-decor {
  position: absolute;
  top: 5px;
  left: -80px;
  font-size: 290px;
  text-transform: uppercase;
  font-weight: 800;
}

.top-offer__title-decor span {
  color: transparent;
}

.top-offer__title-decor span:nth-of-type(1) {
  -webkit-text-stroke: 3px rgba(144, 210, 36, 0.3);
}

.top-offer__title-decor span:nth-of-type(2) {
  -webkit-text-stroke: 3px rgba(48, 72, 198, 0.3);
}

.top-offer__title-decor span:nth-of-type(3) {
  -webkit-text-stroke: 3px rgba(214, 40, 41, 0.3);
}

.top-offer__desc {
  /*padding-left: 10px;*/
  position: relative;
  /*font-size: 40px;
    line-height: 56px;
    color: white;*/
  z-index: 1;
  max-width: 473px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  margin: 24px 0;
}

.top-offer__list {
  padding-left: 12px;
}

.top-offer__item {
  position: relative;
  margin-top: 37px;
  display: flex;
  z-index: 1;
}

.top-offer__item::before {
  content: '';
  position: absolute;
  top: 4px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 2px;
}

.top-offer__item:nth-of-type(1) .top-offer__subdesc {
  display: none;
}

.top-offer__item:nth-of-type(1)::before {
  content: none;
  background: #d62829;
}

.top-offer__item:nth-of-type(2) {
  display: none;
}

.top-offer__item:nth-of-type(2)::before {
  background: #90d224;
}

.top-offer__item:nth-of-type(3) {
  display: none;
}

.top-offer__item:nth-of-type(3)::before {
  background: #3048c6;
}

.top-offer__item-decor {
  display: block;
  margin-right: 23px;
  margin-top: 11px;
  width: 13px;
  height: 13px;
  border-radius: 2px;
}

.top-offer__subdesc {
  font-size: 20px;
  line-height: 34px;
  color: #eeeeee;
}
.top-offer__subdesc span {
  color: #eeeeee;
}

.top-offer__typing {
  width: 400px;
  height: 85px;
  font-size: 20px;
  line-height: 34px;
  color: #eeeeee;
  cursor: inherit;
}

.top-offer__typing:hover {
  color: #eeeeee;
}

.top-offer__typing:hover span {
  color: #eeeeee;
}
.top-offer__typing span {
  color: #eeeeee;
}

.top-offer__btn {
  display: none;
  margin-top: 50px;
  max-width: 225px;
}
.top-offer__btn.show {
  display: block;
}
.about_page .top-offer__btn {
  display: block;
}

.top-offer__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-callback {
  margin-left: 22.5px;
  margin-right: 2.5px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: center;
  cursor: pointer;
}

.top-callback__title {
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: gray;
}

.top-callback__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #77b414;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-animation: 1s linear infinite hoverWave;
          animation: 1s linear infinite hoverWave;
}

.top-callback__btn .phone-icon {
  fill: white;
}

.top-features {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.top-features__wrap:nth-child(1) .top-features__item::before {
  background: #77b414;
}

.top-features__wrap:nth-child(1) .top-features__title .txt span {
  background: rgba(119, 180, 20, 0.22);
}

.top-features__wrap:nth-child(1) .top-features__title .txt-icon {
  fill: #77b414;
}

.top-features__wrap:nth-child(1) .top-features__title .line::before {
  background: #77b414;
}

.top-features__wrap:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}

.top-features__wrap:nth-child(2) .top-features__item::before {
  background: #3048c6;
}

.top-features__wrap:nth-child(2) .top-features__title .txt span {
  background: rgba(48, 72, 198, 0.22);
}

.top-features__wrap:nth-child(2) .top-features__title .txt-icon {
  fill: #3048c6;
}

.top-features__wrap:nth-child(2) .top-features__title .line::before {
  background: #3048c6;
}

.top-features__wrap:nth-child(3) .line-features__item::before,
.top-features__wrap:nth-child(3) .top-features__item::before {
  background: #d62829;
}

.top-features__wrap:nth-child(3) .line-features__title .txt span,
.top-features__wrap:nth-child(3) .top-features__title .txt span {
  background: rgba(214, 40, 41, 0.22);
}

.top-features__wrap:nth-child(3) .line-features__title .txt-icon,
.top-features__wrap:nth-child(3) .top-features__title .txt-icon {
  fill: #d62829;
}

.top-features__wrap:nth-child(3) .line-features__title .line::before,
.top-features__wrap:nth-child(3) .top-features__title .line::before {
  background: #d62829;
}

.top-features__link:hover .top-features__title .txt {
  color: inherit !important;
}

.top-features__link:hover .top-features__title .txt span {
  opacity: 1;
  visibility: visible;
}

.top-features__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #131417;
}

.top-features__title .txt {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.top-features__title .txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 38px;
  height: 38px;
  background: rgba(119, 180, 20, 0.22);
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.top-features__title .line {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
  width: 92px;
  height: 3px;
  background: #e8e8e8;
  border-radius: 2px;
}

.top-features__title .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 3px;
}

.top-features__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.top-features__item::before {
  content: '';
  display: block;
  margin-right: 14px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.top-features__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #4e4e4e;
}

.contacts {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  /*min-height: calc( 100vh - 10% );*/
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 35px;
  background: white;
  border-radius: 20px 0 0 20px;
  box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.16);
  z-index: 6;
  transform: translateX(100%);
  transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
}

.contacts.active {
  transform: translateX(0%);
}

.contacts-close {
  align-self: flex-end;
  display: flex;
  align-items: center;
}

.contacts-close .close-icon {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.contacts-close .close-line {
  width: 24px;
  height: 2px;
  margin: 0;
  display: block;
  background: black;
  /* -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); */
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.contacts-close .close-line:nth-child(1) {
  transform: rotate(45deg) translate(1px, 7px);
}

.contacts-close .close-line:nth-child(2) {
  transform: rotate(135deg) translate(6px, 1px);
}

.contacts-close .close-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #131417;
}

.contacts-close:hover .close-line {
  background: #77b414;
}

.close-title {
  transition: all 0.5s ease-in-out;
}

.close-icon path {
  transition: all 0.5s ease-in-out;
}

.contacts-close:hover .close-title {
  color: #77b414;
}

.contacts-close:hover .close-icon path {
  fill: #77b414;
}

.contacts-title {
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
  display: flex;
  flex-grow: 0.2;
  flex-direction: column;
}

.contacts-content {
  margin-top: 0px;
  padding-left: 147px;
  padding-right: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex-grow: 0.7;
}

.contacts-wrap {
  display: flex;
}

.contacts-connect {
  margin-right: 120px;
}

.contacts-connect__item {
  margin-bottom: 35px;
}

.contacts-connect__label {
  color: #bababa;
  font-size: 14px;
  margin-top: -8px;
  display: block;
}

.contacts-connect__phone,
.contacts-connect__email {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #131417;
}

.contacts-connect__link.link-phone,
.contacts-connect__link.link-email {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #131417;
}

.contacts-connect__link.link-phone:hover,
.contacts-connect__link.link-email:hover {
  color: #77b414;
}

.contacts-connect__link.link-phone {
  font-size: 34px;
  line-height: 41px;
}

.contacts-connect__link.link-email {
  font-size: 30px;
  line-height: 36px;
}

.contacts-connect__social {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.contacts-connect__social .social-item {
  margin-right: 12px;
}

.contacts-connect__social .social-link {
  width: 50px;
  height: 50px;
}

.contacts-connect__social .social-link.whatsup {
  background: #24cc63;
}

.contacts-connect__social .social-link.whatsup:hover {
  -webkit-animation: hoverWhatsUp 1s infinite;
          animation: hoverWhatsUp 1s infinite;
}

.contacts-connect__social .social-link.viber {
  background: #9a5abe;
}

.contacts-connect__social .social-link.viber:hover {
  -webkit-animation: hoverViber 1s infinite;
          animation: hoverViber 1s infinite;
}

.contacts-connect__social .social-link.facebook {
  background: #0080f7;
}

.contacts-connect__social .social-link.facebook:hover {
  -webkit-animation: hoverFacebookMessenger 1s infinite;
          animation: hoverFacebookMessenger 1s infinite;
}

.contacts-connect__social .social-link.telegram {
  background: #36a1d4;
}

.contacts-connect__social .social-link.telegram:hover {
  -webkit-animation: hoverTelegram 1s infinite;
          animation: hoverTelegram 1s infinite;
}

.contacts-connect__social .social-icon {
  position: relative;
  fill: white;
}
.contacts-connect .contacts-connect__item.mobile-other__phone {
  display: none;
}
.contacts-requisites__txt {
  font-size: 16px;
  line-height: 20px;
}

.contacts-requisites__txt:nth-child(1) {
  margin-bottom: 30px;
}

.contacts-requisites__txt span {
  font-weight: 700;
}

.contacts-requisites__social {
  margin-top: 30px;
}

.contacts-requisites__social__item:nth-of-type(1) svg {
  width: 21px;
  height: 13px;
}

.contacts-requisites__social__item:nth-of-type(2) svg {
  width: 9px;
  height: 21px;
}

.contacts-requisites__social__item:nth-of-type(3) svg {
  width: 21px;
  height: 21px;
}

.contacts-requisites__social__link {
  width: 48px;
  height: 48px;
}

.contacts-share {
  margin-top: 105px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 0.4;
  justify-content: flex-end;
}

.contacts-share__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #131417;
}

.contacts-share__btn {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.about-content {
  max-width: 1400px;
  padding-top: 12px;
  /* 	padding-bottom: 60px; */
  background: #f8f8f8;
  border-radius: 20px;
}

.about-content .container {
  display: flex;
  align-items: center;
  padding: 0;
}

.about-wrap,
.useful-wrap {
  position: relative;
  width: 50%;
  padding-left: 12px;
}

.about-wrap:nth-child(1),
.useful-wrap:nth-child(1) {
  padding-top: 60px;
}

.about-wrap:nth-child(2) {
  padding-top: 40px;
}
.useful-wrap:nth-child(2) {
  padding-top: 1px;
}

.about-decor__icon {
  display: none;
}

.about-title,
.useful-title,
.calculation-offer__title,
.feedback-offer__title,
.clients-title,
.reviews-title,
.team-title,
.blog-title {
  margin-bottom: 20px;
}

.about-desc,
.useful-desc,
.calculation-offer__subdesc,
.feedback-offer__subdesc,
.clients-desc,
.reviews-desc,
.team-desc,
.about_team-title-desc {
  max-width: 420px;
}

.about-desc span,
.useful-desc span,
.calculation-offer__subdesc span,
.feedback-offer__subdesc span,
.clients-desc span,
.reviews-desc span,
.team-desc span,
.about_team-title-desc span {
  font-weight: 700;
}

.about-btn {
  margin-top: 75px;
  max-width: 147px;
  text-transform: unset;
}

.about-list,
.useful-list {
  padding-top: 55px;
}

.about-item,
.useful-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.about-item__icon,
.useful-item__icon {
  flex: none;
  margin-right: 35px;
}

.about-item__title,
.modal-form__title,
.useful-item__title,
.quiz-content__title {
  /*margin-bottom: 12px;*/
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #131417;
}

.about-item__desc span {
  font-weight: bold;
}

.about-item__desc,
.useful-item__desc {
  max-width: 340px;
  font-size: 15px;
  line-height: 25px;
  color: #4e4e4e;
}

.portfolio {
  padding-top: 115px;
  overflow: hidden;
  margin-bottom: 1px;
}

.portfolio-content {
  position: relative;
}

.portfolio-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #131417;
}

/*.portfolio-title__decor,*/
/*.blog-title__decor {*/
/*  position: absolute;*/
/*  top: -100px;*/
/*  left: -86px;*/
/*  font-size: 200px;*/
/*  font-weight: 600;*/
/*  line-height: 230px;*/
/*  color: white;*/
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.05),*/
/*    0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05),*/
/*    -1px 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05),*/
/*    -1px 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05),*/
/*    -1px -1px 0 rgba(0, 0, 0, 0.05), 1px -1px 0 rgba(0, 0, 0, 0.05),*/
/*    -1px 1px 0 rgba(0, 0, 0, 0.05), 1px 1px 0 rgba(0, 0, 0, 0.05),*/
/*    -1px -1px 0 rgba(0, 0, 0, 0.05), 1px -1px 0 rgba(0, 0, 0, 0.05),*/
/*    -1px 1px 0 rgba(0, 0, 0, 0.05), 1px 1px 0 rgba(0, 0, 0, 0.05);*/
/*  z-index: -1;*/
/*}*/

/*.portfolio-desc {*/
/*  font-size: 20px;*/
/*  line-height: 34px;*/
/*  color: #0e0e0e;*/
/*}*/

/*.portfolio-desc br {*/
/*  display: none;*/
/*}*/

/*.portfolio .decor {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 50%;*/
/*  min-height: 150px;*/
/*}*/

/*.portfolio .decor-icon {*/
/*  position: absolute;*/
/*}*/

/*.portfolio-decor .decor-red {*/
/*  top: 4.7em;*/
/*  right: -6em;*/
/*  fill: #d62829;*/
/*}*/

/*.portfolio-decor .decor-blue {*/
/*  top: -2.5em;*/
/*  left: 19.5em;*/
/*}*/

/*.portfolio-decor .decor-circle {*/
/*  top: 4.7em;*/
/*  left: 15.5em;*/
/*}*/

/*.portfolio-settings {*/
/*  margin-top: 40px;*/
/*  display: flex;*/
/*}*/

/*.portfolio-settings__btn,*/
/*.quiz-content__btn,*/
/*.blog-item__btn {*/
/*  margin-right: 10px;*/
/*  min-width: 90px;*/
/*  max-height: 50px;*/
/*  padding: 14px 26px;*/
/*  font-weight: 400;*/
/*  white-space: nowrap;*/
/*  color: #3048c6;*/
/*  background: rgba(48, 72, 198, 0.1);*/
/*  border: none;*/
/*}*/

/*.portfolio-settings__btn::before,*/
/*.portfolio-settings__btn::after,*/
/*.quiz-content__btn::before,*/
/*.quiz-content__btn::after,*/
/*.blog-item__btn::before,*/
/*.blog-item__btn::after {*/
/*  content: none;*/
/*}*/

/* .portfolio-settings__btn:nth-last-child(1),  */
/*.quiz-content__btn:nth-last-child(1) {*/
/*  margin-right: 30px;*/
/*  display: none;*/
/*}*/

/*.portfolio-settings__btn:hover,*/
/*.quiz-content__btn:hover,*/
/*.blog-item__btn:hover {*/
/*  color: #3048c6;*/
/*  background: rgba(48, 72, 198, 0.15);*/
/*}*/

/*.portfolio-settings__btn.active,*/
/*.quiz-content__btn.active,*/
/*.blog-item__btn.active {*/
/*  background: #3048c6;*/
/*  color: white;*/
/*}*/

/*.portfolio-examples {*/
/*  margin-top: 10px;*/
/*  max-width: 1440px;*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*}*/

/*.portfolio-examples__list {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  grid-column-gap: 0;*/
/*  grid-row-gap: 0;*/
/*}*/

/*.portfolio-examples__list.hidden-all--js > :nth-child(n + 10) {*/
/*  display: none;*/
/*}*/

/*.hide--js {*/
/*  display: none !important;*/
/*}*/

/*.show--js {*/
/*  display: block !important;*/
/*}*/

/* .portfolio_page .portfolio-examples__list.hidden-all--js > :nth-child(n + 7) {
  display: block;
  } */
/*@media screen and (min-width: 768px) {*/
/*  .about-btn.btn_mob {*/
/*    display: none !important;*/
/*  }*/
/*}*/

/*.portfolio_page .portfolio-all__btn--js.btn_mob {*/
/*  display: none;*/
/*}*/

/*.portfolio-examples__item.mango {*/
/*  background: linear-gradient(248.41deg, #ff000a 0%, #ffa925 100%);*/
/*}*/

/*.portfolio-examples__item.costflow {*/
/*  background: #2c41b7;*/
/*}*/

/*.portfolio-examples__item.sitniks {*/
/*  background: linear-gradient(248.41deg, #171529 0%, #3b3a54 100%);*/
/*}*/

/*.portfolio-examples__item.utor {*/
/*  background: #212121;*/
/*}*/

/*.portfolio-examples__item.yavse {*/
/*  background: linear-gradient(180deg, #ffd950 0%, #ffc121 100%);*/
/*}*/

/*.portfolio-examples__item.systemator {*/
/*  background: linear-gradient(248.41deg, #5f5adf 0%, #817ee3 100%);*/
/*}*/

/*.portfolio-examples__link {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
/*  padding-top: 23px;*/
/*  padding-left: 24px;*/
/*  padding-bottom: 45px;*/
/*  padding-right: 24px;*/
/*}*/

/*  .portfolio-examples__link:hover .portfolio-examples__img {
  	transform: scale(1.06) !important;
  }
*/
/*.portfolio-examples__link:hover .portfolio-examples__icon {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/*.portfolio-examples__img {*/
/*  width: 100%;*/
/*  !* object-fit: cover; *!*/
/*  border-radius: 6px;*/
/*  transition: all 0.5s !important;*/
/*}*/

/*.portfolio-examples__img img {*/
/*  width: 100%;*/
/*  !*height: auto;*!*/
/*  height: 100%;*/
/*  border-radius: 6px;*/
/*  object-fit: cover;*/
/*  object-position: 0 0;*/
/*  !* min-height: 240px;*/
/*	max-height: 240px; *!*/
/*}*/

/*.portfolio-examples__wrap {*/
/*  width: 100%;*/
/*  margin-top: 24px;*/
/*  padding: 0 23px;*/
/*  align-self: baseline;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

/*.portfolio-examples__title {*/
/*  margin-bottom: 7px;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*  color: white;*/
/*}*/

/*.portfolio-examples__desc {*/
/*  !*max-width: 235px;*!*/
/*  max-width: 345px;*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*  color: white;*/
/*}*/

/*.portfolio-examples__icon {*/
/*  align-self: baseline;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 44px;*/
/*  height: 44px;*/
/*  background: #fff;*/
/*  border-radius: 50%;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 0.5s;*/
/*  flex-shrink: 0;*/
/*}*/

/*.portfolio-examples__btn,*/
/*.blog-btn {*/
/*  display: block;*/
/*  max-width: 245px;*/
/*  margin-top: 40px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  padding: 21px 40px;*/
/*}*/

/*.portfolio-examples__btn.show-all--js .btn-icon,*/
/*.show-all--js.blog-btn .btn-icon {*/
/*  transform: rotate(-90deg);*/
/*}*/

/*.portfolio_page {*/
/*  padding-top: 0;*/
/*}*/

.sort-show--js {
  display: block !important;
}

.sort-hide--js {
  display: none !important;
}

.useful {
  overflow-x: unset;
}

.useful-content .container {
  display: flex;
  align-items: center;
  padding: 0;
}

.useful-wrap {
  padding-left: 0;
}

.useful-wrap:nth-of-type(1) {
  /* position: sticky;
	top: 35%; */
  padding-top: 0;
  /* padding-bottom: 35px; */
  margin-top: 45px;
  margin-right: 60px;
}

.useful-decor__icon {
  position: absolute;
}

.useful-decor__icon.decor-green {
  bottom: -2em;
  right: 4em;
  fill: #e4f0d0;
}

.useful-decor__icon.decor-blue {
  width: 12px;
  height: 12px;
  top: -0.5em;
  right: 6em;
}

.useful-decor__icon.decor-circle {
  top: 8em;
  left: -5em;
}

.useful-title {
  padding-bottom: 15px;
}

.useful-title span {
  color: #77b414;
}

.useful-desc {
  margin-top: 30px;
  font-weight: 500;
  color: #131417;
}

.useful-desc span {
  font-weight: 600;
}

.useful-item__container--scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

/* .useful-item__wrap--scroll:not(:nth-of-type(1)) {
	  align-items: center;
	  } */
/* .useful-item__container--scroll > .useful-item__title {
	  margin-bottom: 0;
	  } */

.useful-item .useful-item__title br {
  display: none;
}
.useful-item {
  flex-direction: column;
}

.useful-item:nth-last-child(1) {
  margin-bottom: 0;
}

.useful-item__wrap {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
}

.useful-item__wrap:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}

.useful-item__wrap .useful-item__title:only-child {
  margin-bottom: 0;
}

.useful-item__desc {
  margin-left: 80px;
}

.useful-item__desc--scroll#active--scroll {
  opacity: 0;
  /* transition: all 0.8s ease 0s; */
  height: 0;
  margin: 0;
  padding: 0;
}

.not-active--scroll {
  opacity: 0;
}

.calculation {
  margin-top: 70px;
  margin-bottom: 120px;
}

.calculation-offer,
.feedback-offer {
  display: flex;
  align-items: center;
  min-height: 688px;
  justify-content: space-between;
  padding: 65px 105px;
  margin-left: 0;
}
.tech .calculation-offer,
.tech .feedback-offer {
  display: flex;
  align-items: center;
  min-height: auto;
  justify-content: center;
  padding: 65px 10px;
  margin-left: 0;
}
.calculation-offer {
  padding-top: 39.5px;
  padding-bottom: 34.5px;
  min-height: 560px;
}
.calculation-offer > .calculation-offer__decor,
.feedback-offer > .calculation-offer__decor,
.calculation-offer > .feedback-offer__decor,
.feedback-offer > .feedback-offer__decor {
  left: 73%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(21, 83, 91, 0.7) 0%,
    rgba(0, 6, 48, 0.7) 100%
  );
  /*	background: #45a8b5;
	opacity: .8;
	filter: blur(120px);*/
}

.calculation-offer__wrap,
.feedback-offer__wrap {
  padding-bottom: 30px;
}

.calculation-offer__wrap > calculation-offer__decor,
.feedback-offer__wrap > calculation-offer__decor {
  top: 0px;
  left: 40px;
  width: 170px;
  height: 170px;
  background: #5545b5;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.calculation-offer__title,
.feedback-offer__title {
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: white;
  z-index: 1;
}

.calculation-offer__title span,
.feedback-offer__title span {
  color: #77b414 !important;
}

.calculation-offer__subdesc,
.feedback-offer__subdesc {
  margin-top: 0;
  color: white;
}

.quiz {
  width: 605px;
  min-height: 520px;
  position: relative;
  padding: 65px 75px;
  background: white;
  border-radius: 20px;
  z-index: 1;
}

.quiz-steps {
  display: flex;
  align-items: center;
}

.quiz-steps__item {
  margin-right: 15px;
  width: 47px;
  height: 4px;
  background: #4e4e4e;
  border-radius: 4px;
  opacity: 0.3;
}

.quiz-steps__item:nth-last-of-type(1) {
  margin-right: 0;
}

.quiz-steps__item.active {
  background: #3048c6;
  opacity: 1;
}

.quiz-content {
  margin-top: 25px;
}

.quiz-content.step-1 .quiz-content__wrap,
.quiz-content.step-3 .quiz-content__wrap {
  flex-wrap: wrap;
}

.quiz-content.step-2 .quiz-content__wrap {
  flex-direction: column;
}

.quiz-content__title {
  max-width: 65%;
}

.quiz-content__btn {
  margin-bottom: 10px;
}

.quiz-content__btn:nth-last-child(1) {
  margin-right: 0;
}

.quiz-content__wrap {
  margin-top: 47px;
  display: flex;
}

.quiz-content__wrap .quiz-textarea {
  background: transparent;
}

.quiz-content__wrap .quiz-textarea__progress {
  font-size: 14px;
  text-align: center;
  color: #4e4e4e;
}

.quiz-content__wrap .quiz-file__label {
  cursor: pointer;
}

.quiz-content__wrap .quiz-file__title {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.quiz-content__wrap .quiz-file__field[type='file'] {
  display: none;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quiz-content__wrap .quiz-file__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-content__wrap .quiz-file__list li {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.quiz-content__wrap .quiz-file__list li:nth-last-child(1) {
  margin-right: 0;
}

.quiz-content__wrap .quiz-file__list li p {
  margin-right: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #3048c6;
  line-height: 20px;
}

.quiz-content__wrap .quiz-file__list li .file-delete__btn {
  font-size: 0;
  width: 10px;
  height: 10px;
}

.quiz-content__wrap .quiz-file__list li .file-delete__btn::before,
.quiz-content__wrap .quiz-file__list li .file-delete__btn::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #d62829;
}

.quiz-content__wrap .quiz-file__list li .file-delete__btn::before {
  transform: rotate(45deg) translate(-1.5px, 3px);
}

.quiz-content__wrap .quiz-file__list li .file-delete__btn::after {
  transform: rotate(-45deg) translate(-1.5px, -3px);
}

.quiz-content__wrap .quiz-file__progress {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.quiz-content__wrap .quiz-file__progress .progress-bar {
  width: 100%;
  height: 4px;
  background: #4e4e4e;
  border-radius: 4px;
  opacity: 0.3;
}

.quiz-content__wrap .quiz-file__progress .progress-title {
  font-size: 14px;
  color: #4e4e4e;
}

.quiz-btn {
  margin-top: 50px;
  padding: 22px 55px;
}

.quiz-form {
  width: 100%;
}

.clients {
  margin-top: 107px;
  margin-bottom: 100px;
}

.clients-content {
  position: relative;
}

.clients-decor__icon {
  position: absolute;
  z-index: -1;
}

.clients-decor__icon.decor-blue {
  top: 3rem;
  left: 8rem;
}

.clients-decor__icon.decor-circle {
  top: 4.5rem;
  right: 8rem;
  width: 26px;
  height: 26px;
}

.clients-decor__icon.decor-green {
  right: 7rem;
  width: 24px;
  height: 24px;
  fill: #77b414;
}

.clients-title,
.reviews-title,
.team-title {
  text-align: center;
}

.clients-desc,
.reviews-desc,
.team-desc,
.about_team-title-desc {
  max-width: unset;
  text-align: center;
}

.clients-desc span,
.reviews-desc span,
.team-desc span,
.about_team-title-desc span {
  font-weight: 600;
}

.clients-wrap,
.reviews-wrap,
.blog-wrap {
  margin-top: 25px;
  max-width: 1230px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.clients-wrap {
  max-width: 100%;
}

.clients-slider__item {
  text-align: center;
}

.clients-slider.slider-top {
  margin-bottom: 20px;
}

.clients-slider__item .clients-icon {
  -webkit-filter: brightness(117%) contrast(34%) saturate(0) blur(0) hue-rotate(0);
          filter: brightness(117%) contrast(34%) saturate(0) blur(0) hue-rotate(0);
}

.clients-slider__item:hover .clients-icon {
  -webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0);
          filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0);
}

#logo-15 path:first-child {
  display: none;
}

.reviews {
  padding: 75px 0 50px;
  background: #f8f8f8;
}

.reviews-content {
  position: relative;
}

.reviews-decor__icon {
  position: absolute;
}

.reviews-decor__icon.decor-blue {
  top: 3rem;
  left: 7rem;
}

.reviews-decor__icon.decor-circle {
  top: 0.5rem;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}

.reviews-decor__icon.decor-red {
  right: 5rem;
  width: 24px;
  height: 24px;
  fill: #d62829;
}

.reviews-desc span {
  font-weight: 600;
}

.reviews-wrap {
  margin-top: 10px;
}

.reviews-slider .splide__track {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 55px;
}

.reviews-slider__arrows {
  text-align: center;
  bottom: 300px;
}

.reviews-slider__arrow {
  text-align: center;
}

.reviews-slider__arrow.prev {
  /*margin-right: 285px;*/
  float: left;
  right: 60px;
}

.reviews-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
  min-height: 503px;
  padding: 46px 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.reviews-item__wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-item__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #131417;
}

.reviews-item__profession {
  font-size: 14px;
  line-height: 24px;
  color: rgba(78, 78, 78, 0.56);
}

.reviews-item__social--icon {
  -webkit-filter: brightness(222%) contrast(100%) saturate(0) blur(0) hue-rotate(0);
          filter: brightness(222%) contrast(100%) saturate(0) blur(0) hue-rotate(0);
}

.reviews-item__social--link:hover .reviews-item__social--icon {
  -webkit-filter: none;
          filter: none;
}

.reviews-item__text {
  flex: auto;
  font-size: 15px;
  line-height: 26px;
  color: #4e4e4e;
}

.reviews-item__link {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #77b414;
}

.reviews-item__link:hover {
  text-decoration: none;
}

.team {
  margin-top: 110px;
  padding-bottom: 97px;
  /* overflow: hidden */
}

.team-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.team-decor__icon {
  position: absolute;
}

.team-decor__icon.decor-circle {
  top: 0;
  left: -2rem;
  opacity: 0.5;
}

.team-decor__icon.decor-green {
  top: 0;
  right: 0;
  fill: #e4f0d0;
}

.team-title br {
  display: none;
}

.team-title span:nth-of-type(2) {
  color: #77b414;
}

.team-desc span {
  font-weight: 600;
}

.team-list {
  position: relative;
  max-width: 830px;
  width: 100%;
  min-height: 270px;
  margin: 0 auto;
}

.team-item {
  position: absolute;
}

.team-item:nth-of-type(1) {
  top: 55px;
  left: -27%;
}

.team-item:nth-of-type(1) img {
  width: 103px;
  height: 103px;
}

.team-item:nth-of-type(2) {
  top: -11px;
  left: -8%;
}

.team-item:nth-of-type(2) img {
  width: 71px;
  height: 71px;
}

.team-item:first-child .team-bubble {
  top: -105px;
  left: -31px;
}

.team-item:nth-of-type(2) .team-bubble {
  top: -105px;
  left: -49px;
}

.team-item:nth-of-type(3) {
  top: 125px;
  left: 1%;
}

.team-item:nth-of-type(3) img {
  width: 65px;
  height: 65px;
}

.team-item:nth-of-type(3) .team-bubble {
  top: -90px;
  left: -50px;
}

.team-item:nth-of-type(4) {
  bottom: -13px;
  left: -18%;
}

.team-item:nth-of-type(4) img {
  width: 115px;
  height: 115px;
}

.team-item:nth-of-type(4) .team-bubble {
  top: -122px;
  left: -23px;
}

.team-item:nth-of-type(5),
.team-item:nth-of-type(6) {
  top: 32px;
  left: 18%;
}

.team-item:nth-of-type(5) .team-item__wrap:hover .team-desc,
.team-item:nth-of-type(6) .team-item__wrap:hover .team-desc {
  visibility: visible;
}

.team-item:nth-of-type(5) .team-desc,
.team-item:nth-of-type(6) .team-desc {
  position: absolute;
  top: 0;
  left: -1px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  height: 260px;
  background: #77b414;
  border-radius: 50%;
  visibility: hidden;
}

.team-item:nth-of-type(5) .team-desc__name,
.team-item:nth-of-type(6) .team-desc__name {
  font-size: 30px;
  font-weight: 900;
  line-height: 37px;
  color: #fff;
}

.team-item:nth-of-type(5) .team-desc__profession,
.team-item:nth-of-type(6) .team-desc__profession {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.team-item:nth-of-type(6) {
  left: 51%;
}

.team-item:nth-of-type(7) {
  top: 62px;
  left: 89%;
}

.team-item:nth-of-type(7) img {
  width: 137px;
  height: 137px;
}

.team-item:nth-of-type(7) .team-bubble {
  top: -107px;
  left: -16px;
}

.team-item:nth-of-type(8) {
  top: 14px;
  left: 115%;
}

.team-item:nth-of-type(8) img {
  width: 81px;
  height: 81px;
}

.team-item:nth-of-type(8) .team-bubble {
  top: -91px;
  left: -42px;
}

.team-item:nth-of-type(9) {
  top: 173px;
  left: 116%;
}

.team-item:nth-of-type(9) img {
  width: 88px;
  height: 88px;
}

.team-item:nth-of-type(9) .team-bubble {
  top: -105px;
  left: -42px;
}

.team-item:nth-of-type(10) {
  bottom: -15px;
  left: 95%;
}

.team-item:nth-of-type(10) img {
  width: 74px;
  height: 74px;
}

.team-item:nth-of-type(10) .team-bubble {
  top: -90px;
  left: -46px;
}

.team-item__wrap {
  position: relative;
  width: 100%;
}

.team-item__wrap:hover .team-bubble {
  visibility: visible;
}

.team-bubble {
  visibility: hidden;
  position: absolute;
  top: -3.3rem;
  left: -1rem;
  width: 170px;
  padding: 20px 30px;
  border-radius: 4px;
  z-index: 2;
}

.team-bubble::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px;
  margin: 0 auto;
}

.team-bubble.red {
  background: #d62829;
}

/* .team-bubble.red::before {
  border-top-color: #d62829;
} */

.team-bubble.blue {
  background: #3048c6;
}

/* .team-bubble.blue::before {
  border-top-color: #3048c6;
} */

.team-bubble__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.team-bubble__profession {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.team-features__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 810px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.team-features__number {
  position: relative;
  font-size: 54px;
  font-weight: 700;
  line-height: 67px;
  text-align: center;
  color: #131417;
}

.team-features__number::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  width: 100%;
  height: 12px;
  z-index: -1;
}

.team-features__item:nth-of-type(1) .team-features__number::after {
  background: #77b414;
}

.team-features__item:nth-of-type(2) .team-features__number::after {
  background: #2b49e2;
}

.team-features__item:nth-of-type(3) .team-features__number::after {
  background: #e43637;
}

.team-features__item:nth-of-type(4) .team-features__number::after {
  background: #8d30c6;
}

.team-features__desc {
  /* margin-top: 15px; */
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #4e4e4e;
}

.feedback {
  margin-top: 115px;
  margin-bottom: 115px;
}

.feedback-content {
  max-width: 1270px;
}

.feedback-uiux {
  height: 555px;
}

.feedback-offer {
  justify-content: space-between;
  min-height: 555px;
  padding-left: 109px;
  padding-right: 165px;
  padding-top: 50px;
  width: 100%;
}

/*.feedback-offer-uiux {
	top: -440px;
	}*/

.feedback-offer__wrap {
  padding-bottom: 0;
}

.feedback-offer__wrap:nth-of-type(3) {
  position: relative;
  padding-bottom: 18px;
}

.feedback-offer__wrap:nth-of-type(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120px;
  display: block;
  width: 2px;
  height: 250px;
  background: #2f2e45;
}

.feedback-offer__item {
  margin-bottom: 25px;
}

.feedback-offer__title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.feedback-offer__title span {
  color: inherit;
}

.feedback-offer__subdesc {
  margin-bottom: 50px;
  padding-top: 24px;
}

.feedback-offer__subdesc span {
  font-weight: 600;
}

.feedback-offer__btn {
  max-width: 240px;
  padding: 25px 50px;
  z-index: 1;
  font-size: 14px;
}

.feedback-offer__contacts {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: white;
  /*display: flex;
      align-items: center;
      margin-bottom: 30px;*/
}
.feedback-offer__country {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(163, 166, 212, 1);
  margin-left: 18px;
}
.feedback-offer__contacts span {
  width: 21px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  margin-right: 13px;
  margin-left: -13px;
  position: relative;
  top: -4px;
}

.feedback-offer__contacts br:nth-of-type(1) {
  display: none;
}

.feedback-offer__link {
  display: block;
  margin-top: 8px;
  margin-left: 20px;
  font-weight: 600;
  color: white;
}

.feedback-offer__link.link-phone {
  font-size: 40px;
  line-height: 47px;
}

.feedback-offer__link.link-email {
  font-size: 30px;
  line-height: 36px;
}

.feedback-offer__social {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-left: 20px;
}

.feedback-offer__social .social-item {
  margin-right: 12px;
}

.feedback-offer__social .social-link {
  width: 50px;
  height: 50px;
}

.feedback-offer__social .social-link.whatsup {
  background: #24cc63;
}

.feedback-offer__social .social-link.whatsup:hover {
  -webkit-animation: hoverWhatsUp 1s infinite;
          animation: hoverWhatsUp 1s infinite;
}

.feedback-offer__social .social-link.viber {
  background: #9a5abe;
}

.feedback-offer__social .social-link.viber:hover {
  -webkit-animation: hoverViber 1s infinite;
          animation: hoverViber 1s infinite;
}

.feedback-offer__social .social-link.facebook {
  background: #0080f7;
}

.feedback-offer__social .social-link.facebook:hover {
  -webkit-animation: hoverFacebookMessenger 1s infinite;
          animation: hoverFacebookMessenger 1s infinite;
}

.feedback-offer__social .social-link.telegram {
  background: #36a1d4;
}

.feedback-offer__social .social-link.telegram:hover {
  -webkit-animation: hoverTelegram 1s infinite;
          animation: hoverTelegram 1s infinite;
}

.feedback-offer__social .social-icon {
  position: relative;
  fill: white;
}

.blog {
  margin-top: 83px;
}

.blog-content {
  position: relative;
}

.blog-decor__icon {
  position: absolute;
}

.blog-decor__icon.decor-blue {
  top: 3rem;
  left: 20rem;
}

.blog-wrap {
  margin-top: 0;
  padding-bottom: 0;
}

.blog-slider .splide__track {
  padding-top: 15px;
  padding-bottom: 55px;
}

.blog-slider__arrows {
  position: absolute;
  top: -87px;
  right: calc(50% - 550px);
}

.blog-slider__arrow.prev {
  margin-right: 200px;
}

.blog-slider .splide__pagination {
  top: -87px;
  bottom: unset;
  right: calc(50% - 440px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-item {
  max-width: 450px;
  padding: 37px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.blog-item__img {
  width: 100%;
}

.blog-item__date {
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.blog-item__date--txt {
  margin-left: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #4e4e4e;
}

.blog-item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #131417;
}

.blog-item__category {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-item__category-name {
  margin-right: 15px;
  padding: 5px 15px;
  background: rgba(119, 180, 20, 0.2);
  border-radius: 30px;
}

.blog-item__category-name:nth-last-child(1) {
  margin-right: 0;
}

.blog-item__category-name .category-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #77b414;
}

.blog-btn {
  text-transform: uppercase;
  margin-top: 0;
}

.about_page-offer {
  background: #050928;
}

.about_page-offer .title {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 120%;
  color: #77b414;
  -webkit-text-stroke: 4px #77b414;
}

.about_page-offer > .about_page-offer__desc {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  color: #ffffff;
  max-width: 410px;
  margin-top: 30px;
  z-index: 1;
}

.about_page-offer > .about_page-offer__desc span {
  color: #77b414;
}

.about_page-offer .about-offer__title-decor {
  position: absolute;
  top: -82px;
  left: -93px;
  color: transparent;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 200px;
  line-height: 110%;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.12);
}

.about_principles {
  padding: 90px 0 120px;
}

.about_principles-wrap {
  max-width: 810px;
}

.about_principles-wrap .about_principles-title span {
  color: #77b414;
  display: block;
}

.about_principles-block {
  margin-top: 56px;
}

.about_principles-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.about_principles-block__item:last-child {
  margin-bottom: 0;
}

.about_principles-block__item:nth-child(1) .principles__number {
  color: #2b49e2;
  background-image: url('assets/img/principles_icon1.svg');
}

.about_principles-block__item:nth-child(2) .principles__number {
  color: #77b414;
  background-image: url('assets/img/principles_icon2.svg');
}

.about_principles-block__item:nth-child(3) .principles__number {
  color: #e43637;
  background-image: url('assets/img/principles_icon3.svg');
}

.about_principles-block__item:nth-child(4) .principles__number {
  color: #8d30c6;
  background-image: url('assets/img/principles_icon4.svg');
}

.about_principles-block__item .principles__number {
  background-size: cover;
  background-repeat: no-repeat;
  width: 47px;
  height: 50px;
  margin-right: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 146.9%;
}

.about_principles-block__item .principles__title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #0e0e0e;
  margin-bottom: 0;
  max-width: 175px;
  flex-shrink: 0;
}

.about_principles-block__item .principles__text {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #131417;
  max-width: 381px;
  margin-left: auto;
}

.about_principles-block__item .principles__text span {
  font-weight: bold;
}

.about_mission {
  background-color: #f8f8f8;
  border-radius: 23px;
  padding: 100px 0;
  text-align: center;
}

.about_mission_wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.about_mission__title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  color: #0e0e0e;
  margin-top: 13px;
}

.about_mission__text {
  max-width: 570px;
  margin: 32px auto 0;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
  color: #212121;
}

.about_mission__text span {
  font-weight: 600;
}

.about_mission__decor--svg path {
  transition: fill-opacity 1s;
  /* -webkit-transition: fill-opacity 1s; */
}

.about_mission__decor--svg.start path {
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  /* fill-opacity: 0; */
  animation: dashSvg 10s linear;
  -webkit-animation: dashSvg 10s linear;
}

.about_mission__decor-left {
  position: absolute;
  left: 52px;
  top: 0;
}

.about_mission__decor-right {
  position: absolute;
  right: 52px;
  top: 0;
}

.about_team {
  padding: 120px 0 70px;
  overflow: hidden;
}

.about_team-title {
  text-align: center;
}

.about_team-title span {
  color: #77b414;
}

.about_team-title-desc span {
  font-weight: 600;
}

.about_team .block-desc {
  margin: 16px 0 50px;
}

.about_map {
  padding: 70px 0;
}

.about_map .container {
  max-width: 1200px;
}

.about_map-title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  color: #131417;
}

.about_map-title span {
  color: #77b414;
}

.about_map .team-desc {
  margin-top: 16px;
}

.about_map-inner {
  margin-top: 51px;
}

.about_map__items {
  position: relative;
  text-align: center;
  min-width: 1180px;
}

.about_map__items-img::-webkit-scrollbar {
  width: 0;
}

.about_map__items .about_map__item:hover .about_map__item-plashka {
  display: flex;
  z-index: 10;
}

.about_map__items .about_map__item-marker {
  width: 22px;
  height: 22px;
  background: rgba(43, 73, 226, 0.1);
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about_map__items .about_map__item-marker_center {
  background: #2b49e2;
  width: 10px;
  height: 10px;
  border-radius: 150px;
}

.about_map__items .about_map__item-plashka {
  white-space: nowrap;
  background: #2b49e2;
  border-radius: 4px;
  padding: 4px 16px;
  position: absolute;
  top: -30px;
  left: -70%;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 170%;
  align-items: center;
  text-align: center;
  color: #ffffff;
  display: none;
  z-index: 0;
}

.about_map__items > .item1 {
  position: absolute;
  top: 156px;
  left: 313px;
}

.about_map__items > .item1 > .about_map__item-plashka {
  display: flex;
}

.about_map__items > .item2 {
  position: absolute;
  top: 100px;
  left: 552px;
}

.about_map__items > .item2 > .about_map__item-plashka {
  display: flex;
}

.about_map__items > .item3 {
  position: absolute;
  top: 161px;
  left: 648px;
}

.about_map__items > .item3 > .about_map__item-plashka {
  display: flex;
}

.about_map__items > .item4 {
  position: absolute;
  top: 93px;
  left: 661px;
}

.about_map__items > .item5 {
  position: absolute;
  top: 99px;
  left: 743px;
}

.about_map__items > .item6 {
  position: absolute;
  top: 200px;
  left: 724px;
}

.about_map__items > .item6 > .about_map__item-plashka {
  display: flex;
}

.about_map__items > .item7 {
  position: absolute;
  bottom: 226px;
  right: 279px;
}

.about_map__items > .item7 > .about_map__item-plashka {
  display: flex;
}

.about_map__items > .item8 {
  position: absolute;
  top: 108px;
  left: 588px;
}

.about_map__items > .item9 {
  position: absolute;
  top: 107px;
  left: 640px;
}

.about_map__items > .item10 {
  position: absolute;
  top: 118px;
  left: 651px;
}

.about_map__items > .item11 {
  position: absolute;
  top: 100px;
  left: 651px;
}

.about_map__items > .item12 {
  position: absolute;
  top: 136px;
  left: 752px;
}

.about_map__items > .item13 {
  position: absolute;
  top: 73px;
  left: 631px;
}

.about_map__items > .item14 {
  position: absolute;
  top: 110px;
  left: 753px;
}

.about_map__items > .item14 > .about_map__item-plashka {
  display: flex;
}

.about_map__items > .item15 {
  position: absolute;
  top: 89px;
  left: 615px;
}

.item5 .about_map__item-plashka {
  top: -44px;
}

.about_quote {
  padding: 50px 0 70px;
  text-align: center;
}

.about_quote-wrap {
  max-width: 1440px;
  position: relative;
}

.about_quote-wrap .decor_left {
  position: absolute;
  left: 0;
  top: 40px;
}

.about_quote-wrap .decor_right {
  position: absolute;
  right: 0;
  top: 40px;
}

.about_quote-inner {
  max-width: 830px;
  margin: 0 auto;
}

.about_quote-title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  color: #131417;
  margin-top: 23px;
  position: relative;
}

.about_quote-title ::after {
  content: '';
  background-image: url('assets/img/kav_bottom.svg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 34px;
  height: 26px;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.about_quote-title ::before {
  content: '';
  background-image: url('assets/img/kav_top.svg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 34px;
  height: 26px;
  position: absolute;
  top: -30px;
  left: 30px;
}

.about_quote-title span {
  color: #77b414;
}

.about_quote-text {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
  color: #131417;
  margin-top: 25px;
}

.about_feedback .feedback-offer__title span {
  color: #77b414;
}

.footer {
  margin-top: 85px;
  padding: 37px 0;
  background: #f8f8f8;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.22);
}

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

.footer-content:nth-of-type(2) {
  flex-direction: column;
  padding-bottom: 0;
}

.footer-content:nth-of-type(2)::before {
  content: '';
  display: block;
  margin-top: 25px;
  width: 100%;
  height: 1px;
  background: rgba(72, 72, 72, 0.22);
}

.footer-wrap:nth-of-type(2) {
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.footer-requisites__txt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #4e4e4e;
}

.footer-requisites__txt span {
  font-weight: 700;
}

.footer-list:nth-of-type(1) {
  margin-right: 15%;
}

.footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.footer-item::before {
  content: '';
  display: block;
  margin-right: 14px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 12px;
  background: #131417;
  transition: all 0.5s;
}

.footer-item__link {
  font-size: 15px;
  line-height: 27px;
  color: #131417;
  transition: all 0.5s;
}

.footer-item:hover::before {
  background: #77b414;
}

.footer-item:hover .footer-item__link {
  color: #77b414;
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-contacts {
  margin-bottom: 38px;
}

.footer-contacts__phone,
.footer-contacts__email {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #131417;
}

.footer-contacts__email {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}

.footer-copyright {
  margin-top: 20px;
}

.footer-copyright .copyright {
  font-size: 13px;
  line-height: 15px;
  color: #4e4e4e;
}

.footer-info__list {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info__item {
  display: flex;
  margin-right: 52px;
}

.footer-info__item.current-menu-item {
  font-size: 13px;
  line-height: 15px;
  color: #4e4e4e;
}

.footer-info__item:nth-last-of-type(1) {
  margin-right: 0;
}

.footer-info__link {
  font-size: 13px;
  line-height: 15px;
  color: #4e4e4e;
}

.footer-info__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(78, 78, 78, 0.6);
}

.footer-info__link:hover::after {
  opacity: 0;
}

@media screen and (max-width: 414px) {
  body {
    overflow-x: hidden;
  }
}

.ui_page {
  margin-bottom: 0;
}

.ui_page .top-screen {
  position: relative;
}

@media screen and (max-width: 1980px) {
  .ui_page .top-screen {
    min-height: calc(100vh - 128px);
  }
}

@media screen and (max-width: 1440px) {
  .ui_page .top-screen {
    min-height: calc(100vh - 128px);
  }
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .top-offer,
  .ui_page .top-screen .calculation-offer,
  .ui_page .top-screen .feedback-offer {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.ui_page .top-screen .top-offer__decor,
.ui_page .top-screen .calculation-offer__decor,
.ui_page .top-screen .feedback-offer__decor {
  position: absolute;
  top: -73px;
  left: -140px;
  color: transparent;
  -webkit-text-stroke: 2px #2b49e2;
  -webkit-filter: none;
          filter: none;
  background: 0 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 200px;
  line-height: 120%;
  width: 1230px;
  opacity: 0.23;
}

.ui_page .top-screen .title {
  -webkit-text-stroke: 4px #2b49e2;
  color: #2b49e2;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 120%;
  left: -2px;
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .title {
    font-size: 74px;
    line-height: 1;
  }
}

.ui_page .top-screen .top-offer__desc {
  max-width: 473px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 25px;
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .top-offer__desc {
    max-width: 256px;
    width: 100%;
    margin-top: 2px;
    font-size: 24px;
    margin-bottom: 13px;
  }
}

.ui_page .top-screen .top-offer__subdesc {
  max-width: 453px;
  padding-left: 37px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: 'Gilroy';
  letter-spacing: 0;
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .top-offer__subdesc {
    font-size: 15px;
    max-width: 274px;
    padding-left: 30px;
    min-width: initial;
    line-height: 20px;
  }
}

.ui_page .top-screen .top-offer__subdesc span {
  font-weight: bold;
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .top-offer__subdesc span {
    display: block;
  }
}

.ui_page .top-screen .top-offer__subdesc:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #2b49e2;
  border-radius: 2px;
  position: absolute;
  top: 5.5px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .ui_page .top-screen .top-screen {
    padding: 0 10px;
    min-height: 760px;
  }

  .error-404 .decor_left {
    left: 0%;
  }

  .error-404 .decor_right {
    right: 0%;
  }
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .top-screen {
    min-height: initial;
  }
}

@media screen and (max-width: 414px) {
  .ui_page .top-screen .top-screen .top-offer,
  .ui_page .top-screen .top-screen .calculation-offer,
  .ui_page .top-screen .top-screen .feedback-offer {
    justify-content: flex-start;
    padding-top: 80px;
    min-height: 607px;
  }
}

.services_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1127px;
  width: 100%;
  margin: 60px auto 0;
  padding: 10px 20px;
}

@media screen and (max-width: 414px) {
  .services_inner.desktop {
    display: block;
  }
}

.services_inner.mobile_slider {
  display: none;
}

@media screen and (max-width: 414px) {
  .services_inner.mobile_slider {
    display: block;
  }
}

.services_title {
  font-size: 64px;
  line-height: 1.15;
  color: #000000;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  max-width: 1086px;
  width: 100%;
  margin: 0 auto 46px;
}

@media screen and (max-width: 1024px) {
  .services_title {
    margin-left: 30px;
    margin-top: 43px;
    margin-bottom: 32px;
    font-size: 38px;
  }
}

.services_blocks {
  max-width: 527px;
  width: 100%;
  padding-bottom: 77px;
}
.services_blocks.no-image {
  background: rgba(43, 73, 226, 13%);
  border-radius: 10px;
  padding: 31px 40px;
  height: 100%;
  max-height: 100%;
}

.services_blocks:hover .services_blocks_btn {
  display: block;
  /* width: 120px; */
}

.services_blocks_inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 414px) {
  .services_blocks_inner {
    flex-direction: column;
  }
}

.services_blocks_img {
  max-width: 172px;
  width: 100%;
  margin-right: 50px;
  max-height: 172px;
  height: 100%;
  position: relative;
}

.services_blocks_img img {
  width: 100%;
  height: 100%;
  max-width: 172px;
}

.services_blocks_img img.img-point {
  position: absolute;
  max-width: 221px;
  width: auto;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.services_blocks_title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}
.services_blocks.no-image .services_blocks_title span {
  color: #2b49e2;
}

.services_blocks_descr {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #4e4e4e;
  margin-top: 12px;
}

.services_blocks_descr span,
.turnkey_services_blocks_descr span {
  font-weight: 600;
  color: #4e4e4e;
}

.services_blocks_info {
  position: relative;
  padding-top: 18px;
}
.services_blocks.no-image .services_blocks_info {
  width: 100%;
}
.services_blocks a:hover span {
  color: #2b49e2;
}

.turnkey_services_blocks a:hover span {
  color: #e43536 !important;
  transition: none;
}

.services_blocks_btn {
  display: none;
  position: absolute;
  bottom: -35px;
  left: 0;
  font-size: 16px;
  color: #2b49e2;
  font-weight: 600;
}
.services_blocks.no-image .services_blocks_btn {
  display: block;
  left: auto;
  right: 73px;
  top: 34px;
  bottom: auto;
}
.services_blocks.no-image .services_blocks_btn span {
  display: none;
}
/* .services_blocks_btn::after {
  content: '';
  position: absolute;
  top: -11px;
  right: -40px;
  width: 38px;
  height: 38px;
  background: url('assets/img/serv_arrow.svg');
} */

.services_blocks_btn:hover {
  color: #2b49e2;
}

.services_blocks_btn:hover::after {
  background: url('img/arrow-blue-ui-ux-1.svg');
  transition: all 0.5s;
  right: -47px;
}

.services_blocks_img img.img-point-services_one {
  left: -29px;
  max-width: 221px !important;
  width: 150% !important;
  top: 7px;
  transform: none;
}
.services_blocks_img img.img-point-services_two {
  left: -14px;
  top: -4px;
  transform: none;
}
.services_blocks_img img.img-point-services_tree,
.services_blocks_img img.img-point-services_four {
  left: -15px;
  top: 18px;
  transform: none;
}
.services_blocks_img img.img-point-services_five {
  left: 18px;
  top: 28px;
  transform: none;
}
.services_blocks_img img.img-point-services_six {
  left: -17px;
  top: 22px;
  width: 221px;
  max-width: 221px;
  height: 185px;
  transform: none;
}

.services.design__page .services_blocks.no-image .services_blocks_title span,
.services.design__page .services_blocks_btn,
.services.design__page .services_blocks a:hover span {
  color: #77b414;
}
/* .services.design__page .services_blocks_btn::after {
  background: url('assets/img/design_serv_arrow.svg');
}
.services.design__page .services_blocks_btn:hover::after {
  background: url('img/design_serv_arrow_green.svg');
} */
.services.design__page .services_blocks.no-image {
  background: rgba(119, 179, 21, 13%);
}

.services.design__page .services_blocks_img img.img-point-services_one {
  left: -40px;
  max-width: 252px;
  width: 150%;
  top: 2px;
  height: 190px;
  transform: none;
}
.services.design__page .services_blocks_img img.img-point-services_two {
  left: -25px;
  max-width: 230px;
  width: 150%;
  top: 5px;
  height: 170px;
  transform: none;
}
.services.design__page .services_blocks_img img.img-point-services_tree {
  position: absolute;
  left: 5px;
  max-width: 160px;
  width: 150%;
  top: -1px;
  height: 165px;
  transform: none;
}
.services.design__page .services_blocks_img img.img-point-services_four {
  left: -19px;
  max-width: 195px;
  width: 150%;
  top: -21px;
  height: 225px;
  transform: none;
}
.services.design__page .services_blocks_img img.img-point-services_five {
  left: 3px;
  max-width: 170px;
  width: 150%;
  top: -7px;
  height: 172px;
  transform: none;
}

.services.turnkey__page .services_blocks.no-image .services_blocks_title span,
.services.turnkey__page .services_blocks_btn,
.services.turnkey__page .services_blocks a:hover span {
  color: #e43536;
}
.services.turnkey__page .services_blocks_btn::after {
  background: url('assets/img/turnkey_serv_arrow.svg');
}
.services.turnkey__page .services_blocks_btn:hover::after {
  background: url('img/red-tyrky.svg');
}
.services.turnkey__page .services_blocks.no-image {
  background: rgba(228, 54, 55, 13%);
}
.services.turnkey__page .services_blocks_img img.img-point-services_one {
  left: -40px;
  max-width: 238px;
  width: 150%;
  top: 7px;
  height: 165px;
  transform: none;
}
.services.turnkey__page .services_blocks_img img.img-point-services_two {
  left: -15px;
  max-width: 205px;
  width: 150%;
  top: 11px;
  height: 145px;
  transform: none;
}
.services.turnkey__page .services_blocks_img img.img-point-services_four {
  left: -34px;
  max-width: 219px;
  width: 150%;
  top: 9px;
  height: 157px;
  transform: none;
}

.mobile_slider .swiper {
  width: 100%;
  height: 100%;
}

.mobile_slider .swiper.servSwiper {
  max-height: 260px;
}

.mobile_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 261px !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile_slider .servSwiperImg .swiper-slide .img_block {
  max-width: 239px;
  width: 100%;
  margin: 0 auto;
}

.mobile_slider .servSwiperImg .swiper-slide .img_block img {
  width: 100%;
  /*max-width: 182px;
	max-height: 182px;*/
  margin: 0 auto;
}

.mobile_slider .servSwiper {
  margin-top: 22px;
  padding: 8px 8px 0;
}

.mobile_slider .servSwiper .swiper-slide {
  align-items: flex-start;
  margin: 0 0 22px 0 !important;
}

.mobile_slider .servSwiper .services_blocks_info {
  width: 100%;
  text-align: left;
  padding: 36px;
  box-shadow: 0 3.28522px 16.4261px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  min-height: 241px;
}

.mobile_slider .servSwiper .services_blocks_title {
  font-weight: 600;
  font-size: 22px;
  max-width: 270px;
  margin: 0 auto;
}

.mobile_slider .servSwiper .services_blocks_descr {
  font-size: 14px;
  font-weight: 400;
}

.mobile_slider .servSwiper .services_blocks_btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.for_whom {
  max-width: 1241px;
  width: 100%;
  margin: 130px auto 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .for_whom {
    margin-bottom: 80px;
  }
}

.for_whom_title {
  font-size: 64px;
  line-height: 1.15;
  color: #131417;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  .for_whom_title {
    max-width: 90%;
    text-align: center;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 414px) {
  .for_whom_title {
    font-size: 38px;
  }
}

.for_whom_title span {
  color: #2b49e2;
}

@media screen and (max-width: 414px) {
  .for_whom_title span {
    color: #77b414;
  }
}

.for_whom_sub_title {
  font-size: 20px;
  line-height: 34px;
  color: #131417;
  font-family: 'Gilroy';
  letter-spacing: 0;
  max-width: 494px;
  width: 100%;
  margin: 0 auto 52px;
}

@media screen and (max-width: 414px) {
  .for_whom_sub_title {
    font-size: 16px;
    padding: 0 20px;
    line-height: 140%;
    margin-bottom: 40px;
  }
}

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

@media screen and (max-width: 1024px) {
  .for_whom_blocks {
    flex-direction: column;
    padding: 0 10px;
  }
}

.for_whom_block {
  max-width: 393px;
  width: 100%;
  padding: 48px 50px 50px;
  text-align: left;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.for_whom_block:hover {
  transform: scale(1.06);
}

.for_whom_block a:hover span {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .for_whom_block {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .for_whom_block:hover {
    transform: none;
  }
}

@media screen and (max-width: 414px) {
  .for_whom_block {
    padding-left: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}

.for_whom_block:first-child .for_whom_block_info_title span {
  color: #77b414;
}

.for_whom_block:first-child .btns {
  color: #77b414;
}

.for_whom_block:first-child .btns::after {
  background: url('assets/img/arrow_green.svg');
}

.for_whom_block:first-child .btns:hover::after {
  background: url(img/green-strelka.svg);
  transition: all 0.5s;
}

.for_whom_block .btns:hover {
  opacity: 0.7;
}

.for_whom_block:nth-child(2) .for_whom_block_info_title span {
  color: #e43637;
}

.for_whom_block:nth-child(2) .btns {
  color: #e43637;
}

.for_whom_block:nth-child(2) .btns::after {
  background: url('assets/img/arrow_red.svg');
}

.for_whom_block:nth-child(2) .btns:hover::after {
  background: url(img/red-strelka.svg);
  transition: all 0.5s;
}

.for_whom_block:last-child .for_whom_block_info_title span {
  color: #2b49e2;
}

.for_whom_block:last-child .btns {
  color: #2b49e2;
}

.for_whom_block_img {
  margin-bottom: 40px;
}

@media screen and (max-width: 414px) {
  .for_whom_block_img {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 414px) {
  .for_whom_block_img img {
    width: 64px;
  }
}

.for_whom_block_info a:hover span {
  color: inherit;
}

.for_whom_block_info_title {
  font-size: 22px;
  line-height: 1.5;
  color: #131417;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 259px;
}

.for_whom_block:nth-child(3) .for_whom_block_info_title span {
  color: #2b49e2;
}

@media screen and (max-width: 414px) {
  .for_whom_block_info_title {
    font-size: 20px;
    font-weight: 600;
    max-width: 242px;
  }
}

.for_whom_block_info_descr {
  font-size: 16px;
  line-height: 1.8;
  color: #131417;
  font-family: 'Gilroy';
  letter-spacing: 0;
  margin-bottom: 68px;
}

.for_whom_block_info_descr span {
  font-weight: bold;
  color: #131417;
}

.for_whom_block_info .btns {
  font-size: 16px;
  line-height: 1.8;
  color: #131417;
  font-family: 'Gilroy';
  letter-spacing: 0;
  position: absolute;
  bottom: 46px;
  left: 56px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 414px) {
  .for_whom_block_info .btns {
    left: 30px;
  }
}

.for_whom_block_info .btns::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: calc(100% + 58px);
  height: 100%;
}

.for_whom_block_info .btns::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -50px;
  width: 38px;
  height: 38px;
  background: url('assets/img/serv_arrow.svg');
}

.for_whom_block_info .btns:hover::after {
  background: url(img/blue-strelka.svg);
  transition: all 0.5s;
}

.slider {
  height: 768px;
}

.slider-static {
  margin: 120px 0;
  overflow: hidden;
}

.slider-static__content {
  max-width: 1500px;
}

.slider-static .title_mobile {
  /* font-size: 64px;
	line-height: 1.15; */
  color: #131417;
  /* font-family: "Gilroy";
	letter-spacing: 0; */
  text-align: center;
  /* font-weight: 600; */
  margin-bottom: 110px;
}

/* .slider-static .title_mobile span{
      color: #2b49e2;
      } */
.slider-static .title_mobile br {
  display: none;
}

.slider-static .slider_inner-flex {
  display: flex;
  flex-direction: column;
}

.slider-static .flex-block {
  display: flex;
  align-items: center;
  margin-bottom: 130px;
}

.slider-static .flex-block:nth-last-of-type(1) {
  margin-bottom: 10px;
}

.slider-static .flex-block:nth-child(2),
.slider-static .flex-block:nth-child(4),
.slider-static .flex-block:nth-child(6) {
  flex-direction: row-reverse;
}

.slider-static .slide_info {
  width: 50%;
  padding: 20px 40px;
}

.slider-static .slide_info_title {
  font-size: 48px;
  /* line-height: 1.34; */
  color: #000;
  font-family: Gilroy;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 16px;
}

.slider-static .slide_img {
  position: relative;
  width: 50%;
  padding-left: 30px;
}

.slider-static .slide_img img {
  width: 100%;
  transform: scale(1.35);
}

.slide_img.slide_img_1,
.slide_img.slide_img_3,
.slide_img.slide_img_5,
.slide_img.slide_img_7 {
  right: -120px;
}

.slide_img.slide_img_2,
.slide_img.slide_img_4,
.slide_img.slide_img_6 {
  left: -155px;
}

.slider-static .slider_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .slider {
    height: initial;
    margin-bottom: 80px;
  }

  main {
    margin-top: 103px;
  }

  .error-404 .decor_left {
    display: none;
  }

  .error-404 .decor_right {
    display: none;
  }
  .contacts-connect__item {
    margin-bottom: 8px;
  }
}

.slider .mySwiperMobile {
  display: none;
}

@media screen and (max-width: 414px) {
  .slider .mySwiperMobile {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .slider .mySwiper {
    display: none;
  }
}

.slider .title_mobile {
  display: none;
  font-size: 38px;
  line-height: 1.15;
  color: #000000;
  font-family: 'Gilroy';
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}

.slider .title_mobile span {
  color: #2b49e2;
}

@media screen and (max-width: 768px) {
  .slider .title_mobile {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .slider .title_mobile {
    width: 90%;
    margin: 0 auto;
  }
}

.slider .swiper {
  width: 100%;
  height: 768px;
  padding-left: 174px;
}

@media screen and (max-width: 768px) {
  .slider .swiper {
    padding-left: 10px;
    height: initial;
  }
}

@media screen and (max-width: 414px) {
  .slider .swiper {
    padding-left: 0;
  }
}

.slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .slider .swiper-slide {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 414px) {
  .slider .swiper-slide .slide_info {
    position: relative;
    left: -109px;
  }
}

@media screen and (max-width: 414px) {
  .slider .swiper-slide:first-child .slide_info {
    left: 0;
  }
}

@media screen and (max-width: 414px) {
  .slider .swiper-slide-active .slide_info {
    left: 0;
  }
}

.slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slide_img {
  height: 642px;
}

@media screen and (max-width: 768px) {
  .slider .slide_img {
    order: -1;
  }
}

@media screen and (max-width: 768px) and (max-width: 414px) {
  .slider .slide_img {
    height: initial;
  }
}

@media screen and (max-width: 768px) {
  .slider .slide_img img {
    width: 80%;
    margin: 0 auto;
  }

  .save_ukraine p {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  .slider .slide_img img {
    width: 100%;
    height: 312px;
  }
}

.slider .slide_info {
  max-width: 531px;
  text-align: left;
  width: 100%;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .slider .slide_info {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 0 20px;
  }
}

@media screen and (max-width: 414px) {
  .slider .slide_info {
    padding: 0;
    padding-left: 10px;
  }
}

.slider .slide_info_common_title {
  font-size: 26px;
  line-height: 1.34;
  color: #000000;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 16px;
}

.slider .slide_info_common_title span {
  color: #2b49e2;
}

@media screen and (max-width: 768px) {
  .slider .slide_info_common_title {
    display: none;
  }
}

.slider .slide_info_title {
  font-size: 64px;
  line-height: 1.15;
  color: #000000;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .slider .slide_info_title {
    font-size: 22px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 414px) {
  .slider .slide_info_title {
    margin-top: 45px;
    line-height: 1.2;
    width: 80%;
    text-align: left;
    margin-bottom: 15px;
  }
}

.slider .slide_info_descr,
.slider-static .slide_info_descr {
  font-size: 15px;
  line-height: 2;
  color: #404040;
  font-family: 'Gilroy';
  letter-spacing: 0;
  width: 80%;
}

.slider .slide_info_descr span,
.slider-static .slide_info_descr span {
  font-weight: 600;
}

@media screen and (max-width: 414px) {
  .slider .slide_info_descr {
    text-align: left;
    max-width: 263px;
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }
}

.slider .swiper-pagination-vertical.swiper-pagination-bullets,
.slider .swiper-vertical > .swiper-pagination-bullets {
  right: initial;
  left: 64px;
  top: 43%;
}

.slider
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.slider
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  font-size: 0;
  background: #2b49e2;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider .swiper-horizontal > .swiper-pagination-bullets,
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .slider .swiper-pagination-custom,
  .slider .swiper-pagination-fraction {
    bottom: 24%;
    left: 44%;
  }
}

@media screen and (max-width: 414px) {
  .slider .swiper-horizontal > .swiper-pagination-bullets,
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .slider .swiper-pagination-custom,
  .slider .swiper-pagination-fraction {
    bottom: 47%;
    left: 50%;
    transform: translate(-50%, 0);
    width: initial;
  }
}

.slider .swiper-pagination-bullet-active {
  width: 37px;
  height: 37px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.77;
  color: #fff;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .slider .swiper-pagination-bullet-active {
    justify-content: center;
  }
}

@media screen and (max-width: 414px) {
  .slider .swiper-pagination-bullet-active {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
}

@media screen and (max-width: 414px) {
  .slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .slider
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-right: 20px;
  }
}

.slider .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .slider .swiper-pagination {
    flex-direction: row;
  }
}

.about_title {
  font-size: 64px;
  line-height: 1.15;
  color: #0e0e0e;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  max-width: 755px;
  margin: 0 auto;
  text-align: center;
}
.about.design__page .about_title span {
  color: #77b414;
}
@media screen and (max-width: 414px) {
  .about_title {
    font-size: 38px;
    padding: 0 20px;
  }
}

.about_title span:first-child {
  color: #2b49e2;
}

@media screen and (max-width: 414px) {
  .about_title span:first-child {
    /*color: #77B414;*/
  }
}

.about_descr {
  font-size: 20px;
  /*line-height: 1.7; */
  color: #131417;
  /* font-family: "Gilroy";
	letter-spacing: 0; */
  max-width: 463px;
  margin: 17px auto 50px;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .about_descr {
    /*font-size: 16px;
		padding: 0 20px;*/
    line-height: 140%;
    margin-top: 12px;
    margin-bottom: 40px;
  }
}

.about_items {
  display: flex;
  max-width: 1142px;
  width: 100%;
  margin: 0 auto 136px;
  justify-content: space-evenly;
}

@media screen and (max-width: 1024px) {
  .about_items {
    flex-wrap: wrap;
    gap: 30px 0px;
  }
}

@media screen and (max-width: 414px) {
  .about_items {
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 414px) {
  .about_items .texts_blocks {
    text-align: left;
    padding-left: 26px;
  }
}

.about_items_block {
  max-width: 248px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .about_items_block {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about_items_block {
    max-width: 50%;
    text-align: center;
  }
}

@media screen and (max-width: 414px) {
  .about_items_block {
    max-width: 100%;
    display: flex;
    margin-bottom: 36px;
  }
}

.about_items_block img {
  display: block;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .about_items_block img {
    margin: 0 auto 32px;
  }
}

@media screen and (max-width: 414px) {
  .about_items_block img {
    width: 54px;
    height: 57px;
    margin: 0;
  }
}

.about_items_block_title {
  font-size: 22px;
  line-height: 1.2;
  color: #131417;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  max-width: 333px;
  margin: 0 auto 15px;
}

.about_items_block_descr {
  font-size: 15px;
  line-height: 1.8;
  color: #404040;
  font-family: 'Gilroy';
  letter-spacing: 0;
}

.about_items_block_descr span {
  font-weight: bold;
}

.ui_block {
  margin-top: 120px;
}

@media screen and (max-width: 414px) {
  .ui_block {
    margin-top: 70px;
  }
}

.ui_block_title {
  font-size: 64px;
  line-height: 1.15;
  color: #0e0e0e;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 21px;
}

@media screen and (max-width: 414px) {
  .ui_block_title {
    font-size: 38px;
    max-width: 230px;
    margin: 0 auto 33px;
  }
}

.ui_block_title span {
  color: #2b49e2;
}

@media screen and (max-width: 414px) {
  .ui_block_title span {
    color: #77b414;
  }
}

.ui_block img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 414px) {
  .ui_block img {
    margin-bottom: 0px;
  }
}

.ui_block_items {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 600px) {
  .ui_block_items {
    flex-direction: column;
    padding-left: 20px;
    margin-top: 30px;
  }
}

.ui_block_items div {
  max-width: 346px;
  width: 100%;
}

.ui_block_items div:last-child {
  margin-left: 189px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .ui_block_items div:last-child {
    margin-left: 0;
  }
}

.ui_block_items div:last-child::before {
  content: '';
  display: block;
  width: 1px;
  height: 295px;
  background: #dcdcdc;
  border-radius: 10px;
  left: -93px;
  top: 0px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .ui_block_items div:last-child::before {
    display: none;
  }
}

.ui_block_items div:last-child .title {
  color: #77b414;
}

@media screen and (max-width: 414px) {
  .ui_block_items div.ui_block_left {
    margin-bottom: 20px;
  }
}

.ui_block_items .title {
  font-size: 50px;
  line-height: 1.15;
  color: #2b49e2;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 16px;
}

.ui_block_items .descr {
  font-size: 15px;
  line-height: 26.61px;
  color: #4e4e4e;
  font-family: 'Gilroy';
  letter-spacing: 0;
}

.ui_block_items .descr span {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .ui_block_items .title {
    font-size: 32px;
  }
}

.design_top-offer__subtitlebox {
  display: flex;
  align-items: flex-start;
  z-index: 1;
  position: relative;
  margin-top: 0px;
}

.design_top-offer__subtitlebox-decor {
  display: none;
  width: 13px;
  height: 13px;
  background: #77b414;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 10px;
}

.design_top-offer__subtitlebox .about_page-offer__desc {
  max-width: 555px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  color: #ffffff;
  max-width: 453px;
  padding-left: 37px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: 'Gilroy';
  letter-spacing: 0;
}

.design_top-offer__subtitlebox .about_page-offer__desc:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #77b414;
  border-radius: 2px;
  position: absolute;
  top: 5.5px;
  left: 0;
}

.design_top__title-decor {
  position: absolute;
  top: -73px;
  left: -140px;
  color: transparent;
  -webkit-text-stroke: 2px #76b313;
  -webkit-filter: none;
          filter: none;
  background: 0 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 200px;
  line-height: 120%;
  width: 1230px;
  opacity: 0.23;
}

.img-two {
  max-width: 146px;
}

.img-two-point {
  position: absolute;
  left: -14px;
  top: -4px;
}

.img-tree-point {
  position: absolute;
  left: -15px;
  top: 18px;
  max-width: 172px;
}

.img-four {
  width: 172px;
  height: 172px;
}

.img-four-point {
  position: absolute;
  left: -15px;
  top: 25px;
  max-width: 172px;
}

.img-five-point {
  position: absolute;
  left: 18px;
  top: 28px;
  max-width: 172px;
}

.img-six-point {
  position: absolute;
  left: -17px;
  top: 22px;
  width: 221px !important;
  max-width: 221px !important;
  height: 185px !important;
}

.disign-img-one {
  max-width: 172px !important;
}

.disign-point-one {
  position: absolute;
  left: -40px;
  max-width: 252px !important;
  width: 150% !important;
  top: 2px;
  height: 190px !important;
}

.disign-point-two {
  position: absolute;
  left: -25px;
  max-width: 230px !important;
  width: 150% !important;
  top: 5px;
  height: 170px !important;
}

.disign-point-tree {
  position: absolute;
  left: 5px;
  max-width: 160px !important;
  width: 150% !important;
  top: -1px;
  height: 165px !important;
}

.disign-point-four {
  position: absolute;
  left: -19px;
  max-width: 195px !important;
  width: 150% !important;
  top: -21px;
  height: 225px !important;
}

.disign-point-five {
  position: absolute;
  left: 3px;
  max-width: 170px !important;
  width: 150% !important;
  top: -7px;
  height: 172px !important;
}

.key-img-one {
  max-width: 172px !important;
}

.key-point-one {
  position: absolute;
  left: -40px;
  max-width: 238px !important;
  width: 150% !important;
  top: 7px;
  height: 165px !important;
}

.key-point-two {
  position: absolute;
  left: -15px;
  max-width: 205px !important;
  width: 150% !important;
  top: 11px;
  height: 145px !important;
}

.key-point-tree {
  position: absolute;
  left: -49px;
  max-width: 238px !important;
  width: 150% !important;
  top: 0px;
  height: 179px !important;
}

.key-point-four {
  position: absolute;
  left: -34px;
  max-width: 219px !important;
  width: 150% !important;
  top: 9px;
  height: 157px !important;
}

.mobile_slider .img-one {
  max-width: 182px;
  max-height: 182px;
  margin: 0 auto;
}

.mobile_slider .img-one-point {
  position: inherit;
  margin-top: -150px !important;
  width: 225px !important;
  height: 145px !important;
}

.mobile_slider .img-two {
  max-width: 239px;
}

.mobile_slider .img-two-point {
  position: inherit;
  margin-top: -176px !important;
  width: 172px !important;
  height: 172px !important;
  margin-left: 19px !important;
}

.mobile_slider .img-tree-point {
  position: inherit;
  margin-top: -180px !important;
  width: 180px !important;
  height: 180px !important;
  margin-left: 20px !important;
}

.mobile_slider .img-four-point {
  position: inherit;
  margin-top: -168px !important;
  max-width: 189px !important;
  height: 198px !important;
  margin-left: 6px !important;
}

.mobile_slider .img-five-point {
  position: inherit;
  margin-top: -168px !important;
  max-width: 189px !important;
  height: 198px !important;
  margin-left: 43px !important;
}

.mobile_slider .img-six-point {
  position: inherit;
  margin-top: -168px !important;
  max-width: 189px !important;
  height: 198px !important;
  margin-left: 20px !important;
}

.mobile_slider .disign-point-one,
.mobile_slider .disign-point-two {
  position: inherit;
  margin-top: -150px !important;
  width: 225px !important;
  height: 145px !important;
}

.mobile_slider .disign-point-tree {
  position: relative;
  margin-top: -150px !important;
  width: 220px !important;
  height: 165px !important;
  top: -25px;
  left: 0px;
}

.mobile_slider .disign-point-four {
  position: relative;
  margin-top: -150px !important;
  width: 168px !important;
  height: 202px !important;
  top: -27px;
  left: -8px;
}

.mobile_slider .disign-point-five {
  position: relative;
  margin-top: -150px !important;
  width: 165px !important;
  height: 170px !important;
  top: -26px;
  left: 2px;
}

.mobile_slider .key-point-one {
  left: 56px;
  top: 57px;
}

.mobile_slider .key-point-two {
  left: 80px;
  top: 58px;
}

.mobile_slider .key-point-tree {
  left: 43px;
  top: 55px;
}

.design_services .mobile_slider .servSwiperImg .swiper-slide:last-child {
  display: none;
}

.design_bt {
  padding: 100px 0 120px;
}

.design_bt-wrapper {
  max-width: 1240px;
}

.design_bt-title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  color: #0e0e0e;
}

.design_bt-title span {
  color: #77b414;
}

.design_bt-blocks {
  margin-top: 51px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.design_bt-item {
  padding: 48px 48px 48px 50px;
  max-width: 393px;
  width: 100%;
  border-radius: 10px;
}

.design_bt-item:first-child {
  background: rgba(119, 180, 20, 0.05);
}

.design_bt-item:nth-child(2) {
  background: rgba(228, 54, 55, 0.05);
}

.design_bt-item:nth-child(3) {
  background: rgba(43, 73, 226, 0.05);
}

.design_bt-item__title {
  margin-top: 40px;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.design_bt-item__desc {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 154%;
  color: #4e4e4e;
  margin-top: 14px;
}

.design_bt-item__desc span {
  font-weight: bold;
}

.design_useful-wrapper {
  display: flex;
  align-items: center;
}

.design_useful-wrapper_left {
  width: 50%;
  position: relative;
  padding-top: 0;
  padding-bottom: 35px;
  margin-right: 60px;
}

.design_useful-wrapper_right {
  width: 50%;
  position: relative;
}

.design_useful__title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  color: #131417;
}

.design_useful__title span {
  color: #77b414;
}

.design_useful__desc {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #4e4e4e;
  margin-top: 18px;
}

.design_useful__desc span {
  color: #77b414;
  /*	display: block;*/
}

.design_useful__list {
  max-width: 473px;
  /*padding-right: 20px;*/
}

.design_useful__list::-webkit-scrollbar {
  width: 0;
}

.design_useful__list-gradient {
  display: none;
  position: absolute;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  top: 315px;
}

.design_useful-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.design_useful-item__icon {
  flex-shrink: 0;
  flex: none;
  margin-right: 35px;
}

.design_useful-item__title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.design_useful-item__desc {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #404040;
  margin-top: 10px;
  max-width: 340px;
  font-size: 15px;
  line-height: 25px;
  color: #4e4e4e;
}

.design_form {
  margin: 50px 0;
}

.design_form-wrapper {
  max-width: 1240px;
}

.design_form-offer {
  background: #000630;
  border-radius: 15px;
  padding: 114px 104px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 0;
}

.design_form-offer__info {
  width: 50%;
  position: relative;
  z-index: 5;
}

.design_form-offer__form {
  width: 70%;

  position: relative;
  z-index: 1;
}
.tech .design_form-offer__form {
  /* width: 70%; */
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1140px) {
  .tech .design_form-offer__form {
    display: none;
  }
}

.design_form-title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  color: #ffffff;
}

.design_form-title span {
  color: #77b414;
}

.design_form-desc {
  margin-top: 8px;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 115%;
  color: #ffffff;
}

.design_form-desc span {
  color: #77b414;
}

.design_form-desc2 {
  margin-top: 66px;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  color: #ffffff;
}

.design_form-desc2 span {
  color: #77b414;
  font-weight: 600;
}

.design_form_block {
  max-width: 498px;
  width: 100%;
  background: #f1f3ff;
  border-radius: 20px;
  padding: 60px 50px 50px;
  float: right;
  margin: 0 auto;
}

.design_form-group_input {
  position: relative;
}

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

.slider_design .slide_info_common_title span {
  color: #77b414;
}

.slider_design .swiper-pagination-bullet {
  background: #77b414;
}

.slider_design .title_mobile span {
  color: #77b414;
}

.design_quote {
  padding: 100px 0 0 0;
  text-align: center;
  position: relative;
}

.design_quote-wrap {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.design_quote-wrap .decor_left {
  /*position: absolute;*/
  left: 0;
  top: 40px;
}

.design_quote-wrap .decor_right {
  /*position: absolute;*/
  right: 0;
  top: 40px;
  margin-left: 76px;
}

.design_quote-inner {
  max-width: 830px;
  margin: 0 auto;
  /*position: absolute;*/
  min-width: 600px;
  top: 80px;
}

@media (max-width: 1240px) {
  .design_quote-wrap .decor_right {
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .design_quote-wrap .decor_left,
  .design_quote-wrap .decor_right {
    display: none;
  }
}

@media (max-width: 767px) {
  .design_quote-inner {
    min-width: 100%;
  }
}

.design_quote-title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
  color: #131417;
  margin-top: 23px;
  position: relative;
}

.design_quote-title span {
  color: #77b414;
}

.design_quote-text {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
  color: #131417;
  margin-top: 25px;
}

.turnkey_top .top-offer__btn {
  display: block;
}

.turnkey_top-offer .title {
  font-size: 100px;
  line-height: 100%;
  color: #fff;
  -webkit-text-stroke: 4px #fff;
}

.turnkey_top-offer .title span {
  color: #e43637;
  -webkit-text-stroke: 4px #e43637;
}

.turnkey_top-offer__desc {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
}

.turnkey_top-offer__subtitlebox {
  display: flex;
  align-items: flex-start;
  z-index: 1;
  position: relative;
  margin-top: 45px;
}

.turnkey_top-offer__subtitlebox-decor {
  width: 13px;
  height: 13px;
  background: #e43637;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 10px;
}

.turnkey_top-offer__subtitlebox .about_page-offer__desc {
  max-width: 555px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  color: #ffffff;
}

.turnkey_top__title-decor {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  font-size: 150px;
  position: absolute;
  top: -82px;
  left: -93px;
  color: transparent;
  line-height: 100%;
  -webkit-text-stroke: 2px rgba(228, 54, 55, 0.23);
}

.turnkey_services_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1230px;
  width: 100%;
  margin: 60px auto 0;
}

.turnkey_services_blocks {
  max-width: 527px;
  width: 100%;
  padding-bottom: 77px;
}

.turnkey_services_blocks:hover a:hover span {
  color: inherit;
}

.turnkey_services_blocks:hover .turnkey_services_blocks_btn {
  display: block;
  width: 120px;
}

.turnkey_services_blocks:nth-child(2) .turnkey_services_blocks_img img {
  max-width: 172px;
}

.turnkey_services_blocks:nth-child(3) .turnkey_services_blocks_img img {
  max-width: 172px;
}

.turnkey_services_blocks:nth-child(4) .turnkey_services_blocks_img img {
  max-width: 172px;
}

.turnkey_services_blocks_inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.turnkey_services_blocks_title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.turnkey_services_blocks_title span {
  color: #77b414;
}

.turnkey_services_blocks_img {
  flex-shrink: 0;
  text-align: center;
  max-width: 172px;
  width: 100%;
  margin-right: 50px;
  max-height: 172px;
  height: 100%;
  position: relative;
}

.turnkey_services_blocks_img img {
  max-width: 172px;
  width: 100%;
  height: 100%;
}

.turnkey_services_blocks_descr {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #4e4e4e;
  margin-top: 12px;
}

.turnkey_services_blocks_btn {
  display: none;
  position: absolute;
  bottom: -35px;
  left: 0;
  font-size: 16px;
  line-height: 19px;
  color: #e43637;
  font-family: 'Gilroy';
  letter-spacing: 0;
  font-weight: 600;
}

.turnkey_services_blocks_btn::after {
  content: '';
  position: absolute;
  top: -11px;
  right: -25px;
  width: 38px;
  height: 38px;
  background: url('assets/img/turnkey_serv_arrow.svg');
}

.turnkey_services_blocks_btn:hover::after {
  background: url('img/red-tyrky.svg');
  transition: all 0.5s;
  right: -37px;
}

.turnkey_services .services_blocks_btn {
  color: #77b414;
}

.turnkey_services .services_blocks_btn::after {
  background: url('assets/img/serv-arrow-green.svg');
  top: -13px;
  right: -50px;
  width: 44px;
  height: 44px;
}

.turnkey_services .mobile_slider .servSwiperImg .swiper-slide:last-child {
  display: none;
}

.turnkey_tasks {
  padding: 100px 0;
}

.turnkey_tasks-wrapper {
  max-width: 1240px !important;
}

.turnkey_tasks-title {
  /* font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 115%; */
  text-align: center;
  color: #131417;
}

/* .turnkey_tasks-title span {
	color: #E43637; } */
.turnkey_tasks-blocks {
  margin-top: 51px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.turnkey_tasks-item {
  padding: 48px 48px 48px 50px;
  max-width: 393px;
  width: 100%;
  border-radius: 10px;
}

.turnkey_tasks-item:first-child {
  background: rgba(119, 180, 20, 0.05);
}

.turnkey_tasks-item:nth-child(2) {
  background: rgba(228, 54, 55, 0.05);
}

.turnkey_tasks-item:nth-child(3) {
  background: rgba(43, 73, 226, 0.05);
}

.turnkey_tasks-item__title {
  margin-top: 40px;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.turnkey_tasks-item__desc {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 154%;
  color: #4e4e4e;
  margin-top: 14px;
}

.turnkey_tasks-item__desc span {
  font-weight: bold;
}

.turnkey_useful-wrapper {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
}

.turnkey_useful-wrapper_left {
  width: 50%;
  padding-top: 0;
  padding-bottom: 35px;
  margin-right: 60px;
}

.turnkey_useful-wrapper_right {
  width: 50%;
  position: relative;
}

.turnkey_useful__title {
  /* font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%; */
  color: #131417;
}

/* .turnkey_useful__title span {
	color: #E43637; } */

.turnkey_useful__desc {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #4e4e4e;
  margin-top: 18px;
}

.turnkey_useful__desc span {
  color: #e43637;
  font-weight: 600;
  display: block;
}

.turnkey_useful__list {
  padding-top: 55px;
}

.turnkey_useful__list::-webkit-scrollbar {
  width: 0;
}

/* .turnkey_useful__list-gradient {
    display: none;
    position: absolute;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    top: 315px; } */

.turnkey_useful-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.turnkey_useful-item__icon {
  flex-shrink: 0;
  margin-right: 23px;
  flex: none;
  margin-right: 35px;
}

.turnkey_useful-item__title {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.turnkey_useful-item__desc {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #404040;
  margin-top: 10px;
  max-width: 340px;
}

.turnkey_calculation-offer__title span {
  color: #e43637;
}

.slider_turnkey .slide_info_common_title span {
  color: #e43637;
}

.slider_turnkey .swiper-pagination-bullet {
  background: #e43637;
}

.slider_turnkey .title_mobile span {
  color: #e43637;
}

.slider_turnkey .slider_turnkey_img {
  height: auto;
}

.turnkey-about_title {
  font-family: Gilroy, sans-serif;
  font-size: 64px;
  line-height: 1.15;
  color: #0e0e0e;
  font-weight: 600;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.turnkey-about_title span {
  color: #e43637;
}

.turnkey-about_descr {
  font-size: 20px;
  line-height: 1.7;
  color: #131417;
  font-family: Gilroy;
  letter-spacing: 0;
  max-width: 463px;
  margin: 17px auto 50px;
  text-align: center;
}

.turnkey-about_items {
  display: flex;
  max-width: 1142px;
  width: 100%;
  margin: 0 auto 60px;
  justify-content: space-between;
}

.turnkey-about_items_block {
  max-width: 248px;
  width: 100%;
}

.turnkey-about_items_block img {
  display: block;
  margin-bottom: 32px;
}

.turnkey-about_items_block_title {
  font-size: 22px;
  line-height: 1.2;
  color: #131417;
  font-family: Gilroy;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 15px;
}

.turnkey-about_items_block_descr {
  font-size: 15px;
  line-height: 1.8;
  color: #404040;
  font-family: Gilroy;
  letter-spacing: 0;
}

.turnkey-about .turnkey_btn {
  margin: 0 auto;
  padding: 24px 60px;
  max-width: 240px;
  width: 100%;
  display: block;
}

.turnkey-about .turnkey_btn:hover {
  color: #fff;
}

.turnkey_tech {
  padding: 100px 0;
}

.turnkey_tech-wrapper {
  max-width: 1162px;
}

.turnkey_tech-title {
  text-align: center;
  /* font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 115%; */
  color: #131417;
}

/* .turnkey_tech-title span {
	color: #E43637; } */
.turnkey_tech-subtitle {
  text-align: center;
  margin-top: 10px;
  /* font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%; */
  color: #131417;
  margin-bottom: 43px;
}

.turnkey_tech-btn {
  margin: 0 auto;
  padding: 24px 10px;
  max-width: 240px;
  width: 100%;
  display: block;
}

.turnkey_tech a.turnkey_tech-btn:hover {
  color: #fff !important;
}

.turnkey_tech-items {
  margin-top: 100px;
}

.turnkey_tech-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.turnkey_tech-item__title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.turnkey_tech-item__block {
  display: flex;
  align-items: flex-start;
  max-width: 780px;
  width: 100%;
  justify-content: space-between;
}

.turnkey_tech-item__box {
  text-align: center;
  width: 94px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.turnkey_tech-item__box--img {
  display: block;
  width: 69px;
  margin: 0 auto;
}

.turnkey_tech-item__box--title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #404040;
  margin-top: 9px;
}

.turnkey_slider_container {
  max-width: 1270px;
}

.turnkey-stages.slider-static .slide_img img {
  transform: scale(1.2);
}

.turnkey_slider_wrapper {
  position: relative;
  margin-top: 50px;
}

.turnkey_slider-title {
  /* font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%; */
  text-align: center;
  color: #131417;
}

/* .turnkey_slider-title span {
	color: #E43637; } */

.turnkey_slider .slick-prev::before {
  color: #000;
  content: '';
  background-image: url('assets/img/arr_left.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  opacity: 1;
  display: block;
}

.turnkey_slider .slick-next::before {
  color: #000;
  content: '';
  background-image: url('assets/img/arr_right.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  opacity: 1;
  display: block;
}

.turnkey_slider .slick-next {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 150px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 28px;
  right: 0;
}

.turnkey_slider .slick-next:hover {
  background: rgba(119, 180, 20, 0.2);
}

.turnkey_slider .slick-next:focus::before {
  background-position: 0 -17px;
}

.turnkey_slider .slick-next:focus {
  background: rgba(119, 180, 20, 0.2);
}

.turnkey_slider .slick-prev:focus::before {
  background-position: 0 -17px;
}

.turnkey_slider .slick-prev:focus {
  background: rgba(119, 180, 20, 0.2);
}

.turnkey_slider .slick-next:hover::before {
  background-position: 0 -17px;
}

.turnkey_slider .slick-prev:hover::before {
  background-position: 0 -17px;
}

.turnkey_slider .slick-prev:hover {
  background: rgba(119, 180, 20, 0.2);
}

.turnkey_slider .slick-prev {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 150px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: auto;
  right: 67px;
  z-index: 5;
  top: 28px;
}

.task-slider_item_block {
  display: flex;
  align-items: flex-end;
}

.task-slider_item__box {
  margin-bottom: 30px;
}

.task-slider_item__img {
  margin-right: 80px;
  flex-shrink: 0;
}

.task-slider_item__title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #131417;
}

.task-slider_item__text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #404040;
  margin-top: 12px;
  max-width: 541px;
}

.task-slider_item__text span {
  font-weight: 600;
}

.slides-numbers {
  position: absolute;
  left: 609px;
  top: 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 115%;
  color: #404040;
}

.slides-numbers .active {
  font-size: 70px;
  color: #77b414;
}

@media screen and (min-width: 1441px) {
  .header-content {
    max-width: unset;
    width: 85%;
  }

  .footer-content {
    max-width: unset;
    width: 85%;
  }
}

@media screen and (min-width: 1900px) {
  .header-content {
    max-width: 1500px;
  }

  .top-screen {
    max-width: 1900px;
    justify-content: space-evenly;
  }

  .top-screen .top-offer,
  .top-screen .calculation-offer,
  .top-screen .feedback-offer {
    max-width: 1620px;
  }

  .footer-content {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1440px) {
  #canvas2,
  #canvas3 {
    height: 874px !important;
  }
}

@media screen and (max-width: 1320px) {
  #canvas2,
  #canvas3 {
    height: 780px !important;
  }

  .team-item:nth-of-type(1) {
    left: -1%;
  }

  .team-item:nth-of-type(2) {
    left: 10%;
  }

  .team-item:nth-of-type(3) {
    left: 13%;
  }

  .team-item:nth-of-type(4) {
    left: 0%;
  }

  .team-item:nth-of-type(5),
  .team-item:nth-of-type(6) {
    left: 25%;
  }

  .team-item:nth-of-type(5) .team-item__photo,
  .team-item:nth-of-type(6) .team-item__photo,
  .team-item:nth-of-type(5) .team-item__photo img,
  .team-item:nth-of-type(6) .team-item__photo img {
    width: 70%;
  }

  .team-item:nth-of-type(5) .team-desc,
  .team-item:nth-of-type(6) .team-desc {
    left: 0;
    width: 70%;
    height: 96%;
  }

  .team-item:nth-of-type(5) .team-desc__name,
  .team-item:nth-of-type(6) .team-desc__name {
    font-size: 20px;
  }

  .team-item:nth-of-type(6) {
    left: 50%;
  }

  .team-item:nth-of-type(7) {
    left: 75%;
  }

  .team-item:nth-of-type(8) {
    left: 93%;
  }

  .team-item:nth-of-type(9) {
    left: 93%;
  }

  .team-item:nth-of-type(10) {
    left: 70%;
  }

  .task-slider_item__img {
    max-width: 450px;
    margin-right: 50px;
  }

  .slides-numbers {
    left: 499px;
  }

  .turnkey_slider .slick-prev {
    top: 30px;
  }

  .turnkey_slider .slick-next {
    top: 30px;
  }

  .task-slider_item__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 1220px) {
  .calculation-offer,
  .feedback-offer {
    padding: 65px 40px;
  }

  .calculation-offer__wrap,
  .feedback-offer__wrap {
    margin-right: 0px;
  }

  .quiz {
    padding: 40px;
  }

  .feedback-offer__wrap:nth-of-type(3)::before {
    left: -80px;
  }

  .blog-slider__arrows {
    right: 35px;
  }

  .blog-slider .splide__pagination {
    right: 135px;
  }

  .about_map-inner {
    overflow: scroll;
  }

  .about_map-inner::-webkit-scrollbar {
    width: 0;
  }

  .about_quote {
    overflow: hidden;
  }

  .about_quote-wrap .decor_left {
    left: -100px;
    max-width: 250px;
    top: 70px;
  }

  .about_quote-wrap .decor_right {
    right: -100px;
    max-width: 250px;
    top: 70px;
  }

  .about_mission {
    overflow: hidden;
  }

  .about_mission__decor-left {
    left: -50px;
    top: 90px;
    max-width: 250px;
  }

  .about_mission__decor-right {
    right: -50px;
    top: 90px;
    max-width: 250px;
  }
}

@media screen and (max-width: 1024px) {
  .header-content {
    max-width: 860px;
  }

  .top-features {
    max-width: 860px;
  }

  .top-features__wrap:nth-child(2) {
    margin-left: 60px;
    margin-right: 60px;
  }

  .top-features__title .txt span {
    opacity: 1;
    visibility: visible;
  }

  .footer-content {
    max-width: 860px;
  }

  .about_quote .decor_left {
    left: -50px;
    max-width: 145px;
    top: 120px;
  }

  .about_quote .decor_right {
    right: -50px;
    max-width: 145px;
    top: 120px;
  }

  .about_mission {
    overflow: hidden;
  }

  .about_mission__decor-left {
    left: 0;
    top: 120px;
    max-width: 145px;
  }

  .about_mission__decor-right {
    right: 0;
    top: 120px;
    max-width: 145px;
  }
}

@media screen and (max-width: 1023px) {
  .top-social,
  .top-callback {
    display: none;
  }

  .top-screen .top-offer,
  .top-screen .calculation-offer,
  .top-screen .feedback-offer {
    margin-left: 0;
    padding: 0 1em;
  }

  .top-screen .top-offer__subdesc {
    min-width: 280px;
  }

  .top-features {
    justify-content: space-around;
  }

  .top-features__wrap {
    width: 30%;
  }

  .top-features__wrap:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .top-features__desc {
    width: 80%;
  }

  /* .portfolio-settings {
    position: absolute;
    width: 100%;
    padding-bottom: 12px;
    overflow-y: hidden;
    overflow-x: auto;
  } */

  .portfolio-settings__btn,
  .quiz-content__btn {
    min-width: unset;
  }

  .portfolio-examples {
    margin-top: 80px;
  }

  .portfolio-examples__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-examples__img {
    min-height: unset;
  }

  .blog {
    margin-top: 60px;
  }

  .blog-decor__icon.decor-blue {
    left: 10rem;
  }

  .blog-title {
    text-align: center;
  }

  .blog-slider__arrows {
    display: none;
  }

  .blog-slider .splide__pagination {
    top: unset;
    left: unset;
    right: unset;
    bottom: 5px;
    width: 100%;
  }

  .blog-btn {
    margin-top: 30px;
  }

  .design_bt-blocks {
    flex-direction: column;
  }

  .design_bt-item {
    padding-left: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .design_bt-title {
    font-size: 38px;
  }

  .turnkey_tech {
    padding: 100px 0;
  }

  .turnkey_tech-item__block {
    max-width: 590px;
  }

  .task-slider_item__img {
    max-width: 380px;
    margin-right: 30px;
  }

  .task-slider_item__box {
    margin-bottom: 0;
  }

  .slides-numbers {
    left: 410px;
    font-size: 35px;
  }

  .slides-numbers .active {
    font-size: 50px;
  }
}

@media screen and (max-width: 920px) and (min-width: 769px) {
  .calculation-offer__wrap,
  .feedback-offer__wrap {
    margin-right: 25px;
  }

  .calculation-offer__title,
  .feedback-offer__title {
    font-size: 40px;
    line-height: 45px;
  }

  .calculation-offer__subdesc,
  .feedback-offer__subdesc {
    font-size: 15px;
    line-height: 25px;
  }

  .feedback-offer__wrap:nth-of-type(3)::before {
    left: -70px;
  }
}

@media screen and (max-width: 768px) {
  .notranslate {
    margin-right: -10px !important;
  }

  .ui_page .top-screen .top-offer__desc {
    margin-bottom: 20px;
  }

  .design_top-offer__subtitlebox,
  .turnkey_top-offer__subtitlebox {
    margin-top: 20px;
  }

  .block-title,
  .design_useful__title {
    font-size: 38px;
    line-height: 34px;
  }

  .block-desc {
    font-size: 16px;
    line-height: 16px;
    max-width: 255px;
    margin: 0 auto;
  }

  .header-content {
    width: 95%;
  }

  .header-lang {
    margin-right: 0;
    padding: 0;
  }

  .header-phone span {
    display: none;
  }

  .header-phone--desktop {
    display: none;
  }

  .header-phone--mobile {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .header-phone--mobile::before {
    content: '';
    display: block;
    margin-left: 17px;
    margin-right: 17px;
    width: 2px;
    height: 15px;
    background: black;
  }

  .header-phone__icon {
    margin-right: 0;
    width: 14px;
    height: 14px;
  }

  .header-phone__icon {
    cursor: pointer;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: tada;
    animation-name: tada;
  }

  .header-nav {
    margin-right: 0;
  }

  .header-nav .nav-btn::after {
    content: none;
  }

  .header-nav__btn {
    display: none;
  }

  .header-nav__decor {
    display: none;
  }

  .header-menu {
    padding: 25px 30px 30px;
    display: flex;
    flex-direction: column;
    /*width: 100%;
		border-radius: 0;*/
  }

  .box_soc_mob {
    margin: auto auto 0;
  }

  .box_soc_mob .social-networks__item {
    margin-right: 13px;
  }

  .box_soc_mob .header-menu__btn {
    margin-top: 37px;
  }

  .header-svjaz {
    position: static;
    bottom: 0;
  }

  .dropdown-list {
    top: 0.8em;
    left: -0.35rem;
  }

  .burger {
    min-width: 76px;
    padding-left: 0;
  }

  .burger-btn__title {
    display: none;
  }

  .top-screen,
  .ui_page .top-screen {
    min-height: calc(100vh - 70px);
    padding: 0;
  }

  .top-offer__title {
    font-size: 50px;
    line-height: 50px;
  }

  .top-offer__title span {
    font-size: 85px;
    line-height: 85px;
  }

  .top-offer__title-decor {
    top: 10px;
    left: -50px;
    font-size: 135px;
  }

  .top-offer__btn {
    display: block;
    max-width: 290px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    text-transform: initial;
    z-index: 1;
  }

  .top-features {
    width: 95%;
    flex-direction: column;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .top-features__wrap {
    width: 100%;
    margin-top: 30px;
  }

  .top-features__title .line {
    width: 100%;
  }

  .top-features__desc {
    width: unset;
  }

  .contacts {
    width: 100vw;
    padding: 25px 25px 50px 25px;
    border-radius: 0;
    z-index: 12;
  }

  .contacts-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-close {
    align-self: flex-start;
  }

  .contacts-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contacts-title {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }

  .contacts-connect {
    margin-right: 0;
  }

  .contacts-connect__phone,
  .contacts-connect__email {
    font-size: 16px;
    line-height: 19px;
  }

  .contacts-connect__link.link-phone,
  .contacts-connect__link.link-email {
    font-size: 30px;
    line-height: 35px;
  }

  .contacts-connect__social {
    justify-content: center;
  }

  .contacts-requisites {
    margin-top: 50px;
  }

  .contacts-requisites .contacts-connect__list {
    margin: 0 auto 10px;
    width: 300px;
  }
  .contacts-connect .contacts-connect__list {
    width: 300px;
  }
  .contacts-requisites__txt {
    max-width: 350px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
  }

  .contacts-requisites__txt br {
    display: none;
  }

  .contacts-requisites__social {
    margin-top: 20px;
    justify-content: center;
  }
  .contacts-requisites .contacts-connect__list {
    display: none;
  }
  .contacts-connect .contacts-connect__item.mobile-other__phone {
    display: list-item;
    margin-bottom: 25px;
  }

  .contacts-share {
    display: none;
  }

  .about-content .container,
  .useful-content .container {
    flex-direction: column;
  }

  .about-wrap,
  .useful-wrap,
  .useful-wrap {
    width: 100%;
  }

  .about-wrap:nth-child(1),
  .useful-wrap:nth-child(1),
  .useful-wrap:nth-child(1) {
    margin-right: 0;
    padding-top: 60px;
  }

  .about-list,
  .useful-list,
  .useful-list {
    padding-top: 0;
  }

  .about-item__desc,
  .useful-item__desc,
  .useful-item__desc {
    max-width: unset;
  }

  .about-decor__icon {
    display: block;
    position: absolute;
  }

  .about-decor__icon.decor-blue {
    top: 2.3rem;
    right: 4.7rem;
  }

  .about-decor__icon.decor-circle {
    top: 3.5rem;
    right: 2rem;
    opacity: 0.6;
  }

  .about-decor__icon.decor-red {
    top: 2.7rem;
    right: 2rem;
    fill: #d62829;
  }

  .about-btn {
    margin-top: 30px;
  }

  .about-item__icon,
  .useful-item__icon {
    width: 45px;
    height: 48px;
    margin-bottom: -8px;
  }

  .portfolio {
    padding-top: 85px;
  }

  .portfolio-title__decor {
    font-size: calc(70% + 75px);
    left: 20px;
  }

  .portfolio-desc span {
    font-weight: 700;
  }

  .portfolio-desc br {
    display: inline;
  }

  .portfolio-examples__wrap {
    padding: 0;
    margin-top: 10px;
  }

  .portfolio-examples__icon {
    visibility: visible;
  }

  .portfolio_page {
    padding-top: 0;
  }

  .useful-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .useful-wrap:nth-child(1) {
    position: relative;
    top: unset;
  }

  .useful-item__container--scroll {
    display: none;
  }

  .useful-desc span br {
    display: none;
  }

  .design_useful-wrapper {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .design_useful-wrapper_left {
    width: 100%;
    padding-bottom: 0px;
    margin-right: 0px;
  }

  .design_useful-wrapper_right {
    width: 100%;
    padding-top: 25px;
  }

  .design_useful__list {
    max-width: 100%;
  }

  .design_useful__title {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 15px;
  }

  .design_useful__desc {
    font-size: 16px;
    line-height: 27px;
    margin-top: 0px;
  }

  .calculation-offer,
  .feedback-offer {
    max-height: unset;
    align-items: center;
    flex-direction: column;
    padding: 70px 20px;
  }

  .calculation-offer__title,
  .feedback-offer__title {
    padding-bottom: 18px;
    text-align: center;
  }

  .calculation-offer__title br:nth-of-type(1),
  .feedback-offer__title br:nth-of-type(1) {
    display: none;
  }

  .calculation-offer__subdesc,
  .feedback-offer__subdesc {
    max-width: unset;
    text-align: center;
  }

  .calculation-offer__subdesc br,
  .feedback-offer__subdesc br {
    display: none;
  }

  .quiz {
    width: 100%;
    min-height: 410px;
    padding: 30px 20px;
    padding-top: 40px;
  }

  .quiz-content__title {
    max-width: unset;
  }

  .quiz-content__btn {
    padding: 12px 22px;
  }

  .clients {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .reviews {
    padding: 60px 0;
  }

  .reviews-title {
    position: relative;
  }

  .reviews-slider__arrows {
    /*display: none;*/
    bottom: 0px;
  }

  .reviews-slider__arrow.prev {
    margin-right: 50px;
    float: none;
    right: 0;
  }

  .splide__arrow--next {
    transform-origin: 50% 42%;
    margin-top: 0;
    left: 0;
    float: none;
  }

  .team {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    /*margin-left: 2px;*/
    padding-left: 2px;
  }
  .team-content {
    display: block;
    flex-direction: unset;
    top: unset;
    margin-bottom: unset;
  }

  /*.team-wrap {
		margin-left: 100px; }*/
  .team-title br {
    display: inline;
  }

  .team-title span:nth-of-type(1) {
    font-size: 38px;
    line-height: 80px;
    color: #77b414;
  }

  .team-title span:nth-of-type(2) {
    color: inherit;
  }

  .team-item:nth-of-type(1) img,
  .team-item:nth-of-type(2) img,
  .team-item:nth-of-type(3) img,
  .team-item:nth-of-type(4) img,
  .team-item:nth-of-type(5) img,
  .team-item:nth-of-type(6) img,
  .team-item:nth-of-type(7) img,
  .team-item:nth-of-type(8) img,
  .team-item:nth-of-type(9) img,
  .team-item:nth-of-type(10) img {
    width: 100%;
    height: 100%;
  }

  .team-slider.splide {
    /* visibility: hidden; */
    position: relative;
    outline: none;
  }

  .team-slider.splide__container {
    position: relative;
    box-sizing: border-box;
  }

  .team-slider.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    /* width: -webkit-max-content; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
  }

  .team-slider.splide.is-active .splide__list {
    display: flex;
  }

  .team-slider.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .team-slider.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
  }

  .team-slider.splide__slide {
    position: relative;
    outline: none;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
  }

  .team-slider.splide__slide img {
    vertical-align: bottom;
  }

  .team-slider.splide__slider {
    position: relative;
  }

  .team-slider.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
            animation: splide-loading 1s linear infinite;
  }

  .team-slider.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .team-slider.splide--draggable
    > .splide__track
    > .splide__list
    > .splide__slide {
    /* -webkit-user-select: none; */
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .team-slider.splide--fade > .splide__track > .splide__list {
    display: block;
  }

  .team-slider.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
  }

  .team-slider.splide--fade
    > .splide__track
    > .splide__list
    > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
  }

  .team-slider.splide--rtl {
    direction: rtl;
  }

  .team-slider.splide--ttb > .splide__track > .splide__list {
    display: block;
  }

  .team-slider.splide--ttb
    > .splide__track
    > .splide__list
    .splide__pagination {
    width: auto;
  }

  /* .team-list {
		min-height: unset; }*/
  .team-item {
    position: static;
  }

  .team-item.item-5 .team-item__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .team-item.item-5 .team-desc {
    visibility: visible;
    position: static;
    width: 100%;
    height: unset;
    margin-top: 15px;
    background: transparent;
    border-radius: 0;
  }

  .team-item.item-5 .team-desc__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #131417;
  }

  .team-item.item-5 .team-desc__profession {
    font-size: 14px;
    line-height: 24px;
    color: rgba(78, 78, 78, 0.57);
  }

  .team-item__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .team-item__photo,
  .team-item__photo img {
    min-width: 170px !important;
    max-width: 170px !important;
    height: auto;
  }

  .team-bubble {
    order: 1;
    visibility: visible;
    position: static;
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }

  .team-bubble::before {
    content: none;
  }

  .team-bubble.red,
  .team-bubble.blue {
    background: transparent;
  }

  .team-bubble__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #131417;
  }

  .team-bubble__profession {
    font-size: 14px;
    line-height: 24px;
    color: rgba(78, 78, 78, 0.57);
  }

  .team-features {
    /* margin-top: 35px; */
    padding-left: 1em;
    padding-right: 1em;
  }

  .disign-feedback {
    margin-top: 0px !important;
  }

  .feedback {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .feedback-content,
  .top-content,
  .calculation-content,
  .design_form-wrapper {
    padding: 0px 0;
  }

  .feedback-offer {
    align-items: center;
  }

  .feedback-uiux {
    height: auto;
  }

  /*	.feedback-offer-uiux {
		top: 0;
		}*/

  .feedback-offer__title {
    text-align: center;
    max-width: 100%;
    right: 0 !important;
  }

  .feedback-offer__title span {
    color: #77b414 !important;
  }

  .feedback-offer__title br:nth-of-type(1) {
    display: inline;
  }

  .feedback-offer__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0;
  }

  .feedback-offer__wrap:nth-of-type(3) {
    margin-top: 50px;
  }

  .feedback-offer__wrap:nth-of-type(3)::before {
    position: static;
    width: 250px;
    height: 2px;
    margin-bottom: 48px;
  }

  .feedback-offer__item,
  .feedback-offer__subdesc {
    text-align: center;
  }
  .feedback-offer__country {
    margin-left: 0;
  }
  .feedback-offer__subdesc {
    padding-top: 0;
    margin-bottom: 40px;
    max-width: 240px !important;
  }

  .feedback-offer__item {
    margin-bottom: 33px;
  }

  .feedback-offer__contacts span {
    display: none;
  }

  .feedback-offer__link {
    margin-left: 0;
  }

  .feedback-offer__link.link-phone,
  .feedback-offer__link.link-email {
    font-size: 30px;
    line-height: 36px;
  }

  .feedback-offer__social {
    margin-top: 0;
    margin-left: 0;
    justify-content: center;
  }

  .feedback-offer__social .social-item:last-child {
    margin-right: 0;
  }

  .footer {
    margin-top: 60px;
    padding: 55px 0;
  }

  .footer-content {
    position: relative;
    flex-direction: column;
    justify-content: center;
  }

  .footer-content:nth-of-type(2)::before {
    width: 410px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-requisites__txt {
    text-align: center;
  }

  .footer-logo__icon {
    display: block;
    margin: 0 auto;
  }

  .footer-wrap,
  .footer-contacts {
    margin-bottom: 27px;
    align-self: center;
  }

  .footer-wrap__phone,
  .footer-contacts__phone {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 29px;
  }

  .footer-wrap__email,
  .footer-contacts__email,
  .footer-contacts__phone {
    text-align: center;
  }

  .footer-wrap__address,
  .footer-contacts__address {
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-wrap:nth-of-type(2) {
    display: none;
  }

  .footer-phone {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-social__link {
    width: 47px;
    height: 47px;
  }

  .footer-copyright {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
  }

  .footer-copyright .copyright {
    text-align: center;
  }

  .about_page .top-screen {
    min-height: calc(100vh - 70px);
  }

  .about_page .top-offer,
  .about_page .calculation-offer,
  .about_page .feedback-offer {
    padding-left: 53px;
    padding-right: 98px;
  }

  /* .about_page .top-offer__btn {
		display: none; } */
  .about_page-offer .title {
    font-size: 80px;
    line-height: 90px;
  }

  .about_page-offer .about-offer__title-decor {
    top: -34px;
    left: -20px;
    font-size: 110px;
  }

  .about_principles {
    padding: 60px 0;
  }

  .about_principles-block {
    margin-top: 36px;
  }

  .about_principles-block__item:first-child .principles__text {
    margin-top: 0;
  }

  .about_principles .principles__number {
    margin-right: 17px;
  }

  .about_principles-block__item {
    margin-top: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .about_principles-block__item .principles__title {
    font-size: 20px;
  }

  .about_principles-title {
    font-size: 38px;
  }

  .about_principles .principles__text {
    width: 100%;
    max-width: 100%;
    padding-left: 64px;
    font-size: 14px;
    margin-top: 14px;
  }

  .about_mission {
    padding: 60px 0;
    text-align: left;
  }

  .about_mission_wrap {
    padding-left: 22px;
    padding-right: 20px;
    text-align: center;
  }

  .about_mission__decor-right {
    max-width: 122px;
    top: 0;
    right: 0;
    display: none;
  }

  .about_mission__decor-left {
    max-width: 84px;
    top: auto;
    left: 8px;
    bottom: -108px;
    display: none;
  }

  .about_mission .mission_top {
    max-width: 100px;
  }

  .about_mission__title {
    text-align: center;
    font-size: 38px;
    margin-top: 20px;
  }

  .about_mission__text {
    text-align: center;
    font-size: 16px;
    margin-top: 23px;
    max-width: 100%;
  }

  .about_team {
    padding: 60px 0;
  }

  /* .about_team-content {
      padding-left: 45px;
      padding-right: 45px; } */
  .about_team-title {
    font-size: 38px;
  }

  .about_map {
    padding: 0 0 60px;
  }

  .about_map .container {
    padding: 0;
  }

  .about_map-title {
    font-size: 38px;
  }

  .about_quote {
    padding: 0;
  }

  .about_quote-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about_quote .google_logo {
    max-width: 81px;
  }

  .about_quote-title {
    font-size: 38px;
    padding: 0;
  }

  .about_quote-title ::before {
    width: 19px;
    height: 23px;
    background-size: contain;
    left: 0;
  }

  .about_quote-title ::after {
    width: 19px;
    height: 23px;
    background-size: contain;
    right: 0;
  }

  .about_quote-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
  }

  .about_quote .decor_left {
    left: -57px;
    max-width: 120px;
    top: 212px;
    display: none;
  }

  .about_quote .decor_right {
    right: -57px;
    max-width: 120px;
    top: auto;
    bottom: 0;
    display: none;
  }

  .design_useful__list-gradient {
    top: 370px !important;
  }

  .design_quote-text {
    font-size: 16px;
    line-height: 140%;
  }

  .design_quote {
    padding: 10px;
  }

  .design_quote-wrap {
    top: 0px;
    padding: 70px 0;
    max-width: 95%;
  }

  .design_quote-wrap .decor_left {
    display: none;
  }

  .design_quote-wrap .decor_right {
    display: none;
  }

  .design_quote-title {
    font-size: 38px;
  }

  .design_form-offer {
    flex-direction: column;
    padding: 70px 8px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .design_form-offer__info {
    width: 100%;
  }

  .design_form-offer__form {
    width: 100%;
  }

  .design_form-title {
    font-size: 40px;
    line-height: 50px;
  }

  .design_form-desc {
    margin-top: 22px;
  }

  .design_form-desc2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .design_form_block {
    padding: 40px 20px 30px;
    margin: 0 auto;
    float: none;
  }

  .turnkey_tasks {
    padding: 70px 0;
  }

  .turnkey_tasks-title {
    font-size: 38px;
    line-height: 44px;
  }

  .turnkey-about_title {
    font-size: 38px;
    line-height: 44px;
  }

  .slider_turnkey {
    margin-bottom: 0;
  }

  .turnkey_tech {
    padding: 0;
  }

  .turnkey_tech-title {
    font-size: 38px;
    line-height: 44px;
  }

  .turnkey_slider-title {
    font-size: 38px;
    line-height: 44px;
  }

  .slider_turnkey {
    padding: 70px 0;
  }

  .turnkey_tech-items {
    margin-top: 0;
  }

  .turnkey_tech-item {
    flex-direction: column;
  }

  .turnkey_tech-item__title {
    margin-bottom: 20px;
  }

  .turnkey_tech-item__title br {
    display: none;
  }

  .turnkey_slider {
    margin-top: 50px;
  }

  .turnkey_slider_container {
    margin-top: 45px;
  }

  .task-slider_item_block {
    flex-direction: column;
  }

  .task-slider_item__title {
    text-align: center;
    margin: 12px 0;
  }

  .turnkey_slider_wrapper .slick-list {
    margin-top: -20px;
  }

  .task-slider_item__img {
    margin: 0 auto 20px auto;
    width: 100%;
  }

  .turnkey_slider .slick-prev,
  .turnkey_slider .slick-next {
    width: 40px;
    height: 40px;
    top: -50px;
    margin: 0 auto;
  }

  .turnkey_slider .slick-prev {
    position: relative;
    left: -70px;
    right: 0;
    z-index: 0;
  }

  .turnkey_slider .slick-next {
    right: -130px;
    left: 0;
  }

  .slides-numbers {
    top: -71px;
    right: 0;
    left: 0;
    max-width: 60px;
    margin: 0 auto;
  }

  .turnkey_tasks-blocks {
    flex-direction: column;
    align-items: center;
  }

  .turnkey_tasks-item {
    padding: 30px;
    margin-bottom: 20px;
  }

  .turnkey_useful-wrapper {
    flex-direction: column;
  }

  .turnkey_useful__title {
    font-size: 38px;
    line-height: 42px;
  }

  .turnkey_useful__desc {
    font-size: 16px;
    line-height: 27px;
    margin-top: 30px;
  }

  .turnkey_useful__list {
    max-width: 100%;
    padding-right: 0;
    margin-top: 30px;
    height: auto;
  }

  .turnkey-about_items {
    flex-direction: column;
  }

  .turnkey-about_items_block {
    display: flex;
    max-width: 100%;
    margin-bottom: 36px;
    align-items: flex-start;
  }

  .turnkey-about_items_block img {
    width: 54px;
    margin-bottom: 0;
  }

  .design-texts_blocks {
    padding-left: 26px;
  }

  .turnkey_useful__list-gradient {
    display: none;
  }

  .turnkey_useful-wrapper_right {
    width: 100%;
  }

  .turnkey_useful-wrapper_left {
    width: 100%;
    margin: 0;
  }

  .top-features__item {
    margin-bottom: 10px;
  }

  .top-features__list .top-features__item:last-child {
    margin-bottom: 0;
  }

  .top-features__title .line {
    margin-top: 9px;
  }

  .top-features__title .line::before {
    width: 64px;
  }

  .feedback-offer__contacts img {
    width: 23px;
    margin-right: 15px;
  }

  /*.portfolio_page .portfolio-examples__list.hidden-all--js > :nth-child(n + 7) {*/
  /*  display: none;*/
  /*  }*/

  .about-btn.btn_mob {
    display: block !important;
  }

  .about-btn.btn_desk {
    display: none !important;
  }
  .about-content {
    padding-bottom: 70px;
  }

  .top-features {
    padding-top: 17px;
  }

  .about-wrap,
  .useful-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-menu .menu-social {
    display: flex;
  }

  .useful-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .useful-wrap:nth-child(2) {
    padding-top: 0;
  }

  .useful-desc {
    margin-top: 18px;
    margin-bottom: 25px;
  }

  .useful-decor__icon.decor-green {
    display: none;
  }

  .clients-decor__icon {
    display: none;
  }

  .reviews-decor__icon {
    display: none;
  }

  .reviews-slider__arrows {
    display: none;
  }

  .reviews-slider .splide__pagination {
    display: flex;
  }

  .reviews-item {
    padding: 31px 30px;
  }
}

/* @media screen and (max-width: 768px) and (min-width: 420px){
	.task-slider_item__text{
		max-width: 60%;
		margin: auto;
	}
	} */

@media screen and (max-width: 575px) {
  .design_top-offer__subtitlebox {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .turnkey_top-offer__subtitlebox .about_page-offer__desc {
    font-size: 15px !important;
    max-width: 274px !important;
    min-width: initial;
  }

  .turnkey_top-offer__subtitlebox .about_page-offer__desc br {
    display: none;
  }

  .about_page-offer > .about_page-offer__desc {
    margin-top: 25px;
    font-size: 18px;
    line-height: 140%;
  }

  .top-offer__wrap {
    left: -3px;
  }

  .ui_page .top-screen .top-offer__desc {
    padding-left: 0;
  }

  .ui_page .top-screen .top-offer__desc,
  .turnkey_top-offer__subtitlebox {
    margin-top: 10px;
  }

  .header-menu__close {
    padding: 15px 25px 0;
  }

  .header-menu__close .close-title {
    display: none;
  }

  .header-menu__close .header-logo {
    display: flex;
  }

  .header-menu__close .close-icon {
    margin-top: 10px;
  }

  .header-menu-box {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-top: 25px;
    box-shadow: 0 2px 15px rgb(33 33 33 / 30%);
    border-radius: 10px;
    padding: 25px 30px 30px;
    margin-top: 13px;
  }

  /*.show {
    visibility: hidden;
    }*/
  .header-menu {
    width: 100%;
    border-radius: 0;
    /*height: calc(var(--vh, 1vh) * 100);*/
  }

  .header-menu.active {
    padding: 0px 0 0;
    border-radius: 10px;
  }

  .header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(1) a,
  .header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(2) a,
  .header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(3) a,
  .header-menu__list:nth-of-type(2) .header-menu__item:nth-of-type(4) a {
    font-size: 30px;
    line-height: 80%;
  }

  .box_soc_mob {
    margin: auto auto 30px auto;
  }

  .top-screen .top-offer,
  .top-screen .calculation-offer,
  .top-screen .feedback-offer {
    align-items: baseline !important;
    padding-left: 40px;
  }

  .top-screen .top-offer__title {
    font-size: 74px;
    line-height: 1;
    font-weight: 500;
  }

  .top-screen .top-offer__desc {
    font-size: 27px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .design_top .top-screen .top-offer__desc {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about_title br {
    display: none;
  }

  .design_bt-item__title {
    margin-top: 20px;
  }
  .top-screen,
  .ui_page .top-screen {
    min-height: calc(100vh - 110px);
  }
  .top-screen .top-offer__typing {
    display: none;
  }

  .top-screen .top-offer__item {
    margin-top: 10px;
    align-items: baseline;
  }

  .top-screen .top-offer__item:nth-of-type(1) {
    margin-top: 25px;
    align-items: baseline;
  }

  .top-screen .top-offer__item:nth-of-type(1) .top-offer__subdesc {
    display: block;
  }

  .top-screen .top-offer__item:nth-of-type(1)::before {
    content: '';
  }

  .top-screen .top-offer__item:nth-of-type(2),
  .top-screen .top-offer__item:nth-of-type(3) {
    display: flex;
  }

  .top-screen .top-offer__item::before {
    margin-right: 17px;
    margin-top: 0;
  }

  .top-screen .top-offer__item-decor {
    display: none;
  }

  .top-screen .top-offer__subdesc {
    padding-left: 30px;
    font-size: 15px;
    line-height: 21px;
  }

  .about-item__icon,
  .useful-item__icon {
    margin-right: 19px;
  }

  .about-item,
  .useful-item {
    margin-bottom: 20px;
  }

  .about_page .top-offer__btn {
    top: 55px;
  }

  .about_principles-wrap {
    padding-left: 25px;
    padding-right: 16px;
  }

  .portfolio-examples__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .ui-portfolio__section .portfolio-examples__wrap {
    margin-top: 0;
  }

  .ui-portfolio__section .portfolio-examples__link {
    padding-bottom: 24px;
  }

  .ui-portfolio__section .portfolio-examples__title {
    margin-bottom: 10px;
  }

  .portfolio-examples__img {
    min-height: unset;
    max-height: unset;
  }
  .quiz-btn {
    width: 100%;
  }

  .reviews-desc br {
    display: none;
  }

  .about_features-content {
    margin-top: 50px;
  }

  .team-features__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .team-features__item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .team-features__desc {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .team-desc {
    line-height: 74%;
    margin-bottom: 20px;
  }

  .about_team .team-desc {
    line-height: 140%;
  }

  .clients-slider.slider-top {
    margin-bottom: -10px;
  }

  .footer-content:nth-of-type(2)::before {
    width: 190px;
  }

  .footer-info__list {
    flex-direction: column;
    align-items: center;
  }

  .footer-info__item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about_page-offer .about-offer__title-decor {
    top: -50px;
    left: -50px;
    font-size: 110px;
    white-space: nowrap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    position: absolute;
    top: -65px;
    left: -93px;
    color: transparent;
    line-height: 100%;
  }

  .about_map-title span {
    display: block;
  }

  .about_map .team-desc span {
    display: block;
  }

  .about_team .team-desc span {
    display: block;
  }

  .about_features .team-features__item {
    margin-bottom: 22px;
  }

  .about_quote-text br {
    display: none;
  }

  .turnkey_top-offer__desc {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 20px;
    /* padding-left: 10px; */
  }

  .turnkey_top-offer .title span {
    font-size: 74px;
    line-height: 50px;
  }

  .turnkey_top-offer__subtitlebox-decor {
    margin-right: 17px;
    margin-top: 5px;
  }

  .services_blocks_title,
  .slider-static .slide_info_title,
  .about_items_block_title,
  .top-features__title .txt {
    font-size: 20px;
    /* width: 80%;*/
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .services_blocks_title {
    width: 80%;
  }

  .services_blocks_descr,
	.ui_block_items .descr,
	/*.for_whom_block_info_descr,*/
	.slider .slide_info_descr,
	.slider-static .slide_info_descr,
	.about_items_block_descr,
	.reviews-item__text,
	.top-features__descб .about-item__desc,
	.useful-item__desc {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }

  /*	.reviews-item__text {
		line-height: 22px;
		}*/

  .reviews-item__profession {
    font-size: 16px;
  }

  .top-features,
  .about-content {
    padding-bottom: 70px;
  }

  .portfolio {
    padding-top: 70px;
  }

  .portfolio-title__decor {
    top: -90px;
  }

  .ui_blockб {
    margin-top: 70px;
  }

  .useful-wrap:nth-child(1),
  .useful-wrap:nth-child(1) {
    padding-top: 70px;
    margin-top: 0;
  }

  .for_whom {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .clients {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .reviews {
    padding: 50px 0;
  }

  .team {
    margin-top: 70px !important;
  }

  .feedback {
    margin-top: 70px;
  }

  .footer {
    margin-top: 70px;
    padding: 55px 0 20px;
  }

  /*.portfolio-examples__list.hidden-all--js > :nth-child(n + 7) {
		display: block; }*/
  /* .portfolio_page .portfolio-examples__list.hidden-all--js > :nth-child(n + 7) {
      display: block;
      } */
  /*.portfolio-examples__list.hidden-all--js > :nth-child(n + 3) {
		display: none; }*/
  /* .portfolio_page .portfolio-examples__list.hidden-all--js > :nth-child(n + 3) {
    display: none;
    } */
  .useful-title br {
    display: none !important;
  }

  .useful-title span {
    display: block;
  }

  .useful-item__desc {
    margin-left: 65px;
    max-width: calc(100% - 65px);
  }

  .team-desc span {
    display: block;
  }

  .team-features__list {
    margin-top: 0;
  }

  .team-features {
    margin-top: 15px;
  }

  .feedback-offer__contacts {
    font-size: 16px;
  }

  .feedback-offer__link {
    margin-top: 5px;
  }

  .feedback-offer__link.link-email {
    font-size: 24px;
    line-height: 29px;
  }

  /* .reviews-wrap{
    padding-left: 10px;
    } */
}

@media screen and (max-width: 460px) {
  .top-screen .top-offer,
  .top-screen .calculation-offer,
  .top-screen .feedback-offer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .top-screen .top-offer {
    padding-left: 28px;
    padding-right: 28px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .about-item__title,
  .turnkey-about_items_block_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .top-offer__btn {
    max-width: unset;
    width: 100%;
  }

  .ui_page .top-offer__btn {
    top: 20px;
    margin-bottom: 20px;
  }

  /*.about_page-offer > .about_page-offer__desc {
		font-size: 20px; }*/
  .calculation-offer,
  .feedback-offer {
    padding: 70px 8px;
  }

  .calculation-offer__wrap,
  .feedback-offer__wrap {
    margin-right: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .clients-desc br,
  .reviews-desc br,
  .about_team-title-desc br {
    display: none;
  }

  .blog-item {
    padding: 37px 20px;
  }

  /* .services_blocks_btn {
		bottom: -15px; } */

  .design-texts_blocks {
    text-align: left;
    padding-left: 26px;
  }

  .design_bt-item img {
    width: 64px;
  }

  .mobile_slider .servSwiper {
    margin-top: 22px;
    padding: 8px 8px 0;
  }

  .slider .swiper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .turnkey_tasks-item__img {
    width: 64px;
  }

  .turnkey_tech-item__box--img {
    width: 45px;
  }

  .turnkey_tech-item__box--title {
    font-size: 12px;
    line-height: 130%;
  }

  .task-slider_item__title {
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .slider_turnkey .swiper-pagination {
    bottom: 32% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    width: initial !important;
  }

  .slider .swiper-slide-active .slide_info,
  .slider .swiper-slide:first-child .slide_info {
    left: 0 !important;
  }

  .slider .swiper-slide .slide_info {
    position: relative;
    left: 0;
  }

  .slider .swiper-horizontal > .swiper-pagination-bullets,
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .slider .swiper-pagination-custom,
  .slider .swiper-pagination-fraction {
    bottom: 43%;
  }

  .design_top-offer__subtitlebox .about_page-offer__desc {
    font-size: 15px;
    max-width: 274px;
    padding-left: 30px;
    min-width: initial;
  }

  .reviews-item {
    padding: 16px 15px;
  }
}

@media screen and (max-width: 380px) {
  .blog-item,
  .reviews-item {
    max-width: 360px;
  }
}

@media screen and (max-width: 360px) {
  .header-menu__list:nth-of-type(1) .header-menu__link {
    font-size: 20px;
    line-height: 30px;
  }

  .top-screen .top-offer__title span {
    font-size: 68px;
  }

  .team-title {
    font-size: 37px;
    line-height: 40px;
  }

  .feedback-offer__link.link-phone,
  .feedback-offer__link.link-email {
    font-size: 25px;
    line-height: 30px;
  }

  .blog-item,
  .reviews-item {
    max-width: 310px;
  }

  .box_soc_mob {
    margin: auto auto 0px auto;
  }
}

.mob_sw .tabs_content_wrapper .img img {
  max-width: 100%;
}

.services_inner.program_setting_wrapper {
  display: block !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.pin {
  padding-top: 60px !important;
}

.portfolio.portfolio_page {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*.modal--js-3 {*/
/*  padding: 65px 75px;*/
/*  max-width: 60%;*/
/*}*/

.reviews-slider__arrows {
  text-align: center;
  bottom: 450px;
  max-width: 99.3%;
  /*left: 60px;*/
}

.reviews-slider__arrows-background {
  width: 200px;
  height: 615px;
  float: left;
  margin-right: 285px;
  position: relative;
  z-index: 1;
  top: -160px;
  background: linear-gradient(
    270deg,
    rgba(248, 248, 248, 0) 0%,
    rgba(248, 248, 248, 0.6) 48.44%,
    #f8f8f8 100%
  );
  /*left: -60px;*/
}

.reviews-slider__arrows-background-right {
  width: 200px;
  height: 615px;
  float: right;
  /*margin-right: 285px;*/
  position: relative;
  z-index: 1;
  top: -160px;
  background: linear-gradient(
    270deg,
    rgba(248, 248, 248, 0) 0%,
    rgba(248, 248, 248, 0.6) 48.44%,
    #f8f8f8 100%
  );
  right: -13px;
  transform: rotate(180deg);
}

.main-page .reviews-slider__arrows-background,
.main-page .reviews-slider__arrows-background-right {
  position: absolute;
}

.reviews-slider__arrows-background-img,
.reviews-slider__arrows-background-img-right {
  display: none;
  background: url(http://rgb-agency.com.ua/wp-content/uploads/2021/10/Subtract.png);
  height: 300px;
  width: 91px;
  float: left;
  /* right: 60px; */
  margin-right: 285px;
  position: relative;
  z-index: 1;
  top: 140px;
  /* left: -120px; */
}

.reviews-slider__arrows-background:hover
  .reviews-slider__arrows-background-img {
  display: inline-block;
}

.reviews-slider__arrow.prev {
  top: 300px;
  right: -25px;
}

.reviews-wrap {
  max-width: 99%;
}

.reviews-slider__arrows-background-img-right {
  display: none;
  background: url(http://rgb-agency.com.ua/wp-content/uploads/2021/10/Subtract.png);
  height: 300px;
  width: 91px;
  float: left;
  /* right: 60px; */
  margin-right: 285px;
  position: relative;
  z-index: 1;
  top: 140px;
  /*transform: rotate(180deg);*/
}

.reviews-slider__arrows-background-right:hover
  .reviews-slider__arrows-background-img-right {
  display: inline-block;
}

.splide__arrow--next {
  top: 302px;
  right: 140px;
  transform: rotate(360deg);
}

@media screen and (max-width: 768px) {
  .team {
    overflow: hidden;
    margin-top: 60px;
    position: static;
    margin-bottom: 0;
  }
}

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  5%,
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  15%,
  25%,
  35%,
  45% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  20%,
  30%,
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  50% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  5%,
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  15%,
  25%,
  35%,
  45% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  20%,
  30%,
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  50% {
    transform: scale3d(1, 1, 1);
  }
}

.portfolio_home .portfolio-examples__list li.none_portfolio {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .services_inner {
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
  }

  .services_blocks,
  .design_services_blocks,
  .turnkey_services_blocks {
    max-width: 65% !important;
  }

  .services_blocks_btn,
  .turnkey_services_blocks_btn,
  .design_services_blocks_btn {
    position: static;
    display: flex;
    align-items: center;
  }

  .turnkey_services_blocks:hover .turnkey_services_blocks_btn,
  .services_blocks:hover .services_blocks_btn {
    display: flex;
  }

  .services_blocks_btn::after,
  .turnkey_services_blocks_btn::after,
  .design_services_blocks_btn::after {
    position: static;
    display: block;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .services_blocks,
  .design_services_blocks,
  .turnkey_services_blocks {
    max-width: 90% !important;
  }

  /* 	.slider-static .flex-block:last-child .slide_img img {
		margin-bottom: 30px;
	} */

  .slider-static {
    margin: 70px 0;
  }

  .slider-static .title_mobile {
    margin-bottom: 15px;
  }

  .slider-static .title_mobile br {
    display: block;
  }

  .slider-static .flex-block {
    flex-direction: column !important;
    /*margin-bottom: 30px;*/
    margin-top: 90px;
    margin-bottom: 0px;
    /* position: relative;
		top: 60px; */
  }
  .slider-static .flex-block:first-child {
    margin-top: 70px;
  }
  .slider-static .slide_info_title {
    /*position: absolute;*/
    top: -25px;
    width: 93%;
    font-size: 26px;
  }

  .slider-static .slide_info_title br:nth-child(2) {
    display: none;
  }

  .slider-static .flex-block:nth-child(2),
  .slider-static .flex-block:nth-child(4) {
    flex-direction: column;
  }

  .slider-static .slide_info {
    width: 100%;
    padding: 5px 20px 20px;
    text-align: center;
    order: 2;
    /* margin-top: -30px; */
  }

  .slide_img.slide_img_1,
  .slide_img.slide_img_3,
  .slide_img.slide_img_5,
  .slide_img.slide_img_7 {
    right: 0;
  }

  .slide_img.slide_img_2,
  .slide_img.slide_img_4,
  .slide_img.slide_img_6 {
    left: 0;
  }

  .slider-static .slide_img img,
  .turnkey-stages.slider-static .slide_img img {
    transform: unset;
    display: block;
  }

  .slider-static .slide_info_descr {
    text-align: left;
  }

  .slider-static .slide_info_descr br {
    display: none;
  }

  .slider-static .slide_img {
    width: 100%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .design_bt-title br {
    display: none;
  }

  .services_blocks.no-image .services_blocks_btn span {
    display: block;
  }
  .services_blocks.no-image .services_blocks_btn {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: static;
    display: flex;
    align-items: center;
  }
  .useful-item__wrap {
    margin-bottom: 0;
  }
  .useful-item .useful-item__title br {
    display: inline-block;
  }
  .services_blocks,
  .design_services_blocks,
  .turnkey_services_blocks {
    max-width: 100% !important;
    padding-bottom: 50px;
  }

  .services_blocks:nth-last-of-type(1),
  .design_services_blocks:nth-last-of-type(1),
  .turnkey_services_blocks:nth-last-of-type(1) {
    padding-bottom: 0;
  }

  .services_blocks_img,
  .design_services_blocks_img,
  .turnkey_services_blocks_img {
    margin-right: 0 !important;
  }

  .services_blocks_inner,
  .design_services_blocks_inner,
  .turnkey_services_blocks_inner {
    align-items: center !important;
    flex-direction: column;
  }

  .services_blocks_info p {
    text-align: center;
  }

  .services_blocks:hover .services_blocks_btn {
    width: unset;
  }

  .services_blocks_btn,
  .turnkey_services_blocks_btn,
  .design_services_blocks_btn {
    justify-content: center;
    margin-top: 7px;
  }

  .services_blocks_title br {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .slider-static .title_mobile {
    font-size: 38px;
  }
}

.text1_form {
  font-size: 26px;
  line-height: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text2_form {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  color: #000;
  /* text-transform: ; */
  margin-bottom: 25px;
}

.non_scroll {
  overflow: hidden;
}

.popup_curse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  justify-content: center;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup_curse img {
  width: 95%;
  max-width: 800px;
  height: auto;
}

.fon {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

/* @media screen and (max-width: 500px){
  .services_blocks_btn{
      left: 25%;
  }
  } */
@media screen and (max-width: 460px) {
  /* .services_blocks_btn {
    bottom: -35px;
    } */
  .ui-portfolio__section .portfolio-settings__btn {
    padding: 10px;
  }
}

/* @media screen and (max-width: 400px){
  .services_blocks_btn{
      left: 23%;
  }
  } */
@media screen and (max-width: 340px) {
  /* .services_blocks_btn{
      left: 24%;
      } */
  .slider-static .slide_info_title {
    top: -45px;
  }
}

/*@media screen and (max-width: 320px){
  .team-desc {
    line-height: 140%;
    }*/
/*.porfolio-uiux--js :nth-child(n + 7 of .item-mobile-app){
  display: none !important;
  }*/

/* .portfolio-examples__item.hidden-item,
.portfolio-examples__item.item-mobile-app:nth-of-type(2n),
.portfolio-examples__item.item-servis-app:nth-of-type(n+7),
.porfolio-turnkey--js>.portfolio-examples__item.item-turnkey-app[data-content='landing']:nth-of-type(n+7),
.porfolio-turnkey--js>.portfolio-examples__item.item-present-app.sort-show--js[data-content='presentation']:nth-of-type(n+40),
.portfolio-examples__item.mobileApp:nth-of-type(2n){
  display: none !important;
  } */

/* .portfolio-examples__item.landing:nth-of-type(n+12){
  display: none !important;
  } */
/* .portfolio-examples__list .services.sort-hide--js{
 display: block!important;
 } */
/* .portfolio-examples__item.services:nth-of-type(n+50){
  display: none !important;
  } */

/* .portfolio-examples__item.presentation:nth-of-type(3n){
  display: none !important;
  } */
/*.portfolio-examples__item .mobileApp>:nth-child(n+7) {
    display: none;
    }*/
.cf7sg-response-output {
  color: #dc3232;
  font-size: 15px !important;
  font-weight: normal;
  display: block;
}

/***** Слайдер Swiper для отзывов ****/

.swiper-reviews .swiper-wrapper {
  align-items: stretch !important;
  min-width: 0;
}

.swiper-reviews .swiper-reviews-prev:after,
.swiper-reviews .swiper-reviews-next:after {
  content: '';
}

.swiper-reviews {
  position: relative;
  max-width: 2000px;
  width: 100%;
  padding-bottom: 60px;
  margin-top: 50px;
}

.swiper-reviews:before {
  content: '';
  width: 200px;
  height: 100%;
  position: absolute;
  float: none;
  left: 0;
  z-index: 5;
  top: 0;
  display: block;
  background: linear-gradient(
    270deg,
    rgba(248, 248, 248, 0) 0%,
    rgba(248, 248, 248, 0.6) 48.44%,
    #f8f8f8 100%
  );
}

.swiper-reviews:after {
  content: '';
  width: 200px;
  height: 100%;
  position: absolute;
  float: none;
  right: 0;
  z-index: 5;
  top: 0;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(248, 248, 248, 0) 0%,
    rgba(248, 248, 248, 0.6) 48.44%,
    #f8f8f8 100%
  );
}

.swiper-reviews .reviews-slider__arrow.prev {
  top: 0;
  left: 25px;
}

.swiper-reviews .reviews-slider__arrow.next {
  top: 0;
  right: 25px;
}

.swiper-reviews .splide__arrow--next {
  transform: rotate(180deg);
}

.swiper-reviews .reviews-item {
  height: 100%;
}

.swiper-reviews .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  opacity: 1;
}

.swiper-reviews .swiper-pagination-bullet-active {
  background: #77b414;
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .swiper-reviews:after,
  .swiper-reviews:before {
    display: none;
  }

  .swiper-reviews-prev,
  .swiper-reviews-next {
    display: none;
  }

  .swiper-reviews .swiper-pagination-reviews {
    display: block;
  }

  /* .swiper-reviews {
    margin-top: 20px;
    overflow: visible;
  } */

  .clients-slider__item .clients-icon {
    width: 140px;
    height: 80px;
  }

  .clients-slider__item .foodagro.clients-icon {
    width: auto;
    height: 80px;
  }
}

.select2-dropdown {
  border: 0px solid #aaa;
}

.select2-container--default .select2-selection--single {
  border: 0px solid #aaa;
  width: 20px;
}

.select2-results__option--selectable,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 600;
  font-size: 13px;
  color: #131417;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #131417 transparent transparent transparent !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #131417 transparent !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  color: #2b49e2;
  background: #eaedfc;
}

.select2-container--open .select2-dropdown--below {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 40px !important;
  left: 3px;
}

.select2-results__options {
  margin: 4px 0 4px 0;
}

@media (min-height: 1080px) {
  .top-screen {
    min-height: 860px;
    height: 100%;
    max-height: 860px;
  }
}

.keis p {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 24px;
  margin-top: 8px;
  color: #4e4e4e;
}

.keis p span {
  font-weight: 600;
}

.main_keis {
  margin-top: 90px;
}

.keis h2 {
  font-size: 40px;
  font-family: 'Gilroy', sans-serif;
  line-height: 140%;
  margin-bottom: 40px;
  font-weight: 600;
}

.keis-info {
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
}
.keis-info strong {
  font-weight: 600;
}

.swiper-keis-next:after,
.swiper-keis-prev:after {
  display: none;
}

.swiper-keis-next .splide__arrow--next {
  transform: rotate(180deg);
  top: 0;
  right: 0;
}

.swiper-keis-prev .splide__arrow--prev {
  top: 0;
  left: 0;
}

.swiper-keis {
  width: 100%;
  margin: auto;
  padding: 26px 0% 50px;
  max-width: 1160px;
}

.keis-container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

.swiper-keis-prev {
  left: 2%;
}

.swiper-keis-next {
  right: 2%;
}

.swiper-keis .swiper-pagination-keis {
  bottom: 10px;
}

.swiper-pagination-keis .swiper-pagination-bullet-active {
  background: #77b414;
}

.swiper-keis .swiper-slide img,
.swiper-keis .swiper-slide video {
  width: 100%;
  border-radius: 20px;
}

.swiper-keis .swiper-slide .swiper-lazy.loaded {
  position: relative;
  z-index: 11;
}

.swiper-pagination-keis .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

.keis h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.keis h4 span {
  font-weight: 400;
  font-size: 16px;
  color: #7e7e7e;
}

.swiper-keis-next,
.swiper-keis-prev {
  z-index: 3;
}

.swiper-keis .swiper-slide {
  text-align: center;
}

.keis_navigation_bl {
  position: relative;
}

.flex_form {
  position: relative;
  display: flex;
  padding: 100px;
  background: #050928;
  border-radius: 15px;
  overflow: hidden;
}

.flex_form_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex_form_item h2,
.flex_form_item p {
  color: #fff;
}

.flex_form_item h2 {
  font-size: 64px;
  line-height: 73.6px;
  margin-bottom: 8px;
  font-weight: 600;
}
.form_keises .block-title {
  line-height: 34.5px;
}
.form_keises .container {
  max-width: 1240px;
}

.form_keises .block-title {
  margin-bottom: 30px;
}

.form_keises p {
  margin-bottom: 0;
}

.form_keises .feedback-offer__social {
  margin-top: 0;
}

.form_keises p {
  margin-top: 0;
}

.flex_form_item,
.flex_form_form {
  width: 50%;
}

.flex_form_form {
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 50px;
}

.form_keises .block-title {
  font-size: 24px;
  font-weight: 400;
}

.form_keises .block-title span,
.flex_form_item h2 span {
  color: #77b414;
}

.form_keises .feedback-offer__contacts span {
  margin-left: 0;
}

.form_keises .feedback-offer__link {
  margin-left: 33px;
}

.form_keises {
  margin-top: 80px;
  margin-bottom: 100px;
}

@media (max-height: 940px) {
  .swiper-keis {
    max-width: 1000px;
  }

  .keis-container {
    max-width: 1300px;
  }
}

@media (max-height: 860px) {
  .swiper-keis {
    max-width: 880px;
  }

  .keis-container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  .flex_form {
    padding: 60px;
  }
}

@media (max-width: 1023px) {
  .swiper-keis-next,
  .swiper-keis-prev {
    display: none;
  }

  .swiper-keis {
    max-width: 100%;
  }

  .swiper-keis {
    padding: 10px 5% 50px;
  }

  .keis-container {
    overflow: hidden;
  }

  .keis-info {
    margin-top: 70px;
  }

  .flex_form {
    padding: 40px;
  }

  .form_keises .block-title {
    font-size: 18px;
  }
}

@media (max-width: 940px) {
  .flex_form_item h2 {
    font-size: 50px;
    line-height: 57.6px;
  }
  .form_keises {
    margin-bottom: 70px;
  }
}

@media (min-width: 840px) {
  .display_none840 {
    display: none;
  }
}

@media (max-width: 840px) {
  .flex_form {
    flex-direction: column;
  }

  .display_block840 {
    display: none;
  }

  .flex_form_item {
    width: 100%;
  }

  .flex_form_form {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }

  .flex_form_item h2 {
    margin-bottom: 16px;
  }

  .flex_form_item h2,
  .form_keises .block-title {
    text-align: center;
  }

  .form_keises .feedback-offer__wrap {
    max-width: 320px;
    margin: auto;
  }

  .form_keises .feedback-offer__link.link-email {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .keis-info {
    width: 95%;
    padding: 0 10px;
  }

  .form_keises .feedback-offer__link {
    margin-left: 0;
  }

  .keis h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .flex_form_item h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .flex_form_item h2 {
    margin-bottom: 16px;
  }

  .keis-info {
    margin-top: 60px;
  }

  .swiper-keis .swiper-pagination-keis {
    bottom: 0;
  }
}

@media (max-width: 479px) {
  .swiper-keis .swiper-pagination-keis {
    bottom: 6px;
  }

  .keis h4 {
    font-size: 18px;
  }

  .keis p {
    font-size: 16px;
  }

  .keis h2 {
    font-size: 32px;
  }

  .keis-info {
    margin-top: 30px;
  }

  .flex_form {
    padding: 40px 20px;
  }

  .flex_form_form {
    padding: 30px;
  }
}

.flipper {
  position: relative;
}

.flipper .front {
  height: auto;
  position: static !important;
  /* left: 0; */
  transition: all 0.5s ease;
}

.flipper .back {
  height: auto;
  position: absolute !important;
  left: 0;
  top: 0%;
  /* height: 100%; */
  transition: all 0.5s ease;
}
.flipper .front,
.flipper .back img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  height: 100%;
}

.flipper {
  width: 100%;
}

.front {
  z-index: 2;
}

.back {
  z-index: 1;
  transform: rotateY(-180deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
  z-index: 1;
}

.flip-container:hover .back {
  transform: rotateY(0deg);
  z-index: 2;
}

.langs-header {
  position: relative;
  z-index: 1;
  margin-right: 45px;
}

@media (min-width: 767.98px) and (any-hover: hover) {
  .langs-header:hover .langs-header__items {
    opacity: 1;
    visibility: visible;
    top: 120%;
  }
}
@media (max-width: 991.98px) {
  .langs-header {
    margin: 0;
  }
}
.langs-header._active .langs-header__items {
  opacity: 1;
  visibility: visible;
  top: 115%;
  background: #fff;
}
.langs-header__current {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.langs-header__current::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.langs-header__current span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  /*width: 42px;
      height: 42px;*/
  /*border-radius: 50%;*/
  color: #131417;
  /* background: #2EAE74;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 7px 0px 0px;
}
@media (max-width: 400px) {
  .langs-header__current span {
    width: 35px;
    height: 35px;
    margin: 0px 5px 0px 0px;
  }
}
.langs-header__current img {
  flex: 0 0 9px;
  max-width: 14px;
}
.langs-header__items {
  padding: 5px 0px 5px 0px;
  position: absolute;
  top: 120%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background: #fff;
  /* -webkit-transition: all 0.3s ease 0s; */
  transition: all 0.3s ease 0s;
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  overflow: hidden;
  min-width: 50px;
}
.langs-header__item {
  color: #131417;
  font-size: 14px;
  font-weight: 600;
  /* position: 6px; */
  /*width: 42px;
    height: 42px;*/
  /*border-radius: 50%;*/
  /* background: #2EAE74;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*   margin: 0px 0px 8px 0px;*/
  padding: 7px 5px 7px 5px;
  /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
  /* -webkit-transition: all 0.3s ease 0s; */
  transition: all 0.3s ease 0s;
}
@media (max-width: 400px) {
  .langs-header__item {
    /* width: 38px; */
    height: 38px;
  }
}
@media (any-hover: hover) {
  .langs-header__item:hover {
    color: #2b49e2;
    background: #eaedfc;
  }
}

/*.front {
	z-index: 2;
}*/

.back {
  z-index: 1;
  opacity: 0;
  transform: unset;
  /*transform: rotateY(-180deg);*/
}

.flip-container:hover .front {
  /*transform: rotateY(180deg);*/
  transform: unset;
  z-index: 1;
  opacity: 0;
}

.flip-container:hover .back {
  transform: unset;
  opacity: 1;
  z-index: 2;
}

.page-template-portfolio,
.page-template-disign,
.page-template-ui_ix,
.page-template-turnkey .back {
  z-index: 1;
  opacity: 0;
  transform: unset;
}

.page-template-portfolio,
.page-template-disign,
.page-template-ui_ix,
.page-template-turnkey .flip-container:hover .front {
  transform: unset;
  z-index: 1;
  opacity: 0;
}

.page-template-portfolio,
.page-template-disign,
.page-template-ui_ix,
.page-template-turnkey .flip-container:hover .back {
  transform: unset;
  opacity: 1;
  z-index: 2;
}

.single-page .single-header {
  margin-top: 130px;
}
.single-page .single-header .single-header__banner {
  margin: 20px auto;
  max-width: 1028px;
  width: 100%;
  border-radius: 10px;
  background: #c4c4c4;
  overflow: hidden;
}
.single-page .single-header .single-header__banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.single-page .single-header .single-header__title {
  background: #ffffff;
  max-width: 742px;
  width: 100%;
  height: 100%;
  padding: 44px 56px;
  border-radius: 10px;
  margin: -125px auto 0;
  color: #000000;
  position: relative;
}
.single-page .single-header .single-header__title h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
}
.single-page .single-content {
  margin: 0 auto 40px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.single-page .single-content *:last-child {
  margin-bottom: 10px;
}
.single-page .single-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: rgba(72, 72, 72, 0.22);
}
.single-page .single-content p,
.single-page .single-content blockquote,
.single-page .single-content ul,
.single-page .single-content ol,
.single-page .single-content h2,
.single-page .single-content h3,
.single-page .single-content figure,
.single-page .single-content figure.wp-caption,
.single-page .single-content .wp-playlist {
  margin-bottom: 30px;
}
.single-page .single-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(64, 64, 64, 1);
}
.single-page .single-content blockquote {
  background: rgba(248, 248, 248, 1);
  border-radius: 10px;
  padding: 40px 44px 40px 80px;
  position: relative;
}
.single-page .single-content blockquote p {
  margin-bottom: 20px;
  color: rgba(19, 20, 23, 1);
}
.single-page .single-content blockquote p b {
  font-weight: bold;
}
.single-page .single-content blockquote i {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(87, 85, 83, 1);
}
.single-page .single-content a {
  color: rgba(48, 72, 198, 1);
  text-decoration: underline;
}
.single-page .single-content a:hover {
  color: rgba(48, 72, 198, 0.7);
}
.single-page .single-content blockquote:after {
  content: '';
  position: absolute;
  left: 45px;
  height: 82%;
  width: 2px;
  background: rgba(119, 180, 20, 1);
  top: 50%;
  transform: translateY(-50%);
}
.single-page .single-content ul {
  margin-left: 50px;
  list-style-type: none;
}
.single-page .single-content ul li::before {
  content: '\25A0';
  color: rgba(119, 180, 20, 1);
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}
.single-page .single-content ul li,
.single-page .single-content ol li {
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(64, 64, 64, 1);
}
.single-page .single-content ol {
  list-style-type: decimal;
  margin-left: 70px;
}
.single-page .single-content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: 0;
  text-align: left;
  color: #131417;
  margin-top: 60px;
}
.single-page .single-content h2 span {
  color: rgba(48, 72, 198, 1);
}
.single-page .single-content figure.wp-caption {
  width: 100% !important;
}
.single-page .single-content figure.wp-caption img,
.single-page .single-content img {
  width: 100% !important;
  border-radius: 10px;
}

.single-page .single-content figure.wp-caption figcaption.wp-caption-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(64, 64, 64, 0.7);
  padding: 10px 0;
}
.single-page .single-content h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0;
  text-align: left;
  color: #131417;
  margin-top: 60px;
}
.single-page .single-content h3 span {
  color: rgba(48, 72, 198, 1);
}
.single-page .single-content .wp-playlist {
  border: none;
  padding: 0;
}
.single-page .single-content .wp-playlist .wp-playlist-tracks {
  display: none;
}
.single-page .single-content .wp-playlist .mejs-container,
.single-page .single-content .wp-playlist .mejs-controls {
  border-radius: 10px;
}
.single-page .single-content .wp-playlist .mejs-overlay-button {
  -webkit-filter: invert(29%) sepia(92%) saturate(5471%) hue-rotate(348deg)
    brightness(87%) contrast(92%);
          filter: invert(29%) sepia(92%) saturate(5471%) hue-rotate(348deg)
    brightness(87%) contrast(92%);
}
.single-page .single-header__after {
  margin: 0 auto;
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.single-page .single-header__after .post-item__date {
  display: flex;
  align-items: center;
  color: rgba(87, 85, 83, 1);
  font-weight: 600;
  font-size: 13px;
  line-height: 22.75px;
}
.single-page .single-header__after .post-item__date svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.single-page .single-header__after {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-page .single-header__after .single-categories {
  max-width: 380px;
}
.single-page .single-categories .post-item__categories--link {
  margin-left: 10px;
}
.single-page .single-categories .post-item__categories--link:first-child {
  margin-left: 0;
}
.single-page .single-categories .post-item__categories--link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.single-page .single-content__after {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 0;
  box-sizing: border-box;
}
.single-page .single-content__after,
.single-page .single-header__after,
.single-page .single-content {
  max-width: 645px;
}
.single-page .blog-social {
  left: 10px;
  bottom: auto;
}
.single-page .share-post .a2a_floating_style {
  position: absolute;
}
.single-page .share-post {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  max-width: 1024px;
  margin: 0 auto;
}
.single-page .share-post .a2a_floating_style a span {
  border-radius: 50%;
  padding: 6px;
}
.share-post button {
  display: none;
}
.single-posts h4 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
  color: #131417;
  padding-top: 100px;
  padding-bottom: 52px;
}

.single-posts h4 span {
  color: rgba(48, 72, 198, 1);
}

.no-results .page-title {
  margin: 52px 0 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
}
.no-results .btn-home {
  background: #77b414;
  border-radius: 5px;
  padding: 24px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 40px auto;
  display: block;
  width: 220px;
  text-align: center;
}
.no-results .btn-home:hover {
  opacity: 0.8;
}
.single-page .single-header .breadcrumb-blog {
  max-width: 1028px;
}
.breadcrumb-blog {
  margin: 20px auto;
  width: 100%;
}
.breadcrumb-blog .breadcrumb-blog__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item {
  padding-right: 24px;
  position: relative;
}
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item,
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item a,
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(97, 97, 97, 1);
}
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item span {
  color: rgba(97, 97, 97, 1) !important;
}
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item:hover a {
  color: #77b414;
}
.breadcrumb-blog .breadcrumb-blog__list .breadcrumb-blog__item:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  content: '\2014';
  color: rgba(97, 97, 97, 1);
}
.breadcrumb-blog
  .breadcrumb-blog__list
  .breadcrumb-blog__item:last-child:before {
  content: '';
}
.single-page .single-content .wp-playlist .mejs-container,
.single-page .single-content .wp-playlist .mejs-controls {
  border-radius: 10px;
  overflow: hidden;
}
.single-page .single-content .wp-playlist .mejs-controls {
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .single-page .share-post .a2a_floating_style.a2a_vertical_style {
    display: none;
  }
  .single-page .share-post button {
    background: rgba(17, 17, 17, 1);
    color: #ffffff;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-radius: 3px;
    margin-left: 20px;
    position: relative;
  }
  .single-page .share-post button svg {
    margin-right: 8px;
  }
  .single-page
    .share-post:hover
    button
    + .a2a_floating_style.a2a_vertical_style {
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translatex(-50%);
    top: -112px !important;
  }
  .single-page
    .share-post:hover
    button
    + .a2a_floating_style.a2a_vertical_style:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(17, 17, 17, 1);
  }
  .single-page
    .share-post:hover
    button
    + .a2a_floating_style.a2a_vertical_style:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    background: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(17, 17, 17, 0.23);
    width: 50px;
    border-radius: 3px;
    height: 100%;
    z-index: -1;
  }
  /*.single-page .share-post:hover:after {*/
  /*    content: '';*/
  /*    background: rgba(0,0,0,.4);*/
  /*    width: 100vw;*/
  /*    position: fixed;*/
  /*    top: 0;*/
  /*    bottom: 0;*/
  /*    left: 0;*/
  /*    right: 0;*/
  /*}*/
  .single-page .share-post {
    top: 78vh;
    z-index: 3;
    width: 182px;
    margin: 0;
    margin-left: auto;
    position: fixed;
    right: 0;
  }
  .single-page .share-post .a2a_floating_style a span {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 700px) {
  .no-results .page-title {
    font-size: 34px;
  }
  .no-results .btn-home {
    width: 190px;
    padding: 16px 20px;
  }
  .single-page .single-header .single-header__title {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .single-page .single-header .single-header__title h1 {
    font-size: 34px;
    line-height: 37px;
  }
  .single-page .single-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-page .single-content h2 {
    font-size: 32px;
  }
  .single-page .single-content h2,
  .single-page .single-content h3 {
    margin-bottom: 10px;
  }
  .single-page .single-content h3 {
    font-size: 24px;
  }
  .single-posts h4 {
    font-size: 34px;
    line-height: 42px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .single-page .single-content p {
    line-height: 26px;
  }
  .single-page .single-content p,
  .single-page .single-content ul li,
  .single-page .single-content ol li {
    font-size: 15px;
  }
  .single-page .single-content ul {
    margin-left: 0;
  }
  .single-page .single-content ol {
    margin-left: 20px;
  }
  .single-page .single-content blockquote {
    padding: 30px 30px 30px 60px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .single-page .single-content blockquote p {
    line-height: 23px;
  }
  .single-page .single-content blockquote:after {
    left: 34px;
  }
  .single-page .single-header .single-header__banner {
    /* 		height: 300px; */
  }

  .single-page .single-header .single-header__banner img {
    height: 100%;
  }

  .single-page .single-header {
    padding: 0 20px;
  }
  .single-page .single-header__after {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .single-page .single-header__after .post-item__date {
    margin-top: 20px;
  }
  .single-page .single-content__after {
    margin-top: 30px;
  }
}

.animation-btn-pulse {
  -webkit-animation: pulses 6s infinite ease-in-out;
  animation: pulses 6s infinite ease-in-out;
}
/* @-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
} */

@-webkit-keyframes pulses {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

@keyframes pulses {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

.audit {
  position: relative;
  min-height: calc(100vh - 140px);
  padding: 10px 10px 170px 10px;
  margin: 0 auto;
  max-width: 1270px;
}

@media (max-width: 994px) {
  .audit {
    padding: 10px 10px 100px 10px;
  }
}
.audit.top-screen .top-social {
  margin-right: 7%;
}
.audit .container {
  margin: auto auto auto 0;
}
.audit__img {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 60%;
  overflow-x: hidden;
  text-align: end;
  margin: 0 0 0 auto;
  min-width: 1100px;
  height: 100%;
  background-image: url('./assets/img/bg-ux.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70%;
  z-index: -1;
}
@media (min-width: 1440px) {
  .audit__img {
    right: 0%;
  }
}
.page-template-ux_audit main {
  overflow-x: hidden;
}
.audit__img-window-v1 {
  width: 257px;
  height: 119px;
  position: absolute;
  right: 96px;
  z-index: 0;
  top: 20px;
  transition-duration: 1s;
}
.audit__img:hover .audit__img-window-v1 {
  right: 80px;
}

.audit__img-window-v2 {
  width: 586px;
  height: 296px;
  position: absolute;
  top: 11%;
  right: 0;
  transition-duration: 1s;
}
.audit__img:hover .audit__img-window-v2 {
  right: 3%;
  transform: scale(1.01);
}

.audit__img-window-v3 {
  width: 227px;
  height: 147px;
  position: absolute;
  top: 0;
  right: 35%;
  transition-duration: 1s;
}
.audit__img:hover .audit__img-window-v3 {
  transform: scale(1.03);
}

.audit__img-heatmaps {
  width: 331px;
  height: 179px;
  position: absolute;
  top: 37%;
  right: 26%;
  transition-duration: 1s;
}
.audit__img:hover .audit__img-heatmaps {
  transform: scale(1.03);
}

.audit__img-window-v4 {
  width: 293px;
  height: 154px;
  position: absolute;
  top: 42%;
  right: -3%;
  transition-duration: 1s;
}
.audit__img:hover .audit__img-window-v4 {
  top: 44%;
}

.audit__img-window-v5 {
  width: 205px;
  height: 150px;
  position: absolute;
  top: 48%;
  right: 40%;
  transition-duration: 1s;
}
.audit__img:hover .audit__img-window-v5 {
  top: 50%;
  right: 42%;
  transform: scale(1.03);
}

@media screen and (min-width: 1435px) {
  .audit__img-window-v1 {
    width: 280px;
    height: auto;
  }
  .audit__img-window-v2 {
    width: 620px;
    height: auto;
  }
  .audit__img-window-v3 {
    width: 260px;
    height: auto;
  }
  .audit__img-heatmaps {
    width: 365px;
    height: auto;
  }
  .audit__img-window-v4 {
    width: 320px;
    height: auto;
  }
  .audit__img-window-v5 {
    width: 260px;
    height: auto;
  }
}
@media screen and (min-width: 1800px) {
  .audit__img-window-v1 {
    width: 300px;
    height: auto;
  }
  .audit__img-window-v2 {
    width: 640px;
    height: auto;
  }
  .audit__img-window-v3 {
    width: 280px;
    height: auto;
  }
  .audit__img-heatmaps {
    width: 385px;
    height: auto;
  }
  .audit__img-window-v4 {
    width: 340px;
    height: auto;
  }
  .audit__img-window-v5 {
    width: 280px;
    height: auto;
  }
}
@media screen and (min-width: 2100px) {
  .audit__img-window-v1 {
    width: 330px;
    height: auto;
  }
  .audit__img-window-v2 {
    width: 670px;
    height: auto;
  }
  .audit__img-window-v3 {
    width: 310px;
    height: auto;
  }
  .audit__img-heatmaps {
    width: 415px;
    height: auto;
  }
  .audit__img-window-v4 {
    width: 370px;
    height: auto;
  }
  .audit__img-window-v5 {
    width: 310px;
    height: auto;
  }
}
@media screen and (min-width: 2400px) {
  .audit__img-window-v1 {
    width: 360px;
    height: auto;
  }
  .audit__img-window-v2 {
    width: 700px;
    height: auto;
  }
  .audit__img-window-v3 {
    width: 340px;
    height: auto;
  }
  .audit__img-heatmaps {
    width: 445px;
    height: auto;
  }
  .audit__img-window-v4 {
    width: 400px;
    height: auto;
  }
  .audit__img-window-v5 {
    width: 340px;
    height: auto;
  }
}

.audit__img-up-right {
  width: 67px;
  height: 71px;
  position: absolute;
  top: 8%;
  right: 16%;
}
.audit__img-web_designv2 {
  width: 87px;
  height: 87px;
  position: absolute;
  top: 54%;
  right: 9%;
}
.audit__img-hand-head {
  width: 87px;
  height: 106px;
  position: absolute;
  bottom: 43%;
  right: 50%;
}
.audit__title {
  font-size: 65px;
  font-weight: 500;
  line-height: 91px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.audit__title .title-with-img {
  font-size: 53px;
  line-height: 53px;
  white-space: nowrap;
  display: flex;
}
.audit__title .title-with-img .title-img {
  display: block;
  position: relative;
}
.audit__img img.mobile {
  display: none;
}
.audit__title .title-with-img .title-img img {
  position: absolute;
  bottom: -50px;
  left: 10px;
  width: 58px;
}
.audit__title .title-blue {
  font-size: 115px;
  font-weight: 600;
  line-height: 105px;
  color: #3048c6;
  display: block;
  margin-top: 8px;
}
.audit__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 24px;
}
.audit__btn {
  margin-top: 70px;
  max-width: none;
}
.audit__btn span {
  background: rgba(0, 0, 0, 0.2);
  padding: 7px 12px 7px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: lowercase;
  margin-left: 4px;
}
.audit-top__decor {
  position: absolute;
  border-radius: 50%;
}

.audit-top__decor.blue {
  left: -10vw;
  bottom: -10vw;
  width: 40vw;
  height: 40vw;
  background: rgb(69, 168, 181);
  background: radial-gradient(
    89.64% 75.64% at 10% 90%,
    rgba(69, 168, 181, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 88%
  );
  z-index: -1;
}

.audit-top__decor.blue-round {
  width: 18px;
  height: 18px;
  background: rgba(84, 227, 202, 0.1);
  border-radius: 50%;
  left: 28vw;
  bottom: 23vh;
}

@media screen and (min-width: 1441px) {
  .audit .container {
    max-width: unset;
    width: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .audit .container {
    max-width: 1440px;
  }
  .audit__img {
    width: 65%;
  }

  .audit__img img {
  }

  .audit.top-screen .top-social {
    margin-right: 6%;
  }
}

@media (max-width: 1366px) {
  .audit .container {
    max-width: 1117px;
  }
  .audit__img {
    width: 58%;
  }
}
@media (max-width: 1200px) {
  .audit-top__decor.blue {
    width: 50vw;
    height: 50vw;
    left: -15vw;
    bottom: -15vw;
  }
  .audit-top__decor.blue-round {
    left: 26%;
    top: 70%;
  }
  .audit__img {
    width: 55%;
  }
  .audit.top-screen .top-social {
    margin-right: 5%;
  }
}

@media (max-width: 1024px) {
  .audit.top-screen .top-social {
    margin-right: 3%;
    /* display: block; */
  }
}

@media (max-width: 1024px) {
  .audit__title {
    font-size: 54px;
    line-height: 54px;
  }
  .audit__title .title-blue {
    font-size: 97px;
    line-height: 97px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .audit__title .title-with-img {
    font-size: 44px;
  }
  .audit__title .title-with-img .title-img img {
    bottom: -39px;
    left: 8px;
    width: 50px;
  }
  .audit__text {
    font-size: 20px;
    line-height: 28px;
  }
  .audit-top__decor.blue-round {
    top: 59%;
  }
}

/* @media (max-width: 994px) {
  .audit__img {
    position: relative;
    height: auto;
    width: 100%;
    transform: translateY(0);
    top: 0;
  }
  .audit__img img {
    display: none;
  }
  .audit__img img.mobile {
    display: block;
    object-fit: cover;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
} */
@media (max-width: 994px) {
  .audit {
    background: url('img/audit-bg-mob.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .audit.top-screen .top-social {
    display: none;
  }
  .audit__img {
    position: relative;
    height: auto;
    width: 100%;
    transform: translateY(0);
    top: 0;
  }
  .audit__img img {
    display: none;
  }
  .audit__img img.mobile {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .audit__btn {
    width: 100%;
  }
  .audit__title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
  }
  .audit__title .title-blue {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
  }
  .audit__text {
    text-align: center;
    font-size: 18px;
    margin-top: 4px;
    line-height: 22px;
  }
  .audit__title .title-with-img {
    font-size: 36px;
    line-height: 36px;
    justify-content: center;
  }
  .audit__title .title-with-img .title-img img {
    bottom: -26px;
    width: 35px;
    left: 8px;
  }
  .audit__img {
    margin-top: 0;
  }
  .audit-top__decor.blue {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: 0;
    background: radial-gradient(
      109.64% 109.64% at 50% 50%,
      rgba(69, 168, 181, 0.3) 15%,
      rgba(255, 255, 255, 0.5) 47%
    );
  }
}
@media (max-width: 576px) {
  .audit {
    overflow: hidden;
  }
  .audit__btn {
    margin-top: -10px;
    padding: 25px 20px;
  }
  .audit-top__decor.purple {
    top: 20px;
    right: -148px;
    height: 170px;
    width: 90px;
    z-index: -1;
    background: radial-gradient(
      109.64% 109.64% at 50% 50%,
      #3048c6 0%,
      #fff 100%
    );
    mix-blend-mode: normal;
    -webkit-filter: blur(103px);
            filter: blur(103px);
  }
}

.ux-audit-content .ux-help-img {
  height: 257px;
  position: relative;
}

.ux-audit-content .ux-help-img img {
  position: absolute;
  width: 100%;
  margin: -8px;
}

.ux-audit-content .about_items_block_title {
  display: flex;
  align-items: baseline;
}

.ux-audit-content .about_items_block_title:before {
  content: '';
  background: #77b414;
  display: block;
  margin-right: 14px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.ux-audit-content .about_items_block {
  max-width: 389px;
}

.ux-audit-content .ux-audit-card1-img1 {
  padding: 0 10px 0 10px;
  width: 90%;
  height: 90%;
}

.ux-audit-content .ux-audit-card1-img2 {
  top: 0;
  right: 0;
}

.ux-audit-content .ux-audit-card1-img3 {
  bottom: 0;
  right: 20px;
  margin-bottom: 0;
}

.ux-audit-content .ux-audit-card1-img4 {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}

.ux-audit-content .texts_blocks {
  margin-top: 30px;
}

.ux-audit-content .ux-audit-card2-img1 {
  padding: 0 0 0 20px;
  width: 90%;
  height: 90%;
}

.ux-audit-content .ux-audit-card2-img2 {
  top: 0;
  right: 0;
}

.ux-audit-content .ux-audit-card2-img3 {
  bottom: 0;
  right: 0;
}

.ux-audit-content .ux-audit-card2-img4 {
  bottom: 0;
  left: 0;
}

.ux-audit-content .ux-audit-card3-img1 {
  padding: 0 5px 0 15px;
  width: 90%;
}

.ux-audit-content .ux-audit-card3-img2 {
  top: -10px;
  right: 0;
}

.ux-audit-content .ux-audit-card3-img3 {
  bottom: -10px;
  right: 0;
}

.ux-audit-content .ux-audit-card3-img4 {
  bottom: 5px;
  left: 53%;
}

.ux-audit-content .ux-audit-card3-img5 {
  left: 0;
  bottom: 0;
}

.ux-audit-content .about_items {
  margin-bottom: 0;
  gap: 10px;
}

.ux-audit-content .about_inner {
  text-align: center;
}

.ux-audit-content {
  margin-bottom: 110px;
}

.ux-audit-content .about_items_block_descr {
  text-align: left;
  padding-right: 30px;
}

.roadmap-wrapper {
  max-width: 1270px;
  padding-top: 0;
  padding-bottom: 0;
}

.roadmap-content {
  background-color: #f8f8f8;
  border-radius: 25px;
}

.roadmap-items {
  display: flex;
  max-width: 1142px;
  width: 100%;
  margin: 0 auto 80px;
  justify-content: space-between;
  gap: 0;
  padding: 50px 0 100px;
}

.roadmap-item {
  flex: 0 1 20%;
  /* display: flex; */
  flex-wrap: wrap;
}

.roadmap-content .about_title {
  padding-top: 100px;
}

.roadmap-item_num {
  font-size: 68px;
  font-weight: 900;
  color: #77b414;
  opacity: 0.4;
  width: 100%;
  height: 92px;
  /* border-bottom: 1px dashed #77B414; */
  position: relative;
}

.roadmap-item_line {
  height: 1px;
  margin: 0;
  background-image: linear-gradient(to right, transparent 40%, #77b414 0%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  width: 100%;
  position: relative;
  display: flex;
}

.roadmap-item_line:after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #77b414;
  border-radius: 1px;
  position: absolute;
  bottom: -3.5px;
  left: 0;
}

.roadmap-item .about_items_block_title {
  margin: 0 0 15px;
}

.roadmap-content .about_items_block_title {
  margin-top: 25px;
}

.roadmap-content .about_items_block_title {
  height: calc(32px * (1.2 * 2));
}

.roadmap-item:hover .roadmap-item_num {
  opacity: 1;
}

.roadmap-item:hover .roadmap-item_line:after {
  width: 9px;
  height: 9px;
}

.uxaudit-result-images {
  position: relative;
  width: calc(100% - 17%);
  margin: 0 auto;
  height: 438px;
}

.uxaudit-result {
  padding-bottom: 50px;
}

.uxaudit-result-image-1 {
  width: calc(100% - 28%);
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 0;
  transition-duration: 1s;
}

.uxaudit-result-images:hover .uxaudit-result-image-1 {
  left: 5%;
  transform: scale(1.01);
}

.uxaudit-result-image-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 301px;
  z-index: 1;
  transition-duration: 1s;
}

.uxaudit-result-images:hover .uxaudit-result-image-2 {
  transform: scale(1.1);
}

.uxaudit-result-image-3 {
  position: absolute;
  width: 238px;
  right: 13%;
  z-index: 2;
  transition-duration: 1s;
}

.uxaudit-result-images:hover .uxaudit-result-image-3 {
  transform: scale(1.005);
  transform: translateX(-1%);
  transform: translateY(-10%);
}

.uxaudit-result-image-4 {
  position: absolute;
  right: 0;
  width: 238px;
  top: 19%;
  z-index: 3;
  transition-duration: 1s;
}

.uxaudit-result-images:hover .uxaudit-result-image-4 {
  transform: scale(1.005);
  transform: translateX(3%);
}

.uxaudit-result-image-5 {
  position: absolute;
  width: 238px;
  right: 17%;
  bottom: 0;
  z-index: 3;
  transition-duration: 1s;
}

.uxaudit-result-images:hover .uxaudit-result-image-5 {
  transform: scale(1.005);
  transform: translateY(5%);
}

.ux-audit-content .about_title,
.ux-audit-content .about_descr {
  max-width: 100%;
}

.roadmap-item .about_items_block_descr {
  padding-right: 20px;
}

.audit-calculation .calculation-offer__title {
  font-size: 56px;
}

.audit-calculation .calculation-offer__subdesc {
  padding-left: 20px;
  border-left: 4px solid #3048c6;
  border-radius: 1px;
}

.audit-calculation .audit-form-title {
  font-weight: 600;
  font-size: 28px;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}

.audit-calculation .audit-form-subtitle {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 12px 0 25px;
}

.audit .audit-top__decor.blue {
  background: radial-gradient(
    33% 25% at 30% 55%,
    #45a8b5 -38%,
    rgba(255, 255, 255, 0) 80%
  );
  -webkit-filter: blur(75px);
          filter: blur(75px);
}

.uxaudit-result-wrapper {
  position: relative;
}

.uxaudit-result-wrapper .decor-blue-1 {
  left: -2rem;
  top: 8rem;
}

.uxaudit-result-wrapper .decor-blue-2 {
  right: 4rem;
  top: 4rem;
}

.uxaudit-result-wrapper .decor-circle {
  top: 3.5rem;
  left: 2rem;
}

.uxaudit-result-wrapper .decor-red {
  right: 0rem;
}

.uxaudit-result-wrapper .decor-green {
  left: 0;
  opacity: 0.4;
}

.uxaudit-result-images .mobile {
  display: none;
}

.page-template-ux_audit .reviews .reviews-desc,
.page-template-ux_audit .ux-audit-content .about_title {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.audit-container {
  max-width: 100%;
}

.audit .audit__title {
  padding-top: 50px;
}

.audit .audit__btn {
  margin-top: 50px;
}

.design__page .texts_blocks .about_items_block_title {
  padding-right: 10px;
}

.audit-calculation .calculation-offer__wrap {
  width: 45%;
}
.tech .calculation-offer__wrap {
  width: 100%;
  padding-right: 0;
}
.tech .calculation-offer__title {
  text-align: center;
}
.tech .calculation-offer__title-tz-subtitle {
  text-align: center;
  font-family: Gilroy;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 60px;
}

.audit-calculation .design_form-offer__form {
  max-width: 65%;
}

@media screen and (max-width: 1140px) {
  .tech .calculation-offer__title-tz-subtitle {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1366px) {
  .audit__img-window-v1 {
    width: 230px;
    height: auto;
  }
  .audit__img-window-v2 {
    width: 540px;
    height: auto;
  }
  .audit__img-window-v3 {
    height: auto;
    width: 185px;
  }
  .audit__img-heatmaps {
    height: auto;
    width: 290px;
  }
  .audit__img-window-v4 {
    height: auto;
    width: 260px;
  }
  .audit__img-window-v5 {
    height: auto;
    width: 180px;
  }
}

@media screen and (max-width: 1266px) {
  .audit__img-window-v1 {
    width: 200px;
    height: auto;
  }
  .audit__img-window-v2 {
    width: 510px;
    height: auto;
  }
  .audit__img-window-v3 {
    height: auto;
    width: 155px;
  }
  .audit__img-heatmaps {
    height: auto;
    width: 260px;
  }
  .audit__img-window-v4 {
    height: auto;
    width: 230px;
  }
  .audit__img-window-v5 {
    height: auto;
    width: 150px;
  }
}

@media screen and (max-width: 769px) {
  .audit-calculation .calculation-offer__wrap {
    width: 100%;
  }
  .calculation {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .audit-calculation .design_form-offer__form {
    max-width: 100%;
  }
  .roadmap-content .about_title {
    padding-top: 40px !important;
  }
  .reviews {
    padding: 50px 0;
  }
  .page-template-ux_audit .reviews .reviews-desc {
    width: 100%;
  }
  .roadmap-items {
    flex-wrap: wrap;
    padding: 50px 17px 100px;
    margin-bottom: 60px;
    gap: 4px;
    min-height: 130px;
  }
  .roadmap-item {
    display: flex;
    flex: 0 1 100%;
    flex-wrap: initial;
  }
  .roadmap-item_num {
    min-width: 82px;
    width: 82px;
    font-size: 42px;
  }
  .roadmap-item_line {
    width: 1px;
    height: 100%;
    background-repeat: repeat-y;
    padding-right: 27px;
    background-size: 1px 10px;
    background-image: linear-gradient(to top, transparent 40%, #77b414 0%);
    margin-top: 6%;
  }
  .roadmap-item_line:after {
    top: 0;
    left: -3.5px;
  }
  .roadmap-content .about_items_block_title {
    margin-top: 12px;
    margin-bottom: 7px;
    width: 100%;
    height: auto;
  }
  .ux-audit-content .about_items_block {
    flex-wrap: wrap;
  }
  .ux-audit-content .ux-help-img img {
    height: auto;
    position: inherit;
    margin: 0;
    max-width: 100%;
  }
  .ux-audit-content .texts_blocks {
    margin-top: 0;
    padding-left: 0;
  }
  .ux-audit-content {
    margin-bottom: 50px;
  }
  .page-template-ux_audit .about_title {
    font-size: 31px;
    padding-top: 0;
  }
  .useful-item__wrap {
    margin-bottom: 0;
  }

  .design__page .texts_blocks .about_items_block_title {
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .about_items_block_descr {
    line-height: 1.4;
  }
  .about_descr {
    padding: 0;
  }
  .ux-audit-content .audit__btn {
    width: 90%;
  }
  .uxaudit-result-desktop {
    display: none;
  }
  .uxaudit-result {
    padding-bottom: 0;
  }
  .uxaudit-result-images {
    width: 100%;
    height: auto;
  }
  .page-template-ux_audit .team-desc {
    line-height: 1.2;
  }
  .audit {
    padding-bottom: 60px;
  }
  .about_items {
    margin-bottom: 60px;
  }
  .page-template-ux_audit .useful-title {
    text-align: center;
    font-size: 31px;
  }
  .page-template-ux_audit .useful-desc {
    display: none;
  }
  .page-template-ux_audit .useful-list {
    margin-top: 30px;
  }
  .uxaudit-result-images .mobile {
    display: block;
  }
}
.swiper-lazy-preloader {
  top: 43vh;
}
.only-mob {
  display: none;
}
@media screen and (max-width: 476px) {
  .only-mob {
    display: block;
  }
}
@media screen and (max-width: 994px) {
  .audit-calculation .calculation-offer__title {
    font-size: 31px;
    line-height: 1.15;
  }
  .audit-calculation .calculation-offer__subdesc {
    border-left: none;
    border-radius: 0;
    padding: 0;
  }
  .audit .audit__img {
    min-width: auto;
    height: 100%;
    margin-top: 15px;
    z-index: 1;
  }
  .uxaudit-result-images .mobile {
    width: 100%;
    height: auto;
  }
  .audit .audit__img img {
    position: initial;
    height: 100%;
    width: 90%;
    overflow: visible;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .audit .audit__btn {
    margin-top: 0;
  }
  .audit .audit__title {
    padding-top: 0;
  }
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 999999999;
}

.warning-cooking {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 7px 21.5px;
  box-sizing: border-box;
  background-color: #3048c6;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
}
.warning-cooking__text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  margin-right: 18px;
}
.warning-cooking__text a {
  text-decoration: underline;
  transition: opacity 0.3ms;
  color: #ffd500;
}

.warning-cooking__text a:hover {
  opacity: 0.7;
  transition: opacity 0.3ms;
}

.warning-cooking__apply {
  border-radius: 10px;
  padding: 4.5px 16.5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2936a3;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-style: normal;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border: none;
}

.warning-cooking__apply:hover {
  background-color: #f64b15;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 994px) and (max-width: 1025px) {
  .audit__img {
    width: 40%;

    /* min-width: auto; */
  }
}

.blog-social {
  display: none;
}
.social {
  display: none;
}
.top-callback {
  display: none;
}

@media (max-width: 576px) {
  .anim-btn {
    margin: 0 0 14px 0;
    height: 62px;
  }
}
@media (max-width: 430px) {
  .anim-btn {
    margin: 0 0 14px 0;
    height: 62px;
    width: 100%;
    justify-content: center;
  }
}

.iti-flag.bg {
  display: none;
}