

/* Start:/local/templates/versua/slick/slick.css?16293736241776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/versua/slick/slick-theme.css?16293736243145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/versua/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/versua/slick/./fonts/slick.eot');
    src: url('/local/templates/versua/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/versua/slick/./fonts/slick.woff') format('woff'), url('/local/templates/versua/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/versua/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/versua/style/jquery.fancybox.min.css?164574720012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/versua/style/style.css?1751549319169068*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&display=swap');

@font-face {
	font-display: swap;
	font-family: 'Gilroy';
	src: local('Gilroy'),
		url('/local/templates/versua/style/../fonts/gilroy-regular.eot') format('embedded-opentype'),
		url('/local/templates/versua/style/../fonts/gilroy-regular.woff2') format('woff2'),
		url('/local/templates/versua/style/../fonts/gilroy-regular.woff') format('woff'),
		url('/local/templates/versua/style/../fonts/gilroy-regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-display: swap;
	font-family: 'Gilroy';
	src: local('Gilroy'),
		url('/local/templates/versua/style/../fonts/gilroy-bold.eot') format('embedded-opentype'),
		url('/local/templates/versua/style/../fonts/gilroy-bold.woff2') format('woff2'),
		url('/local/templates/versua/style/../fonts/gilroy-bold.woff') format('woff'),
		url('/local/templates/versua/style/../fonts/gilroy-bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-display: swap;
	font-family: 'Gilroy';
	src: local('Gilroy'),
		url('/local/templates/versua/style/../fonts/gilroy-medium.eot') format('embedded-opentype'),
		url('/local/templates/versua/style/../fonts/gilroy-medium.woff2') format('woff2'),
		url('/local/templates/versua/style/../fonts/gilroy-medium.woff') format('woff'),
		url('/local/templates/versua/style/../fonts/gilroy-medium.ttf') format('truetype');
	font-weight: 500;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Gilroy';
	overflow-x: hidden;
}

body * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Gilroy';
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

button {
	cursor: pointer;
}

.h1 {
	font: 900 64px/98px 'Playfair Display', serif;
}

.h2,
.content_scrolling h2 {
	font: 700 48px/64px 'Playfair Display', serif;
}

.h3,
.content_scrolling h3 {
	font: 700 40px/54px 'Playfair Display', serif;
}

.h4,
.content_scrolling h4 {
	font: 700 28px/40px 'Playfair Display', serif;
}

.h5,
.content_scrolling h5 {
	font: 700 24px/32px 'Playfair Display', serif;
}

.h6,
.content_scrolling h6 {
	font: 700 20px/30px 'Playfair Display', serif;
}

.subtitle1 {
	font: 700 18px/28px 'Gilroy';
}

.subtitle2 {
	font: 500 18px/28px 'Gilroy';
}

.lead1 {
	font: 400 18px/32px 'Gilroy';
}

.lead2 {
	font: 500 14px/24px 'Gilroy';
}

.body1 {
	font: 400 16px/26px 'Gilroy';
}

.body2 {
	font: 400 14px/24px 'Gilroy';
}

.label {
	font: 500 20px/30px 'Gilroy';
}

.overtext {
	font: 400 italic 32px/64px 'Playfair Display', serif;
}

.overhead {
	font: 700 14px/18px 'Gilroy';
	letter-spacing: 2px;
}

.btnmenu {
	font: 500 18px/18px 'Gilroy';
}

.flex {
	display: flex !important;
}

.column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

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

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

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

.justify-center {
	justify-content: center;
}

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

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.container_l {
	width: 1670px;
	margin-left: auto;
	margin-right: auto;
}

.container_s {
	width: 1460px;
	margin-left: auto;
	margin-right: auto;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.weight_bold {
	font-weight: bold;
}

.color_1 {
	color: #fcf4f0;
}

.color_2 {
	color: #e25c56;
}

.color_3 {
	color: #e96761;
}

.color_4 {
	color: #f7f7f7;
}

.color_5 {
	color: #bba2c8;
}

.color_6 {
	color: #f3c3c4;
}

.color_7 {
	color: #1b2048;
}

.color_8 {
	color: #1d1d1d;
}

.color_9 {
	color: #343434;
}

.color_10 {
	color: white;
}

.bg-color_1 {
	background-color: #fcf4f0;
}

.bg-color_2 {
	background-color: #e25c56;
}

.bg-color_3 {
	background-color: #e96761;
}

.bg-color_4 {
	background-color: #f7f7f7;
}

.bg-color_5 {
	background-color: #bba2c8;
}

.bg-color_6 {
	background-color: #f3c3c4;
}

.bg-color_7 {
	background-color: #1b2048;
}

.bg-color_8 {
	background-color: #fff;
}

.mr-8 {
	margin-right: 8px;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.dropdown-menu {
	display: none;
}

.img-left {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

.img-right {
	display: block;
	float: right;
	margin: 0 0 0 15px;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	background: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
}

.modal {
	display: none;
}

.modal.active {
	display: flex;
	justify-content: center;
}

.modal:before {
	content: '';
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 100;
}

.modal-child {
	display: none;
	position: fixed;
	top: 5%;
	max-height: 90%;
	overflow-y: scroll;
	padding: 0;
	width: auto;
	background: #fff;
	z-index: 101;
	left: 50%;
	transform: translateX(-50%);
}

/* modal-infos start*/
.modal .modal-child.modal-infos {
	border-radius: 10px;
	overflow: auto;
	padding: 0;
	max-width: 820px;
}

.modal-infos .modal-infos-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 35px;
	border-radius: 20px;
	cursor: pointer;
}

.modal-infos .modal-infos-close-btn:hover {
	opacity: 0.5;
}

.modal-infos-header {
	background-color: #FCF4F0;
	padding: 30px;
	border-radius: 10px;
}

.modal-prices-header {
	display: flex;
}

.modal-prices-header_left {
	margin-right: 20px;
}

.modal-prices-header_left img {
	border-radius: 50px;
}

.modal-prices-header_name {
	font: 700 24px/24px 'Playfair Display', serif;
	margin-bottom: 5px;
}

.modal-prices-header_subinfo {
	margin-bottom: 15px;
}

.modal-prices-header_text {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
}

.modal-infos-content {
	padding: 30px;
}

.modal-infos-content .price {
	padding: 0;
}

.modal-infos-content .price .price__block {
	margin: 0;
	width: 100%;
}

.modal-infos-content .price .price__block .price__text_container .subtitle2 {
	margin-bottom: 0;
}

.modal-infos-content .price .price__item {
	margin-bottom: 0;
	padding: 0px 5px;
	min-height: 40px;
}

.modal-infos-content .price .price__item:nth-child(even) {
	background-color: #F7F7F7;
	border-radius: 8px;
}

.modal-infos-content .price .price__item:hover .price__text_container {
	width: 100%;
}

@media screen and (max-width: 800px) {
	.modal-prices-header {
		display: block;
	}

	.modal-prices-header_left {
		display: none;
	}

	.modal-prices-header_text {
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
	}

	.modal-prices-header_name {
		font: 700 20px/20px 'Playfair Display', serif;
	}
}

/* modal-infos end*/
/* modal-infos-new-prices start*/
.modal-infos-new-prices {
	width: 800px;
	height: 600px;
	background: url(/local/templates/versua/images/modal-new-prices/background-prices.png) center no-repeat;
}

.modal-infos.modal-infos-new-prices .modal-infos-close-btn {
	background-color: transparent;
}

.modal-infos.modal-infos-new-prices .modal-infos-content {
	background: url(/local/templates/versua/images/modal-new-prices/girl.png) bottom right no-repeat;
	height: 100%;
	padding-top: 120px;
}

.modal-infos.modal-infos-new-prices .a-button {
	display: inline-block;
	background-color: #e25c56;
	color: white;
	display: inline-block;
	background-color: #e25c56;
	color: white;
	font: 500 18px/18px 'Gilroy';
	padding: 16px 72px;
	border-radius: 8px;
}

.modal-infos.modal-infos-new-prices .a-button:hover {
	background-color: #e96761;
}

.modal-infos.modal-infos-new-prices .modal-new-prices-header_first {
	font: 700 36px/36px 'Playfair Display', serif;
	margin-bottom: 30px;
	max-width: 48%;
}

.modal-infos.modal-infos-new-prices .modal-new-prices-header_second {
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	color: #E25C56;
	margin-bottom: 30px;
}

.modal-infos.modal-infos-new-prices .modal-new-prices-content {
	width: 430px;
	margin-bottom: 30px;
	font-size: 18px;
}

