@font-face {
  font-family: 'ArtegraSans-Light', sans-serif ;
  font-weight: 300;
  font-style: normal;
  src: local('ArtegraSans-Light'),
       url('../fonts/ArtegraSans-Light.woff2') format('woff2'),
       url('../fonts/ArtegraSans-Light.woff') format('woff');
  display: swap;
}

@font-face {
  font-family: 'ArtegraSans-Regular', sans-serif ;
  font-weight: 400;
  font-style: normal;
  src: local('ArtegraSans-Regular'),
       url('../fonts/ArtegraSans-Regular.woff2') format('woff2'),
       url('../fonts/ArtegraSans-Regular.woff') format('woff');
  display: swap;
}

@font-face {
  font-family: 'ArtegraSans-Medium', sans-serif ;
  font-weight: 500;
  font-style: normal;
  src: local('ArtegraSans-Medium'),
       url('../fonts/ArtegraSans-Medium.woff2') format('woff2'),
       url('../fonts/ArtegraSans-Medium.woff') format('woff');
  display: swap;
}

@font-face {
  font-family: 'ArtegraSans-Semibold', sans-serif ;
  font-weight: 600;
  font-style: normal;
  src: local('ArtegraSans-Semibold'),
       url('../fonts/ArtegraSans-Semibold.woff2') format('woff2'),
       url('../fonts/ArtegraSans-Semibold.woff') format('woff');
  display: swap;
}


.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
}

.title {
  font-size: 75px;
  font-weight: 600;
  line-height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'ArtegraSans-Regular', sans-serif;
  font-weight: 400;
  color: #0D0E0F;
}

.header {
  padding-top: 20px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .header__content-right__logo {
  font-size: 35px;
  letter-spacing: 5px;
  color: #000;
}
.header__inner h1 {
  display: flex;
  align-items: center;
}
.header__inner h1 span {
  display: flex;
  align-items: center;
  margin: 0;
}
.header__inner h1 span::after {
  width: 15px;
  height: 50px;
  background-size: 14px 50px;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  position: relative;
}
.header__inner h1 span::before {
  width: 15px;
  height: 50px;
  background-size: 14px 50px;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 0;
}
.menu__btn {
  display: none;
}

.menu__list {
  display: flex;
}

.menu__list-item {
  font-size: 14px;
}

.menu__list-item:hover {
  color: #1806FC;
}

.menu__list-link {
  color: #0D0E0F;
  transition: color .3s linear;
}

.menu__list-link:hover {
  color: #1806FC;
}

.menu__list-item + .menu__list-item {
  padding-left: 32px;
}

.logo-small {
  display: none;
}

.logo-small-440 {
  display: none;
}

.header__content-img__small {
  display: none;
}

.header__content-img__580 {
  display: none;
}

.header__content-img__little {
  display: none;
}

.header__btn {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3%;
  color: #0D0E0F;
  border: 2px solid #0D0E0F;
  padding: 18px 78px;
  transition: .3s;
}

.header__btn:hover {
  background-color: #1806FC;
  color: #fff;
}




.header__content-inner {
  display: flex;
}

.header__content-text {
  font-size: 20px;
  line-height: 160%;
  max-width: 611px;
}

.header__content-img {
  margin-top: 20px;
  margin-left: -20px;
}

.header__content-right {
  margin-top: 30px;
  margin-left: 62px;
  width: 100%;
}

.header__content-btn {
  margin: 55px 0 92px;
}

.header__content-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 3%;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  padding: 16px 35px 13px;
  border: 2px solid #000;
  transition: .3s;
}

.header__content-btn a:hover {
  background-color: #1806FC;
  color: #fff;
}

.header__content-text__par {
  margin-top: 200px;
  background-color: #1806FC;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3%;
  height: 277px;
  margin-left: -62px;
  max-width: 971px;
  position: relative;
}

.header__content-text__par p {
  line-height: 22px;
  padding-left: 62px;
  max-width: 400px;
}

.header__content-text__punkt {
  padding-top: 77px;
}

.header__content-text__punkt2 {
  padding-top: 8px;
}

.header__btn-tg {
  display: none;
}

h1 {
  margin-top: 20px;
  font-size: 115px;
  letter-spacing: 5px;
}

h1 span {
  position: relative;
  margin-left: 20px;
}

h1 span::before {
  content: '';
  position: absolute;
  background-image: url('../images/h1-left-before.svg');
  width: 24px;
  height: 104px;
  left: -30px;
}

