@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "GT Eesti Pro Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  min-width: 330px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scrollbar-width: none;
  overflow-x: hidden;
  color: #000;
  overflow-anchor: none;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.dark_theme {
  display: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

h1, .h1 {
  position: relative;
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  padding: 30px 0 0;
}
h1::before, .h1::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  font-size: clamp(40px, 4vw, 96px);
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  opacity: 0.2;
  white-space: nowrap;
}

h2, .h2 {
  position: relative;
  font-size: clamp(24px, 2vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 50px;
  color: #51899C;
  overflow: hidden;
  padding: 30px 0 0;
}
@media screen and (max-width: 992px) {
  h2, .h2 {
    margin: 0 0 30px;
  }
}
h2::before, .h2::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-0.5%, 10%);
          transform: translate(-0.5%, 10%);
  font-size: clamp(40px, 4vw, 96px);
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  opacity: 0.2;
  white-space: nowrap;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p {
  margin: 0 0 15px;
  line-height: 1.6;
  font-size: clamp(14px, 1vw, 16px);
}

section {
  margin: 80px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  section {
    margin: 40px 0;
  }
}

.hidden {
  display: none;
}

svg, path, line, rect {
  stroke: inherit;
  stroke-width: inherit;
}

/*button*/
button {
  outline: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn {
  background: transparent;
  border-radius: 40px;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid rgba(0, 200, 255, 0.2);
  font-size: 18px;
  font-weight: 300;
  font-family: "GT Eesti Pro Text", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
.btn:hover {
  background: rgba(167, 205, 218, 0.2);
}
@media screen and (max-width: 1200px) {
  .btn {
    height: 44px;
    font-size: 16px;
  }
  .btn svg {
    width: 30px;
    height: 30px;
  }
}
.btn .arrow_icon {
  fill: #0086FF;
  position: relative;
  margin: 0 -10px 0 20px;
}
.btn._red {
  border: 2px solid #FE6057;
}
.btn._red .arrow_icon {
  fill: #FE6057;
}
.btn._red:hover {
  background: rgba(213, 31, 0, 0.1019607843);
}
.btn._white {
  border: 2px solid #fff;
  color: #fff;
}
.btn._white .arrow_icon {
  fill: rgba(255, 255, 255, 0.3215686275);
}
.btn._white:hover {
  border: 2px solid rgba(0, 200, 255, 0.2);
}
.btn._white:hover .arrow_icon {
  fill: #0086FF;
}
.btn._grey {
  border: 2px solid #E8E8E8;
  color: #000;
}
.btn._grey .arrow_icon {
  fill: #CCDCE2;
}
.btn._grey:hover {
  border: 2px solid rgba(0, 200, 255, 0.2);
}
.btn._grey:hover .arrow_icon {
  fill: #0086FF;
}

/*header*/
.header_up {
  background: #E0E9EB;
  padding: 20px 0;
}
@media screen and (max-width: 998px) {
  .header_up {
    display: none;
  }
}

.header_up_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_up_row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  text-transform: uppercase;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .header_up_row ul {
    gap: 20px;
    font-size: 14px;
  }
}
.header_up_row a {
  color: #000;
}

header {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
}
header ul {
  list-style: none;
}
header a {
  color: #000;
}
header .header_icon {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  header .header_icon {
    gap: 20px;
  }
}
header .header_icon a {
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .search_icon_main_2 {
  fill: #000;
}
@media screen and (max-width: 1200px) {
  header .search_icon_main_2 {
    width: 20px;
    height: 20px;
  }
}
header .glasses_icon {
  fill: #000;
}
@media screen and (max-width: 1200px) {
  header .glasses_icon {
    width: 30px;
  }
}
@media screen and (max-width: 1200px) {
  header .icon_language {
    width: 20px;
  }
}
header .logo {
  display: block;
  max-width: 250px;
}
@media screen and (max-width: 1200px) {
  header .logo {
    max-width: 160px;
  }
}
header .header_top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 19px;
  border-bottom: 1px solid #E0E9EB;
}
@media screen and (max-width: 1200px) {
  header .header_top_row {
    gap: 20px;
  }
}
header .header_title {
  margin-right: auto;
  font-size: clamp(16px, 1.3vw, 24px);
  font-weight: 500;
}
@media screen and (max-width: 998px) {
  header .header_title {
    display: none;
  }
}
header .header_menu_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}
@media screen and (max-width: 1200px) {
  header .header_menu_row {
    gap: 60px;
  }
}
header .header_fixed {
  position: sticky;
  top: 0;
}
header .icon_butger_mobile {
  display: none;
}
@media screen and (max-width: 998px) {
  header .icon_butger_mobile {
    display: block;
  }
}
@media screen and (max-width: 998px) {
  header .icon_butger {
    display: none;
  }
}
header nav {
  width: 100%;
}
@media screen and (max-width: 998px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header nav > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  header nav > ul {
    display: block;
  }
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li:hover > a {
  color: #23C1F1;
}
header nav > ul > li > a {
  display: block;
  padding: 24px 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1400px) {
  header nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  header nav > ul > li > a {
    font-size: 16px;
    padding: 14px 0;
  }
}
@media screen and (min-width: 992px) {
  header .dropdown:hover .sub_menu {
    display: block;
  }
  header .dropdown:hover .icon_mobile_up {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    top: 26px;
  }
}
@media screen and (max-width: 992px) {
  header .dropdown.open > a {
    background: #fff;
    color: #23C1F1;
    border-radius: 8px;
    padding-left: 20px;
  }
}
header .dropdown.open > a + .icon_mobile_up {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
header .dropdown.open > a + .icon_mobile_up .down_icon {
  fill: #333;
}
header .sub_menu {
  position: absolute;
  list-style: none;
  left: 0;
  top: 60px;
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
          box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
}
@media screen and (max-width: 992px) {
  header .sub_menu {
    position: relative;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #009782;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #009782;
    margin: 10px 0 0;
  }
}
header .sub_menu li {
  position: relative;
}
@media screen and (min-width: 992px) {
  header .sub_menu li:hover .sub_menu_dop {
    display: block;
  }
  header .sub_menu li:hover a + span {
    display: block;
  }
}
header .sub_menu a {
  color: #000;
  white-space: nowrap;
  padding: 14px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  header .sub_menu a {
    color: #fff;
    font-size: 14px;
  }
}
header .sub_menu a:hover {
  color: #23C1F1;
  border-radius: 8px;
}
header .sub_menu a + span {
  padding: 10px;
  position: absolute;
  top: -15px;
  left: 100%;
}
header .sub_menu_dop {
  background: #fff;
  list-style: none;
  padding: 6px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
          box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
}
header .glasses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  header .glasses {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1500px) {
  header .glasses span {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header .glasses span {
    display: block;
  }
}
header .icon_mobile_up {
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  header .icon_mobile_up {
    top: 22px;
    right: -20px;
  }
}
@media screen and (min-width: 992px) {
  header .icon_mobile_up .down_icon {
    width: 16px;
    height: 8px;
  }
}

#menu_mobile {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  inset: 0;
  overflow: auto;
  display: none;
}
#menu_mobile.open {
  display: block;
}
#menu_mobile .menu_mobile_row {
  padding: 20px 20px 20px 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 998px) {
  #menu_mobile .menu_mobile_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
#menu_mobile .logo {
  max-width: 200px;
}
#menu_mobile .logo img {
  height: auto;
}
#menu_mobile .logo .dark_theme {
  display: block;
}
#menu_mobile .item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  #menu_mobile .item_row {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #menu_mobile .item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-grid-row: 3;
    -ms-grid-row-span: -2;
    grid-row: 3/1;
    -ms-grid-column: 3;
    -ms-grid-column-span: -1;
    grid-column: 3/2;
    gap: 20px;
  }
}
@media screen and (max-width: 998px) {
  #menu_mobile .item_row {
    grid-row: auto;
    grid-column: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0 0;
  }
}
#menu_mobile ul {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  list-style: none;
  margin: 40px 0 0;
}
@media screen and (max-width: 998px) {
  #menu_mobile ul {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#menu_mobile ul.sub_menu {
  margin: 20px 0 20px 20px;
}
#menu_mobile ul.sub_menu .active {
  color: #23C1F1;
}
#menu_mobile ul .dropdown.open {
  color: #23C1F1;
}
#menu_mobile ul .dropdown + .icon_mobile_up {
  cursor: pointer;
}
#menu_mobile ul .dropdown + .icon_mobile_up svg {
  fill: #fff;
}
#menu_mobile ul li {
  margin: 0 0 20px;
  line-height: 1.4;
}
#menu_mobile ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 998px) {
  #menu_mobile ul li a {
    font-size: 16px;
  }
}
#menu_mobile ul li a:hover {
  color: #23C1F1;
}
#menu_mobile .btn {
  color: #fff;
}
#menu_mobile .f_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#menu_mobile .f_contact_item {
  color: #fff;
}
#menu_mobile .f_contact_item .title {
  font-size: 16px;
  margin: 0 0 10px;
}
#menu_mobile .f_contact_item .desc {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#menu_mobile .menu_mobile_close {
  width: 20px;
  position: absolute;
  left: 20px;
  top: 30px;
}
@media screen and (max-width: 998px) {
  #menu_mobile .menu_mobile_close {
    left: auto;
    right: 20px;
  }
}
#menu_mobile .item_icon_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 40px 0 0;
  gap: 20px;
  display: none;
}
@media screen and (max-width: 998px) {
  #menu_mobile .item_icon_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#menu_mobile .item_icon_row .glasses_icon {
  fill: #fff;
}

