

/* Start:/local/templates/rotado_promo/components/bitrix/news.detail/designers.special.detail/style.css?175464006122651*/
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}

/* .promo__h1 {
	margin-top: 50px;
	padding: 0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 60px;
	line-height: 110%;
	color: #ffffff;
} */
.promo__h1 {
    margin-top: 100px;
    padding: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
}
/* .promo_subtitle {
	margin-top: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #ffffff;
	max-width: 545px;
} */

.promo_subtitle {
    margin-top: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

.promo__button-block {
	position: relative;
	margin-left: -40px;
	background: url(/local/templates/rotado_promo/components/bitrix/news.detail/action_new/img/row.png) no-repeat 0 center;
	padding-left: 40px;
	margin-top: 40px;
}

.promo__button {
	width: auto;
	background: #E3001A;
	border-radius: 12px;
	border: 0;
	padding: 16px 48px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
}

.promo__button {
    width: auto;
    background: #0090e3;
    border-radius: 3px;
    border: 0;
    padding: 11px 21px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

.promo__button:hover {
	color: #ffffff;
	text-decoration: none;
}

/* .promo__button-block p {
	margin-top: 30px;
	width: 400px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #ffffff;
} */

.promo__button-block p {
    margin-top: 30px;
    width: 400px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #595959;
}


.banner__promo {
	width: 100%;
	background-size: cover;
	height: 100%;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.page__breadcrumbs {
	margin-bottom: 14px;
	font-size: 13px !important;
	border-bottom: 1px solid transparent;
	line-height: 24px;
	margin-top: 40px;
}

.man {
	position: absolute;
	bottom: -24px;
}

.promo-block {
	margin: 100px 0 50px;
}

.banner-advantages__bg {
	padding: 14px 40px;
	border-radius: 8px;
}

.banner-advantages__text {
	font-size: 20px;
	font-weight: 600;
}

.feature {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #595959;
}

.feature_title {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #333333;
	margin-bottom: 16px;
}

.feature_text {
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #595959;
}

.feature_icon {
	margin: 0 auto 16px auto;
	width: 60px;
	height: 60px;
}

.feature:first-child .feature_icon {
	background: url('/local/templates/rotado_promo/img/special/1.png') center center no-repeat;
	background-size: cover;
}

.feature:nth-child(2) .feature_icon {
	background: url('/local/templates/rotado_promo/img/special/22.png') center center no-repeat;
	background-size: cover;
}

.feature:nth-child(3) .feature_icon {
	background: url('/local/templates/rotado_promo/img/special/stamp.svg') center center no-repeat;
	background-size: cover;
}

.deflectors {
	padding-top: 50px;
	padding-bottom: 50px;
}

.deflectors img {
	max-width: 320px;
}

.deflector2 {
	max-width: 448px !important;
}

.deflectors .accordion_btn {
	background: #0090E3;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	padding: 14px 10px 14px 38px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 2%);
	margin-bottom: 20px;
	position: relative;
	justify-content: space-between;
	cursor: pointer;
	border: none;

}

.deflectors .accordion_btn::before {
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('/local/templates/rotado_promo/img/special/plus.svg') center center no-repeat;
	background-size: cover;
	left: 10px;
	transition: all 200ms ease;
}

.deflectors .accordion_btn.act::before {
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('/local/templates/rotado_promo/img/special/minus.svg') center center no-repeat;
	background-size: cover;
	left: 10px;
	transition: all 200ms ease;
}

.deflectors .accordion_content {
	padding: 16px 0;
}

.deflectors .accordion {
	display: none;
}

.tabs_left_title {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #333333;
	padding: 20px 20px 15px 20px;
	/* padding-bottom: 15px; */
	/* border-bottom: 1px solid #DEE8EC; */
	margin-bottom: 15px;
	position: relative;
}

.tabs_left_title::after {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 230px;
	background: #DEE8EC;
	margin-top: 10px;
}

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

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

.tabs-block-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.tabs-wrap {
	margin-right: 30px;
	max-width: 270px;
	width: 100%;
	/* padding: 20px; */
	/* background: #F7FAFB; */
}

.tab-btn {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	padding: 15px 0 15px 20px;
	transition: all 400ms ease;
	cursor: pointer;
}

.tab-btn:hover {
	color: #0090E3;
}

.tab-btn.active {
	background: #0090E3;
	color: #fff;
}

#contents {
	width: 100%;
	/* padding: 20px; */
}

#contents .content {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

#contents .content {
	display: none;
	max-width: 870px;
}

#contents .content.active {
	display: block;
}

