@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a.purple {
  color: #359cff;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.header {
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: #fff;
  margin: 0 auto;
  top: 0;
  z-index: 20;
  flex-wrap: wrap;
}

.header__logo {
  display: flex;
  align-items: center;
}
.logo__img {
  background: url(/assets/images/logo-state.png) no-repeat 0 0/100%;
  width: 6rem;
  height: 5rem;
  margin-right: 1rem;
}
.header__menu {
  display: flex;
}
.header__menu a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
}

.header__phone {
  font-size: 2rem;
}
.header__mail {
  font-size: 1.5rem;
  text-align: right;
}
.header__phone a,
.header__mail a {
  text-decoration: none;
  color: #359cff;
}
.header__adress {
  text-align: right;
  color: #359cff;
}

.hero {
  text-align: center;
  position: relative;
  height: auto;
  /* background: #4f2f60;
  background: linear-gradient(180deg, #4f2f60, #ffffff); */
  background: url(/assets/images/operban.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(53, 157, 255, 0.3);
  top: 0;
  left: 0;
}


.hero h1 {
  margin: 50px 0 20px;
  font-size: 3em;
  line-height: 1.2;
  position: relative;
}
.hero .subtitle {
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  font-weight: 400;
  padding: 20px 0;
  display: flex;
  line-height: 1.2;
  position: relative;
}

.hero__form .form__title {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  position: relative;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form .form__item {
  margin: 15px;
}
.form .form__item input {
  border: 0;
  padding: 20px;
  font-size: 1.2rem;
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08),
    0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
}
.form .form__item input.submit {
  background: #359cff;
  color: #fff;
  border: 0;
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08),
    0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
}

.form__checkbox {
  font-size: 0.75rem;
  color: #000;
}
.hero__box {
  display: flex;
}

.hero__form {
  margin-top: 2rem;
}

.hero__form .form {
  justify-content: center;
  position: relative;
}
.hero__form .form .form__item:first-child {
  margin-left: 0;
}

.hero__content {
  padding: 2rem 2rem 2rem 2rem;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.gallery .text {
  font-size: 20px;
  text-align: left;
  padding: 0 2rem;
  max-width: 600px;
}

.gallery__row {
  display: flex;
  align-items: center;
}

.gallery__list {
  list-style: none;
  padding-left: 0;
}

.gallery__list li {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #359cff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.swiper img {
  width:400px;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}

.swiper .swiper-slide-lic img {
  object-fit: contain;
  height: 400px;
  width: 300px;
}

.stage__form p {
  text-align: center;
}

/* .hero__gallery {
  background: url(/assets/images/44.jpg) no-repeat 0 0/100%;
  height: 650px;
  width: 516px;
  max-width: 40%;
  border-radius: 0 0 10px 10px;
} */
@media only screen and (min-width: 37.5em) {
  .hero h1 {
    font-size: 50px;
  }
  .hero h1 span {
    font-size: 76px;
  }
  .hero h2 {
    width: 76%;
    font-size: 18px;
  }
}

.wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1120px;
}

.section {
  padding: 2rem 0;
}
.section__title {
  font-size: 2rem;
  color: #359cff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 2rem 0 4rem;
  position: relative;
  z-index: 2;
}
.section__intro {
  display: block;
  text-align: center;
  margin: 0 5% 30px;
}
.stage__item a {
    color: #359cff;
}

@media only screen and (min-width: 43.75em) {
  .section__intro {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.section--cta {
  color: #454545;
  background: #f1f1f1;
}

.section--cta ul {
  font-size: 1.5rem;
}
.section--cta ul li {
  margin-bottom: 1rem;
}

.stage__form .form__title {
  font-size: 2.5rem;
  text-align: center;
  color: #359cff;
}
.stage__form .form__checkbox {
  width: 100%;
  text-align: center;
}


.stage__item {
  font-size: 1.5rem;
  font-weight: 500;
}


.stage__item .stage__num {
  font-size: 2.5rem;
  color: #359cff;
}
.stage__form {
  margin-top: 2rem;
}
.box {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  align-items: center;
  background: #f9f9f9;
  padding: 35px 15px 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08),
    0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  position: relative;
}
.box .center {
  text-align: center;
}
.box .pricing__header {
  margin-top: 0.75rem;
}
.box .pricing__sum {
  margin-bottom: 1.5rem;
}

.box__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box__more {
  color: #ff4e5c;
}
.box__content {
  color: #454545;
  text-align: center;
  padding: 20px;
}
.box__content > i {
  color: #3b3b58;
}
.box__content:hover .box__more {
  color: #ff3545;
}
.box__content:hover .box__more i {
  padding-left: 4px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 43.75em) {
  .box {
    flex: 0 0 30%;
  }
}

.box__img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  border-radius: 50%;
}
.box__img1  {
  background: url(/assets/images/ch1.jpg) no-repeat 0 0 / cover;
}
.box__img2  {
  background: url(/assets/images/ch2.jpg) no-repeat 0 0 / cover;
}
.box__img3  {
  background: url(/assets/images/ch3.jpg) no-repeat 0 0 / cover;
}