.search_rorm {
  position: relative;
}
.search_rorm .form_input {
  height: 50px;
  padding: 0 10px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.6980392157);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  outline: none;
}
.search_rorm .form_input::-webkit-input-placeholder {
  color: #ccc;
}
.search_rorm .form_input::-moz-placeholder {
  color: #ccc;
}
.search_rorm .form_input:-ms-input-placeholder {
  color: #ccc;
}
.search_rorm .form_input::-ms-input-placeholder {
  color: #ccc;
}
.search_rorm .form_input::placeholder {
  color: #ccc;
}
.search_rorm .form_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search_rorm .form_input:focus::-moz-placeholder {
  color: transparent;
}
.search_rorm .form_input:focus:-ms-input-placeholder {
  color: transparent;
}
.search_rorm .form_input:focus::-ms-input-placeholder {
  color: transparent;
}
.search_rorm .form_input:focus::placeholder {
  color: transparent;
}
.search_rorm .submit {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
}
.search_rorm .submit svg {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.75);
}

/*main_banner*/
.main_banner {
  overflow: visible;
}
.main_banner .swiper-horizontal > .swiper-pagination-bullets, .main_banner .swiper-pagination-bullets.swiper-pagination-horizontal, .main_banner .swiper-pagination-custom, .main_banner .swiper-pagination-fraction {
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .main_banner .swiper-horizontal > .swiper-pagination-bullets, .main_banner .swiper-pagination-bullets.swiper-pagination-horizontal, .main_banner .swiper-pagination-custom, .main_banner .swiper-pagination-fraction {
    bottom: -10px;
  }
}
.main_banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #51899C;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.main_banner .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #51899C;
}

/*news_main*/
.news_main_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.35fr 50px 1fr 50px 1fr;
  grid-template-columns: 1.35fr 1fr 1fr;
  -ms-grid-rows: 1fr 50px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 50px;
  margin: 0 0 70px;
}
.news_main_row .swiper-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.news_main_row .swiper-wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.news_main_row .swiper-wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.news_main_row .swiper-wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.news_main_row .swiper-wrapper > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.news_main_row .swiper-wrapper > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1400px) {
  .news_main_row .swiper-wrapper {
    gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .news_main_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: inherit;
    margin: 0 0 20px;
  }
}
.news_main_row .swiper-wrapper .item_new {
  border-radius: 20px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .news_main_row .swiper-wrapper .item_new {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .news_main_row .swiper-wrapper .item_new {
    width: 200px;
    display: block;
    background: #DB9B9B;
    border-radius: 10px;
  }
}
.news_main_row .swiper-wrapper .item_new:first-child {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 992px) {
  .news_main_row .swiper-wrapper .item_new:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 992px) {
  .news_main_row .swiper-wrapper .item_new:first-child .img {
    max-height: 700px;
  }
}
@media screen and (min-width: 992px) {
  .news_main_row .swiper-wrapper .item_new:first-child .desc {
    font-size: clamp(16px, 1.5vw, 20px);
    margin: 0 0 40px;
  }
}
.news_main_row .swiper-wrapper .item_new:hover:hover {
  background: #E3E3E3;
}
.news_main_row .swiper-wrapper .item_new:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news_main_row .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 280px;
}
@media screen and (max-width: 992px) {
  .news_main_row .img {
    max-height: 135px;
    border-radius: 10px;
  }
}
.news_main_row .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.news_main_row .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_main_row .desc_wrap {
  padding: 30px 30px 0;
  min-height: 250px;
}
@media screen and (max-width: 1200px) {
  .news_main_row .desc_wrap {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 992px) {
  .news_main_row .desc_wrap {
    min-height: 190px;
  }
}
.news_main_row .desc_wrap .desc {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  margin: 0 0 15px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .news_main_row .desc_wrap .desc {
    font-size: 12px;
  }
}
.news_main_row .desc_wrap .date {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .news_main_row .desc_wrap .date {
    font-size: 12px;
  }
}
.news_main_row + .btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news_main_row + .btn {
    margin: 0;
  }
}

/*quiz_main*/
.quiz_main_row {
  margin: 0 0 46px;
}
.quiz_main_row .item_quiz {
  border-radius: 20px;
  padding: 30px;
  background: #FBFBFB;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 432px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .quiz_main_row .item_quiz {
    width: 280px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quiz_main_row .item_quiz {
    width: 200px;
  }
}
.quiz_main_row .item_quiz.active {
  background: #F3F9FF;
}
.quiz_main_row .item_quiz .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .quiz_main_row .item_quiz .title {
    font-size: 14px;
  }
}
.quiz_main_row .item_quiz .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .quiz_main_row .item_quiz .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .quiz_main_row .item_quiz .btn {
    font-size: 12px;
  }
}
.quiz_main_row .item_quiz_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .quiz_main_row .item_quiz_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.quiz_main_row .item_quiz_down .date {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .quiz_main_row .item_quiz_down .date {
    font-size: 12px;
  }
}
.quiz_main_row + .btn {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .quiz_main_row + .btn {
    margin: 0;
  }
}

