@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a {
  text-decoration: none;
  color: black;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

span:hover {
  cursor: default;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/*--------------------*/
body {
  font-family: Montserrat;
}
body._lock {
  overflow: hidden;
}

.menu__icon {
  display: none;
  z-index: 6;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-30px, 50px);
  width: 40px;
  height: 35px;
  cursor: pointer;
}
.menu__icon span, .menu__icon::before, .menu__icon::after {
  left: 0;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.menu__icon::before, .menu__icon::after {
  content: "";
}
.menu__icon::before {
  top: 0;
}
.menu__icon::after {
  bottom: 0;
}
.menu__icon span {
  top: 40%;
  transform: scale(1) translate(0, 50%);
}
.menu__icon._active span {
  transform: scale(0) translate(0, 50%);
}
.menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}

.burger__menu {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
  transform: translateY(-100%);
  transition-duration: 500ms;
}
.burger__menu a {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.burger__menu ul {
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.burger__menu._active {
  transform: translateY(0);
}

.header {
  padding: 50px 0 0;
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.header__row {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.header__navigation {
  width: 50%;
}
.header__navigation a {
  transition-duration: 500ms;
}
.header__navigation a:hover {
  color: #df453e;
}

.header__logo {
  padding-left: 20px;
  width: 30%;
}
.header__logo img {
  height: 35px;
}

.header__menu {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}

.menu__item {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #0a436b;
}

.button {
  width: 180px;
  height: 40px;
  background: #df453e;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
.button:hover {
  color: #df453e;
  background-color: #fff;
  border: 1px solid #df453e;
}

/* главное изображение страницы */
.firstjrscreen {
  background: url("../img/main.webp") 50% 50%/cover no-repeat;
  transform: translateY(-110px);
  position: relative;
  z-index: 0;
  padding: 200px 0 0;
}
.firstjrscreen p:first-child {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #df453e;
}
.firstjrscreen p:nth-child(3) {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 27px;
}

.contacts__body {
  background-color: #e5e5e5;
}

.contacts__firstjrscreen {
  position: relative;
  background: url("../img/main-contacts.webp") 50% 100%/cover no-repeat;
  transform: translateY(-110px);
  z-index: 0;
  padding: 220px 0 150px;
  text-align: center;
}
.contacts__firstjrscreen span {
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 17px;
}

.firstscreen__button {
  margin-bottom: 100px;
}

.firstjrscreen__row {
  bottom: 0;
  background-color: #fff;
  width: 83%;
  left: calc(50% - 450px);
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  transform: translateY(50%);
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.firstjrscreen__row p:first-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #0a436b;
}
.firstjrscreen__row p span {
  color: #df453e;
}

.firstjrscreen__item:last-child {
  padding: 30px;
}
.firstjrscreen__item:first-child {
  padding: 0 0 0 20px;
}

.firstjrscreen__phone {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0a436b;
  display: flex;
  align-items: center;
}
.firstjrscreen__phone:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  background: url("../img/phone.svg") 0 0/contain no-repeat;
}

.firstjrscreen__social {
  padding: 0 21px;
  position: relative;
  display: flex;
  align-items: center;
}
.firstjrscreen__social:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 400%;
  left: 0;
  background-color: #e4e7e7;
}
.firstjrscreen__social:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 400%;
  right: 0;
  background-color: #e4e7e7;
}

.social__item {
  margin: 0 9px;
  transition-duration: 500ms;
}
.likedin {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../img/likedin.svg") 0 0/contain no-repeat;
}
.likedin:hover {
  background: url("../img/likedin-active.svg") 0 0/contain no-repeat;
}

.instagram {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../img/instagram.svg") 0 0/contain no-repeat;
}
.instagram:hover {
  background: url("../img/instagram-active.svg") 0 0/contain no-repeat;
}

.twitter {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../img/twitter.svg") 0 0/contain no-repeat;
}
.twitter:hover {
  background: url("../img/twitter-active.svg") 0 0/contain no-repeat;
}

.firstjrscreen__row_button {
  background: #0a436b;
  color: #fff;
  padding: 11px 35px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  box-sizing: border-box;
}
.firstjrscreen__row_button:hover {
  color: #fff;
  background-color: #df453e;
}

.about {
  padding: 0 0 110px;
}

.about__row {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about__item {
  flex: 0 1 47%;
}
.about__item img {
  width: 100%;
}

.about__title {
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 40px;
}
.about__title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  bottom: 0;
  background-color: #df453e;
}

.title {
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
  color: #042a45;
}

.about__text p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.button-container {
  display: flex;
  justify-content: center;
}

.insurances {
  background-color: #eff2f2;
  text-align: center;
  padding: 75px 0 100px;
}
.insurances p {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 40px;
}

.insurances__title {
  position: relative;
  padding: 0 0 20px;
  max-width: 550px;
  margin: 0 auto 30px;
}
.insurances__title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 20px);
  background-color: #df453e;
}

.insurances__row {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.insurances__item {
  margin: 10px 25px 10px 25px;
  padding: 20px 30px 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 160px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
}
.insurances__item:hover {
  background-color: #fff;
}

.insurances__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.insurances__column .insurances__img {
  margin: 0 0 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}
.insurances__column img {
  width: 65%;
}
.insurances__column span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #0a436b;
}

.clients {
  padding: 90px 0 100px;
}

.clients__title {
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  max-width: 500px;
  margin: 0 auto;
}
.clients__title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 20px);
  background-color: #df453e;
}

