@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: unset;
  outline: none;
}

img {
  width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.container {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-btn {
  display: block;
  background-color: #ea3131;
  font-size: 13px;
  border-radius: 7px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 10px;
}

.form-block {
  background-color: #1b222d;
  padding: 20px;
  border-radius: 20px;
  max-width: 320px;
}
.form-block .form-title {
  color: white;
  font-size: 37px;
  font-weight: 100;
  margin-bottom: 5px;
  font-family: "Bebas Neue", sans-serif;
}
.form-block .form-title b {
  font-weight: 700;
}
.form-block .form-subtitle {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
.form-block form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-block form input {
  color: rgb(0, 0, 0);
  border: unset;
  background-color: white;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
}
.form-block form .main-btn {
  font-size: 14px;
  padding: 15px 10px;
  border: none;
}
.form-block .form-block-text {
  color: white;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 15px;
}
.form-block .form-block-text a {
  color: #ff8562;
  text-decoration: underline;
}

.slick-dots li button:before {
  color: #1c00b6;
  font-size: 10px;
}

.intro {
  background: url(../images/intro-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 70px;
}
.intro::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2;
}
.intro .header {
  position: relative;
  z-index: 3;
  top: 20px;
}
.intro .header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-radius: 20px;
  background: white;
}
.intro .header .container .header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.intro .header .container .header-left .logo {
  display: block;
  max-width: 160px;
}
.intro .header .container .header-left .navigation ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: -12px;
}
.intro .header .container .header-left .navigation ul li a {
  color: #121316;
  font-size: 14px;
}
.intro .header .container .header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.intro .header .container .header-right .contacts {
  display: flex;
  align-items: center;
  gap: 35px;
}
.intro .header .container .header-right .contacts .contact-mail {
  display: flex;
  align-items: center;
  margin-top: -12px;
}
.intro .header .container .header-right .contacts .contact-mail a {
  color: #121316;
  font-size: 14px;
}
.intro .header .container .header-right .contacts .contact-phone .phone-wrap {
  display: flex;
  align-items: center;
}
.intro .header .container .header-right .contacts .contact-phone .phone-wrap a {
  color: #121316;
  font-size: 16px;
  font-weight: 600;
}
.intro .header .container .header-right .contacts .contact-phone span {
  display: block;
  color: rgb(138, 141, 145);
  font-size: 12px;
  text-align: right;
}
.intro .header .container .header-right .main-btn {
  min-width: 130px;
}
.intro .intro-content {
  position: relative;
  z-index: 3;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 25px;
}
.intro .intro-content .intro-content-left {
  background: rgba(255, 255, 255, 0.5098039216);
  padding: 10px;
  border-radius: 20px;
  max-width: 550px;
}
.intro .intro-content .intro-content-left .intro-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 54px;
  color: #000;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.intro .intro-content .intro-content-left .intro-title span {
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 45px;
  background: #1c00b6;
  color: white;
}
.intro .intro-content .intro-content-left .mob-form {
  display: none;
}
.intro .intro-content .intro-content-left .subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  line-height: 1.1;
}
.intro .intro-content .intro-content-left .subtitle b {
  color: #1c00b6;
}
.intro .intro-content .intro-content-left .intro-text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
}
.intro .intro-content .intro-content-left .intro-text span {
  color: #1c00b6;
}
.intro .intro-content .intro-content-left .intro-text b {
  font-weight: 700;
}
.intro .intro-content .intro-content-left .cta-block {
  font-size: 18px;
  border-width: 1px;
  border-radius: 20px;
  background-color: #ffffff;
  border-color: #d8d8d8;
  border-style: solid;
  text-align: center;
  padding: 20px;
  line-height: 1.3;
}
.intro .intro-content .intro-content-left .cta-block b {
  font-weight: 700;
}
.intro .intro-content .intro-content-left .cta-block a {
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}
.intro .intro-content .intro-content-right img {
  display: none;
}

