
body {
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	color: #3f3f3f;
	background-color: #333333;
}

a,
button,
div,
label {
	-webkit-tap-highlight-color: transparent;	
}

a {
	color: #000;
	text-decoration: none;
	transition: .2s;
	text-decoration-skip-ink: none;
}

u {
	text-decoration-skip-ink: none;
}

.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.site {
  flex-grow: 1;
  box-sizing: border-box;
}

@media(min-width: 768px) {
	.site {
	  padding-top: 40px;
	}
}

.site-image {
	position: relative;
	margin-bottom: 16px;
	margin-left: -20px;
	margin-right: -20px;
	box-sizing: border-box;
}

.site-image img {
	width: 100%;
	max-width: 100%;
	display: block;
	
}

.site-image video {
	width: 100%;
	max-width: 100%;
	display: block;
	
}

.site-image span {
	position: absolute;
	top: 61px;
	left: 9%;
	background-color: #ffed00;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding: 10px 16px;
	box-sizing: border-box;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	transform: rotate(-30deg);
}

.container {
	width: 100%;
	max-width: 600px;
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;	
}

.content {
	padding: 20px;
	padding-top: 0;
	background-color: #fff;
	font-size: 20px;
}


.content h1,
.content h2 {
	margin-top: 0;
	font-size: 25px;
	color: #232323;
	font-weight: 600;
	line-height: 1.4;
}
.content > img {
	max-width: 100%;
	height: auto;
}
.content > video {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.content-button {
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}
.button {
	background: linear-gradient(0deg, #feae00 0%, #ffdf00 100%);
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 90px;
	border-radius: 10px;
	box-shadow: 0em 0.15em 0.75em 0em rgba(32, 0, 160, 0.3);
	position: relative;
	overflow: hidden;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.64);
	font-weight: 500;
	transition: 300ms;
	border: none;
}

@media(min-width: 768px) {
	.button:hover {
		transform: translate(0px, -3px);
		background: linear-gradient(0deg, #feb600 0%, #feed00 100%);	
	}
}

.button::after {
	content: '';
    display: block;
    height: 100%;
    width: 20px;
	background: linear-gradient( 90deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.6) );
	transform: skewX(-45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.1s;
    animation-name: custom-btn;
    animation-duration: 4s;
    animation-delay: 50ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}



.button span {
	position: relative;
	z-index: 2;
}

@keyframes custom-btn {
    0% {
        left: -30px;
        margin-left: 0;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}    



.button.button-whatsapp {
	background: linear-gradient(0deg, #2cb742 0%, #6ddc7f 100%);
	color: #fff;
	text-shadow: none;
}

.button.button-telegram {
	background: linear-gradient(0deg, #0088cc 0%, #63c3f4 100%);
	color: #fff;
	text-shadow: none;
}

.content-button-text {
	text-align: center;
	font-size: 16px;
	margin-top: 16px;
}

.footer {
	color: #ccc;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	padding: 20px;
}

.footer p {
	margin: 0;
}






.grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.item {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	padding: 10px 2px;
	box-sizing: border-box;

}

.item.active {
	background-color: #feae00;
	color: #fff;
}

.item:not(.active):hover {
	background-color: #eee;
}

.item svg {
	width: 24px;
	height: 24px;
}

.item-text {
	margin-top: 0px;
	font-size: 14px;
}

.form label {
	display: block;
	margin-bottom: 16px;
}


.form {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.form input {
	height: 60px;
	padding: 0 12px;
	border: none;
	border-radius: 6px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #f1f2f3;
	outline: none;



}

.form input.icon-user {
	padding-left: 48px;
	background: #f1f2f3 url(../images/user.svg) left 16px center / 22px no-repeat; 
}
.form input.icon-flag {
	padding-left: 48px;
	background: #f1f2f3 url(../images/flag-for-flag-russia-svgrepo-com.svg) left 16px center / 22px no-repeat; 
}

.form input::placeholder {
	color: #959a9d;
}

.form .button {
	margin-left: auto;
	margin-right: auto;
/*	height: 50px;*/
	max-width: 100%;
	width: 100%;
	cursor: pointer;
}

.footer {
	background-color: #333333;
}

.form-input-hidden {
	display: none;
}

.thx-wrapper {
	color: #fff;
}

@media(max-width: 767.98px) {
	body {
		font-size: 16px;
	}
	.content h1,
	.content h2 {
		font-size: 20px;
	}
	.content {
		font-size: 16px;
	}
	.content-button-text {
		font-size: 13px;
	}
	.button {
		font-size: 18px;
	}

	.grid {
	}
	.item-text {
		font-size: 12px;
	}

}







.hero-list {
	font-weight: 500;
	color: #232323;
}


.thx-wrapper {
	display: flex;
	min-height: 100vh;
	text-align: center;
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;

}

.thx-wrapper p a {
	color: currentColor;
	text-decoration: underline;
}

.thx {
	max-width: 370px;
	margin: auto;
}

.thx-wrapper .button {
	height: 44px;

	display: inline-flex;
	padding: 0 16px;
	box-sizing: border-box;
	width: auto;
}



.contact-method {
    margin-bottom: 16px;
}

.contact-method .title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.contact-method-radio {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

label.radio {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.radio input {
    display: none;
}

.radio span {
    width: 16px;
    height: 16px;
    border: 2px solid #f5a623;
    border-radius: 50%;
    position: relative;
}

.radio span::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #f5a623;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

.radio input:checked + span::after {
    transform: translate(-50%, -50%) scale(1);
}