.clients__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.clients__item {
  flex: 0 1 23%;
  margin: 33px 10px;
}

.clients__item_1 {
  background: url("../img/unitedhealthcare.svg") 50% 0/contain no-repeat;
  width: 221px;
  height: 45px;
}

.clients__item_2 {
  background: url("../img/aetna.svg") 50% 0/contain no-repeat;
  width: 125px;
  height: 32px;
}

.clients__item_3 {
  background: url("../img/humano.svg") 50% 0/contain no-repeat;
  width: 152px;
  height: 30px;
}

.clients__item_4 {
  background: url("../img/anthem.svg") 50% 0/contain no-repeat;
  width: 180px;
  height: 35px;
}

.clients__item_5 {
  background: url("../img/wellcare.svg") 50% 0/contain no-repeat;
  width: 177px;
  height: 30px;
}

.clients__item_6 {
  background: url("../img/accendo.svg") 50% 0/contain no-repeat;
  width: 196px;
  height: 30px;
}

.clients__item_7 {
  background: url("../img/mutualofomaha.svg") 50% 0/contain no-repeat;
  width: 86px;
  height: 65px;
}

.futures {
  padding: 90px 0 65px;
  background: linear-gradient(86.42deg, #042a45 0%, #299cf3 98.96%);
}

.futures__row {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.futures__item {
  flex: 1 1 25%;
  color: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  border-right: 1px solid #fff;
}
.futures__item:last-child {
  border-right: none;
}
.futures__item span {
  font-weight: 700;
}

.news {
  padding: 45px 0 140px;
  text-align: center;
  background-color: #eff2f2;
}
.news p {
  max-width: 450px;
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1b3e41;
}

.news__title {
  padding-bottom: 8px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.news__title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 20px);
  background-color: #df453e;
}

.news__slider {
  position: relative;
  z-index: 0;
  /* Стрелка влево */
  /* Стрелка вправо */
}
.news__slider .slider__item {
  background-color: #fff;
}
.news__slider .slider__item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.news__slider .slider__item:hover a {
  color: #0a436b;
}
.news__slider .slider__item:hover a:after {
  background: url("../img/more-active.svg") 0 0/contain no-repeat;
}
.news__slider .slider__item .news_img {
  height: 50%;
}
.news__slider .slider__item h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #1b3e41;
  margin: 0 0 20px;
}
.news__slider .slider__item a {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #df453e;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.news__slider .slider__item a:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 15px;
  background: url("../img/more.svg") 0 0/contain no-repeat;
  margin: 0 0 0 5px;
}
.news__slider .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 35px);
  font-size: 0;
  width: 70px;
  height: 12px;
}
.news__slider .slick-arrow.slick-prev {
  background: url("../img/arrow-grey.svg") 0 0/contain no-repeat;
  transform: translate(-55px, 55px);
}
.news__slider .slick-arrow.slick-prev:hover {
  background: url("../img/prev_active.svg") 0 0/contain no-repeat;
}
.news__slider .slick-arrow.slick-next {
  background: url("../img/next.svg") 0 0/contain no-repeat;
  transform: translate(55px, 55px);
}
.news__slider .slick-arrow.slick-next:hover {
  background: url("../img/arrow-orange.svg") 0 0/contain no-repeat;
}

