@charset "UTF-8";
@font-face {
  font-family: "regular";
  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: "arm-regular";
  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: "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: "arm-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: "icon";
  font-display: "swap";
  src: url("../fonts/icons/icomoon.eot?ptumxs");
  src: url("../fonts/icons/icomoon.eot?ptumxs#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?ptumxs") format("truetype"), url("../fonts/icons/icomoon.woff?ptumxs") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_telegram:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

.icon_google:before {
  content: "";
}

.icon_tiktok:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_down:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_close:before {
  content: "";
}

.icon_checked:before {
  content: "";
}

.icon_info:before {
  content: "";
}

.icon_favorite:before {
  content: "";
}

.icon_right_arrow:before {
  content: "";
}

.icon_gallery:before {
  content: "";
}

.icon_tracking:before {
  content: "";
}

.icon_algorithm:before {
  content: "";
}

.icon_distribution:before {
  content: "";
}

.icon_networking:before {
  content: "";
}

.icon_analysis:before {
  content: "";
}

.icon_address:before {
  content: "";
}

.icon_diesel:before {
  content: "";
}

.icon_calendar:before {
  content: "";
}

.icon_online_tracking:before {
  content: "";
}

.icon_network:before {
  content: "";
}

.icon_benefits:before {
  content: "";
}

.icon_world:before {
  content: "";
}

.icon_group_info:before {
  content: "";
}

.icon_cloud:before {
  content: "";
}

.icon_user:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular", "arm-regular";
}

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

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

a {
  color: #1787b4;
}

button {
  cursor: pointer;
  display: block;
}

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

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

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.test {
  position: relative;
}
.test::before {
  content: "";
  background: #223c47;
  opacity: 0.5;
  z-index: 10;
}

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

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

.individual_hint,
.drop_list {
  display: none;
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  position: absolute;
  top: 100%;
  left: 0;
  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 !important;
  opacity: 1 !important;
}

