/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, p,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #012934;
}
a:hover, a:focus {
  color: red;
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body.active-hidden {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1, body h2, body h3, body h4, body h5 h6 {
  line-height: 1.25 !important;
}

.arimo {
  font-family: "Arimo", sans-serif;
}

.anton {
  font-family: "Anton", sans-serif;
}

.rozha {
  font-family: "Rozha One", serif;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 48px 0;
}
@media (max-width: 1023px) {
  .padd-main {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 24px 0;
  }
}

.container {
  max-width: 1190px !important;
  margin: 0 auto !important;
  position: relative;
}
@media (max-width: 1364px) {
  .container {
    max-width: 100% !important;
    padding: 0 80px !important;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px !important;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px !important;
  }
}

.title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 16px;
  }
}
.title h2 {
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 18px;
  }
}

.swiper-button:after {
  display: none;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 24px;
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #DDDDDD;
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #F5EE3E;
}

.pagination-blog ul {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .pagination-blog ul {
    gap: 4px;
  }
}
.pagination-blog a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #135CAA;
  background: #fff;
  color: #135CAA;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination-blog a {
    font-size: 12px;
    width: 28px;
    height: 28px;
  }
}
.pagination-blog a.active, .pagination-blog a:hover {
  background: #135CAA;
  color: #fff;
}

.nav-menu {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1364px) {
  .nav-menu ul {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .nav-menu ul {
    gap: 32px;
  }
}
@media (max-width: 1100px) {
  .nav-menu ul {
    gap: 28px;
  }
}
.nav-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Arimo", sans-serif;
  color: #fff;
}
.nav-menu a.active {
  color: #FFE600;
}

.maps-footer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-menu-mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  left: -80%;
  background: #157FDA;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  font-style: italic;
  font-size: 32px;
  padding: 40px;
  font-weight: bold;
  transition: 0.4s all !important;
}
.nav-menu-mobile.active {
  left: 0;
}
@media (max-width: 767px) {
  .nav-menu-mobile {
    left: -85%;
    width: 85%;
    padding: 24px;
    font-size: 24px;
  }
}
.nav-menu-mobile ul li {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .nav-menu-mobile ul li {
    margin-bottom: 24px;
  }
}
.nav-menu-mobile ul li:last-child {
  margin-bottom: 0;
}
.nav-menu-mobile a {
  color: #fff;
}
.nav-menu-mobile a.active {
  color: #FFE600;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  z-index: 9;
  transition: 0.4s all !important;
  pointer-events: none;
}
.overlay-menu.active {
  pointer-events: unset;
  opacity: 0.7;
}

.content-single p {
  margin-bottom: 12px;
}
.content-single p:last-child {
  margin-bottom: 0;
}
.content-single ul {
  margin-bottom: 12px;
}
.content-single ul li {
  margin-bottom: 6px;
  list-style: disc;
}
.content-single h2, .content-single h3, .content-single h4, .content-single h5, .content-single h6 {
  margin-bottom: 12px;
  color: #135CAA;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
}
.content-single h2:after, .content-single h3:after, .content-single h4:after, .content-single h5:after, .content-single h6:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/dot-single.png") no-repeat center;
}
.content-single h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .content-single h2 {
    font-size: 18px;
  }
}
.content-single h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .content-single h3 {
    font-size: 17px;
  }
}
.content-single h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .content-single h4 {
    font-size: 16px;
  }
}
.content-single h5 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .content-single h5 {
    font-size: 15px;
  }
}
.content-single h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content-single h6 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .item-choose:nth-child(2n) .block:first-child {
    order: 2;
  }
  .item-choose:nth-child(2n) .block:last-child {
    order: 1;
  }
}

.form-register .txt_field {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .form-register .txt_field {
    height: 48px;
  }
}
.form-register .btn_field {
  background: #E6171F;
  color: #fff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  height: 52px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .form-register .btn_field {
    height: 48px;
    font-size: 16px;
  }
}

.frm-sidebar .txt_field {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #EAF1F1;
  border: 1px solid #135CAA;
  border-radius: 6px;
  font-style: italic;
}
.frm-sidebar textarea {
  width: 100%;
  height: 148px;
  padding: 16px;
  background: #EAF1F1;
  border: 1px solid #135CAA;
  border-radius: 6px;
  font-style: italic;
}
.frm-sidebar .btn_field {
  height: 44px;
  padding: 0 40px;
  font-size: 20px;
  border-radius: 5px;
}

.frm-contact .item {
  margin-bottom: 12px;
}
.frm-contact .item:last-child {
  margin-bottom: 0;
}
.frm-contact .txt_field {
  width: 100%;
  background: #EAF1F1;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 55px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .frm-contact .txt_field {
    height: 40px;
  }
}
.frm-contact textarea {
  width: 100%;
  background: #EAF1F1;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 125px;
  padding: 16px;
}
@media (max-width: 767px) {
  .frm-contact textarea {
    height: 100px;
  }
}
.frm-contact .btn_field {
  height: 55px;
  padding: 0 32px;
  border-radius: 6px;
  min-width: 212px;
}
@media (max-width: 767px) {
  .frm-contact .btn_field {
    height: 40px;
  }
}

.maps-contact iframe {
  width: 100%;
  height: 55vh;
}
@media (max-width: 767px) {
  .maps-contact iframe {
    height: 40vh;
  }
}

/*# sourceMappingURL=style.css.map */