.news__column {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 33px;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
  padding: 12px 0;
}

/* Лента слайдов */
.slick-track {
  display: flex;
  position: relative;
}

/* Слайд */
.slick-slide {
  flex: 1 1 32%;
  margin: 0 9px;
  background-color: #fff;
}
.slick-slide img {
  width: 100%;
  object-fit: cover;
  margin: 0 0 40px;
}

.trasted {
  padding: 80px 0 100px;
  background-color: #0a436b;
}
.trasted h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
  color: #ffffff;
}
.trasted p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.trasted__row {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trasted__item {
  flex: 0 1 48%;
}

.trasted__title {
  margin-bottom: 23px;
}

.trasted__form {
  display: flex;
  align-items: center;
}
.trasted__form input {
  width: 64%;
  height: 55px;
  background: #eff2f2;
  border: 1px solid #d4d9d9;
  text-align: center;
}
.trasted__form button {
  width: 35%;
  height: 55px;
  background: #df453e;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.trasted__form button:hover {
  color: #df453e;
  background-color: #fff;
  border: 1px solid #df453e;
}

.footer {
  padding: 50px 0;
  background-color: #272727;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.footer .social__item {
  display: inline-block;
  height: 18px;
  width: 18px;
}
.footer span {
  display: none;
}

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

.footer__blok_1 {
  width: 50%;
}
.footer__blok_1 span {
  display: inline;
}

.footer__item_1 {
  padding-bottom: 150px;
}

.footer__item_2 {
  margin-bottom: 10px;
}

.social__row {
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.social__row_1 {
  display: none;
  align-items: center;
}

.footer__instagram {
  background: url("../img/instagram-2.svg") 0 0/contain no-repeat;
}
.footer__instagram:hover {
  background: url("../img/instagram-2-active.svg") 0 0/contain no-repeat;
}

.footer__facebook {
  background: url("../img/facebook.svg") 0 0/contain no-repeat;
}
.footer__facebook:hover {
  background: url("../img/facebook-active.svg") 0 0/contain no-repeat;
}

.footer__twitter {
  background: url("../img/twitter-2.svg") 0 0/contain no-repeat;
}
.footer__twitter:hover {
  background: url("../img/twitter-2-active.svg") 0 0/contain no-repeat;
}

.footer__nav ul {
  font-size: 12px;
  line-height: 15px;
}
.footer__nav ul li {
  margin: 0 0 15px;
}
.footer__nav ul li:last-child {
  margin: 0;
}

.footer__blok_3 a {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 0 0 15px;
}
.footer__blok_3 a:last-child {
  margin: 0;
}

/* форма обратной связи*/
.feedback {
  background-color: #e5e5e5;
  padding: 0 0 100px;
}

.feedback__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback__img {
  width: 35%;
}

.feeedback__form {
  width: 60%;
}

.feedback__item p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 0 9px 15px;
}
.feedback__item img {
  width: 100%;
}

.contacts__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contacts__form input {
  margin: 5px;
  width: 48%;
  padding: 0 20px;
  display: block;
  border: 1px solid #eeeeee;
  background-color: #fff;
  height: 40px;
  box-sizing: border-box;
}
.contacts__form textarea {
  margin: 5px 5px 40px;
  padding: 12px 20px;
  width: 97.5%;
  height: 120px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  resize: none;
}
.contacts__form .input_container {
  display: flex;
  justify-content: space-between;
}
.contacts__form .button__container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 9px;
}

