::selection {
  background: #8ab5fa;
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(26, 74, 152, 0.8);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(88, 131, 202, 0.8);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(26, 74, 152, 0.8);
}
::-webkit-inner-spin-button {
  height: 100%;
}
::-webkit-clear-button {
  margin-right: 5px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  transition: 0.2s ease-out 0s;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.block {
  width: 1320px;
  margin: auto;
}
.menu {
  padding: 0;
  margin: auto;
  list-style: none;
}
.button {
  background: #0edf01;
  display: block;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.75px;
  padding: 0 20px;
}
.button:hover {
  background: rgba(138, 181, 250, 0.7);
}
#top {
  background: #1a4a98;
  padding: 10px 0;
}
#top .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .block .custom-logo-link img {
  max-width: 100%;
  height: auto;
}
#main_menu_box {
  background: #5883ca;
}
#main_menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 14px 0;
}
#main_menu li {
  text-align: center;
}
#main_menu li a {
  background: no-repeat center top;
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.75px;
  padding-top: 65px;
}
#main_menu li a:hover {
  color: #8ab5fa;
}
#main_menu li a[href='#popup_book'] {
  background-image: url(images/icon01.png);
  color: #0edf01;
}
#main_menu li a[href='#popup_book']:hover {
  background-image: url(images/icon01_h.png);
  color: #8ab5fa;
}
#main_menu li a[href='#advantages'] {
  background-image: url(images/icon02.png);
}
#main_menu li a[href='#advantages']:hover {
  background-image: url(images/icon02_h.png);
}
#main_menu li a[href='#map'] {
  background-image: url(images/icon03.png);
}
#main_menu li a[href='#map']:hover {
  background-image: url(images/icon03_h.png);
}
#main {
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 600px;
}
#main .wpb_column {
  height: 100%;
}
#main .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#main .vc_column-inner > .wpb_wrapper {
  background: rgba(26, 74, 152, 0.8);
  width: 750px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 41px;
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  line-height: 1.05;
}
#main .vc_column-inner > .wpb_wrapper p {
  margin: 0;
}
#main .vc_column-inner > .wpb_wrapper .wpb_content_element {
  margin: 0;
}
#main .vc_column-inner > .wpb_wrapper .wpb_content_element .green {
  font-size: 1.2em;
  color: #21c929;
}
#main .vc_column-inner > .wpb_wrapper .wpb_content_element .address {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid;
  margin-bottom: 6px;
}
#main .vc_column-inner > .wpb_wrapper .wpb_content_element .address:before {
  content: '';
  background: url(images/address.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 100%;
  width: 32px;
  height: 53px;
  margin-right: 10px;
}
#main .vc_column-inner > .wpb_wrapper .wpb_content_element .small {
  font-size: 0.68em;
}
#advantages table {
  margin: auto;
}
#advantages table tr {
  background: #1a4a98;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #21c929;
  padding: 4px 6px;
}
#advantages table tr + tr {
  margin-top: 12px;
}
#advantages table tr td {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
}
#advantages table tr td:first-child {
  flex: 0 0 140px;
  text-align: center;
  margin-right: 10px;
}
#advantages table tr td h2 {
  font-size: 1.2em;
  margin: 0;
}
#advantages table tr td p {
  margin: 0;
}
#advantages table tr td img {
  max-width: 100%;
  height: auto;
}
#map {
  height: 450px;
}
#map .vc_btn3-container {
  float: right;
  clear: right;
  margin-top: 20px;
}
#map .vc_btn3 {
  background: #21c929 !important;
  padding: 0 10px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 25px;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: -0.63px;
  -webkit-appearance: none;
}
#map .vc_btn3:hover {
  background: rgba(138, 181, 250, 0.7) !important;
}
#map .wpb_text_column {
  background: rgba(26, 74, 152, 0.9);
  float: right;
  clear: right;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  font-family: 'Arial MT', sans-serif;
  letter-spacing: -0.5px;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
