.container {
    padding: 24px 12px;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    font-size: 14px;
}

.contacts-map iframe{
    border-radius: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
	border: 1px solid #00000036;
}

.title {
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.title-icon_pozition {
    text-align: center;
}

.title-icon {
    width: 77px;
}

.contacts-map a{
    display: none;
}

.contacts-text {
	display: flex;
	gap:60px;
	color: #001526!important;
}
.contacts-text-flex {
	display: flex;
	gap:60px
}

.contacts-information-phone {
	font-size:25px;
	font-weight: 900;
	white-space: nowrap;
	margin-bottom: 40px
}
.contacts-information-address {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px
}
.contacts-information-metro {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 40px;
}
.contacts-information-shedule {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;	
}
.contacts-information-shedule b {
	font-size: 16px;
	font-weight: 900
}
.contacts-information-text {
	font-size: 11px;
}
.contacts-information-text-title {
	display: block;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contacts-information-text p {
	margin-bottom: 20px;
	font-weight: 600
}
.contacts-information_sub{
    padding-top: 20px;
    font-weight:  600;
    line-height: 119%;
    text-align: center;
    color: #001f31;
}

.title_black{
    color: #001f31;
}

.title-icon_pozition{
    text-align: center;
}

.header__left{
    column-gap: 34px;
}

.contacts-text-form-title {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contacts-text-form form {
	display: flex;
	flex-direction: column;
	gap:14px;
}
.contacts-text-form .form-control {
	background: #fff;
	font-size: 15px;
	color: #001526;
	font-weight: 700;
	border-radius: 12px;
	width: 100%;
	padding: 16px 30px;
}
.contacts-text-form .btn {
	width: 100%;
	padding: 16px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #001526;
	font-family: Montserrat, sans-serif;
	white-space: nowrap;
	border-radius: 12px;
	transition: .3s all;
	cursor: pointer;
}
.contacts-text-form .btn:hover {
	opacity: .9;
}
.contacts-text-form {
	margin-left: auto;
	max-width: 550px
}
.contacts-information-text, .contacts-information {
	max-width: 550px
}
.social-section .title_block {
	font-size: 16px;
	text-transform: none;
}
.social-list {
	 display: flex;
	justify-content: space-between;
	gap: 10px;
}
.social-item-title {
	font-size: 21px;
	font-weight: 900;
	padding-left: 20px
}
.social-item-link {
	font-size: 12px;
	color: #728caa;
	padding-left: 20px;
	text-decoration: underline;
}
.social-item-link:hover {
	text-decoration: none
}
.social-item img {
	max-width: 100%;
}
.st07072025 {
	margin-top: 65px;
	font-size: 12px;
	color: #c3c4c4;
}
.st07072025 a {
	color: #c3c4c4;
}
@media (max-width: 800px) {
	.contacts-text {
		flex-direction: column;
	}
}
@media (max-width: 1280px) {
	.contacts-text-flex {
		flex-direction: column;
		gap: 20px;
	}
	.social-item-title {
		font-size: 16px;
		padding-left: 20px
	}
	.social-item-link {
		font-size: 12px;
	}
	.social-list {
		flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        max-width: 370px;
        margin: 0 auto;
	}
	.social-item {
		display: flex;
		align-items: center;
		gap: 1px;
		overflow: hidden;
	}
	.social-item img {
		margin-bottom: -19px;
		width: 120px
	}
	.contacts-text-form {
		margin-left: inherit;
		max-width: none;
	}
}

@media (max-width: 1920px) {
	.social-section .title_block {
		font-size: 32px;
		margin-bottom: 60px
	}
	.contacts-information-phone {
    	font-size: 39px;
	}
	.contacts-information-address {
    	font-size: 31px;
	}
	.contacts-information-metro {
    	font-size: 18px;
	}
	.contacts-information-shedule {
    	font-size: 18px;
	}
	.contacts-information-shedule b {
    	font-size: 39px;
	}
	.contacts-information-text {
		font-size: 18px;
	}
	.contacts-information-text-title {
		font-size: 22px;
	}
	.contacts-text-form-title {
		font-size: 26px;
	}
	.contacts-text-form .form-control {
		font-size: 18px;
	}
	.contacts-text-form .btn {
		font-size: 24px;
	}

}

@media (min-width: 1921px) {
	.social-section .title_block {
		font-size: 32px;
		margin-bottom: 60px
	}
	.contacts-information-phone {
    	font-size: 39px;
	}
	.contacts-information-address {
    	font-size: 31px;
	}
	.contacts-information-metro {
    	font-size: 18px;
	}
	.contacts-information-shedule {
    	font-size: 18px;
	}
	.contacts-information-shedule b {
    	font-size: 39px;
	}
	.contacts-information-text {
		font-size: 18px;
	}
	.contacts-information-text-title {
		font-size: 22px;
	}
	.contacts-text-form-title {
		font-size: 26px;
	}
	.contacts-text-form .form-control {
		font-size: 18px;
	}
	.contacts-text-form .btn {
		font-size: 24px;
	}
}

@media (max-width: 430px) {
	.social-list {
		flex-direction: column;
	}
}



@media (min-width: 768px) {
    .footer__social {
        display: none;
    }

    .header__right-contacts-messenger {
        display: inline-flex;
    }
	.st07072025 {
		font-size: 18px;
		margin-top: 140px
	}
}

@media (min-width: 1280px){
    .container {
        padding: 50px 141px;
        max-width: 1500px;
        font-size: 18px;
    }


    .title-icon {
        width: 88px;
    }
}

@media (min-width: 1920px) {
    .title {
        margin: 30px 0;
        font-size: 38px;
    }

    .title-icon {
        width: 140px;
    }

    .container {
        max-width: 2060px;
        padding: 68px 245px;
        font-size: 24px;
    }
}

@media (min-width: 3440px) {
    .container{
        max-width: 3440px;
        font-size: 40px;
        padding: 100px 579px;
    }

    .title {
        margin: 60px 0;
    }
}

@media (max-width: 768px) {
	.contacts-text-form .btn {
        font-size: 18px;
    }
	.sections_wrapper .item {
        width: calc(100% / 2 - 11px);
    }
	.social-section .title_block {
        font-size: 16px;
        margin-bottom: 35px;
    }
	.contacts-information-phone {
    	font-size: 25px;
	}
	.contacts-information-address {
    	font-size: 16px;
	}
	.contacts-information-metro {
    	font-size: 13px;
	}
	.contacts-information-shedule {
    	font-size: 16px;
	}
	.contacts-information-shedule b {
    	font-size: 16px;
	}
	.contacts-information-text {
		font-size: 11px;
	}
	.contacts-information-text-title {
		font-size: 16px;
	}
	.contacts-text-form-title {
		font-size: 16px;
	}
	.contacts-text-form .form-control {
		font-size: 15px;
	}
	.contacts-text-form .btn {
		font-size: 18px;
	}
}


#widgetModal {
    display: none;
}

#widgetBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

#widgetContainer {
    min-width: 370px;
}

/* #widgetContainer {
    max-width:90%;
    background-color: #FFFFFF;
    background-image: url("assets/Vector.svg");
    background-size: contain;
    border-radius: 20px;
}

.widgetImage {
    display: none;
    width: 100%;
    background: url("assets/Group_33909.svg") center / contain no-repeat;
}

#widgetContainer .b24-form-control-string .b24-form-control {
    border-radius: 10px;
}

#widgetContainer .b24-form-btn {
    border-radius: 10px;
    text-align: center;
}

@media (min-width: 1280px) {
    #widgetContainer {
        display: flex;
        padding: 0 0 15px 20px;
        max-width:675px;
        border-radius: 20px;
    }

    .widgetImage {
        flex-basis: 40%;
        display: block;
        min-width: 100px;
    }
} */

.in-cart-js {
    display: none;
}