/*poster_main*/
.poster_main_row {
  margin: 0 0 46px;
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .poster_main_row {
    margin: 0 0 20px;
  }
}
.poster_main_row + .btn {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .poster_main_row + .btn {
    margin: 0;
  }
}
.poster_main_row .item_new {
  border-radius: 20px;
  color: #333;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  max-width: 338px;
}
@media screen and (max-width: 1200px) {
  .poster_main_row .item_new {
    width: 280px;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .poster_main_row .item_new {
    width: 200px;
    background: #FBFBFB;
  }
}
.poster_main_row .item_new .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 280px;
}
@media screen and (max-width: 1200px) {
  .poster_main_row .item_new .img {
    max-height: 180px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .poster_main_row .item_new .img {
    max-height: 133px;
  }
}
.poster_main_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.poster_main_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.poster_main_row .item_new:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.poster_main_row .item_new .desc_wrap {
  padding: 25px 30px;
  min-height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .poster_main_row .item_new .desc_wrap {
    padding: 15px;
    min-height: 280px;
  }
}
@media screen and (max-width: 992px) {
  .poster_main_row .item_new .desc_wrap {
    min-height: 220px;
  }
}
.poster_main_row .item_new .desc_wrap .date {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media screen and (max-width: 1200px) {
  .poster_main_row .item_new .desc_wrap .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .poster_main_row .item_new .desc_wrap .date {
    font-size: 12px;
  }
}
.poster_main_row .item_new .desc_wrap .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .poster_main_row .item_new .desc_wrap .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .poster_main_row .item_new .desc_wrap .desc {
    font-size: 12px;
  }
}
.poster_main_row .item_new .desc_wrap .btn {
  margin-top: auto;
}

/*calendar_date*/
.calendar_date {
  background: #E0E9EB;
  padding: 60px 0 30px;
  margin-bottom: 0;
}

.calendar_date_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .calendar_date_row {
    display: block;
  }
}
.calendar_date_row .item_new {
  border-radius: 20px;
  color: #333;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .calendar_date_row .item_new {
    max-width: 300px;
  }
}
.calendar_date_row .item_new:hover .img::before {
  background: #000;
}
.calendar_date_row .item_new:hover .desc_wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.calendar_date_row .item_new .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 440px;
}
.calendar_date_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
  position: relative;
  z-index: 1;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calendar_date_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar_date_row .item_new .desc_wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.calendar_date_row .item_new .desc_wrap .date {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.calendar_date_row .item_new .desc_wrap .desc {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  margin: 0 0 30px;
  line-height: 1.5;
}
.calendar_date_row .item_new .desc_wrap .btn {
  margin-top: auto;
}

/*common_banner*/
.common_banner_row {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common_banner_row::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.common_banner_row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
}
.common_banner_row .img img {
  position: absolute;
  inset: 0;
}
.common_banner_row .poem {
  position: absolute;
  margin: auto;
  z-index: 2;
}
.common_banner_row .poem__text {
  color: #fff;
  margin: 0 0 40px;
}
.common_banner_row .poem__text p {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .common_banner_row .poem__text p {
    font-size: clamp(20px, 3vw, 50px);
  }
}
.common_banner_row .poem_author {
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .common_banner_row .poem_author {
    font-size: clamp(16px, 2vw, 32px);
  }
}

/*project*/
.project_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33px 1fr 33px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin: 0 0 46px;
}
@media screen and (max-width: 1200px) {
  .project_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.project_row + .btn {
  margin: 0 auto;
}
.project_row .item_new {
  border-radius: 20px;
  color: #333;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .project_row .item_new {
    max-width: 300px;
  }
}
.project_row .item_new .img {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: 100%;
  max-height: 280px;
}
.project_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.project_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project_row .item_new:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project_row .item_new .desc_wrap {
  padding: 25px 30px;
  min-height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .project_row .item_new .desc_wrap {
    padding: 17px;
    min-height: 260px;
  }
}
.project_row .item_new .desc_wrap .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media screen and (max-width: 1200px) {
  .project_row .item_new .desc_wrap .title {
    font-size: 14px;
  }
}
.project_row .item_new .desc_wrap .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .project_row .item_new .desc_wrap .desc {
    font-size: 12px;
  }
}
.project_row .item_new .desc_wrap .btn {
  margin-top: auto;
}

/*video_photo*/
.video_photo {
  background: #E0E9EB;
  padding: 60px 0 30px;
  margin-bottom: 0;
}

