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

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

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

#andriyivsky-page {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

#andriyivsky-page .page__inner {
  height: initial;
}

#andriyivsky-page footer {
  display: none;
}

#andriyivsky-page .bg-header {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(242, 242, 242, 0.95);
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  box-shadow: none;
}
#andriyivsky-page .bg-header .nav-item {
  color: #000;

}

@media screen and (max-width: 575px) {
  #andriyivsky-page .bg-header {
    height: 60px;
    padding-bottom: 10px;
  }
}

#andriyivsky-page .header {
  align-items: center;
}

#andriyivsky-page .header .animated-logo-wrapper a{
  display: flex;
  align-items: center;
}



#andriyivsky-page .header svg path {
  fill: #000000;
}

#andriyivsky-page .header__links {
  color: #000000;
}

#andriyivsky-page .bg-header .header__links {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.goals-marker {
  position: fixed;
  bottom: 2px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* width: 280px; */
}

:root {
  --line-width: 0;
}
.goals-marker__list:before {
  width: 100%;
  transform-origin: left;
  transform: scaleX(var(--line-width));
}
.goals-marker__item {
  cursor: pointer;
  transition: background-color 0.7s ease-out;
}

#andriyivsky .scroll-content {
  transform: none !important;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 110px;
  padding-right: 110px;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lined-block {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 200px;
}

@media (max-width: 768px) {
  .lined-block {
    padding-top: 100px;
  }
}

.lined-content {
  padding-bottom: 210px;
}

@media (max-width: 1024px) {
  .lined-content {
    padding-bottom: 176px;
  }
}

@media (max-width: 575px) {
  .lined-content {
    padding-bottom: 126px;
  }
}

.top-line .pattern {
  height: 60px;
}

@media (max-width: 575px) {
  .top-line .pattern {
    height: 40px;
  }
}

