body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.container {
  max-width: 1120px;
  width: 100%;

  margin: 0 auto;
  /* padding: 0 40px; */
}

#header {
  width: 100%;
  max-width: 1120px;


  margin: 0 auto;

  display: grid;
  grid-template-columns: 19% 62% 19%;
  align-items: center;

  padding-top: 30px;
}

nav {
  max-width: 632px;
  width: 100%;

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

nav a {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}

nav a:hover {
  color: rgb(1, 83, 141);
  transition: 0.22s;
}

nav a:hover:after {
  display: block;
  content: "";
  border-bottom: 3px solid rgb(1, 96, 163);
  margin-top: 5px;
}

.header__phone_number {
  width: 219px;
  height: 40px;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  cursor: pointer;
  transition: 0.3s;

  border: 1px solid #0278cd;
  box-sizing: border-box;
  border-radius: 20px;
}

.header__phone_number:hover {
  background: #0278cd;
}

.header__phone_number a {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0278cd;
  transition: 0.3s;
}

.header__phone_number:hover a {
  color: #fff;
}

.header__phone_number svg {
  margin-left: 20px;
}

.svg {
  fill: #0278cd;
  transition: 0.3s;
}

.header__phone_number:hover .svg {
  fill: #fff;
}

.header__phone_number a {
  font-family: Montserrat;
  margin-left: 10px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0278cd;
  width: 100%;
}

.burger {
  display: none;
}

.application {
  width: 100%;
  height: auto;

  margin-top: 30px;

  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}

.application_left_content {
  display: flex;
  flex-direction: column;
  width: 100%;

  margin-bottom: 30px;
}

.aplication__text {
  width: 100%;
  display: flex;
  flex-direction: column;

  margin-bottom: 40px;
}

.aplication__text .h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #333333;
  width: 100%;
}

.aplication__text p:nth-child(2) {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: #989898;
  width: 100%;
}

.aplication__text span {
  color: #0278CD;
}

.apps {
  display: flex;

  width: auto;
}

.apps img,
a {
  max-width: 196px;
  width: 100%;
  height: auto;

  object-fit: cover;
  border-radius: 30px;
}

.apps a:nth-child(1) {
  margin-right: 20px;
}

.application_frame {
  width: 100%;
}

.less_photo {
  display: none;
}

#benefits {
  display: flex;
  align-items: center;

  margin-top: 60px;
}

.benefits__items {
  border-radius: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);

  padding: 40px 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#benefits div:nth-child(2) {
  margin: 0 20px;
}

.benefits__items p:nth-child(3) {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #989898;
  width: 100%;
}

.benefits_heading {
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;

  margin-top: 20px;
  margin-bottom: 10px;
}

/* #slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    width: 100%;

    margin-top: 120px;
}
.slider__text {
width: 100%;
flex-direction: column;
}
.slider__text h1 {
width: 100%;
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 49px;
text-align: center;
color: #333333;
}
.slider__text p {
 width: 100%;
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #989898;
} */
#slider {
  max-width: 1120px;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;

  height: 760px;
  margin: 120px 0;
}

.slider__text {
  display: flex;
  flex-direction: column;

  width: 100%;
}

.slider__text h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #333333;

  margin-bottom: 10px;
}

.slider__text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #989898;
}


.slide1 {
  background: url("images/slide1.png");
  background-size: 117%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.22s;
  width: 185px;
  height: 400px;
}

.slide2 {
  background: url("images/second_step.PNG");
  background-size: 99%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.22s;
  width: 185px;
  height: 400px;
}

.container_slider_css {
  width: 1100px;
  overflow-x: hidden;
  height: 550px;
}

.container_slider_css .swiper-container {
  width: 100%;
  max-width: 1100px;
  margin: 41px auto 0 auto;
  height: 500px;
}

.container_slider_css .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 260px;
  height: 280px;
  object-fit: cover;


}

.container_slider_css .swiper-slide img {
  display: block;
  width: 100%;
}

.container_slider_css .swiper-slide.swiper-slide-active div {
  width: 222px;
  height: 480px;
  position: relative;
}

.container_slider_css .swiper-slide.swiper-slide-active div::before {
  content: url("images/Union.png");
  position: absolute;
  top: -11px;
  transition: 0.3s;
  left: -14px;
}

.container_slider_css .swiper-container {
  display: flex;
  width: 100%;
  max-width: 1120px;
  height: 500px;
}

.container_slider_css .swiper-slide {
  width: 222px;
  height: 480px;
}

.container_slider_css .swiper-wrapper {
  display: flex;
  align-items: center;
}

.slide3 {
  background: url("images/slide4.png");
  width: 185px;
  background-size: 119%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.22s;
}

.slide4 {
  background: url("images/slidefourth.png");
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.22s;
  width: 185px;
  height: 400px;
}

.slide5 {
  background: url("images/slide5.png");
  background-size: 119%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.22s;
  width: 185px;
  height: 400px;
}

#pagStep {
  font-family: 'Montserrat';
  color: #0278cd;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  max-width: 100px;
}

