

/* Start:/local/templates/consult22/css/vendor/fancybox.css?167662659315598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/consult22/css/fonts.css?16819959031382*/
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: 
    url("/local/templates/consult22/fonts/Manrope-Medium.woff") format("woff"), 
    url("/local/templates/consult22/fonts/Manrope-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  src: 
    url("/local/templates/consult22/fonts/Manrope-SemiBold.woff") format("woff"), 
    url("/local/templates/consult22/fonts/Manrope-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  src: 
    url("/local/templates/consult22/fonts/Manrope-Bold.woff") format("woff"), 
    url("/local/templates/consult22/fonts/Manrope-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-weight: 800;
  font-style: normal;
  src: 
    url("/local/templates/consult22/fonts/Manrope-ExtraBold.woff") format("woff"), 
    url("/local/templates/consult22/fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-weight: 700;
  font-style: normal;
  src: 
    url("/local/templates/consult22/fonts/Oswald-Bold.woff") format("woff"), 
    url("/local/templates/consult22/fonts/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* End */


/* Start:/local/templates/consult22/css/project.css?1773995426134651*/
* {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Manrope", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  resize: none;
  background: none;
  border: none;
}

img {
  -o-object-fit: contain;
  object-fit: contain;
}

body {
  overflow-x: hidden;
}

button {
  outline: none;
  border: none;
}

i {
  font-style: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/local/templates/consult22/css/../images/select-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: 94% 51% !important;
}

.gift-disc select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/local/templates/consult22/css/../images/select-arrow2.png") !important;
  background-repeat: no-repeat !important;
  background-position: 94% 51% !important;
}

.container-1470 {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
}

.header__container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.t20-text {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.t24-text {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.sb-text {
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.m-text {
  font-size: 15px;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #101628;
}

.b-text {
  font-size: 31px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.smpl-b-text {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.gray-text {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  line-height: 120%;
  color: #8B8B8F;
}

.d-block {
  display: block;
}

.d-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.mt-40 {
  margin-top: 40px;
}

.green-bg {
  background: #46A44E;
}

.no-padding {
  padding: 0 !important;
}

.pl-30 {
  padding-left: 30px;
}

.citemap-link {
  margin-right: 30px;
  color: #46A44E;
  font-size: 17px;
  display: block;
  padding-left: 40px;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.header__descr {
  padding: 10px 0;
  background: #F8F8FB;
}

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

.header__descr-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mail {
  margin-left: 20px;
}

.hidden-footer {
  display: none;
}

.header__wrapper {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-wrapeer {
  max-width: 200px;
  max-height: 54px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.logo-wrapeer img {
  width: 100%;
  height: 100%;
}

.header__nav-wrapper {
  max-width: 621px;
  width: 100%;
}

.header__nav {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item:hover {
  color: #46A44E;
}

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

.contact-item.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tel {
  font-weight: 700;
  font-size: 18px;
}

.contact-feedback {
  font-size: 13px;
  font-weight: 600;
  color: #46A44E;
  text-align: right;
}

.contact-item__link {
  margin-right: 11px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.contact-item__link:hover svg {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.menu__drop {
  content: "";
  border-bottom: 0.14rem solid #46A44E;
  border-right: 0.14rem solid #46A44E;
  height: 8px;
  width: 8px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}

.header__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  display: none;
  width: 100%;
  background: #101628bf;
  position: absolute;
  z-index: 10;
  height: -webkit-calc(100% - 133px);
  height: -moz-calc(100% - 133px);
  height: calc(100% - 133px);
}

.menu.active {
  display: block;
}

.drop-menu__container {
  background: #F8F8FB;
}

.drop-menu__container .header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__nav-wrapper {
  padding: 40px 0 80px 0;
  border-right: 2px solid #E5E5E5;
  max-width: 270px;
  width: 100%;
}

.menu__nav-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 80px 0px;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.menu__nav-item {
  color: #AFAFB0;
  font-size: 13px;
  font-weight: 700;
  max-width: 235px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.menu__nav-content-banner {
  max-width: 230px;
}

.menu__nav-item.active {
  color: #101628;
}

.menu__nav-content-list ul {
  max-width: 280px;
  width: 100%;
}

.menu__nav-content-list ul a {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: #101628;
  font-family: "ManropeB", sans-serif;
}
.menu__nav-content-list .sub-nav a{
        color: #AFAFB0;
}
.menu__nav-content-list .sub-nav{
    display:none;
}
.menu__drop.sub{
    cursor:pointer;
}
.menu__drop.sub.open{
        top: 2px;
    transform: rotate(-135deg);
}
.tag {
  text-transform: uppercase;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px 3px;
  font-weight: 800;
  color: #fff;
  margin-left: 5px;
}

.tag.top {
  background: #46A44E;
}

.tag.new {
  background: #101628;
}

.menu-claster {
  display: none;
}

.menu-claster.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.menu__nav-item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu__nav-item:hover {
  text-decoration: underline;
}

.menu__nav-content-banner {
  padding-top: 45px;
  overflow: hidden;
}

.menu__nav-content-banner > div {
  background: #46A44E;
  padding: 20px;
}

.banner-title {
  color: #ffff;
  font-size: 30px;
  margin-bottom: 15px;
}

.banner-text {
  color: #ffff;
  margin-bottom: 20px;
  font-size: 13px;
}

.banner__btn {
  color: #fff;
  font-size: 13px;
  padding: 15px 20px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.banner__btn span {
  margin-left: 5px;
}

.banner__btn:hover {
  background: #101628;
  border: 1px solid #000;
}

.banner__counters {
  margin-top: 40px;
}

.banner__counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.banner__counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: #86C58B;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 14% 100%, 0 85%, 0 15%);
  clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 14% 100%, 0 85%, 0 15%);
}

.banner__counter span:first-child {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.banner__counter span:last-child {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.banner__counter.banner__counters-float {
  position: absolute;
  top: -23%;
  right: -17%;
}

.menu__toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.claster0 .menu__nav-content-banner > div {
  background: #666618;
}

.claster1 .menu__nav-content-banner > div {
  background: red;
}

.claster2 .menu__nav-content-banner > div {
  background: blueviolet;
}

.claster4 .menu__nav-content-banner > div {
  background: #0e7c6a;
}

.claster5 .menu__nav-content-banner > div {
  background: #49246b;
}

.claster6 .menu__nav-content-banner > div {
  background: #6b0c43;
}

.menu__nav-item.active.none {
  color: red;
}

.sub-list li {
  margin-bottom: 10px;
  color: #AFAFB0;
  font-size: 14px;
  font-weight: 500;
}

.sub-list {
  height: 0px;
  opacity: 0;
}

.sub-list.active {
  height: auto;
  margin-top: 10px;
  opacity: 1;
}

.service-content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-content__sidebar {
  background: #fff;
}

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

.service-content__item.bg {
  padding: 20px 0 0 4%;
  background: #F8F8FB;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.service-content__wrapper {
  width: 100%;
}

.service-content__item.img {
  max-width: 405px;
  max-height: 640px;
  width: 100%;
  height: 100%;
}

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

.crumbs-item {
  margin-right: 5px;
  position: relative;
}

.crumbs-item:last-child {
  color: #AFAFB0;
  margin-right: 0;
}

.other-title {
  font-size: 60px;
  color: #fff;
  font-family: "ManropeB", sans-serif;
  font-weight: 700;
}

.other-text {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  max-width: 270px;
}

.sidebar__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sidebar__item div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  background: #101628;
  padding-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333848;
}

footer * {
  color: #fff;
}

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

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

.footer-row {
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 210px;
}

.footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social__icon {
  margin-right: 20px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  color: #AFAFB0;
  margin-bottom: 5px;
}

.footer-lists .footer-text {
  margin-bottom: 15px;
}

.footer-link {
  font-weight: 600;
  font-size: 13px;
  color: #46A44E;
}

.footer-tel {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
}

.footer-social div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.footer-nav-item {
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.footer-nav-item.active {
  color: #46A44E;
}

.dev-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dev-logo {
  margin-right: 10px;
}

.under-footer {
  background: #101628;
  padding-top: 15px;
  padding-bottom: 15px;
}

.under-footer .footer-text {
  margin-bottom: 0;
}

.under-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-item:hover {
  color: #46A44E;
}

.footer-nav-item.active:hover {
  color: #86C58B;
}

.footer-social > div {
  margin-bottom: 10px;
}

.footer-social__icon {
  -webkit-filter: grayscale(1) brightness(3);
  filter: grayscale(1) brightness(3);
}

.footer-social__icon:hover {
  -webkit-filter: unset;
  filter: unset;
}

.no-margin {
  margin-right: 0;
}

.green-btn {
  color: #fff;
  background: #46A44E;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 135%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 50px;
}

.green-btn:hover {
  background: #2D9636;
}

.green-btn:hover span {
  color: transparent !important;
}

.calc-result .green-btn {
  width: 100%;
}

.hidden-calc-button {
  width: 100%;
}

.black-btn {
  color: #fff;
  background: #101628;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 135%;
  width: 100%;
  padding: 18px 50px;
}

.black-btn:hover {
  background: #282C38;
}

.btn {
  position: relative;
  z-index: 2;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.burger-icon {
  display: none;
  cursor: pointer;
}

.burger-menu {
  display: none;
}

.burger-menu.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  max-height: 650px;
  background: #fff;
}

.burger-menu.active .menu__toggle * {
  color: #46A44E;
}

.burger-menu.active .menu__toggle a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.burger-menu.active .menu__drop {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-burger {
  position: absolute;
  top: 2%;
  right: 5%;
  cursor: pointer;
}

.burger-main-content {
  padding-top: 60px;
}

.burger__nav-item {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #101628;
}

.burger__nav {
  padding-left: 30px;
  padding-bottom: 30px;
}

.burger__nav li {
  margin-bottom: 18px;
}

.burger-descr {
  padding-top: 15px;
  padding-left: 30px;
}

.burger-descr .footer-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.burger-descr .tel {
  font-size: 18px;
}

.burger-descr .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 20px;
}

.burger-descr .footer-social__icon {
  margin-right: 13px;
  -webkit-filter: none;
  filter: none;
}

.pt-70 {
  padding-top: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.relative {
  position: relative;
}

.crumbs {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-content__inputs label {
  display: inline-block;
}

.service-content__inputs span {
  display: inline-block;
  margin-top: 5px;
}

.home__second-block-hidden {
  display: none;
}

.whatsapp:hover path {
  fill: #0DC143;
}

.telega:hover path {
  fill: #28A8E9;
}

.tel:hover {
  color: #46A44E;
}

.contact-feedback:hover {
  color: #86C58B;
}

.mail:hover {
  color: #46A44E;
}

.footer-tel:hover {
  color: #46A44E;
}

.footer-link:hover {
  color: #86C58B;
}

.footer-text:hover,
.footer-title:hover {
  cursor: pointer;
  color: #46A44E;
}

.QA-list__item.active .title::after {
  top: 10px;
}

.first-block__toggler:hover {
  color: #46A44E;
}

.sidebar__item:hover {
  color: #46A44E;
}

.clac-checkboxs label span:hover {
  border: 1px solid #46A44E;
}

.cost-banner-list__item:hover .text {
  color: #46A44E;
  cursor: pointer!important;
}

.consultations-float-block img:first-child {
  margin-right: 15px;
}

.slider-nav__arrow-right:hover {
  background: #F8F8FB;
}

.slider-nav__arrow-left:hover {
  background: #F8F8FB;
}

.slider-nav__arrow-right,
.slider-nav__arrow-left {
  padding-bottom: 3px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:focus {
  border: 1px solid #46A44E;
}

textarea:focus {
  border: 1px solid #46A44E;
}

.consultations-input:focus {
  border: 1px solid #FFFFFF;
}

.consultations-textarea:focus {
  border: 1px solid #FFFFFF;
}

iframe {
  display: block;
}

.yt:hover path:first-child {
  fill: #FF0000;
}

.vk:hover path {
  fill: #5181B8;
}

.service-subheader .crumbs-item span:after,
.subheader.contacts-page .crumbs-item span:after {
  content: "";
  width: 11px;
  height: 1px;
  left: 0;
  top: 49%;
  position: absolute;
  background: #101628;
}

.service-subheader .crumbs-item span,
.subheader.contacts-page .crumbs-item span {
  position: relative;
  margin-left: 10px;
  color: transparent;
}

.service-subheader .crumbs-item,
.subheader.contacts-page .crumbs-item {
  margin-right: 10px;
  margin-left: 10px;
}

.gift-disc-input:hover {
  border: 1px solid #86C58B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.gift-disc-input:focus {
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.consultations-textarea:hover {
  border: 1px solid #86C58B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.consultations-textarea:focus {
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: opacity 0s, -o-transform 0s;
  -moz-transition: transform 0s, opacity 0s, -moz-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s, -moz-transform 0s, -o-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.slider-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-section+.cases-slider-section {
  padding-top: 0;
}

.slidr-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.slider-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 115%;
  max-width: 570px;
  color: #101628;
}

.slider-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  max-width: 370px;
  color: #101628;
}

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

.slider-slide {
  width: 100%;
}

.slider-item {
  position: relative;
  border: 1px solid #E5E5E5;
  height: 210px;
  overflow: hidden;
}

.home-slider1 .slider-item {
  position: relative;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  height: 210px;
  overflow: hidden;
}

.home-slider1 .slider-slide {
  border: none;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}

.clients-slider .slider-item {
  position: relative;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  overflow: hidden;
}

.clients-slider .slider-slide {
  border: none;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}

.usefulSlider .slider-item {
  position: relative;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  overflow: hidden;
}

.usefulSlider .slider-slide {
  border: none;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}

.slider-img {
  display: none;
}

.slider-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.slider-text-wrapper {
  height: 100%;
  padding-top: 30px;
  padding-left: 30px;
}

.slider-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  color: #101628;
}

.slider-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  margin-top: 50px;
  position: relative;
  z-index: 3;
  max-width: 330px;
  color: #101628;
}

.home-slider1 .slider-item:hover {
  border: none;
}

.home-slider1 .slider-item:hover .slider-text-wrapper {
  background: #1016289d;
  position: relative;
  z-index: 2;
}

.home-slider1 .slider-item:hover .slider-img {
  display: block;
  position: absolute;
}

.home-slider1 .slider-item:hover .slider-item__title {
  color: #fff;
  text-decoration: underline;
}

.home-slider1 .slider-item:hover .slider-item__text {
  display: none;
}

.about-slider {
  margin-top: 40px;
  margin-bottom: 20px;
}

.about-slider-nav {
  position: relative;
}

.about-slider-nav .slider-nav__arrows {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  position: absolute;
  right: 0;
  top: -100px;
  padding: 10px 20px;
}

.about-slider-nav .slider-nav__arrows span {
  margin: 0;
}

.about-slider-nav .slider-nav__arrows i {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
  color: #101628;
}

.slider-text-wrapper::after {
  content: "";
  background-image: url("/local/templates/consult22/css/../images/next.png");
  color: #fff;
  display: block;
  position: absolute;
  font-size: 35px;
  top: 70%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  z-index: 2;
  font-weight: 500;
}

.slider-nav {
  padding-bottom: 5px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-nav__arrow-left {
  background: #FFFFFF;
  font-size: 25px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 12px;
  margin-right: 15px;
  cursor: pointer;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slider-nav__arrow-right {
  background: #FFFFFF;
  font-size: 25px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 12px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slider-nav__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.slider-nav__circle-item.tns-nav-active {
  background: #101628;
}

.slider-nav__circle-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #101628;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 11px;
  margin-right: 10px;
  height: 11px;
}

.clients-slider .slider-item {
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reputation-slider-section {
  padding-left: 15px;
}

.reputation-slider-section .slider-text {
  max-width: none;
  margin-top: 15px;
}

.reputation-slider-section .slider-slide {
  background: #fff;
  margin-right: 25px;
  max-width: 470px;
}

.reputation-slider-section .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  padding: 30px;
  color: #101628;
}

.reputation-slider-section .slide-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}

.reputation-slider-section .slide-link {
  padding-left: 30px;
}

.reputation-slider-section .under-info {
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
}

.reputation-slider-section .under-info .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #101628;
}

.reputation-slider-section .float-container {
  max-width: 1400px;
  position: relative;
  width: 100%;
}

.reputation-slider-section .float-slider {
  position: absolute !important;
  left: 0;
  width: 100%;
}

.reputation-slider-section {
  background: #F8F8FB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reputation-slider-section .float-container {
  height: 650px;
}

.float-slider {
  position: relative;
  overflow: hidden;
}

.staff {
  margin-top: 70px;
  padding-bottom: 70px;
}

.staff .slider-text {
  max-width: none;
}

.staff .slider-slide {
  position: relative;
}

.staff .staff-item-info {
  margin-top: 20px;
}

.staff .staff-item-info * {
  margin-bottom: 5px;
}

.staff-rait {
  background: #F8F8FB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 12px;
  left: 15px;
}

.staff-rait div {
  margin-left: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #101628;
}

.cases-slider-section .slider {
  overflow: hidden;
  width: 1500px;
}

.cases-slider-section .slider-slide {
  border: 1px solid #E5E5E5;
  padding: 30px 20px;
  max-height: 220px;
  max-width: 390px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases-slider-section .slide-title {
  font-style: normal;
  font-weight: 700;
  min-height: 115px;
  font-size: 18px;
  line-height: 135%;
  color: #101628;
}

.cases-slider-section .green-text {
  text-transform: uppercase;
  font-size: 10px;
  color: #46A44E;
}

.cases-slider-section .slide-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about-slider-slide img {
  width: 100%;
}

.slider-section {
  overflow-x: hidden;
}

.how-work-slider {
  max-width: 270px;
}

.how-work-slider .staff-item-info div {
  margin-top: 5px;
}

.how-work-slider .staff-item-info a {
  margin-top: 15px;
  display: block;
  font-weight: 800;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 30px;
  color: #46A44E;
}

.how-work-container .slider-nav__circle {
  display: none;
}

.about-slider .slider-nav__circle {
  display: none;
}

@media (max-width: 1000px) {
  .reputation-slider-section .slider-nav {
    padding-right: 15px;
  }
}

.slide-data {
  font-size: 14px;
}

.header__nav-item.active {
  color: #AFAFB0;
}

.header__descr-item .m-text {
  color: #8B8B8F;
}

.home__first-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.home__first-block .other-title {
  color: #46A44E;
}

.home__first-block .other-text {
  color: #8B8B8F;
}

.gray-bg {
  background: #F8F8FB;
}

.first-block__item1 {
  width: 100%;
  padding-top: 60px;
}

.first-block__togglers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 40px;
}

.first-block__title {
  font-weight: 800;
  font-size: 39px;
  line-height: 120%;
  max-width: 590px;
  color: #101628;
}

.first-block__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-top: 20px;
  margin-bottom: 35px;
  color: #101628;
}

.first-block__toggler {
  color: #8B8B8F;
  font-size: 12px;
  width: 50%;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}

.first-block__toggler.active {
  color: #46A44E;
  border-bottom: 2px solid #46A44E;
}

.first-block__item2 {
  position: relative;
  right: -9%;
}

.video-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.video-block .circle {
  position: absolute;
  top: 43%;
  left: 42%;
}

/*.video-block:after {display:none;}
.video-block:before {display:none;}*/

.first-block__item2 .btn-wrapper {
  width: 100%;
  text-align: center;
  display: block;
}

.first-block__item2 .btn-wrapper a {
  width: 100%;
  display: block;
  padding: 30px 60px;
}

.first-block__counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}

.first-block__counter .other-title {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
}

.counters-item-num {
  font-family: "Oswald", sans-serif;
}

.slider-tag {
  padding: 8px 16px;
}

.home__second-block {
  padding-top: 100px;
  background: url("/local/templates/consult22/css/../images/second-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.home__second-block .second-float-block {
  position: absolute;
  background: #F8F8FB;
  max-width: 470px;
  width: 100%;
  top: -20%;
  right: 0;
  padding: 50px 40px 40px 40px;
}

.home__second-block .second-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #101628;
  margin-bottom: 15px;
}

.home__second-block .second-text {
  max-width: 390px;
}

.home__second-block .relative {
  position: relative;
  height: 630px;
}

.home__second-block .second-logo {
  position: absolute;
  right: 0;
  top: -4%;
}

.home__second-block .second-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.home__second-block .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.home__second-block .smalltext {
  font-weight: 500;
  font-size: 13px;
  line-height: 145%;
  color: #8B8B8F;
}

.home__second-block .second-call-text {
  width: 170px;
  margin-right: 30px;
  margin-left: 20px;
}

.home__second-block .mr-5 {
  margin-right: 15px;
}

.advantages {
  padding-top: 40px;
}

.advantages-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages-info {
  margin-bottom: 40px;
}

.green-text {
  color: #46A44E;
}

.advantages-info-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  max-width: 265px;
}

.advantages-info-text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #101628;
}

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

.counters-gray-item {
  width: 60%;
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.counters-gray-item .m-text {
  max-width: 270px;
  margin: 0 auto;
}

.counters-gray-item .staff-rait {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(118, 121, 131, 0.25);
  -moz-box-shadow: 0px 4px 16px rgba(118, 121, 131, 0.25);
  box-shadow: 0px 4px 16px rgba(118, 121, 131, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 65px;
  left: unset;
  right: 30%;
  top: 37%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counters-gray-item .staff-rait div {
  margin-left: 6px;
}

.counters-green-item {
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 140px;
}

.counters__descr {
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  color: #101628;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 44px;
  text-align: left;
}

.counters-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.counters__green-text {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 120%;
  color: #46A44E;
  margin-bottom: 10px;
}

.counters-item-num {
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  color: #FFFFFF;
}

.counters-item-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  max-width: 270px;
  color: #FFFFFF;
  text-align: right;
}

.counters-item {
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-right: 20px;
  max-width: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #86C58B;
}

.consultations {
  background: #46A44E;
  padding-top: 60px;
  padding-bottom: 60px;
}

.consultations__title {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 115%;
  max-width: 470px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.consultations-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.consultations__row {
  position: relative;
}

.consultations-float-block {
  position: absolute;
  background: #F8F8FB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  top: -97%;
  right: 0;
}

.consultations-float-block div {
  max-width: 140px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.consultations-under-text {
  text-align: right;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.consultations-under-text a {
  opacity: 0.7;
}

.consultations__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.consultations__form-item {
  width: 100%;
}

.consultations-textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #86C58B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #86C58B;
  padding: 20px 14px;
  font-size: 15px;
}

.consultations__form-item:first-child {
  margin-right: 20px;
}

.consultations-input {
  border: 1px solid #86C58B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  max-height: 60px;
  width: 270px;
  font-size: 15px;
  color: #86C58B;
}

.consultations-input::-webkit-input-placeholder {
  color: #86C58B;
}

.consultations-input:-moz-placeholder {
  color: #86C58B;
}

.consultations-input::-moz-placeholder {
  color: #86C58B;
}

.consultations-input:-ms-input-placeholder {
  color: #86C58B;
}

.consultations-input::-ms-input-placeholder {
  color: #86C58B;
}

.consultations-input::placeholder {
  color: #86C58B;
}

select.consultations-input {
  color: #fff;
}

.consultations .btn-wrapper {
  width: 100%;
  margin-top: 11px;
}

.advantages-hidden {
  display: none;
}

.advantages-hidden .advantages-container {
  padding-top: 140px;
}

.advantages-hidden .advantages-info-title {
  max-width: 290px;
  font-size: 18px;
}

.advantages-hidden .advantages-info-text {
  max-width: 280px;
  font-size: 14px;
}

.advantages-hidden .advantages-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 45px;
  position: relative;
}

.advantages-hidden .adv-check-list {
  top: -17%;
  left: -24%;
  position: absolute;
}

.advantages-hidden .advantages__row {
  position: relative;
}

.staff .staff-rait {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.counters__descr {
  background-image: url("/local/templates/consult22/css/../images/cov1.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.consultations-under-text {
  max-width: 1100px;
}

.green-btn span {
  color: #46A44E;
  position: relative;
}

.green-btn span::after {
  content: "";
  left: 5px;
  bottom: 10%;
  width: 15px;
  height: 15px;
  background-image: url("/local/templates/consult22/css/../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  position: absolute;
}

.black-btn span {
  color: #000;
  position: relative;
}

.black-btn span::after {
  content: "";
  left: 5px;
  bottom: 10%;
  width: 15px;
  height: 15px;
  background-image: url("/local/templates/consult22/css/../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  position: absolute;
}

.slide-link span {
  color: #fff;
  position: relative;
}

.slide-link span::after {
  content: "";
  left: 5px;
  bottom: 10%;
  width: 15px;
  height: 15px;
  background-image: url("/local/templates/consult22/css/../images/slider-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  position: absolute;
}

.subheader .crumbs-item span {
  color: transparent;
  position: relative;
}

.subheader .crumbs-item span:after {
  content: "";
  width: 11px;
  height: 1px;
  left: 0;
  top: 49%;
  position: absolute;
  background: #fff;
}

.service-content__inputs span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-content__inputs {
  margin-bottom: 15px;
}

.service-content__price {
  color: #46A44E;
  font-size: 25px;
  font-family: "ManropeB", sans-serif;
  margin-bottom: 20px;
  font-weight: 700px;
}

.service-content__btn {
  background: #101628;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.service-content__btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.service-content__descr {
  max-width: 410px;
  font-size: 14px;
  color: #8B8B8F;
}

.service-content__row.green-bg {
  background: #46A44E;
  padding: 36px;
}

.service-content__title {
  margin-bottom: 44px;
  font-size: 44px;
  max-width: 600px;
}

.service-content-text {
  font-size: 14px;
  color: #101628;
  margin-bottom: 15px;
}

.service-content__inputs input {
  display: none;
}

.service-content__inputs span {
  background: #FFFFFF;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px 10px;
}

.service-content .input:checked + span {
  background: #46A44E;
  color: #fff;
}

.service-subheader {
  padding-top: 30px;
  background: #F8F8FB;
  padding-bottom: 50px;
}

.service-subheader .subheader-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 120%;
  color: #101628;
}

.service-subheader .d-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-subheader .m-text {
  color: #101628;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  max-width: 570px;
}

.services-list__wrapper {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services-list__desc {
  margin: 30px 0 50px;
  /*text-align: center;*/
}

.services-list__item {
  width: 33.3333333333%;
  border: 1px solid #E5E5E5;
  min-width: 175px;
}

.services-list__item img {
  display: none;
  width: 100%;
  max-width: 175px;
}

.services-list {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
}

.services-list .flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position:  relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 22px;
}

.services-list__item {
  padding-bottom: 20px;
}

.services-list__item-info {
  padding-right: 30px;
  padding-left: 30px;
}

.services-list__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  min-height: 75px;
  margin-bottom: 45px;
  color: #101628;
}

.services-list__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #101628;
}

.calculation-content {
  padding-top: 56px;
  padding-bottom: 40px;
  padding-left: 60px;
  margin-bottom: 60px;
  background: url("/local/templates/consult22/css/../images/calculation-bg.png");
}

.calculation-content .m-text {
  margin-top: 15px;
  margin-bottom: 25px;
  max-width: 420px;
}

.subheaer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subheaer-list-item {
  font-weight: 800;
  font-size: 13px;
  color: #101628;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 20px;
}

.subheaer-list-item.active {
  color: #46A44E;
}

.cost-list {
  margin-bottom: 60px;
}

.cost-list-item {
  border: 1px solid #E5E5E5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cost-list-item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}

.cost-list-item > div:first-child {
  background: #101628;
}

.cost-list-item > div:first-child .cost-list-item-text {
  color: #fff !important;
}

.cost-list-item-text:first-child {
  width: 50%;
}

.cost-list-item-text {
  width: 25%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #101628;
}

.cost-list-item-text * {
  max-width: 310px;
}

.gray-bg {
  background: #F8F8FB;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.cost-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.cost-main-title .title {
  font-weight: 800;
  font-size: 44px;
  text-transform: uppercase;
  color: #101628;
}

.cost-main-title .text {
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 120%;
  color: #AFAFB0;
}

.cost-list {
  max-width: 870px;
}

.cost-list-title {
  font-weight: 700;
  font-size: 32px;
  color: #101628;
}

.cost-list-link {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  color: #46A44E;
}

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

.cost-banner {
  width: 270px;
}

.cost-list-wrapper {
  width: 100%;
  padding-right: 30px;
  max-width: 870px;
}

.cost-banner-list__item {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cost-banner-list__item .text {
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #101628;
  margin-bottom: 15px;
}

.cost-banner-float-text {
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  top: 24%;
  left: 5%;
  line-height: 135%;
  color: #FFFFFF;
}

.cost-banner-title {
  margin-top: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #101628;
}

.cost-banner {
  display: inline-block;
}

.cost-banner .green-btn {
  padding: 18px 45px;
}

.cost-banner .btn-wrapper {
  margin-top: 20px;
  text-align: center;
  display: block;
}

.cost-banner > div {
  background: #F8F8FB;
  max-height: 555px;
  position: relative;
  padding-bottom: 40px;
}

.gift-disc {
  margin-bottom: 40px;
  background: #46A44E;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gift-disc .title {
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 40px;
  line-height: 115%;
  color: #FFFFFF;
}

.gift-disc .text {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.gift-disc__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gift-disc-item {
  width: 100%;
  padding-right: 30px;
}

.gift-disc-input {
  border: 1px solid #86C58B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 135%;
  color: #fff;
  padding: 17px 40px 16px 20px;
  width: 100%;
}

.gift-disc-input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 135%;
  color: #86C58B;
}

.gift-disc-input:-moz-placeholder {
  font-size: 15px;
  line-height: 135%;
  color: #86C58B;
}

.gift-disc-input::-moz-placeholder {
  font-size: 15px;
  line-height: 135%;
  color: #86C58B;
}

.gift-disc-input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 135%;
  color: #86C58B;
}

.gift-disc-input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 135%;
  color: #86C58B;
}

.gift-disc-input::placeholder {
  font-size: 15px;
  line-height: 135%;
  color: #86C58B;
}

.gift-disc__form-under {
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  /* identical to box height, or 18px */
  /* white */
  color: #FFFFFF;
}

.gift-disc__form-under span {
  opacity: 0.6;
}

.gift-disc-input-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  /* or 20px */
  /* white */
  color: #FFFFFF;
  margin-bottom: 7px;
}

.hidden-subheader-list {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  display: none;
}

.service-content .float-container {
  max-width: 1470px;
}

.service-info__video-descr {
  background: #46A44E;
  padding: 40px 30px 40px 50px;
}

.service-info__video-descr * {
  margin-top: 10px;
  color: #fff;
}

.service-info-block {
  max-width: 770px;
  /*margin-top: 30px;
  margin-bottom: 50px;*/
  margin: 30px auto 50px;
}

.quote {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #101628;
  background: #F8F8FB;
  padding: 40px 30px;
}

.memo {
  padding: 50px 30px 30px 30px;
  margin-top: 20px;
  border: 1px solid #46A44E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.service-float-info-block {
  position: relative;
}

.service-float-info-block .m-text {
  position: absolute;
  bottom: 0;
  background: #F8F8FB;
  padding: 30px;
  max-width: 770px;
}

.service-float-info-block img {
  display: block;
}

.service-info-block .cost-banner-list__item {
  padding: 0;
}

.cost-drop:after {
  content: "";
  border-bottom: 0.24rem solid #CDD2DD;
  border-right: 0.24rem solid #CDD2DD;
  height: 10px;
  width: 10px;
  position: relative;
  top: -7px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}

.cost-gray-text {
  cursor: pointer;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 115%;
  color: #CDD2DD;
  display: inline-block;
}

.service-last-slider .slider-text-wrapper {
  padding-bottom: 15px;
  padding-right: 30px;
}

.service-last-slider .slider-item__text {
  margin-top: 32px;
}

.cacl__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.calc__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.calc__inputs > div {
  width: 40%;
}

.calc__select {
  background: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  max-width: 275px;
  width: 100%;
  padding: 15px 15px 15px 20px;
  color: #101628;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 6px;
}

.cacl-text {
  max-width: 670px;
  margin-top: 5px;
}

.clac-checkboxs {
  margin-bottom: 25px;
  max-width: 720px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clac-checkboxs .d-flex {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.clac-checkboxs label {
  display: block;
  margin-right: 10px;
  margin-top: 10px;
}

.clac-checkboxs input {
  display: none;
}

.clac-checkboxs span {
  display: block;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #101628;
  cursor: pointer;
  border-radius: 60px;
  padding: 8px 13px;
}

.clac-checkboxs input:checked + span {
  background: #46A44E;
  color: #fff;
  border: 1px solid #46A44E;
}

.calc-result {
  text-align: center;
  height: 100%;
  background: #F8F8FB;
  -webkit-box-shadow: 0px 10px 40px rgba(123, 132, 158, 0.2);
  -moz-box-shadow: 0px 10px 40px rgba(123, 132, 158, 0.2);
  box-shadow: 0px 10px 40px rgba(123, 132, 158, 0.2);
  padding: 50px 30px 30px 30px;
}

.calc-result hr {
  border-color: #E5E5E5;
  margin-bottom: 30px;
}

.calc-result .green-btn {
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}

.cacl-result-banner {
  margin-bottom: 50px;
  position: relative;
  background: #FFFFFF;
  padding: 35px 50px 20px 50px;
  text-align: center;
}

.cacl-result-banner .icon {
  position: absolute;
  top: -20px;
  left: -webkit-calc(53% - 40px);
  left: -moz-calc(53% - 40px);
  left: calc(53% - 40px);
}

.cacl-result-banner .m-text {
  max-width: 290px;
}

.calc-result-price {
  margin-top: 10px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 115%;
  color: #101628;
}

.calc-result-line {
  margin-bottom: 7px;
  margin-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-result-service {
  text-align: left;
}

.calc-result-graytext {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 145%;
  font-weight: 500;
  color: #8B8B8F;
}

.calc-result-link {
  margin-top: 60px;
}

.calc-result-messengers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hidden-calc-button {
  display: none;
}

.how-work {
  background: #F8F8FB;
  padding-top: 70px;
  padding-bottom: 70px;
}

.how-work-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how-work-info {
  max-width: 770px;
}

.how-work-info > .m-text {
  margin-bottom: 50px;
}

.how-work__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 115%;
  color: #101628;
  margin-bottom: 30px;
}

.how-work-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how-work-blocks .b-b {
  border-bottom: 1px solid #E5E5E5;
}

.how-work-blocks .b-r {
  border-right: 1px solid #E5E5E5;
}

.how-work-block {
  height: 100%;
  width: 50%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.how-work-block__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  color: #46A44E;
  margin-bottom: 15px;
}

.how-work-block-text {
  max-width: 360px;
  min-height: 140px;
}

.QA-list {
  margin-right: 15px;
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 770px;
}

.QA-list__item {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.QA-list__item .title {
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 10px;
  max-width: 715px;
}

.QA-list__item .m-text {
  max-height: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.QA-list__item .title::after {
  content: "";
  height: 8px;
  width: 8px;
  border-right: 2px solid #101628;
  border-bottom: 2px solid #101628;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  right: 0%;
  top: 15%;
}

.QA-list__item.active .title {
  color: #46A44E;
}

.QA-list__item.active .m-text {
  max-height: none;
  height: auto;
  opacity: 1;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.QA-list__item.active .title::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.service-cost-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  max-width: 870px;
}

.service-cost {
  padding-top: 40px;
}

.service-cost-tabs_item {
  border-bottom: 1px solid #E5E5E5;
  color: #8B8B8F;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 800;
  padding-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 30px;
  width: 100%;
  text-align: center;
}

.service-cost-tabs_item.active {
  color: #46A44E;
  border-bottom: 2px solid #46A44E;
}

.tabs-cost-list .cost-list-item {
  display: none;
}

.tabs-cost-list .cost-list-item.active {
  display: block;
}

.service-content__container {
  margin: 0 auto;
}

.service-content__row .other-title {
  font-family: "Oswald";
}

.how-work-block__title {
  font-family: "Oswald";
}

.aboutCompany .first-block__title {
  font-size: 29px;
}

.aboutCompany .second-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutCompany .second-contacts .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutCompany .second-contacts .second-call-text {
  width: 100%;
  margin-right: 25px;
  margin-left: 15px;
}

.aboutCompany .second-contacts img {
  margin-right: 10px;
}

.subheader {
  color: #fff;
  background: #46A44E;
  padding-top: 20px;
  padding-bottom: 50px;
}

.subheader .crumbs-item {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  color: #fff;
}

.subheader .crumbs-item span {
  margin-left: 10px;
  font-size: 20px;
  line-height: 10px;
}

.subheader-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 770px;
}

.subheader-title span {
  opacity: 0.6;
}

.subheader-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.subheader-flex-end .m-text {
  max-width: 470px;
  color: #fff;
}

.crumbs-item {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 13px;
}

.crumbs {
  margin-bottom: 40px;
}

.case-subheader .m-text {
  font-size: 12px;
}

.case-subheader .b-text {
  font-size: 44px;
}

.case-subheader .text-right {
  margin-top: 10px;
  text-align: right;
  display: block;
}

.about-case, .about-case.gray-bg {
  margin-top: 40px;
  padding-top: 50px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.about-case .hidden-text {
  display: none;
}

.about-case-item {
  max-width: 770px;
}

.about-case-item .margin-text {
  margin-bottom: 80px;
  margin-top: 30px;
}

.case-info-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/local/templates/consult22/css/../images/calc-img.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  max-height: 350px;
  background-color: #F8F8FB;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 270px;
  padding-bottom: 90px;
}

.case-info-banner a {
  padding: 15px 30px;
}

.case-info-banner .b-text {
  font-size: 24px;
}

.case-info-banner .m-text {
  margin-bottom: 30px;
  margin-top: 15px;
}

.quote {
  background-image: url("/local/templates/consult22/css/../images/kov.png");
  background-repeat: no-repeat;
  background-position: 3% 6%;
  padding-top: 45px;
  padding-bottom: 20px;
  background-color: #F8F8FB;
}

.case-info-main {
  max-width: 770px;
  padding-top: 30px;
}

.case-process {
  margin-bottom: 50px;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #E5E5E5;
  border-right: none;
}

.case-pricess-item {
  max-width: 625px;
  padding: 40px 30px 40px 30px;
  border-right: 1px solid #E5E5E5;
}

.case-pricess-item .cost-banner-list__item {
  padding-left: 0;
  margin-top: 10px;
}

.pb-0 {
  padding-bottom: 0;
}

.case-bg {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.case-process-tabs {
  padding-top: 15px;
}

.case-process-tab {
  font-weight: 600;
  font-size: 15px;
  line-height: 135%;
  height: 35px;
  display: inline-block;
  color: #101628;
  margin-right: 5%;
  cursor: pointer;
  position: relative;
}

.case-process-tab.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #46A44E;
}

.case-process-tab:last-child {
  margin-right: 0;
}

.case-info .cost-banner-list__item {
  padding-left: 0;
  margin-top: 10px;
}

.cases-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*-webkit-justify-content: space-between;*/
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left:-6px;
  margin-right:-6px;
}

.cases-wrapper .green-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.cases-wrapper .b-text {
  min-height: 100px;
  max-height: 100px;
  font-size: 18px;
}

.cases-item {
  border: 1px solid #E5E5E5;
  padding: 30px;
  margin-bottom: 30px;
  width: 32.2%;
  min-width: 315px;
  margin-left: 6px;
  margin-right: 6px;
}

.cases-item__bottom {
  margin-top: 14%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases-item__photo {
  width: 64px;
  height: 64px;
}

.cases-item__photo img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cases-btn-wrapper {
  text-align: center;
}

.cases-btn {
  border: 1px solid #101628;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #101628;
  width: 170px;
  background: none;
  cursor: pointer;
  padding: 15px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.cases-btn:hover {
  background: #383B44;
  color: #fff;
}

.articles-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles-list__wrapper_few {
  -webkit-justify-content: start;
  justify-content: start;
  gap: 20px;
}

.articles-item {
  margin-bottom: 30px;
  max-height: 430px;
  min-width: 320px;
  width: 32.2%;
}

.articles-item .b-text {
  font-size: 17px;
}

.article {
  display: block;
  padding: 20px 30px 20px 30px;
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 230px;
}

.article-img {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.article-img img {
  height: 100%;
  -o-object-fit: unset;
  object-fit: unset;
  width: 100%;
}

.articles-item.double .article {
  max-height: 200px;
  min-height: 200px;
}

.articles-item.double .article:last-child {
  margin-top: 30px;
}

.cost-main-title .text {
  text-transform: uppercase;
}

.about-case-item .staff-item-info .smpl-b-text {
  margin-top: 5px;
  margin-bottom: 5px;
}

.case-list-ol {
  padding-top: 20px;
  padding-left: 30px;
}

.case-list-ol li {
  margin-bottom: 20px;
  list-style: decimal;
}

.quote-img {
  height: 64px;
  width: 64px;
  margin-left: auto;
}

.quote-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-first {
  padding-top: 60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews-first .m-text {
  margin-bottom: 30px;
  margin-top: 10px;
  max-width: 337px;
}

.reviews-first .green-btn {
  padding: 18px 70px;
}

.reviews-count {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: #46A44E;
}

.reviews-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews-item {
  margin-bottom: 30px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49%;
  padding: 30px 30px 20px 30px;
}

.review-item-side {
  padding-top: 20px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-item-side hr {
  top: 0;
  position: absolute;
  width: -webkit-calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  left: -30px;
  border: 1px solid #E5E5E5;
}

.review-item-side .b-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #101628;
}

.review-item-btn {
  min-height: 40px;
}

.review-item-img {
  margin-left: 20px;
}

.review-item-img.hidden-img {
  display: none;
}

.review-item-header {
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-item-content {
  min-height: 220px;
  max-height: 250px;
}

.case-subheader {
  padding-bottom: 15px;
}

.padding-0 {
  padding: 0;
  margin-bottom: 0;
}

.article-bg {
  margin: 0 auto;
  display: block;
}

.article-wrapper {
  padding-left: 100px;
}

.article-container {
  max-width: 1340px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  top: -110px;
}

.article-container .cost-banner-list__item {
  padding-left: 0;
}

.article-side {
  max-width: 300px;
}

.article-side .b-text:first-child {
  margin-bottom: 30px;
  font-size: 24px;
  display: block;
}

.article-side .b-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #101628;
}

.article-side .cost-banner-list__item {
  padding-left: 0;
}

.article-main {
  max-width: 770px;
}

.article-author {
  margin-top: 60px;
  background: #F8F8FB;
  padding-bottom: 10px;
  text-align: center;
}

.article-author .calc-result-link {
  text-align: center;
  margin-top: 20px;
}

.article-author .calc-result-graytext {
  text-align: center;
}

.article-author hr {
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.article-author-img {
  top: -27px;
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.memo {
  position: relative;
}

.memo:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("/local/templates/consult22/css/../images/memo-img.png");
  top: 15px;
  left: 30px;
}

.article-info-block {
  margin-top: 35px;
}

.article-info-block .b-text {
  margin-bottom: 20px;
}

.article-info-block .m-text {
  margin-bottom: 30px;
}

.article-cosult {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px 40px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-cosult .counters-logo {
  position: relative;
  top: -50px;
  margin-bottom: 0;
}

.article-cosult .staff-rait {
  top: -40px;
  right: 35px;
}

.article-cosult .counters__descr {
  margin-bottom: 0;
}

.article-similar {
  background: #F8F8FB;
}

.article-similar .b-text {
  margin-bottom: 20px;
}

.article-similar .container {
  max-width: 1280px;
}

.btn-wrapper.hidden {
  display: none;
}

.calc-page .cacl__container {
  margin-top: 30px;
}

.calc-page .calc-result {
  position: relative;
  top: -120px;
}

.calc-page .calc-result .green-btn {
  width: 100%;
}

.calc-page .subheader-title {
  max-width: 400px;
}

.commerce-gift {
  padding-bottom: 70px;
  margin-top: 30px;
}

.commerce-gift .consultations-textarea {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #AFAFB0;
}

.commerce-gift .consultations-input {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #AFAFB0;
}

.commerce-gift .consultations-input::-webkit-input-placeholder {
  color: #AFAFB0;
}

.commerce-gift .consultations-input:-moz-placeholder {
  color: #AFAFB0;
}

.commerce-gift .consultations-input::-moz-placeholder {
  color: #AFAFB0;
}

.commerce-gift .consultations-input:-ms-input-placeholder {
  color: #AFAFB0;
}

.commerce-gift .consultations-input::-ms-input-placeholder {
  color: #AFAFB0;
}

.commerce-gift .consultations-input::placeholder {
  color: #AFAFB0;
}

.commerce-gift .consultations-text {
  color: #101628;
}

.commerce-gift__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commerce-gift__row .b-text {
  max-width: 350px;
}

form.commerce-gift__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

form.commerce-gift__item .btn-wrapper {
  margin-top: 16px;
  width: 100%;
}

form.commerce-gift__item .btn-wrapper .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.commerce-gift__textarea {
  width: 100%;
  margin-left: 20px;
}

.contacts-page {
  background: #F8F8FB;
  color: #000;
}

.contacts-page .subheader-title {
  color: #101628;
}

.contacts-page .crumbs-item {
  color: #101628;
}

.contacts-page .crumbs-item:last-child {
  color: #AFAFB0;
}

.crumbs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-item {
  max-width: 321px;
  margin-bottom: 40px;
}

.contacts-item .b-text {
  font-size: 24px;
  line-height: 135%;
  color: #101628;
}

.contacts-item .b-text:hover {
  color: #46A44E;
}

.contacts-item .m-text.gray-text {
  text-transform: unset;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #8B8B8F;
}

.contacts-item .m-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #101628;
}

.contacts-item .d-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contacts-item .d-flex a:first-child {
  margin-right: 20px;
}

.contacts-block:first-child {
  margin-right: 100px;
}

.contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  position: relative;
}

.contacts-float-block {
  position: absolute;
  background: #46A44E;
  right: -10%;
  top: -41%;
  padding: 60px 180px 70px 60px;
  max-width: 605px;
}

.contacts-float-block .b-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 345px;
  margin-bottom: 30px;
}

.contacts-float-block .consultations-under-text {
  text-align: left;
  margin-top: 5px;
  max-width: 360px;
}

.contacts-float-block .consultations-text {
  margin-bottom: 5px;
}

.contacts-float-block .consultations-input {
  width: 100%;
  margin-bottom: 20px;
}

.contacts-float-block .consultations-textarea {
  margin-bottom: 30px;
}

.contacts-float-block .btn-wrapper {
  width: 100%;
}

.contacts.gray-bg {
  margin-bottom: 0;
}

.contacts-wrapper {
  margin-bottom: 70px;
}

.contacts-wrapper.hidden {
  display: none;
}

.politics-item {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.politics-item .b-text {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #101628;
}

.politics-item .m-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #101628;
}

.politics-container {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.subheader {
  padding-bottom: 40px;
}

.modals-wrapper.active {
  position: absolute;
  z-index: 9;
  overflow: scroll;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 115px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal {
  display: none;
  width: 100%;
}

.modal.active {
  height: 100%;
  display: block;
  overflow-y: auto;
}

body.modal-open {
  overflow: hidden;
}

body.modal-open header {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 20px rgba(123, 132, 158, 0.1);
  -moz-box-shadow: 0px 10px 20px rgba(123, 132, 158, 0.1);
  box-shadow: 0px 10px 20px rgba(123, 132, 158, 0.1);
}

.aftersend-block {
  display: none;
  padding-top: 99px;
}

.aftersend-block .b-text {
  font-weight: 800;
  font-size: 40px !important;
  line-height: 120%;
  text-align: center;
  color: #46A44E;
  margin-top: 30px;
}

.aftersend-block .picture {
  text-align: center;
}

.aftersend-block.active {
  display: block;
  top: 138px;
  background: #fff;
  width: 100%;
  height: 100%;
}

.modal {
  padding-top: 80px;
  padding-bottom: 120px;
}

.modal .btn-wrapper {
  width: 100%;
}

.modal .btn-wrapper button {
  width: 100%;
  cursor: pointer;
}

.modal .b-text {
  font-weight: 800;
  font-size: 60px;
  line-height: 120%;
  max-width: 470px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #46A44E;
}

.modal .consultations-under-text {
  color: #101628;
  text-align: left;
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
}

.modal .consultations-under-text a {
  color: #46A44E;
}

.modal-input-wrapper {
  margin-bottom: 20px;
  max-width: 470px;
}

.modal-form {
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-form .m-text {
  margin-bottom: 5px;
}

.modal-input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
}

.modal-input:hover {
  border: 1px solid #CDD2DD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal-input:focus {
  border: 1px solid #46A44E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal-input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-input:-moz-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-input::-moz-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-input::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea:-moz-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #AFAFB0;
}

.modal-textarea {
  height: 130px;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  padding: 15px 20px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal-textarea:hover {
  border: 1px solid #CDD2DD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal-textarea:focus {
  border: 1px solid #46A44E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal-form-item {
  min-width: 470px;
  max-width: 470px;
}

.modal-close {
  border: 1px solid #CDD2DD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -5%;
  top: -5%;
  cursor: pointer;
}

.modal-close span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-close:hover {
  border: 3px solid #86C58B;
}

.modal-left-block {
  max-width: 600px;
  width: 100%;
}

.estimation-item {
  cursor: pointer;
}

.estimation-item.active path {
  fill: #46A44E;
}

.estimation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.estimation {
  margin-top: 50px;
  margin-bottom: 30px;
}

.modal-descr {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  /* or 20px */
  /* black */
  color: #101628;
}

.modal.question .modal-input-wrapper:first-child {
  margin-right: 30px;
}

.modal.question .modal-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 970px;
}

.modal.question .modal-input-wrapper {
  width: 100%;
  max-width: unset;
}

.modal.question .b-text {
  width: 100%;
  max-width: unset;
}

.modal-flex-block {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-flex-block input {
  max-width: 470px;
}

@media (max-width: 1400px) {
  .modal-close {
    right: 1%;
  }
}

@media (max-width: 800px) {
  .modal .b-text {
    max-width: 300px !important;
  }

  .modals-wrapper.active {
    top: 0;
    z-index: 11;
  }

  .modal-left-block {
    width: 100%;
    max-width: 240px;
  }

  .modal .b-text {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    color: #46A44E;
    margin-bottom: 30px;
  }

  .modal-form-item {
    min-width: unset;
  }

  .modal {
    padding-top: 30px;
  }

  .modal-close {
    top: 0;
    right: 3%;
  }

  .modal .consultations-under-text {
    font-size: 11px;
  }

  .modal.feedback .modal-left-block {
    max-width: unset;
  }

  .modal.feedback .estimation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal.feedback .estimation-wrapper {
    margin-left: 15px;
  }

  .modal.feedback .modal-descr {
    font-size: 12px;
  }

  .modal.feedback .modal-textarea {
    height: 108px;
  }

  .modal.feedback .modal-textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .modal.feedback .modal-textarea:-moz-placeholder {
    font-size: 14px;
  }

  .modal.feedback .modal-textarea::-moz-placeholder {
    font-size: 14px;
  }

  .modal.feedback .modal-textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .modal.feedback .modal-textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .modal.feedback .modal-textarea::placeholder {
    font-size: 14px;
  }

  .modal-close {
    width: 40px;
    height: 40px;
  }

  .modal.question .modal-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }

  .modal.question .modal-textarea {
    height: 180px;
  }

  .modal-input-wrapper {
    max-width: 420px;
  }

  .modal.callback .modal-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .aftersend-block.active {
    top: 30px;
  }

  .aftersend-block {
    padding-top: 165px;
  }
}

.home__second-block-hidden-img {
  display: none;
}

@media (max-width: 1400px) {
  .first-block__item2 {
    position: static;
  }
}

@media (max-width: 1300px) {
  .float-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  .footer-nav-item {
    font-size: 13px;
  }

  .footer-row {
    margin-right: 10px;
  }

  .footer-flex {
    margin-right: 10px;
  }

  .calc__inputs > div {
    width: 50%;
  }

  .calc-result .green-btn {
    padding: 18px 30px;
  }
}

@media (max-width: 1100px) {
  .first-block__title {
    font-size: 33px;
  }

  .first-block__text {
    max-width: 260px;
  }

  .other-title {
    font-size: 40px;
  }

  .first-block__counter {
    padding-top: 90px;
  }

  .slider-text-wrapper {
    padding-left: 10px;
    padding-top: 10px;
  }

  .slider-item__title {
    font-size: 18px;
  }

  .how-work-slider {
    display: none;
  }

  .how-work-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .service-content__sidebar {
    display: none;
  }

  .service-content__item.img {
    display: none;
  }

  .service-content__title {
    font-size: 31px;
    margin-bottom: 20px;
  }

  .service-content__descr {
    font-size: 10px;
    margin-bottom: 50px;
  }

  .quote {
    font-size: 13px;
  }

  .b-text {
    font-size: 24px;
  }

  .service-content__row.green-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-content__row.green-bg div {
    margin-bottom: 15px;
  }

  .service-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-video img {
    width: 100%;
  }

  .service-info__video-descr {
    max-width: 640px;
    padding: 25px;
  }

  .service-info__video-descr .t24-text {
    font-size: 18px;
  }

  .video-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-float-info-block img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 420px;
  }

  header .contact-item {
    display: none;
  }

  header .tel {
    font-size: 14px;
  }

  header .contact-feedback {
    font-size: 12px;
  }

  header .header__nav-item {
    font-size: 12px;
    margin-right: 7px;
  }

  header .header__nav-wrapper {
    width: auto;
  }

  header .logo-wrapeer img {
    width: 155px;
  }

  header .logo-wrapeer {
    max-width: none;
    width: 100px;
  }

  .reputation-slider .text {
    font-size: 14px;
  }

  .slider-title {
    font-size: 28px;
    max-width: 300px;
  }

  .advantages {
    display: none;
  }

  .advantages-hidden {
    display: block;
  }

  .counters-green-item {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .counters-gray-item {
    padding-bottom: 30px;
    padding-top: 10px;
    width: 70%;
  }

  .staff-item-info {
    max-width: 160px;
    display: inline-block;
  }

  .staff-item-info .m-text {
    font-size: 11px;
  }

  .staff-item-info .smpl-b-text {
    font-size: 14px;
  }

  .staff-item-info .gray-text {
    font-size: 9px;
  }

  .staff-photo {
    width: 100%;
  }

  .calc-result {
    display: none;
  }

  .hidden-calc-button {
    display: block;
  }

  .cacl__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how-work__title {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .cost-banner {
    display: none;
  }

  .cost-list-wrapper {
    padding-right: 0;
  }

  .gift-disc__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gift-disc-item {
    margin-bottom: 15px;
  }

  .cost-list-title {
    padding-left: 15px;
  }

  .cost-drop {
    padding-left: 15px;
  }

  .gift-disc .title {
    font-size: 26px;
  }

  .home__first-block {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home__first-block .other-text {
    font-size: 12px;
  }

  .home__first-block .btn-wrapper {
    margin: 0 auto;
    margin-top: 0px;
  }

  .first-block__item1 {
    padding: 0 15px;
  }

  .first-block__item2 {
    margin: 0 auto;
    max-width: 555px;
  }

  .first-block__item2 img {
    width: 100%;
  }

  .first-block__text {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    margin-top: 15px;
  }

  .first-block__title {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }

  .first-block__togglers {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .first-block__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .first-block__counter {
    display: none;
  }

  .consultations__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultations__form-item .d-flex {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultations-input {
    width: 100%;
    margin-top: 5px;
  }

  .consultations-text {
    margin-top: 20px;
  }

  .consultations-under-text {
    text-align: left;
  }

  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-text {
    display: block;
    max-width: 173px;
  }

  .footer-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
  }

  .border-b {
    margin-bottom: 40px;
  }

  footer {
    padding-top: 10px;
    display: none;
  }

  .under-footer {
    display: none;
  }

  .hidden-footer {
    padding-top: 40px;
    display: block;
  }

  .footer-item .footer-text {
    max-width: none;
    margin-bottom: 10px;
  }

  .footer-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-item {
    margin-bottom: 60px;
  }

  .under-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .under-footer-container .footer-text {
    max-width: none;
  }

  .under-footer-container div,
  .under-footer-container a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .second-contacts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .second-contacts img {
    width: 35px;
    height: 35px;
  }

  .aboutCompany .second-contacts .second-call-text {
    margin-right: 0;
    margin-left: 0;
  }

  .aboutCompany .first-block__text {
    text-align: left;
    font-size: 14px;
  }

  .aboutCompany .first-block__title {
    font-size: 23px;
    text-align: left;
    max-width: 400px;
  }

  .aboutCompany .tel {
    font-size: 15px;
  }

  .aboutCompany .smalltext {
    font-size: 13px;
  }

  .subheader-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .services-list__item {
    width: 40%;
    margin-bottom: 30px;
  }

  .services-list__item img {
    height: 160px;
    width: 175px;
  }

  .services-list__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-list__item:nth-child(2n) {
    margin-left: 14px;
  }

  .calculation-content {
    padding-left: 15px;
    padding-right: 15px;
    background-position: 69% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .calculation-content {
    margin-bottom: 0;
  }

  .calculation .container {
    padding: 0;
  }

  .cases-slider-section .slide-title {
    font-size: 15px;
  }

  .slider-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }

  .slider-nav__circle {
    margin-left: 0;
  }

  .about-slider {
    margin-top: 0;
  }

  .about-slider .container {
    padding: 0;
  }

  .about-slider .slider-nav__arrows {
    position: static;
  }

  .about-slider .about-slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-slider .about-slider-slide {
    height: 260px;
  }

  .about-slider .about-slider-slide img {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .usefulSlider .slider-item__text,
  .homeSlider .slider-item__text {
    font-size: 12px;
    margin-top: 10px;
  }

  .usefulSlider .slider-item__title,
  .homeSlider .slider-item__title {
    font-size: 17px;
  }

  .usefulSlider .slider-text-wrapper,
  .homeSlider .slider-text-wrapper {
    padding-top: 20px;
    padding-right: 20px;
  }

  .usefulSlider .slider-item,
  .homeSlider .slider-item {
    height: 230px;
  }

  .usefulSlider .slider-text-wrapper,
  .homeSlider .slider-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 850px) {
  .slider-title {
    font-size: 27px;
  }

  .cost-drop:after {
    display: none;
  }

  .service-cost .cost-list-title {
    font-weight: 700;
    font-size: 28px;
    position: static;
    color: #101628;
  }

  .service-cost .cost-gray-text {
    margin-top: 5px;
    font-size: 18px;
  }

  .QA-list__item .title {
    max-width: 500px;
  }

  .QA-list__item .title::after {
    top: 0;
  }

  .QA {
    padding-top: 30px;
  }

  .cost-list-item-text.visible {
    display: block !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
  }
}

@media (max-width: 800px) {
  .tabs-cost-list .cost-list-item {
    display: block;
  }

  .tabs-cost-list .cost-list-item.active {
    display: block;
  }

  .slider-title {
    font-size: 27px;
  }

  .header__descr {
    display: none;
  }

  .header__nav {
    display: none;
  }

  header .contact-item {
    display: block;
  }

  .contact-item.flex-column {
    display: none;
  }

  .burger-icon {
    display: block;
  }

  .slidr-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .slider-section {
    padding-top: 66px;
  }

  .home__second-block-hidden-img {
    display: none;
  }

  .home__second-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .home__second-block-hidden {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .home__second-block .relative {
    height: auto;
  }

  .home__second-block {
    overflow: hidden;
  }

  .home__second-block {
    background: none;
  }

  .home__second-block .second-float-block {
    position: static;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
  }

  .home__second-block .second-logo {
    top: -55%;
  }

  .hidden-subheader-list {
    display: block;
  }

  .subheaer-list {
    display: none;
  }

  .crumbs {
    margin-bottom: 30px;
  }

  .cost-main-title .title {
    font-size: 34px;
  }

  .cost-list-item > div:first-child div {
    display: none;
  }

  .cost-list-item > div:first-child {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .cost-list {
    position: relative;
  }

  .cost-list-title {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 2%;
  }

  .cost-list-item-text:first-child {
    width: 100%;
    max-width: none;
    font-size: 13px;
    margin-top: 0;
    line-height: 120%;
    color: #101628;
  }

  .cost-list-item > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cost-list-item-text {
    width: auto;
    margin-top: 8px;
    font-size: 13px;
    color: #8B8B8F;
  }

  .cost-list-item-text * {
    max-width: 195px;
    line-height: 20px;
  }

  .clientsSlider img {
    width: 140px;
    height: 40px;
  }
}

@media (max-width: 750px) {
  .counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counters-green-item {
    width: 100%;
  }

  .counters-gray-item {
    width: 100%;
  }

  .consultations {
    padding-top: 100px;
    margin-top: 80px;
  }

  .consultations-float-block {
    top: -147%;
    width: 160px;
    height: 160px;
  }

  .consultations-float-block .smpl-b-text {
    font-size: 13px;
  }

  .consultations-float-block img {
    width: 40px;
    margin-left: 5px;
    height: 40px;
  }

  .consultations__title {
    font-size: 25px;
  }

  .consultations__row .consultations-text {
    font-size: 13px;
    height: 50px;
  }

  .consultations__form {
    margin-top: 0;
  }

  .cost .container {
    padding: 0;
  }

  .cost-main-title {
    margin-bottom: 10px;
  }

  .cost-list-link {
    padding-left: 20px;
  }

  .service-float-info-block .m-text {
    max-width: 300px;
    padding: 18px;
  }
}

@media (max-width: 700px) {
  .service-cost-tabs {
    display: none;
  }

  .QA-list__item .title {
    max-width: 300px;
    font-size: 16px;
  }

  .how-work-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .how-work-block {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 20px;
  }

  .how-work-block:last-child {
    border-bottom: none !important;
  }

  .how-work {
    padding-bottom: 30px;
  }

  .how-work-block__title {
    font-size: 24px;
  }

  .how-work-block-text {
    min-height: unset;
  }
}

@media (max-width: 650px) {
  .calc__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }

  .calc__inputs div {
    width: 90%;
    margin-bottom: 30px;
  }

  .calc__inputs .m-text {
    margin-bottom: 5px;
  }

  .calc__select {
    max-width: none;
  }

  .clac-checkboxs .d-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clac-checkboxs label {
    margin-right: 5px;
  }

  .clac-checkboxs span {
    font-size: 13px;
    padding: 8px;
  }

  .cacl__container {
    margin-top: 30px;
  }

  .hidden-calc-button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .services-list__item {
    max-width: 175px;
    overflow: hidden;
  }

  .services-list__item img {
    display: block;
  }

  .services-list__item-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-list__item-title {
    font-size: 17px;
    margin-top: 15px;
    max-width: 180px;
  }

  .services-list {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-list .container {
    /*padding: 0;*/
  }

  .about-slider {
    padding-top: 0;
  }

  .subheader {
    padding-bottom: 30px;
  }

  .slider-section {
    padding-bottom: 20px;
  }

  .second-call-text .smalltext {
    color: #8B8B8F;
  }

  .slider-nav {
    margin-top: 25px;
  }

  .service-subheader .m-text {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .advantages-container {
    overflow: hidden;
  }

  .slider-slide .date {
    font-size: 12px;
  }

  .slide-logo img {
    width: 140px;
  }

  .reputation-slider .slide-logo {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .reputation-slider .text {
    padding: 15px;
  }

  .reputation-slider .slide-link {
    padding-left: 15px;
  }

  .reputation-slider .under-info {
    padding-left: 15px;
  }

  .home__second-block .second-title {
    font-size: 23px;
    margin-top: 36px;
  }

  .second-text {
    font-size: 14px;
  }

  .home__second-block .second-contacts {
    margin-top: 30px;
  }

  .home__second-block .second-contacts .tel {
    font-size: 15px;
  }

  .home__second-block .second-contacts .smalltext {
    font-size: 11px;
  }

  .home__second-block .second-contacts .second-call-text {
    width: 145px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .home__second-block .second-contacts img {
    width: 40px;
    height: 40px;
  }

  .counters-item-num {
    font-size: 50px;
  }

  .counters-item-text {
    font-size: 14px;
    max-width: 180px;
    text-align: left;
    margin-left: 20px;
  }

  .counters__descr {
    font-size: 16px;
  }

  .counters-item {
    padding-right: 0;
  }

  .counters-gray-item .staff-rait {
    display: none;
  }

  .cost-main-title .title {
    font-size: 25px;
  }

  .subheader-title {
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  .first-block__title {
    font-size: 28px;
    line-height: 28px;
  }

  .green-btn {
    padding: 16px 36px !important;
  }
}

@media (max-width: 1150px) {
  .article-container {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-wrapper {
    padding-left: 0;
  }

  .article-bg {
    width: 100%;
  }

  .article-side {
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .article-main {
    margin: 0 auto;
  }
}

@media (max-width: 1150px) {
  .contacts-float-block {
    position: static;
    padding: 60px 90px 60px 90px;
    max-width: none;
  }

  .contacts-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts.gray-bg {
    padding-bottom: 0;
  }

  .contacts-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .service-subheader .m-text {
    font-size: 18px;
  }

  .about-case .hidden-text {
    display: block;
    margin-right: 30px;
  }

  .about-case .staff-item-info-hidden {
    display: none;
  }

  .about-case .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-case .flex-adaptive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-case-item .margin-text {
    max-width: 600px;
  }

  .about-case-item .margin-text {
    margin-bottom: 20px;
  }

  .case-subheader .b-text {
    font-size: 28px;
  }

  .case-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote {
    padding: 50px 20px;
    padding-bottom: 20px;
  }

  .quote .quote-img {
    margin-top: 40px;
  }

  .case-info-banner {
    max-width: 375px;
    margin: 0 auto;
  }

  .case-bg {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .case-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cases-item {
    min-width: none;
  }

  .cases-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .articles-list__wrapper, .articles-list__wrapper_few {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .articles-list__wrapper_few {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-item-img {
    display: none;
  }

  .review-item-img.hidden-img {
    display: block;
    margin-left: 0;
    max-width: 125px;
  }

  .review-item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }

  .calc-page .calc-result {
    display: block;
    position: static;
    margin-top: 50px;
  }

  .calc-page .cacl__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calc-page .cacl-result-banner .m-text {
    margin: 0 auto;
  }

  .case-info-banner a {
    max-width: 200px;
  }

  .commerce-gift .commerce-gift__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .commerce-gift .commerce-gift__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .commerce-gift .commerce-gift__textarea {
    margin-left: 0;
    margin-top: 20px;
  }

  .commerce-gift .consultations-input {
    width: 100%;
  }

  .case-pricess-item {
    padding: 15px;
    padding-top: 30px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
  }

  .case-process {
    border: none;
    padding: 0 15px;
    max-width: 620px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .case-pricess-item:last-child {
    border-bottom: 1px solid #E5E5E5;
  }

  .pb-0 {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .contacts-page {
    padding-bottom: 20px;
  }

  .contacts-page .subheader-title {
    margin-bottom: 10px;
  }

  .politics-subheader {
    background: #fff;
  }

  .politics-container {
    padding-top: 20px;
  }

  .politics-item {
    margin: unset;
    margin-bottom: 40px;
  }

  .politics {
    padding-top: 0;
    padding-bottom: 0;
  }

  .politics-container {
    padding-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .review-item-content {
    max-height: none;
    margin-bottom: 30px;
  }

  .reviews-item {
    max-height: none;
  }

  .reviews-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews-first > div:first-child {
    margin-bottom: 50px;
    position: relative;
  }

  .reviews-first .b-text {
    font-size: 18px;
  }

  .article-cosult {
    padding-bottom: 40px;
    margin-top: 30px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-cosult .counters-logo {
    position: static;
    margin-bottom: 20px;
  }

  .article-cosult .green-btn {
    padding: 16px 20px !important;
  }

  .article-cosult .staff-rait {
    top: -2px;
    right: 59px;
  }

  .article-cosult .btn-wrapper {
    display: none;
  }

  .article-cosult .btn-wrapper.hidden {
    display: block;
  }

  .article-cosult .counters-gray-item {
    width: 100%;
  }

  .article-cosult .counters__descr {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .reviews-item {
    width: 100%;
  }

  .contacts-float-block {
    padding: 60px 20px 80px 20px;
  }

  .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-item {
    margin-bottom: 20px;
  }

  .contacts-block:first-child {
    margin-right: 0;
  }

  .contacts-float-block .b-text {
    font-size: 18px;
  }

  .contacts-wrapper.hidden {
    display: block;
  }
  .contacts-wrapper {
      display: none;
  }
}

@media (max-width: 600px) {
  .articles-item {
    max-width: 340px;
  }

  .articles-item .b-text {
    font-size: 16px;
  }

  .article {
    padding: 20px 15px 20px 15px;
    height: 200px;
  }

  .politics-item .b-text {
    font-size: 24px;
    line-height: 135%;
    color: #101628;
  }

  .politics-item .m-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #101628;
  }
}

@media (max-width: 500px) {
  .contacts-item .b-text {
    font-size: 20px;
  }

  .contacts-item .m-text.gray-text {
    margin-bottom: 0;
  }

  .contacts.gray-bg {
    padding-top: 0;
  }

  .reviews-item {
    padding: 15px;
  }

  .review-item-content {
    min-height: 150px;
  }

  .review-item-header img {
    width: 140px;
    height: 40px;
  }

  .reviews-date {
    font-size: 12px;
  }

  .reviews-first > div:first-child::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    bottom: -25px;
    left: 0;
  }

  .calc-result-service {
    font-size: 13px;
  }

  .calc-result-service-price {
    font-size: 13px;
  }

  .calc-page .cacl-result-banner .m-text {
    font-size: 13px;
    max-width: 100%;
  }

  .calc-result-price {
    font-size: 26px;
  }

  .calc-result {
    padding: 40px 10px 40px 10px;
  }
}

.QA-list__item .title {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.QA-list__item {
  cursor: pointer;
}

.QA-list__item.active {
  cursor: unset;
}

.QA-list__item {
  margin-bottom: 0 !important;
  padding-top: 40px;
}

.QA-list__item .title::after {
  top: 30%;
}

.QA-list__item.active .title::after {
  top: 20%;
}

.QA-list .btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 270px;
}

.review-item-content {
  min-height: 210px;
}

.reviews-item {
  max-width: 570px;
}

@media (max-width: 800px) {
  .reviews-item {
    width: 100%;
  }

  .reviews-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

.svg-404 {
  position: absolute;
  z-index: -1;
  right: -8rem;
  top: -19%;
}

header {
  z-index: 1;
  position: relative;
  background: #fff;
}

.relative-404 {
  height: 620px;
}

.info-wrapper-404 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 470px;
}

.info-wrapper-404 .b-text {
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 120%;
  color: #46A44E;
}

.info-wrapper-404 .m-text {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #101628;
}

.desrc-item-404 {
  position: absolute;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  max-width: 205px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  /* white */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
}

.desrc-item-404-1 {
  top: 44%;
  left: -22rem;
}

@media (max-width: 1000px) {
  .container-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }

  .info-wrapper-404 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .info-wrapper-404 .m-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .info-wrapper-404 .b-text {
    font-size: 28px;
  }

  .relative-404 {
    width: 100%;
  }

  .svg-404 {
    top: -2%;
    right: -11rem;
  }

  .desrc-item-404 {
    left: unset;
  }

  .desrc-item-404-1 {
    top: 61%;
    right: 6rem;
    left: unset;
  }
}

@media (max-width: 700px) {
  .svg-404 {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    top: -22%;
  }

  .relative-404 {
    height: 530px;
  }

  .desrc-item-404 {
    font-size: 18px;
  }

  .desrc-item-404-1 {
    top: 56%;
    right: 6rem;
  }
}

@media (max-width: 500px) {
  .svg-404 {
    right: -13.3rem;
  }

  .desrc-item-404-1 {
    top: 56%;
    right: 3.5rem;
  }
}

@media (max-width: 360px) {
  .svg-404 {
    right: -14.3rem;
  }

  .desrc-item-404-1 {
    right: 2.5rem;
  }
}
/* End */


/* Start:/local/templates/consult22/css/hover-menu.css?17036648952484*/
@media (min-width: 800px) {
    .menu__nav-wrapper {
        position: relative;
        max-width: 100%;
        border-right: none;
    }
    .menu__toggle {
        position: relative;
    }
    .menu__toggle::before {
        position: absolute;
        content: '';
        top: 100%;
        width: 200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .menu__toggle:hover::before {
        height: 200%;
    }
    .menu__toggle:hover .menu {
        display: block;
    }
    .menu__toggle:hover .header__nav-item {
        color: #46a44e;
    }
    .menu__toggle .menu {
        position: fixed;
        left: 0;
        top: 135px;
    }
    .menu-claster {
        overflow-y: auto;
        height: 90%;
    }
    .menu-claster.active {
        display: none;
    }
    .menu__nav-item.active {
        color: #afafb0;
    }
    /* .menu__nav-content-list ul li:hover .sub-nav {
        display: block;
    } */
    .menu__nav-content-list .sub-nav.active {
        display: block;
    }
    .menu__nav-item {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .menu__nav-item > a {
        display: block;
        padding-right: 20px;
        padding-bottom: 20px;
        margin: 0;
        width: 235px;
        border-right: 2px solid #e5e5e5;
    }
    .menu__nav-item:hover {
        max-width: 100%;
    }
    .menu__nav-item:hover .menu-claster {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 505px);
        margin-left: 270px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu__nav-content-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .btn-wrapper {
        position: relative;
        z-index: 0;
    }
    .menu__nav-item,
    .menu__nav-item a {
        margin-bottom: 0 !important;
    }

    .menu__nav-content-list ul {
        column-count: 2;
        min-width: 100%;
    }
    .menu__nav-content-list li {
        margin-bottom: 10px;
    }
    .menu__nav-content-list ul a {
        text-transform: initial;
    }
    .menu.active {
        opacity: 0;
        visibility: hidden;
    }
    .menu__nav-content-list ul li .sub-nav {
        column-count: 1;
        margin-top: 10px;
    }
}

/* End */


/* Start:/local/templates/consult22/css/style.css?177623839246805*/
:root {
    --dark: #101628;
    --green: #62bb51;
    --grey: #cdd2dd;
    --white: #fff;
    --grey2: #efefef;
    --grey3: #f8f8fb;
    --grey4: #c3c4c9;
}

.container-h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px !important;
}
.container-h1 h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 115%;
    text-transform: uppercase;
    margin: 0;
    color: var(--dark);
}
@media (max-width: 1400px) {
    .container-h1 h1 {
        font-size: calc(24px + 16 * (100vw - 320px) / 1080);
    }
}
.container-h1 p {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--dark);
    border-radius: 40px;
    background: var(--grey);
    padding: 13px 24px;
    height: 100%;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.container-h1-product {
    margin-bottom: 32px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(16, 22, 40, 0.1);
    padding: 10px;
    border-radius: 40px;
}
.pagination__next,
.pagination__prev {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
}
.pagination__next::before,
.pagination__prev::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23101628' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pagination__prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.pagination__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__num {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--dark);
    opacity: 0.5;
}
.pagination__num.active {
    font-weight: 700;
    background: var(--grey);
    opacity: 1;
}
.pagination__num:hover {
    text-decoration: none;
    color: inherit;
}
.more {
    display: block;
    background: var(--grey3);
    padding: 18px 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--dark);
    border-radius: 40px;
}
.more:hover {
    text-decoration: none;
    color: inherit;
}

.hidden {
    display: none !important;
}

.addresses__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    overflow-x: auto;
}
.addresses__tab {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    padding: 14px 24px;
    background: #dddde3;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--dark);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.addresses__tab.active {
    background: var(--green);
    color: #fff;
}
.addresses__search {
    border: 1px solid var(--grey);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
}
.addresses__search input {
    border-radius: 40px 0 0 40px;
    font-weight: 500;
    font-size: 15px;
    color: var(--dark);
    padding: 17px 23px;
    width: 100%;
}
.addresses__search input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--dark);
    opacity: 0.5;
}
.addresses__search input::-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--dark);
    opacity: 0.5;
}
.addresses__search input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--dark);
    opacity: 0.5;
}
.addresses__search input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--dark);
    opacity: 0.5;
}
.addresses__search input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--dark);
    opacity: 0.5;
}
.addresses__search input:focus {
    border: none;
    outline: 1px solid var(--green);
}
.addresses__search-btn {
    margin: 5px;
    background: var(--green);
    border-radius: 40px;
    padding: 12px 37px;
    cursor: pointer;
}
.addresses__search-btn p {
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
    margin: 0;
}
.addresses__pagination {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.addresses .filter {
    -webkit-box-shadow: 0 4px 20px 0 rgba(16, 22, 40, 0.1);
    box-shadow: 0 4px 20px 0 rgba(16, 22, 40, 0.1);
    background: var(--white);
    border-radius: 20px;
    padding: 24px 24px 32px;
    max-width: 270px;
    width: 100%;
    height: 100%;
}

@media (min-width: 1025px) {
    .addresses .filter {
        overflow: auto;
        max-height: calc(100vh - 60px);
    }
}

.addresses .filter__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.addresses .filter__title::after {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 7H16.816C16.6111 6.41636 16.2302 5.91063 15.7259 5.55244C15.2215 5.19426 14.6186 5.00125 14 5C13.3814 5.00125 12.7785 5.19426 12.2741 5.55244C11.7698 5.91063 11.3889 6.41636 11.184 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9H11.184C11.3889 9.58364 11.7698 10.0894 12.2741 10.4476C12.7785 10.8057 13.3814 10.9987 14 11C14.6186 10.9987 15.2215 10.8057 15.7259 10.4476C16.2302 10.0894 16.6111 9.58364 16.816 9H19C19.2652 9 19.5196 8.89464 19.7071 8.70711C19.8946 8.51957 20 8.26522 20 8C20 7.73478 19.8946 7.48043 19.7071 7.29289C19.5196 7.10536 19.2652 7 19 7ZM19 15H12.816C12.6112 14.4163 12.2303 13.9105 11.726 13.5523C11.2216 13.1941 10.6186 13.0011 10 13C9.38143 13.0013 8.77846 13.1943 8.27413 13.5524C7.76981 13.9106 7.38895 14.4164 7.184 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17H7.184C7.38895 17.5836 7.76981 18.0894 8.27413 18.4476C8.77846 18.8057 9.38143 18.9987 10 19C10.6186 18.9987 11.2215 18.8057 11.7259 18.4476C12.2302 18.0894 12.6111 17.5836 12.816 17H19C19.2652 17 19.5196 16.8946 19.7071 16.7071C19.8946 16.5196 20 16.2652 20 16C20 15.7348 19.8946 15.4804 19.7071 15.2929C19.5196 15.1054 19.2652 15 19 15Z' fill='%2362BB51'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.addresses .filter__item:not(:last-child) {
    margin-bottom: 24px;
}
.addresses .filter__item.open .filter__content {
    visibility: visible;
    opacity: 1;
}
.addresses .filter__item.open .filter__item-title {
    margin-bottom: 14px;
}
.addresses .filter__item.open .filter__item-title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.addresses .filter__item-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #0d0d0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    gap: 12px;
}
.addresses .filter__item-title::after {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3902 7.7779L9.84025 3.32777C9.94325 3.22485 10 3.08745 10 2.94095C10 2.79445 9.94325 2.65705 9.84025 2.55412L9.51261 2.2264C9.29911 2.01315 8.95212 2.01315 8.73895 2.2264L5.00207 5.96328L1.26105 2.22225C1.15804 2.11933 1.02072 2.0625 0.874302 2.0625C0.727717 2.0625 0.590401 2.11933 0.487312 2.22225L0.159754 2.54998C0.0567474 2.65298 0 2.7903 0 2.9368C0 3.0833 0.0567474 3.2207 0.159754 3.32363L4.61386 7.7779C4.7172 7.88107 4.85516 7.93774 5.00183 7.93741C5.14906 7.93774 5.28695 7.88107 5.3902 7.7779Z' fill='%23101628'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.addresses .filter__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.addresses .filter__checkbox {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.addresses .filter__checkbox:not(:last-child) {
    margin-bottom: 14px;
}
.addresses .filter__checkbox input {
    display: none;
}
.addresses .filter__checkbox input:checked + span {
    background: var(--green);
    border: 1px solid var(--green);
}
.addresses .filter__checkbox input:checked + span::before {
    opacity: 1;
}
.addresses .filter__checkbox span {
    cursor: pointer;
    border: 1px solid #dededf;
    border-radius: 2px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.addresses .filter__checkbox span::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3334 1L4.00002 8.33333L0.666687 5' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 8px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.addresses .filter__checkbox p {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #0d0d0d;
    margin-bottom: 0;
}
.addresses__cards {
    max-width: 870px;
    width: 100%;
    margin-left: auto;
}
.addresses__card {
    position: relative;
    background: var(--grey3);
    border-radius: 20px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.addresses__card:not(:last-child) {
    margin-bottom: 16px;
}
.addresses__card a {
    display: block;
}
.addresses__card a img {
    max-width: 324px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.addresses__card-wrapper {
    padding-right: 180px;
}
.addresses__card-wrapper ul {
    margin-bottom: 16px;
}
.addresses__card-wrapper ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(16, 22, 40, 0.5);
    padding-bottom: 0;
    border-bottom: 0;
}
.addresses__card-wrapper ul li::before {
    display: block;
    content: '';
    border-radius: 100%;
    background: #35853c;
    min-width: 5px;
    width: 5px;
    height: 5px;
}
.addresses__card-wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}
.addresses__card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 10px;
}
.addresses__card-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 16px;
}
.addresses__card-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}
.addresses__card-price {
    min-width: 113px;
}
.addresses__card-price p {
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 0;
}
.addresses__card-price p:first-child {
    font-weight: 500;
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 3px;
}
.addresses__card-square {
    border-radius: 20px;
    padding: 7px 14px;
    background: var(--grey);
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: var(--dark);
    position: absolute;
    top: 16px;
    right: 24px;
}
.addresses__card-control {
    position: absolute;
    right: 24px;
    bottom: 16px;
}
.addresses__card-btn {
    padding: 11px;
    width: 160px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid var(--grey);
    color: rgba(16, 22, 40, 0.5);
}
.addresses__card-btn:hover {
    text-decoration: none;
    color: rgba(16, 22, 40, 0.5);
}
.addresses__card-btn:not(:last-child) {
    margin-bottom: 10px;
}
.addresses__card-btn.btn-green {
    padding: 12px;
}
.addresses .btn-green {
    border: none;
    color: var(--white);
}
.addresses .btn-green:hover {
    color: var(--white);
}

.range input[type='range'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.range input[type='range']:focus {
    outline: none;
    border: none;
}

.range__tracks {
    position: relative;
    height: 20px;
}

.range .slider-track {
    width: 100%;
    height: 3px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}

.range input[type='range']::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 0px;
}

.range input[type='range']::-moz-range-track {
    -moz-appearance: none;
    height: 0px;
}

.range input[type='range']::-ms-track {
    appearance: none;
    height: 0px;
}

.filter input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 7px solid #62bb51;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -10px;
    pointer-events: auto;
}

.filter input[type='range']::-moz-range-thumb {
    -webkit-appearance: none;
    border: 7px solid #62bb51;
    background-color: #62bb51;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -10px;
    pointer-events: auto;
    border: none;
}

.filter input[type='range']::-ms-thumb {
    appearance: none;
    border: 7px solid #62bb51;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -10px;
    pointer-events: auto;
    pointer-events: auto;
}

.filter input[type='range']:active::-webkit-slider-thumb {
    background-color: #62bb51;
}

.range__out {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 16px;
}

.range__out::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    background: #8f9296;
    width: 10px;
    height: 1px;
}

.range__before,
.range__from {
    border: 1px solid var(--grey);
    border-radius: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: rgba(16, 22, 40, 0.5);
    text-align: center;
    padding: 9px 1px;
}

.addresses-page .addresses__map {
    position: relative;
    max-width: 770px;
    margin-left: auto;
    margin-bottom: 80px;
}
.addresses-page .addresses__map svg {
    max-width: 619px;
}
.addresses-page .addresses__map ul {
    position: absolute;
    right: 0;
    top: 0;
}
.addresses-page .addresses__map ul li {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: rgba(16, 22, 40, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.addresses-page .addresses__map ul li.active {
    color: var(--dark);
}
.addresses-page .addresses__map ul li.active::before {
    background: var(--green);
}
.addresses-page .addresses__map ul li::before {
    content: '';
    display: block;
    background: #868992;
    min-width: 7px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.addresses-page .addresses__map ul li:not(:last-child) {
    margin-bottom: 12px;
}
.region {
    cursor: pointer;
}
.addresses-page .addresses__wrapper {
    gap: 30px;
}
.addresses-page .region.active .region-map path {
    fill-opacity: 1;
}
.addresses-page .region.active .region-text {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1025px) {
    .filter {
        position: sticky;
        top: 40px;
    }
}
.product {
    margin-bottom: 80px;
}
.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.product__slides {
    min-width: 670px;
    width: 670px;
}
.product__wrap {
    position: relative;
}
.product__inner {
    width: 100%;
}
.product__description {
    width: 100%;
}
.product__description ul {
    background: var(--grey3);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.product__description ul li {
    padding-bottom: 4px;
    border-bottom: 1px solid var(--grey2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}
.product__description ul li p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-align: right;
    color: var(--dark);
}
.product__description ul li p:first-child {
    opacity: 0.5;
    text-align: left;
}
.product__description ul li:not(:last-child) {
    margin-bottom: 10px;
}
.product__description-check {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_257_6676)'%3E%3Cpath d='M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346627 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 6.94942 15.7931 5.90914 15.391 4.93853C14.989 3.96793 14.3997 3.08601 13.6569 2.34315C12.914 1.60028 12.0321 1.011 11.0615 0.608964C10.0909 0.206926 9.05058 0 8 0ZM11.768 6.968L7.768 10.968C7.69363 11.043 7.60515 11.1025 7.50766 11.1431C7.41018 11.1837 7.30561 11.2046 7.2 11.2046C7.09439 11.2046 6.98983 11.1837 6.89234 11.1431C6.79485 11.1025 6.70637 11.043 6.632 10.968L4.232 8.568C4.15741 8.49341 4.09824 8.40485 4.05787 8.3074C4.01751 8.20994 3.99673 8.10548 3.99673 8C3.99673 7.78696 4.08136 7.58264 4.232 7.432C4.38265 7.28135 4.58696 7.19672 4.8 7.19672C5.01304 7.19672 5.21736 7.28135 5.368 7.432L7.2 9.272L10.632 5.832C10.7826 5.68136 10.987 5.59673 11.2 5.59673C11.413 5.59673 11.6174 5.68136 11.768 5.832C11.9186 5.98264 12.0033 6.18696 12.0033 6.4C12.0033 6.61304 11.9186 6.81736 11.768 6.968Z' fill='%2362BB51'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_257_6676'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}
.product__description-inner {
    -webkit-box-shadow: 0 3px 16px 0 rgba(16, 22, 40, 0.1);
    box-shadow: 0 3px 16px 0 rgba(16, 22, 40, 0.1);
    background: var(--white);
    border-radius: 10px;
    padding: 24px;
}
.product__prices {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 49px;
}
.product__price p {
    font-weight: 800;
    font-size: 20px;
    color: var(--dark);
    margin: 0;
    white-space: nowrap;
}
.product__price p span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: line-through;
    color: var(--grey4);
}
.product__price p:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    opacity: 0.5;
    margin-bottom: 10px;
}
.product__description-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
    text-align: center;
    padding: 16px;
    display: block;
    width: 100%;
    border-radius: 40px;
}
.product__description-btn:hover {
    text-decoration: none;
    color: var(--white);
}
.product .product-swiper2 {
    height: 462px;
    margin-bottom: 16px;
}
.product .product-swiper2 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.product .product-swiper {
    height: 88px;
    width: 100%;
}
.product .product-swiper .swiper-wrapper {
    height: 100%;
}
.product .product-swiper .swiper-slide {
    width: 123px;
    cursor: pointer;
    opacity: 0.5;
    padding: 4px;
}
.product .product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}
.product .product-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid rgba(16, 22, 40, 0.5);
    border-radius: 4px;
}
.product .swiper-wrapper {
    height: 100%;
}
.product .swiper-button-prev,
.product .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 32px;
    height: 32px;
}
.product .swiper-button-prev:hover,
.product .swiper-button-next:hover {
    background: none;
}
.product .swiper-button-prev {
    left: 16px;
}
.product .swiper-button-next {
    right: 16px;
}
.product .swiper-button-prev::before,
.product .swiper-button-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66699 16H24.3337' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M16 6.66675L25.3333 16.0001L16 25.3334' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 32px;
}
.product .swiper-number {
    position: absolute;
    right: 45px;
    bottom: 23px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--white);
}
.product .swiper-number::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
}

.description {
    margin-bottom: 80px;
}
.description__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.description h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--dark);
    margin-bottom: 24px;
}
@media (max-width: 1400px) {
    .description h2 {
        font-size: calc(24px + 16 * (100vw - 320px) / 1080);
    }
}
.description__inner {
    max-width: 670px;
    width: 100%;
}
.description__inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 0;
}
.description__inner p:not(:last-child) {
    margin-bottom: 10px;
}
.description__documents {
    max-width: 470px;
    width: 100%;
    background: var(--grey3);
    border-radius: 10px;
    padding: 24px 24px 16px;
}
.description__documents ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.description__documents ul li {
    margin-bottom: 16px;
}
.description__documents ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(16, 22, 40, 0.6);
}
.description__documents ul li a::before {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8C14.8 8 13 6.2 13 4V0H7C4.8 0 3 1.8 3 4V20C3 22.2 4.8 24 7 24H17C19.2 24 21 22.2 21 20V8H17ZM7 16C7 15.4 7.4 15 8 15H12C12.6 15 13 15.4 13 16C13 16.6 12.6 17 12 17H8C7.4 17 7 16.6 7 16ZM16 11C16.6 11 17 11.4 17 12C17 12.6 16.6 13 16 13H8C7.4 13 7 12.6 7 12C7 11.4 7.4 11 8 11H16Z' fill='%2362BB51'/%3E%3Cpath d='M20.6 6.00015L15 0.400146V4.00015C15 5.10015 15.9 6.00015 17 6.00015H20.6Z' fill='%2362BB51'/%3E%3C/svg%3E%0A");
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.description__documents-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--dark);
}

.information {
    margin-bottom: 100px;
}
.information h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--dark);
    margin-bottom: 24px;
}
@media (max-width: 1400px) {
    .information h2 {
        font-size: calc(24px + 16 * (100vw - 320px) / 1080);
    }
}
.information ul {
    margin-bottom: 40px;
}
.information ul li {
    border-radius: 10px;
    padding: 16px 24px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.information ul li:nth-child(odd) {
    background: var(--grey3);
}
.information ul li p {
    margin: auto 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #4f4f4f;
}
.information ul li p:first-child {
    font-weight: 600;
    color: var(--dark);
}
.information ul li ul {
    margin: auto 0;
}
.information ul li ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #4f4f4f;
    display: block;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.information ul li ul li::before {
    display: block;
    content: '';
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #4f4f4f;
    margin-top: 7px;
}
.information ul li ul li:nth-child(odd) {
    background: none;
}
.information__map {
    border-radius: 20px;
    overflow: hidden;
    height: 355px;
    width: 100%;
}

.similar {
    margin-bottom: 100px;
}
.similar__inner {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.similar h2 {
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 115%;
    color: var(--dark);
}
@media (max-width: 1400px) {
    .similar h2 {
        font-size: calc(24px + 16 * (100vw - 320px) / 1080);
    }
}
.similar__card {
    border-radius: 20px;
    background: var(--grey3);
    padding: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.similar__card img {
    border-radius: 10px;
    width: 100%;
    height: 234px;
    -o-object-fit: cover;
    object-fit: cover;
}
.similar__card p {
    margin-top: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 16px;
}
.similar__card-inner {
    position: relative;
    padding-top: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.similar__square {
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: var(--dark);
    padding: 7px 15px;
    border-radius: 20px;
    background: var(--grey);
    right: 16px;
    bottom: calc(100% + 16px);
}
.similar__card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.similar__price {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: rgba(16, 22, 40, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.similar__price span {
    font-weight: 800;
    font-size: 18px;
    color: var(--dark);
}
.similar__btn {
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
    width: 100%;
    padding: 12px;
    display: block;
    text-align: center;
}
.similar__btn:hover {
    text-decoration: none;
    color: var(--white);
}
.similar .swiper-button-prev:hover::before,
.similar .swiper-button-next:hover::before {
    opacity: 1;
}
.similar .swiper-button-prev::before,
.similar .swiper-button-next::before {
    opacity: 0.5;
}
.similar .swiper-pagination {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .product .product-swiper {
        height: 70px;
    }
    .product .product-swiper2 {
        height: auto;
        aspect-ratio: 16/11;
    }
    .product__slides {
        min-width: 570px;
        width: 570px;
    }
    .product .product-swiper .swiper-slide {
        width: 104px;
    }
    .description__documents {
        max-width: 100%;
    }
    .description__wrapper,
    .product__wrapper {
        gap: 20px;
    }
    .product__slides {
        overflow: hidden;
    }
    .product .swiper-number {
        right: 32px;
        bottom: 17px;
        width: 34px;
        height: 36px;
    }
    .product__prices {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
    }
    .product__price p {
        font-size: 18px;
    }
}
@media (max-width: 1025px) {
    .product__prices {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
    }
    .product .swiper-number {
        right: 45px;
    }
    .product .product-swiper .swiper-slide {
        width: 101px;
    }
    .description__inner {
        max-width: 100%;
    }
    .product__slides {
        min-width: 670px;
        width: 670px;
    }
    .description__wrapper,
    .product__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .addresses-page .addresses__wrapper {
        gap: 24px;
    }
    .addresses-page .addresses__map {
        max-width: 100%;
        margin-bottom: 0;
    }
    .addresses .filter {
        max-width: 100%;
        padding: 0;
    }
    .addresses .filter.open .filter__title::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .addresses .filter.open .filter__accordion {
        opacity: 1;
        visibility: visible;
        padding: 5px 20px 20px;
    }
    .addresses .filter__title {
        margin-bottom: 0;
        padding: 20px;
        position: relative;
    }
    .addresses .filter__title::before {
        position: absolute;
        content: '';
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_337_3573)'%3E%3Cpath d='M5.3902 7.7779L9.84025 3.32777C9.94325 3.22485 10 3.08745 10 2.94095C10 2.79445 9.94325 2.65705 9.84025 2.55412L9.51261 2.2264C9.29911 2.01315 8.95212 2.01315 8.73895 2.2264L5.00207 5.96328L1.26105 2.22225C1.15804 2.11933 1.02072 2.0625 0.874302 2.0625C0.727717 2.0625 0.590401 2.11933 0.487312 2.22225L0.159754 2.54998C0.0567474 2.65298 -3.18131e-08 2.7903 -3.8217e-08 2.9368C-4.46208e-08 3.0833 0.0567474 3.2207 0.159754 3.32363L4.61386 7.7779C4.7172 7.88107 4.85516 7.93774 5.00183 7.93741C5.14906 7.93774 5.28695 7.88107 5.3902 7.7779Z' fill='%23101628'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_337_3573'%3E%3Crect width='10' height='10' fill='white' transform='translate(10) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-repeat: no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
    }
    .filter__accordion {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        will-change: max-height;
        padding: 0 20px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}
@media (max-width: 769px) {
    .addresses__pagination {
        margin-top: 32px;
    }
    .similar .swiper-pagination {
        margin-top: 24px;
    }
    .similar__square {
        right: 10px;
        bottom: calc(100% + 10px);
    }
    .similar__card-title {
        font-size: 16px;
        min-height: 42px;
        margin-bottom: 12px;
    }
    .similar__card p {
        margin-bottom: 12px;
    }
    .similar__card img {
        height: auto;
        aspect-ratio: 16/11;
    }
    .similar__inner {
        margin-bottom: 30px;
    }
    .similar h2 {
        text-transform: uppercase;
    }
    .similar,
    .information {
        margin-bottom: 60px;
    }
    .information ul li ul {
        padding-left: 9px;
    }
    .information ul {
        margin-bottom: 32px;
    }
    .information ul li {
        padding: 20px;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .information h2 {
        margin-bottom: 32px;
    }
    .description__documents ul li {
        margin-bottom: 0;
    }
    .description__documents ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    .description__documents {
        padding: 0;
    }
    .description__documents.open .description__documents-title::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .description__documents.open ul {
        padding: 4px 20px 20px;
        opacity: 1;
        visibility: visible;
    }
    .description__documents-title {
        margin-bottom: 0;
        font-size: 16px;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
    }
    .description__documents-title::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_350_4287)'%3E%3Cpath d='M5.3902 7.7779L9.84025 3.32777C9.94325 3.22485 10 3.08745 10 2.94095C10 2.79445 9.94325 2.65705 9.84025 2.55412L9.51261 2.2264C9.29911 2.01315 8.95212 2.01315 8.73895 2.2264L5.00207 5.96328L1.26105 2.22225C1.15804 2.11933 1.02072 2.0625 0.874302 2.0625C0.727717 2.0625 0.590401 2.11933 0.487312 2.22225L0.159754 2.54998C0.0567474 2.65298 -3.18131e-08 2.7903 -3.8217e-08 2.9368C-4.46208e-08 3.0833 0.0567474 3.2207 0.159754 3.32363L4.61386 7.7779C4.7172 7.88107 4.85516 7.93774 5.00183 7.93741C5.14906 7.93774 5.28695 7.88107 5.3902 7.7779Z' fill='%23101628'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_350_4287'%3E%3Crect width='10' height='10' fill='white' transform='translate(10) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-repeat: no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
    }
    .description__documents ul {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        will-change: max-height;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0;
        -webkit-columns: initial;
        -moz-columns: initial;
        columns: initial;
        padding: 0 20px;
    }
    .description h2 {
        margin-bottom: 16px;
    }
    .description,
    .product {
        margin-bottom: 60px;
    }
    .product__prices {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .product__price p {
        font-size: 20px;
    }
    .product__price p span {
        display: block;
    }
    .product__price p:first-child {
        font-size: 14px;
    }
    .product__description-inner {
        padding: 20px;
    }
    .product__description ul li p {
        font-size: 14px;
    }
    .product__description ul {
        padding: 20px;
    }
    .description__wrapper {
        gap: 32px;
    }
    .product__wrapper {
        gap: 18px;
    }
    .container-h1 p {
        font-size: 14px;
        padding: 7px 16px;
    }
    .product .swiper-number::before {
        width: 24px;
        height: 24px;
    }
    .product .product-swiper2 {
        margin-bottom: 10px;
    }
    .product .swiper-button-prev,
    .product .swiper-button-next {
        display: none;
    }
    .product .product-swiper {
        height: auto;
    }
    .product .product-swiper .swiper-slide {
        aspect-ratio: 16/11;
        padding: 1px;
    }
    .product .swiper-number {
        bottom: 36%;
        right: 8%;
        font-size: 13px;
        line-height: 120%;
        width: 24px;
        height: 24px;
    }
    .product__slides {
        min-width: auto;
        width: 100%;
    }
    .addresses-page .addresses__map svg {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .pagination {
        padding: 6px;
    }
    .more {
        padding: 12px 26px;
    }
    .addresses__pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .addresses__card-wrapper {
        padding: 0;
    }
    .addresses__card-btn {
        width: 100%;
    }
    .addresses__card-btn:not(:last-child) {
        margin-bottom: 0;
    }
    .addresses__card {
        padding: 16px;
    }
    .addresses__card-control {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
    .addresses__card-prices {
        margin-bottom: 16px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .addresses__card-wrapper ul {
        margin-bottom: 16px;
    }
    .addresses__card-text {
        margin-bottom: 12px;
    }
    .addresses__card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .addresses__card-square {
        position: static;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 16px;
    }
    .addresses__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    .addresses__card a img {
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
    .addresses-page .addresses__map ul {
        position: static;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        margin-bottom: 60px;
    }
    .addresses-page .addresses__map ul li:not(:last-child) {
        margin-bottom: 12px;
    }
    .addresses .filter__title {
        font-size: 16px;
    }
    .addresses__search-btn {
        border-radius: 40px;
        padding: 0;
        min-width: 44px;
        width: 44px;
        height: 44px;
        position: relative;
    }
    .addresses__search-btn::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 20.9999L16.65 16.6499' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
    }
    .addresses__search-btn p {
        display: none;
    }
    .addresses__search input {
        font-size: 13px;
    }
    .addresses__search input::-webkit-input-placeholder {
        font-size: 13px;
    }
    .addresses__search input::-moz-placeholder {
        font-size: 13px;
    }
    .addresses__search input:-ms-input-placeholder {
        font-size: 13px;
    }
    .addresses__search input::-ms-input-placeholder {
        font-size: 13px;
    }
    .addresses__search input::placeholder {
        font-size: 13px;
    }
    .addresses__tabs {
        margin-bottom: 6px;
        gap: 10px;
    }
    .addresses__tab {
        padding: 13px 16px;
        font-weight: 500;
        font-size: 14px;
    }
    .container-h1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 16px !important;
    }
    .container-h1 h1 {
        font-size: 24px;
        line-height: 115%;
    }
}
@media (max-width: 550px) {
    .product .swiper-number {
        bottom: 24%;
        right: 6%;
    }
}

.close-burger {
    right: 14px !important;
    width: 27px;
}
/* End */


/* Start:/local/templates/consult22/components/bitrix/breadcrumb/breadcrumbs/style.css?16881607451145*/
.overflow {
    max-width: 1200px;
    padding: 0 0 5px 0;
    width: 100%;
    margin: 0 auto;
  }
@media (max-width: 800px) {
	.overflow {
		overflow-x: auto;
		/*margin-left: 15px;*/
		margin-bottom: 20px;
		/*padding-right: 15px;*/
	}
 }
.bx-breadcrumb {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    /*padding: 10px;*/
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	/*float: left;*/
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child {
	padding-left: 15px;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child {
	padding-left: 12px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 13px;
	/*white-space: normal;*/
	color: black;
}
span.bx-breadcrumb-last {
	color: #AFAFB0!important;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/consult22/components/bitrix/menu/footer.catalog.menu/style.css?16934951733707*/
.footer-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-item .footer-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    padding-left: 0;
}

.footer-nav-item,
.footer-text {
    display: block;
}
.footer-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
}

.telegram:hover p {
    color: #28a8e9;
}

.whatsapp:hover p {
    color: #0dc143;
}
.footer-social__icon p {
    margin: 0;
    margin-left: 7px;
    font-size: 13px;
    line-height: 135%;
}

@media (max-width: 900px) {
    .footer-social__icon p {
        font-size: 12px;
        line-height: 150%;
    }
    footer,
    .under-footer {
        display: block !important;
    }
    .under-footer-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
    }
    .under-footer-container div,
    .under-footer-container a {
        margin: 0;
    }
    .footer-flex {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #333848;
        margin-bottom: 30px;
    }
    .footer-flex .footer-row:last-child {
        position: absolute;
        top: 75px;
        left: 0;
    }
    .footer-flex .footer-social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer-flex .footer-social__icon {
        margin-right: 11px;
    }
    .footer-flex .footer-item .footer-text {
        font-weight: 600;
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 0;
    }
    .footer-tel {
        font-weight: 700;
        font-size: 18px;
        line-height: 135%;
    }
    .footer-link {
        padding: 0;
        margin-top: 15px;
    }
    .footer-link.btn {
        margin-top: 0;
    }
    .footer__container {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-row {
        max-width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .footer-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .footer-nav-list {
        display: grid;
        gap: 12px 67px;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-logo {
        padding-bottom: 150px;
        position: relative;
    }
    .footer-logo::before {
        position: absolute;
        content: "";
        left: -20px;
        width: calc(100% + 40px);
        bottom: 0;
        border-bottom: 1px solid #333848;
    }
    .footer-nav-item {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 0;
    }
    .footer-lists .footer-row {
        max-width: 500px;
    }
    .footer-lists .footer-row:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer-lists .footer-row ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .footer-lists .footer-text {
        margin-bottom: 10px;
    }
    .footer-title {
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 10px;
    }
}
@media (max-width: 769px) {
    .under-footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .under-footer-container .dev-item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

/* End */


/* Start:/local/templates/consult22/components/interlabs/feedbackform/feedback_popup/style.css?167662659314744*/
.interlabs-feedbackform__container {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}
.interlabs-feedbackform__container .hidden {
    display: none;
}
/* .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
    padding: 6px;
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    .js-interlabs-feedbackform__dialog__close {
    cursor: pointer;
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body {
    margin-top: 17px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group {
    margin-bottom: 17px;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .field-required {
    color: #eb5757;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    label:nth-child(1) {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"] {
    margin-bottom: 0;
    height: 36px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"].date {
    width: 75px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    select {
    width: 30%;
    color: #828282;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 13px;
    height: 36px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/consult22/components/interlabs/feedbackform/feedback_popup/image/select-arrow.png") no-repeat 97% 55%;
    background-color: #f8fafc;
    text-align: left;
    text-align-last: left;
    padding-right: 18px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file {
    margin-top: 6px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    input[type="file"] {
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    a {
    padding: 10px 30px;
    border: 1px solid #159ebb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label {
    color: #828282;
    margin-left: 12px;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label.selected {
    color: #333333;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    textarea {
    width: 100%;
    height: 180px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    input[type="text"] {
    width: 75%;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    img {
    width: 180px;
    height: 40px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 2px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #159ebb;
    border-radius: 1px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 8px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #70bb18;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    a {
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    .c-checkbox {
    display: inline-block;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    input[type="submit"],
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .js-interlabs-feedbackform__dialog__send-button, */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .interlabs-feedbackform__container-succsess__close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .error {
    color: #eb5757;
    margin-left: 12px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .interlabs-feedbackform__container__errors
    .interlabs-feedbackform__container__errors__item {
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    font-size: 14px;
    color: #eb5757;
    margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
    color: #70bb18;
    margin: 20px 0px;
    padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
    max-height: 480px;
    max-width: 540px;
    position: fixed;
    z-index: 9998;
    top: 30%;
    left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
    display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 300px;
    overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
    border-bottom: 1px solid #70bb18;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .header
    .close-dialog {
    cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
    margin-bottom: 28px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .body
    .form-group
    .btn.btn-close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        input[type="text"] {
        width: 100%;
        margin-top: 12px;
    } */
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        img {
        width: 180px;
        height: 40px;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog {
        top: 50px;
        left: 0;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
        height: 150px;
    }
}
.form-group-popup {
    max-width: 470px;
    width: 100%;
}
.form-group-popup .green-btn {
    width: 100%;
}

.modals-wrapper.active {
    justify-content: flex-start;
    align-items: flex-start;
}

/* End */


/* Start:/local/templates/consult22/components/interlabs/feedbackform/review/style.css?167662659314744*/
.interlabs-feedbackform__container {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}
.interlabs-feedbackform__container .hidden {
    display: none;
}
/* .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
    padding: 6px;
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    .js-interlabs-feedbackform__dialog__close {
    cursor: pointer;
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body {
    margin-top: 17px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group {
    margin-bottom: 17px;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .field-required {
    color: #eb5757;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    label:nth-child(1) {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"] {
    margin-bottom: 0;
    height: 36px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"].date {
    width: 75px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    select {
    width: 30%;
    color: #828282;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 13px;
    height: 36px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/consult22/components/interlabs/feedbackform/review/image/select-arrow.png") no-repeat 97% 55%;
    background-color: #f8fafc;
    text-align: left;
    text-align-last: left;
    padding-right: 18px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file {
    margin-top: 6px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    input[type="file"] {
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    a {
    padding: 10px 30px;
    border: 1px solid #159ebb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label {
    color: #828282;
    margin-left: 12px;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label.selected {
    color: #333333;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    textarea {
    width: 100%;
    height: 180px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    input[type="text"] {
    width: 75%;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    img {
    width: 180px;
    height: 40px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 2px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #159ebb;
    border-radius: 1px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 8px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #70bb18;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    a {
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    .c-checkbox {
    display: inline-block;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    input[type="submit"],
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .js-interlabs-feedbackform__dialog__send-button, */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .interlabs-feedbackform__container-succsess__close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .error {
    color: #eb5757;
    margin-left: 12px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .interlabs-feedbackform__container__errors
    .interlabs-feedbackform__container__errors__item {
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    font-size: 14px;
    color: #eb5757;
    margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
    color: #70bb18;
    margin: 20px 0px;
    padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
    max-height: 480px;
    max-width: 540px;
    position: fixed;
    z-index: 9998;
    top: 30%;
    left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
    display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 300px;
    overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
    border-bottom: 1px solid #70bb18;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .header
    .close-dialog {
    cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
    margin-bottom: 28px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .body
    .form-group
    .btn.btn-close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        input[type="text"] {
        width: 100%;
        margin-top: 12px;
    } */
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        img {
        width: 180px;
        height: 40px;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog {
        top: 50px;
        left: 0;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
        height: 150px;
    }
}
.form-group-popup {
    max-width: 470px;
    width: 100%;
}
.form-group-popup .green-btn {
    width: 100%;
}

.modals-wrapper.active {
    justify-content: flex-start;
    align-items: flex-start;
}

/* End */


/* Start:/local/templates/consult22/components/interlabs/feedbackform/quest_popup/style.css?167662659314744*/
.interlabs-feedbackform__container {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}
.interlabs-feedbackform__container .hidden {
    display: none;
}
/* .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
    padding: 6px;
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    .js-interlabs-feedbackform__dialog__close {
    cursor: pointer;
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body {
    margin-top: 17px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group {
    margin-bottom: 17px;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .field-required {
    color: #eb5757;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    label:nth-child(1) {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"] {
    margin-bottom: 0;
    height: 36px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"].date {
    width: 75px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    select {
    width: 30%;
    color: #828282;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 13px;
    height: 36px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/consult22/components/interlabs/feedbackform/quest_popup/image/select-arrow.png") no-repeat 97% 55%;
    background-color: #f8fafc;
    text-align: left;
    text-align-last: left;
    padding-right: 18px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file {
    margin-top: 6px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    input[type="file"] {
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    a {
    padding: 10px 30px;
    border: 1px solid #159ebb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label {
    color: #828282;
    margin-left: 12px;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label.selected {
    color: #333333;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    textarea {
    width: 100%;
    height: 180px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    input[type="text"] {
    width: 75%;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    img {
    width: 180px;
    height: 40px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 2px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #159ebb;
    border-radius: 1px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 8px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #70bb18;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    a {
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    .c-checkbox {
    display: inline-block;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    input[type="submit"],
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .js-interlabs-feedbackform__dialog__send-button, */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .interlabs-feedbackform__container-succsess__close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .error {
    color: #eb5757;
    margin-left: 12px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .interlabs-feedbackform__container__errors
    .interlabs-feedbackform__container__errors__item {
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    font-size: 14px;
    color: #eb5757;
    margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
    color: #70bb18;
    margin: 20px 0px;
    padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
    max-height: 480px;
    max-width: 540px;
    position: fixed;
    z-index: 9998;
    top: 30%;
    left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
    display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 300px;
    overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
    border-bottom: 1px solid #70bb18;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .header
    .close-dialog {
    cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
    margin-bottom: 28px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .body
    .form-group
    .btn.btn-close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        input[type="text"] {
        width: 100%;
        margin-top: 12px;
    } */
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        img {
        width: 180px;
        height: 40px;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog {
        top: 50px;
        left: 0;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
        height: 150px;
    }
}
.form-group-popup {
    max-width: 470px;
    width: 100%;
}
.form-group-popup .green-btn {
    width: 100%;
}

.modals-wrapper.active {
    justify-content: flex-start;
    align-items: flex-start;
}

/* End */


/* Start:/local/templates/consult22/components/interlabs/feedbackform/fixedprice/style.css?167662659314744*/
.interlabs-feedbackform__container {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}
.interlabs-feedbackform__container .hidden {
    display: none;
}
/* .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
    padding: 6px;
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .header
    .js-interlabs-feedbackform__dialog__close {
    cursor: pointer;
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body {
    margin-top: 17px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group {
    margin-bottom: 17px;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .field-required {
    color: #eb5757;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    label:nth-child(1) {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"] {
    margin-bottom: 0;
    height: 36px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
} */
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    input[type="text"].date {
    width: 75px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    select {
    width: 30%;
    color: #828282;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 13px;
    height: 36px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/consult22/components/interlabs/feedbackform/fixedprice/image/select-arrow.png") no-repeat 97% 55%;
    background-color: #f8fafc;
    text-align: left;
    text-align-last: left;
    padding-right: 18px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file {
    margin-top: 6px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    input[type="file"] {
    display: none;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    a {
    padding: 10px 30px;
    border: 1px solid #159ebb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label {
    color: #828282;
    margin-left: 12px;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .file
    label.selected {
    color: #333333;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    textarea {
    width: 100%;
    height: 180px;
    background: #f8fafc;
    border: 1px solid #d5dadc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    input[type="text"] {
    width: 75%;
} */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .captcha
    img {
    width: 180px;
    height: 40px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 2px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-checkbox
    input[type="checkbox"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #159ebb;
    border-radius: 1px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    -webkit-box-shadow: 0 0 0 1px #d5dadc;
    box-shadow: 0 0 0 1px #d5dadc;
    border-radius: 8px;
    margin-top: -1px;
    background: #f8fafc;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:focus
    + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label {
    color: #b8b8b8;
    cursor: auto;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:disabled
    + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group
    .c-radio
    input[type="radio"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #70bb18;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: block;
    /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    a {
    color: #159ebb;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .form-group.agree
    .c-checkbox {
    display: inline-block;
}
/* .interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    input[type="submit"],
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .js-interlabs-feedbackform__dialog__send-button, */
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .body
    .interlabs-feedbackform__container-succsess__close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .error {
    color: #eb5757;
    margin-left: 12px;
}
.interlabs-feedbackform__container
    .interlabs-feedbackform__container__dialog
    .interlabs-feedbackform__container__errors
    .interlabs-feedbackform__container__errors__item {
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    font-size: 14px;
    color: #eb5757;
    margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
    color: #70bb18;
    margin: 20px 0px;
    padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 32px;
    padding-bottom: 39px;
    max-height: 480px;
    max-width: 540px;
    position: fixed;
    z-index: 9998;
    top: 30%;
    left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
    display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 300px;
    overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
    border-bottom: 1px solid #70bb18;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-right: 12px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .header
    .close-dialog {
    cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
    margin-bottom: 28px;
}
.interlabs-feedbackform__container
    .interlabs__info-dialog
    .body
    .form-group
    .btn.btn-close {
    width: 144px;
    height: 36px;
    background: #70bb18;
    border-radius: 2px;
    border: none;
    color: #f2f2f2;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        input[type="text"] {
        width: 100%;
        margin-top: 12px;
    } */
    .interlabs-feedbackform__container
        .interlabs-feedbackform__container__dialog
        .body
        .form-group
        .captcha
        img {
        width: 180px;
        height: 40px;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog {
        top: 50px;
        left: 0;
    }
    .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
        height: 150px;
    }
}
.form-group-popup {
    max-width: 470px;
    width: 100%;
}
.form-group-popup .green-btn {
    width: 100%;
}

.modals-wrapper.active {
    justify-content: flex-start;
    align-items: flex-start;
}

/* End */


/* Start:/local/templates/consult22/components/niges/cookiesaccept/.default/style.css?17485946962614*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/consult22/styles.css?17388590963*/
﻿
/* End */


/* Start:/local/templates/consult22/template_styles.css?173886749010153*/
* {
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}
.text-right {
    text-align: right;
}

.d-none {
    display: none !important;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
}

.burger-menu {
    z-index: 7;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.close-burger {
    top: 30px;
    right: 15px;
}

/* Some fixes */
.header__descr-item .m-text {
    font-size: 12px;
}
.first-block__content {
    display: none;
}
.first-block__content.active {
    display: block;
}
.cost-banner-list__item:hover .text {
    color: #101628;
    cursor: auto;
}

.service-info ul,
.service-info ol {
    padding-left: 20px;
}
.service-info ul li {
    list-style: initial !important;
}
.service-info ol li {
    list-style: decimal !important;
}

.commerce-gift {
    padding-top: 100px;
    background: #f8f8fb;
}
.service-content__inputs span:hover {
    outline: 1px solid #46a44e;
}
.service-content__price {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.calculation-content {
    background: url('/images/calculation-bg.png');
}
.menu__nav-item,
.menu__nav-item > a {
    color: #afafb0;
    font-size: 13px;
    font-weight: 700;
    max-width: 235px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.modals-wrapper.active > div {
    margin: 0 auto;
}
[id^='wait_comp'] {
    display: none !important;
}
.form-group .doljnost,
.form-group .ozenka,
.oborot-price {
    display: none;
}
.oborot-price.active {
    display: block;
}
.contacts-item .footer-social__icon {
    -webkit-filter: unset;
    filter: unset;
}
.menu__nav-content-list ul {
    padding: 0 10px 0 20px;
}

.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 74px;
    background: #fff;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    z-index: -1;
    border-top: 1px solid #e5e5e5;
}

.close-burger {
    z-index: 100;
}

.menu__item-end {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
}

.sub-submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 74px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
}

@media (max-width: 1025px) {
    .menu__nav-content-list ul {
        width: auto;
    }
}
@media (max-width: 800px) {
    .menu__toggle-mobile .sub-submenu .sub-submenu__item {
        position: relative;
    }
    .menu__toggle-mobile .sub-submenu .sub-submenu__item.active .menu__drop {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .menu__toggle-mobile .sub-submenu .sub-submenu__item .menu__drop {
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 0.14rem solid #46a44e;
        border-right: 0.14rem solid #46a44e;
        height: 7px;
        width: 7px;
    }
    .menu__item-end {
        padding: 15px 0;
        overflow-y: auto;
        height: 100%;
    }
    .menu__item-end li {
        margin-bottom: 0;
    }
    .menu__item-end li:last-child a {
        margin-bottom: 0;
    }
    .menu__item-end li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        display: block;
        margin-bottom: 15px;
        color: #8b8b8f !important;
    }
    .burger-main-content {
        overflow-y: scroll;
        height: 100%;
    }
    .burger-main-content .footer-link {
        margin: 0;
        padding-left: 0;
    }
    .burger__nav-item {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #101628;
    }
    .sub-submenu__item a {
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        color: #101628 !important;
        text-transform: initial;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .menu__toggle-mobile {
        z-index: 3;
    }
    .menu__toggle-mobile a {
        color: #46a44e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 20px;
    }
    .menu__toggle-mobile a:hover {
        text-decoration: none;
    }
    .menu__toggle-mobile.active {
        position: fixed;
        top: 0px;
        left: 20px;
        width: 100%;
        background: #fff;
        padding: 30px 0;
    }
    .menu__toggle-mobile.active a {
        color: #cdd2dd;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .menu__toggle-mobile.active .menu__drop {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-bottom: 0.15rem solid #cdd2dd;
        border-right: 0.15rem solid #cdd2dd;
        margin-right: 10px;
        top: 0px;
    }
    .menu__toggle-mobile.active .submenu {
        position: fixed;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        z-index: 2;
    }
    .menu__toggle-mobile.active .burger__nav-item {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .sub-submenu__item {
        margin-bottom: 0 !important;
        padding: 10px 0;
        border-top: 1px solid #e5e5e5;
        padding-left: 20px;
    }
    .sub-submenu__item:last-child {
        border-bottom: 1px solid #e5e5e5;
    }
    .sub-submenu__item.active a {
        margin-bottom: 15px;
        display: block;
    }
    .sub-submenu__item.active .menu__item-end {
        border-top: 1px solid #e5e5e5;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-left: -20px;
        padding-left: 20px;
    }
    .menu__item-end {
        padding: 0 !important;
    }
    .menu__item-end .sub-submenu__item {
        border: none;
    }
    .menu__item-end .sub-submenu__item a {
        margin-bottom: 0 !important;
    }
    .menu__drop {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 0.15rem solid #46a44e;
        border-right: 0.15rem solid #46a44e;
        height: 9px;
        width: 9px;
    }
    .submenu__item {
        padding: 15px 30px 15px 42px;
        position: relative;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
    .submenu__item::before {
        position: absolute;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.7262 1.37457L1.655 3.87537C1.50549 3.91505 1.37279 4.00195 1.27664 4.12314C1.1805 4.24432 1.12606 4.39331 1.12142 4.54793C1.11678 4.70254 1.16218 4.85453 1.25088 4.98126C1.33958 5.10799 1.46683 5.2027 1.61369 5.25128L5.27433 6.47785C5.28767 6.48292 5.29988 6.49059 5.31024 6.50041C5.3206 6.51022 5.32892 6.522 5.3347 6.53505L6.68202 10.0304C6.73654 10.1709 6.83277 10.2912 6.95776 10.3753C7.08274 10.4594 7.23049 10.5032 7.3811 10.5007H7.40017C7.55332 10.5003 7.70241 10.4515 7.82622 10.3613C7.95002 10.2712 8.04223 10.1443 8.08972 9.99867L10.6572 2.28973C10.6975 2.1663 10.7034 2.03425 10.6743 1.90773C10.6452 1.78121 10.5822 1.66501 10.492 1.57158C10.3956 1.47035 10.2727 1.39822 10.1373 1.36339C10.0019 1.32856 9.85949 1.33244 9.7262 1.37457V1.37457Z' fill='%2346A44E'/%3E%3C/svg%3E%0A");
        width: 12px;
        height: 12px;
        left: 20px;
        top: 20px;
    }
    .submenu__item::after {
        position: absolute;
        content: '';
        top: 20px;
        right: 20px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 0.14rem solid #cdd2dd;
        border-right: 0.14rem solid #cdd2dd;
        height: 7px;
        width: 7px;
    }
    .submenu__item.active {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #fff;
        padding: 30px 40px;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        visibility: visible !important;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #cdd2dd;
    }
    .submenu__item.active::after {
        right: auto;
        left: 20px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-bottom: 0.15rem solid #cdd2dd;
        border-right: 0.15rem solid #cdd2dd;
        height: 9px;
        width: 9px;
        top: 39px;
    }
    .submenu__item.active::before {
        width: 0;
    }
    .submenu__item.active .sub-submenu {
        position: fixed;
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
        height: auto;
    }
}
.menu__nav-item:hover > a {
    color: #46a44e;
}
.menu__nav-content-list > ul > li:hover > a {
    color: #46a44e;
}
.menu__nav-content-list ul {
    padding: 0;
}
.menu__nav-content-list ul li:hover .sub-nav {
    column-count: 1;
    margin-top: 10px;
}
.menu__nav-content-list ul a {
    font-size: 14px;
}
.btn {z-index:unset;}
/* End */
/* /local/templates/consult22/css/vendor/fancybox.css?167662659315598 */
/* /local/templates/consult22/css/fonts.css?16819959031382 */
/* /local/templates/consult22/css/project.css?1773995426134651 */
/* /local/templates/consult22/css/hover-menu.css?17036648952484 */
/* /local/templates/consult22/css/style.css?177623839246805 */
/* /local/templates/consult22/components/bitrix/breadcrumb/breadcrumbs/style.css?16881607451145 */
/* /local/templates/consult22/components/bitrix/menu/footer.catalog.menu/style.css?16934951733707 */
/* /local/templates/consult22/components/interlabs/feedbackform/feedback_popup/style.css?167662659314744 */
/* /local/templates/consult22/components/interlabs/feedbackform/review/style.css?167662659314744 */
/* /local/templates/consult22/components/interlabs/feedbackform/quest_popup/style.css?167662659314744 */
/* /local/templates/consult22/components/interlabs/feedbackform/fixedprice/style.css?167662659314744 */
/* /local/templates/consult22/components/niges/cookiesaccept/.default/style.css?17485946962614 */
/* /local/templates/consult22/styles.css?17388590963 */
/* /local/templates/consult22/template_styles.css?173886749010153 */
