

/* Start:/local/templates/main/custom.css?175744084740352*/
.breadcrumbs--article-box {
	grid-column: 2/24;
	margin-top: 180px;
	margin-bottom: 20px;
}

.header__phone {
	grid-area: 1/10/1/13;
	transform: scale(1.5);
}
.header__adress{
	font-size: 0.7rem;
	grid-area: 1/6/1/10;
}

.header.white:not(.second) .header__text{
	grid-column: 16/20;
}
.header.white:not(.second)  .header__email{
	color: #fff;
}
.header__email{
	grid-area: 1/14/1/15;
}

.footer-big__adress{
	color: #fff;
	margin: 63px 0;
	grid-area: 1/6/1/9;
}

.footer-big__phone{
	grid-area: 1/10/1/15;
}

.footer-big__email{
	grid-area: 1/14/1/15;
	color: #fff;
	margin: 63px 0;
}
.footer-big--new {
	display: grid;
	grid-column: 2/-2;
	grid-template-columns: repeat(4, 1fr);
	grid-template-areas: "post-1 post-2 post-3 post-4"
						 "post-5 post-5 post-3 post-4";
	padding: 60px 0;
}
.footer-big--new-logo{
	display: grid;
	grid-template-columns: 250px;
	grid-template-rows: 45px;
}
.footer-big--new-logo-blocks {
	color: white;
	grid-area: post-1;
}
.footer-big--new-logo path {
    fill: #fff;
}
.footer-big-links1 {
	grid-area: post-2;
}
.footer-big-links2 {
	grid-area: post-3;
}
.footer-big-address {
	grid-area: post-4;
	color: white;
}
.footer-big-images {
	grid-area: post-5;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.footer-big-images img{
	width: 135px;
}
.footer-big-address a{
	color: white;
}
.footer-big-address .modal-form__open {
	background: white;
	color: black;
}
.footer-big-links1 a,
.footer-big-links2 a{
	color: white;
	display: block;
}
.footer-big-links1 a:first-child,
.footer-big-links2 a:first-child{
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

@media (max-width: 1500px) {
	.header__phone {
    grid-area: 1/13/1/16;
	}
	.header__adress{
		grid-area: 1/8/1/12;
	}
	.header__email{
		grid-area: 1/17/1/18;
	}
}

@media (max-width: 1300px) {
	.breadcrumbs--article-box {
		margin-top: 108px;
	}
}


@media (max-width: 1000px) {
	.breadcrumbs--article-box {
		margin-top: 98px;
	}
}

@media (max-width: 800px) {
	.header__adress {
		grid-area: 1/5/1/8;
	}
	.header__phone {
		grid-area: 1/9/1/11;
	}
	.header__email {
		display: none;
	}

}

@media (max-width: 600px){
	.header__adress{
		display: none;
	}
}

.raboty_slider img{
	width: 250px;
    height: 250px;
    object-fit: cover;
}
.fanciful-bread-crumbs {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.fanciful-bread-crumbs__delimiter {
	display: block;
	height: 18px;
	width: 18px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACkSURBVDiN5dQxDoIwFAbgD2LiqCfwBJ5EZ51MHJ0UNq8BTp7OwVNoYsABDOhACHYx/uNL+7Xpyyv9kiBD1HN9Zw4oUCIPgS5wq8ES5xDo8mfQNR4tNMibbjVNCnbTfQt8Q0dYdWyMMfmojTHFFbO6tsMdaVSfECp5HBArcYlwHAhsMG9hKU5Db5NqGlKoxnNw/gh7TcfXWBISo/qpg2FUM5r1xZ5kh0A57QjDzAAAAABJRU5ErkJggg==");
	background-size: 62%;
	background-position: center;
	background-repeat: no-repeat;
}
.fanciful-bread-crumbs__item,
.fanciful-bread-crumbs__delimiter {
	margin-right: 5px;
}
.fanciful-bread-crumbs__item > a.link,
.fanciful-bread-crumbs__item > span.link {
	font-size: 16px;
	white-space: normal;
}
.fanciful-bread-crumbs__item > span.link {
	opacity: 0.4;
}
@media (max-width: 1000px) {
	.fanciful-bread-crumbs__item > a.link,
	.fanciful-bread-crumbs__item > span.link {
		font-size: 14px;
	}
}

.article h1.article-h1-center,
.article .abs.article-abs-center,
.arenda.table-center {
	grid-column: 4/22;
}

@media (max-width: 1100px) {
	.article h1.article-h1-center,
	.article .abs.article-abs-center,
	.arenda.table-center {
		grid-column: 2/24;
	}
}

.infographic {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 0.5em;
}
.infographic__item {
	-webkit-box-flex: 0;
	flex: 0 1 26rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 1em;
}
.infographic__image {
	-webkit-box-flex: 0;
	flex: 0 0 4em;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 6em;
}
.infographic__caption {
	text-align: justify;
}
.infographic__caption--title {
	text-align: center;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.infographic-list .infographic__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-flex: 0;
	flex: 0 1 100%;
	-webkit-box-align: start;
	align-items: flex-start;
}
.infographic-list .infographic__image {
	max-width: 4em;
}
.infographic-list .infographic__caption {
	padding: 0 1.2em;
}
.infographic-list .infographic__caption--title {
	text-align: left;
}
.infographic-list .infographic__caption--description > .infographic__caption--title {
	display: inline;
}

[class*="_check_marked_list"] {
	list-style: none;
}
[class*="_check_marked_list"] > li {
	position: relative;
	padding-left: 1.9em;
	margin-bottom: 1.5em;
	font-size: 16px;
}
[class*="_check_marked_list"] > li::before {
	content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.25em;
	background: transparent no-repeat center;
	background-size: contain;
}

.black_check_marked_list > li::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAABBElEQVRIie3UMUoDQRQG4E8rUTAqRE9iIWij2IhYeQAP4BUEO7EJqJ122ukhbKwsRQRFEARBsQ4WmsQiWQizs5CNs2CRH6aZ9+Z9O7C7jPJPsoNj1KtElvCDDj6wWQUyiccekq0vjKeGjgKkg8vUyDJaAfKJhZTIFJ7lb7OdEoHTCHKRGllHO0DeMJcSqeFV/jYbZYbM4kD3uyjKeQQ5K4PM4LZ3sIm1SM9WBHnBdBnoOhjQxGpfvY73oKcd9AyUm8jT9mNXkfpJWQTmcV+ANSL7T7q/n6FSx11kaLhaWBkWKYMd/hUZBHvARCqoCPvGYkokS/iC7FeBZKlhD7sYqxIaJZdfhYF6R58+xmoAAAAASUVORK5CYII=");
}

.seacol_ring_check_marked_list > li::before {
	background: #50bfdb;
	border: 1px solid black;
	border-radius: 50%;
	content: "?";
	color: white;
	text-align: center;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3;
}

.bordered-table {
	border-collapse: collapse;
}
.bordered-table td,
.bordered-table th {
	border: 1px solid black;
	padding: 0.5em;
}

.bordered-table td,
.bordered-table th {
	border: 1px solid black;
	padding: 0.5em;
}
.price-block {
	margin: 1rem auto;
}
.price-block__table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	box-sizing: border-box;
}
.price-block__table thead {
	background: #9d6ee3;
	color: #fff;
}
.price-block__table th,
.price-block__table td {
	padding: 0.5em 1em;
}
.price-block__table th {
	border-right: 1px solid #fff;
}
.price-block__table th:last-child {
	border-right: none;
}
.price-block__table td {
	border: 1px solid #000;
}
.price-block__table td[colspan] {
	text-align: center;
}
.price-block__postfix {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 1em 0;
}
.price-block__postfix p:first-child {
	flex: 0 2 80%;
	font-size: 0.8em;
	font-style: italic;
}
.price-block__button {
	display: block;
	text-align: center;
	padding: 0.5em 1em;
	color: #fff;
	background: #9d6ee3;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.price-block__button:hover {
	opacity: 0.9;
}

.popup-modal-form {
	display: none;
	position: fixed;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	z-index: 16;
}
.popup-modal-form.active {
	display: -webkit-box;
	display: flex;
}
.popup-modal-form__closer {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}
.popup-modal-form__closer:hover {
	opacity: 1;
}
.popup-modal-form__closer:before,
.popup-modal-form__closer:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 33px;
	width: 2px;
	/* background-color: #333; */
	background-color: #fff;
}
.popup-modal-form__closer:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-modal-form__closer:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-modal-form__content {
	min-height: 50%;
	min-width: 50%;
}
.popup-modal-form__content .feedback__head.animate.start{
	margin-top: 0;
}
.popup-modal-form__content.uslugi__background, .popup-modal-form__content .uslugi__background{margin: 0;}
.popup-modal-form__content .feedback__bottom{align-items: center;}
.popup-modal-form__content .feedback__button{line-height: 1.8;}
.popup-modal-form__content .feedback__text{text-align: center; flex: 1 2 320px;}