#map .wpb_text_column h2 {
  font-size: 40px;
  font-family: 'Arial - Bold MT', sans-serif;
  margin: 0 0 16px;
}
#map .wpb_text_column a.wpb_btn {
  background: #21c929;
  display: inline-block;
  height: 38px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 12px;
}
#map .wpb_text_column a.wpb_btn:hover {
  background: rgba(138, 181, 250, 0.7);
}
#map .wpb_text_column .address {
  text-align: left;
  line-height: 26px;
}
#map .wpb_text_column .whatsapp {
  background: url(images/whatsapp.png) no-repeat left center;
  text-align: left;
  padding-left: 30px;
  line-height: 26px;
}
#map .wpb_text_column .mail {
  background: url(images/mail.png) no-repeat left center;
  text-align: left;
  padding-left: 30px;
  line-height: 26px;
}
#footer {
  background: #1a4a98;
  overflow: hidden;
  padding: 5px 0;
}
#saitex {
  color: #fff;
}
#saitex:hover {
  color: #8ab5fa;
}
::-webkit-input-placeholder {
  opacity: 1;
  transition: 0.3s ease-out 0s;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
.error::-webkit-input-placeholder {
  color: #ff1919;
}
::-moz-placeholder {
  opacity: 1;
  transition: 0.3s ease-out 0s;
}
:focus::-moz-placeholder {
  opacity: 0;
}
.error::-moz-placeholder {
  color: #ff1919;
}
:-moz-placeholder {
  opacity: 1;
  transition: 0.3s ease-out 0s;
}
:focus:-moz-placeholder {
  opacity: 0;
}
.error:-moz-placeholder {
  color: #ff1919;
}
:-ms-input-placeholder {
  opacity: 1;
  transition: 0.3s ease-out 0s;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
.error:-ms-input-placeholder {
  color: #ff1919;
}
.popup_box {
  background: rgba(88, 131, 202, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.popup_form {
  background: rgba(26, 74, 152, 0.9);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px 25px 30px;
  text-align: center;
  color: #fff;
  max-height: 80vh;
  max-width: 800px;
}
.popup_form .close {
  background: url(images/close.png) no-repeat center;
  background-size: 22px;
  position: absolute;
  top: -24px;
  right: -24px;
  cursor: pointer;
  transition: 0.2s ease-out 10s;
  width: 24px;
  height: 24px;
}
.popup_form .close:hover {
  background-image: url(images/close_h.png);
}
.popup_form h2 {
  font-size: 30px;
  margin: 0 0 20px;
}
.popup_form form {
  overflow-y: auto;
}
.popup_form input[type="text"], 
.popup_form input[type="date"] {
  width: 100%;
  height: 40px;
  outline: 0;
  border-radius: 5px;
  transition: 0.3s ease-out 0s;
  -webkit-appearance: none;
}
.popup_form input.field {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  padding-left: 5px;
  margin-bottom: 20px;
  font-size: 20px;
}
.popup_form input.field:focus {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px #5883ca inset;
}
.popup_form input.submit {
  background: #21c929;
  border: none;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  margin-top: 10px;
  -webkit-appearance: none;
}
.popup_form input.submit:hover {
  background: rgba(138, 181, 250, 0.7);
}
.notification {
  font-size: 18px;
  color: #21c929;
}
.notification .error {
  color: #ff1919;
}
@media screen and (max-width: 1360px) {
  .block {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  #top {
    padding: 20px 0;
  }
  #top .block {
    flex-direction: column;
  }
  #top .block .button {
    margin-top: 10px;
  }
  #main_menu {
    flex-direction: column;
  }
  #main_menu li {
    width: 100%;
  }
  #main_menu li + li {
    margin-top: 10px;
  }
  #main_menu li a {
    background-position: left center;
    display: inline-block;
    padding-top: 0;
    line-height: 65px;
  }
  #main_menu li a[href='#popup_book'] {
    padding-left: 56px;
  }
  #main_menu li a[href='#advantages'] {
    padding-left: 70px;
  }
  #main_menu li a[href='#map'] {
    padding-left: 75px;
  }
  #main .vc_column-inner > .wpb_wrapper {
    width: 100%;
  }
  .popup_form {
    max-width: 90vw;
  }
  .popup_form label {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .popup_form label:before {
    content: attr(data-placeholder);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    font-size: 20px;
    color: #757575;
    transition: 0.3s ease-out 0s;
    opacity: 1;
  }
  .popup_form label:hover:before {
    opacity: 0;
  }
  .popup_form label.error:before {
    color: #ff1919;
  }
  .popup_form label input.field {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #main .vc_column-inner > .wpb_wrapper {
    font-size: 38px;
  }
  #main .vc_column-inner > .wpb_wrapper .wpb_content_element .address {
    margin-bottom: 12px;
  }
  #main .vc_column-inner > .wpb_wrapper .wpb_content_element .address:before {
    background-size: 24px;
  }
  #advantages table tr {
    flex-direction: column;
    padding: 12px;
  }
  #advantages table tr td {
    text-align: center;
  }
  #advantages table tr td:first-child {
    flex: auto;
    margin: 0;
  }
  #map {
    text-align: center;
  }
  #map .vc_btn3-container {
    float: none;
    display: block;
    margin-top: 40px;
  }
  #map .wpb_text_column {
    float: none;
    display: inline-block;
    margin-top: 60px;
  }
  #map .wpb_text_column .whatsapp,
  #map .wpb_text_column .mail {
    background-position: left top;
  }
  .popup_form {
    padding: 10px 15px 20px;
  }
}
@media screen and (max-width: 450px) {
  .block {
    padding: 0 10px;
  }
  #top .block .button {
    margin-top: 15px;
    font-size: 26px;
  }
  #main_menu li a {
    background-size: 40px;
    font-size: 24px;
    line-height: 55px;
  }
  #main_menu li a[href='#popup_book'] {
    padding-left: 50px;
  }
  #main_menu li a[href='#advantages'] {
    padding-left: 50px;
  }
  #main_menu li a[href='#map'] {
    padding-left: 50px;
  }
  #main .vc_column-inner > .wpb_wrapper {
    font-size: 32px;
  }
  #main .vc_column-inner > .wpb_wrapper .wpb_content_element .green {
    line-height: 0.9;
    margin: 5px 0;
  }
  #main .vc_column-inner > .wpb_wrapper .wpb_content_element .address {
    font-size: 0.9em;
  }
  #main .vc_column-inner > .wpb_wrapper .wpb_content_element .address:before {
    background-size: 25px;
    top: -8px;
    margin-right: 2px;
  }
  #map .wpb_text_column a {
    padding: 0 10px;
    font-size: 18px;
  }
  .popup_form .close {
    top: 6px;
    right: 6px;
  }
  .popup_form h2 {
    padding: 0 15px;
  }
}
