.product-view-button {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-view-button {
    display: none;
  }
}
.product-view-button > div {
  width: 27px;
  height: 27px;
  background: rgba(25, 27, 96, 0.5);
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.product-view-button > div.active {
  background: #191b60;
}
.product-view-button .grid:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 13px;
  left: 0;
  display: block;
}
.product-view-button .grid:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 13px;
  left: 0;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-view-button .list:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 7px;
  left: 0;
  display: block;
}
.product-view-button .list:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: 7px;
  display: block;
}
.product-view-button .list span {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  left: 6px;
}
.b-element .title {
  font-size: 16px;
}
.b_list-catalog .dot-line-list {
  display: none;
  width: 100%;
}
.b_list-catalog.list-view .dot-line-list {
  display: block;
  margin-top: 10px;
}
.b_list-catalog.list-view .dot-line-list .dot-line-li__end {
  font-weight: bold;
  color: #000;
}
.b_list-catalog.list-view .dot-line-list .dot-line-li__spacer {
  position: relative;
  text-indent: -9999px;
}
.b_list-catalog.list-view .dot-line-list .dot-line-li__spacer:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 5px;
  right: 5px;
  height: 2px;
  border-bottom: 2px dotted #ccc;
}
@media (min-width: 768px) {
  .b_list-catalog.list-view hr {
    display: none;
  }
  .b_list-catalog.list-view .bx_catalog_item {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 0;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container {
    padding: 20px 5px 5px;
    display: flex;
    display: -webkit-flex;
    height: auto !important;
    border-right: 0;
    margin: 0;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container:hover {
    margin: 0;
    padding: 20px 5px 5px;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container .b-element_bottom {
    padding-left: 15px;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide {
    position: relative !important;
    box-shadow: none !important;
    padding: 0 !important;
    z-index: 1 !important;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide:before {
    display: none;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide .catalog-compare {
    width: 100%;
    margin-bottom: 0;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide .btn.btn-hide,
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide .descr-hide {
    display: inline-block !important;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide > div {
    display: block !important;
  }
  .b_list-catalog.list-view .bx_catalog_item .bx_catalog_item_container.b-element .element-hide > .bx_catalog_item_controls_blocktwo {
    display: none !important;
  }
}
.catalog_left_filter .hide {
  display: block!important;
}
.catalog_left_filter .menu_level_1 .menu_level_2 {
  display: none;
}
.catalog_left_filter .menu_level_1 li {
  position: relative;
  margin-bottom: 10px;
}
.catalog_left_filter .menu_level_1 li .arrow {
  position: absolute;
  right: -10px;
  top: 0;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.catalog_left_filter .menu_level_1 li .arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 6px solid #191b60;
  border-left: 6px solid  transparent;
  border-right: 6px solid  transparent;
  width: 0;
  height: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.catalog_left_filter .menu_level_1 li.opened .arrow:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  border-top: 6px solid #191b60;
  border-left: 6px solid  transparent;
  border-right: 6px solid  transparent;
}
.catalog_left_filter .menu_level_1 li.active > .arrow:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  border-top: 6px solid #ce1126;
  border-left: 6px solid  transparent;
  border-right: 6px solid  transparent;
}
.catalog_left_filter .menu_level_1 li.active.closed .arrow:before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  border-top: 6px solid #ce1126;
  border-left: 6px solid  transparent;
  border-right: 6px solid  transparent;
}
.catalog_left_filter .menu_level_1 li.active > a,
.catalog_left_filter .menu_level_1 li.active > span {
  color: #ce1126;
}
.catalog_left_filter .menu_level_1 li.active .menu_level_2 {
  display: block;
}
.preimuschestva_pr_page {
  margin-bottom: 20px;
}
.preimuschestva_pr_page .title_h2 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .catalog-item__title {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .catalog-item {
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .page-aside-col .mb_2:first-child .c_benefits:first-child {
    margin-top: 22px;
  }
}
.catalog-item__header {
  width: auto;
  float: none;
}
.image-gallery__thumbs-slider .slick-track {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.image-gallery__main-slider {
  border: 0;
}
.image-gallery__main-slider .slick-arrow {
  width: 15px;
  height: 30px;
  z-index: 9;
}
.image-gallery__main-slider .slick-arrow:hover:before,
.image-gallery__main-slider .slick-arrow:focus:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.49 30a2.14 2.14 0 0 1-1.671-.8L.473 16.344a2.144 2.144 0 0 1 .023-2.715L11.211.77a2.141 2.141 0 1 1 3.292 2.743l-9.59 11.51 9.246 11.49A2.142 2.142 0 0 1 12.49 30z' fill='%23191b60'/%3e%3c/svg%3e");
}
.image-gallery__main-slider .slick-arrow:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.49 30a2.14 2.14 0 0 1-1.671-.8L.473 16.344a2.144 2.144 0 0 1 .023-2.715L11.211.77a2.141 2.141 0 1 1 3.292 2.743l-9.59 11.51 9.246 11.49A2.142 2.142 0 0 1 12.49 30z' fill='%23ccc'/%3e%3c/svg%3e");
  opacity: 1;
}
.image-gallery__main-slider .slick-prev {
  left: 0;
}
.image-gallery__main-slider .slick-next {
  right: 0;
}
.image-gallery__main-slider .slick-next:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.image-gallery__main-slide-icon,
.image-gallery__main-slide-icon-hover {
  display: none;
}
.product_tab_desc {
  max-height: 166px;
  overflow: hidden;
}
.product_tab_desc.show {
  max-height: initial;
  overflow: auto;
}
.pr_desc_more {
  display: inline-block;
  color: #191b60;
  font-weight: bold;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
}
.pr_desc_more.clicked:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pr_desc_more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid #191b60;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
/*@media (max-width:991px){
  .pr_desc_more{
    display: none;
  }
}*/
.catalog-item-table_flex-container .catalog-item__price-block {
  width: 100%;
}
.catalog-item-table_flex-container .catalog-item__info {
  width: 100%;
  float: none;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 15px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.catalog-item-table_flex-container .catalog-item__info font {
  width: 50%;
}
.b_list-catalog.grid-view .b-element:hover {
  height: auto;
}
.b_list-catalog.grid-view .b-element:hover .dot-line-list {
  display: block;
  background: #fff;
}
.b_list-catalog.grid-view .dot-line-list .dot-line-li__spacer {
  flex: inherit;
  min-width: auto;
  padding: 0 5px;
}
.b_list-catalog.grid-view .dot-line-li__end,
.b_list-catalog.grid-view .dot-line-li__start {
  flex: inherit;
  max-width: inherit;
}
.b_list-catalog.grid-view .dot-line-li--fix .dot-line-li__end {
  width: auto;
}
.b_list-catalog.grid-view .dot-line-list__item {
  margin-bottom: 0;
}
.b_list-catalog.grid-view .catalog-compare {
  margin-bottom: 0;
}
.main-nav-menu__item--l1:nth-child(2) .main-nav-menu__level-2 > ul ul:nth-child(2) {
  margin-bottom: 0;
}
.image-gallery__thumbs-slider .slick-track {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.b_list-catalog.js-to-max-height-wrap.list-view .payment-info p {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .b_list-catalog.js-to-max-height-wrap.list-view .payment-info {
    max-width: 230px;
  }
  .b_list-catalog.list-view .energy span {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .b_list-catalog.js-to-max-height-wrap.list-view .energy {
    bottom: 32px;
  }
  .touch .b-element .btn.btn-hide {
    margin: 0;
  }
  .energy {
    left: 195px;
  }
  .energy span {
    width: 60px;
    padding-left: 0;
  }
  .energy span:before {
    right: 60px !important;
  }
  .energy .a::before {
    right: 60px;
  }
}
.b-element {
  height: auto !important;
}
.b-element:hover {
  height: auto !important;
}
@media (min-width: 768px) {
  .grid-view .bx_catalog_item {
    position: relative;
    height: 326px;
  }
  .grid-view .bx_catalog_item .b-element {
    position: absolute;
    width: 100%;
  }
  .grid-view .bx_catalog_item .b-element:hover .energy span {
    right: 0;
  }
  .grid-view .bx_catalog_item .b-element:hover .in_avail {
    padding-bottom: 10px;
  }
  .grid-view .bx_catalog_item .b-element:hover .b-element_bottom {
    background: #fff;
  }
  .grid-view .bx_catalog_item .b-element:hover .b-element_bottom .element-hide {
    position: relative;
    padding: 2px 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .image-gallery__main-slide-box {
    padding-top: 68%;
  }
}
.video-desc {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .video-desc {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .video-desc iframe {
    width: 100% !important;
  }
}
.video-desc .video_text {
  position: absolute;
  right: 17%;
  top: 10%;
  color: #000;
  display: inline-block;
}
@media (max-width: 1200px) {
  .video-desc .video_text {
    right: 0;
  }
}
@media (max-width: 767px) {
  .video-desc .video_text {
    position: relative;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .video-desc .video_text {
    max-width: 50%;
    font-size: 14px;
  }
}
.video-desc .video_text:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 56px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='114.667' height='56'%3e%3cpath fill='%23FFF' d='M97.334 12.669S60 60.002 9 32.002'/%3e%3cpath fill='none' stroke='%23000' stroke-miterlimit='10' d='M97.334 12.669s-34.75 44.057-82.997 22.017'/%3e%3cpath d='M18.513 32.532l-3.041 2.635-.213 4.019L9 32.002z'/%3e%3c/svg%3e");
  top: 90%;
  left: -57px;
}
@media (max-width: 767px) {
  .video-desc .video_text:before {
    top: 55%;
    right: -115px;
    left: initial;
    transform: rotate(-130deg);
  }
}
@media (min-width: 768px) {
  .grid-view .bx_catalog_item .b-element {
    padding-bottom: 15px;
  }
  .main-nav-menu__item--l1:nth-child(2) .main-nav-menu__level-2 > ul ul {
    float: left;
  }
}
@media (max-width: 767px) {
  .main-nav-menu > li:hover > div > a {
    color: #ce1126;
  }
}
.info-card__list-contacts {
  line-height: 24px;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .r-top-contact-item .info-card.phone .info-card__list.mail {
  left: -34px;
  top: -10px;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .r-top-contact-item .info-card.phone .info-card__list:before {
  width: 20px;
  top: 5px;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts li {
  position: relative;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts {
  margin: 0;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts li:before {
  content: '' !important;
  margin-right: 14px;
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -25px;
  top: 3px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  top: 5px;
  background-image: url(/local/_src/pic/images/mail.svg);
  background-size: contain;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts li:nth-child(1):before {
  background-image: url(/local/images/viber.png);
  width: 22px;
  height: 22px;
  top: 0px;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts li:nth-child(2):before {
  background-image: url(https://www.old.maunfeld.by/upload/medialibrary/a47/w500h5001347632760skype.png);
  width: 19px;
  height: 19px;
  top: 3px;
}
header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts li:nth-child(3):before {
  background-image: url(/local/_src/pic/images/phone.svg);
  width: 17px;
  height: 17px;
  left: -23px;
}
footer.page-footer .container .c_menu_foot.menu_foot_center .menu_level_1,
footer.page-footer .container .footer-catalog-items .menu_level_1 {
  column-count: 2;
}
footer.page-footer .container .footer-comment {
  display: flex;
  flex-direction: column;
}
footer.page-footer .container .footer-comment p {
  flex-basis: 100%;
  margin-bottom: 5px;
}
footer.page-footer .container .footer-comment img {
  width: 100%;
  padding: 0 15px 5px 0;
}
.d_block .d_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: Tahoma;
  margin-top: 50px;
  margin-bottom: 35px;
}
.equipment {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.equipment > div {
  width: 50%;
}
@media (max-width: 767px) {
  .equipment > div {
    width: 100%;
  }
}
.equipment .e_left .e_left_img {
  display: inline-block;
  position: relative;
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
  .equipment .e_left .e_left_img {
    margin-bottom: 20px;
  }
}
.equipment .e_left .e_left_img .tags {
  margin: 0;
  padding: 0;
  position: initial;
}
.equipment .e_left .e_left_img .tags li {
  padding: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #191b60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  /*&:after{
                  .b_a();
                 width: 100%;
                  height: 100%;
                  background: #191b60;
                  left: 0;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  .border-radius(50%);
                  .transition(@transition_default);
                  //z-index: -1;
                }*/
}
.equipment .e_left .e_left_img .tags li span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.equipment .e_left .e_left_img .tags li.active1 {
  /*&:after{
                    width: 40px;
                    height: 40px;
                    top: -5px;
                    right: -5px;
                    bottom: -5px;
                    left: -5px;
                  }*/
}
.equipment .e_left .e_left_img .tags li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.equipment .e_left .e_left_img .tags li.t1 {
  top: 26px;
  left: 60px;
}
.equipment .e_left .e_left_img .tags li.t2 {
  top: 110px;
  right: 60px;
}
.equipment .e_left .e_left_img .tags li.t3 {
  top: 171px;
  left: 95px;
}
.equipment .e_left .e_left_img .tags li.t4 {
  top: 291px;
  right: 95px;
}
@media (max-width: 375px) {
  .equipment .e_left .e_left_img .tags li.t4 {
    top: 240px;
  }
}
.equipment .e_right .tags_desc {
  margin: 0;
  padding: 0;
}
.equipment .e_right .tags_desc.bg li:not(.active2) {
  opacity: 0.4;
}
.equipment .e_right .tags_desc li {
  margin-bottom: 5px;
  padding-left: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.equipment .e_right .tags_desc li.active2 {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
.equipment .e_right .tags_desc li:before {
  display: none;
}
.equipment .e_right .tags_desc li .flex {
  display: flex;
  display: -webkit-flex;
}
.equipment .e_right .tags_desc li .flex > span {
  color: #191b60;
  font-size: 40px;
  margin-right: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .equipment .e_right .tags_desc li .flex > span {
    margin-right: 15px;
    font-size: 30px;
  }
}
.equipment .e_right .tags_desc li .flex .text p {
  color: #191b60;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1.1;
}
.equipment .e_right .tags_desc li .flex .text span {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
.d_b2_item {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .d_b2_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .d_b2_item.second .text_content {
    order: 2;
    -webkit-order: 2;
  }
  .d_b2_item.second .img_content {
    order: 1;
    -webkit-order: 1;
  }
}
.d_b2_item .img_content {
  width: 40%;
}
@media (max-width: 767px) {
  .d_b2_item .img_content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .d_b2_item .img_content img {
    max-height: 300px;
  }
}
.d_b2_item .text_content {
  width: 60%;
  padding-top: 20px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .d_b2_item .text_content {
    width: 100%;
    max-width: 100%;
  }
}
.d_b2_item .text_content .p_title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pr_flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -7px;
}
.pr_flex .pr_flex_item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .pr_flex .pr_flex_item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .pr_flex .pr_flex_item {
    width: 100%;
  }
}
.pr_flex .pr_flex_item.act .item_head:before {
  background: url(/images/arrow_act.png);
}
.pr_flex .pr_flex_item .item_head {
  position: relative;
  padding-right: 30px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.pr_flex .pr_flex_item .item_head:before {
  content: '';
  position: absolute;
  background: url(/images/arrow.png);
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
}
.pr_flex .pr_flex_item .item_head img {
  margin-right: 13px;
}
.pr_flex .pr_flex_item .item_head span {
  font-size: 18px;
  color: #000;
  line-height: 1.1;
}
.pr_flex .pr_flex_item .item_body {
  padding-top: 10px;
  display: none;
}
.faq_list .faq_item {
  margin-bottom: 15px;
}
.faq_list .faq_item.act .faq_head:before {
  background: url(/images/arrow_act.png);
}
.faq_list .faq_item .faq_body {
  padding-top: 5px;
  padding-left: 40px;
  display: none;
}
.faq_list .faq_item .faq_head {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.faq_list .faq_item .faq_head:before {
  content: '';
  position: absolute;
  background: url(/images/arrow.png);
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
}
.faq_list .faq_item .faq_head > span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #191b60;
}
.faq_list .faq_item .faq_head > span i {
  font-style: normal;
  position: relative;
}
.faq_list .faq_item .faq_head > span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -30px;
  background: #191b60;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}
@media (max-width: 991px) {
  .faq_list .faq_item .faq_head > span:before {
    display: none;
  }
}
.faq_list .faq_item .faq_head .f_title {
  font-size: 18px;
  font-weight: bold;
  color: #191b60;
}
.city_nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: auto !important;
  padding: 0 !important;
  width: 100%;
}
.city_nav li:before {
  display: none;
}
.city_nav li a {
  color: #181c5c;
  font-size: 18px;
}
.serv-centers {
  max-width: 820px;
  margin: auto;
}
.serv-centers .serv-centers_item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 20px;
  background: #f5f5f5;
  border: 1px solid #181c5c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .serv-centers .serv-centers_item {
    padding: 38px 0;
  }
}
.serv-centers .serv-centers_item > div {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .serv-centers .serv-centers_item > div {
    padding: 30px;
  }
}
.serv-centers .serv-centers_item * {
  font-size: 16px;
}
.serv-centers .serv-centers_item ._h3,
.serv-centers .serv-centers_item h3 {
  font-size: 18px;
  margin-bottom: 35px;
}
.serv-centers .serv-centers_item ._h2,
.serv-centers .serv-centers_item h2 {
  font-size: 30px;
  margin-top: 0;
}
.serv-centers .serv-centers_item p,
.serv-centers .serv-centers_item strong {
  color: #000;
}
.serv-centers .serv-centers_item small {
  font-size: 12px;
}
.serv-centers .serv-centers_item .location {
  margin-bottom: 22px;
}
.serv-centers .serv-centers_item .serv-centers_left {
  border-right: 1px solid #181c5c;
  width: 56%;
}
@media (max-width: 767px) {
  .serv-centers .serv-centers_item .serv-centers_left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #181c5c;
  }
}
.serv-centers .serv-centers_item .serv-centers_right {
  width: 44%;
}
@media (max-width: 767px) {
  .serv-centers .serv-centers_item .serv-centers_right {
    width: 100%;
  }
}
.want-take-gift {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 44px 0 10px;
}
.want-take-gift .want-take-gift-first {
  flex-basis: 45%;
  background-color: #be2f21;
}
.want-take-gift .want-take-gift-first:before {
  content: '';
  background-image: url(/upload/gift/gift.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 122px;
  height: 127px;
  position: absolute;
  top: 8px;
  left: -5px;
}
.want-take-gift .want-take-gift-second {
  display: flex;
  justify-content: space-between;
  flex-basis: 55%;
  background: #ededed;
  /* background-image: url(/upload/gift/social.png);
  background-repeat: no-repeat;
  background-size: cover; */
  min-height: 72px;
}
.want-take-gift .want-take-gift-first .want-take-gift-first-text {
  width: 72%;
  margin-left: auto;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-img {
  width: 100%;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-link {
  align-self: center;
  background-color: #191b60;
  color: white;
  text-decoration: none;
  margin-right: 20px;
  padding: 5px 15px;
}
@media (max-width: 1140px) {
  .want-take-gift .want-take-gift-first .want-take-gift-first-text {
    font-size: 21px;
  }
  .want-take-gift .want-take-gift-second .want-take-gift-second-link {
    padding: 5px 5px;
    font-size: 15px;
    margin: 0;
  }
}
@media (max-width: 999px) {
  .want-take-gift .want-take-gift-first .want-take-gift-first-text {
    font-size: 26px;
  }
  .want-take-gift .want-take-gift-second .want-take-gift-second-link {
    padding: 5px 15px;
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 850px) {
  .want-take-gift .want-take-gift-first .want-take-gift-first-text {
    font-size: 21px;
  }
  .want-take-gift .want-take-gift-second .want-take-gift-second-link {
    padding: 5px;
    font-size: 15px;
    margin-right: 0;
  }
}
@media (max-width: 780px) {
  .want-take-gift .want-take-gift-second {
    flex-basis: 100%;
    flex-direction: column;
  }
  .want-take-gift .want-take-gift-second .want-take-gift-second-link {
    padding: 5px 15px;
    font-size: 16px;
  }
  .want-take-gift .want-take-gift-second .want-take-gift-second-img {
    width: 80%;
    margin: auto;
  }
  .want-take-gift .want-take-gift-first {
    flex-basis: 100%;
  }
  .want-take-gift .want-take-gift-first .want-take-gift-first-text {
    font-size: 24px;
    margin: auto;
    width: 50%;
  }
  .want-take-gift .want-take-gift-first:before {
    width: 116px;
    height: 121px;
  }
}
@media (max-width: 500px) {
  .want-take-gift .want-take-gift-first .want-take-gift-first-text {
    font-size: 20px;
    margin: 0 0 0 auto;
    width: 80%;
  }
  .want-take-gift .want-take-gift-first:before {
    content: '';
    background-image: url(/upload/gift/gift.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 80px;
    position: absolute;
    top: 27px;
    left: -10px;
  }
}
.want-take-gift .want-take-gift-second {
  padding: 10px 0;
}
.gift-and-video-parent {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin-top: 5px;
}
.gift-and-video-parent .video-desc,
.gift-and-video-parent .want-take-gift {
  flex-basis: 50%;
}
.gift-and-video-parent .want-take-gift .want-take-gift-first,
.gift-and-video-parent .want-take-gift .want-take-gift-second {
  flex-basis: 100%;
}
.gift-and-video-parent .want-take-gift .want-take-gift-second {
  flex-direction: column;
}
@media (max-width: 767px) {
  .gift-and-video-parent .video-desc,
  .gift-and-video-parent .want-take-gift {
    flex-basis: 100%;
  }
}
.want-take-gift .want-take-gift-second .want-take-gift-second-block {
  display: flex;
  margin-bottom: 5px;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-first,
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-second {
  flex: 1;
  padding: 0 10px;
  text-align: center;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-second {
  border-left: 2px solid red;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-first .want-take-gift-second-block-first-text,
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-second .want-take-gift-second-block-second-text {
  text-transform: uppercase;
  font-weight: bold;
  color: #254775;
  font-size: 18px;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-first .want-take-gift-second-block-first-img,
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-second .want-take-gift-second-block-second-img {
  margin: auto;
}
.want-take-gift .want-take-gift-second .want-take-gift-second-block .want-take-gift-second-block-second .want-take-gift-second-block-second-img {
  margin-top: 4px;
}




header.page-header .page-header-main .container .page-header-main__cell-main .c_contacts .r-top-contact-wrap .info-card__list.info-card__list-contacts li:nth-child(1):before {
  /* width: 24px;
  height: 26px;
  background-size: cover; */
  background-image: url('/local/images/viber-svg.svg');
  /* margin-left: -1px; */
  height: 23px;

}

.address-as-image-header {
  width: 221px;
}
.label.red {
  width: auto;
  text-align: center;
  background-color: red; 
}

.label.orange2 {
  width: auto;
  text-align: center;
  background-color: orange; 
}

.label.skyblue{
  width: auto;
  text-align: center;
  background-color: skyblue; 
}

.label.green {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #39DB24;
}

.label.reddark {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #CE1126;
}

.label.greenlight {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #39DB24;
}

.label.grey {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #403f3f;
}

.label.fiolet {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #666699;
}
.label.orange {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #df781f;
}

.label.blue {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #53b4f1;
  /*box-shadow: 1px 0 8px 2px rgba(61,105,127,.3);*/
}
.b-element .label.blue,
.b-element:hover .label.blue {
  box-shadow: none;
}
.label.purple {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #6506A2;
}
.label.yellow {
  /*width: 47px;*/
  width: auto;
  text-align: center;
  background-color: #F9E627;
}

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