.mark_list-purple{
	list-style: none;
}
.mark_list-purple > li{
	padding-left: 100px;
}

.mark_list-purple > li::before{
	content: '';
	background: url(/src/img/mark_purple.png);
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	display: inline-block;
	left: 0;
}
table.price {
	width: 100%;
	border: 1px solid #9f9f9f;
	margin: 15px 0;
}
table.price thead {
	background: linear-gradient(#18a4d6, #9a32fd) ;
	color: white;
	font-family: Cera Pro;
	font-size: 22px;
}
table.price thead th {
	padding: 20px 10px;
}
table.price tbody td {
	border: 1px solid #9f9f9f;
	padding: 10px;
	font-family: Cera Pro;
	font-size: 22px;
	text-align: center;
}
table.price tbody td:nth-child(1){
	text-align: left;
}
#feedback {
	overflow: hidden;
	z-index: 99999;
}
.modal-form {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	padding-top: 60px;
}
.modal-form .feedback.white {
	background-color: #9a32fd;
	/*margin: 5% auto 15% auto;*/ /* 5% from the top, 15% from the bottom and centered */
	margin: 2.5% auto 15% auto;
	border: 1px solid #888;
	width: 70%;
	padding: 15px;
	position: relative;
}
.modal-form .feedback__head {
	font-size: 50px;
	margin: 0 auto 25px;
}
.modal-form .feedback__text {
	font-size: 15px;
}
.modal-form .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
}
.modal-form .close-btn:hover {
	opacity: 1;
}
.modal-form .close-btn:before,
.modal-form .close-btn:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 33px;
	width: 2px;
	/* background-color: #333; */
	background-color: #fff;
}
.modal-form .close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-form .close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-form__open, .just-link {
	display: block;
	font-family: Cera Pro;
	text-align: center;
	padding: 0.5em 1em;
	color: #fff;
	background: linear-gradient(#18a4d6, #9a32fd) ;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.modal-form__open:hover {
	opacity: 0.9;
}
.advantages {
	display: flex;
	justify-content: center;
}
.advantages__item {
	text-align: center;
	width:30%;
}
.advantages__item .title {
	font-weight: bold;
	margin: 5px auto;
}
.advantages__item .text{
	margin: 5px auto 15px;
}
.grid-4-22 {
	grid-column: 4/22;
}
.sandwich__right .sandwich__right__menu__item{
	width: 100%;
	display: block
}

@media (max-width: 550px) {
	.table-responsive {
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
		margin: 0 0 1em;
	}
	table.price {
		width: 100%;
	}
	table.price thead th {
		padding: 0 5px;
		font-size: 16px;
	}
	table.price tbody td {
		font-size: 16px;
		padding: 0 5px;
	}
}


#mainpage_2 {
    background: #5BBBC1;
    height: 100%;
    width: 100vw;
    color: #fff;

}

#mainpage_2 .inner {
    padding: 50px 0;
    width: 92%;
    margin: auto;
}

#mainpage_2 .title {
    font-weight: bold;
    font-size: 60px;
}

