/*
Theme Name: Готовое решение - Landing Page
Theme URI: https://rosait.ru/
Author: ООО "Сайт"
Author URI: https://rosait.ru/
Description: На базе этого готового решения можно собрать Landing Page
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.success {
	font-weight: bold;
	color: green;
	margin-top: 10px;
}

.bg-success {
	padding: 15px;
	border-radius: 4px;
}

.error_input {
	border: 1px solid red !important;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wrapper-content-footer {
	display: flex;
	justify-content: space-between;
	padding: 27px 0 63px 0;
}

.contact-info-text-address {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 18px;
	max-width: 255px;
	margin-left: 6px;
}

.contact-info-title {
	color: #ffffff;
	margin-bottom: 18px;
	margin-top: 0;
	font-weight: 700;
	font-size: 14px;
}

.contact-info-text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 6px;
	margin-left: 12px;
}

.contact-info-text:hover {
	color: #ffffff;
	opacity: 60%;
}

.contact-info-text-watch:hover {
	opacity: 100%;
}

.contact-info-text-watch {
	margin-left: 9px;
}

.icon-footer-watch {
	margin-left: 1px;
}

.contact-info-text:last-child {
	margin-bottom: 0;
}

.block-social-networks .social-networks-text {
	margin-bottom: 9px;
}

.wrapper-contact-info-text {
	display: flex;
	align-items: baseline;
}

.footer-column {
	display: flex;
}

.footer-column .contact-info-text {
	margin-left: 0;
}

.footer-column-one {
	gap: 36px;
}

.footer-column-two {
	gap: 41px;
}

.wrapper-contact-info-column {
	display: flex;
	flex-flow: column;
}

.wrapper-contact-info-icon {
	margin-top: 8px;
	margin-left: 22px;
}

.WhatsApp {
	margin-right: 5px;
}

.footer-column-three {
	display: flex;
	gap: 31px;
}

@media (max-width: 1199px) {
	.wrapper-content-footer {
		gap: 10px;
	}
}

@media (max-width: 991px) {
	.wrapper-content-footer {
		flex-flow: column;
		gap: 29px;
	}

	.footer-column-three {
		display: flex;
		gap: 9px;
		flex-flow: column;
	}

	.block-about-the-company {
		order: 1;
	}

	.block-services {
		order: 2;
	}

	.block-contact-info {
		order: 3;
	}

	.contact-info-text-address {
		margin-bottom: 9px;
	}

	.contact-info-title {
		margin-bottom: 14px;
	}

	.block-contact-info .contact-info-title {
		margin-bottom: 18px;
	}

	.wrapper-content-footer {
		padding: 29px 0 33px 0;
	}
}


@media (max-width: 767px) {
	.alignleft {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}

	.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
}

.modal-header {
	display: block !important;
}

.rs-17 ol {
	padding-left: 15px !important;
}

.rs-17 ul {
	padding-left: 0px !important;
}

.btn-privacy {
	background: #E4054C;
	color: white;
	border: 0.5px solid #E4054C;
	border-radius: 2px;
	padding: 7px 20px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s ease;
}

.btn-privacy:hover {
	background-color: #fff !important;
	color: #E4054C !important;

}

#cookieConsent {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 380px;
	background: white;
	padding: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	font-size: 10px !important;
	line-height: 17px;
}

#cookieConsent p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}

body h1 {
	color: #ffffff;
	margin: 50px auto 0;
	font-weight: 400;
	text-align: center;
	max-width: 50%;
	width: fit-content;
}

@media (max-width: 1024px) {
	body h1 {
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	body h1 {
		font-size: 24px !important;
		max-width: 90%;
	}


	#cookieConsent {
		width: 100% !important;
		max-width: none !important;
		right: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		border-radius: 0 !important;
	}
}

.breadcrumbs-container {
	margin-top: 10px;

}

.breadcrumbs {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.breadcrumb {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.breadcrumb-link {
	color: #424242 !important;

}

.breadcrumb-separator {
	color: #424242 !important;
}

.breadcrumb-current {
	color: #E4054C !important;
}


.rs-17 .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.rs-17 .footer-row .copyright {
    flex: 1;
    text-align: left;
    white-space: nowrap;
}

.rs-17 .footer-row .privacy {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 20px;
    white-space: nowrap;
	padding-left: 150px;
}

.rs-17 .footer-row .right-block {
    flex: 1;
    text-align: right;
    white-space: nowrap;
}

.rs-17 .footer-row .contact-info-text {
    font-size: 12px;
}
@media (max-width: 1024px) {
  
.rs-17 .footer-row .privacy {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 20px;
    white-space: nowrap;
	padding-left: 0px;
}
}
/* Мобильная версия */
@media (max-width: 780px) {
    .rs-17 .footer-row {
        flex-direction: column;
        text-align: center; 
        gap: 10px;
    }
    .rs-17 .footer-row .copyright {
  
    white-space: wrap;
}
    .rs-17 .footer-row .copyright,
    .rs-17 .footer-row .privacy,
    .rs-17 .footer-row .right-block {
        flex: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    
    .rs-17 .footer-row .privacy {
        margin: 0;
    }
}
   .company-info-wrapper {
        display: flex;
        gap: 270px;
        padding: 30px;
        margin-top: 20px;
        margin-bottom: 370px;
    }


    .details,
    .contact-info {
        font-size: 16px;
        line-height: 31px;
        color: #000;
    }

    @media (max-width: 1199px) {
        .company-info-wrapper {
            gap: 200px;
        }
    }

    @media (max-width: 768px) {
        .company-info-wrapper {
            flex-direction: column;
            gap: 20px;
            padding: 20px;
            margin-bottom: 150px;
        }

        .block {
            width: 100%;
        }

        .company-name {
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .company-info-wrapper {
            padding: 15px;
        }
    }