body {
  font-family: "Open Sans", sans-serif;
  color: #040000;
}

.rsanumber {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.rsanumber:hover {
  color: #ffffff;
}

.documents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.document-list {
  display: flex; 
  flex-direction: column; 
  flex-wrap: wrap; 
  align-items: flex-start; 
  gap: 20px; 
  cursor: pointer;
}

@media (max-width: 768px) {
  .document-list {
    padding: 0 30px;
  }
}

.document {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
  font-weight: bold;
}

.document:hover {
  color: white;
}
.document:visited {
  color: white;
}

a:hover{
  color: white !important;
}

a:visited {
  color: white !important;
}

.btn-laws {
  background-color: white; 
  border: 5px solid #0081b9;
  background-color: #0081b9;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
   }
.btn-laws:hover {
    background-color: white;
    color: black;
}

.exampleCheck1 {
  color: black;
}

.exampleCheck1:hover {
  color: #0081b9;
}

.footer-menu-buttons {
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-menu-buttons:hover {
  color:#0081b9;
}

.footer-menu {
  padding-bottom: 50px;
}

.to-up {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:51px;
    height:51px;
    border:none;
    text-indent:100%;
    background:url(../images/to-top.png) no-repeat left top;
}
.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: Black;
}
.text-main {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: White;
}
.text-contact {
    font-size: 1.8rem;
    font-weight: bold;
}
.small-container {
    width: 65%;
    margin: 0 auto;
}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
  z-index: 100
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-top: 50px;		
  padding-bottom: 50px;
}

.layout_padding-substrate {
  padding-top: 50px;    
  padding-bottom: 50px;
  background-color: #00000008;
}