#pagText {
  font-family: 'Montserrat';
  text-align: center;
  padding-top: 0px;
  color: rgba(152, 152, 152, 1);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}

.pagination_text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 340px;
  height: 29px;
  margin: 85px auto 0 auto;
}

#questions {
  display: flex;
  flex-direction: column;
  margin: 120px auto 0 auto;
  align-items: center;
  position: relative;
}

#questions h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #333333;
}

#questions p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #989898;
  margin-top: 10px;
}

#questions label {
  position: relative;
  margin-top: 40px;
  width: 440px;
  height: 50px;
  margin-bottom: 130px;
}

#questions input {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  border-radius: 30px;
  width: 440px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 1);
  padding-left: 30px;
  font-weight: bold;
}

#questions label button {
  position: absolute;
  top: 4.5px;
  right: 5px;
  width: 131px;
  cursor: pointer;
  height: 40px;
  border-radius: 30px;
  background: rgba(2, 120, 205, 1);
  border: 1px solid rgba(2, 120, 205, 1);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

#questions label button:hover {
  transition: 0.3s;
  background: #fff;
  font-weight: 700;
  color: rgba(2, 120, 205, 1);
  border: 2px solid rgba(2, 120, 205, 1);
}

#questions:active,
input:focus {
  outline: none;
}

.flowers1 {
  position: absolute;
  bottom: 0;
  left: 136px;
  height: 130px;
}

.flowers2 {
  position: absolute;
  bottom: 0;
  right: 102px;
}

.footer_background {
  max-width: 100%;
  width: 100%;

  background: rgba(51, 51, 51, 1);
}

#footer {
  max-width: 1120px;
  width: 100%;

  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;

  display: flex;
  flex-direction: column;
}

.logotype {
  display: none;
}

.top__content {
  display: grid;
  grid-template-columns: 33% 17% 25% 25%;

  width: 100%;
}

.footer__logo {
  display: flex;
  flex-direction: column;
}

.footer__logo p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #989898;

  margin-top: 36px;
}

.footer__content1,
.footer__content2 {
  display: flex;
  flex-direction: column;
}

.footer__content1 a,
.footer__content2 a {
  text-align: center;
}

.footer_benefits {
  margin: 20px 0;
}

.footer__content2 a:nth-child(1) {
  margin-bottom: 20px;
}

.footer__content1 a,
.footer__content2 a {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #989898;
}

.footer__content1 a:hover,
.footer__content2 a:hover {
  color: #fff;
}

.footer_contacts {
  display: flex;
  flex-direction: column;
}

.footer_contacts div:nth-child(1) {
  margin-bottom: 20px;
}

.contacts_items {
  display: flex;

  width: 100%;
}

.contacts_items a {
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #989898;
  margin-left: 20px;
}

.contacts_items a:hover {
  color: #fff;
}

.bottom__content {
  margin-top: 100px;
  width: 100%;

  text-align: center;
}

.license {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #989898;
}

#responses {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 120px;
}

.responses__text {
  margin-bottom: 40px;
}

.responses__text h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #333333;
}

.feedbacks_divs {
  max-width: 100%;
}
nav a {
  width: unset !important;
}

.mySwiper {
  max-width: 1240px;
  width: 100%;
  overflow-x: hidden;
}

.feedbacks_users {
  display: flex;
}

.feedbacks_items_img {
  margin-right: 10px;
}

.feedbacks_items_text {
  margin-top: 10px;
}

.feedbacks_items_text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #989898;
}

.feedbacks_items {
  height: 230px;
  border-radius: 20px;
  border: 1px solid rgba(152, 152, 152, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px 20px;
}

.mySwiper .swiper-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  height: 210px;
  margin-bottom: 20px;
}

.items__profile {
  display: flex;

  max-width: 180px;
  width: 100%;
}

.items__profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.feedbacks_items_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feedbacks_items_img.fir {
  background-image: url("images/me.jpg");
}

.feedbacks_items_img.sec {
  background-image: url("images/aslan.jpg");
}

.feedbacks_items_img.thir {
  background-image: url("images/ars.jpg");
}

.feedbacks_items_img.four {
  background-image: url("images/gulzhan.jpg");
}

.feedbacks_items_img.five {
  background-image: url("images/beyba.jpg");
}

