

/* Start:/local/templates/prombez/components/bitrix/news.detail/projects/style.css?176639835411432*/
    .main-banner {
       
        position: relative;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #666;
        color: #fff;
        box-sizing: border-box;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .main-banner.hasimg{height: 900px;}
    .main-banner.shadow:before{content:""; position:absolute; left:0px; right:0px; bottom:0px; top:0px; background-color: rgba(0,0,0,0.3); z-index: 0;}


    .main-banner .container {
        position: relative;
        z-index: 1;
        height: 100%;
    }

    .main-banner-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main-banner-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .main-banner h1 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 36px;
        line-height: 110%;
        color: #fff !important;
    }
    .main-banner-buttons{margin-top:40px;}
    .main-banner-buttons .btn {
        background-color: #E30613;
        color: #fff;
    }



    .main-banner .subtitle ul li {
        color: #fff;
        display: inline-block;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        text-transform: none;

    }

    .main-banner .subtitle ul li:after {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #fff;
        vertical-align: middle;
        margin-right: 15px;
        margin-left: 15px;
        display: inline-block;
    }

    .main-banner .subtitle ul li:last-child:after {
        display: none;
    }

    .main {
        padding-top: 40px;
        padding-bottom: 40px;
        line-height: 160%;
        position: relative;
        z-index: 999;
    }

    .main p {
        line-height: 160%;
    }

    .main img {
        max-width: 100%;
    }

    .cblock {

        margin-bottom: 60px;

    }

    .inner-content {
        display: flex;
        flex-direction: row;
        gap: 60px;
    }

    .page-menu {
        position: sticky;
        top: 60px;
        padding: 8px 24px 12px 24px;
        background-color: #F8F8F8;
        width: 260px;
    }

    .page-menu ul li {}

    .page-menu ul li a {
        font-family: Montserrat;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 160%;
        color: #7D7D7D;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;

    }

    .page-menu ul li a.active {
        color: #0F0F0F;
    }

    .page-menu ul li a:hover {
        color: #0F0F0F;
    }

    .page-menu-header {
        display: none;
    }

    @media(max-width:769px) {
        .main-banner {
           
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .main-banner.hasimg{ height: 700px;}

        .main-banner h1 {
            font-size: 28px !important;
            font-weight: 600 !important;
        }

        .main-banner .subtitle ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            overflow: hidden;
        }

        .main-banner .subtitle ul li {
            font-size: 16px;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .main-banner .subtitle ul li.compact {
            display: none;
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact) {
            display: block;
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact) span {
            display: none;
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact):before {
            content: "...";
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact):after {
            content: "";
        }

        .inner-content {
            gap: 0px;
        }

        .page-menu {
            position: fixed;
            bottom: 42px;
            left: 20px;
            right: 100px;
            width: auto;
            z-index: 999999;
            top: auto;
            background: #fff;
            border: 1px solid #DCDCDC;
            border-radius: 32px;
        }

        .page-menu-header {
            display: flex;
            flex-direction: row;
            cursor: pointer;
            color: #000;
            padding: 6px 0px;
            gap: 10px;
        }

        .page-menu-toggler {
            flex-shrink: 0;
        }

        .page-menu ul {
            position: relative;
            overflow: hidden;
            max-height: 0px;
            transition: max-height .4s ease;
        }

        .page-menu.opened ul {
            max-height: 100vh;
        }

        .page-menu-title {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

    }

    .inner-content .content {
        width: 100%;
        flex: 1;
    }

    h2.lined,
    h3.lined {
        display: block;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 17px;
        font-family: Montserrat;
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 40px;

    }

    .company {
        background-color: #F8F8F8;
        padding: 23px;
        gap: 32px;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        line-height: 24px;
    }

    .company-header {
        display: flex;
        flex-direction: row;
        gap: 32px;
    }

    @media(max-width:991px) {
        .company-header {
            flex-direction: column-reverse;
        }

    }

    .company-subtitle {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        color: #7D7D7D;
    }

    .company-title {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #393939;
    }

    .company-header-body {
        width: 100%;
    }


    .company-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
    }

    .company-logo-wrapper img {
        max-width: 100%;
    }

    .company-body {}

    .main blockquote {
        background: url(/projects/qu.svg) no-repeat;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .iconic-link {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 10px;
    }

    .iconic-link-icon {
        width: 60px;
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F8F8F8;
        flex-shrink: 0;
    }

    .iconic-link-icon img {
        max-width: 100%;
    }

    .iconic-link-icon svg {
        max-width: 100%;
    }

    .iconic-link-icon i {}

    .iconic-link-title {
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 14px;
        line-height: 114%;
    }

    ul.check {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    ul.check li {
        list-style: none;
        display: flex;
        gap: 16px;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        align-items: center;
        flex-direction: row;
    }

    ul.check li:before {
        content: "";
        background-image: url(/projects/li.svg);
        position: relative;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

    .contanctForm h3{font-size: 20px!important; margin-bottom:24px; color:#0F0F0F!important; font-weight: bold!important;}

    .nav-tabs-custom.nav-tabs {
        border: none !important;
        margin-bottom:20px;
    }

    .nav-tabs-custom.nav-tabs .nav-link {
        border: none !important;
        border-radius: 0px;
        font-size: 16px;
        text-transform: none;
        color: #393939;
        padding: 12px 24px;
        margin-right:10px;
    }

    .nav-tabs-custom.nav-tabs .nav-link.active {
        background-color: #FFF5B5;
    }
    .tab-content-custom{padding: 24px; background-color: #F8F8F8;}





    
    input.checkbox:checked {
		background-color: var(--yellow-medium, #FDC300) !important;
	}

	label.police:before {
		background-color: red;
	}

	.checkbox:checked~.checkbox::before {
		background-color: black;
	}

    .squaredThree {
		position: relative;
		float: left;
	}

	.squaredThree label {
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		background: #D7B1D7;
		border-radius: 4px;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
	}

	.squaredThree label:after {
		content: '';
		width: 9px;
		height: 5px;
		position: absolute;
		top: 4px;
		left: 4px;
		border: 3px solid #fcfff4;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

    @media (min-width: 992px) {}

		@media (max-width: 991px) {
			.bgsmnone {
				background: none !important;
			}
		}

		@media (max-width: 576px) {
			.contanctForm .Cphone {
				padding-top: 20px !important;
			}
		}

		.subtitle {
			font-size: 16px;
			font-weight: 600;
			line-height: 17.6px;
            
			color: #262933;
		}

		img.subicon {
			padding-right: 5px;
		}

		.contanctForm .Cphone {
			padding-top: 30px;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
		}

		.subtitle2 {
			opacity: 0.8;
			font-size: 18px;
			font-weight: 600;
			line-height: 18px;
			font-style: normal;
			color: #262933;
		}

		.Cdate {
			padding-top: 15px;
			font-weight: 400;
			font-style: normal;
			font-size: 16;
			line-height: 24px;
		}

		.contanctForm input,
		.contanctForm textarea {
			border: none;
			border-bottom: 1px #7d7f85 solid;
			color: #7d7f85;
			text-align: left;

		}

		.contanctForm input::placeholder,
		.contanctForm textarea::placeholder {
			color: #bebfc2;
			text-align: left;
			padding-left: 0px;
			font-size: 13px;
		}

		.contanctForm textarea {
			padding-left: 0px;
		}

		.contanctForm textarea::placeholder {
			padding-top: 90px;
		}

		.pers-policy input {
			margin-right: 10px;
		}

		.feedback input.checkbox {
			width: 20px !important;
			height: 20px !important;
			line-height: 20px;
			border-radius: 0px !important;
		}

		label.police {
			font-size: 13px;
			font-style: normal;
			line-height: 19.5px;
			text-align: left;
		}

		.g-recaptcha {
			margin-left: 0px !important;
			margin-top: -15px;
		}

		.contanctForm .input,
		.contanctForm .input {
			background: none;
		}

		.contanctForm input:focus,
		.contanctForm textarea:focus {
			background-color: #fff;
		}
/* End */
/* /local/templates/prombez/components/bitrix/news.detail/projects/style.css?176639835411432 */
