@charset "UTF-8";

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.header_age {
  min-width: 28px;
  max-width: 28px;
  margin-right: 20px;
}

.header_top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}

.header_top_nav li {
  margin-right: 21px;
}

.header_top_nav li a {
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #161616;
}

.header_top_nav li a:hover {
  color: #074ed4;
}

.index_page .header_main_wrap {
  border-bottom: none;
}

.header_top_address {
  background: url("../images/location.svg") no-repeat left 9px/6px auto;
  padding-left: 20px;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
  color: #161616;
  margin-right: 30px;
}

.header_top_address strong {
  font-weight: 700;
}

.header_top_address:hover {
  color: #074ed4;
}

.header_top_call {
  position: relative;
  margin-left: auto;
  text-align: right;
}

.header_top_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_top_socials a {
  min-width: 42px;
  max-width: 42px;
  border-right: 1px solid #eaeaea;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top_socials a:last-child {
  border-right: none;
}

.header_top_socials a.ic_tg {
  background: url("../images/telegramr.svg") no-repeat center center/16px auto;
}

.header_top_socials a.ic_tg:hover {
  background: url("../images/telegramb.svg") no-repeat center center/16px auto;
}

.header_top_socials a.ic_vk {
  background: url("../images/vkr.svg") no-repeat center center/19px auto;
}

.header_top_socials a.ic_vk:hover {
  background: url("../images/vkb.svg") no-repeat center center/19px auto;
}

.header_top_socials a.ic_wa {
  background: url("../images/whatsappr.svg") no-repeat center center/14px auto;
}

.header_top_socials a.ic_wa:hover {
  background: url("../images/whatsappb.svg") no-repeat center center/14px auto;
}

.header_top_socials a.ic_in {
  background: url("../images/instagramr.svg") no-repeat center center/16px auto;
}

.header_top_socials a.ic_in:hover {
  background: url("../images/instagramb.svg") no-repeat center center/16px auto;
}

.header_top_call_button {
  background: transparent;
  padding: 0 15px 0 0;
  position: relative;
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #161616;
  font-family: "HelveticaNeueCyr";
  width: 100%;
}

.header_top_call_button:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-top: 4px solid #074ed4;
  border-right: 4px solid transparent;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.header_top_call_button:hover {
  color: #074ed4;
}

.header_top_call_button.active {
  color: #074ed4;
}

.header_top_call_list {
  position: absolute;
  width: 230px;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 9px;
  top: 100%;
  right: 0;
  z-index: 9;
  background: #ffffff;
  display: none;
}

.header_top_call_list.active {
  display: block;
}

.header_top_call_list .btn {
  height: 34px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  min-width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #161616;
}

.header_top_call_list .btn:last-child {
  margin-bottom: 0;
}

.header_top_call_list .btn:hover {
  color: #ffffff;
  border: 1px solid #074ed4;
  background: #074ed4;
}

.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_main_wrap {
  border-top: 1px solid #dfdfdf;
  padding: 25px 0;
}

.header_logo {
  min-width: 375px;
  max-width: 375px;
  margin-right: 50px;
}

.header_search {
  margin-right: 30px;
  min-width: 450px;
  max-width: 450px;
}

.header_search.active .j_search {
  border: 1px solid #161616;
}

.header_search .j_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 47px;
  border: 1px solid #bababa;
  border-radius: 23.5px;
  padding: 0 6px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_search .j_search_button {
  min-width: 37px;
  max-width: 37px;
}

.header_search .j_search_button .btn {
  width: 100%;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border-radius: 50%;
  background: #074ed4 url("../images/search.svg") no-repeat center center/14px auto;
}

.header_search .j_search_button .btn:hover {
  background: #161616 url("../images/search.svg") no-repeat center center/14px auto;
}