.feedbacks_items_grade {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.profile__rating {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.profile__rating p {
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.stars {
  width: 108px !important;
  height: 20px !important;
  border-radius: 0 !important;
}

.responses_text {
  margin-top: 10px;
  max-width: 320px;
  width: 100%;
}

.responses_text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #989898;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  display: none;
}

.swiper-button-prev::after {
  font-size: 30px;
  margin-left: 5px;
  content: "";
  display: none;
}

.swiper-button-next::after {
  font-size: 30px;
  margin-left: 5px;
  content: "";
  display: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
  margin-top: 40px;
}

.application_questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.application_questions p {
  margin-bottom: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #989898;
}

.application_questions label {
  width: 100%;

  display: flex;
  flex-direction: column;

  padding: 12px 16px;
  border-radius: 6px;

  border: 1px solid #333333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  color: #989898;
}

.application_questions input {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: black;

  outline: none;
  margin-top: 6px;
}

.application-labels {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 20px;
}
.application-labels label:nth-child(1) {
  margin-bottom: 10px;
}
.application-button {
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: #0278cd;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  border: unset;
  color: white;
}

.application_questions label button:hover {
  transition: 0.3s;
  background: #fff;
  font-weight: 700;
  color: rgba(2, 120, 205, 1);
  border: 2px solid rgba(2, 120, 205, 1);
}

.application_questions:active,
input:focus {
  outline: none;
}

.application_questions label button {
  position: absolute;
  top: 4.5px;
  right: 5px;
  width: 131px;
  cursor: pointer;
  height: 40px;
  border-radius: 30px;
  background: rgba(2, 120, 205, 1);
  border: 1px solid rgba(2, 120, 205, 1);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.popup {
  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(4px);

  position: fixed;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 999;

  margin: 0 auto;

  display: none;
  align-items: center;
  justify-content: center;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;

  padding: 59px 26px 50px 27px;


  border-radius: 5px;

  max-width: 480px;
  width: 100%;

  background: #fff;
}

.popup-content h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #1D1E27;
  margin: 36px 0 16px;
}

.popup-content p {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #676767;
}

.close {
  position: absolute;
  top: 20px;
  right: 26px;

  cursor: pointer;
}

@media only screen and (max-width: 1150px) {
  .container {
    padding: 0 40px;
    margin: 0 auto;
  }

  #header {
    padding: 30px 40px 0;
  }

  nav a {
    font-size: 15px;
    line-height: 18px;
  }

  .header__phone_number {
    font-size: 15px;
  }

  .big_photo {
    width: 500px;
  }

  #questions h1 {
    text-align: center;
  }

  #questions p {
    text-align: center;
  }

  .container_slider_css {
    max-width: 100%;
    width: 100%;
  }

  #footer {
    padding: 60px 40px 80px 40px;
  }
}

@media only screen and (max-width: 940px) {
  .application {
    margin-top: 40px !important;
  }

  .aplication__text .h1 {
    text-align: center;
  }

  .aplication__text p:nth-child(2) {
    text-align: center;
  }

  #header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    padding: 0 16px;
  }

  .burger {
    display: inline;
  }

  .burger-menu {
    width: 100%;
    max-width: 375px;
    height: 100vh;
    background: #333;
    display: block;
  }

  .burger-menu {
    gap: 20px;
    width: 267px;
    display: flex;
    padding-top: 120px;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #fff;
  }

  .burger-menu a {
    width: 149px;
    height: 22px;
    justify-content: left;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    flex: none;
    flex-grow: 0;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0278cd;
  }

  .burger-menu a:hover {
    color: #0278cd;
    transition: 0.22s;
  }

  .burger-menu a:hover:after {
    display: block;
    content: "";
    border-bottom: 2px solid #0278cd;
    margin-top: 3px;
  }

  .burger-links {
    width: 149px;
    height: 22px;
    justify-content: left;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    flex: none;
    flex-grow: 0;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0278cd;
  }

  nav {
    display: none;
  }

  .header__phone_number {
    display: none;
  }

  .footer__logo {
    align-items: center;

    margin-bottom: 40px;
  }

  .top__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__content1 {
    margin-bottom: 20px;
    align-items: center;
  }

  .footer__content2 {
    margin-bottom: 40px;
  }

  .bottom__content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .application {
    display: block;
    margin: 0 auto;
  }

  .application_left_content {
    text-align: left;
  }

  .aplication__text .h1 {
    font-size: 35px;
  }

  .application_frame {
    padding-left: 10%;
  }

  .apps {
    margin: 0 auto;
  }

  #benefits {
    flex-direction: column;
  }

  #benefits div:nth-child(2) {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 616px) {
  .apps {
    flex-direction: column;
  }

  .apps a:nth-child(1) {
    margin: 0 0 20px 0;
  }

  .application_frame {
    padding: 0;
  }

  .big_photo {
    display: none;
  }

  .less_photo {
    display: block;
    margin-top: 40px;
    width: 100%;
    margin: 0 auto;
  }

  .slider__text h1,
  .responses__text h1,
  #questions h1 {
    font-size: 30px;
  }

  .slider__text p {
    font-size: 14px;
  }

  #questions p {
    font-size: 15px;
  }

  .flowers1 {
    left: 20px;
  }

  .flowers2 {
    right: 27px;
  }
}

@media only screen and (max-width: 479px) {

  #questions label,
  .application_questions label {
    max-width: 100%;
    width: 100%;
  }

  #questions input,
  .application_questions input {
    max-width: 100%;
    width: 100%;
  }

  .popup-content {
    max-width: 360px;
    padding: 24px;
  }
}

@media only screen and (max-width: 437px) {

  #questions input,
  .application_questions input {
    max-width: 343px;
  }

  #questions label,
  .application_questions label {
    max-width: 343px;
  }
}