@media screen and (max-width: 860px) {
	.modal-infos-new-prices {
		width: 90%;
		height: auto;
	}

	.modal-infos.modal-infos-new-prices .modal-infos-content {
		background: none;
	}

	.modal-infos.modal-infos-new-prices .modal-new-prices-header_first,
	.modal-infos.modal-infos-new-prices .modal-new-prices-header_second,
	.modal-infos.modal-infos-new-prices .modal-new-prices-content,
	.modal-infos.modal-infos-new-prices .modal-new-prices-btn {
		width: 100%;
		max-width: none;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.modal-infos.modal-infos-new-prices .modal-infos-content {
		padding: 60px 10px 30px 10px;
	}

	.modal-infos.modal-infos-new-prices .modal-new-prices-header_first {
		font-size: 18px;
		line-height: 18px;
	}

	.modal-infos.modal-infos-new-prices .modal-new-prices-header_second {
		font-size: 36px;
		line-height: 36px;
	}
}

/* modal-infos-new-prices end*/
button.standart {
	border: none;
	background-color: #e25c56;
	color: white;
}

button.standart:hover {
	background-color: #e96761;
	color: white;
}

button.standart:active {
	background-color: #cf4842;
	color: white;
}

a.color_9:hover {
	color: #e25c56;
}

a.color_9:active {
	color: #121212;
}

.scroll-top {
	display: none;
	bottom: 40px;
	right: 40px;
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 10;
	background-color: #E25C56;
	border-radius: 4px;
}

.scroll-top::before {
	content: url(/local/templates/versua/style/../img/icons/scrolltop.svg);
	display: inline-block;
	position: relative;
	left: 8px;
	top: 8px;
}

.tab-body {
	display: none;
}

.tab-body.active {
	display: block;
}

header .full-header__top {
	height: 48px;
}

header .top__nav {
	align-items: center;
}
header .top__nav li:not(:last-child) {
	margin-right: 10px;
}
header .top__nav li:nth-child(3) a {
	color: white;
	background: #e25c56;
	border-radius: 8px;
}

header .top__nav li a {
	display: block;
	padding: 4px 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

header .logo__text p {
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-align: right;
}

header .bottom__info {
	padding: 20px 0;
}

header .header__logo {
	margin-right: 25px;
	height: 54px;
}

header .header__search,
.search-page .header__search {
	max-width: 600px;
	width: 100%;
}

header .header__search input,
.search-page .header__search input {
	padding: 20px 22px;
	border-radius: 8px 0 0 8px;
	border: none;
	height: 62px;
}

header .header__search button,
.search-page .header__search button {
	height: 62px;
	padding: 19px;
	border-radius: 0 8px 8px 0;
}

header .header__search input::placeholder,
.search-page .header__search input::placeholder {
	color: #343434;
}

header .header__search input:focus,
.search-page .header__search input:focus,
header button:focus {
	outline: none;
}

header .callback__place {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}

header .callback__time {
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
}

header .callback__time a {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	margin-left: 13px;
}

header .callback__time a svg {
	display: none;
}

header .header__callback button {
	padding: 16px 72px;
	height: 62px;
	display: block;
	border-radius: 8px;
	margin-left: 36px;
}

header .header__callback {
	margin-left: 25px;
	white-space: nowrap;
}

header .bottom__menu {
	padding-top: 20px;
}

header .bottom__menu .btnmenu:not(.tab-control) {
	padding: 4px 8px 20px;
	cursor: pointer;
}

header .bottom__menu a.btnmenu {
	display: block;
}

header .bottom__menu .dropdown:hover {
	color: #e25c56;
}

header .menu__drop-icon {
	margin-right: 16px;
	width: 16px;
}

header .drop-icon1 {
	width: 16px;
	height: 2px;
	margin-bottom: 10px;
	background-color: #343434;
}

header .drop-icon2 {
	width: 12px;
	height: 2px;
	background-color: #343434;
}

header .menu__drop-icon:hover .drop-icon1 {
	transition: 0.4s;
	width: 10px;
}

header .menu__drop-icon:hover .drop-icon2 {
	transition: 0.4s;
	width: 16px;
}

header .dropdown-menu {
	display: none;
	background: #FFFFFF;
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	position: absolute;
	left: 0;
}

header .dropdown {
	cursor: pointer;
}

header .dropdown.open {
	color: #e25c56;
}

header .dropdown.open .drop-icon1,
header .dropdown.open .drop-icon2 {
	background-color: #e25c56;
}

header .menu_lvl2 {
	padding: 140px 0 140px calc((100% - 1670px) / 2);
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.4);
}

header .menu_lvl3 {
	padding: 46px calc((100% - 1670px) / 2) 54px 100px;
}

header .tab-control.hover-tab {
	width: 420px;
	padding: 11px 96px 11px 16px;
	cursor: pointer;
	margin-right: 0;
	box-shadow: none;
	border-radius: 0;
}

header .tab-control:not(:last-child) {
	margin-bottom: 25px;
}

header .tab-control svg {
	position: relative;
	top: 1px;
}

header .tab-control:hover,
header .tab-control.active {
	color: #e25c56;
	background-color: transparent;
}

header .tab-control:hover svg>*,
header .tab-control.active svg>* {
	fill: #e25c56;
}

header .lvl3__container {
	max-height: 400px;
}

header .menu_lvl3 .lvl3__container .btnmenu {
	display: block;
	margin: 12px 70px 12px 0;
	padding: 4px 8px 4px 0;
}

header .menu_lvl3 .overflow-x {
	overflow-x: auto;
}

header .menu_lvl3 img {
	max-width: 200px;
	margin-left: 20px;
	display: block;
	max-height: 300px;
	display: none;
}

header .scrolling-header .dropdown {
	height: 102px;
}

header .scrolling-header nav {
	flex-grow: 1;
	margin-right: 15px;
}

.modal .modal-child {
	padding: 42px 56px;
	max-width: 520px;
}

.custom-checkbox {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #343434;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 0;
	height: 0;
}

.checkmark {
	position: absolute;
	left: 0;
	height: 18px;
	width: 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e25c56;
	border-radius: 2px;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox a {
	color: #2f80ed;
	margin-left: 3px;
}

.custom-checkbox .checkmark:after {
	content: url(/local/templates/versua/style/../img/icons/checkmark.svg);
	height: 18px;
}

.custom-checkbox input:checked~.checkmark {
	border-color: white;
}

.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.modal .custom-checkbox a {
	color: #2f80ed;
	margin-left: 3px;
}

.modal .h2 {
	margin-bottom: 36px;
}

.modal .subtitle2 {
	margin-bottom: 40px;
}

.modal .input,
.question .input {
	position: relative;
}

.modal .input img,
.question .input img {
	position: absolute;
	top: 20px;
	left: 22px;
}

.modal .input input,
.question .input input {
	border: none;
	width: 100%;
	height: 64px;
	margin-bottom: 40px;
	padding: 10px 10px 10px 64px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
}

.modal .input input::placeholder,
.question .input input::placeholder {
	color: #bba2c8;
}

.modal button,
.question button {
	padding: 16px 72px;
	height: 62px;
	display: block;
	border-radius: 8px;
	margin-top: 40px;
}

.modal textarea,
.question textarea {
	width: 100%;
	border: 0;
	border-radius: 8px;
	height: 160px;
	margin-bottom: 40px;
	padding: 20px 24px;
}

.modal textarea::placeholder,
.question textarea::placeholder {
	color: #A0A3BD;
}

header .header_mobile {
	display: none;
	padding: 0;
	position: relative;
	height: 66px;
	background-color: #fff;
}

.main header .header_mobile {
	filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
	background-color: #fff;
}

/*.main header .header_mobile:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 57px;
	height: 102px;
	background-image: url(/local/templates/versua/style/balls/b-ball_n4.png);
	background-repeat: no-repeat;
}*/

header .header_mobile .container_l {
	height: 100%;
}

header .header_mobile .container_l>div {
	height: 100%;
}

header .header_mobile .burger {
	height: 100%;
	width: 66px;
	margin-left: -24px;
	margin-right: 30px;
}

.main header .header_mobile .burger {
	background: #E25C56;
}

header .header_mobile .burger path {
	stroke: #1D1D1D;
}

.main header .header_mobile .burger path {
	stroke: #fff;
}

header .header_mobile .callback_icon path {
	fill: #1D1D1D;
}

.main header .header_mobile .callback_icon path {
	fill: #E25C56;
}

header .header_mobile .burger__content {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 24px 15px;
	width: 100%;
	min-height: 100vh;
	overflow-y: scroll;
}

header .header_mobile .burger__header {
	height: 66px;
	margin-bottom: 50px;
}

header .header_mobile .logo_mobile {
	display: none;
}

header .header_mobile .logo_mobile {
	fill: #1D1D1D;
}

.main header .header_mobile .logo_mobile {
	fill: #E25C56;
}

header .header_mobile .burger__logo {
	display: none;
}

header .header_mobile .callback__text {
	margin-right: 30px;
}

header .header_mobile .burger__close {
	margin-left: auto;
}

header .header_mobile .burger__links {
	/*height: calc(80vh - 206px);*/
	/*overflow-y: scroll;*/
}

header .header_mobile .burger__link {
	display: block;
	text-align: center;
	margin: 10px 0;
	font-family: 'Gilroy';
	font-weight: 500;
}

header .header_mobile .burger__icons {
	margin: 30px 0 20px;
}

header .header_mobile .burger__icons svg path {
	fill: white;
}

header .header_mobile .burger__icons a {
	margin: 0 6px;
}

@-webkit-keyframes headerUpScroll {
	0% {
		bottom: 102px;
		height: 0;
	}

	100% {
		bottom: 0;
		height: 102px;
	}
}

@keyframes headerUpScroll {
	0% {
		bottom: 102px;
		height: 0;
	}

	100% {
		bottom: 0;
		height: 102px;
	}
}

@-webkit-keyframes headerUpFull {
	0% {
		bottom: 212px;
		height: 0;
	}

	100% {
		bottom: 0;
		height: 212px;
	}
}

@keyframes headerUpFull {
	0% {
		bottom: 212px;
		height: 0;
	}

	100% {
		bottom: 0;
		height: 212px;
	}
}

footer .footer__copyright {
	background-color: white;
	padding: 12px 0;
}

footer .footer__copyright .lead2 {
	font-weight: 700;
}

footer .footer__info {
	/*background-position: bottom right -100px;*/
	background-position: bottom right 110px;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 100px 0 50px;
}

footer .priem {
	text-transform: uppercase;
	margin-top: 6px;
	padding-left: 110px;
	margin-bottom: 35px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 58px;
	line-height: 64px;
}

footer .info__form {
	margin: 0 auto 0 50px;
}

footer .info__form button {
	padding: 16px 72px;
	height: 62px;
	display: block;
	border-radius: 8px;
	width: 330px;
	text-align: center;
}

footer .info__form input {
	height: 60px;
	display: block;
	background: #FFFFFF;
	border: 1px solid #F3C3C4;
	width: 330px;
	padding: 17px 28px 18px;
	margin-bottom: 40px;
}

footer .info__form input:focus {
	outline-color: #f3c3c4;
}

footer .info__form input::placeholder {
	color: #888888;
}

footer .license__item {
	margin-right: 55px;
	width: 190px;
}

footer .license__item p {
	margin-top: 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}

footer .info__text {
	color: #555;
	width: 400px;
	margin-right: 100px;
}

footer .info__text p:not(:last-child) {
	margin-bottom: 16px;
}

footer .info__socials {
	letter-spacing: 5px;
	white-space: nowrap;
}

footer .info__socials a {
	letter-spacing: 0;
}

footer .info__text img {
	display: inline-block;
	margin-right: 24px;
}

footer .info__description::after {
	content: "";
	display: block;
	width: 85px;
	height: 2px;
	background-color: #E25C56;
	margin-top: 16px;
}

footer .links__text {
	margin-top: 100px;
	padding-bottom: 45px;
	font-weight: bold;
	font-size: 36px;
	line-height: 28px;
}

footer .links__text a {
	display: block;
}

footer .footer__links {
	padding-top: 78px;
}

footer .footer__links .h5::after {
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	background-color: #E25C56;
	margin-top: 12px;
}

footer .footer__links .h5.long-line::after {
	width: 500px;
}

footer .footer__links .h5 {
	margin-bottom: 36px;
}

footer .footer__links .links__item {
	display: block;
	margin: 12px 50px 12px 0;
	font-size: 18px;
	line-height: 26px;
	writing-mode: horizontal-tb;
}

footer .links__container:not(:last-child) {
	margin-right: 30px;
}

footer .links__container .flex-wrap {
	writing-mode: vertical-lr;
	align-content: flex-start;
	max-height: 300px;
}

footer .links__container:last-child .flex-wrap {
	max-height: 300px;
}

footer .footer__links .container_l {
	justify-content: space-between;
}

.map iframe {
	display: block;
}

.license {
	padding: 150px 0 130px calc((100% - 1670px) / 2);
}

.main .license {
	/*padding: 150px 0 130px calc((100% - 1460px) / 2);*/
	padding: 190px 0;
}

.license .h2 {
	margin-bottom: 90px;
}

.license .license__item {
	margin: 0 5px;
}

.video {
	padding: 60px 0;
}

.video .h2 {
	margin-bottom: 40px;
}

.video .video__container iframe {
	display: block;
	width: calc(50% - 8px);
	height: 400px;
	margin-bottom: 24px;
}

.text {
	padding: 100px 0;
}

.text .text__block {
	padding: 60px 0;
	position: relative;
}

.text .text__block>* {
	width: 50%;
}

.text .text__block .text__photo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.text .text__block .h2 {
	margin-bottom: 60px;
}

.text .text__block .subtitle2:not(:last-child) {
	margin-bottom: 40px;
}

.text .photo_left {
	padding-right: 80px;
}

.text .photo_right {
	padding-left: 80px;
}

.text .show-more {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 130px 0 30px;
	text-align: center;
	color: rgba(233, 103, 97, 1);
	background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 80%);
}

.text .text__block.full .show-more {
	display: none;
}

.text .text__block.full .text__container {
	max-height: unset;
}

.faq {
	padding: 190px 0;
}

.faq .h2 {
	margin-bottom: 80px;
}

.faq .accordeon__item {
	margin-bottom: 40px;
	border-radius: 8px;
	padding: 36px 31px;
	cursor: pointer;
}

.faq .accordeon__title {
	padding-right: 100px;
	position: relative;
}

.faq .accordeon__title::after {
	content: url(/local/templates/versua/style/../img/icons/arrow_black.svg);
	display: inline-block;
	transform: rotate(180deg);
	height: 28px;
	position: absolute;
	right: 0;
}

.faq .accordeon__item.active .accordeon__title::after {
	transform: rotate(0deg);
}

.faq .accondeon__hidden {
	padding: 56px 120px 0;
	display: none;
}

.faq .accondeon__hidden .body1 {
	margin-bottom: 10px;
}

.faq .accondeon__hidden .color_2 {
	font-style: italic;
	font-size: 18px;
	line-height: 64px;
	font-family: 'Playfair Display', serif;
}

.faq .faq__buttons {
	margin-top: 64px;
	justify-content: flex-end;
}

.faq .faq__button {
	height: 62px;
	padding: 16px 72px;
	border-radius: 8px;
}

.faq .faq__link {
	height: 62px;
	display: block;
	padding: 16px 32px;
	margin: 0 100px 0 40px;
}

.faq .accordeon {
	padding: 0 100px;
}

.control-buttons {
	display: none;
}

.control-buttons .button_fixed {
	padding: 16px;
	overflow: hidden;
	width: 64px;
	z-index: 10;
	position: fixed;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
	left: 0;
	display: none;
}

.control-buttons .call_fixed {
	top: calc(49vh + 84px);
	display: block;
}

.control-buttons .ask_fixed {
	top: 49vh;
	display: block;
}

.control-buttons .button_fixed span {
	display: block;
	margin-left: 16px;
	white-space: nowrap;
	opacity: 0;
}

.control-buttons .call_fixed span {
	width: 200px;
}

.control-buttons .ask_fixed span {
	width: 170px;
}

.control-buttons .call_fixed:hover {
	width: 280px;
	transition: .4s;
}

.control-buttons .ask_fixed:hover {
	width: 250px;
	transition: .4s;
}

.control-buttons .button_fixed:hover span {
	opacity: 1;
	transition: .4s;
}

.apparatuses {
	padding: 150px 0 0;
}
.articles {
	padding: 150px 0 170px;
}

.articles .h2 {
	margin-bottom: 100px;
}


.articles .articles__item {
	width: calc(32% - 15px);
	margin-left: 20px;
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-bottom: 90px;
	min-height: 271px;
	overflow: hidden;
	height: 500px;
	justify-content: flex-end;
	background-color: white;
	margin: 0 10px;
}

.articles.publications .articles__item {
	height: 271px;
	background-color: rgb(239 239 239);
}
.articles .articles__item.articles__item_with-back {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.articles .articles__item.articles__item_with-back:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(62, 62, 62, 0.51);
	transition: .3s ease;
}

.articles .articles__item.articles__item_with-back:after {
	background: rgba(62, 62, 62, 0.51);
}
.articles .articles__item.articles__item_with-back:hover:after {
	background: rgba(62, 62, 62, 0.3);
}

.articles.akcii .articles__item.articles__item_with-back:after {
	background: rgba(62, 62, 62, 0.2);
}
.articles.akcii .articles__item.articles__item_with-back:hover:after {
	background: rgba(62, 62, 62, 0);
}

.articles .articles__item.articles__item_big {
	align-items: center;
	margin-left: 0;
}

.articles .articles__item.articles__item_big,
.articles .articles__item.articles__item_big img:not(.articles__arrow) {
	width: calc(50% - 10px);
}

.articles .articles__content {
	background-color: transparent;
	color: #fff;
}

.articles .articles__item:not(.articles__item_big) .articles__content {
	padding: 27px 18px 40px 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.articles .articles__item.articles__item_big .articles__content {
	width: calc(50% + 10px);
	padding: 20px 8px 20px 20px;
}

.articles .articles__content>*:not(:last-child) {
	margin-bottom: 12px;
}




.articles .articles__item .article__name {
	color: #000;
	text-align: center;
	line-height: 1.1;
}
.articles .articles__item .subtitle1 {
	color: #000;
}

.articles .articles__item.articles__item_with-back .article__name,
.articles .articles__item.articles__item_with-back .subtitle1 {
	color: #fff;
}

.articles.publications .articles__item .article__name,
.articles.akcii .articles__item .article__name {
	text-align: left;
}

.articles .articles__date {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

.articles .h3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.articles .subtitle2 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.articles .articles__arrow {
	display: none;
	position: absolute;
	z-index: 3;
	bottom: 12px;
	right: 15px;
}

.ulfit.banner_small {
	height: 468px;
	background: linear-gradient(180deg, rgb(255, 255, 255) 80.5px, rgb(237, 237, 237) 80.5px);
	margin-bottom: 80px;
}

.ulfit .banner__container {
	background-position: right bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 120px;
}

.ulfit .banner__name {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 88px;
	line-height: 64px;
	margin-bottom: 50px;
}

.main__about .about__container_links {
	padding: 40px 0;
}

.main__about .about__container .h1 {
	margin-bottom: 70px;
}

.main__about .about__v-line {
	width: 1px;
	display: block;
}

.main__about .about__link {
	font-family: 'Gilroy';
	transition: 0.7s;
	cursor: pointer;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 0 25px 20px 0;
}

.main__about .about__link>span {
	white-space: nowrap;
}

.main__about .about__link:hover,
.main__about .about__link:active,
.main__about .about__link.active {
	color: #e25c56;
	transition: 0.7s;
}

.main__about .about__link:hover svg,
.main__about .about__link:active svg,
.main__about .about__link.active svg {
	transform: rotate(180deg);
	transition: 0.7s;
}

.main__about .about__link svg path {
	color: #1d1d1d;
	transition: 0.7s;
}

.main__about .about__link:hover svg path,
.main__about .about__link:active svg path,
.main__about .about__link.active svg path {
	fill: #e25c56;
	transition: 0.7s;
}

.main__about .about__link span:not(.triangle_hidden) {
	display: inline-block;
	margin-right: 8px;
}

.main__about .about__link svg {
	display: inline-block;
	transform: rotate(90deg);
	transition: 0.7s;
}

.main__about .about__container_links .container_s {
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}

.main__about .about__container_links .container_s .about__v-line {
	display: none;
}

.main__about .about__container {
	padding: 110px 0 100px;
}

.main__about .container_anchors {
	margin-bottom: 50px;
	justify-content: center;
	padding: 0;
}

.main__about .container_anchors a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	background-color: #F3C3C4;
	border-radius: 30px;
	padding: 12px 20px;
	margin: 0 20px 20px 0;
	transition: .3s ease;
}

.main__about .container_anchors a:hover,
.main__about .container_anchors a:active {
	background-color: #e25c56;
	color: #fff;
}

.main__about .main__about_text {
	margin-bottom: 30px;
}

.main__about .subsection_hidden {
	display: none;
}

.main__about .subsection_hidden.active {
	display: block;
}

.main__about .subsection_hidden .subsection_hidden__container {
	position: absolute;
	width: 100%;
	top: calc(100% + 80px);
	left: 0;
	background-color: #f7f7f7;
	padding: 50px 20px 50px 80px;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}

.main__about .about__link .triangle_hidden {
	width: 0;
	height: 0;
	position: relative;
	top: 50px;
	display: none;
}

.main__about .about__link .triangle_hidden img {
	display: block;
	width: 40px;
	height: 35px;
	position: absolute;
	top: 15px;
	left: 80px;
}

.main__about .about__link.active .triangle_hidden {
	display: block;
}

.main__about .subsection_hidden__links {
	display: flex;
	flex-direction: column;
	max-height: 270px;
	width: calc(100% - 350px);
	flex-wrap: wrap;
	overflow-x: scroll;
}

.main__about .subsection_hidden__links a {
	display: inline-block;
	margin: 12px 90px 12px 0;
}

.main__about .subsection_hidden__promotions {
	width: 280px;
	display: flex;
	flex-direction: column;
}

.main__about .subsection_hidden__promotions>* {
	display: inline-block;
	margin: 12px 0;
}

.banner_picture {
	margin-top: 213px;
	height: 420px;
	background-position: center top 40%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sticky-page_v1 {
	margin-top: 200px;
}

.sticky-page_v2,
.service-top,
.not-found_page,
.cont_page {
	margin-top: 150px;
}

.banner_picture+.sticky-page_v1,
.banner_picture+.sticky-page_v2,
.banner_picture+.service-top,
.banner_picture+.cont_page {
	margin-top: 0px;
}

.breadcrumbs {
	padding: 75px 0 35px;
}

.breadcrumbs ul li {
	list-style: none;
	margin-right: 8px;
}

.breadcrumbs ul li:not(.active)::after {
	content: "/";
	display: inline-block;
	margin: 0 8px;
}

.breadcrumbs ul li.active {
	opacity: .6;
}

.breadcrumbs ul li.active a {
	cursor: default;
	pointer-events: none;
}

.services .h1 {
	margin-bottom: 80px;
}

.services .tab-content {
	margin: 130px 0;
}

.services .tab-list {
	justify-content: flex-start;
	overflow-x: auto;
}

.tab-control:not(.tab-control_card) {
	box-shadow: inset 0px -2px 0px #f7f7f7;
	border-radius: 8px 8px 0px 0px;
	padding: 24px 28px;
	margin: 0 2px;
	white-space: nowrap;
	cursor: pointer;
	color: #343434;
}

.tab-control.active:not(.tab-control_card) {
	color: #E96761;
	background-color: white;
	box-shadow: inset 0px -2px 0px #F3C3C4;
}

.contacts .tab-control,
.before-after .tab-control {
	margin: 0 4px 0 0;
}

.services .services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}

.services .services__card > * {
	z-index: 1;
}
.services .services__card {
	justify-content: flex-end;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.services .services__card:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 0;
	background: rgba(62, 62, 62, 0.51);
	pointer-events: none;
}
.services .services__card .price__link {
	position: relative;
	display: block;
}
.services .services__card .price__link:after {
	content: '';
	position: absolute;
	width: 100%;
    height: 180px;
    left: 0;
    top: 0;
}

.services .price-block {
	z-index: 1;
	cursor: pointer;
	pointer-events: none;
}

.services .services__squares {
	position: absolute;
	justify-content: flex-end;
	margin-bottom: auto;
	top: 0;
}

.services .services__squares .squares__item {
	height: 40px;
	width: 54px;
	margin-left: 8px;
	z-index: 1;
}

.services .services__squares p {
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

.services .services__card .price-block a,
.services .services__card .price-block div {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0 16px 28px;
	color: #FCF4F0;
}
.services .services__card .price-block p {
	margin: 0 16px 15px;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(226, 92, 86, 0.2);
  border-radius: 50px;
	transition: .3s ease;
}

.services__card:hover .price-block p {
	background-color: #e25c56;
	color: #fff;
}

.services .services__card .price-block a:hover,
.services .services__card .price-block div:hover {
	text-decoration: underline;
}

.contacts .contacts__info {
	margin: 60px 0 75px;
}

.contacts .contacts__info>*:not(:last-child) {
	margin-right: 80px;
}

.contacts .contacts__info .h4 {
	margin-bottom: 24px;
}

.contacts .contacts__info .info__item {
	margin-bottom: 15px;
	white-space: nowrap;
}

.contacts .tab-list {
	margin-top: 50px;
}

.contacts .tab-body {
	margin: 50px 0 120px;
}

.contacts .tab-body .h3 {
	margin-bottom: 50px;
}

.contacts_page .map {
	margin-top: 95px;
}

.question {
	padding: 120px 0 160px;
}

.question .question__container {
	max-width: 720px;
	margin: 0 auto;
}

.question .question__container .subtitle2 {
	margin: 28px 0 50px;
}

.question .input {
	width: 100%;
}

.question .input.tel {
	margin-left: 18px;
}

.question .input.name {
	margin-right: 18px;
}

.question button,
.question .custom-checkbox {
	margin-top: 15px;
}

.question .custom-checkbox {
	margin-right: 30px;
}

.before-after {
	padding: 95px 0 135px;
}

.before-after .tab-list {
	margin: 70px 0 0;
	overflow: hidden;
}

.before-after .before-after__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 28px;
}

.before-after .before-after__item {
	display: block;
	position: relative;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.before-after .before-after__item>img {
	width: 100%;
}

.before-after .before-after__text {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 13px;
}
.before-after .before-after__text.vertical {
	flex-direction: column;
	height: 100%;
}
.before-after .before-after__text.vertical p {
	height: 50%;
}

.before-after .before-after__text p {
	width: 50%;
	padding-left: 15px;
	z-index: 1;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

.before-after .before-after__loupe {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(33, 33, 33, 0.3);
}

.before-after .before-after__item:hover .before-after__loupe,
.before-after .before-after__item:active .before-after__loupe {
	display: flex;
}

.personal .personal__slider {
	margin: 100px -30px 220px;
}

.personal .slick-slide {
	margin: 0 30px;
}

.personal .personal__text {
	text-align: center;
	width: 100%;
	display: block;
}
.personal .personal__photo {
	background-position: center 20%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 570px;
	align-items: flex-end;
	border-radius: 8px;
	padding: 0 16px 18px 20px;
	margin-bottom: 28px;
	position: relative;
}
.personal .personal__photo .personal__photo_info img {
	margin: 0 10px;
	width: 15px;
}

.personal .personal__photo .personal__photo_info {
	display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	padding: 15px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: #e25c56;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
	opacity: 0;
	transition: .3s ease;
}
.personal .personal__item:hover .personal__photo_info {
	opacity: 1;
}

.personal .personal__photo .personal__photo_info p {
  font-weight: 400;
	font-size: 14px;
  line-height: 1.4;
  text-align: right;
	width: 100%;
  color: #fff;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 1200px) {
	.personal .personal__photo .personal__photo_info {
		gap: 12px;
		opacity: 1;
	}
	.personal .personal__photo .personal__photo_info p {
		font-size: 12px;
	}
}

.articles .slick-dots,
.personal .slick-dots {
	bottom: -100px;
}

.articles .slick-dots li button,
.personal .slick-dots li button,
.stocks_mobile .slick-dots li button,
.equipment .slick-dots li button,
.before-after__slider .slick-dots li button {
	width: 14px;
	height: 14px;
	border: 2px solid #E25C56;
	border-radius: 20px;
}

.articles .slick-dots li,
.personal .slick-dots li,
.stocks_mobile .slick-dots li,
.equipment .slick-dots li,
.before-after__slider .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 6px;
	opacity: .6;
}

.articles .slick-dots li.slick-active,
.personal .slick-dots li.slick-active,
.stocks_mobile .slick-dots li.slick-active,
.equipment .slick-dots li.slick-active,
.before-after__slider .slick-dots li.slick-active {
	opacity: 1;
	width: 20px;
	height: 20px;
}

.articles .slick-dots li.slick-active button,
.personal .slick-dots li.slick-active button,
.stocks_mobile .slick-dots li.slick-active button,
.equipment .slick-dots li.slick-active button,
.before-after__slider .slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
}

.articles .slick-dots li button:before,
.personal .slick-dots li button:before,
.stocks_mobile .slick-dots li button:before,
.equipment .slick-dotsli button:before,
.before-after__slider .slick-dots li button:before {
	content: "";
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background-color: #E25C56;
	border-radius: 20px;
}

.articles .slick-dots li.slick-active button:before,
.personal .slick-dots li.slick-active button:before,
.stocks_mobile .slick-dots li.slick-active button:before,
.equipment .slick-dots li.slick-active button:before,
.before-after__slider .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #E25C56;
}

.before-after__slider .slick-dots {
	bottom: -50px;
}

.personal .personal__text_mobile {
	display: none;
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 48px;
}

.process {
	padding: 90px 0 130px;
	position: relative;
	overflow: hidden;
}

.process .bd-rectangle {
	border: 6px solid #F3C3C4;
	width: 460px;
	height: 640px;
	position: absolute;
	top: 36px;
	right: 8vw;
}

.process .tabs {
	position: relative;
}

.process .tab-list {
	margin: 55px -10px 0;
}

.process .tab-control {
	margin: 20px 10px;
	cursor: pointer;
	width: calc(100% / 3 - 20px);
}

.process .tab-control img {
	width: 100%;
	display: block;
}

.process .tab-control p {
	margin-top: 16px;
}

.process .process__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.process .process__text {
	max-width: 530px;
}

.process .tab-body p {
	margin-bottom: 40px;
}

.process .tab-body iframe {
	margin-left: 30px;
	width: 820px;
	height: 540px;
}

.process_mobile {
	display: none;
	padding: 80px 0 15px;
}

.process_mobile .h2 {
	margin-bottom: 80px;
}

.process_mobile .process__container_mobile {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.process_mobile .process__video_card {
	margin: 0 10px 40px;
	width: calc(100% / 2 - 20px);
}

.process_mobile .process__video_card iframe {
	width: 100%;
	height: calc(100vw / 4);
}

.process_mobile .process__video_card p {
	margin-top: 8px;
}

.process_mobile .subtitle2 {
	margin: 0 auto 40px;
	width: calc(100% - 20px);
}

.stocks_mobile {
	display: none;
	padding-top: 54px;
	overflow: hidden;
}

.stocks_mobile .h2 {
	margin-bottom: 70px;
}

.stocks_mobile .stocks__container {
	padding: 0 24px 95px;
	position: relative;
	z-index: 0;
}

.stocks_mobile .stocks__slider {
	margin: 0 -24px;
	position: relative;
	z-index: 2;
	margin-bottom: 110px;
}

.stocks_mobile .slick-dots {
	bottom: -60px;
}

.stocks__link {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #e25c56;
	background-color: transparent;
}

.stocks_mobile .stocks__ellipse_1,
.stocks_mobile .stocks__ellipse_2 {
	opacity: 0.4;
	filter: blur(384px);
	border-radius: 300px;
	position: absolute;
}

.stocks_mobile .stocks__ellipse_1 {
	width: 208px;
	height: 208px;
	right: -38px;
	top: -96px;
}

.stocks_mobile .stocks__ellipse_2 {
	width: 257px;
	height: 257px;
	left: -69px;
	bottom: 118px;
}

.stocks_mobile .stocks__image {
	height: 660px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	justify-content: flex-end;
	margin: 0 20px;
}

.stocks__link {
	position: relative;
	padding: 16px;
}

/*.stocks__link::after {
	content: "";
	width: 42px;
	height: 4px;
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	right: -15px;
	background: #fffbfb;
}*/

.stocks__link img {
	position: absolute;
	width: 42px;
	height: 18px;
	right: 55px;
	z-index: 1;
}

.banner__container+.stocks__link {
	margin-top: 40px;
	margin-bottom: 60px;
}

.price {
	padding: 120px 0 130px;
}

.price .h2 {
	margin-bottom: 100px;
}

.price .price__container {
	margin: 0 -10px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.price .price__block {
	margin: 0 10px 50px;
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
}

.price .price__link {
	display: inline-block;
	margin-top: 25px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	align-self: flex-end;
	text-decoration: underline;
}

.price .price__link:hover {
	text-decoration: none;
}

.price .h3 {
	margin-bottom: 50px;
}

.price .price__item {
	margin-bottom: 8px;
	padding: 8px 16px;
	justify-content: space-between;
	min-height: 60px;
}

.price .price__button {
	border-radius: 8px;
	padding: 12px 48px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	display: none;
}

.price .price__text_container {
	width: 100%;
	justify-content: flex-end;
	min-height: 44px;
}

.price .price__text_container .subtitle2 {
	margin-right: auto;
	padding-right: 20px;
}

.article__section.content_section .price .price__text_container .subtitle2 {
	text-decoration: none;
}

.article__section.content_section .price .price__text_container .subtitle2.color_9 {
	color: #343434;
}

.article__section.content_section .price .price__text_container .subtitle2.color_9:hover {
	color: #e25c56;
}

.price .price__value {
	font-size: 24px;
	line-height: 28px;
	margin-right: 4px;
	white-space: nowrap;
}

.price .price__value_mobile {
	display: none;
}

.price .price__old {
	color: #939393;
	text-decoration: line-through;
	white-space: nowrap;
	width: 100%;
	text-align: right;
	font-size: 24px;
}

.price .price__item:hover {
	background-color: #F7F7F7;
	border-radius: 8px;
}

.price .price__item:hover .price__text_container {
	width: calc(100% - 189px);
}

.price .price__item:hover .price__button {
	display: block;
}

.mobile_index_form {
	display: none;
}

.consultation {
	overflow-x: hidden;
	position: relative;
	z-index: 0;
}

.consultation .consultation__versua {
	width: 100%;
	display: block;
	margin-bottom: -5px;
}

.consultation .consultation__container .container_s {
	padding: 70px 0 150px 600px;
	position: relative;
}

.consultation .consultation__container img {
	position: absolute;
	bottom: 0;
	left: -100px;
	width: 500px;
	z-index: 1;
}

.consultation .consultation__title {
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 58px;
	line-height: 64px;
	margin-bottom: 46px;
	z-index: 1;
	position: relative;
}

.consultation .subtitle1 {
	color: #939393;
	margin-bottom: 58px;
	z-index: 1;
	position: relative;
}

.consultation .consultation__form {
	padding-left: 32px;
	background-color: white;
	height: 62px;
	z-index: 1;
	position: relative;
	display: inline-flex;
}

.consultation .consultation__form span {
	align-self: center;
	position: absolute;
}

.consultation .consultation__form input {
	padding: 4px 16px 0 80px;
	border: none;
	z-index: 1;
	background-color: transparent;
}

.consultation .consultation__form input:focus {
	outline: 0;
}

.consultation .consultation__form button {
	padding: 20px 60px;
}

.equipment {
	position: relative;
	z-index: 0;
	padding: 120px 0 180px;
}

.equipment .equipment__rectangle {
	top: 60px;
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 65vw;
	border-radius: 8px;
}

.equipment .equipment__border {
	border: 8px solid #FCF4F0;
	border-radius: 8px;
	position: absolute;
	z-index: -1;
	left: calc((100% - 1670px) / 2);
	top: 0;
	bottom: 0;
	width: 1250px;
}

.equipment .equipment__slider {
	position: relative;
	margin: 0;
	padding-right: 100px;
}
.equipment .equipment__slider .equipment__item {
	padding: 20px 0;
}

.equipment .slick-dots {
	bottom: 0;
	top: 0;
	width: 20px;
	left: unset;
	right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}

.equipment .slick-dots li button {
	width: 20px;
	height: 20px;
	border: 2px solid #E25C56;
	border-radius: 30px;
}

.equipment .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #E25C56;
}

.equipment .slick-dots li button:before {
	content: "";
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	opacity: 0;
	background-color: #E25C56;
	border-radius: 20px;
}

.equipment .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 5px;
}

.equipment .h2 {
	margin-bottom: 50px;
}

.equipment .equipment__image {
	width: 600px;
	border-radius: 8px;
}

.equipment .equipment__text_container {
	width: calc(100% - 600px - 50px);
}

.equipment .equipment__title {
	font-weight: bold;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 26px;
}

.equipment .equipment__info {
	margin-bottom: 10px;
}

.equipment .equipment__info:not(:last-child) {
	margin-right: 70px;
}

.equipment .equipment__text {
	margin-top: 16px;
	max-width: 500px;
}

.equipment .equipment__tags_text {
	margin: 26px 0;
}

.equipment .equipment__tag {
	font-size: 16px;
	line-height: 20px;
	background-color: #F3C3C4;
	border-radius: 30px;
	padding: 10px 15px;
	margin: 0 10px 15px 0;
}

.equipment .equipment__text_container a:not(.equipment__tag) {
	margin-top: 40px;
	display: inline-block;
	text-decoration: underline;
}

.equipment .equipment__text_container a:not(.equipment__tag):hover {
	text-decoration: none;
}

.equipment .equipment__image_mobile {
	display: none;
}

.trust {
	padding: 120px 0;
}

.trust .trust__name {
	font-family: 'Playfair Display', serif;
	margin-bottom: 36px;
	font-weight: bold;
	font-size: 42px;
	line-height: 48px;
}

.trust .trust__photo {
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 580px;
	width: 100%;
}

.trust .trust__container {
	margin: 0 -24px;
	padding: 260px 0 100px;
}

.trust .trust__item {
	width: calc(100% / 4 - 48px);
	margin: 0 24px 60px;
}

.trust .trust__item:nth-child(odd) {
	position: relative;
	top: -180px;
}

.review {
	margin-bottom: 130px;
}

.review .review__links {
	margin-top: 75px;
}

.review .review__links button {
	padding: 16px 72px;
	background-color: white;
	color: #e25c56;
	border-radius: 8px;
	border: 1px solid #E25C56;
	margin-right: 28px;
}

.review .review__links button:hover {
	background-color: #e96761;
	color: white;
}

.review .review__links button:active {
	background-color: #cf4842;
	color: white;
}

.review .review__links a {
	padding: 12px 48px;
	border-radius: 8px;
}

.review .review__links a:hover {
	background-color: white;
}

.black-button {
	border: 1px solid #939393 !important;
	box-sizing: border-box;
	border-radius: 8px;
	color: #939393 !important;
}

.black-button:hover {
	color: #FFFFFF !important;
	border: 1px solid #E25C56 !important;
	background: #E25C56 !important;
}

.review .review__content {
	width: 55%;
	padding-right: 80px;
	margin-bottom: 120px;
}

.review .review__item {
	position: relative;
}

.review .review__images {
	width: 45%;
}

.review .review__images img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.review .review__photo {
	width: 220px;
	height: 220px;
	border-radius: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.review .review__name_container {
	margin-bottom: 24px;
}

.review .review__name_block {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-right: 60px;
	line-height: 30px;
	font-family: 'Playfair Display', serif;
}

.review .review__name {
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	margin-top: 8px;
}

.review .review__text_container {
	position: relative;
	padding: 36px 28px;
	border-radius: 4px;
}

.review .review__text_container img {
	position: absolute;
}

.review .review__text_container .h6 {
	padding: 8px 0 8px 64px;
}

.review .review__text_container p {
	margin-bottom: 36px;
}

.review .review__arrows {
	position: absolute;
	bottom: 0;
	width: calc(55% - 80px);
}

.review .review__arrows>* {
	cursor: pointer;
}

.review .review__arrows span {
	color: #939393;
}

.review .review__arrow_name {
	font-family: 'Playfair Display', serif;
	margin-top: 12px;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
}

.review .review__arrow_right {
	text-align: right;
}

.review .review__arrow_right .flex {
	justify-content: flex-end;
}

.review .review__links {
	display: flex;
}

.sticky-page_v1,
.sticky-page_v2 {
	padding: 75px 100px;
}

.sticky-page_v1,
.sticky-page_v2,
.service-top,
.cont_page,
.articles.container_l {
	margin-top: 170px;
}
.not-found_page{
	margin-top: 200px;
}

.banner_picture+.service_page .sticky-page_v1 {
	margin-top: 0;
}

.banner_picture+.sticky-page_v1,
.banner_picture+.sticky-page_v1,
.banner_picture+.service-top,
.banner_picture+.cont_page {
	margin-top: 0px;
}

.sticky-page_v1 .sticky__item {
	margin-bottom: 20px;
	white-space: nowrap;
}

/*
.sticky-page_v1 .sticky__item>p:first-child {
	color: #939393;
	margin-right: 4px;
}
*/

.sticky-page_v1 .sticky__item_value {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

.sticky-page_v1 .sticky__left {
	margin-right: 100px;
	width: 240px;
}

.sticky-page_v1 .sticky__right {
	margin-left: 100px;
	width: 240px;
}

.sticky-page_v1 .content_scrolling {
	width: calc(100% - 480px - 200px);
}

.sticky-page_v1 .sticky__right button,
.sticky-page_v2 .sticky__right button {
	width: 100%;
	;
	display: block;
	margin-bottom: 16px;
	border-radius: 8px;
	height: 44px;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.sticky-page_v1 .sticky__right button:not(.standart),
.sticky-page_v2 .sticky__right button:not(.standart) {
	background-color: white;
	color: #e25c56;
	padding: 11px;
	border: 1px solid #e25c56;
}

.sticky-page_v1 .breadcrumbs,
.sticky-page_v2 .breadcrumbs {
	padding: 0 0 50px;
}

.sticky-page_v1 .sticky__share {
	margin-top: 60px;
}

.sticky-page_v1 .sticky__share p {
	margin-bottom: 40px;
}

.sticky-page_v1 .sticky__share a {
	display: block;
	width: fit-content;
	margin-bottom: 16px;
}

.sticky-page_v1 .content_scrolling .h1,
.sticky-page_v1 .content_scrolling .h2,
.sticky-page_v1 .content_scrolling h2,
.sticky-page_v1 .content_scrolling .h3,
.sticky-page_v2 .content_scrolling .h1,
.sticky-page_v2 .content_scrolling .h2,
.sticky-page_v2 .content_scrolling .h3 {
	margin-bottom: 60px;
}

.sticky-page_v1 .content_scrolling .h2,
.sticky-page_v1 .content_scrolling h2,
.sticky-page_v1 .content_scrolling .h3,
.sticky-page_v2 .content_scrolling .h2,
.sticky-page_v2 .content_scrolling .h3 {
	margin-top: 80px;
}

.sticky-page_v1 .content_scrolling .body1,
.sticky-page_v1 .content_scrolling .h4,
.sticky-page_v2 .content_scrolling .body1,
.sticky-page_v2 .content_scrolling .h4 {
	margin-bottom: 35px;
}

.content_section a {
	color: #e25c56;
	text-decoration: underline;
}

/*.content_section li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.content_section a:hover {
	text-decoration: none;
}

.content_section h3,
.content_section h2 {
	margin-bottom: 35px;
}

.content_section ol,
.content_section ul,
.content_section p {
	margin-bottom: 35px;
	color: #343434;
	font: 400 16px/26px 'Gilroy';
}

.sticky-page_v1 .content__image,
.sticky-page_v2 .content__image {
	display: block;
	width: 100%;
	margin: 40px 0;
}

.content_section ol {
	padding-left: 18px;
}

.content_section ul,
.sticky-page_v1 .content_scrolling .list_mark,
.sticky-page_v1 .sources {
	list-style: disc;
	padding-left: 18px;
}

.articles_page .breadcrumbs {
	/*margin-top: 200px;*/
}

.articles_page .articles {
	padding: 0;
}

.articles_page footer .footer__links {
	background-color: white;
}

.articles_page footer .footer__copyright {
	width: 100%;
	padding: 12px 24px;
}

.articles_page .h1 {
	margin-bottom: 60px;
}

.articles_page .articles .articles__item {
	margin-bottom: 60px;
	min-height: 271px;
	max-height: 400px;
}

.articles_page .articles .articles__container {
	margin: 0 -10px;
}

.articles_page .articles .articles__item {
	width: calc(32% - 20px);
	margin: 0 10px 60px;
	min-height: 271px;
}

.articles_page .articles .articles__item.articles__item_big {
	width: calc(50% - 20px);
	margin: 0 10px 60px;
}

.pagination {
	padding: 100px 0 120px;
}

.pagination li {
	margin: 0 14px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 10px 0;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.pagination li a {
	color: #BBA2C8;
	display: block;
}

.pagination li:hover a,
.pagination li:active a {
	color: #E96761;
}

.pagination li.active {
	border-color: #E96761;
}

.pagination li.active a {
	color: #E96761;
	pointer-events: none;
	cursor: default;
}

.sticky-page_v1 .price,
.sticky-page_v1 .before-after {
	padding: 0;
}

.sticky-page_v1 .price .price__block {
	margin: 0 0 50px;
	width: 100%;
}

.sticky-page_v1 .price .price__old {
	margin: 0;
}

.sticky-page_v1 .before-after .before-after__item {
	margin: 28px 0;
}

.sticky-page_v1 .before-after__description,
.sticky-page_v1 .author {
	padding: 40px 30px 50px 110px;
}

.sticky-page_v1 .author {
	margin-bottom: 80px;
}

.sticky-page_v1 .before-after__description img,
.sticky-page_v1 .author img {
	border-radius: 200px;
	width: 160px;
	height: 160px;
	margin-right: 44px;
	object-fit: cover;
}

.sticky-page_v1 .sticky__left .author_photo {
	border-radius: 200px;
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 0 40px 16px;
	object-fit: cover;
}

.sticky-page_v1 .before-after__description .body1 {
	margin: 8px 0;
	color: #939393;
}

.sticky-page_v1 .author .body1 {
	margin-bottom: 8px;
	color: #939393;
}

.sticky-page_v1 .before-after__specialist,
.sticky-page_v1 .author .author__name {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

.sticky-page_v1 .sources {
	padding-left: 90px;
	margin-bottom: 60px;
}

.sticky-page_v1 iframe {
	width: 100%;
	height: calc(100vw / 3.5);
}

.sticky-page_v1 .sticky__right_content {
	margin-bottom: 44px;
}

.sticky-page_v1 .sticky__right_content>* {
	display: block;
	margin-bottom: 28px;
	white-space: nowrap;
}

.sticky-page_v1 .sticky__right_content p:not(.lead2) {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

.sticky-page_v1 .sticky__right_content .lead2 {
	color: #939393;
	text-wrap: wrap;
}

.sticky-page_v1 .sticky__right_content .lead2.active {
	color: #f3c3c4;
}

.sticky-page_v1 .sticky__right_content .lead2.active::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right: 7px solid #f3c3c4;
}

.article_page .sticky-page_v1 {
	padding-top: 180px;
}

.article_page .sticky-page_v1 .content_scrolling {
	position: relative;
}

.sticky-page_v1 .back-and-listen {
	position: absolute;
	top: -80px;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

.sticky-page_v1 .article__double-image>* {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 430px;
}

.sticky-page_v1 .article__double-image .article__double-image_first {
	width: 400px;
	margin-right: 20px;
}

.sticky-page_v1 .article__double-text .article__double-text_first {
	width: 500px;
	margin: 0 20px 0 -100px;
}

.sticky-page_v1 .article__double-image .article__double-image_second,
.sticky-page_v1 .article__double-text .article__double-text_second {
	width: calc(100% - 420px);
}

.sticky-page_v1 .article__double-text {
	margin-top: 60px;
}

.sticky-page_v1 .article__double-text .article__double-text_second .body1:last-child {
	margin: 0;
}

.sticky-page_v1 .img_full {
	display: block;
	width: 100vw;
	position: relative;
	left: -440px;
	z-index: 1;
	margin: 60px 0 0;
}

.subscribe {
	background-color: white;
	padding: 100px 0 120px;
}

.subscribe .subscribe__container {
	max-width: 780px;
	text-align: center;
	margin: 0 auto;
}

.subscribe .h2,
.subscribe .subtitle2 {
	margin-bottom: 40px;
}

.subscribe .subscribe__form {
	margin: 0 auto;
	max-width: 590px;
}

.subscribe .subscribe__form button {
	padding: 22px 59px;
	border-radius: 0 8px 8px 0;
	height: 62px;
}

.subscribe .subscribe__form input {
	padding: 22px 32px;
	border-radius: 8px 0 0 8px;
	border: none;
	width: 380px;
	height: 62px;
}

.subscribe .custom-checkbox {
	margin-top: 28px;
}

.sticky-page_v1 .likes .likes__share {
	margin-bottom: 12px;
}

.sticky-page_v1 .likes .likes__counter {
	margin-right: 40px;
	margin-bottom: 12px;
	white-space: nowrap;
}

.sticky-page_v1 .likes .likes__share a {
	display: block;
	margin-bottom: 0;
}

.sticky-page_v1 .likes .likes__share>span {
	margin-right: 28px;
}

.sticky-page_v1 .likes .likes__share a:not(:last-child) {
	margin-right: 28px;
}

.sticky-page_v1 .likes .likes__counter span {
	margin-left: 28px;
}

.sticky-page_v1 .likes .likes__counter img {
	margin-right: 4px;
}

.contraindications .contraindications__text_block {
	margin: 0 30px;
	align-self: flex-end;
	max-width: 330px;
}

.contraindications .consultation {
	border-radius: 8px;
	margin-top: 20px;
	border: 1px solid #E25C56;
	padding: 15px 72px;
	background-color: white;
	color: #E25C56;
}

.contraindications .consultation:hover {
	color: white;
}

.contraindications .contraindications__list {
	max-width: 470px;
	padding: 28px;
	width: 100%;
	border-radius: 8px;
}

.contraindications .contraindications__list li:not(:last-child) {
	margin-bottom: 16px;
}

.grid_photo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 320px);
	grid-column-gap: 26px;
	grid-row-gap: 26px;
}

.grid_photo .grid_photo__item.item1 {
	grid-area: 1 / 1 / 2 / 2;
}

.grid_photo .grid_photo__item.item2 {
	grid-area: 2 / 1 / 3 / 2;
}

.grid_photo .grid_photo__item.item3 {
	grid-area: 1 / 2 / 3 / 3;
}

.grid_photo .grid_photo__item.item4 {
	grid-area: 3 / 1 / 4 / 3;
}

.grid_photo .grid_photo__item img {
	display: block;
	height: 0;
}

.grid_photo .grid_photo__item {
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.service_page .sticky-page_v1 .before-after .tab-list {
	margin: 60px 0 60px;
}

.service_page .sticky-page_v1 .before-after .tabs .before-after__item,
.sticky-page_v1 .review,
.staff .before-after .tabs .before-after__item,
.staff .review {
	margin: 0;
}

.sticky-page_v1 .reviews iframe,
.staff .reviews iframe {
	margin-bottom: 20px;
}

.sticky-page_v1 .faq,
.sticky-page_v1 .faq .accordeon,
.sticky-page_v1 .question,
.staff .question {
	padding: 0;
}

.sticky-page_v1 .review .service__review_images,
.sticky-page_v1 .review .review__content,
.sticky-page_v1 .review .review__arrows {
	width: 49%;
}

.sticky-page_v1 .review .review__content {
	padding: 0;
}

.sticky-page_v1 .review .review__item {
	position: relative;
	justify-content: space-between;
}

.sticky-page_v1 .review .service__review_images img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.sticky-page_v1 .personal .personal__photo {
	height: calc(100vw / 4);
}

.sticky-page_v1 .personal .article__personal_slider .slick-dots {
	bottom: -40px;
}

.sticky-page_v2 .sticky__right {
	margin-left: 100px;
	width: 190px;
}

.sticky-page_v2 .content_scrolling {
	width: calc(100% - 290px);
}

.sert_slider a,
.license-list a {
	width: 300px;
	margin: 0 10px 20px 0;
}

.sert_slider .slick-next:before {
	content: url(/local/templates/versua/style/../img/icons/arrow_right_long.svg);
	display: block;
	width: 30px;
}

.sert_slider .slick-next {
	right: 0;
}

.sert_slider .slick-prev {
	left: unset;
	right: 40px;
}

.sert_slider .slick-prev:before {
	content: url(/local/templates/versua/style/../img/icons/arrow_left_long.svg);
	display: block;
	width: 30px;
}

.sert_slider .slick-prev,
.sert_slider .slick-next {
	top: unset;
	bottom: -40px;
	display: block;
	width: 30px;
	height: 25px;
	z-index: 1;
}

.personal-list .personal__item {
	margin: 0 30px 50px 0;
	width: 280px;
}

.personal-list .personal__photo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	align-items: flex-end;
	border-radius: 8px;
	padding: 0 16px 18px 20px;
	margin-bottom: 28px;
}

.personal-list .personal__photo p {
	border-radius: 20px;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}

.staff_page .license {
	background-color: white;
}

.staff {
	padding: 0 200px 0 0;
	margin-top: 212px;
	position: relative;
	display: flex;
	margin-bottom: 20px;
}

.staff .staff__photo-block {
	max-width: 775px;
	width: 100%;
	position: relative;
	white-space: nowrap;
	margin-right: 65px;
	transition: 1s;
}

.staff .staff__name-info {
	position: absolute;
	width: 100%;
	/*left: 675px;*/
	left: 840px;
	transition: 1s;
}

.staff .staff__photo {
	height: 1000px;
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}

.staff .staff__name-info .h1 {
	margin-bottom: 10px;
}

.staff .staff__name-info .staff__position {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-top: 22px;
	color: #939393;
}

.staff .staff__video {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	display: flex;
}

.staff .sticky-buttons {
	width: 280px;
	position: absolute;
	right: -20px;
	top: 0;
	padding-top: 200px;
	height: 100%;
	z-index: 1;
	display: none;
}

.staff .sticky-buttons button {
	border-radius: 8px;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #E25C56;
}

.staff .sticky-buttons button:not(.standart) {
	background-color: white;
}

.staff .staff__content {
	max-width: 610px;
	padding-top: 340px;
	width: 100%;
	transition: 1s;
}

.staff .staff__content .h2 {
	margin: 20px 0 40px;
}

.staff .staff__content .body1,
.staff .staff__content .subtitle1 {
	margin-bottom: 35px;
}

.staff .staff__education {
	margin-bottom: 40px;
}

.staff .staff__skills {
	list-style: disc;
	padding: 20px 0 0 60px;
	margin-bottom: 50px;
}

.staff .staff__skills li {
	margin-bottom: 8px;
}

.staff .staff__skills a {
	padding: 4px 0;
	display: inline-block;
	border-bottom: 1px solid #343434;
	font-size: 18px;
	line-height: 22px;
}

.staff .staff__skills a:hover {
	border-bottom: 1px solid #e25c56;
}

.staff .staff__skills a:active {
	border-bottom: 1px solid #121212;
}

.staff .h2 img {
	margin-right: 40px;
}

.staff .price {
	padding: 0;
}

.staff .price .price__block {
	margin: 0 0 40px;
	width: 100%;
}

.staff .price .price__old.body1 {
	margin: 0;
}

.staff .before-after .tab-list {
	margin: 0 0 60px;
}

.staff .before-after {
	padding: 0 0 40px;
}

.staff .reviews iframe {
	width: 100%;
	height: 400px;
}

.staff .reviews {
	margin-bottom: 20px;
}

.staff .grid_photo {
	margin-bottom: 60px;
}

.staff .question {
	margin-bottom: 60px;
}

.staff .staff__name_full_mobile {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	display: none;
	font-family: 'Playfair Display', serif;
}

.staff.scrolling {
	padding: 60px 200px 0 0;
}

.staff.scrolling .staff__name-info .staff__position {
	display: none;
}

.staff.scrolling .staff__photo-block .staff__photo {
	margin-top: 22px;
	height: calc(100% - 180px);
}

.staff.scrolling .staff__photo-block {
	max-width: 530px;
	margin-right: 150px;
	transition: 1s;
	position: relative;
}

.staff.scrolling .staff__photo-block_container {
	height: calc(100vh - 150px);
	position: sticky;
	top: 150px;
}

.staff.scrolling .staff__name-info {
	position: relative;
	left: 0;
	transition: 1s;
	justify-content: space-between;
	align-items: center;
}

.staff.scrolling .staff__video {
	display: none;
}

.staff.scrolling .sticky-buttons {
	display: block;
}

.staff.scrolling .staff__content {
	max-width: 720px;
	padding-top: 0;
	transition: 1s;
}

.table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
}

.table th {
	background-color: #f7f7f7;
}

.table th,
.table td {
	text-align: left;
	border: 1px solid #f7f7f7;
	padding: 10px;
	vertical-align: top;
}

@media screen and (max-width: 2000px) {
	.sticky-page_v1 .review .review__name_container {
		justify-content: flex-end;
	}

	.sticky-page_v1 .review .review__content {
		margin-bottom: 24px;
	}

	.sticky-page_v1 .review .review__item {
		flex-direction: column;
	}

	.sticky-page_v1 .review .review__content,
	.sticky-page_v1 .review .review__arrows {
		width: 100%;
		padding-right: 0;
	}

	.sticky-page_v1 .review .service__review_images {
		width: 100%;
		margin-bottom: 120px;
	}

	.sticky-page_v1 .personal .personal__photo {
		height: calc(100vw / 4.7);
	}

	.sticky-page_v1 .review .service__review_images img {
		padding-right: 10px;
	}
}

@media screen and (min-width: 1600px) {
	header .menu_lvl3 .overflow-x {
		overflow-x: hidden;
	}
}

@media screen and (max-width: 1799px) {
	.staff .staff__photo-block {
		max-width: 500px;
		white-space: normal;
	}

	.staff .staff__photo-block {
		max-width: 450px;
		margin-right: 30px;
	}

	.staff {
		padding: 60px 200px 0 0;
	}

	.staff .staff__photo-block .staff__photo {
		margin-top: 22px;
		height: 500px;
	}

	.staff .staff__photo-block_container {
		height: calc(100vh - 150px);
		position: sticky;
		top: 150px;
		overflow: hidden;
	}

	.staff .staff__name-info {
		position: relative;
		left: 0;
	}

	.staff .staff__video {
		display: none;
	}

	.staff .sticky-buttons {
		display: block;
		right: -30px;
		width: 270px;
	}

	.staff .staff__content {
		max-width: 720px;
		padding-top: 0;
		transition: 1s;
	}

	.sticky-page_v1 .article__double-image .article__double-image_first {
		width: 300px;
	}

	.sticky-page_v1 .article__double-image .article__double-image_second,
	.sticky-page_v1 .article__double-text .article__double-text_second {
		width: calc(100% - 320px);
	}

	.sticky-page_v1 .article__double-image>* {
		height: 350px;
	}

	.sticky-page_v1 .article__double-text .article__double-text_first {
		width: 400px;
	}

	.trust .trust__photo {
		height: 480px;
	}

	.equipment .equipment__image {
		width: 450px;
		border-radius: 8px;
	}

	.equipment .equipment__text_container {
		width: calc(100% - 450px - 50px);
	}

	.equipment .equipment__border {
		width: 1100px;
	}

	.equipment {
		padding: 100px 0 100px;
	}

	.equipment .equipment__rectangle {
		top: 40px;
		bottom: 40px;
	}

	.personal .personal__photo {
		height: 480px;
	}

	.container_s {
		width: 1230px;
	}

	.container_l {
		width: 1440px;
	}

	.ulfit .banner__container {
		background-position: right -300px bottom;
	}

	.map iframe {
		height: 600px;
	}

	.video .video__container iframe {
		height: 330px;
	}

	.text .text__block .text__photo {
		width: 40%;
	}

	.text .text__block .text__container {
		width: 60%;
	}

	header .header__callback button,
	.faq .faq__button {
		padding: 16px 32px;
	}

	header .menu_lvl2 {
		padding: 120px 0 120px calc((100% - 1440px) / 2);
	}

	.equipment .equipment__border {
		left: calc((100% - 1440px) / 2);
	}

	header .menu_lvl3 {
		padding: 46px calc((100% - 1440px) / 2) 54px 70px;
	}

	.license .license__item img {
		width: 240px;
	}

	.license {
		padding: 150px 0 130px calc((100% - 1440px) / 2);
	}

	.main .license {
		padding: 150px 0 130px calc((100% - 1230px) / 2);
	}

	header .tab-control {
		width: 400px;
		padding: 11px 72px 11px 16px;
	}

	footer .info__text {
		width: 300px;
		margin-right: 50px;
	}

	footer .license__item {
		margin-right: 30px;
	}

	footer .priem {
		padding-left: 80px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 1700px) {
	.sticky-page_v1 .personal .personal__photo {
		height: calc(100vw / 5.4);
	}
}

@media screen and (max-width: 1499px) {
	.banner_picture {
		margin-top: 184px;
	}
	.contraindications img {
		display: none;
	}

	.contraindications {
		flex-direction: column-reverse;
	}

	.contraindications .contraindications__text_block {
		width: 100%;
		max-width: unset;
		margin: 0;
	}

	.contraindications .contraindications__list {
		max-width: unset;
		margin-bottom: 40px
	}

	.sticky-page_v1 .faq .accondeon__hidden {
		padding: 56px 20px 0;
	}

	.sticky-page_v1 .personal .personal__photo {
		height: calc(100vw / 3.4);
	}

	.sticky-page_v1 .personal .article__personal_slider {
		margin: 80px -30px 120px;
	}

	.sticky-page_v1 .personal .slick-dots {
		bottom: -60px;
	}

	.sticky-page_v1 .article__double-image,
	.sticky-page_v1 .article__double-text {
		flex-wrap: wrap;
	}

	.sticky-page_v1 .article__double-image .article__double-image_first,
	.sticky-page_v1 .article__double-image .article__double-image_second,
	.sticky-page_v1 .article__double-text .article__double-text_first,
	.sticky-page_v1 .article__double-text .article__double-text_second {
		width: 100%;
		margin: 0 0 20px;
	}

	.sticky-page_v1 .img_full {
		left: -360px;
	}

	.articles_page .articles .articles__item.articles__item_big,
	.articles_page .articles .articles__item {
		width: calc(100% / 3 - 20px);
		margin: 0 10px 60px;
	}

	.sticky-page_v1,
	.sticky-page_v2 {
		padding: 60px 60px;
	}

	.sticky-page_v1 .sticky__left {
		margin-right: 60px;
	}

	.sticky-page_v1 .sticky__right,
	.sticky-page_v2 .sticky__right {
		margin-left: 60px;
	}

	.sticky-page_v1 .content_scrolling {
		width: calc(100% - 480px - 120px);
	}

	.sticky-page_v2 .content_scrolling {
		width: calc(100% - 250px);
	}

	.review .review__name_container {
		justify-content: flex-end;
	}

	.review .review__content {
		margin-bottom: 24px;
	}

	.review .review__item {
		flex-direction: column;
	}

	.review .review__content,
	.review .review__arrows {
		width: 100%;
		padding-right: 0;
	}

	.review .review__images {
		width: 100%;
		margin-bottom: 120px;
	}

	.trust {
		padding: 120px 0 0;
	}

	.trust .trust__name {
		margin-bottom: 26px;
		font-size: 36px;
		line-height: 36px;
	}

	.trust .trust__photo {
		height: 380px;
	}

	.equipment .equipment__border {
		width: 900px;
	}	

	.consultation .consultation__form input {
		padding: 2px 16px 0 70px;
	}

	.consultation .consultation__container .container_s {
		padding: 70px 0 100px 400px;
	}

	.price .price__container {
		margin: 0;
	}

	.price .price__block {
		margin: 0 0 50px;
		width: 100%;
	}

	.price {
		padding: 100px 0 80px;
	}

	.process .tab-body iframe {
		margin: 0 auto;
		display: block;
		width: 500px;
		height: 250px;
	}

	.process .bd-rectangle {
		display: none;
	}

	.process .process__text {
		max-width: unset;
	}

	.process .process__container {
		display: block;
	}

	.personal .personal__photo {
		height: 380px;
	}

	.services .services__grid {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 20px;
	}

	.container_s {
		width: 990px;
	}

	.container_l {
		width: 1200px;
	}

	.ulfit .banner__container {
		padding-top: 80px;
	}

	.ulfit .banner__discount img {
		height: 70px;
	}

	.ulfit .banner__name {
		font-size: 75px;
		margin-bottom: 30px;
	}

	.ulfit.banner_small {
		height: 350px;
		background: linear-gradient(180deg, rgb(255, 255, 255) 60px, rgb(237, 237, 237) 60px);
	}

	.faq .accordeon {
		padding: 0;
	}

	.faq .faq__link {
		margin: 0 0 0 40px;
	}

	.faq .faq__link {
		margin-left: 10px;
	}

	.text .text__block .h2 {
		margin-bottom: 30px;
	}

	.text .text__block .subtitle2:not(:last-child) {
		margin-bottom: 10px;
	}

	.video .video__container iframe {
		height: 270px;
		margin-bottom: 16px;
	}

	.map iframe {
		height: 500px;
	}

	.license .license__item img {
		width: 190px;
	}

	.license {
		padding: 60px 0 60px calc((100% - 1200px) / 2);
	}

	.main .license {
		padding: 60px 0 60px calc((100% - 990px) / 2);
	}

	.equipment .equipment__border {
		left: calc((100% - 1200px) / 2);
	}

	.license .h2 {
		margin-bottom: 50px;
	}

	header .menu_lvl2 {
		padding: 50px 0 50px calc((100% - 1200px) / 2);
	}

	header .menu_lvl3 {
		padding: 24px calc((100% - 1200px) / 2) 24px 30px;
	}

	header .tab-control {
		width: 300px;
		padding: 11px 40px 11px 16px;
	}

	header .tab-control:not(:last-child) {
		margin-bottom: 0px;
	}

	.label {
		font: 500 14px/20px 'Gilroy';
	}

	header .logo__text p {
		font-size: 11px;
		line-height: 28px;
		letter-spacing: 0;
	}

	header .header__search input,
	header .header__search button {
		padding: 15px 16px;
		height: 54px;
	}

	header .header__callback button,
	.faq .faq__button,
	.faq .faq__link {
		padding: 16px 24px;
		height: 54px;
	}

	header .callback__place {
		font-size: 12px;
		line-height: 26px;
		text-wrap: balance;
	}

	header .callback__time a {
		font-size: 16px;
		margin-left: 10px;
	}

	header .header__callback,
	header .header__callback button {
		margin-left: 30px;
	}

	header .logo__text img {
		width: 200px;
	}

	header .header__logo {
		margin-right: 30px;
	}

	header .header__search {
		max-width: 350px;
	}

	.btnmenu {
		font: 500 14px/18px 'Gilroy';
	}

	header .scrolling-header .dropdown {
		height: 80px;
	}

	header .bottom__info {
		padding: 20px 0 0;
	}

	@-webkit-keyframes headerUpScroll {
		0% {
			bottom: 80px;
			height: 0;
		}

		100% {
			bottom: 0;
			height: 80px;
		}
	}

	@keyframes headerUpScroll {
		0% {
			bottom: 80px;
			height: 0;
		}

		100% {
			bottom: 0;
			height: 80px;
		}
	}

	@-webkit-keyframes headerUpFull {
		0% {
			bottom: 184px;
			height: 0;
		}

		100% {
			bottom: 0;
			height: 184px;
		}
	}

	@keyframes headerUpFull {
		0% {
			bottom: 184px;
			height: 0;
		}

		100% {
			bottom: 0;
			height: 184px;
		}
	}

	header .menu_lvl3 .lvl3__container .btnmenu {
		margin: 4px 40px 4px 0;
	}

	header .lvl3__container {
		max-height: 250px;
	}

	header .menu_lvl3 img {
		max-width: 200px;
		max-height: 200px;
	}

	.h2 {
		font: 700 40px/40px 'Playfair Display', serif;
	}

	.h3 {
		font: 700 32px/36px 'Playfair Display', serif;
	}

	.h6 {
		font: 700 16px/24px 'Playfair Display', serif;
	}

	.main__about .about__link img {
		width: 20px;
	}

	.main__about .about__link span:not(.triangle_hidden) {
		margin-right: 4px;
	}

	.main__about .about__link .triangle_hidden img {
		left: 40px;
	}

	.main__about .subsection_hidden .subsection_hidden__container {
		padding: 30px 20px 30px 40px;
	}

	.main__about .subsection_hidden__promotions {
		width: 220px;
	}

	.main__about .subsection_hidden__links {
		width: calc(100% - 280px);
	}

	.main__about .subsection_hidden__links a {
		margin: 12px 50px 12px 0;
	}

	.modal .subtitle2,
	.modal .input input,
	.question .input input {
		margin-bottom: 20px;
	}

	.modal .h2 {
		margin-bottom: 30px;
	}

	.modal button {
		margin-top: 20px;
	}

	.question .input.name {
		margin-right: 8px;
	}

	.question .input.tel {
		margin-left: 8px;
	}

	.overtext {
		font: 400 italic 24px/48px 'Playfair Display', serif;
	}

	footer .footer__info .container_l {
		flex-wrap: wrap;
	}

	footer .info__form {
		width: 100%;
		margin: 40px 0 0;
	}

	footer .footer__info {
		background-size: auto 450px;
		padding: 70px 0 50px;
	}

	footer .info__text {
		margin-right: 100px;
	}

	footer .footer__links .container_l {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	footer .links__container:last-child {
		width: 100%;
		margin-top: 40px;
	}

	footer .links__container:not(:last-child) {
		margin-right: 0;
	}

	footer .links__container:first-child {
		margin-right: 100px;
	}

	footer .links__container .flex-wrap,
	footer .links__container:last-child .flex-wrap {
		max-height: 150px;
	}

	footer .footer__links .links__text>* {
		margin: 0 50px 20px 0;
	}

	footer .links__text {
		margin-top: 80px;
	}

	.articles .articles__item,
	.articles .articles__item.articles__item_big {
		width: calc((100% / 3) - 12px);
		margin-left: 18px;
	}

	.articles .articles__item.articles__item_big {
		margin-left: 0;
	}

	.articles .articles__item.articles__item_big img:not(.articles__arrow) {
		width: 100%;
	}

	.articles .articles__item.articles__item_big {
		align-items: flex-end;
	}

	.articles .articles__item.articles__item_big .articles__content {
		padding: 27px 18px 40px 26px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		width: 100%;
	}

	.articles .subtitle2 {
		display: none;
	}

	.articles .articles__content .subtitle1 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1240px) {
	.staff .staff__content {
		max-width: unset;
	}

	.staff .reviews iframe {
		height: 700px;
	}

	.staff .staff__photo-block_container {
		height: unset;
		position: unset;
		top: unset;
		overflow: visible;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
	}

	.staff .staff__photo-block .staff__photo {
		margin-top: 0;
		height: 500px;
		width: 350px;
	}

	.staff .staff__name-info {
		width: auto;
		margin-left: 30px;
	}

	.staff .staff__photo-block {
		max-width: unset;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.staff {
		margin-top: 184px;
		padding: 0;
		flex-direction: column;
	}

	.staff .sticky-buttons {
		right: unset;
		position: unset;
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 60px auto 0;
	}

	.personal-list .personal__item {
		margin: 0 20px 50px 0;
		width: 220px;
	}

	.personal-list .personal__photo {
		height: 300px;
	}

	.sert_slider a img,
	.license-list a img,
	.sert_slider a,
	.license-list a {
		width: 200px;
	}

	.sticky-page_v1 .personal .personal__photo {
		height: calc(100vw / 2);
	}

	.article_page .sticky-page_v1 .content_scrolling {
		position: unset;
	}

	.article_page .sticky-page_v1 {
		padding-top: 100px;
	}

	.sticky-page_v1 .sticky__left .author_photo,
	.sticky-page_v1 .sticky__right .sticky__right_content {
		display: none;
	}

	.sticky-page_v1 .back-and-listen {
		top: 30px;
		width: calc(100% - 48px);
	}

	.sticky-page_v1 .img_full {
		left: -24px;
	}

	.sticky-page_v1 .author {
		margin-bottom: 40px;
	}

	.sticky-page_v1 .author {
		margin-bottom: 24px;
	}

	.sticky-page_v1 iframe {
		height: calc(100vw / 2);
	}

	.articles_page .license {
		padding: 0 0 60px 24px;
	}

	.sticky-page_v1 .breadcrumbs {
		padding: 0;
		top: 0px;
		position: absolute;
	}

	.sticky-page_v1 .sticky__right button,
	.sticky-page_v2 .sticky__right button {
		max-width: 400px;
		margin: 16px auto 0;
	}

	.sticky-page_v1 .sticky__share {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sticky-page_v1 .sticky__share p {
		width: 100%;
		text-align: center;
	}

	.sticky-page_v1 .sticky__share a {
		margin: 0 20px 16px;
	}

	.sticky-page_v1 .sticky__item_value {
		font-size: 20px;
		line-height: 24px;
	}

	.sticky-page_v1 {
		padding: 100px 24px 40px;
		flex-wrap: wrap;
		position: relative;
	}

	.banner_picture+.service_page .sticky-page_v1 {
		padding: 100px 24px 40px;
	}

	.service_page .sticky-page_v1 {
		padding: 135px 24px 40px;
	}

	.service_page.service_detail_page .sticky-page_v1 {
		padding: 40px 24px 40px;
	}


	.sticky-page_v2 {
		padding: 60px 24px 40px;
		flex-wrap: wrap;
	}

	.sticky-page_v1 .sticky__left,
	.sticky-page_v1 .sticky__right,
	.sticky-page_v1 .content_scrolling,
	.sticky-page_v2 .sticky__right,
	.sticky-page_v2 .content_scrolling {
		width: 100%;
		margin: 0;
	}

	.sticky-page_v1 .sticky__left .sticky-block {
		display: flex;
		flex-wrap: wrap;
	}

	.sticky-page_v1 .sticky__left .sticky-block>*:not(:last-child) {
		margin-right: 40px;
	}

	.h1 {
		font: 900 54px/72px 'Playfair Display', serif;
	}

	.review .review__images img {
		width: 500px;
		margin: 0 auto;
	}

	.trust .trust__item:nth-child(odd) {
		top: -120px;
	}

	.trust .trust__container {
		margin: 0 -12px;
		padding: 180px 0 100px;
	}

	.trust .trust__name {
		font-size: 24px;
		line-height: 28px;
	}

	.trust .trust__item {
		width: calc(100% / 4 - 24px);
		margin: 0 12px 60px;
	}

	.equipment .slick-dots {
		bottom: -40px;
		top: unset;
		width: 80%;
		right: 10%;
		flex-direction: row;
		justify-content: center;
	}

	.equipment .slick-dots li {
		margin: 5px;
	}

	.equipment .equipment__border {
		display: none;
	}

	.equipment {
		padding: 80px 0 100px;
		background-color: #f7f7f7;
	}

	.equipment .equipment__rectangle {
		display: none;
	}

	.price .h2 {
		margin-bottom: 60px;
	}

	.price .h3 {
		margin-bottom: 30px;
	}

	.equipment .equipment__slider {
		padding-right: 0;
	}

	.personal .personal__photo {
		height: 450px;
		background-size: cover;
	}

	.banner_picture {
		height: 380px;
	}

	.subtitle2 {
		font: 500 16px/26px 'Gilroy';
	}

	.container_l,
	.container_s {
		width: calc(100% - 48px);
		margin-left: 24px;
		margin-right: 24px;
	}

	.scroll-top {
		bottom: 10px;
		right: 10px;
	}

	.main__about .about__link.active .triangle_hidden img {
		display: none;
	}

	.main__about .subsection_hidden .subsection_hidden__container {
		top: calc(100% + 50px);
	}

	.main__about .about__container_links {
		padding: 30px 0;
	}

	.main__about .about__v-line {
		display: none;
	}

	.apparatuses {
		padding: 70px 0 0;
	}
	.articles {
		padding: 70px 0 100px;
	}

	.articles .h2 {
		margin-bottom: 60px;
	}

	.faq .accondeon__hidden {
		padding: 30px 100px 0 30px;
	}

	.faq {
		padding: 70px 0;
	}

	.faq .h2 {
		margin-bottom: 40px;
	}

	.text .text__block .text__photo {
		display: none;
	}

	.text .text__block .text__container {
		width: 100%;
	}

	.text .text__block {
		padding: 40px 0 20px;
	}

	.text {
		padding: 20px 0 40px;
	}

	.license,
	.main .license {
		padding: 60px 0 60px 24px;
	}

	header .menu_lvl2 {
		padding: 50px 0 50px 20px;
	}

	header .menu_lvl3 {
		padding: 24px 20px 24px 30px;
	}

	.equipment .equipment__border {
		left: 14px;
	}

	header .drop-icon1 {
		margin-bottom: 6px;
	}

	.h2 {
		font: 700 32px/36px 'Playfair Display', serif;
	}

	.h3 {
		font: 700 30px/34px 'Playfair Display', serif;
	}

	.modal .modal-child {
		padding: 30px 30px;
		max-width: 350px;
	}

	.modal .input input,
	.modal button,
	.question .input input,
	.question button {
		height: 50px;
	}

	.modal .input img,
	.question .input img {
		top: 13px;
	}

	footer .links__container:first-child {
		margin-right: 20px;
	}

	footer .links__container:last-child .flex-wrap {
		max-height: 200px;
	}

	footer .footer__links .links__item {
		margin: 12px 35px 12px 0;
		font-size: 16px;
	}

	.consultation .consultation__container img {
		left: 0px;
    width: 400px;
	}
}

@media screen and (max-width: 1100px) {
	.sticky-page_v1 .personal .article__personal_slider {
		margin: 80px -15px 120px;
	}

	.personal .personal__photo {
		height: 400px;
	}

	.personal .slick-slide {
		margin: 0 15px;
	}

	.personal .personal__slider {
		margin: 100px -15px 180px;
	}

	header .header__callback button {
		padding: 10px 14px;
		height: 40px;
	}

	header .header__callback,
	header .header__callback button {
		margin-left: 20px;
	}

	header .header__search input,
	header .header__search button {
		padding: 8px 10px;
		height: 40px;
	}

	header .callback__place {
		line-height: 14px;
	}

	header .header__logo>img {
		height: 40px;
	}

	header .logo__text p {
		line-height: 16px;
	}

	footer .links__container .flex-wrap {
		max-height: 300px;
	}

	footer .links__container:last-child .flex-wrap {
		max-height: 250px;
	}

	footer .links__container:first-child {
		margin-right: 100px;
	}
}

@media screen and (max-width: 1024px) {
	.review .review__images img {
		width: auto;
		margin: 0;
		padding-right: 10px;
	}

	.review .review__links {
		display: none;
	}

	.review {
		margin-bottom: 60px;
	}
}

.control-buttons {
	position: fixed;
	display: flex;
	bottom: 0;
	left: 0;
	background-color: #e25c56;
	border-radius: 0 8px 0 0;
	align-items: center;
	padding: 0 16px;
	z-index: 3;
}

.control-buttons>.view_mobile {
	display: none !important;
}

.control-buttons .button_fixed_back {
	font-size: 15px;
	line-height: 18px;
	color: white;
	width: 120px;
	position: unset;
}

.control-buttons .button_fixed_back>img {
	padding-right: 20px;
}

@media screen and (max-width: 1000px) {
	.header_mobile .phone_mobile_block {
		display: block;
	}

	.inner header {
		background: none;
		box-shadow: none;
		transition: .4s;
	}

	.inner header.sticky {
		background: #fff;
		box-shadow: 0px 2px 2px rgb(0 0 0 / 11%);
	}

	header .header_mobile .burger__header {
		padding-top: 15px;
	}

	header .header_mobile .burger__logo {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 5px;
	}

	header .header_mobile .burger__logo span {
		width: 100%;
		color: #F7F7F7;
		font-size: 12px;
		padding-top: 6px;
		line-height: 18px;
	}

	header .header_mobile .burger__btn {
		padding-top: 30px;
	}

	header .header_mobile .callback__button {
		outline: none;
		appearance: none;
		border: 1px solid #FFFFFF;
		box-sizing: border-box;
		border-radius: 8px;
		width: 227px;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
		color: #FFFFFF;
		background: none;
		padding: 11px 0px;
	}

	.staff .articles {
		padding: 40px 0 0;
	}

	.staff.question .question__container {
		margin: 0 0;
	}

	.staff {
		margin-top: 66px;
	}

	.pagination {
		padding: 60px 0 80px;
	}

	.articles_page .breadcrumbs {
		margin-top: 20px;
	}

	.articles_page .articles .articles__item,
	.articles_page .articles .articles__item.articles__item_big {
		width: calc((100% / 2) - 20px);
		margin: 0 10px 20px;
	}

	.articles_page .h1 {
		margin-bottom: 80px;
	}

	.trust .trust__photo {
		height: 320px;
	}

	.equipment .equipment__info_container,
	.equipment .equipment__tags_container {
		justify-content: center;
	}

	.equipment .equipment__image {
		display: none;
	}

	.equipment .equipment__text {
		max-width: unset;
	}

	.equipment {
		text-align: center;
		padding: 20px 0 50px;
	}

	.equipment .equipment__image_mobile {
		display: block;
		height: 400px;
		margin: 0 auto 26px;
	}

	.equipment .equipment__text_container {
		width: 100%;
	}

	.consultation .consultation__container .container_s {
		padding: 70px 0 100px 300px;
	}

	.consultation .consultation__title {
		font-size: 42px;
		line-height: 46px;
		margin-bottom: 20px;
	}

	.consultation .subtitle1 {
		margin-bottom: 40px;
	}

	.consultation .consultation__container img {
		left: -20px;
	}

	.price .price__container {
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding-bottom: 20px;
	}

	.price {
		padding: 80px 0 60px;
	}

	.price .price__block {
		margin: 0 10px 0 0;
		min-width: 700px;
	}

	.stocks_mobile {
		display: block;
	}

	.process_mobile {
		display: block;
	}

	.process {
		display: none;
	}

	.question .question__container {
		max-width: unset;
		margin: 0 24px;
	}

	.question {
		padding: 80px 0 100px;
	}

	.services .services__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tab-list {
		justify-content: flex-start !important;
		overflow-x: scroll;
	}

	.services .tab-content {
		margin: 80px 0;
	}

	.services .h1 {
		margin-bottom: 50px;
	}

	.banner_picture {
		margin-top: 0;
		height: 300px;
	}

	.sticky-page_v1,
	.sticky-page_v2,
	.service-top,
	.cont_page,
	.not-found_page,
	.articles.container_l {
		margin-top: 100px;
	}

	.banner_picture+.sticky-page_v1,
	.banner_picture+.sticky-page_v1,
	.banner_picture+.service-top,
	.banner_picture+.cont_page {
		margin-top: 0px;
	}

	.ulfit.banner_small {
		display: none;
	}

	.services_page .ulfit.banner_small {
		display: block;
	}

	.articles .articles__item,
	.articles .articles__item.articles__item_big {
		width: calc((100% / 2) - 10px);
		margin-left: 0;
		filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.12));
	}

	.articles .articles__container {
		justify-content: space-between;
	}

	.articles .articles__item {
		border-radius: 8px;
		overflow: hidden;
	}

	.control-buttons>.view_mobile {
		display: flex !important;
	}

	.control-buttons img {
		display: block;
		width: 22px;
	}

	.control-buttons .button_fixed_back {
		font-size: 0px;
	}

	.control-buttons .edit_fixed img {
		width: 20px;
		position: unset;
	}

	.control-buttons .search_fixed img {
		width: 24px;
	}

	.control-buttons .button_fixed,
	.control-buttons .button_fixed:hover {
		position: unset;
		width: 54px;
	}

	.control-buttons .button_fixed_back>img {
		padding-right: 0px;
	}

	.control-buttons .button_fixed span {
		display: none;
	}

	header .header_mobile,
	.control-buttons .button_fixed {
		display: block;
	}

	header .scrolling-header,
	header .full-header {
		display: none;
	}

	.map iframe {
		height: 450px;
	}

	.main__about .subsection_hidden {
		display: none;
	}

	.main__about .subsection_hidden.active {
		display: flex;
		justify-content: center;
		position: absolute;
		width: 100%;
	}

	.main__about .subsection_hidden:before {
		content: '';
		background: #000;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.7;
		z-index: 100;
	}

	.main__about .subsection_hidden .subsection_hidden__container {
		position: fixed;
		top: 5%;
		max-height: 90%;
		overflow-y: scroll;
		background: #fff;
		z-index: 101;
		left: unset;
		width: 90%;
		padding: 20px;
	}
}

@media screen and (max-width: 900px) {
	.trust .trust__photo {
		height: 280px;
		width: 50%;
	}

	.trust .trust__container {
		padding: 180px 0 60px;
	}

	.trust .trust__item {
		width: calc(100% / 2 - 24px);
	}

	.trust {
		padding: 80px 0 0;
	}

	.consultation .consultation__container .container_s {
		padding: 50px 50px 430px;
		text-align: center;
	}

	.consultation .consultation__container img {
		left: 60%;
	}

	.personal .personal__photo {
		height: 360px;
	}

	footer .info__description::after {
		margin: 16px auto 0;
	}

	footer .info__text {
		margin: 0 auto 40px;
		width: 400px;
		text-align: center;
	}

	footer .info__text img {
		margin: 0 12px;
	}

	footer .footer__info .container_l {
		flex-direction: column;
		align-items: center;
	}

	footer .license__item {
		margin: 0 15px;
	}

	footer .footer__info {
		background-color: #FCF4F0;
	}

	.ulfit .banner__container {
		background-image: none !important;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	header .header_mobile .header__logo_mobile img {
		display: none;
	}

	header .header_mobile .header__logo_mobile .logo_mobile {
		display: block;
	}

	.main__about .subsection_hidden__links {
		width: 100%;
	}

	.main__about .subsection_hidden__links a {
		margin: 6px 50px 6px 0;
	}

	.main__about .subsection_hidden__promotions {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.main__about .subsection_hidden__promotions>p {
		width: 100%;
	}

	.main__about .subsection_hidden__promotions>a {
		margin: 6px 30px 6px 0;
	}

	.main__about .subsection_hidden .subsection_hidden__container {
		flex-direction: column;
		left: 0;
		width: 100%;
	}

	.consultation .consultation__container img {
    width: 350px;
		right: -20px;
    left: auto;
	}

	.staff .reviews iframe {
		height: calc(100vw / 2);
	}

	.staff .h2 img {
		margin-right: 30px;
		width: 50px;
	}

	.personal-list .personal__item {
		margin: 0 10px 40px;
		width: calc(100% / 2 - 20px);
	}

	.personal-list {
		margin: 0 -10px;
	}

	.personal-list .personal__photo {
		height: calc(100vw / 1.8);
		padding: 12px;
		margin-bottom: 16px;
	}

	.sticky-page_v1 .personal .personal__photo {
		height: calc(100vw / 1.5);
	}

	.subscribe .subscribe__form input {
		padding: 14px 16px;
		width: 280px;
		height: 48px;
	}

	.subscribe .subscribe__form button {
		padding: 14px 48px;
		height: 48px;
	}

	.subscribe .subscribe__form {
		max-width: 450px;
	}

	.subscribe {
		padding: 60px 24px;
	}

	.sticky-page_v1 .before-after__description,
	.sticky-page_v1 .author {
		padding: 40px 30px 50px 30px;
		flex-direction: column;
	}

	.sticky-page_v1 .before-after__description img,
	.sticky-page_v1 .author img {
		margin: 0 0 20px;
	}

	.articles_page .license {
		background-color: #f7f7f7;
	}

	.articles_page .breadcrumbs {
		padding: 80px 0 30px;
	}

	.sticky-page_v1 .content_scrolling .h2,
	.sticky-page_v1 .content_scrolling h2,
	.sticky-page_v1 .content_scrolling .h3,
	.sticky-page_v2 .content_scrolling .h2,
	.sticky-page_v2 .content_scrolling .h3 {
		margin-top: 60px;
	}

	.sticky-page_v1 .content_scrolling .h1,
	.sticky-page_v1 .content_scrolling .h2,
	.sticky-page_v1 .content_scrolling h2,
	.sticky-page_v1 .content_scrolling .h3,
	.sticky-page_v2 .content_scrolling .h1,
	.sticky-page_v2 .content_scrolling .h2,
	.sticky-page_v2 .content_scrolling .h3 {
		margin-bottom: 40px;
	}

	.sticky-page_v1 .content_scrolling .body1,
	.sticky-page_v1 .content_scrolling .h4,
	.sticky-page_v2 .content_scrolling .body1,
	.sticky-page_v2 .content_scrolling .h4 {
		margin-bottom: 20px;
	}

	.content_section h3,
	.content_section h2,
	.content_section p {
		margin-bottom: 20px;
	}

	.sticky-page_v1 .faq {
		width: 100vw;
		padding: 60px 24px 20px;
		margin: 60px 0 40px -24px;
	}

	.sticky-page_v1 .faq .h2 {
		margin: 0 0 40px;
	}

	.sticky-page_v1 .before-after__description .body1 {
		margin: 8px 0;
	}

	.sticky-page_v1 .author .body1 {
		margin-bottom: 8px;
	}

	.price .price__block {
		min-width: 90%;
	}

	.price .price__old {
		display: none;
	}

	.stocks_mobile .stocks__image {
		background-size: 100%;

	}

	.personal .personal__photo {
		height: 500px;
	}

	.before-after .tab-list {
		margin: 40px 0 50px;
	}

	.before-after {
		padding: 70px 0 80px;
	}

	.before-after .before-after__grid {
		width: fit-content;
		margin: 0 auto;
		grid-template-columns: 500px;
	}

	.main__about .about__container {
		padding: 80px 0 60px;
	}

	.main__about .about__container .h1 {
		margin-bottom: 40px;
	}

	.question .question__container_button {
		flex-direction: column;
		align-items: flex-start;
	}

	.question button {
		align-self: center;
		margin-top: 20px;
	}

	.question .custom-checkbox {
		margin: 0;
	}

	.contacts .contacts__info {
		margin: 60px 0px 40px;
	}

	.contacts .tab-body {
		margin: 50px 0 80px;
	}

	.breadcrumbs {
		padding: 30px 0;
	}

	.breadcrumbs ul li {
		margin-right: 0;
	}

	.breadcrumbs ul li:not(.active)::after {
		margin: 0 6px;
	}

	.h1,
	h1 {
		font: 900 48px/54px 'Playfair Display', serif;
	}

	.h2,
	.content_scrolling h2,
	h2,
	.service_detail_page .sticky-page_v1 .content_scrolling h2 {
		font: 700 42px/45px 'Playfair Display', serif;
	}

	.h3,
	.content_scrolling h3,
	h3 {
		font: 700 36px/40px 'Playfair Display', serif;
	}

	.h5,
	h5 {
		font: 700 18px/32px 'Playfair Display', serif;
	}

	.faq .accordeon__title {
		padding-right: 30px;
	}

	.faq .accondeon__hidden {
		padding: 28px 0 0;
	}

	.faq {
		background-color: #f7f7f7;
	}

	.faq .accordeon__item {
		padding: 20px;
		background-color: white;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
	}

	.faq .accondeon__hidden .color_2 {
		line-height: 26px;
	}

	.faq .accordeon__item.active {
		padding: 44px 20px 25px;
		border-radius: 40px 40px 8px 8px;
	}

	.license {
		background-color: white;
	}

	.map iframe {
		height: 400px;
	}

	.video .video__container iframe {
		height: 200px;
	}

	footer .links__container:last-child .flex-wrap {
		max-height: 270px;
		margin: 0 auto;
	}

	footer .links__container:last-child .flex-wrap .links__item {
		text-align: left;
	}

	footer .footer__links .links__item {
		line-height: 16px;
		margin: 8px 16px;
	}

	footer .footer__links .h5 {
		text-align: center;
		margin-bottom: 16px;
		color: #E25C56;
	}

	footer .footer__links .h5::after,
	footer .footer__links .h5.long-line::after {
		width: 130px;
		margin: 12px auto 0;
	}

	footer .links__container:not(:last-child),
	footer .links__container:first-child {
		width: 100%;
		margin: 0 0 30px;
	}

	footer .links__container .flex-wrap {
		max-height: 200px;
		writing-mode: unset;
		align-content: center;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}

	footer .footer__links .links__item {
		text-align: center;
	}

	footer .links__container:last-child {
		margin-top: 0;
	}

	footer .footer__links .container_l {
		flex-direction: column;
		text-align: center;
	}

	footer .footer__links .links__text>* {
		margin: 0 0 20px 0;
	}

	footer .links__text {
		margin-top: 40px;
		font-weight: 400;
		font-size: 28px;
		line-height: 36px;
	}

	footer .footer__links {
		padding-top: 48px;
		background-color: #F7F7F7;
	}
}

@media screen and (max-width: 650px) {
	.staff .staff__education {
		overflow-x: scroll;
		display: flex;
	}

	.modal .modal-close {
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
	}

	.staff .staff__education img {
		display: block;
		margin-right: 5px;
	}

	.articles_page .articles .articles__container {
		margin: 0;
	}

	.articles_page .articles .articles__item,
	.articles_page .articles .articles__item.articles__item_big {
		width: 100%;
		max-width: 400px;
		margin: 0 20px 20px;
	}

	.review .review__images img {
		width: 400px;
	}

	.review .review__name {
		font-size: 24px;
		line-height: 28px;
	}

	.review .review__photo {
		width: 125px;
		height: 125px;
	}

	.trust .trust__photo {
		height: 360px;
		width: 100%;
	}

	.price .price__item {
		flex-wrap: wrap;
	}

	.consultation .consultation__form input {
		width: 200px;
	}

	.consultation .consultation__form {
		padding-left: 16px;
		height: 48px;
	}

	.consultation .consultation__form button {
		padding: 10px 40px;
	}

	.consultation .consultation__container .container_s {
		padding: 50px 0 470px;
	}

	.price .price__item:hover .price__text_container {
		width: 100%;
		margin-bottom: 4px;
	}

	.price .price__button {
		width: 100%;
	}

	.personal .personal__photo {
		height: 380px;
	}

	.services .services__grid {
		grid-template-columns: 1fr;
	}

	.articles .articles__item,
	.articles .articles__item.articles__item_big {
		width: 100%;
		max-width: 400px;
		margin: 0 10px 20px;
	}

	.articles .articles__arrow {
		/*display: block;*/
		background-color: #fff;
		padding: 6px;
		border-radius: 50%;
	}

	.about-images-list .about-images__item img {
		width: 100% !important;
	}

	.about-images-list .about-images__item {
		text-align: center;
		margin: 0 auto;
		margin-right: unset !important;
	}
}

@media screen and (max-width: 600px) {
	.staff .staff__name-info p:not(.staff__position):not(.staff__name_full_mobile) {
		display: none;
	}

	.staff .staff__name_full_mobile {
		display: block;
	}

	.staff .staff__name-info .staff__position {
		color: white;
	}

	.staff {
		margin-top: 0;
	}

	.staff .staff__video {
		display: flex;
		color: white;
		align-self: center;
		margin-bottom: 50px;
	}

	.staff .staff__video circle {
		fill: transparent;
	}

	.staff .staff__video svg {
		width: 44px;
		height: 44px;
	}

	.staff .staff__photo-block_container {
		width: 100vw;
		margin-left: -24px;
		position: relative;
		background: linear-gradient(0deg, #5B5B5B 0%, rgba(255, 255, 255, 0) 63.2%);
	}

	.staff .staff__name-info {
		width: calc(100% - 48px);
		margin: 0 24px;
		position: absolute;
		bottom: 20px;
		flex-direction: column-reverse;
		text-align: right;
	}

	.staff .staff__photo-block .staff__photo {
		width: 100%;
		height: calc(100vh - 54px);
		min-height: 300px;
		background-position: center top;
		z-index: -1;
	}

	.grid_photo {
		display: block;
	}

	.grid_photo .grid_photo__item {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}

	.sticky-page_v1 .likes .likes__counter span {
		margin-left: 16px;
	}

	.sticky-page_v1 .likes .likes__share span {
		margin-right: 16px;
	}

	.sticky-page_v1 .likes .likes__share a:not(:last-child) {
		margin-right: 16px;
	}

	.sticky-page_v1 .likes .likes__share {
		flex-wrap: wrap;
	}

	.sticky-page_v1 .back-and-listen {
		font-size: 18px;
		line-height: 24px;
	}

	.subscribe .subscribe__form input,
	.subscribe .subscribe__form button {
		width: 100%;
		margin-bottom: 16px;
		border-radius: 8px;
	}

	.equipment .equipment__info_container,
	.equipment .equipment__tags_container {
		justify-content: flex-start;
	}

	.equipment {
		text-align: left;
	}

	.equipment .equipment__image_mobile {
		height: auto;
		width: 100%;
		margin: 0 0 26px;
	}

	.price .price__value {
		display: none;
	}

	.price .price__value_mobile {
		display: block;
	}

	.personal .personal__photo {
		height: 340px;
	}

	.personal .personal__slider {
		margin: 60px -15px 100px;
	}

	.personal .slick-dots {
		bottom: -50px;
	}

	.process_mobile .process__video_card {
		width: calc(100% - 20px);
	}

	.process_mobile .h2 {
		margin-bottom: 50px;
	}

	.process_mobile {
		padding-top: 50px;
	}

	.process_mobile .process__video_card iframe {
		height: calc(100vw / 2);
	}

	.before-after .before-after__grid {
		width: auto;
		grid-template-columns: 1fr;
	}

	.question .question__container_input {
		flex-wrap: wrap;
	}

	.question .input.tel,
	.question .input.name {
		margin: 0;
	}

	.banner_picture {
		margin-top: 0;
		height: 200px;
	}

	.sticky-page_v1,
	.sticky-page_v2,
	.service-top,
	.cont_page,
	.not-found_page,
	.articles.container_l {
		margin-top: 50px;
	}

	.banner_picture+.sticky-page_v1,
	.banner_picture+.sticky-page_v2,
	.banner_picture+.service-top,
	.banner_picture+.cont_page {
		margin-top: 0px;
	}

	.ulfit .banner__name {
		font-size: 60px;
	}

	.text .show-more {
		display: block;
	}

	.text .text__block .text__container {
		max-height: 300px;
		overflow-y: hidden;
	}

	.video .video__container iframe {
		height: 150px;
	}

	header .header_mobile svg {
		width: 25px;
		height: 25px;
	}

	header .header_mobile,
	header .header_mobile .burger__header {
		height: 56px;
	}

	header .header_mobile .burger {
		width: 56px;
	}

	header .header_mobile .burger__content {
		top: 0px;
	}

	header .header_mobile .burger__links {
		/*height: calc(80vh - 194px);*/
	}

	footer .links__container:last-child .flex-wrap {
		max-height: unset;
	}

	footer .footer__info {
		background-size: auto 400px;
		background-position: bottom center;
		padding: 70px 0 400px;
	}

	footer .info__form input,
	footer .info__form button {
		margin-left: auto;
		margin-right: auto;
	}

	footer .info__form .h2 {
		color: #E25C56;
		padding-right: 140px;
	}

	.h2,
	.consultation .consultation__title {
		font: 900 28px/36px 'Playfair Display', serif;
	}

	.h3 {
		font: 900 24px/36px 'Playfair Display', serif;
	}

	.desctop_index_form {
		display: none;
	}

	.mobile_index_form {
		display: block;
	}

	.consultation .consultation__title {
		color: #1D1D1D;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 85px;
	}

	.consultation .subtitle1 {
		display: none;
	}

	.consultation .form_field {
		position: relative;
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}

	.consultation .consultation__form {
		padding-left: 0;
		background-color: transparent;
		height: auto;
		flex-direction: column;
		width: 100%;
	}

	.consultation .consultation__form input {
		border-radius: 8px;
		width: 100%;
		padding: 20px 16px 20px 63px;
	}

	.consultation .form_field:first-child input {
		background: #FFFFFF url(/local/templates/versua/style/../img/phone.svg) no-repeat 20px center;
	}

	.consultation .form_field:nth-child(2) input {
		background: #FFFFFF url(/local/templates/versua/style/../img/phone2.svg) no-repeat 20px center;
	}

	.consultation .consultation__form button {
		font-weight: 500;
		font-size: 20px;
		padding: 22px 40px;
		border-radius: 8px;
	}

	footer .priem {
		font-size: 36px;
		padding-left: 140px;
		line-height: 64px;
	}

	footer .info__form {
		text-align: center;
	}

	footer .info__text,
	footer .info__license {
		width: 100%;
	}

	footer .license__item,
	footer .license__item img {
		width: 140px;
	}

	footer .license__item p {
		font-weight: 500;
		font-size: 12px;
		line-height: 28px;
	}

	.img-left {
		float: none;
	}

	.stocks_mobile .stocks__image {
		height: 500px;
	}
	.main .articles .articles__item {
		height: 400px;
		max-width: none;
		margin: 0;
		border-radius: 0;
	}
}

@media screen and (max-width: 500px) {
	.custom-checkbox.body2 {
		font-size: 12px;
		padding-left: 24px;
	}

	.staff .question .question__container {
		margin: 0;
	}

	.staff .reviews iframe {
		margin: 0 -24px 16px -24px;
		width: calc(100% + 48px);
		height: calc(100vw / 1.7);
	}

	.staff .staff__skills {
		padding: 0 0 0 40px;
	}

	.staff .staff__skills a {
		font-size: 16px;
		line-height: 26px;
	}

	.sticky-page_v1 .before-after.before-after__slider .before-after__loupe {
		display: flex;
	}

	.sticky-page_v1 .review .service__review_images img {
		height: 200px;
		width: auto;
	}

	.sticky-page_v1 .personal .personal__photo {
		height: 360px;
	}

	.sticky-page_v1 .personal .article__personal_slider {
		margin: 40px -8px 120px;
	}

	.sticky-page_v1 .before-after__description,
	.sticky-page_v1 .author {
		padding: 40px 20px 50px;
	}

	.sticky-page_v1 .sources {
		padding-left: 18px;
	}

	.review .review__images img {
		width: 250px;
	}

	.review .review__name_block {
		margin-right: 28px;
	}

	.trust .trust__container {
		padding: 180px 0 0px;
	}

	.trust .trust__photo {
		height: 280px;
	}

	.trust .trust__name {
		text-align: center;
	}

	.personal .personal__photo {
		height: 360px;
		margin: 0;
		padding: 0 12px 14px 12px;
	}

	.personal .personal__slider {
		margin: 60px -8px 100px;
	}

	.personal .slick-slide {
		margin: 0 8px;
		width: 200px;
	}

	.personal .slick-slide.slick-active {
		width: 90vw;
	}

	.personal .slick-slide:not(.slick-active) {
		padding: 35px 0;
	}

	.personal .slick-slide:not(.slick-active) .personal__photo {
		height: 290px;
	}

	.h1,
	h1 {
		font: 900 30px/38px 'Playfair Display', serif;
		word-wrap: break-word
	}

	.h2,
	.content_scrolling h2,
	h2,
	.service_detail_page .sticky-page_v1 .content_scrolling h2 {
		font: 700 25px/35px 'Playfair Display', serif;
	}

	.h3,
	.content_scrolling h3,
	h3 {
		font: 700 23px/32px 'Playfair Display', serif;
	}

	.services .services__card {
		height: 400px;
	}
	

	.services .services__card .h3,
	.services .services__card .price-block p,
	.services .services__card .price-block a,
	.services .services__card .price-block div {
		margin: 0 12px 20px;
	}

	.video .video__container iframe {
		height: 250px;
		margin: 0 -24px 16px -24px;
		width: calc(100% + 48px);
	}

	.faq .faq__buttons {
		margin-top: 48px;
		flex-direction: column-reverse;
		text-align: center;
	}

	.faq .faq__link {
		margin: 0 0 10px;
		color: #1D1D1D;
	}

	.faq .faq__button,
	button.standart:active {
		border: 1px solid #E25C56;
		border-radius: 0;
		background-color: transparent;
		color: #E25C56;
	}
	.stocks_mobile .stocks__image {
		height: 400px;
	}
	.stocks_mobile .h2 {
    margin-bottom: 0px;
	}
}

@media screen and (max-width: 450px) {
	header .header_mobile .burger {
		margin-right: 18px;
	}

	header .header_mobile .callback__text {
		margin-right: 23px;
	}

	header .header_mobile .callback__place,
	header .header_mobile .callback__time {
		font-size: 10px;
		line-height: 14px;
	}

	.staff .staff__video {
		margin-bottom: 0;
	}

	.staff .staff__photo-block .staff__photo {
		height: calc(100vh - 99px);
	}

	.license-list a img,
	.license-list a {
		width: 100%;
		margin-right: 0;
	}

	.personal-list .personal__item {
		width: 100%;
	}

	.personal-list .personal__photo {
		height: calc(100vw / 0.8);
	}

	.grid_photo .grid_photo__item {
		height: 200px;
	}

	.equipment .equipment__info_container {
		justify-content: space-between;
	}

	.equipment .equipment__info:not(:last-child) {
		margin-right: 20px;
	}

	.consultation .consultation__form button {
		margin-top: 15px;
	}

	.consultation .consultation__container img {
		width: 100%;
		left: -35px;
	}

	.consultation .consultation__container .container_s {
		padding: 50px 0 560px;
	}

	.consultation .consultation__form span {
		align-self: flex-start;
		top: 5px;
	}

	.price {
		padding: 80px 0 20px;
	}

	.price .price__block {
		min-width: 100%;
	}

	.price .price__item {
		padding: 8px;
	}

	.question button {
		width: 100%;
	}

	.control-buttons {
		width: 100%;
		justify-content: space-between;
		border-radius: 0;
	}

	.scroll-top {
		bottom: 70px;
	}

	header .header_mobile .burger__content {
		width: 100%;
	}

	footer .license__item {
		margin: 0 3px;
	}

	footer .info__license {
		justify-content: space-around;
	}

	footer .info__form .h2 {
		padding-right: 0;
		text-align: left;
	}

	footer .priem {
		padding-left: 0;
		text-align: right;
	}

	footer .info__form input,
	footer .info__form button {
		width: 100%;
	}

	footer .info__form button {
		padding: 0;
	}
}

@media screen and (max-width: 400px) {
	.trust .trust__photo {
		height: 240px;
	}

	.video .video__container iframe {
		height: 220px;
	}
	.consultation .consultation__container .container_s {
		padding: 50px 0 450px;
	}
	.stocks_mobile .stocks__image {
		height: 320px;
	}
}

@media screen and (max-width: 349px) {
	header .header_mobile .burger {
		margin-right: 10px;
	}

	header .header_mobile .callback__text {
		margin-right: 10px;
	}

	.review .review__photo {
		width: 100px;
		height: 100px;
	}

	.trust .trust__photo {
		height: 200px;
	}

	.video .video__container iframe {
		height: 190px;
	}

	footer .info__socials span {
		display: none;
	}

	footer .info__socials a {
		display: block;
		margin: 5px 0;
	}

	footer .info__text>img {
		width: 230px;
	}
	.consultation .consultation__container .container_s {
		padding: 50px 0 400px;
	}
}

.full-header {
	height: 0;
	overflow: hidden;
}

.scrolling-header {
	height: 0;
	overflow: hidden;
}

.full-header.active {
	overflow: visible;
	position: relative;
	-webkit-animation: headerUpFull 0.3s both linear;
	animation: headerUpFull 0.3s both linear;
}

.scrolling-header.active {
	overflow: visible;
	position: relative;
	-webkit-animation: headerUpScroll 0.3s both linear;
	animation: headerUpScroll 0.3s both linear;

}


.question .question__container form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.question .question__container form .input.text-input {
	width: calc(50% - 18px);
}

.question .question__container form .input.checkbox-input {
	width: auto;
}

@media screen and (max-width: 600px) {
	.question .question__container form .input.text-input {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.soc-links {
		display: none !important;
	}
}

.personal_in_page {
	flex-wrap: wrap;
	display: flex;
}

.personal_in_page .personal__item {
	margin: 0 30px;
	width: calc(100% / 4 - 60px);
	margin-bottom: 30px;
}

.personal_in_page .personal__item .personal__photo {
	height: 400px;
	background-size: cover;
	position: relative;
}

.personal_in_page .personal__item .personal__photo .personal__photo_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

@media screen and (max-width: 1440px) {
	.personal_in_page .personal__item {
		margin: 0 30px;
		width: calc(100% / 3 - 60px);
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.personal_in_page .personal__item {
		margin: 0 15px;
		width: calc(100% / 3 - 30px);
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.personal_in_page .personal__item {
		margin: 0 30px;
		width: calc(100% / 2 - 60px);
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.personal_in_page .personal__item {
		margin: 0 15px;
		width: calc(100% / 2 - 30px);
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 450px) {
	.personal_in_page .personal__item {
		margin: 0 15px;
		width: calc(100% / 1 - 30px);
		margin-bottom: 15px;
	}
}

.before-after .before-after__item img {
	opacity: 0;
}

.before-after .before-after__item .before-after__loupe img {
	opacity: 1;
}

.before-after .before-after__item {
	background-size: cover;
}

.personal .personal__photo {
	background-size: cover;
}

.h1-stuff {
	margin-bottom: 40px;
}

.faq-in-page {
	padding: 0px;
	margin-top: 20px;
}

.services .services__card.without_image:before {
	background: #f7f7f7;
}

.services .services__card.without_image {
	height: auto;
	filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
	justify-content: start;
	flex-direction: column;
	justify-content: space-between;
}

.services .services__card.without_image .h3 {
	color: #1d1d1d;
	margin: 55px 20px 28px;
	z-index: 1;
}

.faq .accordeon__item.review-in-page-item .accordeon__title::after {
	display: none;
}

.accordeon__item.review-in-page-item .color_2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.review-con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accordeon__item.review-in-page-item {
	width: calc(50% - 20px);
}

.captchas {
	margin-top: 40px;
}

.captchas img {
	max-width: 50%;
	left: initial !important;
	right: 0px !important;
	top: 50% !important;
	transform: translateY(-50%);
}

.captchas input {
	margin-bottom: 0px !important;
	padding-left: 15px !important;
}

@media screen and (max-width: 500px) {
	.accordeon__item.review-in-page-item {
		width: 100%;
	}

}


.grid_photo .grid_photo__item.item1,
.grid_photo .grid_photo__item.item2,
.grid_photo .grid_photo__item.item4 {
	min-height: 320px
}

.grid_photo .grid_photo__item.item3 {
	min-height: 666px;
}

.grid_photo {
	grid-template-rows: repeat(3, min-content);
}

.content_section td {
	color: #343434;
	font: 400 16px/26px 'Gilroy';
	padding: 8px;
}

.content_section table {
	width: 100%;
	margin-top: 30px;
}

.content_section td p {
	margin-bottom: 0px;
}

.big-f-ul {
	list-style: disc;
	padding-left: 20px;
}

.big-f-ul li {
	margin-bottom: 5px !important;
}
a.underline {
	text-decoration: underline;
}
.modal .modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.service_page .table.columns_2 {
	margin: 50px 0 50px;
	width: 100%;
}

.service_page .table.columns_2 td {
	margin-bottom: 8px;
	padding: 8px 16px;
	height: 60px;
}

.service_page .table.columns_2 td:last-child,
.service_page .table.columns_2 th:last-child {
	text-align: right !important;
}

.service_page .table.columns_2 td,
.service_page .table.columns_2 th {
	vertical-align: middle;
	border: 0px;
}

.service_page .table.columns_2 td:first-child,
.service_page .table.columns_2 th:first-child {
	padding-right: 20px;
	font: 500 18px/28px 'Gilroy';
	color: #343434;
	width: 70%;
	background-color: transparent;
}

.service_page .table.columns_2 td:first-child *,
.service_page .table.columns_2 th:first-child * {
	padding-left: 0px;
	margin-bottom: 0px;
	font: 500 18px/28px 'Gilroy';
	color: #343434;
}

.service_page .table.columns_2 td:last-child,
.service_page .table.columns_2 th:last-child {
	font-size: 24px;
	line-height: 28px;
	margin-right: 4px;
	color: #e25c56;
	background-color: transparent;
	font-weight: normal;
}

.service_page .table.columns_2 td:last-child *,
.service_page .table.columns_2 th:last-child * {
	font-size: 24px;
	line-height: 28px;
	margin-right: 4px;
	color: #e25c56;
	background-color: transparent;
	font-weight: normal;
}

.service_page .table.columns_2 .price__value_mobile {
	display: none;
}

.service_page .table.columns_2 .price__old {
	margin: 0;
	color: #939393;
	text-decoration: line-through;
	position: relative;
	bottom: 3px;
}

.service_page .table.columns_2 tr:hover {
	background-color: #F7F7F7;
	border-radius: 8px;
}

.service_page .table.columns_2 tr:hover td:first-child,
.service_page .table.columns_2 tr:hover th:first-child {
	border-radius: 8px 0px 0px 8px;
}

.service_page .table.columns_2 tr:hover td:last-child,
.service_page .table.columns_2 tr:hover th:last-child {
	border-radius: 0px 8px 8px 0px;
}


@media screen and (max-width: 1240px) {
	.service_page .table.columns_2 td:first-child {
		font: 500 16px/26px 'Gilroy';
	}
}

@media screen and (max-width: 450px) {
	.service_page .table.columns_2 td {
		padding: 8px 0;
	}
}

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

.src_container button {
	width: 64px;
	height: 64px;
	border-radius: 8px;
}

.soc-links {
	position: absolute;
	top: 0px;
	left: 0px;
}

.soc-stick {
	position: absolute;
	top: 50%;
	left: -18px;
	transform: translate(-50%) rotate(-90deg);
	width: 270px;
}

.soc-links a {
	font-size: 16px;
	line-height: 28px;
	font-family: 'Gilroy';
	color: #1D1D1D;
	margin: 0px 16px;
}

.sticky-page_v1 .sticky__left {
	position: relative;
}

.soc-links.is_stuck {
	width: 240px;
	left: initial;
}

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

.top__socials a {
	display: block;
	margin: 0px 10px;
}

.show_in_mobile {
	display: none;
}

@media screen and (max-width: 600px) {
	.banner_picture {
		height: 350px;
	}

	.hide_in_mobile {
		display: none;
	}

	.service_page.service_detail_page .sticky-page_v1 {
		border-radius: 20px 20px 0px 0px;
	}

	.banner_picture+.service_page.service_detail_page {
		border-radius: 20px !important;
		margin-top: -15px;
		position: relative;
		background-color: white;
	}

	.banner_picture {
		height: 350px;
	}

	.show_in_mobile {
		display: block;
	}

	.banner_text {
		padding: 0px 24px 40px;
	}

	.banner_text+.service_detail_page .sticky-page_v1 {
		margin-top: 0px !important;
		padding-top: 0;
	}

	.banner_text {
		margin-top: 50px !important;
	}

	.banner_text a {
		display: block;
		margin-bottom: 12px;
		font-weight: bold;
		font-size: 12px;
		line-height: 26px;
		padding-left: 26px;
		position: relative;
		color: #1D1D1D;
	}

	.banner_text a:before {
		position: absolute;
		content: '';
		width: 24px;
		height: 24px;
		display: block;
		background-position: center center;
		background-repeat: no-repeat;
		top: 1px;
		left: 0px;
		background-image: url(/local/templates/versua/img/icons/back.svg);

	}

	.banner_picture .banner_text {
		margin-top: 0px !important;
		bottom: 15px;
		left: 0px;
		position: absolute;
	}

	.banner_picture {
		position: relative;
	}

	.article_detail .sticky__left .sticky-block {
		position: relative;
		margin-bottom: 40px;
	}

	.article_detail .sticky__left .sticky-block .sticky__item {
		width: calc(100% - 127px);
		white-space: initial;
		margin-bottom: 15px;
	}

	.article_detail .sticky__left .sticky-block .author_photo {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		margin-right: 0px;
		width: 127px;
		height: 127px;
	}

	.article_detail .sticky__left .sticky-block .sticky__item>p:first-child {
		font: 400 15px/26px 'Gilroy';
	}

	.banner_picture+.sticky-page_v1.article_detail .back-and-listen {
		top: -50px;
	}

	.article_page .sticky-page_v1.article_detail {
		padding-top: 0px;
	}

	.article_detail .h1 {
		margin-top: 70px;
		margin-bottom: 40px;
	}

	.banner_picture+.sticky-page_v1.article_detail .h1 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.sticky-page_v1.article_detail .back-and-listen {
		top: 20px;
	}

	.article_page .banner_picture {
		height: 200px;
	}
}

.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: #666;
	padding: 15px 0;
	font-size: 12px;
}

.messages_cookies-wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-right: 130px;
}

.messages_cookies-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto 0;
	display: block;
	height: 40px;
	width: 110px;

}

.messages_cookies a {
	color: #1D1D1D;
}

header .scrolling-header.active .header__search {
	max-width: 350px;
}

.staff .soc-stick .vesrua-text {
	font: 700 40px/54px 'Playfair Display', serif;
	color: #BDBDBD;
}

.staff .soc-stick .contained {
	top: 100px;
	left: -20px;
	position: sticky;
	margin-left: -35px;

}

.staff .soc-stick .dopcont {
	transform: translate(-50%, -50%) rotate(-90deg);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
}

.staff .soc-stick {
	position: static;
	width: 0px;
	transform: none;
	top: 0px;
	left: 0px;
}

.staff .soc-stick a {
	font-size: 16px;
	line-height: 28px;
	font-family: 'Gilroy';
	color: #1D1D1D;
	margin: 0px 16px;
}

@media screen and (max-height: 600px) {
	.staff .soc-stick .dopcont {
		justify-content: space-around;
	}
}

.hide_in_desctop {
	display: none;
}

@media (max-width: 1080px) {
	.content_scrolling .breadcrumbs {
		display: none;
	}

	.hide_in_desctop {
		display: block;
		margin-bottom: 20px;
	}

	.sticky-page_v1 .breadcrumbs {
		position: relative;
	}
}

.service_detail_page .sticky-page_v1 .content_scrolling h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.header_call_fixed img {
	width: 25px;
}
.header_call_fixed {
	margin-left: 5px;
	height: 62px;
	border-radius: 8px;
	padding: 15px;
}

@media screen and (max-width: 1499px) {
	.header_call_fixed {
		height: 54px;
	}
}

@media screen and (max-width: 1100px) {
	.header_call_fixed {
		height: 40px;
		padding: 10px;
	}
}

.lazy-bg {
	background-image: none !important;
}

/*========================================================================================*/
/*new header menu*/
header .new-header-dropdown-menu .menu_lvl2 {
	padding-top: 30px;
}

header .new-header-dropdown-menu .menu_lvl2>.tab-control.justify-between {
	justify-content: space-between;
}

header .new-header-dropdown-menu .menu_lvl3 {
	padding: 30px;
}

header .new-header-dropdown-menu .header-lvl4-submenu-items a {
	font-size: 16px;
	color: #6d6d6d;
	display: block;
}

header .new-header-dropdown-menu .header-lvl4-submenu-items a:hover {
	color: #e25c56;
}

header .new-header-dropdown-menu .header-lvl3-submenu-category {
	overflow-y: auto;
	max-height: 100%;
	margin-right: 20px;
	max-width: 25%;
}

header .new-header-dropdown-menu .lvl3__container {
	max-height: 660px;
	flex-wrap: nowrap;
}

header .new-header-dropdown-menu .menu_lvl3 .lvl3__container .btnmenu {
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

header .new-header-dropdown-menu .menu_lvl3 .lvl3__container .header-lvl4-submenu-items .btnmenu {
	margin-top: 0;
}

header .new-header-dropdown-menu .menu_lvl3 .lvl3__container .btnmenu {
	padding-right: 0;
}

header .new-header-dropdown-menu .tab-control.hover-tab {
	padding: 10px;
	width: 350px;
}

header .new-header-dropdown-menu .header-lvl3-submenu-category>a {
	text-decoration: underline;
}

/* Works on Firefox */
header .new-header-dropdown-menu .header-lvl3-submenu-category {
	scrollbar-width: thin;
	scrollbar-color: blue orange;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
header .new-header-dropdown-menu .header-lvl3-submenu-category {
	scrollbar-width: thin;
	scrollbar-color: #f3c3c4 #e0e0e0;
}

/* Chrome, Edge, and Safari */
header .new-header-dropdown-menu .header-lvl3-submenu-category::-webkit-scrollbar {
	width: 5px;
}

header .new-header-dropdown-menu .header-lvl3-submenu-category::-webkit-scrollbar:horizontal {
	height: 5px;
}

header .new-header-dropdown-menu .header-lvl3-submenu-category::-webkit-scrollbar-track,
header .new-header-dropdown-menu .header-lvl3-submenu-category::-webkit-scrollbar-track:horizontal {
	background: #e0e0e0;
	border-radius: 10px;
}

header .new-header-dropdown-menu .header-lvl3-submenu-category::-webkit-scrollbar-thumb,
header .new-header-dropdown-menu .header-lvl3-submenu-category::-webkit-scrollbar-thumb:horizontal {
	background-color: #f3c3c4;
	border-radius: 10px;
	border: 0px none #ffffff;
}

@media screen and (max-width: 1499px) {
	header .new-header-dropdown-menu .lvl3__container {
		max-height: 400px;
	}

	header .new-header-dropdown-menu .header-lvl4-submenu-items a.btnmenu {
		font-size: 16px;
	}

	header .new-header-dropdown-menu .tab-control.hover-tab {
		width: 300px;
	}

	header .new-header-dropdown-menu .lvl3__container .header-lvl4-submenu-items a.btnmenu {
		margin-top: 0px;
	}

	header .new-header-dropdown-menu .menu_lvl2 {
		padding-left: 10px;
	}

	header .new-header-dropdown-menu .menu_lvl3 .lvl3__container .header-lvl3-submenu-category>.btnmenu {
		font-size: 18px;
	}

	header .new-header-dropdown-menu .menu_lvl3 {
		padding: 20px;
	}
}

/*new header menu end*/
/*========================================================================================*/

/*========================================================================================*/
/*new services preview*/
.services .services__card {
	height: 290px;
}

.services .services__card .h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

.services.services-table .services__card {
	padding: 55px 20px 0;
}
.services.services-table .services__card .price-block {
	justify-content: space-between;
	align-items: baseline;
	pointer-events: auto;
}
.services.services-table .services__card .price-block p {
	background-color: transparent;
	color: #fff;
	margin: 0 0 16px;
	padding: 10px 0;
	text-align: left;
}
.services.services-table  .services__card .price-block .modal-open {
	padding: 5px 10px;
	background: #fff;
	color: #000;
	border-radius: 50px;
}

@media screen and (max-width: 1499px) {
	.services .services__grid {
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 20px;
	}
	.services.services-table .services__card .price-block {
		flex-direction: column;
		align-items: flex-end;
	}
	.services.services-table .services__card .price-block p {
		margin: 0;
	}
}

@media screen and (max-width: 1300px) {
	.services .services__grid {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 20px;
	}
	.services.services-table  .services__card .price-block {
		flex-direction: row;
		align-items: baseline;
	}
	.services.services-table  .services__card .price-block p {
		margin: 0 0 16px;
	}
}

@media screen and (max-width: 1000px) {
	.services .services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 800px) {
	.services .services__card .h3 {
		font-size: 20px;
		line-height: 20px;
	}
}

@media screen and (max-width: 650px) {
	.services .services__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.services.services-table .services__card .price-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.services.services-table .services__card .price-block p {
		margin: 0;
	}
	.services.services-table .services__card .price-block .modal-open {
		display: block;
    width: 100%;
    margin: 0 auto 28px;
    text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.services .services__card .h3 {
		font-size: 24px;
		line-height: 27px;
    margin: 0;
	}
}
@media screen and (max-width: 475px) {
	.services .services__card .price-block .subtitle2,
	.services .services__card .price-block .modal-open {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 374px) {
	.services .services__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*new services preview end*/
/*========================================================================================*/
@media screen and (max-width: 650px) {
	/*.service_detail_page .sticky-page_v1 .content_scrolling h2{
		font-size: 34px;
		line-height: 34px;
	}*/
}

@media screen and (max-width: 1024px) {
	.staff .soc-stick {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.staff {
		margin-top: 60px;
	}
}

.content_section>.horizontal-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}

.content_section>.horizontal-list>li {
	margin-right: 12px;
	background: #F7F7F7;
	border-radius: 20px;
	padding: 8px 16px;
	margin-bottom: 24px;
}

.content_section>.horizontal-list>li>a {
	color: #343434;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
}

.review-detail>.accordeon__item.review-in-page-item {
	width: calc(50% - 10px);
}

.review-detail>.accordeon__item.review-in-page-item .data-review {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 4px;
}

.review-detail>.accordeon__item.review-in-page-item .accordeon__title {
	margin-bottom: 40px;
}

.review-detail-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	box-orient: vertical;
}

.review-detail-text.active {
	overflow: unset;
	text-overflow: unset;
	display: unset;
	-moz-box-orient: unset;
	display: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	line-clamp: unset;
	box-orient: unset;
}

.review-detail-see-all {
	color: #343434;
	text-align: right;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	display: block;
}

.full_width {
	width: 100%;
}

.review .review__links.review__links-detail {
	margin-top: 50px;
}

.sticky-page_v1 .sticky__item .sticky__item_value.new-icon {
	color: #1D1D1D;
	padding-left: 34px;
	cursor: pointer;
	position: relative;
	text-wrap: wrap;
	background-repeat: no-repeat;
	background-size: 26px 100%;
	background-position: top left; 
}

.sticky-page_v1 .sticky__item .sticky__item_value-hint {
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: -22px;
	padding: 0 6px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .5px;
	border-radius: 7px;
	transition: .3s ease;
	background-color: rgba(226, 92, 86, .85);
	text-wrap: nowrap;
}
.sticky-page_v1 .sticky__item .sticky__item_value:hover .sticky__item_value-hint{
	opacity: 1;
}

.sticky-page_v1 .sticky__item .sticky__item_value.price-icon {
	background-image: url(/local/templates/versua/img/icons/price-icon2.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.duration-icon {
	background-image: url(/local/templates/versua/img/icons/duration-icon2.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.gender-icon {
	background-image: url(/local/templates/versua/img/icons/gender-icon.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.result-icon {
	background-image: url(/local/templates/versua/img/icons/result-icon.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.anesthesia-icon {
	background-image: url(/local/templates/versua/img/icons/anesthesia-icon2.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.rehabilitation-icon {
	background-image: url(/local/templates/versua/img/icons/rehabilitation-icon2.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.effect-icon {
	background-image: url(/local/templates/versua/img/icons/effect-icon2.svg);
}

.sticky-page_v1 .sticky__item .sticky__item_value.course-icon {
	background-image: url(/local/templates/versua/img/icons/course-icon2.svg);
}

.service_example_item {
	width: 402px;
	margin-right: 20px;
	border-radius: 8px;
    overflow: hidden;
}

.service_example_item__img {
	position: relative;
}

.service_example_item__img>img {
	width: 100%;
}

.service_example_item__img>span {
	position: absolute;
	top: 18.37px;
	left: 16px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #E25C56;
	background: url(/local/templates/versua/img/icons/time-icon.svg) #F3C3C4 no-repeat 18px 50%;
	padding-left: 50px;
	padding-right: 16px;
	padding-top: 2.7px;
	padding-bottom: 2.7px;
	font-weight: 700;
}

.service_example_item__info {
	background: #F7F7F7;
	padding: 20px 20px 30px;
	height: 100%;
}

.service_example_item__info-sect-name {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #828282;
	margin-bottom: 20px;
}

.service_example_item__info-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.service_example_item__info-bottom_arrow {
	margin: 0 10px;
	width: 20px;
	color: #E25C56;
}

.service_example_item__info-bottom-price {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #E25C56;

}

.service_example_item__info-bottom-name {
	color: #1D1D1D;
	font: 900 24px/120% 'Playfair Display', serif;
	margin-bottom: 10px;
}

.apparatus_example_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.apparatus_example_item {
	width: calc(50% - 10px);
	display: block;
	margin-bottom: 24px;
}

.apparatus_example_item__img {
	position: relative;
}

.apparatus_example_item__img>img {
	width: 100%;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
}

.apparatus_example_item__img>span {
	position: absolute;
	top: 22px;
	left: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #343434;
	background: url(/local/templates/versua/img/icons/time_bl_icon.svg) no-repeat 0px 50%;
	padding-left: 26px;
}

.apparatus_example_item__info-top {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.apparatus_example_item__info-top-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	width: 65%;
}

.apparatus_example_item__info-top-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #343434
}

.apparatus_example_item__info-bottom {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-top: 24px;
}

.photo_slider_detail__item {
	width: auto;
	height: 340px;
  overflow: hidden;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.photo_slider_detail__item>img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.order-button {
	display: none;
}

@media screen and (max-width: 600px) {
	.apparatus_example_item {
		width: 100%;
		margin-bottom: 24px;
	}

	.apparatus_example_list {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media screen and (max-width: 480px) {


	.service_example_item {
		width: min-content;
	}

	.photo_slider_detail__item {
		width: unset;
	}

	.service_example_item__info-bottom-name {
		font: 900 18px/120% 'Playfair Display', serif;
	}

	.service_example_item__info-bottom-price {
		font-size: 18px;
	}

	.photo_slider_detail .slick-dots li button {
		width: 10px;
		height: 10px;
		border: 2px solid #E25C56;
		border-radius: 20px;
	}

	.photo_slider_detail .slick-dots li.slick-active button:before {
		opacity: 1;
		background-color: #E25C56;
	}

	.photo_slider_detail .slick-dots li button:before {
		content: "";
		top: 4px;
		left: 4px;
		width: 6px;
		height: 6px;
		opacity: 0;
		background-color: #E25C56;
		border-radius: 20px;
	}

	.photo_slider_detail .slick-dots li {
		width: 14px;
		height: 14px;
		margin: 0 5px;
	}

	.photo_slider_detail .slick-slider .slick-list {
		position: relative;
	}

}

.phone_mobile_block {
	display: none;
}

@media screen and (max-width: 800px) {

	.header_mobile .callback_icon {
		display: none;
	}

	.phone_mobile_block {
		display: block;
		width: 50%;
		margin-right: 10px;
		margin-left: 10px;
	}

	.phone_mobile_block>a {
		font-size: 1.5em;
		text-decoration: underline;
	}

	header .header_mobile .callback__text {
		margin-right: 0;
		width: 50%;
	}
}

@media screen and (max-width: 540px) {
	.phone_mobile_block>a {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 496px) {
	.phone_mobile_block>a {
		font-size: 1em;
	}
}

@media screen and (max-width: 450px) {
	.order-button {
		width: 100%;
		position: fixed;
		display: flex;
		bottom: 55px;
		left: 0;
		background-color: #fff;
		border-radius: 8px 8px 0 0;
		justify-content: center;
		align-items: center;
		padding: 16px 0;
		z-index: 3;
		filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.12));
	}

	.order-button>.callback__button {
		padding: 10px 70px;
		border-radius: 8px;
	}

}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
}


/*Объезд старт*/
/*@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
header .full-header__top.warning_new{
	height: 60px;
}
.warning_new .marquee_wrapper {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
 
.warning_new  .marquee_wrapper .marquee {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 20s infinite linear;
    -moz-animation: scroll 20s infinite linear;
    animation: scroll 20s infinite linear;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	white-space: nowrap;
}

.detour_btn{
	background: #E25C56;
	border: 1px solid #F7F7F7;
	border-radius: 8px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 8px 25px;
}
.detour_btn_x{
	margin-left: 30px;
	cursor: pointer;
}
header .full-header__bottom{
	background-color: #fff;
}
.sticky-page_v1, .sticky-page_v2, .service-top, .cont_page, .articles.container_l {
	margin-top: 230px;
}
.articles.container_l.container_stuff{
	margin-top: 90px;
}
.banner_picture{
	margin-top: 273px;
}
.banner{
	padding-top: 233px;
}

@media screen and (max-width: 1000px){
	.sticky .warning_new {
		display: none;
	}
	.warning_new  .marquee_wrapper .marquee {
    	-webkit-animation: none;
    	-moz-animation: none;
    	animation: none;
		padding-left: 0;
		font-size: 15px;
		line-height: 20px;
		white-space:normal;
	}
	.warning_new .marquee_wrapper {
		overflow: unset;
	}
	.detour_btn_block{
		height: unset !important;
		display: flex;
	}
	.detour_btn{
		font-size: 15px;
		line-height: 20px;
	}
}

@media screen and (max-width: 500px){
	.warning_new  .marquee_wrapper .marquee {

		font-size: 12px;
		line-height: 16px;
	}
	.detour_btn{
		font-size: 12px;
		line-height: 16px;
		white-space:nowrap;
		padding: 6px 12px;
	}
	.detour_btn_block{
		margin-left: 20px;
	}
	.detour_btn_x{
		margin-left: 14px;
	}
	header .header_mobile .header_mobile_c{
		background-color: #fff;
	}

	.sticky-page_v1, .sticky-page_v2, .service-top, .cont_page, .articles.container_l {
		margin-top: 80px;
	}
	.main .header_mobile_c_b2{
		margin-right: -23px;
		background-color: #fff;
	}
	.main header .header_mobile .callback__text{
		padding-right: 10px;
	}
	.consultation .consultation__container img, .consultation .consultation__versua{
		display: none;
	}

	.consultation .consultation__container .container_s {
		padding: 50px 0 56px
	}
	.consultation .consultation__container{
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	}
	.consultation .consultation__form input {
		border: 1px solid rgba(0, 0, 0, 0.2);
	}
}*/
/*Объезд конец*/


.content_section>.horizontal-list.horizontal-list-hide {
	height: 132px;
	overflow: hidden;
	margin-bottom: 0px;
}

@media screen and (max-width: 500px) {
	.content_section>.horizontal-list>li {
		padding: 4px 8px;
		margin-bottom: 20px;
		border-radius: 15px;
	}

	.content_section>.horizontal-list>li>a {
		font-size: 12px;
		line-height: 25px;
	}

	.content_section>.horizontal-list {
		margin-bottom: 20px;
	}

	.content_section>.horizontal-list.horizontal-list-hide {
		height: 108px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 420px) {
	.content_section>.horizontal-list>li>a {
		font-size: 10px;
		line-height: 20px;
	}

}

.mobile_view,
.filter_hide {
	display: none !important;
}

.tags>a {
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 8px 16px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #121212;
	margin-right: 12px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
}

.tags>a:hover {
	border: 1px solid #E25C56;
	color: #E96761;
}

.tags>a:focus,
.tags>a:active,
.tags>a:target {
	background: #E96761;
	border: 1px solid #E25C56;
	color: #FCF4F0;
}

.tags_list {
	margin-bottom: 40px;
}

.article__search {
	margin-bottom: 30px;
}

.article__search input {
	padding: 20px 22px;
	border-radius: 8px 0 0 8px;
	border: none;
	height: 62px;

}

.article__search button {
	height: 62px;
	padding: 19px;
	border-radius: 0 8px 8px 0;
	border: none;
	background-color: #e25c56;
	color: white;
}

@media screen and (max-width: 1000px) {
	.mobile_view {
		display: block !important;
	}
}

.articles .tags_list.tags_list_hide {
	height: 54px;
	overflow: hidden;
	margin-bottom: 0px;
}

@media screen and (max-width: 500px) {
	.articles .tags_list.tags_list_hide {
		height: 108px;
		margin-bottom: 0px;
	}

	.sticky-block .tags.tags_list_hide {
		height: 54px;
		overflow: hidden;
		margin-bottom: 0px;
	}
}

.scrolling-header .bottom__menu {
	background: #fff;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 11%);
	height: 62px;
}

.scrolling-header .bottom__menu>.container_l ul.flex {
	align-items: center;
	height: 40px
}

.scrolling-header .bottom__menu .dropdown {
	height: 44px;
}

.price__block-text {
	border-left: 2px solid #1d1d1d;
	padding-left: 15px;
	line-height: 18px;
	margin-top: 20px;
}

.custom-checkbox a {
	z-index: 2;
}

.tab-list_scroll {
	display: none;
}

@media screen and (max-width: 500px) {
	.tab-list.flex {
		width: 90%;
		margin-right: 0px;
	}

	.services .services__grid {
		grid-template-columns: unset;
	}

	.tab-list_scroll {
		display: block;
		background: #E25C56;
		border-radius: 8px 8px 0px 0px;
		color: #fff;
		box-shadow: inset 0px -2px 0px #f7f7f7;
		padding: 26.5px 20px;
		margin: 0 2px;
		white-space: nowrap;
		cursor: pointer;
		right: 5px;
		position: absolute;
	}
}





.doc_plash {
	margin: 20px 0;
	display: flex;
	align-items: center;
	gap: 44px;
	background: #F7F7F7;
	border-radius: 24px;
	padding: 24px;
}

.doc_plash__photo {
	position: relative;
}

.doc_plash__rating {
	background: #333333;
	border-radius: 8px;
	display: flex;
	padding: 4px 8px;
	gap: 4px;
	position: absolute;
	cursor: pointer;
	transition: .3s ease-in-out;
}

.doc_plash__rating svg {
	min-width: 16px;
	position: relative;
	top: 2px;
}

.doc_plash__rating span {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
}


.doc_plash__rating a {
	max-width: 0;
	height: 0;
	overflow: hidden;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #BDBDBD;
	transition: max-width .3s ease-in-out;
	white-space: nowrap;
}

.doc_plash__photo:hover .doc_plash__rating a {
	max-width: 100%;
	height: auto;
}

.doc_plash__photo .doc_plash__rating {
	width: 60px;
	transition: width .3s ease-in-out;
}

.doc_plash__photo:hover .doc_plash__rating {
	width: 178px;
}




.doc_plash__infoblock {}

.doc_plash__title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	font-feature-settings: 'liga' off;
	color: #1D1D1D;
	padding-bottom: 24px;
}

.doc_plash__name {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	font-feature-settings: 'liga' off;
	color: #1D1D1D;
	padding-bottom: 16px;
}

.doc_plash__desc {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #939393;
	padding-bottom: 4px;
}

.doc_plash__stage {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #E96761;
}

.doc_plash__consult {
	background: #E25C56;
	border-radius: 8px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 24px;
	color: #fff;
	margin-top: 16px;
	cursor: pointer;

}

.doc_plash__title_mobile {
	display: none;
}

.doc_plash__doljnost {
	display: none;
}

@media(max-width: 768px) {
	.doc_plash {
		flex-direction: column;
		padding: 24px 30px;
		align-items: flex-start;
		margin: 20px auto;
		gap: 24px;
	}

	.doc_plash__title {
		display: none;
	}

	.doc_plash__title_mobile {
		display: block;
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 130%;
		font-feature-settings: 'liga' off;
		color: #1D1D1D;
	}

	.doc_plash__doljnost {
		display: block;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		align-items: flex-end;
		font-feature-settings: 'liga' off;
		color: #939393;
	}

	.doc_plash__desc {
		display: none;
	}

}

.reviews__form input,
.faq__form input {
	border-radius: 8px 0 0 8px;
	border: none;
	height: 62px;
	padding: 8px 0px 8px 32px;
}

.reviews__form button,
.faq__form button {
	height: 62px;
	padding: 19px;
	border-radius: 0 8px 8px 0;
}

.reviews__form input:focus,
.reviews__form button:focus,
.faq__form input:focus,
.faq__form button:focus {
	outline: none;
}

@media screen and (max-width: 600px) {
	.reviews__form input::placeholder {
		color: transparent;
	}
}


.faq__text {
	font-size: 16px;
	line-height: 26px;
	color: #343434;
	margin-bottom: 40px;
	display: block;
}

.faq__cards.faq .accordeon,
.faq__cards.faq .accondeon__hidden {
	padding: 0;
}

.faq__cards .accordeon__item {
	background: #FFFFFF;
	border-radius: 24px;
	margin-bottom: 24px;
}

.accordeon__spec {
	font-size: 14px;
	line-height: 24px;
	color: #939393;
	align-items: center;
	display: flex;
	margin-bottom: 16px;
}

.accordeon__spec>img {
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.accordeon__spec>span {
	border-radius: 50%;
	font-size: 14px;
	line-height: 24px;
	color: #1D1D1D;
}

.accordeon__section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex-wrap: nowrap;
}

.accordeon__section-icon {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: url(/local/templates/versua/img/icons/vector.svg) #F7F7F7 no-repeat 50% 50%;
	margin-right: 12px;
}

.faq.faq__cards .accordeon__title::after {
	top: -34px
}

.sticky-page_v2-reviews .sticky__left,
.sticky-page_v2-faq .sticky__left {
	margin-right: 54px;
	width: 260px;
}

.sticky-page_v2-reviews .content_scrolling,
.sticky-page_v2-faq .content_scrolling {
	width: calc((100% - 310px) - 314px);
}

.sticky-page_v2-reviews .sticky__left .sticky-block,
.sticky-page_v2-faq .sticky__left .sticky-block {
	padding: 24px;
	border-radius: 24px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: #1D1D1D;
}

.sticky-block__list {
	margin-top: 40px;
}
.sticky-block__list>li{
	margin-bottom: 5px;
}
.sticky-block__list>li>a {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #343434;
}


.sticky-page_v2.sticky-page_v2-reviews .sticky__right,
.sticky-page_v2.sticky-page_v2-faq .sticky__right {
	margin-left: 50px;
	width: 260px;
}

.sticky-page_v2.sticky-page_v2-reviews  .sticky__right .sticky-block,
.sticky-page_v2.sticky-page_v2-faq .sticky__right .sticky-block {
	padding: 24px;
	border-radius: 24px;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #1D1D1D;
}

.sticky__right-reply {
	margin-bottom: 20px;
}

.sticky__right-reply>span {
	font-size: 16px;
	display: block;
}

.sticky__right-reply_img {
	position: relative;
	margin-top: 24px;
	margin-bottom: 20px;
}

.sticky__right-reply_img>img {
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.sticky__right-reply_rating {
	padding: 4px 8px;
	padding-left: 27px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #828282;
	z-index: 1;
	position: absolute;
	background: url(/local/templates/versua/img/icons/Star.svg) #333333 no-repeat 8px 50%;
}

.sticky__right-reply_post {
	margin-top: 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #939393;
}

.faq-in-page.faq__cards .accordeon__likes>button {
	width: 48px;
	height: 44px;
	padding: 0;
}

.accordeon__likes_plus {

	padding: 0;
	background: url(/local/templates/versua/img/icons/like.svg) no-repeat 50% 50%;
	border: 1px solid #4F4F4F;
	border-radius: 8px 0px 0px 8px !important;
}
.accordeon__likes_plus.vs-likeit-active {
	background: url(/local/templates/versua/img/icons/like_active.svg) no-repeat 50% 50%;
}
.accordeon__likes_minus {
	padding: 0;
	/*background: url(/local/templates/versua/img/icons/dislike.svg) no-repeat 50% 50%;*/
	border: 1px solid #4F4F4F;
	border-radius: 0px 8px 8px 0px !important;
	border-left: none;
	background: #fff;
	margin-left: 47px;
    display: block;
    width: 48px;
    height: 44px;
    margin-top: -1px;
	font-weight: 700;
	font-size: 14px;
	color: #333333;
	line-height: 44px;
}

@media(max-width: 1024px) {

	.sticky-page_v2-reviews .sticky__right,
	.sticky-page_v2-reviews .sticky__left,
	.sticky-page_v2-faq .sticky__right,
	.sticky-page_v2-faq .sticky__left {
		display: none;
	}

	.sticky-page_v2-reviews .content_scrolling,
	.sticky-page_v2-faq .content_scrolling {
		width: 100%;
	}
}
.form-answers .question .input input, .question textarea{
	background: #F7F7F7;
}
/* .question .input.name,  .question .input.tel{
	width: calc(50% - 20px);
	display: inline-block;
} */

.nowrap {
	white-space: nowrap;
}

.promotion {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 14px;
}

.promotion .promotion__photo {
	position: relative;
}

.promotion .promotion__photo img{
	max-width: 100%;
	border-radius: 12px;
}

.promotion .promotion__photo::after {
	content: 'Акция';
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 4px 8px;
	font-family: 'Gilroy';
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #F7F7F7;
	background: #333333;
	border-radius: 8px;
}

.promotion .promotion__title{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 10px;
	font-family: 'Gilroy';
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #1D1D1D;
	text-wrap: wrap;
}
.promotion .promotion__title::after{
	content: '';
	position: absolute;
	top: -260px;
	left: 0;
	width: 105%;
	height: 350px;
}
.promotion .promotion__title::before{
	content: url(/local/templates/versua/img/icons/arrow_right.svg);
	position: absolute;
	right: -8px;
	width: 24px;
	height: 24px;
}

.promotion .promotion__desc {
	font-family: 'Gilroy';
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #939393;
	text-wrap: wrap;
}

.promotion-on-mobile {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 20px auto;
	flex-wrap: wrap;
}

.promotion-on-mobile .sticky__item__promotion {
	display: none;
	margin: 20px;
	align-items: center;
}

.promotion-on-mobile .promotion .promotion__info,
.promotion-on-mobile .promotion .promotion__photo img{
	width: 300px;
	max-width: 100%;
}

@media screen and (min-width: 1241px) {
	.promotion-on-mobile .sticky__item__promotion {
		display: none;
	}
}
@media screen and (max-width: 1240px) {
	.article_page .sticky-page_v1 .sticky__item__promotion,
	.service_page .sticky-page_v1 .sticky__item__promotion {
		display: none;
	}
	.article_page .sticky-page_v1 .promotion-on-mobile .sticky__item__promotion,
	.service_page .sticky-page_v1 .promotion-on-mobile .sticky__item__promotion {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	.promotion-on-mobile {
		flex-direction: column;
	}
	.promotion-on-mobile .sticky__item__promotion,
	.promotion-on-mobile .sticky__item__promotion {
		margin: 20px 0;
	}
}

.price__text-under {
	margin-top: 30px;
	width: 95%;
}

.price__text-under p,
.price__text-under li {
	text-align: justify;
	overflow-wrap: break-word;
}

/*------------- START hidden-kostil In SERVICE PAGE ------------- */
.hidden-kostil {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 250px;
}
.hidden-kostil:after{
	content: 'лица и тела на аппарате\AScarlet в Москве';
	position: absolute;
	white-space: pre-wrap;
	top: -265px;
	color: #1d1d1d;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
}
@media screen and (max-width: 1240px) {
	.hidden-kostil {
		margin-top: 190px;
	}
	.hidden-kostil:after{
		font-size: 54px;
		line-height: 70px;
		top: -200px;
	}
}
@media screen and (max-width: 800px) {
	.hidden-kostil {
		margin-top: 170px;
	}
	.hidden-kostil:after{
		font-size: 48px;
		line-height: 54px;
		top: -170px;
	}
}
@media screen and (max-width: 600px) {
	.hidden-kostil {
		margin-top: 0;
	}
	.hidden-kostil:after {
		font-size: 34px;
		line-height: 36px;
    top: -180px;
	}
}

@media screen and (max-width: 505px) {
	.hidden-kostil:after {
    top: -200px;
	}
}

@media screen and (max-width: 500px) {
	.hidden-kostil:after {
		font-size: 30px;
		line-height: 32px;
		word-wrap: break-word;
		top: -208px;
	}
}

@media screen and (max-width: 376px) {
	.hidden-kostil:after {
		content: 'лица и тела на аппарате Scarlet в Москве';
		font-size: 30px;
		line-height: 28px;
    top: -213px;
	}
}

@media screen and (max-width: 355px) {
	.hidden-kostil:after {
    top: -238px;
	}
}
/*------------- END hidden-kostil In SERVICE PAGE ------------- */

.search-page .header__search {
	display: none;
	margin-bottom: 20px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.search-page .header__search {
    display: block;
	}
}

/*------------- START fake-tags In SERVICE PAGE ------------- */
.fake-tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fake-tags > * {
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
	margin: 0 10px 20px 0;
	padding: 10px 15px;
	background-color:  #f3c3c4;
}

.fake-tags p,
.fake-tags ul {
	padding: 10px 30px;
	margin-bottom: 0;
}

.fake-tags li,
.fake-tags p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}
/*------------- END fake-tags In SERVICE PAGE ------------- */

/*------------- START NEW REVIEW PAGE ------------- */
.reviews-sticky-right .sticky-block__text {
	color: #343434;
	font-family: Gilroy;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 24px;
}

.reviews-sticky-left .sticky-block__list li {
	margin-bottom: 16px;
	transition: .3s ease;
}

.reviews-sticky-left .sticky-block__list li a {
	color: #939393;
	font-family: Gilroy;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.reviews-sticky-left .sticky-block__list li:hover {
	color: #343434;
}

.reviews-in-page {
	padding: 0px;
  margin-top: 20px;
}

.reviews__cards .accordeon{
	padding: 0;
}

.reviews__cards .accordeon__item {
	background: #FFFFFF;
	border-radius: 24px;
	margin-bottom: 24px;
	padding: 36px 31px;
	cursor: pointer;
}

.reviews__cards .accordeon__section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex-wrap: nowrap;
}
.reviews__cards .accordeon__title {
	padding-right: 100px;
	position: relative;
}

.reviews__cards .accordeon__likes>button {
	width: 48px;
	height: 44px;
	padding: 0;
}


.reviews__cards .accordeon__header {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 8px;
}

.reviews__cards .accordeon__source {
	display: inline-block;
	padding: 12px;
	border-radius: 12px;
	background: #F7F7F7;
	width: 48px;
	height: 48px;
}

.reviews__cards .accordeon__source img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.reviews__cards .accordeon__info p,
.reviews__cards .accordeon__services > * {
	display: inline-block;
	margin-right: 12px;
}

.reviews__cards .accordeon__services_link,
.reviews__cards .accordeon__author-name,
.reviews__cards .accordeon__date,
.reviews__cards .accordeon_desc {
	color: #343434;
	font-family: Gilroy;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.reviews__cards .accordeon_desc {
	color: #939393;
	display: inline-block;
}

.reviews__cards .accordeon__author-name {
	font-weight: 500;
}

.reviews__cards .accordeon__services_link {
	font-weight: 500;
	color: #E96761;
	text-decoration-line: underline;
}

.reviews__cards .accordeon__doctors {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.reviews__cards .accordeon__doctor {
	position: relative;
	display: inline-block;
}
.reviews__cards .accordeon__doctor span {
	position: absolute;
	bottom: -115%;
  right: 0;
	background-color: rgba(51, 51, 51, .7);
	padding: 5px;
	border-radius: 8px;
	color: #F7F7F7;
  text-align: center;
  font-size: 12px;
	opacity: 0;
	transition: .3s ease-in-out;
}
.reviews__cards .accordeon__doctor:hover span {
	opacity: 1;
}

.reviews__cards .accordeon__doctor img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
	overflow: hidden;
}

.reviews__cards .accordeon__pictures {
	height: auto;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.reviews__cards .accordeon__picture {
	position: relative;
	background: #F7F7F7;
	flex-basis: 50%;
	border-radius: 16px;
	height: 100%;
	overflow: hidden;
	align-self: stretch;
}

.reviews__cards .accordeon__picture img {
	position: relative;
	width: 100%;
	object-fit: contain;
}
.reviews__cards .accordeon__picture_empty:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #F7F7F7;
}

.reviews__cards .accordeon__picture span {
	display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background-color: #333;
  padding: 4px 8px;
  color: #F7F7F7;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
	z-index: 1
}

.accordeon__likes_desc {
	color: #343434;
	font-family: Gilroy;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 5px;
}


.reviews-widget {
	min-width: 200px;
	height: 126px;
	overflow: hidden;
	margin-top: 30px;
	padding: 6px;
	transition: .3s ease-in-out;
}

.reviews-widget:hover {
	transform: translateY(-10px);
}

.reviews-widget iframe {
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
}


.reviews-yandex {
	margin-bottom: 24px;
}
.reviews-yandex__wrap {
	position: relative;
	height: 600px;
	overflow:hidden;
	max-width: 100%;
	border-radius: 24px;
  padding: 36px 31px;
	background-color: #fff;
}
.reviews-yandex__wrap iframe {
	width:100%;
	max-width: 760px;
	height:100%;
	border: none;
	box-sizing:border-box;
	display: block;
	margin: 0 auto;
}
.reviews-yandex__wrap iframe .badge {
	padding: 0 !important;
	width: 212px !important;
}
.reviews-yandex__wrap a {
	box-sizing:border-box;
	text-decoration:none;
	color:#343434;
	font-size:16px;
	position:absolute;
	left: 0;
	width:100%;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	white-space:nowrap;
	box-sizing:border-box;
}

.reviews-sticky-left .sticky-block__list li a {
	transition: .3s ease;
}

.reviews-sticky-left .sticky-block__list li a span {
	display: inline-block;
  margin-left: 5px;
	padding: 4px 6px;
	border-radius: 6px;
	background:#E25C56;
	color: #FFF;
	text-align: center;
	font-family: Gilroy;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2; 
}

.reviews-sticky-left .sticky-block__list li:hover a {
	color: #343434;
}

.sticky-page_v2-reviews .sticky__left {
	width: 320px;
}

.reviews__form_wrap {
	padding: 40px;
	border-radius: 42px;
	background: #FFF;
}

.reviews__form input {
	background: #F7F7F7;
	font-size: 16px;
}

.search-result-message {
	color:#343434;
	font-size: 16px;
	line-height: 26px;
	margin: 40px 0;
}

.search-result-message a{
	color: #E25C56;
	text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
	.reviews__cards .accordeon__pictures {
		flex-wrap: wrap;
	}
	.reviews__cards .accordeon__picture {
		flex-basis: 100%;
	}
	.reviews__cards .accordeon__picture_empty {
		display: none;
	}
}
/*------------- END NEW REVIEW PAGE ------------- */

header .header__callback button.call-btn-with-action {
	border: none;
	margin-left: 5px;
	padding: 15px;
}

.callback_icon-with-action {
	display: none;
}

@media screen and (max-width: 1100px) {
	header .header__callback button.call-btn-with-action {
		padding: 10px;
	}
}

.sticky-page_v2.about-page {
	margin-top: 0;
}

.before-after__image {
	width: 100%;
	height: 260px;
}

@media screen and (max-width: 768px) {
	.before-after__image {
		height: 400px;
	}
}

.uplink__arrow {
	top: 40%;
}
.uplink__arrow:nth-of-type(2) {
	top: 50%;
}

.uplink.is_show {
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.uplink {
		display: none !important;
	}
}


/* Подарочная карта банер и страница */
.gift-card.gift-card_home {
	margin-top: 0 !important;
	overflow: hidden;
}

.gift-card.gray {
	background: linear-gradient(180deg, #F3F4F6 0%, #F1F2F4 100%);
	margin-top: 160px;
}

.gift-card .banner {
	width: 100%;
	padding-top: 0;
	position: relative;
}
/*
.gift-card .banner:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-image: url(/local/templates/versua/img/gift-card/banner_balls.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 230px;
}
.gift-card__banner__image-left {
	background-image: url(/local/templates/versua/img/gift-card/banner_santa.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 60%;
	position: absolute;
  left: 0;
  bottom: 0;
	pointer-events: none;
}
*/
.gift-card .banner_picture {
	position: relative;
	background-image: url(/local/templates/versua/img/gift-card/gift-card.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 700px;
	margin-top: 0;
}

.gift-card__banner__content {
	padding-top: 160px;
	padding-right: 20%;
	text-align: left;
}

.gift-card__banner__content .banner__clinic {
	padding-left: 0 !important;
}
.gift-card__banner__content .banner__button {
	margin: 30px 0;
}

.gift-card__content {
	margin: 70px 0;
}
.gift-card__content h1,
.gift-card__content h2 {
	text-align: center;
}
.gift-card__content p {
	text-align: justify;
}
.gift-card__content ul {
	margin: 20px 0 20px 10px;
}
.gift-card__content ul li {
	margin-bottom: 10px;
}

.gift-card__content_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gift-card p {
	font: 400 18px/28px 'Gilroy';
}

.gift-card__text_wrap {
	padding: 0 40px;
	flex: 1 1 50%;
}
.gift-card__content_block:nth-child(even) .gift-card__image_wrap {
	order: 1;
}
.gift-card__content_block:nth-child(even) .gift-card__text_title {
	text-align: right;
}
.gift-card__text_title {
	font: 400 26px/32px 'Gilroy' !important;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.gift-card__image_wrap {
	flex: 1 0 50%;
	text-align: center;
}
.gift-card__image_wrap img {
	max-width: 100%;
}

.gift-card__button {
  display: block;
  border-radius: 8px;
  margin: 40px auto;
	padding: 16px 40px;
	font: 500 20px/30px 'Gilroy';
}

@media screen and (min-width: 1800px) {
	.gift-card__banner__content {
		padding-right: 0%;
	}
}
@media screen and (max-width: 1200px) {
	.gift-card__banner__content {
		padding-top: 180px;
		padding-right: 30%;
	}
}

@media screen and (max-width: 1000px) {
	.gift-card.gray {
		margin-top: 60px;
	}
	.gift-card .banner_picture {
		height: 400px;
	}
	.gift-card__banner__content {
		padding-top: 80px;
	}

	.gift-card__text_wrap {
    padding: 20px;
	}
}

@media screen and (max-width: 700px) {
	.gift-card.gift-card__page .gift-card__banner__content {
		padding-top: 100px;
	}
}
@media screen and (max-width: 600px) {
	.gift-card__content_block {
		display: block;
	}
	.gift-card__text_wrap {
    padding: 20px 0;
	}
	.gift-card__banner__content {
		padding-right: 40%;
	}
	.gift-card__banner__content p {
		line-height: 1.05em !important;
	}

	.gift-card__banner__content .banner__button {
		font-size: 14px !important;
    padding: 10px 20px !important;
	}

	.gift-card.gift-card__page .gift-card__banner__content {
		padding-top: 20px;
	}
	.gift-card__banner__content .banner__versua,
	.gift-card__banner__content .banner__clinic {
		text-align: left !important;
	}
	
	.gift-card .banner__button {
		left: 0;
	}
}

@media screen and (max-width: 425px) {
	.gift-card__banner__content {
		padding-right: 20%;
	}
}


/* Блок прайсов на главной с дропами*/
.price-main .price__block {
  position: relative;
  cursor: pointer;
  padding-top: 20px;
	margin-bottom: 20px;
}

.price-main .price__block_content {
  position: absolute;
  top: 112px;
  pointer-events: none;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  padding: 0 30px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
}
.price-main .price__item {
  border-bottom: 1px solid #e25c56;
}
.price-main .price__item:hover .price__value {
  display: none;
}

.price-main .price__link {
  padding: 0 16px;
  margin-top: 20px;
  width: 100%;
  text-align: right;
}
.price-main .price__block_title {
  position: relative;
  pointer-events: none;
  padding: 0 30px;
	margin-bottom: 40px;
}
.price-main .price__block_title:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url(/local/templates/versua/img/icons/arrow_black.svg) 0 0 no-repeat;
  transform: rotate(180deg) scale(1.5);
  transition: .4s ease;
}
.price-main .price__block.__open .price__block_title:after{
  transform: rotate(0deg) scale(1.5);
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.price-main .price__block.__open .price__block_content {
  opacity: 1;
  pointer-events: auto;
  transform-origin: top center;
  animation: growDown .4s ease-in-out forwards;
}
@media screen and (max-width: 1000px) {
  .price-main .price__container {
    flex-wrap: wrap;
		overflow: visible;
    padding-bottom: 0;
  }
  .price-main .price__block_content {
    top: 90px;
  }
  .price-main .price__block_title:after {
    top: 5px;
  }
	.price-main .price__value {
    font-size: 20px;
	}
}

/* 
// Временное расписание в шапке

.tmp-block__schedule_mobile,
.tmp-block__schedule {
	background-color: #e25c56;
	color: white;
	padding: 10px 19px;
	font: 400 12px/16px 'Gilroy';
	text-align: center;
	letter-spacing: 0.5px;
}
.tmp-block__schedule p:nth-child(3),
.tmp-block__schedule p:nth-child(4) {
	display: none;
}

.tmp-block__schedule {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tmp-block__schedule_mobile {
	display: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: right;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 1100px) and (min-width: 1000px) {
	.tmp-block__schedule p:nth-child(2) {
		display: none;
	}
	.tmp-block__schedule p:nth-child(3),
	.tmp-block__schedule p:nth-child(4) {
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.tmp-block__schedule {
		display: none;
	}
	.tmp-block__schedule_mobile {
		display: block;
	}
}
@media screen and (max-width: 550px) {
	.tmp-block__schedule_mobile {
		padding: 10px;
	}
}
*/

.question.bg-color_4 textarea {
	background-color: #fff;
	font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.articles.container_stuff {
	padding: 0 0 150px;
}

/*
.icon_size_1 {
	width: 80px !important;
	height: 80px !important;
}

.icon_location_3 {
	top: 68px;
  right: 5px;
	left: auto;
	bottom: auto !important;
	left: auto !important;
}*/


.not-found_page {
	text-align: center;
	margin-bottom: 200px;
}
.not-found_page img {
	max-width: 100%;
}
.not-found_page nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 2%;
	flex-wrap: wrap;
}
.not-found_page a {
	flex-basis: 22%;
	display: block;
	border-radius: 8px;
	border: 1px solid #e25c56;
	background-color: #fff;
  color: #e25c56;
	font: 500 18px / 20px 'Gilroy';
	padding: 15px;
	margin: 10px 0;
	transition: .3s ease-in-out;
}
.not-found_page .link:hover {
	background-color: #e25c56;
	color: #fff;
}
.not-found_page .button {
	background-color: #e25c56;
	color: #fff;
}
.not-found_page .button:hover {
	background-color: #fff;
  color: #e25c56;
}
.not-found_page p {
	margin: 50px 0 30px;
}
@media screen and (max-width: 1000px) {
	.not-found_page a {
		flex-basis: 48%;
	}
}

.article__section .price .price__old {
	width: 100%;
	text-align: right;
	font-size: 24px;
}

.article__section .price .price__text_container {
	flex-wrap: wrap;
}

.product-item-detail-tab-content h3 {
	font: 700 32px / 36px 'Playfair Display', serif;
	margin: 1.3em 0 1em;
}

.product-item-detail-tab {
	background-color: #f7f7f7;
	color: #e25c56;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font: 500 14px / 20px 'Gilroy';
	transition: .3s ease-in-out;
}
.product-item-detail-tab a {
	color: #e25c56; 

}
.product-item-detail-tab.active {
	background-color: #e25c56;
	color: #fff;
	border-color: #fff;
}
.product-item-detail-tabs-list {
	margin-top: 30px;
}
.product-item-detail-tabs-container {
	border-bottom: none;
	box-shadow: 0px 2px 0px rgb(0 0 0 / 11%);
}

.product-item-detail-slider-image img {
	border-radius: 16px;
	overflow: hidden;
}


.modal-child {
	overflow-y: auto;
	border-radius: 16px;
}


.bx-no-touch .product-item-container.hover .product-item-image-original {
	opacity: 0;
	transition: .2s ease;
}
.bx-no-touch .product-item-container.hover .product-item-image-alternative {
	opacity: 0;
	animation: fadeInImg .4s ease-in both;
}

.certificates-catalog .product-item-image-wrapper {
	overflow: hidden;
}

@keyframes fadeInImg {
	from {
		transform: scale(1.2);
		opacity: .8;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
/* End */


/* Start:/local/templates/versua/style/banner.css?170247931514924*/
.banner {
	background: linear-gradient(180deg, #F3F4F6 0%, #F1F2F4 100%);
	padding-top: 212px;
}

.banner .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.banner .banner__slide {
	position: relative;
	height: 670px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.banner .banner__slide .banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.banner .banner__slide .banner__gradient {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 100%;
	background: linear-gradient(75deg, #F1F2F4 95%, rgba(218, 221, 226, 0) 100%);
	filter: blur(5px);
}

.banner .banner__content {
	position: relative;
	height: 600px;
	padding-top: 90px;
}

.banner .banner__overtext {
	position: absolute;
  top: 20px;
	display: block;
	margin-bottom: 25px;
	color: #828282;
  font: 400 italic 24px/48px 'Playfair Display', serif;
  pointer-events: none;
}

.banner .banner__versua {
	position: relative;
	font-size: 58px;
	line-height: 64px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
  pointer-events: none;
}

.banner .banner__versua::before {
	content: "";
	display: block;
	position: absolute;
	width: 85px;
	height: 2px;
	background-color: #E25C56;
	top: 50%;
	left: -105px;
}

.banner .banner__clinic {
	position: relative;
	padding-left: 200px;
	font-size: 60px;
	line-height: 64px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
  pointer-events: none;
	z-index: 1;
	color: #F3C3C4;
	background: #F3C3C4;
	background: linear-gradient(to right, #F3C3C4 0%, #F3C3C4 50%, #E25C56 80%, #E25C56 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner .banner__description {
	font-size: 29px;
	line-height: 42px;
	margin: 20px 0;
  pointer-events: none;
	width: 80%;
}

.banner .banner__undertext {
	max-width: 500px;
}

.banner .banner__button {
	display: inline-block;
	padding: 16px 70px;
	border-radius: 8px;
}

.banner .banner__link {
	display: inline-block;
	margin-left: 10px;
	padding: 16px 40px;
}

.banner .banner__slide-mobile_alias {
	position: absolute;
	bottom: 70px;
	left: 10%;
}

.banner .banner__slide-mobile_alias .banner__button {
	text-align: center;
	font-weight: 500;
  font-size: 14px;
  padding: 20px 30px;
  border-radius: 8px;
}
.banner .banner__slide-buttons,
.banner .banner__slide-mobile_alias {
	display: none;
}

.banner .banner__slide-buttons .standart {
	font-weight: 500;
	font-size: 14px;
	padding: 15px 30px;
	border-radius: 8px;
	display: inline-block;
}

.banner .banner__slide-buttons .standart.color_2 {
	background-color: white;
	color: #e25c56;
	border: 1px solid #E25C56;
	margin-right: 15px;
}

.banner .banner__slide-buttons .standart.color_2:hover {
	background-color: #e96761;
	color: white;
}

.banner .procedures_banner .banner__versua,
.banner .action_banner .banner__versua {
	font-size: 80px;
	line-height: 72px;
	letter-spacing: 0.02em;
	color: #D95C58;
	text-transform: none;
	margin-bottom: 20px;
}

.banner .percent_banner .banner__versua {
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 0.02em;
	color: #D95C58;
	text-transform: none;
	margin-bottom: 20px;
}

.banner .percent_banner .banner__versua.big_title {
	font-size: 80px;
}

.banner .action_banner .banner__versua::before {
	top: 45px;
}

.banner .banner__slide-bottom_buttons {
	position: absolute;
	bottom: 0;
}

.banner .action_banner .old_price {
	font-family: Gilroy;
	font-weight: 300;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.02em;
	text-decoration-line: line-through;
	color: #828282;
	margin-bottom: 15px;
	margin-top: 40px;
}

.banner .action_banner .new_price {
	font-family: Gilroy;
	font-size: 64px;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #1D1D1D;
}

.banner .percent_banner .percent_price {
	font-family: Gilroy;
	font-size: 88px;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #1D1D1D;
	font-weight: normal;
	margin: 58px 0 10px;
}

.banner .procedure_item {
	text-align: center;
	margin-right: 48px;
	font-family: Gilroy;
	letter-spacing: 0.02em;
	color: #1D1D1D;
	line-height: 48px;
	margin-top: 20px;
}

.banner .procedure_item__name {
	font-size: 64px;
	border-bottom: 2px solid #D95C58;
}

.banner .procedure_item__name span {
	display: block;
	font-size: 24px;
	color: #828282;
}

.banner .procedure_item__price {
	font-weight: 600;
	font-size: 24px;
}

.banner .procedure_list {
	font-family: Gilroy;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #1D1D1D;
	margin-top: 20px;
}

.banner .procedure_list__name {
	font-size: 40px;
}

.banner .procedure_list__text {
	font-size: 24px;
	color: #828282;
}

.banner .procedures_banner .banner__description,
.banner .percent_banner .banner__description {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #D95C58;
	opacity: 0.5;
	margin: 20px 0;
}

.banner .action_banner .banner__description {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 72px;
	letter-spacing: 0.02em;
	color: #D95C58;
	opacity: 0.5;
	margin: 20px 0;
}

/* start Slicky Slider */

.banner .slick-dots {
  top: auto;
	bottom: 25px;
	left: 8px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.banner .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 10px;
}

.banner .slick-dots li button {
	width: 100%;
	height: 100%;
}

.banner .slick-dots li button:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #E25C56;
  opacity: .4;
  transform: scale(.5);
  transition: all .2s ease-in-out;
}

.banner .slick-dots li.slick-active button:before {
  opacity: 1;
	transform: scale(1.1);
}
/* end Slicky Slider */

/* start Medias */
@media screen and (max-width: 1499px) {
	.banner {
		padding-top: 180px;
	}

	.banner .banner__content {
		padding-top: 80px;
		height: 530px;
	}

  .banner .banner__slide {
		height: 600px;
	}

	.banner .banner__button,
	.banner .banner__link{
		padding: 16px 40px;
	}

	.banner .banner__clinic {
		padding-left: 100px;
	}

	.banner .banner__versua::before {
		width: 45px;
		left: -65px;
	}

	.banner .banner__description {
		font-size: 26px;
		line-height: 34px;
		width: 85%;
	}

}

@media screen and (max-width: 1240px) {
  .banner .banner__versua::before {
		display: none;
	}
	.banner .banner__description {
		width: 70%;
	}
}

@media screen and (max-width: 1100px) {
	.banner .banner__slide {
		height: 560px;
	}

	.banner .banner__content {
		padding-top: 70px;
		height: 490px;
	}

  .banner .banner__versua,
  .banner .banner__clinic {
    font-size: 60px;
    line-height: 60px;
  }

	.banner .banner__description {
		font-size: 25px;
    line-height: 35px;
		width: 80%;
	}

	.banner .procedures_banner .banner__image,
	.banner .percent_banner .banner__image,
	.banner .action_banner .banner__image {
		background-position: 0 bottom;
	}
  .banner .slick-dots li {
    margin: 0 8px;
  }
}

@media screen and (max-width: 1000px) {
  .banner {
		padding-top: 56px;
		overflow-x: hidden;
	}

	.banner .banner__slide {
		height: 450px;
	}

	.banner .banner__slide .banner__gradient {
		display: block;
		bottom: 67%;
	}

  .banner .banner__slide .banner__image {
		background-size: auto 70%;
	}

  .banner .banner__content {
		padding-top: 60px;
		height: 400px;
	}

	.banner .banner__versua,
  .banner .banner__clinic {
    font-size: 45px !important;
    line-height: 45px;
  }
	.banner .banner__description {
		font-size: 22px;
    line-height: 32px;
		margin: 20px 0;
		width: 100%;
	}

	.banner .banner__overtext,
	.banner .banner__versua::before,
	.banner .banner__undertext {
		display: none;
	}

	.banner .percent_banner .banner__versua.big_title,
	.banner .percent_banner .banner__versua,
	.banner .procedures_banner .banner__versua,
	.banner .action_banner .banner__versua {
		font-size: 54px;
		line-height: 50px;
	}

	.banner .action_banner .banner__description {
		font-size: 34px;
	}

	.banner .procedure_item__name {
		font-size: 43px;
	}

	.banner .procedure_item {
		margin-right: 20px;
		line-height: 36px;
		margin-top: 10px;
	}

	.banner .procedure_list {
		line-height: 36px;
	}

	.banner .procedure_list__name {
		font-size: 30px;
	}

	.banner .procedure_list__text {
		font-size: 20px;
	}

	.banner .procedures_banner .banner__image,
	.banner .percent_banner .banner__image,
	.banner .action_banner .banner__image {
		background-size: cover;
	}

	.banner .action_banner .old_price {
		font-size: 28px;
		margin-top: 0;
	}

	.banner .action_banner .new_price {
		font-size: 56px;
	}

	.banner .procedures_banner .banner__button,
	.banner .percent_banner .banner__button,
	.banner .action_banner .banner__button {
		margin-top: 30px;
	}
}

@media screen and (max-width: 800px) {
  .banner .banner__content {
		width: 85%;
	}

  .banner .banner__versua {
    font-size: 37px !important;
    line-height: 42px;
	}
  
	.banner .banner__clinic {
    font-size: 38px !important;
    line-height: 42px;
		padding-left: 130px;
	}

	.banner .banner__description {
		font-size: 18px;
		line-height: 30px;
	}

	.banner .procedures_banner .banner__description,
	.banner .percent_banner .banner__description {
		line-height: 34px;
	}

	.banner .procedure_item {
		margin-right: 10px;
		margin-top: 0;
	}

	.banner .procedure_item__name {
		font-size: 30px;
	}

	.banner .procedure_item__name span,
	.banner .procedure_item__price {
		font-size: 18px;
	}
	
	.banner .slick-dots {
		bottom: 15px;
	}
}

@media (max-width: 700px) {
	.banner .banner__content {
		width: 100%;
	}

  .banner .banner__versua {
    font-size: 37px !important;
    line-height: 42px;
	}
  
	.banner .banner__clinic {
    font-size: 38px !important;
    line-height: 40px;
		padding-left: 100px;
	}

	.banner .banner__description {
		font-size: 16px;
		line-height: 30px;
	}
}

@media (max-width: 600px) {
	.readable_banner {
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 8px;
    border-radius: 20px;
	}

  .banner .banner__slide {
		height: calc(100vh - 80px);
		align-items: flex-start;
	}

	.banner .banner__slide .banner__image {
		background-size: auto 77%;
		background-position: 100% bottom;

		background-size: auto 60%;
    background-position: 75% bottom;
	}

	.banner .banner__slide .banner__gradient {
		bottom: 48%;
	}

	.banner .banner__content {
		height: 100%;
		margin-left: 60px;
		padding-top: 20px;
	}

	.banner .banner__versua {
		margin-top: 50px;
	}

	.banner .banner__versua,
	.banner .banner__clinic {
		font-size: 30px !important;
		text-align: center;
	}

	.banner .banner__slide .banner__image {
		background-size: auto 60%;
	}

	.banner .banner__clinic {
		padding-left: 0;
		margin-top: 7px;
	}

	.banner .banner__description {
		text-align: center;
		font-size: 16px;
	}

	.banner .action_banner .banner__description {
		font-size: 30px;
		line-height: 32px;
	}

	.banner .percent_banner .banner__versua.big_title,
	.banner .percent_banner .banner__versua,
	.banner .procedures_banner .banner__versua,
	.banner .action_banner .banner__versua {
		font-size: 45px;
		line-height: 50px;
	}

	.banner .banner__button {
		position: absolute;
		bottom: 60px;
		margin: 0 auto;
		font-weight: 500;
		font-size: 20px;
	}

	.banner .procedures_banner .banner__image,
	.banner .percent_banner .banner__image,
	.banner .action_banner .banner__image {
		left: auto;
		right: auto;
		background-size: auto 52%;
	}

	.banner .percent_banner .percent_price,
	.banner .action_banner .new_price {
		font-size: 40px;
	}

	.banner .procedures_banner .flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.banner .procedure_item {
		width: 30%;
		box-sizing: border-box;
		padding-left: 5px;
		padding-left: 5px;
		margin-right: 0;
	}

	.banner .procedure_item__name span,
	.banner .procedure_item__price {
		font-size: 16px;
	}

	.banner .slick-dots {
		flex-direction: column;
		position: absolute;
		top: 40%;
		bottom: 50%;
	}

	.banner {
		padding-top: 56px;
	}

	.banner .slick-dots li {
		margin: 12px 12px;
	}
	.banner .slick-dots {
    width: 40px;
}

	.banner .banner__slide-buttons {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		margin-top: 24px;
	}

	.banner .banner__slide-mobile_alias {
		display: block;
	}

	.banner__slide-bottom_buttons {
		display: none;
	}

	.banner .banner__slide .banner__image {
		background-size: auto 50%;
	}
}

@media screen and (max-width: 500px) {
  .banner .percent_banner .banner__versua.big_title,
	.banner .percent_banner .banner__versua,
	.banner .procedures_banner .banner__versua,
	.banner .action_banner .banner__versua {
		font-size: 27px;
		line-height: 35px;
	}

	.banner .procedures_banner .banner__description,
	.banner .percent_banner .banner__description,
	.banner .action_banner .banner__description {
		font-size: 22px;
		line-height: 25px;
	}

	.banner .procedure_item {
		width: 33%;
	}

	.banner .procedure_item__name span,
	.banner .procedure_item__price {
		font-size: 15px;
	}

	.banner .procedure_list__name {
		font-size: 20px;
	}

	.banner .procedure_list__text {
		font-size: 16px;
	}

	.banner .banner__content {
		margin-left: 42px;
		padding-top: 0;
		width: calc(100% - 50px);
	}
	.banner .banner__description {
    font-size: 12px;
    line-height: 20px;
	}

	.banner .banner__slide-mobile_alias {
		bottom: 10%;
	}

	.banner .banner__slide-mobile_alias .banner__button,
	.banner .banner__slide-buttons .standart {
		padding: 10px 30px;
	}

	.banner .slick-dots li {
    margin: 10px 10px;
	}
}

@media (max-width: 450px) {
	.banner .banner__slide {
		height: calc(100vh - 120px);
	}
}

@media (max-width: 400px) {
	.banner .banner__content {
    margin-left: 38px;
	}
	.banner .banner__versua,
	.banner .banner__clinic {
		font-size: 25px !important;
		line-height: 30px;
	}
}

@media (max-width: 350px) {
	.banner .banner__versua,
	.banner .banner__clinic {
		font-size: 20px !important;
	}
}

@keyframes dotScale {
	from {
		transform: scale(.2);
	}
}

.test123 {
	display: none;
}

.banner .banner__slide.custom__red .banner__image {
	background-color: #e25c56;
}
.banner .banner__slide.custom__red .banner__gradient {
	background: #e25c56;
}
.banner .banner__slide.custom__red .banner__overtext {
	color: #F3C3C4;
}
.banner .banner__slide.custom__red .banner__versua,
.banner .banner__slide.custom__red .banner__description,
.banner .banner__slide.custom__red .banner__link,
.banner .banner__slide.custom__red .banner__undertext {
	color: #fff;
}
.banner .banner__slide.custom__red .banner__description .fat {
	font-weight: 700;
}

.banner .banner__slide.custom__red .banner__clinic {
	color: #F3C3C4;
	background: #F3C3C4;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner .banner__slide.custom__red .banner__button {
	color: #e25c56;
	background-color: #fff;
}
/* End */


/* Start:/local/templates/versua/jivosite/jivosite.css?16886598431042*/
/* hide the original widget - that there were no two labels on the screen*/
#jivo_chat_widget{
	display: none;
}

/* the default style - for offline messages if no one is online */
#jivo_custom_widget{
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 70px;
	z-index: 300000;
	cursor: pointer;
	background-color: #e25c56;
	height: 70px;
	border-radius: 50%;
	background: url(/local/templates/versua/jivosite/images/konvert.svg) no-repeat  50% 50% #e25c56;
}

/* when you hover the label should be shifted to the right by 3px */
#jivo_custom_widget:hover{
	right: 13px;
}

/* if there are operators online - show other label*/
#jivo_custom_widget.jivo_online{
	background: url(/local/templates/versua/jivosite/images/konvert.svg) no-repeat  50% 50% #e25c56;
}
#jivo_close_button {
  margin-left: 305px!important;
  margin-top: -40px!important;
}

@media screen and (max-width: 1000px){
	#jivo_custom_widget{ 
		bottom: 63px;
		width: 50px;
		right: 8px;
		height: 50px;
	}
	#jivo_custom_widget:hover{
		right: 8px;
	}
}

@media screen and (max-width: 450px){
	#jivo_custom_widget{ 
		bottom: 120px;
	}

}
/* End */


/* Start:/local/templates/versua/components/bitrix/menu/main/style.min.css?16293736253715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/versua/components/bitrix/menu/main/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/versua/components/bitrix/menu/main/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/versua/components/bitrix/menu/main/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/versua/components/bitrix/form/modal/bitrix/form.result.new/.default/style.css?1629373625666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/versua/components/bitrix/form/modal/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/versua/components/bitrix/form/modal/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/versua/components/bitrix/form/footer/bitrix/form.result.new/.default/style.css?1629373625623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/versua/components/bitrix/form/footer/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/versua/components/bitrix/form/footer/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/versua/styles.css?1716818359971*/
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }

.stocks svg{
	opacity: 0;
}

.stocks{
	background: #e25c56;
    color: white;
    border-radius: 10px;
    padding: 15px!important;
    margin-right: 20px;
}

.stocks:hover{
		background: #e25c56;
}


.service-photo__container {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 30px 0;
}
.service-photo__item {
	width: 32%;
}
.service-photo__item img {
	max-width: 100%;
}

/* End */


/* Start:/local/templates/versua/template_styles.css?174013343317821*/
html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 80.01%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
    margin: 0;
    padding: 0;
}

form.main-form {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page-wrapper {
    min-height: 100%;
    /*width:878px;*/
    margin: 0 auto -90px;
}

* html #page-wrapper {
    height: 100%;
}

#header {
    height: 106px;
    position: relative;
    z-index: 10;
    width: 878px;
    margin: 0 auto;
}

#top-menu {
    position: absolute;
    top: 46px;
    width: 638px;
    height: 30px;
    right: 0;
}

#top-menu-inner {
    margin-left: 16px;
    padding-right: 16px;
    height: 30px;
}

#logo {
    width: 235px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

#logo td {
    padding: 0;
}

#logo a {
    outline: none;
}

#top-icons {
    overflow: hidden;
    height: 15px;
    position: absolute;
    top: 17px;
    width: 200px;
    left: 252px;
}

#top-icons a {
    float: left;
    margin-right: 31px;
}

a.home-icon {
    width: 12px;
    height: 11px;
}

a.search-icon {
    width: 12px;
    height: 12px;
}

a.feedback-icon {
    width: 14px;
    height: 10px;
}

#banner {
    margin: 0 auto;
    width: 878px;
    height: 153px;
    position: relative;
}

#banner-layout {
    height: 142px;
    table-layout: fixed;
}

#banner-overlay {
    height: 153px;
    position: absolute;
    width: 437px;
    left: 0;
    top: 0;
}

#banner-image {
    padding: 0;
    width: 437px;
    vertical-align: top;
}

#banner-image div {
    width: 437px;
    height: 142px;
    overflow: hidden;
}

#banner-slogan {
    padding: 0;
    width: 441px;
    font-family: Arial;
    font-style: italic;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 0 32px;
}

#content {
    width: 878px;
    overflow: hidden;
    margin: 20px auto 29px;
    zoom: 1;
}

#sidebar {
    width: 233px;
    float: left;
}

#workarea {
    padding-top: 10px;
    width: 612px;
    float: right;
}

#footer {
    background: #F5F5F5 url(/local/templates/versua/images/footer-corner.gif) no-repeat left top;
    height: 90px;
    width: 878px;
    margin: 0 auto;
    position: relative;
}

#copyright {
    width: 49%;
    position: absolute;
    top: 20px;
    left: 25px;
}

#copyright p {
    margin: 0;
}

.footer-links {
    width: 50%;
    position: absolute;
    right: 25px;
    top: 20px;
}

#footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#footer-links li {
    display: inline;
    padding-left: 1.5em;
}

#space-for-footer {
    height: 90px;
}

#footer-design {
    width: 300px;
    position: absolute;
    right: 25px;
    top: 52px;
    text-align: right;
}

#footer-design a {
    color: #757575;
    font-size: 11px;
    text-decoration: none;
}

#footer-design a:hover {
    text-decoration: underline;
}

div.content-block {
    margin-bottom: 24px;
}

div.content-block-inner {
    padding: 22px 18px 22px 21px;
}

div.information-block div.top {
    height: 13px;
    border-right: 1px solid;
    font-size: 1px;
    background: #FFF url(/local/templates/versua/images/sidebar-corners-form.gif) no-repeat left top;
}

div.information-block div.bottom {
    height: 13px;
    border-left: 1px solid;
    font-size: 1px;
    background: #FFF url(/local/templates/versua/images/sidebar-corners-form.gif) no-repeat right bottom;
}

div.information-block-inner {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 9px 18px 9px 21px;
    zoom: 1;
}

div.information-block div.top,
div.information-block div.bottom,
div.information-block-inner {
    border-color: #E3E3E3;
}

#search {
    width: 190px;
    overflow: hidden;
}

#search div.rounded-box {
    float: left;
    width: 135px;
}