.heading_container {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.heading_container p {
  margin-bottom: 0;
}
/* header */

header {
    position: relative;
    color: #FFF;
    font-family: 'Calibri', sans-serif;
}

header .container {
    height: 100%
}

header .container > div {
    margin: 0 auto;
    position: relative;
/*    text-align: center;*/
}

header .container > div h1 {
    font-size: 70px;
  font-weight: bold;
  color: #0081b9;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0, white 1px -1px 0;
}

header button {
border: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 55px;
    background-color: #0081b9;
    border: 1px solid #0081b9;
    border-radius: 0;
    color: #ffffff;
    margin-top: 15px;
}

header button a {
    padding: 10px 40px;
    display: block;
    color: #FFF;
}

header button:hover {
    background-color: white;
    color: #0081b9;
    border: 1px solid #0081b9;
}

header button:hover a {
    color: white;
}


/*header section*/
.hero_area {
  min-height: 100vh;
  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;
  overflow: hidden;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, rgb(51 51 51 / 70%), rgb(51 51 51 / 70%));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .class_section .owl-carousel .owl-nav {
  top: 55%;
}

.header_section {
  position: relative;
  padding: 15px 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.spoiler {
  transition: color .3s;  /* плавная смена цвета */
  cursor: pointer;  /* изменение курсора при наведении */
}

.spoiler .spoiler_content:hover {
  background-color: white; 
  color: #0081b9;
}

.spoiler_content {
    background-color: white; 
    border: 5px solid #0081b9;
    background-color: #0081b9;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_nav {
  position: relative;
  z-index: 9;
}

.main_nav .top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_nav .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 0;
  position: relative;
  left: 100%;
  transform: translate(-100%, 0);
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

li a:hover {
 color: #ffffff;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  text-transform: none;
  font-size: 20px;
}

.main_nav .top_nav ul li a i {
  color: #0081b9;
  margin-right: 5px;
}

.main_nav .top_nav .nav_search-btn {
  color: #0081b9;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin-left: auto;
}

.custom_nav-container.navbar-expand-lg {
  padding: 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav {
  border: 1px solid #fff0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .scroll-to {
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .scroll-to:hover {
  background-color: white;
    color: #0081b9;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 200px;
  margin-bottom: 5px;
}

.navbar-brand span {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand.brand_mobile {
  display: none;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.header_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 90px 0;
}

.header_info #customCarousel1 {
  width: 100%;
}

.header_info .row .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_info .detail-box {
  color: #ffffff;
}

.header_info .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #0081b9;
  margin-bottom: 15px;
}

.header_info .detail-box h1 span {
  color: #0081b9;
}

.header_info .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.header_info .detail-box .btn-box .btn-1 {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 45px;
}

.header_info .detail-box .btn-box .btn-1:hover {
  background-color: #ffffff;
  color: #393e46;
}

.header_info .carousel-control-prev,
.header_info .carousel-control-next {
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #0081b9;
  margin: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.header_info .carousel-control-prev {
  left: 25px;
}

.header_info .carousel-control-next {
  right: 25px;
}

/* end slider section */
.address_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.address_section .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 45px;
  max-width: 300px;
}

.address_section .box .img-box {
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 10px solid #eae9eb;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.address_section .box .img-box img {
  width: 55px;
}

.address_section .box .detail-box {
  margin-top: 20px;
}

.address_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
}

.address_section .box .detail-box p {
  color: #424242;
}

.address_section .box.active .img-box, .address_section .box:hover .img-box {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.address_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.address_section .btn-box a {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #393e46;
  border: 1px solid #393e46;
  border-radius: 2px;
  color: #ffffff;
}

.address_section .btn-box a:hover {
  background-color: transparent;
  color: #393e46;
}

.accreditation_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accreditation_section .detail-box h2 {
  text-transform: none;
  color: #0081b9;
}

.accreditation_section .detail-box p {
  margin-top: 10px;
}

.accreditation_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  text-transform: none;
  padding: 10px 45px;
  background-color: #393e46;
  border: 1px solid #393e46;
  border-radius: 2px;
  color: #ffffff;
}

.accreditation_section .detail-box a:hover {
  background-color: transparent;
  color: #393e46;
}

.accreditation_section .img-box img {
  width: 100%;
  padding: 50px;
}

.contact_info_section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.table_regime {
  width: 100%; border-collapse: collapse;
}
.table_regime-responsive{
  overflow-x: auto;
}
.table_regime td {
  padding: 5px 5px;
  font-size: 25px;
}
.table_regime thead tr {
  font-weight: bold; border-top: 1px solid #e8e9eb;
}
.table_regime tr {
  border-bottom: 1px solid #e8e9eb;
}
.table_regime tbody tr:hover {
  background: #e8f6ff;
}

.table_accreditation{
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.table_accreditation th, .table_accreditation td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.table_accreditation b {
    font-size: 14px;
}

.table_accreditation th{
    background-color: #0081b9;
    color: #fff;
}

.table_accreditation th:nth-child(odd) {
    background: #0081b9;
}

.table_accreditation tr:nth-child(even) {
    background: #f5f5f5;
}

.table_accreditation tr{
  transition: all .3s;
}

.table_accreditation tr:hover{
  background-color: #ccc;
}

.table_accreditation td:not(:last-child){
    border-right: 1px solid #ccc;
}

.table_accreditation-responsive{
  overflow-x: auto;
}

@media (max-width: 1000px) {

  .table_accreditation-2{
    display: block;
    width: 100%;
  }

  .table_accreditation-2 thead, 
    .table_accreditation-2 tbody, 
    .table_accreditation-2 thead th {
        display: block;
    }

    .table_accreditation-2 thead {
        float: left;
    }

    .table_accreditation-2 tbody{
      overflow-x: auto;
    }

    .table_accreditation-2 tbody tr {
        display: table_accreditation-cell;
        border-right: 1px solid #ccc;
    }

    .table_accreditation-2 tbody tr:last-child{
      border-right: none;
    }

    .table_accreditation-2 td{
      display: block;
    }

    .table_accreditation.table_accreditation-2 td{
        border-right: none;
    }

    .table_accreditation-2 td, .table_accreditation-2 th {
        padding: 10px 2px;
        box-sizing: border-box;
        overflow: hidden;
        width: 160px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

}

@media (max-width: 1000px) {

  .table_accreditation-3 tr{
        display: block;
        margin-bottom: 30px;
    }
    .table_accreditation-3 th, .table_accreditation-3 td{
        display: block;
        text-align: center;
    }
    .table_accreditation.table_accreditation-3 td{
        border-right: none;
    }

}

.contact_info_section .why_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact_info_section .why_bg_box img {
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.contact_info_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_info_section .contact_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 600px;
}

.contact_info_section .contact_info_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact_info_section .contact_info_container .box .img-box {
  width: 120px;
}

.contact_info_section .contact_info_container .box .img-box img {
  width: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}

.contact_info_section .contact_info_container .box .detail-box {
  margin-top: 0px;
}

.contact_info_section .contact_info_container .box .detail-box h6 {
    color: #000000;
    font-size: 30px;
}

.contact_info_section .contact_info_container .box .detail-box p {
  font-size: 30px;
}

.contact_info_section .contact_info_container .box.active .img-box img, .contact_info_section .contact_info_container .box:hover .img-box img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.contact_info_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_info_section .btn-box a {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0081b9;
  border: 1px solid #0081b9;
  border-radius: 2px;
  color: #ffffff;
}

.contact_info_section .btn-box a:hover {
  background-color: transparent;
  color: #0081b9;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box {
  margin: 15px;
}

.client_section .box .img-box {
  width: 120px;
  min-width: 120px;
  margin-left: 15px;
  margin-bottom: -60px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .detail-box {
  padding: 75px 25px 15px 25px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.client_section .box .detail-box .client_info {
  margin-bottom: 10px;
}

.client_section .box .detail-box .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .detail-box .client_info i {
  color: #fbaf5d;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #393e46;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

/* certificate */

.certificate {
    background-image: url('../images/info.jpg');
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
}

.certificate .container > div {
    margin: 0 auto;
    width: 86%;
    margin-bottom: 30px;
}

.certificate .white-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
}

.certificate .container > div > div {
    display: inline-block;
    position: relative
}

.certificate .container > div > div img {
    width: 800px;
    margin: 0 20px;
}

.certificate img:first-of-type, .certificate img:last-of-type {
    width: 200px;
}

.certificate .container > div h2 {
    position: absolute;
    color: white;
    bottom: 105px;
    left: 195px;
    font-size: 40px;
}

.sendform_section .heading_container {
  margin-bottom: 30px;
}

.sendform_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: black;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.sendform_section textarea {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: black;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.sendform_section input[type="checkbox"] {
  width: 25px; 
  height: 25px;
}

.sendform_section input[type="submit"] {
  border: none;
  width: 330px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 50px;
  background-color: #0081b9;
  outline: none;
  color: #ffffff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.sendform_section input:hover[type="submit"] {
    background-color: white;
    color: #0081b9;
}


.sendform_section input::-webkit-input-placeholder {
  color: #737272;
}

.sendform_section input:-ms-input-placeholder {
  color: #737272;
}

.sendform_section input::-ms-input-placeholder {
  color: #737272;
}

.sendform_section input::placeholder {
  color: #737272;
}

.sendform_section input.message-box {
  height: 135px;
}

.sendform_section button {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0081b9;
  border: 1px solid #0081b9;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}

.sendform_section button:hover {
  background-color: transparent;
  color: #393e46;
}

.sendform_section .map_container {
  height: 360px;
}

.sendform_section .map_container .map {
  height: 100%;
}

.info_section {
  background-color: #0b0c0e;
  color: #ffffff;
}

.info_section h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_logo_social {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_logo_social .info_logo a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_logo_social .info_logo img {
  width: 100%;
  max-width: 175px;
  margin-bottom: 5px;
}

.info_section .info_logo_social .info_logo span {
  font-weight: bold;
  color: #ffffff;
  font-size: 15px;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.info_section .info_social a {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.info_section .info_social a:hover {
  color: #0081b9;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact a i {
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_contact a:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.info_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 25px;
}

.info_section form input {
  background-color: #ffffff;
  border: none;
  width: calc(100% - 55px);
  outline: none;
  color: #000000;
  height: 42.4px;
  padding-left: 15px;
}

.info_section form input ::-webkit-input-placeholder {
  color: #9a9999;
}

.info_section form input :-ms-input-placeholder {
  color: #9a9999;
}

.info_section form input ::-ms-input-placeholder {
  color: #9a9999;
}

.info_section form input ::placeholder {
  color: #9a9999;
}

.info_section form button {
  border: none;
  outline: none;
  background-color: #0081b9;
  color: #ffffff;
  width: 55px;
  font-size: 15px;
  text-transform: uppercase;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

/* footer section*/
.footer_section {
  background-color: #0b0c0e;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ffffff;
}

.footer_section a {
  color: inherit;
}

/* end footer section*/

/* yandex map*/
.mapyandex {
   width: max; height: 600px;
}

/*g-recaptcha*/
.g-recaptcha {
  width: 300px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

/* êàðòèíêà íà ñòðàíèöå */
.minimized {
  width: 800px;
  cursor: pointer;
  border: 1px solid #FFF;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.minimized:hover {
  border: 1px solid white;
}
/* óâåëè÷åííàÿ êàðòèíêà */
#magnify {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 1200px;
  height: auto;
  z-index: 9999;
}
#magnify img {
  width: 100%;
}
/* çàòåìíÿþùèé ôîí */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* êíîïêà çàêðûòèÿ */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url('../images/cross.webp') no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
@keyframes rota {
 25% { transform: rotate(360deg); }
}
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.modal {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  top: -1000px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: scroll;
  padding: 60px 15px;
}

.modal_active {
  position: fixed;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.modal__content {
  max-width: 100%;
  padding: 50px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 5px 15px black;
          box-shadow: 0 5px 15px black;
  border-radius: 5px;
  position: relative;
}

.modal__close-button {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url('../images/cross.webp') no-repeat center center;
  background-size: 16px 16px;
  display: block;
}

.modal__close-button:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.modal__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.modal__description {
  font-size: 1.125rem;
}
.boldfont{
  font-weight: bolder;
}
/*# sourceMappingURL=style.css.map */
