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

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

body {
  font-family: 'Space Mono', 'Arial', sans-serif;
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

section {
  overflow-x: hidden;
}

p {
  font-family: 'Lexend Deca', 'Arial', sans-serif;
  font-weight: 400;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 21px 0 22px;
  background-color: #fff;
  z-index: 3;
}

.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__checkbox {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header__label {
  display: none;
}

.site-header__exit {
  display: none;
}

.site-header__img {
  margin-left: 5px;
}

.site-header__img:hover {
  opacity: 0.8;
}

.site-header__img:active {
  opacity: 0.5;
}

.site-header__modal {
  width: 940px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: 58px;
}

.site-header__item {
  margin-right: 32px;
}

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

.site-header__link {
  font-family: "Space Mono", "Arial", sans-serif;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #939CAA;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-header__link:hover {
  color: #FCB72B;
}

.site-header__link:active {
  opacity: 0.8;
}

.site-header__btn {
  display: inline-block;
  font-family: "Space Mono", "Arial", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 39px;
  color: #fff;
  background-color: #FCB72B;
  border: 3px solid #FCB72B;
  margin-left: auto;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.site-header__btn:hover {
  background-color: transparent;
  color: #FCB72B;
}

@media screen and (max-width: 1075px) {
  .site-header__modal {
    width: 860px;
    max-width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .site-header__modal {
    width: 760px;
    max-width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .site-header__modal {
    width: 620px;
    max-width: 100%;
  }
  .site-header__btn {
    padding: 11px 36px;
  }
}

@media screen and (max-width: 768px) {
  .site-header__modal {
    width: 500px;
    max-width: 100%;
  }
  .site-header__btn {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 768px) {
  .site-header {
    padding: 21px 30px 22px 29px;
  }
}

@media screen and (max-width: 690px) {
  .site-header {
    padding: 21px 0 22px;
  }
  .site-header__list {
    margin-left: auto;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .site-header__label {
    display: block;
    margin-left: 32px;
  }
  .site-header__exit {
    margin-left: 32px;
    display: none;
  }
  .site-header__img {
    margin-left: auto;
    margin-right: auto;
  }
  .site-header__box {
    position: fixed;
    display: none;
    top: 64px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
  }
  .site-header__modal {
    display: inline-block;
    width: 256px;
    max-width: 100%;
    padding: 64px 32px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #333A44;
  }
  .site-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 339px;
  }
  .site-header__item {
    margin-bottom: 24px;
  }
  .site-header__item:last-child {
    margin-bottom: 0;
  }
  .site-header__link {
    color: #E5ECF4;
  }
  .site-header__btn {
    margin: 0 auto;
  }
  .site-header__checkbox:checked ~ .site-header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header__checkbox:checked ~ .site-header__label {
    display: none;
  }
  .site-header__checkbox:checked ~ .site-header__exit {
    display: block;
  }
}

.home-hero {
  position: relative;
  background-image: url(../img/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 96px;
}

.home-hero__container {
  padding: 153px 10px 152px;
}

.home-hero__box {
  width: 500px;
}

.home-hero__line {
  position: absolute;
  top: 355px;
  left: 38px;
}

.home-hero__img {
  position: absolute;
  top: 355px;
  left: 740px;
}

.home-hero__title {
  padding: 0;
  color: #fff;
  font-family: "Space Mono", "Arial", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -2.5px;
  margin: 0 0 40px 0;
}

.home-hero__text {
  position: relative;
  font-family: "Lexend Deca", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px;
  margin-left: 95px;
  color: #fff;
}

.home-hero__text::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 15px;
  background-color: #FCB72B;
  left: -29px;
  top: 43%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.home-hero__text::after {
  content: "";
  position: absolute;
  width: 444px;
  height: 138px;
  background-image: url("../img/direction-small.svg");
  background-repeat: no-repeat;
  background-size: cover;
  right: -20px;
  top: 43%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.home-hero__btn {
  display: inline-block;
  font-family: "Space Mono", "Arial", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 39px;
  color: #fff;
  background-color: #FCB72B;
  border: 3px solid #FCB72B;
  margin-left: 95px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.home-hero__btn:hover {
  background-color: transparent;
  color: #FCB72B;
}

@media screen and (max-width: 768px) {
  .home-hero {
    background-image: url(../img/direction-small.svg), url(../img/intro-bg.jpg);
    background-size: 447px, cover;
    background-position-x: -127px, -644px;
    background-position-y: 473px, 0px;
  }
  .home-hero__container {
    padding: 137px 98px 217px 97px;
  }
  .home-hero__box {
    width: 573px;
    max-width: 100%;
    text-align: center;
  }
  .home-hero__title {
    margin-bottom: 24px;
  }
  .home-hero__text {
    margin-bottom: 32px;
    margin-left: 0;
  }
  .home-hero__text::before {
    display: none;
    content: "";
    position: absolute;
    width: 300px;
    height: 15px;
    background-color: #FCB72B;
    left: -29px;
    top: 43%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .home-hero__text::after {
    display: none;
    content: "";
    position: absolute;
    width: 444px;
    height: 138px;
    background-image: url("../img/direction-small.svg");
    background-repeat: no-repeat;
    background-size: cover;
    right: -20px;
    top: 43%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .home-hero__btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 577px) {
  .home-hero {
    background-size: 447px, cover;
    background-position-y: 419px, 0;
    background-position-x: -312px, right;
  }
  .home-hero__container {
    padding: 115px 32px 179px 32px;
  }
  .home-hero__text {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 418px) {
  .home-hero {
    background-position-y: 566px, 0;
  }
}

.home-feature {
  margin-top: 160px;
  margin-bottom: 200px;
}

.home-feature__container {
  position: relative;
}

.home-feature__box {
  position: relative;
}

.home-feature__line {
  display: inline-block;
  position: absolute;
  top: 48px;
  left: -165px;
  z-index: -1;
  width: 974px;
  max-width: 100%;
  height: 15px;
  background-color: #E5ECF4;
}

.home-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.home-feature__item {
  margin-right: 30px;
}

.home-feature__item:last-child {
  margin-right: 0;
}

.home-feature__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #FCB72B;
}

.home-feature__title {
  font-family: "Space Mono", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1.07143px;
  color: #495567;
  margin: 40px 0 27px;
}

.home-feature__text {
  font-size: 15px;
  font-family: "Lexend Deca", "Arial", sans-serif;
  line-height: 25px;
  color: #939CAA;
}

@media screen and (max-width: 1265px) {
  .home-feature__list {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1030px) {
  .home-feature__line {
    left: -60px;
    width: 775px;
  }
}

@media screen and (max-width: 888px) {
  .home-feature__line {
    left: -40px;
    width: 646px;
  }
  .home-feature__list {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .home-feature {
    margin-top: 0;
    margin-bottom: 145px;
  }
  .home-feature__container {
    padding: 0 98px 0 97px;
  }
  .home-feature__box {
    padding-top: 122px;
  }
  .home-feature__line {
    width: 15px;
    height: 512px;
    left: 44px;
    top: 0;
  }
  .home-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .home-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .home-feature__item:last-child {
    margin-bottom: 0;
  }
  .home-feature__info {
    width: 398px;
    max-width: 100%;
  }
  .home-feature__title {
    margin-top: 0;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 700px) {
  .home-feature__container {
    padding: 0 48px 0 47px;
  }
  .home-feature__info {
    width: 360px;
  }
}

@media screen and (max-width: 600px) {
  .home-feature {
    margin-top: 120px;
  }
  .home-feature__container {
    padding: 0 32px;
  }
  .home-feature__line {
    display: none;
  }
  .home-feature__list {
    text-align: center;
  }
  .home-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
  .home-feature__item:last-child {
    margin-bottom: 0;
  }
  .home-feature__img {
    margin: 0 auto;
  }
  .home-feature__info {
    width: 100%;
  }
  .home-feature__title {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.our-offers {
  margin-bottom: 329px;
}

.our-offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our-offers__item {
  position: relative;
  width: 1110px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 155px;
}

.our-offers__item:nth-child(1)::before {
  position: absolute;
  right: -165px;
  bottom: 10px;
  content: "";
  width: 735px;
  height: 146px;
  background-image: url("../img/direction-to-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.our-offers__item:nth-child(1)::after {
  position: absolute;
  right: -509px;
  content: "";
  width: 445px;
  height: 445px;
  background: #E5ECF4;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.our-offers__item:nth-child(2) {
  margin-bottom: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.our-offers__item:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: -550px;
  content: "";
  width: 735px;
  height: 146px;
  background-image: url("../img/direction-to-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.our-offers__item:nth-child(2)::after {
  position: absolute;
  top: 0;
  left: -509px;
  content: "";
  width: 445px;
  height: 445px;
  background: #E5ECF4;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.our-offers__item:last-child {
  margin-bottom: 0;
}

.our-offers__item:last-child::before {
  position: absolute;
  top: 85px;
  right: -545px;
  content: "";
  width: 735px;
  height: 146px;
  background-image: url("../img/direction-to-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.our-offers__item:last-child::after {
  position: absolute;
  top: 0;
  right: -509px;
  content: "";
  width: 445px;
  height: 445px;
  background: #E5ECF4;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.our-offers__info {
  width: 445px;
}

.our-offers__title {
  font-family: "Space Mono", "Arial", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2.14286px;
  color: #495567;
}

.our-offers__text {
  font-family: "Lexend Deca", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #939CAA;
  margin: 24px 0 40px;
}

.our-offers__btn {
  font-family: "Space Mono", "Arial", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 39px;
  color: #fff;
  background-color: #FCB72B;
  border: 3px solid #FCB72B;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.our-offers__btn:hover {
  background-color: transparent;
  color: #FCB72B;
}

.our-offers__img {
  border-radius: 50%;
}

@media screen and (max-width: 840px) {
  .our-offers {
    margin-bottom: 104px;
  }
  .our-offers__container {
    padding: 0 98px 0 97px;
  }
  .our-offers__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 128px;
  }
  .our-offers__item:nth-child(1)::before {
    top: 307px;
    left: -47px;
  }
  .our-offers__item:nth-child(1)::after {
    top: 0;
    right: -448px;
  }
  .our-offers__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 120px;
  }
  .our-offers__item:nth-child(2)::before {
    top: 0px;
    left: -483px;
  }
  .our-offers__item:nth-child(2)::after {
    top: 0;
    left: -448px;
  }
  .our-offers__item:last-child {
    margin-bottom: 0;
  }
  .our-offers__item:last-child::before {
    top: 85px;
    left: 322px;
  }
  .our-offers__item:last-child::after {
    top: 0;
    right: -448px;
  }
  .our-offers__info {
    width: 100%;
    text-align: center;
  }
  .our-offers__title {
    width: 457px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 64px;
  }
  .our-offers__text {
    margin: 40px 0;
  }
}

@media screen and (max-width: 700px) {
  .our-offers__container {
    padding: 0 48px 0 47px;
  }
}

@media screen and (max-width: 548px) {
  .our-offers__item:nth-child(1)::before {
    top: 173px;
    left: 1px;
  }
  .our-offers__item:nth-child(1)::after {
    display: none;
  }
  .our-offers__item:nth-child(2)::before {
    top: 0px;
    right: 81px;
  }
  .our-offers__item:nth-child(2)::after {
    display: none;
  }
  .our-offers__item:nth-child(3)::before {
    top: 7px;
    left: 130px;
  }
  .our-offers__item:nth-child(3)::after {
    display: none;
  }
  .our-offers__title {
    margin: 0;
    margin-top: 64px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1.42857px;
  }
  .our-offers__text {
    font-size: 15px;
    line-height: 25px;
  }
  .our-offers__img {
    width: 311px;
    height: 311px;
  }
  .our-offers__btn {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 402px) {
  .our-offers {
    margin-bottom: 120px;
  }
  .our-offers__container {
    padding: 0 32px;
  }
  .our-offers__title {
    margin-top: 56px;
  }
  .our-offers__text {
    margin: 32px 0;
  }
}

.footer-top {
  background: #495567;
}

.footer-top__wrapper {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../img/three-circle.svg);
  background-repeat: no-repeat;
  background-size: 1000px, 347px;
  background-position: 450px 140px;
}

.footer-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 102px;
  padding-bottom: 102px;
}

.footer-top__title {
  font-family: "Space Mono", "Arial", sans-serif;
  font-weight: 700;
  width: 415px;
  max-width: 100%;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2.14286px;
  color: #FFFFFF;
}

.footer-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.footer-top__item {
  margin-right: 18px;
}

.footer-top__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 840px) {
  .footer-top__wrapper {
    background-position-x: -165px;
  }
  .footer-top__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .footer-top__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-top__item {
    margin-right: 13px;
  }
  .footer-top__item:last-child {
    margin-right: 0;
  }
  .footer-top__img {
    height: 40px;
  }
  .appstore {
    width: 114px;
  }
  .googleplay {
    width: 130px;
  }
}

@media screen and (max-width: 548px) {
  .footer-top__wrapper {
    background-position-x: right;
  }
  .footer-top__container {
    padding: 62px 32px;
  }
  .footer-top__title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1.42857px;
  }
}

.site-footer {
  background: #333A44;
}

.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 10px 32px;
}

.site-footer__logo {
  margin-left: 3px;
}

.site-footer__logo:hover {
  opacity: 0.8;
}

.site-footer__logo:active {
  opacity: 0.5;
}

.site-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: 59px;
}

.site-footer__item {
  margin-right: 32px;
}

.site-footer__item:last-child {
  margin-right: 0;
}

.site-footer__link {
  font-family: "Space Mono", "Arial", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  color: #939CAA;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-footer__link:hover {
  color: #FCB72B;
}

.site-footer__link:active {
  opacity: 0.8;
}

.site-footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin-left: auto;
}

.site-footer__img {
  margin-right: 24px;
}

.site-footer__img:last-child {
  margin-right: 0;
}

.site-footer__img--link {
  fill: #FCB72B;
}

.site-footer__img--link:hover {
  fill: #E5ECF4;
}

@media screen and (max-width: 600px) {
  .site-footer__list {
    margin-left: 20px;
  }
  .site-footer__item {
    margin-right: 16px;
  }
  .site-footer__item:last-child {
    margin-right: 0;
  }
  .site-footer__img {
    margin-right: 10px;
  }
  .site-footer__img:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 484px) {
  .site-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 64px 127px 88px 128px;
  }
  .site-footer__logo {
    margin: 0 auto;
  }
  .site-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 41px 0 85px;
  }
  .site-footer__item {
    margin: 0;
    margin-bottom: 16px;
  }
  .site-footer__item:last-child {
    margin-bottom: 0;
  }
  .site-footer__media {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=main.css.map */