@font-face {
  font-family: "Jura";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Jura Regular'), local('Jura-Regular'),
  url("../fonts/jura-regular.woff2") format("woff2"),
  url("../fonts/jura-regular.woff") format("woff"),
  url("../fonts/jura-regular.ttf") format("ttf");
}

@font-face {
  font-family: "Jura";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Jura Medium'), local('Jura-Medium'),
  url("../fonts/jura-medium.woff2") format("woff2"),
  url("../fonts/jura-medium.woff") format("woff"),
  url("../fonts/jura-medium.ttf") format("ttf");
}

@font-face {
  font-family: "Jura";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Jura SemiBold'), local('Jura-SemiBold'),
  url("../fonts/jura-semibold.woff2") format("woff2"),
  url("../fonts/jura-semibold.woff") format("woff"),
  url("../fonts/jura-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Jura";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Jura Bold'), local('Jura-Bold'),
  url("../fonts/jura-bold.woff2") format("woff2"),
  url("../fonts/jura-bold.woff") format("woff"),
  url("../fonts/jura-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Dela Gothic One";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Dela Gothic One Regular'), local('Dela-Gothic-One-Regular'),
  url("../fonts/dela-gothic-one-regular.woff2") format("woff2"),
  url("../fonts/dela-gothic-one-regular.woff") format("woff"),
  url("../fonts/dela-gothic-one-regular.ttf") format("ttf");
}

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

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

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

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

@font-face {
  font-family: "Raleway";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local('Raleway Black'), local('Raleway-Black'),
  url("../fonts/raleway-black.woff2") format("woff2"),
  url("../fonts/raleway-black.woff") format("woff"),
  url("../fonts/raleway-black.ttf") format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('OpenSans Regular'), local('OpenSans-Regular'),
  url("../fonts/opensans-regular.woff2") format("woff2"),
  url("../fonts/opensans-regular.woff") format("woff"),
  url("../fonts/opensans-regular.ttf") format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('OpenSans Bold'), local('OpenSans-Bold'),
  url("../fonts/opensans-bold.woff2") format("woff2"),
  url("../fonts/opensans-bold.woff") format("woff"),
  url("../fonts/opensans-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Geometria";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local('Geometria Black'), local('Geometria-Black'),
  url("../fonts/geometria-black.woff2") format("woff2"),
  url("../fonts/geometria-black.woff") format("woff"),
  url("../fonts/geometria-black.ttf") format("ttf");
}

html {
  box-sizing: border-box;
  height: 100%;
}

button {
  outline: unset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --red: #AA162C;
  --yellow: #EBFF00;
  --green: #0A891F;
  --light-green: #8AC44B;
  --light-gray: #BDBDBD;
  --white-gray: #E5F0E9;
  --gray: #333333;
  --dark-gray: #1A1A1D;
  --light-black: #0E0E0E;
  --gray-concrete: #525252;
  --light-red: #E40909;
}

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

a,
button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}

img {
  display: block;
}

svg {
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
}

.body {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.body:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--black);
  display: none;
  position: absolute;
  z-index: 3;
  opacity: 0.8;
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  font-weight: 400;
  color: var(--white);
  overflow: hidden;
}

.update {
  position: relative;
  background-image: url("../img/back-update.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 110px 0 75px;
}

.container-x {
  width: 100%;
  max-width: 1680px;
  padding: 0 60px;
  margin: 0 auto;
}

.update__img {
  margin-right: -80px;
}

.update__author {
  margin-bottom: 230px;
  display: flex;
  justify-content: space-between;
}

.update__item {
  display: flex;
  flex-direction: column;
}

.update__item--right {
  align-items: flex-end;
}

.update__author-text {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.update__author-link {
  display: inline-block;
  padding: 10px 0;
}

.update__author-link:hover .update__author-logo {
  transition: 0.3s;
  opacity: 0.5;
}

.update__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}

.update__text-block {
  max-width: 670px;
  margin: 90px 0;
}

.heading {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  line-height: 58px;
  text-decoration: underline;
  text-decoration-thickness: .04em;
  text-underline-offset: 12px;
  text-decoration-color: var(--yellow);
}

.roadmap__heading {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  line-height: 58px;
  text-decoration: underline;
  text-decoration-thickness: .04em;
  text-underline-offset: 12px;
  text-decoration-color: var(--yellow);
  color: var(--yellow);
}

.target__heading {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  line-height: 58px;
}

.target__heading--center {
  text-align: center;
}

.heading--underline-none {
  text-decoration: none;
}

.heading--center {
  text-align: center;
}

.update__text {
  font-size: 20px;
  line-height: 30px;
  font-family: "Jura", sans-serif;
  max-width: 385px;
  margin-top: 15px;
}

.update__quote {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.update__quote-text {
  margin-bottom: 10px;
}

.update__quote-author {
  color: var(--green);
}

.roadmap {
  padding: 100px 0 140px;
  position: relative;
  background-image: url("../images/back-roadmap.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

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

.roadmap__item {
  width: 50%;
  max-width: 615px;
  padding-right: 15px;
}

.roadmap__item:nth-child(2) {
  margin-top: 10px;
}

.roadmap__item:nth-child(3) {
  margin-top: 65px;
  margin-left: 185px;
}

.heading--yellow {
  color: var(--yellow);
}

.roadmap__text {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-top: 26px;
}

.roadmap__selection {
  color: var(--green);
}

.styles {
  padding: 180px 0 60px;
  position: relative;
  background-image: url("../img/back-styles.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.main-heading {
  font-size: 60px;
  line-height: 88px;
  font-family: "Dela Gothic One", sans-serif;
  margin-bottom: 30px;
}

.other-heading {
  font-family: "Jura", sans-serif;
  margin-bottom: 55px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: .04em;
  text-underline-offset: 12px;
  text-decoration-color: var(--yellow);
}

.styles__wrapper {
  display: flex;
  margin: 0 -40px 100px;
}

.styles__block {
  width: 50%;
  padding: 65px 40px 0;
  position: relative;
}

.styles__block:first-child:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--green);
  opacity: 0.2;
  z-index: 1;
}

.styles__heading {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 55px;
  color: var(--yellow);
  z-index: 2;
}

.styles__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--light-gray);
  width: 100%;
}

.styles__item:last-child {
  border: none;
}

.styles__font-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.styles__font-size {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
}

.styles__text {
  text-align: end;
  padding-left: 10px;
}

.styles__text--main-heading {
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
}

.styles__text--other-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--green);
  font-family: "Raleway", sans-serif;
}

.styles__text--heading-media {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.styles__text--other-heading-media {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: var(--green);
}

.styles__text--main-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}

.styles__text--heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
}

.styles__text--block-heading {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
}

