

/* Start:/local/templates/vesta/styles.css?17449642793706*/
/*Картинка слева*/
.img-left{
	float:left;
	margin:0 20px 20px 0;
}

/*Картинка справа*/
.img-right{
	float:right;
	margin:0 0 20px 20px;
}
.table-block{
	max-width:100vw;
	overflow-x:auto;
	margin:100px 0 20px 0;
}
	.table-block h2{
		font-size:36px;
		margin-bottom:30px;
		font-weight:normal;
		font-family:'Ubuntu-Regular';
	}
.websteel-table{
	background-color:#fff;
	box-shadow:0 0 5px 2px #cdcdcd;
	border-spacing:unset;
}
	.websteel-table tr:nth-child(2n+1){
		background-color:#dce7ff;
	}
	.websteel-table tr:nth-child(2){
		background-color:#dce7ff;
		font-weight:bold;
	}
		.websteel-table tr:nth-child(2) td{
			border-bottom:1px solid #c4cff8;
		}
		.websteel-table tr:nth-child(2) td:nth-child(2),
		.websteel-table tr:nth-child(2) td:nth-child(3),
		.websteel-table tr:nth-child(2) td:nth-child(4){
			color:#2d34cf;
		}
		
	.websteel-table p{margin:0;padding:0;font-family:inherit;}
	.websteel-table tr:first-child{
		box-shadow:0 0 5px 2px #cdcdcd;
		background-color:#fff;
	}
	
	.websteel-table tr:nth-child(1),
	.websteel-table tr:nth-child(2),
	.websteel-table tr:nth-child(3){
		text-align:center;
	}
	.websteel-table td:first-child{
		text-align:center;
		font-weight:bold;
	}
	.websteel-table td:first-child img{
		display:block;
		margin:0 auto 10px auto
	}
	.websteel-table td:first-child img+br{
		display:none;
	}
	.websteel-table td{
		font-size:18px;
		vertical-align:top;
		padding:25px 14px 35px 14px;
		box-sizing:padding-box;
		border-right:1px solid #c4cff8;
		line-height:22px;
	}
	.websteel-table td:last-child,
	.websteel-table tr:first-child td{
		border-right:0;
	}
	.websteel-table .col-lg-3{
		width:25%;
	}



.search-mobile, .search-mobile-btn {
    display: none;
}

.search-mobile .header-search__form {
    height: 66px;
}

.search-mobile .header-search__input {
    height: inherit;
    color: #fff;
}

.search-mobile-btn {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: center center / 3rem no-repeat;
    background-image: url(/local/templates/vesta/images/svg-icons/searchWhite.svg);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 91px;
    left: 16px;
    background-color: #193A80;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    z-index: 9999999;
}

.header-popup-menu-wrapper-box .header-popup {
	overflow-y: scroll;
}

.header-popup-menu-wrapper-box .header-popup__items {
	height: auto;
}


.new_cookies {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: black;
    width: 100%;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 99999999;
}

.new_cookies-container {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 15px;
}

.pv-d-flex {
	display: flex;
}

.pv-col-12 {
	width: 100%;
}

.pv-col-11 {
	width: 91%;
}

.pv-col-10 {
	width: 83%;
}

.pv-col-9 {
	width: 75%;
}

.pv-col-8 {
	width: 65%;
}

.pv-col-7 {
	width: 58%;
}

.pv-col-6 {
	width: 50%;
}

.pv-col-5 {
	width: 41%;
}

.pv-col-4 {
	width: 35%;
}

.pv-col-3 {
	width: 35%;
}

.pv-col-2 {
	width: 25%;
}

.pv-col-1 {
	width: 8%;
}


.new_cookies .btn {
	margin: 0 auto;
	display: table;
}


@media screen and (max-width: 992px) {
    .search-mobile.show-form {
        display: block;
        position: fixed;
        z-index: 9999999;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
    }

    .search-mobile-btn {
        display: block;
    }
}