.header_search .j_search_input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header_search .j_search_input input {
  width: 100%;
  padding: 0 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #161616;
  background: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_search .j_search_input input::-webkit-input-placeholder {
  color: #7d7d7d;
}

.header_search .j_search_input input::-moz-placeholder {
  color: #7d7d7d;
}

.header_search .j_search_input input:-ms-input-placeholder {
  color: #7d7d7d;
}

.header_search .j_search_input input:-moz-placeholder {
  color: #7d7d7d;
}

.header_vaforite {
  min-width: 37px;
  max-width: 37px;
  height: 37px;
  cursor: pointer;
  background: url("../images/favorite-listb.svg") no-repeat left 7px/37px auto;
  position: relative;
  margin-right: 30px;
  padding: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_vaforite span {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #074ed4;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  right: -7px;
  top: -3px;
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_vaforite:hover {
  background: url("../images/favorite-listr.svg") no-repeat left 7px/37px auto;
}

.header_cart .ic {
  height: 37px;
  min-width: 31px;
  max-width: 31px;
  background: url("../images/cart.svg") no-repeat center top/31px auto;
  position: relative;
  margin-right: 12px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_cart .ic span {
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 6px;
  margin-left: -3px;
  color: #2c2c2c;
}

.header_cart .cost {
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  color: #2c2c2c;
  position: relative;
  top: 5px;
}

.header_cart .cost span {
  font-size: 16px;
  font-weight: 700;
}

.header_cart:hover .ic {
  background: url("../images/carth.svg") no-repeat center top/31px auto;
}

.header_cart:hover .ic span {
  color: #074ed4;
}

.header_nav_wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bars_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  background-image: linear-gradient(113deg, #2771fb 28%, #074ed4 71%);
  height: 59px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.bars_button.active {
  background: #161616;
}

.bars_button .bars {
  margin-right: 23px;
}

.bars_button .text {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-top: 2px;
  padding-right: 33px !important;
  position: relative;
}

.bars_button .text:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid transparent;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header_nav_catalog {
  position: relative;
  margin-right: 40px;
}

.header_nav_menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header_nav_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav_menu ul li {
  position: relative;
  margin-right: 40px;
}

.header_nav_menu ul li a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2c2c2c;
}

.header_nav_menu ul li a:hover {
  color: #074ed4;
}

.header_nav_menu ul li:last-child {
  margin-right: 0;
}

.header_nav_menu ul li:last-child:before {
  display: none;
}

.header_nav_menu ul li:nth-child(4):before {
  display: none;
}

.header_nav_menu ul li:nth-child(5):before,
.header_nav_menu ul li:nth-child(6):before {
  display: none;
}

.header_nav_menu ul li:nth-child(5) a,
.header_nav_menu ul li:nth-child(6) a {
  font-weight: 600;
  font-family: 'Calibri';
}

.header_nav_menu ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #bbbbbb;
  width: 3px;
  height: 3px;
  right: -21px;
  top: 50%;
  margin-top: -1px;
}

.header_nav_main {
  position: absolute;
  height: 670px;
  -webkit-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 1112px;
  padding: 15px;
  z-index: 999;
  background: #ffffff;
  display: none;
}

.header_nav_main.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav_main.mob {
  display: none;
}

.header_nav_menu_links {
  min-width: 286px;
  max-width: 228px;
  padding-right: 15px;
  position: relative;
  margin-right: 15px;
}

.header_nav_menu_links:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: -15px;
  bottom: -15px;
  background: #dadada;
  width: 1px;
  height: auto;
}

.header_nav_menu_links .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  border: 1px solid #dadada;
  border-radius: 3px;
  margin-bottom: 7px;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #161616;
  position: relative;
  font-family: "HelveticaNeueCyr";
}

.header_nav_menu_links .btn:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 3px solid #161616;
  border-bottom: 3px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
  right: 9px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .2s;
}

.header_nav_menu_links .btn:hover,
.header_nav_menu_links .btn.active {
  color: #074ed4;
  border: 1px solid #074ed4;
}

.header_nav_menu_links .btn:hover:before,
.header_nav_menu_links .btn.active:before {
  border-left: 4px solid #074ed4;
}

.mobi.header_nav_menu_links {
  display: none;
}

.header_nav_main_container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
}

.header_nav_main_container .box_title {
  margin-bottom: 10px;
}

