h3[data-v-469af010] {
  margin: 40px 0 0;
}

ul[data-v-469af010] {
  list-style-type: none;
  padding: 0;
}

li[data-v-469af010] {
  display: inline-block;
  margin: 0 10px;
}

a[data-v-469af010] {
  color: #42b983;
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

*,
*:hover,
*:focus,
*:focus-within,
*:active {
  outline: none;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: linear-gradient(
    44deg in oklab,
    #5b77e5 0% 15%,
    29%,
    #aecae4 49% 20%,
    60%,
    #7289e6 79% 62%
  );
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-attachment: fixed;
}

a,
button {
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
}

h2 {
  font-weight: bold;
  font-size: 46px;
  line-height: 48px;
}

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

._hide {
  display: none;
}

._wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 70px;
}

@media screen and (max-width: 1023px) {
  ._wrapper {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media screen and (max-width: 767px) {
  ._wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

._wrapper__survey {
  background: #252d5f;
}

._wrapper .survey__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #252d5f;
}

@media screen and (max-width: 1158px) {
  ._wrapper .survey__bg {
    overflow: auto;
  }
}

._wrapper .survey__bg img,
._wrapper .survey__bg div {
  position: absolute;
  left: 0;
  width: 100%;
}

._wrapper .survey__bg img {
  top: 0;
  height: 862px;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  ._wrapper .survey__bg img {
    height: 830px;
  }
}

@media screen and (max-width: 767px) {
  ._wrapper .survey__bg img {
    height: 620px;
  }
}

._wrapper .survey__bg div {
  top: 0;
  height: 862px;
  background: #3c5d8e;
  mix-blend-mode: hard-light;
  opacity: 0.9;
  display: none;
}

@media screen and (max-width: 1023px) {
  ._wrapper .survey__bg div {
    height: 830px;
  }
}

._wrapper__regional {
  background: #e5e5e5;
}

._container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1020px;
}

._container .survey,
._container .benefits {
  margin-top: 92px;
}

@media screen and (max-width: 1023px) {
  ._container .survey,
  ._container .benefits {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  ._container .survey,
  ._container .benefits {
    margin-top: 32px;
  }
}

._container .survey {
  margin-top: 62px;
  padding-bottom: 142px;
}

@media screen and (max-width: 1023px) {
  ._container .survey {
    margin-top: 62px;
    padding-bottom: 132px;
  }
}

@media screen and (max-width: 767px) {
  ._container .survey {
    margin-top: 40px;
    padding-bottom: 204px;
  }
}

.main-content-wrapper {
  flex: 1 0 auto;
}

/* .main-content-wrapper._gray-bg {
  background: #f5f5f5;
} */

.footer {
  flex: 0 0 auto;
}

.main-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: #f5f5f5; */
}

.main-page ._wrapper {
  padding-left: 0;
  padding-right: 50px;
}

@media screen and (max-width: 1158px) {
  .main-page ._wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page ._wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-page ._wrapper ._container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1060px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .main-page ._wrapper ._container {
    padding-bottom: 24px;
  }
}

.main-page__welcome {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, #355fab 0%, #3d75df 100%);
  padding: 60px 60px 0;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome {
    padding: 50px 32px 0;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome {
    height: 850px;
    padding: 48px 32px 0;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome {
    padding: 32px 30px 0;
  }
}

.heading-top-form {
  position: absolute;
  top: 10px;
  right: 50px;
}

@media screen and (max-width: 567px) {
  .heading-top-form {
    top: 23%;
    right: 0;
  }
}
@media screen and (min-width: 567px) {
  .col-sm-5 {
    max-width: 36.667%;
  }
}
.main-page__welcome-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main-page__welcome-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-name: welcomeFadeInOut;
  animation-name: welcomeFadeInOut;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  filter: brightness(80%);
}

.main-page__welcome-bg-img0 {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/00001.jpg);
  -webkit-animation-name: none;
  animation-name: none;
}

.main-page__welcome-bg-img1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/00001.jpg);
}

.main-page__welcome-bg-img2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/00002.jpg);
}

.main-page__welcome-bg-img3 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/00003.jpg);
}

.main-page__welcome-bg-img4 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/00004.jpg);
}

@media screen and (max-width: 767px) {
  .main-page__welcome-bg-img4 {
    background-position-x: right;
  }
}

.main-page__welcome-bg-img5 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/00005.jpg);
}