@media screen and (max-width: 470px) {
	.cookies__text, .cookies__text-btn {
		width: 100% !important;
	}

	.cookies__text-btn {
		margin-top: 10px;
	}

	.new_cookies-container {
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/vesta/template_styles.css?174496427912147*/
.header-popup__item{
	padding: 0 10px;
}
.map-control .btn {
	font-size: 36px;
	width: 55px;
	height: 55px;
	line-height: 37px;
	border-radius:16px;
	background-color: #fafafa;
	border:7px solid #2D34CF;
	font-weight:bold;
	padding:0;
	text-align: center;
	margin-bottom:8px;
}
.map-control .btn#zoom-out{
	font-size:50px;
}
.websteel_cart{
	transition: all .2s;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    background-color: #fff500;
    padding: 4px 16px;
    text-transform: uppercase;
    font-weight: 600;
	margin-left:5px;
}
.websteel_cart:hover{
	background-color: #fffdcc;
    
}
.header-top .contacts__up-group{
	display:flex;
	justify-content: space-between;
	align-items: center;
margin:auto;
	
}
	.header-top .contacts__text a{
		display:block;
		margin: 0 5px;
		height:24px;
		width:24px;
	}
	.header-top__auth{
		margin-right:5px;
	}
.header-search__input{
	color:#fff;
}
.header-bottom{
	padding-bottom: 30px
}
.header-bottom__logo{
	position:relative;
}
	.thirty-year-logo{
		position: absolute;
		top:100%;
		display: block;
		margin-top: 10px;
	}
	.thirty-year-video img{
		transition: all .3s ease;
	}
	.thirty-year-video:hover img{
		filter: contrast(150%);
	}
	.thirty-year-video{
		position: absolute;
		top:5px;
		right:5px;
		
	}
	.thirty-year-video.year25{
		top:auto;
		bottom:5px;
	}
	.thirty-years-1 .hello__main-title{
		padding-top:20px;
	}

	.thirty-years-about{
		position: relative;
	}
		.thirty-years-about .years30,
		.thirty-years-about .years25{
			display: block;
			position: absolute;
			top:10px;
			right:20px;
			z-index: 4;

		}
		.thirty-years-about .years25 img,
		.thirty-years-about .years30 img{
			transition: all .3s ease;
		}
		.thirty-years-about .years25:hover img,
		.thirty-years-about .years30:hover img{
			filter: contrast(150%);
		}
		.thirty-years-about .years25{
			top:auto;
			bottom:10px;
		}
.prices__buttons {
	display: none;
}
@media (max-width: 760px){
	.new-year-logo{display: none;}
	html .header-top__phone{
		font-size:1.8rem;
	} 
	.prices__buttons {
		display: block;
	}

	.prices__buttons-box {
		display: none;
	}
	
	.prices__buttons .prices__table-form {
	    flex-direction: column;
	}

	.prices__buttons .prices__switchers-col {
	    margin-bottom: 30px;
	}
	
	/*.prices__table,
	.prices__table thead,
	.prices__table tfoot,
	.prices__table tbody{
		display:block;
		border:0;
		width:100%;
	}
	.prices__table tr{
		display:block;
		width:100%;
	}
	.prices__table td{
		border:0 !important;
		white-space:normal !important;
		display:block;
		width:100% !important;
	}
	.prices__table tfoot{
		text-align:center;
	}
	.prices__table-form .prices__switchers-col{
		display:block;
	}
		.prices__table-form .prices__switchers-col .prices__size-label{
			margin-left:30px;
			margin-bottom:10px;
		}
	.prices__table-form{
		display:block;
	}*/
}

.header-bootom__nav li{
	position: relative;
}
	.header-bootom__nav .sub-menu{
		position: absolute;
		left:100%;
		top:0;
	}


.help-btn{
	background-color:#FFF500;
	border:2px solid #FFF500;
	margin-left:10px;
	font-size:20px;
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	border-radius:50%;
	cursor:pointer;
	position: absolute;
	top:30px;
	right:30px;
	transition:all 0.3s ease;
}
.help-btn:hover{
	background-color: transparent;
	color:#FFF500;
}
.btn.prices-switcer__close{
	position:absolute;
}
.info-slider{
	background-color:transparent;
}
.info-slider__switch-item{
	max-width:20rem;
}
.help {
    overflow-y: scroll;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 5rem;
	display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.42);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
}
.all-videos .col-lg-4 .all-videos__cover:hover {
    outline: 4px solid #1D4395;
}

