/* Стили вместо обычного Bootstrap */
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.scroll__modal {
	overflow-y: auto;
}

.scroll__modal::after {
	content: '';
	width: 100%;
	height: 100px;
	display: block;
}

.fon__modal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.box__modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.close__modal {
	width: 36px;
	height: 36px;
	background: url(image/icons/close.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0.7;
	cursor: pointer;
}

.close__modal:hover {
	opacity: 1;
}

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, 
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-1 {
	margin-left: 8.333333%
}
.offset-2 {
	margin-left: 16.666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.333333%
}
.offset-5 {
	margin-left: 41.666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.333333%
}
.offset-8 {
	margin-left: 66.666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.333333%
}
.offset-11 {
	margin-left: 91.666667%
}

@media (min-width: 576px) {
	.container {
	    max-width: 566px;
	}
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 768px) {
	.container {
	    max-width: 758px;
	}
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 992px) {
	.container {
	    max-width: 960px;
	}
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1250px;
	}
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}/* 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;
}
.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}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)}}@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-Regular.woff2'), url('/fonts/Montserrat/Montserrat-Regular.woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-Medium.woff2'), url('/fonts/Montserrat/Montserrat-Medium.woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-SemiBold.woff2'), url('/fonts/Montserrat/Montserrat-SemiBold.woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-Bold.woff2'), url('/fonts/Montserrat/Montserrat-Bold.woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-ExtraBold.woff2'), url('/fonts/Montserrat/Montserrat-ExtraBold.woff');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat/Montserrat-Black.woff2'), url('/fonts/Montserrat/Montserrat-Black.woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
ul {
  list-style: none;
}
a {
  color: #4E4E4E;
  text-decoration: none;
}
a:hover {
  color: #EFC600;
}
a:active {
  color: #CDAA01;
}
button {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  background: unset;
  cursor: pointer;
}
body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #4E4E4E;
  line-height: 20px;
  background: #f3f3f3;
}
body.body_port .tabs__port {
  display: flex;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper.jc {
  justify-content: space-between;
}
.wrapper.not_ai {
  align-items: start;
}
.wrapper--box {
  margin: 0 -30px -30px 0;
}
.wrapper--mar {
  margin-top: 40px;
}
.box {
  border-radius: 24px;
  margin: 0 30px 30px 0;
}
.slick-arrow {
  width: 18px;
  height: 31px;
  font-size: 0;
  background: url(image/icons/chevron_s.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-prev {
  left: -100px;
}
.slick-next {
  right: -100px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}
.slick-dots li {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
}
.slick-dots li:not(:last-child) {
  margin: 0 10px 0 0;
}
.slick-dots .slick-active button {
  background: #ddd;
  border-radius: 50%;
}
.slick-dots button {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}
h1,
.main_title {
  font-size: 44px;
  font-weight: 800;
  line-height: 101.5%;
  color: #212429;
}
h1 span,
.main_title span {
  position: relative;
}
h1 span::before,
.main_title span::before {
  content: '';
  width: 283px;
  height: 71px;
  background: url(image/icons/bg_h1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h2 {
  font-size: 30px;
  font-weight: 700;
  color: #212429;
  line-height: 114%;
  padding: 80px 0 40px;
}
h2.center {
  text-align: center;
}
h2.not_p {
  padding-bottom: 10px;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 30px;
}
.caption {
  font-size: 16px;
  font-weight: 700;
}
.caption--big {
  font-size: 18px;
}
.btn {
  width: max-content;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background: radial-gradient(100% 1825% at 1% 9%, #EFC600 0%, #6B5232 100%);
  box-shadow: 0 22px 44px rgba(239, 198, 0, 0.39);
  border-radius: 12px;
  padding: 24px 32px;
  margin: 30px 0 0;
  display: block;
}
.btn:hover {
  color: #fff;
  opacity: 0.7;
}
.btn--green {
  background: linear-gradient(108deg, #0CC67B 0.6%, #27D168 85%);
  margin: 30px auto 0;
  box-shadow: unset;
}
.btn--green_other {
  padding: 24px 22px;
}
.btn--border {
  color: #10C878;
  background: unset;
  border: 1px solid #10C878;
}
.btn--border:hover {
  color: #fff;
  background: #10C878;
  opacity: 1;
}
.btn--arrow {
  color: #212429;
  background: #EFC600;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
}
.btn--arrow::after {
  content: '';
  width: 26px;
  height: 14px;
  background: url(image/icons/arrow_b.svg) no-repeat;
  background-size: cover;
  margin: 0 0 0 10px;
  display: block;
}
.btn--arrow:hover {
  color: #212429;
}
.icons_connect {
  background: #EFC600;
  border-radius: 8px 0 0 8px;
  position: fixed;
  top: 50%;
  right: -201px;
  transform: translateY(-50%);
  transition: 0.7s;
  opacity: 0.65;
  z-index: 100;
  cursor: pointer;
}
.icons_connect.active {
  right: 0;
  transition: 0.7s;
  opacity: 1;
}
.icons_connect.active .row__connect::after {
  background: #fff;
}
.icons_connect.active .row__connect:not(:last-child)::after {
  width: calc(100% - 12px);
}
.close__icons_connect {
  width: 50%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #EFC600;
  border-radius: 3px 0 0 3px;
  padding: 1px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
}
.close__icons_connect:hover {
  background: #d3c308;
}
.row__connect {
  padding: 13px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.row__connect:hover {
  background: #d3c308;
}
.row__connect:not(:last-child)::after {
  content: '';
  width: 38px;
  height: 1px;
  background: #ffffff6e;
  position: absolute;
  left: 6px;
  bottom: 0;
}
.row__connect img {
  width: 24px;
  height: 24px;
}
.text__connect {
  color: #fff;
  margin: 0 0 0 12px;
}
.text__connect span {
  font-size: 12px;
  display: block;
}
.text__connect span:first-child {
  font-size: 14px;
  text-transform: uppercase;
}
header {
  width: 1360px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
header.fixed {
  width: 100%;
  background: #f3f3f3;
}
header.fixed .wrapper__header {
  width: 1360px;
  padding: 10px 0;
  margin: 0 auto;
  justify-content: flex-end;
}
header.fixed .menu .item__info {
  display: flex;
}
header.fixed .info__header {
  display: none;
}
header.fixed nav {
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 0;
}
header.fixed .inner__nav {
  width: 1360px;
  background: unset;
  box-shadow: unset;
  border: none;
  margin: 0 auto;
}
header.fixed .link__nav {
  font-weight: 400;
}
header.fixed .box__nav a {
  font-weight: 400;
}
.wrapper__header {
  background: #f3f3f3;
  padding: 35px 0 30px;
}
.logo img {
  height: 100%;
  display: block;
}
.logo_2 {
  display: none;
}
.menu {
  display: flex;
}
.menu li:not(:last-child) {
  margin: 0 20px 0 0;
}
.menu .item__info {
  display: none;
}
.info__header {
  margin: 0 -30px 0 0;
  display: flex;
}
.info__header .col__info {
  display: contents;
}
.info__header_2 {
  display: none;
}
.item__info {
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}
.item__info span {
  margin: 0 0 0 8px;
  display: block;
}
.inner__nav {
  background: #fff;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_mobile {
  height: 58px;
}
.up__box_mobile,
.down__box_mobile,
.link__box_mobile {
  display: none;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav li {
  height: calc(100% + 24px);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav li:hover span {
  color: #EFC600;
}
.nav li:hover .link__nav--img {
  background-position-x: -21.5px;
}
.nav li:active span {
  color: #CDAA01;
}
.nav li:active .link__nav--img {
  background-position-x: -43px;
}
.link__nav {
  font-weight: 700;
  margin: 0 10px;
}
.link__nav--cat {
  color: #4E4E4E;
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.link__nav--cat::after {
  content: url(image/icons/chevron.svg);
  margin: -3px 0 0 5px;
  position: absolute;
  right: 15px;
}
.link__nav--cat.active::after {
  margin-top: 5px;
  transform: rotate(180deg);
}
.link__nav--cat.active .box__nav {
  display: block;
}
.link__nav--img {
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url(image/icons/home.svg) no-repeat;
  background-size: cover;
  display: block;
}
.link__nav--other {
  display: none;
}
.box__nav {
  width: max-content;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 0 0 12px 12px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.box__nav a {
  font-weight: 500;
  display: block;
}
.box__nav a:not(:last-child) {
  margin: 0 0 10px;
}
.burger_menu {
  display: none;
}
.webs {
  display: flex;
  align-items: center;
}
.webs a {
  padding: 10px;
  display: flex;
}
.webs a:hover {
  background: #EFC600;
  border-radius: 8px;
}
.webs img {
  width: 20px;
  height: 20px;
  display: block;
}
.webs_2 {
  display: none;
}
.main {
  margin: 160px 0 0;
}
.offer {
  width: 600px;
}
.sub_h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 116%;
  margin: 30px 0 0;
}
.image__main {
  width: 620px;
}
.descr_main {
  margin: 80px 0 0;
  position: relative;
}
.descr_main .balls span {
  width: 260px;
  height: 260px;
  background: url(image/icons/balls/1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -60px;
  left: 240px;
}
.descr_main .balls span:nth-child(2) {
  width: 185px;
  height: 185px;
  background: url(image/icons/balls/blur_3.svg) no-repeat;
  background-size: cover;
  top: unset;
  left: 700px;
  bottom: -80px;
}
.balls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.image__descr {
  width: 620px;
  height: 355px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image__descr img {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  object-fit: cover;
  border-radius: 14px;
}
.text__descr {
  width: 520px;
  margin: 0 0 0 30px;
}
.text__descr h1 {
  margin: 0 0 30px;
}
.text__descr p {
  margin: 0 0 10px;
}
.services .wrapper--box {
  margin-top: 40px;
}
.box__services {
  width: calc((100% - 90px) / 3);
  background: #F4F4F4;
  box-shadow: -12px -12px 20px rgba(255, 255, 255, 0.8), 12px 12px 20px rgba(210, 210, 210, 0.6), inset 1px 1px 0 rgba(255, 255, 255, 0.56);
  padding: 10px;
  display: flex;
  align-items: center;
}
.box__services--big {
  width: calc((100% - 60px) / 2);
  position: relative;
}
.box__services--big::after {
  content: '';
  width: 24px;
  height: 19px;
  background: url(image/icons/arrow.svg);
  background-size: cover;
  position: absolute;
  right: 25px;
  bottom: 20px;
}
.box__services--big:hover p {
  color: initial;
}
.box__services--big_other::after {
  display: none;
}
.box__services img {
  width: 187px;
  height: 140px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 20px 0 0;
  display: block;
}
.box__services p {
  padding-right: 40px;
  margin: 14px 0 0;
}
.down__services {
  width: 100%;
  height: 445px;
  border-radius: 14px;
  margin-top: 60px;
  position: relative;
}
.down__services::after {
  content: '';
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  border: 1px solid #EFC600;
  border-radius: 24px;
  position: absolute;
  top: -30px;
  left: -30px;
}
.image__services {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: none;
}
.image__services.active {
  display: block;
}
.tabs__services {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.tabs__services span {
  width: 280px;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #6B5232;
  text-align: center;
  background: #EFC600;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.item__services:not(:last-child) {
  margin: 0 0 10px;
}
.item__services.active span {
  color: #fff;
  background: #212429;
}
.descr__services {
  width: 450px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  padding: 20px 25px;
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.descr__services.active {
  display: block;
}
.descr__services p {
  margin: 8px 0 0;
}
.calc {
  width: 100%;
  height: 550px;
  background: url(image/calc.png) no-repeat;
  background-size: cover;
}
.content__calc {
  width: 520px;
  margin: 110px 0 0;
}
.prices {
  position: relative;
}
.prices .balls span {
  width: 430px;
  height: 430px;
  background: url(image/icons/balls/blur_1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 700px;
  left: 180px;
}
.prices .balls span:nth-child(2) {
  width: 400px;
  height: 400px;
  background: url(image/icons/balls/blur_2.svg) no-repeat;
  background-size: cover;
  top: 390px;
  left: unset;
  right: 200px;
}
.prices .wrapper--box {
  align-items: stretch;
}
.box--prices {
  width: calc((100% - 90px) / 3);
  background: #F4F4F4;
  box-shadow: -12px -12px 20px rgba(255, 255, 255, 0.8), 12px 12px 20px rgba(210, 210, 210, 0.6), inset 1px 1px 0 rgba(255, 255, 255, 0.56);
  padding: 20px 20px 148px;
  position: relative;
  overflow: hidden;
}
.box--prices::before {
  content: '';
  width: 100%;
  height: 210px;
  background: url(image/icons/prices_1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.box--prices:nth-child(2)::before {
  background: url(image/icons/prices_2.svg) no-repeat;
  background-size: cover;
}
.box--prices:nth-child(3)::before {
  background: url(image/icons/prices_3.svg) no-repeat;
  background-size: cover;
}
.box--prices img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}
.box--prices .caption {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
}
.box--prices ul,
.box--prices p {
  line-height: 24px;
  padding: 0 0 0 20px;
  margin: 20px;
  list-style-type: disc;
}
.box--prices p {
  text-align: center;
}
.bottom__prices {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}
.cost__prices {
  font-size: 22px;
  font-weight: 700;
  color: #EFC600;
  text-align: center;
  margin: 0 0 -15px;
}
.cost__prices span {
  font-size: 33px;
}
.down__prices {
  width: 930px;
  text-align: center;
  margin: 60px auto 0;
}
.down__prices span {
  font-size: 18px;
  font-weight: 600;
}
.froze {
  margin: 80px 0 0;
  position: relative;
}
.froze .balls span {
  width: 185px;
  height: 185px;
  background: url(image/icons/balls/1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 180px;
  left: 240px;
}
.froze .balls span:nth-child(2) {
  width: 415px;
  height: 415px;
  background: url(image/icons/balls/3.svg) no-repeat;
  background-size: cover;
  top: 200px;
  left: unset;
  right: 200px;
}
.froze h2 {
  padding-top: 0;
}
.content__froze {
  width: 1220px;
  background: radial-gradient(26% 46% at 24% 120%, rgba(168, 91, 0, 0.46) 0%, rgba(239, 129, 0, 0) 100%), radial-gradient(35% 80.89% at 60.02% -51.01%, rgba(239, 198, 0, 0.38) 0%, rgba(239, 198, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 100px 0 100px 140px;
  position: relative;
}
.content__froze ul {
  margin: 30px 0 0;
}
.content__froze li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.content__froze li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(image/icons/check.svg) no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  display: block;
}
.content__froze li:not(:last-child) {
  margin: 0 0 20px;
}
.image__froze {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 135px;
  z-index: -1;
}
.tabs__port {
  width: max-content;
  background: #F4F4F4;
  box-shadow: -12px -12px 20px rgba(255, 255, 255, 0.8), 12px 12px 20px rgba(210, 210, 210, 0.6), inset 1px 1px 0 rgba(255, 255, 255, 0.56);
  border-radius: 24px;
  padding: 10px;
  margin: 0 auto 50px;
  display: none;
}
.tabs__port span {
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
}
.tabs__port span.active {
  font-weight: 700;
  box-shadow: inset -2px -2px 6px #FDFFFF, inset 2px 2px 8px rgba(187, 195, 206, 0.6);
  border-radius: 16px;
}
.slider {
  display: none;
}
.slider__works,
.slider__reviews {
  display: contents;
}
.box__port {
  width: calc((100% - 90px) / 3);
  height: 270px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.box__port::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(107, 82, 50, 0) 67.95%, #6B5232 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.box__port img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.name__port {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 1;
}
.name__port::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #EFC600;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.link_more {
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  margin: 50px 0 0;
  display: block;
}
.why {
  width: 100%;
  background: url(image/why_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 80px;
  margin: 80px 0 0;
}
.box__why {
  display: flex;
  align-items: center;
}
.text__why {
  width: 210px;
  margin: 0 0 0 30px;
}
.stage {
  position: relative;
}
.stage .balls span {
  width: 160px;
  height: 160px;
  background: url(image/icons/balls/4.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 240px;
  left: 670px;
}
.stage .balls span:nth-child(2) {
  width: 260px;
  height: 260px;
  background: url(image/icons/balls/2.svg) no-repeat;
  background-size: cover;
  top: unset;
  left: unset;
  right: 620px;
  bottom: 0;
}
.stage .wrapper {
  align-items: stretch;
}
.stage .wrapper--box {
  width: calc(100% / 3 * 2 + 20px);
}
.box__stage {
  width: calc((100% - 60px) / 2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 40px;
  position: relative;
}
.box__stage:nth-child(2n-1)::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(image/icons/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  bottom: 7px;
}
.box__stage .caption {
  font-weight: 900;
}
.box__stage p {
  font-size: 16px;
  margin: 10px 0 0;
}
.box__stage--big {
  width: calc(100% / 3 * 1 - 20px);
}
.box__stage--big::before {
  content: '';
  width: 100%;
  height: 110%;
  background: url(image/stage.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box__stage--big .btn {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.equip {
  margin: 80px 0 0;
  position: relative;
}
.equip::after {
  content: '';
  width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 240px;
  z-index: -2;
  opacity: 0.7;
}
.equip .balls span {
  width: 65px;
  height: 65px;
  background: url(image/icons/balls/2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 240px;
}
.equip .balls span:nth-child(2) {
  width: 280px;
  height: 280px;
  background: url(image/icons/balls/blur_4.svg) no-repeat;
  background-size: cover;
  top: unset;
  left: 630px;
  bottom: -50px;
}
.text__equip {
  width: 355px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.5px;
}
.text__equip h2 {
  padding-top: 40px;
}
.text__equip ul {
  list-style-type: disc;
  padding: 0 0 0 25px;
}
.right__equip {
  width: calc(100% - 417px);
}
.box__equip {
  width: calc((100% - 60px) / 2);
  border: 1px solid #bdbdbd;
  border-radius: 24px;
  padding: 22px 33px;
  display: flex;
  align-items: center;
}
.box__equip .caption {
  width: calc(100% - 130px);
}
.icon__equip {
  width: 97px;
  height: 97px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp {
  width: 100%;
  background: url(image/whats_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 80px 0 0;
}
.whatsapp h2 {
  padding-top: 0;
}
.content__whats {
  padding: 0 0 0 620px;
}
.content__whats .btn {
  background: linear-gradient(108.66deg, #FFA9A9 0.6%, #EFC600 76%);
  color: #212429;
}
.content__whats li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.content__whats li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(image/icons/check.svg) no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  display: block;
}
.content__whats li:not(:last-child) {
  margin: 0 0 20px;
}
.guarant {
  position: relative;
}
.guarant .balls span {
  width: 265px;
  height: 265px;
  background: url(image/icons/balls/2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 80px;
  right: 240px;
}
.guarant .balls span:nth-child(2) {
  width: 200px;
  height: 200px;
  top: 550px;
  left: 650px;
  bottom: unset;
}
.guarant .balls span:nth-child(3) {
  width: 125px;
  height: 125px;
  top: unset;
  right: 500px;
  bottom: 25px;
}
.guarant span {
  font-size: 18px;
}
.guarant .wrapper--box {
  margin-top: 40px;
}
.box__guar {
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 40px 20px 40px 40px;
}
.box__guar--2 {
  width: calc((100% - 60px) / 2);
  background: url(image/guarant/1.png) no-repeat;
  background-size: cover;
}
.box__guar--2_2 {
  background: url(image/guarant/2.png) no-repeat;
  background-size: cover;
}
.box__guar--3 {
  width: calc((100% - 90px) / 3);
  background: url(image/guarant/3.png) no-repeat;
  background-size: cover;
}
.box__guar--3_2 {
  background: url(image/guarant/4.png) no-repeat;
  background-size: cover;
}
.box__guar--3_3 {
  background: url(image/guarant/5.png) no-repeat;
  background-size: cover;
}
.box__guar--3 p {
  width: 100%;
}
.box__guar--1 {
  width: 100%;
  background: url(image/guarant/6.png) no-repeat;
  background-size: cover;
}
.box__guar .caption {
  font-size: 20px;
  margin: 0 0 10px;
}
.box__guar p {
  width: 350px;
  font-size: 16px;
}
.reviews {
  position: relative;
}
.reviews::after {
  content: '';
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 250px;
  z-index: -1;
  opacity: 0.7;
}
.reviews .balls span {
  width: 56px;
  height: 56px;
  background: url(image/icons/balls/2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 360px;
  z-index: -2;
}
.box__reviews {
  width: calc((100% - 90px) / 3);
  height: 265px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.box__reviews::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.box__reviews::after {
  content: '';
  width: 80px;
  height: 80px;
  background: url(image/icons/play.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box__reviews img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__stock {
  width: calc((100% - 60px) / 2);
  height: 300px;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.box__stock span {
  width: 310px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: block;
  position: relative;
  z-index: 1;
}
.box__stock:nth-child(1) .image__stock {
  background: url(image/stock/1.jpg) no-repeat;
  background-size: cover;
}
.box__stock:nth-child(2) .image__stock {
  background: url(image/stock/2.jpg) no-repeat;
  background-size: cover;
}
.box__stock:nth-child(3) .image__stock {
  background: url(image/stock/3.jpg) no-repeat;
  background-size: cover;
}
.box__stock:nth-child(4) .image__stock {
  background: url(image/stock/4.jpg) no-repeat;
  background-size: cover;
}
.box__stock::after {
  content: '';
  width: 24px;
  height: 19px;
  background: url(image/icons/arrow.svg);
  background-size: cover;
  position: absolute;
  right: 40px;
  bottom: 35px;
  display: none;
}
.image__stock {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.caption__stock {
  width: 340px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #212429;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
.consult {
  width: 100%;
  background: url(image/consult_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 80px;
  margin: 80px 0 0;
}
.content__consult {
  width: max-content;
  background: linear-gradient(260deg, rgba(255, 255, 255, 0.4) 1%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 40px 35px;
}
.content__consult .caption {
  text-align: center;
}
.order__consult {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  list-style: none;
  counter-reset: section;
}
.order__consult li {
  width: 160px;
  display: flex;
  padding-left: 60px;
  position: relative;
}
.order__consult li::before {
  content: counter(section);
  counter-increment: section;
  color: #EFC600;
  font-size: 70px;
  font-weight: 900;
  line-height: 86%;
  position: absolute;
  left: 0;
}
.order__consult li:not(:last-child) {
  margin: 0 90px 0 0;
}
.order__consult li:last-child {
  margin: 0 60px 0 0;
}
.form__consult {
  width: max-content;
  margin: 40px auto 0;
  display: flex;
}
.form__consult input {
  border: none;
  margin: 0;
}
.form__consult input[type="phone"] {
  height: 69px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border-radius: 12px;
  padding: 0 85px;
  margin: 0 24px 0 0;
}
.form__consult input[type="phone"]::placeholder {
  color: #bdbdbd;
}
.pay span {
  font-size: 18px;
}
.pay .wrapper--box {
  margin-top: 40px;
}
.box__pay {
  width: calc((100% - 120px) / 4);
  text-align: center;
}
.box__pay:nth-child(1) .icon__pay::before {
  top: -5px;
  right: -5px;
}
.box__pay:nth-child(2) .icon__pay::before {
  width: 40px;
  height: 40px;
  top: 80px;
  left: -10px;
}
.box__pay:nth-child(3) .icon__pay::before {
  width: 76px;
  height: 76px;
  right: -5px;
  bottom: -5px;
}
.box__pay:nth-child(4) .icon__pay::before {
  top: -5px;
  left: -5px;
}
.box__pay .caption {
  margin: 30px 0 14px;
}
.box__pay p {
  font-size: 16px;
}
.icon__pay {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon__pay::before {
  content: '';
  width: 56px;
  height: 56px;
  background: url(image/icons/balls/2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.icon__pay::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.icon__pay img {
  position: relative;
  z-index: 1;
}
footer {
  width: 100%;
  background: #212429;
  margin: 520px 0 0;
  position: relative;
}
.inner__footer {
  width: 100%;
  background: url(image/footer_bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 0 0 40px;
  position: absolute;
  top: -440px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.inner__footer .caption--big {
  text-align: center;
  margin: 40px 0 0;
}
.up__footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  padding: 35px 100px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.up__footer h2 {
  width: 210px;
  padding: 0;
}
.up__footer li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.up__footer li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(image/icons/check.svg) no-repeat;
  background-size: cover;
  margin: 0 20px 0 0;
  display: block;
}
.up__footer li:not(:last-child) {
  margin: 0 0 20px;
}
.btn__footer span {
  width: 230px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin: 10px auto 0;
  display: block;
}
.wrapper__footer {
  width: max-content;
  margin: 30px auto 0;
}
.box__footer {
  border-radius: 24px;
  overflow: hidden;
}
.box__footer:not(:last-child) {
  margin: 0 30px 0 0;
}
.image__footer {
  width: 280px;
  height: 250px;
  position: relative;
}
.image__footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.caption__footer {
  width: calc(100% - 30px);
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #b9b9b9;
  border-radius: 14px;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.menu__footer {
  margin: 280px 0 30px;
  display: flex;
  justify-content: space-between;
}
.col__menu {
  font-size: 12px;
  color: #fff;
}
.col__menu ul {
  margin: 10px 0 0;
}
.col__menu a {
  color: #d9d9d9;
}
.col__menu a:hover {
  color: #EFC600;
}
.col__menu a:active {
  color: #CDAA01;
}
.caption__menu {
  height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.webs__footer {
  display: flex;
}
.webs__footer a {
  margin: 0 7px;
  display: block;
}
.webs__footer a:hover {
  opacity: 0.7;
}
.webs__footer img {
  display: block;
}
.info__footer {
  display: flex;
}
.col__info:first-child {
  margin: 0 40px 0 0;
}
.item__info--footer {
  color: #fff;
}
.item__info--footer:hover {
  color: #EFC600;
}
.item__info--footer:active {
  color: #CDAA01;
}
.item__info--footer:not(:last-child) {
  margin: 0 0 10px;
}
.rights__footer {
  font-size: 12px;
  color: #fff;
  padding: 15px 0;
  margin: 20px 0 0;
  position: relative;
}
.rights__footer::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.rights__footer a {
  color: #fff;
}
.rights__footer a:hover {
  color: #EFC600;
}
.rights__footer a:active {
  color: #CDAA01;
}
.breadcrumbs {
  font-size: 12px;
  margin: 200px 0 0;
  display: flex;
  display: none;
}
.breadcrumbs a {
  display: flex;
}
.breadcrumbs a::after {
  content: '>';
  margin: 0 5px;
  display: block;
}
.breadcrumbs span {
  color: #a1a0a0;
}
.main_page h1 {
  margin: 240px 0 40px;
}
.main_page h1.not_m {
  margin-bottom: 10px;
}
.image__main_page {
  width: 595px;
  height: 340px;
  object-fit: cover;
  border-radius: 24px;
}
.right__main_page {
  width: calc(100% - 595px - 30px);
}
.right__main_page p:not(:last-child),
.right__main_page li:not(:last-child) {
  margin: 0 0 10px;
}
.right__main_page ul {
  margin: 20px 0 0;
}
.right__main_page li {
  font-size: 16px;
  font-weight: 700;
}
.btns__main_page {
  display: flex;
  justify-content: space-between;
}
.spectrum--title h2 {
  padding-bottom: 10px;
}
.spectrum--title .wrapper--box {
  margin-top: 40px;
}
.spectrum .wrapper--box {
  align-items: stretch;
}
.cost__spectrum {
  font-weight: 700;
  color: #EFC600;
  margin: 14px 0 0;
}
.cost__spectrum span {
  font-size: 22px;
}
.pluses {
  position: relative;
}
.pluses::before {
  content: '';
  width: 410px;
  height: 410px;
  background: url(image/icons/balls/two.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 500px;
  bottom: -100px;
}
.box__pluses {
  width: calc((100% - 90px) / 3);
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
}
.box__pluses span {
  width: 69px;
  height: 69px;
  font-size: 40px;
  font-weight: 800;
  color: #6B5232;
  background: url(image/icons/pluse_bg.svg) no-repeat;
  background-size: cover;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box__pluses p {
  width: calc(100% - 89px);
  font-size: 16px;
}
.prices_other .box--prices {
  padding: 20px 20px 100px;
}
.prices_other .box--prices::before {
  display: none;
}
.prices_other .box--prices img {
  height: 180px;
}
.prices_other .box--prices .caption {
  font-size: 16px;
  text-align: left;
}
.prices_other .box--prices p {
  margin: 14px 0 0;
}
.prices_other .box--prices .cost__prices {
  font-size: inherit;
  margin: 0;
  display: flex;
}
.prices_other .box--prices .cost__prices span {
  font-size: 22px;
  margin: 0 5px;
  display: block;
}
.prices_other .box--prices .btn {
  padding: 15px 18px;
  margin: 0;
}
.prices_other .box--prices .bottom__prices {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prices_other--mini h2 {
  padding-bottom: 10px;
}
.prices_other--mini .wrapper--box {
  margin-top: 40px;
}
.prices_other--mini .box--prices {
  padding-bottom: 85px;
}
.prices_other--mini .box--prices ul {
  margin: 10px 0 0 5px;
}
.prices_other--mini .box--prices .cost__prices {
  background: #fff;
  border-radius: 14px;
  padding: 10px 33px;
}
.prices_other--mini .box--prices .cost__prices span {
  margin: 0 5px 0 0;
}
.equip--other h2 {
  padding-top: 0;
}
.equip--other::after {
  display: none;
}
.equip--other .box__equip {
  width: calc((100% - 90px) / 3);
}
.system {
  margin: 80px 0 0;
}
.image__system {
  width: 590px;
  height: 385px;
  object-fit: cover;
  border-radius: 24px;
}
.text__system {
  width: calc(100% - 590px - 30px);
}
.text__system li {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.text__system li:not(:last-child) {
  margin: 0 0 14px;
}
.text__system li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(image/icons/check.svg) no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  display: block;
}
.text__system p {
  margin: 14px 0 0;
}
.equip--other_2 h2 {
  padding-top: 0;
}
.equip--other_2::after {
  display: none;
}
.equip--other_2 .caption {
  font-weight: 400;
}
.equip--other_2 .wrapper--box {
  align-items: stretch;
}
.ul_subtitle {
  line-height: 24px;
  padding: 0 0 0 20px;
  margin: 3px 0 0;
  list-style-type: disc;
}
.contacts {
  position: relative;
}
.contacts .balls span {
  width: 65px;
  height: 65px;
  background: url(image/icons/balls/1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 120pxpx;
  left: 400px;
}
.contacts .balls span:nth-child(2) {
  width: 110px;
  height: 110px;
  background: url(image/icons/balls/2.svg) no-repeat;
  background-size: cover;
  top: 250px;
  left: 700px;
  bottom: unset;
}
.contacts .balls span:nth-child(3) {
  width: 200px;
  height: 200px;
  background: url(image/icons/balls/blur_5.svg) no-repeat;
  background-size: cover;
  top: 20px;
  left: unset;
  right: 200px;
}
.contacts .wrapper {
  align-items: stretch;
}
.webs__footer--cont {
  margin: 20px -7px 0;
}
.box__cont {
  width: calc((100% - 30px) / 2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 30px 45px;
}
.box__cont a,
.box__cont span {
  color: #4E4E4E;
}
.box__cont a:hover {
  color: #EFC600;
}
.box__cont a:active {
  color: #CDAA01;
}
.box__cont p {
  margin: 10px 0 0;
}
.map__cont {
  width: 100%;
  height: 450px;
  border-radius: 24px;
  margin: 30px 0 0;
  overflow: hidden;
}
.map__cont iframe {
  border: 0;
}
.map__cont .ymaps-map {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
#map__cont {
  border-color: #cccccc;
  border-image: initial;
  border-style: solid;
  border-width: 1px;
  position: relative;
  overflow: hidden;
  cursor: help;
}
.mapTitle {
  background: #ffffff;
  border-radius: 5px;
  border-color: #cccccc;
  border-image: initial;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  padding: 5px 20px;
  display: none;
  position: absolute;
  z-index: 1000;
}
.box__slider {
  width: calc((100% - 90px) / 3);
  height: 290px;
  object-fit: cover;
  cursor: zoom-in;
}
.insur .wrapper--box {
  align-items: stretch;
}
.box__insur {
  width: calc((100% - 90px) / 3);
  height: 200px;
  background: url(image/insur/1.jpg) no-repeat;
  background-size: cover;
  padding: 35px 40px;
}
.box__insur:nth-child(2) {
  background: url(image/insur/2.jpg) no-repeat;
  background-size: cover;
}
.box__insur:nth-child(3) {
  background: url(image/insur/3.jpg) no-repeat;
  background-size: cover;
}
.box__insur .caption {
  font-size: 20px;
}
.box__insur p {
  font-size: 16px;
  margin: 10px 0 0;
}
.box__stage_page {
  width: calc((100% - 60px) / 2);
  position: relative;
}
.box__stage_page.active {
  z-index: 1;
}
.image__stage_page {
  position: relative;
}
.image__stage_page img {
  width: 100%;
  height: 210px;
  border-radius: 24px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: -1;
}
.image__stage_page .caption {
  width: calc(100% - 20px);
  font-size: 20px;
  background: #fff;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.18);
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 10px 10px 10px 30px;
  margin: -25px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.image__stage_page .caption::after {
  content: '';
  width: 37px;
  height: 37px;
  background: url(image/icons/arrow_h.svg) no-repeat;
  background-size: cover;
  display: block;
}
.image__stage_page .caption.active::after {
  transform: rotate(90deg);
}
.text__stage_page {
  font-size: 16px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  padding: 67px 30px 30px;
  display: none;
  position: absolute;
  top: calc(100% - 48px);
  z-index: -1;
}
.text__stage_page img {
  display: none;
}
.content__404 span {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto 0;
  display: block;
}
.politic {
  padding: 80px 0;
}
.text__politic ul {
  margin: 10px 0;
}
.text__politic a:not(.btn) {
  font-weight: 700;
  color: #EFC600;
  text-decoration: underline;
}
.modal {
  font-family: 'Montserrat', sans-serif;
}
.modal .wrapper {
  margin: 30px 0 0;
}
.modal select {
  width: 200px;
  height: 50px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(34, 34, 34, 0.3);
  background: unset;
  border: 1px solid rgba(34, 34, 34, 0.05);
  border-radius: 4px;
  padding: 0 0 0 20px;
  appearance: none;
  cursor: pointer;
}
.modal option {
  color: #212429;
}
.modal input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  background: rgba(34, 34, 34, 0.03);
  border: 0;
  border-radius: 4px;
  padding: 0 0 0 40px;
}
.modal input::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.modal input[type="submit"] {
  color: #fff;
  background: radial-gradient(100% 1825% at 1% 9%, #EFC600 0%, #6B5232 100%);
  box-shadow: 0 22px 44px rgba(239, 198, 0, 0.39);
  padding: 0;
  cursor: pointer;
}
.modal input[type="submit"]:hover {
  color: #fff;
  opacity: 0.7;
}
.box__modal {
  width: 500px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 75px 40px;
}
.select__modal {
  position: relative;
}
.select__modal::after {
  content: '';
  width: 10px;
  height: 6px;
  background: url(image/icons/chevron_g.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.input__modal {
  margin: 20px 0 0;
  position: relative;
}
.input__modal::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(image/icons/phone_g.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.input__modal--name::before {
  width: 12px;
  height: 12px;
  background: url(image/icons/user.svg) no-repeat;
  background-size: cover;
}
.down__modal {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.5);
  margin: 15px 0 0;
}
.down__modal a {
  text-decoration: underline;
  color: rgba(34, 34, 34, 0.5);
  display: block;
}
.inner__port {
  display: none;
}
.inner__port.active {
  display: flex;
}
.prices_other .box--prices p {
  text-align: left;
  padding: 0;
}
@media (max-width: 1365.98px) {
  header {
    width: 100%;
  }
  header.fixed .inner__nav {
    width: 100%;
  }
  header.fixed .wrapper__header {
    width: 100%;
    padding: 10px 25px;
  }
  .wrapper__header {
    padding: 30px;
  }
  .inner__nav {
    padding: 10px;
  }
  .webs a {
    padding: 8px;
  }
  .image__main {
    width: 570px;
  }
  .content__froze {
    width: 100%;
  }
  .info__footer--cont {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
    padding: 20px 26px;
  }
  header.fixed .wrapper__header {
    justify-content: space-between;
  }
  .wrapper__header {
    padding: 20px;
  }
  .logo_1,
  .webs_1 {
    display: none;
  }
  .logo_2 {
    display: block;
  }
  .logo_2 img {
    width: 100px;
  }
  .info__header {
    margin: 0;
  }
  .info__header .col__info {
    display: block;
  }
  .info__header .col__info:first-child {
    margin: 0 20px 0 0;
  }
  .item__info:not(:last-child) {
    margin: 0;
  }
  .webs_2 {
    display: flex;
  }
  .webs_2 a {
    padding: 5px;
  }
  .box_mobile {
    width: 100%;
    justify-content: space-between;
  }
  .link__nav {
    font-weight: 400;
    margin: 0 15px;
  }
  .box__nav {
    top: calc(100% + 22px);
  }
  .box__nav a {
    font-weight: 400;
  }
  .offer {
    width: 490px;
  }
  h1,
  .main_title {
    font-size: 36px;
  }
  h1 span::before,
  .main_title span::before {
    width: 228px;
    height: 57px;
  }
  .sub_h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 26px;
  }
  .image__main {
    width: 440px;
  }
  .image__descr {
    width: 40%;
    height: 300px;
  }
  .box__services img {
    width: 110px;
    height: 80px;
  }
  .calc {
    background-position-x: center;
  }
  .box--prices .caption {
    font-size: 18px;
  }
  .down__prices span {
    font-size: 16px;
  }
  .content__froze {
    padding: 60px;
  }
  .image__froze {
    right: 50px;
  }
  .tabs__port span {
    padding: 10px 15px;
  }
  .box__why {
    flex-direction: column;
  }
  .text__why {
    text-align: center;
    margin: 30px 0 0;
  }
  .box__stage--big::before {
    background-size: contain;
    background-position: bottom;
  }
  .text__equip {
    font-size: 14px;
    line-height: 22.5px;
  }
  .text__equip h2 {
    padding-top: 10px;
  }
  .right__equip {
    width: calc(100% - 360px);
  }
  .box__equip {
    padding: 10px 15px;
  }
  .icon__equip {
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
  }
  .content__whats {
    padding: 0;
  }
  .box__guar--3,
  .box__guar--1 {
    width: calc((100% - 60px) / 2);
  }
  .box__stock {
    height: 240px;
  }
  .caption__stock {
    width: 250px;
    font-size: 22px;
  }
  .consult {
    background-position: center;
  }
  .up__footer {
    padding: 30px 50px;
  }
  .col__menu li {
    line-height: normal;
    margin: 0 0 5px;
  }
  .breadcrumbs {
    margin-top: 180px;
  }
  .image__main_page {
    width: 35%;
    height: 300px;
  }
  .right__main_page {
    width: calc(100% - 35% - 30px);
  }
  .box__pluses {
    width: calc((100% - 60px) / 2);
  }
  .prices_other .box--prices {
    padding-bottom: 120px;
  }
  .prices_other .box--prices .bottom__prices {
    flex-direction: column;
  }
  .prices_other .box--prices .bottom__prices .btn {
    margin: 10px 0 0;
  }
  .prices_other--mini .box--prices {
    padding-bottom: 85px;
  }
  .image__system {
    width: 400px;
    height: 300px;
  }
  .text__system {
    width: calc(100% - 430px);
  }
  .equip--other_2 .icon__equip img {
    width: 35px;
    height: 35px;
  }
  .box__insur {
    height: auto;
  }
  .content__404 img {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  a:hover {
    color: #4E4E4E;
  }
  a:active {
    color: #4E4E4E;
  }
  header.fixed .menu .item__info {
    display: none;
  }
  header.fixed .info__header_2 {
    display: flex;
  }
  header.fixed .logo {
    height: 50px;
  }
  .burger_menu,
  .logo_1 {
    display: block;
  }
  .logo_2 {
    display: none;
  }
  .info__header_1 {
    display: none;
  }
  .info__header_2 {
    display: flex;
  }
  .box_mobile {
    width: 250px;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 20px;
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 20px;
    z-index: 10;
  }
  .nav {
    height: auto;
    display: block;
  }
  .nav li {
    display: block;
  }
  .link__nav {
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
  }
  .link__nav--cat {
    display: block;
  }
  .link__nav--cat.active::after {
    margin-top: 3px;
  }
  .link__nav--cat::after {
    top: 0;
  }
  .link__nav--cat span:hover {
    color: #4E4E4E;
  }
  .link__nav--cat span:active {
    color: #4E4E4E;
  }
  .link__nav--img {
    width: auto;
    height: auto;
    font-size: inherit;
    background: unset;
  }
  .link__nav--other {
    display: none;
  }
  .wrapper--box {
    margin: 0 0 -30px;
    justify-content: space-between;
  }
  .wrapper--mar {
    margin-top: 30px;
  }
  .box {
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px;
  }
  .box__nav {
    background: unset;
    box-shadow: none;
    border: 0;
    padding: 0 0 5px 10px;
    position: unset;
  }
  .box__nav a {
    color: #959595;
  }
  .box__nav a:not(:last-child) {
    margin: 0 0 5px;
  }
  .main {
    margin: 180px 0 0;
  }
  .offer {
    width: 430px;
  }
  h1,
  .main_title {
    font-size: 32px;
  }
  .sub_h1 {
    margin: 20px 0 0;
  }
  .image__main {
    width: 290px;
  }
  h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  h2 {
    font-size: 24px;
    padding: 60px 0 30px;
  }
  .text__descr {
    width: 380px;
  }
  .calc {
    height: 470px;
    margin-bottom: -40px;
  }
  .content__calc {
    margin: 90px 0 0;
  }
  .box--prices {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .box--prices::before {
    width: 280px;
    height: 100%;
  }
  .box--prices::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(image/icons/arrow.svg) no-repeat;
    background-color: #fff;
    background-size: 16px;
    background-position: center;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .box--prices img {
    width: 240px;
    height: 140px;
    border-radius: 12px;
  }
  .box--prices .caption {
    text-align: left;
    margin: 0 0 0 40px;
    position: relative;
  }
  .box--prices ul,
  .box--prices p {
    display: none;
  }
  .down__prices {
    width: auto;
  }
  .bottom__prices {
    display: none;
  }
  .froze {
    margin: 60px auto 0;
  }
  .image__froze {
    width: 300px;
  }
  .tabs__port {
    width: auto;
    background: unset;
    box-shadow: unset;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
  }
  .why {
    margin: 60px 0 0;
  }
  .link_more {
    margin: 30px 0 0;
  }
  .stage .wrapper--box {
    width: 100%;
  }
  .box__stage--big {
    width: 100%;
    margin: 30px 0 0;
  }
  .box__stage--big::before {
    width: 300px;
    height: 180px;
  }
  .box__stage--big .btn {
    position: unset;
    transform: unset;
  }
  .equip {
    margin: 60px 0 0;
  }
  .equip::after {
    display: none;
  }
  .equip .wrapper.not_ai {
    display: block;
  }
  .right__equip {
    width: 100%;
    margin: 20px 0 0;
  }
  .whatsapp {
    padding: 60px 0;
    margin: 60px 0 0;
  }
  .guarant span br {
    display: none;
  }
  .box__guar p {
    width: auto;
  }
  .box__reviews {
    height: 150px;
  }
  .consult {
    padding: 0 0 60px;
    margin: 60px 0 0;
  }
  .order__consult li {
    padding-left: 40px;
  }
  .order__consult li:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .order__consult li::before {
    font-size: 50px;
  }
  .pay span {
    font-size: 16px;
  }
  .box__pay .caption {
    font-size: 16px;
  }
  .box__pay p {
    font-size: 14px;
  }
  .icon__pay {
    width: 100px;
    height: 100px;
  }
  .icon__pay img {
    width: 40px;
  }
  footer {
    margin: 500px 0 0;
  }
  .up__footer li {
    font-size: 14px;
  }
  .up__footer li:not(:last-child) {
    margin: 0 0 10px;
  }
  .image__footer {
    width: 200px;
    height: 180px;
  }
  .image__footer .caption {
    font-size: 14px;
  }
  .menu__footer {
    margin: 190px 0 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col__menu {
    width: 33%;
    margin: 0 0 20px;
  }
  .webs__footer a {
    margin: 0 5px;
  }
  .col__info:first-child {
    margin: 0;
  }
  .balls {
    display: none;
  }
  .webs a:hover {
    background: unset;
  }
  .btn--border:hover {
    color: #10C878;
    background: unset;
  }
  .btn:hover {
    opacity: 1;
  }
  .col__menu a:hover {
    color: #d9d9d9;
  }
  .rights__footer a:hover {
    color: #fff;
  }
  .webs__footer a:hover {
    opacity: 1;
  }
  .item__info--footer:hover {
    color: #fff;
  }
  .image__main_page {
    width: 100%;
  }
  .right__main_page {
    width: 100%;
    margin: 20px 0 0;
  }
  .btns__main_page {
    justify-content: center;
  }
  .btns__main_page .btn--green {
    margin-left: 30px;
    margin-right: 0;
  }
  .main_page {
    margin-top: 200px;
  }
  .main_page h1 {
    margin: 30px 0;
  }
  .pluses::before {
    right: 100px;
  }
  .box__pluses span {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .box__pluses p {
    width: calc(100% - 60px);
  }
  .prices_other .box--prices {
    width: calc((100% - 30px) / 2);
    flex-direction: column;
    align-items: flex-start;
  }
  .prices_other .box--prices::after {
    display: none;
  }
  .prices_other .box--prices img {
    width: 100%;
  }
  .prices_other .box--prices .caption {
    margin: 20px 0 0;
  }
  .prices_other .box--prices .bottom__prices {
    align-items: flex-start;
  }
  .prices_other--mini .wrapper--box {
    margin-top: 30px;
  }
  .equip--other .box__equip {
    width: calc((100% - 30px) / 2);
  }
  .system .wrapper {
    display: block;
  }
  .system {
    margin: 60px 0 0;
  }
  .image__system,
  .text__system {
    width: 100%;
  }
  .text__system {
    margin: 20px 0 0;
  }
  .box__cont {
    padding: 20px;
  }
  .info__footer--cont {
    margin: 0;
  }
  .map__cont {
    height: 250px;
  }
  .image__stage_page .caption {
    font-size: 16px;
  }
  .main_page--404 {
    margin-top: 50px;
  }
  .content__404 span {
    font-size: 28px;
  }
  .descr__services {
    width: 370px;
  }
  .politic {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .menu,
  .info__header_2 {
    display: none;
  }
  .info__header_1 {
    display: flex;
    order: 1;
  }
  .info__header_1 .item__info {
    display: none;
  }
  .info__header_1 a.item__info:last-child {
    margin: 0;
    display: flex;
  }
  header.fixed .wrapper__header {
    display: none;
  }
  header.fixed .info__header_2 {
    display: flex;
  }
  header.fixed .info__header_2 .item__info {
    display: none;
  }
  header.fixed .info__header_2 a.item__info:last-child {
    margin: 0;
    display: flex;
  }
  .offer {
    margin: 30px 0 0;
    order: 1;
  }
  .image__descr {
    width: 100%;
  }
  .text__descr {
    margin: 30px 0 0;
  }
  .box {
    width: 100%;
  }
  .content__calc {
    width: 80%;
  }
  .box--prices img {
    width: 180px;
    height: 110px;
  }
  .down__prices {
    margin: 30px 0 0;
  }
  .content__froze {
    padding: 30px;
  }
  .image__froze {
    width: 220px;
    bottom: 0px;
    top: unset;
    transform: unset;
  }
  .box__port {
    height: 190px;
  }
  .text__why {
    width: 160px;
  }
  .box__stage {
    padding: 20px;
  }
  .box__stage .caption--big {
    font-size: 16px;
  }
  .box__stage p {
    font-size: 14px;
  }
  .box__guar {
    padding: 20px;
  }
  .content__consult {
    width: 100%;
  }
  .order__consult {
    flex-direction: column;
  }
  .order__consult li {
    width: 260px;
  }
  .order__consult li:not(:last-child) {
    margin: 0 0 15px;
  }
  .order__consult li:last-child {
    margin: 0;
  }
  .order__consult li::before {
    width: 31px;
  }
  .form__consult input[type="phone"] {
    padding: 0 50px;
  }
  .up__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .up__footer ul {
    margin: 20px 0 0;
  }
  .wrapper__footer {
    width: auto;
  }
  .box__footer {
    width: 100%;
    margin: 0 15px;
  }
  .box__footer:not(:last-child) {
    margin: 0 15px 20px;
  }
  .image__footer {
    width: 100%;
    height: 150px;
  }
  .menu__footer {
    margin: 650px 0 10px;
  }
  .info__footer {
    margin: 20px auto 0;
  }
  .pluses::before {
    display: none;
  }
  .box__pluses {
    height: auto;
  }
  .box__pluses p {
    font-size: 14px;
  }
  .equip--other .box__equip {
    width: 100%;
  }
  .info__footer--cont {
    margin: 0;
  }
  .box__slider {
    width: calc((100% - 30px) / 2);
    height: 190px;
  }
  .box__insur {
    padding: 20px;
  }
  .main_page--404 {
    margin-top: 80px;
  }
  .content__404 span {
    font-size: 24px;
  }
  .down__services {
    height: auto;
    padding: 20px;
  }
  .down__services::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .image__services.active {
    display: none;
  }
  .tabs__services {
    position: relative;
    top: 0;
    left: 0;
  }
  .tabs__services span {
    width: 100%;
    padding: 0 20px 0 15px;
    justify-content: space-between;
    position: relative;
  }
  .tabs__services span::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(image/icons/chevron_h.svg) no-repeat;
    background-size: cover;
    display: block;
  }
  .item__services.active span {
    border-radius: 14px 14px 0 0;
  }
  .item__services.active span::after {
    width: 11px;
    height: 11px;
    background-position-x: -20px;
  }
  .descr__services {
    width: 100%;
    border-radius: 0 0 14px 14px;
    position: unset;
  }
  .link__nav--other {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .webs a {
    padding: 10px;
  }
  .main {
    margin: 130px 0 0;
  }
  .image__main {
    margin: 0 auto;
  }
  .box__why {
    width: 100%;
    margin: 0 0 10px;
    flex-direction: row;
  }
  .text__why {
    width: auto;
    text-align: left;
    margin: 0 0 0 16px;
  }
  .col__menu {
    font-size: 11px;
  }
  .form__consult input[type="phone"] {
    padding: 0 40px;
  }
  .breadcrumbs {
    display: none;
  }
  .image__main_page {
    height: 240px;
    border-radius: 14px;
  }
  .btns__main_page {
    margin: 20px 0 0;
    flex-direction: column;
  }
  .btns__main_page .btn {
    padding: 18px 32px;
    margin: 0 auto;
  }
  .btns__main_page .btn--green {
    padding: 18px 24px;
    margin-top: 10px;
  }
  .box__services .cost__spectrum,
  .box__services p {
    margin: 5px 0 0;
  }
  .box__services p {
    font-size: 10px;
    padding-right: 0;
  }
  .box__services--big::after {
    display: none;
  }
  .prices_other .box--prices {
    width: 100%;
    height: 70px;
    padding: 15px;
  }
  .prices_other .box--prices::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(image/icons/arrow_h.svg) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 19px;
    right: 20px;
  }
  .prices_other .box--prices.active {
    height: auto;
  }
  .prices_other .box--prices.active::after {
    background-position-x: -42px;
  }
  .prices_other .box--prices img {
    margin: 10px 0 0;
    order: 2;
  }
  .prices_other .box--prices .caption {
    margin: 0 0 0 10px;
    order: 0;
  }
  .prices_other .box--prices p {
    order: 3;
  }
  .prices_other .box--prices .bottom__prices {
    display: contents;
  }
  .prices_other .box--prices .cost__prices {
    margin: 5px 0 0 10px;
    order: 1;
  }
  .prices_other .box--prices .btn {
    order: 4;
  }
  .prices_other--mini .box--prices img {
    margin: 15px 0 0;
  }
  .prices_other--mini .box--prices .caption {
    padding: 10px 0;
  }
  .prices_other--mini .box--prices .cost__prices {
    margin: 10px 0 0;
    order: 2;
  }
  .image__system {
    height: 240px;
    border-radius: 14px;
  }
  .box__cont {
    width: 100%;
    border-radius: 14px;
    margin: 0 0 20px;
  }
  .map__cont {
    margin: 0;
  }
  .modal select {
    width: 100%;
  }
  .box__modal {
    width: 90%;
    padding: 30px;
  }
  .select__modal {
    width: 100%;
  }
  .select__modal:last-child {
    margin: 20px 0 0;
  }
}
@media (max-width: 480.98px) {
  body {
    font-size: 12px;
    line-height: normal;
  }
  header.fixed .box_mobile {
    top: 0;
  }
  header.fixed .link__nav {
    font-weight: 700;
  }
  .wrapper__header {
    padding: 10px;
  }
  .box_mobile {
    width: 100%;
    height: 100vh;
    background: #f3f3f3;
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 0;
    padding: 11px;
    top: 0;
    left: 0;
  }
  .up__box_mobile {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .up__box_mobile::after {
    content: '';
    width: calc(100% + 40px);
    height: 1px;
    background: #BDBDBD;
    position: absolute;
    bottom: -5px;
    left: -20px;
  }
  .nav {
    width: 180px;
    font-size: 14px;
    text-align: center;
    margin: 25px auto 0;
  }
  .link__nav {
    font-weight: 700;
    margin: 0 0 15px;
  }
  .link__nav--cat {
    padding: 0;
  }
  .link__nav--cat::after {
    margin: -1px 0 0;
    right: 0;
  }
  .box__nav {
    padding: 0 0 15px;
    margin-top: -5px;
  }
  .down__box_mobile {
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.45) -6%, rgba(255, 255, 255, 0) 127%);
    opacity: 0.7;
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 20px 10px;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .col__box_mobile {
    width: calc((100% - 20px) / 2);
  }
  .col__box_mobile .item__info {
    font-size: 10px;
  }
  .col__box_mobile .item__info:not(:last-child) {
    margin: 0 0 10px;
  }
  .col__box_mobile .item__info span {
    margin: 0 0 0 7px;
  }
  .col__box_mobile .webs__footer {
    margin: 10px -10px 0;
  }
  .col__box_mobile .webs__footer a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .col__box_mobile .webs__footer img {
    width: 100%;
    height: 100%;
  }
  .col__box_mobile .btn {
    width: 130px;
    max-width: 100%;
    height: 38px;
    font-size: 10px;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
  }
  .col__box_mobile .btn:not(:first-child) {
    margin: 5px 0 0 auto;
  }
  .link__box_mobile {
    font-size: 8px;
    text-align: center;
    text-decoration: underline;
    margin: 20px 0 0;
    display: block;
  }
  .image__main {
    width: 260px;
  }
  h1,
  .main_title {
    font-size: 20px;
  }
  h1 span::before,
  .main_title span::before {
    width: 148px;
    height: 37px;
  }
  .sub_h1 {
    font-size: 12px;
    margin: 14px 0 0;
  }
  .btn {
    font-size: 14px;
    padding: 18px 24px;
    margin: 20px 0 0;
  }
  .btn--green {
    margin: 20px auto 0;
  }
  h2 {
    padding: 40px 0 20px;
  }
  .descr_main {
    margin: 40px 0 0;
  }
  .image__descr {
    height: 170px;
  }
  .text__descr {
    margin: 20px 0 0;
  }
  h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 22px;
  }
  .box {
    margin: 0 0 20px;
    border-radius: 14px;
  }
  .wrapper--box {
    margin: 0 0 -20px;
  }
  .wrapper--mar {
    margin-top: 20px;
  }
  .services .wrapper--box {
    margin-top: 20px;
  }
  .box__services img {
    width: 140px;
    height: 100px;
    border-radius: 8px;
    margin: 0 14px 0 0;
  }
  .caption {
    font-size: 12px;
  }
  .calc {
    height: 550px;
    background: url(image/calc_m.png) no-repeat;
    background-size: cover;
    margin: 0;
  }
  .content__calc {
    width: 100%;
    margin: 310px 0 0;
  }
  .box--prices {
    padding: 15px 15px 45px;
    flex-direction: column;
  }
  .box--prices::before {
    width: 100%;
    height: 150px;
  }
  .box--prices img {
    width: 100%;
    height: 170px;
    border-radius: 8px;
  }
  .box--prices .caption {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .down__prices {
    margin: 20px 0 0;
  }
  .down__prices span {
    font-size: 12px;
  }
  .froze {
    margin: 40px 0 0;
  }
  .froze h2 {
    padding: 170px 0 10px;
  }
  .content__froze {
    padding: 15px 15px 30px;
  }
  .content__froze ul {
    margin: 15px 0 0;
  }
  .content__froze li {
    font-size: 12px;
  }
  .content__froze li:not(:last-child) {
    margin: 0 0 8px;
  }
  .image__froze {
    top: 20px;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translateX(-50%);
  }
  .tabs__port {
    display: none;
  }
  .link_more {
    font-size: 12px;
    margin: 20px 0 0;
  }
  .why {
    background-position: center;
    margin: 40px 0 0;
  }
  .box__stage::after,
  .box__stage:nth-child(2n-1)::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(image/icons/arrow.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 14px;
    bottom: 10px;
    transform: rotate(90deg);
  }
  .box__stage--big {
    height: 350px;
  }
  .box__stage--big::before {
    height: 380px;
  }
  .box__stage--big::after {
    display: none;
  }
  .box__stage--big .btn {
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
  }
  .box__stage .caption--big {
    font-size: 14px;
  }
  .box__stage p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .equip {
    margin: 40px 0 0;
  }
  .text__equip {
    width: auto;
    font-size: 12px;
    line-height: 18px;
  }
  .box__equip .caption {
    font-size: 14px;
  }
  .whatsapp {
    height: 590px;
    background: url(image/whats_bg_m.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 40px;
    margin: 40px 0 0;
  }
  .whatsapp h2 {
    margin-top: 295px;
  }
  .content__whats li {
    font-size: 12px;
  }
  .content__whats li:not(:last-child) {
    margin: 0 0 10px;
  }
  .guarant span {
    font-size: 12px;
  }
  .guarant .wrapper--box {
    margin: 20px 0 -20px;
  }
  .box__guar {
    height: 110px;
  }
  .box__guar .caption {
    font-size: 14px;
  }
  .box__guar p {
    font-size: 12px;
  }
  .reviews::after {
    display: none;
  }
  .box__reviews {
    height: 190px;
  }
  .box__stock {
    height: 375px;
    padding: 20px;
  }
  .box__stock::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(image/icons/arrow.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 14px;
    bottom: 10px;
  }
  .box__stock:not(:nth-child(-n+2)) {
    display: none;
  }
  .box__stock:nth-child(1) .image__stock {
    background: url(image/stock/1_m.jpg) no-repeat;
    background-size: cover;
  }
  .box__stock:nth-child(2) .image__stock {
    background: url(image/stock/2_m.jpg) no-repeat;
    background-size: cover;
  }
  .box__stock span {
    width: auto;
    font-size: 14px;
  }
  .caption__stock {
    width: auto;
    font-size: 20px;
    margin: 215px 0 10px;
  }
  .consult {
    padding: 0 0 40px;
    margin: 40px 0 0;
  }
  .consult h2 {
    padding-bottom: 20px;
  }
  .consult .caption {
    font-size: 14px;
  }
  .content__consult {
    padding: 15px;
  }
  .order__consult {
    margin: 20px 0 0;
  }
  .order__consult li::before {
    line-height: 60%;
  }
  .order__consult li:not(:last-child) {
    margin: 0 0 20px;
  }
  .form__consult {
    width: auto;
    margin: 30px 0 0;
    flex-direction: column;
  }
  .form__consult input[type="phone"] {
    height: 54px;
    text-align: center;
    margin: 0 0 10px;
  }
  .form__consult .btn {
    width: 100%;
  }
  .pay span {
    font-size: 12px;
  }
  .box__pay .caption {
    font-size: 14px;
    margin: 20px 0 5px;
  }
  .box__pay p {
    font-size: 12px;
  }
  footer {
    margin: 490px 0 0;
  }
  .inner__footer {
    background-position-x: right;
  }
  .inner__footer .caption--big {
    font-size: 14px;
    margin: 30px 0 0;
  }
  .inner__footer .btn {
    width: 80%;
    margin: 20px auto 0;
    justify-content: center;
  }
  .up__footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    padding: 25px 20px;
  }
  .up__footer li::before {
    margin: 0 10px 0 0;
  }
  .btn__footer {
    width: 100%;
    text-align: center;
  }
  .btn__footer .btn {
    width: 100%;
  }
  .btn__footer span {
    font-size: 10px;
    margin: 8px auto 0;
  }
  .wrapper__footer {
    margin: 20px 0 0;
  }
  .box__footer {
    border-radius: 14px;
  }
  .image__footer {
    height: 85px;
  }
  .menu__footer {
    display: none;
  }
  .wrapper__footer--down {
    width: max-content;
    align-items: flex-start;
    flex-direction: column;
    margin: 365px auto 0;
  }
  .wrapper__footer--down .logo img {
    width: 143px;
  }
  .webs__footer {
    margin: 15px -5px 0;
  }
  .info__footer {
    font-size: 14px;
    margin: 20px 0 0;
    flex-direction: column;
  }
  .info__footer .col__info:first-child {
    margin: 0 0 8px;
  }
  .info__footer .item__info:not(:last-child) {
    margin: 0 0 8px;
  }
  .rights__footer .wrapper {
    flex-direction: column;
  }
  .rights__footer a {
    margin: 4px 0 0;
  }
  .main_page {
    margin-top: 170px;
  }
  .main_page h1 {
    margin: 20px 0;
  }
  .image__main_page {
    height: 160px;
  }
  .cost__spectrum span {
    font-size: 18px;
  }
  .box__pluses {
    height: 90px;
    padding: 10px;
  }
  .box__pluses p {
    font-size: 12px;
  }
  .spectrum--title .wrapper--box {
    margin: 20px 0 0;
  }
  .prices_other .box--prices {
    height: 60px;
    padding: 10px;
  }
  .prices_other .box--prices::after {
    top: 14px;
  }
  .prices_other .box--prices img {
    height: 130px;
  }
  .prices_other .box--prices .caption {
    font-size: 14px;
  }
  .prices_other .box--prices .cost__prices {
    font-size: 14px;
  }
  .prices_other .box--prices .cost__prices span {
    font-size: 14px;
  }
  .system {
    margin: 40px 0 0;
  }
  .image__system {
    height: 180px;
  }
  .text__system li {
    font-size: 12px;
  }
  .text__system li:not(:last-child) {
    margin: 0 0 5px;
  }
  .equip--other_2 h2 br {
    display: none;
  }
  .equip--other_2 .caption {
    font-size: 11px;
  }
  .info__footer--cont {
    margin: 0;
  }
  .map__cont {
    width: calc(100% + 30px);
    height: 320px;
    margin-left: -15px;
    border-radius: 0;
  }
  .right__main_page ul {
    margin: 10px 0 0;
  }
  .right__main_page li {
    font-size: 12px;
  }
  .right__main_page li:not(:last-child) {
    margin: 0 0 5px;
  }
  .box__slider {
    width: calc((100% - 20px) / 2);
    height: 100px;
  }
  .box__insur .caption {
    font-size: 14px;
  }
  .box__insur p {
    font-size: 12px;
  }
  .image__stage_page img {
    display: none;
  }
  .image__stage_page .caption {
    width: 100%;
    font-size: 14px;
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 10px 20px;
    margin: 0;
  }
  .image__stage_page .caption.active {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .text__stage_page {
    font-size: 12px;
    padding: 30px 12px 12px;
    margin: -10px 0 0;
    position: unset;
  }
  .text__stage_page img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
  }
  .text__stage_page p {
    padding: 5px;
    margin: 5px 0 0;
  }
  .main_page--404 {
    margin-top: 110px;
  }
  .content__404 span {
    font-size: 20px;
  }
  .down__services {
    padding: 15px;
    margin-top: 40px;
  }
  .down__services::after {
    border-radius: 14px;
  }
  .tabs__services span {
    height: 44px;
    font-size: 12px;
    border-radius: 8px;
  }
  .descr__services {
    padding: 10px;
  }
  .descr__services p {
    font-size: 10px;
  }
  .slider__works,
  .slider__reviews {
    width: 100%;
    display: block;
    position: relative;
  }
  .slider__works .slick-arrow,
  .slider__reviews .slick-arrow {
    width: 54px;
    height: 54px;
    background-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
  }
  .slider__works .slick-prev,
  .slider__reviews .slick-prev {
    left: 0;
  }
  .slider__works .slick-next,
  .slider__reviews .slick-next {
    right: 0;
  }
  .politic {
    padding: 40px 0;
  }
  .text__politic ul {
    margin: 5px 0;
  }
  .text__descr h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 364.98px) {
  .content__calc {
    margin: 270px 0 0;
  }
  .box__stock {
    height: 315px;
  }
  .caption__stock {
    margin: 155px 0 10px;
  }
}
