@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #FEFEFE;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #272D4E;
  font-size: 18px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 1112px) {
  ._container {
    max-width: 970px;
    padding: 0 10px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

/* Стили для подложки */
.overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  -webkit-transition: .3s all;
  transition: .3s all;
}

/* Стили для модальных окон */
.modal {
  /* Скрываем окна  */
  opacity: 0;
  visibility: hidden;
  /*  Установаем ширину окна  */
  width: 100%;
  max-width: 500px;
  /*  Центрируем и задаем z-index */
  position: fixed;
  top: 45%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 30;
  /* Должен быть выше чем у подложки*/
  border-radius: 6px;
  /*  Побочные стили   */
  -webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 50px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

@media (max-width: 850px) {
  .modal {
    padding: 30px;
    left: 50%;
    top: 50%;
  }
}

/* Стили для заголовка */
.modal__title {
  font-weight: 500;
  font-size: 32px;
}

/* Стили для активных классов подложки и окна */
.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Стили для кнопки закрытия */
.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #444;
  cursor: pointer;
}

.modal__title {
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 61, 89, 0.9);
  display: inline;
  font-size: 34px;
  font-weight: 700;
  line-height: 53px;
  text-align: center;
}

.modal__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: initial;
  margin-top: 15px;
}

.modal__text span {
  color: #E73951;
}

.modal-soc {
  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;
  padding: 5px 0px;
}

.modal-soc i {
  padding: 0px 5px 0px 0px;
}

.modal-soc p {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #9b2204;
}

/* Слайдер */
.slider {
  position: relative;
}

.slider__item {
  width: 80%;
}

.slider__item img {
  max-width: 100%;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/sl-arrow_l.svg") 0 0/100% no-repeat;
  color: grey;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/sl-arrow_r.svg") 0 0/100% no-repeat;
  fill: grey;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  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;
}