.row-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deflector_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #333333;
	margin-bottom: 30px;
}

.deflector_text {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	margin-bottom: 30px;
	text-align: start;
	width: 90%;
}

.deflector_list {
	margin-left: 20px;
	margin-right: 0;
	/* width: 90%; */
	list-style: none;
	padding: 0;
}

.deflector_list-item {
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	color: #333333;
	/* display: flex;
align-items: center; */
	position: relative;
	padding: 0;
}

.deflector_list-item:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background: url('/local/templates/rotado_promo/img/special/blue-marker.png') center center no-repeat;
	background-size: cover;
	left: -20px;
	top: 12px;
}

.deflector_benefit {
	text-align: center;
	max-width: 210px;
}

.deflector_benefit img {
	margin-bottom: 20px;
}

.deflector_benefit-text {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #333333;
}

.row-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 70px;
}

.accordion_content {
	display: none;
}

.accordion_content.act {
	display: block;
}

.accordion_btn.act {
	margin-bottom: 0;
}

.sticky {
	position: fixed;
	background: #fff !important;
}

.stop {
	position: relative;
	z-index: 2;
}

.action-form .ftitle {
	font-family: 'Open Sans';
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 30px !important;
	line-height: 41px !important;
	color: #ffffff !important;
	margin-bottom: 40px;
	text-align: center;
}

.teh-albom {
	padding-bottom: 80px;
}

.teh-albom_form {
	max-width: 870px;
	background: url('/local/templates/rotado_promo/img/special/form_bg.png') center center no-repeat;
	background-size: cover;
	padding: 50px 30px;
	margin-left: 320px;
}

.teh-albom_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
	margin-bottom: 20px;
}

.teh-albom_input {
	font-family: inherit;
	background: #FFFFFF;
	border: 1px solid #DEE8EC;
	border-radius: 3px;
	padding: 12px 0 12px 10px;
	outline: none;
	font-size: 15px;
	line-height: 20px;
}

.teh-albom_btn {
	padding: 11px;
	width: 100%;
}

.policy {
	display: flex;
	justify-content: center;
}

.checkbox__invisible {
	display: none;
}

.checkbox__label {
	position: relative;
	cursor: pointer;
	font-family: inherit;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	cursor: auto;
	flex-wrap: wrap;
}

.checkbox__label::before {
	margin-right: 12px;
	color: #000;
	background: #fff;
	text-align: center;
	content: "";
	display: block;
	line-height: 24px;
	width: 17px;
	height: 17px;
	border-radius: 2px;
	border: 1px solid #0090E3;
}

.checkbox__label.checked::before {
	background: url('/local/templates/rotado_promo/img/special/right1.svg') #0090E3;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}

.checkbox__label a {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px !important;
	text-decoration: underline;
	transition: all 400ms ease;
	padding: 0 !important;
}

.checkbox__label a:hover {
	color: #0090E3;
}

.action-form button {
	text-transform: uppercase;
	color: #fff;
	background: #0090E3;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.05em;
	border: 0;
	padding: 11px;
	cursor: pointer;
	transition: all 400ms ease;
	width: 100%;
}

.action-form span {
	font-family: 'Open Sans';
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 150% !important;
	color: #ffffff !important;
}

.af-sender-ok {
	display: none;
	font-size: 25px;
	line-height: 1.4em;
	margin-top: 50px;
	margin-bottom: 56px;
	font-weight: 700;
}

#tcalc {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #F7FAFB;
}