.top-line-text {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

.top-line-text span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

.main-top-text span:nth-child(2) {
  width: 44%;
}
@media (max-width: 575px) {
  .main-top-text span:last-child {
    display: none;
  }
  .main-top-text span:nth-child(2) {
    text-align: right;
  }
}

.laptop-img {
  position: relative;
  width: 91%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .laptop-img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .laptop-img {
    width: 100%;
  }
}

.lined-title {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 157px;
}

@media (max-width: 1024px) {
  .lined-title {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .lined-title {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 180px;
  }
}

.title-left {
  max-width: 20%;
}

.title-small {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .title-small {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .title-small {
    padding-right: 90px;
  }
}

.title-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
}

.title-general {
  display: flex;
  flex-direction: column;
  width: 70%;
}

@media (max-width: 575px) {
  .title-general {
    width: 100%;
  }
}

.title-regular {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1200px) {
  .title-regular {
    font-size: 100px;
  }
}

@media (max-width: 1024px) {
  .title-regular {
    font-size: 72px;
  }
}

@media (max-width: 768px) {
  .title-regular {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title-regular {
    margin-top: 60px;
  }

  .title-regular:nth-child(2) {
    margin-top: 0;
  }
}

.location {
  margin-top: 150px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .location {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .location {
    margin-top: 20px;
  }
}

.location-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
  align-self: flex-end;
}

.circles-container {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.circles-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circles {
  position: relative;
  top: 32%;
  left: 32%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
.circles:before {
  position: absolute;
  background: #000;
  margin-left: -12px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 3s infinite ease-out;
}

.circles:after {
  position: absolute;
  background: #000;
  margin-left: -12px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  animation: wave-animate 3s 1.5s infinite ease-out;
}
@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(2);
    opacity: 0;
    transform-origin: center;
  }
}

.bg-letter {
  height: 639px;
  position: absolute;
  width: auto;
}

.bg-letter-bottom-y {
  bottom: 0;
  right: 0;
}

.bg-letter-middle-a {
  top: 35%;
  left: 0;
}

@media (max-width: 768px) {
  .bg-letter {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .bg-letter {
    height: 300px;
  }

  .bg-letter-middle-a {
    top: 45%;
  }
  .bottom-line {
    display: none;
  }
}

.goals {
  padding-top: 210px;
  padding-bottom: 684px;
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/BG-goals.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .goals {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .goals {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/BG-goals-mobile.png);
  }
}

.goals-line-text span:first-child {
  width: 48%;
}

@media (max-width: 575px) {
  .goals-line-text {
    flex-direction: row-reverse;
  }
  .goals-line-text span:first-child {
    display: none;
  }
}

.goals-intro {
  display: flex;
  justify-content: space-between;
  margin-top: 114px;
}

@media (max-width: 768px) {
  .goals-intro {
    margin-top: 70px;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .goals-intro {
    flex-wrap: wrap-reverse;
    margin-top: 20px;
  }
}

.goals-intro-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 80%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 768px) {
  .goals-intro-text {
    font-size: 64px;
  }
}

.logo-container {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

@media (max-width: 575px) {
  .logo-container {
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 120px;
  }
}

.logo-andriyivsky {
  width: 276px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logo-andriyivsky {
    width: 190px;
  }
  .logo-saga {
    width: 100px;
  }
}

.goals-list {
  margin-top: 126px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .goals-list {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .goals-list {
    margin-top: 50px;
    flex-direction: column;
  }
}

.goal-card {
  display: flex;
  flex-direction: column;
  width: 23.46%;
  padding: 30px;
  border: 1px dashed #000000;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(50px);
  position: relative;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .goal-card {
    width: 48%;
    margin-top: 30px;
  }

  .goal-card:first-child {
    margin-top: 0;
  }

  .goal-card:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .goal-card {
    width: 100%;
    margin-top: 30px;
  }
  .goal-card:first-child {
    margin-top: 0px;
  }
}

.card-cross {
  width: 26px;
  position: absolute;
}

.cross-top-r {
  top: -1px;
  right: 0;
  transform: translate(50%, -50%);
}

.cross-top-l {
  top: -1px;
  left: -1px;
  transform: translate(-50%, -50%);
}

.cross-bottom-r {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.cross-bottom-l {
  bottom: 0;
  left: -1px;
  transform: translate(-50%, 50%);
}

.goal-number {
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 16px 19px;
  margin-bottom: 30px;
  width: fit-content;
}

.goal-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.goal-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 30px;
}

.lined-block-ui {
  padding-top: 150px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 575px) {
  .lined-block-ui {
    padding-top: 120px;
  }
}

.lined-lable {
  position: absolute;
  top: 525px;
  left: 0;
  padding: 10px 90px 10px 110px;
  background-color: #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .lined-lable {
    padding: 10px 40px;
  }
}

@media (max-width: 1024px) {
  .lined-lable {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .lined-lable {
    top: 194px;
    font-size: 20px;
    padding: 6px 20px;
  }
}

.bg-letter-small-a {
  bottom: 0;
  left: 0;
  height: 504px;
}

.bg-letter-small-y {
  bottom: 0;
  right: 0;
  height: 504px;
}

@media (max-width: 575px) {
  .bg-letter-small-a,
  .bg-letter-small-y {
    display: none;
  }
}

.ui-block {
  padding-bottom: 203px;
}

@media (max-width: 575px) {
  .ui-block {
    padding-bottom: 70px;
  }
}

.ui-top-text span:nth-child(2) {
  width: 50%;
}

@media (max-width: 575px) {
  .ui-top-text picture {
    display: none;
  }
  .ui-top-text span:nth-child(2) {
    width: auto;
  }

  .ui-top-line picture {
    display: none;
  }
}

.line-cube {
  width: 11px;
}

.ui-intro {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .ui-intro {
    margin-top: 136px;
    flex-direction: column;
  }
}

.intro-number {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 80%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
  max-width: 20%;
}

.intro-title-mobile {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 80%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

.intro-title-mobile {
  display: none;
}

@media (max-width: 575px) {
  .intro-number-container {
    display: flex;
  }

  .intro-number {
    max-width: 30%;
    font-size: 64px;
    margin-right: 20px;
  }

  .intro-title-mobile {
    display: block;
    font-size: 64px;
  }
}

.intro-general {
  max-width: 65%;
}

@media (max-width: 575px) {
  .intro-general {
    max-width: 100%;
  }
}

.intro-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 80%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 575px) {
  .intro-title {
    display: none;
  }
}

.intro-card {
  position: relative;
  padding: 40px;
  border: 1px dashed #000000;
  margin-top: 100px;
  width: 48%;
  height: fit-content;
}

@media (max-width: 1200px) {
  .intro-card {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .intro-card {
    width: 80%;
  }
}

@media (max-width: 575px) {
  .intro-card {
    width: 100%;
    margin-top: 50px;
  }
}

.intro-card-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .intro-card-title {
    font-size: 20px;
  }
}

.intro-card-descr {
  margin-top: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #646c79;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .intro-card-descr {
    font-size: 14px;
  }
}

.intro-line {
  position: relative;
  z-index: 3;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .intro-line {
    margin-top: 70px;
  }
}

.intro-line span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

.typical-line {
  max-width: 97%;
  border-bottom: 1px solid #000000;
}

@media (max-width: 1200px) {
  .typical-line {
    max-width: 100%;
  }
}

.tailed-card {
  margin-top: 60px;
  position: relative;
  padding: 40px;
  border: 1px dashed #000000;
  width: 48%;
}

@media (max-width: 1200px) {
  .tailed-card {
    width: 60%;
    background-color: #fff;
  }
}

@media (max-width: 1024px) {
  .tailed-card {
    width: 80%;
  }
}

@media (max-width: 575px) {
  .tailed-card {
    width: 100%;
    margin-top: 40px;
  }
}

.empty-tale {
  position: absolute;
  top: 1px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid white;
  border-left: 1px dashed #000000;
  z-index: 2;
  transform: translateY(-100%);
}

.tale {
  position: absolute;
  top: -36px;
  left: 12px;
  width: 0;
  height: 40px;
  border-left: 1px dashed #000000;
  z-index: 2;
  transform: rotate(-45deg);
}

.tailed-cross {
  display: none;
}

@media (max-width: 575px) {
  .empty-tale,
  .tale {
    display: none;
  }

  .tailed-cross {
    display: block;
  }
}

.tailed-card-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .tailed-card-title {
    font-size: 20px;
  }
}

.tailed-card-descr {
  margin-top: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #646c79;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .tailed-card-descr {
    font-size: 14px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  margin-bottom: 210px;
  text-align: center;
}

@media (max-width: 575px) {
  .video-container {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 0;
  }
}

.middle-line {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .middle-line {
    display: none;
  }
}

.letter-mobile-a {
  display: none;
}
.letter-mobile-y {
  display: none;
}
@media (max-width: 575px) {
  .letter-mobile-a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 300px;
    width: auto;
  }
  .letter-mobile-y {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: 300px;
    width: auto;
  }
}

.video-desktop {
  width: 90% !important;
  height: inherit;
  border: 10px solid #000000;
  border-radius: 40px;
  z-index: 3;
  position: relative;
}

.video-mobile {
  display: none;
}

.video-mobile-status {
  display: none;
}

.video-mobile-container {
  display: none;
}

@media (max-width: 575px) {
  .video-desktop {
    display: none;
  }

  .video-mobile-container {
    display: block;
    position: relative;
    border: 10px solid #000000;
    border-radius: 40px;
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 4;
    background-color: #fff;
  }
  .video-mobile-container::after {
    content: "";
    display: inline-block;
    width: 96px;
    height: 4px;
    background: #1b1e28;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translate(-50%, 0);
    z-index: 4;
  }
  .video-mobile {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
    z-index: 3;
  }
  .video-mobile-status {
    display: block;
  }
}

.laptop-presentation {
  position: relative;
  background-image: linear-gradient(90deg, #f2f2f2 50%, #000 50%);
  padding-top: 210px;
  padding-bottom: 210px;
}

@media (max-width: 575px) {
  .laptop-presentation {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.laptop {
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
}

@media (max-width: 575px) {
  .laptop {
    width: 100%;
  }
}

.line-black {
  left: 0;
  height: 60px;
  max-width: 20%;
}

.line-white {
  right: 0;
  height: 60px;
  max-width: 20%;
}

@media (max-width: 575px) {
  .line-black,
  .line-white {
    display: block;
  }
  .middle-line-mobile {
    top: 35%;
  }
}

.pages-review {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/bg-large-min.png);
  padding-bottom: 947px;
  background-position: center;
}

@media (max-width: 575px) {
  .pages-review {
    padding-bottom: 452px;
    background-position: right;
  }
}

.pages-card {
  position: relative;
  padding: 33px;
  border: 1px dashed #000000;
  margin: 0 auto;
  margin-top: 147px;
  margin-bottom: 384px;
  max-width: 20%;
  text-align: center;
}

@media (max-width: 1024px) {
  .pages-card {
    max-width: 45%;
  }
}

@media (max-width: 575px) {
  .pages-card {
    max-width: 70%;
    margin-top: 136px;
    margin-bottom: 282px;
  }
}

.pages-card-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
}

.screen-block {
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .screen-block {
    display: none;
  }
}

.screen-block-mobile {
  display: none;
}

@media (max-width: 575px) {
  .screen-block-mobile {
    display: block;
    margin: 0 auto;
    max-width: 85%;
  }
}

.screen-left {
  display: flex;
  flex-direction: column;
  padding-top: 293px;
  width: 45%;
  margin-right: 84px;
}

@media (max-width: 1024px) {
  .screen-left {
    margin-right: 40px;
  }
}

.screen-left__top {
  margin-bottom: 70px;
}

.screen-right {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.screen-right__top {
  margin-bottom: 74px;
}

.lined-block-ux {
  padding-top: 150px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 575px) {
  .lined-block-ux {
    padding-top: 120px;
  }
}

.ux-lable {
  padding-right: 12px;
}

@media (max-width: 575px) {
  .ux-lable {
    top: 194px;
  }
}

.ux-block {
  padding-bottom: 226px;
}

@media (max-width: 575px) {
  .ux-block {
    padding-bottom: 70px;
  }
}

.ux-top-text span:nth-child(2) {
  width: 46%;
}

@media (max-width: 575px) {
  .ux-top-text picture {
    display: none;
  }
  .ux-top-text span:nth-child(2) {
    width: auto;
  }
}

@media (max-width: 575px) {
  .ux-top-line picture {
    display: none;
  }
}

.ux-intro {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .ux-intro {
    margin-top: 136px;
    flex-direction: column;
  }
}

.presentation-3d {
  position: relative;
  width: 100%;
}

.presentation-3d-bg {
  width: 100%;
  height: 100%;
}

.presentation-3d-descr {
  position: absolute;
  top: 19%;
  left: 66%;
}

@media (max-width: 1200px) {
  .presentation-3d-descr {
    top: 10%;
  }
}
@media (max-width: 768px) {
  .presentation-3d-descr {
    top: 5%;
    left: 64%;
  }
}

@media (max-width: 575px) {
  .presentation-3d-descr {
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}

.intro-card__3d {
  margin-top: 0px;
  width: inherit;
  margin-right: 90px;
}

@media (max-width: 1200px) {
  .intro-card__3d {
    margin-right: 60px;
  }
}

@media (max-width: 1024px) {
  .intro-card__3d {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .intro-card__3d {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .intro-card__3d {
    margin-right: 0;
    width: 100%;
  }
}

.lined-block-filtering {
  padding-top: 150px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 575px) {
  .lined-block-filtering {
    padding-top: 120px;
  }

  .filtering-top-text span:nth-child(2) {
    display: none;
  }

  .top-line-mobile {
    display: none;
  }
}

.filtering-block {
  padding-bottom: 54px;
}

@media (max-width: 575px) {
  .filtering-block {
    padding-bottom: 0;
  }
}

.filtering-content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .filtering-content {
    margin-top: 30px;
    flex-direction: column;
  }
}

.filtering-card {
  width: 30%;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .filtering-card {
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  .filtering-card {
    width: 100%;
  }
}

.filter-button-img {
  max-width: 60%;
  margin-top: 30px;
}

.filter-block {
  display: flex;
  flex-direction: column;
  width: 30.5%;
  padding-right: 40px;
}

@media (max-width: 575px) {
  .filter-block {
    width: 100%;
    margin-top: 50px;
  }
}

.filter-inner {
  position: relative;
}

.filter-img {
  position: relative;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
}

.filter-close {
  position: absolute;
  padding: 15px;
  background: #fff;
  top: 70px;
  right: -40px;
}

.filter-block-card {
  margin-top: 181px;
  width: 100%;
}

.filter-block-card::before {
  content: "";
  display: inline-block;
  background-image: url(../images/andriyivsky/circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 124px;
  height: 30px;
  position: absolute;
  right: -62px;
  bottom: -60px;
}

@media (max-width: 1200px) {
  .filter-block-card {
    width: 300px;
    margin-top: 120px;
  }
}

@media (max-width: 575px) {
  .filter-block-card {
    display: none;
  }

  .filter-block-card::before {
    display: none;
  }
}

.filter-block-card-mobile {
  display: none;
}

@media (max-width: 575px) {
  .filter-block-hidden {
    display: none;
  }

  .filter-block-card-mobile {
    display: block;
    width: 100%;
  }
}

.empty-tale__bottom {
  position: absolute;
  bottom: -59px;
  right: -1px;
  width: 30px;
  height: 30px;
  border-top: 5px solid white;
  border-right: 1px dashed #000000;
  z-index: 2;
  transform: translateY(-100%);
}

.empty-tale-mobile {
  display: none;
}

.tale-mobile {
  display: none;
}

@media (max-width: 575px) {
  .empty-tale-mobile {
    display: block;
    right: 45%;
  }
  .tale-mobile {
    display: block;
  }
}

.tale-bottom {
  bottom: -35px;
  right: 12px;
  position: absolute;
  width: 0;
  height: 40px;
  border-left: 1px dashed #000000;
  z-index: 2;
  transform: rotate(-45deg);
}

@media (max-width: 575px) {
  .tale-mobile {
    right: 50%;
  }
}

@media (max-width: 575px) {
  .video-filtering {
    padding-top: 30px;
  }
}

.interest-block {
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .interest-block {
    flex-direction: column;
  }
}

.interest-block-left {
  width: 50%;
}

.interest-block-right {
  width: 50%;
  position: relative;
}

@media (max-width: 575px) {
  .interest-block-left {
    width: 100%;
  }

  .interest-block-right {
    width: 100%;
  }
}

.interest-card {
  margin: 0;
  width: 50%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .interest-card {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .interest-card {
    padding: 20px;
    width: 80%;
  }
}

@media (max-width: 575px) {
  .interest-card {
    width: 85%;
    top: 15%;
    height: 180px;
    padding: 30px;
  }
}

.layouts-block {
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .layouts-block {
    flex-direction: column-reverse;
  }
}

.layouts-block-left {
  width: 50%;
  position: relative;
}

@media (max-width: 575px) {
  .layouts-block-left {
    width: 100%;
  }
}

.layouts-card-left {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .layouts-card-left {
    display: none;
  }
}

.layouts-card-mobile {
  display: none;
}
@media (max-width: 575px) {
  .layouts-card-mobile {
    display: block;
    height: fit-content;
    position: absolute;
    bottom: 30px;
    width: 85%;
    right: 50%;
    transform: translateX(50%);
    background-color: #ffffff;
    height: 228px;
  }
}

@media (max-width: 575px) {
  .empty-tale-mobile--beige {
    right: 45%;
    border-top: 30px solid #ffffff;
  }
  .tale-mobile--beige {
    right: 49%;
    bottom: -45px;
    border-right: 30px dashed #f2f2f2;
    transform: rotate(136deg);
  }
}

.layouts-card-left-title,
.layouts-card-left-bold {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

.layouts-card-left-bold {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .layouts-card-left-title,
  .layouts-card-left-bold {
    font-size: 48px;
  }
}

.arrow-img {
  max-width: 90px;
  margin-top: -30px;
  align-self: flex-end;
  margin-right: -10px;
}

@media (max-width: 1024px) {
  .arrow-img {
    margin-right: -35px;
  }
}

.layouts-block-right {
  width: 50%;
  position: relative;
}
@media (max-width: 575px) {
  .layouts-block-right {
    width: 100%;
  }
}

.layouts-card-right {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 40px;
  background-color: #ffffff;
}

.layouts-card-right::before {
  content: "";
  display: inline-block;
  background-image: url(../images/andriyivsky/circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 124px;
  height: 30px;
  position: absolute;
  left: -62px;
  bottom: -60px;
}

@media (max-width: 1200px) {
  .layouts-card-right {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .layouts-card-right {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .layouts-card-right {
    display: none;
  }

  .layouts-card-right::before {
    display: none;
  }
}

.triangle-bottom {
  width: 0;
  height: 0;
  border-left: 30px solid #fff;
  border-bottom: 30px solid transparent;
  bottom: -30px;
  left: 0;
  position: absolute;
  z-index: 3;
}

.video-guide {
  padding-top: 210px;
}

@media (max-width: 575px) {
  .video-guide {
    padding-top: 0;
    background-color: #f2f2f2;
  }
}

.lined-block-crm {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 575px) {
  .lined-block-crm {
    padding-top: 120px;
  }

  .crm-top-line picture {
    display: none;
  }

  .crm-line-text span:last-child {
    display: none;
  }

  .crm-line-text span:nth-child(2) {
    text-align: right;
  }
}
.crm-block {
  padding-bottom: 163px;
}

@media (max-width: 575px) {
  .crm-block {
    padding-bottom: 80px;
  }
}

.crm-lable {
  padding-right: 12px;
  top: 428px;
}

@media (max-width: 575px) {
  .crm-lable {
    top: 208px;
  }
}

.crm-intro {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .crm-intro {
    margin-top: 136px;
    flex-direction: column;
  }
}

.intro-card-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.devbase-logo-desktop {
  margin-top: 100px;
}

@media (max-width: 1200px) {
  .devbase-logo-desktop {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .devbase-logo-desktop {
    display: none;
  }
}

.devbase-logo-mobile {
  display: none;
}

@media (max-width: 575px) {
  .devbase-logo-mobile {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-top: 82px;
  }

  .bottom-line-mobile {
    display: block;
  }
}

.laptop-presentation-crm {
  background-image: linear-gradient(90deg, #fff 50%, #000 50%);
}

@media (max-width: 575px) {
  .laptop-presentation-crm {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.presentation-card-mobile {
  display: none;
}

@media (max-width: 575px) {
  .presentation-card-mobile {
    display: block;
    background-color: #ffffff;
  }
  .presentation-card-text {
    position: relative;
  }

  .presentation-card-text span {
    position: absolute;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 70%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #eeeeee;
  }

  .presentation-card-text p {
    position: relative;
    margin-left: 30px;
  }
}

@media (max-width: 575px) {
  .empty-tale-mobile--white {
    display: block;
    left: 50%;
    transform: translateX(-98%);
    border-left: none;
    top: -30px;
    border-right: 1px dashed #fff;
  }
  .tale-mobile--white {
    display: block;
    transform: rotate(40deg);
    left: 45%;
  }
}

.crm-functionality-block {
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .crm-functionality-block {
    flex-direction: column;
  }
}

.crm-block-left {
  width: 50%;
  position: relative;
}

@media (max-width: 575px) {
  .crm-block-left {
    width: 100%;
  }
}

.crm-block-right {
  width: 50%;
}

@media (max-width: 575px) {
  .crm-block-right {
    width: 100%;
  }
}

.crm-card {
  margin: 0;
  width: 50%;
  position: absolute;
  top: 5%;
  left: 60%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .crm-card {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .crm-card {
    left: 50%;
    width: 80%;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .crm-card {
    top: 13%;
    transform: translate(-50%);
    width: 85%;
    padding-bottom: 0;
  }
}

.crm-video {
  padding-top: 250px;
  padding-bottom: 280px;
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/andriyivsky-view.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  .crm-video {
    padding-top: 130px;
    padding-bottom: 120px;
    background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/andriyivsky-view-mobile.png);
  }
}

.crm-video-top {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 210px;
}

@media (max-width: 575px) {
  .crm-video-top {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.crm-video-card {
  margin-top: 0px;
  display: flex;
  height: inherit;
  justify-content: space-around;
  width: 45%;
  background-color: #ffffff;
  border: 1px dotted #000;
}

@media (max-width: 1024px) {
  .crm-video-card {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .crm-video-card {
    margin-top: 50px;
    width: 80%;
    align-self: center;
  }
}

.crm-card-title {
  margin-right: 60px;
  text-align: left;
}

.crm-card-descr {
  text-align: left;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .crm-card-descr {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .crm-card-descr {
    margin-top: 20px;
  }
}

.crm-video-lable {
  background-color: #000000;
  margin-right: 110px;
  padding: 26px 56px 26px 110px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  width: 25%;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .crm-video-lable {
    padding: 15px 40px;
  }
}

@media (max-width: 575px) {
  .crm-video-lable {
    width: 90%;
    padding: 10px 30px 10px 20px;
  }
}

.features-list {
  padding-bottom: 150px;
}

@media (max-width: 575px) {
  .features-list {
    background-color: #f2f2f2;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.features-list .features-card:nth-child(odd) .features-card-inner {
  order: 2;
}

.features-list .features-card:nth-child(even) .features-card-inner {
  margin-right: 30px;
}

.features-list .features-card:nth-child(even) .features-card-img {
  margin-right: 0;
}

.features-list .features-card:last-child {
  margin-bottom: 0;
}

.features-list .features-card:last-child .features-card-img {
  margin-right: 0;
  width: 48.5%;
}

@media (max-width: 575px) {
  .features-list .features-card:nth-child(odd) .features-card-inner {
    order: 1;
  }

  .features-list .features-card:nth-child(even) .features-card-inner {
    margin-right: 0;
  }

  .features-list .features-card:nth-child(even) .features-card-img {
    margin-right: 0;
  }

  .features-list .features-card:last-child {
    margin-bottom: 0;
  }

  .features-list .features-card:last-child .features-card-img {
    margin-right: 0;
    width: 100%;
  }
  .features-card-img-2 {
    margin-top: 70px;
  }
}

.features-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

@media (max-width: 575px) {
  .features-card {
    flex-direction: column;
    margin-bottom: 70px;
  }
}

.features-card-inner {
  position: relative;
  padding: 40px;
  border: 1px dashed #000000;
  max-width: 39%;
  height: fit-content;
}

@media (min-width: 576px) and (max-width: 1200px) {
  .features-card-inner {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .features-card-inner {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.features-card-img {
  width: 61%;
  position: relative;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .features-card-img {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

  .features-card-img .decoration-crosses {
    display: none;
  }

  .mobile-line {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4px;
    background-color: white;
    border-radius: 30px;
  }

  .empty-tale__bottom-grey {
    border-top: 5px solid #f2f2f2;
  }
}

.features-img-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  padding: 20px 30px;
  width: 40%;
}

@media (max-width: 1024px) {
  .features-img-text {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .features-img-text {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-bottom: 34px;
  }
}

.features-img-descr {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .features-img-descr {
    font-size: 12px;
  }
}

.lined-block-results {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/results-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 575px) {
  .lined-block-results {
    padding-top: 120px;
  }
}

.results-block {
  padding-bottom: 210px;
}

.results-lable {
  padding-right: 46px;
  top: 428px;
  width: 21%;
}

@media (max-width: 1200px) {
  .results-lable {
    width: 30%;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  .results-lable {
    top: 200px;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .results-lable {
    width: 80%;
    top: 194px;
  }
  .results-top-line picture {
    display: none;
  }
  .results-top-text span:last-child {
    display: none;
  }
  .intro-number-container-results {
    flex-direction: column;
  }

  .intro-number-container-results span:last-child {
    margin-top: 10px;
  }
}

.results-intro {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .results-intro {
    flex-direction: column;
    margin-top: 150px;
  }

  .results-lable {
    top: 200px;
  }
  .intro-general-results {
    margin-top: 50px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .results-intro {
    flex-direction: column;
    margin-top: 168px;
  }
}

.results-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.two-cards {
  display: flex;
  margin-top: 120px;
  width: 100%;
}

.two-cards:first-child {
  margin-top: 0px;
}

@media (max-width: 575px) {
  .two-cards {
    flex-direction: column;
    margin-top: 70px;
  }
}

.results-card {
  position: relative;
  padding: 40px;
  border: 1px dashed #000000;
  width: 50%;
  height: fit-content;
}

@media (max-width: 575px) {
  .results-card {
    width: 100%;
  }

  .results-card:nth-child(2n) {
    margin-top: 0;
  }
}

.results-card--black {
  background-color: #000000;
  height: 100%;
  display: flex;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/card-bg-a.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.results-card--black__y {
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/card-bg-y.png);
}

.results-card-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 575px) {
  .results-card-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.results-card-descr {
  margin-bottom: 20px;
}

.results-card-title--white {
  flex: 1;
  color: #ffffff;
}

.results-card-bold {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: -10px 0 0 rgba(0, 0, 0, 0.9), 10px 0 0 rgba(0, 0, 0, 0.9);
  padding: 0 10px 0 0;
  color: #ffffff;
}

.results-card-number {
  color: #333333;
}

@media (max-width: 575px) {
  .results-card-number {
    margin-top: 87px;
  }
}

.results-card-img {
  width: 100%;
  position: relative;
  margin-top: 120px;
}

.lined-block-font {
  padding-top: 150px;
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/fonts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 575px) {
  .lined-block-font {
    padding-top: 120px;
    background-image: url(https://smarto.com.ua/wp-content/themes/smartoagency/assets/images/andriyivsky/fonts-bg-mobile.png);
  }
}

.lable-font {
  padding-right: 35px;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .lable-font {
    top: 280px;
  }
}

@media (max-width: 575px) {
  .font-top-line picture {
    display: none;
  }
  .font-top-text span:last-child {
    display: none;
  }
}

.font-block {
  padding-bottom: 290px;
}
@media (max-width: 575px) {
  .font-block {
    padding-bottom: 220px;
  }
}

.font-intro {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .font-intro {
    flex-direction: column;
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
  .font-intro {
    margin-top: 134px;
    flex-direction: column;
  }
}

.title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .intro-general-font {
    max-width: 75%;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  .intro-general-font {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .intro-general-font {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .title-block {
    margin-bottom: 70px;
  }
}

.font-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .font-title {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .font-title {
    display: none;
  }
  .intro-font-mobile {
    flex-direction: column;
  }
  .font-title-mobile {
    padding-bottom: 20px;
    margin-top: 70px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    font-size: 48px;
    padding-right: 0;
    text-align: center;
  }
}

.font-types {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.font-types span {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 80%;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 12px;
}

@media (max-width: 575px) {
  .font-types {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
  }

  .font-types span {
    width: 50%;
    text-align: left;
    margin-top: 20px;
  }
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.colors-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

.colors-line span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

.colors-choice {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .colors-choice {
    justify-content: space-between;
  }
}

.color-item {
  display: flex;
  align-items: center;
  margin-right: 23px;
}

@media (max-width: 575px) {
  .color-item {
    flex-direction: column;
    margin-right: 0;
  }
}

.color-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .color-circle {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .color-name {
    margin-top: 15px;
    font-size: 10px;
  }
}

.color-circle--black {
  background-color: #000000;
}

.color-circle--blue {
  background-color: #405174;
}

.color-circle--beige {
  background-color: #f1e0c5;
}

.color-circle--white {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.popup-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-top: 100px;
}

.popup-line span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
}

.popup-block {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .popup-block {
    margin-top: 30px;
  }
}

.popup-fields {
  position: absolute;
  top: 12%;
  left: 40%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 575px) {
  .popup-fields {
    top: 10%;
    left: 10%;
  }
}

.popup-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}

.popup-descr {
  margin-top: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #6f7a84;
}

@media (max-width: 575px) {
  .popup-descr {
    width: 60%;
  }
}

.popup-name,
.popup-phone {
  margin-top: 30px;
  padding-bottom: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid #ddd9d3;
}

.popup-button {
  margin-top: 40px;
  max-width: 70%;
  align-self: end;
}

.popup-button span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}

.goals-marker {
  display: none;
}

@media (max-width: 575px) {
  .goals-marker {
    display: block;
    position: fixed;
    width: 99%;
    left: 50%;
    transform: translate(-50%);
  }
}
.goals-marker__list {
  display: flex;
  position: relative;
}

.goals-marker__list::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  /* border: 1px solid #DEDCD0; */
  position: absolute;
  left: 0;
  bottom: -2px;
}

.goals-marker__list::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #e23e28;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}

.goals-marker__item {
  width: calc(100% / 4);
  padding: 8px 0;
  background: white;
  border: 1px solid #dedcd0;
  box-shadow: 0px 82px 40px -70px #dcd9cd;
  border-radius: 20px 20px 0px 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #2a3341;
}

.item-active {
  border: none;
  background: #000;
  color: #ffffff;
}

.projects {
  background: #ffffff;
  padding: 210px 110px;
  padding-bottom: 10vw;
}

@media (max-width: 992px) {
  .projects {
    padding: 120px vw(110, 1440);
  }
}
@media (max-width: 575px) {
  .projects {
    padding: 120px 20px 50px 20px;
  }
}
.section-content__delimiter {
  color: #000000;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a3341;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .section-content__delimiter {
    margin-bottom: 20px;
  }
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide a {
  text-decoration: none;
}

.swiper__img {
  margin-bottom: 30px;
  overflow: hidden;
  height: 380px;
}

@media (max-width: 575px) {
  .swiper__img {
    height: auto;
  }
}

.swiper__img img {
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-slide p {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 992px) {
  .swiper-slide p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .swiper-slide:hover img {
    transform: scale(1.1);
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  .swiper-slide:active img {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
}