#search div.search-inner-box {
    border: 1px solid;
    padding-left: 20px;
    height: 20px;
    overflow: hidden;
    background: white url(/local/templates/versua/images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input {
    border: 1px solid;
    width: 110px;
    height: 18px;
    padding: 0;
    margin: 0;
}

#search input {
    vertical-align: top;
}

#search-button {
    float: right;
    width: 48px;
    border: 1px solid;
}

#search-button input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*Remove button padding in FF*/

#search-button input {
    display: block;
    border: none;
    background: none;
    width: 48px;
    padding: 0;
    margin: 0;
    font-family: Georgia, serif;
    font-size: 12px;
    height: 19px;
    cursor: pointer;
    cursor: hand;
    outline: none;
}

div.search-item h4 {
    margin-bottom: 0.4em;
}

dl.block-list {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
}

dl.block-list dt {
    margin: 1.5em 0 0.5em;
}

dl.block-list dd {
    margin: 0;
    padding: 0;
}

dl.block-list a {
    text-decoration: none;
    outline: none;
}

dl.block-list a:hover {
    text-decoration: underline;
}

#sidebar h3 {
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 1em;
    margin: 0 0 1em;
}

#left-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#left-menu li {
    margin: 0 0 0.7em;
    padding: 0 0 0.7em;
    display: block;
}

