@font-face {
  font-family: "mardoto-regular";
  font-display: "auto";
  src: url("../fonts/Mardoto-Regular/Mardoto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Regular/Mardoto-Regular.woff") format("woff"), url("../fonts/Mardoto-Regular/Mardoto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mardoto-medium";
  font-display: "auto";
  src: url("../fonts/Mardoto-Medium/Mardoto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Medium/Mardoto-Medium.woff") format("woff"), url("../fonts/Mardoto-Medium/Mardoto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?r65caf");
  src: url("../fonts/icons/icomoon.eot?r65caf#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?r65caf") format("truetype"), url("../fonts/icons/icomoon.woff?r65caf") 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_down:before {
  content: "\e901";
}

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

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

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

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

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

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

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

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

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

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

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

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

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: #0B1F35;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "roboto-regular", "mardoto-regular";
}

*,
*: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: #324C95;
}

button {
  cursor: pointer;
  display: block;
}

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

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

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

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

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

.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: "roboto-medium", "mardoto-medium";
  margin: 0;
  font-size: 280%;
  line-height: 1.4em;
  color: #0B1F35;
}

.primary_btn {
  border: none;
  background: #324C95;
  color: #ffffff;
  padding: 15px;
}

.secondary_btn {
  border: 1px solid;
  background: transparent;
  color: #324C95;
  padding: 14px;
}

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

.page_title {
  font-family: "roboto-medium", "mardoto-medium";
  margin: 0;
  font-size: 380%;
  line-height: 1.4em;
}

.breadcrumbs ul {
  list-style-type: none;
  margin: 0 -4px;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  font-size: 120%;
  line-height: 1.5em;
  padding: 0 4px;
  color: #ffffff;
}
.breadcrumbs a {
  display: block;
  color: #ffffff;
}
.breadcrumbs a:before {
  margin-right: 8px;
}
.breadcrumbs div:before {
  margin-right: 8px;
}

@media screen and (max-width: 1199px) {
  .page_title {
    font-size: 340%;
  }

  .section_title {
    font-size: 240%;
  }
}
@media screen and (max-width: 959px) {
  .page_title {
    font-size: 300%;
  }

  .section_title {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 260%;
  }

  .section_title {
    font-size: 180%;
  }

  .breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 220%;
  }
}
@media screen and (max-width: 479px) {
  .page_title {
    font-size: 200%;
  }

  .section_title {
    font-size: 160%;
  }
}
.footer_socials ul, .footer_top .contact_list ul, .language_list {
  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;
}

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

.header {
  z-index: 100;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
.header .header_inner {
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.header .main_logo {
  margin-right: auto;
}
.header .main_logo a {
  display: block;
}
.header .main_logo img {
  max-width: 166px;
  display: inline-block;
  vertical-align: top;
}
.header .main_site {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 12px;
  background: #ffffff;
  color: #0B1F35;
  border-radius: 4px;
  font-size: 130%;
  line-height: 21px;
  margin-right: 28px;
  white-space: nowrap;
}
.header .main_site:before {
  display: block;
  margin-left: 8px;
  color: #324C95;
  font-size: 160%;
}
.header .compare_btn {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #ffffff;
  color: #324C95;
  background: #F8F8FC;
  border-radius: 4px;
  font-size: 130%;
  line-height: 24px;
  margin-right: 28px;
  position: relative;
}
.header .compare_btn.active:before {
  margin-right: 14px;
}
.header .compare_btn .items_count {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #324C95;
  color: #ffffff;
  font-size: 115%;
  line-height: 18px;
  font-family: "roboto-medium", "mardoto-medium";
  position: absolute;
  left: 22px;
  top: 8px;
}
.header .compare_btn:before {
  display: block;
  margin-right: 8px;
  font-size: 160%;
}

.language_block {
  font-size: 130%;
  line-height: 15px;
  position: relative;
}
.language_block.opened .language_button {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}
.language_block.opened .language_button:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.language_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  color: #0B1F35;
  border: none;
  background: transparent;
  line-height: inherit;
  position: relative;
  z-index: 22;
  padding: 7px 10px;
  border-radius: 4px 4px 0 0;
  width: 81px;
}
.language_button:before {
  display: block;
  content: "";
  width: 5px;
  height: 3px;
  border-width: 3px 2px 0;
  border-color: transparent;
  border-style: solid;
  margin-left: 9px;
  border-top-color: #324C95;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.language_button img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: 18px;
  border-radius: 50%;
  margin-right: 6px;
}

.language_list {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 20;
  right: 0;
  top: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
  width: 81px;
}
.language_list a {
  color: #666666;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 7px 10px;
}
.language_list a img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: 18px;
  border-radius: 50%;
  margin-right: 6px;
}

