@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?si68ri");
  src: url("../fonts/icons/icomoon.eot?si68ri#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?si68ri") format("truetype"), url("../fonts/icons/icomoon.woff?si68ri") 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_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_info:before {
  content: "\e908";
}

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

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

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

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

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

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

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

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: #3C4D65;
  background: #FAFCFF;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "notosans", "notosansarm";
}

*,
*: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: #013A80;
}

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: -12px;
    margin-right: -12px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1320px;
  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: 16px;
    padding-right: 16px;
  }
}

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

.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;
  }
}
.breadcrumbs {
  padding-top: 20px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  color: #013A80;
  display: flex;
}
.breadcrumbs li:not(:first-child):before {
  display: block;
  content: "/";
  margin: 0 3px;
  color: #013A80;
}
.breadcrumbs li:last-child {
  flex: 1;
  width: 10%;
}
.breadcrumbs li div {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
}
.breadcrumbs a {
  display: block;
  color: #849EBC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.page_title {
  color: inherit;
  margin: 0;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .page_title {
    padding-top: 20px;
  }
}

.solutions_num {
  color: inherit;
  margin: 0;
}

.section_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}

.sub_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}

.description_text {
  font-family: "notosans", "notosansarm";
  margin: 0;
}

.mission_section > .sub_title {
  padding-top: 20px;
}
.mission_section .description_text {
  padding-top: 40px;
  max-width: 904px;
}
.mission_section > img {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}
.mission_section .mission_inner {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .mission_section .mission_inner {
    justify-content: center;
  }
}
.mission_section .mission_inner li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: center;
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .mission_section .mission_inner li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .mission_section .mission_inner li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .mission_section .mission_inner li {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 560px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .mission_section .mission_inner li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .mission_section .mission_inner li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mission_section .mission_inner li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .mission_section .mission_inner li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .mission_section .mission_inner li {
    margin-top: 20px;
  }
}
.mission_section .mission_inner li > .sub_title {
  padding-top: 10px;
}
.mission_section .mission_inner .description_block {
  padding-top: 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .mission_section > img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mission_section .description_text {
    padding-top: 30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .mission_section > img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mission_section .description_text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .mission_section > img {
    margin-top: 30px;
  }
}

.page_navbar {
  margin-top: 40px;
}
.page_navbar ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}
.page_navbar ul:after {
  display: block;
  content: "";
  flex: 10;
}
.page_navbar li {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  background: #ffffff;
  margin-right: 1px;
  box-shadow: 0px 4px 40px rgba(2, 91, 197, 0.05);
}
.page_navbar li.active a {
  background: #006AE5;
  color: #ffffff;
  pointer-events: none;
}
.page_navbar a {
  padding: 12px 20px;
  height: 54px;
  font-family: "notosans-medium", "notosansarm-medium";
}
.page_navbar a:hover {
  background: rgba(0, 106, 229, 0.1);
  color: #013A80;
  outline-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .page_navbar {
    white-space: nowrap;
  }
  .page_navbar .page_container {
    padding-left: 0;
    padding-right: 0;
  }
  .page_navbar a {
    height: 46px;
    padding: 10px 15px;
  }
}