@media only screen and (max-width: 1070px) {
  .intro .header .container .header-right .contacts {
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }
  .intro .header .container .header-right .contacts .contact-mail {
    margin-top: 0;
  }
}
@media only screen and (max-width: 880px) {
  .intro {
    background: url(../images/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .intro::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
  }
  .intro .header .container {
    gap: 15px;
  }
  .intro .header .container .header-left .navigation {
    display: none;
  }
  .intro .header .container .header-right {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 5px;
  }
  .intro .header .container .header-right .contacts .contact-mail {
    display: none;
  }
  .intro .header .container .header-right .contacts .contact-phone .phone-wrap {
    white-space: nowrap;
  }
  .intro .header .container .header-right .contacts .contact-phone .phone-wrap a {
    color: #121316;
    font-size: 16px;
    font-weight: 600;
  }
  .intro .intro-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 567px) {
  .intro {
    background: white;
  }
  .intro::after {
    display: none;
  }
  .intro .intro-content {
    margin-top: 40px;
  }
  .intro .intro-content .intro-content-left .intro-title {
    font-size: 40px;
    align-items: center;
  }
  .intro .intro-content .intro-content-left .intro-title span {
    font-size: 30px;
    text-align: center;
  }
  .intro .intro-content .intro-content-left .mob-form {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: unset;
  }
  .intro .intro-content .intro-content-left .subtitle {
    font-size: 18px;
  }
  .intro .intro-content .intro-content-left .intro-text {
    font-size: 18px;
  }
  .intro .intro-content .intro-content-left .cta-block {
    font-size: 16px;
    padding: 20px 10px;
  }
  .intro .intro-content .intro-content-right img {
    display: block;
    border-radius: 10px;
  }
  .intro .intro-content .intro-content-right .form-block {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .intro .intro-content .intro-content-left .intro-title {
    font-size: 35px;
  }
  .intro .intro-content .intro-content-left .intro-title span {
    font-size: 28px;
  }
}
.steps {
  background: #151C24;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
  z-index: 5;
}
.steps .container .steps-title {
  font-size: 62px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: white;
  margin-bottom: 70px;
}
.steps .container .steps-title span {
  display: inline-block;
  background: #1c00b6;
  padding: 10px 15px;
  color: white;
  border-radius: 15px;
}
.steps .container .steps-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.steps .container .steps-list .steps-item {
  position: relative;
  background-color: #e0e0e0;
  border-radius: 15px;
}
.steps .container .steps-list .steps-item .num {
  position: absolute;
  top: -35px;
  width: 65px;
  height: 65px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid white;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #1c00b6;
}
.steps .container .steps-list .steps-item img {
  max-width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
  padding-top: 35px;
}
.steps .container .steps-list .steps-item p {
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}
.steps .container .steps-list .steps-item p b {
  font-weight: 700;
}
.steps .container .steps-list .steps-item:nth-child(odd) {
  background-color: #1c00b6;
}
.steps .container .steps-list .steps-item:nth-child(odd) .num {
  background-color: #1c00b6;
  color: white;
}
.steps .container .steps-list .steps-item:nth-child(odd) p {
  color: white;
}

@media only screen and (max-width: 880px) {
  .steps {
    padding: 60px 0;
  }
  .steps .container .steps-title {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .steps .container .steps-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: unset;
    grid-column-gap: 15px;
    grid-row-gap: 45px;
  }
}
@media only screen and (max-width: 567px) {
  .steps {
    padding: 60px 0;
  }
  .steps .container .steps-title {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .steps .container .steps-list {
    grid-template-columns: 1fr;
    grid-row-gap: 55px;
  }
  .steps .container .steps-list .steps-item {
    position: relative;
    background-color: #e0e0e0;
    border-radius: 15px;
  }
  .steps .container .steps-list .steps-item .num {
    position: absolute;
    top: -35px;
    width: 65px;
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid white;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    color: #1c00b6;
  }
  .steps .container .steps-list .steps-item img {
    max-width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
    padding-top: 35px;
  }
  .steps .container .steps-list .steps-item p {
    padding: 10px;
    text-align: center;
    line-height: 1.2;
  }
  .steps .container .steps-list .steps-item p b {
    font-weight: 700;
  }
  .steps .container .steps-list .steps-item:nth-child(odd) {
    background-color: #1c00b6;
  }
  .steps .container .steps-list .steps-item:nth-child(odd) .num {
    background-color: #1c00b6;
    color: white;
  }
  .steps .container .steps-list .steps-item:nth-child(odd) p {
    color: white;
  }
}
.about {
  padding: 60px 0;
}
.about .container .about-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.about .container .about-title-wrap .about-title {
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 62px;
  font-weight: 700;
  background: #1c00b6;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}
.about .container .about-title-wrap p {
  color: black;
  text-align: center;
  max-width: 400px;
  font-size: 20px;
  line-height: 1.2;
}
.about .container .about-title-wrap p span {
  color: rgb(138, 141, 145);
}
.about .container .about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}
.about .container .about-list .about-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-width: 1px;
  border-radius: 15px;
  background-color: #f1f1f1;
  border-color: #d8d8d8;
  border-style: solid;
  justify-content: space-around;
}
.about .container .about-list .about-item img {
  max-width: 170px;
}
.about .container .about-list .about-item .about-item-content {
  padding: 5px;
}
.about .container .about-list .about-item .about-item-content h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  margin-bottom: 7px;
  font-weight: 700;
  color: #1c00b6;
}
.about .container .about-list .about-item .about-item-content p {
  font-size: 20px;
  font-weight: 400;
  color: #062d60;
}
.about .container .about-list .blue {
  background-color: #1c00b6;
}
.about .container .about-list .blue .about-item-content h3 {
  color: white;
}
.about .container .about-list .blue .about-item-content p {
  color: white;
}
.about .container .about-text {
  font-style: italic;
  color: gray;
  text-align: right;
  line-height: 1.1;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
  .about .container .about-title-wrap {
    margin-bottom: 40px;
  }
  .about .container .about-title-wrap .about-title {
    font-size: 40px;
  }
  .about .container .about-title-wrap p {
    font-size: 16px;
  }
  .about .container .about-list {
    grid-template-columns: 1fr;
  }
  .about .container .about-list .about-item {
    flex-direction: row-reverse;
  }
  .about .container .about-list .about-item img {
    max-width: 140px;
  }
  .about .container .about-list .about-item .about-item-content {
    padding: 10px;
  }
  .about .container .about-list .about-item .about-item-content h3 {
    font-size: 45px;
  }
  .about .container .about-list .about-item .about-item-content p {
    font-size: 18px;
    line-height: 1.2;
  }
  .about .container .about-list .grid-item {
    order: -4;
  }
}
@media only screen and (max-width: 480px) {
  .about {
    padding: 50px 0;
  }
  .about .container .about-list .about-item .about-item-content {
    padding: 10px;
  }
  .about .container .about-list .about-item .about-item-content h3 {
    font-size: 40px;
  }
}
.services {
  padding: 40px 0;
}
.services .container .services-title {
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 62px;
  font-weight: 700;
  background: #1c00b6;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  width: fit-content;
  margin: 0 auto 40px;
}
.services .container .services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.services .container .services-list .services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-width: 1px;
  border-radius: 15px;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 5px #a6a6a6;
  padding: 10px;
  background-color: #fff;
  color: black;
}
.services .container .services-list .services-item img {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
}
.services .container .services-list .services-item h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.services .container .services-list .services-item p {
  text-align: left;
  padding: 0 8px 16px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .services .container .services-title {
    font-size: 40px;
  }
  .services .container .services-list {
    grid-template-columns: 1fr;
  }
}
.reviews {
  padding: 40px 0;
}
.reviews .container .reviews-title {
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 62px;
  font-weight: 700;
  background: #1c00b6;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  width: fit-content;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
  .reviews .container .reviews-title {
    font-size: 40px;
  }
}
.need {
  padding: 40px 0;
  background-color: whitesmoke;
}
.need .container .need-title {
  font-size: 62px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: rgb(6, 45, 96);
  margin-bottom: 70px;
}
.need .container .need-title span {
  display: inline-block;
  background: #1c00b6;
  padding: 10px 15px;
  color: white;
  border-radius: 15px;
}
.need .container .need-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.need .container .need-list .need-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border-radius: 16px;
  background: white;
  border: 1px solid #d8d8d8;
}
.need .container .need-list .need-item .wrap {
  padding-left: 15px;
}
.need .container .need-list .need-item .wrap h3 {
  font-size: 62px;
  font-weight: 600;
  font-family: "Bebas Neue", sans-serif;
}
.need .container .need-list .need-item .wrap p {
  font-size: 16px;
}
.need .container .need-list .need-item img {
  width: 148px;
  height: 144px;
  border-radius: 14px;
  object-fit: cover;
}
.need .container .need-list .blue {
  background-color: #1c00b6;
}
.need .container .need-list .blue h3 {
  color: white;
}
.need .container .need-list .blue p {
  color: white;
  line-height: 1.1;
}
.need .container .bottom-image {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 16px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .need {
    padding: 40px 0;
    background-color: whitesmoke;
  }
  .need .container .need-title {
    font-size: 40px;
  }
  .need .container .need-list {
    grid-template-columns: 1fr;
  }
}
.contacts-section {
  background: #151C24;
  padding: 60px 0;
}
.contacts-section .container .contacts-title {
  font-size: 62px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: rgb(6, 45, 96);
  border-radius: 15px;
  background-color: white;
  display: flex;
  width: fit-content;
  margin: 0 auto 50px;
  padding-left: 8px;
}
.contacts-section .container .contacts-title img {
  display: block;
  width: 58px;
  object-fit: contain;
  margin-right: 8px;
}
.contacts-section .container .contacts-title span {
  display: inline-block;
  background: #1c00b6;
  padding: 10px 15px;
  color: white;
  border-radius: 15px;
}
.contacts-section .container .contacts-block {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.contacts-section .container .contacts-block .contacts-content h4 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.7;
}
.contacts-section .container .contacts-block .contacts-content .location-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.contacts-section .container .contacts-block .contacts-content .location-list .location-item {
  text-align: center;
  font-size: 20px;
  color: white;
  background-color: #1c00b6;
  border-radius: 20px;
  border: 1px solid white;
  font-weight: 300;
  padding: 20px;
  width: 100%;
  max-width: 200px;
}
.contacts-section .container .contacts-block .contacts-content .contact-wrap {
  margin-bottom: 15px;
}
.contacts-section .container .contacts-block .contacts-content .contact-wrap .label-contact {
  color: rgb(138, 141, 145);
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.contacts-section .container .contacts-block .contacts-content .contact-wrap a {
  color: white;
  font-size: 16px;
}
.contacts-section .container .contacts-block .contacts-content .wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts-section .container .contacts-block .contacts-content .wrapper .contact-wrap {
  margin-bottom: 0;
}
.contacts-section .container .contacts-block .contacts-content .wrapper .contact-wrap .label-contact {
  color: rgb(138, 141, 145);
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.contacts-section .container .contacts-block .contacts-content .wrapper .contact-wrap p {
  color: white;
  font-size: 16px;
}
.contacts-section .container .contacts-block .contacts-content .wrapper .main-btn {
  min-width: 137px;
  padding: 15px;
}
.contacts-section .container .contacts-block .form-block {
  border: 1px solid white;
}

@media only screen and (max-width: 768px) {
  .contacts-section {
    padding: 40px 0;
  }
  .contacts-section .container .contacts-title {
    font-size: 40px;
  }
  .contacts-section .container .contacts-title img {
    width: 39px;
  }
  .contacts-section .container .contacts-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .contacts-section .container .contacts-block .location-list {
    align-items: center;
  }
  .contacts-section .container .contacts-block .contact-wrap {
    text-align: center;
  }
  .contacts-section .container .contacts-block .contacts-content .wrapper {
    justify-content: center;
  }
  .contacts-section .container .contacts-block .form-block {
    border: 1px solid white;
    max-width: 550px;
  }
}
.footer {
  background-color: #151C24;
  padding: 20px 0;
}
.footer .container .logo {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  background: white;
  padding: 5px;
}

.modal-dialog {
  max-width: 320px;
  border-radius: 20px;
  margin: 20px auto;
}

.modal-content {
  border-radius: 25px;
}
.modal-content .form-block {
  position: relative;
}
.modal-content .form-block .btn-close {
  background-color: white;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*# sourceMappingURL=styles.css.map */