.header_nav_main_container .box_title span {
  font-size: 22px;
  line-height: 51px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3a3a;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_nav_main_container .box_title i {
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  margin-left: 15px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_nav_main_container .box_title i:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 3px solid #2a2a2a;
  border-bottom: 3px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_nav_main_container .box_title:hover span {
  color: #074ed4;
}

.header_nav_main_container .box_title:hover i {
  border-color: #074ed4;
  background: #074ed4;
}

.header_nav_main_container .box_title:hover i:before {
  border-left: 3px solid #ffffff;
}

.header_nav_main_container .box {
  display: none;
}

.mCSB_scrollTools {
  width: 4px;
}

.box_menu_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 25px;
}

.box_menu_wrap .item {
  min-width: 0;
  max-width: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-right: 0;
}

.box_menu_wrap .item .ic {
  min-width: 50px;
  max-width: 50px;
  margin-right: 10px;
  text-align: center;
}

.box_menu_wrap .item .ic img {
  height: 55px;
  width: initial;
}

.box_menu_wrap .item_title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 10px;
  display: block;
  font-family: "HelveticaNeueCyr";
}

.box_menu_wrap .item_title:hover {
  color: #074ed4;
}

.box_menu_wrap .item_links ul li {
  margin-bottom: 6px;
  display: none;
}

.box_menu_wrap .item_links ul li a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #2c2c2c;
  font-family: "HelveticaNeueCyr";
}

.box_menu_wrap .item_links ul li a:hover {
  color: #074ed4;
}

.box_menu_wrap .btn_more {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #074ed4;
  position: relative;
  padding-right: 12px;
}

.box_menu_wrap .btn_more:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-top: 3px solid #074ed4;
  border-right: 3px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.box_menu_wrap .btn_more:hover {
  color: #161616;
}

.box_menu_wrap .btn_more:hover:before {
  border-top: 3px solid #161616;
}

.footer_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_info {
  background: #074ed4;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

.footer_info:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -2000px;
  width: 2000px;
  top: 0;
  height: 100%;
  background: #074ed4;
}

.footer_menu {
  background: #272727;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer_menu:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: -2000px;
  width: 2000px;
  top: 0;
  height: 100%;
  background: #272727;
}

.footer_logo_wrap {
  position: relative;
  padding: 30px 110px 25px 0;
}

.footer_logo_wrap .inst {
  position: absolute;
  right: 60px;
  top: 30px;
}

.footer_logo_wrap .inst .btn {
  width: 39px;
  height: 39px;
  border-radius: 5px;
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_logo_wrap .inst .btn img {
  width: 17px;
}

.footer_logo_wrap .inst .btn:hover {
  background: #2771fb;
}

.footer_logo img {
  width: 275px;
  margin-top: -15px;
  margin-bottom: 16px;
}

.footer_subject {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}

.footer_info_danger {
  padding: 20px 20px 20px 70px;
  background: #2771fb url("../images/18plusw.svg") no-repeat left center/44px auto;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}

.footer_info_danger:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 2000px;
  left: -2000px;
  top: 0;
  height: 100%;
  background: #2771fb;
}

.footer_info_other {
  padding: 20px 20px 20px 0;
}

.footer_info_other .copy {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer_info_other .footer_info_other_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  gap: 10px;
  flex-wrap: wrap;
}

.footer_info_other .footer_info_other_links a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
}

.footer_info_other .footer_info_other_links a:hover {
  color: #b0caff;
}

.footer_info_other .footer_info_other_links a:first-child {
  margin-right: 25px;
}

.footer_info_other_research {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
}

.footer_info_other_research a {
  color: #ffffff;
}

.footer_info_other_research a:hover {
  color: #b0caff;
}

.footer_menu {
  padding: 30px 0 25px 70px;
}

.footer_menu .j_footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_menu .j_footer_box {
  min-width: 215px;
  max-width: 215px;
  padding-right: 50px;
}

.footer_menu .j_footer_box:last-child {
  min-width: initial;
  max-width: initial;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0;
}

