/* ---------- 2022 STYLES ---------- */

html:lang(ge) body,
html:lang(rs) body,
html:lang(vn) body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}



.popup__title-img-ru {
    display: none;
}
.popup__title-img-en {
    display: block;
}
html:lang(ru) .popup__title-img-ru {
    display: block;
}
html:lang(ru) .popup__title-img-en {
    display: none;
}



.main {
	background-color: #0b276f;
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-position: 50% 50%;
}
    @media (min-width: 1024px) {
        .main {
            background-size: cover;
        }
    }
    @media only screen and (max-width: 767px) {
        .main {
            background-image: url(../img/content/bg.jpg);
            background-size: auto 150%;
            background-position: 50% 50%;
        }
    }


.button {
    display: inline-flex;
    height: 64px;
    padding: 0 32px;
	background: #0080c8;
}
	.button::before {
		display: none;
	}
	.button::after {
		background: #0080c8;
	}

    .button span {
        display: inline;
        width: unset;
        height: unset;
        padding: 0;
    }
    @media only screen and (max-width: 767px) {
        .button span {
            padding: 0;
        }
    }


.letter-screen-first .button::before {
	display: none;
}



.main__images {
    display: none;
    position: fixed;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}
	@media only screen and (max-width: 1920px) {
		.main__images {
			width: unset;
			height: unset;
			padding: unset;
		}
	}
	@media only screen and (max-width: 767) {
		.main__images {
			width: unset;
			height: unset;
		}
	}
    .main__images .decoration {
        position: fixed;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        pointer-events: none;
    }




.form-gallery__input:checked + .form-gallery__label {
	opacity: 1;
	border: 5px solid #f1574b;
}

.form-gallery__label {
	outline: 0;
}



.letter-send__label {
	outline: 0;
}



.popup__close {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	padding: 0;
	width: 32px;
	height: 32px;
	font-size: 0;
	color: var(--color-white);
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='1.5' y1='1.5' x2='14.5' y2='14.5' /%3E%3Cline x1='1.5' y1='14.5' x2='14.5' y2='1.5' /%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px auto;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}
	@media only screen and (max-width: 767px) {
		.popup__close {
			display:none
		}
	}
	.popup__close::after,
	.popup__close::before {
		display: none;
	}



.popup-start .popup__content {
	min-height: unset;
	background: transparent;
	padding: 0;
}
	@media only screen and (max-width: 767px) {
		.popup-start .popup__content {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 100%;
			min-height: unset;
			margin: 0;
		}
	}
	@media only screen and (max-width: 479px) {
		.popup-start .popup__content {
			width: 90%;
			margin: 0 auto;
		}
	}

.popup-start .popup__info {
	padding-top: 0;
}

.popup-start .popup-start__title {
	margin: 0;
	font-size: 0;
}
	@media only screen and (max-width: 767px) {
		.popup-start .popup-start__title {
			margin: 0 auto 14px;
			font-size: 30px;
		}
	}
	.popup-start .popup-start__title img {
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

.popup-start .popup__text {
	margin: 10px auto 0 auto;
	max-width: 380px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.5px;
	color: #fff;
	text-align: center;
}
	@media only screen and (max-width: 767px) {
		.popup-start .popup__text {
			max-width: unset;
			margin-top: 0;
			font-size: 14px;
			line-height: 1.4;
			letter-spacing: -0.3px;
		}
	}

.popup-start .button {
	margin-top: 60px;
}
	@media only screen and (max-width: 479px) {
		.popup-start .button {
			margin-top: 40px;
		}
	}



.popup-auth .popup__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
	background: radial-gradient(100% 100% at 35% 35%, #4aa947 0%, #0a5412 100%);
}

.popup-auth .popup__info {
	padding: 0;
	max-width: 420px;
}

.popup-auth .popup__title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.popup-auth .popup-auth__cancel {
	margin-top: 60px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.5px;
	color: #fff;
	text-decoration: none;
}
	.popup-auth .popup-auth__cancel:focus,
	.popup-auth .popup-auth__cancel:hover {
		color: #fff;
		text-decoration: underline;
	}



.form-auth__input {
	background: #fff;
}

.form-auth .button {
	margin: 34px auto 0 auto;
}
	@media only screen and (max-width: 479px) {
		.form-auth .button {
			margin: 40px auto 60px;
		}
	}



.popup-end {
    color: #fff;
}

    .popup-end .popup__content {
        padding: 0;
        background: radial-gradient(100% 100% at 35% 35%, #4aa947 0%, #0a5412 100%);
    }

    .popup-end .popup-end__text {
        margin: 0 auto 65px auto;
        font-weight: 500;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: -0.5px;
    }

    .popup-end .popup__title {
        font-size: 0;
    }

        .popup-end .popup__title img {
            margin: 0 auto;
            max-width: 100%;
            height: auto;
        }

    .popup-end .popup__content .popup__info .popup__title {
        margin-bottom: 64px;
    }







.letter-send .letter-send__title {
    font-family: glober;
    font-size: 16px;
    line-height: 20px;
    color: #addef4;
    text-align: center;
}

.letter-send .letter-send__title .letter-send__link {
    display: inline;
    text-decoration: underline;
    border: 0;
    font-size: 16px;
    line-height: 20px;
}

.letter-send .letter-send__form .letter-send__address {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 420px;
    height: 56px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