.video_photo_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 998px) {
  .video_photo_row {
    display: block;
  }
}
.video_photo_row .item_new {
  border-radius: 20px;
  color: #333;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 998px) {
  .video_photo_row .item_new {
    max-width: 300px;
  }
}
.video_photo_row .item_new:hover .img::before {
  background: #000;
}
.video_photo_row .item_new:hover .desc_wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.video_photo_row .item_new .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 440px;
}
.video_photo_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
  position: relative;
  z-index: 1;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video_photo_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_photo_row .item_new .desc_wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.video_photo_row .item_new .desc_wrap .date {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.video_photo_row .item_new .desc_wrap .desc {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  margin: 0 0 30px;
  line-height: 1.5;
}
.video_photo_row .item_new .desc_wrap .btn {
  margin-top: auto;
}

/*slide_block*/
.slide_block_row .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #EA3C00;
  border-radius: 20px;
  background: #fff;
  max-width: 289px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slide_block_row .item:hover {
  background: #E3E3E3;
}
.slide_block_row .item .img {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: 100%;
  max-height: 97px;
}
.slide_block_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.slide_block_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slide_block_row .desc_row {
  padding: 20px;
}
.slide_block_row .desc_row .desc {
  margin: 0 0 40px;
  color: #000;
}
.slide_block_row .desc_row .link {
  color: #51899C;
}

/*questions_banner*/
.questions_banner_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 998px) {
  .questions_banner_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px;
  }
}
.questions_banner_row .item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 60px;
}
@media screen and (max-width: 998px) {
  .questions_banner_row .item_desc {
    padding: 0;
  }
}
.questions_banner_row .item_desc .desc {
  font-size: 32px;
  margin: 0 0 30px;
}
@media screen and (max-width: 998px) {
  .questions_banner_row .item_desc .desc {
    font-size: 20px;
  }
}
.questions_banner_row .item_img .img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  max-height: 490px;
}
.questions_banner_row .item_img .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.questions_banner_row .item_img .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*about_banner*/
.about_banner_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  max-height: 658px;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .about_banner_row {
    max-height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .about_banner_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.about_banner_row .item_desc {
  padding: 80px 50px;
  background: #23C1F1;
}
@media screen and (max-width: 1200px) {
  .about_banner_row .item_desc {
    padding: 30px 20px;
  }
}
.about_banner_row .item_desc p {
  font-size: clamp(12px, 1.5vw, 24px);
  font-weight: 500;
  color: #fff;
}
.about_banner_row .item_img {
  position: relative;
}
.about_banner_row .item_img img {
  position: absolute;
  inset: 0;
}
.about_banner_row .item_img::before {
  content: "";
  padding: 0;
}
@media screen and (max-width: 992px) {
  .about_banner_row .item_img::before {
    display: block;
    padding: 0 0 50%;
  }
}

/*management*/
.management_row {
  margin: 0 0 25px;
}
.management_row .item {
  background: #FBFBFB;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .management_row .item {
    max-width: 300px;
  }
}
.management_row .item .desc_row {
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .management_row .item .desc_row {
    padding: 20px;
  }
}
.management_row .item .desc_row .btn {
  margin: 30px 0 0;
}
.management_row .item .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .management_row .item .title {
    font-size: 14px;
  }
}
.management_row .item .spec {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .management_row .item .spec {
    font-size: 14px;
  }
}
.management_row .item .desc {
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .management_row .item .desc {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
.management_row + .btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992px) {
  .management_row + .btn {
    margin: 0;
  }
}

/*about_project*/
.about_project_row .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  max-height: 422px;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .about_project_row .item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1400px) {
  .about_project_row .item {
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .about_project_row .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.about_project_row .item .item_desc {
  padding: 50px;
  background: #DB9B9B;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .about_project_row .item .item_desc {
    padding: 30px 20px;
  }
}
.about_project_row .item .item_desc p {
  font-size: clamp(12px, 1.5vw, 24px);
  font-weight: 500;
  color: #fff;
}
.about_project_row .item .title {
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 500;
  margin: 0 0 15px;
}
.about_project_row .item .desc {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.4;
  margin: 0 0 35px;
}
@media screen and (max-width: 1400px) {
  .about_project_row .item .desc {
    margin: 0 0 20px;
  }
}
.about_project_row .item .item_img {
  position: relative;
}
.about_project_row .item .item_img img {
  position: absolute;
  inset: 0;
}
.about_project_row .item .item_img::before {
  content: "";
  padding: 0;
}
@media screen and (max-width: 992px) {
  .about_project_row .item .item_img::before {
    display: block;
    padding: 0 0 50%;
  }
}

/*partners*/
.partners_row .item {
  border: 1px solid #E0E9EB;
  border-radius: 10px;
  max-height: 200px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .partners_row .item {
    max-width: 200px;
  }
}
.partners_row .item img {
  position: absolute;
  inset: 0;
}
.partners_row .item::before {
  content: "";
  padding: 0;
}

/*news_page*/
.news_page_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .news_page_row .swiper-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .news_page_row .swiper-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.news_page_row .item {
  border-radius: 20px;
  background: #F8F8F8;
  color: #333;
}
@media screen and (max-width: 992px) {
  .news_page_row .item {
    max-width: 300px;
  }
}
.news_page_row .item .desc_wrap {
  padding: 25px;
}
.news_page_row .item .desc_wrap .tags {
  margin: 0 0 10px;
}
.news_page_row .item .desc_wrap .tags .tag {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.news_page_row .item .desc_wrap .title {
  margin: 0 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.6;
}
.news_page_row .item .desc_wrap .date {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}
.news_page_row .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news_page_row .item .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100vh;
  max-height: 234px;
}
.news_page_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.news_page_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*documents*/
.documents_row .swiper-wrapper {
  display: block;
}
@media screen and (max-width: 992px) {
  .documents_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.documents_row .download-icon {
  fill: #8D8D8D;
}
.documents_row .item {
  background: #F8F8F8;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 29px;
  gap: 18px;
  font-size: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .documents_row .item {
    padding: 20px;
    width: 300px;
  }
}
.documents_row .item .img {
  max-width: 34px;
}
.documents_row .item .title {
  font-weight: 500;
  width: 100%;
  margin: 0 0 10px;
  max-width: 1000px;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .documents_row .item .title {
    font-size: 12px;
  }
}
.documents_row .item .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.documents_row .item .text {
  color: #DB9B9B;
}
.documents_row .params_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8D8D8D;
  font-size: 12px;
  gap: 0 20px;
}
.documents_row .text {
  color: rgb(23, 111, 87);
}
.documents_row .params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .documents_row .params {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .documents_row .download {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
}

/*events*/
.events_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .events_row .swiper-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .events_row .swiper-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.events_row .item {
  border-radius: 20px;
  background: #F8F8F8;
  color: #333;
}
@media screen and (max-width: 992px) {
  .events_row .item {
    max-width: 300px;
  }
}
.events_row .item .desc_wrap {
  padding: 25px;
}
.events_row .item .desc_wrap .tags {
  margin: 0 0 10px;
}
.events_row .item .desc_wrap .tags .tag {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.events_row .item .desc_wrap .title {
  margin: 0 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.6;
}
.events_row .item .desc_wrap .date {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}
.events_row .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.events_row .item .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100vh;
  max-height: 234px;
}
.events_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.events_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*photo_page*/
.photo_page {
  margin: 0 0 100px;
}

.photo_row {
  margin: 50px 0;
}
.photo_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .photo_row .swiper-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .photo_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.photo_row .photo_item {
  position: relative;
  min-height: 390px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .photo_row .photo_item {
    width: 300px;
    min-height: 350px;
  }
}
.photo_row .photo_item[data-video]::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3019607843);
  inset: 0;
  z-index: 2;
}
.photo_row .photo_item[data-video]::after {
  content: "";
  position: absolute;
  background: url(../img/play.svg) no-repeat center/cover;
  width: 70px;
  height: 70px;
  margin: auto;
  inset: 0;
  z-index: 3;
}
.photo_row .photo_item .img {
  position: absolute;
  inset: 0;
}
.photo_row .photo_item .img::before {
  content: "";
  display: block;
  padding: 0;
}
.photo_row .props {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3098039216);
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
}
.photo_row .props .title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.photo_row .props .date {
  font-size: 14px;
  font-weight: 500;
}

/*quiz_page*/
.quiz_page_row {
  margin: 0 0 46px;
}
.quiz_page_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1620px) {
  .quiz_page_row .swiper-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .quiz_page_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.quiz_page_row .item_quiz {
  border-radius: 20px;
  padding: 30px;
  background: #FBFBFB;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (max-width: 992px) {
  .quiz_page_row .item_quiz {
    width: 300px;
  }
}
.quiz_page_row .item_quiz.active {
  background: #F3F9FF;
}
.quiz_page_row .item_quiz .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .quiz_page_row .item_quiz .title {
    font-size: 14px;
  }
}
.quiz_page_row .item_quiz .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .quiz_page_row .item_quiz .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .quiz_page_row .item_quiz .btn {
    font-size: 12px;
  }
}
.quiz_page_row .item_quiz_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .quiz_page_row .item_quiz_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.quiz_page_row .item_quiz_down .date {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .quiz_page_row .item_quiz_down .date {
    font-size: 12px;
  }
}