.footer_menu .j_footer_title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer_menu .j_footer_box ul li a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #d8d8d8;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
}

.footer_menu .j_footer_box ul li a:hover {
  color: #ffffff;
}

.footer_menu .j_footer_box ul li {
  margin-bottom: 8px;
}

.j_footer_box_addr {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #f9f9f9;
  margin-bottom: 12px;
  display: block;
}

.j_footer_box_addr:hover {
  color: #c8c8c8;
}

.footer_phone {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
  display: block;
}

.j_footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.j_footer_socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  min-width: 33px;
  max-width: 33px;
  background: #414141;
  border-radius: 5px;
  margin-right: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.j_footer_socials a img {
  width: 15px;
}

.j_footer_socials a:hover {
  background: #074ed4;
}

.j_footer_socials a.tg img {
  width: 15px;
}

.j_footer_socials a.wa img {
  width: 15px;
}

.j_footer_socials a.vk img {
  width: 16px;
}

.footer_mail {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #f9f9f9;
  display: block;
  margin-bottom: 30px;
}

.footer_mail:hover {
  color: #c8c8c8;
}

.footer_banks img {
  max-width: 170px;
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 90px;
}

.error.error_order {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 60px;
}

.error.ok_order {
  padding-top: 35px;
  padding-bottom: 0;
}

.error.ok_order .error_img {
  min-width: 418px;
  max-width: 418px;
  margin-right: 40px;
  margin-left: 0;
}

.error.ok_order .error_info {
  padding-top: 95px;
}

.error.ok_order .error_subtitle strong {
  font-weight: 900;
}

.error.ok_order .error_text {
  font-size: 17px;
}

.error .header_search {
  min-width: 100%;
  max-width: 100%;
  margin: 0 0 38px;
}

.error_img {
  min-width: 465px;
  max-width: 465px;
  margin-left: 22px;
}

.error_order .error_img {
  margin-left: 0;
  margin-right: 70px;
  min-width: 375px;
  max-width: 375px;
}

.error_order .error_title {
  font-size: 36px;
  margin-bottom: 15px;
}

.error_order .error_title span {
  font-size: 52px;
}

.error_order .error_text {
  font-size: 17px;
}

.error_subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 18px;
}

.error_order .error_info {
  padding-top: 45px;
}

.error_title {
  font-family: "Lato", sans-serif;
  font-size: 42px;
  line-height: 47px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2c2c2c;
  margin-bottom: 23px;
}

.error_title span {
  display: block;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
  color: #074ed4;
}

.error_text {
  margin-bottom: 30px;
}

.error_text p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #2b2b2b;
}

.error_text p strong {
  font-weight: 700;
  display: inline-block;
}

.backlink {
  font-weight: 400;
  color: #074ed4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.backlink i {
  background: url("../images/back-arrow.svg") no-repeat left center/100% auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.backlink:hover {
  color: #161616;
}

.backlink:hover i {
  background: url("../images/back-arrowb.svg") no-repeat left center/100% auto;
}

.error .backlink {
  font-size: 18px;
  line-height: 20px;
}

.error .backlink i {
  min-width: 23px;
  max-width: 23px;
  margin-left: 15px;
  height: 20px;
}

.plus18 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
}

body.close {
  overflow: hidden;
}

.close .wrapper {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.plus18_modal {
  width: 690px;
  -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.57);
  border-radius: 15px 15px 0px 0px;
  background: #ffffff;
  position: relative;
}

.plus18_modal:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 324px;
  height: 385px;
  right: -14px;
  bottom: 0;
  background: url("../images/18plus.webp") no-repeat center bottom/100% auto;
}

.plus18_modal .text {
  padding: 0 310px 30px 55px;
}

.plus18_modal .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1e1e1e;
  font-family: 'HelveticaNeueCyr';
  margin-bottom: 10px;
}

.plus18_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 310px 20px 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus18_headline .ic {
  min-width: 72px;
  max-width: 72px;
  margin-right: 20px;
}

.plus18_headline .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.plus18_headline .title .subtitle {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #050505;
  font-family: "HelveticaNeueCyr";
}

