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

@font-face {
  font-family: "Lighthouse";
  src: url("../fonts/Lighthaus.otf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "AlegreyaSans-Regular";
  src: url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.mini_nivigate_row {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 0px 30px;
  display: flex;
}
.mini_nivigate_row .mini_nivigate_active {
  font-family: "AlegreyaSans-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #5393CE;
  margin-right: 6px;
  text-decoration: none;
}
.mini_nivigate_row .mini_nivigate_active:hover {
  text-decoration: underline;
}
.mini_nivigate_row .mini_nivigate_arrow {
  width: 16px;
  height: 9px;
  background-image: url(../images/icons/mini_navigate_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 7px;
  margin-right: 6px;
}
.mini_nivigate_row .mini_nivigate_a {
  font-family: "AlegreyaSans-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #B9C3C9;
  text-decoration: none;
}
.mini_nivigate_row .mini_nivigate_a:hover {
  color: #b9c3c9;
  text-decoration: underline;
}

.section_index_one {
  background-color: #F5F9FA;
  height: auto;
  padding: 0px 0px 20px 0px;
}

@media (min-width: 1000px) {
  .section_index_one_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 130px 30px 0px 30px;
    z-index: 1;
  }
  .section_index_one_row .section_index_one_row-h1 {
    font-family: "Lighthouse";
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 24px 0px;
    z-index: 9;
    width: 65%;
  }
  .section_index_one_row .section_index_one_row-p1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    width: 50%;
    z-index: 9;
  }
  .section_index_one_row .section_index_one_row_img {
    position: absolute;
    width: 950px;
    height: 350px;
    right: 0px;
    top: 100px;
    z-index: -1;
  }
  .section_index_two_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 30px 30px 30px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .section_index_two_row_item {
    width: 50%;
  }
  .section_index_two_row_img {
    max-width: 580px;
    width: 100%;
    max-height: 650px;
    height: auto;
  }
  .section_index_two_row_h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
    z-index: 0;
    padding: 0px 0px 10px 0px;
  }
  .section_index_two_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 0px 0px;
  }
  .section_index_two_row_a2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    background-color: #5393CE;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
  }
  .section_index_two_row_a2 button:hover {
    background-color: #3470A7;
  }
  .section_news {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 80px 30px;
    height: auto;
  }
  .section_news_top_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 0px 0px 0px;
  }
  .section_news_top_row .section_news_top_row_h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #5393CE;
  }
  .section_news_top_row .section_news_top_row_a {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-decoration: none;
  }
  .section_news_top_row .section_news_top_row_a:hover {
    text-decoration: underline;
  }
  .section_news_row {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
  .section_news_item {
    width: 48%;
    position: relative;
  }
  #section_news_item_1 {
    margin-top: 43px;
    margin-bottom: 170px;
  }
  #section_news_item_2 {
    margin-top: 127px;
  }
  .section_news_item_block_fon {
    background: #CBD7E3;
    max-width: 260px;
    width: 100%;
    height: 260px;
    position: relative;
  }
  .section_news_item_img {
    max-width: 450px;
    width: 95%;
    max-height: 350px;
  }
  .section_news_item_block {
    max-width: 350px;
    width: 100%;
    max-height: 220px;
    height: 100%;
    padding: 32px 56px 32px 56px;
    background-color: #5393CE;
    position: absolute;
    bottom: 0px;
    right: 20px;
  }
  .section_news_item_block p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block h2 {
    font-family: "Lighthouse";
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 32px 0px;
  }
  .section_news_item_block button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #5393CE;
    background-color: #FAF9F5;
    width: 150px;
    height: 55px;
  }
  .section_news_item_block button:hover {
    background-color: #3470A7;
    color: #fff;
  }
  .section_news_item_block_row {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .section_index_one_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 130px 30px 30px 30px;
    z-index: 1;
  }
  .section_index_one_row .section_index_one_row-h1 {
    font-family: "Lighthouse";
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 24px 0px;
  }
  .section_index_one_row .section_index_one_row-p1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    width: 100%;
    z-index: 9;
  }
  .section_index_one_row .section_index_one_row_img {
    position: absolute;
    width: 650px;
    height: 350px;
    right: 0px;
    top: 0px;
    z-index: -1;
  }
  .section_index_two_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 30px 30px 30px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .section_index_two_row_item {
    width: 50%;
  }
  .section_index_two_row_img {
    max-width: 580px;
    width: 100%;
    max-height: 650px;
    height: auto;
  }
  .section_index_two_row_h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
    z-index: 0;
    padding: 0px 0px 10px 20px;
  }
  .section_index_two_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 0px 20px;
  }
  .section_index_two_row_a2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    background-color: #5393CE;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 20px;
  }
  .section_index_two_row_a2 button:hover {
    background-color: #3470A7;
  }
  .section_news {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 80px 30px;
    height: auto;
  }
  .section_news_top_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 0px 0px 0px;
  }
  .section_news_top_row .section_news_top_row_h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #5393CE;
  }
  .section_news_top_row .section_news_top_row_a {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-decoration: none;
    padding-left: 30px;
  }
  .section_news_top_row .section_news_top_row_a:hover {
    text-decoration: underline;
  }
  .section_news_row {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
  .section_news_item {
    width: 47%;
    position: relative;
  }
  #section_news_item_1 {
    margin-top: 43px;
    margin-bottom: 230px;
  }
  #section_news_item_2 {
    margin-top: 127px;
  }
  .section_news_item_block_fon {
    background: #CBD7E3;
    max-width: 260px;
    width: 100%;
    height: 200px;
    position: relative;
  }
  .section_news_item_img {
    max-width: 450px;
    width: 95%;
    max-height: 350px;
  }
  .section_news_item_block {
    padding: 32px 56px 32px 56px;
    background-color: #5393CE;
    position: absolute;
    bottom: 0px;
    right: 20px;
  }
  .section_news_item_block p {
    font-family: "AlegreyaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block h2 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block button {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #5393CE;
    background-color: #FAF9F5;
    width: 150px;
    height: 50px;
  }
  .section_news_item_block button:hover {
    background-color: #3470A7;
    color: #fff;
  }
  .section_news_item_block_row {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .section_index_one_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 30px 30px 30px;
    z-index: 1;
  }
  .section_index_one_row .section_index_one_row-h1 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 24px 0px;
    z-index: 9;
  }
  .section_index_one_row .section_index_one_row-p1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .section_index_one_row .section_index_one_row_img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .section_index_two_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
  }
  .section_index_two_row_item {
    width: 100%;
  }
  .section_index_two_row_img {
    max-width: 580px;
    width: 100%;
    max-height: 650px;
    height: auto;
    margin-top: 30px;
  }
  .section_index_two_row_h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
    z-index: 0;
    padding: 0px 0px 10px 0px;
  }
  .section_index_two_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 0px 0px;
  }
  .section_index_two_row_a2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    background-color: #5393CE;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
  }
  .section_index_two_row_a2 button:hover {
    background-color: #3470A7;
  }
  .section_news {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
    height: auto;
  }
  .section_news_top_row {
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
  }
  .section_news_top_row .section_news_top_row_h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #5393CE;
    padding: 0px 0px 30px 0px;
  }
  .section_news_top_row .section_news_top_row_a {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-decoration: none;
    padding-bottom: 30px;
  }
  .section_news_top_row .section_news_top_row_a:hover {
    text-decoration: underline;
  }
  .section_news_row {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .section_news_item {
    width: 100%;
    margin: 0px 0px -60px 0px;
    position: relative;
  }
  .section_news_item_block_fon {
    background: #CBD7E3;
    max-width: 300px;
    height: 200px;
    position: relative;
  }
  .section_news_item_img {
    width: 100%;
    position: relative;
    padding: 20px 0px 0px 20px;
    bottom: 200px;
  }
  .section_news_item_block {
    padding: 32px 56px 32px 56px;
    background-color: #5393CE;
    position: absolute;
    bottom: 110px;
    right: 0px;
  }
  .section_news_item_block p {
    font-family: "AlegreyaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block h2 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block button {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #5393CE;
    background-color: #FAF9F5;
    width: 150px;
    height: 50px;
  }
  .section_news_item_block button:hover {
    background-color: #3470A7;
    color: #fff;
  }
}
@media (max-width: 500px) {
  .section_index_two_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
  }
  .section_index_two_row_item {
    width: 100%;
  }
  .section_index_two_row_img {
    max-width: 580px;
    width: 100%;
    max-height: 650px;
    height: auto;
    margin-top: 30px;
  }
  .section_index_two_row_h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
    z-index: 0;
    padding: 0px 0px 10px 0px;
  }
  .section_index_two_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 0px 0px;
  }
  .section_index_two_row_a2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    background-color: #5393CE;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
  }
  .section_index_two_row_a2 button:hover {
    background-color: #3470A7;
  }
  .section_news {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
    height: auto;
  }
  .section_news_top_row {
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
  }
  .section_news_top_row .section_news_top_row_h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #5393CE;
    padding: 0px 0px 30px 0px;
  }
  .section_news_top_row .section_news_top_row_a {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-decoration: none;
    padding-bottom: 30px;
  }
  .section_news_top_row .section_news_top_row_a:hover {
    text-decoration: underline;
  }
  .section_news_row {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .section_news_item {
    width: 100%;
    background-color: #CBD7E3;
    padding: 20px;
    margin: 0px 0px 40px 0px;
  }
  .section_news_item_img {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .section_news_item_block {
    margin-top: -10px;
    width: 100%;
    background-color: #5393CE;
    padding: 30px 15px 30px 30px;
  }
  .section_news_item_block p {
    font-family: "AlegreyaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block h2 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 0px 0px 16px 0px;
  }
  .section_news_item_block button {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #5393CE;
    background-color: #FAF9F5;
    width: 150px;
    height: 50px;
  }
  .section_news_item_block button:hover {
    background-color: #3470A7;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .our_partners {
    width: 100%;
    background-color: #ECF0F4;
    margin: 80px 0px 30px 0px;
  }
  .our_partners_h2 {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 30px 30px;
  }
  .our_partners_h2 h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
  }
  .our_partners_item_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
  .our_partners_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 20px 0px 20px 0px;
  }
  .our_partners_item img {
    max-width: 225px;
    max-height: 145px;
    padding: 0px 30px 0px 30px;
  }
  .our_partners_item .our_partners_item_img {
    max-width: 225px;
    max-height: 145px;
    padding: 0px 30px 0px 30px;
  }
  .our_partners_item .our_partners_item_a {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    padding: 15px 0px 0px 0px;
    text-decoration: none;
    max-width: 170px;
  }
  .our_partners_item .our_partners_item_a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .our_partners {
    width: 100%;
    background-color: #ECF0F4;
    margin: 0px 0px 30px 0px;
  }
  .our_partners_h2 {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 30px 30px;
  }
  .our_partners_h2 h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
  }
  .our_partners_item_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
  .our_partners_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 20px 0px 20px 0px;
  }
  .our_partners_item img {
    max-width: 225px;
    max-height: 145px;
    padding: 0px 30px 0px 30px;
  }
  .our_partners_item .our_partners_item_img {
    max-width: 225px;
    max-height: 145px;
    padding: 0px 30px 0px 30px;
  }
  .our_partners_item .our_partners_item_a {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    padding: 15px 0px 0px 0px;
    text-decoration: none;
    max-width: 170px;
  }
  .our_partners_item .our_partners_item_a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 500px) {
  .our_partners {
    width: 100%;
    background-color: #ECF0F4;
    margin: 20px 0px 60px 0px;
  }
  .our_partners_h2 {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 30px 30px;
  }
  .our_partners_h2 h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    text-transform: uppercase;
  }
  .our_partners_item_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .our_partners_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 20px 0px 20px 0px;
  }
  .our_partners_item img {
    max-width: 225px;
    max-height: 145px;
    padding: 0px 30px 0px 30px;
  }
  .our_partners_item .our_partners_item_img {
    max-width: 225px;
    max-height: 145px;
    padding: 0px 30px 0px 30px;
  }
  .our_partners_item .our_partners_item_a {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    padding: 15px 0px 0px 0px;
    text-decoration: none;
    max-width: 220px;
  }
  .our_partners_item .our_partners_item_a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1000px) {
  .section_map {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 60px 30px;
    position: relative;
  }
  .section_map_row {
    background-color: #ECF0F4;
    width: 400px;
    height: 600px;
    padding: 48px;
    position: absolute;
    top: 60px;
    left: 90px;
  }
  .section_map_row h3 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 48px;
  }
  .section_map_row .section_map_row_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 5px;
  }
  .section_map_row .section_map_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding-bottom: 40px;
  }
  .section_map_row .section_map_row_a1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    text-decoration: none;
  }
  .section_map_row .section_map_row_a1:hover {
    text-decoration: underline;
  }
  .section_map_row .section_map_numvers {
    padding-bottom: 40px;
  }
  .section_map_row .section_map_mail {
    padding-bottom: 40px;
  }
  .section_map_row button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 16px 32px;
    background-color: #5393CE;
    cursor: pointer;
  }
  .section_map_row button:hover {
    background-color: #3470A7;
  }
  .section_map_icons {
    padding-bottom: 40px;
  }
  .section_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_vk:hover {
    background-color: #3470A7;
  }
  .section_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_tg:hover {
    background-color: #3470A7;
  }
  .section_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_3.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_mail:hover {
    background-color: #3470A7;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .section_map {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 60px 30px;
    position: relative;
  }
  .section_map_row {
    background-color: #ECF0F4;
    width: 300px;
    height: 600px;
    padding: 32px;
    position: absolute;
    top: 60px;
    left: 30px;
  }
  .section_map_row h3 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 48px;
  }
  .section_map_row .section_map_row_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 5px;
  }
  .section_map_row .section_map_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding-bottom: 40px;
  }
  .section_map_row .section_map_row_a1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    text-decoration: none;
  }
  .section_map_row .section_map_row_a1:hover {
    text-decoration: underline;
  }
  .section_map_row .section_map_numvers {
    padding-bottom: 40px;
  }
  .section_map_row .section_map_mail {
    padding-bottom: 40px;
  }
  .section_map_row button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 16px 32px;
    background-color: #5393CE;
    cursor: pointer;
  }
  .section_map_row button:hover {
    background-color: #3470A7;
  }
  .section_map_icons {
    padding-bottom: 40px;
  }
  .section_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_vk:hover {
    background-color: #3470A7;
  }
  .section_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_tg:hover {
    background-color: #3470A7;
  }
  .section_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_3.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_mail:hover {
    background-color: #3470A7;
  }
}
@media (max-width: 768px) {
  .section_map {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 60px 30px;
  }
  .section_map_row {
    background-color: #ECF0F4;
    width: 100%;
    padding: 32px;
  }
  .section_map_row h3 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 48px;
  }
  .section_map_row .section_map_row_p1 {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 5px;
  }
  .section_map_row .section_map_row_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding-bottom: 40px;
  }
  .section_map_row .section_map_row_a1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    text-decoration: none;
  }
  .section_map_row .section_map_row_a1:hover {
    text-decoration: underline;
  }
  .section_map_row .section_map_numvers {
    padding-bottom: 40px;
  }
  .section_map_row .section_map_mail {
    padding-bottom: 40px;
  }
  .section_map_row button {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 16px 32px;
    background-color: #5393CE;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .section_map_row button:hover {
    background-color: #3470A7;
  }
  .section_map_icons {
    padding-bottom: 40px;
  }
  .section_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_vk:hover {
    background-color: #3470A7;
  }
  .section_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_tg:hover {
    background-color: #3470A7;
  }
  .section_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/section_contact_3.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #5393CE;
    margin-right: 16px;
  }
  .section_map_row_mail:hover {
    background-color: #3470A7;
  }
}
@media (min-width: 768px) {
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 249, 250, 0.7);
    overflow: auto;
    z-index: 999;
    transition: 0.4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    box-sizing: border-box;
  }
  .modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
    box-sizing: inherit;
  }
  .modal-overlay_visible {
    opacity: 1;
    visibility: visible;
  }
  .modal-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .modal-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
  }
  .modal {
    transition: 0.4s all;
    display: inline-block;
    padding: 45px 30px 45px 30px;
    max-width: 840px;
    width: 100%;
    background-color: #5393CE;
    color: #333;
    text-align: left;
    font-family: Arial;
    margin: 30px 0;
    transform: translate(0, 20%);
    position: relative;
    cursor: auto;
  }
  .modal-overlay_visible .modal {
    transform: translate(0);
  }
  .modal__close {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 36px;
    height: 36px;
    transition: 0.4s all;
    padding: 0;
    border: none;
    cursor: pointer;
    background-image: url(../images/icons/modal_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #5393CE;
    font-weight: 900;
    color: white;
    border-radius: 50%;
  }
  #modal__content_h {
    font-family: "Lighthouse";
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #FFFFFF;
  }
  #modal__content_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    padding: 24px 0px 24px 0px;
  }
  .modals-row {
    display: flex;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .modals-row-item {
    width: 50%;
  }
  .modals-row-item input {
    width: 90%;
    height: 50px;
    background-color: transparent;
    border: solid 2px #fff;
    margin: 10px 0px 10px 0px;
    color: #fff;
    padding: 0px 0px 0px 20px;
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
  .modals-row-item textarea {
    width: 100%;
    height: 190px;
    background-color: transparent;
    border: solid 2px #fff;
    margin: 10px 0px 10px 0px;
    color: #fff;
    padding: 20px 0px 0px 20px;
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
  .send {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #fff;
    color: #5393CE;
    width: 100%;
    height: 50px;
    max-width: 650px;
    margin: 24px 0px 0px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
  }
  .send:hover {
    color: #fff;
    background-color: transparent;
    border: solid 2px #fff;
  }
  .modals-row input::-moz-placeholder {
    color: #fff;
  }
  .modals-row input:-ms-input-placeholder {
    color: #fff;
  }
  .modals-row input::placeholder {
    color: #fff;
  }
  .modals-row textarea::-moz-placeholder {
    color: #fff;
  }
  .modals-row textarea:-ms-input-placeholder {
    color: #fff;
  }
  .modals-row textarea::placeholder {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 249, 250, 0.7);
    overflow: auto;
    z-index: 999;
    transition: 0.4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    box-sizing: border-box;
  }
  .modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
    box-sizing: inherit;
  }
  .modal-overlay_visible {
    opacity: 1;
    visibility: visible;
  }
  .modal-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .modal-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
  }
  .modal {
    transition: 0.4s all;
    display: inline-block;
    padding: 45px 30px 45px 30px;
    max-width: 840px;
    width: 100%;
    background-color: #5393CE;
    color: #333;
    text-align: left;
    font-family: Arial;
    margin: 30px 0;
    transform: translate(0, 20%);
    position: relative;
    cursor: auto;
  }
  .modal-overlay_visible .modal {
    transform: translate(0);
  }
  .modal__close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 36px;
    height: 36px;
    transition: 0.4s all;
    padding: 0;
    border: none;
    cursor: pointer;
    background-image: url(../images/icons/modal_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #5393CE;
    font-weight: 900;
    color: white;
    border-radius: 50%;
  }
  #modal__content_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
  }
  #modal__content_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    padding: 24px 0px 24px 0px;
  }
  .modals-row {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .modals-row-item {
    width: 100%;
  }
  .modals-row-item input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: solid 2px #fff;
    margin: 10px 0px 10px 0px;
    color: #fff;
    padding: 0px 0px 0px 20px;
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
  .modals-row-item textarea {
    width: 100%;
    height: 190px;
    background-color: transparent;
    border: solid 2px #fff;
    margin: 10px 0px 10px 0px;
    color: #fff;
    padding: 20px 0px 0px 20px;
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
  .send {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #fff;
    color: #5393CE;
    width: 100%;
    height: 50px;
    max-width: 650px;
    margin: 24px 0px 0px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
  }
  .send:hover {
    color: #fff;
    background-color: transparent;
    border: solid 2px #fff;
  }
  .modals-row input::-moz-placeholder {
    color: #fff;
  }
  .modals-row input:-ms-input-placeholder {
    color: #fff;
  }
  .modals-row input::placeholder {
    color: #fff;
  }
  .modals-row textarea::-moz-placeholder {
    color: #fff;
  }
  .modals-row textarea:-ms-input-placeholder {
    color: #fff;
  }
  .modals-row textarea::placeholder {
    color: #fff;
  }
}
footer {
  width: 100%;
  background-color: #5393CE;
}

@media (min-width: 1000px) {
  .footer_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer_item_row_1 {
    display: flex;
    align-items: center;
    padding-top: 10px;
  }
  .footer_logo {
    max-width: 148px;
    width: 100%;
    max-height: 88px;
  }
  .footer_item_row_1_item {
    padding-right: 24px;
  }
  .footer_item_row_1_item .footer_item_row_a1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .footer_item_row_1_item .footer_item_row_a1:hover {
    text-decoration: underline;
  }
  .footer_item_row_2 {
    display: flex;
  }
  .footer_item_row_2 ul {
    padding-right: 20px;
    list-style-type: none;
  }
  .footer_item_row_2 ul li {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px 12px 0px;
  }
  .footer_item_row_2 ul a {
    text-decoration: none;
    color: #fff;
  }
  .footer_item_row_2 ul a:hover {
    text-decoration: underline;
  }
  .footer_item_row_3_item {
    padding: 10px 0px 24px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item {
    padding: 0px 0px 34px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_vk:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_1.svg);
  }
  .footer_item_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_tg.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_tg:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_2.svg);
  }
  .footer_item_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_mail:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_3.svg);
  }
  .footer_item_bottom {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 46px 30px;
  }
  .footer_item_p {
    text-align: center;
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #FAF9F5;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer_item {
    width: 50%;
  }
  .footer_item_row_1 {
    display: flex;
    align-items: center;
  }
  .footer_logo {
    max-width: 148px;
    width: 100%;
    max-height: 88px;
  }
  .footer_item_row_1_item {
    padding-right: 24px;
  }
  .footer_item_row_1_item .footer_item_row_a1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .footer_item_row_1_item .footer_item_row_a1:hover {
    text-decoration: underline;
  }
  .footer_item_row_2 {
    display: flex;
  }
  .footer_item_row_2 ul {
    padding-right: 20px;
    list-style-type: none;
  }
  .footer_item_row_2 ul li {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px 12px 0px;
  }
  .footer_item_row_2 ul a {
    text-decoration: none;
    color: #fff;
  }
  .footer_item_row_2 ul a:hover {
    text-decoration: underline;
  }
  .footer_item_row_3_item {
    padding: 24px 0px 24px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item {
    padding: 0px 0px 34px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_vk:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_1.svg);
  }
  .footer_item_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_tg.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_tg:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_2.svg);
  }
  .footer_item_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_mail:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_3.svg);
  }
  .footer_item_bottom {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 46px 30px;
  }
  .footer_item_p {
    text-align: center;
    font-family: "AlegreyaSans-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #FAF9F5;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .footer_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer_item_row_1 {
    display: flex;
    align-items: center;
    padding-top: 10px;
  }
  .footer_logo {
    max-width: 148px;
    width: 100%;
    max-height: 88px;
  }
  .footer_item_row_1_item {
    padding-right: 24px;
  }
  .footer_item_row_1_item .footer_item_row_a1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .footer_item_row_1_item .footer_item_row_a1:hover {
    text-decoration: underline;
  }
  .footer_item_row_2 {
    display: flex;
  }
  .footer_item_row_2 ul {
    padding-right: 40px;
    list-style-type: none;
  }
  .footer_item_row_2 ul li {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px 12px 0px;
  }
  .footer_item_row_2 ul a {
    text-decoration: none;
    color: #fff;
  }
  .footer_item_row_2 ul a:hover {
    text-decoration: underline;
  }
  .footer_item_row_3_item {
    padding: 24px 0px 24px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item {
    padding: 0px 0px 34px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_vk:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_1.svg);
  }
  .footer_item_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_tg.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_tg:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_2.svg);
  }
  .footer_item_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_mail:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_3.svg);
  }
  .footer_item_bottom {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 46px 30px;
  }
  .footer_item_p {
    text-align: center;
    font-family: "AlegreyaSans-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #FAF9F5;
  }
}
@media (max-width: 500px) {
  .footer_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer_item_row_1 {
    display: flex;
    align-items: center;
  }
  .footer_logo {
    max-width: 148px;
    width: 100%;
    max-height: 88px;
    padding-right: 24px;
  }
  .footer_item_row_1_item .footer_item_row_a1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  .footer_item_row_1_item .footer_item_row_a1:hover {
    text-decoration: underline;
  }
  .footer_item_row_2 {
    display: flex;
    flex-direction: column;
    margin: 12px 0px 0px 0px;
  }
  .footer_item_row_2 ul {
    list-style-type: none;
  }
  .footer_item_row_2 ul li {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px 12px 0px;
  }
  .footer_item_row_2 ul a {
    text-decoration: none;
    color: #fff;
  }
  .footer_item_row_2 ul a:hover {
    text-decoration: underline;
  }
  .footer_item_row_3_item {
    padding: 24px 0px 24px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_item .footer_item_row3_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item {
    padding: 0px 0px 34px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p1 {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_row_3_1_item .footer_item_row3_1_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 0px 0px 4px 0px;
  }
  .footer_item_map_row_vk {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_vk:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_1.svg);
  }
  .footer_item_map_row_tg {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_tg.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_tg:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_2.svg);
  }
  .footer_item_map_row_mail {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .footer_item_map_row_mail:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_3.svg);
  }
  .footer_item_bottom {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 46px 30px;
  }
  .footer_item_p {
    text-align: center;
    font-family: "AlegreyaSans-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #FAF9F5;
  }
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: center;
  }
  .pagination li {
    padding: 0px 16px 0px 16px;
    text-align: center;
  }
  .pagination li a {
    text-decoration: none;
  }
  .pagination .pagination_item {
    display: flex;
  }
  .pagination .page-link-prew {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #B9C3C9;
  }
  .pagination .page-link-prew:hover {
    text-decoration: underline;
  }
  .pagination .page-link-next {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
  }
  .pagination .page-link-next:hover {
    text-decoration: underline;
  }
  .pagination .page-link-number {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #B9C3C9;
    background-color: #CBD7E3;
    padding: 8px 16px;
  }
  .pagination .page-link-number:hover {
    background-color: #5393CE;
    color: white;
  }
  .pagination .page-link-number-active {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    background-color: #5393CE;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
  }
  li {
    margin: 10px;
  }
  li a {
    text-decoration: none;
  }
  .pagination_item {
    display: flex;
  }
  .page-link-prew {
    width: 100%;
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #B9C3C9;
  }
  .page-link-prew:hover {
    text-decoration: underline;
  }
  .page-link-next {
    width: 100%;
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
  }
  .page-link-next:hover {
    text-decoration: underline;
  }
  .page-link-number {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #B9C3C9;
    background-color: #CBD7E3;
    padding: 12px 18px;
  }
  .page-link-number:hover {
    background-color: #5393CE;
    color: white;
  }
  .page-link-number-active {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    background-color: #5393CE;
    padding: 12px 18px;
  }
}
.section_contact_h {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 0px 30px;
  font-family: "Lighthouse";
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  color: #5393CE;
}

