.main-navigation .sub-menu--activities {
  width: 1136px;
}
.protection {
  font-family: "Montserrat", sans-serif;
}
.protection .main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 445px;
  margin-bottom: 70px;
  padding: 90px 85px 45px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url(/images/protection/protection-main.png) no-repeat center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/images/protection/protection-main.png) no-repeat center/cover;
  color: #fff;
}
.protection .main__header {
  font-size: 34px;
  font-weight: 500;
  line-height: 41px;
  color: #fff;
  margin-bottom: 35px;
  margin-top: 0;
}
.protection .main__subtitle {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  max-width: 591px;
  width: 100%;
  margin-top: 0;
}
.protection .main__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin-top: auto;
}
.protection .block-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(/images/protection/protection-section-2.png) no-repeat center/cover;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/images/protection/protection-section-2.png) no-repeat center/cover;
  padding: 100px 0;
}
.protection .block-1__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(180, 180, 180);
  padding: 60px 65px 90px 65px;
}
.protection .block-1__wrapper .text {
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
  margin: 0;
}
.protection .block-1__wrapper .text.block-1-margin {
  margin-bottom: 110px;
}
.protection .block-1__wrapper .list {
  margin-bottom: 110px;
  list-style-type: none;
  padding: 0;
}
.protection .block-1__wrapper .list .list-item {
  position: relative;
  padding-left: 20px;
}
.protection .block-1__wrapper .list .list-item::after {
  content: "•";
  position: absolute;
  top: 50%;
  font-size: 35px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
.protection .block-1__wrapper .link {
  color: rgb(12, 95, 255);
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: underline;
}
.protection .block-2 {
  padding: 100px 0;
}
.protection .block-2 .text {
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}
.protection .block-2 .text_bold {
  font-weight: 800;
}
.protection .block-2__subtitle {
  margin-bottom: 75px;
}
.protection .block-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 110px;
}
.protection .block-2__image {
  max-width: 510px;
  width: 100%;
  position: relative;
}
.protection .block-2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.protection .block-2__image-label {
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5px;
  white-space: nowrap;
}
.protection .block-2__list {
  list-style-type: none;
  padding: 0;
}
.protection .block-2__list-item {
  position: relative;
  padding-left: 20px;
}
.protection .block-2__list-item::after {
  content: "•";
  position: absolute;
  top: -5px;
  font-size: 35px;
  left: 0;
}
.protection .block-2__block:not(:last-of-type) {
  margin-bottom: 50px;
}
.protection .block-3 {
  padding: 100px 0 285px 0;
  margin-bottom: 500px;
  background: rgb(238, 238, 238);
}
.protection .block-3 .text {
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}
.protection .block-3__subtitle {
  margin-bottom: 100px;
}
.protection .block-3__wrapper {
  position: relative;
}
.protection .block-3 .formtelb-wr {
  margin: 0;
}
.protection .block-3 .form_radiowr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.protection .block-3__form {
  position: absolute;
  left: 0;
  width: 100%;
}
.protection .block-3__link {
  color: rgb(52, 52, 52);
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
  text-align: center;
}
.protection .block-3__link a {
  color: #0C5FFF;
}

@media (max-width: 1200px) {
  .protection .main {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .protection .block-2 {
    padding: 60px 0;
  }
  .protection .block-2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .protection .block-2__image {
    max-width: 100%;
  }
  .protection .block-2__list {
    padding-left: 15px;
  }
  .protection .block-3 {
    margin-bottom: 700px;
  }
  .protection .block-3 .form_radiowr {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .protection .block-3 {
    margin-bottom: 550px;
  }
  .protection .block-3 .block-3-form {
    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;
  }
  .protection .block-3 .block-3-form .submit-form__input {
    margin-bottom: 0;
  }
  .protection .block-3__link {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (max-width: 606px) {
  .protection .main {
    padding: 30px;
  }
  .protection .main__header {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 40px;
  }
  .protection .main__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .protection .main__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .protection .f-header {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }
  .protection .block-1 {
    padding: 45px 0 60px 0;
  }
  .protection .block-1__wrapper {
    padding: 0;
    border: none;
  }
  .protection .block-1__wrapper .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
  }
  .protection .block-1__wrapper .text.block-1-margin {
    margin-bottom: 80px;
  }
  .protection .block-1__wrapper .list {
    margin-bottom: 45px;
  }
  .protection .block-1__wrapper .link {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  .protection .block-2 .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
  }
  .protection .block-2 .text_bold {
    font-weight: 800;
  }
  .protection .block-2__subtitle {
    margin-bottom: 40px;
  }
  .protection .block-2__wrap {
    margin-bottom: 40px;
  }
  .protection .block-2__block:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .protection .block-3 {
    padding: 60px 0 0 0;
    margin-bottom: 1000px;
  }
  .protection .block-3 .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
  }
  .protection .block-3__subtitle {
    margin-bottom: 60px;
  }
  .protection .block-3__form {
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
}
@media (max-width: 475px) {
  .protection .main {
    padding: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .protection .main__header {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 95px;
  }
  .protection .main__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .protection .main__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */