@media(max-width: 1440px) {
	body {
		overflow-x: hidden;
	}
}
@media(max-width: 1200px) {
	.advantage__head > .title {
		font-size: 2.5rem;
	}
	.advantage__desc {
		font-size: 1.2rem;
	}
}
@media(max-width: 1140px) {
	html {
		font-size: 16px;
	}
}
@media(max-width: 992px) {
	.head {
		padding: 1rem 0;
	}
	.head__logo {
		order: 1;
	}
	.head__btn-actions {
		order: 2;
	}
	
	.row.line1 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.preimushestva.pb-5 .col-lg-4:first-child {
    border-right: 0px solid #F3752C;
    border-bottom: 2px solid #F3752C;
    padding-bottom: 30px;
}


.preimushestva.pb-5 .col-lg-4:last-child {
    border-left: 0px solid #F3752C;
	        border-top: 2px solid #F3752C;
        padding-top: 30px;
}
	
.preimushestva.pb-5 .col-lg-4 {
    margin-bottom: 30px;
    padding-top: 0px;
    /* max-width: 360px; */
}
	.preimushestva.pb-5 .row {
    max-width: 360px;
    margin: 0 auto;
}
	.preimushestva.pb-5 {
    /* font-size: 26px; */
    /* background-color: #eeedef; */
    text-align: center;
    padding-bottom: 30px !important;
}
	
	.head__phone {
		order: 3;
		flex: none;
		max-width: none;
		align-items: center;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-top: .5rem;
		padding-bottom: 15px;
	}
	.head__btn-actions {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.head__btn-actions .btn:not(.btn_menu) {
		display: none;
	}
	.head__phone > .callme {
		display: block;
		margin-left: 0;
	}
	.tab > .tb {
		display: none;
	}
	.order-form {
		overflow-x: hidden;
	}
	.order-form__makarov > img {
		opacity: .3;
	}
	.venio__label h1 {
		font-size: 1.5rem;
	}
	.venio__label span {
		font-size: 2rem;
		margin-bottom: .5rem;
		margin-top: .5rem;
	}
	.venio__big-img {
		width: 400px;
	}
	h2 {
		font-size: 1.5rem;
	}

}
@media(max-width: 768px) {
	.signal-about__left-col {
		top: unset;
		left: unset;
	}
	.signal-about__blue-card {
		right: unset;
	}
.review__left {
    display: block;
    vertical-align: top;
    max-width: 130px;
    top: 0px;
    position: relative;
    left: 30px;
    z-index: 10;
}
.author-name {
    font-weight: bold;
    z-index: 5;
    position: relative;
}
.review__right:after {
    width: 103px;
    height: 70px;
    top: 0;
    background: url(/images/icons/commas.png);
    content: "";
    position: absolute;
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
} 
.review__right {
    background-color: #dbe3eb;
    padding: 2rem 2rem 3rem 2rem;
    position: relative;
    display: inline-block;
    max-width: calc(100% - 0px);
    /* vertical-align: bottom; */
    height: 100%;
}

	
}
@media(max-width: 480px) {
	.characteristic table {
		font-size: 1rem;
	}
	.characteristic th {
		padding: 0.45rem;
	}
	.characteristic td {
		padding: 0.45rem .45rem;
	}
	.venio__big-img {
		width: 300px;
	}
}