.fix__str {
  padding: 0.5rem;
  background: #ff4e5c;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.fix__str a {
    color: #fff;
}

.btn {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding: 12px 18px;
  border-radius: 100px;
  background: #ff4e5c;
}
.btn:hover {
  background: #ff3545;
}

.footer {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(180deg, #2a2b2f, #000);
}
.footer p {
  opacity: 0.65;
}

.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: "";
  /* background: url(/assets/images/40.jpg) no-repeat 50% 39% / cover; */
  background: #359cff;
  height: 400px;
  left: 0;
  position: absolute;
  top: -4rem;
  width: 100%;
  z-index: 1;
}

.background__purple::after {
  background: #4f2f60;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.background .section__title {
  color: #fff;
}

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

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing__table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08),
    0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing__table {
    flex-direction: row;
    flex: 1 0 33%;
  }
  .pricing__table__el2 {
    flex: 1 33%;
  }
}

.pricing__plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
  text-align: center;
}

.pricing__plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing__plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing__plan:last-child {
    border-right: none;
  }
}

.pricing__header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.pricing__features {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 25px 0 25px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.pricing__features li {
  padding: 5px 15px;
  margin: 5px;
  background: #f9f9f9;
}

.pricing__features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 10px 0;
}

.pricing__features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing__button {
  border: 1px solid #4f2f60;
  border-radius: 10px;
  color: #4f2f60;
  display: inline-block;
  margin: 15px 0 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing__button:hover,
.pricing__button:focus {
  background-color: rgb(79, 47, 96);
  color: #fff;
}

.pricing__button.is-featured {
  background-color: #4f2f60;
  color: #fff;
}

.pricing__button.is-featured:hover,
.pricing__button.is-featured:active {
  background-color: #4f2f60;
}

.pricing__time,
.pricing__sum {
  line-height: 1.2;
  margin: 10px 0;
}
.pricing__sum {
  font-weight: 700;
  font-size: 1.5rem;
}

.pricing__plan:nth-child(3) .pricing__sum {
  font-size: 1.175rem;
}

.galley__items {
  max-width: 520px;
}

.galley__items img {
    width:500px;
}

.galley__items img{
  max-width: 100%;
  object-fit: contain;
}
.galley__items-mobile {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #4f2f60;
}

@media screen and (max-width: 768px) {
  .header {
    justify-content: center;
  }
  .hero__box {
    flex-wrap: wrap;
  }
  .hero__content {
    max-width: none;
    order: 1;
    padding: 1.5rem 1.5rem 0;
  }
  .hero__gallery {
    order: 0;
    max-width: none;
    width: 96%;
    margin: 0 auto;
    height: 450px;
    background-size: cover;
  }
  .header__mail {
    text-align: center;
  }

  .form .form__item {
    width: 100%;
    margin: 15px 0 !important;
  }
  .form .form__item input {
    width: 100%;
  }
  .header__logo {
    align-items: flex-end;
  }
  .header__phone {
    font-size: 1.5rem;
  }
  .hero h1 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .hero .subtitle {
    font-size: 1.35rem;
  }
  .hero__form .form__title {
    font-size: 2rem;
  }
  .form .form__item {
    margin: 7px;
  }
  .form .form__item input {
    font-size: 1rem;
    padding: 15px;
  }
  .hero__form {
    margin-top: 2rem;
  }
  .section__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .pricing__plan {
    padding: 0 0 2rem;
  }
  .pricing__sum {
    font-size: 1.25rem;
  }
  .pricing__button {
    margin-top: 5px;
  }
  .pricing__plan:not(:first-child) {
    margin-top: 1rem;
  }
  .pricing__plan:nth-child(3) .pricing__sum {
    font-size: 1.175rem;
  }
  .background {
    padding: 0 15px 15px;
  }

  .pricing__header {
    line-height: 1.2;
  }
  .stage__item,
  .section--cta ul {
    font-size: 1.25rem;
  }
  .section--cta ul {
    padding-left: 30px;
    padding-right: 5px;
  }
  .stage__item .stage__num {
    font-size: 2rem;
  }
  .stage__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stage__form .form__title {
    font-size: 2rem;
  }
  .stage__form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box {
    margin-bottom: 5rem;
  }
  .box:last-child {
    margin-bottom: 20px;
  }
  .box:first-child {
    margin-top: 4rem;
  }
  .gallery__row {
    flex-direction: column;
  }
  .galley__items-mobile {
    display: block;
  }
  .gallery .text {
    padding: 0 .5rem;
  }
}
.stage__container .section__title {
  margin-bottom: 2rem;
}

footer a {
  color: #fff;
}