#tcalc h2,
.cooperation h2,
.with-us h2,
.files h2,
.certificates h2,
.action-question h2 {
	margin: 0 0 50px 0;
}

#tcalc .boder-box {
	padding: 50px;
	box-sizing: border-box;
	border: 1px solid #DEE8EC;
	border-radius: 3px;
}

#tcalc .boder-box h3 {
	font-weight: bold;
	margin-bottom: 30px;
}

#tcalc .action-quser {
	background-color: transparent;
	max-width: 750px;
	margin: -10px 0 20px -28px;
}

.modal_download .action-quser {
	margin-bottom: 24px;
}

#tcalc .action-quser:before {
	content: none;
}

#tcalc .action-quser .row {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
}

#tcalc .button-main {
	margin: 0 auto;
	border: 0;
	cursor: pointer;
}

#tcalc-form .row {
	padding: 30px 0;
	border-bottom: 1px solid #DEE8EC;
}

#tcalc-form .row:last-child {
	padding-bottom: 0;
	border: 0;
}

#tcalc-form .form-group label {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

#tcalc-form .form-group input,
#tcalc form .form-group select {
	border-radius: 0;
	border-color: #C5E0EF;
	margin: 0;
}

#tcalc-form .form-check.form-check-inline {
	margin: 0;
}

#tcalc-form .form-group input[type=radio] {
	margin: 3px 0 0 0;
}

#tcalc-result {
	display: none;
	margin-top: 30px;
}

#tcalc-result table tr td {
	font-size: 14px;
}

#tcalc-result table tr.selected {
	background-color: #F7FAFB;
}

#tcalc-result table tr.selected td:first-child {
	border-left: 1px solid #e9ecef;
}

#tcalc-result table tr.selected td:last-child {
	border-right: 1px solid #e9ecef;
}

#tcalc-result table tr:last-child td {
	color: #0090E3;
	border-bottom: 1px solid #e9ecef;
}

#tcalc-result table tr td select {
	border: 0;
	background-color: transparent;
}

#tcalc-result p {
	font-size: 12px;
}

#tcalc .promo__button {
	max-width: 178px;
	margin: 0 auto;
}

.action-quser {
	background: #F7FAFB;
	position: relative;
	font-weight: 400;
	/* padding: 29px 28px; */
	margin-top: 24px;
}

#tcalc .action-quser {
	background-color: transparent;
	max-width: 750px;
	margin: 0 auto 50px auto;
}

#tcalc .action-quser .row {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
}

.imgava {
	width: 108px !important;
	padding: 0 15px 0 0 !important;
}

.textava {
	padding-left: 20px !important;
	max-width: none !important;
	width: calc(100% - 108px) !important;
}

.action-quser a {
	color: #0090E3 !important;
	font-size: 20px;
	display: inline-block;
	margin: 20px -13px 0;
}

.action-quser span {
	font-size: 13px;
	color: #595959;
	display: block;
	margin: 1px -13px 0;
}

.action-quser .quote {
	line-height: 24px;
	font-style: italic;
	font-size: 15px;
	color: #fff;
	background: #464451;
	border-radius: 5px;
	padding: 15px 25px 22px;
	margin: 16px 0 0;
}

.action-quser .quote:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 15px solid #464451;
	border-right: 12px solid transparent;
	margin-left: 42px;
	position: absolute;
	margin-top: -29px;
}

.action-quser img {
	border-radius: 50%;
	max-width: 94px;
}

#tcalc .boder-box {
	padding: 50px;
	border: 2px solid #0090E3;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
}

.form-group {
	margin-bottom: 1rem;
}

#tcalc-form .form-group label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.text-left {
	text-align: start;
}



.form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {
	border-radius: 10px;
	color: #000 !important;
	font-size: 14px;
}

#tcalc-form .form-group input,
#tcalc form .form-group select {
	border-radius: 0;
	border-color: #C5E0EF;
	margin: 0;
}