@media (max-width: 768px) {
  .section_contact_h {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 0px 30px;
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
  }
}
.section_contact_row {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 120px 30px;
  display: flex;
  align-items: center;
}

.section_contact_item {
  width: 50%;
}

.section_contact_item_img {
  max-width: 600px;
  width: 100%;
  max-height: 550px;
}

.section_contact_item_h {
  font-family: "Lighthouse";
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  color: #5393CE;
  padding: 0px 0px 24px 24px;
}

.section_contact_item_p {
  font-family: "AlegreyaSans-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #788186;
  padding: 0px 0px 0px 24px;
}

@media (max-width: 768px) {
  .section_contact_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 80px 30px;
    display: flex;
    flex-direction: column;
  }
  .section_contact_item {
    width: 100%;
  }
  .section_contact_item_img {
    max-width: 600px;
    width: 100%;
    max-height: 550px;
  }
  .section_contact_item_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 24px 0px 24px 0px;
  }
  .section_contact_item_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 1000px) {
  .section_direction_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 60px 30px 80px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_direction_item {
    width: 31%;
    margin-bottom: 40px;
  }
  .section_direction_item img {
    padding: 0px 0px 0px 0px;
    max-width: 360px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
  }
  .section_direction_item_fon {
    background-color: #CBD7E3;
    width: 200px;
    height: 200px;
    position: absolute;
  }
  .section_direction_item_block {
    position: relative;
    top: 0px;
  }
  .section_direction_item_p1 {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #5393CE;
    color: #FAF9F5;
    padding: 8px;
    margin: 28px 0px 16px 0px;
  }
  .section_direction_item_h {
    font-family: "Lighthouse";
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 16px 0px;
  }
  .section_direction_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .section_direction_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 60px 30px 80px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_direction_item {
    width: 31%;
    margin-bottom: 40px;
  }
  .section_direction_item img {
    padding: 0px 0px 0px 0px;
    max-width: 360px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
  }
  .section_direction_item_fon {
    background-color: #CBD7E3;
    width: 160px;
    height: 160px;
    position: absolute;
  }
  .section_direction_item_block {
    position: relative;
    top: 0px;
  }
  .section_direction_item_p1 {
    font-family: "Lighthouse";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #5393CE;
    color: #FAF9F5;
    padding: 8px;
    margin: 28px 0px 16px 0px;
  }
  .section_direction_item_h {
    font-family: "Lighthouse";
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 16px 0px;
  }
  .section_direction_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .section_direction_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 60px 30px 80px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_direction_item {
    width: 48%;
    margin-bottom: 40px;
  }
  .section_direction_item img {
    padding: 0px 0px 0px 0px;
    max-width: 360px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
  }
  .section_direction_item_fon {
    background-color: #CBD7E3;
    width: 160px;
    height: 160px;
    position: absolute;
  }
  .section_direction_item_block {
    position: relative;
    top: 0px;
  }
  .section_direction_item_p1 {
    font-family: "Lighthouse";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #5393CE;
    color: #FAF9F5;
    padding: 8px;
    margin: 28px 0px 16px 0px;
  }
  .section_direction_item_h {
    font-family: "Lighthouse";
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 16px 0px;
  }
  .section_direction_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
  }
}
@media (max-width: 500px) {
  .section_direction_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 60px 30px 80px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_direction_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .section_direction_item img {
    padding: 0px 0px 0px 0px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
  }
  .section_direction_item_fon {
    background-color: #CBD7E3;
    width: 200px;
    height: 200px;
    position: absolute;
  }
  .section_direction_item_block {
    position: relative;
    top: 0px;
  }
  .section_direction_item_p1 {
    font-family: "Lighthouse";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #5393CE;
    color: #FAF9F5;
    padding: 8px;
    margin: 28px 0px 16px 0px;
  }
  .section_direction_item_h {
    font-family: "Lighthouse";
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 16px 0px;
  }
  .section_direction_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
  }
}
.section_documets_row {
  width: 100%;
  padding: 60px 0px 0px 0px;
}