.plus18_headline .title .subtitle span {
  display: block;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #074ed4;
  margin-top: 10px;
  font-family: "HelveticaNeueCyr";
}

.plus18_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 290px 15px 55px;
  background-color: #074ed4;
  background-image: -webkit-gradient(linear, left top, right top, from(#074ed4), to(#2771fb));
  background-image: linear-gradient(90deg, #074ed4 0%, #2771fb 100%);
}

.btn_white {
  background-color: #ffffff;
  border-radius: 3px;
}

.btn_white span {
  color: #161616;
  font-weight: 700;
  font-family: 'HelveticaNeueCyr';
  line-height: 1.1;
}

.btn_white:hover {
  background: #074ed4;
}

.btn_white:hover span {
  color: #ffffff;
}

.btn_black {
  background-color: #161616;
  border-radius: 3px;
}

.btn_black span {
  color: #ffffff;
  font-weight: 700;
  font-family: 'HelveticaNeueCyr';
  line-height: 1.1;
}

.btn_black:hover {
  background: #3f3f3f;
}

.btn_black:hover span {
  color: #ffffff;
}

.btn_red {
  background-image: linear-gradient(113deg, #2771fb 25%, #074ed4 74%);
  position: relative;
}

.btn_red span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-transform: uppercase;
}

.btn_red:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(113deg, #074ed4 25%, #04286c 74%);
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_red:hover:before {
  opacity: 1;
}

.plus18_buttons .btn_white {
  padding: 0 30px;
  height: 45px;
  margin-right: 10px;
}

.plus18_buttons .btn_white span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plus18_buttons .btn_black {
  padding: 0 35px;
  height: 45px;
}

.plus18_buttons .btn_black span {
  font-size: 13px;
}

.j_breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  padding-bottom: 25px;
}

.j_breadcrumbs a {
  position: relative;
  margin-right: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #7d7d7d;
  display: inline-block;
}

.j_breadcrumbs a:hover {
  color: #074ed4;
}

.j_breadcrumbs a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #074ed4;
  right: -17px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.j_breadcrumbs span {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #7d7d7d;
  display: inline-block;
}

.m_title {
  padding-top: 20px;
}

.m_title h1 {
  font-size: 32px;
  line-height: 47px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
}

.gallery_slider_wrap {
  position: relative;
  padding: 11px 62px;
  overflow-x: hidden;
}

.gallery_slider_wrap a {
  display: block;
  opacity: 1;
}

.gallery_slider_wrap a:hover {
  opacity: 0.85;
}

.gallery_slider_wrap img {
  width: 100%;
  max-width: initial;
  min-width: 100%;
  display: block;
}

.gallery_slider_wrap .swiper-button-prev {
  margin-left: 28px;
}

.gallery_slider_wrap .swiper-button-next {
  margin-right: 28px;
}

.sl_btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #074ed4;
}

.sl_btn:after {
  display: none;
}

.sl_btn:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
}

.sl_btn.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sl_btn:hover {
  background: #082d72;
}

.sl_btn.swiper-button-disabled {
  background: #dfdfdf;
}

.red_line {
  background-image: linear-gradient(95deg, #074ed4 7%, #2871fb 92%);
  padding: 33px 0;
}

.red_line_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.red_line_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Myriad";
}

.red_line_link {
  font-size: 22px;
  line-height: 39px;
  font-weight: 700;
  color: #ffffff;
  padding: 0 0 0 65px;
  background: url("../images/vk.svg") no-repeat left center/39px auto;
  font-family: "Myriad";
  margin-left: auto;
  margin-right: auto;
}

.red_line_link .ic {
  margin-left: 30px;
  position: relative;
  height: 31px;
  background: #ffffff;
  border-radius: 5px;
  min-width: 31px;
  max-width: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.red_line_link .ic:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #074ed4;
  border-bottom: 4px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

.red_line_link:hover .ic {
  background: #3a3a3a;
}

.red_line_link:hover .ic:before {
  border-top: 4px solid transparent;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid transparent;
}

.red_line_text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Myriad";
  min-width: 240px;
  max-width: 240px;
}