#left-menu a {
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 1em 1em 0;
    outline: none;
}

#left-menu li.last-item {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#left-menu li.selected a {
    padding-left: 1em;
}

#left-menu li.selected {
    text-indent: -1em;
    padding-left: 1em;
}


/* Navigation */

div.navigation {
    font-size: 100%;
    line-height: 200%;
}

span.navigation-title {
    padding-right: 0.65em;
    font-weight: bold;
}

div.navigation a {
    text-decoration: underline;
    padding: 0.2em 0.3em;
}

span.nav-current-page {
    padding: 0.2em 0.3em;
}

div.navigation span.arrow {
    font-size: 100%;
    font-family: Times, serif;
}

div.navigation span.ctrl {
    font-size: 85%;
}


/* Product List */

div.product-list {
    overflow: hidden;
}

div.product {
    overflow: hidden;
    width: 280px;
    height: 105px;
    margin: 0 25px 20px 0;
    position: relative;
    float: left;
}

div.product-alt {
    margin-right: 0;
}

div.product-image {
    width: 250px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
}

div.product-overlay {
    width: 280px;
    height: 105px;
    position: absolute;
    z-index: 1;
}

a.product-desc {
    float: right;
    height: 62px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    width: 142px;
    z-index: 2;
    font-size: 1em;
    text-decoration: none;
    padding: 13px 10px 30px 129px;
}

