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

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

.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;
}

.rsanumber {
  color: #ffffff;
  text-decoration: underline;
}

.rsanumber:visited {
  color: #ffffff;
  text-decoration: underline;
}

.btn-laws {
  background-color: white;
  border: 5px solid #59b746;
  background-color: #59b746;
  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;
}

.services-auto {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  background: url("/images/services-auto.jpg") no-repeat center/100%;
  background-size: cover;
}

.services-auto_cards {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
}

.services-auto_card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  width: 500px;
  height: 300px;
  border-radius: 5px;
  border: 5px solid;
  border-color: #59b746;
  transition: 1s;
}

.services-auto_card:hover {
  transform: scale(1.1);
}

.services-auto_text-card {
  padding: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  background-color: #59b746;
}

.services-auto_gos-number {
  background: url("/images/gos-number.jpg") no-repeat center/100%;
  background-size: cover;
}

.services-auto_help-dtp {
  background: url("/images/dtp.jpg") no-repeat center/100%;
  background-size: cover;
}

.services-auto_gibdd {
  background: url("/images/gibdd.jpg") no-repeat center/100%;
  background-size: cover;
}

.services-auto_dogovor {
  background: url("/images/dogovor.jpg") no-repeat center/100%;
  background-size: cover;
}

.categories {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.category {
  padding: 25px;
  width: 250px;
  max-height: 100%;
  font-size: 12px;
  border-radius: 5px;
  background-color: #59b746;
  color: #ffffff;
  transition: 1s;
}

.category:hover {
  transform: scale(1.1);
}

.category_word {
  font-size: 20px;
}

.exampleCheck1 {
  color: black;
  margin: 0;
}

.exampleCheck1:hover {
  color: #59b746;
}

.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: #59b746;
}

.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 {
  height: 100%;
}

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

header > div h1 {
  font-size: 70px;
  font-weight: bold;
  color: #59b746;
  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: #59b746;
  border: 1px solid #59b746;
  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: #59b746;
  border: 1px solid #59b746;
}

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;
}

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

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

.spoiler .spoiler_content:hover {
  background-color: white;
  color: #59b746;
}

.spoiler_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 5px solid #59b746;
  background-color: #59b746;
  width: 330px;
  height: 80px;
  border: none;
  border-radius: 5px;
  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: 14px;
  font-weight: 700;
}

.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;
  border-radius: 20px;
}

.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: #59b746;
  margin-right: 5px;
}

.main_nav .top_nav .nav_search-btn {
  color: #59b746;
  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;
  border-radius: 5px;
  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: #59b746;
}

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: 125px;
}

.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: flex-start;
  -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: #59b746;
  margin-bottom: 15px;
}

.header_info .detail-box h1 span {
  color: #59b746;
}

.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: #59b746;
  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 {
  background: url("/images/map-bg.jpg") no-repeat center/100%;
  background-size: cover;
}

.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 {
  background: url("/images/accreditation-section.jpg") no-repeat center/100%;
  background-size: cover;
}

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

.accreditation_section .detail-box h2 {
  text-transform: none;
  color: #59b746;
}

.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 {
  padding: 50px;
}

.accreditation_section .img-box img {
  width: 100%;
  border-radius: 5px;
}

.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: #e8eaff;
}

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

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

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

.table_accreditation th {
  background-color: #59b746;
  color: #fff;
}

.table_accreditation th:nth-child(odd) {
  background: #59b746;
}

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

.table_accreditation tr {
  background: #e8eaff;
  transition: all 0.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: #59b746;
  border: 1px solid #59b746;
  border-radius: 2px;
  color: #ffffff;
}

.contact_info_section .btn-box a:hover {
  background-color: transparent;
  color: #59b746;
}

.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 form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-title {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
}

.form-notation {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.sendform_section .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.sendform_section label {
  padding: 0;
  font-size: 14px;
}

.sendform_section .require {
  color: red;
}

.sendform_section .form-input {
  display: flex;
  flex-direction: column;
}

.sendform_section input {
  width: 100%;
  border: none;
  height: 35px;
  padding-left: 10px;
  background-color: #ffffff;
  font-size: 14px;
  outline: none;
  color: black;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}

.sendform_section textarea {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 10px;
  background-color: #ffffff;
  font-size: 14px;
  outline: none;
  color: black;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}
.sendform_section input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border-radius: 5px;
}

.sendform_section input[type="submit"] {
  border: none;
  border-radius: 5px;
  width: 330px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 50px;
  background-color: #59b746;
  outline: none;
  color: #ffffff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

.sendform_section input:hover[type="submit"] {
  opacity: 0.6;
}

.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 .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sendform_section button {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #59b746;
  border: 1px solid #59b746;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
  font-weight: bold;
}

.sendform_section button:hover {
  background-color: transparent;
  color: #59b746;
}

.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: #59b746;
}

.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: #59b746;
  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: 100%;
  height: 600px;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 5px;
}

#mapexMap {
  width: 100%;
  height: 600px;
}

.placemark_layout_container {
  position: relative;
  font-family: Georgia;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.circle_layout {
  background-image: url("../images/marker.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: white;
  position: absolute;
  left: -23px;
  top: -23px;
  width: 46px;
  height: 46px;
  border: 4px solid #59b746;
  line-height: 46px;
  border-radius: 50px;
}

/*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: 35px;
  height: 35px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url("../images/cross.png") 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: 0.3s;
  transition: 0.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: 15px 15px;
}

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

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

.modal__close-button {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
}

.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;
}
