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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

.displayMobile {
  display: none;
}

.displayDesktop {
  display: block;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "KyivTypeRegular";
  src: url("../assets/fonts/KyivType-Sans_Regular.otf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.container {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 1.5rem;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top-block {
  background: #434343 radial-gradient(53.17% 53.17% at 50% 50%, rgba(255, 211, 0, 0.1) 0%, rgba(51, 49, 38, 0) 100%);
  padding: 180px 130px 160px 52px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top-block {
    padding: 100px 100px 160px 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .top-block {
    padding: 40px 100px 40px 30px;
  }
}
.top-block .wrap {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 50px;
}
.top-block__image {
  margin-right: 32px;
}
.top-block__image img {
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 960px) {
  .top-block__image {
    display: none;
  }
  .displayMobile {
    display: flex;
  }

  .displayDesktop {
    display: none;
  }
}
.top-block__content-logo {
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .top-block__content-logo {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  .top-block__content-logo {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1180px) {
  .top-block__content-logo svg {
    width: 30vw;
    max-width: 396px;
  }
}
@media screen and (max-width: 960px) {
  .top-block__content-logo svg {
    width: 50vw;
  }
}
.top-block__content-text {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 32px;
  color: #fff;
  max-width: 500px;
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .top-block__content-text {
    font-size: 1.25rem;
    max-width: 65vw;
  }
}
.top-block__content-app {
  display: flex;
}
@media screen and (max-width: 600px) {
  .top-block__content-app {
    flex-direction: column;
    justify-content: center;
  }
}
.top-block__content-app button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
@media screen and (max-width: 700px) {
  .top-block__content-app button {
    display: flex;
    justify-content: flex-start;
  }
}
.top-block__content-app button:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .top-block__content-app button:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-block__content-app button:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 700px) {
  .top-block__content-app button img {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .top-block__content-app button img {
    width: 100%;
    max-width: 160px;
  }
}
.top-block__flag {
  position: absolute;
  top: 0;
  right: 0;
}

.services {
  background: #171717;
  padding: 170px 90px;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .services {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 960px) {
  .services {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  .services {
    padding: 40px 28px;
  }
}
.services__title {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 3rem;
  margin: 0 auto 56px;
  text-align: center;
  color: #fff;
}

.services__text {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 1.5rem;
  margin: 0 auto 56px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

@media screen and (max-width: 1180px) {
  .services__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .services__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .services__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .services__title {
    font-size: 1.5rem;
  }
}
.services__list {
  display: grid;
  grid-template-columns: minmax(214px, 280px) minmax(214px, 280px) minmax(214px, 280px) minmax(214px, 280px);
  justify-content: space-between;
  grid-gap: 16px;
}
@media screen and (max-width: 960px) {
  .services__list {
    grid-template-columns: minmax(200px, 280px) minmax(200px, 280px) minmax(200px, 280px);
  }
}
@media screen and (max-width: 700px) {
  .services__list {
    grid-template-columns: minmax(160px, 280px) minmax(160px, 280px) minmax(160px, 280px);
  }
}
@media screen and (max-width: 600px) {
  .services__list {
    grid-gap: 20px;
    grid-template-columns: minmax(160px, 280px) minmax(160px, 280px);
  }
}
@media screen and (max-width: 600px) {
  .services__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1rem;
    gap: 20px;
    padding-left: 12px;
  }
}
.services__list li a {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
}
.services__list li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1180px) {
  .services__list li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .services__list li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .services__list li a {
    text-align: center;
  }
}
.services__list .list-round-exs-item {
  margin-top: 44px;
}
@media screen and (max-width: 1180px) {
  .services__list .list-round-exs-item {
    margin-top: 34px;
  }
}
@media screen and (max-width: 960px) {
  .services__list .list-round-exs-item {
    margin-top: 0;
    grid-row-end: col-start 3;
  }
}

.phones-presentation {
  background: #434343 radial-gradient(53.17% 53.17% at 50% 50%, rgba(255, 211, 0, 0.1) 0%, rgba(51, 49, 38, 0) 100%);
}
.phones-presentation img {
  width: 100%;
}

.list-round li {
  position: relative;
  display: flex;
  align-items: center;
}
.list-round li:before {
  content: "";
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F8DE4A;
  margin-right: 24px;
}

.info-container {
  background: #434343 radial-gradient(53.17% 53.17% at 50% 50%, rgba(255, 211, 0, 0.1) 0%, rgba(51, 49, 38, 0) 100%);
  padding: 170px 90px;
  color: #fff;
}
.info-container .wrap {
  max-width: 860px;
}
@media screen and (max-width: 1180px) {
  .info-container {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 960px) {
  .info-container {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  .info-container {
    padding: 40px 16px;
  }
}
.info-container .info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 114px;
}
@media screen and (max-width: 600px) {
  .info-container .info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .info-container .info .info__image {
    display: none;
  }
}
.info-container .info:nth-child(even) {
  flex-direction: row-reverse;
}
.info-container .info:nth-child(even) .info__image {
  margin-left: 130px;
}
@media screen and (max-width: 960px) {
  .info-container .info:nth-child(even) .info__image {
    margin-left: 10vw;
  }
}
.info-container .info:nth-child(odd) .info__image {
  margin-right: 130px;
}
@media screen and (max-width: 960px) {
  .info-container .info:nth-child(odd) .info__image {
    margin-right: 10vw;
  }
}
.info-container .info__content {
  max-width: 440px;
  margin-top: -100px;
}
@media screen and (max-width: 960px) {
  .info-container .info__content {
    margin-top: 0;
  }
}
.info-container .info__image img {
  width: 100%;
}
.info-container .info__title {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .info-container .info__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .info-container .info__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .info-container .info__title {
    margin-bottom: 12px;
  }
}
.info-container .info__text {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 2rem;
  line-height: 44px;
}
@media screen and (max-width: 600px) {
  .info-container .info__text {
    line-height: normal;
  }
}
@media screen and (max-width: 960px) {
  .info-container .info__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .info-container .info__text {
    font-size: 1.25rem;
  }
}
.info-container .info__list li {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 2rem;
  line-height: 44px;
}
.info-container .info__list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .info-container .info__list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .info-container .info__list li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .info-container .info__list li {
    line-height: normal;
  }
}

.brands {
  background: #383838;
  padding: 48px 120px;
}
@media screen and (max-width: 960px) {
  .brands {
    padding: 32px 60px;
  }
}
@media screen and (max-width: 600px) {
  .brands {
    padding: 32px 30px;
  }
}
@media screen and (max-width: 600px) {
  .brands {
    padding: 32px 16px;
  }
}
.brands .brands-title {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1180px) {
  .brands .brands-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 960px) {
  .brands .brands-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .brands .brands-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .brands .brands-title {
    font-size: 1.175rem;
  }
}
.brands .brands-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brands .brands-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brands .brands-content ul:first-of-type {
  margin-right: 4vw;
}
.brands .brands-content li {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brands .brands-content li:not(:last-child) {
  margin-right: 5vw;
}
.brands .brands-content:not(:first-child) .img-large {
  max-width: 100px;
}
@media screen and (max-width: 1180px) {
  .brands .brands-content:not(:first-child) .img-large {
    max-width: 100px;
  }
}
.brands .brands-content__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.brands .brands-content img {
  max-width: 150px;
}
.brands .brands-content .brands-title__last {
  max-width: 300px;
  margin-top: 50px;
}
.brands .brands-content .brands-content__images-block h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .brands .brands-content .brands-content__images-block h4 {
    margin-bottom: 12px;
  }
}
.brands .brands-content .brands-content__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.brands .brands-content .brands-content__images img:nth-child(odd) {
  margin-right: 4vw;
}

.footer {
  background: #171717;
}
.footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 160px;
}
@media screen and (max-width: 600px) {
  .footer .wrap {
    padding: 60px 20px;
  }
}
.footer .footer__logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .footer .footer__logo-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__logo-container-img {
  max-width: 454px;
  margin-right: 110px;
}
@media screen and (max-width: 1180px) {
  .footer__logo-container-img svg {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo-container-img {
    margin-right: 0;
  }
}
.footer__logo-container-text {
  font-family: "KyivTypeRegular", Arial, sans-serif;
  font-size: 2.5rem;
  color: #F8DE4A;
  max-width: 534px;
  margin-top: -16px;
}
@media screen and (max-width: 1180px) {
  .footer__logo-container-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__logo-container-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo-container-text {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo-container-text {
    font-size: 1.25rem;
  }
}
.footer__logo-buttons {
  display: flex;
  justify-content: center;
}
.footer__logo-buttons button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.footer__logo-buttons button:first-child {
  margin-left: -100px;
  margin-right: 70px;
}
@media screen and (max-width: 1180px) {
  .footer__logo-buttons button:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo-buttons button:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo-buttons button img {
    max-width: 140px;
  }
}

.img-large {
  display: block;
}
@media screen and (max-width: 1180px) {
  .img-large {
    display: none;
  }
}

.img-small {
  display: none;
}
@media screen and (max-width: 1180px) {
  .img-small {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