/*project_page*/
.project_page_row {
  margin: 40px 0 20px;
}
.project_page_row .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .project_page_row .swiper-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .project_page_row .swiper-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.project_page_row .item {
  border-radius: 20px;
  background: #F8F8F8;
  color: #333;
}
@media screen and (max-width: 992px) {
  .project_page_row .item {
    max-width: 300px;
  }
}
.project_page_row .item .desc_wrap {
  padding: 25px;
}
.project_page_row .item .desc_wrap .tags {
  margin: 0 0 10px;
}
.project_page_row .item .desc_wrap .tags .tag {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.project_page_row .item .desc_wrap .desc {
  margin: 0 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.6;
}
.project_page_row .item .desc_wrap .title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}
.project_page_row .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project_page_row .item .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100vh;
  max-height: 234px;
}
.project_page_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.project_page_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*project_detailed*/
.project_detailed {
  margin: 50px 0;
}

.project_detailed_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 1fr) 100px minmax(600px, 1fr);
  grid-template-columns: minmax(300px, 1fr) minmax(600px, 1fr);
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.project_detailed_row .video_item {
  position: relative;
  width: 350px;
  min-height: 180px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .video_item {
    width: 300px;
    min-height: 200px;
  }
}
.project_detailed_row .video_item[data-video]::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3019607843);
  inset: 0;
  z-index: 2;
}
.project_detailed_row .video_item[data-video]::after {
  content: "";
  position: absolute;
  background: url(../img/play.svg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  margin: auto;
  inset: 0;
  z-index: 3;
}
.project_detailed_row .video_item .img {
  position: absolute;
  inset: 0;
}
.project_detailed_row .video_item .img::before {
  content: "";
  display: block;
  padding: 0;
}
.project_detailed_row .detailed_text {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .detailed_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.project_detailed_row .detailed_text .data_event {
  color: #51899C;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .project_detailed_row .detailed_text .data_event {
    font-size: 12px;
  }
}
.project_detailed_row .detailed_text .form_btn {
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .project_detailed_row .detailed_text .form_btn {
    margin: 20px 0;
  }
}
.project_detailed_row .detailed_text .dop {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .project_detailed_row .detailed_text .dop {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .project_detailed_row .detailed_text .dop {
    font-size: 14px;
  }
}
.project_detailed_row .detailed_text .area {
  font-size: 20px;
  color: #51899C;
  font-emphasize: 500;
}
@media screen and (max-width: 1400px) {
  .project_detailed_row .detailed_text .area {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .project_detailed_row .detailed_text .area {
    font-size: 14px;
  }
}
.project_detailed_row .detailed_text ul {
  margin: 10px;
  list-style: none;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .project_detailed_row .detailed_text ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .project_detailed_row .detailed_text ul {
    font-size: 14px;
  }
}
.project_detailed_row .detailed_text ul li {
  line-height: 1.6;
}
.project_detailed_row .detailed_slide {
  overflow: hidden;
}
.project_detailed_row .detailed_slide .big_slide {
  margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .detailed_slide .big_slide {
    display: none;
  }
}
.project_detailed_row .detailed_slide .big_photo {
  overflow: hidden;
  border-radius: 5px;
}
.project_detailed_row .detailed_slide .item_image {
  overflow: hidden;
  border-radius: 5px;
  max-height: 800px;
  position: relative;
}
.project_detailed_row .detailed_slide .item_image img {
  position: absolute;
  inset: 0;
}
.project_detailed_row .detailed_slide .item_image::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.project_detailed_row .detailed_slide .item_image_min {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  max-height: 160px;
  position: relative;
}
.project_detailed_row .detailed_slide .item_image_min img {
  position: absolute;
  inset: 0;
}
.project_detailed_row .detailed_slide .item_image_min::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .detailed_slide .item_image_min {
    width: 300px;
    max-height: 370px;
  }
}
.project_detailed_row .detailed_slide .min_slide .panel_nav {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .detailed_slide .min_slide .panel_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.project_detailed_row .detailed_slide ._slide_nav_min {
  display: none;
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .detailed_slide ._slide_nav_min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .project_detailed_row .detailed_slide ._slide_nav_big {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .project_detailed_row .detailed_video .swiper-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.project_detailed_row .down_link_info_row {
  margin: 20px 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project_detailed_row .tags {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.project_detailed_row .tags .tag {
  color: #000;
}
.project_detailed_row .data_public {
  color: #51899C;
  font-size: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .project_detailed_row .data_public {
    font-size: 12px;
  }
}

/*quiz_form*/
.quiz_form {
  margin: 0 0 40px;
}

.quiz_form_row .item_form {
  margin: 0 0 25px;
}
.quiz_form_row .item_form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 25px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.quiz_form_row .item_form label span {
  font-size: 16px;
}
.quiz_form_row .item_title {
  color: #51899C;
  font-size: 20px;
  font-weight: 500;
}
.quiz_form_row .radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  border: 1px solid #DB9B9B;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.quiz_form_row .radio-input::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.quiz_form_row .radio-input:checked::after {
  background: #D51F00;
  border-radius: 100px;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

/*quiz_form_result*/
.quiz_form_result {
  margin: 0 0 40px;
}

.quiz_form_result_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 85px 1fr 85px 1fr 85px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 85px;
}
@media screen and (max-width: 1400px) {
  .quiz_form_result_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .quiz_form_result_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.quiz_form_result_row .quiz_resul_title {
  font-size: 20px;
  color: #51899C;
  font-weight: 500;
  margin: 0 0 18px;
  min-height: 50px;
}
.quiz_form_result_row .quiz_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 0 30px;
}
.quiz_form_result_row .quiz_num .progress-container {
  width: 100%;
  max-width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.quiz_form_result_row .quiz_num .proc {
  font-weight: 500;
  min-width: 25px;
  position: relative;
}
.quiz_form_result_row .quiz_num .proc.active {
  padding: 0 10px 0 20px;
}
.quiz_form_result_row .quiz_num .proc.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/chek.svg) no-repeat center/cover;
  width: 14px;
  height: 14px;
}
.quiz_form_result_row .quiz_num .num {
  display: block;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  background: #FE6057;
  height: 16px;
  border-radius: 10px;
}

/*contacts*/
.contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(500px, 970px) 50px minmax(500px, 800px);
  grid-template-columns: minmax(500px, 970px) minmax(500px, 800px);
  gap: 50px;
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  .contacts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.contacts .h2 {
  color: #000;
  margin: -125px 0 0;
}
@media screen and (max-width: 1200px) {
  .contacts .h2 {
    margin: 0;
  }
}
.contacts .h2 + p {
  font-size: 20px;
  margin: 40px 0 30px;
}
.contacts .contact_info {
  margin: 50px 0;
}
.contacts .bl_map {
  border-radius: 10px;
  overflow: hidden;
}
.contacts .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.contacts .social a {
  width: 40px;
  height: 40px;
}
.contacts .contact_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 140px;
}
@media screen and (max-width: 1400px) {
  .contacts .contact_info {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 620px) {
  .contacts .contact_info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contacts .contact_info .item .title {
  opacity: 0.7;
  font-size: clamp(14px, 1.5vw, 20px);
  margin: 0 0 10px;
}
.contacts .contact_info .item .desc {
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 500;
}
.contacts .contact_info .item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 620px) {
  .contacts .contact_info .item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.contacts .contact_info .item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 620px) {
  .contacts .contact_info .item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/*profile*/
.profile_item_form {
  margin: 50px 0;
}
.profile_item_form .title_form {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .profile_item_form .title_form {
    font-size: 20px;
  }
}
.profile_item_form .btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .profile_item_form .btn {
    margin: 0 0 40px;
  }
}
.profile_item_form .item_form_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 30px 1fr;
  grid-template-columns: 170px 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .profile_item_form .item_form_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.profile_item_form .item_form_row .img {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  border-radius: 10px;
  margin: 25px 0;
}
.profile_item_form .item_form_row .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.profile_item_form .item_form_row .img::before {
  content: "";
  display: block;
  padding: 80% 0 0;
}
.profile_item_form [data-saze=f3_3] .data_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 15px 1fr 15px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 15px 29px;
  grid-auto-flow: column;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.profile_item_form [data-saze=f3_3] .data_form > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 992px) {
  .profile_item_form [data-saze=f3_3] .data_form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  .profile_item_form [data-saze=f3_3] .data_form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .profile_item_form [data-saze=f3_3] .data_form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.profile_item_form [data-saze=f3_2] .data_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 15px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px 29px;
  grid-auto-flow: column;
}
.profile_item_form [data-saze=f3_2] .data_form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.profile_item_form [data-saze=f3_2] .data_form > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.profile_item_form [data-saze=f3_2] .data_form > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.profile_item_form [data-saze=f3_2] .data_form > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.profile_item_form [data-saze=f3_2] .data_form > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.profile_item_form [data-saze=f3_2] .data_form > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 992px) {
  .profile_item_form [data-saze=f3_2] .data_form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  .profile_item_form [data-saze=f3_2] .data_form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .profile_item_form [data-saze=f3_2] .data_form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.profile_item_form [data-saze=f3_1] .data_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 29px;
  grid-auto-flow: column;
}
@media screen and (max-width: 992px) {
  .profile_item_form [data-saze=f3_1] .data_form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .profile_item_form [data-saze=f3_1] .data_form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .profile_item_form [data-saze=f3_1] .data_form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.profile_item_form [data-saze=f2_1] .data_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 29px;
  grid-auto-flow: column;
}
@media screen and (max-width: 768px) {
  .profile_item_form [data-saze=f2_1] .data_form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .profile_item_form [data-saze=f2_1] .data_form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.profile_item_form .data_link_social {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  grid-auto-flow: column;
  margin: 25px 0;
}
.profile_item_form .data_link_social > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.profile_item_form .data_link_social > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.profile_item_form .data_link_social > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.profile_item_form .data_link_social > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.profile_item_form .data_link_social > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.profile_item_form .data_link_social > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1400px) {
  .profile_item_form .data_link_social {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .profile_item_form .data_link_social > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.profile_item_form .data_form {
  margin: 20px 0;
}
.profile_item_form .data_form label {
  margin: 0;
}
.profile_item_form .social_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .profile_item_form .social_row .btn {
    margin: 0;
  }
}
.profile_item_form .social_row .item_icon {
  padding: 0 20px;
  background: #ccc;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.profile_item_form .social_row .item_icon.color_1 {
  background: #406ae1;
}
.profile_item_form .social_row .item_icon.color_2 {
  background: #f96506;
}
.profile_item_form .social_row .item_icon.color_3 {
  background: #00a8f4;
}
.profile_item_form .social_row .item_icon.color_4 {
  background: #000000;
}
.profile_item_form .social_row .btn_on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #51899C;
  background: #51899C;
  width: 100%;
}
.profile_item_form .social_row .btn_off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  font-size: 16px;
  color: #51899C;
  border: 1px solid #51899C;
  width: 100%;
}
.profile_item_form .custom-select-wrapper {
  margin: 0;
}
.profile_item_form .custom-select-trigger {
  height: 53px;
  margin: 0;
  padding: 0 60px 0 20px;
  color: rgba(0, 0, 0, 0.5882352941);
  font-weight: 400;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .profile_item_form .custom-select-trigger {
    font-size: 16px;
  }
}
.profile_item_form .custom-option {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.profile_item_form .form_input {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .profile_item_form .form_input {
    font-size: 16px;
  }
}
.profile_item_form .add_data_form {
  padding: 0 0 20px;
  border-bottom: 1px dashed #51899C;
}
.profile_item_form .data_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .profile_item_form .data_row .btn {
    margin: 0;
  }
}
.profile_item_form .add_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #51899C;
}
@media screen and (max-width: 768px) {
  .profile_item_form .add_block {
    font-size: 16px;
  }
}
.profile_item_form .add_block img {
  width: 30px;
  height: 30px;
}
.profile_item_form .form_сomposite {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.49fr 29px 1fr;
  grid-template-columns: 0.49fr 1fr;
  gap: 29px;
}
@media screen and (max-width: 768px) {
  .profile_item_form .form_сomposite {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*project_page_lk*/
.project_page_lk {
  margin: 40px 0 100px;
}
.project_page_lk .project_page_lk_row {
  margin: 30px 0;
}
.project_page_lk .panel_nav {
  top: auto;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .project_page_lk .panel_nav {
    bottom: 0;
  }
}
.project_page_lk .item {
  border-radius: 20px;
  background: #F8F8F8;
  color: #333;
}
@media screen and (max-width: 1580px) {
  .project_page_lk .item {
    width: 300px;
  }
}
@media screen and (max-width: 1580px) {
  .project_page_lk .item .btn {
    height: 44px;
    font-size: 16px;
  }
  .project_page_lk .item .btn svg {
    width: 30px;
    height: 30px;
  }
}
.project_page_lk .item .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100vh;
  max-height: 234px;
}
.project_page_lk .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project_page_lk .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.project_page_lk .item .desc_wrap {
  padding: 25px;
}
.project_page_lk .item .desc_wrap .date {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}
.project_page_lk .item .desc_wrap .desc {
  margin: 0 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.6;
  font-size: 20px;
}

/*rent*/
.rent {
  margin: 40px 0 100px;
}
.rent .rent_row {
  margin: 30px 0;
}
.rent .panel_nav {
  top: auto;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .rent .panel_nav {
    bottom: 0;
  }
}
.rent .item {
  background: #F8F8F8;
  color: #333;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .rent .item {
    width: 300px;
  }
}
@media screen and (max-width: 1580px) {
  .rent .item .btn {
    height: 44px;
    font-size: 16px;
  }
  .rent .item .btn svg {
    width: 30px;
    height: 30px;
  }
}
.rent .item .img {
  position: relative;
  height: 100vh;
  max-height: 412px;
}
.rent .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rent .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.rent .item .desc_wrap {
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.rent .item .desc_wrap .title {
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
.rent .item .desc_wrap .desc {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 20px;
}

/*error404*/
.error404_row {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.error404_row .title {
  font-size: 48px;
  font-weight: 500;
  color: #51899C;
}
@media screen and (max-width: 768px) {
  .error404_row .title {
    font-size: 32px;
  }
}
.error404_row p {
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .error404_row p {
    font-size: 16px;
  }
}
.error404_row .btn {
  margin: 0 auto;
}

/*error404*/
.error404_row {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.error404_row .title {
  font-size: 48px;
  font-weight: 500;
  color: #51899C;
}
@media screen and (max-width: 768px) {
  .error404_row .title {
    font-size: 32px;
  }
}
.error404_row p {
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .error404_row p {
    font-size: 16px;
  }
}
.error404_row .btn {
  margin: 0 auto;
}

/*search_page*/
.form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form_search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form_search input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
  width: 100%;
  max-width: 390px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .form_search input {
    font-size: 14px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form_search .btn {
    min-height: 56px;
    max-width: 400px;
    margin: 0 auto;
  }
}

.pgn {
  font-size: 14px;
  line-height: 1.6;
}

.all_page_search .item {
  margin: 0 0 35px;
}
.all_page_search .item .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .title {
    font-size: 18px;
  }
}
.all_page_search .item .title:hover {
  color: #0086FF;
}
.all_page_search .item .desc_more {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #555;
}
.all_page_search .item .date {
  font-size: 16px;
  margin: 5px 0;
}
.all_page_search .item .path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  font-size: 16px;
}
.all_page_search .item .path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  list-style: none;
}
.all_page_search .item .path ul li {
  position: relative;
}
.all_page_search .item .path ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -7px;
}
.all_page_search .item .path ul li:last-child::before {
  display: none;
}

.navigation_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .navigation_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .navigation_info .navigation_info_row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin: 0 0 20px;
  }
}