a.product-desc p {
    font-size: 0.85em;
    margin: 7px 0 0;
}


/* News List */

div.news-list {
    margin: 0 0 2em;
}

div.news-item {
    margin: 0 0 2em;
    padding: 0 0 2em;
    border-bottom: 1px solid;
}

div.news-date {
    margin: 0 0 1em;
}

div.news-title {
    font-size: 1em;
    margin: 0 0 1em;
    font-weight: bold;
}

a.news-detail-link {
    display: block;
    margin: 1em 0 0;
    outline: none;
}


/* Catalog List */

div.catalog-list,
div.catalog-detail {
    padding: 1em 0 0;
}

div.catalog-item {
    margin: 0 0 2em;
    padding: 0 0 2em;
    border-bottom: 1px solid;
    overflow: hidden;
    zoom: 1;
}

div.catalog-detail div.catalog-item {
    border: none;
}

div.catalog-item-title {
    margin: 0 0 1em;
}

div.catalog-item-title a {
    font-weight: bold;
}

div.catalog-item-image {
    float: left;
    margin: 0 1em 1em 0;
    border: 1px solid;
    padding: 4px;
}

div.catalog-item-price {
    clear: left;
    float: left;
    padding: 0.5em 1em;
    margin: 1em 0 0;
    font-weight: bold;
}