.section_documets_item {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 30px 48px 30px;
  background-color: transparent;
}

.section_documets_row div:nth-of-type(2n) {
  background-color: #ECF0F4;
}

.section_documets_p {
  font-family: "AlegreyaSans-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #788186;
  padding-bottom: 16px;
}

.section_documets_h {
  font-family: "Lighthouse";
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: left;
  color: #5393CE;
  padding-bottom: 24px;
}

.section_documets_item_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_documets_item_row button {
  font-family: "Lighthouse";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #5393CE;
  padding: 12px 32px;
  cursor: pointer;
  color: white;
}
.section_documets_item_row button:hover {
  background-color: #3470A7;
}

.section_documets_p2 {
  font-family: "AlegreyaSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #788186;
  width: 70%;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .section_documets_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: left;
    color: #5393CE;
    padding-bottom: 24px;
  }
  .section_documets_item_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_documets_item_row button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #5393CE;
    padding: 12px 32px;
    cursor: pointer;
    color: white;
  }
  .section_documets_item_row button:hover {
    background-color: #3470A7;
  }
  .section_documets_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    width: 100%;
    padding-bottom: 24px;
  }
  .section_documets_row {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
}
.section_event {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabs label {
  font-family: "Lighthouse";
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  order: 1;
  display: block;
  max-width: 270px;
  padding: 16px 0px 16px 0px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #B9C3C9;
  transition: background ease 0.2s;
  margin-bottom: 40px;
  margin-right: 10px;
}

.tabs .tab {
  order: 99;
  width: 100%;
  display: none;
  background: #ECF0F4;
}

.tabs input[type=radio] {
  display: none;
}

.tabs input[type=radio]:checked + label {
  background: #5393CE;
}

.tab_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    display: block;
    padding: 48px 48px 0px 48px;
  }
  .tab_item_1 {
    width: 60%;
    padding-right: 30px;
  }
  .tab_item_1 button {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 8px;
    margin-bottom: 16px;
  }
  .tab_item_1 h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 16px;
  }
  .tab_item_1 p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
  }
  .tab_item_2 {
    width: 40%;
  }
  .tab_item_2 img {
    max-width: 460px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    display: block;
    padding: 48px 24px 0px 24px;
    margin-bottom: 40px;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .tab_row {
    display: flex;
    margin-bottom: 48px;
    flex-direction: column;
  }
  .tab_item_1 {
    width: 100%;
  }
  .tab_item_1 button {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 8px;
    margin-bottom: 16px;
  }
  .tab_item_1 h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding-bottom: 16px;
  }
  .tab_item_1 p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
  }
  .tab_item_2 {
    width: 100%;
  }
  .tab_item_2 img {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
}
@media (min-width: 1000px) {
  .section_list {
    max-width: 1250px;
    width: 100%;
    margin: 80px auto;
    padding: 0px 30px 0px 30px;
  }
  .section_list_row {
    display: flex;
    align-items: flex-end;
    padding: 40px 40px 40px 40px;
    margin-bottom: 48px;
    background-color: #ECF0F4;
  }
  .section_list_item {
    width: 50%;
  }
  .section_list_item img {
    max-width: 570px;
    width: 100%;
    height: auto;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
    object-position: 16px 16px;
  }
  .section_list_item_block {
    width: 200px;
    height: 200px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_list_item_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 0px 30px;
  }
  .section_list_item_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 30px;
  }
  .section_list_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 30px;
  }
  .section_list_item_a button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  .section_list_item_a button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_list_pagination {
    margin-top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .section_list {
    max-width: 1250px;
    width: 100%;
    margin: 80px auto;
    padding: 0px 30px 0px 30px;
  }
  .section_list_row {
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 40px;
    margin-bottom: 48px;
    background-color: #ECF0F4;
  }
  .section_list_item {
    width: 50%;
  }
  .section_list_item img {
    max-width: 570px;
    width: 100%;
    height: auto;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
    object-position: 16px 16px;
  }
  .section_list_item_block {
    width: 160px;
    height: 160px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_list_item_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 0px 30px;
  }
  .section_list_item_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 30px;
  }
  .section_list_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 30px;
  }
  .section_list_item_a button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  .section_list_item_a button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_list_pagination {
    margin-top: -80px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .section_list {
    max-width: 1250px;
    width: 100%;
    margin: 80px auto;
    padding: 0px 30px 0px 30px;
  }
  .section_list_row {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 40px 40px;
    margin-bottom: 48px;
    background-color: #ECF0F4;
  }
  .section_list_item {
    width: 100%;
  }
  .section_list_item img {
    max-width: 570px;
    width: 100%;
    height: auto;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
    object-position: 16px 16px;
    margin-bottom: 30px;
  }
  .section_list_item_block {
    width: 200px;
    height: 200px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_list_item_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 0px 16px;
  }
  .section_list_item_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 16px;
  }
  .section_list_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 16px;
  }
  .section_list_item_a button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 16px;
    margin-bottom: 5px;
  }
  .section_list_item_a button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_list_pagination {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .section_list {
    max-width: 1250px;
    width: 100%;
    margin: 80px auto;
    padding: 0px 30px 0px 30px;
  }
  .section_list_row {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 40px 20px;
    margin-bottom: 48px;
    background-color: #ECF0F4;
  }
  .section_list_item {
    width: 100%;
  }
  .section_list_item img {
    max-width: 570px;
    width: 100%;
    height: auto;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 12px 12px;
       object-position: 12px 12px;
    margin-bottom: 30px;
  }
  .section_list_item_block {
    width: 130px;
    height: 130px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_list_item_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 0px 12px;
  }
  .section_list_item_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 12px;
  }
  .section_list_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 12px;
  }
  .section_list_item_a button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_list_item_a button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
}
@media (min-width: 1000px) {
  .section_photogallery {
    max-width: 1250px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
    margin-top: 260px;
    margin-bottom: 80px;
  }
  .section_photogallery_row {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
  }
  .section_photogallery_block {
    width: 200px;
    height: 200px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_photogallery_item1 {
    margin-top: -220px;
    margin-bottom: 320px;
    width: 47%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
  }
  .section_photogallery_item1 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
    position: relative;
  }
  .section_photogallery_item1 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item1 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_item2 {
    margin-bottom: 100px;
    width: 47%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
  }
  .section_photogallery_item2 img {
    max-width: 570px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
    position: relative;
  }
  .section_photogallery_item2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item2 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 24px 0px 0px 16px;
  }
  .section_photogallery_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 16px;
  }
  .section_photogallery_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 16px;
  }
  .section_photogallery_pagination {
    position: relative;
    z-index: 9999;
    margin-top: -180px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .section_photogallery {
    max-width: 1250px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
    margin-top: 260px;
    margin-bottom: 80px;
  }
  .section_photogallery_row {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
  }
  .section_photogallery_block {
    width: 160px;
    height: 160px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_photogallery_item1 {
    margin-top: -220px;
    margin-bottom: 320px;
    width: 47%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
  }
  .section_photogallery_item1 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
    position: relative;
  }
  .section_photogallery_item1 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item1 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_item2 {
    margin-bottom: 100px;
    width: 47%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
  }
  .section_photogallery_item2 img {
    max-width: 570px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
    position: relative;
  }
  .section_photogallery_item2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item2 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 24px 0px 0px 16px;
  }
  .section_photogallery_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 16px;
  }
  .section_photogallery_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 16px;
  }
  .section_photogallery_pagination {
    position: relative;
    z-index: 9999;
    margin-top: -180px;
    margin-bottom: 0px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .section_photogallery {
    max-width: 1250px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .section_photogallery_row {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
  }
  .section_photogallery_block {
    width: 200px;
    height: 200px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_photogallery_item1 {
    width: 100%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
    margin-bottom: 40px;
  }
  .section_photogallery_item1 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 16px 16px;
       object-position: 16px 16px;
    position: relative;
  }
  .section_photogallery_item1 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item1 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_item2 {
    margin-bottom: 40px;
    width: 100%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
  }
  .section_photogallery_item2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 12px 12px;
       object-position: 12px 12px;
    position: relative;
  }
  .section_photogallery_item2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item2 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 24px 0px 0px 12px;
  }
  .section_photogallery_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 12px;
  }
  .section_photogallery_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 12px;
  }
  .section_photogallery_pagination {
    position: relative;
    z-index: 9999;
    margin-top: -40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .section_photogallery {
    max-width: 1250px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .section_photogallery_row {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
  }
  .section_photogallery_block {
    width: 130px;
    height: 130px;
    background-color: #CBD7E3;
    position: absolute;
  }
  .section_photogallery_item1 {
    width: 100%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
    margin-bottom: 40px;
  }
  .section_photogallery_item1 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 12px 12px;
       object-position: 12px 12px;
    position: relative;
  }
  .section_photogallery_item1 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item1 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_item2 {
    margin-bottom: 40px;
    width: 100%;
    padding: 24px 16px 24px 16px;
    background-color: #ECF0F4;
  }
  .section_photogallery_item2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 12px 12px;
       object-position: 12px 12px;
    position: relative;
  }
  .section_photogallery_item2 button {
    font-family: "Lighthouse";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #FAF9F5;
    background-color: #5393CE;
    padding: 16px 32px;
    margin-left: 12px;
    margin-bottom: 5px;
  }
  .section_photogallery_item2 button:hover {
    background-color: #3470A7;
    text-decoration: underline;
  }
  .section_photogallery_p {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 24px 0px 0px 12px;
  }
  .section_photogallery_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 16px 0px 0px 12px;
  }
  .section_photogallery_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 16px 0px 32px 12px;
  }
  .section_photogallery_pagination {
    position: relative;
    z-index: 9999;
    margin-top: -60px;
    margin-bottom: 0px;
  }
}
.section_content {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 20px 30px;
}