#tcalc-form .row {
	padding: 30px 0;
	border-bottom: 1px solid #DEE8EC;
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}

.form-check-inline {
	display: inline-block;
}

#tcalc-form .form-check.form-check-inline {
	margin: 0;
}

.form-check-input {
	position: absolute;
	margin-top: 0.25rem;
	margin-left: -1.25rem;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

#tcalc-form .form-group input,
#tcalc form .form-group select {
	border-radius: 0;
	border-color: #C5E0EF;
	margin: 0;
}

#tcalc-form .form-group input[type=radio] {
	margin: 3px 0 0 0;
	border-radius: 50%;
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
}

.form-check-inline .form-check-label {
	vertical-align: middle;
}

#tcalc-form .form-group label {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

#tcalc-form .form-group input,
#tcalc form .form-group select {
	border-radius: 0;
	border-color: #C5E0EF;
	margin: 0;
	box-shadow: none;
}

.cooperation {
	padding: 90px 0;
}

.cooperation_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 60px;
	margin-top: 60px;

}

.cooperation_item {
	max-width: 370px;
}

.cooperation_icon {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.cooperation_text {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #333333;
	padding: 0 50px;
}

.with-us {
	padding: 80px 0 !important;
	background: #F7FAFB;
}

.cl-box-img {
	cursor: pointer;
	width: 100%;
	height: 260px;
	display: flex;
	font: bold 16px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 23px;
	text-align: center;
	transition: all 600ms ease;
}

.cl-box-title {
	max-width: 224px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cl-box-title::before {
	width: 80px;
	height: 81px;
	display: block;
	content: '';
	margin-bottom: 15px;
	background-size: cover;
}

.cl-box__item:nth-child(1) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon1.svg') center center no-repeat;
}

.cl-box__item:nth-child(2) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon2.svg') center center no-repeat;
}

.cl-box__item:nth-child(3) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon3.svg') center center no-repeat;
}

.cl-box__item:nth-child(4) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon4.svg') center center no-repeat;
}

.cl-box__item:nth-child(5) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon5.svg') center center no-repeat;
}

.cl-box__item:nth-child(6) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon6.svg') center center no-repeat;
}

.cl-box__item:nth-child(7) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon7.svg') center center no-repeat;
}

.cl-box__item:nth-child(8) .cl-box-title::before {
	background: url('/local/templates/rotado_promo/img/special/place_icon8.svg') center center no-repeat;
}

.cl-box-buttons {
	display: none;
}

