body {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

a {
  text-decoration: none;
}

section a,
.modal a {
  color: rgb(68, 165, 166)!important;
}

.modal {
  overflow-y:auto;
}

p {
  text-align: justify;
  margin: 0;
  font-weight: 600;
}

ul, ol {
  font-weight: 600;
}

h5.modal-title {
  text-transform: uppercase;
}

.no_margin {
  margin: 0!important;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

.align_vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.wrapper_narrow {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header img {
  max-width: 60px;
}

.header .about {
  display: flex;
  align-items: center;
}

.header .about .title {
  margin-left: 10px;
  color: rgb(50, 102, 120);
}

.header .about a {
  color: rgb(50, 102, 120);
}

.header .about h1 {
  font-size: 24px;
  line-height: 1;
}

.header .about span {
  font-size: 16px;
  color: black;
}

.header .bars {
  display: none;
  cursor: pointer;
  margin-right: 15px;
}

.header .bars > div {
  width: 30px;
  margin: 10px 0;
  border-bottom: 2px solid black;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 10px;
  }

  .header img {
    display: none;
  }

  .header .about .title {
    margin-left: 0;
    margin-right: 5px;
  }

  .header .about h1 {
    font-size: 18px;
  }

  .header .about span {
    font-size: 14px;
  }

  .header .bars {
    margin-right: 0;
  }
}






.menu_block {
  width: 100%;
  background: rgb(50, 102, 120);
  /*background: rgb(68, 165, 166);*/
}

.menu_block .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_block .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.menu_block .menu div {
  color: white;
  padding: 5px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.menu_block .menu div:last-child {
  border-right: none;
}

.menu_block a {
  color: white!important;
  text-decoration: none;
  margin-right: 15px;
}

.menu_block.menu_fixed {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  top: -100px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu_block.menu_fixed.opened {
  top: 0;
}

@media screen and (max-width: 1200px) {
  .header .bars {
    display: block;
  }

  .menu_block {
    display: none;
  }
}













section {
  padding: 30px 0 50px 0;
}

section .divider {
  width: 70px;
  height: 3px;
  background: rgb(50, 102, 120);
  margin: 20px auto;
}

section h2 {
  margin: 20px 20px 50px 20px;
  text-align: center;
  color: rgb(50, 102, 120);
}

@media screen and (max-width: 767px) {
  section {
    padding: 20px 0 30px 0;
  }

  section h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 10px 30px 10px;
  }

  section h3 {
    font-size: 18px;
    font-weight: bold;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 0 50px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: rgb(68, 165, 166);
}

.swiper-button-prev,
.swiper-button-next {
  color: rgb(50, 102, 120);
  top: calc(50% - 10px);
  outline: none;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    padding: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-pagination {
  position: relative;
  bottom: 0!important;
}

ul {
  list-style: none;
  padding-left: 20px;
}

ul li::before {
  content: "• ";
  color: rgb(68, 165, 166);
  margin-right: 5px;
}

.lgreybckgr {
  background: rgb(224, 224, 224);
}

.modal h5 {
  font-weight: bold;
}

.modal p {
  margin-bottom: 15px;
}

.modal img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.text-bold {
  font-weight: bold;
}

video {
  width: 100%;
}

.modal .p_title {
  text-align: center;
}

.text-italic {
  font-style: italic;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -9px;
}


.footer {
  background: rgb(50, 102, 120);
}

.footer .wrapper {
  color: white;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .footer .wrapper {
    padding: 10px;
  }
}


@media screen and (min-width: 1150px) {
  .modal-lg {
    width: 1050px;
  }
}







.popup_main_menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.9);
}

.popup_main_menu .close {
  position: absolute;
  right: 45px;
  top: 23px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
}

.popup_main_menu .close:hover {
  opacity: 1;
}

.popup_main_menu .close:before,
.popup_main_menu .close:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 33px;
  width: 2px;
  background-color: white;
}

.popup_main_menu .close:before {
  transform: rotate(45deg);
}

.popup_main_menu .close:after {
  transform: rotate(-45deg);
}

.popup_main_menu .menu {
  text-align: center;
  left: 0;
  right: 0;
  overflow: hidden;
}

.popup_main_menu .menu ul {
  list-style: none;
  padding: 0;
  line-height: 5vw;
  margin: 0;
}

.popup_main_menu .menu ul li {
  font-weight: initial;
  text-align: center;
  font-style: initial;
  color: white;
  font-size: 2vw;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.popup_main_menu .menu ul li:before {
  content: '';
  margin: 0;
}

.popup_main_menu .menu ul li a {
  font-style: initial;
  color: white;
  font-size: 2vw;
  text-decoration: none;
  letter-spacing: 1px;
}

.popup_main_menu .menu ul li:hover,
.popup_main_menu .menu ul li a:hover {
  color: rgb(68, 165, 166);
}


@media screen and (max-width: 767px) {
  .popup_main_menu .close {
    right: 13px;
    top: 20px;
  }

  .popup_main_menu .menu ul {
    line-height: 11vw;
  }

  .popup_main_menu .menu ul li,
  .popup_main_menu .menu ul li a {
    font-size: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .popup_main_menu .close {
    right: 30px;
    top: 32px;
  }

  .popup_main_menu .menu ul {
    line-height: 8vw;
  }

  .popup_main_menu .menu ul li,
  .popup_main_menu .menu ul li a {
    font-size: 3vw;
  }
}



.request_message {
  display: none;
}

#request_success {
  color: green;
}

#request_fail {
  color: red;
}