.about_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.about_main_left {
  min-width: 635px;
  max-width: 635px;
  margin-right: 55px;
  padding-right: 70px;
}

.about_main_left h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: #000000;
  font-family: "Lato", sans-serif;
  padding-bottom: 26px;
  margin-bottom: 25px;
  position: relative;
}

.about_main_left h2 strong {
  color: #074ed4;
}

.about_main_left h2:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 2px;
  right: 0;
  width: 2000px;
  background: #074ed4;
  bottom: 0;
}

.about_main_right {
  min-width: 415px;
  max-width: 415px;
  margin-left: auto;
}

.about_main_text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2c2c2c;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 35px;
}

.about_main_text p {
  margin-bottom: 13px;
}

.about_main_text p strong {
  font-weight: 700;
}

.about_main_text p a {
  color: #074ed4;
  text-decoration: underline !important;
}

.about_main_text p a:hover {
  color: #161616;
}

.about_main_bank_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  font-family: "Myriad";
  margin-bottom: 20px;
}

.about_main_bank_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_main_bank_img {
  min-width: 235px;
  max-width: 235px;
  margin-right: 30px;
}

.about_main_bank_img img {
  display: block;
}

.about_main_bank_info {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  font-family: "Myriad";
}

.about_main_img {
  position: relative;
  margin-bottom: 70px;
}

.about_main_img .icon {
  position: absolute;
  top: -24px;
  left: -50px;
  z-index: 3;
}

.about_main_img .icon img {
  width: 185px;
}

.about_main_img .img_box {
  background: url("../images/img1.jpg") no-repeat left center/100% auto;
}

.about_main_img .img_box img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: relative;
  z-index: 2;
}

.btn_redtow {
  border: 1px solid #074ed4;
}

.btn_redtow span {
  color: #074ed4;
}

.btn_redtow:hover {
  background: #074ed4;
}

.btn_redtow:hover span {
  color: #ffffff;
}

.about_main_img_link {
  position: relative;
  z-index: 4;
  margin-top: -72px;
}

