
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: 72px;
	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);
}


.modal {
	width: 100%;
	padding: 0;
}

.modal-inner {
	padding: 32px;
	box-sizing: border-box;
}
.modal-header {

	margin-bottom: 24px;
}

.modal-text-list {
	text-align: left;
}


.content-button {
	margin-bottom: 64px;
}

.modal-image img {
	width: 100%;
	height: auto;
	display: block;
}

.modal .form {
	max-width: 100%;
}

.modal-title {
  font-size: 22px;
  font-weight: 500;
}

.modal-text {
  font-size: 18px;
  margin-bottom: 10px;
}

.modal-text-extra {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}









@media(max-width: 767.98px) {
	.modal-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}








/* CSS */
.custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.custom-select-trigger {
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

.custom-select-current {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.custom-select-text {
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select-icon svg,
.custom-select-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.custom-select-icon svg {

}

.custom-select-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
    margin-top: -4px;
}

.custom-select.is-open .custom-select-arrow {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.custom-select-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: none;
    z-index: 30;
    text-align: left;
    box-sizing: border-box;
}

.custom-select.is-open .custom-select-dropdown {
    display: block;
}

.custom-select-option {
    min-height: 24px;
    padding: 12px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.custom-select-option:hover {
    background: #f5f5f5;
}

.custom-select-option .custom-select-text {
    flex: 1;
}

.custom-select-check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    position: relative;
}

.custom-select-option.is-selected .custom-select-check {
    border-color: #222;
}

.custom-select-option.is-selected .custom-select-check::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}







.header-button .button {
	box-shadow: none;
	cursor: pointer;
}

.header {

	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 10;
	transition: .3s;
}

.header:not(.active) {
	transform: translateY(-102%);
}

.container {
}
.header-inner {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;

	box-shadow: 0 0 2px 1px rgba(224, 224, 224, 0.86);
	padding: 8px 16px;
	background-color: #fff;
}
.header-socials {
	display: flex;
	gap: 8px;
}
.header-socials-item img {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.header-logo img {
	max-width: 100px;
	display: block;
	height: auto;
}
.header-button .button {
	height: 40px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.button {
}




@media(max-width: 767.98px) {
	.header-socials-item img {
		width: 32px;
		height: 32px;
	}
	.header-logo img {
		max-width: 80px;
	}
	.header-button .button {
		font-size: 12px;
		max-width: 112px;
		line-height: 1.1;
	}

	.header-inner {

	}
}





.features-inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 40px;
  box-sizing: border-box;
}

.features-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.features-item {
  flex-basis: 100%;
  display: flex;
  gap: 20px;
  color: #2d2c2b;
}

.features-icon {
  flex-shrink: 0;
  flex-basis: 85px;
}

.features-image {
  padding-bottom: 100%;
  position: relative;
/*  border-radius: 30px;*/
  overflow: hidden;
}

.features-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.features-content {
  flex-grow: 1;
}

.features-item-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.features-text {
}


@media(max-width: 767.98px) {
  .features-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-title {
      text-align: left;
  }

  .features-row {
    gap: 20px;
  }

  .features-item {
    flex-basis: 100%;
    gap: 16px;
  }

  .features-icon {
    flex-basis: 68px;
  }

  .features-image {
    border-radius: 16px;
  }	
}