.page_wrapper_dop {
  margin: 135px 0 90px;
}
@media screen and (max-width: 992px) {
  .page_wrapper_dop {
    margin: 115px 0 90px;
  }
}
.page_wrapper_dop .page_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page_wrapper_dop .page_title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.page_wrapper_dop img {
  max-width: 100%;
  display: block;
}
.page_wrapper_dop .link {
  scroll-margin-top: 180px;
}

.page_wrapper_dop .link img {
	border-radius: 15px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
  .page_wrapper_dop .link {
    scroll-margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .page_wrapper_dop .link {
    scroll-margin-top: 240px;
  }
}

.btn svg {
  position: relative;
  right: -20px;
}

.banner_v2_row {
  border: 1px solid #16BFC2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 460px;
  grid-template-columns: 1fr 460px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner_v2_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .banner_v2_row .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.banner_v2_row .image img {
  display: block;
}
.banner_v2_row .desc_row {
  padding: 54px 44px 0;
}
@media screen and (max-width: 992px) {
  .banner_v2_row .desc_row {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 768px) {
  .banner_v2_row .desc_row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.banner_v2_row .desc_img {
  margin: 0 0 48px;
}
@media screen and (max-width: 992px) {
  .banner_v2_row .desc_img {
    margin: 0 0 30px;
  }
}
.banner_v2_row .btn_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: 992px) {
  .banner_v2_row .btn_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .banner_v2_row .btn_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.banner_v2_row .btn {
  background: #16BFC2;
  width: 100%;
  max-width: 251px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .banner_v2_row .btn {
    max-width: 320px;
  }
}

.news .btn {
  background: #16BFC2;
}
@media screen and (min-width: 992px) {
  .news .news_slide-img {
    position: relative;
    overflow: hidden;
    min-height: 244px;
    border-radius: 18px;
  }
  .news .news_slide-img img {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
  }
  .news .news_slide-img:hover img {
    width: 110%;
    height: 110%;
  }
}

.menu_page_up.fixed {
  top: 97px;
  left: 0;
  right: 0;
  position: fixed;
  background: #fff;
  z-index: 9;
}
@media screen and (max-width: 1500px) {
  .menu_page_up.fixed {
    top: 85px;
  }
}
@media screen and (max-width: 992px) {
  .menu_page_up.fixed {
    top: 82px;
  }
}

.menu_page_up_row ul {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .menu_page_up_row ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .menu_page_up_row ul {
    gap: 5px;
  }
}
.menu_page_up_row ul li {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .menu_page_up_row ul li {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .menu_page_up_row ul li {
    font-size: 18px;
  }
}
.menu_page_up_row ul li span {
  border-right: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .menu_page_up_row ul li span {
    border-right: 1px solid #000;
  }
}
.menu_page_up_row ul li a {
  font-weight: 400;
  color: #000;
}
.menu_page_up_row ul li a:hover {
  color: #16BFC2;
}

.page_block_2, .page_block_3,
.page_block_4, .page_block_img {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .page_block_2, .page_block_3,
  .page_block_4, .page_block_img {
    margin: 40px 0;
  }
}

.page_block_2_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  .page_block_2_row {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page_block_2_row {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page_block_2_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 30px;
  }
}
.page_block_2_row .item .text {
  margin: 26px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .page_block_2_row .item .img {
    position: relative;
    overflow: hidden;
    min-height: 244px;
    border-radius: 18px;
  }
  .page_block_2_row .item .img img {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
  }
  .page_block_2_row .item .img:hover img {
    width: 110%;
    height: 110%;
  }
}

.page_block_3_row {
  background: #16BFC2;
  border-radius: 35px;
  padding: 37px 80px;
}
@media screen and (max-width: 992px) {
  .page_block_3_row {
    padding: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page_block_3_row {
    padding: 16px;
  }
}
.page_block_3_row ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px auto 50px auto;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .page_block_3_row ul {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page_block_3_row ul {
    gap: 15px;
  }
}
.page_block_3_row ul li {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page_block_3_row ul li {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 992px) {
  .page_block_3_row ul li {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_block_3_row ul li {
    font-size: 3.5vw;
    line-height: 1.2;
  }
}
.page_block_3_row ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #fff;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
@media screen and (max-width: 992px) {
  .page_block_3_row ul li::before {
    -webkit-transform: translate(17px, 0);
            transform: translate(17px, 0);
  }
}
@media screen and (max-width: 768px) {
  .page_block_3_row ul li::before {
    border-right: 2px solid #fff;
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
}
.page_block_3_row ul li:last-child::before {
  display: none;
}

.page_block_4_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 66px 1fr 66px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 66px;
}
@media screen and (max-width: 1200px) {
  .page_block_4_row {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page_block_4_row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .page_block_4_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_block_4_row .item {
  border-left: 3px solid #16BFC2;
  padding: 12px 0 8px 25px;
}
.page_block_4_row .item .item_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .page_block_4_row .item .item_title {
    line-height: 1.2;
  }
}
.page_block_4_row .item .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}

.page_block_img .img_title {
  font-size: 64px;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 3.4px;
}
@media screen and (max-width: 1340px) {
  .page_block_img .img_title {
    font-size: 4.73vw;
  }
}
@media screen and (max-width: 1200px) {
  .page_block_img .img_title {
    font-size: 4.57vw;
  }
}
@media screen and (max-width: 992px) {
  .page_block_img .img_title {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    margin: 30px 0 0;
  }
}
.page_block_img .img_desc {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 1340px) {
  .page_block_img .img_desc {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 1200px) {
  .page_block_img .img_desc {
    font-size: 2.58vw;
  }
}
@media screen and (max-width: 992px) {
  .page_block_img .img_desc {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
}

.tablinks {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 26px;
  color: #ADADAD;
}
@media screen and (max-width: 1200px) {
  .tablinks {
    font-size: 22px;
  }
}
.tablinks.active {
  color: #000;
}

.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page_block_5_row .tab {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .page_block_5_row .tab {
    gap: 10px;
    -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;
  }
}
.page_block_5_row .tab_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  background: #16BFC2;
  border-radius: 120px;
  padding: 7px 28px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 18px;
}
.page_block_5_row .tab_item {
  border: 1px solid #000;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.page_block_5_row .tab_item_title {
  color: #189EA0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px;
}
.page_block_5_row .tab_item_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 387px 30px 1fr;
  grid-template-columns: 387px 1fr;
  gap: 30px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
  padding: 0 28px;
}
@media screen and (max-width: 992px) {
  .page_block_5_row .tab_item_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
}
.page_block_5_row .tab_item_row._one {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.page_block_5_row .tab_item_row .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.page_block_5_row .tab_item_row .desc ul {
    padding-left: 40px;
    margin: 20px 0;
	list-style-type: disc;
}
.page_block_5_row .tab_item_row .desc ul li::marker {
    color: #189ea0;
}
.page_block_5_row .tab_item_date {
  font-weight: 400;
  color: #333;
}
.page_block_5_row .tab_item_name {
  cursor: pointer;
  padding: 28px 120px 28px 36px;
	z-index: 1;
    position: relative;
}
@media screen and (max-width: 992px) {
  .page_block_5_row .tab_item_name {
    padding: 15px 50px 40px 15px;
  }
}

.page_block_5_row .tab_item:hover .open_arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page_block_5_row .tab_item_name.open ~ .open_arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page_block_5_row .tab_item_name.open ~ .open_arrow svg path {
  stroke: #16BFC2;
}
.page_block_5_row .more {
  display: table;
  color: #16BFC2;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 55px 0 80px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .page_block_5_row .more {
    margin: 40px 0;
  }
}
.page_block_5_row .open_arrow {
  position: absolute;
  top: 34px;
  right: 52px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
  .page_block_5_row .open_arrow {
    top: auto;
    bottom: 5px;
    right: 15px;
  }
  .page_block_5_row .open_arrow svg {
    max-width: 30px;
    max-height: 40px;
  }
}
.page_block_5_row .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 56px;
  padding: 0 33px;
  background: #16BFC2;
  margin: 56px 0 0;
}
@media screen and (max-width: 768px) {
  .page_block_5_row .btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .page_block_5_row .btn {
    padding: 0 0 0 15px;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .page_block_5_row .btn svg {
    position: absolute;
    bottom: 9px;
    right: 30px;
  }
}

.page_block_6 {
  margin: 106px 0 120px;
}
@media screen and (max-width: 992px) {
  .page_block_6 {
    margin: 50px 0;
  }
}

.page_block_6_row {
  position: relative;
}
.page_block_6_row .img {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
}
.page_block_6_row .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(111.04deg, rgba(0, 0, 0, 0.54) 17.29%, rgba(255, 255, 255, 0) 88.71%);
}
@media screen and (max-width: 992px) {
  .page_block_6_row .img::before {
    display: none;
  }
}
.page_block_6_row .img img {
  width: 100%;
  display: block;
}
.page_block_6_row .image_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 40px 40px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 992px) {
  .page_block_6_row .image_row {
    position: relative;
    padding: 40px 0 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_block_6_row .image_row .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .page_block_6_row .image_row .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_block_6_row .image_row .link .btn {
  background: #16BFC2;
  width: 100%;
  height: 56px;
}
.page_block_6_row .image_row .link .btn.default {
  background: transparent;
  color: #fff;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 992px) {
  .page_block_6_row .image_row .link .btn.default {
    border: 1px solid #16BFC2;
    color: #16BFC2;
  }
  .page_block_6_row .image_row .link .btn.default svg path {
    stroke: #16BFC2;
  }
}
.page_block_6_row .image_row .text ul li {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 23px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page_block_6_row .image_row .text ul li {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 992px) {
  .page_block_6_row .image_row .text ul li {
    color: #333;
  }
}
.page_block_6_row .image_row .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  border-left: 3px solid #16BFC2;
}

.page_block_7_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 29px;
}
@media screen and (max-width: 992px) {
  .page_block_7_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_block_7_row .item {
  border: 1px solid #000000;
  padding: 33px 28px;
  border-radius: 18px;
  min-height: 178px;
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .page_block_7_row .item {
    min-height: 150px;
  }
}
.page_block_7_row .item:hover {
  background: #16BFC2;
  color: #fff;
  border: 1px solid transparent;
}
.page_block_7_row .item:hover svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page_block_7_row .item:hover svg path {
  stroke: #fff;
}
.page_block_7_row .item svg {
  position: absolute;
  bottom: 33px;
  left: 33px;
  max-width: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .page_block_7_row .item svg {
    left: auto;
    right: 17px;
    bottom: 17px;
  }
}

.page_block_contact {
  margin: 80px 0 0;
}

.page_block_contact_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 650px;
  grid-template-columns: 1fr 650px;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .page_block_contact_row {
    -ms-grid-columns: 1fr 520px;
    grid-template-columns: 1fr 520px;
  }
}
@media screen and (max-width: 992px) {
  .page_block_contact_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 85px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .page_block_contact_row {
    margin: 0 0 30px;
  }
}
.page_block_contact_row .name {
  text-transform: uppercase;
  font-size: 22px;
}
.page_block_contact_row .title_contact {
  margin: 0 0 -25px;
}
@media screen and (max-width: 992px) {
  .page_block_contact_row .title_contact {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .page_block_contact_row .img {
    position: relative;
    overflow: hidden;
    min-height: 402px;
    border-radius: 18px;
  }
  .page_block_contact_row .img img {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
  }
  .page_block_contact_row .img:hover img {
    width: 110%;
    height: 110%;
  }
}
.page_block_contact_row ul {
  margin: 38px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 80%;
}
@media screen and (max-width: 1300px) {
  .page_block_contact_row ul {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .page_block_contact_row ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .page_block_contact_row ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 0 38px;
  }
}
.page_block_contact_row ul:last-child {
  margin: 38px 0 0;
}
@media screen and (max-width: 992px) {
  .page_block_contact_row ul:last-child {
    margin: 0 0 38px;
  }
}
.page_block_contact_row ul a {
  text-decoration: underline;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.8980392157);
}
@media screen and (max-width: 992px) {
  .page_block_contact_row ul a {
    font-size: 18px;
  }
}
.page_block_contact_row ul img {
  -webkit-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
  display: inline-block;
  max-width: 20px;
}
@media screen and (max-width: 1200px) {
  .page_block_contact_row ul img {
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .page_block_contact_row ul img {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
}

.page_block_fag {
  margin: 80px 0 0;
}
@media screen and (max-width: 992px) {
  .page_block_fag {
    margin: 50px 0 0;
  }
}
.page_block_fag .faq_item-title::before {
  position: absolute;
  content: "";
  background-image: url(./img/faq_arrow.svg);
  background-size: cover;
  width: 22px;
  height: 23px;
  right: 17px;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_block_fag .faq_item-title.active::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.page_block_fag .faq_item-title:hover::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.page_block_fag .faq_item-title {
  font-size: 22px;
  padding: 29px 50px 29px 35px;
}
@media screen and (max-width: 768px) {
  .page_block_fag .faq_item-title {
    padding: 15px 50px 15px 15px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.page_block_fag .faq_item {
  background: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 16px;
  margin-bottom: 16px;
}
.page_block_fag .faq_item a {
  color: #189ea0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline;
}
.page_block_fag .faq_item-content {
  padding: 0 35px 24px;
}
.page_block_fag .more_mail {
  margin: 40px 0 0;
  font-size: 18px;
}
.page_block_fag .more_mail a {
  color: #333;
  text-decoration: underline;
}

.page_block_2.scroll {
  margin: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .page_block_2.scroll {
    margin: 40px 0;
  }
}