

/* Start:/local/templates/template/css/fonts.css?16629796011327*/
@font-face {
  font-family: 'GraphikLCG';
  src: url('/local/templates/template/css/../font/GraphikLCG-Regular/GraphikLCG-Regular.eot');
  src: local('GraphikLCG-Regular'), local('GraphikLCGRegular'),
  url('/local/templates/template/css/../font/GraphikLCG-Regular/GraphikLCG-Regular.eot') format('eot'),
  url('/local/templates/template/css/../font/GraphikLCG-Regular/GraphikLCG-Regular.woff') format('woff'),
  url('/local/templates/template/css/../font/GraphikLCG-Regular/GraphikLCG-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GraphikLCG';
  src: url('/local/templates/template/css/../font/GraphikLCG-Medium/GraphikLCG-Medium.eot');
  src: local('GraphikLCG-Medium'), local('GraphikLCGMedium'),
  url('/local/templates/template/css/../font/GraphikLCG-Medium/GraphikLCG-Medium.eot') format('eot'),
  url('/local/templates/template/css/../font/GraphikLCG-Medium/GraphikLCG-Medium.woff') format('woff'),
  url('/local/templates/template/css/../font/GraphikLCG-Medium/GraphikLCG-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GraphikLCG';
  src: url('/local/templates/template/css/../font/GraphikLCG-Bold/GraphikLCG-Bold.eot');
  src: local('GraphikLCG-Bold'), local('GraphikLCGBold'),
  url('/local/templates/template/css/../font/GraphikLCG-Bold/GraphikLCG-Bold.eot') format('eot'),
  url('/local/templates/template/css/../font/GraphikLCG-Bold/GraphikLCG-Bold.woff') format('woff'),
  url('/local/templates/template/css/../font/GraphikLCG-Bold/GraphikLCG-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* End */


/* Start:/local/templates/template/css/owl.carousel.css?16629796014930*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/template/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/template/css/owl.theme.default.css?16629796011430*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/template/css/main.css?174711647979335*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
a.saveReason{
	display: table;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


::-webkit-input-placeholder { /* Edge */
    color: #ACACAC;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ACACAC;
}

::placeholder {
    color: #ACACAC;
}


body,
html {
/*     overflow-x: hidden; */
    font-size: 16px;
}

body {
    background-color: #FFF;
    font-size: 1rem;
    font-family: 'GraphikLCG', sans-serif;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin: 0;
}

body.overflow_hidden {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #009CA3;
    outline: none;
}

.link:hover {
  text-decoration: underline;
}

.link:visited {
  color: #009675;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.jc_sb {
    justify-content: space-between;
}

.ai_center {
    align-items: center;
}

.ai_end {
    align-items: flex-end;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    padding-left: 15px;
    padding-right: 15px;
    width: 66%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/*BUTTONS*/

.btn_orange {
    font-weight: 500;
    font-size: 1.15rem;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-family: 'GraphikLCG', sans-serif;
    background: #FBA93B;
    border: none;
    border-radius: 9px;
    color: #FFFFFF;
    padding: 14px 41px;
    transition: all 0.25s ease-out;
}

.btn_orange:hover {
  background-color: #EB9B30;
  transform: translateY(-3px);
	box-shadow: 0 5px 20px rgb(235 155 48 / 50%);
}



/*END BUTTONS*/


h1 {
    font-size: 2.75rem;
    line-height: 1.35;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 35px;
}

h2 {
    font-size: 2rem;
    line-height: 1.55;
    font-weight: normal;
    margin-top: 0;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}

/*HEADER*/
 

.header {
  position: relative;
  background: #fff;
  border-radius: 3px;
  padding: 35px 0;
}

.header .row {
    margin-left: 0;
    margin-right: 0;
}

.header_left_col {
    flex: 0 0 50%;
    max-width: 50%;
}

.header_right_col {
    flex: 0 0 50%;
    max-width: 50%;
}

.header_logo {
    display: inline-block;
    vertical-align: middle;
	max-width: 13rem;
}

.header_logo img {
	max-width: 100%;
}

.header_button {
    text-align: right;
}

.header_logo_description {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.15rem;
    color: #000;
    margin-left: 30px;
    position: relative;
    top: 2px;
}

.header_logo_description p {
    margin: 0;
}

.header_auth {
    background: #009CA3;
    border-radius: 0;
    padding-top: 11px;
}

.header_auth_top .row {
    margin-left: 0;
    margin-right: 0;
}

.header_auth_top_col_1 {
    flex: 0 0 278px;
    max-width: 278px;
}

.header_auth_top_col_2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo_description_white {
    color: #fff;
    margin-left: 37px;

}

.header_logo_user {
  margin-right: 38px;
}

.header_logo_user_link {
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.header_logo_user_link:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -67px -5px;
}


.header_auth_logo {
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    display: block;
    text-align: center;
    padding: 22px 34px;
}

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

.header_auth_menu_item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 39px;
}

.header_auth_main {
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(73, 82, 83, 0.07);
    position: relative;
    z-index: 10;
}

.header_auth_menu_item a {
    font-size: 1rem;
    line-height: 16px;
    color: #000000;
    display: block;
    padding: 26px 0px;
    position: relative;
/*     border-bottom: 1px solid transparent; */
}

.header_auth_menu_item a:after {
    content: "";
    position: absolute;
    right: -47px;
    width: 6px;
    height: 14px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -148px -6px;
}

.header_auth_menu_item a:hover,
.header_auth_menu_item a.active {
    box-shadow: inset 0 -2px #009CA3;
}

.header_auth_menu_item:last-child a:after {
    display: none;
}

.header_auth_main .row {
    margin-left: 0;
    margin-right: 0;
}


.header_auth_menu_col {
    flex: 0 0 65%;
    max-width: 65%;
}

.header_auth_handle_col {
    flex: 0 0 35%;
    max-width: 35%;
}

.header_auth_handle_item a {
    font-size: 1rem;
    line-height: 16px;
    color: #000000;
}

.header_auth_handle_item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 76px;
}

.header_auth_handle_item:first-child {
    margin-left: 0;
}

.header_auth_handle {
    text-align: right;
    padding-right: 34px;
    padding-top: 21px;
}

.icon_quetion {
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -93px -4px;
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
}

.icon_out {
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -122px -4px;
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
}

.header_auth_handle_item .icon_quetion,
.header_auth_handle_item .icon_out {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.banner_title {
    margin-bottom: 1.75rem;
}

.banner_description {
    font-size: 1.15rem;
    line-height: 1.8;
}

.banner_home_slider_item {
	background-position: 50%;
}

.banner_home_slider_item.banner_dark {
	background: #c1c1c1;
	color: #fff;
}

.banner_container {
    padding-top: 60px;
    padding-bottom: 76px;
    padding-left: 88px;
    position: relative;
}

.banner_content {
    max-width: calc(50% - 88px);
    position: relative;
    z-index: 10;
}

.banner_content__logo {
	max-width: 140px;
	margin-bottom: 1rem;
}

.banner_image_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.banner_image_wrap img,
.owl-carousel .owl-item .banner_image_wrap img  {
    transform: scale(1);
    width: auto;
    max-width: 100%;
	max-height: 100%;
    object-fit: contain;
    object-position: 0 100%;
    transition: transform .35s ease-out,-webkit-transform .35s ease-out;
}

.banner {
    background-color: #fff;
}

.banner:hover .banner_image_wrap img {
    transform: scale(1.06) translateX(10px);
}

.section_grey {
    background: #F0F0F0;
}

.section_service_cards {
    border-radius: 3px;
    padding-bottom: 70px;
}

.serviceHeadered__title {
    flex: 0 0 550px;
    max-width: 550px;
    font-size: 2rem;
    line-height: 1.55;
    color: #000000;
    margin-bottom: 0;
}

.serviceHeadered__search {
    flex: 1;
}

.search_filter {
    position: relative;
}

.search_filter_input {
    background-color: #fff;
    width: 100%;
    border: none;
    outline: none;
    padding: 36px 50px 36px 35px;
    font-size: .85rem;
    line-height: 1;
    color: #7D7D7D;
    font-family: 'GraphikLCG', sans-serif;
}

.search_filter_placeholder {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .85rem;
    color: #7D7D7D;
    padding: 32px 35px;
    width: 100%;
}

.search_filter_placeholder a {
    color: #009CA3;
    border-bottom: 1px dotted;
}


.serviceCardHaedered {
    padding: 33px 0 46px;
}

.serviceCardHaedered .row {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.btn_search_filter {
    position: absolute;
    right: 26px;
    top: 31px;
    width: 24px;
    height: 24px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -2px -2px;
}

.service_btn_filter {
    font-weight: 500;
    font-size: .85rem;
    border-radius: 9px;
    color: #009CA3;
    font-family: 'GraphikLCG', sans-serif;
    padding: 18px 33px;
    background-color: transparent;
    font-weight: 500;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
    border: 1px solid #009CA3;
	transition: opacity .25s ease-out;
}
.service_btn_filter:hover {
	opacity: .75;
}
.service_btn_filter.active {
    color: #fff;
    background-color: #009CA3;
}


.serviceCardCatalog .row {
    margin-left: -8px;
    margin-right: -8px;
    overflow: visible !important;
}

.section_service_cards  {
  overflow: hidden;
}

.serviceCardCatalog .col-4,
.serviceCardCatalog .col-8,
.serviceCardCatalog .col-12,
.serviceCardCatalog .service-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 26px;
}

.serviceCardFilter {
    margin-bottom: 7px;
}

.cardItem__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #000000;
    margin-bottom: 17px;
}

.cardItem__description {
    font-size: .85rem;
    line-height: 1.64;
    margin-bottom: 18px;
    color: #000000;
    height: 44px;
    //overflow: hidden;
}

.cardItem__price {
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 1.22;
    color: #000000;
    padding-left: 35px;
    position: relative;
	margin: 0 30px 20px;
}

.cardItem__price:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -39px -5px;
}

.cardItem__info {
    padding: 0 30px 25px;
    
    position: relative;
    z-index: 150;
}

.cardItem__footer {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	
}

.cardItem__image {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardItem__image img {
    max-width: 100%;
	max-height: 100%;
    display: block;
}

.cardItem__company {
    font-size: .85rem;
    line-height: 28px;
    color: #000000;
    opacity: 0.5;
    padding: 9px 32px 12px;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.cardItem {
    border-radius: 9px;
    display: block;
    position: relative;
    box-shadow: 0px 0 0 var(--box-shadow-color);
    transition: all .25s ease-out;
}

.cardItem:hover {
    box-shadow: 0px 4px 30px var(--box-shadow-color);
}

.cardItem__more {
    position: absolute;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 9px 9px;
    font-weight: 500;
    font-size: 1.15rem;
    color: #009CA3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;

}

.cardItem:hover .cardItem__more {
    opacity: 1;
    height: 70px;
}

.cardItem__label {
    border-radius: 22px;
    position: absolute;
    left: 27px;
    top: -8px;
    font-weight: 500;
    font-size: .75rem;
    z-index: 100;
    padding: .25rem 1rem;
}


.card_orange {
    background: linear-gradient(360deg, #FFA41C 0%, rgba(255, 164, 28, 0) 59.7%), #FFFFFF;
}

.card_blue_light {
    background: linear-gradient(360deg, #C6F0FF 52.68%, rgba(255, 255, 255, 0) 94.9%), #FFFFFF;
}

.card_purple {
    background: linear-gradient(360deg, #DFEAFF 50%, rgba(255, 255, 255, 1) 82.44%);
}

.card_violet {
    background: linear-gradient(360deg, #BCA4FF 2.26%, rgba(255, 255, 255, 1) 100%);
}

.card_blue {
    background: linear-gradient(360deg, #46cdf5 50%, rgba(42, 204, 252, 0) 70.57%);
}

.card_yellow {
    background: linear-gradient(1.93deg, #FFF281 50%, rgba(255, 255, 255, 0) 75.37%);
}


.label_sale {
    background-color: #47B023;
    color: #FFFFFF;
}

.label_consult {
    background-color: #485150;
    color: #fff;
}

.label_gift {
    background-color: #24B9F9;
    color: #fff;
}

.label_free {
    background-color: #CC343D;
    color: #fff;
}

.service-col {
    height: 452px;
}

.card_banner_title {
    font-size: 2rem;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.card_banner_description {
    font-size: 1.15rem;
    line-height: 1.56;
    color: #FFFFFF;
}

.card_banner {
    position: relative;
    height: 100%;
    display: block;
    border-radius: 9px;
    overflow: hidden;
}

.card_banner_image {
  transition: all 0.3s ease-out;
}

.card_banner:hover .card_banner_image {
  transform: scale(1.1);
}

.col-banner {
    height: 452px;
}

.col-banner-full {
    height: 150px;
}


.card_banner_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card_banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.card_banner_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 27px 39px;
    z-index: 10;
}

.card_banner_logo {
    background-image: url(/local/templates/template/css/../img/logo_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 17px;
    width: 156px;
    height: 39px;
    background-size: 88%;
}

.card_banner_logo_large {
    width: 184px;
    height: 53px;
    right: 24px;
    top: 20px;
}

.card_banner_logo_black {
    background-color: rgba(53, 53, 53, 0.7);
}

.card_banner_logo_green {
    background-color: #126C75;
}

.cardItem__image_large {
    align-items: flex-start;
}

.cardItem__image_blur {
    position: relative;    
}

.cardItem__image_blur:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
    right: 0;
    height: 140px;
    background: linear-gradient(360deg, #46cdf5 50%, rgba(42, 204, 252, 0) 70.57%);
}


.cardItem_color_white .cardItem__title,
.cardItem_color_white .cardItem__description,
.cardItem_color_white .cardItem__price,
.cardItem_color_white .cardItem__company {
    color: #fff;
}

.cardItem_color_white .cardItem__company {
    opacity: 0.7;
}

.cardItem_color_white .cardItem__price:before {
    filter: brightness(10.5);
}

.cardItem__description_large {
    height: 62px;
    margin-bottom: 26px;
}


.card_banner_full {
    height: 150px;
}

.card_banner_full .card_banner_content {
    top: 20px;
    left: 30px;
    bottom: 20px;
    padding-left: 0;
    padding-bottom: 0;
}

.card_banner_full .card_banner_title {
    font-size: 1.75rem;
    line-height: 1.23;
    margin-bottom: 4px;
}

.cardItem__row {
    align-items: center;
    display: flex;
}

.cardItem__image_col {
    flex: 0 0 55%;
    max-width: 55%;
}

.cardItem__content_col {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 40px;
}

.cardItem__large .cardItem__description {
    margin-bottom: 60px;
    
}

.cardItem__large {
    padding-top: 82px;
    padding-bottom: 50px;
}

.cardItem__large .cardItem__image {
    height: 320px;
}

.cardItem__large .cardItem__image img {
    height: 100%;
    object-fit: contain;
}

.cardItem__large .cardItem__price {
    margin-bottom: 30px;
}

.cardItem__large .cardItem__company {
    padding: 0;
    opacity: 0.7;
    color: #000;
}

.cardItem__large.card_violet {
    background: linear-gradient(360deg, #BDA5FF 0%, #FFFFFF 70.57%);
}

.section_headered h2 {
    margin: 0;
}

.section_headered {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_headered {
    margin-bottom: 49px;
}

.articleItem {
    display: block;
    border-radius: 9px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
	transition: opacity .25s ease-out;
}
.articleItem:hover {
	opacity: .75;
}

.articleItem__image {
    height: 200px;
    width: 100%;
}

.articleItem__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articleItem__content {
    padding: 34px 34px 30px;
    position: relative;
}

.articleItem__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 34px;
    height: 130px;
    padding-right: 20px;
}

.articleItem__date {
    font-size: .85rem;
}

.articleItem__label {
    position: absolute;
    left: 34px;
    top: -14px;
    font-size: .75rem;
    color: #FFFFFF;
    border-radius: 22px;
    padding: 4px 12px;
}

.articleItem__label_grey {
    background-color: #737473;
}

.articleItem__label_blue {
    background-color: #4468B6;
}

.section_articles {
    padding-bottom: 74px;
}




.search_filter_input::placeholder {
    color: transparent;
}


.header_mobile {
    display: none;
    padding:  15px 20px;
    box-shadow: 0px 4px 12px rgba(73, 82, 83, 0.07);
    position: relative;
    z-index: 10;
}

.header_mobile_col_1 {
    flex: 1;
}
.header_mobile_col_2 {
  flex: 0 0 50px;
  max-width: 50px;
}
.header_mobile .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.btn_toggle {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 19px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer;
  border: none;
  position: relative;
  margin-right: 6px;
}

.btn_toggle_top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 1px solid #000;
  border-radius: 9px;
  transition: all 0.3s ease;
}

.btn_toggle_middle {
  position: absolute;
  left: 0;
  top: 6.5px;
  right: 0;
  border: 1px solid #000;
  border-radius: 9px;
  transition: all 0.3s ease;
}

.btn_toggle_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  border-radius: 9px;
  transition: all 0.3s ease;
}

.btn_toggle.active .btn_toggle_top {
  transform: rotate(45deg);
  top: 6px;
}

.btn_toggle.active .btn_toggle_middle {
  opacity: 0;
}

.btn_toggle.active .btn_toggle_bottom {
  transform: rotate(-45deg);
  bottom: 7px;
}



.header_molbile_logo {
  display: inline-block;
  vertical-align: middle;
  
  max-width: 120px;
}
.header_molbile_logo img {
  width: 100%;
}

.btn_personal {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(/local/templates/template/css/../img/user.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.btn_personal.btn_login {
	background-image: url(/local/templates/template/css/../img/login.svg);
}

.serviceHeadered__search_mobile {
    flex: 0 0 60px;
    max-width: 60px;
    text-align: center;
}

.btn_search {
    width: 24px;
    height: 24px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -2px -2px;
}

.card_banner_image_mob {
    display: none;
}


.owl-carousel button.owl-dot {
    background: #AFAFAF;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: none;
    margin: 0 8px;
}

.owl-carousel button.owl-dot.active {
    background-color: #009CA3;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.articlesWrapButton {
    display: none;
}


.popup_menu {
    background-color: #fff;
    z-index: 1000;
    width: 310px;
    height: 100%;
    position: relative;
    z-index: 10;
}

.popup_menu_wrap {
    position: fixed;
    left: 0;
    top: 62px;
    width: 100%;
    height: 100vh;
    background-color: rgba(32,64,66, 0.8);
    z-index: 1000;
    left: -105vw;
}

.popup_menu_wrap.active {
    left: 0;
}

.popup_menu_overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup_menu_user {
    padding: 26px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.45;
    color: #000000;
    padding-right: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.popup_menu_list_item a {
    padding: 20px 25px;
    display: block;
    font-size: 1rem;
    line-height: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #000000;
}

.popup_menu_list_item a.active {
    box-shadow: inset 3px 0px #009CA3;
    font-weight: bold;
}

.popup_menu_list_item .header_auth_handle_item_text {
    color: #000;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

.popup_menu_row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 65px;
}

.popup_menu_list_border {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.serviceHeadered__search_mobile {
    display: none;
}

.cardItem__row_mobile {
    display: none;
}


.search_filter_input.placeholder_active::placeholder {
    color: #7d6d6d;
}

.service-col {
    display: block;
    transition: all 0.6s ease;
}

.service-col.none_active {
    display: none;
}

.service-col.active {
    display: block;
}






.col-banner-full .cardItem__title,
.col-banner .cardItem__title {
    display: none;
}

.serviceCardCatalog .service-col {
    margin-bottom: 0;
    margin-top: 26px;
}

.cardItem {
    height: 100%;
}





.row--centered {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.aspect {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.aspect--16x9 {
  padding-bottom: 56.25%
}

.aspect--9x16 {
  padding-bottom: 177.77778%
}

.aspect--4x3 {
  padding-bottom: 75%
}

.aspect--3x4 {
  padding-bottom: 133.33333%
}

.aspect--3x2 {
  padding-bottom: 66.66667%
}

.aspect--3x1 {
  padding-bottom: 33.33333%
}

.aspect--2x3 {
  padding-bottom: 150%
}

.aspect--2x1 {
  padding-bottom: 50%
}

.aspect--1x2 {
  padding-bottom: 200%
}

.aspect--1x1 {
  padding-bottom: 100%
}

.aspect--none {
  height: auto;
  overflow: visible;
  padding-bottom: 0
}

.aspect--none>.aspect__inner {
  position: static
}

.aspect>div,
.aspect__inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.col-1\@lg,
.col-1\@md,
.col-1\@sm,
.col-1\@xs,
.col-2\@lg,
.col-2\@md,
.col-2\@sm,
.col-2\@xs,
.col-3\@lg,
.col-3\@md,
.col-3\@sm,
.col-3\@xs,
.col-4\@lg,
.col-4\@md,
.col-4\@sm,
.col-4\@xs,
.col-5\@lg,
.col-5\@md,
.col-5\@sm,
.col-5\@xs,
.col-6\@lg,
.col-6\@md,
.col-6\@sm,
.col-6\@xs,
.col-7\@lg,
.col-7\@md,
.col-7\@sm,
.col-7\@xs,
.col-8\@lg,
.col-8\@md,
.col-8\@sm,
.col-8\@xs,
.col-9\@lg,
.col-9\@md,
.col-9\@sm,
.col-9\@xs,
.col-10\@lg,
.col-10\@md,
.col-10\@sm,
.col-10\@xs,
.col-11\@lg,
.col-11\@md,
.col-11\@sm,
.col-11\@xs,
.col-12\@lg,
.col-12\@md,
.col-12\@sm,
.col-12\@xs {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs,
.col-10\@xs,
.col-11\@xs,
.col-12\@xs {
  float: left
}

.aspect--16x9\@xs {
  padding-bottom: 56.25%
}

.aspect--9x16\@xs {
  padding-bottom: 177.77778%
}

.aspect--4x3\@xs {
  padding-bottom: 75%
}

.aspect--3x4\@xs {
  padding-bottom: 133.33333%
}

.aspect--3x2\@xs {
  padding-bottom: 66.66667%
}

.aspect--3x1\@xs {
  padding-bottom: 33.33333%
}

.aspect--2x3\@xs {
  padding-bottom: 150%
}

.aspect--2x1\@xs {
  padding-bottom: 50%
}

.aspect--1x2\@xs {
  padding-bottom: 200%
}

.aspect--1x1\@xs {
  padding-bottom: 100%
}

.aspect--none\@xs {
  height: auto;
  overflow: visible;
  padding-bottom: 0
}

.aspect--none\@xs>.aspect__inner {
  position: static
}

.col-1\@xs {
  width: 16.66667%
}

.col-2\@xs {
  width: 33.33333%
}

.col-3\@xs {
  width: 50%
}

.col-4\@xs {
  width: 66.66667%
}

.col-5\@xs {
  width: 83.33333%
}

.col-6\@xs {
  width: 100%
}

.col-pull-0\@xs {
  right: auto
}

.col-pull-1\@xs {
  right: 16.66667%
}

.col-pull-2\@xs {
  right: 33.33333%
}

.col-pull-3\@xs {
  right: 50%
}

.col-pull-4\@xs {
  right: 66.66667%
}

.col-pull-5\@xs {
  right: 83.33333%
}

.col-pull-6\@xs {
  right: 100%
}

.col-push-0\@xs {
  left: auto
}

.col-push-1\@xs {
  left: 16.66667%
}

.col-push-2\@xs {
  left: 33.33333%
}

.col-push-3\@xs {
  left: 50%
}

.col-push-4\@xs {
  left: 66.66667%
}

.col-push-5\@xs {
  left: 83.33333%
}

.col-push-6\@xs {
  left: 100%
}

.col-offset-0\@xs {
  margin-left: 0
}

.col-offset-1\@xs {
  margin-left: 16.66667%
}

.col-offset-2\@xs {
  margin-left: 33.33333%
}

.col-offset-3\@xs {
  margin-left: 50%
}

.col-offset-4\@xs {
  margin-left: 66.66667%
}

.col-offset-5\@xs {
  margin-left: 83.33333%
}

.col-offset-6\@xs {
  margin-left: 100%
}

@media screen and (min-width:768px) {
  .col-1\@sm,
  .col-2\@sm,
  .col-3\@sm,
  .col-4\@sm,
  .col-5\@sm,
  .col-6\@sm,
  .col-7\@sm,
  .col-8\@sm,
  .col-9\@sm,
  .col-10\@sm,
  .col-11\@sm,
  .col-12\@sm {
    float: left
  }
  .aspect--16x9\@sm {
    padding-bottom: 56.25%
  }
  .aspect--9x16\@sm {
    padding-bottom: 177.77778%
  }
  .aspect--4x3\@sm {
    padding-bottom: 75%
  }
  .aspect--3x4\@sm {
    padding-bottom: 133.33333%
  }
  .aspect--3x2\@sm {
    padding-bottom: 66.66667%
  }
  .aspect--3x1\@sm {
    padding-bottom: 33.33333%
  }
  .aspect--2x3\@sm {
    padding-bottom: 150%
  }
  .aspect--2x1\@sm {
    padding-bottom: 50%
  }
  .aspect--1x2\@sm {
    padding-bottom: 200%
  }
  .aspect--1x1\@sm {
    padding-bottom: 100%
  }
  .aspect--none\@sm {
    height: auto;
    overflow: visible;
    padding-bottom: 0
  }
  .aspect--none\@sm>.aspect__inner {
    position: static
  }
  .col-1\@sm {
    width: 8.33333%
  }
  .col-2\@sm {
    width: 16.66667%
  }
  .col-3\@sm {
    width: 25%
  }
  .col-4\@sm {
    width: 33.33333%
  }
  .col-5\@sm {
    width: 41.66667%
  }
  .col-6\@sm {
    width: 50%
  }
  .col-7\@sm {
    width: 58.33333%
  }
  .col-8\@sm {
    width: 66.66667%
  }
  .col-9\@sm {
    width: 75%
  }
  .col-10\@sm {
    width: 83.33333%
  }
  .col-11\@sm {
    width: 91.66667%
  }
  .col-12\@sm {
    width: 100%
  }
  .col-pull-0\@sm {
    right: auto
  }
  .col-pull-1\@sm {
    right: 8.33333%
  }
  .col-pull-2\@sm {
    right: 16.66667%
  }
  .col-pull-3\@sm {
    right: 25%
  }
  .col-pull-4\@sm {
    right: 33.33333%
  }
  .col-pull-5\@sm {
    right: 41.66667%
  }
  .col-pull-6\@sm {
    right: 50%
  }
  .col-pull-7\@sm {
    right: 58.33333%
  }
  .col-pull-8\@sm {
    right: 66.66667%
  }
  .col-pull-9\@sm {
    right: 75%
  }
  .col-pull-10\@sm {
    right: 83.33333%
  }
  .col-pull-11\@sm {
    right: 91.66667%
  }
  .col-pull-12\@sm {
    right: 100%
  }
  .col-push-0\@sm {
    left: auto
  }
  .col-push-1\@sm {
    left: 8.33333%
  }
  .col-push-2\@sm {
    left: 16.66667%
  }
  .col-push-3\@sm {
    left: 25%
  }
  .col-push-4\@sm {
    left: 33.33333%
  }
  .col-push-5\@sm {
    left: 41.66667%
  }
  .col-push-6\@sm {
    left: 50%
  }
  .col-push-7\@sm {
    left: 58.33333%
  }
  .col-push-8\@sm {
    left: 66.66667%
  }
  .col-push-9\@sm {
    left: 75%
  }
  .col-push-10\@sm {
    left: 83.33333%
  }
  .col-push-11\@sm {
    left: 91.66667%
  }
  .col-push-12\@sm {
    left: 100%
  }
  .col-offset-0\@sm {
    margin-left: 0
  }
  .col-offset-1\@sm {
    margin-left: 8.33333%
  }
  .col-offset-2\@sm {
    margin-left: 16.66667%
  }
  .col-offset-3\@sm {
    margin-left: 25%
  }
  .col-offset-4\@sm {
    margin-left: 33.33333%
  }
  .col-offset-5\@sm {
    margin-left: 41.66667%
  }
  .col-offset-6\@sm {
    margin-left: 50%
  }
  .col-offset-7\@sm {
    margin-left: 58.33333%
  }
  .col-offset-8\@sm {
    margin-left: 66.66667%
  }
  .col-offset-9\@sm {
    margin-left: 75%
  }
  .col-offset-10\@sm {
    margin-left: 83.33333%
  }
  .col-offset-11\@sm {
    margin-left: 91.66667%
  }
  .col-offset-12\@sm {
    margin-left: 100%
  }


}

@media screen and (min-width:1024px) {
  .col-1\@md,
  .col-2\@md,
  .col-3\@md,
  .col-4\@md,
  .col-5\@md,
  .col-6\@md,
  .col-7\@md,
  .col-8\@md,
  .col-9\@md,
  .col-10\@md,
  .col-11\@md,
  .col-12\@md {
    float: left
  }
  .aspect--16x9\@md {
    padding-bottom: 56.25%
  }
  .aspect--9x16\@md {
    padding-bottom: 177.77778%
  }
  .aspect--4x3\@md {
    padding-bottom: 75%
  }
  .aspect--3x4\@md {
    padding-bottom: 133.33333%
  }
  .aspect--3x2\@md {
    padding-bottom: 66.66667%
  }
  .aspect--3x1\@md {
    padding-bottom: 33.33333%
  }
  .aspect--2x3\@md {
    padding-bottom: 150%
  }
  .aspect--2x1\@md {
    padding-bottom: 50%
  }
  .aspect--1x2\@md {
    padding-bottom: 200%
  }
  .aspect--1x1\@md {
    padding-bottom: 100%
  }
  .aspect--none\@md {
    height: auto;
    overflow: visible;
    padding-bottom: 0
  }
  .aspect--none\@md>.aspect__inner {
    position: static
  }
  .col-1\@md {
    width: 8.33333%
  }
  .col-2\@md {
    width: 16.66667%
  }
  .col-3\@md {
    width: 25%
  }
  .col-4\@md {
    width: 33.33333%
  }
  .col-5\@md {
    width: 41.66667%
  }
  .col-6\@md {
    width: 50%
  }
  .col-7\@md {
    width: 58.33333%
  }
  .col-8\@md {
    width: 66.66667%
  }
  .col-9\@md {
    width: 75%
  }
  .col-10\@md {
    width: 83.33333%
  }
  .col-11\@md {
    width: 91.66667%
  }
  .col-12\@md {
    width: 100%
  }
  .col-pull-0\@md {
    right: auto
  }
  .col-pull-1\@md {
    right: 8.33333%
  }
  .col-pull-2\@md {
    right: 16.66667%
  }
  .col-pull-3\@md {
    right: 25%
  }
  .col-pull-4\@md {
    right: 33.33333%
  }
  .col-pull-5\@md {
    right: 41.66667%
  }
  .col-pull-6\@md {
    right: 50%
  }
  .col-pull-7\@md {
    right: 58.33333%
  }
  .col-pull-8\@md {
    right: 66.66667%
  }
  .col-pull-9\@md {
    right: 75%
  }
  .col-pull-10\@md {
    right: 83.33333%
  }
  .col-pull-11\@md {
    right: 91.66667%
  }
  .col-pull-12\@md {
    right: 100%
  }
  .col-push-0\@md {
    left: auto
  }
  .col-push-1\@md {
    left: 8.33333%
  }
  .col-push-2\@md {
    left: 16.66667%
  }
  .col-push-3\@md {
    left: 25%
  }
  .col-push-4\@md {
    left: 33.33333%
  }
  .col-push-5\@md {
    left: 41.66667%
  }
  .col-push-6\@md {
    left: 50%
  }
  .col-push-7\@md {
    left: 58.33333%
  }
  .col-push-8\@md {
    left: 66.66667%
  }
  .col-push-9\@md {
    left: 75%
  }
  .col-push-10\@md {
    left: 83.33333%
  }
  .col-push-11\@md {
    left: 91.66667%
  }
  .col-push-12\@md {
    left: 100%
  }
  .col-offset-0\@md {
    margin-left: 0
  }
  .col-offset-1\@md {
    margin-left: 8.33333%
  }
  .col-offset-2\@md {
    margin-left: 16.66667%
  }
  .col-offset-3\@md {
    margin-left: 25%
  }
  .col-offset-4\@md {
    margin-left: 33.33333%
  }
  .col-offset-5\@md {
    margin-left: 41.66667%
  }
  .col-offset-6\@md {
    margin-left: 50%
  }
  .col-offset-7\@md {
    margin-left: 58.33333%
  }
  .col-offset-8\@md {
    margin-left: 66.66667%
  }
  .col-offset-9\@md {
    margin-left: 75%
  }
  .col-offset-10\@md {
    margin-left: 83.33333%
  }
  .col-offset-11\@md {
    margin-left: 91.66667%
  }
  .col-offset-12\@md {
    margin-left: 100%
  }
}




.footer img {
    width: 100%;
    display: block;
}


/*POPUP*/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 1000;
    display: none;
    overflow: auto;
}

.popup_content {
    background: #FFFFFF;
    border-radius: 9px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 625px;
    padding: 60px 0 0;
}

.popup_content:not(.popup_content_large) {
	max-width: 500px;
	width: calc(100% - 20px);
}

.popup_content_title {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    margin-bottom: 1rem;
}

.popup_form_label {
    font-weight: 600;
    font-size: 1rem;
    line-height: 2rem;
    color: #000000;
    text-align: center;
}

.popup_content_icon {
    text-align: center;
    margin-bottom: 2rem;
}

.popup_content_icon img {
	max-width: 160px;
}

.popup_form {
	padding-bottom: 2rem;
	max-width: unset;
	width: 100%;
	padding: 0 2rem 2rem;
    margin-left: auto;
    margin-right: auto;
}

.popup_form_input {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    outline: none;
    font-weight: normal;
    font-size: 16px;
    height: 60px;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    font-family: 'GraphikLCG', sans-serif;
    color: #000000;
	-webkit-appearance: none;
}

/* input::placeholder {
	color: #ACACAC;
} */

.popup_form_row {
    margin-bottom: 1rem;
}

.popup_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox_label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox_text {
    font-size: 1rem;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}

.checkbox_input {
    display: none;
}

.checkbox_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;;
}

.checkbox_input:checked + .checkbox_text:before {
    background-image: url(/local/templates/template/css/../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.link {
    color: #009CA3;
    font-size: 1rem;
}

.popup_form_button {
    margin-top: 1rem;
}

.popup_form_button .btn_orange {
    width: 100%;
    height: 60px;
	margin-top: 1rem;
}



.popup_bottom {
    border-top: 1px solid #E8E8E8;
    padding: 26px 10px;
    text-align: center;
}

.popup_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/template/css/../img/x.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}

.popup_data_check_title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 24px;
    color: #000000;
}

.popup_data_check {
    background: #F5F6F7;
    border-radius: 9px;
    margin-top: 18px;
    padding: 23px 32px 20px;
    position: relative;
}

.sendPhoneCode, .sendEmailCode, .sendEmailFeedCode{
	background: #F5F6F7;
    border-radius: 9px;
    margin-top: 18px;
    padding: 23px 32px 20px;
    position: relative;
	display: none;
	text-align: center;
}
#popup_feedback input{
	-webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #000;
}
#popup_feedback .tq_input_loader{
		-webkit-box-shadow: inset 0 0 0 50px #e3e3e3;
}
.popup_data_check:before, .sendPhoneCode:before, .sendEmailCode:before, .sendEmailFeedCode:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 32px;
  height: 28px;
  transform: translateX(-50%);
  background-image: url(/local/templates/template/css/../img/triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.popup_data_user,
.popup_data_name {
    font-weight: 600;
    line-height: 1.56;
}

.popup_data_name,
.popup_data_value {
    display: inline;
}

.popup_data_list {
    line-height: 1.56;
    margin-bottom: 20px;
}

.btn_border {
    font-weight: 500;
    font-size: 1.15rem;
    background: #FFFFFF;
    border: 1px solid #FBA93B;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 45px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    color: #000;
    font-family: 'GraphikLCG', sans-serif;
	transition: all 0.3s ease-out;
}

.btn_border:hover {
	color: #FBA93B;
}

.btn_border_transparent {
  background-color: transparent;
  border-radius: 9px;
}

.popup_data_form_row {
    display: flex;
    align-items: center;   

}

.popup_data_form_input input {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    width: 100%;
    outline: none;
    font-family: 'GraphikLCG', sans-serif;
    text-align: center;
	-webkit-appearance: none;
	font-size: 16px;
}

.popup_data_form_input {
    flex: 1;
    padding-right: 20px;
}

.popup_resend {
    text-align: center;
}

.overflow_popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.serviceCardHaedered {
  overflow: hidden;
}

.search_container_mobile {
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%;
  box-shadow: 0px 6px 7px rgba(0,0,0,0.1);
  right: -100vw;
  opacity: 0;
  transition: all 0.3s ease;
}

.search_container_mobile.show {
  right: 0;
  opacity: 1;
}

.search_container_mobile .search_filter_input {
  height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: .85rem;
  padding-left: 51px;
}

.close_search_mobile {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  outline: none;
}

.close_search_mobile:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  height: 2px;
  background-color: #A6A6A6;
  width: 100%;
  left: 0;
  top: 12px;
  border-radius: 8px;
}

.close_search_mobile:after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  height: 2px;
  background-color: #A6A6A6;
  width: 100%;
  left: 0;
  top: 12px;
  border-radius: 8px;
}

.search_container_mobile:before {
  content:"";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/template/css/../img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
}



/*LANDING*/

.headeredPage {
  background-image: url(/local/templates/template/css/../img/headered_bg.png); 
  background-repeat: no-repeat;
  background-size: cover;
/*   border-radius: 9px; */
  position: relative;
  margin-bottom: 84px;
}

.headeredPage__content {
  padding-top: 110px;
  display: flex;
  padding-bottom: 60px;
}

.headeredPage__logo_col {
  flex: 0 0 375px;
  max-width: 375px;
}

.headeredPage__main_col {
  flex: 1;
  max-width: 650px;
  padding-left: 30px;
}

.headeredPage__title {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.headeredPage__main {
  padding-top: 65px;
}

.headeredLinkBack {
  position: absolute;
  font-size: 1rem;
  line-height: 1.8;
  color: #FFFFFF;
  text-decoration: none;
  left: 36px;
  top: 52px;
  padding-left: 42px;
}

.headeredLinkBack:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/template/css/../img/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
}


.sectionHeadered {
  margin-bottom: 40px;
}

.sectionTitle {
  font-size: 2rem;
  line-height: 1.55;
  color: #000000;
  margin-bottom: 22px;
}

.sectionDescription {
  max-width: 755px;
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
}

.oppurtunitiesServiceItem {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  padding: 76px 20px;
  height: 100%;
  border-right: none;
  border-bottom: none;
}


.oppurtunitiesService .col-4:nth-child(3n) .oppurtunitiesServiceItem {
  border-right: 1px solid #DDDDDD;
}

.oppurtunitiesService .col-4:first-child .oppurtunitiesServiceItem {
  border-radius: 9px 0 0 0;
}

.oppurtunitiesService .col-4:last-child .oppurtunitiesServiceItem {
  border-radius: 0 0 9px 0;
  border-bottom: 1px solid #DDDDDD;
}

.oppurtunitiesService .col-4:nth-last-child(3) .oppurtunitiesServiceItem {
  border-radius: 0 0 0 9px;
  border-bottom: 1px solid #DDDDDD;
}

.oppurtunitiesService .col-4:nth-last-child(2) .oppurtunitiesServiceItem {
  border-bottom: 1px solid #DDDDDD;
}


.oppurtunitiesServiceItem__icon {
  flex: 0 0 67px;
  max-width: 67px;
  margin-right: 31px;
}

.oppurtunitiesServiceItem__title {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #000000;
  flex: 0 0 205px;

}

.oppurtunitiesService .row {
  margin-left: 0;
  margin-right: 0;
}

.oppurtunitiesService .col-4 {
  padding-left: 0;
  padding-right: 0;
}

.section_opportunities {
  padding-bottom: 66px;
}

.howWorkingWrap_col_1 {
  flex: 0 0 460px;
  max-width: 460px;
  padding-left: 128px;
}

.howWorkingWrap_col_2 {
  flex: 1;
  padding-right: 60px;
}

.howWorkingWrap {
  background-color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding: 93px 0;
}

.section_how_working {
  padding-top: 76px;
  padding-bottom: 105px;
}

.howWorkingSteps {
  display: flex;
}

.howWorkingStep__numb {
  background: #009CA3;
  border: 1px solid #009CA3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  line-height: 80px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.howWorkingStep {
  text-align: center;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  position: relative;
}

.howWorkingStep__title {
  text-align: center;
  font-size: 1rem;
}

.howWorking__title {
  margin-bottom: 0;
}

.howWorkingStep:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 39px;
  width: 200px;
  height: 1px;
  background-color: #DDDDDD;
}

.howWorkingStep:last-child:after {
  display: none;
}

.howWorking__title {
  position: relative;
}

.howWorking__title:before {
  content: "";
  position: absolute;
  left: -135px;
  top: 30px;
  width: 78px;
  height: 100px;
  background-image: url(/local/templates/template/css/../img/quetion_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}


.tariffCarouselItem {
  background: #FFFFFF;
  border-radius: 9px;
  padding: 62px 28px  46px;
  position: relative;
  overflow: hidden;
}

.tariffCarouselItem__title {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 35px;
  text-align: center;
}

.tariffCarouselItem__price {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #000000;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

.tariffCarouselItem__priceWrap {
  margin-bottom: 45px;
  text-align: center;
}

.tariffCarouselItem__price:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url(/local/templates/template/css/../img/sprite.svg);
  background-size: 288px;
  background-position: -39px -5px;
}

.tariffCarouselItem__list {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  min-height: 180px;
  margin-bottom: 1rem;
}

.tariffCarouselItem__list li {
  text-align: center;
  font-size: .85rem;
  line-height: 1.4;
  margin-bottom: .5rem;
}

.tariffCarouselItem__list li:last-child {
  margin-bottom: 0;
}

.tariffCarouselItem__button {
  text-align: center;
}

.tariffCarouselItem__best {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: .75rem;
  line-height: 40px;
  color: #FFFFFF;
  background: #24B9F9;
  text-align: center;
}

.section_tariff  {
  padding-bottom: 85px;
}

.section_faq {
  padding-top: 75px;
  padding-bottom: 42px;
}


.dropdown_container {
  background: #FFFFFF;
  border: 1px solid #E9EBED;
  border-radius: 9px;
  user-select: none;
  margin-bottom: 20px;
}

.dropdown_title {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #009CA3;
  padding: 32px 40px;
  position: relative;
  cursor: pointer;
}

.dropdown_title:after {
  content: "+";
  font-size: 2.5rem;
  line-height: 1.3;
  color: #009CA3;
  position: absolute;
  right: 32px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown_content {
  padding: 5px 40px 55px;
  padding-right: 120px;
  font-size: 1rem;
  line-height: 1.8;
  display: none;
  color: #000000;
}

.dropdown_container.open_dropdown .dropdown_title {
  color: #000;
}

.dropdown_container.open_dropdown .dropdown_title:after {
  content: "—";
}

.section_help {
  padding-top: 30px;
  padding-bottom: 45px;
}

.helpContainer {
  background: #F5F6F7;
  border-radius: 9px;
  padding: 46px 24px 66px;
}

.helpContainer__icon {
  margin-bottom: 30px;
  width: 105px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.helpContainer__icon img {
  width: 100%;
  display: block;
}

.helpContainer__title {
  text-align: center;
  margin-bottom: 35px;
}

.helpContainer__button {
  text-align: center;
}


.headeredLk_row {
  margin-left: 0;
  margin-right: 0;
}

.headeredLk_col_1 {
  flex:1;
  padding-right: 20px;
  order: 2;
}

.headeredLk_col_2 {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}

.headeredLk {
  padding-top: 45px;

}

.backLink__container {
  margin-bottom: 45px;
}

.backLink {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  padding-left: 42px;
  position: relative;
  display: inline-block;
}

.backLink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/template/css/../img/arrow_left_black.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.headeredBannerSliderItem {
  overflow: hidden;
}

.headeredBanner__row {
  display: flex;
}

.headeredBanner__col_1 {
  flex: 0 0 145px;
  max-width: 145px;
}

.headeredBanner__col_2 {
  flex: 0 0 275px;
  max-width: 275px;
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 10px;
}

.headeredBanner__col_3 {
  flex: 1;
  padding-right: 50px;
  padding-top: 10px;
}

.headeredBanner__image img {
  width: 100%;
  display: block;
}

.headeredBannerSliderItem__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  color: #000000;
  margin-bottom: 20px;
}

.headeredBannerSliderItem__company {
  font-size: .85rem;
  line-height: 2;
  color: #929292;
}

.headeredBannerSliderItem__price .cardItem__price {
  font-size: 1.25rem;
  padding-left: 35px;
}

.headeredBannerSliderItem__text {
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: .75rem;
}

.headeredLk__title {
  margin-bottom: 42px;
}

.lk_content  {
   padding-bottom: 40px;
}
.listorderest{
	padding-bottom: 30px;
}

.lkTableHeadered .row {
  margin-left: 0;
  margin-right: 0;
}

.lkTableHeadered {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  padding-bottom: 16px;
}

.lkTableHeadered_col_1 {
  flex: 0 0 30%;
  max-width: 30%;
}

.lkTableHeadered_col_2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 10px;
}

.lkTableHeadered_col_3 {
  flex: 0 0 10%;
  max-width: 10%;
}

.lkTableHeadered_col_4 {
  flex: 0 0 13%;
  max-width: 13%;
}

.lkTableHeadered_col_5 {
  flex: 0 0 9%;
  max-width: 9%;
}

.lkTableHeadered_col_6 {
  flex: 0 0 21%;
  max-width: 21%;
}

.lkTableHeadered_col_6 {
  flex: 0 0 13%;
  max-width: 13%;
}

.lkTableHeadered_col_7 {
  flex: 0 0 8%;
  padding-left: 5px;
  max-width: 8%;
}


.lkTableItem {
  background: #FFFFFF;
  border-radius: 9px;
  padding: 24px 0 24px;
  margin-bottom: 10px;
  transition: box-shadow .3s ease-out;
}
.lkTableItem:hover {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.lkTableItem_pb .row {
  padding-bottom: 36px;
}

.lkTableItem__company {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.lkTableItem__logo {
  flex: 0 0 80px;
  max-width: 80px;
}

.lkTableItem__logo img {
	max-width: 100%;
}

.lkTableItem__title {
  flex:1;
  padding-left: 25px;
  padding-right: 25px;
}

.lkTableItem__service {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 6px;
}
.lkTableItem__name {
	color: #777;
	font-size: .85rem;
}

.lkTableItem__tariff {
  font-size: 1rem;
}

.lkTableItem__date {
  font-size: 1.25rem;
}

.lkTableItem__cost {
  font-size: 1.25rem;
}

.lkTableItem {
  padding-bottom: 0;
}

.lkTableItem .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 24px;
}

.lkTable__more {
  font-size: 1rem;
  line-height: 1.8;
  color: #009CA3;
  white-space: nowrap;
  transition: 0.2s ease;
}

.lkTable__more:hover {
  opacity: 0.8;
}

.lkTableItem__status {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.4;
}

.status_active {
  border: 1px solid #11A420;
}

.status_not_active {
  border: 1px solid #FF0000;
}

.status_consider {
  border: 1px solid #FBA93B;
}

.status_done {
  border: 1px solid #009CA3;
}

.handleService {
  position: relative;
  background: #FFFFFF;
  border-radius: 0px 0px 9px 9px;
  padding: 30px;
  border-top: 3px solid #f5f6f7;
  display: none;
}


.handleService__title {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 26px;
}

.handleServiceButtons__row button {
  font-size: 1.25rem;
  padding: 25px 42px;
  margin-right: 10px;
  border-radius: 9px;
}

.handleServiceButtons {
  margin-bottom: 24px;
}

.handleServiceTable__row {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  padding-top: 16px;
}

.handleServiceTable__col_1 {
  flex: 0 0 14%;
  max-width: 14%;
}

.handleServiceTable__col_2 {
  flex: 0 0 40%;
  max-width: 40%;
}

.handleServiceTable__col_3 {
  flex: 0 0 22%;
  max-width: 22%;
}

.handleServiceTable__col_4 {
  flex: 0 0 15%;
  max-width: 15%;
}

.handleServiceTable__col_5 {
  flex: 0 0 9%;
  max-width: 9%;
}


.handleServiceTable__account {
  padding-left: 23px;
  position: relative;
}

.handleServiceTable__account:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/template/css/../img/filetext.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.handleServiceTable__col_summ_1 {
  flex: 0 0 76%;
  max-width: 76%;
}

.handleServiceTable__col_summ_2 {
  flex: 0 0 24%;
  max-width: 24%;
}

.handleServiceTable__summ {
  font-weight: 500;
}

.handleServiceTable__row_summ {
  padding-top: 20px;
  border-bottom: none;
  padding-bottom: 0;
}


.section_subssribes {
  padding-bottom: 140px;
}

.lkTableHeadered_col_3_2 {
  flex: 0 0 12%;
  max-width: 12%;
}

.lkTableHeadered_col_4_2 {
  flex: 0 0 11%;
  max-width: 11%;
}

.lkTableHeadered_col_5_2 {
  flex: 0 0 13%;
  max-width: 13%;
}

.lkTableHeadered_col_6_2 {
  flex: 0 0 13%;
  max-width: 13%;
  padding-right: 45px;
}

.lkTableHeadered_col_5_3 {
  flex: 0 0 20%;
  max-width: 20%;
}

.lkTableHeadered_col_6_3 {
  flex: 0 0 10%;
  max-width: 10%;
  padding-right: 20px;
}


.section_orders {
  padding-bottom: 5rem;
}

.section_title {
  margin-bottom: 40px;
}

.serviceExamples__button {
  text-align: center;
  padding-top: 40px;
}

.section_service {
  padding-bottom: 66px;
}

.section_promocodes {
  padding-top: 130px;
  padding-bottom: 90px;
  background-color: #fff;
}

.promocodes_title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 80px;
}

.promocodeTableHeadered {
  padding-bottom: 12px;
}

.promocodeTable__row {
  display: flex;
}

.promocodeTable__col_1 {
  flex: 0 0 36%;
  max-width: 36%;
}

.promocodeTable__col_2 {
  flex: 0 0 45%;
  max-width: 45%;
}

.promocodeTable__col_3 {
  flex: 0 0 19%;
  max-width: 19%;
}

.promocodeTableItem__service {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 8px;
}

.promocodeContainer__link {
  color: #009CA3;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.promocodeContainer__link:hover {
  opacity: 0.8;
}

.promocodeContainer__hr {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}

.promocode {
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #000000;
}

.promocodeTableItem .promocodeTable__row {
  align-items: center;
}

.promocodeTableItem {
  padding-top: 42px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.promocodeTable__termin {
  padding-top: 50px;
}

.personalLk__title {
  margin-bottom: 42px;
}

.personalUserList__name {
  font-weight: 600;
  flex: 0 0 230px;
  white-space: nowrap;
  overflow: hidden;
}

.personalUserList__name:after {
  content: "...............................................................";
  font-weight: normal;
  color: #d3d3d3;
}

.personalUserList__row {
  display: flex;
  max-width: 640px;
  margin-bottom: 15px;
}

.personalUserName {
  font-weight: 600;
  margin-bottom: 18px;
}

.personalDataContainer {
  margin-bottom: 95px;
}

.personalDataFormRow {
  max-width: 865px;
}

.personalDataFormRow {
  display: flex;
  align-items: center;
  margin-bottom: 14px;

}

.personalDataForm__label {
  flex: 0 0 285px;
  max-width: 285px;
  font-weight: 600;
  padding-right: 20px;
}

.personalDataForm__input,
.personalDataForm__button,
.personalDataForm__text {
  flex: 1;
}

.input {
  background: #FFFFFF;
  outline: none;
  border: none;
  padding: 9px 20px;
  font-size: 1rem;
  line-height: 48px;
  font-family: inherit;
  color: #000;
  width: 100%;
  -webkit-appearance: none;
}

.personalDataForm__button {
  margin-top: 24px;
}

.personalDataForm__button .btn_orange,
.personalDataForm__button .btn_border {
  padding: 20px 50px;
  margin-right: 10px;
}

.personalDataForm__text {
  font-size: .85rem;
  line-height: 1.4;
  color: #7D7D7D;
  margin-top: 5px;
}

.personalDataChangeContainer {
  padding-bottom: 80px;
}

.personalPasswordChangeContainer {
  padding-bottom: 80px;
}

.personalLk {
  padding-bottom: 50px;
}


.table_popup_more {
  color: #009CA3;
  position: relative;
  padding-right: 18px;
  transition: all 0.2s ease;
}

.table_popup_more:hover {
  opacity: 0.8;
}

.table_popup_more:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/template/css/../img/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}


.select {
  user-select: none;
  position: relative;
}

.select__current {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  font-size: 1rem;
  line-height: 1.8;
  font-family: 'GraphikLCG', sans-serif;
  color: #9D9D9D;
  padding: 14px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  min-width: 150px;
    white-space: nowrap;
     overflow: hidden;
}

.select__current:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/template/css/../img/dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;

}
.select__current:before {
 content: "";
  position: absolute;
  right: 0;
  top: 0%;
  height: 100%;
	width: 40px;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff 30%);
}

.select__hidden {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 100;
      box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.select__hidden.active {
  display: block;
}

.select__list__item {
  font-size: 1rem;
  line-height: 1.4;
  color: #7D7D7D;
    padding: 10px 22px;
  border: 1px solid #EBEBEB;
  border-top: none;
  cursor: pointer;
}
.select__list__item:hover {
	background-color: #f5f5f5;
}
.dropdown_status .select__list__item {
  padding-left: 15px;
  padding-right: 15px;
}

.lkTableItem__status_select {
  padding-right: 40px;
  margin-left: -20px;
}


.lkTableItemDataUser {
  font-weight: 600; 
}

.lkTableItemData__name {
  font-weight: 600; 
  display: inline;
  vertical-align: middle;
}

.lkTableItemData__value {
  display: inline;
  vertical-align: middle;
}

.lkTableItemDataList {
  padding-right: 45px;
}


.lkTableItemHidden {
  border-top: 3px solid #F5F6F7;
  padding: 45px 62px 40px;
  display: none;
  margin-bottom: 30px;
}

.lkTableItemWrap .lkTableItem {
  padding: 0;
}

.lkTableItemWrap .lkTableItem .row {
  padding: 30px 0;
}


.lkTableItemHidden__col_1 {
  flex: 0 0 40%;
  max-width: 40%;
}

.lkTableItemHidden__col_2 {
  flex: 0 0 31%;
  max-width: 31%;
}

.lkTableItemHidden__col_3 {
  flex: 0 0 29%;
  max-width: 29%;
}

.lkTableItemContactPerson_name {
  font-weight: 600;
}

.lkTableItemHidden__row {
  display: flex;
}

.textarea {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  font-family: inherit;
  padding: 12px 10px;
  outline: none;
  resize: none;
  width: 100%;
  display: block;
  height: 140px;
  font-size: 16px;
}

.btn_large {
  padding: 19px 51px;
}

.lkTableMessageForm .textarea {
  margin-bottom: 22px;
}


.table_popup_more.active_more:after {
  transform: rotate(0deg);
}

.breadcrumbs__link {
  color: #000000;
  text-decoration: none;
}

.breadcrumbsItem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 52px;
}

.breadcrumbsItem:last-child {
  margin-right: 0;
}

.breadcrumbsItem:after {
  content: "-";
  position: absolute;
  right: -30px;
  top: 0px;
  font-size: 1rem;
  color: #000;
}

.breadcrumbsItem:last-child:after {
  display: none;
}

.breadcrumbs {
  padding: 35px 0;
}


.col-content-sidebar {
  flex: 0 0 350px;
  max-width: 350px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-content {
  flex: 1;
  max-width: calc(100% - 350px);
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar {
  background: #FFFFFF;
  border-radius: 9px;
  padding: 34px 18px 34px 23px;
}

.sidebarList__link {
  font-size: 1rem;
  line-height: 1.35;
  color: #009CA3;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 40px;
  transition: all 0.2s ease;
}

.sidebarList__link:hover {
  opacity: 0.8;
}

.sidebarList__link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/template/css/../img/right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.sidebarList__item {
  margin-bottom: 22px;
  position: relative;
}

.sidebarList__item:last-child {
  margin-bottom: 0;
}

.sidebarList__popup {
  position: absolute;
  left: 100%;
  background-color: #fff;
  transform: translateX(15px);
  z-index: 100;
  top: 0;
  width: 200px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
  display: none;
}

.sidebarList__popup:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  cursor: pointer;
  width: 20px;
  height: 100%;
}

.sidebarList__item:hover .sidebarList__popup {
  display: block;
}

.sidebarList__popupList__item a {
  display: block;
  padding: 8px 12px;
  font-size: .85rem;
  border-bottom: 1px solid #eee;
}

.sidebarList__popupList__item:last-child a {
  border-bottom: none;
}

.sidebarList__popupList__item a:hover {
  background-color: #eee;
}

.image_content {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 70px;
  margin-top: 35px;
}

.image_content img {
  display: block;
  width: 100%;
}

.content_page p {
  margin-top: 0;
  margin-bottom: 20px;
}

.section_content h2 {
  margin-bottom: 10px;
}

.section_content {
  margin-bottom: 70px;
}

.enteredText {
  background: #FFFFFF;
  border-radius: 9px;
  padding: 28px;
}

.enteredText_wrap {
  padding-left: 20px;
}

.serviceExamples .col-4\@md {
  padding-left: 8px;
  padding-right: 8px;
}

.quote {
  position: relative;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  border-radius: 9px;
  margin-top: 40px;
  font-style: italic;
  padding: 34px 120px 34px 160px;
}

.quote:before {
  content: "\«";
  font-size: 144px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 32px;
  top: -7px;
  font-weight: 600;
}

.image_content_description {
  text-align: center;
  padding-top: 25px;
}

.preview_video {
  position: relative;
}

.preview_video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-image: url(/local/templates/template/css/../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.preview {
  position: relative;
  display: block;
  border-radius: 9px;
  overflow: hidden;
}

.preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_default .owl-nav button.owl-prev,
.headeredBannerSlider .owl-nav button.owl-prev {
  width: 53px;
  height: 53px;
  background-color: #fff;
  background-image: url(/local/templates/template/css/../img/arrow_l.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
}

.slider_default .owl-nav button.owl-next,
.headeredBannerSlider .owl-nav button.owl-next {
  width: 53px;
  height: 53px;
  background-color: #fff;
  background-image: url(/local/templates/template/css/../img/arrow_r.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
}

.slider_default .owl-nav button.owl-next span,
.slider_default .owl-nav button.owl-prev span,
.headeredBannerSlider .owl-nav button.owl-next span,
.headeredBannerSlider .owl-nav button.owl-prev span{
  display: none;
}

.slider_default {
  margin-bottom: 36px;
}

.list_number {
  list-style: none;
  counter-reset: my-counter;
}

.list_number li {
  margin-bottom: 16px;
  counter-increment: my-counter;
}

.list_number li::before {
  content: counter(my-counter) ". ";
  color: #009CA3;
  font-size: 1.15rem;
  font-weight: 600;
  margin-right: 25px;
}

.list_default li {
  padding-left: 45px;
  margin-bottom: 16px;
  position: relative;
}

.list_default li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #009CA3;
}

.tableHead {
  background: #009CA3;
}

.tableHead .table_col {
  color: #fff;

}

.table_row {
  display: flex;
}

.table_col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 19px 27px;
/*   border: 1px solid #D6D6D6; */
  border-right: none;
  border-bottom: none;
}

.table_col_2 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.tableBody {
  background-color: #fff;
}

.tableBody .table_col {
  border-top: none;
}

.tableBody .table_row {
  border-bottom: 1px solid #D6D6D6;
}

.tariffContainer_row {
  margin-bottom: 26px;
}

.tariffContainer_carousel {
	  display: none;
  }


.backPage__mobile {
  display: none;
}


.backPage__mobile_link {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.55;
  display: block;
  text-align: center;
  color: #000000;
  position: relative;
}

.backPage__mobile_link:before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/template/css/../img/left.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.open_dropdown .dropdown_title {
  font-weight: 500;
}

.header_mobile_col_2 {
  text-align: right;
}


.lkTableItemBottom {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 55px;
  padding-bottom: 32px;
}

.mobile_row_col_1 {
  flex: 0 0 35%;
  max-width: 35%;
}

.mobile_row_col_2 {
  flex: 0 0 45%;
  max-width: 45%;
}

.mobile_row_col_3 {
  flex: 0 0 20%;
  max-width: 20%;
}

.mobile_row {
  display: flex;
  align-items: center;
}

.promocodeTableBottom {
  padding-top: 6px;
  padding-bottom: 30px;
  display: none;
}

.promocodeTableDate__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}

.promocodeTableDate {
  display: inline-block;
  vertical-align: middle;
}

.handleServiceTable__title_mobile {
  display: none;
  font-size: 1rem;
  line-height: 1.8;
  color: #A0A0A0;
}

.lkTableHeadered_col_main_mobile {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0px 24px;
}

.lkTableItem__title_mobile {
  display: none;
  font-size: 1rem;
  line-height: 1.8;
  color: #A6A6A6;
  margin-bottom: 1px;
}

.promocodeTable__title_mobile {
  display: none;
}

.slider_mobile_service_item  {
  padding-top: 20px;
}

.slider_mobile_service_wrap {
  margin-top: 30px;
  margin-bottom: 48px;
  display: none;
}




.popup_content_large {
  width: 1050px;
  padding: 55px 58px;
}

.popup_title_company {
  font-size: 1.35rem;
  line-height: 32px;
  color: #B1B1B1;
}

.popup_check h2 {
  margin-bottom: 16px;
}

.popup_check_item {
  display: flex;
  margin-bottom: 26px;
}

.popup_check_label {
  flex: 0 0 220px;
  max-width: 220px;
  font-size: 1.35rem;
  padding-right: 25px;
}

.popup_check_data {
  flex: 1;
}

.popup_check_info {
  margin-top: 60px;
}

.popup_check_fact_item img,
.popup_check_fact_item span {
  display: inline-block;
  vertical-align: middle;
}

.popup_check_fact_item img {
  margin-right: 20px;
}

.popup_check_fact_item {
  font-weight: 600;
  margin-bottom: 18px;
}

.popup_check_facts {
  margin-bottom: 45px;
}

.popup_check_docs .btn_border,
.popup_check_button .btn_orange {
  padding: 26px 65px;
}

.popup_check_docs {
  margin-bottom: 30px;
}

.popup_succes {
  padding: 50px 40px 50px;
}

.popup_succes_icon {
  text-align: center;
  margin-bottom: 36px;
}

.popup_succes_title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 32px;
}

.popup_succes_title .text_bold {
  font-weight: 600;
  display: block;
}

.popup_succes_text {
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 3rem;
}

.popup_succes_buttons {
  text-align: center;
}

.popup_succes_buttons button,
.popup_succes_buttons a {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.25rem;
  padding: 14px 55px;
  max-width: 330px;
  height: 70px;
}

.popup_order {
  width: 770px;
  padding-bottom: 66px;
}

.popup_order_service_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}


.popup_order_service_col_1 {
  flex: 0 0 122px;
  max-width: 122px;
	padding-right: 0;
	margin-bottom: 20px;
}
.popup_order_service_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.popup_order_service_col_2 {
margin-bottom: 20px;
	flex: 0 0 100%;
	max-width: 100%;
  padding-left: 0;
  padding-right: 10px;
}

.popup_order_service_col_3 {
  flex: 1;
}

.popup_order_service {
  margin-left: auto;
  margin-right: auto;
max-width: 440px;
	  width: 100%;
}

.popup_order_service_item {
  background: #F5F6F7;
  border-radius: 9px;
padding-left: 2rem;
padding-right: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
  margin-bottom: 20px;
}

.popup_order_service_name {
  font-size: 1.35rem;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 8px;
}

.popup_order_service_company {
  color: #949494;
}

.popup_order_service_cost_title {
  color: #949494;
 display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-right: 12px;
}

.popup_order_service_cost {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000000;
  white-space: nowrap;
  display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-right: 12px;
}

.popup_order_title {
  font-size: 2rem;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}


.checkbox_label {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
}

.checkbox_label input {
  display: none;
}

.checkbox_text {
  position: relative;
  display: block;
  padding-left: 35px;
  line-height: 1.4;
  color: #000000;
}

.checkbox_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.checkbox_label input:checked + .checkbox_text:before  {
  background-image: url(/local/templates/template/css/../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.popup_order_service_checkbox {
  margin-bottom: 50px;
}

.popup_order_service_button .btn_orange {
	font-size: 1.25rem;
    padding: 1.4rem;
    width: 100%;
}
.headeredBanner {
	margin-bottom: 30px;
}
.headeredBanner__link {
  color: #000;
}

.headeredBanner__title {
  font-weight: 500;
  font-size: .85rem;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #000000;
  position: relative;
  z-index: 10;
}

.headeredBanner__price {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
  position: absolute;
  padding-left: 26px;
  z-index: 10;
  display: inline-block;
  bottom: 20px;
}

.headeredBanner__price:before {
  content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -39px -5px;
}

.headeredBanner__col {
  background-color: #fff;
  border-radius: 9px;
}

.banner_orange {
  background: linear-gradient(359.25deg, rgba(255, 180, 79, 0.6) 0.64%, rgba(255, 255, 255, 0) 99.36%);
}

.banner_blue {
  background: linear-gradient(359.25deg, #DFEAFF 0.64%, rgba(255, 255, 255, 0) 99.36%);
}

.headeredBanner__row {
  margin-left: -10px;
  margin-right: -10px;
}

.headeredBanner__col {
/*   flex: 0 0 calc(25% - 20px);
  max-width: 25%;
  margin: 0 10px; */
}

.headeredBanner__link {
  padding: 20px 22px;
  display: block;
  border-radius: 9px;
  position: relative;
  transition: opacity .25s ease-out;
}
.headeredBanner__link:hover {
	opacity: .75;
}

.headeredBanner__main {
  max-width: 190px;
  height: 100px;
}

.headeredBanner__image {
  max-width: 130px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.headeredBanner__image  img {
  width: 100%;
}

.headeredBanner__price:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/template/css/../img/ar_right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.headeredBannerSlider.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
}


.tariffTabBtn {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: .75rem;
  line-height: 37px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: 'GraphikLCG', sans-serif;
  color: #AFAFAF;
  background-color: transparent;
  padding: 0 13px;
  outline: none;
  margin-right: 4px;
  margin-bottom: 6px;
}

.tariffTabBtn.active {
  color: #009CA3;
  border-color: #009CA3;
}

.tariffTabs {
  margin-bottom: 14px;
  display: none;
}



/*FOOTER*/

.MainFooter {
  background-color: #171817;
}

.MainFooter-Block {
  padding: 10px 0;
  border-bottom: 1px solid #3a3a3a;
}

.MainFooter-Block:last-child {
  border-bottom: none;
}

.MainFooter-InfoBlock {
  padding: 10px 0;
}

.MainFooter-ListAnkors {
  font-size: .85rem;
  font-weight: 500;
  text-align: left;
  color: #fafafa;
  margin: 10px 0;
}

.MainFooter-ListAnkors ul {
  margin: 0 -10px;
  padding: 0;
  max-width: 100%;
}

.MainFooter-ListAnkors li {
  list-style-type: none;
  float: left;
  margin: 10px;
}

.typicalLinkInherit, .problem a {
  color: inherit;
}

.MainFooter-ConnectionText {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.36;
  text-align: left;
  color: #fff;
  margin-right: 26px;
}

.MainFooter-Connection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.BorderedButton {
  height: 40px;
  background: none;
  padding: 9px 15px;
  border-radius: 4px;
  border: solid 1px #37aeb2;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #37aeb2;
}


.BorderedButton_theme_footer {
  border-color: #737473;
  font-size: 1rem;
  color: white;
  padding: 4px 20px 4px;
  height: auto;
  line-height: 1.3;
}

.SocialInfo {
  margin: 5px 0;
}

.MainFooter-SocialInfo .SocialInfo-Link {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  margin-left: 3px;
}

.MainFooter-SocialInfo .SocialInfo-Link img {
  width: 100%;
  height: 100%;
}

.SocialInfo-Link {
  margin: 5px 0;
  display: inline-block;
}

.MainFooter-Text {
  font-size: .75rem;
  text-align: left;
  color: #737473;
  margin: 20px 0;
  margin: 10px 0;
}

.MainFooter-Text a {
  color: #fafafa;
}

.banner_home_slider.owl-carousel .owl-dots  {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 22px;
  right: 0;
  text-align: center;
}

.banner_home_slider.owl-carousel .owl-nav button.owl-prev {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  position: absolute;
  left: 50px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-image: url(/local/templates/template/css/../img/arow_slider.svg);
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

.banner_home_slider.owl-carousel .owl-nav button.owl-next {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-image: url(/local/templates/template/css/../img/arrow_slider_r.svg);
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

.banner_home_slider.owl-carousel .owl-nav button.owl-prev span,
.banner_home_slider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.section_service_cards_padding {
  padding-top: 50px;
}

.BorderedButton_theme_footer:hover {
  background-color: rgba(115,116,115,0.4);
}
.typicalLinkInherit:hover, .problem a:hover {
  color: #37aeb2;
}

.btn_login {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(/local/templates/template/css/../img/login_mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.headeredBanner__link  {
  box-shadow: 0px 0 0 var(--box-shadow-color);
  transition: all .25s ease-out;
  overflow: visible;
}

.headeredBanner__link:hover {
  box-shadow: 0px 4px 30px var(--box-shadow-color);
}

.headeredBannerSlider .headeredBanner__row {
  padding-bottom: 30px;
}

.headeredBannerSlider.owl-carousel .owl-dots {
  margin-top: 0;
}

.logged-in .headeredPage {
/* 	border-radius: 0 0 9px 9px; */
}

.error-box {
 	background: #fde9e9;
    color: #e41919;
    padding: 20px;
	margin: 1rem 0;
}
.linkpadding{
	display: table;
	margin: 0 auto;
	margin-top: 10px;
}
.emailerror, .phonerror{
	margin-top: 5px;
	text-align: center;
	color: #e41919;
}
.formfeedback {
	cursor: pointer;
}

.lk_content  .lkTableHeadered_col_2{
	flex: 0 0 15%;
    max-width: 15%;
    padding-right: 10px;
}
.lk_content  .lkTableHeadered_col_7{
	padding-left: 10px;
}
.lk_content .lkTableHeadered_col_1{
	flex: 0 0 27%;
    max-width: 27%;
}
.section_orders .lkTableHeadered_col_1{
	flex: 0 0 15%;
    max-width: 15%;
}
.lkTableHeadered_col_4_3{
	flex: 0 0 11%;
    max-width: 11%;
}

.section_orders .lkTableItem__company {
  padding-left: 0;
  padding-right: 0;
}

@media(max-width: 1200px){
	.lk_content  .lkTableHeadered_col_3, .lk_content  .lkTableHeadered_col_4, .lk_content  .lkTableHeadered_col_2{
		flex: 0 0 20%;
		max-width: 20%;
	}
	.section_orders .lkTableItem__tariff,.section_orders  .lkTableItem__date{
		padding: 0;
	}
	.section_orders .lkTableHeadered_col_2,  .section_orders .lkTableHeadered_col_1{
		    flex: 0 0 30%;
			max-width: 30%;
	}
}
@media (max-width: 575.98px){
	.lk_content  .lkTableHeadered_col_3, .lk_content  .lkTableHeadered_col_4, .lk_content  .lkTableHeadered_col_2{
		flex: 0 0 33%;
		max-width: 33%;
	}
	.section_orders .lkTableHeadered_col_2{
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 420.98px){
	.lk_content  .lkTableHeadered_col_3, .lk_content  .lkTableHeadered_col_4{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.select__list--bank{
	max-width: 250px;
}
.partnerChoose{
	margin-bottom: 5px;
	font-size: 1.5rem;
}

.partnerPage .headeredLk_row {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 3rem;
}

.partnerPage .headeredLk__title {
	margin-bottom: unset;
}

.partnerPage .tab__active {
	margin-bottom: 0;
	margin-left: 0;
}
.partnerPage .headeredLk__title + .tab__active {
	margin-left: 30px;
}
.partnerPage .tab__active a {
	padding: 20px 0;
	margin-right: 30px;
	
}

.partnerPage .tab__active a:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: -22px;
    width: 6px;
    height: 14px;
    background-image: url(/local/templates/template/css/../img/sprite.svg);
    background-size: 288px;
    background-position: -148px -6px;
	pointer-events: none;
	
}
.partnerPage .tab__active a:last-child:after {
	display: none;
}

.partnerPage .tab__active a:hover {
	border-bottom: 2px solid #009CA3;
    color: #009CA3;
}

.partnerPage .lkTableItem__service {
	font-size: 1rem;
}
.partnerPage .section_orders .lkTableHeadered_col_1 {
    flex: 0 0 22%;
    max-width: 22%;
}
.partnerPage .lkTableItem__title {
    padding-left: 0;
}

.partnerPage .lkTableItem__date {
	font-size: 1rem;
}

.partnerPage .tab__active a span {
	font-weight: 500;
}

.partnerPage .lkTableItemWrap .lkTableItem .row {
	padding: 20px 0;
}

.partnerPage .lkTableItemHidden h2 {
	font-size: 1.5rem;
}

.partnerTable_wrapper {
	padding-bottom: 5rem;
}

.partnerTable {
	width: 100%;
}

.authpage .popup_content_icon, .authpage .popup_content_title{
	display: none;
}
.authpage .popup_form{
	max-width: 100%;
	padding: 0;
}
.bankpodp{
	margin-top: -80px;
}

.manager-overlay-label {
    background: yellow;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: .25rem .5rem;
    border-radius: 0 0 0 5px;
    z-index: 99;
}
.manager-overlay-label.labelpartner{
	background: springgreen;
}
.manager-overlay-label.labelbank{
	background: tomato;
}



@media(max-width: 576.98px){
	.bankpodp{
		margin-top: -30px;
	}
}

.password {
	position: relative;
}
.password-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/template/img/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/local/templates/template/img/no-view.svg) 0 0 no-repeat;
}
.gift__item-name{
	max-width: 645px;
    line-height: 130.3%;
	margin-bottom: 35px;
}
.btn_orange.btn_red{
    background: #FF4433;
}
.btn_orange.btn_red:hover{
    background: #DB3424;
}
/* End */


/* Start:/local/templates/template/css/media.css?166297960139185*/
@media (max-width: 1600px){
	html, body {
		font-size: 14px;
	}
	.container {
		max-width: 1200px;
	}
	.service-col:not(.col-banner-full) {
		height: 400px;
	}

	.headeredLinkBack:before {
		top: 0;
	}
	.header_auth_top_col_1 {
		flex: 0 0 220px;
		max-width: 220px;
	}
}

@media only screen and (max-width: 1430px) {

  .container {
    max-width: 1200px;
  }

/*   .banner_image_wrap img {
    right: 120px;
  } */

  .card_banner_title {
    font-size: 2rem;
  }

  .articleItem__content {
    padding: 1rem;
  }

  .articleItem__title {
    font-size: 1.15rem;
  }

  .cardItem__info {
    padding: 0 24px 30px; 
  }
  
.articleItem__label {
	left: 1rem;
}

  .handleServiceButtons__row button {
    margin-bottom: 16px;
  }
  .howWorkingStep:after {
    right: -64px;
    width: 130px;
    
  }

  .handleServiceButtons__row button {
    font-size: 1.25rem;
    padding: 1.5rem 2rem;
    margin-right: 8px;
  }

  .cardItem__description_large {
    height: 44px;
    margin-bottom: 18px;
  }
  
  .btn_orange,
  .btn_border {
	  font-size: 1rem;
  }
  


}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 920px;
  }
	h1 {
		font-size: 2.25rem;
	}
  .header_auth_top_col_1 {
    flex: 0 0 170px;
    max-width: 170px;
  }

  .header_auth_logo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_auth_logo img {
    width: 100%;
  }

  .header_logo_description {
    font-size: 15px;
  }

  .header_logo_user_link {
    font-size: 15px;
  }

  .header_auth_menu_item {
    padding: 0 15px;
  }

  .header_auth_menu_item a {
    font-size: 15px;
    padding: 20px 0;
  }

  .header_auth_menu_item a:after {
    right: -22px;
  }

  .header_auth_handle_item a {
    font-size: 15px;
    line-height: 15px;
  }

  .header_auth_handle_item {
    margin-left: 36px;
  }

  .header_auth_handle {
    padding-top: 15px;
    padding-right: 20px;
  }
	.banner_content {
		max-width: 50%;

	}
  .banner_container {
    padding-left: 0;
  }
  .banner_home_slider_item .banner_container {
	padding: 3rem 0;
}
  
/*   .banner_image_wrap img,
  .owl-carousel .owl-item .banner_image_wrap img {
    right: 60px;
  } */

  .serviceHeadered__title {
    font-size: 24px;
  }

  .search_filter_placeholder {
    display: none;
  }

  
  .search_filter_input::placeholder {
    color: #7D7D7D;
  }

  .search_filter_input {
    padding: 26px 50px 26px 30px;
  }

  .btn_search_filter {
    top: 20px;
  }

  .service_btn_filter {
    padding: 16px 24px;
    font-size: 14px;
    font-family: 'GraphikLCG', sans-serif;
    margin-right: 4px;
  }

  .serviceCardCatalog .col-4 {
    flex: 0 0 50%;
	width: 50%;
    max-width: 50%;
  }

  .serviceCardCatalog .col-8 {
    flex: 0 0 50%;
	width: 50%;
    max-width: 50%;
  }

  .card_banner {
    height: 400px;
  }
  
  .card_banner_full {
    height: 150px;
  }

  .articlesWrap .col-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .articlesWrap .col-3:last-child {
    display: none;
  }

  .cardItem__image {
    height: 190px;
    padding: 0 20px;
  }

  .cardItem__info {
    padding-bottom: 20px;
  }

  .cardItem__description_large {
    margin-bottom: 19px;
  }

/*   .service-col:first-child {
    order: 1;
  }

  .service-col:nth-child(2) {
    order: 2;
  }

  .service-col:nth-child(3) {
    order: 4;
  }

  .service-col:nth-child(4) {
    order: 3;
  }

  .service-col:nth-child(5) {
    order: 5;
  }

  .service-col:nth-child(12) {
    order: 6;
  }

  .service-col:nth-child(6) {
    order: 7;
  }

  .service-col:nth-child(7) {
    order: 8;
  }

  .service-col:nth-child(8) {
    order: 9;
  }

  .service-col:nth-child(9) {
    order: 10;
  }

  .service-col:nth-child(10) {
    order: 11;
  }

  .service-col:nth-child(11) {
    order: 12;
  }

  .service-col:nth-child(13) {
    order: 13;
  }

  .service-col:nth-child(14) {
    order: 14;
  } */

  .cardItem__title {
    font-size: 17px;
  }

  .service-col {
    height: 410px;
  }

  .cardItem__company {
    font-size: 10px;
    padding: 2px 20px 9px;
  }

  .cardItem__info {
    padding: 0 20px 30px;
  }
  


  .cardItem__description_large {
    height: 44px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .cardItem__title {
    height: 48px;
    overflow: hidden;
  }

  .col-banner-full {
    height: 150px;
  }

  .headeredLinkBack {
    left: 26px;
    top: 32px;
  }

  .headeredPage__logo_col {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .headeredPage__content {
    padding-top: 85px;
    flex-wrap: wrap;
  }

  .headeredPage__main_col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .headeredPage__main {
    padding-top: 0;
  }
  .headeredPage__title {
    font-size: 32px;
    max-width: 286px;
    margin-bottom: 20px;
  }

  .headeredPage__logo img {
    width: 100%;
  }

  .headeredPage {
    background-position: right;
    margin-bottom: 55px;
  }

  .sectionTitle,
  h2 {
    font-size: 24px;
  }

  .oppurtunitiesService .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .oppurtunitiesService .col-4:nth-child(2n) .oppurtunitiesServiceItem {
    border-right: 1px solid #DDDDDD;
  }

  .oppurtunitiesService .col-4:nth-child(3n) .oppurtunitiesServiceItem {
    border-right: none;
  }

  .oppurtunitiesService .col-4:nth-last-child(3) .oppurtunitiesServiceItem {
    border-radius: 0 0 0 0px;
    border-bottom:none;
  }

  .oppurtunitiesService .col-4:nth-last-child(2) .oppurtunitiesServiceItem {
    border-radius: 0 0 0 9px;
    border-bottom: 1px solid #DDDDDD;
  }

  .oppurtunitiesService .col-4:last-child .oppurtunitiesServiceItem {
    border-right: 1px solid #DDDDDD;
  }

  .oppurtunitiesService .col-4:nth-child(2) .oppurtunitiesServiceItem {
    border-radius: 0 9px 0 0;
  }

  .howWorkingWrap {
    flex-wrap: wrap;
    padding: 50px 0 75px;
  }

  .howWorkingWrap_col_1,
  .howWorkingWrap_col_2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .howWorking__title {
    text-align: center;
    margin-bottom: 65px;
  }

  .howWorking__title br {
    display: none;
  }

  .howWorking__title:before {
    content: "";
    position: absolute;
    left: 2px;
    top: -40px;
  }

  .tariffContainer .col-3\@md {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 20px;
  }

  .faqContainer .col-3,
  .faqContainer .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .faqContainer h2 {
    font-size: 31px;
  }



  .headeredBanner__col_1 {
    display: none;
  }

  .headeredBanner__col_2 {
    padding-left: 0;
    flex: 0 0 180px;
    max-width: 180px;
    padding-right: 18px;
  }

  .headeredBannerSliderItem__title {
    margin-bottom: 16px;
  }

  .headeredBanner__col_3 {
    padding-right: 25px;
    padding-top: 7px;
  }

  .headeredBanner__row {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .headeredBannerSliderItem__text {
    margin-bottom: 6px;
  }

  .lkTableHeadered_col_5,
  .lkTableHeadered_col_6,
  .lkTableHeadered_col_7,
  .lkTableHeadered_col_4_2,
  .lkTableHeadered_col_5_2,
  .lkTableHeadered_col_6_2 {
    display: none;
  }

  .lkTableHeadered_col_3_2 {
    flex: 0 0 36.666%;
    max-width: 36.666%;
  }

  .lkTableItem__company {
    flex-direction: column;
    align-items: flex-start;
  }

  .lkTableItem__service {
    font-size: 21px;
  }

  .lkTableItem__title {
    padding-left: 0;
    padding-right: 30px;
  }

  .lkTableItem__name {
    font-size: 13px;
  }

  .lkTableItem__logo {
    flex: auto;
    margin-bottom: 10px;
  }

  .lkTableHeadered_col_2,

  .lkTableHeadered_col_4 {
    flex: 0 0 40.333%;
    max-width: 40.333%;
  }
    .lkTableHeadered_col_3_2{
	   flex: 0 0 20.333%;
		max-width: 20.333%;
	}

  .lkTableItem__cost {
    font-size: 24px;
    font-weight: 600;
  }
  
  .lkTableItemBottom {
    display: block;
	padding-top: 0px;
  }

  .lkTableItem__company {
    padding-left: 20px;
    padding-right: 20px;
  }



  .lkTableItem .row {
    align-items: flex-start;
  }

  .lkTableItem__tariff,
  .lkTableItem__date {
    padding-top: 70px;
  }

  .lkTableItem__logo img {
    height: 58px;
  }

  .lkTableItem {
    padding-top: 12px;
  }

  .serviceExample_col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .serviceExample_col_hidden {
    display: none;
  }

  .serviceExample_col .card_banner {
    height: 100%;
  }

  .section_promocodes {
    padding-top: 65px;
  }

  .promocodes_title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .promocodeTable__col_1 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .promocodeTable__col_2{
    flex: 0 0 40%;
    max-width: 40%;
  }

  .promocodeTable__col_3 {
   display: none;
  }

  .promocodeContainer__links {
    max-width: 280px;
  }

  .promocodeTableItem .promocodeTable__row {
    align-items: flex-start;
  }

  .promocodeTableBottom {
    display: block;
  }

  .section_promocodes {
    padding-bottom: 40px;
  }

  .handleServiceTable__col_1,
  .handleServiceTable__col_2 {
    padding-bottom: 20px;
  }

  .handleServiceTable__col_1,
  .handleServiceTable__col_3,
  .handleServiceTable__col_summ_1 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .handleServiceTable__col_2,
  .handleServiceTable__col_4 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .handleServiceTable__col_5 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .handleServiceTable__headered .handleServiceTable__col_3,
  .handleServiceTable__headered .handleServiceTable__col_4,
  .handleServiceTable__headered .handleServiceTable__col_5 {
    display: none;
  }

  .handleServiceTable__row {
    flex-wrap: wrap;
  }

  .handleServiceTable__title_mobile {
    display: block;
    height: 29px;
  }
  
  .handleService {
    padding-bottom: 22px;
  }
  .section_subssribes {
    padding-bottom: 65px;
  }

  .section_orders {
    padding-bottom: 80px;
  }

  .lkTableHeadered_col_5_3 {
    flex: 0 0 57%;
    max-width: 57%;
    padding-left: 20px;
    margin-top: 20px;
  }
  .lkTableHeadered_col_6_3 {
    flex: 0 0 43%;
    max-width: 43%;
    margin-top: 20px;
  }

  .lkTableItem__status_select {
    margin-left: 0;
  }

  .lkTableItemHidden__row {
    flex-wrap: wrap;
  }

  .lkTableItemHidden__col_1,
  .lkTableItemHidden__col_2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .lkTableItemHidden__col_3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
  }

  .col-content {
    max-width: calc(100% - 270px);
  }

  .col-content-sidebar {
    flex: 0 0 270px;
    max-width: 270px;
  }

  .sidebarList__link {
    font-size: 14px;
  }

/*   .headeredBanner__col {
    flex: 0 0 calc(50% - 20px);
    max-width: 50%;
  }

  .headeredBanner__col:last-child {
    display: none;
  } */ 
  
  .MainFooter-ConnectionLinks {
    margin-top: 20px;
  }
  	.banner_home_slider.owl-carousel .owl-nav {
		display: none;
	}

}

@media only screen and (max-width: 1023px) {

  .col-banner-full {
    height: 150px;
  }

  .card_banner_full {
    height:100%;
  }

  .banner:hover .banner_image_wrap img {
    transform: scale(1) translateY(0);
  }
.btn_orange:hover {
  background-color: #EB9B30;
  transform: none;
	box-shadow: none;
}


  .popup_content_large,
  .popup_content {
    width: 95%;
    padding: 60px;
  }

  
/*   .service-col:nth-child(3) {
    top: 436px !important;
  }

  .service-col:nth-child(4) {
    top: -436px !important;
  }

  .service-col:nth-child(11) {
    top: -1744px !important;
    left: 50% !important;
  }

  .service-col:nth-child(12) {
    top: -436px !important;
  }

  .service-col:nth-child(13) {
    display: none;
  }
  .service-col:nth-child(14) {
    top: -872px !important;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } */

/*   .serviceCardCatalog .row {
    margin-bottom: -872px;
  } */

}


@media only screen and (max-width: 991.98px) {

	html, body {
		font-size: 13px;
	}
  .container {
    max-width: 690px;
  }

  .header_auth_top_col_1 {
    flex: 0 0 136px;
    max-width: 136px;
  }

  .header_auth_logo {
    padding: 10px 15px;
  }

  .header_logo_description {
    font-size: 13px;
    margin-left: 16px;
  } 

  .header_logo_user_link {
    font-size: 13px;
    padding-left: 24px;
  }

  .header_auth_menu_item a {
    font-size: 13px;
  }

  .header_auth_menu_item {
    padding: 0 20px;
  }

  .header_auth_menu_col {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .header_auth_handle_col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .header_auth_handle_item_text {
    display: none;
  }

  
  .header_auth_handle_item .icon_quetion, 
  .header_auth_handle_item .icon_out {
    top: 0px;
    margin-right: 0px;
    transform: scale(1.35);
  }

  .header_auth_handle_item {
    margin-left: 28px;
  }

  h1 {
    font-size: 2rem;
  }

  .banner_description {
    font-size: 1.15rem;
  }
  .headeredPage {
    background-position: 0;
  }
  .banner_title {
    margin-bottom: 12px;
  }

  .banner_container {
    padding-top: 65px;
    padding-bottom: 65px;
  }

/*   .banner_image_wrap img,
  .owl-carousel .owl-item .banner_image_wrap img {
    right: 0px;
    height: 85%;
  } */
.banner_home_slider_item .banner_container {
	padding: 3rem 0;
}
  .banner_content {
    max-width: unset;
  }

  .serviceHeadered__title {
    flex: 0 0 355px;
    max-width: 355px;
  }

  .search_filter_input {
    padding: 21px 50px 21px 30px;
  }

  .btn_search_filter {
    top: 16px;
  }

  .service_btn_filter {
    padding: 14px 16px;
    font-size: 14px;
  }

  .service_btn_filter:last-child {
    margin-right: 0;
  }

  .serviceCardHaedered {
    padding-bottom: 28px;
  }

  .articlesWrap .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .articlesWrap .col-3:nth-child(3) {
    display: none;
  }

  .cardItem__image {
    height: 160px;
    padding: 15px 25px;
    margin-bottom: 8px;
  }

  .cardItem__title {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 55px;
  }
  
  .cardItem__description {
    font-size: 13px;
    margin-bottom: 15px;
    height: 60px;
  }

  .cardItem__info {
    padding: 0 20px 10px;
  }


  .serviceCardCatalog .col-4, .serviceCardCatalog .col-8, .serviceCardCatalog .col-12,
  .serviceCardCatalog .service-col {
    padding-left: 5px;
    padding-right: 5px;
  }


  .card_banner {
    height: 400px;
  }

  .card_banner_full {
    height: 150px;
  }

  .section_service_cards {
    padding-bottom: 60px;
  }


  .headeredPage {
    background-image: url(/local/templates/template/css/../img/headered_bg_mob.png);
  }

  .oppurtunitiesServiceItem__title {
    font-size: 21px;
  }
  
  .oppurtunitiesServiceItem {
    padding: 49px 20px;
  }
  
  .oppurtunitiesServiceItem__icon {
    margin-left: 20px;
  }


  .col-content {
    max-width: 100%;
  }

  .col-content-sidebar {
    display: none;
  }

  .quote {
    padding: 34px 40px 34px 130px;
  }


  .popup_succes_title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .popup_succes_text {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .popup_check_item {
    flex-wrap: wrap;
  }

  .popup_check_label {
    margin-bottom: 15px;
  }

  .popup_check_label,
  .popup_check_data {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup_check_info {
    margin-top: 30px;
  }

  .popup_check_item:last-child {
    margin-bottom: 0;
  }

  .popup_check_docs {
    margin-bottom: 0;
  }

  .popup_succes_buttons .btn_orange {
    margin-bottom: 12px;
  }

  .headeredLk_col_2 {
    margin-top: 0;
  }

  .enteredText_wrap {
    padding-left: 0;
  }

  .service-col {
    height: 396px;
  }

  /* .service-col:nth-child(3) {
    top: 424px !important;
  }

  .service-col:nth-child(4) {
    top: -424px !important;
  }

  .service-col:nth-child(11) {
    top: -1687px !important;
    left: 50% !important;
  }

  .service-col:nth-child(12) {
    top: -424px !important;
  }

  .service-col:nth-child(13) {
    display: none;
  }
  .service-col:nth-child(14) {
    top: -1090px !important;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } */

/*   .serviceCardCatalog .row {
    margin-bottom: -1090px;
  } */
.owl-carousel button.owl-dot {
	width: 8px;
	height: 8px;
}
  .tariffContainer_row {
    display: none;
  }
  
  .tariffContainer_carousel {
	  display: block;
  }
    .tariffTabs {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {

	html, body {
		font-size: 12px;
	}
  
  .header,
  .header_auth {
     display: none;
  }
  
  .header_mobile {
    display: block;
  }

/*   .banner_content {
    max-width: 210px;
  } */

  .banner_title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .banner_description {
/*     font-size: 15px; */
  }

  .banner_image_wrap img,
  .owl-carousel .owl-item .banner_image_wrap img {
/*     right: 15px;
    height: auto;
    width: 200px;
    top: 16%; */
	height: auto;
  }
	.banner_home_slider_item .banner_container > div {
		flex: 1;
	}
	.banner_home_slider_item .banner_container {
		flex: 1;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 2rem 0 0;
	    text-align: center;
	}
	
	.banner_content {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.banner_content__logo {
		margin: 0 auto 1rem;
		max-width: 100px;
	}
	.banner_image_wrap {
		position: static;
		width: 100%;
		height: unset;
	}

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_container {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .serviceCardHaedered {
    padding: 20px 0 20px;
  }

  .serviceHeadered__search {
    display: none;
  }

  .serviceHeadered__search_mobile {
    display: block;
  }

  .serviceHeadered__title {
    flex: 1;
  }

  .serviceCardHaedered .row {
    justify-content: space-between;
  }

  .serviceHeadered__title {
    font-size: 19px;
    font-weight: 500;
  }

  .service_btn_filter {
    padding: 11px 12px;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 8px;
  }

  .serviceCardCatalog .col-4, .serviceCardCatalog .col-8, .serviceCardCatalog .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }

  .service-col {
    height: auto;
  }

  .cardItem__image {
    height: 90px;
    padding: 15px 25px;
    margin-bottom: 0;
    width: 130px;
    display: inline-block;
    vertical-align: middle;
  }

  .cardItem__title {
    display: none;
  }

  .cardItem__title_mobile {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-left: 20px;
    /* max-width: 160px; */
  }

  .cardItem__image {
    display: none;
  }

  .cardItem__row_mobile {
    display: flex;
    align-items: center;
    padding: 25px 20px;
  }

  .cardItem__row_mobile_image {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .cardItem__row_mobile_image img {
    width: 100%;
  }

  .cardItem__info {
    padding: 0 25px 100px;
  }


  .cardItem__description {
    height: auto;
    margin-bottom: 25px;
  }

  .cardItem__price {
    font-size: 20px;
    padding-left: 28px;
  }

  .card_banner {
    height: 300px;
  }

  .card_banner_logo_large {
    width: 148px;
    height: 41px;
    right: 15px;
    top: 15px;
  }

  .card_banner_title {
    font-size: 24px;
  }
  
  .service-col:not(.col-banner-full) {
		height: 300px;
	}

  .card_banner_content {
    padding: 0 22px 28px;
  }

/*   .service-col-mobile-hidden {
    display: none;
    margin: 0;
  } */

  .card_banner_image_desktop {
    display: none;
  }

  .card_banner_image_mob {
    display: block;
  }

  .section_headered .btn_orange {
    display: none;
  }

  .section_headered h2 {
    font-size: 19px;
    font-weight: 500;
  }

  .section_headered {
    margin-bottom: 20px;
  }

  .section_service_cards {
    padding-bottom: 40px;
  }

  .section_articles {
    padding-bottom: 50px;
  }

  .articlesWrapButton {
    display: block;
    margin-top: 35px;
  }

  .articlesWrapButton .btn_orange {
    width: 100%;
    text-align: center;
  }

  .cardItem__row_mobile {
    display: flex;
  }
  
  .serviceCardHaedered {
    position: relative;
    padding-bottom: 32px;
  }

  .backPage__mobile {
    display: block;
    padding: 20px 0;
    text-align: center;
  }

  .headeredLinkBack {
    display: none;
  }

  .headeredPage__content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .headeredPage__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 35px;
    max-width: 180px;
  }

  .headeredPage {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }

  .headeredPage__logo_col {
    flex: 0 0 160px;
    max-width: 160px;
  }

  .headeredPage__main_col {
    padding-left: 25px;
  }

  .headeredPage {
    margin-bottom: 50px;
  }

  .sectionTitle, h2 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 20px;
  }

  .oppurtunitiesService .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .oppurtunitiesService .col-4:first-child .oppurtunitiesServiceItem {
    border-radius: 9px 9px 0 0;
    border-right: 1px solid #DDDDDD;
  }

  .oppurtunitiesService .col-4:nth-child(2) .oppurtunitiesServiceItem {
    border-radius: 0;
  }

  .oppurtunitiesService .col-4:nth-child(3n) .oppurtunitiesServiceItem,
  .oppurtunitiesService .col-4:nth-last-child(2) .oppurtunitiesServiceItem {
    border-right: 1px solid #DDDDDD;
    border-radius: 0;
    border-bottom: none;
  }

  .oppurtunitiesService .col-4:last-child .oppurtunitiesServiceItem {
    border-radius: 0 0 9px 9px;
    border-bottom: 1px solid #DDDDDD;
  }

  .oppurtunitiesServiceItem__icon {
    flex: 0 0 46px;
    max-width: 46px;
    margin-right: 30px;
  } 

  .oppurtunitiesServiceItem__icon img {
    width: 100%;
  }

  .oppurtunitiesServiceItem__title {
    font-size: 17px;
    font-weight: 500;
    flex: 0 0 170px;
  }

  .oppurtunitiesServiceItem__title br {
    display: none;
  }
  .howWorkingWrap {
    padding: 50px 30px 25px;
  }

  .howWorking__title:before {
    content: "";
    position: absolute;
    left: -46px;
    top: -54px;
    transform: rotate(8deg);
  }

  .howWorking__title {
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 215px;
  }
  
  .howWorkingSteps {
    flex-wrap: wrap;
  }

  .howWorkingStep {
    text-align: left;
    flex: 0 0 199%;
    max-width: 100%;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }


  .howWorkingStep__numb {
    margin-left: 0;
    flex: 0 0 80px;
    margin-right: 24px;
    margin-bottom: 0;
  }

  .howWorkingStep__title {
    text-align: left;
  }

  .howWorkingWrap_col_2 {
    padding-right: 0px;
  }


  .howWorkingStep:after {
    right: auto;
    width: 130px;
    width: 1px;
    height: 30px;
    left: 39px;
    top: auto;
    bottom: -42px;
  }

  .section_how_working {
    padding: 35px 0 70px;
  }


  .tariffContainer .col-3\@md {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }



  .section_tariff {
    padding-bottom: 40px;
  }

  .faqContainer h2 {
    font-size: 19px;
  }


  .dropdown_title {
    font-size: 17px; 
    padding: 22px 25px;
    padding-right: 60px;
  }

  .dropdown_title:after {
    right: 20px;
  }

  .dropdown_content {
    padding: 5px 26px 30px;
    padding-right: 50px;
  }

  .section_help {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .helpContainer__icon {
    width: 65px;
    margin-bottom: 40px;
  }

  .helpContainer {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 52px 30px 52px;
  }

  .backLink__container {
    display: none;
  }

  .headeredLk {
    padding-top: 0;
  }

  .lk_content  {
    padding-top: 15px;
  }
  .listorderest{
	padding-bottom: 15px;
}

  .personalDataForm__label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .personalDataFormRow {
    flex-wrap: wrap;
  }

  .personalDataFormRow {
    margin-bottom: 20px;
  }

  .personalDataChangeContainer {
    padding-bottom: 40px;
  }

  .personalUserList__name {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .personalUserList__row {
    flex-wrap: wrap;
  }

  .personalUserList__name:after {
    display: none;
  }

  .personalDataContainer {
    margin-bottom: 40px;
  }

  .personalDataForm__button .btn_orange {
    margin-bottom: 16px;
  }

  .personalDataForm__button .btn_orange, .personalDataForm__button .btn_border {
    width: 100%;
  }

  .personalPasswordChangeContainer {
    padding-bottom: 40px;
  }

  
  .lkTableItemHidden__col_1,
  .lkTableItemHidden__col_2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  } 

  .lkTableItemHidden__col_3 {
    margin-top: 0;
  }

  .lkTableItemWrap .lkTableItem {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 20px;
  }

  .lkTableItemWrap .lkTableItem .row {
    padding: 0px 0;
  }

  .lkTableHeadered_col_5_3 {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .lkTableHeadered_col_6_3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lkTableItemHidden {
    padding: 24px 0px 20px;
  }

  .popup_order_service_row {
    flex-wrap: wrap;
  }

  .popup_order_service_col_3 {
    flex: 0 0 100%;
    padding-top: 25px;
  }

  .popup_order_service_cost_title,
  .popup_order_service_cost {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .popup_order_service_item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  /* .service-col:nth-child(3) {
    top: 0px !important;
  }

  .service-col:nth-child(4) {
    top: 0px !important;
  }

  .service-col:nth-child(11) {
    top: 0px !important;
    left: 0% !important;
  }

  .service-col:nth-child(12) {
    top: 0px !important;
  }

  .service-col:nth-child(13) {
    display: block;
  }
  .service-col:nth-child(14) {
    top: 0px !important;
  } */

  .serviceCardCatalog .row {
    margin-bottom: 0px;
  }

  .serviceCardCatalog .service-col {
    width: 100%;
  }

/*   .service-col:nth-child(8),
  .service-col:nth-child(12) {
    margin: 0;
  } */

  .popup_menu_wrap {
    transition: all 0.3s ease;
  }



/*   .service-col:nth-child(8), 
  .service-col:nth-child(12) {
    margin: 0 !important;
    display: none !important;
    visibility: hidden !important;
} */

.headeredBanner__title {
	font-size: 12px;
}
.headeredBanner__main {
	min-height: 90px;
}
.headeredBanner__price:before {
	display: none;
}
.headeredBanner__price {
    font-size: 13px;
	padding-left: 0;
	position: absolute;
    bottom: 20px;
}
.headeredBanner__price:after {
    top: 2px;
}
.headeredLk_col_1 {
	margin-top: 20px;
}
}


@media only screen and (max-width: 575.98px) {
  .banner_home_slider.owl-carousel .owl-dots {
	  bottom: 10px;
  }
  .lkTableHeadered {
    display: none;
  }

  .lkTableItem__title_hide_mobile {
    display: none;
  }

  .lkTableHeadered_col_main_mobile {
    display: block;
  }
  .lkTableHeadered_col_1_2{
	flex: 0 0 15%;
    max-width: 15%;
    margin-bottom: 10px;
    max-width: unset;
	padding: 0;
  }
  .lkTableHeadered_col_1,
  .lkTableHeadered_col_2,
  .lkTableHeadered_col_3,
  .lkTableHeadered_col_4,
  .lkTableHeadered_col_5,
  .lkTableHeadered_col_6
  {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 10px;
    max-width: unset;
  }
/*   .lkTableHeadered_col_1 {
	  display: none;
  } */
.lkTableItem .row {
	padding-bottom: 0;
}
  .lkTableItem__tariff, .lkTableItem__date {
    padding-top: 0px;
  }

  .lkTableItem {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
	position: relative;
  }
  .lkTableHeadered_col_main_mobile {
	  padding-top: 0;
	  padding-bottom: 16px;
  }
  .lkTableItem__logo {
	    max-width: 100px;
  }
  .lkTableItem__logo img {
	  width: 100%;
    object-fit: contain;
    object-position: 0;
  }
.lkTableItem__status {

}
.lk_content {
	padding-bottom: 20px;
}
.listorderest{
	padding-bottom: 20px;
}
  .lkTableItem__company {
    padding: 0;
  }

  .lkTableItem__title_mobile {
    display: block;
  }

  .lkTableItemBottom {
    display: none;
  }

  .lkTableItem__logo {
    margin-bottom: 0;
  }

  .lkTableHeadered_col_5, .lkTableHeadered_col_6, 
  .lkTableHeadered_col_7, .lkTableHeadered_col_4_2, 
  .lkTableHeadered_col_5_2, .lkTableHeadered_col_6_2 {
    display: block;
  }

  .lkTableItem__cost {
    font-size: 16px;
    font-weight: normal;
  }

  .handleService {
    padding-top: 26px;
  }

  .handleService__title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .handleServiceButtons__row button {
    font-size: 15px;
    padding: 16px 12px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .handleServiceButtons__row button:nth-child(1),
  .handleServiceButtons__row button:nth-child(2),
  .handleServiceButtons__row button:nth-child(3),
  .handleServiceButtons__row button:nth-child(4) {
    max-width: 100%;
    width: 100%;
  }

  .handleServiceButtons {
    margin-bottom: 35px;
  }

  .handleServiceTable__headered {
    display: none;
  }

  .handleServiceTable__title_mobile {
    display: none;
  }

  .handleServiceTable__col_1,
  .handleServiceTable__col_2,
  .handleServiceTable__col_3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .handleServiceTable__col_5 {
    display: none;
  }

  .handleServiceTable__col_4 {
    font-weight: 500;
    order: 3;
  }

  .handleServiceTable__col_3 {
    order: 4;
    color: #A6A6A6;
  }

  .handleServiceTable__col_1 {
    padding-bottom: 0;
    order:1;
  }

  .handleServiceTable__col_2 {
    padding-bottom: 28px;
    order: 2;
  }

  .handleServiceTable__row {
    padding: 27px 0;
  }

  .handleService {
    padding-left: 16px;
    padding-right: 16px;
  }

  .handleServiceTable__row {
    padding: 26px 0 8px;
  }

  .lkTableHeadered_col_3_2,
  .lkTableHeadered_col_4_2,
  .lkTableHeadered_col_5_2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .lkTableHeadered_col_6_2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section_service_lk {
    display: none;
  }

  .section_orders {
    padding-bottom: 36px;
  }
  
  .section_promocodes {
    padding-top: 55px;
  }

  .promocodeTableHeadered {
    display: none;
  }

  .promocodeTableItem {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .promocodeTableItem:last-child {
    border-bottom: none;
  }

  .promocodeTable__col_1,
  .promocodeTable__col_2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .promocodeTable__row {
    flex-wrap: wrap;
  }

  .promocodeTableItem__service {
    font-size: 19px;
    font-weight: 500;
  }

  .promocodeTable__col_1 {
    padding-bottom: 36px;
  }

  .promocodeContainer__links {
    margin-bottom: 25px;
  }

  .promocodeTableDate__title {
    color: #A6A6A6;
  }

  .promocodeTable__title_mobile {
    display: block;
    margin-bottom: 14px;
    color: #A6A6A6;
  }

  .promocodes_title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .promocodeTableBottom {
    padding-bottom: 0;
  }

  .slider_mobile_service_wrap {
    display: block;
  }


  .quote {
    padding: 50px 30px 30px 30px;
  }

  .quote:before {
    left: 8px;
  }
  .enteredText_wrap {
    padding-left: 0;
  }

  .table_col {
    padding: 10px 10px;
    font-size: 14px;
  }

  .lkTableItem__date {
    font-size: 16px;
  }

  .slider_mobile_service_wrap .owl-dots {
    margin-top: 10px;
  }

  .lkTableHeadered_col_5_2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .serviceCardCatalog .service-col {
    margin-top: 20px;
  }

  .popup_order_service_col_1 {
    margin-bottom: 16px;
  }

  .popup_order_service_col_1,
  .popup_order_service_col_2 {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .popup_content_large, .popup_content {
    padding: 40px;
  }

  .popup_order_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .popup_order_service_checkbox {
    margin-bottom: 20px;
  }

  .popup_order_service_name {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .popup_order_service_logo img {
    height: 55px;
  }

  .popup_order_service_button .btn_orange {
    font-size: 1rem;

  }

  .popup_order_service_cost {
    font-size: 20px;
  }

  .popup_content {
    transform: translateX(-50%);
    top: 50px;
  }

  .popup_title_company {
    font-size: 16px;
    line-height: 1.2;
  }

  .popup_check h2 {
    margin-bottom: 8px;
  }

  .popup_check_info {
    margin-top: 12px;
  }

  .popup_check_label {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .lkTableItemData {
    font-size: 14px;
  }

  .popup_check_fact_item span {
    width: calc(100% - 70px);
  }

  .popup_check_fact_item img {
    margin-right: 10px;
  }

  .popup_check_facts {
    margin-bottom: 0px;
  }

  .popup_check_docs .btn_border, .popup_check_button .btn_orange {
    width: 100%;
  }

  .popup_check_docs .btn_border, .popup_check_button .btn_orange {
    padding: 26px 12px;
  }

  .popup_succes_icon img {
    width: 64px;
  }

  .popup_succes_icon {
    margin-bottom: 16px;
  }

  .popup_succes_title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .popup_succes_text {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .popup_content_title {
    font-size: 24px;
  }

  .popup_data_form_row {
    flex-wrap: wrap;
  }

  .popup_data_form_input {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
    padding-right: 0;
  }

  .popup_data_form_row .btn_border {
    width: 100%;
  }



  .section_tariff .sectionHeadered {
    margin-bottom: 0;
  }

  .section_tariff .sectionHeadered .sectionTitle {
    margin-bottom: 12px;
  }

  .tariffTabs {
    display: block;
  }

  .cardItem:hover .cardItem__more {
    display: none;
  }


  .cardItem__price {
    position: relative;
  }

  .cardItem__price:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/template/css/../img/ar_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
  }

  .cardItem:hover .cardItem__price:after {
    right: 0;
  }
.headeredBanner__image {
	max-width: 130px;
    position: static;
    right: unset;
    top: unset;
    transform: none;
}
.headeredBanner__title {
	margin-bottom: 6px;
}
.headeredBanner__image {
    max-width: 130px;
    height: 80px;
	display: none;
}
.headeredBanner__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.articleItem__image {
	height: 100px;
}

}

@media only screen and (max-width: 420px) {
  .popup_check_fact_item img {
    width: 16px;
    margin-right: 6px;
  }
  .lkTableHeadered_col_1,
  .lkTableHeadered_col_2,
  .lkTableHeadered_col_3,
  .lkTableHeadered_col_4,
  .lkTableHeadered_col_5,
  .lkTableHeadered_col_6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
    max-width: unset;
  }
  .lkTableItem__service {
    font-size: 18px;
}
  .popup_check_fact_item {
    font-size: 12px;
  }
  .popup_content_large, .popup_content {
    padding: 30px;
  }

  .popup_check_docs .btn_border, .popup_check_button .btn_orange {
    padding: 26px 11px;
    font-size: 15px;
  }
  

  .popup_check_item {
    margin-bottom: 16px;
  }

  .popup_check_label {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .popup_succes_buttons .btn_orange {
    width: 100%;
  }

  .popup_succes_buttons .btn_orange {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    height: 58px;
    padding: 16px 16px;
  }

  .popup_form_label {
    font-size: 14px;
    line-height: 36px;
  }

  .popup_form_input {
    font-size: 16px;
    height: 54px;
    padding: 10px 20px;
  }

  .popup_form_row {
    margin-bottom: 18px;
  }

  .popup_row {
    align-items: flex-start;
    flex-direction: column;
  }

  .popup_forget {
    margin-top: 24px;
  }

  .popup_form_button {
    margin-top: 20px;
  }

  .popup_bottom {
    padding: 14px 8px 5px;
  }

/*   .banner_image_wrap img,
  .owl-carousel .owl-item .banner_image_wrap img {
    right: 0px;
    width: 190px;
    top: 16%;
  } */

  .BorderedButton_theme_footer {
    margin-bottom: 12px;
  }

}

@media only screen and (max-width: 360px) {
/*   .banner_image_wrap img,
  .owl-carousel .owl-item .banner_image_wrap img {
    right: -10px;
    width: 150px;
    top: 17%;
  } */
}

@media only screen and (max-width: 340px) {
  .lkTableItemWrap .lkTableItem {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }

  .lkTableItem {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }

  .lkTableItemData {
    font-size: 14px;
  }

  .select__current {
    padding: 14px 20px;
  }

  .popup_content_large, .popup_content {
    padding: 30px 15px;
  }

  .popup_order_service_item {
    padding: 20px 16px;
  }

  .checkbox_text {
    font-size: 12px;
  }

}


@media only screen and (max-width: 315px) {

  .header_molbile_logo {
    max-width: 140px;
  }

  .popup_menu_wrap {
    left: -120vw;
  }

}
/* End */


/* Start:/local/templates/template/css/costume.css?16801734642232*/
.tarif-active {
    border:1px solid #EB9B30;
}
.checkbox_invalid:before {
    border:1px solid red;
}
.tqErrors {
    color: red;
}
a.btn_orange {
    text-align: center;
}
.tqUrist24Text{
    color: white;
    margin-right: 15px;
}
.headeredPage__buttns button{
    margin-right: 15px;
}
.promobutton{
	padding: 1.125rem 3.375rem 1.125rem 1.25rem;
	font-size: 1.125rem;
	line-height: 1;
	position: relative;
	font-weight: 500;
	background: #F3F2F1;
	border-radius: 0.625rem;
}
.popup_order_service_item{
	background: white;
}
.popup_order_service_item .promobutton{
	margin: 5px 0;
}
.promocopy{
	position: absolute;
	display: flex;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
}
.promocopy svg path{
	stroke: #000000;
	transition: 0.2s;
}
.promocopy svg path:nth-of-type(3){
	opacity: 0;
}

.promobutton.active .promocopy svg path{
	stroke: #009CA3;
}
.promobutton.active .promocopy svg path:nth-of-type(3){
	opacity: 1;
}

#popup_promocode{
	text-align: center;
}
#popup_promocode .popup_content{
	padding-bottom: 5.75rem;
	max-width: 620px;
	padding-top: 5.625rem;
}


#popup_promocode .popup_succes_title{
	margin-bottom: 3.25rem;
	font-size: 2rem;
	font-weight: 500;
}
#popup_promocode .date_text{
	font-size: 1rem;
	margin-top: 5px;
	margin-top: 1.3rem;
    display: block;
}
#popup_promocode .promobutton{
	margin-top: 10px;
	padding: 1.125rem 3.375rem 1.125rem 3.375rem;
	display: table;
    margin-left: auto;
    margin-right: auto;
}
#popup_promocode .popup_succes_description{
	font-size: 1.2rem;
	margin-top: 2.8rem;
	font-size: 1.3rem;
	font-weight: normal;
}
.promo__title{
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	margin-top: 2.5rem;
	line-height: 1.6;
}
#popup_promocode .popup_order_service_button .btn_orange {
	max-width: 360px;
}
@media(max-width: 1400.98px){
	#popup_promocode .popup_content{
		max-width: 540px;
	}	
}
@media(max-width: 991.98px){
	#popup_promocode .popup_content{
		padding-bottom: 3rem;
		max-width: 620px;
		padding-top: 3rem;
	}
	#popup_promocode .popup_succes_title{
		margin-bottom: 1.25rem;
	}
}

.popup_order_service--codewait .popup_form_row:not(.popup_form_row--active) .popup_form_input{
    -webkit-box-shadow: inset 0 0 0 50px #e3e3e3;
	pointer-events: none;
}
/* End */
/* /local/templates/template/css/fonts.css?16629796011327 */
/* /local/templates/template/css/owl.carousel.css?16629796014930 */
/* /local/templates/template/css/owl.theme.default.css?16629796011430 */
/* /local/templates/template/css/main.css?174711647979335 */
/* /local/templates/template/css/media.css?166297960139185 */
/* /local/templates/template/css/costume.css?16801734642232 */