/*calendar_сustom*/
.calendar_data_titme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 45px 0;
}
@media screen and (max-width: 1430px) {
  .calendar_data_titme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.calendar_data_titme #calendar {
  background: #F8F8F8;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .calendar_data_titme #calendar {
    width: 100%;
    max-width: 426px;
  }
}
@media screen and (max-width: 768px) {
  .calendar_data_titme #calendar {
    width: 100%;
  }
}
.calendar_data_titme [data-calendar-theme=light] .vanilla-calendar-day__btn {
  background: transparent;
}
.calendar_data_titme [data-calendar-theme=light] .vanilla-calendar-day__btn_today, .calendar_data_titme [data-calendar-theme=light] .vanilla-calendar-day__btn_selected, .calendar_data_titme [data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover {
  background: #51899C;
}
.calendar_data_titme #time {
  background: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  min-height: 276px;
  width: 100%;
  max-width: 426px;
}
@media screen and (max-width: 1430px) {
  .calendar_data_titme #time {
    min-height: auto;
    padding: 10px;
  }
}
.calendar_data_titme #time .custom-time-slots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1430px) {
  .calendar_data_titme #time .custom-time-slots {
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.calendar_data_titme #time .time-slot {
  height: 34px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .calendar_data_titme #time .time-slot {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .calendar_data_titme #time .time-slot {
    font-size: 13px;
  }
}
.calendar_data_titme #time .time-slot.selected {
  background: #51899C;
  color: #fff;
}
.calendar_data_titme #time .time-slot:hover {
  background: #51899C;
  color: #fff;
}
.calendar_data_titme #time .time-slot.occupied {
  color: rgba(0, 0, 0, 0.1019607843);
  cursor: auto;
}
.calendar_data_titme #time .time-slot.occupied:hover {
  background: transparent;
}

