

/* Start:/local/templates/radadoors_adaptiv/css/grid.css?17605763197550*/
content {
	display: grid;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}

html {
	background-color: rgb(248, 248, 248);
}

.full_width {
	grid-column: 1 / -1;
}

a {
	text-decoration: none;
	color: inherit;
}

seo_block wrap_cover {
	background-color: rgba(40,40,40, 0.9);
	color: white;
	opacity: 1;
	width: 100%;
	height: 100%;
}

slide_description {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(20,20,20, 0.4);
	left: 0;
	right: 0;
	bottom: 15px;
	color: white;
	grid-column: span 2 / -1;
	grid-row: 1 / 2;
}

slide_description h2 {
    font-family: 'MuseoSansCyrl300';
    font-size: 16px;
    font-weight: normal;
    margin: 5px 29px 5px 29px;
}

slide_description p {
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
	font-weight: 200;
	margin: 5px 29px 5px 29px;
}

slide_description button {
	background: none;
	border: none;
	cursor:pointer;
}


slide_description img {
	margin: 5px 15px 5px 15px;
	height: 40px;
}

slide_description div {
	flex: 1 1 auto;
	margin: 5px 15px 5px 15px;
}


seo_block wrap_cover p {
	margin: 30px 60px 30px 35px;
}


.description_line {
	position: relative;
	left: 80%;
	width: 30%;
	border-bottom: 1px solid grey;
	height: 30px;
}

main_slider {
    height: 80vh;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    display: block;
}

.slider.single-item
{
	grid-column: span 2 / -1;
    height: 80vh;
    max-height: 600px;
	display: block;
}

.heading {
	font-family: 'Georgia';
    font-size: 26px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 35px 15px 35px;
}

/*p {
	margin: 5px 0 5px 10px;
    font-size: 14px;	
	font-weight: 400;
}*/

promo_headline {
	background-color: rgb(250, 250, 250);
}

.line_bottom {
	width: 100px;
	height: 50px;
	border-bottom: 1px solid black;
}

promo_headline p, comment_headline p{
	margin: 0 60px 30px 35px;
}

promo_picture {
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/promo.jpg");
	background-size: cover;
	background-position: left center;
}





section_picture {
	height: 320px;
}

section_picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}




why_rd {
	display: grid;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/why_rd.jpg");
	background-size: cover;
	background-position: center;
	color: white;
	}

why_rd .line_bottom {
	border-bottom: 1px solid white;
	}