.header {
  background: url("../img/bacground.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

@media (max-width: 850px) {
  .header {
    background: url("../img/bacground (2).png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media (max-width: 500px) {
  .header {
    background: url("../img/bacground (3).png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.header__flexcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 40px;
}

@media (max-width: 850px) {
  .header__flexcont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}

.header__logo {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 600;
  line-height: 17px;
  color: #272D4E;
  border: 4px solid #272D4E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header__logo:hover {
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: #272D4E;
  color: #FEFEFE;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu > a {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  color: #272D4E;
  margin-right: 35px;
}

.header__menu > a:last-child {
  margin-right: 0;
}

.header__menu > a li {
  list-style: none;
}

.header__btn {
  color: #FEFEFE;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header__btn:hover {
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: #FEFEFE;
  color: #E73951;
  border-radius: 4px;
}

.header__btn p {
  border: 2px solid #FEFEFE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 12px;
}

.header__btn-mobile {
  display: none;
}

@media (max-width: 850px) {
  .header__btn-mobile {
    display: block;
    color: #FEFEFE;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 30px;
  }
}

@media (max-width: 850px) and (max-width: 350px) {
  .header__btn-mobile {
    font-size: 25px;
  }
}

@media (max-width: 850px) {
  .header__btn-mobile:target {
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #FEFEFE;
    color: #E73951;
    border-radius: 4px;
  }
  .header__btn-mobile p {
    border: 2px solid #FEFEFE;
    padding: 7px 12px;
  }
}

a.menu-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  color: #272D4E;
  margin-right: 35px;
  position: relative;
  -webkit-transition: color 0.8s, text-shadow 0.8s;
  transition: color 0.8s, text-shadow 0.8s;
  /* для плавного изменения цвета и тени(свечения) ссылки */
}

a.menu-link:after {
  content: '';
  display: block;
  position: absolute;
  /* позиционируем относительно ссылки */
  bottom: -20%;
  background: linear-gradient(229.67deg, rgba(253, 153, 67, 0.9) 19.35%, rgba(255, 61, 89, 0.9) 79.75%);
  height: 20%;
  /* высота относительно высоты ссылки */
  width: 0%;
  /* изначально ширина полосы подчеркивания равна 0% */
  z-index: -1;
  /* ставим полосу подчеркивания позади текста ссылки */
  -webkit-transition: width 0.8s, opacity 0.8s, -webkit-box-shadow 0.8s;
  transition: width 0.8s, opacity 0.8s, -webkit-box-shadow 0.8s;
  transition: width 0.8s, opacity 0.8s, box-shadow 0.8s;
  transition: width 0.8s, opacity 0.8s, box-shadow 0.8s, -webkit-box-shadow 0.8s;
  /* для плавного изменения ширины, прозрачности, тени(свечения) */
  border-radius: 100px;
  opacity: 0;
  /* изначально полоса полностью прозрачна */
}

a.menu-link:hover {
  color: #f4a261;
}

/* При наведении на ссылку, псевдоэлемент :after становится непрозрачным и шириной 100% относительно текста ссылки*/
a.menu-link:hover:after {
  width: 100%;
  opacity: 1;
}

/* Underline C */
/* В третьем случае :after центрируем */
a.menu-link-item:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .header__menu,
  .header__connection-me {
    display: none;
  }
}

.header__menu-burger {
  display: none;
}

.section-2__grid-item p {
  font-size: 24px;
}

.header__menu-burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.header__menu-burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}

.header__menu-burger.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header__menu.active {
  top: 0;
  z-index: 1;
}

@media (max-width: 850px) {
  /*Меню адаптив*/
  body.lock {
    overflow: hidden;
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(128.95deg, #FD9943 21.39%, #FF3D59 87.37%), #C4C4C4;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
  }
  .header__menu > a {
    padding: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 25px;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
  }
  .header__menu > a:hover {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    color: #f4e2e2;
  }
  .header__menu.active {
    top: 0;
  }
  .header__menu-burger {
    display: block;
    z-index: 5;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .header__menu-burger span, .header__menu-burger:before, .header__menu-burger:after {
    left: 0;
    position: absolute;
    height: 13%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #FEFEFE;
  }
  .header__menu-burger:before, .header__menu-burger:after {
    content: '';
  }
  .header__menu-burger:before {
    top: 0;
  }
  .header__menu-burger:after {
    bottom: 0;
  }
  .header__menu-burger span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
}

.main-title {
  font-weight: 500;
  -webkit-transform: translate(0px, 50%);
          transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.main-title > span {
  font-weight: 600;
}

.main-title._active {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.section-1_flex-item-1 {
  margin-top: 50px;
  font-size: 39px;
  line-height: 43px;
}

@media (max-width: 850px) {
  .section-1_flex-item-1 {
    font-size: 32px;
  }
}

@media (max-width: 550px) {
  .section-1_flex-item-1 {
    font-size: 28px;
  }
}

.section-1__flexcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer {
  background: linear-gradient(128.95deg, #FD9943 21.39%, #FF3D59 87.37%), #C4C4C4;
  margin: 70px 0 0 0;
}

.footer__logo {
  display: inline-block;
}

.footer__flexcont {
  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;
  padding: 70px 0 50px 0;
}

@media (max-width: 900px) {
  .footer__flexcont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 70px;
  }
}

@media (max-width: 467px) {
  .footer__flexcont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.footer__title {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  line-height: 50px;
}

.footer__nav li {
  list-style: none;
  color: #fff;
}

.footer__nav li a {
  color: inherit;
  line-height: 30px;
}

.footer__svyz p {
  color: #fff;
}

.footer__svyz p a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #f9c7c7;
  line-height: 30px;
}

.footer__svyz p a:hover {
  color: #666;
}

.footer__btn {
  color: #FEFEFE;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer__btn:hover {
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: #FEFEFE;
  color: #E73951;
  border-radius: 4px;
}

.footer__btn p {
  border: 2px solid #FEFEFE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 12px;
}

body::-webkit-scrollbar {
  width: 10px;
  /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background: #fff;
  /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background-color: #da1b60;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}

.top-resons {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  text-align: center;
  margin-top: 70px;
}

.top-resons span {
  font-weight: 700;
}

@media (max-width: 850px) {
  .top-resons {
    font-size: 28px;
  }
}

.section-2__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 70px;
}

@media (max-width: 797px) {
  .section-2__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.section-2__grid-item {
  border-radius: 7px;
  font-family: 'Montserrat Alternates', sans-serif;
  padding: 15px;
  font-size: 30px;
  background: #e9ebea;
  color: #666;
  text-align: initial;
}

@media (max-width: 450px) {
  .section-2__grid-item p {
    font-size: 22px;
  }
}

.grid-1,
.grid-3 {
  position: relative;
  right: 50%;
  opacity: 0;
}

.grid-1._active,
.grid-3._active {
  right: 0;
  opacity: 1;
}

.grid-2,
.grid-4 {
  position: relative;
  right: -50%;
  opacity: 0;
}

.grid-2._active,
.grid-4._active {
  right: 0;
  opacity: 1;
}

.grid-1,
.grid-2 {
  -webkit-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}

.grid-3,
.grid-4 {
  -webkit-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}

.section-3__title {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  text-align: center;
  margin: 70px 0 70px 0;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.section-3__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #ff8a00;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: linear-gradient(to right, #ff8a00, #da1b60);
}

.section-3__title:hover {
  color: #f4a261;
}

.section-3__flexcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px 0px;
}

@media (max-width: 850px) {
  .section-3__flexcont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-3__flex-item {
  max-width: 400px;
}

.section-3__picture {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.section-3__picture:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-3__picture img {
  max-width: 100%;
  border-radius: 6px;
}

.section-3__box-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

.section-3__box-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0px;
}

.section-3__box-pubdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-3__box-pubdata img {
  margin-right: 10px;
}

.section-3__box-pubdata p {
  font-size: 16px;
}

.section-3__box-button {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border: 2px solid #666;
  border-radius: 4px;
  padding: 5px;
}

.section-3__box-button a {
  color: #666;
}

@media (max-width: 450px) {
  .section-3__box-button a {
    font-size: 16px;
  }
}

.section-3__box-button:hover {
  background-color: #666;
}

.section-3__box-button:hover a {
  color: #fff;
}

.section-3__box-text {
  font-size: 16.1px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
}

.section-3__flex-item-1,
.section-3__flex-item-2 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
}

.section-3__flex-item-1._active,
.section-3__flex-item-2._active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.section-3__flex-item-3
.section-3__flex-item-4 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
  opacity: 0;
}

.section-3__flex-item-3
.section-3__flex-item-4._active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.section-3__flex-item-5,
.section-3__flex-item-6 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
  opacity: 0;
}

.section-3__flex-item-5._active,
.section-3__flex-item-6._active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.close {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