.paging ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.paging li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging li:first-child, .paging li:last-child {
  width: auto;
  height: auto;
}
.paging a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: transparent;
  color: #3C4D65;
}
.paging a:hover {
  background: #E0EDFC;
  color: #013A80;
}
.paging a.current_page {
  background: #006AE5;
  color: #ffffff;
  pointer-events: none;
}
.paging .next_page,
.paging .prev_page {
  color: #3C4D65;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.paging .next_page:before,
.paging .prev_page:before {
  font-size: 2rem;
}
.paging .next_page.inactive,
.paging .prev_page.inactive {
  color: #7F87A9;
  pointer-events: none;
}
.paging .next_page {
  margin-left: 5px;
}
.paging .prev_page {
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .paging {
    padding-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .paging {
    padding-top: 24px;
  }
}
@media screen and (max-width: 599px) {
  .paging a {
    width: 32px;
    height: 32px;
  }
}

.list_product {
  margin-top: 50px !important;
}
.list_product li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .list_product li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .list_product li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .list_product li {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list_product li {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_product li {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .list_product li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .list_product li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product_block:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product_block .product_img a {
  font-size: 0;
  display: block;
}
.product_block .product_img a img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}
.product_block .product_title {
  text-align: center;
  color: #013A80;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1000;
  top: -100%;
  -o-transition: height 0s 0.5s, top 0.5s;
  -ms-transition: height 0s 0.5s, top 0.5s;
  -moz-transition: height 0s 0.5s, top 0.5s;
  -webkit-transition: height 0s 0.5s, top 0.5s;
  transition: height 0s 0.5s, top 0.5s;
  background: rgba(0, 22, 50, 0.8);
  padding: 20px;
}
.popup_block.showed {
  height: 100%;
  overflow-y: auto;
}
.popup_block.showed {
  top: 0;
  -o-transition: height 0s 0s, top 0.5s;
  -ms-transition: height 0s 0s, top 0.5s;
  -moz-transition: height 0s 0s, top 0.5s;
  -webkit-transition: height 0s 0s, top 0.5s;
  transition: height 0s 0s, top 0.5s;
}
.popup_block .popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.popup_block .popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 845px;
  padding: 0;
  position: relative;
  box-shadow: 0px 4px 40px rgba(2, 91, 197, 0.05);
  border-radius: 5px;
}
.popup_block .popup_close {
  border: none;
  background: #E0EDFC;
  padding: 0;
  position: absolute;
  right: 25px;
  border-radius: 50%;
  top: 25px;
  font-size: 240%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #3C4D65;
}
.popup_block .popup_close:before {
  display: block;
}

.equipment_slider {
  margin: 0 -15px;
  position: relative;
}
.equipment_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.equipment_slider:not(.slick-slider) > div {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.equipment_slider:not(.slick-slider) .slide_block {
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.equipment_slider .slide_block {
  padding: 0 15px;
}
.equipment_slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .equipment_slider {
    margin: 0 -10px;
  }
  .equipment_slider .slide_block {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .equipment_slider:not(.slick-slider) .slide_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 479px) {
  .equipment_slider:not(.slick-slider) .slide_block {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
}

.footer_menu ul, .header .main_menu, .header .lg_block .drop_block, .breadcrumbs ul, .page_navbar ul, .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mission_section .mission_inner, .list_product {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .mission_section .mission_inner, .list_product {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .mission_section .mission_inner, .list_product {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.product_block .product_img a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .main_menu > li.opened .icon_down:before, .header .lg_block.opened .drop_btn:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.product_block .product_img a > img {
  object-fit: cover;
}

.product_block .product_img a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.product_block .product_img a {
  position: relative;
  overflow: hidden;
}
.product_block .product_img a:before {
  display: block;
  content: "";
  padding-bottom: 87%;
}

[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 .main_logo img, .product_block .product_img a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.page_navbar a {
  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 .lg_block .drop_btn {
  border: none;
  padding: 0;
  background: transparent;
}

.header .search_block input {
  font-size: 160%;
  line-height: 19px;
}

.secondary_btn, .primary_btn, .standard_text, .mission_section .mission_inner .description_block {
  font-size: 140%;
  line-height: 24px;
}

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

.secondary_btn, .primary_btn {
  border: none;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .secondary_btn, .primary_btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .secondary_btn, .primary_btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.primary_btn {
  background: #013A80;
  color: #3C4D65;
}
.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: #3C4D65;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.secondary_btn {
  outline: 1px solid #013A80 !important;
  color: #013A80;
  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: #013A80;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.page_title {
  font-size: 400%;
  line-height: 54px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #013A80;
  background: -webkit-linear-gradient(#0274F9, #012453);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .page_title {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_title {
    font-size: 300%;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 260%;
    line-height: 30px;
  }
}

.solutions_num {
  font-size: 700%;
  line-height: 55px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #013A80;
  background: -webkit-linear-gradient(#0274F9, #012453);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .solutions_num {
    font-size: 600%;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .solutions_num {
    font-size: 400%;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solutions_num {
    font-size: 300%;
    line-height: 30px;
  }
}

.section_title {
  font-size: 320%;
  line-height: 44px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #013A80;
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .section_title {
    font-size: 260%;
    line-height: 38px;
  }
}
@media screen and (max-width: 639px) {
  .section_title {
    font-size: 220%;
    line-height: 26px;
  }
}

.sub_title, .page_navbar a {
  font-size: 160%;
  line-height: 30px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #013A80;
}
@media screen and (max-width: 767px) {
  .sub_title, .page_navbar a {
    font-size: 140%;
    line-height: 26px;
  }
}

.description_text, .paging a {
  font-size: 160%;
  line-height: 30px;
  color: #3C4D65;
}
@media screen and (max-width: 767px) {
  .description_text, .paging a {
    font-size: 140%;
    line-height: 26px;
  }
}

.product_block .product_title {
  font-size: 180%;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .product_block .product_title {
    font-size: 160%;
    line-height: 26px;
  }
}

.header {
  z-index: 100;
  position: relative;
  background: #013A80;
}
.header.home_page {
  background: transparent;
}
.header.home_page .main_menu > li > a {
  color: #013A80;
}
.header.home_page .main_menu > li.active {
  background: transparent;
  pointer-events: none;
}
.header.home_page .main_menu > li.active a {
  color: #006AE5;
  background: transparent;
  pointer-events: none;
}
.header.home_page .lg_block .drop_btn:after {
  border-color: #013A80 transparent;
}
.header.home_page .menu_btn,
.header.home_page .lg_block:before,
.header.home_page .search_block button[type=submit],
.header.home_page .lg_block .drop_btn {
  color: #013A80;
}
.header .big_container {
  display: flex;
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.header .main_logo {
  position: relative;
  z-index: 100;
  margin-right: auto;
}
.header .main_logo a, .header .main_logo img {
  display: block;
}
.header .main_logo img {
  width: auto;
  height: 100px;
  padding: 8px 0;
}
@media screen and (max-width: 1024px) {
  .header .main_logo img {
    height: 66px;
    padding: 2px;
  }
}
.header .main_logo a {
  font-size: 0;
  line-height: 0;
}
.header .lg_block {
  font-size: 160%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 20px;
}
@media screen and (max-width: 1279px) {
  .header .lg_block {
    margin-left: 7px;
  }
}
.header .lg_block:before {
  order: 2;
  display: block;
  font-size: 2rem;
  margin-right: 5px;
  color: #ffffff;
}
.header .lg_block.opened .drop_btn:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .lg_block .drop_btn {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  line-height: inherit;
}
.header .lg_block .drop_btn:before {
  padding-right: 5px;
  font-size: 2rem;
}
.header .lg_block .drop_btn:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  content: "";
  width: 8px;
  height: 4px;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #ffffff transparent;
  margin-left: 5px;
}
.header .lg_block .drop_block {
  position: absolute;
  background: #ffffff;
  top: 30px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0px 4px 40px rgba(2, 91, 197, 0.05);
}
.header .lg_block .drop_block:before {
  display: block;
  content: "";
  height: 5px;
}
.header .lg_block .drop_block li {
  padding: 4px 12px 12px;
}
.header .lg_block .drop_block a {
  display: inline-block;
  vertical-align: top;
  color: #013A80;
}
.header .main_menu > li {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .header .main_menu > li {
    padding: 0 15px;
  }
}
.header .main_menu > li > a {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #ffffff;
  padding: 35px 0;
}
@media screen and (max-width: 1024px) {
  .header .main_menu > li > a {
    color: #333333;
    padding: 0;
  }
}
.header .main_menu > li.active {
  background: #006AE6;
  pointer-events: none;
}
.header .main_menu > li.active a {
  background: #006AE6;
}
@media screen and (max-width: 1024px) {
  .header .main_menu > li.active {
    background: transparent;
  }
  .header .main_menu > li.active > a {
    background: transparent;
    color: #333333;
  }
}
.header .main_menu > li.current_page:before, .header .main_menu > li.opened:before {
  background: #006AE5;
}
.header .main_menu > li.current_page > a, .header .main_menu > li.opened > a {
  color: #006AE5;
}
.header .submenu_btn {
  display: flex;
  align-items: center;
}
.header .submenu_btn .icon_down {
  display: block;
  margin: -12px -12px -12px auto;
  padding: 12px;
  font-size: 0.8rem;
  color: inherit;
}
.header .submenu_btn .icon_down:before {
  display: block;
}
.header .search_block {
  position: relative;
  width: 17px;
  height: 100%;
  z-index: 5;
  -o-transition: z-index 0.5s;
  -ms-transition: z-index 0.5s;
  -moz-transition: z-index 0.5s;
  -webkit-transition: z-index 0.5s;
  transition: z-index 0.5s;
}
.header .search_block:after {
  display: block;
  content: "";
  clear: both;
}
.header .search_block form {
  position: relative;
  float: right;
  background: transparent;
  padding-left: 17px;
  display: flex;
  justify-content: flex-end;
  height: 50px;
  align-items: center;
}
.header .search_block button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 200%;
  color: #ffffff;
  z-index: 2;
}
.header .search_block button[type=submit]:before {
  display: block;
  font-weight: bold;
  margin-right: 10px;
}
.header .search_block input {
  border: none;
  border-radius: 5px;
  font-size: 130%;
  padding: 10px 15px;
  box-shadow: 0px 4px 40px rgba(2, 91, 197, 0.05);
  position: relative;
  background: none;
  width: 0;
  color: transparent;
  -o-transition: all 0.5s, color 0.2s;
  -ms-transition: all 0.5s, color 0.2s;
  -moz-transition: all 0.5s, color 0.2s;
  -webkit-transition: all 0.5s, color 0.2s;
  transition: all 0.5s, color 0.2s;
}
.header .search_block ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.header .search_block :-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.header .search_block ::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.header .search_block :-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.header .search_block.opened {
  z-index: 201;
  -o-transition: z-index 0.1s;
  -ms-transition: z-index 0.1s;
  -moz-transition: z-index 0.1s;
  -webkit-transition: z-index 0.1s;
  transition: z-index 0.1s;
}
.header .search_block.opened button {
  color: #333333;
}
.header .search_block.opened input {
  background: #ffffff;
  width: 267px;
  color: #3C4D65;
  padding-right: 41px;
}
.header .menu_btn {
  margin-left: 16px;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 9px 0;
  width: 24px;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.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: -30px;
  width: 70px;
}
.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;
}
.header .menu_block {
  margin-right: 20px;
}
@media screen and (min-width: 1280px) {
  .header .menu_block {
    margin-right: 33px;
  }
  .header .lg_block {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu_btn {
    display: none;
  }
  .header .main_menu {
    height: 100%;
    display: flex;
  }
  .header .main_menu > li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header .main_menu > li > a {
    font-size: 160%;
    line-height: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .header .main_menu > li {
    padding: 0 10px;
  }
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header .search_block form {
    height: 100%;
  }
  .header .menu_block {
    margin: 0;
    position: fixed;
    top: 66px;
    left: 0;
    bottom: 0;
    background: rgba(0, 22, 50, 0.8);
    width: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header .menu_block:after {
    display: block;
    content: "";
    flex: 1;
  }
  .header .menu_inner {
    max-width: 100vw;
    flex: 0 0 320px;
    border-radius: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
  }
  .header .main_menu {
    padding: 12px 0;
  }
  .header .main_menu > li {
    padding: 12px 20px;
  }
  .header .main_menu > li:before {
    width: 2px;
    height: 44px;
  }
  .header .main_menu > li > a {
    font-size: 160%;
    line-height: 20px;
  }
  .header .submenu_btn {
    display: flex;
    align-items: center;
  }
  .header .lg_block {
    font-size: 140%;
    line-height: 18px;
  }
  .header .lg_block .drop_btn:after {
    font-size: 0.6rem;
    margin-left: 6px;
  }
}
@media screen and (max-width: 479px) {
  .header .search_block:before {
    position: fixed;
    display: block;
    content: "";
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background: #000000;
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .search_block form {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    margin-right: -20px;
    width: 57px;
  }
  .header .search_block button[type=submit] {
    right: 20px;
  }
  .header .search_block button[type=submit]:before {
    margin-right: 0;
  }
  .header .search_block input {
    border-bottom: none;
    padding: 24px 0;
    flex: 0 0 100vw;
    max-width: 0;
    border-radius: 0;
  }
  .header .search_block.opened form {
    margin-right: -131px;
  }
  .header .search_block.opened input {
    max-width: 100vw;
    width: 100vw;
    padding-left: 20px;
    padding-right: 60px;
  }
  .header .search_block.opened:before {
    height: 100%;
    opacity: 0.4;
  }
}

@media screen and (max-width: 1024px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    width: 100%;
  }
  .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);
  }
}
.web .submenu_btn .icon_down {
  display: none;
}

.footer {
  opacity: 0;
  background: linear-gradient(180deg, #0274F9 0%, #012453 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
}
.footer_top {
  padding-top: 61px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .footer_top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .inner_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 -15px;
}
@media screen and (max-width: 575px) {
  .footer .inner_footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }
}
.footer .logo_block {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 1025px) {
  .footer .logo_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .logo_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .logo_block {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer .logo_block {
    margin-bottom: 25px;
  }
}
.footer .logo_block img {
  display: block;
  width: 84px;
  height: auto;
  max-width: 100%;
}
.footer .left_footer {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .footer .left_footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .left_footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .left_footer {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .left_footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .left_footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer .left_footer {
    flex-direction: column;
    align-items: center;
  }
}
.footer .right_footer {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 1025px) {
  .footer .right_footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .right_footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .right_footer {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .footer .right_footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1024px) {
  .footer .right_footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .right_footer {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .right_footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .right_footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer .right_footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer_description {
  font-size: 140%;
  line-height: 24px;
  color: #ffffff;
}
.footer_menu {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .footer_menu {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer_menu {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.footer_menu ul {
  font-size: 140%;
  line-height: 19px;
}
.footer_menu ul li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  .footer_contacts {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .footer_contacts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .footer_contacts {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.footer .contact_block:not(:first-child) {
  margin-top: 25px;
}
.footer .contact_type {
  font-size: 140%;
  line-height: 24px;
  margin-bottom: 12px;
}
.footer .socials_list {
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  margin: 15px -15px 0;
}
@media screen and (max-width: 575px) {
  .footer .socials_list {
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
.footer .socials_list li {
  padding: 0 5px;
}
.footer .socials_list a {
  font-size: 0;
  line-height: 0;
}
.footer .socials_list a:before {
  display: block;
  font-size: 2rem;
}
.footer_bottom {
  border-top: 3px solid #003f8d;
  padding: 34px 0;
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .footer_bottom {
    padding: 20px 0;
  }
}
.footer_bottom .page_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.footer .copyrights {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .footer .copyrights {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .developer {
  margin-top: 10px;
  text-align: right;
}
.footer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

.web .header .main_logo a, .header .main_logo .web a, .web .header .lg_block .drop_btn, .header .lg_block .web .drop_btn, .web .header .lg_block .drop_block a, .header .lg_block .drop_block .web a, .web .header .main_menu > li > a, .header .web .main_menu > li > a, .web .header .search_block button[type=submit], .header .search_block .web button[type=submit], .web .footer a, .footer .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 .breadcrumbs a, .breadcrumbs .web a, .web .product_block .product_title, .product_block .web .product_title {
  -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 .popup_block .popup_close, .popup_block .web .popup_close {
  -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, .page_navbar a, .paging a, .product_block .product_img a img {
  -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 .header .main_logo a, .header .main_logo .touch a, .touch .header .lg_block .drop_btn, .header .lg_block .touch .drop_btn, .touch .header .lg_block .drop_block a, .header .lg_block .drop_block .touch a, .touch .header .main_menu > li > a, .header .touch .main_menu > li > a, .touch .header .search_block button[type=submit], .header .search_block .touch button[type=submit], .touch .footer a, .footer .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 .breadcrumbs a, .breadcrumbs .touch a, .touch .product_block .product_title, .product_block .touch .product_title {
  -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 .popup_block .popup_close, .popup_block .touch .popup_close {
  -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 .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .product_block .product_title:hover, .product_block .web .product_title:hover {
  color: #013A80;
}
.web .popup_block .popup_close:hover, .popup_block .web .popup_close:hover {
  background: rgba(1, 58, 128, 0.7);
}
.web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .header .lg_block .drop_btn:hover, .header .lg_block .web .drop_btn:hover, .web .header .lg_block .drop_block a:hover, .header .lg_block .drop_block .web a:hover, .web .header .main_menu > li > a:hover, .header .web .main_menu > li > a:hover, .web .header .search_block button[type=submit]:hover, .header .search_block .web button[type=submit]:hover, .web .footer a:hover, .footer .web a:hover {
  opacity: 0.7;
}
.touch .breadcrumbs a:active, .breadcrumbs .touch a:active, .touch .product_block .product_title:active, .product_block .touch .product_title:active {
  color: #013A80;
}
.touch .popup_block .popup_close:active, .popup_block .touch .popup_close:active {
  background: rgba(1, 58, 128, 0.7);
}
.touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .header .lg_block .drop_btn:active, .header .lg_block .touch .drop_btn:active, .touch .header .lg_block .drop_block a:active, .header .lg_block .drop_block .touch a:active, .touch .header .main_menu > li > a:active, .header .touch .main_menu > li > a:active, .touch .header .search_block button[type=submit]:active, .header .search_block .touch button[type=submit]:active, .touch .footer a:active, .footer .touch a:active {
  opacity: 0.7;
}

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