advantage {
	height: 250px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

advantage:hover default_block {
	display: none;
}

default_block {
	display: grid;
	grid-template-columns: min-content;
	grid-template-rows: 1fr 1fr;
	justify-content: center;
	justify-items: center;
	align-content: stretch;

}

default_block img {
	height: 80px;
	align-self: end;
	border-bottom: 1px solid white;
	width: 150px;
	margin-top: 50px;
}

default_block h4 {
    text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 10px 0;
}

hover_block {
	display: none;
}

advantage:hover hover_block {
	display: grid;
	height: 300px;
	width: 300px;
	align-content: center;
}

hover_block {
	background-color: rgb(40, 40, 40);
	justify-self: center;
	align-self: center;
	background-color: rgb(248, 248, 248);
	border: 3px solid rgb(179, 151, 114);
	background-size: 60px;
	background-position: right top;
	background-repeat: no-repeat;
}

hover_block h4 {
	color: rgb(179, 151, 114);
    text-transform: uppercase;
	margin: 30px 30px 5px 30px;
	font-size: 14px;

}

hover_block p {
	color: black;
	font-size: 12px;
	margin: 0 30px 30px 30px;
}





.quad_frame {
	width: 160px;
	height: 160px;
	border: 3px solid rgb(179, 151, 114);
	margin: 50px auto 50px auto;
	text-align: right;
	transition: all 0.3s ease;
}

.quad_frame span {
	display: block;
    text-transform: uppercase;
	margin: 25px 0 0 40px;
	font-size: 18px;
	text-align: left;
}

.quad_frame img {
	display: block;
	margin: 25px 0 0 50px;
	margin: 10px 5px 0 115px;
	height: 30px;
	width: auto;
}

.quad_frame:hover {
	background-color: rgb(229, 228, 226);
}


comment {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/Comment-background.jpg");
	background-size: cover;
	background-position: center;
}

comment button {
	background: none;
	border: none;
	cursor:pointer;
}

comment img {
	height: 60px;
	width: auto;
	margin: 0 5px 0 5px;
}

comment div {
	max-width: 500px;
	margin: 0 20px 0 20px;
}

comment h3 {
	margin: 20px 0 0 0;
	font-size: 22px;
}

comment span {
	font-family: 'Georgia';
    font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-style: italic;
	color: rgb(179, 151, 114);
}

comment p {
	margin: 0 0 20px 0;
}

.ymaps {
	height: 80vh;
	max-height: 600px;
	background-position: center;
}

body .breadcrumbs {
	position: relative;
	top: 23px;
	left: 35px;
	right: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	width: calc(100vw - 250px - 45px);
	list-style-type: none;
}

body .breadcrumbs li span, body .breadcrumbs li a span {
	text-transform: lowercase;
	white-space: nowrap;
}

body .breadcrumbs li:last-child {
	color: rgb(179, 151, 114);
}

body .breadcrumbs li:not(:first-child):before {
    color: #000;
    content: "/";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body .breadcrumbs li:not(:first-child) span[itemprop="item"], body .breadcrumbs li:not(:first-child) a[itemprop="item"] {
	padding-left: 12px;
}

body .breadcrumbs li:first-child {
    margin-right: 7px;
}

body .breadcrumbs li.last_item {
    margin-left: 7px;
}

@media screen and (max-width: 500px) {	
	content, catalog, why_rd, .slider.single-item  {
		grid-template-columns: 1fr;
	}
	.slider.single-item {
		grid-column: span 2 / -1;
	}
	promo_headline, seo_block, comment_headline {
		grid-column: span 2 / -1;
	}	
	promo_picture, comment, where {
		grid-column: span 2 / -1;
	}
	catalog {
		display: grid;
		grid-column: span 2 / -1;
	}
	a:nth-child(even) catalog_category > section_picture {
		grid-row-start: auto;
	}
	.vert_line {
		margin-bottom: 15px;
	}
	.vert_line {
		margin: 35px 0 -40px 20px;
		padding: 0 0 60px 0;
	}
	h1 {
		font-size: 24px;
	}
	catalog_category h3 {
		margin: 0 35px 5px 15px;
	}
	.vert_line p {
		display: none;
	}
	slide_description {
		grid-row: 2 / 3;
	}
	why_rd {
		display: none;
	}
}

@media screen and (min-width: 500px) and (max-width: 1300px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(2, 1fr);
	}
	promo_headline, seo_block, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, comment {
		grid-column: 1 / -1;
	}
	h1 {
		font-size: 34px;
	}
	h3 {
		font-size: 18px;
	}
	slide_description {
		grid-row: 2 / 3;
	}
}

@media screen and (min-width: 1300px) and (max-width: 2000px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(3, 1fr);
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (min-width: 2000px)  {	
	content, catalog, why_rd {
	grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (max-width: 1100px)
{
	body .breadcrumbs {
		width: calc(100vw - 25px - 45px);
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/company.css?176057402619355*/
content {
	display: grid;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}








/*   ======= SEO BLOCK ========    */

h1 {
	font-family: 'Georgia';
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 35px 5px 35px;
}

h3 {
	font-family: 'Georgia';
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 5px -3px 0px;
}


seo_block {
	min-height: 60vh;
	background-image: url("/Images/Company/фон_о_компании.jpg");
}

seo_block p {
	margin: 5px 25px 25px 35px;
	font-size: 14px;
	font-weight: 400;
	max-width: 500px
}

.navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 100px 55px;
}

.navigation_block {
	display: flex;
	flex: 1 0 200px;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	margin: 10px 20px;
	text-align: center;
}

.navigation_block img {
	height: 65px;
}

.navigation_block img.menu_image {
	display:block;
}

.navigation_block img.menu_image_hover {
	display:none;
}

.navigation_block:hover img.menu_image {
	display:none;
}

.navigation_block:hover img.menu_image_hover {
	display:block;
}
.navigation_block:focus img.menu_image_hover {
	display:none;
}
.navigation_block:focus img.menu_image {
	display:block;
}






/*   ======= НОВОСТИ ========    */

.news_headline {
	background-color: rgb(238,238,238);
}

.news_block {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	justify-items: center;
	justify-content: center;
	/*border: 1px solid red;*/
	background-color: rgb(238,238,238);
	padding: 15px;
	/*max-width: 1000px;*/
}

.news {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 240px;
	margin-bottom: 50px;

}

/*.news:hover .news_text {
	background-color: rgb(224, 224, 224);
	cursor: pointer;
}*/


.news .headline {
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.news img {
	flex: 1 1 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_text {
	flex: 1 0 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	font-size: 14px;
	width: calc(100% - 20px);
}

.news_text .date, .news_text .go {
	color: rgb(150,150,150);
	font-size: 10px;
	margin-bottom: 5px;
	/*align-self: flex-end;*/
}

.quad_frame {
	width: 110px;
	height: 110px;
	border: 3px solid rgb(179, 151, 114);
	text-align: right;
	margin-top: 30px;
}

.quad_frame span {
    display: block;
    text-transform: uppercase;
    margin: 10px 0 0 11px;
    font-size: 13px;
    text-align: left;
}

.quad_frame img {
	display: block;
	margin: 25px 0 0 50px;
	margin: 10px 5px 0 90px;
	height: 20px;
	width: auto;
}








/*   ======= СЕРТИФИКАТЫ ========    */

.heading {
	font-family: 'Georgia';
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 35px 15px 35px;
	/*word-break: break-all;*/
}

p {
	margin: 5px 0 5px 10px;
	font-size: 14px;
	font-weight: 400;
}

.sertificate_headline {
}

.sertificate_headline p, comment_headline p{
	margin: 0 60px 30px 35px;
}

body .sertificate_pictures {
	display: block;
	align-items: center;
	min-height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	position: relative;
	justify-content: center;
	grid-column: span 2 / -1;
	height: 100%;
}

.sertificate_pictures a.slide_item
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center calc(50% - 18px);
	background-size: auto calc(100% - 100px);
	position: relative;
}

.sertificate_pictures button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 20px;
}

.sertificate_pictures img {
	height: 30px;
	width: auto;
	margin: 0 5px 0 5px;
}








/*   ======= БЛАГОТВОРИТЕЛЬНОСТЬ ========    */

.charity_pictures {
	background-image: url("/Images/Company/фон_благотворительность.jpg");
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	padding: 70px 30px;
}

.charity_pictures p {
	margin: 0;
}

.years {
	display: flex;
	justify-content: space-around;
	margin: 0 25px;
	font-family: 'Georgia';
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.years span {
	font-family: 'Georgia';
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.years span.active {
	color: rgb(179, 151, 114);
}

.charity_pictures .pictures {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 30px;
}

.pictures img {
	height: 70px;
	margin: 20px;
}









/*   ======= КОНТАКТЫ ========    */

.contacts_block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	align-items: start;
	/*border: 1px solid red;*/
	background-color: rgb(238,238,238);
	padding-bottom: 40px;
}

.contacts_group {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	text-align: center;
	padding: 10px;
}

.contacts_group p {
	margin: 0 25px;
}

.contacts_group .quad_frame {
	align-self: center;
}










/*   ======= ПАРТНЕРАМ ========    */

.partners_block {
	display: grid;
	justify-content: center;
	align-content: center;
	background-image: url("/Images/Company/фон_благотворительность.jpg");
	background-size: cover;
}

.partners {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

}

.partners .toptext {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 35px;
}

.partners .toptext h4 {
	font-family: 'Georgia';
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}


.partners p {
	font-family: 'MuseoSansCyrl300';
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	max-width: 800px;
	text-align: center;
	/*padding: 100px;*/
}

.partners .toptext p span {
	font-weight: 600;
}

.partners .input {
	display: flex;
	align-items: center;
	border: 1px solid black;
	margin: 10px;
	height: 30px;
	background: #FFF;
}

.partners .input input {
	border: none;
	background: none;
	margin-left: 10px;
	width: 100%;
	margin-right: 10px;
}

.partners .input span {
	white-space: nowrap;
	margin-left: 10px;
}

.partners .input.comment {
	height: auto;
	align-items: flex-start;
}













/*   ======= МЕДИА ЗАПРОСЫ ========    */

@media screen and (min-width: 1000px) {
	.news_block {
		display: grid;
		/*grid-template-columns: repeat(2, 450px);*/
	}
}

@media screen and (max-width: 600px) {
	.contacts_block {
		grid-template-columns: 1fr;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 500px) {
	content {
		grid-template-columns: 1fr;
	}
	seo_block, .sertificate_headline, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, .sertificate_pictures, .charity_pictures, .partners_block {
		grid-column: 1 / -1;
	}

	h1 {
		font-size: 26px;
	}

	.navigation {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 10px 25px;
	}

	.navigation_block {
		display: flex;
		flex: 1 0 auto;

		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		text-transform: uppercase;
		margin: 5px 20px;
		text-align: left;
		word-break: break-all;
	}
	.news {
		display: flex;
		flex-flow: column nowrap;
		margin: 20px;
		background-color: rgb(220,220,220);
	}

	.news img {
		flex: 1 1 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news_text {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		align-items: flex-end;
		padding: 10px;
		font-size: 14px;
		/*width: 250px;*/
		min-height: 76px;
		text-align: right;
	}
	.navigation_block img {
		height: 35px;
	}

}

@media screen and (min-width: 500px) and (max-width: 1300px) {
	content {
		grid-template-columns: repeat(2, 1fr);
	}
	seo_block, .sertificate_headline, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, .sertificate_pictures, .charity_pictures, .partners_block {
		grid-column: 1 / -1;
	}
	h1 {
		font-size: 34px;
	}
	h3 {
		font-size: 18px;
	}
	.navigation_block img {
		height: 45px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 2000px) {
	content {
		grid-template-columns: repeat(3, 1fr);
	}
	comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, .sertificate_pictures, .charity_pictures, .partners_block {
		grid-column: 2 / -1;
	}

	.news_block {
		display: grid;
		/*grid-template-columns: repeat(2, 500px);*/
	}
}

@media screen and (min-width: 2000px)  {
	content {
		grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
	}
	comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, .sertificate_pictures, .charity_pictures, .partners_block {
		grid-column: 2 / -1;
	}
}

body .sertificate_pictures .slider  .slick-prev {
	left: 0px;
	background: none;
	/* background-size: 13px; */
	top: calc(50% - 6px);
	height: 31px;
	width: 37px;
	margin: 0px 0px 0px 20px;
}

body .sertificate_pictures .slider .slick-next {
	right: 0px;
	background: none;
	/* background-size: 13px; */
	top: calc(50% - 6px);
	height: 31px;
	width: 37px;
	margin: 0px 20px 0px 0px;
}

body .slick-prev, body .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 15px;
	height: 41px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 8;
}

.sertificate_pictures img {
	height: 31px;
	width: auto;
	margin: 0 5px 0 5px;
}

body .sertificate_pictures .slider .slick-list {
	margin: 0 !important;
	padding: 0 !important;
}

body .sertificate_pictures .slick-slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(/Images/background_items.png);
    position: initial;
	padding-left: 57px;
	padding-right: 57px;
}

body .sertificate_pictures .slick-slider .prevArrow.slick-arrow
{
	position: absolute;
	left: 0px;
	top: 50%;
}

body .sertificate_pictures .slick-slider .nextArrow.slick-arrow
{
	position: absolute;
	right: 0px;
	top: 50%;
}

body .sertificate_pictures .slick-slider .slide_name {
	position: absolute;
    bottom: 15px;
    text-align: center;
    width: calc(100% - 6px);
    color: #FFF;
    margin-left: 6px;
	height: 45px;
}
















.b-page__timeline-wrapper {
	text-align: left;
	height: 75px;
	grid-column: span 3 / -1;
	padding-left: 91px;
	background-color: rgb(238,238,238);
}
.h-timeline {
	position: relative;
	display: inline-block;
	height: 100%;
	padding-right: 40px;
	padding-left: 40px;
	background: url(/local/templates/radadoors_adaptiv/css/../images/timeline.png) 0 24px repeat-x;
}
.h-timeline .h-timeline__mark_type_current {
	padding-top: 0;
}
.h-timeline .h-timeline__mark_side_left {
	position: absolute;
	top: 12px;
	left: -77px;
	padding: 0;
	font-size: 20px;
}
.h-timeline .h-timeline__mark_side_right {
	position: absolute;
	top: 12px;
	right: -77px;
	padding: 0;
	font-size: 20px;
}
.arrow {
	position: relative;
	display: block;
}
.h-timeline__mark_type_current .arrow .arrow__inner {
	height: 41px;
	background: #c4a272;
}
.arrow__inner {
	margin-right: 15px;
	padding: 5px 2px 5px 5px;
	background: #c4a272;
	background-image: -webkit-gradient(linear,right top,left bottom,from(#c4a272),to(#fc0));
	background-image: -webkit-linear-gradient(top right,#c4a272,#c4a272);
	background-image: linear-gradient(top right,#c4a272,#fc0);
}
.arrow__corner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 16px;
}
.h-timeline__mark_type_current .link:active, .h-timeline__mark_type_current .link:hover, .h-timeline__mark_type_current .link:visited, .h-timeline__mark_type_current a:link {
	text-decoration: none;
	color: #000!important;
}
.h-timeline__mark_type_current .arrow .arrow__triangle {
	border-left-color: #c4a272;
}
.arrow__triangle {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 0;
	height: 0;
	margin-top: -35px;
	font: 0/0 a;
	border-width: 35px 1px 35px 18px;
	border-style: solid;
	border-color: transparent;
	border-color: rgba(255,219,76,0);
	border-left-color: #c4a272;
	-webkit-transform: rotate(360deg);
}
.h-timeline__mark_type_current.h-timeline__mark_side_left, .h-timeline__mark_type_current.h-timeline__mark_side_right {
	top: 0;
}
.h-timeline__mark_type_current .arrow {
	width: 88px;
	margin-left: -2px;
	font-size: 20px;
	line-height: 44px;
	opacity: .9;
}
.h-timeline__mark .link{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.h-timeline__mark {
	position: relative;
	float: left;
	width: 80px;
	padding-top: 33px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	font-family: 'MuseoSansCyrl300';
	font-size: 12pt;
}
.h-timeline__mark:after {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 1px;
	height: 5px;
	content: '';
	border-left: 1px solid rgba(0,0,0,.3);
}
.h-timeline__mark_side_left:after, .h-timeline__mark_side_right:after, .h-timeline__mark_type_current:after {
	border: 0;
}



.charity_item .pictures a.slide_item
{
	position: relative;
}

.charity_item .pictures a.slide_item .hover_div {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 45px);
	text-align: center;
}

.charity_item .pictures a.slide_item:hover .hover_div {
	display: block;
	background: url(/Images/scale_background.png);
}

.charity_item .pictures a.slide_item .hover_div img {
	width: 27px;
	height: auto;
	margin: initial;
	margin-top: 22px;
}


.contacts_group h4
{
	font-size: 19px;
	font-weight: 400;
}
.contacts_group p.tel
{
	font-size: 14px;
	font-weight: 400;
}
.contacts_group a.map {
	font-size: 8.8pt;
	color: #949494;
	text-decoration: none;
}


#feedback_form input {outline: none;}
#feedback_form input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #f8f8f8 !important; /* Цвет фона */
	-webkit-text-fill-color: #000 !important; /* цвет текста */
	color: #000 !important; /* цвет текста */
}

#feedback_form .success_form, #partners_form .success_form {
	/* display: none; */
	text-align: center;
	margin-top: 50px;
	font-family: 'Georgia';
	font-weight: normal;
}

#feedback_form .success_form .success_form_title, #partners_form .success_form .success_form_title {
	text-transform: uppercase;
	font-size: 14pt;
	margin-bottom: 22px;
}

#feedback_form .success_form .success_form_data, #partners_form .success_form .success_form_data {
	font-size: 11pt;
}
#partners_form .button_container .btn
{
	margin: 14px auto 40px auto;
}

#partners_form .fields_container {
	display: table;
	width: 100%;
	margin: 0 auto;
}

#partners_form .partners input
{
	display: flex;
	align-items: center;
	border: 1px solid black;
	margin: 10px;
	height: 30px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#partners_form .partners input.error
{
	border: 1px solid red;
}

#partners_form .partners input.btn
{
	border: 1px solid #cfa76c;
    background: #cfa76d;
    color: #000;
    text-transform: uppercase;
	padding-left: 38px;
	padding-right: 38px;
}

#partners_form .partners_item {
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 13px;
	display: table-cell;
}

.partners .input.comment.error {
	border: 1px solid red;
}
@media screen and (max-width: 400px) {
	.heading {
		/*font-size: 20px;
		word-wrap: break-word;
		word-break: break-all;*/
	}
	.sertificate_pictures a.slide_item {
		background-position: center calc(50% - 31px);
	}
	
	body .sertificate_pictures .slider .slick-prev {
		margin: 0px 0px 0px 0px;
	}
	body .sertificate_pictures .slider .slick-next {
		margin: 0px 0px 0px 0px;
	}
	body .sertificate_pictures .slick-slider {
		padding-left: 33px;
		padding-right: 33px;
	}
	.years span {
		font-size: 18px;
	}
}
@media screen and (max-width: 550px) {
	.tos-wrapper .tos-slide>* {
		max-height: 68%;
	}
}
@media screen and (max-width: 800px) {
	.h-timeline__mark {
		width: 64px;
	}
	.h-timeline__mark_type_current .arrow {
		width: 73px;
	}
}
@media screen and (max-width: 680px) {
	.h-timeline {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media screen and (max-width: 595px) {
	.h-timeline .h-timeline__mark_side_left {
		font-size: 15px;
	}
	.h-timeline__mark {
		width: 49px;
		font-size: 10pt;
	}
	.h-timeline__mark {
		width: 49px;
		font-size: 10pt;
	}
	.h-timeline__mark_type_current.h-timeline__mark_side_left, .h-timeline__mark_type_current.h-timeline__mark_side_right {
		top: 6px;
	}
	.h-timeline__mark_type_current .arrow {
		width: 55px;
		margin-left: -4px;
		font-size: 15px;
		line-height: 28px;
		opacity: .9;
	}
	.h-timeline__mark_type_current .arrow .arrow__inner {
		margin-right: 12px;
		padding: 5px 2px 5px 5px;
		height: 27px;
	}
	.h-timeline__mark_type_current .arrow .arrow__corner {
		top: 0;
		right: -2px;
		bottom: 0;
		width: 17px;
	}
	.h-timeline__mark_type_current .arrow .arrow__triangle
	{
		top: 50%;
		right: -1px;
		width: 0;
		height: 0;
		margin-top: -35px;
	}
	.h-timeline .h-timeline__mark_type_current {
		padding-top: 0;
		margin-top: 6px;
	}
	.h-timeline .h-timeline__mark_side_right {
		top: 15px;
		right: -52px;
		padding: 0;
		font-size: 15px;
	}
	.h-timeline__mark_type_current.h-timeline__mark_side_left, .h-timeline__mark_type_current.h-timeline__mark_side_right {
		top: -1px;
	}
	.b-page__timeline-wrapper {
		padding-left: 52px;
	}
	.h-timeline .h-timeline__mark_side_left {
		top: 15px;
		left: -50px;
	}
	.h-timeline .h-timeline__mark_side_left.h-timeline__mark_type_current {
		top: 0px;
		left: -46px;
	}
}
@media screen and (max-width: 375px) {
	.b-page__timeline-wrapper {
		padding-left: 47px;
	}
	.h-timeline__mark {
		width: 43px;
		font-size: 10pt;
	}
	.h-timeline .h-timeline__mark_side_left {
		left: -45px;
	}
}

@media screen and (min-height: 900px) {
	.sertificate_pictures a.slide_item {
		background-size: auto calc(100% - 175px);
	}
}

@media screen and (max-width: 1276px) {
	.tos-wrapper .tos-next, .tos-wrapper .tos-prev {
		display: none;
	}
}

body .white-popup-block {
    max-width: 487px;
}

body .tos-wrapper.tos-fixed
{
	background-color:rgba(0,0,0,.85);
	height: 100vh;
    width: 100%;	
}


.news a.slide_item
{
	height: 60%;
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/jquery.tosrus.all.css?152840364613292*/
.tos-slide,.tos-slider,.tos-wrapper{width:100%;height:100%}
.tos-noanimation{-webkit-transition-property:none!important;transition-property:none!important}
.tos-fastanimation{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}
.tos-wrapper{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:none;padding:0;margin:0;overflow:hidden}
.tos-wrapper.tos-opened{display:block}
.tos-slide,.tos-slide:before,.tos-slide>*{display:inline-block}
.tos-wrapper.tos-opening{opacity:1}
.tos-wrapper.tos-fixed{background-color:#000;position:fixed;top:0;left:0;z-index:9000}
.tos-slider,.tos-wrapper.tos-inline{position:relative}
.tos-slider{white-space:nowrap;padding:0;margin:0}
.tos-uibg,.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{position:absolute}
.tos-wrapper.tos-fx-slide .tos-slider{left:0;-webkit-transition:left .4s ease;transition:left .4s ease}
.tos-wrapper.tos-fx-fade .tos-slider{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-uibg{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;left:0;bottom:0;z-index:1}
.tos-fill .tos-uibg{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}
.tos-desktop .tos-wrapper:hover .tos-uibg,.tos-touch .tos-wrapper.tos-hover .tos-uibg{opacity:1}
.tos-slide{-webkit-overflow-scrolling:touch;line-height:1px;text-align:center;box-sizing:border-box;overflow:hidden;position:relative}
.tos-slide:before{content:"";height:50%;width:1px;margin-right:-1px}
.tos-slide.tos-loading>*{opacity:0}
.tos-slide>*{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;vertical-align:middle;max-height:78%;max-width:100%;box-sizing:border-box}
.tos-slide.tos-html>div{-webkit-overflow-scrolling:touch;white-space:normal;text-align:left;line-height:1.5}
.tos-slide.tos-html>div *{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}
.tos-wrapper.tos-fill .tos-slide.tos-image>img{max-height:none;max-width:none;min-height:100%;min-width:100%}
.tos-wrapper.tos-fixed .tos-slide.tos-html>div{background-color:#fff;color:#333;box-sizing:border-box;display:inline-block;padding:40px;overflow:auto}
.tos-desktop .tos-wrapper.tos-fixed{background-color:rgba(0,0,0,.85)}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide{padding:20px}
.tos-close{right:30px}
.tos-close,.tos-next,.tos-prev{background:#000;border-radius:3px;opacity:0;display:block;width:40px;position:absolute;z-index:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-next,.tos-prev{height:112px;margin-top:-40px;top:50%}
.tos-next.tos-disabled,.tos-prev.tos-disabled{cursor:default}
.tos-wrapper .tos-next{right:102px; background: url(/local/templates/radadoors_adaptiv/css/../images/right_arrow_big_slider.png) no-repeat;width: 35px;}
.tos-wrapper .tos-prev{left:102px; background: url(/local/templates/radadoors_adaptiv/css/../images/left_arrow_big_slider.png) no-repeat;width: 35px;}
.tos-wrapper .tos-close{height:40px;top:25px; background: url('/local/templates/radadoors_adaptiv/css/../images/close_popup.png') no-repeat;}
.tos-desktop .tos-wrapper:hover .tos-close,.tos-desktop .tos-wrapper:hover .tos-next,.tos-desktop .tos-wrapper:hover .tos-prev,.tos-touch .tos-wrapper.tos-hover .tos-close,.tos-touch .tos-wrapper.tos-hover .tos-next,.tos-touch .tos-wrapper.tos-hover .tos-prev{opacity:.5}
.tos-desktop .tos-wrapper:hover .tos-close:hover,.tos-desktop .tos-wrapper:hover .tos-next:hover,.tos-desktop .tos-wrapper:hover .tos-prev:hover,.tos-touch .tos-wrapper.tos-hover .tos-close:hover,.tos-touch .tos-wrapper.tos-hover .tos-next:hover,.tos-touch .tos-wrapper.tos-hover .tos-prev:hover{opacity:.9}
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled{opacity:.2}
/*.tos-next span,.tos-prev span{content:'';display:block;width:12px;height:12px;margin:-5px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.tos-close span:after,.tos-close span:before{width:6px;height:6px;margin-top:-4px;margin-left:0;margin-right:0}
.tos-close span:before,.tos-prev span{border-bottom:3px solid #fff;border-left:3px solid #fff;left:50%}
.tos-close span:after,.tos-next span{border-top:3px solid #fff;border-right:3px solid #fff;right:50%}*/
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide{padding-left:80px;padding-right:80px}
.tos-inline{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:inline-block;margin:0;position:relative;top:auto;left:auto;right:auto}
.tos-inline.tos-prev{margin-right:-60px}
.tos-inline.tos-next{margin-left:-60px}
.tos-loading .tos-inline{opacity:0!important}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.tos-caption{color:#fff;text-align:center;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;position:absolute;left:0;bottom:0;z-index:1}
.tos-caption:after{content:'';display:block;clear:both}
.tos-caption>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;box-sizing:border-box;padding:0 20px;float:left}
.tos-caption>div:last-child{float:right;margin-right:-2px}
.tos-desktop .tos-wrapper:hover .tos-caption,.tos-touch .tos-wrapper.tos-hover .tos-caption{opacity:1}
.tos-wrapper .tos-caption{line-height:20px;font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.8);height:40px}
.tos-wrapper.tos-has-caption .tos-uibg{height:100px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{padding-bottom:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption{line-height:40px;font-size:30px;text-shadow:0 2px 4px rgba(0,0,0,.8);height:80px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:200px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption{line-height:60px;font-size:45px;text-shadow:0 3px 6px rgba(0,0,0,.8);height:120px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:300px}
.tos-wrapper.tos-fx-slide .tos-slider{-webkit-transition-property:left,margin;transition-property:left,margin}
.tos-pagination{text-align:center;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;position:absolute;bottom:40px;left:0;z-index:1}
.tos-pagination a{display:inline-block}
.tos-pagination.tos-bullets a{background-color:rgba(255,255,255,.2)}
.tos-pagination.tos-bullets a:hover{background-color:rgba(255,255,255,.5)}
.tos-pagination.tos-bullets a.tos-selected{background-color:rgba(255,255,255,.9)}
.tos-desktop .tos-wrapper:hover .tos-pagination,.tos-touch .tos-wrapper.tos-hover .tos-pagination{opacity:1}
.tos-wrapper .tos-pagination:after,.tos-wrapper .tos-pagination:before{content:'';display:inline-block;width:20px;height:10px}
.tos-wrapper.tos-has-bullets .tos-pagination{height:30px}
.tos-wrapper.tos-has-bullets .tos-pagination a{border-radius:10px;width:10px;height:10px;margin:0 5px}
.tos-wrapper.tos-has-bullets .tos-caption{bottom:30px}
.tos-wrapper.tos-has-bullets .tos-uibg{height:90px}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg{height:130px}
.tos-wrapper.tos-has-thumbnails .tos-pagination{height:70px}
.tos-wrapper.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:50px;height:50px;margin:0 5px}
.tos-wrapper.tos-has-thumbnails .tos-caption{bottom:70px}
.tos-wrapper.tos-has-thumbnails .tos-uibg{height:130px}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg{height:170px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide{padding-bottom:50px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide{padding-bottom:80px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide{padding-bottom:90px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide{padding-bottom:120px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:40px;height:20px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:20px;width:20px;height:20px;margin:0 10px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:180px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:260px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:140px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:100px;height:100px;margin:0 10px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:140px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:260px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:340px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:60px;height:30px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:90px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:30px;width:30px;height:30px;margin:0 15px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:90px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:270px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:390px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:210px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:150px;height:150px;margin:0 15px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:210px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:390px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:510px}
.tos-slide .tos-html{-webkit-overflow-scrolling:touch}
.tos-play,.tos-play:after{display:block;position:absolute;top:50%;left:50%}
.tos-play{background:#000;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-play:after{content:''}
.tos-desktop .tos-wrapper:hover .tos-play,.tos-touch .tos-wrapper.tos-hover .tos-play{opacity:.5}
.tos-desktop .tos-wrapper:hover .tos-play:hover,.tos-touch .tos-wrapper.tos-hover .tos-play:hover{opacity:.9}
.tos-wrapper .tos-play{border-radius:80px;width:80px;height:80px;margin:-40px}
.tos-wrapper .tos-play:after{border:20px solid transparent;border-left-color:#fff;border-left-width:30px;margin-top:-20px;margin-left:-10.5px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play{border-radius:160px;width:160px;height:160px;margin:-80px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after{border:40px solid transparent;border-left-color:#fff;border-left-width:60px;margin-top:-40px;margin-left:-21px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play{border-radius:240px;width:240px;height:240px;margin:-120px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after{border:60px solid transparent;border-left-color:#fff;border-left-width:90px;margin-top:-60px;margin-left:-31.5px}
/* End */


/* Start:/local/templates/radadoors_adaptiv/components/radadoors/form.result.new/partners-form/style.css?16915412441271*/
/* Tiny Scrollbar */
#partners_form .content_block
{
    border: 0px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#partners_form .content_block.error {
    border: 1px solid red;
}
#partners_form .content_block .viewport
{
    height:100px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 8px);
}
#partners_form .content_block .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%
}
#partners_form .content_block .scrollbar
{
    position: relative;
    background-position: 0 0;
    float: right;
}
#partners_form .content_block .track
{
    height: 100%;
    position: relative;
    padding: 0 1px;
}
#partners_form .content_block .thumb
{
    height: 63px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #cfa76d;
}
.partners_item textarea {
    resize: none;
    width: 100%;
    border: 0px;
    padding: 0px 15px;
    font-size: 10pt;
    padding-bottom: 14px;
}

.g-recaptcha
{
    transform: scale(0.85);
    margin-top: 7px;
}

.g-recaptcha div:first-child
{
    margin: 0 auto;
}


/* End */


/* Start:/local/templates/radadoors_adaptiv/components/radadoors/form.result.new/feedback-form/style.css?16977040864074*/
.button_container
{
    text-align:center;
}
.button_container .btn
{
    border: 1px solid #cfa76c;
    background: #cfa76c;
    padding: 8px 38px 7px 38px;
    color: #000;
    font-family: 'MuseoSansCyrl300';
    font-size: 9.6pt;
    font-weight: normal;
    cursor: pointer;
}
.feedback_item textarea
{
    resize: none;
    width: 100%;
    border: 0px;
    padding: 0px 10px 18px 10px;
}
.feedback_item
{
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 13px;
}
.feedback_item.border_bottom
{
    border-bottom: 1px solid #CCC;
}
.feedback_item.border_bottom.error
{
    border-bottom: 1px solid red;
}
.feedback_item.border_bottom .feedback_name
{
    float: left;
}
.feedback_item .feedback_name
{
    font-family: 'MuseoSansCyrl300';
    font-size: 10.6pt;
    color: #9e9e9e;
    margin-right: 10px;
}
.feedback_item .inputtext
{
    background: transparent;
    border: 0px;
    font-family: 'MuseoSansCyrl300';
    font-size: 10.6pt;
    color: #000;
    float: left;
    margin-top: -2px;
    width: calc(100% - 60px);
    line-height: 21px;
}

#feedback_form.white-popup-block .title {
    margin-bottom: 27px;
}
#feedback_form font.errortext
{
    font-family: 'MuseoSansCyrl300';
    font-size: 9.6pt;
}




/* Tiny Scrollbar */
#feedback_form .content_block
{
    border: 1px solid #ccc;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#feedback_form .content_block.error {
    border: 1px solid red;
}
#feedback_form .content_block .viewport
{
    height:100px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 8px);
}
#feedback_form .content_block .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%
}
#feedback_form .content_block .scrollbar
{
    position: relative;
    background-position: 0 0;
    float: right;
}
#feedback_form .content_block .track
{
    height: 100%;
    position: relative;
    padding: 0 1px;
}
#feedback_form .content_block .thumb
{
    height: 63px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #cfa76d;
}




.update_container .agree_prop {
    cursor: pointer;
    position: relative;
    display: table;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 2px 0px 35px 0px;
    width: 100%;
}

.update_container .agree_prop .checkbox_item {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
}
.update_container .agree_prop .checkbox_item .wrap-checkbox {
    border: 1px solid #ccc;
}
.update_container .agree_prop .checkbox_item.error .wrap-checkbox {
    border: 1px solid red;
}
.update_container .agree_prop .wrap-checkbox {
    background: url(/local/templates/radadoors_adaptiv/components/radadoors/form.result.new/feedback-form/images/checkbox.png) no-repeat;
    display: block;
    height: 31px;
    width: 31px;
    position: relative;
}
.update_container .agree_prop input.element-checkbox {
    cursor: pointer;
    height: 31px;
    width: 31px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.update_container .agree_prop .text {
    font-family: "PFBeauSansProLight";
    font-size: 8.6pt;
    color: #000;
    margin-left: 10px;
    width: calc(100% - 31px);
    text-indent: 0px;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    padding-left: 19px;
}
.update_container .agree_prop .wrap-checkbox.active {
    background: url(/local/templates/radadoors_adaptiv/components/radadoors/form.result.new/feedback-form/images/checkbox.png) no-repeat 0px -30px;
}

body #feedback_form .mfp-close {
    display: none;
}

.g-recaptcha
{
    transform: scale(0.85);
    margin-bottom: 22px;
}

.g-recaptcha div:first-child
{
    margin: 0 auto;
}

#feedback_form .button_container .btn {
    background: #cfa76d;
    color: #000;
    text-transform: uppercase;
}


.update_container .agree_prop .text {
	font-size: 14px;
}

.update_container .agree_prop .text a {
	text-decoration: underline;
	font-size: 14px;
}

#partners_form .update_container .agree_prop {
    margin: 2px 10px 35px 10px;
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/company.css?176057402619355 */
/* /local/templates/radadoors_adaptiv/css/jquery.tosrus.all.css?152840364613292 */
/* /local/templates/radadoors_adaptiv/components/radadoors/form.result.new/partners-form/style.css?16915412441271 */
/* /local/templates/radadoors_adaptiv/components/radadoors/form.result.new/feedback-form/style.css?16977040864074 */