.styles__text--tags {
  display: flex;
  align-items: center;
}

.styles__text-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: "Raleway", sans-serif;
  padding: 7px;
  border-radius: 5px;
}

.styles__text-item:first-child {
  background-color: var(--green);
  margin-right: 5px;
}

.styles__text-item:last-child {
  background-color: var(--light-green);
}

.styles__text--author {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--green);
}

.styles__text-comments {
  color: var(--white);
}

.styles__text--date-time {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.styles__text-date {
  font-weight: 700;
}

.styles__info {
  display: flex;
  align-items: flex-end;
  padding-left: 100px;
  margin-bottom: 150px;
}

.styles__info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.styles__info-big {
  font-weight: 900;
  font-size: 314px;
  line-height: 230px;
  font-family: "Raleway", sans-serif;
  opacity: 0.3;
  margin-bottom: 60px;
}

.styles__info-list {
  display: flex;
}

.styles__info-item {
  margin-right: 40px;
  font-family: "Raleway", sans-serif;
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 36px;
}

.styles__info-item:last-child {
  margin-right: 0;
}

.styles__info-item--bold {
  font-weight: 600;
}

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

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

.styles__example {
  display: flex;
  flex-direction: column;
  margin-left: -50px;
}

.styles__example-item {
  margin-top: 25px;
  font-family: "Raleway", sans-serif;
  color: var(--yellow);
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
}

.styles__example-item--name {
  font-weight: 900;
  font-size: 66px;
  line-height: 78px;
}

.styles__example-item--big {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  margin-left: 120px;
  letter-spacing: 0.255em;
  text-transform: uppercase;
}

.styles__example-item--small {
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  margin-left: 260px;
  letter-spacing: 0.255em;
}

.styles__size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
}

.styles__size-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
}

.styles__numeral {
  text-shadow: 0 36px 184px rgba(0, 0, 0, 0.6);
  font-weight: 900;
  font-family: "Raleway", sans-serif;
}

.styles__px {
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
  font-family: "Raleway", sans-serif;
}

.styles__size-item--30px .styles__numeral {
  font-size: 110px;
  line-height: 130px;
}

.styles__size-item--30px .styles__px {
  font-size: 30px;
  line-height: 36px;
}

.styles__size-item--24px .styles__numeral {
  font-size: 94px;
  line-height: 110px;
}

.styles__size-item--24px .styles__px {
  font-size: 26px;
  line-height: 30px;
}

.styles__size-item--18px .styles__numeral {
  font-size: 80px;
  line-height: 94px;
}

.styles__size-item--18px .styles__px {
  font-size: 22px;
  line-height: 26px;
}

.styles__size-item--16px .styles__numeral {
  font-size: 66px;
  line-height: 78px;
}

.styles__size-item--16px .styles__px {
  font-size: 18px;
  line-height: 22px;
}

.styles__size-item--12px .styles__numeral {
  font-size: 66px;
  line-height: 78px;
}

.styles__size-item--12px .styles__px {
  font-size: 18px;
  line-height: 20px;
}