@media screen and (max-width: 959px) {
  .header .main_site {
    margin-right: 20px;
  }
  .header .compare_btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .main_site {
    margin-right: 12px;
    font-size: 120%;
    line-height: 18px;
  }
  .header .compare_btn {
    margin-right: 12px;
    font-size: 120%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .header .main_logo {
    max-width: 60px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .header .main_site {
    margin-right: 15px;
    font-size: 0;
    line-height: 0;
  }
  .header .main_site:before {
    font-size: 2.4rem;
    margin: 0;
  }
  .header .compare_btn {
    margin-right: 15px;
    font-size: 0;
    line-height: 0;
  }
  .header .compare_btn.active:before {
    margin: 0;
  }
  .header .compare_btn:before {
    font-size: 2rem;
    margin: 0;
  }
  .header .compare_btn .items_count {
    font-size: 1.4rem;
  }
}
.footer {
  opacity: 0;
  background: #0B1F35;
}

.footer_top {
  padding: 28px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer_top .top_inner {
  display: flex;
  align-items: center;
}
.footer_top .main_logo {
  margin-right: auto;
}
.footer_top .main_logo a {
  display: block;
}
.footer_top .main_logo img {
  display: inline-block;
  align-items: center;
  max-width: 122px;
}
.footer_top .contact_list ul {
  display: flex;
  padding-left: 10px;
  color: #ffffff;
  font-family: "roboto-medium", "mardoto-medium";
  font-size: 130%;
  line-height: 21px;
}
.footer_top .contact_list li {
  padding-right: 24px;
}
.footer_top .contact_list a {
  display: block;
  color: #ffffff;
}

.footer_socials ul {
  display: flex;
  font-family: "roboto-medium", "mardoto-medium";
  color: #ffffff;
  padding-left: 6px;
}
.footer_socials li {
  padding-left: 10px;
}
.footer_socials a {
  width: 26px;
  height: 26px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  line-height: 1em;
  border-radius: 4px;
}

.footer_info {
  display: flex;
  font-size: 120%;
  line-height: 19px;
  color: #ffffff;
  padding-top: 24px;
}
.footer_info .update_date {
  padding-left: 24px;
  display: block;
}

.footer_bottom {
  padding: 20px 0 24px;
  display: flex;
  justify-content: space-between;
  font-size: 120%;
  line-height: 20px;
  color: #ffffff;
}
.footer_bottom a {
  display: inline-block;
  vertical-align: top;
  font-family: "roboto-medium", "mardoto-medium";
  color: #ffffff;
  margin-left: 4px;
}
.footer_bottom .development {
  padding-left: 10px;
}

@media screen and (max-width: 959px) {
  .footer_top .contact_list li {
    padding-right: 18px;
  }
  .footer_top .top_inner {
    flex-wrap: wrap;
  }
  .footer_top .footer_socials {
    width: 100%;
  }
  .footer_top .footer_socials ul {
    padding: 20px 0 0;
  }
  .footer_top .footer_socials li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_top .contact_list {
    width: 100%;
  }
  .footer_top .contact_list ul {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .footer_top .main_logo {
    margin: 0 auto;
  }
  .footer_top .contact_list ul {
    padding: 0;
    display: block;
    text-align: center;
  }
  .footer_top .contact_list li {
    padding: 20px 0 0;
  }

  .footer_socials ul {
    justify-content: center;
  }

  .footer_info {
    display: block;
    text-align: center;
  }
  .footer_info .update_date {
    padding: 12px 0 0;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer_bottom .development {
    padding: 10px 0 0;
  }
}
.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 .breadcrumbs a, .breadcrumbs .web a, .web .footer_top .contact_list a, .footer_top .contact_list .web a, .web .footer_bottom a, .footer_bottom .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;
}

.web .primary_btn, .web .secondary_btn, .web .header .main_site, .header .web .main_site, .web .header .compare_btn, .header .web .compare_btn, .web .language_list a, .language_list .web a, .web .footer_socials a, .footer_socials .web a {
  -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;
}

.error_hint {
  -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 .breadcrumbs a, .breadcrumbs .touch a, .touch .footer_top .contact_list a, .footer_top .contact_list .touch a, .touch .footer_bottom a, .footer_bottom .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 .secondary_btn, .touch .header .main_site, .header .touch .main_site, .touch .header .compare_btn, .header .touch .compare_btn, .touch .language_list a, .language_list .touch a, .touch .footer_socials a, .footer_socials .touch a {
  -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;
}

.web .header .main_site:hover, .header .web .main_site:hover, .web .header .compare_btn:hover, .header .web .compare_btn:hover, .web .language_list a:hover, .language_list .web a:hover, .web .footer_socials a:hover, .footer_socials .web a:hover {
  background: #EAEDF4;
}
.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .footer_top .contact_list a:hover, .footer_top .contact_list .web a:hover, .web .footer_bottom a:hover, .footer_bottom .web a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.web .primary_btn:hover, .web .secondary_btn:hover {
  background: #000000;
}

.touch .header .main_site:active, .header .touch .main_site:active, .touch .header .compare_btn:active, .header .touch .compare_btn:active, .touch .language_list a:active, .language_list .touch a:active, .touch .footer_socials a:active, .footer_socials .touch a:active {
  background: #EAEDF4;
}
.touch .breadcrumbs a:active, .breadcrumbs .touch a:active, .touch .footer_top .contact_list a:active, .footer_top .contact_list .touch a:active, .touch .footer_bottom a:active, .footer_bottom .touch a:active {
  color: rgba(255, 255, 255, 0.6);
}
.touch .primary_btn:active, .touch .secondary_btn:active {
  background: #000000;
}

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