::-webkit-input-placeholder {
  color: #fff !important;
}

/* Edge */
:-ms-input-placeholder {
  color: #fff !important;
}

/* Internet Explorer 10-11 */
::placeholder {
  color: #fff !important;
}

section {
  background-color: #fff !important;
}
section .in {
  max-width: 1140px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.bl-1 {
  position: relative;
  height: 0;
  padding-bottom: min(500px, 56.25%, 100vh);
}
.bl-1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-1 .img img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.bl-1 .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.3411764706);
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  padding: 33px 10px 34px 37px;
  max-width: 555px;
  width: 100%;
  box-sizing: border-box;
}
.bl-1 h1 {
  line-height: 61px;
  text-align: left;
}
.bl-1 h1 span {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
.bl-1 .description {
  font-weight: bold;
  font-size: 28.3869px;
  line-height: 33px;
}

.bl-2 .in {
  max-width: 927px;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  padding: 137px 20px 101px;
}

.bl-3 {
  background-image: url(../img/bl-3-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 564px;
}
.bl-3 .in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bl-3 .in .title {
  font-weight: bold;
  font-size: 144px;
  line-height: 165px;
  color: #fff;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  padding-right: 184px;
}
.bl-3 .in .text {
  max-width: 730px;
  width: 100%;
  font-size: 20px;
  line-height: 150%;
  padding-left: 307px;
}

.bl-4 .in {
  padding-top: 133px;
}
.bl-4 .in .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
.bl-4 .in .row {
  padding-top: 42px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.bl-4 .in .row .item {
  width: calc(50% - 34px);
  min-width: 377px;
  position: relative;
  background: #EFEEF4;
  border-radius: 30px;
  padding: 47px 36px 72px 78px;
  margin: 35px 17px 0;
  box-sizing: border-box;
}
.bl-4 .in .row .item:before {
  content: "";
  position: absolute;
  top: 32px;
  right: 36px;
  width: 58px;
  height: 58px;
  display: block;
  background-position: left bottom;
}
.bl-4 .in .row .item.i-1 li:before {
  background-color: #1DCB6A;
}
.bl-4 .in .row .item.i-1:before {
  background-image: url(../img/bl-4-1.svg);
}
.bl-4 .in .row .item.i-2 li:before {
  background-color: #2A8EDC;
}
.bl-4 .in .row .item.i-2:before {
  background-image: url(../img/bl-4-2.svg);
}
.bl-4 .in .row .item .tit {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  width: calc(100% - 70px);
}
.bl-4 .in .row .item ul {
  margin-top: 13px;
}
.bl-4 .in .row .item li {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  margin-top: 21px;
}
.bl-4 .in .row .item li:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  left: -47px;
  top: 10px;
}

.bl-5 .in {
  padding-top: 168px;
}
.bl-5 .in .title {
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
.bl-5 .in .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 37px -17px 0;
}
.bl-5 .in .row .item {
  min-width: 343px;
  width: 30%;
  padding: 41px 35px;
  position: relative;
  background-color: #1DCB6A;
  border-radius: 20px;
  margin: 40px 17px 0;
}
.bl-5 .in .row .item:after {
  content: "";
  position: absolute;
  height: 17px;
  background: #AADEC1;
  border-radius: 0 0 20px 20px;
  width: calc(100% - 35px);
  display: block;
  margin: 0 auto;
  left: 17px;
  bottom: -17px;
}
.bl-5 .in .row .item * {
  color: #fff;
}
.bl-5 .in .row .item .tit {
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  display: flex;
  align-items: end;
}
.bl-5 .in .row .item .tit span {
  font-size: 72px;
  margin: 0 10px;
}
.bl-5 .in .row .item .text {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  margin-top: 16px;
}

.bl-6 .in {
  margin-top: 183px;
}
.bl-6 .in .video {
  width: 100%;
  padding-bottom: 56.3%;
  height: 0;
  position: relative;
}
.bl-6 .in .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.bl-6 .in .button {
  margin-top: 74px;
  text-align: center;
}
.bl-6 .in .button a {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding: 21px 0;
  min-width: 305px;
  background: #1DCB6A;
}

.bl-9 .in {
  margin-top: 162px;
}
.bl-9 .in .nadtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #A8A8A8;
}
.bl-9 .in .title {
  margin-top: 6px;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
.bl-9 .in .row {
  margin: 37px -17px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bl-9 .in .row .item {
  position: relative;
  margin: 40px 17px 0;
  width: 100%;
  max-width: 343px;
  background: #2A8EDC;
  border-radius: 20px;
  padding: 39px 35px;
}
.bl-9 .in .row .item .tit {
  font-weight: bold;
  font-size: 72px;
  line-height: 83px;
  color: #FFFFFF;
}
.bl-9 .in .row .item .text {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 16px;
}
.bl-9 .in .row .item:after {
  content: "";
  position: absolute;
  height: 17px;
  border-radius: 0 0 20px 20px;
  background: #AECCE3;
  width: calc(100% - 35px);
  left: 17px;
  bottom: -17px;
}

.bl-8 .in {
  margin-top: 180px;
}
.bl-8 .in .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  max-width: 879px;
  margin: 0 auto;
}
.bl-8 .in .text {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  max-width: 840px;
  margin: 59px auto 0;
}
.bl-8 .in .super {
  margin-top: 59px;
  padding: 58px 34px 58px 75px;
  background: #EFEEF4;
  border-radius: 20px;
}
.bl-8 .in .super .tit {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.bl-8 .in .super .row {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.bl-8 .in .super .row .l {
  width: 52.4%;
}
.bl-8 .in .super .row .l ul {
  padding-left: 52px;
}
.bl-8 .in .super .row .l ul li {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  margin-top: 21px;
}
.bl-8 .in .super .row .l ul li:before {
  content: "";
  position: absolute;
  left: -52px;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #1DCB6A;
}
.bl-8 .in .super .row .r {
  width: 41.5%;
}
.bl-8 .in .super .row .r img {
  max-width: 100%;
}

.bl-7 {
  position: relative;
  background-color: #578DD8;
  margin-top: 156px;
}
.bl-7 .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  padding-top: 70px;
}
.bl-7 .form {
  background-color: #578DD8;
  /* padding: 60px; */
  position: relative;
  z-index: 2;
}
.bl-7 form {
  max-width: initial;
  padding: 60px 0 30px;
}
.bl-7 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bl-7 .col {
  width: 24%;
}
.bl-7 input {
  padding: 0 30px;
  max-width: 100%;
  box-shadow: none;
  text-align: left;
  padding-left: 20px;
  outline: 0;
  width: 100%;
  height: 60px;
  display: block;
  font-size: 20px;
  border: 2px solid #e1e1e1;
  border-radius: 30px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
  color: #fff !important;
  position: relative;
}
.bl-7 input.inp-user {
  background: url(../img/icon--user.svg) no-repeat 95% 50%;
}
.bl-7 input.inp-phone {
  background: url(../img/icon--phone.svg) no-repeat 95% 50%;
}
.bl-7 input.inp-mail {
  background: url(../img/icon--mail.svg) no-repeat 95% 50%;
}
.bl-7 button {
  background-color: #fff;
  height: 61px;
  margin: 0 !important;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
}

.bl-10 {
  margin-bottom: 84px;
}
.bl-10 .title {
  margin-top: 93px;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
.bl-10 .text {
  margin: 31px auto 0;
  max-width: 879px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.bl-10 .row {
  margin: 51px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 879px;
  flex-wrap: wrap;
}
.bl-10 .row a {
  margin: 40px 10px 0;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  border-radius: 40px;
  display: block;
  padding: 21px 26px;
}
.bl-10 .row a.white {
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.16);
}
.bl-10 .row a.green {
  background-color: #1DCB6A;
  color: #fff;
}

.bl-11 {
  padding: 40px;
  background-color: #F9FBFB;
}
.bl-11 .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.bl-11 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bl-11 .col {
  background: #fff;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.0509803922);
  width: 400px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.bl-11 .col:after {
  content: "";
  position: absolute;
  top: 300px;
  right: 16px;
  background-image: url("../img/go.png");
  width: 47px;
  height: 47px;
  z-index: 2;
}
.bl-11 .img {
  width: 400px;
  height: 355px;
  position: relative;
}
.bl-11 img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.bl-11 a:after {
  content: "";
  opacity: 0;
  background-image: url("../img/bl8i1.png");
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 355px;
  transition: 0.3s ease-out;
}
.bl-11 a:hover:after {
  opacity: 1;
}
.bl-11 .tit {
  padding: 40px 20px 60px;
}

.bl-another_blocks .in .title {
  text-align: center;
}

@media (max-width: 900px) {
  .bl-7 .col {
    width: 48%;
  }
}
@media (max-width: 690px) {
  .bl-3 .in .title {
    padding: 0;
  }
  .bl-3 .in .text {
    padding: 0;
    text-align: center;
  }

  .bl-8 .in .super {
    padding: 58px 34px;
  }
  .bl-8 .in .super .row .l {
    width: 100%;
  }
  .bl-8 .in .super .row .l ul {
    padding-left: 22px;
  }
  .bl-8 .in .super .row .l ul li:before {
    left: -22px;
    width: 15px;
  }
  .bl-8 .in .super .row .r {
    display: none;
  }
}
@media (max-width: 600px) {
  .bl-1 .title {
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 20px;
    width: 80%;
  }
  .bl-1 h1 span {
    font-size: 36px;
  }
  .bl-1 .description {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }

  .bl-2 .in {
    font-size: 21px;
    padding: 80px 20px 70px;
  }
}
@media (max-width: 500px) {
  .bl-3 {
    background-size: 100%;
    height: 200px;
  }
  .bl-3 .in .title {
    font-size: 70px;
    line-height: 77px;
  }
  .bl-3 .in .text {
    font-size: 18px;
  }

  .bl-4 .in {
    padding-top: 80px;
  }
  .bl-4 .in .title {
    font-size: 28px;
    line-height: 33px;
  }
  .bl-4 .in .row {
    padding-top: 0;
  }
  .bl-4 .in .row .item {
    width: 100%;
    min-width: auto;
    padding-left: 36px;
  }
  .bl-4 .in .row .item:before {
    content: none;
  }
  .bl-4 .in .row .item .tit {
    width: 100%;
  }
  .bl-4 .in .row .item ul {
    padding-left: 22px;
  }
  .bl-4 .in .row .item li:before {
    left: -22px;
    width: 15px;
  }

  .bl-5 .in {
    padding-top: 80px;
  }
  .bl-5 .in .title {
    font-size: 28px;
    line-height: 33px;
  }
  .bl-5 .in .row {
    margin-top: 0;
  }
  .bl-5 .in .row .item .tit {
    font-size: 28px;
    line-height: 31px;
  }
  .bl-5 .in .row .item .tit span {
    font-size: 32px;
  }
  .bl-5 .in .row .item .text {
    font-size: 18px;
  }

  .bl-6 .in {
    margin-top: 80px;
  }

  .bl-9 .in {
    margin-top: 80px;
  }
  .bl-9 .in .nadtitle {
    font-size: 18px;
  }
  .bl-9 .in .title {
    font-size: 28px;
    line-height: 33px;
  }
  .bl-9 .in .row {
    margin: 0;
  }
  .bl-9 .in .row .item .tit {
    font-size: 40px;
    line-height: 44px;
  }
  .bl-9 .in .row .item .text {
    font-size: 18px;
  }

  .bl-8 .in {
    margin-top: 80px;
  }
  .bl-8 .in .title {
    font-size: 28px;
    line-height: 33px;
  }
  .bl-8 .in .text {
    margin-top: 25px;
  }

  .bl-7 {
    margin-top: 80px;
  }
  .bl-7 .title {
    font-size: 18px;
    padding-top: 40px;
  }
  .bl-7 form {
    padding-top: 40px;
  }
  .bl-7 .col {
    width: 80%;
  }

  .bl-10 .title {
    font-size: 28px;
    margin-top: 80px;
  }
  .bl-10 .text {
    font-size: 18px;
  }
  .bl-10 .row {
    margin-top: 0;
  }
  .bl-10 .row a {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .bl-1 .title {
    padding: 20px;
  }
  .bl-1 h1 {
    line-height: 46px;
  }
  .bl-1 h1 span {
    font-size: 28px;
  }
  .bl-5 .in .row {
    margin: 0;
  }
  .bl-5 .in .row .item {
    width: 100%;
    min-width: auto;
  }
}

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