.metal-with-video{}
	.metal-with-video .line{
		margin-bottom:30px;
		padding-right:10px;
	}
		.metal-with-video .line.cash>*{
			vertical-align:middle;
			display:inline-block;
		}
		.metal-with-video .line.cash>img{
			margin-right:10px;
		}
		.metal-with-video .line.cash>span{
			font-size:20px;
			margin-right:20px;
		}
		.metal-with-video .line.pdf>*{
			vertical-align:middle;
			display:inline-block;
			font-size:20px;
		}
		.metal-with-video .line.pdf>img{
			margin-right:20px;
		}
		.metal-with-video .line.pdf>a{
			text-decoration:underline;
		}
		.metal-with-video .line.pdf>a:hover{
			text-decoration:none;
		}
		.metal-with-video .line.text h2{
			font-size:24px;
			font-weight:bold;
		}
		.metal-with-video .objects-video__button{
			top:210px;
			width:12rem;
			height:9rem;
		}
.help .help-popup__wrapp {
	position: absolute;
	top:30px;
}
.help-popup__wrapp{ 
		max-width: 52rem;
		background-color: #fff;
		padding: 4rem;
		padding-top: 6rem;
		padding-right: 6rem;
		text-align: center;
		position: relative;
	}
		.help-popup__wrapp .text{ 
			padding:40px;
		}
	.help .help-close{
		position: absolute;
		top:10px;
		right:10px;
	}
	._orinationRight_385.wrap_d6d{
		right:60px !important;
	}
#price-calc{
	padding-left: 0;
	padding-right:0;
}
.articles-section__cards{}
	.articles-section__card{
		margin-bottom:20px;
		font-size:14px;
	}
		.articles-section__card-name{
			text-transform:uppercase;
			font-size:18px;
			margin-bottom:5px;
			font-weight:600;
			color:#232020;
		}
#price-calc .prices__switch-button,
#price-calc select{
	width:100%;
}
#price-calc .prices__table td{
	text-align: center;
	width:50%;
}

.prices-block .btn{
	margin-bottom:7rem;
}
.prices{
	padding-bottom:0;
}
.product-detail.slider-wrapper{
	position: relative;
}
	.product-detail.slider-wrapper .prices__button{
		position: absolute;
		left:0;
		right:0;
		top:45%;
	}
.buildings__item .price_info{
	position: absolute;
	top:20px;
	right:25px;
	color:#fff;
}
@media screen and (max-width: 575px) {
    .btn-center {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px;)
{
.section.achievements {
    display: none;
}
}
.center{text-align: center;}

.feedback__col-mod.error-field .feedback__input {
    border: 1px solid red;
}

.error-message-form {
	padding: 5px;
	text-align: center;
	color: red;
	display: none;
}

@media screen and (min-width: 320px) and (max-width: 992px){
	.websteel_cart{display: none;}

	html .header.active .websteel_cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		bottom: -81.2vh;
		left: 70%;
		-webkit-transform: translateX(-30%);
		-ms-transform: translateX(-30%);
		transform: translateX(-30%);
	}
}