.cl-box-buttons a {
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 3px;
	padding: 11px;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cl-box-buttons a:hover {
	color: #fff;
}

.cl-box-img:hover {
	background: #0090e3 !important;
}

.cl-box-img:hover .cl-box-buttons {
	display: flex;
	align-items: center;
	transition: all 0.3s ease-out;
	justify-content: center;
}

.cl-box-img:hover .cl-box-title {
	display: none;
}


.action-files-block {
	border: 1px solid #DEE8EC;
	margin: 45px 0;
	font-weight: 400;
	cursor: pointer;
	height: 100%;
	max-height: 215px;
}

.action-files-block a {
	display: block;
	margin: 19px 0 5px;
	font-size: 15px;
	line-height: 22px;
	color: #6787AD;
}

.action-files-block a:hover {
	color: #0090E3;
}

.action-files-block:hover {
	border: 1px solid #AAD9EC;
	box-shadow: 0px 4px 20px rgb(0 76 179 / 8%);
}

.docs__downloadimg-s {
	background-image: url(/local/templates/rotado_promo/img/special/download.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	margin-bottom: 20px;
}

.docs__downloadhead {
	font-size: 16px;
	line-height: 22px;
	/* margin-bottom: 8px; */
	color: #6787AD;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.docs__downloadsize {
	color: #808080;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
}

.info-load {
	padding: 25px 27px 29px;
}

.excellence {
	border-radius: 20px;
	margin: 0 40px;
}

.files {
	margin: 80px 0;
}


.certificates {
	padding-top: 50px;
	/* padding-bottom: 50px; */
}

.swiper-pagination1 {
	position: relative !important;
}

.swiper-slide img {
	display: block !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "" !important;
	background-image: url(/local/templates/rotado_promo/img/special/slider-arr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 9px;
	height: 16px;
}

.swiper {
	width: calc(100% + 20px);
	padding: 10px 10px 0 10px;
	margin: 0 -10px;
	overflow: hidden;
	position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0 !important;
}

.fancybox-content {
	max-width: 600px !important;
}

.faq {
	margin-bottom: 80px;
	margin-top: 100px;
}

.bgmodal__container {
	padding: 20px;
}

.author_name_transfrm {
	color: #0090E3 !important;
	font-size: 20px !important;
}

/* media */


@media (max-width: 1200px) {
	.teh-albom_form {
		max-width: 100%;
		margin-left: 0;
	}

	.teh-albom {
		padding-bottom: 20px;
	}

	.tabs-block-wrapper {
		display: none;
	}

	.deflectors .accordion {
		display: block;
	}

	.tabs_left_title {
		margin-bottom: 0;
		padding: 0 20px 15px 20px;
	}

	.tabs_left_title::after {
		display: none;
	}

	#tcalc {
		padding-top: 20px;
	}

	.cooperation {
		padding: 20px 0;
	}

	.certificates {
		padding-top: 30px;
		padding-bottom: 30px;
	}

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

@media (max-width: 900px) {
	.teh-albom_grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 20px;
	}
}

@media (max-width: 870px) {
	.cooperation_wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.cooperation_item {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.promo__h1 {
		margin-top: 30px;
		font-size: 24px;
		line-height: 150%;
		width: 75%;
	}

	/* .banner__promo {
		height: 400px;
	} */

	.promo_subtitle {
		margin-top: 10px;
		font-size: 14px;
	}

	.promo__button-block {
		position: relative;
		margin-left: 0;
		background: none;
		padding-left: 0;
	}

	.promo__button-block p {
		margin-top: 30px;
		padding-right: 50px;
		font-size: 14px !important;
		width: 100%;
	}

	.banner-advantages__text {
		font-size: 18px;
	}

	.h2-main {
		margin-bottom: 20px !important;
		font-size: 24px !important;
		line-height: 150%;
	}

	.with-us {
		padding: 30px 0 20px 0 !important;
	}

	.cl-box-img {
		height: 130px;
		font: bold 11px 'Open Sans';
	}

	.cl-box-title::before {
		width: 40px;
		height: 40px;
		background-size: cover !important;
	}

	.cl-box-buttons a {
		padding: 7px 10px;
		font-size: 12px;
	}

	.files {
		margin: 20px 0;
	}

	.deflectors {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.banner__promo .container {
		/* margin: 0 30px 0 0 !important; */
	}
}

@media (max-width: 1410px) {
	.banner__promo .container {
		margin: 0 auto !important;
	}
}

@media (max-width: 600px) {
	.teh-albom_grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	#tcalc .boder-box {
		padding: 20px 10px;
	}

	.deflector2 {
		max-width: 320px !important;
	}
}

@media (max-width: 560px) {
	/* .banner__promo {
		height: 480px;
	} */

	.promo__h1 {
		width: 100%;
	}

	.feature_icon {
		width: 30px;
		height: 30px;
	}

	.cooperation_wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 500px) {
	.promo__button {
		display: block;
		text-align: center;
		font-size: 12px;
	}
}

@media (max-width: 340px) {
	.page__breadcrumbs {
		margin-top: 15px;
	}
	.promo__h1 {
		margin-top: 5px;
	}
	.accordion__heading {
		padding: 16px 45px 16px 16px !important;
	}
}

/* End */
/* /local/templates/rotado_promo/components/bitrix/news.detail/designers.special.detail/style.css?175464006122651 */
