@font-face {
  font-family: "notosans";
  font-display: swap;
  src: url("../fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansRegular/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSansRegular/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff") format("woff"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-bold";
  font-display: swap;
  src: url("../fonts/NotoSansBold/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansBold/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSansBold/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-bold";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff") format("woff"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-medium";
  font-display: swap;
  src: url("../fonts/NotoSans-Medium/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-medium";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.woff") format("woff"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?3ezwni");
  src: url("../fonts/icons/icomoon.eot?3ezwni#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?3ezwni") format("truetype"), url("../fonts/icons/icomoon.woff?3ezwni") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e917";
}

.icon_instagram:before {
  content: "\e915";
}

.icon_linkedin:before {
  content: "\e916";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_s1_logo:before {
  content: "\e900";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_check:before {
  content: "\e905";
}

.icon_search:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e907";
}

.icon_info:before {
  content: "\e908";
}

.icon_success:before {
  content: "\e909";
}

.icon_warning:before {
  content: "\e910";
}

.icon_error:before {
  content: "\e911";
}

.icon_message:before {
  content: "\e912";
}

.icon_phone:before {
  content: "\e913";
}

.icon_location:before {
  content: "\e914";
}

.icon_arrow-right:before {
  content: "\e90a";
}

.icon_calendar:before {
  content: "\e90b";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "notosans", "notosansarm";
}
body:not(.loaded) {
  height: 100%;
  overflow: hidden;
}
body.loaded .page_loader {
  pointer-events: none;
  opacity: 0;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

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

a {
  color: #00c4df;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .page_row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .page_row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section_head {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
.section_head > * {
  margin-bottom: 10px;
}
.section_head .block_title {
  flex: 1;
  white-space: nowrap;
}
.section_head a {
  margin-left: 30px;
}

.page_title {
  font-family: "notosans-medium", "notosansarm-medium";
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #C7383F;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

a.primary_btn,
a.secondary_btn,
a.primary_largebtn,
a.secondary_largebtn {
  display: inline-block;
  vertical-align: top;
}

.primary_btn {
  background: #00c4df;
  min-width: 157px;
  text-align: center;
  padding: 10px 30px;
  font-size: 140%;
  line-height: 19px;
  font-family: "notosans-medium", "notosansarm-medium";
  color: #001a25;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media screen and (min-width: 360px) and (max-width: 599px) {
  .primary_btn {
    padding: 8px 15px;
    font-size: 120%;
  }
}
@media screen and (max-width: 359px) {
  .primary_btn {
    padding: 8px;
    font-size: 110%;
  }
}

.primary_largebtn {
  background: #00c4df;
  max-width: 193px;
  text-align: center;
  padding: 13px 35px;
  font-size: 140%;
  line-height: 24px;
  font-family: "notosans-medium", "notosansarm-medium";
  color: #001a25;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media screen and (min-width: 360px) and (max-width: 599px) {
  .primary_largebtn {
    padding: 10px 18px;
    font-size: 120%;
  }
}
@media screen and (max-width: 359px) {
  .primary_largebtn {
    padding: 8px;
    font-size: 110%;
  }
}

.secondary_btn {
  border: 1px solid #00c4df;
  min-width: 157px;
  padding: 9px 29px;
  font-size: 140%;
  line-height: 19px;
  white-space: nowrap;
  background: transparent;
  color: #00c4df;
  font-family: "notosans-medium", "notosansarm-medium";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 360px) and (max-width: 599px) {
  .secondary_btn {
    padding: 7px 14px;
    font-size: 120%;
  }
}
@media screen and (max-width: 359px) {
  .secondary_btn {
    padding: 7px;
    font-size: 110%;
  }
}

.secondary_largebtn {
  border: 1px solid #00c4df;
  min-width: 193px;
  padding: 12px 34px;
  font-size: 140%;
  line-height: 24px;
  white-space: nowrap;
  background: transparent;
  color: #00c4df;
  font-family: "notosans-medium", "notosansarm-medium";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 360px) and (max-width: 599px) {
  .secondary_largebtn {
    padding: 9px 17px;
    font-size: 120%;
  }
}
@media screen and (max-width: 359px) {
  .secondary_largebtn {
    padding: 7px;
    font-size: 110%;
  }
}

.hidden_label {
  display: none;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  35.1% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60.1% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85.1% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
.tab_block {
  position: relative;
  overflow: hidden;
}
.tab_block:not(.selected) {
  height: 0;
  opacity: 0;
}

.tab_buttons button {
  min-width: 200px;
}
@media screen and (max-width: 1024px) {
  .tab_buttons button {
    min-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .tab_buttons button {
    min-width: 130px;
  }
}

.page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(179.6deg, #000405 1.48%, #031B1E 14.85%, #083F51 33.81%, #032A42 67.37%, #010F1B 99.16%);
  z-index: 200;
  /***************************************************
   * Generated by SVG Artista on 2/3/2023, 4:00:35 PM
   * MIT license (https://opensource.org/licenses/MIT)
   * W. https://svgartista.net
   **************************************************/
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 196, 223);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 196, 223);
  }
}
.page_loader .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.8s both;
  animation: animate-svg-fill-1 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.8s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.9s both;
  animation: animate-svg-fill-2 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.9s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1s both;
  animation: animate-svg-fill-3 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1s both;
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.1s both;
  animation: animate-svg-fill-4 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.1s both;
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.2s both;
  animation: animate-svg-fill-5 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.2s both;
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.3s both;
  animation: animate-svg-fill-6 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.3s both;
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.4s both;
  animation: animate-svg-fill-7 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.4s both;
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
  animation: animate-svg-fill-8 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 252, 250);
  }
}
.page_loader .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.6s both;
  animation: animate-svg-fill-9 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.6s both;
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.page_loader .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.7s both;
  animation: animate-svg-fill-10 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.7s both;
}

.page_container {
  position: relative;
}

.content {
  position: relative;
  padding-top: 100px;
}

.bg_image {
  display: flex;
  flex-direction: column;
}
.bg_image picture {
  display: block;
  width: 100%;
}
.bg_image img {
  display: block;
  width: 100%;
  height: auto;
}
.bg_image:after {
  content: "";
  width: 100%;
  height: 20%;
  flex: 1;
  display: block;
  position: relative;
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  background: rgba(0, 0, 0, 0.7);
}
.popup_block.showed {
  top: 0;
  overflow-y: auto;
}
.popup_block .block_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 196, 223, 0.3);
}
.popup_block .title_block {
  padding-left: 30px;
  flex: 1;
  margin: 0;
  font-family: "notosans", "notosansarm";
}
.popup_block svg {
  width: 100%;
  height: 100%;
}
.popup_block svg * {
  fill: currentColor;
}
.popup_block .icon_block {
  flex: 0 0 100px;
  max-width: 100px;
}
@media screen and (max-width: 1024px) {
  .popup_block {
    padding: 30px;
  }
  .popup_block .icon_block {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .popup_block .title_block {
    font-size: 160%;
    line-height: 19px;
  }
  .popup_block .block_inner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .popup_block {
    padding: 20px;
  }
  .popup_block .icon_block {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .popup_block .title_block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 399px) {
  .popup_block .title_block {
    flex: 0 0 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup_content {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup_close {
  border: none;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 1;
  font-size: 200%;
  width: 30px;
  height: 30px;
  background: rgba(0, 196, 223, 0.3);
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .popup_close {
    top: 10px;
    right: 10px;
  }
}
.popup_close::before {
  display: block;
}
.popup_description {
  padding-left: 20px;
  margin: 30px 0 0;
  color: #E4F4F4;
}
.popup_description li {
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .popup_description {
    margin-top: 20px;
  }
}

.services_popup .popup_container {
  background: #001a25;
  width: 100%;
  max-width: 1180px;
  padding: 30px 80px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .services_popup .popup_container {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 639px) {
  .services_popup .popup_container {
    padding: 20px;
  }
}

.events_popup .popup_container, .success_popup .popup_container {
  background: #001a25;
  width: 100%;
  max-width: 480px;
  padding: 30px 40px 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .events_popup .popup_container, .success_popup .popup_container {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 639px) {
  .events_popup .popup_container, .success_popup .popup_container {
    padding: 20px;
  }
}
.events_popup .popup_container .popup_title, .success_popup .popup_container .popup_title {
  margin: 0;
  font-family: "notosans", "notosansarm";
  text-align: center;
}
.events_popup .popup_description, .success_popup .popup_description {
  padding-left: 0;
  text-align: center;
  padding-bottom: 10px;
}
.events_popup .form_fields, .success_popup .form_fields {
  max-width: 320px;
  margin: 0 auto;
}
.events_popup .form_fields .field_block, .success_popup .form_fields .field_block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  .events_popup .form_fields .field_block, .success_popup .form_fields .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .events_popup .form_fields .field_block, .success_popup .form_fields .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.events_popup .form_fields .popup_btns, .success_popup .form_fields .popup_btns {
  margin: 0 auto;
  padding-top: 50px;
}
.events_popup .popup_btns, .success_popup .popup_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.events_popup .popup_btns a, .success_popup .popup_btns a {
  display: block;
}

.paging {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
}
.paging ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .paging ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .paging ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.paging ul li {
  padding: 0 11px;
}
.paging ul li span, .paging ul li a {
  font-size: 160%;
  line-height: 22px;
  min-width: 19px;
  height: 23px;
  color: inherit;
}
.paging ul a {
  position: relative;
}
.paging ul .current_page {
  color: #00c4df;
  pointer-events: none;
}
.paging ul .current_page::after {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background: #00c4df;
  bottom: 0;
}
.paging .prev_page, .paging .next_page {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.paging .prev_page.inactive, .paging .next_page.inactive {
  pointer-events: none;
  opacity: 0.5;
  color: rgba(228, 244, 244, 0.5);
}
@media screen and (max-width: 1024px) {
  .paging {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .paging {
    padding-bottom: 40px;
  }
  .paging ul li {
    padding: 0 4px;
  }
  .paging ul li .current_page::after {
    width: 20px;
  }
  .paging ul li span, .paging ul li a {
    min-width: 22px;
    height: 22px;
    font-size: 140%;
    line-height: 17px;
  }
}

.form_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.form_fields .field_block {
  position: relative;
  padding-top: 40px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .form_fields .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .form_fields .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form_fields .field_block input,
.form_fields .field_block textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 196, 223, 0.3);
  color: #ffffff;
  padding: 0 0 10px;
  background: transparent;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form_fields .field_block textarea[data-validation],
.form_fields .field_block input[data-validation] {
  padding-right: 10px;
}
.form_fields .field_block textarea {
  resize: none;
  display: block;
  max-height: 140px;
}
.form_fields .field_block ::-webkit-input-placeholder {
  color: #E4F4F4;
}
.form_fields .field_block :-moz-placeholder {
  color: #E4F4F4;
}
.form_fields .field_block ::-moz-placeholder {
  color: #E4F4F4;
}
.form_fields .field_block :-ms-input-placeholder {
  color: #E4F4F4;
}
.form_fields .messages_field {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .form_fields .messages_field {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .form_fields .messages_field {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .form_fields .field_block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form_fields .field_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .form_fields .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .form_fields .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.standard_textpage {
  max-width: 980px;
  margin: 0 auto;
  font-size: 100%;
  line-height: 24px;
}
.standard_textpage p {
  margin: 0;
  font-size: 160%;
  line-height: 24px;
}
.standard_textpage h1 {
  margin: 0;
  font-family: "notosans-medium", "notosansarm-medium";
  padding-bottom: 30px;
}
.standard_textpage h2 {
  font-size: 240%;
  line-height: 36px;
  font-family: "notosans-medium", "notosansarm-medium";
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h3 {
  font-size: 200%;
  line-height: 27px;
  font-family: "notosans-medium", "notosansarm-medium";
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h4 {
  font-size: 180%;
  line-height: 24px;
  font-family: "notosans-medium", "notosansarm-medium";
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h5 {
  font-size: 160%;
  line-height: 22px;
  font-family: "notosans-medium", "notosansarm-medium";
  margin: 0;
  padding-bottom: 20px;
}
.standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .standard_textpage h2, .standard_textpage h3, .standard_textpage h4, .standard_textpage h5 {
    margin-top: 20px;
  }
}
.standard_textpage br + h2, .standard_textpage br + h3, .standard_textpage br + h4, .standard_textpage br + h5 {
  margin-top: 0;
}
.standard_textpage ul {
  margin: 0;
  padding: 0 0 0 17px;
}
.standard_textpage ul li {
  padding-bottom: 20px;
  font-size: 160%;
  line-height: 24px;
}
.standard_textpage ul li:last-child {
  padding-bottom: 0;
}
.standard_textpage .image_block {
  max-width: 780px;
  margin: 0 auto;
}
.standard_textpage .image_block img {
  display: block;
  margin-bottom: 15px;
  height: auto;
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .standard_textpage h1 {
    font-size: 360%;
    line-height: 50px;
  }
  .standard_textpage h2 {
    font-size: 220%;
    line-height: 24px;
  }
  .standard_textpage h3 {
    font-size: 180%;
    line-height: 22px;
  }
  .standard_textpage h4 {
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .standard_textpage p {
    font-size: 140%;
    line-height: 20px;
  }
  .standard_textpage ul li {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 639px) {
  .standard_textpage h1 {
    font-size: 320%;
    line-height: 40px;
  }
  .standard_textpage h2 {
    font-size: 200%;
    line-height: 22px;
  }
  .standard_textpage h3 {
    font-size: 160%;
    line-height: 20px;
  }
  .standard_textpage h4 {
    font-size: 140%;
    line-height: 20px;
  }
}

.lg_list, .header .menu_block .main_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.bg_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_loader, .paging ul li span, .paging ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tab_buttons button:not(.selected), .tab_buttons button.selected {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.popup_description, .events_popup .popup_description, .success_popup .popup_description {
  font-size: 160%;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .popup_description, .events_popup .popup_description, .success_popup .popup_description {
    font-size: 140%;
    line-height: 22px;
  }
}

.footer .contacts_list, .header .menu_block .main_menu, .tab_buttons button:not(.selected), .tab_buttons button.selected, .standard_text, .form_fields .field_block input,
.form_fields .field_block textarea {
  font-size: 140%;
  line-height: 20px;
}

.footer .copyrights, .footer .menu_list {
  font-size: 120%;
  line-height: 15px;
}

@media screen and (min-width: 1200px) {
  .section_title {
    font-size: 200%;
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .section_title {
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section_title {
    font-size: 160%;
    line-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .block_title {
    font-size: 360%;
    line-height: 49px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .block_title {
    font-size: 300%;
    line-height: 45px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .block_title {
    font-size: 250%;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .block_title {
    font-size: 200%;
    line-height: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .page_title {
    font-size: 400%;
    line-height: 54px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .page_title {
    font-size: 350%;
    line-height: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .page_title {
    font-size: 300%;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 200%;
    line-height: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .popup_block .title_block, .events_popup .popup_container .popup_title, .success_popup .popup_container .popup_title {
    font-size: 240%;
    line-height: 36px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .popup_block .title_block, .events_popup .popup_container .popup_title, .success_popup .popup_container .popup_title {
    font-size: 200%;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .popup_block .title_block, .events_popup .popup_container .popup_title, .success_popup .popup_container .popup_title {
    font-size: 180%;
    line-height: 25px;
  }
}

.tab_buttons button:not(.selected), .tab_buttons button.selected {
  border: none;
  height: 45px;
}
@media screen and (min-width: 1025px) {
  .tab_buttons button:not(.selected), .tab_buttons button.selected {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .tab_buttons button:not(.selected), .tab_buttons button.selected {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tab_buttons button.selected {
  background: #00c4df;
  color: #ffffff;
}
.tab_buttons button.loading.selected {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.tab_buttons button.loading.selected:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.tab_buttons button:not(.selected) {
  outline: 1px solid #00c4df !important;
  outline-offset: -1px;
  color: #00c4df;
  background: transparent;
}
.tab_buttons button.loading:not(.selected) {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.tab_buttons button.loading:not(.selected):after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: #00c4df;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}
@media screen and (min-width: 1025px) {
  .header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header_inner {
    padding-top: 15px;
  }
}
.header .custom_container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.header .top_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main_logo {
  margin-right: auto;
}
.header .main_logo a {
  display: block;
  line-height: 0;
  font-size: 0;
}
.header .main_logo img {
  display: block;
  width: 117px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header .main_logo img {
    width: 100px;
  }
}
.header .menu_block {
  background: rgba(0, 26, 37, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  -o-transition: all 0s 0.5s, opacity 0.5s;
  -ms-transition: all 0s 0.5s, opacity 0.5s;
  -moz-transition: all 0s 0.5s, opacity 0.5s;
  -webkit-transition: all 0s 0.5s, opacity 0.5s;
  transition: all 0s 0.5s, opacity 0.5s;
}
.header .menu_block .main_menu {
  max-height: 75vh;
  text-align: center;
  position: relative;
  overflow-y: auto;
}
.header .menu_block .main_menu li {
  padding-bottom: 25px;
}
.header .menu_block .main_menu li a {
  color: #ffffff;
}
.header .menu_btn {
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 11px 0;
  width: 35px;
  height: 24px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  margin-left: 40px;
  font-size: 0;
}
.header .menu_btn:before, .header .menu_btn:after {
  display: block;
  content: "";
  position: absolute;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 2px solid;
  left: -27px;
  width: 72px;
}
.header .menu_btn:before {
  top: 2px;
}
.header .menu_btn:after {
  bottom: 2px;
}
.header .menu_btn span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .header .menu_btn {
    margin-left: 20px;
  }
}

.menu_opened .menu_block {
  height: auto;
  opacity: 1;
  padding-top: 100px;
  max-height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -o-transition: all 0s 0s, opacity 0.5s;
  -ms-transition: all 0s 0s, opacity 0.5s;
  -moz-transition: all 0s 0s, opacity 0.5s;
  -webkit-transition: all 0s 0s, opacity 0.5s;
  transition: all 0s 0s, opacity 0.5s;
}
.menu_opened .menu_btn span {
  opacity: 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu_opened .menu_btn:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu_opened .menu_btn:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.lg_list {
  display: flex;
}
.lg_list li {
  padding-left: 4px;
  display: flex;
  align-items: center;
}
.lg_list li:first-child:before {
  display: none;
}
.lg_list li:before {
  margin: 0 5px;
  content: "/";
  color: #ffffff;
}
.lg_list a {
  display: block;
  color: #E4F4F4;
  text-transform: uppercase;
  font-size: 120%;
  line-height: 16px;
}
.lg_list a.current {
  color: #00c4df;
  cursor: default;
  pointer-events: none;
}

.footer {
  position: relative;
  opacity: 0;
  background: #010f1b;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 196, 223, 0.3);
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .contact_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .contact_inner {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }
}
.footer .footer_logo {
  flex: 0 0 150px;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    justify-content: end;
  }
}
.footer .footer_logo img {
  display: block;
  width: 117px;
  height: auto;
}
.footer .contacts_list {
  margin-left: auto;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer .contacts_list {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: unset;
    flex-wrap: unset;
    flex-direction: column;
    margin-left: 0;
  }
}
.footer .contact_block {
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer .contact_block {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact_block {
    padding: 0;
  }
}
.footer .contact_block:first-child {
  flex: 100%;
  margin-bottom: 20px;
}
.footer .contact_block:last-child {
  text-align: end;
}
.footer .contact_block:before {
  padding-right: 20px;
  font-size: 2rem;
}
.footer .footer_menu {
  background: rgba(14, 77, 99, 0.2);
  margin: 50px 0 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_menu {
    margin: 30px 0 30px;
  }
  .footer .footer_menu > .page_container {
    overflow-x: auto;
  }
}
.footer .menu_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
  padding: 40px 0 28px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .footer .menu_list {
    margin: 0 -10px;
    padding: 30px 0 18px;
    white-space: nowrap;
    flex-wrap: unset;
    justify-content: unset;
  }
}
.footer .menu_list li {
  padding: 0 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer .menu_list li {
    padding: 0 10px;
  }
}
.footer .menu_list a {
  display: block;
  color: inherit;
}
.footer .copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B3B3B3;
}
@media screen and (max-width: 767px) {
  .footer .copyrights {
    flex-direction: column;
  }
}
.footer .copyrights span:last-child {
  color: #00c4df;
}
.footer .copyrights a {
  color: #00c4df;
}
.footer .socials_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .footer .socials_list {
    margin: 20px 0;
  }
}
.footer .socials_list li {
  padding: 0 10px;
}
.footer .socials_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
}
.footer .socials_list a:before {
  font-size: 3.2rem;
}

.web .footer .copyrights a, .footer .copyrights .web a, .tab_block:not(.selected), .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .standard_textpage a, .standard_textpage .web a, .web .lg_list a, .lg_list .web a, .web .popup_close, .web .paging ul a, .paging ul .web a, .web .paging .prev_page:hover, .paging .web .prev_page:hover, .web .paging .next_page:hover, .paging .web .next_page:hover, .web .footer .contacts_list a, .footer .contacts_list .web a, .web .footer .menu_list a, .footer .menu_list .web a, .web .footer .socials_list a, .footer .socials_list .web a, .popup_block svg {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .primary_btn, .web .primary_largebtn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .secondary_btn, .web .secondary_largebtn, .error_hint, .paging ul a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .footer .copyrights a, .footer .copyrights .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .standard_textpage a, .standard_textpage .touch a, .touch .lg_list a, .lg_list .touch a, .touch .popup_close, .touch .paging ul a, .paging ul .touch a, .touch .paging .prev_page:hover, .paging .touch .prev_page:hover, .touch .paging .next_page:hover, .paging .touch .next_page:hover, .touch .footer .contacts_list a, .footer .contacts_list .touch a, .touch .footer .menu_list a, .footer .menu_list .touch a, .touch .footer .socials_list a, .footer .socials_list .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .primary_btn, .touch .primary_largebtn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .secondary_btn, .touch .secondary_largebtn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .popup_close:hover, .web .paging ul a:hover, .paging ul .web a:hover, .web .paging .prev_page:hover, .paging .web .prev_page:hover, .web .paging .next_page:hover, .paging .web .next_page:hover, .web .footer .contacts_list a:hover, .footer .contacts_list .web a:hover, .web .footer .menu_list a:hover, .footer .menu_list .web a:hover, .web .footer .socials_list a:hover, .footer .socials_list .web a:hover {
  color: #00c4df;
}
.web .lg_list a:hover, .lg_list .web a:hover {
  color: rgba(0, 196, 223, 0.7);
}
.web .primary_btn:hover, .web .primary_largebtn:hover {
  background: rgba(0, 196, 223, 0.7);
}
.web .footer .copyrights a:hover, .footer .copyrights .web a:hover {
  opacity: 0.7;
}
.web .secondary_btn:hover, .web .secondary_largebtn:hover {
  background: #00c4df;
  color: #ffffff;
  border-color: transparent;
}
.web .standard_textpage a:hover, .standard_textpage .web a:hover {
  color: #0E4D63;
}
.touch .popup_close:active, .touch .paging ul a:active, .paging ul .touch a:active, .touch .paging .prev_page:active:hover, .paging .touch .prev_page:active:hover, .touch .paging .next_page:active:hover, .paging .touch .next_page:active:hover, .touch .footer .contacts_list a:active, .footer .contacts_list .touch a:active, .touch .footer .menu_list a:active, .footer .menu_list .touch a:active, .touch .footer .socials_list a:active, .footer .socials_list .touch a:active {
  color: #00c4df;
}
.touch .lg_list a:active, .lg_list .touch a:active {
  color: rgba(0, 196, 223, 0.7);
}
.touch .primary_btn:active, .touch .primary_largebtn:active {
  background: rgba(0, 196, 223, 0.7);
}
.touch .footer .copyrights a:active, .footer .copyrights .touch a:active {
  opacity: 0.7;
}
.touch .secondary_btn:active, .touch .secondary_largebtn:active {
  background: #00c4df;
  color: #ffffff;
  border-color: transparent;
}
.touch .standard_textpage a:active, .standard_textpage .touch a:active {
  color: #0E4D63;
}

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