#mainpage_2 .txt {
    font-size: 24px;
    max-width: 1050px;
}

#mainpage_3 {
    background: #9d6ee3;
    height: 100%;
    width: 100vw;
}

#mainpage_3 .uslugi__background {
    padding-top: 1px;
    margin: 0;

}

#mainpage_3 {
    position: relative;
}

#mainpage_3 .feedback__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
}

#mainpage_3 .feedback__head .left {
    font-size: 60px;
}

#mainpage_3 .feedback__head .right {
    font-size: 30px;
    width: 70%;
}

#mainpage_3 .uslugi__background .feedback__bottom .feedback__button {
    padding: 10px 0;
}
.footer-big__top {
	margin: 50px 0 0 0;
}
.footer-big.footer-main {
    margin: 0;
}

.footer-big.footer-main .footer-big__logo {
    margin: 0;
    padding: 20px 0;
}

.footer-big.footer-main .footer-big__phone {
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    grid-area: 1/23/1/24;
}

.footer-big.footer-main .footer-big__line {
    width: 96%;
    grid-column: 2/24 !important;
}

.footer-big.footer-main .footer-small__neon {
    padding: 20px 0;
    font-size: 16px;
}

.main-footer-menu-wrap {
    background: #9d6ee3;
}

.main-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 70px 0 30px;
    width: 82%;
    margin: auto;
}

.main-footer-menu a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-right: 5px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.main-footer-menu a:hover {
    text-decoration: none;
}

#main-carousel {
    padding: 100px 0;
    max-width: 1250px;
}

#main-carousel a {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 232px;
    height: 232px;
    border-radius: 50%;
    transition: 0.3s;
    margin: auto;
}

#main-carousel .owl-item:nth-child(even) a {
    background: rgba(157, 110, 227, 0.2);
}

#main-carousel .owl-item:nth-child(odd) a {
    background: rgba(255, 149, 161, 0.2);
}

#main-carousel a:hover {
    opacity: 1 !important;
    transform: scale(0.97);
}

#main-carousel .owl-prev,
#main-carousel .owl-next {
    position: absolute;
    top: 46%;
    margin-top: -10px;
}

#main-carousel .owl-prev {
    left: 0px;
}

#main-carousel .owl-next {
    right: 0px;
}

@media (max-width: 414px) {
    #mainpage_3 .feedback__input-text {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    #mainpage_3 .feedback__head .left {
        font-size: 30px;
        width: 100%;
    }

    #mainpage_3 .feedback__head .right {
        font-size: 16px;
        width: 100%;
    }

    #mainpage_2 .inner {
        padding: 20px 0;
    }

    #main-carousel {
        padding: 30px 0;
    }

    .main-footer-menu {
        padding: 0;
    }

    #mainpage_2 .title {
        font-size: 30px;
    }

    #mainpage_2 .txt {
        line-height: 25px;
        font-size: 16px;
    }

    .main-footer-menu a {
        font-size: 18px;
    }

    #mainpage_3 .uslugi__background .feedback {
        margin-top: -45px;
    }

    .footer-big.footer-main .footer-big__logo,
    .footer-big.footer-main .footer-big__phone,
    .footer-big.footer-main .footer-small__neon {
        padding: 5px 0;
    }
}


/* #yamap{
	height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
} */
.wrap_map{
	opacity: 1;

position: relative;
-ms-grid-column: 2;
-ms-grid-column-span: 22;
-ms-grid-row: 3;
align-self: flex-end;
grid-area: 3/2/3/24;
height: 76.35468vh;
width: 100%;
}
.wrap_wrap_map #map{

}
.wrap_wrap_map{
	background-color: #9d6ee3;
	transition: transform .5s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
overflow: hidden;
width: 100%;
z-index: 9999;
position: relative;
top: 170;
color: #fff;
display: -ms-grid;
display: grid;
-ms-grid-column: 1;
-ms-grid-column-span: 24;
grid-column: 1/25;
-ms-grid-columns: inherit;
grid-template-columns: inherit;
/* height: auto; */
height: 400px !important;
left: 0;
}

.contact_map{
	position: absolute;
    z-index: 9999;
    background: #9d6de3;
    top: 20%;
    left: 10%;
    padding: 20px;
}
.contact_map_title{
	margin-bottom: 20px;
}
.contact_map_text{
	font-size: 16px;
}
.h2chv, .sub_title{
	text-align: center;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 30px;
}
.qv-item{
	border: 2px solid #9d6ee3;
    border-radius: 5px;
	padding: 40px 20px;
	margin-bottom: 30px;
}
.qv-item-l{
	color: #7d7a7a;
	margin-right: 50px;
	min-width: 100px;
}
.question-i, .answer-i{
	display: flex;
}
.question-t{
	font-weight: bold;
}
.article .article-abs-center a.flex_relink-item{
	color: #000 !important;
	text-decoration: none !important;
}
.article .article-abs-center a.modal-form__open, .just-link{
	color: #fff !important;
	text-decoration: none !important;
}

.article .article-abs-center a:not(.price-block__button),
a.link_custom
{
	color: #9d6ee3;
	text-decoration: underline;
}
#sliderobj .slide img{
	height: 150px;
    object-fit: contain;
}
#sliderobj .owl-next, #sliderobj .owl-prev, .reviews_slider .owl-next, .reviews_slider .owl-prev{
	position: absolute;
	top: 46%;
	margin-top: -10px;
}
#sliderobj{
	margin-top: 30px;
}
#sliderobj .owl-next, .reviews_slider .owl-next{
	right: -40px;
}
#sliderobj .owl-prev, .reviews_slider .owl-prev{
	left: -40px;
}
@media (max-width: 1200px) {
    .main-footer-menu {
        width: 92%;
    }
}

.flex_relink-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex_relink-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	width: 30%;
	margin-bottom: 25px;
}

.flex_relink-item .articles__wrapper__item__title{
	font-size: 22px;
	margin-top: 10px;
}
.flex_relink-item .articles__wrapper__item__img{
	height: 240px;
}