@media (max-width: 1000px) {
  .firstjrscreen__row {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .about {
    padding: 0 0 70px;
  }

  .about__row {
    flex-direction: column-reverse;
  }

  .about__item img {
    border-radius: 20px;
    margin: 0 0 50px;
  }

  .about__title {
    text-align: center;
    margin: 0 0 20px;
  }
  .about__title:before {
    left: calc(50% - 20px);
  }

  .about__text p {
    margin-bottom: 10px;
  }

  .about__button_container {
    display: flex;
    justify-content: center;
  }

  .feedback__row {
    flex-direction: column;
  }

  .contacts__firstjrscreen {
    padding: 165px 0 75px;
  }

  .feedback__img {
    width: 80%;
    margin: 0 0 40px;
    transform: translateY(-10%);
  }

  .feeedback__form {
    width: 100%;
  }
  .feeedback__form p {
    text-align: center;
  }
  .feeedback__form textarea {
    width: 97%;
  }
}
@media (max-width: 800px) {
  .header {
    padding: 50px 0 0;
  }
  .header button {
    display: none;
  }

  .header__logo {
    padding-left: 0;
  }

  .header__navigation {
    display: none;
  }

  .header__row {
    background: none;
    padding: 0;
  }

  .menu__icon {
    display: block;
  }

  .burger__menu {
    display: flex;
  }

  .firstjrscreen__row {
    flex-wrap: wrap;
    padding: 10px 0 0;
  }

  .firstjrscreen__item:last-child {
    padding: 10px 30px;
  }

  .firstjrscreen__social:before {
    display: none;
  }
  .firstjrscreen__social:after {
    display: none;
  }

  .insurances__row {
    flex-wrap: wrap;
  }

  .insurances__item {
    margin-bottom: 10px;
  }

  .insurances {
    padding: 40px 0 50px;
  }

  .about {
    padding: 0 0 30px;
  }

  .about__text {
    margin: 0 0 30px;
  }

  .clients {
    padding: 50px 0 65px;
  }

  .clients__item {
    flex: 0 1 30%;
  }

  .futures__item {
    padding: 10px;
  }

  .news__slider .slider__item h3 {
    font-size: 13px;
  }

  .trasted__row {
    flex-direction: column;
    align-items: inherit;
  }
  .trasted__row h2 {
    text-align: center;
  }
  .trasted__row .trasted__item {
    margin-bottom: 15px;
  }
  .trasted__row .trasted__item:last-child {
    margin-bottom: 0;
  }

  textarea {
    width: 97.5%;
  }
}
@media (max-width: 640px) {
  .futures__row {
    flex-direction: column;
  }

  .futures__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: none;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
  .futures__item:last-child {
    border-bottom: 0px solid #fff;
  }

  .futures {
    padding: 40px 0 35px;
  }

  textarea {
    width: 97.5%;
  }
}
@media (max-width: 500px) {
  .firstscreen__button {
    margin-bottom: 40px;
  }

  .clients__item {
    flex: 0 1 70%;
  }

  .about__item img {
    width: 100%;
    object-fit: cover;
  }

  .slick-slide {
    flex: 1 1 32%;
    margin: 0 1px;
    background-color: #fff;
  }

  .footer {
    padding: 20px 0 10px;
    text-align: center;
  }
  .footer span {
    display: inline;
  }

  .footer__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer__blok_1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 10px;
    flex-wrap: wrap;
  }
  .footer__blok_1 img {
    width: 60%;
  }
  .footer__blok_1 .social__row {
    align-items: center;
  }
  .footer__blok_1 .social__row span {
    display: none;
  }

  .social__row_1 {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
  }

  .footer__item {
    margin: 0 0 10px;
  }

  .footer__item_1 {
    padding-bottom: 0;
    width: 100%;
  }

  .footer__item_2,
.footer__item_3 {
    display: none;
  }

  .footer__blok_2,
.footer__blok_3 {
    margin: 0 10px 25px;
    letter-spacing: 2px;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .title {
    font-size: 25px;
    line-height: 33px;
  }

  .trasted h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .footer h4 {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .firstjrscreen__phone::before {
    content: "";
    display: none;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    background: url("../img/phone.svg") 0 0/contain no-repeat;
  }

  .firstjrscreen__item:first-child {
    padding: 0;
  }

  .contacts__form input {
    width: 47%;
  }

  .feeedback__form textarea {
    width: 96%;
  }

  .contacts__form input {
    width: 96%;
  }
}
@media (max-width: 390px) {
  .firstjrscreen__item {
    text-align: center;
    margin: 0 0 10px;
  }
}