div.catalog-item-desc {
    clear: left;
}

div.catalog-item-desc-float {}

div.catalog-item-properties {
    clear: both;
    padding: 1em 0 0;
    overflow: hidden;
}

div.catalog-item-property {
    margin: 0 0 1em;
    border-bottom: 1px dashed;
    float: left;
    width: 100%;
}

div.catalog-item-property b {
    float: right;
    position: relative;
    top: 0.31em;
    padding-left: 3px;
    font-style: italic;
    font-weight: normal;
}

div.catalog-item-property span {
    float: left;
    position: relative;
    top: 0.31em;
    padding-right: 3px;
    zoom: 1;
}

div.catalog-item-properties-title {
    font-size: 1em;
    font-weight: bold;
    margin: 2em 0 1em;
}


/* Special Product */

div.special-product-title {
    text-align: center;
    margin: 0 0 1em;
}

div.special-product-image {
    text-align: center;
    margin: 0 0 1em;
}

div.special-product {
    text-align: center;
}


/* Top menu */

#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul {
    margin: 0;
    padding: 0;
    min-height: 27px;
    width: 100%;
    list-style: none;
    font-size: 12px;
    float: left;
    background: none;
}

#horizontal-multilevel-menu a {
    display: block;
    padding: 5px 3px;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#horizontal-multilevel-menu li {
    float: left;
}