.paging {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.paging ul {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
}
.paging li {
  flex: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.paging span {
  display: block;
  color: #333333;
}
.paging a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 160%;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
}
.paging a.prev_page:before {
  display: block;
}
.paging a.current_page {
  background: #1787b4;
  color: #ffffff;
  cursor: default;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.paging a:before {
  font-size: 75%;
  color: rgba(0, 0, 0, 0.8);
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.field_block textarea {
  resize: none;
  display: block;
}

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

.content {
  margin-bottom: 100px;
}

.section_title {
  font-size: 300%;
  line-height: 41px;
  font-family: "bold", "arm-bold";
}

.line_title {
  font-size: 320%;
  line-height: 43px;
  font-family: "bold", "arm-bold";
  padding-bottom: 20px;
  position: relative;
}
.line_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 5px;
  background: #f88a21;
}

.second_title {
  font-size: 280%;
  line-height: 34px;
  font-family: "bold", "arm-bold";
  margin-top: 10px;
}

.line_description {
  margin-top: 15px;
  font-size: 200%;
  line-height: 24px;
  color: #999999;
  font-family: "bold", "arm-bold";
}

.section_description {
  margin-top: 25px;
  font-size: 180%;
  line-height: 29px;
}

.block_title {
  font-size: 220%;
  line-height: 30px;
  font-family: "bold", "arm-bold";
}

.block_description {
  font-size: 160%;
  line-height: 25px;
  margin-top: 25px;
}

.big_description {
  font-size: 280%;
  line-height: 42px;
  margin-top: 17px;
}

.main_image {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_image .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.main_image .slide_block::after {
  content: "";
  display: block;
  padding-bottom: 35.4%;
}
.main_image .slide_block::before {
  content: "";
  z-index: 5;
  background: rgba(26, 46, 54, 0.5);
}
.main_image img {
  object-fit: cover;
}
.main_image .slick-dots {
  position: absolute;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  z-index: 3;
  bottom: 33px;
}
.main_image .slick-dots li {
  flex: 1;
  max-width: 7px;
  margin-right: 20px;
}
.main_image .slick-dots li.slick-active {
  opacity: 1 !important;
  cursor: default;
  max-width: 9px;
}
.main_image .slick-dots li.slick-active button {
  width: 9px;
  opacity: 1;
  height: 9px;
}
.main_image .slick-dots button {
  border: none;
  background: #ffffff;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  opacity: 0.5;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.63);
}

.page_content {
  position: absolute;
  bottom: 140px;
  max-width: 890px;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #ffffff;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
}
.page_content a {
  margin: 0 auto;
  margin-top: 30px;
}

.defoult_btn {
  padding: 0 50px;
  height: 50px;
  border-radius: 33px;
  background: #1787b4;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 3px 3px 0 rgba(5, 98, 125, 0.3);
  font-size: 130%;
  line-height: 18px;
  color: #ffffff;
  font-family: "bold", "arm-bold";
  margin-top: 25px;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  background: transparent !important;
  border-radius: 5px;
  font-size: 150%;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  height: 55px;
}
.bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.bootstrap-select > .dropdown-toggle .filter-option:focus {
  outline: none !important;
  border: none;
}
.bootstrap-select > .dropdown-toggle:active, .bootstrap-select > .dropdown-toggle:focus {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.5);
  outline: none !important;
  box-shadow: none;
  background-color: transparent !important;
}
.bootstrap-select > .dropdown-toggle:before {
  content: "";
  right: 25px;
  position: absolute;
  top: 45%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 60%;
}
.bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.bootstrap-select.has-error > .dropdown-toggle {
  border: 1px solid #b94a48;
}
.bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 120%;
  line-height: 15px;
  margin-top: 5px;
}
.bootstrap-select .dropdown-menu li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bootstrap-select .dropdown-menu li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.bootstrap-select .dropdown-menu a {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap-select .dropdown-menu a:hover {
  background: transparent;
}
.bootstrap-select .dropdown-menu a.active {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
.bootstrap-select .dropdown-item.selected, .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background-color: transparent;
  cursor: default;
}

.center_info_section {
  display: flex;
  padding: 65px 30px;
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
.center_info_section .info_content {
  max-width: 790px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.center_info_section .info_content .section_title {
  text-align: center;
}
.center_info_section .info_content .section_description {
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center_info_section .center_decor {
  position: absolute;
  z-index: 1;
  top: 10px;
  bottom: 10px;
  width: 100%;
}
.center_info_section .center_decor img {
  object-fit: contain;
}

@media (max-width: 1600px) {
  .page_content {
    bottom: 80px;
    max-width: 700px;
  }
}
@media (max-width: 1440px) {
  .center_info_section {
    padding: 50px 30px;
  }

  .line_description {
    margin-top: 10px;
    font-size: 160%;
    line-height: 22px;
  }

  .page_content {
    bottom: 70px;
    max-width: 650px;
  }

  .defoult_btn {
    padding: 0 40px;
    height: 45px;
  }

  .section_title {
    font-size: 280%;
    line-height: 36px;
  }

  .line_title {
    font-size: 300%;
    line-height: 41px;
    padding-bottom: 15px;
  }

  .second_title {
    font-size: 260%;
    line-height: 32px;
  }

  .big_description {
    font-size: 240%;
    line-height: 35px;
    margin-top: 15px;
  }

  .section_description {
    font-size: 160%;
    line-height: 25px;
  }

  .block_title {
    font-size: 200%;
    line-height: 27px;
  }

  .block_description {
    font-size: 140%;
    line-height: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .main_image .slide_block::after {
    padding-bottom: 38%;
  }

  .page_content {
    bottom: 50px;
    max-width: 550px;
  }

  .line_description {
    font-size: 140%;
    line-height: 21px;
  }

  .section_title {
    font-size: 240%;
    line-height: 31px;
  }

  .line_title {
    font-size: 260%;
    line-height: 35px;
  }

  .second_title {
    font-size: 220%;
    line-height: 28px;
  }

  .big_description {
    font-size: 200%;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .main_image .slick-dots {
    bottom: 15px;
  }

  .center_info_section {
    text-align: center;
  }

  .section_title {
    font-size: 220%;
    line-height: 28px;
  }

  .line_description {
    font-size: 120%;
    line-height: 19px;
  }

  .line_title {
    font-size: 240%;
    line-height: 31px;
  }

  .second_title {
    font-size: 200%;
    line-height: 25px;
  }

  .big_description {
    font-size: 180%;
    line-height: 28px;
  }

  .section_description {
    font-size: 140%;
    line-height: 19px;
  }

  .defoult_btn {
    padding: 0 35px;
    height: 40px;
    font-size: 110%;
    line-height: 15px;
  }

  .block_title {
    font-size: 180%;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .content {
    margin-bottom: 50px;
  }

  .page_content {
    bottom: auto;
    max-width: 450px;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
  }

  .section_title {
    font-size: 200%;
    line-height: 25px;
  }

  .line_title {
    font-size: 220%;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .second_title {
    font-size: 180%;
    line-height: 24px;
  }

  .big_description {
    font-size: 160%;
    line-height: 23px;
    margin-top: 10px;
  }

  .defoult_btn {
    height: 35px;
    font-size: 110%;
    line-height: 15px;
  }

  .block_title {
    font-size: 160%;
    line-height: 23px;
  }

  .block_description {
    font-size: 120%;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .main_image .slick-dots {
    bottom: 10px;
    justify-content: flex-start;
    left: 15px;
  }

  .center_info_section {
    padding: 30px 20px;
  }

  .content {
    margin-bottom: 30px;
  }

  .main_image .slide_block::after {
    padding-bottom: 50%;
  }

  .page_content {
    padding: 0 15px;
  }

  .section_title {
    font-size: 180%;
    line-height: 23px;
  }

  .line_title {
    font-size: 200%;
    line-height: 25px;
  }

  .second_title {
    font-size: 160%;
    line-height: 22px;
  }

  .big_description {
    font-size: 140%;
    line-height: 19px;
  }

  .section_description {
    font-size: 120%;
    line-height: 17px;
  }

  .block_title {
    font-size: 140%;
    line-height: 19px;
  }

  .block_description {
    font-size: 110%;
    margin-top: 10px;
    line-height: 15px;
  }
}
.web .defoult_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.web .defoult_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(26, 46, 54, 0.5);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.web .defoult_btn:hover {
  color: #ffffff;
}
.web .defoult_btn:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.touch .defoult_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.touch .defoult_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(26, 46, 54, 0.5);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.touch .defoult_btn:hover {
  color: #ffffff;
}
.touch .defoult_btn:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.footer .footer_social_list, .footer .footer_menu_list > li > ul, .footer .footer_menu_list, .header_inner .lg_list ul, .header_inner .sublevel_list ul, .header_inner .submenu_list > ul, .header_inner .main_menu, .paging ul, .main_image .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.test::before, .main_image .slide_block::before, .main_image img, .center_info_section .center_decor img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header_inner .lg_block.opened .lg_button::before, .bootstrap-select.show .dropdown-toggle:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

[class*=icon_]:before, .bootstrap-select > .dropdown-toggle:before, .header_inner .submenu_list > ul > li > a:after, [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 {
  position: absolute;
  top: 40px;
  z-index: 999;
  width: 100%;
  color: #ffffff;
}

.header_inner {
  position: relative;
}
.header_inner .custom_container {
  display: flex;
  align-items: center;
  height: 105px;
}
.header_inner .main_logo {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header_inner .main_logo::before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: -100vw;
  right: -90px;
  height: 100%;
  z-index: -1;
  box-shadow: 0 3px 7px 0 rgba(0, 34, 46, 0.15);
  border-radius: 0 5px 5px 0;
}
.header_inner .main_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_inner .main_logo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: none;
  z-index: 50;
}
.header_inner .menu_block {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header_inner .main_menu {
  display: flex;
  align-items: center;
}
.header_inner .main_menu > li {
  margin-right: 55px;
  font-size: 140%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  -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_inner .main_menu > li > a {
  color: inherit;
}
.header_inner .main_menu > li.opened {
  border-bottom: 2px solid;
}
.header_inner .submenu_list {
  display: none;
  position: absolute;
  top: 35px;
  border-top: none;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}
.header_inner .submenu_list > ul {
  position: relative;
  width: 100%;
}
.header_inner .submenu_list > ul > li {
  width: 240px;
  position: relative;
}
.header_inner .submenu_list > ul > li > a {
  display: block;
  padding: 10px;
  color: #333333;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_inner .submenu_list > ul > li:first-child > a {
  border-radius: 6px 6px 0 0;
}
.header_inner .submenu_list > ul > li:last-child a {
  border-radius: 0 0 6px 6px;
}
.header_inner .submenu_list > ul > li.opened:before {
  opacity: 1;
}
.header_inner .submenu_list > ul > li.opened > a {
  background: rgba(255, 255, 255, 0.8);
}
.header_inner .submenu_list > ul > li.opened > a:before {
  width: 100%;
}
.header_inner .submenu_list > ul > li.opened .sublevel_list {
  opacity: 1;
  width: 100%;
  -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_inner .sublevel_list {
  position: absolute;
  overflow: hidden;
  left: 100%;
  margin-left: 2px;
  top: 0;
  width: 0;
  border-radius: 6px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.8);
}
.header_inner .sublevel_list::before {
  content: "";
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.header_inner .sublevel_list a {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  width: 100%;
  padding: 10px;
}
.header_inner .sublevel_list > ul {
  width: 250px;
  position: relative;
  z-index: 5;
}
.header_inner .sublevel_list > ul > li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_inner .lg_block {
  position: relative;
  margin-bottom: 5px;
}
.header_inner .lg_button {
  border-radius: 15px;
  padding: 0 13px;
  width: 80px;
  height: 30px;
  position: relative;
  color: inherit;
  border: 1.5px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-family: "bold", "arm-bold";
}
.header_inner .lg_button:before {
  font-size: 80%;
  -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_inner .lg_list {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 20;
  display: none;
}
.header_inner .lg_list ul {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 10px;
  border: 1px solid;
}
.header_inner .lg_list li:not(:first-child) {
  border-top: 1px solid;
}
.header_inner .lg_list a {
  display: block;
  color: inherit;
  text-align: center;
  padding: 11px;
}
.header_inner .lg_list a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header_inner .lg_list a.current_lg {
  background: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.header_inner .user_btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 40px;
  border: none;
  color: #ffffff;
  border-radius: 50%;
  font-size: 120%;
  margin-bottom: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 77, 104, 0.35);
}

.menu_button {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 20px;
  width: 30px;
  min-width: 21px;
  height: 23px;
  padding: 10px 0;
  border: none;
  background: transparent;
  color: #333333;
}
.menu_button:before, .menu_button:after {
  display: block;
  content: "";
  position: absolute;
  left: -30px;
  width: 70px;
  border-top: 3px solid;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.menu_button:before {
  top: 0;
}
.menu_button:after {
  bottom: 0;
}
.menu_button span {
  display: block;
  border-top: 3px 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.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.menu_opened {
  overflow: hidden;
}
.menu_opened .menu_button {
  color: #333333;
}
.menu_opened .menu_button 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_button:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu_opened .menu_button:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu_opened .header_inner .menu_block {
  bottom: 0;
}

@media (max-width: 1600px) {
  .header_inner .custom_container {
    height: 90px;
  }
  .header_inner .main_logo {
    padding: 20px 20px 20px 0;
  }
  .header_inner .main_logo::before {
    right: -35px;
  }
  .header_inner .main_logo img {
    object-fit: contain;
  }
  .header_inner .main_menu li > {
    margin-right: 45px;
  }
}
@media (max-width: 1440px) {
  .header_inner .custom_container {
    height: 75px;
  }
  .header_inner .main_logo {
    padding: 15px;
  }
  .header_inner .main_menu > li {
    margin-right: 50px;
    font-size: 120%;
    line-height: 17px;
  }
}
@media (max-width: 1199px) {
  .user_btn {
    margin-left: 35px;
  }

  .header {
    top: 25px;
  }

  .header_inner .main_logo::before {
    right: 0;
  }
  .header_inner .main_logo {
    padding: 15px 0;
  }
  .header_inner .main_menu > li {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .menu_button {
    display: block;
  }

  .header {
    top: 0;
    position: relative;
  }
  .header .header_inner .user_btn {
    order: -1;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    min-height: 34px;
  }

  .header_inner .custom_container {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  }
  .header_inner .main_logo {
    min-width: none;
    max-width: 130px;
    width: 100%;
    padding: 10px 0;
  }
  .header_inner .main_logo:before {
    display: none;
  }
  .header_inner .main_menu > li {
    margin-right: 45px;
  }
  .header_inner .lg_block {
    position: relative;
    top: auto;
    right: auto;
    font-size: 140%;
    order: -1;
    line-height: 18px;
    margin-top: 15px;
  }
  .header_inner .lg_button {
    display: none;
  }
  .header_inner .lg_list {
    position: relative;
    top: 0;
    display: block !important;
    width: 100%;
  }
  .header_inner .lg_list ul {
    display: flex;
    justify-content: center;
  }
  .header_inner .lg_list li {
    border: none;
    display: flex;
    align-items: center;
    border-top: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.13);
  }
  .header_inner .lg_list li:not(:first-child):before {
    display: block;
    content: "";
    height: 18px;
    width: 1px;
    background: rgba(102, 102, 102, 0.13);
  }
  .header_inner .lg_list li a {
    padding: 4px 8px;
    margin: 0 8px;
    color: #333333;
  }
  .header_inner .lg_list li a.current_lg {
    color: #000000;
    font-family: "bold", "arm-bold";
    background: transparent;
  }
  .header_inner .menu_block {
    position: fixed;
    overflow: hidden;
    top: 74px;
    background: #ffffff;
    width: 100%;
    bottom: 100%;
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    z-index: -1;
    left: 0;
    flex-direction: column;
    overflow-y: auto;
  }
  .header_inner .main_menu {
    color: #333333;
    display: block;
    margin-top: 20px;
    height: auto;
    margin-bottom: 30px;
  }
  .header_inner .main_menu li {
    margin-right: 0;
    margin-bottom: 15px;
    flex-direction: column;
    border: none;
    overflow: hidden;
  }
  .header_inner .main_menu li > a {
    position: relative;
  }
  .header_inner .main_menu li > a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  .header_inner .main_menu li.opened {
    border: none;
  }
  .header_inner .main_menu li.opened > a:before {
    opacity: 1;
  }
  .header_inner .submenu_list {
    position: relative;
    top: 10px;
    background: transparent;
    border: none;
    text-align: center;
    opacity: 0.7;
  }
  .header_inner .submenu_list > ul > li {
    margin-bottom: 10px;
    width: auto;
  }
  .header_inner .submenu_list > ul > li a {
    border-bottom: none;
    padding: 6px;
    max-width: max-content;
    white-space: nowrap;
    margin: auto;
  }
  .header_inner .submenu_list > ul > li.opened .sublevel_list {
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header_inner .sublevel_list {
    position: relative;
    background: transparent;
    top: 10px;
    left: 0;
    width: auto;
    display: none;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -o-transition: auto;
    -ms-transition: auto;
    -moz-transition: auto;
    -webkit-transition: auto;
    transition: auto;
  }
  .header_inner .sublevel_list ul li {
    border: none;
    opacity: 0.4;
  }
}
@media (max-width: 575px) {
  .header_inner .menu_block {
    top: 60px;
  }
  .header_inner .custom_container {
    height: 60px;
    padding-left: 0;
  }
}
.web .submenu_list 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;
}
.web .submenu_list a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.web .user_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .user_btn:hover {
  opacity: 0.7;
  box-shadow: none;
}
.web .main_menu a, .web .lg_button, .web .main_logo a {
  -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 .menu_button:hover, .web .menu_button:active {
  color: #000000;
}

.touch .menu_button:hover, .touch .menu_button:active {
  color: #000000;
}
.touch .user_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .user_btn:active {
  opacity: 0.7;
  box-shadow: none;
}
.touch .submenu_list a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .submenu_list a:active {
  background: rgba(255, 255, 255, 0.8);
}
.touch .main_menu a, .touch .lg_button, .touch .main_logo a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer {
  position: relative;
  z-index: 50;
  opacity: 0;
}
.footer .footer_top {
  background: #fbfbfb;
  padding: 40px 0;
}
.footer .footer_top .custom_container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .footer_logo {
  min-width: 150px;
  width: 150px;
}
.footer .footer_logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.footer .footer_menu {
  padding: 0 20px;
  width: 100%;
  max-width: 750px;
  margin-left: 100px;
}
.footer .footer_menu_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 140%;
  line-height: 19px;
  color: #333333;
  max-height: 175px;
}
.footer .footer_menu_list div {
  font-family: "bold", "arm-bold";
}
.footer .footer_menu_list > li {
  padding: 19px 0;
}
.footer .footer_menu_list > li > ul a {
  display: block;
  margin-top: 10px;
}
.footer .footer_menu_list > li > a {
  font-family: "bold", "arm-bold";
  max-width: max-content;
}
.footer .footer_menu_list a {
  color: #333333;
}
.footer .subscribe_form {
  position: relative;
  max-width: 348px;
  width: 100%;
}
.footer .subscribe_form ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.footer .subscribe_form :-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.footer .subscribe_form ::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.footer .subscribe_form :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.footer .subscribe_form input {
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 25px;
  padding-left: 33px;
  padding-right: 55px;
  font-size: 160%;
  line-height: 22px;
  background: #e5e5e5;
  color: rgba(51, 51, 51, 0.3);
}
.footer .subscribe_form .validate_button {
  position: absolute;
  right: 0;
  height: 50px;
  margin-top: -50px;
  width: 50px;
  background: #1787b4;
  color: #ffffff;
  font-size: 160%;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_bottom {
  background: #3e3e3e;
}
.footer .footer_bottom .custom_container {
  font-size: 120%;
  line-height: 17px;
  color: #ffffff;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_bottom a {
  color: #ffffff;
}
.footer .copyrights {
  flex: 1;
}
.footer .copyrights span {
  display: inline-block;
  vertical-align: top;
}
.footer .developer {
  text-align: right;
  flex: 1;
}
.footer .footer_social_list {
  display: flex;
  align-items: center;
}
.footer .footer_social_list li {
  padding: 0 10px;
  font-size: 110%;
}
@media (max-width: 1440px) {
  .footer .footer_top {
    padding: 25px 0;
  }
  .footer .footer_menu_list > li {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .footer .subscribe_form {
    max-width: 280px;
  }
  .footer .footer_menu_list {
    align-items: center;
  }
  .footer .footer_menu {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer .footer_bottom .custom_container {
    height: 50px;
  }
  .footer .footer_top .custom_container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_menu {
    padding: 20px 0;
  }
  .footer .footer_menu_list {
    align-items: flex-start;
  }
  .footer .footer_logo {
    min-width: 120px;
    width: 120px;
  }
  .footer .subscribe_form input {
    height: 45px;
    border-radius: 25px;
    font-size: 140%;
    line-height: 22px;
  }
  .footer .subscribe_form .validate_button {
    height: 45px;
    margin-top: -45px;
    width: 45px;
  }
}
@media (max-width: 767px) {
  .footer .footer_bottom .custom_container {
    font-size: 110%;
    line-height: 15px;
  }
  .footer .developer {
    max-width: 130px;
  }
  .footer .copyrights {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .footer .footer_bottom .custom_container {
    height: 100%;
    padding: 20px 15px;
    font-size: 120%;
    line-height: 17px;
    flex-direction: column;
  }
  .footer .footer_social_list {
    order: -1;
    margin-bottom: 15px;
  }
  .footer .developer {
    max-width: none;
  }
  .footer .copyrights {
    margin-bottom: 15px;
    max-width: none;
    text-align: center;
  }
  .footer .footer_logo {
    margin: 0 auto;
  }
  .footer .subscribe_form {
    max-width: none;
  }
}
@media (max-width: 399px) {
  .footer .footer_menu_list {
    align-items: center;
    text-align: center;
    max-height: none;
  }
}

.web .footer_menu_list a, .web .developer a, .web .footer_social_list a {
  -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 .validate_button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.web .validate_button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(26, 46, 54, 0.5);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.web .validate_button:hover {
  color: #ffffff;
}
.web .validate_button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.web .footer_menu_list a, .web .developer a, .web .footer_social_list 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;
}
.web .validate_button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.web .validate_button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(26, 46, 54, 0.5);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.web .validate_button:active {
  color: #ffffff;
}
.web .validate_button:active::after {
  -webkit-transform: translateX(0);
  transform: translateX(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;
}

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

.web .main_menu a:hover, .web .lg_button:hover, .web .main_logo a:hover, .web .footer_menu_list a:hover, .web .developer a:hover, .web .footer_social_list a:hover {
  opacity: 0.7;
}

.touch .main_menu a:active, .touch .lg_button:active, .touch .main_logo a:active, .web .footer_menu_list a:active, .web .developer a:active, .web .footer_social_list a:active {
  opacity: 0.7;
}

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