.about_main_img_link .btn {
  padding: 13px 25px;
  background-image: linear-gradient(95deg, #074ed4 0%, #042d7c 99%);
  border-radius: 5px;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: .2s;
  transition: .2s;
}

.about_main_img_link .btn:hover {
  background-image: linear-gradient(95deg, #03379a 0%, #01153c 99%);
}

.about_main_img_link .btn_text {
  padding-left: 65px;
  min-height: 39px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/vk.svg") no-repeat left center/39px auto;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}

.about_main_img_link .btn_text .ltit {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}

.about_main_img_link .btn_text .lsubtit {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Myriad";
}

.about_main_img_link .btn_text .ic {
  margin-left: auto;
  position: absolute;
  height: 31px;
  min-width: 31px;
  max-width: 31px;
  background: #ffffff;
  border-radius: 5px;
  min-width: 31px;
  max-width: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_main_img_link .btn_text .ic:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #074ed4;
  border-bottom: 4px solid transparent;
}

.about_main_phone .phone {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #2c2c2c;
}

.about_main_contacts .lab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.about_main_contacts .lab .ic {
  min-width: 20px;
  max-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about_main_contacts .lab .ic img {
  height: 12px;
  width: initial;
}

.about_main_contacts .lab .text {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #090909;
}

.about_main_contacts .look_map {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #074ed4;
  border-bottom: 1px dashed #074ed4;
  margin-bottom: 20px;
  display: inline-block;
}

.about_main_contacts .look_map:hover {
  color: #161616;
  border-bottom: 1px dashed #161616;
}

.about_main_contacts .insta_info {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #8b8b8b;
}

.about_main_address {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 6px;
}

.about_main_plans {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.about_main_phone_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.about_main_phone {
  margin-right: 40px;
}

.about_main_socials .header_top_socials a {
  border: none;
  height: 36px;
  border-radius: 5px;
  min-width: 36px;
  max-width: 36px;
  margin-right: 10px;
}

.about_main_socials .header_top_socials a:last-child {
  margin-right: 0;
}

.about_main_socials .header_top_socials a.ic_tg {
  background: #074ed4 url("../images/telegram.svg") no-repeat center center/18px auto;
}

.about_main_socials .header_top_socials a.ic_tg:hover {
  background: #161616 url("../images/telegram.svg") no-repeat center center/18px auto;
}

.about_main_socials .header_top_socials a.ic_vk {
  background: #074ed4 url("../images/vk.svg") no-repeat center center/18px auto;
}

.about_main_socials .header_top_socials a.ic_vk:hover {
  background: #161616 url("../images/vk.svg") no-repeat center center/18px auto;
}

.about_main_socials .header_top_socials a.ic_wa {
  background: #074ed4 url("../images/whatsapp.svg") no-repeat center center/17px auto;
}

.about_main_socials .header_top_socials a.ic_wa:hover {
  background: #161616 url("../images/whatsapp.svg") no-repeat center center/17px auto;
}

.about_main_socials .header_top_socials a.ic_in {
  background: #074ed4 url("../images/insta.svg") no-repeat center center/17px auto;
}

.about_main_socials .header_top_socials a.ic_in:hover {
  background: #161616 url("../images/insta.svg") no-repeat center center/17px auto;
}

.hr {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../images/hr.png") repeat-x left center/auto 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hr img {
  width: initial;
  height: 100%;
  position: relative;
  z-index: 1;
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

.about_advantages {
  padding: 40px 0 35px;
}

.about_advantages_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_advantages_item {
  min-width: 340px;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_advantages_item:first-child .about_advantages_ic {
  min-width: 100px;
  max-width: 100px;
}

.about_advantages_item:nth-child(2) .about_advantages_ic {
  min-width: 100px;
  max-width: 100px;
}

.about_advantages_item:nth-child(3) .about_advantages_ic {
  min-width: 100px;
  max-width: 100px;
}

.about_advantages_ic {
  margin-right: 25px;
}

.about_advantages_ic img {
  width: 100%;
}

.about_advantages_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}

.about_advantages_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #292929;
}

.accii_headline {
  background: #074ed4;
  padding: 45px 0 55px;
}

.accii_headline .cont {
  position: relative;
}

.accii_headline_title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  padding-right: 420px;
}

.accii_headline_subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  padding-right: 420px;
}

.accii_headline_img {
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 385px;
}

.item_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.item_rating .rat_info {
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_rating .rat_info span {
  width: 12px;
  height: 12px;
  background: url("../images/rating-star.svg") no-repeat center center/12px auto;
  margin-right: 1px;
}

.item_rating .rat_info span.active {
  background: url("../images/rating-starg.svg") no-repeat center center/12px auto;
}

.item_rating input {
  margin: 0;
}

.item_rating .val {
  font-size: 10px;
  font-weight: 500;
  color: #2c2c2c;
  font-family: "HelveticaNeueCyr";
  position: relative;
  top: 2px;
}

.item_rating .simple_rating {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.item_rating .simple_rating_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item_rating .simple_rating_item {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.item_rating .simple_rating_label {
  width: 12px;
  margin-right: 1px;
  height: 12px;
}

.item_rating .simple_rating_label svg {
  width: 100%;
}

.item_rating .simple_rating_label svg .cls-r {
  fill: #d9d9d9;
}

.item_rating .simple_rating_label:hover svg .cls-r,
.item_rating .simple_rating_label:hover~.simple_rating_label svg .cls-r {
  fill: #074ed4;
  opacity: 0.7;
}

.item_rating .simple_rating_item:checked+.simple_rating_label~.simple_rating_label svg .cls-r,
.item_rating .simple_rating_item:checked+.simple_rating_label svg .cls-r {
  fill: #074ed4;
}

.accii_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -8px;
}

.accii_catalog {
  padding: 45px 0 25px;
}

.accii_catalog.pt0 {
  padding-top: 8px;
}

.accii_catalog.pt35 {
  padding-top: 35px;
  padding-bottom: 70px;
}

.accii_catalog .item_wrap {
  min-width: calc(25% - 16px);
  max-width: calc(25% - 16px);
  margin: 0 8px 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

.accii_catalog .item_wrap:hover {
  border: 1px solid #074ed4;
}

.accii_catalog .item_img {
  height: 245px;
  position: relative;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accii_catalog .item_img img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.accii_catalog .item_img_marker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 20px;
  padding: 0 20px;
  background: #2771fb;
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.accii_catalog .item_content {
  padding: 0 30px;
}

.accii_catalog .item_content.no_store .storage {
  color: #074ed4;
}

.accii_catalog .item_content.no_store .item_cart .btn {
  border: 1px solid #b6b6b6;
}

.accii_catalog .item_content.no_store .item_cart .btn span {
  color: #161616;
}

.accii_catalog .item_content.no_store .item_cart .btn:hover {
  border: 1px solid #074ed4;
  background: transparent;
}

.accii_catalog .item_content.no_store .item_cart .btn:hover span {
  color: #074ed4;
}

.accii_catalog .item_cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.accii_catalog .item_cost .main {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #2c2c2c;
  font-family: "HelveticaNeueCyr";
  margin-right: 10px;
}

.accii_catalog .item_cost .main span {
  font-size: 14px;
}

.accii_catalog .item_cost .del {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: line-through;
  color: #074ed4;
  font-family: "HelveticaNeueCyr";
}

.accii_catalog .item_cost .del span {
  font-size: 12px;
}

.accii_catalog .item_text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #272727;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}

.accii_catalog .item_text:hover {
  color: #074ed4;
}

.accii_catalog .item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.accii_catalog .storage {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #5d9725;
  margin-right: 11px;
}

.accii_catalog .delivery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 11px;
  height: 20px;
  background: #64a342;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accii_catalog .item_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.accii_catalog .item_cart .btn {
  height: 32px;
  border: 1px solid #074ed4;
  border-radius: 3px;
  padding: 0 25px;
  margin-right: 15px;
}

.accii_catalog .item_cart .btn span {
  font-size: 14px;
  font-weight: 400;
  color: #074ed4;
}

.accii_catalog .item_cart .btn:hover {
  background: #074ed4;
}

.accii_catalog .item_cart .btn:hover span {
  color: #ffffff;
}

.accii_catalog .item_favorit {
  min-width: 17px;
  max-width: 17px;
  height: 16px;
  background: url("../images/favorite.svg") no-repeat center center/17px auto;
  cursor: pointer;
}

.accii_catalog .item_favorit.active,
.accii_catalog .item_favorit:hover {
  background: url("../images/favoriter.svg") no-repeat center center/17px auto;
}

img {
  display: block;
}

.btn_wtor {
  height: 32px;
  border: 1px solid #074ed4;
  border-radius: 3px;
  padding: 0 25px;
  margin-right: 15px;
}

.btn_wtor span {
  font-size: 14px;
  font-weight: 400;
  color: #074ed4;
}

.btn_wtor:hover {
  background: #074ed4;
}

.btn_wtor:hover span {
  color: #ffffff;
}

.accii_more_but {
  text-align: center;
  padding-bottom: 60px;
}

.accii_more_but .btn {
  height: 51px;
  border: 1px solid #074ed4;
  -webkit-box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0);
  box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0);
  border-radius: 25.5px;
  padding: 0 65px;
}

.accii_more_but .btn span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2a;
}

.accii_more_but .btn:hover span {
  color: #ffffff;
}

.page_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
  display: none;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_dialog {
  width: 690px;
  max-width: 96%;
  margin-top: 20px;
  background-color: #ffffff;
  margin-bottom: auto;
}

.mob,
.header_nav_menu ul.mob {
  display: none;
}

.header_nav_menu ul li a {
  text-transform: uppercase;
}

.sidebar_banner a {
  position: relative;
}

.sidebar_banner a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: .2s;
  transition: .2s;
}

.sidebar_banner:hover:before {
  opacity: 1;
}