.section_content_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section_content_item {
  width: 50%;
  margin-bottom: 60px;
}

.section_content_item_img1 {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.section_content_item_h {
  font-family: "Lighthouse";
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  color: #5393CE;
  padding: 0px 0px 24px 32px;
}

.section_content_item_p1 {
  font-family: "AlegreyaSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #788186;
  padding: 0px 0px 0px 32px;
}

.section_content_item_p2 {
  font-family: "AlegreyaSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #788186;
  padding: 0px 32px 0px 0px;
}

@media (max-width: 768px) {
  .section_content {
    padding: 30px 30px 20px 30px;
  }
  .section_content_row {
    display: flex;
    flex-wrap: wrap;
  }
  .section_content_item {
    width: 100%;
    margin-bottom: 24px;
  }
  .section_content_item_img1 {
    width: 100%;
  }
  .section_content_item_h {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 24px 0px;
  }
  .section_content_item_p1 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 0px 0px;
  }
  .section_content_item_p2 {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 24px 0px 0px 0px;
  }
  .section_content_2 {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px 80px 30px;
  }
  .section_content_2 h2 {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #5393CE;
    padding: 0px 0px 24px 0px;
  }
  .section_content_2 p {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 0px 0px 24px 0px;
  }
  .section_content_2 img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section_content_2 {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 80px 30px;
  }
  .section_content_2 h2 {
    font-family: "Lighthouse";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: center;
    color: #5393CE;
    padding: 0px 0px 24px 0px;
  }
  .section_content_2 p {
    font-family: "AlegreyaSans-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #788186;
    padding: 0px 0px 48px 0px;
  }
  .section_content_2 img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .table-wrap {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 120px 30px;
  }
  table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table tr {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 5px;
  }
  table th, table td {
    padding: 10px;
    background-color: #ECF0F4;
  }
  table th {
    color: #fff;
    background-color: #5393CE;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 26px 0px 26px 40px;
  }
  table td {
    font-family: "AlegreyaSans-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 26px 26px 26px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .table-wrap {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 80px 30px;
  }
  table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table tr {
    font-family: "Lighthouse";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    padding: 5px;
  }
  table th, table td {
    padding: 10px;
    background-color: #ECF0F4;
  }
  table th {
    color: #fff;
    background-color: #5393CE;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 26px 26px 26px 40px;
  }
  table td {
    font-family: "AlegreyaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #788186;
    padding: 26px 26px 26px 40px;
  }
}
@media (max-width: 768px) {
  .table-wrap {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px 60px 30px;
  }
  table {
    width: 100%;
    border: 0;
  }
  table thead {
    display: none;
    margin-bottom: 130px;
  }
  table tr {
    margin-bottom: 30px;
    display: block;
    color: #fff;
    background-color: #5393CE;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px 0px 0px 0px;
  }
  table th {
    color: #fff;
    background-color: #5393CE;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px 20px 20px 20px;
  }
  table td {
    font-family: "AlegreyaSans-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: white;
    text-align: right;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    text-align: left;
  }
}
.section_video {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0px 30px 80px 30px;
  justify-content: space-between;
}