#horizontal-multilevel-menu li a.root-item {
    font-weight: bold;
    padding: 8px 12px 8px;
}


/*Root items*/

#horizontal-multilevel-menu a.parent {
    background: url(/local/templates/versua/images/top-menu-arrow.gif) center right no-repeat;
}


/*Item-parents*/

#horizontal-multilevel-menu li a.root-item-selected {
    font-weight: bold;
    padding: 8px 12px 8px;
}


/*Root menu selected*/

#horizontal-multilevel-menu li.last-item {
    border: none;
}


/*Sub-menu box*/

#horizontal-multilevel-menu li ul {
    position: absolute;
    top: auto;
    display: none;
    z-index: 500;
    height: auto;
    width: 163px;
    padding: 3px 11px;
    border: 1px solid;
}

#horizontal-multilevel-menu li li {
    width: 100%;
    border-bottom: 1px solid;
}


/*Sub-menu item box*/

#horizontal-multilevel-menu li ul a {
    text-align: left;
    font-size: 12px;
}


/*Item link*/

#horizontal-multilevel-menu li ul ul {
    margin: -27px 0 0 160px;
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul {
    display: none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li li:hover ul {
    display: block;
}

div.menu-clear-left {
    clear: left;
}


/*Common Elements */

div.content-form {
    padding-left: 1em;
}

.content_section a img {
    max-width: 100%;
}

.time-footer {
    display: block;
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}

header .scrolling-header .dropdown .menu__drop-icon+p {
    display: none;
}

.doctor-site-link {
    display: inline-block;
    margin-top: 20px;
}


/* Certificates Shop */

.btn-primary {
    background: #e25c56;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #e96761;
    border-color: transparent;
}

.btn-primary:focus {
    background-color: #e96761;
    border-color: transparent;
    box-shadow: none;
}

.certificates-catalog .product-item-detail-slider-block.product-item-detail-slider-block-square,
.certificates-catalog .product-item-image-wrapper {
    padding-top: 75%;
}

.certificates-catalog .product-item-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.certificates-catalog .bx-catalog-element h1 {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    font-size: 36px;
}

.certificates-catalog .product-item-properties {
    display: none;
}

.cart {
    margin-bottom: 120px;
}

.certificates-catalog.service-top .container_l {
    position: relative;
    z-index: 1;
}

.certificates-catalog .catalog-section-list-item-img {
    border: none;
}

.btn.btn-primary,
.btn.btn-primary.btn-lg.btn-order-save,
.btn.btn-lg.btn-primary.basket-btn-checkout {
    background-color: #e96761;
    border-color: transparent;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
}

.btn.btn-outline-secondary,
.pull-right.btn.btn-primary {
    background-color: #fff;
    color: #e96761;
    text-decoration: underline;
    border: 3px solid #e96761;
    box-shadow: none;
    padding: 10px 40px;
    border-radius: 8px;
    font-weight: 600;
}

.bx-soa-more {
    text-align: center;
}

.bx-soa-more-btn {
    display: inline-block;
}

.bx-soa-item-title a {
    color: #000;
}

.soa-property-container input {
    border: 1px solid #e6e2e2;
    height: 20px;
    width: 100%;
    margin-left: 20px;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
}

.form-group.bx-soa-customer-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.bx-soa-pp-company-selected {
    display: flex;
    align-items: center;
}

.bx-soa-pp-company-selected img {
    height: 50px;
}

.gift-card__button_wrap {
    text-align: center;
}

a.standart.gift-card__button {
    border: none;
    background-color: #e25c56;
    color: white;
    display: inline-block;
}

.form-group.bx-soa-customer-field label {
    width: 70px;
    min-width: 55px;
}

.certificates-catalog {
    padding-top: 70px;
}

.certificates-catalog .product-item-scu-item-text {
    font-size: 16px;
    line-height: 26px;
}

.basket-item-scu-item {
    margin: 2px 6px 3px 0;
    min-width: 70px;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
    font-weight: 400;
}

.basket-items-list-item-descriptions {
    padding-bottom: 20px;
}

.basket-items-list-container {
    background-color: transparent;
}

.bx-soa-section-title-container,
.bx-soa-cart-total,
.bx-soa-section,
.bx-soa-section.bx-selected,
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact,
.basket-checkout-container {
    border-radius: 8px;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover,
.certificates-catalog .product-item-scu-item-text-block {
    outline: none;
    border: 1px solid #e7a4a0;
    border-radius: 6px;
}

.certificates-catalog .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    border-width: 3px;
}

.certificates-catalog .product-item-scu-item-text-block {
    padding: 0 10px;
}

.certificates-catalog .bx-catalog-element .row .row {
    flex-direction: column;
}

.certificates-catalog .bx-catalog-element .row .row .col-lg-5,
.certificates-catalog .bx-catalog-element .row .row .col-lg-7 {
    width: 100%;
}

.certificates-catalog .bx-catalog-element .row .row .col-lg-7 {
    margin-top: 35px;
}

.certificates-catalog .product-item-detail-pay-block {
    border-radius: 16px;
    padding: 25px 15px 20px
}

.certificates-catalog .catalog-section-list-item-link {
    font: 500 18px / 22px 'Gilroy';
    color: #1d1d1d;
}

.product-item-detail-tab-content ul {
    list-style: disc;
    margin-left: 20px;
}

.product-item-image-original {
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.certificates-catalog .product-item-detail-slider-block.product-item-detail-slider-block-square, .certificates-catalog .product-item-image-wrapper {
    padding-top: 115%;
}

.product-item {
    border-radius: 16px;
}

.product-item-button-container .btn:focus {
    box-shadow: none;
}
.product-item-button-container .btn {
    background-color: #e25c56;
    border-radius: 8px;
    padding: 16px 24px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font: 500 14px / 20px 'Gilroy';
    text-decoration: none;
    width: 100%;
}

.bx-rating-icon-container svg path {
    fill: #e25c56;
}

.catalog-block-header {
	font: 500 18px / 22px 'Gilroy';
    text-align: left;
    margin: 100px 0 30px;
    padding: 0 0 10px;
	border-bottom: none;
	box-shadow: 0px 2px 0px rgb(0 0 0 / 11%);
    color: #343434;
}


@media screen and (max-width: 1000px) {
    .certificates-catalog {
        padding-top: 30px;
    }
    .service-top {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
	.certificates-catalog .product-item-detail-pay-block {
		margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {
    .gift-card__banner__content {
        padding-right: 30%;
    }
    .gift-card__banner__content a.standart.gift-card__button {
        padding: 10px 15px;
        line-height: 24px;
        font-size: 16px;
    }
    .certificates-catalog {
        padding-top: 20px;
    }
}

@media screen and (max-width: 425px) {
    .gift-card__banner__content {
        padding-right: 10%;
    }
}

.certificates-catalog .product-item-detail-price-current {
    font-size: 30px !important;
    color: #e96761;
}

.certificates-catalog .product-item-scu-item-text-container {
    min-width: 90px;
}

@media (min-width: 580px) {
    .bx-soa-item-img-block {
        margin: 0;
        width: 120px;
    }
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    padding-top: 10%;
}

.bx-soa-pp-company {
    z-index: 0;
}

.footer__links .links__container:nth-child(3) {
    overflow-x: auto;
}

.basket-items-list-item-remove.d-none.d-md-block .basket-item-block-actions .basket-item-actions-remove {
    display: none;
}

@media (max-width: 580px) {
    .basket-item-block-image {
        text-align: center;
    }
    .basket-item-image-link {
        display: block;
    }
    .soa-property-container input {
        width: 90%;
        margin-left: 10px;
    }
}

@media screen and (max-width: 450px) {
    .gift-card .banner_picture {
        height: 340px;
    }
}
/* End */
/* /local/templates/versua/slick/slick.css?16293736241776 */
/* /local/templates/versua/slick/slick-theme.css?16293736243145 */
/* /local/templates/versua/style/jquery.fancybox.min.css?164574720012795 */
/* /local/templates/versua/style/style.css?1751549319169068 */
/* /local/templates/versua/style/banner.css?170247931514924 */
/* /local/templates/versua/jivosite/jivosite.css?16886598431042 */
/* /local/templates/versua/components/bitrix/menu/main/style.min.css?16293736253715 */
/* /local/templates/versua/components/bitrix/form/modal/bitrix/form.result.new/.default/style.css?1629373625666 */
/* /local/templates/versua/components/bitrix/form/footer/bitrix/form.result.new/.default/style.css?1629373625623 */
/* /local/templates/versua/styles.css?1716818359971 */
/* /local/templates/versua/template_styles.css?174013343317821 */
