@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Medium/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium/Poppins-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/Poppins-Bold/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?6hzsjg");
  src: url("../fonts/icons/icomoon.eot?6hzsjg#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?6hzsjg") format("truetype"), url("../fonts/icons/icomoon.woff?6hzsjg") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

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

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

.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_msg:before {
  content: "\e914";
}

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

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

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

.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_left:before {
  content: "\e912";
}

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

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

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

.header .menu_btn:before, .header .menu_btn:after, .form_fields .field_block .placeholder {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.footer .developer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.secondary_btn, .primary_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header .menu_btn {
  border: none;
  padding: 0;
  background: transparent;
}

.header .main_menu a, .popup_block ul, .read_more, .page_description, .secondary_btn, .primary_btn {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .header .main_menu a, .popup_block ul, .read_more, .page_description, .secondary_btn, .primary_btn {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .header .main_menu a, .popup_block ul, .read_more, .page_description, .secondary_btn, .primary_btn {
    font-size: 160%;
  }
}

.main_title {
  font-family: "poppins-bold";
  font-size: 480%;
  line-height: 1.17em;
  margin: 0;
  color: inherit;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main_title {
    font-size: 420%;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_title {
    font-size: 360%;
    line-height: 1.22em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .main_title {
    font-size: 300%;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 575px) {
  .main_title {
    font-size: 240%;
    line-height: 1.3em;
  }
}

.page_title {
  font-family: "poppins-bold";
  font-size: 360%;
  line-height: 1.22em;
  margin: 0;
  color: inherit;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page_title {
    font-size: 300%;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_title {
    font-size: 250%;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .page_title {
    font-size: 200%;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 180%;
    line-height: 1.25em;
  }
}

.sub_title {
  font-family: "poppins-bold";
  font-size: 240%;
  line-height: 1.17em;
  margin: 0;
  color: inherit;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .sub_title {
    font-size: 220%;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sub_title {
    font-size: 200%;
    line-height: 1.22em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .sub_title {
    font-size: 180%;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 575px) {
  .sub_title {
    font-size: 160%;
    line-height: 1.3em;
  }
}

.form_fields .field_block .placeholder {
  font-size: 160%;
  line-height: 19px;
}

.footer .developer, .standard_text {
  font-size: 140%;
  line-height: 20px;
}

.error_hint {
  font-size: 120%;
  line-height: 15px;
}

.secondary_btn, .primary_btn {
  border: none;
  height: 48px;
  border-radius: 8px;
  padding: 0 30px;
}

.primary_btn {
  background: #026585;
  color: #ffffff;
  font-family: "poppins-bold";
}
.loading.primary_btn {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.loading.primary_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

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

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: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "poppins";
  background: #F4F4F4;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba #F4F4F4;
  opacity: 0;
  height: 0;
  -o-transition: height 0s 0.5s, opacity 0.5s;
  -ms-transition: height 0s 0.5s, opacity 0.5s;
  -moz-transition: height 0s 0.5s, opacity 0.5s;
  -webkit-transition: height 0s 0.5s, opacity 0.5s;
  transition: height 0s 0.5s, opacity 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 1;
  -o-transition: height 0s 0s, opacity 0.5s;
  -ms-transition: height 0s 0s, opacity 0.5s;
  -moz-transition: height 0s 0s, opacity 0.5s;
  -webkit-transition: height 0s 0s, opacity 0.5s;
  transition: height 0s 0s, opacity 0.5s;
}

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

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

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

a {
  color: #026585;
}

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: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

.section_title {
  font-family: "poppins-bold";
}

.page_description {
  margin: 0;
}

.hidden_label {
  display: none;
}

input {
  font-size: 15px;
}

.read_more {
  display: inline-block;
  text-decoration: underline;
  color: #026585;
  margin-top: 16px;
  background: none;
  border: none;
  padding: 0;
}

.form_fields .field_block {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form_fields .field_block {
    padding-bottom: 20px;
  }
}
.form_fields .field_block input,
.form_fields .field_block textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #666666;
  color: #414141;
  padding: 0 0 14px;
  font-size: 150%;
  line-height: 1.6em;
  background: transparent;
  -o-transition: all 10s 1000000s, border-color 0.3s 0s;
  -ms-transition: all 10s 1000000s, border-color 0.3s 0s;
  -moz-transition: all 10s 1000000s, border-color 0.3s 0s;
  -webkit-transition: all 10s 1000000s, border-color 0.3s 0s;
  transition: all 10s 1000000s, border-color 0.3s 0s;
}
.form_fields .field_block input:focus,
.form_fields .field_block textarea:focus {
  border-color: #333333;
}
.form_fields .field_block input:focus ~ .placeholder,
.form_fields .field_block textarea:focus ~ .placeholder {
  font-size: 140%;
  line-height: 1.6em;
  top: -32px;
  color: #848484;
}
.form_fields .field_block input.filled ~ .placeholder,
.form_fields .field_block textarea.filled ~ .placeholder {
  font-size: 140%;
  line-height: 1.6em;
  top: -32px;
  color: #414141;
}
.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: 200px;
}
.form_fields .field_block .placeholder {
  display: block;
  color: #414141;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .form_fields .field_block {
    margin-bottom: 20px;
  }
  .form_fields .field_block input,
  .form_fields .field_block textarea {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .form_fields .field_block {
    margin-bottom: 16px;
  }
  .form_fields .field_block input,
  .form_fields .field_block textarea {
    padding-bottom: 8px;
  }
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1000;
  top: -100%;
  -o-transition: height 0s 0.3s, top 0.3s;
  -ms-transition: height 0s 0.3s, top 0.3s;
  -moz-transition: height 0s 0.3s, top 0.3s;
  -webkit-transition: height 0s 0.3s, top 0.3s;
  transition: height 0s 0.3s, top 0.3s;
}
.popup_block.showed {
  height: 100%;
  overflow-y: auto;
}
.popup_block.showed {
  top: 0;
  -o-transition: height 0s 0s, top 0.3s;
  -ms-transition: height 0s 0s, top 0.3s;
  -moz-transition: height 0s 0s, top 0.3s;
  -webkit-transition: height 0s 0s, top 0.3s;
  transition: height 0s 0s, top 0.3s;
}
.popup_block .popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  justify-content: center;
}
.popup_block .page_description {
  text-align: center;
}
.popup_block .sub_title {
  margin-bottom: 16px;
}
.popup_block .img_popup {
  max-width: 534px;
  margin: 0 auto 40px;
}
.popup_block .img_popup img {
  max-width: 100%;
  height: auto;
  display: block;
  object-position: bottom center;
}
.popup_block .popup_content {
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.popup_block ul {
  padding: 0;
  margin: 40px 0 0;
  color: #414141;
  list-style-type: disc;
}
.popup_block .popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 1068px;
  padding: 0 40px 53px;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(36, 36, 36, 0.2);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .popup_block .popup_container {
    max-width: 780px;
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .popup_block .popup_container {
    max-width: 580px;
    padding: 0 30px 30px;
  }
}
.popup_block .popup_container:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("../css/images/imgPopup.svg");
  background-size: auto;
  background-position: left;
  background-repeat: no-repeat;
  width: 100vw;
  bottom: 310px;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .popup_block .popup_container:before {
    display: none;
  }
}
.popup_block .popup_close.icon_close {
  margin-left: auto;
  margin-right: -30px;
  border: none;
  background: none;
  padding: 10px;
  font-size: 3.4rem;
  color: #026585;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .popup_block .popup_close.icon_close {
    margin-right: -20px;
    margin-top: 0;
  }
}

.header {
  z-index: 100;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 4px 0 rgba(36, 36, 36, 0.2);
  background: #F4F4F4;
}
.header_inner {
  height: 87px;
  display: flex;
  align-items: center;
}
.header .main_logo {
  padding-right: 80px;
  position: relative;
  z-index: 101;
}
.header .main_logo a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.header .main_logo img {
  display: block;
  width: 226px;
  height: auto;
}
.header .menu_block {
  flex: 1;
  width: 50%;
}
.header .main_menu {
  display: flex;
  margin-left: auto;
}
.header .main_menu a {
  display: block;
  color: #414141;
  position: relative;
}
.header .main_menu a.active {
  color: #026585;
}
.header .main_menu a.active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  background: #026585;
  height: 2px;
  border-radius: 2px;
  width: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .main_menu li {
  padding: 0 20px;
}
.header .menu_btn {
  margin: -12px;
  width: 48px;
  height: 48px;
  color: #000000;
  position: relative;
  z-index: 101;
}
.header .menu_btn:before, .header .menu_btn:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 2px solid;
  width: 18px;
  left: 15px;
  border-radius: 2px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .menu_btn:before {
  top: 18px;
  transform-origin: top left;
  -webkit-transfrom-origin: top left;
}
.header .menu_btn:after {
  bottom: 18px;
  transform-origin: bottom left;
  -webkit-transfrom-origin: bottom left;
}
.header .menu_btn span {
  display: block;
  width: 18px;
  border-top: 2px solid;
  border-radius: 2px;
  margin: 0 auto;
  -o-transition: opacity 0.2s 0.3s;
  -ms-transition: opacity 0.2s 0.3s;
  -moz-transition: opacity 0.2s 0.3s;
  -webkit-transition: opacity 0.2s 0.3s;
  transition: opacity 0.2s 0.3s;
}
@media screen and (min-width: 769px) {
  .header .menu_inner {
    display: flex;
    align-items: center;
  }
  .header .menu_btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header_inner {
    height: 72px;
  }
  .header .main_logo {
    padding-right: 60px;
  }
  .header .main_logo img {
    width: 194px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_inner {
    height: 64px;
  }
  .header .main_logo {
    padding-right: 30px;
  }
  .header .main_logo img {
    width: 160px;
  }
  .header .main_menu li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: 55px;
  }
  .header .main_logo {
    padding-right: 20px;
    margin-right: auto;
  }
  .header .main_logo img {
    width: 170px;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #F4F4F4;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 99;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    min-height: 55px;
    background: inherit;
  }
  .header .menu_inner {
    flex: 1;
    height: 50%;
    min-height: 75vh;
    padding: 46px 15px 40px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .main_menu {
    flex-direction: column;
  }
  .header .main_menu li {
    padding-bottom: 23px;
  }
  .header .main_menu a {
    display: inline-block;
    vertical-align: top;
  }
  .header .main_menu a.active:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn span {
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
    opacity: 0;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 15px;
    left: 19px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 15px;
    left: 19px;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
}
.footer {
  margin: 0 auto;
  background-image: url("../css/images/footer.svg");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: repeat-y;
}
.footer .developer {
  padding: 20px 15px;
  color: #F4F4F4;
}
.footer .developer a {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.footer .developer a img {
  width: auto;
  height: 14px;
  display: block;
}

.web .primary_btn, .web .read_more, .web .popup_block .popup_close.icon_close, .popup_block .web .popup_close.icon_close, .web .header .main_logo a, .header .main_logo .web a, .web .footer .developer a, .footer .developer .web a, .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 .header .main_menu a, .header .main_menu .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.form_fields .field_block .placeholder {
  -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 .primary_btn, .touch .read_more, .touch .popup_block .popup_close.icon_close, .popup_block .touch .popup_close.icon_close, .touch .header .main_logo a, .header .main_logo .touch a, .touch .footer .developer a, .footer .developer .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 .header .main_menu a, .header .main_menu .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;
}

.web .header .main_menu a:hover, .header .main_menu .web a:hover {
  color: #026585;
}
.web .primary_btn:hover, .web .read_more:hover, .web .popup_block .popup_close.icon_close:hover, .popup_block .web .popup_close.icon_close:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer .developer a:hover, .footer .developer .web a:hover {
  opacity: 0.7;
}
.touch .header .main_menu a:active, .header .main_menu .touch a:active {
  color: #026585;
}
.touch .primary_btn:active, .touch .read_more:active, .touch .popup_block .popup_close.icon_close:active, .popup_block .touch .popup_close.icon_close:active, .touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .footer .developer a:active, .footer .developer .touch a:active {
  opacity: 0.7;
}

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