

/* Start:/bitrix/templates/landing24/components/bitrix/news.list/popup.offer/style.css?17885315247529*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');

.popup-offer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10200;
    --font-family: 'Montserrat', sans-serif;
	overflow-y: auto;    
}
.popup-offer .offer-back {
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    width: 100vw;
    height: 100vh;
    background-color: #000;    
}
.popup-offer .offer-modal {
    position: relative;
    max-width: 900px;
    margin: 2rem auto;
    background: radial-gradient(52.38% 77.49% at 51.04% 33.4%, #FFFFFF 0%, #92BFF6 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1020;
    width: 100%;
}
.popup-offer .icon-close {
    position: absolute;
    right: 3%;
    top: 3%;
    content: "";
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.popup-offer .font-normal {
    font-weight: 400;
}

.popup-offer .offer-close {
    background-image: url("data:image/svg+xml;utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0485 21.2808L13.7678 12L23.0485 2.7192L21.2808 0.951431L12 10.2322L2.71923 0.951431L0.951459 2.7192L10.2322 12L0.951458 21.2808L2.71922 23.0485L12 13.7677L21.2808 23.0485L23.0485 21.2808Z' fill='white'/%3E%3C/svg%3E");
}
.popup-offer .offer-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
}
.popup-offer .offer-img {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 26px;
}
.popup-offer .offer-img::before {
    content: "";
    position: absolute;
    top: 0;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: linear-gradient(180deg, #4B73A4 0%, #8AB8EF 100%);
    z-index: 1;
}
.popup-offer .offer-img::after {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 217px;
    height: 51px;
    border-radius: 50%;
    background: #35536C;
    filter: blur(39px);
    z-index: 2;
}
.popup-offer .offer-img-src {
    max-width: 210px;
    height: auto;
    margin-top: 30px;
    z-index: 3;
}

.popup-offer .offer-texts {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: row;
}
.popup-offer .offer-text__sale {
    text-align: right;
    padding-right: 40px;
}
.popup-offer .offer-text__discount-top {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 120px;
    background: linear-gradient(180deg, #8AB8EF 0%, #3D75B8 100%),
linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 100px;
}
.popup-offer .offer-text-block {
    width: calc(100% / 2);
}
.popup-offer .offer-text__discount-bottom {
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
}
.popup-offer .offer-text__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;    
}
.popup-offer .offer-text__list-item {
    padding-left: 0;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 600;
}

.popup-offer .offer-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.popup-offer .offer-button__link {
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 40px;
    background: linear-gradient(180deg, #98C5FC 0%, #6492CA 100%), linear-gradient(180deg, #78C0F7 0%, #006BB6 100%), #FFFFFF;
    box-shadow: 0px 4px 20px #779DCD;
    border-radius: 100px;    
}
.popup-offer .offer-button__link:hover {
    background: linear-gradient(180deg, #98C5FC 0%, #2b73ca 100%), linear-gradient(180deg, #78C0F7 0%, #2b73ca 100%), #FFFFFF;
}

.popup-offer .form {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup-offer .form-close {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0485 21.2808L13.7678 12L23.0485 2.7192L21.2808 0.951431L12 10.2322L2.71923 0.951431L0.951459 2.7192L10.2322 12L0.951458 21.2808L2.71922 23.0485L12 13.7677L21.2808 23.0485L23.0485 21.2808Z' fill='%23C4C4C4'/%3E%3C/svg%3E");    
}
.popup-offer .form-back {
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;    
}
.popup-offer .form-modal {
    position: relative;
    z-index: 1060;
    max-width: 420px;
    width: calc(100% - 32px);
    margin: 4rem auto;
    padding: 36px 28px 28px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}
.popup-offer .form .icon-close {
    right: 16px;
    top: 16px;
    z-index: 2;
}
.popup-offer .form-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 28px 24px 0;
}
.popup-offer .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.popup-offer .form-label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}
.popup-offer .form-input {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
}
.popup-offer .form-button {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 24px;
    background: linear-gradient(180deg, #98C5FC 0%, #6492CA 100%), linear-gradient(180deg, #78C0F7 0%, #006BB6 100%), #FFFFFF;
    border-radius: 100px;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
}
.popup-offer .form-button:hover {
    background: linear-gradient(180deg, #98C5FC 0%, #2b73ca 100%), linear-gradient(180deg, #78C0F7 0%, #2b73ca 100%), #FFFFFF;
}
.popup-offer .form-answer {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: none;
    padding: 12px 0;
}

@media screen and (max-width: 662px) {
	.popup-offer .offer-modal {
		margin: 1rem auto;
		padding-top: 20px;
		padding-bottom: 20px;		
	}
	.popup-offer .offer-title {
		font-size: 28px;	
	}
	.popup-offer .offer-img::before {
		width: 230px;
		height: 230px;
	}
	.popup-offer .offer-text__discount-top {
		font-size: 100px;
		line-height: 80px;
	}
	.popup-offer .offer-text__discount-bottom {
		font-size: 25px;
	}
	.popup-offer .offer-img-src {
		max-width: 170px;
	}
    .popup-offer .offer-texts {
        flex-direction: column;
    }
    .popup-offer .offer-text-block {
        width: 100%;
    }
    .popup-offer .offer-text__sale {
        text-align: center;
        margin-bottom: 10px;
    }
    .popup-offer .offer-text__list {
        max-width: 276px;
        margin: 0 auto;
    }
    .popup-offer .offer-text__list-item {
	 	font-size: 18px   
    }
    .popup-offer .offer-texts {
        flex-direction: column;
    }
}
/* End */


/* Start:/bitrix/templates/landing24/template_styles.min.css?1617008275781*/
.landing-layout-flex{display:flex;flex-wrap:nowrap;flex-direction:column}@media(min-width:768px){.landing-layout-flex{flex-direction:row}.landing-layout-flex.sidebar-right{flex-direction:row-reverse}.landing-layout-flex.without-left{flex-direction:row-reverse}.landing-layout-flex .landing-sidebar{width:30%}.landing-layout-flex .landing-main{width:70%}}@media(min-width:992px){.landing-layout-flex .landing-sidebar{width:300px;min-width:300px}.landing-layout-flex .landing-main{width:calc(100% - 300px)}}.g-pt-30{padding-top:2.14286rem!important}.g-px-50{padding-left:3.57143rem!important;padding-right:3.57143rem!important}.g-py-30{padding-top:2.14286rem!important;padding-bottom:2.14286rem!important}.g-px-50{padding-left:3.57143rem!important;padding-right:3.57143rem!important}
/* End */
/* /bitrix/templates/landing24/components/bitrix/news.list/popup.offer/style.css?17885315247529 */
/* /bitrix/templates/landing24/template_styles.min.css?1617008275781 */