/*footer*/
footer {
  background: #F5F5F5;
  padding: 30px 0;
}
footer ul {
  list-style: none;
}
footer a {
  color: #000;
}
footer .footer_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 190px 1fr 190px 1.5fr;
  grid-template-columns: 160px 1fr 1.5fr;
  gap: 190px;
  padding: 0 0 50px;
}
@media screen and (max-width: 1800px) {
  footer .footer_row {
    gap: 100px;
  }
}
@media screen and (max-width: 1620px) {
  footer .footer_row {
    gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 998px) {
  footer .f_logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 680px) {
  footer .f_logo {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
footer .f_logo img {
  max-width: 160px;
  height: auto;
}
footer .f_menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 1fr 150px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
}
@media screen and (max-width: 1400px) {
  footer .f_menu {
    gap: 80px;
  }
}
@media screen and (max-width: 1200px) {
  footer .f_menu {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
@media screen and (max-width: 998px) {
  footer .f_menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 680px) {
  footer .f_menu {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
footer .f_menu .f_item li {
  margin: 0 0 30px;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .f_contact {
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  footer .f_contact {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
@media screen and (max-width: 998px) {
  footer .f_contact {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 680px) {
  footer .f_contact {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
footer .f_contact_item .title {
  color: rgba(0, 0, 0, 0.6980392157);
  margin: 0 0 8px;
}
footer .f_contact_item .desc {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  footer .f_contact_item .desc {
    font-size: 20px;
  }
}
footer .f_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin: 60px 0 0;
}
@media screen and (max-width: 998px) {
  footer .f_social {
    margin: 0;
  }
}
footer .f_social img {
  max-width: 40px;
  height: auto;
}
footer .footer_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
  border-top: 1px solid #51899C;
  font-size: 20px;
}
@media screen and (max-width: 998px) {
  footer .footer_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
footer .footer_down .company a {
  color: #51899C;
}

.panel_nav {
  position: absolute;
  top: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .panel_nav {
    position: relative;
    top: 10px;
    right: 0;
    gap: 15px;
  }
}
.panel_nav .next, .panel_nav .prev {
  border: 1px solid #FD4544;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .panel_nav .next, .panel_nav .prev {
    width: 40px;
    height: 40px;
  }
  .panel_nav .next svg, .panel_nav .prev svg {
    width: 14px;
    height: 12px;
  }
}
.panel_nav .swiper-button-disabled {
  opacity: 0.6;
}
.panel_nav .prev {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.panel_nav .prev_icon {
  fill: #FD4544;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
}

.video_photo .next, .video_photo .prev, .calendar_date .next, .calendar_date .prev, .partners .next, .partners .prev {
  border: 1px solid #0086FF;
}
.video_photo .prev_icon, .calendar_date .prev_icon, .partners .prev_icon {
  fill: #0086FF;
}

.form_theme label {
  margin: 0 0 20px;
  display: block;
  position: relative;
}
.form_theme label span {
  color: #51899C;
  font-size: 14px;
  position: relative;
  margin: 0 0 10px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form_theme label span.required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
}
.form_theme .form_input {
  width: 100%;
  border-radius: 5px;
  background: #F8F8F8;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
}
.form_theme .form_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form_theme .form_input:focus::-moz-placeholder {
  color: transparent;
}
.form_theme .form_input:focus:-ms-input-placeholder {
  color: transparent;
}
.form_theme .form_input:focus::-ms-input-placeholder {
  color: transparent;
}
.form_theme .form_input:focus::placeholder {
  color: transparent;
}
.form_theme .custom-select-trigger {
  width: 100%;
}

.contact_form .form_input:focus + span,
.contact_form .form_input:valid + span {
  opacity: 0;
  visibility: hidden;
}
.contact_form .captcha {
  margin: 20px 0;
}
.contact_form textarea {
  resize: none;
  min-height: 240px;
  padding: 20px !important;
}
.contact_form label span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 20px;
  pointer-events: none;
}
.contact_form label .form_input {
  font-size: 20px;
}
.contact_form label[for=textarea] span {
  top: 30px;
}
.contact_form label[for=checked] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact_form label[for=checked] p {
  font-size: 14px;
  margin: 0;
}

.add_file {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .add_file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.add_file .file_text {
  color: #51899C;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.add_file .file_text img {
  width: 17px;
  height: 22px;
}
.add_file input[type=file] {
  cursor: pointer;
  border: none;
  color: #ccc;
}
.add_file input[type=file]::-webkit-file-upload-button {
  display: none;
}
.add_file input[type=file]::file-selector-button {
  display: none;
}

.page_desc {
  margin: 50px 0 30px;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.6;
}

.contetn_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 25px 1fr;
  grid-template-columns: 400px 1fr;
  gap: 25px;
  margin: 47px 0;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .contetn_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contetn_row .content {
  overflow: hidden;
}
.contetn_row aside {
  position: relative;
}
.contetn_row aside.show {
  display: block;
}
.contetn_row aside .name_left {
  margin: 0 0 20px;
  background: #F8F8F8;
  padding: 20px 20px 0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid rgb(229, 229, 229);
}
@media screen and (max-width: 768px) {
  .contetn_row aside .name_left {
    padding: 20px 20px 20px 30px;
  }
}
.contetn_row aside .name_left.calendar {
  -webkit-box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 992px) {
  .contetn_row aside .name_left.calendar {
    padding: 0;
    border: 0;
  }
}
.contetn_row aside .name_left span {
  color: rgba(0, 0, 0, 0.3019607843);
  padding-left: 10px;
}
.contetn_row aside .name_left_banner {
  margin: 35px 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.contetn_row aside .name_left_banner .item {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #fff;
}
.contetn_row aside .name_left_banner img {
  height: auto;
}
.contetn_row aside .btn_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 0 20px;
}
.contetn_row aside .btn_left .btn,
.contetn_row aside .btn_left .btn_reset {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contetn_row aside .btn_left .btn,
  .contetn_row aside .btn_left .btn_reset {
    padding: 16px 23px;
    font-size: 15px;
  }
}

.breadcrumbs {
  margin: 20px 0;
  display: table;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 20px auto;
  }
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
  margin: 0;
}
.breadcrumbs ul li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 12px;
  }
}
.breadcrumbs ul .link {
  position: relative;
}
.breadcrumbs ul .link::before {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -13px;
}
.breadcrumbs ul .link a {
  color: rgba(51, 51, 51, 0.5019607843);
}

.banner_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  margin: 40px 0;
}
.banner_left .img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  min-height: 210px;
  border: 1px solid #E5E5E5;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .banner_left .img {
    min-height: 160px;
  }
}
.banner_left .img::before {
  content: "";
  display: block;
  padding: 0;
  position: relative;
  z-index: 1;
}
.banner_left .img img {
  position: absolute;
  inset: 0;
  margin: auto;
  height: auto;
}

/*custom-select*/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 4px;
}

.custom-select-wrapper + .bl_table {
  margin: 20px 0 0;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 64px 0 30px;
  line-height: 60px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .custom-select-trigger {
    padding: 0 64px 0 30px;
  }
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 2px 0;
  border: 1px solid rgb(230, 230, 230);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.option-hover:before {
  color: #483698;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 42px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.custom-option:hover {
  background: #F8F8F8;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #F8F8F8;
}

.select_sources span {
  color: #51899C;
  font-size: 14px;
  position: relative;
  margin: 0 0 10px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.select_sources span.required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
}

/*calendar*/
#calendar {
  margin: 0 auto;
  background: #F8F8F8;
  width: 100%;
  padding: 20px 0;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
  background-color: #51899C;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
  background: transparent;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover {
  background-color: #51899C;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today,
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover {
  background-color: #51899C;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
}

/*pagination*/
.pagination {
  margin: 10px 0 0 auto;
  display: table;
}
@media screen and (max-width: 992px) {
  .pagination {
    margin: 0 auto;
  }
}
.pagination .btn_reset {
  margin: 0 auto;
}
.pagination .dots {
  color: #DB9B9B;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 20px 0;
  list-style: none;
}
.pagination ul li.dots {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #DB9B9B;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.pagination ul li.active {
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DB9B9B;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #DB9B9B;
  color: #fff;
}
.pagination ul li a {
  font-size: 14px;
  color: #DB9B9B;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DB9B9B;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
}
.pagination ul li a.prev, .pagination ul li a.next, .pagination ul li a.start, .pagination ul li a.end {
  padding: 10px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .pagination ul li a.prev, .pagination ul li a.next, .pagination ul li a.start, .pagination ul li a.end {
    display: none;
  }
}
.pagination ul li a.prev svg {
  fill: #DB9B9B;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pagination ul li a.next svg {
  fill: #DB9B9B;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background: #DB9B9B;
  color: #fff;
}
.pagination ul li a.active svg, .pagination ul li a:hover svg {
  fill: #fff;
}

.down_link_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .down_link_info_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 620px) {
  .down_link_info_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.down_link_info_row .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.down_link_info_row .social span {
  font-size: 18px;
}
.down_link_info_row .down_link_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .down_link_info_row .down_link_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 620px) {
  .down_link_info_row .down_link_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*form-lk*/
.form_theme_lk {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .form_theme_lk {
    padding: 30px 10px;
  }
}
.form_theme_lk .form_title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
}
.form_theme_lk .lk_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form_theme_lk .lk_row {
    gap: 10px;
  }
}
.form_theme_lk .lk_row .btn {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_theme_lk .form_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
}
.form_theme_lk .form_check a {
  color: #51899C;
}
.form_theme_lk .form_check span {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.form_theme_lk .lk_pass, .form_theme_lk .lk_pass_r {
  position: relative;
}
.form_theme_lk .info_error {
  margin: 10px 0 0;
  font-size: 12px;
  color: #DB9B9B;
}
.form_theme_lk .lk_pass_link {
  font-size: 14px;
  color: #51899C;
}

.password_toggle {
  position: absolute;
  right: 40px;
  top: 42px;
}
.password_toggle::before {
  content: "";
  position: absolute;
  background: url(../img/pass.svg) no-repeat center/cover;
  width: 22px;
  height: 22px;
}
.password_toggle.open::before {
  background: url(../img/pass_open.svg) no-repeat center/cover;
}

.panel_nav .next:hover, .panel_nav .prev:hover {
  background: rgba(167, 205, 218, 0.3019607843);
}

.panel_nav._red .next:hover, .panel_nav._red .prev:hover {
  background: rgba(213, 31, 0, 0.1019607843);
}

#dialog-form-questions {
  width: 100%;
  max-width: 1400px;
  padding: 0;
}
#dialog-form-questions .form_theme_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
}
#dialog-form-questions .form_theme {
  padding: 30px 50px;
}
#dialog-form-questions .form_title {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 20px;
}
#dialog-form-questions .form_image {
  position: relative;
}
#dialog-form-questions .form_image img {
  position: absolute;
  inset: 0;
}
#dialog-form-questions .form_image::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}