@-webkit-keyframes welcomeFadeInOut {
  0% {
    opacity: 0;
  }

  11.11% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  44.44% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes welcomeFadeInOut {
  0% {
    opacity: 0;
  }

  11.11% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  44.44% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.main-page__welcome-bg-img1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.main-page__welcome-bg-img2 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.main-page__welcome-bg-img3 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.main-page__welcome-bg-img4 {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

.main-page__welcome-bg-img5 {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/* .main-page__welcome ._wrapper {
  max-width: 1060px;
} */

.main-page__welcome-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-head {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-head {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
}

.main-page__welcome-head h2,
.main-page__welcome-head-link {
  width: 670px;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-head h2,
  .main-page__welcome-head-link {
    width: 670px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-head h2,
  .main-page__welcome-head-link {
    width: 490px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-head h2,
  .main-page__welcome-head-link {
    position: relative;
    width: 74.4%;
    font-size: 20px;
    line-height: 28px;
  }
}

.main-page__welcome-head svg {
  width: 145px;
  height: 145px;
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-head svg {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-head svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}

.main-page__welcome-info {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  align-items: baseline;
  gap: 10px;
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-info {
    margin-bottom: 22px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-info {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.main-page__welcome-info-block {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

.main-page__welcome-info-block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-info-block {
    margin-right: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-info-block {
    margin-right: 50px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-info-block {
    align-items: flex-start;
  }

  .main-page__welcome-info-block:first-child {
    margin-bottom: 14px;
  }
}

.main-page__welcome-info-block-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px 20px 0;
  width: 72px;
  height: 72px;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .main-page__welcome-info-block-img {
    justify-content: center;
    width: 30px;
    height: 14px;
    padding: 0;
    margin: 0 10px 0 0;
    background-color: #ff5e5e;
    border-radius: 5px;
  }

  .main-page__welcome-info-block-img:after {
    position: relative;
    content: ".PDF";
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    color: #ffffff;
  }
}

.main-page__welcome-info-block-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-page__welcome-info-block-img img {
    display: none;
  }
}

.main-page__welcome-info-block-content p {
  width: 290px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-info-block-content p {
    width: 200px;
  }
}

.main-page__welcome-info-block-content p:first-child {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-info-block-content p:first-child {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-info-block-content p:first-child {
    font-size: 12px;
    line-height: 16px;
  }
}

.main-page__welcome-info-block-content p:last-child {
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-info-block-content p:last-child {
    font-size: 8px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-info-block-content p:last-child {
    display: none;
  }
}

.main-page__welcome-nav {
  position: absolute;
  display: flex;
  bottom: -135px;
  width: calc(100vw - 100px);
  max-width: 1060px;
  height: 170px;
  background: white;
  border-radius: 10px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav {
    width: calc(100vw - 64px);
    bottom: -129px;
    height: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-nav {
    bottom: -130px;
    height: 122px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav {
    flex-direction: column;
    bottom: initial;
    top: 330px;
    width: 100%;
    height: auto;
  }
}

.main-page__welcome-nav-item {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease-in-out 0.3s;
  width: 30%;
  height: 100%;
  padding: 30px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item {
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-nav-item {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item {
    width: 100%;
    flex-direction: initial;
    justify-content: initial;
    border-bottom: 1px solid #e7e7e7;
  }
}

.main-page__welcome-nav-item.active-category_green:after,
.main-page__welcome-nav-item.active-category_red:after,
.main-page__welcome-nav-item.active-category_blue:after,
.main-page__welcome-nav-item.active-category_pink:after,
.main-page__welcome-nav-item.active-category_orange:after,
.main-page__welcome-nav-item.active-category_purple:after,
.main-page__welcome-nav-item.active-category_aqua:after {
  position: absolute;
  content: "";
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item.active-category_green:after,
  .main-page__welcome-nav-item.active-category_red:after,
  .main-page__welcome-nav-item.active-category_blue:after,
  .main-page__welcome-nav-item.active-category_pink:after,
  .main-page__welcome-nav-item.active-category_orange:after,
  .main-page__welcome-nav-item.active-category_purple:after,
  .main-page__welcome-nav-item.active-category_aqua:after {
    max-width: 200px;
    right: 0;
    margin-left: 50%;
    transform: translatex(-50%);
  }
}

.main-page__welcome-nav-item.active-category_green {
  background: rgba(133, 216, 151, 0.1);
}

.main-page__welcome-nav-item.active-category_green:after {
  background: #85d897;
}

.main-page__welcome-nav-item.active-category_red {
  background: rgba(255, 150, 150, 0.1);
}

.main-page__welcome-nav-item.active-category_red:after {
  background: #ff9696;
}

.main-page__welcome-nav-item.active-category_blue {
  background: rgba(56, 193, 223, 0.1);
}

.main-page__welcome-nav-item.active-category_blue:after {
  background: #38c1df;
}

.main-page__welcome-nav-item.active-category_pink {
  background: rgba(233, 158, 216, 0.1);
}

.main-page__welcome-nav-item.active-category_pink:after {
  background: #e99ed8;
}

.main-page__welcome-nav-item.active-category_orange {
  background: rgba(255, 195, 105, 0.1);
}

.main-page__welcome-nav-item.active-category_orange:after {
  background: #ffc369;
}

.main-page__welcome-nav-item.active-category_purple {
  background: rgba(148, 104, 164, 0.1);
}

.main-page__welcome-nav-item.active-category_purple:after {
  background: #9468a4;
}

.main-page__welcome-nav-item.active-category_aqua {
  background: rgba(130, 168, 223, 0.1);
}

.main-page__welcome-nav-item.active-category_aqua:after {
  background: #82a8df;
}

.main-page__welcome-nav-item:hover,
.main-page__welcome-nav-item:focus,
.main-page__welcome-nav-item:focus-within,
.main-page__welcome-nav-item:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.main-page__welcome-nav-item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:not(:last-child) {
    border-right: none;
  }
}

.main-page__welcome-nav-item:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

.main-page__welcome-nav-item:nth-child(1) svg {
  width: 44px;
  height: 45px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(1) svg {
    width: 38px;
    height: 39px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(1) svg {
    margin-right: 18px;
    width: 35px;
    height: 35px;
  }
}

.main-page__welcome-nav-item:nth-child(2) svg {
  width: 40px;
  height: 39px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(2) svg {
    width: 34px;
    height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(2) svg {
    margin-right: 18px;
    width: 35px;
    height: 34px;
  }
}

.main-page__welcome-nav-item:nth-child(3) svg {
  width: 46px;
  height: 41px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(3) svg {
    width: 40px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(3) svg {
    margin-right: 18px;
    width: 35px;
    height: 31px;
  }
}

.main-page__welcome-nav-item:nth-child(4) svg {
  width: 40px;
  height: 44px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(4) svg {
    width: 34px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(4) svg {
    margin-right: 18px;
    width: 35px;
    height: 38px;
  }
}

.main-page__welcome-nav-item:nth-child(5) svg {
  width: 61px;
  height: 37px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(5) svg {
    width: 44px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(5) svg {
    margin-right: 18px;
    width: 35px;
    height: 32px;
  }
}

.main-page__welcome-nav-item:nth-child(6) svg {
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(6) svg {
    width: 44px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(6) svg {
    margin-right: 18px;
    width: 35px;
    height: 33px;
  }
}

.main-page__welcome-nav-item:nth-child(7) svg {
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item:nth-child(7) svg {
    width: 44px;
    height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:nth-child(7) svg {
    margin-right: 18px;
    width: 35px;
    height: 23px;
  }
}

.main-page__welcome-nav-item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.main-page__welcome-nav-item p {
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1158px) {
  .main-page__welcome-nav-item p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__welcome-nav-item p {
    font-size: 11px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__welcome-nav-item p {
    font-size: 14px;
    line-height: 19px;
  }
}

.main-page__content {
  width: 100%;
  padding-top: 75px;
}

@media screen and (max-width: 1158px) {
  .main-page__content {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content {
    padding-top: 75px;
  }
}

.main-page__content-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .main-page__content-head {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head {
    flex-direction: column;
    align-items: center;
  }
}

.main-page__content-head-block {
  position: relative;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  height: 115px;
  padding: 20px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-head-block {
    height: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-head-block {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block {
    width: calc(100% - 60px);
    margin-bottom: 10px;
    height: auto;
  }

  .main-page__content-head-block:last-child {
    margin-bottom: 0;
  }
}

.main-page__content-head-block-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.main-page__content-head-block-container p {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-head-block-container p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-head-block-container p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block-container p {
    font-size: 16px;
    line-height: 28px;
  }
}

.main-page__content-head-block-container svg {
  position: absolute;
  transition: all ease-in-out 0.3s;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  fill: #e5e5e5;
}

@media screen and (max-width: 1158px) {
  .main-page__content-head-block-container svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-head-block-container svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block-container svg {
    width: 10px;
    height: 10px;
  }
}

.main-page__content-head-block:hover,
.main-page__content-head-block:focus,
.main-page__content-head-block:focus-within,
.main-page__content-head-block:active {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);
}

.main-page__content-head-block_white {
  background: #ffffff;
}

.main-page__content-head-block_white
  .main-page__content-head-block-container
  p {
  color: #3c5d8e;
}

.main-page__content-head-block_white:hover
  .main-page__content-head-block-container
  svg,
.main-page__content-head-block_white:focus
  .main-page__content-head-block-container
  svg,
.main-page__content-head-block_white:focus-within
  .main-page__content-head-block-container
  svg,
.main-page__content-head-block_white:active
  .main-page__content-head-block-container
  svg {
  fill: #ff9696;
}

.main-page__content-head-block_blue {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/head-block-bg.png"),
    linear-gradient(90deg, #355fab 0%, #3d75df 100%);
}

@media screen and (max-width: 1023px) {
  .main-page__content-head-block_blue {
    margin-top: 32px;
    width: 100%;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block_blue {
    width: calc(100% - 60px);
    margin: 0;
    height: auto;
  }
}

.main-page__content-head-block_blue:hover,
.main-page__content-head-block_blue:focus,
.main-page__content-head-block_blue:focus-within,
.main-page__content-head-block_blue:active {
  background-image: url("../images/head-block-bg-hover.png"),
    linear-gradient(90deg, #355fab 0%, #3d75df 100%);
}

.main-page__content-head-block_blue .main-page__content-head-block-container p {
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .main-page__content-head-block_blue
    .main-page__content-head-block-container
    p {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block_blue
    .main-page__content-head-block-container
    p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
  }
}

.main-page__content-head-block._shadow {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block._width-100 {
    width: 100%;
    height: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-head-block._width-100:last-child {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-head-block._width-100:last-child {
    margin-top: 0;
  }
}

.main-page__content-head._mb-10 {
  margin-bottom: 10px;
}

.main-page__content-information {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 30px 40px 30px 40px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information {
    border-radius: 20px;
    width: calc(100% - 20px);
    padding: 20px;
  }
}

.main-page__content-information_people {
  background: rgba(160, 222, 236, 0.15);
}

.main-page__content-information_business {
  background: rgba(128, 173, 240, 0.15);
}

.main-page__content-information_system {
  background: rgba(255, 150, 150, 0.08);
  margin-bottom: 0;
}

.main-page__content-information-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information-header {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-header {
    margin-bottom: 24px;
  }
}

.main-page__content-information-header h3 {
  font-weight: bold;
  color: #3c5d8e;
  font-size: 36px;
  line-height: 56px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information-header h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.main-page__content-information-header-link {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.main-page__content-information-header-link .arrow {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(60, 93, 142, 0.2);
  background-color: transparent;
  transform: rotate(0);
  transition: all ease-in-out 0.3s;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-header-link .arrow {
    margin-right: 0;
  }
}

.main-page__content-information-header-link .arrow.clicked {
  transform: rotate(180deg);
}

.main-page__content-information-header-link .arrow > svg > path {
  transition: all ease-in-out 0.2s;
}

.main-page__content-information-header-link .text {
  max-width: 150px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  color: #3c5d8e;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-header-link .text {
    display: none;
  }
}

.main-page__content-information-header-link:hover .arrow {
  background-color: #3c5d8e;
}

.main-page__content-information-header-link:hover .arrow > svg > path {
  fill: #ffffff;
}

.main-page__content-information-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.main-page__content-information-content:after {
  flex-basis: 30%;
  content: "";
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-content:after {
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-content:after {
    display: none;
  }
}

.main-page__content-information-content-hidden {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all ease-in-out 0.3s;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-content-hidden {
    height: auto;
  }
}

.main-page__content-information-content-hidden > a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-content-hidden > a {
    margin-top: 20px;
  }
}

.main-page__content-information-content-hidden > a:nth-child(-n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-content-hidden > a:nth-child(-n + 3) {
    margin-top: 20px;
  }
}

.main-page__content-information-content-hidden._rolled-up {
  height: 0;
}

.main-page__content-information-content-hidden:after {
  flex-basis: 30%;
  content: "";
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-content-hidden:after {
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-content-hidden:after {
    display: none;
  }
}

.main-page__content-information-link {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right top;
  background-image: none;
  border-radius: 10px;
  padding: 25px;
  width: 290px;
  height: 270px;
  margin-top: 30px;
  flex-basis: 30%;
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-link {
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link {
    margin-top: 20px;
    flex-basis: auto;
  }
}

@media screen and (max-width: 1158px) {
  .main-page__content-information-link {
    padding: 32px;
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-link {
    padding: 24px;
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 927px) and (max-width: 1023px) {
  .main-page__content-information-link {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link {
    padding: 30px;
    width: 100%;
    height: auto;
  }

  .main-page__content-information-link:last-child {
    margin-bottom: 0;
  }
}

.main-page__content-information-link:nth-child(-n + 3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link:nth-child(-n + 3) {
    margin-top: 20px;
  }
}

.main-page__content-information-link-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all ease-in-out 0.3s;
  padding-top: 0;
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-link-container {
    padding-top: 0;
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link-container {
    padding-top: 0;
    width: 100%;
    height: auto;
  }
}

.main-page__content-information-link-container h4 {
  font-weight: bold;
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information-link-container h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-link-container h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link-container h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.main-page__content-information-link-container p {
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information-link-container p {
    line-height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-link-container p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link-container p {
    font-size: 12px;
    line-height: 20px;
  }
}

.main-page__content-information-link-container p span,
.main-page__content-information-link-container p b {
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

.main-page__content-information-link:hover,
.main-page__content-information-link:focus,
.main-page__content-information-link:active {
  box-shadow: 0 20px 40px rgba(34, 110, 125, 0.15);
  background-image: url("../images/main-page-emblem.png");
  transform: translateY(-20px);
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link:hover,
  .main-page__content-information-link:focus,
  .main-page__content-information-link:active {
    transform: translateY(-10px);
  }
}

.main-page__content-information-link:hover
  .main-page__content-information-link-container,
.main-page__content-information-link:focus
  .main-page__content-information-link-container,
.main-page__content-information-link:active
  .main-page__content-information-link-container {
  padding-top: 22px;
}

.main-page__content-information-link:hover
  .main-page__content-information-link-container
  h4,
.main-page__content-information-link:hover
  .main-page__content-information-link-container
  p,
.main-page__content-information-link:focus
  .main-page__content-information-link-container
  h4,
.main-page__content-information-link:focus
  .main-page__content-information-link-container
  p,
.main-page__content-information-link:active
  .main-page__content-information-link-container
  h4,
.main-page__content-information-link:active
  .main-page__content-information-link-container
  p {
  color: #3c5d8e;
}

.main-page__content-information-link:hover
  .main-page__content-information-link-container
  h4
  span,
.main-page__content-information-link:hover
  .main-page__content-information-link-container
  h4
  b,
.main-page__content-information-link:hover
  .main-page__content-information-link-container
  p
  span,
.main-page__content-information-link:hover
  .main-page__content-information-link-container
  p
  b,
.main-page__content-information-link:focus
  .main-page__content-information-link-container
  h4
  span,
.main-page__content-information-link:focus
  .main-page__content-information-link-container
  h4
  b,
.main-page__content-information-link:focus
  .main-page__content-information-link-container
  p
  span,
.main-page__content-information-link:focus
  .main-page__content-information-link-container
  p
  b,
.main-page__content-information-link:active
  .main-page__content-information-link-container
  h4
  span,
.main-page__content-information-link:active
  .main-page__content-information-link-container
  h4
  b,
.main-page__content-information-link:active
  .main-page__content-information-link-container
  p
  span,
.main-page__content-information-link:active
  .main-page__content-information-link-container
  p
  b {
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link:hover
    .main-page__content-information-link-container,
  .main-page__content-information-link:focus
    .main-page__content-information-link-container,
  .main-page__content-information-link:active
    .main-page__content-information-link-container {
    padding-top: 0;
  }
}

.main-page__content-information-link:focus-within {
  box-shadow: 0 20px 40px rgba(34, 110, 125, 0.15);
  background-image: url("../images/main-page-emblem.png");
  transform: translateY(-20px);
}

.main-page__content-information-link:focus-within
  .main-page__content-information-link-container {
  padding-top: 22px;
}

.main-page__content-information-link:focus-within
  .main-page__content-information-link-container
  h4,
.main-page__content-information-link:focus-within
  .main-page__content-information-link-container
  p {
  color: #3c5d8e;
}

.main-page__content-information-link:focus-within
  .main-page__content-information-link-container
  h4
  span,
.main-page__content-information-link:focus-within
  .main-page__content-information-link-container
  h4
  b,
.main-page__content-information-link:focus-within
  .main-page__content-information-link-container
  p
  span,
.main-page__content-information-link:focus-within
  .main-page__content-information-link-container
  p
  b {
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link:focus-within
    .main-page__content-information-link-container {
    padding-top: 0;
  }
}

.main-page__content-information-link_green:after {
  background-color: #85d897;
}

.main-page__content-information-link_red:after {
  background-color: #ff9696;
}

.main-page__content-information-link_blue:after {
  background-color: #38c1df;
}

.main-page__content-information-link_pink:after {
  background-color: #e99ed8;
}

.main-page__content-information-link_orange:after {
  background-color: #ffc369;
}

.main-page__content-information-link_purple:after {
  background-color: #9468a4;
}

.main-page__content-information-link_aqua:after {
  background-color: #82a8df;
}

.main-page__content-information-link:after {
  position: absolute;
  content: "";
  z-index: 3;
  bottom: 0;
  width: 240px;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information-link:after {
    width: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .main-page__content-information-link:after {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information-link:after {
    width: 200px;
  }
}

.main-page__content-information-link-shild {
  position: absolute;
  top: 0;
  width: 81%;
  height: 20px;
  margin: 0 auto;
  color: #9ea2ab;
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  background: #f2f4f7;
  border-radius: 0 0 50px 50px;
  text-transform: uppercase;
}

.main-page__content-information._no-space-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1158px) {
  .main-page__content-information._no-space-bottom {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-information._no-space-bottom {
    margin-bottom: 10px;
  }
}

.main-page__content-information._white-bg {
  background: #ffffff;
}

.main-page__content-information._width-100 {
  width: 100%;
}

.main-page__content-bottom {
  width: 100%;
  padding: 50px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 30px;
    margin-top: 30px;
  }
}

.main-page__content-bottom-more {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #315282;
  background-image: url("../images/main-page__bottom-more.png");
  transition: all ease-in-out 0.5s;
  font-weight: bold;
  width: 100%;
  padding: 0 50px;
  margin-bottom: 50px;
  height: 126px;
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-more {
    padding: 0 32px;
    height: 100px;
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-more {
    padding: 0 20px;
    width: calc(100% - 60px);
    height: 72px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

.main-page__content-bottom-more:hover,
.main-page__content-bottom-more:focus,
.main-page__content-bottom-more:focus-within,
.main-page__content-bottom-more:active {
  box-shadow: 0 20px 40px rgba(34, 110, 125, 0.15);
  background-image: url("../images/main-page__bottom-more-hover.png");
}

.main-page__content-bottom-structure {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure {
    width: calc(100% - 60px);
    margin-bottom: 10px;
  }
}

.main-page__content-bottom-structure-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.2s;
  width: 100%;
  padding: 32px 50px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-open {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-open {
    width: 100%;
    padding: 16px 20px;
  }
}

.main-page__content-bottom-structure-open .text {
  font-weight: bold;
  color: #3c5d8e;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-open .text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-open .text {
    text-align: left;
    width: 150px;
    font-size: 14px;
    line-height: 21px;
  }
}

.main-page__content-bottom-structure-open .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(60, 93, 142, 0.2);
  transform: rotate(0);
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-open .arrow {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-open .arrow {
    width: 40px;
    height: 40px;
  }
}

.main-page__content-bottom-structure-open .arrow.opened {
  transform: rotate(180deg);
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-open .arrow > svg {
    width: 7px;
    height: 16px;
  }
}

.main-page__content-bottom-structure-open .arrow > svg > path {
  transition: all ease-in-out 0.2s;
}

.main-page__content-bottom-structure-open:hover .arrow {
  background-color: #3c5d8e;
  border: 1px solid #3c5d8e !important;
}

.main-page__content-bottom-structure-open:hover .arrow > svg > path {
  fill: #ffffff;
}

.main-page__content-bottom-structure-content {
  top: 0;
  left: 0;
  overflow-y: hidden;
  height: auto;
  transition: all ease-in-out 0.3s;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.main-page__content-bottom-structure-content._hide {
  height: 0;
}

.main-page__content-bottom-structure-content-item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: 32px 50px;
  margin-bottom: 1px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item {
    flex-direction: column;
    width: 100%;
    padding: 20px 20px;
  }
}

.main-page__content-bottom-structure-content-item:last-child {
  margin-bottom: 0;
}

.main-page__content-bottom-structure-content-item-left {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item-left {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

.main-page__content-bottom-structure-content-item-left img {
  width: 70px;
  height: auto;
  margin-bottom: 14px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item-left img {
    width: 60px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item-left img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 70px;
  }
}

.main-page__content-bottom-structure-content-item-left h6 {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
  width: 175px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item-left h6 {
    font-size: 12px;
    line-height: 18px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item-left h6 {
    font-size: 16px;
    line-height: 22px;
    width: auto;
  }
}

.main-page__content-bottom-structure-content-item-left h6 span {
  font-weight: bold;
  color: #333333;
}

.main-page__content-bottom-structure-content-item-splitter {
  position: absolute;
  display: flex;
  flex: 0 0 auto;
  background-color: #e0e0e0;
  left: 236px;
  width: 1px;
  height: calc(100% - 32px);
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item-splitter {
    left: 193px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item-splitter {
    display: none;
  }
}

.main-page__content-bottom-structure-content-item-right {
  margin-left: 62px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item-right {
    margin-left: 48px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item-right {
    margin: 0;
  }
}

.main-page__content-bottom-structure-content-item-right h6 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item-right h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.main-page__content-bottom-structure-content-item-right p {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item-right p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-item-right p {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-page__content-bottom-structure-content-item
  .main-page__content-bottom-links
  > h6 {
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-item
    .main-page__content-bottom-links
    > h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.main-page__content-bottom-structure-content .main-page__content-bottom-links {
  width: 100%;
  background: #ffffff;
  padding: 0;
}

.main-page__content-bottom-structure-content .main-page__content-bottom-links a,
.main-page__content-bottom-structure-content
  .main-page__content-bottom-links
  p {
  margin-left: 0;
}

.main-page__content-bottom-structure-content
  .main-page__content-bottom-links
  p {
  margin-bottom: 0;
}

.main-page__content-bottom-structure-content-bullets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px 50px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
  cursor: pointer;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure-content-bullets {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-bullets {
    padding: 16px 20px;
  }
}

.main-page__content-bottom-structure-content-bullets .text {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 10px;
  color: #3c5d8e;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure-content-bullets .text {
    width: 100%;
  }
}

.main-page__content-bottom-structure .splitter {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-structure .splitter {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-structure .splitter {
    width: calc(100% - 40px);
  }
}

.main-page__content-bottom-links {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-links {
    width: calc(100% - 60px);
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}

.main-page__content-bottom-links-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links-container {
    flex-direction: column;
  }
}

.main-page__content-bottom-links:last-child {
  margin-bottom: 0;
}

.main-page__content-bottom-links a {
  display: inline-block;
  font-weight: bold;
  color: #3c5d8e;
  font-size: 20px;
  line-height: 30px;
  margin-left: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-links a {
    margin-left: 0;
  }
}

.main-page__content-bottom-links a:last-child {
  margin-bottom: 0;
}

.main-page__content-bottom-links a._block {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  width: 27%;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links a._block {
    padding-left: 12px;
    margin-left: 15px;
    width: auto;
  }
}

.main-page__content-bottom-links a._block:last-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-links a._block {
    padding-left: 0;
  }
}

.main-page__content-bottom-links a._block > p {
  display: inline-block;
  font-weight: bold;
  color: #3c5d8e;
  font-size: 16px;
  line-height: 30px;
  margin-left: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links a._block > p {
    line-height: 24px;
  }
}

.main-page__content-bottom-links a._block > p:last-child {
  margin-bottom: 0;
}

.main-page__content-bottom-links a._block > svg {
  width: 44px;
  min-width: 44px;
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-links a._block > svg {
    width: 34px;
    min-width: 34px;
  }
}

.main-page__content-bottom-links a._block:nth-child(2) {
  width: 34%;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links a._block:nth-child(2) {
    width: auto;
  }
}

.main-page__content-bottom-links p {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-bottom-links p {
    margin-left: 0;
  }
}

.main-page__content-bottom-links p.header {
  font-weight: bold;
  background: none;
}

.main-page__content-bottom-links p a {
  margin: 0;
  font-weight: bold;
  color: #3c5d8e;
}

.main-page__content-bottom-links p a:last-child {
  margin: 0;
}

.main-page__content-bottom-links .splitter {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-bottom-links .splitter {
    margin-bottom: 20px;
  }
}

.main-page__content-bottom._pb-0 {
  padding-bottom: 0;
}

.main-page__content-to-main-link {
  width: 100%;
  padding: 0 50px 10px 50px;
}

@media screen and (max-width: 1158px) {
  .main-page__content-to-main-link {
    padding: 10px 32px 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .main-page__content-to-main-link {
    padding-bottom: 16px;
  }
}

.main-page__content-to-main-link .overview__back {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .main-page__content-to-main-link._p-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.category-page__content-bottom-structure {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure {
    width: calc(100% - 60px);
    margin-bottom: 10px;
  }
}

.category-page__content-bottom-structure:last-child {
  margin-bottom: 0;
}

.category-page__content-bottom-structure .splitter {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure .splitter {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure .splitter {
    width: calc(100% - 40px);
  }
}

.category-page__content-bottom-structure-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.2s;
  width: 100%;
  padding: 32px 50px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-open {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-open {
    width: 100%;
    padding: 16px 20px;
  }
}

.category-page__content-bottom-structure-open.opened {
  border-radius: 10px 10px 0 0;
}

.category-page__content-bottom-structure-open .text {
  font-weight: bold;
  color: #3c5d8e;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-open .text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-open .text {
    text-align: left;
    width: 150px;
    font-size: 14px;
    line-height: 21px;
  }
}

.category-page__content-bottom-structure-open .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(60, 93, 142, 0.2);
  transition: all ease-in-out 0.2s;
  transform: rotate(0);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-open .arrow {
    background-size: 6px 16px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-open .arrow {
    background-size: 8px 21px;
    width: 40px;
    height: 40px;
  }
}

.category-page__content-bottom-structure-open .arrow.opened {
  transform: rotate(180deg);
}

.category-page__content-bottom-structure-open .arrow > svg > path {
  transition: all ease-in-out 0.2s;
}

.category-page__content-bottom-structure-open:hover .arrow {
  background-color: #3c5d8e;
}

.category-page__content-bottom-structure-open:hover .arrow > svg > path {
  fill: #ffffff;
}

.category-page__content-bottom-structure-content {
  top: 0;
  left: 0;
  overflow-y: hidden;
  height: auto;
  transition: all ease-in-out 0.3s;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.category-page__content-bottom-structure-content._hide {
  height: 0;
}

.category-page__content-bottom-structure-content-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.03);
  width: 100%;
  height: auto;
  padding: 10px 50px 10px 80px;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item {
    padding: 24px 32px 24px 64px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item {
    width: 100%;
    padding: 20px 20px 20px 52px;
  }
}

.category-page__content-bottom-structure-content-item:hover {
  transition: all 0.3s ease-out;
}

.category-page__content-bottom-structure-content-item:hover
  .category-page__content-bottom-structure-content-item-link {
  color: #ff5858;
  transition: all 0.3s ease-out;
}

.category-page__content-bottom-structure-content-item:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

.category-page__content-bottom-structure-content-item-left {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-left {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

.category-page__content-bottom-structure-content-item-left img {
  width: 70px;
  height: auto;
  margin-bottom: 14px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-left img {
    width: 60px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-left img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 70px;
  }
}

.category-page__content-bottom-structure-content-item-left h6 {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 22px;
  width: 175px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-left h6 {
    font-size: 12px;
    line-height: 18px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-left h6 {
    font-size: 16px;
    line-height: 22px;
    width: auto;
  }
}

.category-page__content-bottom-structure-content-item-left h6 span {
  font-weight: bold;
  color: #333333;
}

.category-page__content-bottom-structure-content-item-splitter {
  position: absolute;
  display: flex;
  flex: 0 0 auto;
  background-color: #e0e0e0;
  left: 236px;
  width: 1px;
  height: calc(100% - 32px);
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-splitter {
    left: 193px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-splitter {
    display: none;
  }
}

.category-page__content-bottom-structure-content-item-right {
  margin-left: 62px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-right {
    margin-left: 48px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-right {
    margin: 0;
  }
}

.category-page__content-bottom-structure-content-item-right h6 {
  font-weight: bold;
  color: #3c5d8e;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-right h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.category-page__content-bottom-structure-content-item-right p {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-right p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-right p {
    font-size: 16px;
    line-height: 20px;
  }
}

.category-page__content-bottom-structure-content-item-date,
.category-page__content-bottom-structure-content-item-time,
.category-page__content-bottom-structure-content-item-link {
  color: #969696;
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
}

.category-page__content-bottom-structure-content-item-link {
  padding-left: 10px;
  transition: all 0.3s ease-out;
}

.category-page__content-bottom-structure-content-item-time {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}

.category-page__content-bottom-structure-content-item-time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #d0d0d0;
}

.category-page__content-bottom-structure-content-item-title {
  color: #3c5d8e;
  font-size: 18px;
  line-height: 30px;
}

.category-page__content-bottom-structure-content-item-sourse {
  margin-top: 15px;
  color: #000000;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
}

.category-page__content-bottom-structure-content-item-useful-link {
  font-size: 18px;
  line-height: 30px;
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-useful-link {
    margin-bottom: 6px;
  }
}

.category-page__content-bottom-structure-content-item-useful-link-svg {
  position: absolute;
  top: 19px;
  left: 50px;
  min-width: 12px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-item-useful-link-svg {
    top: 33px;
    left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-useful-link-svg {
    left: 20px;
    top: 28px;
  }
}

.category-page__content-bottom-structure-content-item-useful-link-svg path {
  fill: #ff5858;
}

.category-page__content-bottom-structure-content-item-responsible-right {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
  color: #3c5d8e;
  font-size: 18px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-responsible-right {
    margin-left: 0;
    padding-left: 0;
    display: block;
  }
}

.category-page__content-bottom-structure-content-item-responsible-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 24px;
  background: #d0d0d0;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-item-responsible-right:before {
    display: none;
  }
}

.category-page__content-bottom-structure-content-item-responsible-right a {
  font-size: 16px;
  color: #3c5d8e;
}

.category-page__content-bottom-structure-content.responsible
  .category-page__content-bottom-structure-content-item {
  display: block;
}

.category-page__content-bottom-structure-content
  .main-page__content-bottom-links {
  width: 100%;
  background: #ffffff;
  padding: 0;
}

.category-page__content-bottom-structure-content
  .main-page__content-bottom-links
  a,
.category-page__content-bottom-structure-content
  .main-page__content-bottom-links
  p {
  margin-left: 0;
}

.category-page__content-bottom-structure-content
  .main-page__content-bottom-links
  p {
  margin-bottom: 0;
}

.category-page__content-bottom-structure-content-bullets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px 50px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1158px) {
  .category-page__content-bottom-structure-content-bullets {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-bullets {
    padding: 16px 20px;
  }
}

.category-page__content-bottom-structure-content-bullets:before {
  content: "";
  display: block;
  position: relative;
  top: -33px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-bullets:before {
    top: -16px;
  }
}

.category-page__content-bottom-structure-content-bullets .text {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 10px;
  color: #3c5d8e;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .category-page__content-bottom-structure-content-bullets .text {
    width: 100%;
  }
}

.category-page__form-container {
  padding: 0 50px 0;
  width: 100%;
}

@media screen and (max-width: 1158px) {
  .category-page__form-container {
    padding: 0 32px 0;
  }
}

.category-page__form-wrapper {
  margin-top: 37px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .category-page__form-wrapper {
    width: 100% !important;
    margin-top: 24px;
    margin-bottom: 34px;
  }
}

.survey h2 {
  margin-bottom: 24px;
}

.survey h4 {
  margin-bottom: 64px;
}

@media screen and (max-width: 1023px) {
  .survey h4 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .survey h4 {
    margin-bottom: 32px;
  }
}

.survey__help {
  position: relative;
  top: -15px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  margin-left: 14px;
  width: 22px;
  height: 22px;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  .survey__help {
    top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .survey__help {
    top: -1px;
  }
}

.survey__help:hover,
.survey__help:focus,
.survey__help:focus-within,
.survey__help:active {
  background: rgba(255, 255, 255, 0.5);
}

.survey__help-popup {
  position: absolute;
  background: #ffffff;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 14px 28px 16px 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100vw;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .survey__help-popup {
    max-width: 180px;
    padding: 16px;
    transform: none;
    right: -16px;
    left: auto;
  }
}

.survey__help-popup:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-top: 10px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media screen and (max-width: 767px) {
  .survey__help-popup:after {
    right: 22px;
    left: auto;
  }
}

.survey__form-line {
  margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
  .survey__form-line {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-line {
    margin-bottom: 24px;
  }
}

.survey__form-line-header {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .survey__form-line-header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-line-header {
    justify-content: space-between;
    margin-bottom: 24px;
  }
}

.survey__form-line-header h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}

@media screen and (max-width: 1023px) {
  .survey__form-line-header h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-line-header h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

.survey__form-line-header div {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.survey__form-line-header div a,
.survey__form-line-header a {
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.8);
  transition: all ease-in-out 0.2s;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
}

@media screen and (max-width: 1023px) {
  .survey__form-line-header div a,
  .survey__form-line-header a {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-line-header div a,
  .survey__form-line-header a {
    font-size: 12px;
    line-height: 20px;
  }
}

.survey__form-line-header div a:hover,
.survey__form-line-header div a:focus,
.survey__form-line-header div a:focus-within,
.survey__form-line-header a:hover,
.survey__form-line-header a:focus,
.survey__form-line-header a:focus-within {
  color: #ffffff;
}

.survey__form-line-header div a {
  line-height: inherit;
  position: relative;
  top: -2px;
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .survey__form-line-header div a {
    line-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-line-header div a {
    top: 0;
    margin-left: 0;
    line-height: inherit;
  }
}

.survey__form-line-header .survey__help a {
  position: static;
  font-size: 14px;
  line-height: 22px;
  color: #3c5d8e;
  margin-left: 0;
  text-decoration: underline;
}

.survey__form-line-header .survey__help a:hover {
  color: #3c5d8e;
  text-decoration: none;
}

.survey__form-row-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .survey__form-row-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}

.survey__form-row {
  list-style: none;
  padding: 0;
  margin: 0 0 -32px -32px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .survey__form-row {
    margin: 0 0 -16px -16px;
  }
}

.survey__form-row > li {
  width: 33.33333%;
  padding: 0 0 32px 32px;
}

@media screen and (max-width: 1023px) {
  .survey__form-row > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-row > li {
    width: 100%;
    padding: 0 0 16px 16px;
  }
}

.survey__form-radio,
.survey__form-checkbox,
.survey__form-checkbox-none {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
}

.survey__form-radio input,
.survey__form-checkbox input,
.survey__form-checkbox-none input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.2s;
}

.survey__form-radio input:hover,
.survey__form-checkbox input:hover,
.survey__form-checkbox-none input:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .survey__form-radio input:hover,
  .survey__form-checkbox input:hover,
  .survey__form-checkbox-none input:hover {
    background: none;
  }
}

.survey__form-radio input:checked,
.survey__form-radio input:disabled,
.survey__form-checkbox input:checked,
.survey__form-checkbox input:disabled,
.survey__form-checkbox-none input:checked,
.survey__form-checkbox-none input:disabled {
  opacity: 1 !important;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.survey__form-radio input:checked ~ label,
.survey__form-checkbox input:checked ~ label,
.survey__form-checkbox-none input:checked ~ label {
  color: #3c5d8e;
  font-weight: bold;
}

.survey__form-radio label,
.survey__form-checkbox label,
.survey__form-checkbox-none label {
  cursor: pointer;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out 0.2s;
  left: 20px;
  font-size: 20px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1023px) {
  .survey__form-radio label,
  .survey__form-checkbox label,
  .survey__form-checkbox-none label {
    left: 14px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-radio label,
  .survey__form-checkbox label,
  .survey__form-checkbox-none label {
    left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.survey__form-radio {
  height: 60px;
}

.survey__form-radio label._checked {
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .survey__form-radio {
    width: 100%;
    height: 52px;
  }

  .survey__form-radio:first-child {
    margin-bottom: 16px;
  }
}

.survey__form-radio:checked {
  color: #3c5d8e;
}

.survey__form-checkbox {
  height: 90px;
}

@media screen and (max-width: 1023px) {
  .survey__form-checkbox {
    height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 814px) {
  .survey__form-checkbox:first-child label {
    word-wrap: break-word;
    width: 74%;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-checkbox {
    width: 100%;
    height: 52px;
  }
}

.survey__form-checkbox label._checked {
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .survey__form-checkbox label br {
    display: none;
  }
}

.survey__form-checkbox-none {
  justify-content: center;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .survey__form-checkbox-none {
    height: 52px;
  }
}

.survey__form-checkbox-none label {
  left: initial;
}

.survey__form-checkbox-none label._checked {
  color: #3c5d8e;
}

.survey__form-checklist {
  margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
  .survey__form-checklist {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-checklist {
    margin-bottom: 20px;
  }
}

.survey__form-checklist-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .survey__form-checklist-header {
    display: block;
    margin-bottom: 24px;
  }
}

.survey__form-checklist-header h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 44px;
}

@media screen and (max-width: 1023px) {
  .survey__form-checklist-header h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-checklist-header h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.survey__form-checklist-header span {
  font-style: italic;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 1023px) {
  .survey__form-checklist-header span {
    font-size: 12px;
    line-height: 16px;
  }
}

.survey__form-ctrlbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .survey__form-ctrlbox {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}

.survey__form-ctrlbox ._hide {
  display: none;
}

.survey__form-ctrlbox p {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  .survey__form-ctrlbox p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .survey__form-ctrlbox p {
    order: 2;
  }
}

.survey__form-ctrlbox p a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out 0.2s;
}

.survey__form-ctrlbox p a:hover,
.survey__form-ctrlbox p a:focus,
.survey__form-ctrlbox p a:focus-within {
  color: #ffffff;
}

.survey__form-ctrlbox button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3c5d8e;
  border-radius: 5px;
  font-weight: normal;
  transition: all ease-in-out 0.2s;
  width: 250px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .survey__form-ctrlbox button {
    order: 1;
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.survey__form-ctrlbox button span {
  color: #ffffff;
  transition: all ease-in-out 0.2s;
}

.survey__form-ctrlbox button svg {
  transition: all ease-in-out 0.2s;
  height: auto;
  fill: rgba(255, 255, 255, 0.5);
  width: 18px;
}

.survey__form-ctrlbox button:hover,
.survey__form-ctrlbox button:focus,
.survey__form-ctrlbox button:focus-within {
  background: #ffffff;
}

.survey__form-ctrlbox button:hover span,
.survey__form-ctrlbox button:focus span,
.survey__form-ctrlbox button:focus-within span {
  color: #3c5d8e;
}

.survey__form-ctrlbox button:hover svg,
.survey__form-ctrlbox button:hover svg *,
.survey__form-ctrlbox button:focus svg,
.survey__form-ctrlbox button:focus svg *,
.survey__form-ctrlbox button:focus-within svg,
.survey__form-ctrlbox button:focus-within svg * {
  stroke: #3c5d8e;
  fill: #3c5d8e;
}

.survey__back {
  margin-top: 50px;
  margin-bottom: 50px;
}

.benefits {
  background: #bebebe
    linear-gradient(
      222.49deg,
      rgba(255, 255, 255, 0.5) 0%,
      #ffffff 61.98%,
      rgba(255, 255, 255, 0) 100%
    );
}

.benefits__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 92px;
  padding-bottom: 92px;
}

@media screen and (max-width: 1158px) {
  .benefits__header {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header {
    padding-top: 48px;
    padding-bottom: 20px;
  }
}

.benefits__header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.benefits__header-bg img {
  position: absolute;
  width: 100%;
  top: -120%;
}

@media screen and (max-width: 767px) {
  .benefits__header-bg img {
    top: -50px;
  }
}

.benefits__header-wrapper {
  position: relative;
  z-index: 3;
}

.benefits__header h2 {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 46px;
  line-height: 48px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1158px) {
  .benefits__header h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.benefits__header h4 {
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 1158px) {
  .benefits__header h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.benefits__header-filter {
  position: absolute;
  bottom: -210px;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter {
    bottom: -202px;
  }
}

@media screen and (max-width: 1023px) {
  .benefits__header-filter {
    bottom: -236px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter {
    margin-top: 20px;
    bottom: 0;
    position: relative;
  }
}

.benefits__header-filter-container {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-container {
    position: relative;
    flex-direction: column;
  }
}

.benefits__header-filter-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #ffffff;
  padding: 32px;
  width: 255px;
  height: 146px;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter-item {
    padding: 20px;
    width: 218px;
    height: 116px;
  }
}

@media screen and (max-width: 1023px) {
  .benefits__header-filter-item {
    justify-content: space-between;
    padding: 10px;
    width: 162px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-item {
    padding: 32px;
    width: 100%;
    height: auto;
  }
}

.benefits__header-filter-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.benefits__header-filter-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.benefits__header-filter-item:nth-child(1):after,
.benefits__header-filter-item:nth-child(2):after,
.benefits__header-filter-item:nth-child(3):after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  opacity: 0.1;
  background: #333333;
  width: 1px;
  height: 108px;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter-item:nth-child(1):after,
  .benefits__header-filter-item:nth-child(2):after,
  .benefits__header-filter-item:nth-child(3):after {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-item:nth-child(1):after,
  .benefits__header-filter-item:nth-child(2):after,
  .benefits__header-filter-item:nth-child(3):after {
    right: initial;
    top: initial;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .benefits__header-filter-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.benefits__header-filter-item label {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 1023px) {
  .benefits__header-filter-item label {
    font-size: 10px;
  }

  .benefits__header-filter-item label br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-item label {
    font-size: 12px;
  }
}

.benefits__header-filter-item-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 12px;
  background-size: 10px 6px;
  background-image: url("../images/select-icon.svg");
  border: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter-item-select {
    font-size: 18px;
    line-height: 24px;
    background-position: right 9px;
  }
}

.benefits__header-filter-item-select option {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter-item-select option {
    font-size: 18px;
    line-height: 24px;
  }
}

.benefits__header-filter-chkbx-container {
  width: 100%;
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-chkbx-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-chkbx-container
    .benefits__header-filter-chkbx:nth-child(1) {
    margin-bottom: 20px;
  }
}

.benefits__header-filter-chkbx-container
  .benefits__header-filter-chkbx:nth-child(1)
  label {
  width: 442px;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter-chkbx-container
    .benefits__header-filter-chkbx:nth-child(1)
    label {
    width: 382px;
  }
}

@media screen and (max-width: 1023px) {
  .benefits__header-filter-chkbx-container
    .benefits__header-filter-chkbx:nth-child(1)
    label {
    width: 276px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__header-filter-chkbx-container
    .benefits__header-filter-chkbx:nth-child(1)
    label {
    width: 100%;
  }
}

.benefits__header-filter-chkbx-container
  .benefits__header-filter-chkbx:nth-child(2)
  label {
  width: 386px;
  margin-right: 0;
}

@media screen and (max-width: 1158px) {
  .benefits__header-filter-chkbx-container
    .benefits__header-filter-chkbx:nth-child(2)
    label {
    width: auto;
  }
}

.benefits__header-filter-chkbx {
  display: flex;
}

.benefits__header-filter-chkbx input {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  flex: 0 0 auto;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-right: 11px;
  width: 14px;
  height: 14px;
}

.benefits__header-filter-chkbx input:after {
  position: absolute;
  content: "";
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/checked.png");
  width: 11px;
  height: 8px;
  top: 1px;
  left: 4px;
}

.benefits__header-filter-chkbx input:checked:after {
  display: initial;
}

.benefits__header-filter-chkbx label {
  cursor: pointer;
  letter-spacing: -0.01em;
  color: rgba(51, 51, 51, 0.5);
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  margin-right: 30px;
}

.benefits__content {
  margin-top: 50px;
}

@media screen and (max-width: 1158px) {
  .benefits__content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .benefits__content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__content {
    margin-top: 32px;
  }
}

.benefits__content-wrapper {
  position: relative;
  z-index: 2;
}

.benefits__content h3 {
  font-weight: bold;
  color: #333333;
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 36px;
}

@media screen and (max-width: 1158px) {
  .benefits__content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.benefits__benefits {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1158px) {
  .benefits__benefits {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1023px) {
  .benefits__benefits {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .benefits__benefits {
    justify-content: center;
  }
}

.benefits__benefits-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  background: none;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  transition: all ease 0.4s;
  cursor: pointer;
  margin-bottom: 40px;
  padding: 36px;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .benefits__benefits-item {
    padding: 36px;
    width: 100%;
    height: 200px;
  }
}

.benefits__benefits-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
  background-image: none;
  transform: scaleY(1);
  transition: all ease 0.4s;
}

.benefits__benefits-item:after {
  position: absolute;
  content: "";
  transform: scaleY(1);
  transition: all ease 0.4s;
  background: #e0e0e0;
  bottom: 0;
  left: 40px;
  height: 2px;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .benefits__benefits-item:after {
    left: 30px;
  }
}

.benefits__benefits-item .content {
  position: relative;
  transform: translateY(0);
  transition: all ease 0.4s;
}

.benefits__benefits-item .content h6 {
  font-weight: bold;
  color: #333333;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 14px;
  transition: all ease 0.4s;
}

@media screen and (max-width: 1023px) {
  .benefits__benefits-item .content h6 {
    font-size: 18px;
    line-height: 24px;
  }
}

.benefits__benefits-item .content p {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  transition: all ease 0.4s;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 1023px) {
  .benefits__benefits-item .content p {
    font-size: 12px;
    line-height: 18px;
  }
}

.benefits__benefits-item:hover:before,
.benefits__benefits-item:focus:before,
.benefits__benefits-item:focus-within:before {
  transform: scaleY(1.07);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: #ffffff;
  background-image: url("../images/eagle-small-bg.png");
}

.benefits__benefits-item:hover:after,
.benefits__benefits-item:focus:after,
.benefits__benefits-item:focus-within:after {
  background: #3c5d8e;
  transform: translateY(11px);
}

@media screen and (max-width: 767px) {
  .benefits__benefits-item:hover:after,
  .benefits__benefits-item:focus:after,
  .benefits__benefits-item:focus-within:after {
    transform: translateY(7px);
  }
}

.benefits__benefits-item:hover .content,
.benefits__benefits-item:focus .content,
.benefits__benefits-item:focus-within .content {
  transform: translateY(-64px);
}

@media screen and (max-width: 767px) {
  .benefits__benefits-item:hover .content,
  .benefits__benefits-item:focus .content,
  .benefits__benefits-item:focus-within .content {
    transform: translateY(-16px);
  }
}

.benefits__ctrl {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 806px) {
  .benefits__ctrl {
    flex-wrap: wrap;
  }

  .benefits__ctrl .overview__ctrl-right {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__ctrl .overview__ctrl-right {
    margin-top: 20px;
  }
}

.benefits__download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 767px) {
  .benefits__download {
    width: 100%;
  }
}

.benefits__download svg {
  width: 7px;
  height: 14px;
  transition: all ease-in-out 0.2s;
}

.benefits__download svg path:first-child {
  fill: #3c5d8e;
  transition: all ease-in-out 0.2s;
}

.benefits__download svg path:nth-child(2) {
  stroke: #3c5d8e;
  transition: all ease-in-out 0.2s;
}

.benefits__download span {
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  color: #3c5d8e;
  transition: all ease-in-out 0.2s;
}

.benefits__download:hover,
.benefits__download:focus-within,
.benefits__download:focus,
.benefits__download:active {
  background: #3c5d8e;
}

.benefits__download:hover svg path:first-child,
.benefits__download:focus-within svg path:first-child,
.benefits__download:focus svg path:first-child,
.benefits__download:active svg path:first-child {
  fill: #ffffff;
}

.benefits__download:hover svg path:nth-child(2),
.benefits__download:focus-within svg path:nth-child(2),
.benefits__download:focus svg path:nth-child(2),
.benefits__download:active svg path:nth-child(2) {
  stroke: #ffffff;
}

.benefits__download:hover span,
.benefits__download:focus-within span,
.benefits__download:focus span,
.benefits__download:active span {
  color: #ffffff;
}

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

.benefits__ctrlpad .splitter {
  width: 1px;
  height: 24px;
  background: #e0e0e0;
}

@media screen and (max-width: 767px) {
  .benefits__ctrlpad {
    margin-top: 20px;
    flex-direction: column;
  }

  .benefits__ctrlpad .splitter {
    display: none;
  }
}

.benefits__all,
.benefits__refresh {
  display: flex;
  align-items: center;
}

.benefits__all svg,
.benefits__refresh svg {
  transition: all ease-in-out 0.2s;
}

.benefits__all span,
.benefits__refresh span {
  font-weight: normal;
  color: #3c5d8e;
  font-size: 16px;
  line-height: 36px;
  transition: all ease-in-out 0.2s;
}

.benefits__all:hover span,
.benefits__all:focus-within span,
.benefits__all:focus span,
.benefits__all:active span,
.benefits__refresh:hover span,
.benefits__refresh:focus-within span,
.benefits__refresh:focus span,
.benefits__refresh:active span {
  color: #333333;
  text-decoration: underline;
}

.benefits__all {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .benefits__all {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.benefits__all svg {
  width: 14px;
  height: 3px;
}

.benefits__all svg * {
  fill: rgba(60, 93, 142, 0.9);
  transition: all ease-in-out 0.2s;
}

.benefits__all:hover svg *,
.benefits__all:focus-within svg *,
.benefits__all:focus svg *,
.benefits__all:active svg * {
  fill: rgba(51, 51, 51, 0.5);
}

.benefits__refresh {
  margin-left: 18px;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .benefits__refresh {
    margin-right: 0;
    margin-left: 0;
  }
}

.benefits__refresh svg {
  width: 16px;
  height: 16px;
}

.benefits__refresh svg * {
  stroke: rgba(60, 93, 142, 0.9);
  transition: all ease-in-out 0.2s;
}

.benefits__refresh:hover svg *,
.benefits__refresh:focus-within svg *,
.benefits__refresh:focus svg *,
.benefits__refresh:active svg * {
  stroke: rgba(51, 51, 51, 0.5);
}

.benefits__form-wrapper {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .benefits__form-wrapper {
    width: 100% !important;
    margin-bottom: 54px;
  }
}

.overview {
  background: #e5e5e5;
}

.overview__wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .overview__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.overview__back {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  background: #3c5d8e;
  border-radius: 5px;
  margin-bottom: 40px;
  width: 240px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .overview__back {
    width: 100%;
    margin-bottom: 24px;
  }
}

.overview__back svg {
  width: 18px;
  height: 18px;
  transition: all ease-in-out 0.2s;
}

.overview__back svg * {
  stroke: rgba(255, 255, 255, 0.5);
}

.overview__back span {
  font-weight: normal;
  transition: all ease-in-out 0.2s;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.overview__back:hover,
.overview__back:focus-within,
.overview__back:focus,
.overview__back:active {
  background: #5896d2;
}

.overview__back._survey-page {
  margin-top: 70px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .overview__back._survey-page {
    margin-top: 45px;
  }
}

.overview__main {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 52px 50px;
  margin-bottom: 40px;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .overview__main {
    padding: 32px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main {
    padding: 20px 20px;
    margin-bottom: 24px;
  }
}

.overview__main h1 {
  font-weight: bold;
  color: #333333;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 72px;
}

@media screen and (max-width: 1023px) {
  .overview__main h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.overview__main-desc {
  display: flex;
}

@media screen and (max-width: 767px) {
  .overview__main-desc {
    flex-direction: column;
  }
}

.overview__main-desc-item:first-child {
  margin-right: 116px;
}

@media screen and (max-width: 1023px) {
  .overview__main-desc-item:first-child {
    margin-right: 64px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main-desc-item:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.overview__main-desc-item div {
  background: #ff5858;
  width: 50px;
  height: 2px;
  margin-bottom: 36px;
}

@media screen and (max-width: 1023px) {
  .overview__main-desc-item div {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main-desc-item div {
    width: 100px;
    margin-bottom: 16px;
  }
}

.overview__main-desc-item h2 {
  font-weight: 500;
  color: #333333;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
  .overview__main-desc-item h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main-desc-item h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.overview__main-desc-item p,
.overview__main-desc-item h3,
.overview__main-desc-item ul,
.overview__main-desc-item ol,
.overview__main-desc-item ul > li,
.overview__main-desc-item ol > li,
.overview__main-desc-item p > a {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.8);
  max-width: 400px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1023px) {
  .overview__main-desc-item p,
  .overview__main-desc-item h3,
  .overview__main-desc-item ul,
  .overview__main-desc-item ol,
  .overview__main-desc-item ul > li,
  .overview__main-desc-item ol > li,
  .overview__main-desc-item p > a {
    max-width: 320px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main-desc-item p,
  .overview__main-desc-item h3,
  .overview__main-desc-item ul,
  .overview__main-desc-item ol,
  .overview__main-desc-item ul > li,
  .overview__main-desc-item ol > li,
  .overview__main-desc-item p > a {
    max-width: 280px;
    font-size: 14px;
    line-height: 20px;
  }
}

.overview__main-desc-item li,
.overview__main-desc-item a {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.8) !important;
  max-width: 400px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1023px) {
  .overview__main-desc-item li,
  .overview__main-desc-item a {
    max-width: 320px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview__main-desc-item li,
  .overview__main-desc-item a {
    max-width: 280px;
    font-size: 14px;
    line-height: 20px;
  }
}

.overview__main-desc-item h3 {
  font-weight: bold;
}

.overview__main-desc-item ul,
.overview__main-desc-item ol {
  padding-bottom: 10px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .overview__main-desc-item ul,
  .overview__main-desc-item ol {
    padding-left: 30px;
  }
}

.overview__main-desc-item p {
  padding-bottom: 15px;
}

.overview__main-desc-item p > a {
  color: #3c5d8e !important;
}

.overview__main-desc :only-child {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.overview__main-desc :only-child > p,
.overview__main-desc :only-child > ul,
.overview__main-desc :only-child > ul > li,
.overview__main-desc :only-child > h2,
.overview__main-desc :only-child > h3 {
  max-width: 100%;
}

.overview__main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/eagle-big-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  z-index: -1;
}

.overview__contacts {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .overview__contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}

.overview__contacts-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 48.5%;
  padding: 32px 52px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .overview__contacts-item {
    padding: 20px 32px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .overview__contacts-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 24px;
  }
}

.overview__contacts-item span {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1023px) {
  .overview__contacts-item span {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview__contacts-item span {
    font-size: 14px;
    line-height: 18px;
  }
}

.overview__contacts-item span span {
  font-weight: bold;
}

.overview__contacts-item:nth-child(1) img {
  height: 60px;
  margin-right: 27px;
}

@media screen and (max-width: 767px) {
  .overview__contacts-item:nth-child(1) img {
    width: 48px;
    height: 48px;
    margin-right: 18px;
  }
}

.overview__contacts-item:nth-child(2) img {
  height: 60px;
  margin-right: 37px;
}

@media screen and (max-width: 767px) {
  .overview__contacts-item:nth-child(2) img {
    width: 34px;
    height: 48px;
    margin-right: 32px;
  }
}

.overview__contacts-item img.red-arrow {
  position: absolute;
  margin-right: 0;
  width: 12px;
  height: 12px;
  right: 32px;
  top: 32px;
}

@media screen and (max-width: 767px) {
  .overview__contacts-item img.red-arrow {
    right: 20px;
    top: 20px;
  }
}

.overview__contacts :only-child {
  width: 100%;
}

.overview__slide-more-button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  padding: 20px 52px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-more-button {
    padding: 20px 32px;
  }
}

@media screen and (max-width: 767px) {
  .overview__slide-more-button {
    padding: 20px;
  }
}

.overview__slide-more-button span {
  color: #333333;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .overview__slide-more-button span {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
  }
}

.overview__slide-more-button img {
  transform: rotate(0);
  transition: all ease-in-out 0.3s;
}

.overview__slide-more-button img.rotate {
  transform: rotate(180deg);
}

.overview__slide-content {
  overflow: hidden;
  height: initial;
  transition: all ease-in-out 0.4s;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .overview__slide-content {
    margin-bottom: 24px;
  }
}

.overview__slide-content.hidden {
  height: 0;
}

@media print {
  .overview__slide-content.hidden {
    height: auto;
  }
}

.overview__slide-content-text {
  border-left: 2px solid #ff5858;
  padding: 32px 50px;
  margin-top: 30px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-content-text {
    padding: 32px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .overview__slide-content-text {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.overview__slide-content-text p,
.overview__slide-content-text a,
.overview__slide-content-text li {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-content-text p,
  .overview__slide-content-text a,
  .overview__slide-content-text li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview__slide-content-text p,
  .overview__slide-content-text a,
  .overview__slide-content-text li {
    font-size: 14px;
    line-height: 16px;
  }
}

.overview__slide-content-text p:last-child,
.overview__slide-content-text a:last-child,
.overview__slide-content-text li:last-child {
  margin-bottom: 0;
}

.overview__slide-content-text li {
  margin-bottom: 0;
}

.overview__slide-content-text a {
  margin-bottom: 0;
  color: #3c5d8e;
}

.overview__slide-content-text ul,
.overview__slide-content-text ol {
  padding-bottom: 10px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .overview__slide-content-text ul,
  .overview__slide-content-text ol {
    padding-left: 30px;
  }
}

.overview__slide-content-docs-block {
  position: relative;
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  padding: 10px 50px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-content-docs-block {
    padding: 10px 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview__slide-content-docs-block {
    padding: 20px;
  }
}

.overview__slide-content-docs-block:first-child {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-content-docs-block:first-child {
    margin-top: 20px;
  }
}

.overview__slide-content-docs-block:hover,
.overview__slide-content-docs-block:focus-within,
.overview__slide-content-docs-block:focus,
.overview__slide-content-docs-block:active {
  background: #ffffff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.03);
}

.overview__slide-content-docs-block p.name {
  font-weight: normal;
  color: #3c5d8e;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-content-docs-block p.name {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overview__slide-content-docs-block p.name {
    font-size: 14px;
    line-height: 16px;
  }
}

.overview__slide-content-docs-block p.desc {
  font-style: italic;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 1023px) {
  .overview__slide-content-docs-block p.desc {
    font-size: 10px;
    line-height: 14px;
  }
}

.overview__evaluate {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.overview__evaluate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  background: #3c5d8e;
  border-radius: 5px;
  padding: 0 40px;
  height: 40px;
}

.overview__ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 2px solid #e0e0e0;
  padding: 40px 50px 0;
}

@media screen and (max-width: 1023px) {
  .overview__ctrl {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .overview__ctrl {
    flex-direction: column;
    align-items: flex-start;
    border-top: none;
    padding: 0;
  }
}

.overview__ctrl._without-spaces {
  justify-content: flex-start;
  border-top: none;
  padding: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .overview__ctrl._without-spaces {
    margin-bottom: 24px;
  }
}

.overview__ctrl-left {
  display: flex;
}

@media screen and (max-width: 767px) {
  .overview__ctrl-left {
    position: relative;
    width: 100%;
    flex-direction: column;
  }
}

.overview__ctrl-left .overview__back {
  margin-bottom: 0;
}

.overview__ctrl-left .overview__back:nth-child(2) {
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .overview__ctrl-left .overview__back:nth-child(2) {
    margin: 0 0 10px;
    order: -1;
  }
}

.overview__ctrl-right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .overview__ctrl-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.overview__ctrl-right .overview__back {
  margin-bottom: 0;
}

.overview__additional-service {
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}

.overview__additional-service:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .overview__additional-service:first-child {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.overview__additional-service:first-child svg path:first-child {
  fill: #333333;
  transition: all ease-in-out 0.3s;
}

.overview__additional-service:first-child svg path:nth-child(2) {
  stroke: #333333;
  transition: all ease-in-out 0.3s;
}

.overview__additional-service:nth-child(2) svg * {
  stroke: #333333;
  transition: all ease-in-out 0.3s;
}

.overview__additional-service span {
  font-weight: normal;
  color: #333333;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  line-height: 24px;
}

.overview__additional-service:hover:first-child svg path:first-child,
.overview__additional-service:focus-within:first-child svg path:first-child,
.overview__additional-service:focus:first-child svg path:first-child,
.overview__additional-service:active:first-child svg path:first-child {
  fill: #3c5d8e;
}

.overview__additional-service:hover:first-child svg path:nth-child(2),
.overview__additional-service:focus-within:first-child svg path:nth-child(2),
.overview__additional-service:focus:first-child svg path:nth-child(2),
.overview__additional-service:active:first-child svg path:nth-child(2) {
  stroke: #3c5d8e;
}

.overview__additional-service:hover:nth-child(2) svg *,
.overview__additional-service:focus-within:nth-child(2) svg *,
.overview__additional-service:focus:nth-child(2) svg *,
.overview__additional-service:active:nth-child(2) svg * {
  stroke: #3c5d8e;
}

.overview__additional-service:hover span,
.overview__additional-service:focus-within span,
.overview__additional-service:focus span,
.overview__additional-service:active span {
  color: #3c5d8e;
}

.overview__form-wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .overview__form-wrapper {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 34px;
  }
}

.regional__main {
  position: relative;
  width: 100%;
  border-radius: 5px;
  padding: 52px 50px 60px 50px;
}

@media screen and (max-width: 1023px) {
  .regional__main {
    padding: 32px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .regional__main {
    padding: 20px 0;
    margin-bottom: 34px;
  }
}

.regional__main h1 {
  font-weight: bold;
  color: #333333;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
  .regional__main h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 767px) {
  .regional__main h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.regional__content-information {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 52px 50px 30px 50px;
  background: #ffffff;
}

@media screen and (max-width: 1158px) {
  .regional__content-information {
    margin-bottom: 32px;
    padding: 32px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-information {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
  }
}

.regional__content-information_people {
  background: rgba(160, 222, 236, 0.15);
}

.regional__content-information_business {
  background: rgba(128, 173, 240, 0.15);
}

.regional__content-information_system {
  background: rgba(255, 150, 150, 0.08);
  margin-bottom: 0;
}

.regional__content-information-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

@media screen and (max-width: 1158px) {
  .regional__content-information-header {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-header {
    margin-bottom: 24px;
  }
}

.regional__content-information-header h3 {
  font-weight: bold;
  color: #3c5d8e;
  font-size: 36px;
  line-height: 56px;
}

@media screen and (max-width: 1158px) {
  .regional__content-information-header h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.regional__content-information-header-link {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.regional__content-information-header-link .arrow {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(60, 93, 142, 0.2);
  background-color: transparent;
  transform: rotate(0);
  transition: all ease-in-out 0.3s;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .regional__content-information-header-link .arrow {
    margin-right: 0;
  }
}

.regional__content-information-header-link .arrow.clicked {
  transform: rotate(180deg);
}

.regional__content-information-header-link .arrow > svg > path {
  transition: all ease-in-out 0.2s;
}

.regional__content-information-header-link .text {
  max-width: 150px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  color: #3c5d8e;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .regional__content-information-header-link .text {
    display: none;
  }
}

.regional__content-information-header-link:hover .arrow {
  background-color: #3c5d8e;
}

.regional__content-information-header-link:hover .arrow > svg > path {
  fill: #ffffff;
}

.regional__content-information-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.regional__content-information-content:after {
  flex-basis: 30%;
  content: "";
}

@media screen and (max-width: 1023px) {
  .regional__content-information-content:after {
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-content:after {
    display: none;
  }
}

.regional__content-information-content-hidden {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all ease-in-out 0.3s;
  height: auto;
}

@media screen and (max-width: 767px) {
  .regional__content-information-content-hidden {
    height: auto;
  }
}

.regional__content-information-content-hidden > a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .regional__content-information-content-hidden > a {
    margin-top: 20px;
  }
}

.regional__content-information-content-hidden > a:nth-child(-n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .regional__content-information-content-hidden > a:nth-child(-n + 3) {
    margin-top: 20px;
  }
}

.regional__content-information-content-hidden._rolled-up {
  height: 0;
}

.regional__content-information-content-hidden:after {
  flex-basis: 30%;
  content: "";
}

@media screen and (max-width: 1023px) {
  .regional__content-information-content-hidden:after {
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-content-hidden:after {
    display: none;
  }
}

.regional__content-information-link {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right top;
  background-image: none;
  border-radius: 10px;
  padding: 25px;
  width: 290px;
  height: 270px;
  margin-top: 30px;
  flex-basis: 30%;
}

@media screen and (max-width: 1023px) {
  .regional__content-information-link {
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-link {
    margin-top: 20px;
    flex-basis: auto;
  }
}

@media screen and (max-width: 1158px) {
  .regional__content-information-link {
    padding: 32px;
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-information-link {
    padding: 24px;
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 927px) and (max-width: 1023px) {
  .regional__content-information-link {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-link {
    padding: 30px;
    width: 100%;
    height: auto;
  }

  .regional__content-information-link:last-child {
    margin-bottom: 0;
  }
}

.regional__content-information-link:nth-child(-n + 3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .regional__content-information-link:nth-child(-n + 3) {
    margin-top: 20px;
  }
}

.regional__content-information-link-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all ease-in-out 0.3s;
  padding-top: 0;
}

@media screen and (max-width: 1023px) {
  .regional__content-information-link-container {
    padding-top: 0;
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-link-container {
    padding-top: 0;
    width: 100%;
    height: auto;
  }
}

.regional__content-information-link-container h4 {
  font-weight: bold;
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 1158px) {
  .regional__content-information-link-container h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-information-link-container h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-link-container h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.regional__content-information-link-container p {
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 1158px) {
  .regional__content-information-link-container p {
    line-height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-information-link-container p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-link-container p {
    font-size: 12px;
    line-height: 20px;
  }
}

.regional__content-information-link-container p span,
.regional__content-information-link-container p b {
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

.regional__content-information-link:hover,
.regional__content-information-link:focus,
.regional__content-information-link:active {
  box-shadow: 0 20px 40px rgba(34, 110, 125, 0.15);
  background-image: url("../images/main-page-emblem.png");
  transform: translateY(-20px);
}

@media screen and (max-width: 767px) {
  .regional__content-information-link:hover,
  .regional__content-information-link:focus,
  .regional__content-information-link:active {
    transform: translateY(-10px);
  }
}

.regional__content-information-link:hover
  .main-page__content-information-link-container,
.regional__content-information-link:focus
  .main-page__content-information-link-container,
.regional__content-information-link:active
  .main-page__content-information-link-container {
  padding-top: 22px;
}

.regional__content-information-link:hover
  .main-page__content-information-link-container
  h4,
.regional__content-information-link:hover
  .main-page__content-information-link-container
  p,
.regional__content-information-link:focus
  .main-page__content-information-link-container
  h4,
.regional__content-information-link:focus
  .main-page__content-information-link-container
  p,
.regional__content-information-link:active
  .main-page__content-information-link-container
  h4,
.regional__content-information-link:active
  .main-page__content-information-link-container
  p {
  color: #3c5d8e;
}

.regional__content-information-link:hover
  .main-page__content-information-link-container
  h4
  span,
.regional__content-information-link:hover
  .main-page__content-information-link-container
  h4
  b,
.regional__content-information-link:hover
  .main-page__content-information-link-container
  p
  span,
.regional__content-information-link:hover
  .main-page__content-information-link-container
  p
  b,
.regional__content-information-link:focus
  .main-page__content-information-link-container
  h4
  span,
.regional__content-information-link:focus
  .main-page__content-information-link-container
  h4
  b,
.regional__content-information-link:focus
  .main-page__content-information-link-container
  p
  span,
.regional__content-information-link:focus
  .main-page__content-information-link-container
  p
  b,
.regional__content-information-link:active
  .main-page__content-information-link-container
  h4
  span,
.regional__content-information-link:active
  .main-page__content-information-link-container
  h4
  b,
.regional__content-information-link:active
  .main-page__content-information-link-container
  p
  span,
.regional__content-information-link:active
  .main-page__content-information-link-container
  p
  b {
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .regional__content-information-link:hover
    .main-page__content-information-link-container,
  .regional__content-information-link:focus
    .main-page__content-information-link-container,
  .regional__content-information-link:active
    .main-page__content-information-link-container {
    padding-top: 0;
  }
}

.regional__content-information-link:focus-within {
  box-shadow: 0 20px 40px rgba(34, 110, 125, 0.15);
  background-image: url("../images/main-page-emblem.png");
  transform: translateY(-20px);
}

.regional__content-information-link:focus-within
  .main-page__content-information-link-container {
  padding-top: 22px;
}

.regional__content-information-link:focus-within
  .main-page__content-information-link-container
  h4,
.regional__content-information-link:focus-within
  .main-page__content-information-link-container
  p {
  color: #3c5d8e;
}

.regional__content-information-link:focus-within
  .main-page__content-information-link-container
  h4
  span,
.regional__content-information-link:focus-within
  .main-page__content-information-link-container
  h4
  b,
.regional__content-information-link:focus-within
  .main-page__content-information-link-container
  p
  span,
.regional__content-information-link:focus-within
  .main-page__content-information-link-container
  p
  b {
  color: #3c5d8e;
}

@media screen and (max-width: 767px) {
  .regional__content-information-link:focus-within
    .main-page__content-information-link-container {
    padding-top: 0;
  }
}

.regional__content-information-link_green:after {
  background-color: #85d897;
}

.regional__content-information-link_red:after {
  background-color: #ff9696;
}

.regional__content-information-link_blue:after {
  background-color: #38c1df;
}

.regional__content-information-link_pink:after {
  background-color: #e99ed8;
}

.regional__content-information-link_orange:after {
  background-color: #ffc369;
}

.regional__content-information-link_purple:after {
  background-color: #9468a4;
}

.regional__content-information-link_aqua:after {
  background-color: #82a8df;
}

.regional__content-information-link:after {
  position: absolute;
  content: "";
  z-index: 3;
  bottom: 0;
  width: 240px;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 1158px) {
  .regional__content-information-link:after {
    width: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-information-link:after {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information-link:after {
    width: 200px;
  }
}

.regional__content-information-link-shild {
  position: absolute;
  top: 0;
  width: 81%;
  height: 20px;
  margin: 0 auto;
  color: #9ea2ab;
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  background: #f2f4f7;
  border-radius: 0 0 50px 50px;
  text-transform: uppercase;
}

.regional__content-information h2 {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}

@media screen and (max-width: 1023px) {
  .regional__content-information h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-information h2 {
    margin-bottom: 20px;
  }
}

.regional__content-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .regional__content-head {
    flex-direction: column;
    align-items: center;
  }
}

.regional__content-head-block {
  position: relative;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  height: 115px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 20px;
  flex-basis: 32%;
}

@media screen and (max-width: 1158px) {
  .regional__content-head-block {
    height: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-head-block {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-head-block {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }

  .regional__content-head-block:last-child {
    margin-bottom: 0;
  }
}

.regional__content-head-block-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.regional__content-head-block-container p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3c5d8e;
  max-width: 160px;
}

.regional__content-head-block-container svg {
  position: absolute;
  transition: all ease-in-out 0.3s;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  fill: #e5e5e5;
}

@media screen and (max-width: 1158px) {
  .regional__content-head-block-container svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .regional__content-head-block-container svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-head-block-container svg {
    width: 10px;
    height: 10px;
  }
}

.regional__content-head-block:hover,
.regional__content-head-block:focus,
.regional__content-head-block:focus-within,
.regional__content-head-block:active {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.13);
}

.regional__content-head-block:hover .regional__content-head-block-container svg,
.regional__content-head-block:focus .regional__content-head-block-container svg,
.regional__content-head-block:focus-within
  .regional__content-head-block-container
  svg,
.regional__content-head-block:active
  .regional__content-head-block-container
  svg {
  fill: #ff9696;
}

.regional__content-head:after {
  flex-basis: 32%;
  content: "";
}

@media screen and (max-width: 1023px) {
  .regional__content-head:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .regional__content-head:after {
    display: none;
  }
}

.regional__search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.regional__search-item {
  width: calc(50% - 40px);
}

@media screen and (max-width: 1023px) {
  .regional__search-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .regional__search-item {
    width: 100%;
  }
}

.regional__search-item-title {
  margin-bottom: 17px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .regional__search-item-title {
    margin-top: 17px;
    margin-bottom: 7px;
  }
}

.regional__search-item-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.02);
  transition: all ease-in-out 0.2s;
  padding: 10px 25px 10px 30px;
}

@media screen and (max-width: 1023px) {
  .regional__search-item-open {
    padding: 10px 15px;
  }
}

.regional__search-item-open.opened {
  border-radius: 5px 5px 0 0;
}

.regional__search-item-open .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.regional__search-item-open .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  transform: rotate(0);
  height: 40px;
}

.regional__search-item-open .arrow.opened {
  transform: rotate(180deg);
}

.regional__search-item-open .arrow > svg > path {
  transition: all ease-in-out 0.2s;
}

.regional__search-item-content {
  top: 0;
  left: 0;
  overflow-y: hidden;
  height: auto;
  width: 100%;
  padding-bottom: 20px;
  transition: all ease-in-out 0.3s;
  margin-top: -1px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 767px) {
  .regional__search-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.regional__search-item-content._hide {
  height: 0;
}

.regional__search-item-content-city,
.regional__search-item-content-regions {
  width: 100%;
}

.regional__search-item-content p {
  cursor: pointer;
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 1023px) {
  .regional__search-item-content p {
    width: 100%;
    padding: 10px 15px;
  }
}

.regional__search-item-content p:first-child {
  border-top: 1px solid #e5e5e5;
}

.regional__search-item-content p:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.regional__search-item-button {
  margin-top: 43px;
  width: 100%;
  height: 60px;
  background: #3c5d8e;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 1023px) {
  .regional__search-item-button {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .regional__search-item-button {
    margin-top: 46px;
  }
}

.regional__search-item._disabled {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.regional__search-item._disabled > button {
  cursor: default;
}

.form-information {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 32px 40px;
  z-index: 1;
}

@media screen and (max-width: 1158px) {
  .form-information {
    padding: 32px 32px;
  }
}

@media screen and (max-width: 767px) {
  .form-information {
    width: calc(100% - 60px);
    padding: 32px 20px;
  }
}

.form-information__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/form-bg.png") no-repeat bottom/cover;
  z-index: -1;
}

.form-information__header {
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-information__header {
    font-size: 18px;
    line-height: 24px;
  }
}

.form-information__header._mb-0 {
  margin-bottom: 0;
}

.form-information__text {
  padding: 32px 40px 24px;
  background: #f5f5f5;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .form-information__text {
    padding: 0 0 24px;
    background: transparent;
  }
}

.form-information__text p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .form-information__text p {
    font-size: 12px;
    line-height: 22px;
  }
}

.form-information__text p:not(:last-child) {
  margin-bottom: 11px;
}

.form-information__text a {
  color: #3c5d8e;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .form-information__text a {
    font-size: 12px;
    line-height: 22px;
  }
}

.form-information__error-msg {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .form-information__error-msg {
    font-size: 12px;
    line-height: 22px;
  }
}

.form-information textarea {
  width: 100%;
  padding: 25px 32px 42px;
  border: 1px solid #dcdcdc;
  border-radius: 0 0 10px 10px;
  resize: none;
  color: #333333;
  min-height: 150px;
  font-size: 14px;
  line-height: 22px;
}

.form-information textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

.form-information textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

.form-information textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

.form-information textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

.form-information textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .form-information textarea {
    padding: 10px;
  }
}

.form-information__submit {
  display: block;
  margin: 30px auto 0;
  width: 135px;
  height: 40px;
  border-radius: 5px;
  background: #3c5d8e;
  border: none;
  font-size: 16px;
  line-height: 24px;
}

.form-information__submit._disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-information__radios {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form-information__radios {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.form-information__radios-button {
  position: relative;
}

.form-information__radios-button:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .form-information__radios-button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.form-information__radios-button label {
  position: absolute;
  left: 67px;
  top: 8px;
  color: #3c5d8e;
  transition: all ease-in-out 0.2s;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.form-information__radios-button input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  color: #3c5d8e;
  width: 135px;
  height: 40px;
  transition: all ease-in-out 0.2s;
  opacity: 0.3;
  border: 1px solid #3c5d8e;
}

.form-information__radios-button input:checked {
  color: #ffffff;
  background: #3c5d8e;
  opacity: 1;
}

.form-information__radios-button input:checked ~ label {
  color: #ffffff;
}

.header {
  position: relative;
  z-index: 2000;
  top: 0;
  background: #5b77e5;
}

.header__top {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .header__top {
    display: none;
  }
}

.header__top ._wrapper {
  display: flex;
  justify-content: end;
  padding: 0 23px;
}

@media screen and (max-width: 1023px) {
  .header__top ._wrapper {
    padding: 0;
  }
}

.header__top-left,
.header__top-right {
  display: flex;
}

.header__top-left button,
.header__top-left a,
.header__top-right button,
.header__top-right a {
  display: flex;
  align-items: center;
  background: none;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  padding: 0 12px;
  font-weight: bold;
  height: 45px;
  font-size: 12px;
  line-height: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header__top-left button:first-child,
.header__top-left a:first-child,
.header__top-right button:first-child,
.header__top-right a:first-child {
  border-left: none;
}

.header__top-left button svg,
.header__top-left a svg,
.header__top-right button svg,
.header__top-right a svg {
  width: auto;
  height: 14px;
}

.header__top-left button:nth-child(4) svg,
.header__top-left a:nth-child(4) svg,
.header__top-right button:nth-child(4) svg,
.header__top-right a:nth-child(4) svg {
  width: auto;
  height: 17px;
}

.header__top-left button:hover,
.header__top-left button:focus,
.header__top-left button:focus-within,
.header__top-left button:active,
.header__top-left a:hover,
.header__top-left a:focus,
.header__top-left a:focus-within,
.header__top-left a:active,
.header__top-right button:hover,
.header__top-right button:focus,
.header__top-right button:focus-within,
.header__top-right button:active,
.header__top-right a:hover,
.header__top-right a:focus,
.header__top-right a:focus-within,
.header__top-right a:active {
  background: #333333;
}

.header__top-right:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 45px;
  right: 0;
  background: #325c92;
}

@media screen and (max-width: 1023px) {
  .header__top-right:after {
    display: none;
  }
}

.header__top-right a {
  position: relative;
  width: 41px;
  margin-right: 0;
  padding: 0;
  text-transform: inherit;
  background: #325c92;
  transition: all 0.2s linear;
}

.header__top-right a:hover {
  transition: all 0.2s linear;
}

.header__top-right a:hover .header__top-right-description {
  opacity: 1;
  transition: all 0.2s linear;
}

.header__top-right-icon {
  display: flex;
  width: 40px;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.header__top-right-description {
  position: absolute;
  top: 0;
  left: 39px;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  white-space: nowrap;
  padding-right: 11px;
  background: #325c92;
  opacity: 0;
  transition: all 0.2s linear;
}

.header__top-right a:nth-child(1):hover .header__top-right-description {
  background: #333;
}

.header__top-right a:nth-child(1):hover {
  margin-right: 93px;
  background: #333;
}

.header__top-right a:nth-child(2):hover .header__top-right-description {
  background: #00acee;
}

.header__top-right a:nth-child(2):hover {
  margin-right: 66px;
  background: #00acee;
}

.header__top-right a:nth-child(3):hover .header__top-right-description {
  background: #2b587a;
}

.header__top-right a:nth-child(3):hover {
  margin-right: 75px;
  background: #2b587a;
}

.header__top-right a:nth-child(4):hover .header__top-right-description {
  background: #0184ff;
}

.header__top-right a:nth-child(4):hover {
  margin-right: 112px;
  background: #0184ff;
}

.header__top-right a:nth-child(5):hover .header__top-right-description {
  background: #c4302b;
}

.header__top-right a:nth-child(5):hover {
  margin-right: 119px;
  background: #c4302b;
}

.header__top-right a:nth-child(6):hover .header__top-right-description {
  background: #00acee;
}

.header__top-right a:nth-child(6):hover {
  margin-right: 94px;
  background: #00acee;
}

.header__top-right a:nth-child(7):hover .header__top-right-description {
  background: #444444;
}

.header__top-right a:nth-child(7):hover {
  margin-right: 175px;
  background: #444444;
}

.header__top-right a:nth-child(8):hover .header__top-right-description {
  background: #444444;
}

.header__top-right a:nth-child(8):hover {
  margin-right: 36px;
  background: #444444;
}

.header__bottom {
  overflow: hidden;
  /* background: #ffffff; */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.header__bottom ._wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 19.5px;
}

@media screen and (max-width: 1023px) {
  .header__bottom ._wrapper {
    margin: 0 9px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header__bottom ._wrapper {
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.header__bottom-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  margin-right: 30px;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 1023px) {
  .header__bottom-left {
    padding: 10px 0 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .header__bottom-left {
    margin-right: 10px;
    margin-top: 5px;
  }
}

.header__bottom-logo {
  display: flex;
  flex-direction: row;
  /*height: 50px;*/
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1023px) {
  .header__bottom-logo {
    /*width: 300px;*/
    /*height: 50px;*/
  }
}

@media (min-width: 341px) and (max-width: 767px) {
  .header__bottom-logo {
    /*width: 300px !important;*/
    /*height: 50px !important;*/
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .header__bottom-logo {
    /*width: 300px;*/
    /*height: 50px;*/
  }
}

.header__bottom-logo svg {
  fill: #333333;
  transition: all ease-in-out 0.2s;
  width: 100%;
  height: auto;
}

.header__bottom-logo:hover svg,
.header__bottom-logo:focus svg,
.header__bottom-logo:focus-within svg,
.header__bottom-logo:active svg {
  fill: #3c5d8e;
}

.header__bottom-right {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .header__bottom-right {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header__bottom-right {
    padding: 12.5px 0;
  }
}

.header__bottom-links {
  display: flex;
  border-top: 1px solid #eee;
  padding-top: 15px;
  /* margin-right: 15px; */
}

@media screen and (max-width: 1023px) {
  .header__bottom-links {
  }
}

.header__bottom-links li {
  list-style: none;
}

.header__bottom-links a {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #fff;
  transition: all ease-in-out 0.2s;
  font-size: 13px;
  padding: 0 16px;
}

.header__bottom-links a:hover,
.header__bottom-links a:focus,
.header__bottom-links a:focus-within,
.header__bottom-links a:active {
  color: #3c5d8e;
}

.header__bottom-links-list {
  position: relative;
  background: #ffffff;
  border-top: 2px solid #f15a22;
}

.header__bottom-links-list._menu-links-closed-block {
  display: block;
}

.header__bottom-links-list._menu-links-closed-flex {
  display: flex;
}

.header__bottom-links-list._big-list {
  position: absolute;
  justify-content: space-between;
  width: calc(100% - 60px);
  left: 0;
  margin: 0 30px;
  padding: 0 10px;
}

.header__bottom-links-list > li {
  position: relative;
  list-style: none;
  width: 218px;
}

.header__bottom-links-list > li > a {
  color: #666;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 17px;
  transition: all 0.2s;
}

.header__bottom-links-list > li > a:hover {
  background-color: #f9f9f9;
  padding-left: 18px;
}

.header__bottom-links-list-big {
  width: 25%;
  padding: 30px 20px;
  border-left: 1px solid #f2f2f2;
}

.header__bottom-links-list-big:first-child {
  border-left: none;
}

.header__bottom-links-list-big-link > li {
  position: relative;
  list-style: none;
  width: 100%;
}

.header__bottom-links-list-big-link > li > a {
  color: #666;
  padding: 7px 15px 7px 5px;
  font-size: 13px;
  line-height: 22px;
  transition: all 0.2s;
}

.header__bottom-links-list-big-link > li > a:hover {
  background-color: #f9f9f9;
  padding-left: 18px;
}

.header__bottom-links-list-wrapper {
  position: absolute;
  display: none;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
}

.header__bottom-links-list-wrapper._menu-links-closed-block {
  display: block;
}

.header__bottom-mobile {
  display: flex;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .header__bottom-mobile {
    padding-right: 13px;
  }
}

.header__bottom-mobile button,
.header__bottom-mobile a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  .header__bottom-mobile button,
  .header__bottom-mobile a {
    padding: 0 7px;
  }
}

.header__bottom-mobile button i,
.header__bottom-mobile a i {
  color: #333333;
}

.footer {
  position: relative;
  z-index: 1000;
  bottom: 0;
  background: #485068;
}

@media screen and (max-width: 1158px) {
  .footer ._wrapper {
    padding: 0 32px;
  }
}

@media screen and (max-width: 1023px) {
  .footer ._wrapper {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer ._wrapper {
    padding: 0 10px;
  }
}

.footer ._container {
  max-width: 1140px;
}

.footer__container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 20px 0;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  /* background-color: #25245e; */
  color: white;
  min-height: 100px;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer__wrapper div {
  margin-bottom: 10px;
}
.footer__wrapper p {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 567px) {
  .footer__wrapper {
  }
}

.footer__logo {
  flex: 0 0 auto;
  width: 190px;
  height: 70px;
  padding: 0 10px;
}

@media screen and (max-width: 1158px) {
  .footer__logo {
    width: 140px;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .footer__logo {
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 10px 30px;
  }
}

.footer__logo svg {
  stroke: none;
  height: 100%;
}

.footer__logo svg * {
  fill: #ffffff;
  stroke: none;
}

.footer__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .footer__nav {
    margin-top: 34px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
}

.footer__link {
  font-weight: 300;
  display: block;
  width: 25%;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
  transition: all ease-in-out 0.2s;
}

.footer__link svg {
  width: 14px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .footer__link {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__link {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .footer__link:last-child {
    margin-bottom: 0;
  }
}

._hide {
  display: none;
}

.to-top-page-button {
  z-index: 3000;
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  opacity: 1;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  transition: opacity 0.8s linear;
  -webkit-transition: opacity 0.8s linear;
}

.to-top-page-button.hidden {
  opacity: 0;
}

.to-top-page-button svg {
  margin-left: -26px;
  margin-top: -6px;
  transform: scale(0.2);
}

.side-panel-wrap.gamburger-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100%;
  overflow: auto;
  padding: 50px 70px 50px 40px;
  z-index: 1000;
  background: #f5f5f5;
  transition: all 0.5s ease;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.side-panel-wrap.gamburger-menu .widget {
  margin-top: 0px;
  padding-top: 0px;
  width: 220px;
  border-top: none;
}

.side-panel-wrap.gamburger-menu a,
.side-panel-wrap.gamburger-menu a > div {
  line-height: 21px;
  font-size: 14px;
  color: #4c4e67;
}

.side-panel-wrap.gamburger-menu a:hover,
.side-panel-wrap.gamburger-menu a > div:hover {
  color: #1570b8;
}

.side-panel-wrap.gamburger-menu._menu-closed {
  right: -300px;
}

.side-panel-wrap.gamburger-menu .logo-menu {
  width: 50px;
  margin-bottom: 10px;
}

.side-panel-wrap.gamburger-menu .close-menu-button {
  display: block;
  position: absolute;
  top: 40px;
  right: 32px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.side-panel-wrap.gamburger-menu .close-menu-button:before,
.side-panel-wrap.gamburger-menu .close-menu-button:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #333;
}

.side-panel-wrap.gamburger-menu .close-menu-button:before {
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-panel-wrap.gamburger-menu .close-menu-button:after {
  webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