.design {
  padding: 85px 0 270px;
  position: relative;
  background-image: url("../images/back-design.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.slider {
  display: flex;
  justify-content: space-between;
  margin-right: -50px;
  position: relative;
  overflow: hidden;
}

.slider__nav {
  margin-right: 40px;
}

.slider__nav--yellow {
  width: calc(100% - 1185px);
}

.slider__nav--green {
  width: calc(100% - 760px);
}

.slider__nav-item:after {
  content: '';
  width: 0;
  height: 25px;
  border: 2px dashed var(--yellow);
  margin: 5px 20px;
  display: block;
}

.slider__nav-item:last-child:after {
  display: none;
}

.tns-nav-active .slider__nav-link {
  font-weight: 600;
}

.slider__nav-link {
  display: flex;
  align-items: center;
  padding: 11px 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
}

.slider__nav--yellow .tns-nav-active .slider__nav-link {
  background: linear-gradient(94.17deg, rgba(235, 255, 0, 0.4) 8.61%, rgba(235, 255, 0, 0) 134.85%);
}

.slider__nav--green .tns-nav-active .slider__nav-link {
  background: linear-gradient(94.17deg, rgba(10, 137, 31, 0.4) 8.61%, rgba(10, 137, 31, 0) 134.85%);
}

.slider__nav-decor {
  margin-right: 25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.slider__nav-decor:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border: 1px solid var(--white);
  display: block;
  position: absolute;
}

.slider__nav--yellow .tns-nav-active .slider__nav-decor {
  background-color: var(--yellow);
}

.slider__nav--green .tns-nav-active .slider__nav-decor {
  background-color: var(--green);
}

.slider__wrapper {
  display: flex;
}

.slider__desktop {
  width: 760px;
  height: 475px;
  border-radius: 20px;
  overflow: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider__desktop::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.slider__name {
  padding: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Jura", sans-serif;
}

.slider__name--yellow {
  background: linear-gradient(90.35deg, rgba(235, 255, 0, 0.4) -1.29%, rgba(235, 255, 0, 0) 79.75%);
  margin-top: 55px;
}

.slider__name--green {
  background: linear-gradient(89.85deg, rgba(10, 137, 31, 0.4) -0.3%, rgba(10, 137, 31, 0) 80.97%);
  margin-top: 100px;
}

.slider__mobile {
  margin-left: 90px;
  width: 315px;
  height: 615px;
  border-radius: 12px;
  border: 1px solid var(--white);
  overflow: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider__mobile::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.slider__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.slider__arrows-block {
  display: flex;
  align-items: center;
  position: absolute;
}

.slider__arrows-block--yellow {
  right: 420px;
  bottom: 10px;
}

.slider__arrows-block--green {
  top: 590px;
  right: 0;
}

.slider__arrows-link {
  padding: 12px;
}

.slider__arrows-link--left {
  transform: rotate(180deg);
  position: relative;
  bottom: 5px;
}

.slider__arrow--yellow {
  fill: var(--yellow);
}

.slider__arrow--green {
  fill: var(--green);
}

.design__color {
  margin-top: 200px;
}

.design__list {
  display: flex;
  margin: 145px 110px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.design__item {
  width: 170px;
  height: 170px;
  box-shadow: 0 0 50px rgba(235, 255, 0, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
}

.design__item--green {
  background-color: var(--green);
}

.design__color-name {
  height: 48px;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  font-family: "Raleway", sans-serif;
  font-variant-numeric: lining-nums;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-concrete);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

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

.design__item--yellow {
  background-color: var(--yellow);
}

.design__item--gray {
  background-color: var(--gray);
}

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

.functional {
  background-color: var(--black);
  background-image: url("../images/phone.png");
  padding: 90px 0 165px;
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
}

.functional__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--yellow);
  font-family: "Jura", sans-serif;
  margin-bottom: 70px;
  max-width: 875px;
}

.target {
  padding: 200px 0 240px;
  position: relative;
  background-image: url("../images/back-target.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.target__border-block {
  margin-bottom: 90px;
  border: 2px dashed var(--yellow);
  border-radius: 20px;
  padding: 115px 110px 75px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.target__text-block {
  max-width: 670px;
}

.target__text {
  margin-top: 35px;
  font-size: 24px;
  line-height: 34px;
  font-family: "Raleway", sans-serif;
}

.target__text--yellow {
  color: var(--yellow);
  font-family: "Jura", sans-serif;
  font-weight: 600;
}

.target__img {
  position: absolute;
  right: 70px;
  top: -35px;
}

.target__wrapper {
  max-width: 865px;
  margin: 0 auto;
}

.target__description {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: var(--yellow);
  font-family: "Jura", sans-serif;
  margin: 50px auto;
  max-width: 670px;
}

.target__item {
  display: flex;
  font-variant-numeric: lining-nums;
  font-size: 24px;
  line-height: 34px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 85px;
}

.target__item:last-child {
  margin-bottom: 0;
}

.target__icon {
  margin-right: 25px;
}

.target__item:first-child .target__icon {
  margin-top: -15px;
}

.contact {
  position: relative;
  background-color: var(--yellow);
  padding: 130px 0 70px;
  box-shadow: 0 0 120px 130px var(--yellow);
}

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

.contact__text-wrapper {
  width: 43%;
  margin-right: auto;
}

.contact__heading {
  font-size: 50px;
  line-height: 76px;
  font-family: "Dela Gothic One", sans-serif;
  margin-bottom: 40px;
  color: var(--gray);
}

.contact__text {
  font-size: 24px;
  line-height: 40px;
  font-family: "Jura", sans-serif;
  color: var(--gray);
}

.contact__list {
  margin: 40px 0 220px;
}

.contact__item {
  margin-bottom: 15px;
}

.contact__link {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: var(--gray);
  font-family: "Dela Gothic One", sans-serif;
}

.contact__item:last-child {
  margin-bottom: 0;
}

.socials__text {
  font-size: 30px;
  line-height: 44px;
  color: var(--gray);
  font-family: "Dela Gothic One", sans-serif;
}

.socials__list {
  display: flex;
  margin: 0 -20px;
}

.socials__link {
  padding: 27px;
  display: block;
}

.form {
  width: 40%;
  margin-right: -20px;
}

.form__input-wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 30px;
  grid-column-gap: 20px;
  width: 100%;
}

.form__input-wrapper .form__group {
  width: 100%;
}

.form__checkbox-wrapper .form__group {
  display: grid;
}

.form__input-wrapper .form__input,
.form__textarea {
  width: 100%;
  border: 1px solid var(--light-black);
  padding: 20px 26px;
  background: inherit;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  opacity: 0.7;
}

.form__input:focus {
  outline: none;
}

.help-block {
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 3px;
  padding: 5px;
  color: var(--red);
  font-size: 14px;
  line-height: 16px;
}

.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  opacity: 0.7;
  font-family: "Jura", sans-serif;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder{
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  opacity: 0.7;
  font-family: "Jura", sans-serif;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  opacity: 0.7;
  font-family: "Jura", sans-serif;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  opacity: 0.7;
  font-family: "Jura", sans-serif;
}

.form__text {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: var(--gray);
  margin: 40px 0 12px;
  font-family: "Geometria", sans-serif;
}

.form__checkbox-wrapper {
  margin-bottom: 30px;
}

.form__wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: relative;
  width: 100%;
}

.form__checkbox-wrapper .form__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__checkbox-wrapper .form__label {
  color: rgba(0,0,0,0.7);
  width: 100%;
  padding: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-family: "Jura", sans-serif;
  border: 1px solid var(--light-black);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.form__input:checked+.form__label,
.form__checkbox-wrapper .form__label:hover {
  color: rgba(242,242,242,1);
  background-color: var(--black);
  transition: 0.3s;
}

.form__textarea {
  min-height: 140px;
  width: 100%;
  border: 1px solid var(--light-black);
  padding: 20px 26px;
  background: inherit;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  opacity: 0.7;
}

.form__textarea:focus {
  outline: none;
}

.form__file {
  display: flex;
  align-items: center;
  margin: 25px 5px 30px;
  cursor: pointer;
}

.form__file-icon {
  transform: rotate(-15deg);
}

.form__file-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-left: 10px;
  color: var(--black);
  font-family: "Jura", sans-serif;
}

.form__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form__button-text {
  max-width: 170px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.05em;
  margin-right: 25px;
  color: var(--gray);
  font-family: "Jura", sans-serif;
}

.form__link {
  text-decoration: underline;
  padding: 5px 0;
  color: var(--gray);
}

.form__button {
  padding: 20px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  width: 315px;
  border-radius: 70px;
}

.popup {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--black);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  padding: 70px 0;
  color: var(--white);
  margin: 0 auto;
  width: 100%;
}

.body.show {
  overflow: hidden;
}

.body.show:before {
  display: block;
}

.popup.js-push-up {
  display: none;
  position: fixed;
  z-index: 5;
  left: calc(50% - 380px);
  top: 100px;
  max-height: calc(100vh - 50px);
  overflow: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup::-webkit-scrollbar {
  width: 0;
}

.popup.show {
  display: flex;
  z-index: 1000;
}

.popup__text {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-family: "Jura", sans-serif;
  letter-spacing: 0.02em;
  max-width: 500px;
  margin: 0 auto 30px;
}

.popup__button {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 70px;
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-color: var(--yellow);
}

/*декоративные стили*/

.decor__line--position-1 {
  position: absolute;
  top: 120px;
  left: 370px;
}

.decor__line--position-2 {
  position: absolute;
  transform: rotate(90deg);
  top: 320px;
  left: 55px;
}

.decor__line--position-3 {
  position: absolute;
  transform: rotate(90deg);
  left: 55px;
  bottom: 260px;
}

.decor__line--position-4 {
  position: absolute;
  left: 370px;
  bottom: 80px;
}

.decor__line--position-5 {
  position: absolute;
  top: 130px;
  right: 50%;
}

.decor__angle--position-1 {
  position: absolute;
  bottom: 285px;
  right: 29%;
}

.decor__angle--position-2 {
  position: absolute;
  bottom: 95px;
  left: 1%;
}

.decor__angle--position-3 {
  position: absolute;
  top: -120px;
  right: 15%;
}

@media (max-width: 1780px) {

  .update__img {
    margin-right: -50px;
  }

  .update__author {
    margin-bottom: 90px;
  }

  .heading {
    font-size: 38px;
    line-height: 52px;
  }

  .roadmap__heading {
    font-size: 36px;
    line-height: 52px;
  }

  .target__heading {
    font-size: 36px;
    line-height: 52px;
  }

  .main-heading {
    font-size: 54px;
    line-height: 78px;
  }

  .other-heading {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 50px;
  }

  .styles__wrapper {
    margin: 0 -35px 100px;
  }

  .styles__block {
    padding: 55px 35px 0;
  }

  .styles__heading {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 15px;
  }

  .styles__font-text {
    line-height: 38px;
  }

  .styles__text--main-heading {
    line-height: 38px;
  }

  .styles__text--heading {
    line-height: 38px;
  }

  .styles__info {
    padding-left: 0;
  }

  .styles__info-big {
    font-size: 290px;
    line-height: 210px;
  }

  .styles__info-item {
    margin-right: 35px;
    line-height: 34px;
  }

  .styles__example-item--name {
    font-size: 54px;
    line-height: 70px;
  }

  .styles__example-item--big {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.15em;
  }

  .styles__example-item--small {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.15em;
  }

  .styles__size {
    padding-left: 0;
  }

  .styles__size-item--30px .styles__numeral {
    font-size: 100px;
    line-height: 115px;
  }

  .styles__size-item--30px .styles__px {
    line-height: 34px;
  }

  .styles__size-item--24px .styles__numeral {
    font-size: 84px;
    line-height: 100px;
  }

  .styles__size-item--18px .styles__numeral {
    font-size: 72px;
    line-height: 86px;
  }

  .styles__size-item--16px .styles__numeral,
  .styles__size-item--12px .styles__numeral {
    font-size: 60px;
    line-height: 70px;
  }

  .slider__nav--yellow {
    width: calc(100% - 1105px);
  }

  .slider__mobile {
    margin-left: 30px;
  }

  .slider__nav {
    margin-right: 20px;
  }

  .slider__arrows-block--yellow {
    right: 340px;
  }

  .design__color {
    margin-top: 170px;
  }

  .design__list {
    margin: 125px 55px 0;
  }

  .target__border-block {
    padding: 95px 85px 75px;
    margin-bottom: 75px;
  }

  .target__img {
    right: -35px;
  }

  .target__description {
    margin: 45px auto;
  }

  .target__item {
    margin-bottom: 72px;
  }

  .contact__heading {
    font-size: 45px;
    line-height: 68px;
  }

  .contact__text {
    font-size: 22px;
    line-height: 36px;
  }

  .socials__text {
    font-size: 28px;
    line-height: 40px;
  }

  .contact__text-wrapper {
    width: 48%;
  }

  .contact__list {
    margin: 70px 0;
  }

  .form {
    width: 48%;
    margin-right: 0;
  }

  .form__wrapper {
    margin-left: 0;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 100px;
    left: 350px;
  }

  .decor__line--position-2 {
    top: 250px;
    left: 35px;
  }

  .decor__line--position-3 {
    left: 35px;
  }

  .decor__line--position-4 {
    left: 350px;
    bottom: 80px;
  }

  .decor__line--position-5 {
    top: 120px;
  }

  .decor__angle--position-1 {
    bottom: 190px;
    right: 18%;
  }

  .decor__angle--position-2 {
    left: -10px;
  }
}

@media (max-width: 1630px) {
  .slider {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }

  .slider__nav {
    margin-bottom: 45px;
    width: 100%;
    margin-right: 0;
  }

  .slider__wrapper {
    justify-content: space-around;
    width: 100%;
  }

  .slider__mobile {
    margin-left: 110px;
  }

  .slider__arrows-block--yellow {
    right: 505px;
  }

  .slider__arrows-block--green {
    top: auto;
    right: 300px;
    bottom: 10px;
  }

  .functional {
    background-image: none;
  }
}

@media (max-width: 1480px) {

  .container-y {
    padding: 90px 0;
  }

  .update__img {
    margin-right: 0;
  }

  .update__author {
    margin-bottom: 70px;
  }

  .update__wrapper {
    margin-bottom: 70px;
    flex-direction: column;
  }

  .update__text-block {
    margin: 0 0 70px;
  }

  .heading {
    font-size: 34px;
    line-height: 46px;
  }

  .roadmap__heading {
    font-size: 32px;
    line-height: 44px;
  }

  .target__heading {
    font-size: 32px;
    line-height: 44px;
  }

  .update__quote {
    font-size: 18px;
    line-height: 22px;
  }

  .roadmap__text {
    font-size: 18px;
    line-height: 24px;
  }

  .main-heading {
    font-size: 48px;
    line-height: 68px;
  }

  .other-heading {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 45px;
  }

  .styles__wrapper {
    margin: 0 -30px 70px;
    flex-wrap: wrap;
  }

  .styles__block {
    padding: 45px 30px 0;
  }

  .styles__heading {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .styles__font-text {
    font-size: 28px;
    line-height: 34px;
  }

  .styles__text--main-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .styles__text--block-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .styles__text--other-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .styles__text--heading {
    font-size: 28px;
    line-height: 34px;
  }

  .styles__info {
    margin-bottom: 70px;
  }

  .styles__info-big {
    font-size: 260px;
    line-height: 190px;
  }

  .styles__info-item {
    margin-right: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .styles__example-item--name {
    font-size: 48px;
    line-height: 60px;
  }

  .styles__example-item {
    margin-top: 20px;
  }

  .styles__example-item--big {
    font-size: 24px;
    line-height: 36px;
  }

  .styles__example-item--small {
    font-size: 24px;
    line-height: 36px;
  }

  .styles__size-item--30px .styles__numeral {
    font-size: 85px;
    line-height: 100px;
  }

  .styles__size-item--30px .styles__px {
    font-size: 28px;
    line-height: 32px;
  }

  .styles__size-item--24px .styles__numeral {
    font-size: 74px;
    line-height: 90px;
  }

  .styles__size-item--18px .styles__numeral {
    font-size: 64px;
    line-height: 76px;
  }

  .styles__size-item--18px .styles__px {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__size-item--16px .styles__numeral,
  .styles__size-item--12px .styles__numeral {
    font-size: 54px;
    line-height: 64px;
  }

  .styles__size-item--12px .styles__px {
    font-size: 16px;
    line-height: 18px;
  }

  .slider__mobile {
    margin-left: 30px;
  }

  .slider__arrows-block--yellow {
    right: 400px;
  }

  .slider__arrows-block--green {
    right: 230px;
  }

  .slider__name--green {
    margin-top: 30px;
  }

  .design__color {
    margin-top: 70px;
  }

  .design__list {
    margin: 60px 0 0;
  }

  .functional__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .target__border-block {
    padding: 60px 50px;
    margin-bottom: 70px;
  }

  .target__img {
    top: -115px;
  }

  .target__text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }

  .target__description {
    margin: 35px auto;
  }

  .target__item {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
  }

  .target__icon {
    margin-right: 20px;
  }

  .contact {
    box-shadow: 0 0 50px 60px var(--yellow);
  }

  .contact__heading {
    font-size: 40px;
    line-height: 60px;
  }

  .contact__text {
    font-size: 20px;
    line-height: 32px;
  }

  .socials__text {
    font-size: 26px;
    line-height: 36px;
  }

  .contact__link {
    font-size: 22px;
    line-height: 30px;
  }

  .contact__list {
    margin: 60px 0;
  }

  .form__input-wrapper .form__input,
  .form__textarea {
    font-size: 22px;
    line-height: 26px;
    padding: 16px 22px;
  }

  .form__checkbox-wrapper .form__label {
    font-size: 22px;
    line-height: 26px;
  }

  .form__input:-moz-placeholder,
  .form__textarea:-moz-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  .form__input::-moz-placeholder,
  .form__textarea::-moz-placeholder{
    font-size: 22px;
    line-height: 26px;
  }

  .form__input:-ms-input-placeholder,
  .form__textarea:-ms-input-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  .form__input::-webkit-input-placeholder,
  .form__textarea::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  .form__file-text {
    font-size: 22px;
    line-height: 26px;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 80px;
    left: 300px;
  }

  .decor__line--position-2 {
    top: 450px;
    left: 15px;
  }

  .decor__line--position-3 {
    left: 15px;
  }

  .decor__line--position-4 {
    left: 300px;
    bottom: 75px;
  }

  .decor__line--position-5 {
    top: 95px;
    right: calc(50% - 20px);
  }

  .decor__angle--position-1 {
    bottom: 150px;
    right: 20%;
    width: 200px;
    height: auto;
  }

  .decor__angle--position-2 {
    left: -50px;
    bottom: -50px;
  }

  .decor__angle--position-3 {
    right: 2%;
  }
}

@media (max-width: 1330px) {

  .update__author {
    margin-bottom: 60px;
  }

  .update__wrapper {
    margin-bottom: 60px;
  }

  .update__text-block {
    margin: 0 0 60px;
  }

  .styles__example-item--big {
    letter-spacing: 0;
  }

  .styles__example-item--small {
    letter-spacing: 0;
  }

  .styles__info-big {
    margin-bottom: 40px;
  }

  .slider__nav {
    margin-bottom: 30px;
  }

  .slider__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .slider__mobile {
    margin-left: 0;
    margin-top: 30px;
  }

  .slider__arrows-block--yellow {
    right: 150px;
    bottom: 650px;
  }

  .slider__arrows-block--green {
    right: 180px;
  }

  .slider__name--yellow {
    margin-top: 30px;
  }

  .target__border-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .target__text-block {
    width: 100%;
    max-width: 100%;
  }

  .target__img {
    margin-top: 50px;
    position: static;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 70px;
    left: 280px;
  }

  .decor__line--position-2 {
    top: 430px;
    left: 0;
  }

  .decor__line--position-3 {
    left: 0;
  }

  .decor__line--position-4 {
    left: 280px;
    bottom: 70px;
  }

  .decor__line--position-5 {
    display: none;
  }

  .decor__angle--position-1 {
    bottom: 140px;
    right: 18%;
  }
}

@media (max-width: 1180px) {

  .container-x {
    padding: 0 30px;
  }

  .container-y {
    padding: 70px 0;
  }

  .update__author {
    margin-bottom: 50px;
  }

  .update__author-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .update__wrapper {
    margin-bottom: 50px;
  }

  .update__text-block {
    margin: 0 0 50px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .roadmap__heading {
    font-size: 30px;
    line-height: 38px;
  }

  .target__heading {
    font-size: 30px;
    line-height: 38px;
  }

  .update__img {
    width: 100%;
    height: auto;
  }

  .roadmap__list {
    flex-direction: column;
  }

  .roadmap__item:nth-child(2) {
    margin: 0 0 50px;
    align-self: flex-end;
  }

  .roadmap__item:nth-child(3) {
    margin: 0 0 50px;
  }

  .roadmap__item {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
    text-align: center;
  }

  .main-heading {
    font-size: 42px;
    line-height: 58px;
  }

  .other-heading {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 35px;
  }

  .styles__wrapper {
    margin: 0 -25px 50px;
  }

  .styles__block {
    padding: 40px 25px 0;
  }

  .styles__heading {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 10px;
  }

  .styles__item {
    padding: 20px 0;
  }

  .styles__font-text {
    font-size: 26px;
    line-height: 32px;
  }

  .styles__font-size {
    font-size: 18px;
    line-height: 24px;
  }

  .styles__text--main-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .styles__text--heading-media {
    font-size: 16px;
    line-height: 20px;
  }

  .styles__text--other-heading-media {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__text--main-text {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__text-item {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__text--author {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__text--date-time {
    font-size: 16px;
    line-height: 20px;
  }

  .styles__text--heading {
    font-size: 26px;
    line-height: 32px;
  }

  .styles__info {
    margin-bottom: 50px;
  }

  .styles__info-big {
    font-size: 230px;
    line-height: 170px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .styles__info-item {
    margin-right: 0;
    margin-top: 25px;
    font-size: 26px;
    line-height: 30px;
  }

  .styles__example-item--name {
    font-size: 42px;
    line-height: 52px;
  }

  .styles__example-item--big {
    font-size: 20px;
    line-height: 30px;
  }

  .styles__example-item--small {
    font-size: 20px;
    line-height: 30px;
  }

  .styles__size-item--30px .styles__numeral {
    font-size: 75px;
    line-height: 90px;
  }

  .styles__size-item--30px .styles__px {
    font-size: 26px;
    line-height: 30px;
  }

  .styles__size-item--24px .styles__numeral {
    font-size: 64px;
    line-height: 80px;
  }

  .styles__size-item--24px .styles__px {
    font-size: 22px;
    line-height: 26px;
  }

  .styles__size-item--18px .styles__numeral {
    font-size: 56px;
    line-height: 68px;
  }

  .styles__size-item--16px .styles__numeral,
  .styles__size-item--12px .styles__numeral {
    font-size: 48px;
    line-height: 58px;
  }

  .styles__size-item--16px .styles__px {
    font-size: 16px;
    line-height: 20px;
  }

  .styles__info {
    flex-wrap: wrap;
  }

  .styles__info-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .styles__info-list {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }

  .styles__example {
    width: 100%;
    align-items: center;
    margin-left: 0;
  }

  .styles__example-item--big {
    margin-left: 0;
    letter-spacing: 0.255em;
  }

  .styles__example-item--small {
    margin-left: 0;
    letter-spacing: 0.255em;
  }

  .slider__desktop {
    width: 610px;
    height: 380px;
  }

  .slider__mobile {
    width: 255px;
    height: 460px;
    margin-top: 20px;
  }

  .slider__nav-item:after {
    margin: 5px 20px;
    height: 20px;
  }

  .slider__arrows-block--yellow {
    right: 190px;
    bottom: 480px;
  }

  .slider__arrows-block--green {
    bottom: 0;
  }

  .slider__nav-link {
    font-size: 16px;
    line-height: 20px;
  }

  .slider__name {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }

  .slider__name--yellow {
    margin-top: 20px;
  }

  .slider__nav {
    margin-bottom: 20px;
  }

  .design__color {
    margin-top: 50px;
  }

  .design__list {
    margin: 40px 0 0;
    justify-content: space-around;
    max-width: 795px;
  }

  .design__item {
    margin: 15px 15px 30px;
  }

  .design__item:last-child {
    margin-right: 0;
  }

  .target__border-block {
    padding: 50px 30px;
    margin-bottom: 60px;
  }

  .target__description {
    margin: 30px auto;
    font-size: 20px;
    line-height: 24px;
  }

  .target__item {
    margin-bottom: 30px;
  }

  .contact {
    box-shadow: 0 0 40px 40px var(--yellow);
  }

  .contact__heading {
    font-size: 36px;
    line-height: 52px;
  }

  .contact__text {
    font-size: 18px;
    line-height: 28px;
  }

  .socials__text {
    font-size: 23px;
    line-height: 32px;
  }

  .contact__wrapper {
    flex-wrap: wrap;
  }

  .contact__list {
    margin: 30px 0;
  }

  .contact__text-wrapper {
    width: 100%;
  }

  .form {
    margin-top: 15px;
    width: 100%;
  }

  .form__text {
    margin: 28px 0 12px;
  }

  .form__file {
    margin: 25px 5px;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 60px;
    left: 240px;
  }

  .decor__line--position-2 {
    top: 400px;
    left: -50px;
  }

  .decor__line--position-3 {
    left: -50px;
  }

  .decor__line--position-4 {
    left: 240px;
    bottom: 60px;
  }

  .decor__angle--position-1 {
    bottom: 25px;
    right: 25px;
  }
}

@media (max-width: 980px) {
  .styles__block {
    width: 100%;
  }
}

@media (max-width: 780px) {

  .container-x {
    padding: 0 20px;
  }

  .container-y {
    padding: 50px 0;
  }

  .update__author {
    margin-bottom: 30px;
  }

  .update__wrapper {
    margin-bottom: 30px;
  }

  .update__text-block {
    margin: 0 0 30px;
  }

  .heading {
    font-size: 28px;
    line-height: 36px;
    text-underline-offset: 5px;
  }

  .roadmap__heading {
    font-size: 26px;
    line-height: 32px;
    text-underline-offset: 5px;
  }

  .target__heading {
    font-size: 26px;
    line-height: 32px;
  }

  .update__quote {
    font-size: 16px;
    line-height: 20px;
  }

  .roadmap__item {
    margin-bottom: 30px;
  }

  .roadmap__item:nth-child(2) {
    margin: 0 0 30px;
  }

  .roadmap__item:nth-child(3) {
    margin: 0 0 30px;
  }

  .roadmap__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }

  .main-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .other-heading {
    font-size: 28px;
    line-height: 33px;
  }

  .styles__wrapper {
    margin: 0 -20px 40px;
  }

  .styles__block {
    padding: 30px 20px 0;
  }

  .styles__heading {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 5px;
  }

  .styles__font-text {
    font-size: 24px;
    line-height: 28px;
  }

  .styles__text--main-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .styles__text--other-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__text--heading {
    font-size: 24px;
    line-height: 28px;
  }

  .styles__text--heading {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__text--tags {
    justify-content: flex-end;
  }

  .styles__info {
    margin-bottom: 40px;
  }

  .styles__info-big {
    font-size: 205px;
    line-height: 160px;
  }

  .styles__info-item {
    font-size: 24px;
    line-height: 28px;
    margin-top: 22px;
  }

  .styles__example-item {
    margin-top: 15px;
  }

  .styles__example-item--big {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .styles__example-item--small {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .styles__example-item--name {
    font-size: 36px;
    line-height: 44px;
  }

  .styles__size-item--30px .styles__numeral {
    font-size: 65px;
    line-height: 75px;
  }

  .styles__size-item--30px .styles__px {
    font-size: 24px;
    line-height: 28px;
  }

  .styles__size-item--24px .styles__numeral {
    font-size: 54px;
    line-height: 70px;
  }

  .styles__size-item--18px .styles__numeral {
    font-size: 48px;
    line-height: 60px;
  }

  .styles__size-item--18px .styles__px {
    font-size: 18px;
    line-height: 22px;
  }

  .styles__size-item--16px .styles__numeral,
  .styles__size-item--12px .styles__numeral {
    font-size: 40px;
    line-height: 50px;
  }

  .styles__size-item--12px .styles__px {
    font-size: 14px;
    line-height: 16px;
  }

  .design__color {
    margin-top: 40px;
  }

  .design__list {
    margin: 30px 0 0;
  }

  .design__item {
    width: 160px;
    height: 160px;
  }

  .slider__nav {
    margin-bottom: 10px;
  }

  .slider__nav-item:after {
    margin: 2px 20px;
    height: 15px;
  }

  .slider__desktop {
    width: 540px;
    height: 335px;
  }

  .slider__arrows-block--yellow {
    bottom: 400px;
    right: 60px;
  }

  .slider__arrows-block--green {
    right: 60px;
  }

  .slider__mobile {
    width: 200px;
    height: 380px;
  }

  .functional__text {
    font-size: 20px;
    line-height: 26px;
  }

  .target__border-block {
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .target__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .target__img {
    margin-top: 45px;
  }

  .target__description {
    margin: 25px auto;
  }

  .target__item {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .target__icon {
    margin-right: 15px;
  }

  .contact {
    box-shadow: 0 0 20px 20px var(--yellow);
  }

  .contact__heading {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
  }

  .contact__text {
    font-size: 16px;
    line-height: 24px;
  }

  .contact__list {
    margin: 20px 0;
  }

  .socials__text {
    font-size: 20px;
    line-height: 28px;
  }

  .contact__link {
    font-size: 18px;
    line-height: 26px;
  }

  .socials__link {
    padding: 20px;
  }

  .form {
    margin-top: 10px;
  }

  .form__text {
    margin: 24px 0 12px;
    font-size: 22px;
    line-height: 26px;
  }

  .form__checkbox-wrapper {
    margin-bottom: 25px;
  }

  .form__file {
    margin: 25px 5px 30px;
  }

  .form__input-wrapper .form__input,
  .form__textarea {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 18px;
  }

  .form__checkbox-wrapper .form__label {
    font-size: 18px;
    line-height: 22px;
  }

  .form__input:-moz-placeholder,
  .form__textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .form__input::-moz-placeholder,
  .form__textarea::-moz-placeholder{
    font-size: 18px;
    line-height: 22px;
  }

  .form__input:-ms-input-placeholder,
  .form__textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .form__input::-webkit-input-placeholder,
  .form__textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .popup {
    padding: 55px 115px;
  }

  .popup.js-push-up {
    width: 100%;
    left: 0;
  }

  .popup__text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 35px;
    left: 200px;
  }

  .decor__line--position-2 {
    top: 430px;
    left: -90px;
  }

  .decor__line--position-3 {
    display: none;
  }

  .decor__line--position-4 {
    left: 200px;
    bottom: 40px;
  }

  .decor__angle--position-2 {
    left: -10px;
    bottom: -10px;
  }

  .decor__angle--position-3 {
    display: none;
  }
}

@media (max-width: 630px) {
  .slider__desktop {
    width: 400px;
    height: 250px;
  }

  .slider__arrows-block--yellow {
    bottom: 300px;
    right: 40px;
  }

  .slider__arrows-block--green {
    right: 50px;
  }

  .slider__name--green {
    margin-bottom: 60px;
  }

  .slider__mobile {
    width: 150px;
    height: 280px;
  }

  .target__img {
    width: 100%;
    height: auto;
  }

  .design__item {
    width: 118px;
    height: 118px;
  }

  .design__color-name {
    height: 28px;
  }
}

@media (max-width: 480px) {

  .container-x {
    padding: 0 15px;
  }

  .container-y {
    padding: 30px 0;
  }

  .update__author {
    margin-bottom: 20px;
  }

  .update__author-text {
    font-size: 16px;
    line-height: 20px;
  }

  .update__wrapper {
    margin-bottom: 20px;
  }

  .update__text-block {
    margin: 0 0 20px;
  }

  .update__text {
    font-size: 16px;
    line-height: 20px;
  }

  .update__quote-text {
    margin-bottom: 5px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .roadmap__heading {
    font-size: 22px;
    line-height: 26px;
  }

  .target__heading {
    font-size: 22px;
    line-height: 26px;
  }

  .roadmap__item {
    margin-bottom: 20px;
  }

  .roadmap__item:nth-child(2) {
    margin: 0 0 20px;
  }

  .roadmap__item:nth-child(3) {
    margin: 0 0 20px;
  }

  .roadmap__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }

  .main-heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .other-heading {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 20px;
    text-underline-offset: 5px;
  }

  .styles__wrapper {
    margin: 0 -15px 20px;
  }

  .styles__block {
    padding: 20px 15px 0;
  }

  .styles__heading {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0;
  }

  .styles__item {
    padding: 15px 0;
  }

  .styles__font-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .styles__text--main-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .styles__text--block-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__info {
    margin-bottom: 20px;
  }

  .styles__info-big {
    font-size: 180px;
    line-height: 130px;
    margin-right: 15px;
  }

  .styles__info-item {
    font-size: 22px;
    line-height: 26px;
    margin-top: 17px;
  }

  .styles__example-item--name {
    font-size: 30px;
    line-height: 36px;
  }

  .styles__example-item--big {
    font-size: 16px;
    line-height: 22px;
  }

  .styles__example-item--small {
    font-size: 16px;
    line-height: 22px;
  }

  .styles__size-item--30px .styles__numeral {
    font-size: 50px;
    line-height: 65px;
  }

  .styles__size-item--30px .styles__px {
    font-size: 22px;
    line-height: 26px;
  }

  .styles__size-item--24px .styles__numeral {
    font-size: 44px;
    line-height: 56px;
  }

  .styles__size-item--18px .styles__numeral {
    font-size: 40px;
    line-height: 50px;
  }

  .styles__size-item--16px .styles__numeral,
  .styles__size-item--12px .styles__numeral {
    font-size: 34px;
    line-height: 44px;
  }

  .styles__item {
    flex-wrap: wrap;
  }

  .styles__font {
    width: 100%;
  }

  .styles__text {
    width: 100%;
    padding-top: 10px;
  }

  .design__color {
    margin-top: 20px;
  }

  .design__list {
    margin: 15px 0 0;
  }

  .slider__nav-decor {
    margin-right: 15px;
  }

  .slider__nav-link {
    padding: 5px 10px;
  }

  .slider__nav-item:after {
    margin: 2px 13px;
    height: 10px;
    opacity: 0;
  }

  .slider__desktop {
    width: 340px;
    height: 215px;
    border-radius: 10px;
    overflow: hidden;
  }

  .slider__mobile {
    overflow: hidden;
  }

  .slider__name {
    padding: 10px;
  }

  .slider__name--yellow {
    margin-top: 10px;
  }

  .slider__name--green {
    margin-top: 10px;
  }

  .slider__arrows-block--yellow {
    position: static;
  }

  .slider__arrows-block--green {
    right: 20px;
  }

  .slider__arrows-link--yellow {
    position: absolute;
    bottom: 100px;
  }

  .slider__arrows-link--left {
    left: 0;
  }

  .slider__arrows-link--right {
    right: 0;
  }

  .functional__text {
    margin-bottom: 15px;
  }

  .design__item {
    margin: 10px 10px 20px;
    width: 93px;
    height: 93px;
    box-shadow: 0 0 30px rgba(235, 255, 0, 0.4);
  }

  .design__color-name {
    font-size: 18px;
    line-height: 22px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .target__border-block {
    padding: 25px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .target__img {
    margin-top: 25px;
  }

  .target__description {
    margin: 15px auto;
  }

  .target__item {
    margin-bottom: 15px;
  }

  .target__icon {
    width: 39px;
    height: 39px;
  }

  .target__item:first-child .target__icon {
    margin-top: -10px;
  }

  .contact {
    box-shadow: 0 0 10px 10px var(--yellow);
  }

  .contact__heading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .contact__text {
    font-size: 14px;
    line-height: 20px;
  }

  .contact__list {
    margin: 20px 0;
  }

  .contact__item {
    margin-bottom: 5px;
  }

  .socials__text {
    font-size: 18px;
    line-height: 24px;
  }

  .form {
    margin-top: 20px;
  }

  .form__text {
    margin: 20px 0 12px;
    font-size: 20px;
    line-height: 24px;
  }

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

  .form__wrap {
    grid-template-columns: repeat(2,1fr);
  }

  .form__file {
    margin: 20px 5px;
  }

  .form__button {
    padding: 10px 0;
    font-size: 20px;
    line-height: 24px;
  }

  .socials__link {
    padding: 19px;
  }

  .form__input-wrapper {
    grid-template-columns: repeat(1,1fr);
  }

  .popup {
    padding: 35px 65px;
  }

  .popup__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .popup__button {
    padding: 10px 0;
    font-size: 20px;
    line-height: 24px;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 25px;
    left: 160px;
  }

  .decor__line--position-2 {
    top: 350px;
    left: -100px;
  }

  .decor__line--position-4 {
    left: 160px;
    bottom: 25px;
  }

  .decor__angle--position-1 {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 400px) {

  .update__author {
    margin-bottom: 15px;
  }

  .update__author-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .update__wrapper {
    margin-bottom: 15px;
  }

  .update__text-block {
    margin: 0 0 15px;
  }

  .update__author-logo {
    height: 20px;
    width: auto;
  }

  .update__text {
    font-size: 14px;
    line-height: 18px;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
    text-underline-offset: 2px;
  }

  .roadmap__heading {
    font-size: 20px;
    line-height: 24px;
    text-underline-offset: 2px;
  }

  .target__heading {
    font-size: 20px;
    line-height: 24px
  }

  .update__quote {
    font-size: 14px;
    line-height: 18px;
  }

  .roadmap__item:nth-child(2) {
    margin: 0 0 15px;
  }

  .roadmap__item:nth-child(3) {
    margin: 0 0 15px;
  }

  .roadmap__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .main-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .other-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .styles__heading {
    font-size: 22px;
    line-height: 26px;
  }

  .styles__font-text {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__font-size {
    font-size: 16px;
    line-height: 20px;
  }

  .styles__text--main-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__text--other-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .styles__text--heading-media {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__text--other-heading-media {
    font-size: 12px;
    line-height: 16px;
  }

  .styles__text--main-text {
    font-size: 12px;
    line-height: 16px;
  }

  .styles__text--heading {
    font-size: 18px;
    line-height: 22px;
  }

  .styles__text--block-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .styles__text-item {
    font-size: 12px;
    line-height: 16px;
  }

  .styles__text--author {
    font-size: 12px;
    line-height: 16px;
  }

  .styles__text--date-time {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__info-big {
    font-size: 150px;
    line-height: 110px;
  }

  .styles__info-item {
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
  }

  .styles__example-item--name {
    font-size: 24px;
    line-height: 28px;
  }

  .styles__example-item {
    margin-top: 10px;
  }

  .styles__example-item--big {
    font-size: 13px;
    line-height: 18px;
  }

  .styles__example-item--small {
    font-size: 13px;
    line-height: 18px;
  }

  .styles__size-item--30px .styles__numeral {
    font-size: 40px;
    line-height: 50px;
  }

  .styles__size-item--30px .styles__px {
    font-size: 20px;
    line-height: 24px;
  }

  .styles__size-item--24px .styles__numeral {
    font-size: 36px;
    line-height: 46px;
  }

  .styles__size-item--24px .styles__px {
    font-size: 18px;
    line-height: 22px;
  }

  .styles__size-item--18px .styles__numeral {
    font-size: 32px;
    line-height: 42px;
  }

  .styles__size-item--18px .styles__px {
    font-size: 16px;
    line-height: 20px;
  }

  .styles__size-item--16px .styles__numeral,
  .styles__size-item--12px .styles__numeral {
    font-size: 28px;
    line-height: 38px;
  }

  .styles__size-item--16px .styles__px {
    font-size: 14px;
    line-height: 18px;
  }

  .styles__size-item--12px .styles__px {
    font-size: 12px;
    line-height: 16px;
  }

  .design__color {
    margin-top: 15px;
  }

  .design__list {
    margin: 15px 0 0;
  }

  .slider__nav-link {
    font-size: 14px;
    line-height: 18px;
  }

  .slider__desktop {
    width: 290px;
    height: 180px;
  }

  .slider__mobile {
    width: 120px;
    height: 230px;
  }

  .slider__name {
    font-size: 16px;
    line-height: 20px;
  }

  .slider__arrows-link--left {
    left: -10px;
  }

  .slider__arrows-link--right {
    right: -10px;
  }

  .design__item {
    margin: 5px 5px 10px;
    width: 88px;
    height: 88px;
    box-shadow: 0 0 20px rgba(235, 255, 0, 0.4);
  }

  .design__color-name {
    font-size: 16px;
    line-height: 20px;
  }

  .functional__text {
    font-size: 18px;
    line-height: 22px;
  }

  .target__border-block {
    margin-bottom: 20px;
  }

  .target__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }

  .target__text--first {
    margin-top: 15px;
  }

  .target__description {
    margin: 10px 0;
    font-size: 16px;
    line-height: 20px;
  }

  .target__item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .target__icon {
    margin-right: 10px;
  }

  .contact__heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .contact__text {
    font-size: 12px;
    line-height: 16px;
  }

  .contact__list {
    margin: 15px 0;
  }

  .contact__link {
    font-size: 16px;
    line-height: 20px;
  }

  .socials__link {
    padding: 14px;
  }

  .socials__text {
    font-size: 16px;
    line-height: 20px;
  }

  .form__text {
    margin: 15px 0 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .form__checkbox-wrapper {
    margin-bottom: 15px;
  }

  .form__file {
    margin: 5px;
  }

  .decor__ball--position-4 {
    display: none;
  }

  .form__wrapper {
    flex-wrap: wrap;
  }

  .form__button-text {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .form__button {
    width: 100%;
    max-width: 100%;
  }

  .form__input-wrapper .form__input,
  .form__textarea {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }

  .form__textarea {
    min-height: 100px;
  }

  .form__checkbox-wrapper .form__label {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }

  .form__input:-moz-placeholder,
  .form__textarea:-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .form__input::-moz-placeholder,
  .form__textarea::-moz-placeholder{
    font-size: 16px;
    line-height: 20px;
  }

  .form__input:-ms-input-placeholder,
  .form__textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .form__input::-webkit-input-placeholder,
  .form__textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .form__file-text {
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
  }

  .popup {
    padding: 15px 25px;
  }

  .popup__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  /*декоративные стили*/

  .decor__line--position-1 {
    top: 20px;
    left: 120px;
  }

  .decor__line--position-2 {
    top: 330px;
    left: -115px;
  }

  .decor__line--position-4 {
    left: 120px;
    bottom: 25px;
  }

  .decor__angle--position-1 {
    bottom: 10px;
    right: 10px;
  }
}