h1 span::after {
  content: '';
  position: absolute;
  background-image: url('../images/h1-right-after.svg');
  width: 24px;
  height: 104px;
  right: -20px;
}



.directions {
  position: relative;
}

.directions__title {
  max-width: 510px;
  font-weight: 600;
  margin-left: 516px;
  padding-top: 115px;
  position: relative;
  margin-bottom: 20px;
}

.directions__title::before {
  content: '';
  background-image: url('../images/before-elem.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -26px;
  bottom: 140px;
}

.directions__subtitle {
  max-width: 575px;
  font-size: 16px;
  line-height: 160%;
  margin-left: 520px;
  margin-bottom: 100px;
}

.directions__inner {
  display: flex;
  flex-wrap: wrap;
}

.directions__item {
  display: flex;
  width: 25%;
}
@media (max-width: 1024) {
  .directions__item {
    display: flex;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .directions__item {
    display: flex;
    width: 100%;
  }
}

.directions__item-bg {
  margin-left: 30px;
  width: 3px;
  height: 230px;
  background-color: #1806FC;
  margin-right: 25px;
  margin-bottom: 100px;
}

.directions__item-number {
  font-size: 75px;
  font-weight: 600;
  margin-top: -20px;
}

.directions__item-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 105px 80px 0;
  max-width: 140px;
  line-height: 140%;
  min-height: 50px;
}

.directions__item-subtitle {
  font-size: 14px;
  font-weight: 300;
  max-width: 130px;
  line-height: 160%;
}

.directions__item-subtitle2 {
  max-width: 180px;
}

.directions__item-arrow {
  content: '';
  background-image: url('../images/directions-icon.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 100px;
  right: 150px;
}

.directions__line {
  background-color: #1806FC;
  width: 1200px;
  height: 3px;
  margin: 0 auto 100px;
}



.choose {
  position: relative;
  margin-bottom: 100px;
}

.choose__img-wrapper {
  position: absolute;
  left: 50px;
  bottom: 0px;
}

.choose__title {
  margin-left: 112px;
}

.choose__title-two {
  margin-left: 376px;
  margin-bottom: 70px;
}

.choose__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin-left: 400px;
}

.choose__item {
  margin-left: 100px;
  margin-bottom: 120px;
}

.choose__item-mg {
  padding-right: 45px;
}

.choose__item-descr {
  font-weight: 600;
  font-size: 16px;
  color: #1806FC;
  line-height: 160%;
}

.choose__item-title {
  font-weight: 400;
  font-size: 96px;
}

.choose__item-text {
  font-size: 16px;
  font: 400px;
}

.choose__item-text__color {
  color: #1806FC;
}



.numbers {
  background-color: #17161C;
}

.numbers__wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 120px;
}

.numbers__wrapper-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 160%;
  max-width: 320px;
  padding-top: 70px;
}

.numbers__wrapper-title {
  color: #fff;
  text-align: right;
  max-width: 371px;
  position: relative;
}