.video_items {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.video1 {
  width: 100%;
}

.playbtn1 {
  background-image: url(..//images/play.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .section_video {
    display: flex;
    flex-direction: column;
    padding: 0px 30px 40px 30px;
  }
  .video_items {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.slider_section {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 80px 30px;
  position: relative;
}
.slider_section p {
  font-family: Lighthaus;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #5393CE;
  padding: 0px 0px 40px 0px;
}

.owl-nav {
  position: absolute;
  top: 0px;
  right: 30px;
}

.owl-prev {
  background-color: #5393CE;
  padding: 10px 14px 6px 12px;
  margin-right: 24px;
}
.owl-prev img {
  width: 14px;
}

.owl-next {
  background-color: #5393CE;
  padding: 10px 12px 6px 14px;
  margin-right: 0px;
}
.owl-next img {
  width: 14px;
}

@media (max-width: 500px) {
  .slider_section {
    padding: 0px 30px 60px 30px;
  }
  .slider_section p {
    font-family: Lighthaus;
    font-size: 24px;
    padding: 0px 0px 40px 0px;
  }
  .owl-prev {
    margin: 6px 24px 0px 0px;
    padding: 10px 12px 8px 10px;
  }
  .owl-prev img {
    width: 12px;
  }
  .owl-next {
    padding: 10px 10px 8px 12px;
  }
  .owl-next img {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel .owl-item.active.width img {
    width: 160%;
    height: 300px;
    margin-left: -62px;
  }
  .owl-carousel .owl-item img {
    width: 65%;
    height: 140px;
  }
  .owl-carousel .owl-item.active.left {
    text-align: left;
    vertical-align: center;
  }
  .owl-carousel .owl-item.active.right {
    text-align: right;
  }
  .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .owl-carousel .owl-item.active.width img {
    width: 140%;
    height: 250px;
    margin-left: -32px;
  }
  .owl-carousel .owl-item img {
    width: 75%;
    height: 120px;
  }
  .owl-carousel .owl-item.active.left {
    text-align: left;
    vertical-align: center;
  }
  .owl-carousel .owl-item.active.right {
    text-align: right;
  }
  .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 1000px) and (min-width: 550px) {
  .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    max-height: 330px;
  }
  .owl-carousel {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    max-height: 400px;
  }
  .owl-carousel .owl-item.active.width img {
    width: 100%;
    height: auto;
  }
}
.class_2 {
  max-width: 1250px;
  width: 100%;
  margin: 100px auto -40px auto;
  position: relative;
}

.section_documets_contentpage {
  width: 100%;
  background-color: #ECF0F4;
  padding: 0px 30px 0px 30px;
}

.section_documets_contentpage_item {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0px 48px 0px;
  display: flex;
  justify-content: space-between;
}

.section_documets_contentpage_item_p1 {
  font-family: "Lighthouse";
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  color: #5393CE;
  padding: 0px 0px 24px 0px;
}

.section_documets_contentpage_item_p2 {
  font-family: "AlegreyaSans-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #788186;
}

.section_documets_contentpage_item_a {
  font-family: "Lighthouse";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #FAF9F5;
  background-color: #5393CE;
  text-decoration: none;
  padding: 16px 32px;
}
.section_documets_contentpage_item_a:hover {
  background-color: #3470A7;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section_documets_contentpage_item {
    display: flex;
    flex-direction: column;
  }
  .section_documets_contentpage_item_row {
    width: 100%;
    margin-bottom: 24px;
  }
  .section_documets_item_rows {
    width: 100%;
    display: flex;
  }
  .section_documets_contentpage_item_p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .section_documets_contentpage_item_p2 {
    font-size: 16px;
  }
  .section_documets_contentpage_item_a {
    font-size: 16px;
    padding: 12px 26px;
  }
}
@media (min-width: 768px) {
  .section_documets_contentpage_item_row {
    width: 70%;
    padding-right: 30px;
  }
  .section_documets_item_rows {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.section_top {
  width: 100%;
  margin: 0 auto;
  background-color: #5393CE;
}

.section_top_row {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 32px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden !important;
}

.section_top_logo {
  max-width: 148px;
  height: auto;
  padding: 20px 0px 0px 0px;
}

.section_top_item_1_a1 {
  font-family: "Lighthouse";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FAF9F5;
  text-decoration: none;
}
.section_top_item_1_a1:hover {
  text-decoration: underline;
}

.section_top_item_1_row {
  margin-top: 20px;
}

.section_top_item_1_row_vk {
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/footer_vk.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 18px 10px 18px;
  background-color: #fff;
  margin-right: 16px;
}
.section_top_item_1_row_vk:hover {
  background-color: #3470A7;
  background-image: url(../images/icons/section_contact_1.svg);
}

.section_top_item_1_row_tg {
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/footer_tg.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 18px 10px 18px;
  background-color: #fff;
  margin-right: 16px;
}
.section_top_item_1_row_tg:hover {
  background-color: #3470A7;
  background-image: url(../images/icons/section_contact_2.svg);
}

.section_top_item_1_row_mail {
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/footer_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 18px 10px 18px;
  background-color: #fff;
  margin-right: 16px;
}
.section_top_item_1_row_mail:hover {
  background-color: #3470A7;
  background-image: url(../images/icons/section_contact_3.svg);
}

.section_top_item_3_p1, .section_top_item_4_p1 {
  font-family: "Lighthouse";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FAF9F5;
}

.section_top_item_3_p2, .section_top_item_4_p2 {
  font-family: "AlegreyaSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #FAF9F5;
  padding-top: 4px;
}

.modal-link-top {
  font-family: "Lighthouse";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FAF9F5;
  background-color: transparent;
  border: solid 2px #FAF9F5;
  padding: 10px 20px;
  cursor: pointer;
}
.modal-link-top:hover {
  background-color: #FAF9F5;
  color: #5393CE;
}

.section_top_item_version {
  margin-top: 20px;
}
.section_top_item_version p {
  font-family: "Lighthouse";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #FAF9F5;
  cursor: pointer;
}
.section_top_item_version p:hover {
  text-decoration: underline;
}
.section_top_item_version img {
  margin-bottom: -2px;
  margin-left: 8px;
}

@media (max-width: 1180px) {
  .section_top_item_3 {
    display: none;
  }
}
@media (max-width: 1050px) {
  .section_top_item_4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section_top_item_1, .modal-link-top, .section_top_item_5_s {
    display: none;
  }
  .section_top_item_5_img {
    cursor: pointer;
    width: 40px;
    position: absolute;
    right: 100px;
    top: 41px;
  }
  #hamburger-menu #sidebar-menu {
    visibility: hidden;
    position: relative;
    background-color: #5393CE;
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: 4;
    transition: 0s;
    width: 100%;
    top: 104px;
    padding: 12px 30px 12px 40px;
    border-top: solid 1px #fff;
    flex-direction: row;
  }
  #hamburger-menu #sidebar-menu ul a {
    color: white;
    text-decoration: none;
    pointer-events: auto !important;
  }
  #hamburger-menu #sidebar-menu ul a:hover {
    text-decoration: underline;
  }
  #hamburger-menu {
    margin-top: 0px;
  }
  .section_top_row {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden !important;
  }
  .section_top_logo {
    max-width: 120px;
    height: auto;
    padding: 0px 0px 0px 0px;
  }
  .sidebar-menu-a {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: right;
    color: #FAF9F5;
    text-decoration: none;
    pointer-events: auto !important;
  }
  .sidebar-menu-a:hover {
    text-decoration: underline;
  }
  .sidebar-menu-li-2th {
    font-family: "Lighthouse";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    margin: 20px 0px 8px 0px;
  }
  .sidebar-menu-li-2th:hover {
    text-decoration: underline;
  }
  .sidebar-menu-li-1th.sub-nav-open.liactive .sidebar-menu-img {
    transform: rotate(180deg) !important;
  }
  .sidebar-menu-li-1th.sub-nav-open-1.liactive .sidebar-menu-img {
    transform: rotate(180deg) !important;
  }
  #sidebar-menu ul.sub-nav {
    display: none;
  }
  #sidebar-menu ul.visible {
    display: block;
  }
  #sidebar-menu ul.sub-nav-1 {
    display: none;
  }
  #sidebar-menu ul.visible-1 {
    display: block;
  }
  .sidebar-menu-li-1th {
    padding: 6px 0px 6px 0px;
  }
  .sidebar-menu-li-1th img {
    margin-right: 10px;
    transition: all 0.5s 0s ease;
    width: 14px;
    margin-left: 10px;
  }
  ul {
    list-style: none;
  }
  .sidebar-menu_item_4 {
    padding: 4px 0px 10px 0px;
    border-top: solid 1px #fff;
  }
  .sidebar-menu_item_4_p1 {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    text-decoration: none;
  }
  .sidebar-menu_item_4_p2 {
    font-family: "Lighthouse";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    text-decoration: none;
  }
  .sidebar-menu_item_3 {
    padding: 4px 0px 10px 0px;
    border-top: solid 1px #fff;
  }
  .sidebar-menu_item_1_icon1 {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .sidebar-menu_item_1_icon1:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_1.svg);
  }
  .sidebar-menu_item_1 {
    padding: 10px 0px 10px 0px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .sidebar-menu_item_4_a1 {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    text-decoration: none;
  }
  .sidebar-menu_item_4_a1:hover {
    text-decoration: underline;
  }
  .sidebar-menu_item_1_row {
    margin-top: 22px;
    margin-bottom: 12px;
  }
  .sidebar-menu_item_1_icon2 {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_tg.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .sidebar-menu_item_1_icon2:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_2.svg);
  }
  .sidebar-menu_item_1_icon3 {
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/footer_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 18px 10px 18px;
    background-color: #fff;
    margin-right: 16px;
  }
  .sidebar-menu_item_1_icon3:hover {
    background-color: #3470A7;
    background-image: url(../images/icons/section_contact_3.svg);
  }
  .sidebar-menu_item_5_modal {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAF9F5;
    background-color: transparent;
    border: solid 2px #FAF9F5;
    padding: 6px 14px;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 10px;
    pointer-events: auto !important;
  }
  .sidebar-menu_item_5_modal:hover {
    background-color: #FAF9F5;
    color: #5393CE;
  }
  .sidebar-menu_item_5 p {
    display: none;
  }
  .sidebar-menu_item_5 p:hover {
    text-decoration: underline;
  }
  .sidebar-menu_item_5 img {
    width: 20px;
    margin-left: 6px;
    margin-bottom: -2px;
  }
}
@media (min-width: 768px) {
  #hamburger-menu #sidebar-menu {
    visibility: hidden;
    position: relative;
    background-color: #5393CE;
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: 4;
    display: flex;
    justify-content: space-around;
    transition: 0s;
    max-width: 900px;
    width: 100%;
    top: 176px;
    padding: 12px 0px 12px 0px;
    padding-right: 110px;
  }
  .sidebar-menu-a {
    font-family: "Lighthouse";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: right;
    color: #FAF9F5;
    text-decoration: none;
    pointer-events: auto !important;
  }
  .sidebar-menu-a:hover {
    text-decoration: underline;
  }
  .sidebar-menu-li-2th {
    font-family: "Lighthouse";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: right;
    color: #FAF9F5;
    margin: 20px 0px 8px 0px;
  }
  .sidebar-menu-li-2th:hover {
    text-decoration: underline;
  }
  .sidebar-menu-li-1th.sub-nav-open.liactive .sidebar-menu-img {
    transform: rotate(180deg) !important;
  }
  .sidebar-menu-li-1th.sub-nav-open-1.liactive .sidebar-menu-img {
    transform: rotate(180deg) !important;
  }
  #sidebar-menu ul.sub-nav {
    display: none;
  }
  #sidebar-menu ul.visible {
    display: block;
  }
  #sidebar-menu ul.sub-nav-1 {
    display: none;
  }
  #sidebar-menu ul.visible-1 {
    display: block;
  }
  .sidebar-menu-li-1th {
    padding: 12px 0px 12px 0px;
  }
  .sidebar-menu-li-1th img {
    margin-right: 16px;
    transition: all 0.5s 0s ease;
  }
  #sidebar-menu ul {
    direction: rtl;
    list-style: none;
  }
  #sidebar-menu ul a {
    text-decoration: none;
    pointer-events: auto !important;
    color: white;
  }
  #sidebar-menu ul a:hover {
    text-decoration: underline;
  }
  .sidebar-menu_item_1, .sidebar-menu_item_3, .sidebar-menu_item_4, .sidebar-menu_item_5 {
    display: none;
  }
}
#hamburger-input {
  display: none;
}

#hamburger-menu {
  display: block !important;
  width: 50px;
  height: 50px;
  background-image: url(../images/icons/hamburger_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FAF9F5;
  cursor: pointer;
}

#hamburger-input:checked + #hamburger-menu {
  background-image: url(../images/icons/hamburger_2.svg);
  background-color: #FAF9F5;
  transition: 0.3s;
}

#hamburger-input:checked + #hamburger-menu #sidebar-menu {
  visibility: visible;
  right: 0px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
#main-menu {
  display: none;
}/*# sourceMappingURL=style.css.map */