

/* Start:/bitrix/templates/MetalHome/styles.css?174593630616968*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
}
p {
line-height: 1.8;
}
h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #0274BE;
}
h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #0274BE;
}
h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0274BE;
}

@media (max-width: 600px) {
    h2 {
        font-size: 30px;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cblockk {
display: flex; margin-bottom:40px;
}
.cblockk-text {
flex: 0 0 400px;
}
@media (max-width: 600px) {
    .cblockk   {
        flex-direction: column;
    }
}
label {
    display: inline-block;
    margin-bottom: 6px;
}
.input {
    display: block;
    width: 100%;
    padding: 10px 18px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button {
    display: block;
    background-color: #0274BE;
    color: #fff;
    border: none;
    width: fit-content;
    padding: 18px 36px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
}
button:hover {
    background-color: #014f83;
}

a, .link {
cursor: pointer;
    color: #0274BE;
    text-decoration: none;
    border-bottom: 1px solid #a2d4f5;
    transition: all 0.2s;
}
.link:hover, a:hover {
    border-color: #fff;
}

a.button {
    display: block;
    background-color: #0274BE;
    color: #fff;
    border: none;
    width: fit-content;
    padding: 18px 36px;
    font-size: 16px;
}
a.button:hover {
    background-color: #014f83;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}

.abotext {
display: flex;
margin: 20px -10px;
justify-content: space-between;
}

@media (max-width: 600px) {
    .abotext  {
        flex-direction: column;
    }
}

.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header_top-row {
    display: flex;
    font-size: 13px;
    color: #777;
    padding: 10px 0;
    align-items: center;
}
.header_top-row div {
    margin-right: 40px;
}
.header_top-row div::after {
    content: '•';
    margin-left: 40px;
}
.header_top-row div:last-child::after {
    content: '';
}
.header_main-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_main-row_main {
    display: flex;
    align-items: center;
}
.header_logo {
    margin-right: 60px;
}
.header_logo img {
    max-height: 30px;
}
.header_menu {
    display: flex;
    align-items: center;
}
.header_menu li {

    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
}
.header_menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border: none;
	padding: 20px;
	display: block;
}
.header_menu li.active {
    border-bottom: 2px solid #0274BE;
}
.header_menu li:hover {
    border-bottom: 2px solid #0274BE;
}
.header_phone {
    color: #000;
    font-weight: 900;
}
.header-mobile-block {
display: none;
height: 60px;
}
.header-mobile {
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-mobile_logo img {
    max-width: 200px;
}
.header-mobile_inner {
    display: flex;
    color: #fff;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

@media (max-width: 1200px) {
    .header_top-row div:first-child {
        display: none;
    }
}

@media (max-width: 960px) {
    .header_phone {
        display: none;
    }
}

@media (max-width: 800px) {
    .header_main-row {
        display: none;
    }
    .header_top-row {
        display: none;
    }
    .header-mobile-block {
        display: block;
    }
}

.header.home {
    box-shadow: none;
}
.header.home .header_top-row {
    color: #ccc;
}
.header.home .header_phone, .header.home .header_menu li a {
    color: #fff;
}
.header.home a {
    color: #ccc;
    border-color: #777;
}
.header.home a:hover {
    border-color: #333;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0 40px;
    line-height: 1.5;
}
.footer .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-col {
    flex: 0 0 16%;
}
.footer-col:first-child {
    flex: 0 0 50%;
}
.footer_logo {
    max-width: 250px;
}
.footer a {
    color: #fff;
    border-color: #777;
}
.footer a:hover {
    border-color: #333;
}
.footer ul li {
    margin-bottom: 6px;
}

@media (max-width: 1200px) {
    .footer-col {
        flex: 0 0 30%;
    }
    .footer-col:first-child {
        flex: 1 0 100%;
    }
}
@media (max-width: 800px) {
    .footer-col {
        flex: 0 0 100%;
    }
}

.about-company-block {
display: flex;
width: 100%;
justify-content: space-between;
margin-bottom: 50px;
}

.about-company-block-mobile {
display: none;
}

@media (max-width: 1200px) {
    .about-company-block {
        display: none;
    }
    .about-company-block-mobile {
        display: block;
    }
}

.home-top {
    background-size: cover;
    background-position: center;
    height: 800px;
}
.home-top_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
    color: #fff;
}
.home-bigtext {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .home-bigtext {
        font-size: 120px;
    }
}

@media (max-width: 1200px) {
    .home-bigtext {
        font-size: 100px;
    }
}

@media (max-width: 960px) {
    .home-bigtext {
        font-size: 70px;
    }
}

@media (max-width: 500px) {
    .home-bigtext {
        font-size: 40px;
    }
}

.services-list {
margin-bottom: 20px;
}
.services-list-inner {
display: flex;
flex-wrap: wrap;
}
@media (max-width: 800px) {
    .services-list-inner {
        display: block;
    }
}
.service-list-item {
flex: 0 0 25%;
}
.services {
    position: relative;
}
.services-inner {
    padding: 40px 0;
}
.services h2 {
    margin: 0 0 20px 0;
}
.services-overlay {
    height: 480px;
    width: 100%;
    background-color: #E1E1E1;
    position: absolute;
    z-index: -1;
}

.service-item {
    height: 430px;
    background-color: #000;
    color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.service-item_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: 0;
    transition: all 0.2s;
}
.service-item:hover .service-item_overlay {
    background: rgba(0, 0, 0, 0.5);
}
.service-item_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 110px 40px 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}
.service-item:hover .service-item_content {
    padding-top: 70px;
}
.service-item h3 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    max-width: 150px;
    display: table-caption;
    display: -ms-grid;
color: #fff;
    -ms-grid-columns: min-content;
}
.service-item a.button {
    opacity: 0;
    margin-top: 20px;
    transition: all 0.3s;
}
.service-item:hover a.button {
    opacity: 1;
}
.services a {
    border: none;
}

.about {
    padding-bottom: 40px;
}
.about-inner_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.about-img {
    width: 100%;
    aspect-ratio: 1.5;
    background-size: cover;
}
.abount-icons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.abount-icon {
    width: 240px;
    margin: 0 20px;
    text-align: center;
    line-height: 1.5;
}
.abount-icon_img {
    margin: 0 auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 960px) {
    .abount-icons {
        flex-wrap: wrap;
    }
    .abount-icon {
        width: 150px;
    }
    .abount-icon_img {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 600px) {
    .about-inner_text {
        flex-direction: column;
    }
}

.form-bottom {
    color: #fff;
    padding: 30px 0;
    background-image: url('/upload/form.jpg');
	   background-size: cover;
}
.form-bottom_inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.form-bottom h3 {
    font-size: 34px;
    font-family: "Oswald", sans-serif;
}
.form-bottom_form {
    display: flex;
    justify-content: center;
}
.form-bottom_form_block {
    margin: 10px;
    flex-grow: 1;
    text-align: left;
}
.mb20 {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .form-bottom_form {
        flex-direction: column;
    }
}

.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
.cont_title {
color: #919191;
display; block;
font-weight: 700;
font-size: 12px;
margin-bottom: 6px;
}

.cont_value {
margin-bottom: 24px;
}
.ab_services {
display: flex;
flex-wrap: wrap;
}
.ab_service {
flex: 0 0 25%;
}
.ab_service_in {
padding: 10px;
}
.ab_title {
display: flex;
font-size: 24px;
align-items: center;
 color: #0274BE;
    font-family: "Oswald", sans-serif;
}
.ab_title svg {
margin-right: 20px;
}
@media (max-width: 1300px) {
	.ab_service {
flex: 0 0 50%;
}
}

@media (max-width: 860px) {
	.ab_service {
flex: 0 0 100%;
}
}
.calcu {
background: #0274BE;
padding: 24px;
color: #fff;
margin-bottom: 20px;
}
.calcu a {
color: #fff;
border: none;
}
.icoblocks {
display: flex;
flex-direction: column;
}
.icoblock {
display: flex;
}
.icoblock-content h3 {
margin-top: 0;
margin-bottom: 12px;
line-height: 1;
}
.icoblock-icon {
margin-right: 20px;
}
.icoimg {
flex: 0 0 50%;
margin-right: 20px;
margin-bottom: 20px;
}
.icoimgico {
display: flex;
}
@media (max-width: 1400px) {
.icoimgico {
flex-direction: column;
}
.icoimg {
flex: 0 0 100%;

}
}

.service-top {
background-color: #333;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.service-top_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    color: #fff;
}
.service-top_content h1 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 130px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

@media (max-width: 1440px) {
    .service-top_content h1 {
        font-size: 120px;
    }
}

@media (max-width: 1200px) {
    .service-top_content h1 {
        font-size: 100px;
    }
}

@media (max-width: 960px) {
    .service-top_content h1 {
        font-size: 70px;
    }
}

@media (max-width: 500px) {
    .service-top_content h1 {
        font-size: 40px;
    }
}
.service_one {
display:flex;
}
.service_one_left {
flex: 0 0 55%;
    margin-right: 20px;}
.service_one_list {}
.service_one_right {
margin-top: 40px;
flex-grow: 1;}
.service_one_right img {width: 100%;}

.cat-main {
margin-bottom: 40px;
}
.cat-cols {
columns: 3;
}
@media (max-width: 1000px) {
.service_one_left {
flex: 0 0 100%;
}
.service_one_right {
display: none;
}
    .cat-cols {
columns: 2;
}
}
@media (max-width: 600px) {
    .cat-cols {
columns: 1;
}
}

.cat_block{
margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;}
.cat_block h3 {
margin-top:0;
}
.cat_block_parent {
cursor: pointer;
margin-bottom: 4px;
}
.cat_block_children {
padding-left: 20px;
display: none;
}
.cat_tab {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.cat_tab tr:hover {
    background-color: #ebebeb;
}
.cat_tab tr td {
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
}
.cat_tab th {
    text-align: left;
    font-weight: normal;   
background: #0274BE;
color: #fff;
padding: 5px 8px;
}
.cat_desc {
    display: block;
    font-size: 13px;
    color: #fff;
}
.cat-links {
margin-bottom: 20px;
}
/* End */
/* /bitrix/templates/MetalHome/styles.css?174593630616968 */