.bx_subscribe_response_container__title {
	font-size: 22px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.bx_subscribe_response_container__message {
	font-size: 16px;
}

.bx_subscribe_response_container__icon {
	width: 30px;
	display: inline-block;
	margin-right: 15px;
}

.bx_subscribe_response_container--custom {
	margin-bottom: 30px;
}

.owl-nav-none .owl-nav {
	display: none;
}

.yellow-btn {
	background-color: #FFF500 !important;
	color: #232020 !important;
}

.yellow-btn:hover {
	background-color: #2D34CF !important;
	color: #fff !important;
}

ol, ul {
	font-family: 'Ubuntu-Light', 'Arial', sans-serif;
}

.header-bottom__menu ul {
   font-weight: bold;
}

.objects-map__filter .bx-filter-input-checkbox input {
	display: none;
}

.objects-map__filter .checkbox label {
	min-width: initial !important;
	display: table;
	padding: 1rem 0;
	position: relative;
}

.objects-map__filter .checkbox label:hover {
	background: transparent;
	cursor: pointer;
}

.objects-map__filter .bx-filter-input-checkbox input + .bx-filter-param-text {
	font-size: 0;
	position: absolute;
}

.objects-map__filter .bx-filter-input-checkbox input + .bx-filter-param-text:before {
	background: url(/local/templates/vesta/images/svg-icons/checkbox-component-unchecked.svg);
	display: block;
	content: '';
	background-repeat: no-repeat;
	width: 35px;
    height: 35px;
    background-size: contain;
    position: relative;
    top: -8px;
}

.objects-map__filter .bx-filter-input-checkbox input + .bx-filter-param-text:hover:before {
	background: url(/local/templates/vesta/images/svg-icons/checkbox-component-unchecked-hover.svg);
	display: block;
	content: '';
	background-repeat: no-repeat;
	width: 35px;
    height: 35px;
    background-size: contain;
    position: relative;
    top: -8px;
}

.objects-map__filter .bx-filter-input-checkbox input:checked + .bx-filter-param-text:before {
	background: url(/local/templates/vesta/images/svg-icons/checkbox-component-checked.svg);
	display: block;
	content: '';
	background-repeat: no-repeat;
	width: 35px;
    height: 35px;
    background-size: contain;
    position: relative;
    top: -8px;
}

.objects-map__filter .bx-filter-input-checkbox input:checked + .bx-filter-param-text:hover:before {
	background: url(/local/templates/vesta/images/svg-icons/checkbox-component-checked-hover.svg);
	display: block;
	content: '';
	background-repeat: no-repeat;
	width: 35px;
    height: 35px;
    background-size: contain;
    position: relative;
    top: -8px;
}

html .objects-map__filter .bx-filter-button-box {
	margin-top: 20px;
	margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
	.btn.brand-ss-button {
		padding: 4px;
		margin-right: 0;
	}
}

@media screen and (max-width: 460px) {
	.about-company__middle-content {
		width: 71%;
	}

	.about-company__middle-title {
	    font-size: 19pt;
	}
}


.advertisement-modal {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	display: none;
}

.advertisement-modal__wrapper {
	background-color: #f2f2f2;
	padding: 40px;
	display: table;
	border: 3px solid #628bae;
	max-width: 850px;
	margin: 0 auto;
	box-shadow: 0px 0px 15px;
	position: relative;
	border-radius: 10px;
}


.advertisement__link {
	background-color: #b5c6e7;
	color: #3d5585;
	padding: 10px 12px;
    display: block;
    margin-right: 30px;
    border-radius: 5px;
    font-weight: bold;
}

.advertisement__link:hover {
	background-color: #3d5585;
	color: #fff;
}

.advertisement__link-close {
	color: #3d5585;
	font-weight: bold;
}

.red-color-text {
	color: #e21b22;
}

.advertisement__buttons {
	display: flex;
	align-items: baseline;
}

.advertisement__text {
	margin: 15px 0;
}

.advertisement__title-box {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: inherit;
}

.bold-text {
	font-weight: bold;
}

.advertisement-modal__close {
    position: absolute;
    right: 6px;
    top: 2px;
    border-radius: 50%;
    padding: 0;
    width: 5rem;
    height: 5rem;
    background-color: #2D34CF;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    cursor: pointer;
   /* width: 30px;
    height: 30px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scaleY(0.9);
    cursor: pointer;
    font-weight: bold;*/
}

.advertisement-modal__close:hover {
    background-color: #7f83e3;
}

.advertisement-modal__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background: url(/local/templates/vesta/images/svg-icons/closeWhite.svg) center center / contain no-repeat;
}

.advertisement-modal__close:hover,
.advertisement__link-close:hover {
	color: #e21b22;
}

.responsive-frame iframe {
	width: 100%;
}

.text-center {
	text-align: center;
}

@media screen and (max-width: 991px) {
	.responsive-frame iframe {
		max-height: 350px;
	}
}

.list__li-nflex li {
	/*display: -webkit-box;*/
	word-break: break-word;
}

.made-in-russia-logo {
	max-width: 120px;
	width: auto;
	display: table;
	margin: 10px 0 10px 20px;
}

@media screen and (max-width: 460px) {
	.made-in-russia-logo {
		margin: 10px auto;
	}
}
/* End */
/* /local/templates/vesta/styles.css?17449642793706 */
/* /local/templates/vesta/template_styles.css?174496427912147 */