.numbers__wrapper-title::before {
  content: "";
  background-image: url('../images/before-elem.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(270deg);
  left: -10px;
  bottom: 0px;
}

.numbers__wrapper-title::after {
  content: "";
  background-image: url('../images/before-elem.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(90deg);
  top: -20px;
}

.numbers__inner {
  display: flex;
  justify-content: space-around;
  padding-top: 150px;
}

.numbers__item-number {
  font-size: 100px;
  color: #fff;
  font-weight: 600;
}

.numbers__item-line {
  background-color: #1806FC;
  width: 300px;
  height: 3px;
}

.numbers__item-descr {
  font-size: 25px;
  font-weight: 300;
  line-height: 160%;
  max-width: 230px;
  color: #fff;
  padding: 40px 0 40px;
}



.sources {
  background-color: #17161C;
}

.sources__title {
  padding-top: 130px;
  color: #fff;
  margin-bottom: 70px;
  margin-left: 115px;
}

.sources__inner {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  max-width: 1146px;
  margin: 0 auto;
}

.sources__item-img {
  width: 78px;
  height: 78px;
  border: 0px solid transparent;
  border-radius: 18px;
  margin-right: 26px;
  margin-bottom: 26px;
}



.ticker {
  padding-top: 100px;
}

.ticker,
.ticker-two {
  overflow: hidden;
  position: relative;
  background-color: #17161C;
}

.ticker__wrapper {
  display: flex;
  margin-top: 100px;
}

.ticker__item {
  font-size: 115px;
  letter-spacing: 5px;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 50px;
  -webkit-animation: ticker 5s linear infinite;
          animation: ticker 5s linear infinite;
  color: #fff;
  line-height: 0.7;
}

.ticker__item2 {
  animation-direction: reverse;
}

.ticker__item span {
  position: relative;
}

.ticker__item span::before {
  content: '';
  position: absolute;
  background-image: url('../images/h1-left-before.svg');
  width: 24px;
  height: 104px;
  left: -30px;
  top: -5px;
}

.ticker__item span::after {
  content: '';
  position: absolute;
  background-image: url('../images/h1-right-after.svg');
  width: 24px;
  height: 104px;
  right: -20px;
  top: -5px;
}

@-webkit-keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes ticker-two {
  0% {
    left: 0;
  }
  100% {
    right: 900px;
  }
}

@keyframes ticker-two {
  0% {
    left: 0;
  }
  100% {
    right: 900px;
  }
}



.trusted {
  background-color: #17161C;
}

.trusted__title {
  color: #fff;
  padding-top: 200px;
  text-align: right;
  margin-right: 180px;
  margin-bottom: 70px;
  position: relative;
}

.trusted__title::after {
  content: "";
  position: absolute;
  background-image: url('../images/before-elem.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  right: -30px;
  bottom: 140px;
}

.trusted__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1130px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.trusted__item {
  background-color: #000;
  width: 205px;
  height: 135px;
  margin: 0 20px 20px 0;
}



.contact {
  background-color: #17161C;
  padding-bottom: 50px;
}

.contact__title,
.contact__title-two {
  color: #fff;
}

.contact__title {
  padding-top: 100px;
  margin-left: 266px;
}

.contact__title-two {
  margin-left: 546px;
}

.contact__inner {
  display: flex;
}

.contact__info {
  background-color: #1806FC;
  width: 50%;
  position: relative;
  margin-top: 60px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.contact__info-text {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 160%;
  width: 50%;
}

.contact__info-mail {
  color: #fff;
  width: 40%;
  text-align: right;
}

.contact__info-logo {
  width: 50%;
}

.contact__info-up {
  color: #fff;
  width: 40%;
  text-align: right;
}

.contact__info-up a {
  color: #fff;
}

.form {
  /* max-width: 463px; */
  margin-left: 87px;
  margin-top: 100px;
}

.form input {
  width: 463px;
  display: block;
  color: #8B8A8D;
  background-color: #17161C;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.form input::-webkit-input-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.form input::-moz-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.form input:-ms-input-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.form input::-ms-input-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.form input::placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.form textarea {
  width: 463px;
  background-color: #17161C;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  resize: none;
  color: #8B8A8D;
}

.form textarea::-webkit-input-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.form textarea::-moz-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.form textarea:-ms-input-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.form textarea::-ms-input-placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.form textarea::placeholder {
  font-family: 'Artegra Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.form button {
  display: block;
  background-color: #1806FC;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 160%;
  padding: 18px 93px;
  border: none;
  cursor: pointer;
}



.footer {
  background-color: #17161C;
}

.footer__inner {
  padding: 40px 0 40px 120px;
}

.footer__inner-item,
.footer__inner-mail {
  color: #fff;
  font-size: 16px;
  line-height: 180%;
}

.footer__inner-mail {
  text-decoration: none;
}

.header.fixed {
  position: fixed;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 1px 15px rgb(0 0 0 / 15%);
  z-index: 100;
  top: 0;
  padding-bottom: 20px;
  width: 100%;
  height: 50px;
}



@media (max-width: 1290px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  h1 {
    font-size: 64px;
    margin-bottom: 15px;
  }
  h1 span{
    position: relative;
  }
  h1 span::before {
    content: '';
    position: absolute;
    background-image: url('../images/h1-left-corner.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 61px;
    left: -25px;
  }
  h1 span::after {
    content: '';
    position: absolute;
    background-image: url('../images/h1-right-corner.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 61px;
    right: -15px;
  }
  .header__content-text {
    max-width: 450px;
  }
  .title {
    font-size: 50px;
    max-width: 400px;
    margin-left: 50px;
  }
  .directions__title::before {
    top: 90px;
  }
  .directions__subtitle {
    margin-left: 50px;
  }
  .directions__item-arrow {
    display: none;
  }
  .numbers__wrapper-title {
    max-width: 370px;
    text-align: left;
    margin: 0;
    padding: 0;
    order: 1;
    display: block;
  }
  .numbers__wrapper-title::before {
    display: none;
  }
  .numbers__wrapper-title::after {
    left: -30px;
    top: -15px;
    transform: rotate(360deg);
  }
  .numbers__wrapper-subtitle {
    padding-top: 0;
    order: 2;
  }
  .trusted__title {
    max-width: 500px;
  }
  .trusted__title::after {
    right: -30px;
    bottom: 40px;
  }
}


@media (max-width: 960px) {
  
  .menu__list {
    position: absolute;
    /* left: 0; */
    right: 0;
    background-color: #ccc;
    top: 0;
    display: block;
    text-align: center;
    background-color: #0D0E0F;
    transform: translateY(-200%);
    transition: all .5s;
    height: 100%;
    width: 30%;
    z-index: 1000;
  }
  .menu__list.menu__list--active {
    transform: translateY(0%);
  }
  ul.menu__list {
    padding: 90px 0 15px;
  }
  .menu__list-item + .menu__list-item {
    padding-left: 0;
  }
  .menu__list-link {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
  }
  .menu__btn {
    position: absolute;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    z-index: 1001;
    right: 20px;
  }
  .logo {
    position: relative;
    z-index: 2000;
  }
  .header__inner {
    align-items: center;
  }
  .header__btn {
    display: none;
  }
  .header__btn-tg {
    color: #000;
    margin-top: 300px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 25px; 
    z-index: 5000;
  }
  h1 {
    font-size: 115px;
  }
  h1 span::before {
    content: '';
    position: absolute;
    background-image: url('../images/h1-left-before.svg');
    width: 24px;
    height: 104px;
    left: -30px;
    top: -5px;
  }
  h1 span::after {
    content: '';
    position: absolute;
    background-image: url('../images/h1-right-after.svg');
    width: 24px;
    height: 104px;
    top: -5px;
    right: -20px;
  }
  .header__content-img {
    display: none;
  }
  .logo {
    display: none;
  }
  .header__content-right {
    margin: 0;
  }
  .header__content-wrapper {
    display: flex;
  }
  .header__content-right__logo {
    margin-top: 80px;
  }
  .header__content-text__par {
    height: 230px;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
  }
  .header__content-text__punkt {
    padding-top: 50px;
  }
  .directions__inner {
    margin-left: 150px;
  }
  .directions__line {
    display: none;
  }
  .choose__title {
    margin-top: 70px;
  }
  .choose__title-two {
    max-width: 450px;
    margin-bottom: 100px;
  }
  .choose__inner {
    margin-left: 50px;
  }
  .choose__img-wrapper {
    display: none;
  }
  .numbers__item-number {
    font-size: 70px;
  }
  .numbers__item-line {
    width: 200px;
  }
  .numbers__item-descr {
    font-size: 18px;
    padding: 20px 0 40px;
  }
  .sources__inner {
    max-width: 700px;
  }
  .sources__item-img {
    width: 50px;
    height: 50px;
  }
  .trusted__inner {
    margin-left: 100px;
    justify-content: center;
  }
  .trusted__title {
    text-align: left;
  }
  .trusted__title::after {
    bottom: -10px;
    left: -10px;
    transform: rotate(270deg);
  }
  .contact__inner {
    margin-top: 70px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
  }
  .contact__info {
    order: -1;
    height: 364px;
    margin: 0 auto;
    flex-direction: column;
  }
  .form {
    order: 1;
    margin: 20px auto 0;
  }
  .form input,
  .form textarea {
    margin: 0 auto 20px;
  }
}


@media (max-width: 778px) {

  h1 {
    font-size: 64px;
    margin-bottom: 15px;
  }
  h1 span{
    position: relative;
  }
  h1 span::before {
    content: '';
    position: absolute;
    background-image: url('../images/h1-left-corner.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 61px;
    left: -25px;
  }
  h1 span::after {
    content: '';
    position: absolute;
    background-image: url('../images/h1-right-corner.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 61px;
    right: -15px;
  }
  .header__content-text {
    font-size: 16px;
  }
  .header__content-text__par p {
    font-size: 14px;
    padding-left: 30px;
  }
  .directions__inner {
    margin: 0;
  }
  .choose__item-title {
    font-size: 70px;
  }
  .numbers__wrapper-title {
    margin-left: 30px;
  } 
  .sources__inner {
    max-width: 530px;
  }
  .trusted__inner {
    margin-left: 30px;    
  }
  .form input,
  .form textarea {
    width: 600px;
  }
  .footer__inner {
    text-align: center;
    padding-left: 0;
  }
  .contact__info-text {
    width: 100%;
  }
  .contact__info-mail {
    width: 100%;
    text-align: left;
  }
  .contact__info-up {
    width: 100%;
    text-align: left;
  }
}


@media (max-width: 580px) {
  .menu__list {
    width: 50%;
  }
  .logo {
    display: none;
  }
  .logo-small {
    display: none;
  }
  .header__content-img__580 {
    display: block;
  }
  .header__content-text__par {
    height: 290px;
  }
  .choose__inner {
    margin-left: 20px;
  }
  .choose__item {
    margin-left: 30px;
    margin-bottom: 80px;
  }
  .numbers__wrapper {
    display: block;
  }
  .numbers__wrapper-subtitle {
    padding-top: 20px;
    margin-left: 30px;
  }
  .numbers__inner {
    display: block;
    margin-left: 50px; 
    padding-top: 80px; 
  }
  .sources__inner {
    margin-left: 50px;
  }
  .trusted__title::after {
    bottom: 90px;
  }
  .trusted__inner {
    margin-left: 50px;
  }
  .contact__info {
    min-width: 300px;
  }
  .contact__info-text,
  .contact__info-logo {
    left: 50px;
  }
  .contact__info-text {
    top: 35px;
  }
  .form input,
  .form textarea {
    width: 400px;
  }
  .footer__inner p {
    font-size: 14px;
  }
}




@media (max-width: 440px) {
  .menu__list {
    width: 100%;
    height: 100vh;
  }
  ul.menu__list {
    padding: 90px 0 15px;
  }
  .logo-small-440 {
    display: block;
    padding-bottom: 40px;
  }
  .logo-small {
    display: none;
  }
  .header__btn-tg {
    margin-top: 200px;
  }
  h1 {
    font-size: 40px;
  }
  h1 span{
    position: relative;
    margin-left: 8px;
  }
  h1 span::before {
    content: '';
    position: absolute;
    background-image: url('../images/h1-left-corner-little.svg');
    background-repeat: no-repeat;
    width: 12px;
    height: 41px;
    left: -15px;
  }
  h1 span::after {
    content: '';
    position: absolute;
    background-image: url('../images/h1-right-corner-little.svg');
    background-repeat: no-repeat;
    width: 12px;
    height: 41px;
    right: -8px;
  }
  .header__content-img__580 {
    display: none;
  }
  .header__content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .header__content-btn {
    margin-bottom: 50px;
  }
  .header__content-text__par {
    height: 270px;
  }
  .header__content-text__punkt,
  .header__content-text__punkt2 {
    width: 280px;
  }
  .title {
    font-size: 38px;
    max-width: 300px;
    margin-left: 30px;
  }
  .directions__subtitle {
    max-width: 400px;
    margin-left: 30px;
  }
  .choose__item {
    width: 100%;
  }
  .choose__title-two {
    margin-bottom: 60px;
    max-width: 500px;
  }
  .choose__item-title {
    font-size: 54px;
  }
  .numbers__wrapper-title::after {
    background-image: url('../images/numbers-elem-corner.svg');
    width: 22px;
    height: 24px;
    left: -15px;
  }
  .sources__title {
    padding-top: 90px;
  }
  .sources__inner {
    max-width: 300px;
    margin-left: 70px;
  }
  .sources__item-img {
    width: 45px;
    height: 45px;
  }
  .trusted__title {
    width: 400px;
    text-align: left;
  }
  .trusted__title::after {
    background-image: url('../images/bottom-left-corner.svg');
    width: 22px;
    height: 24px;
    left: -15px;
    bottom: -10px;
    transform: rotate(270deg);
  }
  .trusted__inner {
    margin: 0;
  }
  .trusted__item {
    width: 138px;
    height: 90px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  .contact__info {
  }
  .contact__info-text,
  .contact__info-logo {
    left: 30px;
  }
  .contact__info-up {
    right: 35px;
  }
  .contact__info-up a {
    color: #fff;
  }
  .form input,
  .form textarea {
    width: 300px;
  }
  .form textarea {
    padding-bottom: 20px;
  }
}



.contact_logo {
  color: #fff;
}