@media (max-width: 1200px){
	.flex_relink-item {
		width: 48%;
	}
}
@media(max-width: 768px){
	.wrap_wrap_map{
		top: 60px;
	}
	.qv-item-l{
		min-width: 65px;
	}
	.footer-big--new {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas: "post-1"
							"post-4"
							"post-5"
							"post-2"
							"post-3";
	}
	.footer-big-images {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		margin: 0 auto;
	}
	.footer-big--new-logo-blocks,
	.footer-big-address {
		margin: 0 auto;
	}
	.footer-big-links1,
	.footer-big-links2 {
		text-align: center;
		margin: 15px 0;
	}
	.footer-big-links1 a,
	.footer-big-links2 a{
		margin: 0;
	}
}
@media (max-width: 800px){
	.flex_relink-item {
		width: 100%;
	}
}

@media (max-width: 500px){
	.contact_map{
		top: 9%;
		left: 18%;
		display: none;
	}
	.question-i, .answer-i{
		flex-direction: column;
	}
	.footer-big {
		margin-top: 50px;
	}
}

@media (max-width: 414px){
	.contact_map{
		padding: 10px;
	}
	.contact_map_title {
		margin-bottom: 10px;
	}
}



.prices {
	margin-top: 150px;
}
.prices .prices-calc {
	border: 1px solid #9d6ee3;
	-ms-grid-column: 2/24;
	grid-column: 2/24;
	padding: 20px;
    margin: 80px 0;
    display: grid;
    align-items: center;
}
.prices .prices-calc .prices-calc__title {
	font-size: 60px;
    font-weight: 600;
    margin: 0;
}
.prices .prices-calc .prices-calc__link {
	margin: 0;
}
.prices .prices-calc .prices-calc__link a {
	display: block;
    width: auto;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 120%;
    text-decoration: none;
    background: linear-gradient(to bottom, #3a97ba, #8e3de2);
    text-align: center;
    font-weight: 600;
}
.prices .prices-table {
	-ms-grid-column: 2/24;
	grid-column: 2/24;
	margin: 80px 0;
}
.prices .prices-table .prices-table__title {
	text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
}
.prices .prices-table .price-block__table thead {
	background: linear-gradient(to bottom, #3a97ba, #8e3de2);
}
.prices .prices-table .price-block__button {
	background: linear-gradient(to bottom, #3a97ba, #8e3de2);
}
.prices .prices-services {
	-ms-grid-column: 2/24;
	grid-column: 2/24;
	margin: 80px 0;
}
.prices .prices-services .prices-services__title {
	text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
}
.prices .prices-services .articles__wrapper {
	margin-top: 40px;
}
.prices .prices-services .articles__wrapper__item {
	border-bottom: none;
    margin: 0 40px 20px 0;
    flex: 0 0 20%;
    padding: 20px;
    background: linear-gradient(90deg,#cf63b4,#5f61d8);
    border-radius: 10px;
}
.prices .prices-services .articles__wrapper__item:nth-child(4n) {
	margin: 0 0 20px 0;
}
.prices .prices-services .articles__wrapper__item .articles__wrapper__item__img {
	width: 100%;
    height: 30vh;
}
.prices .prices-services .articles__wrapper__item .articles__wrapper__item__title {
	border-bottom: 1px solid rgba(255,255,255,.25);
    margin: 20px 0;
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    min-height: 73px;
}
.prices .prices-services .articles__wrapper__item .articles__wrapper__item__price {
	color: #5b7990;
    font-size: 20px;
    background: #fff;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
}
.prices .prices-services .articles__wrapper__item .articles__wrapper__item__link {
	position: relative;
}
.prices .prices-services .articles__wrapper__item .articles__wrapper__item__link:before {
	width: 100%;
    height: 1px;
    background: rgba(255,255,255,.25);
    position: absolute;
    content: "";
    bottom: 22.5px;
}
.prices .prices-services .articles__wrapper__item .articles__wrapper__item__link .articles__wrapper__item__link__line {
	font-size: 34px;
    color: #5b7990;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.prices .prices-examples {
	-ms-grid-column: 2/24;
	grid-column: 2/24;
	margin: 80px 0 0;
}
.prices .prices-examples .prices-examples__title {
	text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
}
.prices .prices-examples .prices-examples__wrapper {
	margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.prices .prices-examples .prices-examples__wrapper .objects__item {
	display: block;
    width: 24%;
    margin: 0 20px 20px 0;
}
.prices .prices-examples .prices-examples__wrapper .objects__item:nth-child(4n) {
	margin: 0 0 20px 0;
}
@media (max-width: 1650px){
	.prices .prices-examples .prices-examples__wrapper .objects__item {
	    width: 23%;
	}
}
@media (max-width: 1450px){
	.prices .prices-services .articles__wrapper__item {
		flex: 0 0 19%;
	}
}
@media (max-width: 1200px){
	.prices .prices-calc .prices-calc__title {
		margin-bottom: 20px;
	    text-align: center;
	    grid-column: 1/24;
	}
	.prices .prices-calc .prices-calc__link {
		grid-column: 1/24;
	}
	.prices .two-col__lefthead {
		grid-column: 2/24;
    	margin-top: 0;
	}
	.prices .prices-calc,
	.prices .prices-table,
	.prices .prices-services {
		margin: 40px 0;
	}
	.prices .prices-examples {
		margin: 40px 0 0;
	}
	.prices .prices-services .articles__wrapper__item {
	    flex: 0 0 43%;
	}
	.prices .prices-services .articles__wrapper__item:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	.prices .prices-examples .prices-examples__wrapper .objects__item {
	    width: 48%;
	}
	.prices .prices-examples .prices-examples__wrapper .objects__item:nth-child(2n) {
		margin: 0 0 20px 0;
	}
}
@media (max-width: 1200px){
	.prices .prices-services .articles__wrapper__item {
	    flex: 0 0 93%;
	    margin: 0 0 20px 0;
	}
	.prices .prices-examples .prices-examples__wrapper .objects__item {
	    width: 100%;
	    margin: 0 0 20px 0
	}
	.prices .prices-services .articles__wrapper__item .articles__wrapper__item__title {
		padding-bottom: 10px;
    	min-height: unset;
	}
}
@media (max-width: 450px){
	.prices .prices-services .articles__wrapper__item {
	    flex: 0 0 88%;
	    margin: 0 0 20px 0;
	}
	.prices .prices-calc .prices-calc__title {
		font-size: 36px;
	}
	.prices .prices-table .price-block {
		overflow-x: scroll;
	}
}

.reviews_slider .reviews_slider_item{
	background-color: #F9F9F9;
	padding: 1px 20px 20px 20px;
}

.reviews_slider .reviews_slider_item{
	margin-top: 0px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.reviews_slider .reviews_slider_item .review_author{
	font-size: 13px;
	font-style: italic;
	color: #9d6ee3;
}

.reviews_slider .reviews_slider_item .quotes{
	position: absolute;
	left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #9d6ee3;
}
.reviews_slider .reviews_slider_item .quotes:last-child{
	right: 20px;
	text-align: right;
}

.text-center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.wrap_uslugi_form{
    padding-top: 40px;
}
.feedback__head_uslugi{
    text-align: center;
    margin-bottom: 40px;
}
.container_uslugi{
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.wrap_uslugi_form .uslugi_info,
.wrap_uslugi_form .uslugi_form
{
    flex: 1;
}
.uslugi_info a{
    color: #fff;
}
.uslugi_info a, .uslugi_info{
    font-size: 30px;
}
.feedback__head_title{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.feedback.white .uslugi_form textarea, .feedback.white .uslugi_form form input[type="text"],.feedback.white .uslugi_form form input[type="tel"]{
    background: #fff;
    border-radius: 5px;
    height: 60px;
    color: #7f7f7f;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.feedback.white .uslugi_form textarea{
    height: 102px;
}
input[type="text"]::-webkit-input-placeholder { color: #7f7f7f;font-size: 16px; }
   input[type="text"]:-ms-input-placeholder { color: #7f7f7f;font-size: 16px; }
   input[type="text"]::-ms-input-placeholder { color: #7f7f7f;font-size: 16px; }
   input[type="text"]::placeholder { color: #7f7f7f;font-size: 16px; }

input[type="tel"]::-webkit-input-placeholder { color: #7f7f7f;font-size: 16px; }
   input[type="tel"]:-ms-input-placeholder { color: #7f7f7f;font-size: 16px; }
   input[type="tel"]::-ms-input-placeholder { color: #7f7f7f;font-size: 16px; }
   input[type="tel"]::placeholder { color: #7f7f7f;font-size: 16px; }

   .feedback.white .uslugi_form textarea::-webkit-input-placeholder { color: #7f7f7f;font-size: 16px; }
   .feedback.white .uslugi_form textarea:-ms-input-placeholder { color: #7f7f7f;font-size: 16px; }
   .feedback.white .uslugi_form textarea::-ms-input-placeholder { color: #7f7f7f;font-size: 16px; }
   .feedback.white .uslugi_form textarea::placeholder { color: #7f7f7f;font-size: 16px; }


   .uslugi_form .feedback__button:after{
    background-image: unset;
    height: 0;
    width: 0;
   }
   .uslugi_form .feedback__button{
    background: #fff;
    color: #000;
    margin-right: 0;
    border-radius: 5px;
    padding: 10px 50px;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
   }
   .uslugi_form .feedback__bottom {
    margin-top: 0px;
   }
   .uslugi_email{
    margin-bottom: 40px;
   }
   .t-text_sm {
    font-size: 18px;
    line-height: 1.55;
}
   .uslugi_socico {
    margin-top: 20px;
   }


@media (max-width: 768px){
    .container_uslugi{
        flex-direction: column;
    }
    .wrap_uslugi_form .uslugi_info{
        margin-bottom: 20px;
    }
    .uslugi_info a, .uslugi_info {
        font-size: 20px;
    }
    .uslugi_form .feedback__button{
        text-align:center;
    }
    .feedback__head_title, .feedback__head_uslugi{
        margin-bottom: 20px;
    }
}


.stati__wrapper{
	-ms-grid-column: 1;
    -ms-grid-column-span: 24;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    grid-column: 1/25;
    margin-top: 85px;
}
.stati__wrapper__item{
    display: block;
    width:25%;
	margin-left: 4vw;
	margin-bottom: 20px;
}
.stati__wrapper__item__title{
	display: inline-block;
	/* background: url("/upload/images/xcheckbox-303113_960_720.png") right center no-repeat; */
	position: relative;
}
.stati__wrapper__item__title:after{
	content: '';
	background: url("/upload/images/xcheckbox-303113_960_720.png") no-repeat;
	background-size: 100%;
    width: 20px;
    height: 20px;
    top: 5px;
    position: absolute;
    right: -27px;
}
.strong{
	font-weight: bold;
}

.stat-img__right{
	float: right;
}
.stat-img__left{
	float: left;
	margin-right: 10px;
}

.stati-info{
	border: 1px solid #000;
	padding: 0 10px;
    margin-bottom: 20px;
}
.img-center{
	margin-bottom: 20px;
	text-align: center;
}
.wrap_textimg{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap_textimg > div{
    width: calc(50% - 10px);
}
.bothstyle{
	clear: both;
	margin: 10px 0;
}
.othwidth{
	width: 25%;
}
@media (max-width: 768px){
	.stat-img__center, .stat-img__left, .stat-img__right{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
}
@media (max-width: 600px){
	.wrap_textimg{
		flex-direction: column;
	}
	.wrap_textimg > div{
		width: 100%;
		margin-bottom: 20px;
	}
	.wrap_textimg .img img{
		width: 100%;
	}
}

.td-show-small{display: none;}
.footer-fix{width:75%;}

@media (max-width: 768px) {
	.st-head-row-main{
		background: linear-gradient(to bottom, #3a97ba, #8e3de2);
		color: #fff;
		padding:6px 0;
}
		.td-show-small{
			display: block;
			display: table-row;
		}
		.td-hide-small{
			    display: none;

		}
		.footer-fix{text-align: center}
}

.price-grid-inner .title{
	color: #007aff;
	font-weight: bold;
}
.price-grid{
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1vw;
}
.swiper-slide{
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 1vw;
	grid-row-gap: 1vw;
}
.article__img a:hover{
	opacity: 1 !important;

}
.h2-content{
margin:20px 0 !important;
text-align: center; }
.modal.show{
	/*overflow-y: hidden;*/
	overflow: auto;
}
.modal__logo, .modal__close{
	height:50px !important;
}

.modal__header{
	margin-top:0px !important;
}
.modal{
	/*height:95vh !important;*/
	height:100vh !important;
}
.main_footer{
	width: 92%;
	margin: auto;
}
.swiper-container-text .swiper-slide{
	display:block !important;
}
.advantages-grid{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-column-gap: 20px;
}
.advantages-grid .advantages_item img{
	display:block;
	width:30%;
	margin:auto;
}
.advantages-grid .advantages_item .title{
	font-weight: bold;
}
.advantages-grid .advantages_item p{
	text-align: center;
}
.example-works{
	text-align: center;
}
.example-works img{
	width:30%;
	margin:10px;
	object-fit: cover;
	height:300px;
}
.img-float--left{
	float:left;
	padding:10px;
	width:30%;
}
.img-float--right{
	float:right;
	padding:10px;
	width:30%;
}
.img-center{
	display:block;
	margin:auto;
}
@media(max-width: 600px){
	.example-works{
		flex-wrap: wrap;
	}
	.example-works img{
		width:100% !important;
		margin:auto;
	}
}
.feedback__successText {
	max-height: 75px !important;
}
@media (max-height: 1060px) {
    .feedback__input-text {
        margin-bottom: 20px;
    }
}
.grid-inrow--2{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
div.col-1-3{
	grid-template-columns: 1fr 3fr;
}

.otzyvy_wrap{
	grid-column: 2/24;
	margin-top: 20px;
}

.flex-container__otzyvy {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-item__otzyvy {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	width: calc(100%/3);
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.otzyv__inner{
	background-color: #F9F9F9;
	padding: 10px 20px;
	position: relative;
	text-align: center;
}

.otzyvy-page .page-header{
margin: 0;
	padding: 30px 0 20px;
	padding-bottom: 70px;
}

.reviews_slider .reviews_slider_item{
	margin-top: 0px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.otzyv__inner .review_author{
	font-size: 13px;
	font-style: italic;
	color: #9d6ee3;
}

.otzyv__inner .quotes{
	position: absolute;
	left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #9d6ee3;
}
.otzyv__inner .quotes:last-child{
	right: 20px;
	text-align: right;
}

@media (max-width: 800px){
	.flex-item__otzyvy{
		width: calc(100%/2);
	}
}

@media (max-width: 450px){
	.flex-item__otzyvy{
		width: 100%;
	}
}
.work-time{
	color: white;
}
.advantages-flex{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.advantages-flex--item{
	width:30%;
	margin:0 20px;
}
.advantages-flex--item img{
	width:100px;
	margin: auto;
	display:block;
}
.advantages-flex--item p{
	display:block;
}
@media(max-width:600px){
	.advantages-flex--item{
		width:80%;
	}
	.modal-form div.feedback.w-50{
	width:80% !important;
}
	.cost-form{
		width:100%;
	}
	.sign-types--item{
		width:90%;
	}
}
.font-center{
	text-align: center;
}
.cost-form{
	display:block;
	margin:25px auto;
	width:50%;
}
.modal-form div.feedback.w-50{
	width:50%;
}
.cost-form .feedback__text{
	grid-column:3/3;
}
.cost-form .feedback__bottom{
	display: block;
}
.cost-form .feedback__button{
	display: block;
    margin: 0 auto 20px;
    width: 120px;
}
.cost-form .feedback__bottom{
	margin-top:0;
}
	.sign-types{
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
		margin-bottom:20px;
	}
	.sign-types--item{
		width:18%;
		background-color:rgba(0,0,0,.7);
		border-radius:10px;
		padding-bottom:60px;
	}
	.sign-types--item p{
		display:flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		color:#fff;
		text-transform: uppercase;
		line-height: 1.25em;
		font-size:18px;
		text-align: center;
	}
	.sign-types--item img{
		width:100%;
	}
.grid-stages{
	display:grid;
	grid-template-columns: 1fr 4fr;
}
.grid-stages .grid-stages--img, .grid-stages .grid-stages--text{
	margin-bottom:20px;
}
.grid-stages .grid-stages--text{
	display:flex;
	align-items: center;
}
.grid-stages .grid-stages--img{
	width:80px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
a.btn_standart_custom {
	width: 320px;
	margin: 10px auto;
	display: block;
	font-family: Cera Pro;
	text-align: center;
	color: #fff!important;
	background: linear-gradient(#18a4d6, #9a32fd);
	cursor: pointer;
	text-decoration: none!important;
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 18px;
}
a.btn_standart_custom:hover{
	opacity: .5 !important;
}
.arenda_glid_title {
	border-top: 1px solid #000;
	grid-column: 2/24;
	margin-top: 33px;
	padding: 95px 0 80px;
}
.arenda_glid {
	grid-column: 2/24;
}
.arenda .objects__head {
	grid-column: 2/24;
}
.article .block-photo{
	display: flex;
	justify-content: space-around;
}
.block-photo .photo_item {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 32%;
}
.mt_custom {
	margin-top: 80px;
}
.block_prise_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.block_prise_list .element_price {
	width: 252px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px;
	box-sizing: border-box;
	line-height: 114%;
	margin-bottom: 20px;
	position: relative;
}
.block_prise_list .element_price .title_element {
	font-size: 16px;
}
.block_prise_list .element_price .text_element {
	font-size: 14px;
}
.block_prise_list .element_price .text_element ul {
	
}
.block_prise_list .element_price .prise_elenemt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 67px;
}
.block_prise_list .element_price .img_element_price {
	width: 180px;
	height: 180px;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}
.block_prise_list .element_price .img_element_price img {
	border-radius: 5px;
	max-width: 100%;
}
.block_prise_list .element_price .buttom {
	position: absolute;
	bottom: 11px;
	left: 19%;
}
.text-after-prise {
	font-style: italic;
}
@media screen and (max-width: 960px){
	.advantages.arenda_advantages {
		flex-wrap: wrap;
		
	}
	.grid-4-22.arenda_advantages_grid {
		grid-column: 2/22;
	}
	.arenda_advantages_grid .advantages__item {
		width: 30%;
		margin: 10px;
	}

}
@media screen and (max-width: 960px){
	.arenda_advantages_grid .advantages__item {
		width: 45%;
		margin: 5px;
	}
}
@media screen and (max-width: 550px) {
	.block_prise_list .element_price {
		width: 43%;
	}
}
@media screen and (max-width: 480px){
	.arenda_advantages_grid .advantages__item {
		width: 100%;
		margin: 5px 0;
	}
	.article .block-photo {
		flex-wrap: wrap;
	}
	.block-photo .photo_item {
		width: 100%;
	}
	.block_prise_list .element_price {
		width: 250px;
	}
}

.on .anim-9 {
    transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1) .45s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .45s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .45s, -webkit-transform 1s cubic-bezier(.165,.84,.44,1) .45s;
}
.on .anim-10 {
    transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1) .5s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .5s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .5s, -webkit-transform 1s cubic-bezier(.165,.84,.44,1) .5s;
}
.on .anim-11 {
    transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1) .55s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .55s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .55s, -webkit-transform 1s cubic-bezier(.165,.84,.44,1) .55s;
}
span.firstPage_smoll_text {
	font-size: 36px;
	line-height: 100%;
	padding-top: 50px;
	display: block;
}
a.price-block__button.price-block__button_custom {
	width: 320px;
	margin: 10px auto;
	display: block;
	font-family: Cera Pro;
	text-align: center;
	color: #fff !important;
	background: linear-gradient(#18a4d6, #9a32fd);
	cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 18px;
}

/* new calc start */
.calculator__radio-buttons[data-option="type-letter"] .radio {
	width: 50%;
}
.calculator__bottom-sale {
	-ms-grid-column:2;
	-ms-grid-column-span:2;
	-ms-grid-row:1;
	grid-area:1/2/1/4;
	margin:15px 0
}
.calculator__bottom-sale .info__item {
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
}
.calculator__bottom-sale .info__item .info__item__square {
	left: 20%;
}
.calculator__number[data-name="delivery-length"] {
	margin-top: 30px;
}
.calculator.calc_sale .calculator__row[data-option=location] {
    display: flex;
}
@media (max-width: 1600px) {
	.calculator__radio-buttons[data-option="type-letter"] .radio {
		margin-bottom: 35px;
    	min-width: 100%;
	}
	.calculator__radio-buttons[data-option="type-letter"] .calculator__columns:not(:last-child) {
		margin-bottom: 0;
	}
}
@media (max-width:1400px) {
	.calculator__bottom-sale {
		-ms-grid-column:2;
		-ms-grid-column-span:4;
		-ms-grid-row:1;
		grid-area:1/2/1/6;
	}
}
@media (max-width:1200px) {
	.calculator__bottom-sale {
		-ms-grid-column:2;
		-ms-grid-column-span:5;
		-ms-grid-row:1;
		grid-area:1/2/1/7;
	}
}
@media (max-width:767px) {
	.calculator__bottom-sale {
		-ms-grid-column:3;
		-ms-grid-column-span:9;
		-ms-grid-row:1;
		grid-area:1/3/1/12;
		margin:15px 0;
	}
}
/* new calc end */

@media (max-width: 450px) and (max-height:900px) {
    .main-page .firstPage__left {
        margin-top: 300px;
		margin-top: max(16vh, 300px);
    }
}

.prices-examples .objects__item .swiper-slide {
	display: block;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/main-top-menu_test/style.css?17574390412211*/
.top-main-menu.menu-neon {
	color: #000;
	text-decoration: none;
	transition: opacity .5s;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.top-main-menu.menu-neon li.root-item {
	display: inline;
    margin: 0px 5px;
    padding: 10px 0px;
    position: relative;
}

.top-main-menu.menu-neon li .sub-menu {
	display: none;
}
.top-main-menu.menu-neon li .sub-sub-menu {
	display: block;
}
.top-main-menu.menu-neon li:hover .sub-menu {
	
	display:block;
	background: #fff;
	padding: 16px 12px;
	position: absolute;
	left: 0px;
	z-index: 1;
	width: auto;
	min-width: 320px;
	border: 1px solid #dcdcdc;
	border-top: none;
	font-size: 16px;
	top: 40px;
}

.top-main-menu.menu-neon li .sub-menu li {
	display: block;
	margin: 7px 0px;
}

.top-main-menu.menu-neon li:hover .sub-menu::before {
	display: block;
	width: 100%;
	content: ' ';
	height: 12px;
	position: absolute;
	top: 0px;
	background-color: rgb(156, 122, 221);
	left: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAMCAYAAACeGbYxAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACpSURBVDiNtc0xboFhAIBhTUg6dBMmPYA0cQJOgLiF1WjtGazdTc7QRMTmCJgZ/RvB06H5kj9U8PX/3/3NUyhEhHdM0Yv5Y8AWtn474zNvsI+D68Z4zRorYvQHlm6OalZgGd93wNAKH/8FG1g/CIYSdGPBDnZPgqEjhs9gLxjiFAmm+0LpHviGSQZYuhkqt8AaFhmDoSXql2ATm5zAUIJ2APvY5wyGjhj8AMYc+hzhXqFXAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

.top-main-menu.menu-neon li.root-item a.hover {
	color: rgb(0,0,0,0.5);
}

.transition .top-main-menu.menu-neon a {
	pointer-events: auto;
}

header.header {
    overflow: visible;
}
.top-main-menu.menu-neon li:hover div.sub-menu{
	display:flex;
	left: -500px;
    width: 1200px;
}
.top-main-menu.menu-neon li:hover div.sub-menu:before{
	background-position: 520px 2px;
}
.top-main-menu.menu-neon li:hover div.sub-menu .menu_column{
	width:30%;
	margin:5px 10px;
}
.sub-sub-menu{
	margin: 0 0 20px 0;
}
.menu_column .parent{
	display:block;
	margin: 0 0 20px 0;
}
#uslugi .menu_column a{
	    color:#000;
    font-weight: bold;
    font-size: 15px;
}
#uslugi .menu_column a.parent{ color:#6f2ad6; }
/* End */


/* Start:/local/templates/main/styles.css?17813589552746*/
@media (max-width: 1100px) {
	.article .abs {
		width: 100% !important;
		grid-column: 2 / 24 !important;
	}
}
.article .abs img {
	max-width: 100%;
}
.h1__font-size_80 {
    font-size: 80px;
}

.h1__font-size_70 {
    font-size: 70px;
}

.advantages {
  margin: 20px 0;
}
.advantages .item {
  display: flex;
  margin-bottom: 15px;
}
.advantages .img {
  padding: 5px;
  display: flex;
  align-items: center;
}
.advantages img {
  width: 69px;
}
.advantages .txt {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 92%;
}
.product_types .item {
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 15px;
  border-radius: 5px;
}
.product_types p,
.product_types ul {
  margin: 0;
}
.product_types .img {
  text-align: center;
}
.product_types img {
  border-radius: 7px;
  width: 300px;
}
.product_types .title {
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
}
.product_types .txt {
  text-align: justify;
}
.tbl {
  margin: 20px 0;
  font-size: 16px;
}
.tbl td {
  padding: 10px;
}
@media (min-width: 1300px) {
	.tbl {
	  font-size: calc(16px + 6*(100vw - 1300px)/620);
	}
}
.arrow_ul li {
  list-style: none;
}
.arrow_ul li::before {
  content: '➢';
  margin-right: 7px;
}
.uslugi__background {
	background-color: #9d6ee3;
	grid-column: 1/25;
	margin-top: 25px;
	margin-bottom: -170px;
}
.uslugi__background .feedback {
	width: 92%;
	margin: auto;
}
.uslugi__background .feedback__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.uslugi__background .feedback__bottom .feedback__button,
.uslugi__background .feedback__bottom .feedback__text {
	margin-right: 20px;
}
@media (max-width: 800px) {
	.uslugi__background .feedback__bottom .feedback__text {
		margin-bottom: 0;
		margin-top: 15px;
	}
	.footer-small__link2 {
		margin-bottom: 15px !important;
	}
	.uslugi__background {
		margin-bottom: -68px;
	}
    .h1__font-size_80 {
        font-size: calc(30px + 40*(100vw - 375px)/725);
    }

    .h1__font-size_70 {
        font-size: calc(25px + 40*(100vw - 375px)/725);
    }
}
.bold {
  font-weight: bold;
}
.share_soc {
  grid-column: 2/24;
  margin-top: 30px;
}
.product_kinds {
  margin: 20px 0;
}
.product_kinds .item {
  display: flex;
  margin-bottom: 15px;
}
.product_kinds .txt {
  width: 74%;
  padding: 15px 15px 15px 0;
}
.product_kinds .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_kinds img {
  width: 300px;
  border-radius: 7px;
}
img.img_map_delivery {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product_kinds .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product_kinds .txt,
  .product_kinds .img {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/main/template_styles.css?17813589551880*/
.sandwich__right .has_menu .sub-menu{
  display: none;
}
@media(min-width:  920px){
  .sandwich__right .has_menu{
    position: relative;
  }
  .sandwich__right .has_menu::before{
    transform: rotate(-90deg);
    display: block;
    width: 27px;
    content: ' ';
    height: 12px;
    position: absolute;
    top: 43%;
    left: -30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAMCAYAAACeGbYxAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACpSURBVDiNtc0xboFhAIBhTUg6dBMmPYA0cQJOgLiF1WjtGazdTc7QRMTmCJgZ/RvB06H5kj9U8PX/3/3NUyhEhHdM0Yv5Y8AWtn474zNvsI+D68Z4zRorYvQHlm6OalZgGd93wNAKH/8FG1g/CIYSdGPBDnZPgqEjhs9gLxjiFAmm+0LpHviGSQZYuhkqt8AaFhmDoSXql2ATm5zAUIJ2APvY5wyGjhj8AMYc+hzhXqFXAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
  }
  .sandwich__right .has_menu:hover .sub-menu{
    display: block;
    list-style: none;
    background: transparent;
    padding: 0px;
    position: absolute;
    left: -277px;
    z-index: 1;
    width: auto;
    width: 265px;
    border-right: 1px solid #dcdcdc;
    border-top: none;
    font-size: 16px;
    top: -200px;
  }

  .sandwich__right .has_menu .item a{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  .sandwich__right .has_menu .item{
    margin-bottom: 10px;
    margin-left:-25px;
  }
  .sandwich__right .has_menu:hover div.sub-menu{
    display:flex;
    justify-content: space-between;
    left:-861px;
    width:850px;
  }
  .menu_column a{
      color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  .menu_column .sub-sub-menu li{
    list-style: none;
  }
  #uslugi2 .menu_column:first-child{margin-left:-10px;}
  #uslugi2 .menu_column:last-child{margin-right:20px;}
  #uslugi2 .menu_column{margin-right:0;width:32%;}
  .sandwich__left .sandwich__line{width:125%;}
  #uslugi2 .parent{font-size:17px;}
}
/* End */
/* /local/templates/main/custom.css?175744084740352 */
/* /local/templates/main/components/bitrix/menu/main-top-menu_test/style.css?17574390412211 */
/* /local/templates/main/styles.css?17813589552746 */
/* /local/templates/main/template_styles.css?17813589551880 */
