@font-face{
	font-family: gilroy-bold;
	font-style: normal;
	font-weight: 400;
	src: local('Gilroy-Bold'), url(./fonts/Gilroy-Bold.woff) format('woff');
}

h1, h2,
.h1, .h2, .landing-title, .title,
.gilroy-font {
	font-family: Montserrat,sans-serif !important; /*gilroy-bold */
	font-style: normal !important;
	font-weight: 700 !important;
}
h1, h2,
.h1, .h2, .landing-title, .title {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.home-text {
	margin-top: 16px;
	margin-bottom: 24px;
	color: #6b6b73;
}
.home-text p + p {
	margin-top: 1rem;
}
@media (min-width:992px) {
	.landing-title {
		font-size: 30px;
	}
	.light-wrapper {
		background: #fff;
	}
	.dark-wrapper {
		background: #1d1d29;
		color: #fff;
	}
	.bg-wrapper {
		border-radius: 24px;
		max-width: 1020px;
		margin-top: 2rem;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bg-wrapper-margin {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width:1200px) {
	.landing-title {
		font-size: 36px;
	}
	.home-text {
		margin-top: 24px;
		margin-bottom: 36px;
	}
	.bg-wrapper {
		max-width: 1200px;
		margin-top: 2rem;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width:1400px) {
	.landing-title {
		font-size: 42px;
	}
	.bg-wrapper {
		max-width: 1400px;
		margin-top: 2rem;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (min-width:1600px) {
	.landing-title {
		font-size: 48px;
	}
	.home-text {
		margin-top: 32px;
		margin-bottom: 40px;
	}
	.bg-wrapper {
		max-width: 1640px;
		margin-top: 2rem;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}


.youtube-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
	background: #FF0000; /*rgba(29, 29, 41, 0.3)*/
	border: none; /*1px solid rgba(255, 255, 255, 0.12)*/ 
	width: 60px;
	height: 40px; /*40*/ 
	border-radius: 20%; /*50*/
	transition: background .2s ease-in-out;
}
.video-button svg {
	width: 11px;
	height: auto;
}
@media(min-width:992px) {
	.video-button {
		width: 60px;
		height: 40px; /*60*/ 
	}
	.video-button svg {
		width: 15px;
	}
}
@media(min-width:1400px) {
	.video-button {
		width: 90px;
		height: 70px; /*90*/ 
	}
	.video-button svg {
		width: 18px;
	}
}
.video-button:focus {
	outline: none;
}
.video-button:hover,
.video-button:focus {
	background: #FF0000; /*rgba(29, 29, 41, 0.4)*/ 
}
.video-enabled .video-button {
	display: block;
}





#logo img {
	width: 75px;
	height: auto;
}
@media (min-width:992px) {
	#logo img {
		width: 86px;
	}
}
@media(min-width:1400px) {
	#logo {
		padding-right: 4.5rem;
	}
	.top-left li:not(:last-child) {
		margin-right: 30px;
	}
}
@media(min-width:1600px) {
	#logo {
		padding-right: 5.5rem;
	}
}
#menuToggleButton {
	background: #fcdc03;
}






/* Welcome Slide */

.welcome-slide {
	margin-top: 16px;
}
.welcome-slide h1 {
	font-size: 28px;
	line-height: 1.1;
	margin-top: 32px;
}
.welcome-slide .sub-title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}
.welcome-slide .params > div {
	border-radius: 8px;
	background-size: cover;
	background-position: 50% 0;
}
.welcome-slide .item-1 {
	background-color: #1d1d29;
	color: #fff;
	padding: 16px;
	font-size: 10px;
	flex-direction: column;
	justify-content: space-between;
	min-height: 200px;
}
.welcome-slide .procent {
	font-size: 24px;
}
.welcome-slide .item-1,
.welcome-slide .item-2 {
	display: none;
}
.welcome-slide .item-3 {
	padding-bottom: 56.25%;
}
@media (min-width:992px) {
	.welcome-slide {
		margin-top: 30px;
	}
	.welcome-slide .params {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(200px, auto);
		gap: 16px;
	}
	.welcome-slide h1 {
		font-size: 34px;
		margin-top: 0;
	}
	.welcome-slide .item-1 {
		font-size: 12px;
		display: flex;
	}
	.welcome-slide .procent {
		font-size: 32px;
	}
	.welcome-slide .item-2 {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		display: block;
	}
}
@media (min-width:1200px) {
	.welcome-slide h1 {
		font-size: 40px;
	}
	.welcome-slide .sub-title {
		font-size: 18px;
		margin-top: 16px;
	}
	.welcome-slide .params > div {
		border-radius: 16px;
	}
	.welcome-slide .item-1 {
		padding: 24px;
		font-size: 14px;
	}
	.welcome-slide .item-1 svg {
		width: 56px;
		height: auto;
	}
	.welcome-slide .procent {
		font-size: 48px;
		letter-spacing: .2rem !important;
}
}
	}
	.welcome-slide .params {
		gap: 30px;
	}
}
@media (min-width:1400px) {
	.welcome-slide h1 {
		font-size: 48px;
	}
	.welcome-slide .bg-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width:1600px) {
	.welcome-slide h1 {
		font-size: 64px;
	}
	.welcome-slide .sub-title {
		font-size: 20px;
	}
	.welcome-slide .home-text {
		font-size: 18px;
	}
	.welcome-slide .item-1 {
		height: 228px;
	}
	.welcome-slide .item-3 {
		height: 264px;
	}
	.welcome-slide .bg-wrapper {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}






/* Welcome Video */

.welcome-video {
	margin-top: 60px;
}
.welcome-video .mob-dark-wrapper {
	background: #1d1d29;
	color: #fff;
	border-radius: 0 0 8px 8px;
	padding: 30px 20px 20px;
}
.welcome-video .youtube-video {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.welcome-video .home-text {
	color: #f6f6f6;
}
@media (min-width:992px) {
	.welcome-video {
		margin-top: 20px;
	}
	.welcome-video .col-lg-7 {
		max-width: 820px;
	}
	.welcome-video .youtube-video {
		border-radius: 16px;
	}
	.welcome-video .mob-dark-wrapper {
		padding: 0 0 0 30px;
	}
}
@media(min-width:1200px) {
	.welcome-video .mob-dark-wrapper {
		padding: 0 0 0 60px;
	}
}
@media(min-width:1400px) {
	.welcome-video .mob-dark-wrapper {
		padding: 0 0 0 90px;
	}
}
@media(min-width:1600px) {
	.welcome-video .mob-dark-wrapper {
		padding: 0 0 0 120px;
	}
}


.home-scroll-wrapper {
	position: relative;
	overflow-x: scroll;
	padding-right: .75rem;
	padding-left: .75rem;
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: 16px;
}
.home-scroll-wrapper::-webkit-scrollbar {
	width: 0;
}


.home-scroll {
	display: flex;
	flex-wrap: nowrap;
}
.home-scroll:after {
	content: '';
	display: block;
	width: 0.75rem;
	flex-shrink: 0;
}
.home-scroll-item {
	position: relative;
	width: 80vw;
	max-width: 540px;
	flex-shrink: 0;
}
.home-scroll-item + .home-scroll-item  {
	margin-left: 1rem;
}
.home-scroll-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.home-slider-wrapper {
	position: relative;
}
.home-slider-item {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}
.home-slider-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.home-slider .slick-arrow {
	background-color: rgba(28, 28, 40, 0);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 6px;
	border: 1px solid rgba(28, 28, 40, 0.15);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .2s ease-in-out;
	z-index: 1;
}
.home-slider .slick-next {
	background-image: url('../redesign/slider-arrow.svg#arrow-right');
	right: -4px;
}
.home-slider .slick-prev {
	background-image: url('../redesign/slider-arrow.svg#arrow-left');
	left: -4px;
}
.home-slider .slick-arrow:hover {
	background-color: rgba(28, 28, 40, .05);
}
@media(min-width:576px) {
	.home-slider-item {
		padding-left: 50px;
		padding-right: 50px;
	}
	.home-slider .slick-arrow {
		width: 32px;
		height: 32px;
		background-size: 8px;
	}
	.home-slider .slick-next {
		right: 0;
	}
	.home-slider .slick-prev {
		left: 0;
	}
}
@media(min-width:992px) {
	.home-slider-item img {
		border-radius: 24px;
	}
}
@media(min-width:1400px) {
	.home-slider-item {
		padding-left: 74px;
		padding-right: 74px;
	}
	.home-slider .slick-arrow {
		width: 50px;
		height: 50px;
	}
}




.about-us {
	margin-top: 60px;
}
.about-us + .about-us {
	margin-top: 1rem;
}
.about-us .before-title {
	border: 1px solid rgba(107, 107, 115, 0.1);
	color: #6b6b73;
	padding: 8px 16px;
	border-radius: 30px;
	font-size: 12px;
	margin-bottom: 16px;
	display: inline-block;
}
.about-us .about-icon {
	position: relative;
	padding-left: 26px;
}
.about-us .about-icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.about-us .about-icon-1:before {
	background-image: url('../redesign/slider-arrow.svg#about-icon-1');
}
.about-us .about-icon-2:before {
	background-image: url('../redesign/slider-arrow.svg#about-icon-2');
}
.about-us .about-icon-3:before {
	background-image: url('../redesign/slider-arrow.svg#about-icon-3');
}
.about-us .about-icon-4:before {
	background-image: url('../redesign/slider-arrow.svg#about-icon-4');
}
.about-us .about-icon + .about-icon {
	margin-top: 16px;
}

.home-slider-ico {
	padding: 6px 12px 6px 6px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 14, 31, 0.08);
	position: absolute;
}
.home-slider-ico-1 {
	top: -30px;
	right: 0;
}
.home-slider-ico-2 {
	left: 0;
	bottom: -20px;
}
.home-slider-ico .left-icon {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 600;
}
.home-slider-ico .ico {
	background: #1d1d29;
	height: 28px;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.about-us .btn-secondary {
	margin-top: 40px;
}
@media(min-width:768px) {
	.home-slider-wrapper {
		max-width: 600px;
		margin: 0 auto;
	}
	.home-slider-ico-1 {
		top: 20px;
	}
	.home-slider-ico-2 {
		bottom: 20px;
	}
}
@media(min-width:992px) {
	.about-us + .about-us {
		margin-top: 60px;
	}
	.about-us .about-wrapper-pr {
		padding-right: 30px;
	}
	.about-us .about-wrapper-pl {
		padding-left: 30px;
	}
	.home-slider-wrapper {
		max-width: none;
	}
	.home-slider-ico-1 {
		left: 0;
		right: auto;
	}
	.home-slider-ico-2 {
		left: auto;
		right: 0;
	}
	.about-us .about-icon {
		font-size: 15px;
		padding-left: 40px;
	}
	.about-us .about-icon:before {
		top: 1px;
		width: 20px;
		height: 20px;
	}
	.about-us .before-title {
		font-size: 14px;
		margin-bottom: 28px;
	}
}
@media(min-width:1200px) {
	.about-us .about-wrapper-pr {
		padding-right: 60px;
	}
	.about-us .about-wrapper-pl {
		padding-left: 60px;
	}
	.about-us,
	.about-us + .about-us {
		margin-top: 90px;
	}
	.about-us .col-lg-6 {
		width: 55%;
	}
}
@media(min-width:1400px) {
	.about-us .about-wrapper-pr {
		padding-right: 90px;
	}
	.about-us .about-wrapper-pl {
		padding-left: 90px;
	}
	.home-slider-ico-1 {
		top: 60px;
	}
	.home-slider-ico-2 {
		bottom: 20px;
	}
	.home-slider-ico {
		padding: 10px 16px 10px 10px;
	}
	.home-slider-ico .left-icon {
		gap: 16px;
		font-size: 15px;
	}
	.home-slider-ico .ico {
		height: 40px;
		width: 40px;
	}
	.home-slider-ico .ico svg {
		height: 19px;
		width: auto;
	}
}
@media(min-width:1600px) {
	.about-us {
		margin-top: 120px;
	}
	.about-us + .about-us {
		margin-top: 180px;
	}
	.about-us .about-wrapper-pr {
		padding-right: 140px;
	}
	.about-us .about-wrapper-pl {
		padding-left: 140px;
	}
	.about-us .col-lg-6 {
		width: 800px;
	}
	.home-slider-ico-1 {
		top: 85px;
	}
	.about-us .before-title {
		padding: 12px 20px;
		font-size: 16px;
		margin-bottom: 32px;
	}
}




/* Comparison */

.comparison {
	margin-top: 60px;
}
.comparison .good-screen {
	margin-top: 40px;
}
.comparison .flag {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.comparison .flag > div {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}
.comparison .flag > svg {
	fill: #fff;
	width: 20px;
	height: auto;
	position: relative;
}
.comparison .bad-screen .flag {
	background: #eb5014;
}
.comparison .good-screen .flag {
	background: #06c270;
}
.comparison .bad-screen svg {
	top: 3px;
}
.comparison .good-screen svg {
	top: -3px;
}
.comparison .params {
	margin-top: 20px;
	position: relative;
}
.comparison .params img {
	width: 100%;
}
.comparison .params .item {
	position: absolute;
	background: rgba(252, 220, 3, 0.4);
	padding: 5px;
	border-radius: 50%;
	box-shadow: 0px 2px 20px 0px rgba(252, 220, 3, 0.5);
	transform: translate(-50%, -50%);
}
.comparison .params .dot {
	background: #fcdc03;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
	cursor: pointer;
}
.comparison .params .detail {
	display: none;
	box-shadow: 0px 5px 10px 0px rgba(0, 14, 31, 0.08);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	background: #fff;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
}
.comparison .params .dot:hover {
	animation: pulse 1s;
}
.comparison .params .dot:hover + .detail {
	display: block;
}
.comparison .params .i-01 {
	top: 26%;
	left: 40%;
}
.comparison .params .i-02 {
	top: 38%;
	left: 24%;
}
.comparison .params .i-03 {
	top: 45%;
	left: 18%;
}
.comparison .params .i-04 {
	top: 73%;
	left: 18%;
}
.comparison .params .i-05 {
	top: 80%;
	left: 12%;
}
.comparison .params .i-06 {
	top: 87%;
	left: 18%;
}
.comparison .params .i-07 {
	top: 31%;
	left: 76%;
}
.comparison .params .i-08 {
	top: 43%;
	left: 75%;
}
.comparison .params .i-09 {
	top: 73%;
	left: 63%;
}
.comparison .params .i-10 {
	top: 80%;
	left: 57%;
}
.comparison .params .i-11 {
	top: 87%;
	left: 63%;
}
.comparison .params .i-12 {
	top: 39%;
	left: 26%;
}
.comparison .params .i-13 {
	top: 45%;
	left: 35%;
}
.comparison .params .i-14 {
	top: 73%;
	left: 18%;
}
.comparison .params .i-15 {
	top: 80%;
	left: 12%;
}
.comparison .params .i-16 {
	top: 87%;
	left: 18%;
}
.comparison .params .i-17 {
	top: 44%;
	left: 85%;
}
.comparison .params .i-18 {
	top: 73%;
	left: 63%;
}
.comparison .params .i-19 {
	top: 80%;
	left: 57%;
}
.comparison .params .i-20 {
	top: 87%;
	left: 63%;
}
@media(min-width:576px) {
	.comparison .params .dot {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.comparison .params .detail {
		bottom: 50px;
	}
}
@media(min-width:768px) {
	.comparison {
		margin-top: 90px;
	}
	.comparison .good-screen {
		margin-top: 0;
	}
	.comparison .params {
		margin-top: 0;
	}
	.comparison .flag {
		order: 2;
		margin-top: 20px;
	}
}
@media(min-width:992px) {
	.comparison {
		margin-top: 120px;
	}
	.comparison .flag > div {
		font-size: 16px;
	}
}
@media(min-width:1200px) {
	.comparison .params .dot {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.comparison .params .detail {
		min-width: 180px;
		text-align: center;
	}
}
@media(min-width:1400px) {
	.comparison .params .dot {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.comparison {
		margin-top: 180px;
	}
}
@media(min-width:1600px) {
	.comparison {
		margin-top: 210px;
	}
}



/* Our Partner */

.our-partners {
	margin-top: 60px;
}
.our-partners .mob-light-wrapper {
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 30px 20px 20px;
}
.our-partners .youtube-video {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.our-partners .home-text img {
	max-width: 240px;
	max-height: 70px;
}
@media (min-width:992px) {
	.our-partners .col-lg-7 {
		max-width: 820px;
	}
	.our-partners .youtube-video {
		border-radius: 16px;
	}
	.our-partners .mob-light-wrapper {
		padding: 0 0 0 30px;
	}
}
@media(min-width:1200px) {
	.our-partners {
		margin-top: 90px;
	}
	.our-partners .mob-light-wrapper {
		padding: 0 0 0 60px;
	}
}
@media(min-width:1400px) {
	.our-partners .mob-light-wrapper {
		padding: 0 0 0 90px;
	}
}
@media(min-width:1600px) {
	.our-partners {
		margin-top: 120px;
	}
	.our-partners .mob-light-wrapper {
		padding: 0 0 0 120px;
	}
}






/* Our Team */

.our-team {
	margin-top: 110px;
}
.our-team .mob-light-wrapper {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}
.our-team .teams .row {
	--bs-gutter-x: 12px;
}
.our-team .teams img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.our-team .name {
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 8px;
}
.our-team .text-wrapper {
	margin-top: 30px;
}
.our-team input[type=text],
.our-team input[type=tel] {
	border: 1px solid #e4e4eb;
	border-radius: 4px;
	height: 46px;
	padding: 0 16px;
	width: 100%;
}
.our-team input[type=checkbox],
.our-team input[type=checkbox]:focus {
	outline: none !important;
	box-shadow: none;
}
.our-team .button {
	margin-top: 24px;
}
.our-team .inputs > div + div {
	margin-top: 16px;
}
.our-team button {
	padding: 15px 28px;
}
.our-team .form-check {
	margin-top: 24px;
}
.our-team .form-check-label {
	color: #6b6b73;
}
.our-team .form-check-label a {
	text-decoration: underline;
}
.our-team .form-check-label a:hover {
	text-decoration: none;
}
@media(min-width:992px) {
	.our-team .text-wrapper {
		margin-top: 0;
		margin-left: 30px;
	}
	.our-team .mob-light-wrapper {
		padding: 0;
	}
	.our-team .teams img {
		border-radius: 16px;
	}
	.our-team .name {
		font-size: 12px;
		margin-top: 16px;
	}
	.our-team .inputs {
		--bs-gutter-x: 16px;
	}
	.our-team .inputs > div + div {
		margin-top: 0;
	}
	.our-team .form-check {
		margin-top: 0;
	}
}
@media(min-width:1200px) {
	.our-team .teams {
		width: 55%;
		max-width: 800px;
	}
	.our-team .text-wrapper {
		margin-left: 40px;
	}
	.our-team .teams .row {
		--bs-gutter-x: 20px;
	}
	.our-team .name {
		font-size: 16px;
		margin-top: 24px;
	}
}
@media(min-width:1400px) {
	.our-team .text-wrapper {
		margin-left: 70px;
	}
	.our-team .bg-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media(min-width:1600px) {
	.our-team .bg-wrapper {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.our-team .text-wrapper {
		margin-left: 100px;
	}
	.our-team .name {
		font-size: 18px;
	}
}


/* Benefits */
.benefits {
	margin-top: 16px;
}
.benefits .items > .row {
	--bs-gutter-x: 16px;
	--bs-gutter-y: 16px;
}
.benefits .item {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}
.benefits .landing-title {
	margin-top: 16px;
	margin-bottom: 8px;
}
.benefits .ico {
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.benefits .text {
	color: #6B6B73;
	font-size: 14px;
}
.benefits .home-slider-wrapper,
.benefits .button {
	margin-top: 24px;
	text-align: center !important;
}
@media(min-width:992px) {
	.benefits {
		margin-top: 60px;
	}
	.benefits .landing-title {
		font-size: 24px;
	}
	.benefits .image-item > img {
		width: 100%;
		height: auto;
		border-radius: 16px;
	}
	.benefits .item {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-radius: 16px;
	}
	.benefits .text {
		font-size: 13px;
	}
}
@media(min-width:1200px) {
	.benefits {
		margin-top: 90px;
	}
	.benefits .items {
		margin: 0 auto;
		max-width: 1070px;
		border: 1px solid rgba(107, 107, 115, 0.08);
		padding: 16px;
		border-radius: 16px;
		position: relative;
		overflow: hidden;
	}
	.benefits .items:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		content: '';
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(22, 22, 22, 0.062) 100%);
		z-index: -1;
	}
	.benefits .landing-title {
		margin-top: 0;
	}
	.benefits .item-yellow {
		background: #fddc02;
	}
	.benefits .item-dark {
		background: #1d1d29;
		color: #fff;
	}
	.benefits .item-yellow .text {
		color: #1d1d29;
	}
	.benefits .item-dark .text {
		color: #fff;
	}
	.benefits .item-dark .ico {
		background: rgba(255, 255, 255, 0.15);
	}
	.benefits .item-dark .ico path {
		fill: #fff;
	}
	.benefits .item-yellow .ico {
		background: rgba(29, 29, 41, 0.1);
	}
	.benefits .text-1 {
		order: 2;
	}
	.benefits .text-2 {
		order: 4;
	}
	.benefits .text-3 {
		order: 6;
	}
	.benefits .image-1 {
		order: 1;
	}
	.benefits .image-2 {
		order: 5;
	}
	.benefits .image-3 {
		order: 3;
	}
	.benefits .button {
		margin-top: 40px;
	}
}
@media(min-width:1400px) {
	.benefits .items {
		max-width: 1240px;
	}
	.benefits .item {
		padding: 24px;
	}
	.benefits .ico {
		width: 56px;
		height: 56px;
	}
	.benefits .landing-title {
		font-size: 28px;
		margin-bottom: 12px;
	}
	.benefits .text {
		font-size: 15px;
	}
}
@media(min-width:1600px) {
	.benefits {
		margin-top: 120px;
	}
	.benefits .landing-title {
		font-size: 32px;
	}
}


.dev-faq {
	margin-top: 60px;
}
.dev-faq .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}
.dev-faq .image img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.dev-faq .item {
	border-top: 1px solid rgba(0, 84, 183, 0.08);
}
.dev-faq .item:last-child {
	border-bottom: 1px solid rgba(0, 84, 183, 0.08);
}
.dev-faq .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 12px 0;
	font-weight: 600;
	user-select: none;
}
.dev-faq .question .ico {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(107, 107, 115, 0);
	background-color: rgba(107, 107, 115, 0.1);
	background-image: url('../redesign/slider-arrow.svg#plus');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 10px;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.dev-faq .open .question .ico {
	background-image: url('../redesign/slider-arrow.svg#minus');
}
.dev-faq .question .ico:hover {
	border: 1px solid rgba(107, 107, 115, .1);
	background-color: rgba(107, 107, 115, 0);
}
.dev-faq .answer {
	height: 0;
	transition: height .2s ease-in-out;
	overflow: hidden;
	font-size: 12px;
	color: #6b6b73;
}
.dev-faq .answer > div {
	padding-bottom: 1rem;
}
.dev-faq .answer > div > * {
	margin-bottom: 0;
}
.dev-faq .answer > div > * + * {
	margin-top: 1rem;
}
.dev-faq button {
	margin-top: 24px;
}
@media(min-width:992px) {
	.dev-faq {
		margin-top: 90px;
	}
	.dev-faq .col-lg-6 {
		width: 320px;
	}
	.dev-faq .answer {
		font-size: 14px;
	}
	.dev-faq .items {
		padding-left: 40px;
	}
	.dev-faq .item {
		border-width: 0;
	}
}
@media(min-width:1200px) {
	.dev-faq {
		margin-top: 120px;
	}
	.dev-faq .col-lg-6 {
		width: 380px;
	}
	.dev-faq .question .ico {
		width: 40px;
		height: 40px;
		background-size: 10px;
	}
	.dev-faq .items {
		padding-left: 60px;
	}
}
@media(min-width:1400px) {
	.dev-faq {
		margin-top: 180px;
	}
	.dev-faq .col-lg-6 {
		width: 440px;
	}
	.dev-faq .answer {
		font-size: 16px;
	}
	.dev-faq .question {
		font-size: 18px;
		gap: 40px;
		padding: 16px 0;
	}
	.dev-faq .items {
		padding-left: 90px;
	}
}
@media(min-width:1600px) {
	.dev-faq {
		margin-top: 240px;
	}
	.dev-faq .col-lg-6 {
		width: 480px;
	}
	.dev-faq .items {
		padding-left: 110px;
	}
}

.contacts {
	margin-top: 60px;
}
.contacts .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	gap: 20px;
}
.contacts .map-body {
	border-radius: 8px;
	height: 335px;
}
.contacts .map-body * {
	user-select: none;
	outline: none;
	border: none !important;
}
.contacts .contacts-wrapper {
	border-radius: 8px;
	color: #fff;
	background: #1d1d29;
	padding: 32px 20px;
}
.contacts .detail {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255, .12);
}
.contacts .detail a:hover {
	color: #fcdc03;
}
.contacts .detail p + p {
	margin-top: 16px;
}
.contacts .social {
	margin-top: 32px;
	display: flex;
	gap: 16px;
}
.contacts .social a {
	background-color: #ffc700;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: background .2s ease-in-out;
}

.contacts .social a.inst {    
    background-image: url('../redesign/slider-arrow.svg#social-inst');	
}
.contacts .social a.tg {
	background-image: url('../redesign/slider-arrow.svg#social-tg');
}
.contacts .social a.viber {
	background-image: url('../redesign/slider-arrow.svg#social-viber');
}
.contacts .social a:hover {
	background-color: #ffc700;
	color: #ffffff;
}
@media(min-width:992px) {
	.contacts .map-body {
		border-radius: 24px;
		height: 100%;
	}
	.contacts .contacts-wrapper {
		border-radius: 24px;
		padding: 40px;
	}
	.contacts .detail {
		margin-top: 28px;
		padding-top: 28px;
	}
}
@media(min-width:1200px) {
	.contacts {
		margin-top: 90px;
	}
	.contacts .contacts-wrapper {
		padding: 50px;
	}
	.contacts .col-lg-6 {
		width: 55%;
		max-width: 800px;
	}
	.contacts .detail {
		margin-top: 32px;
		padding-top: 32px;
	}
	.contacts .social a {
		height: 52px;
		width: 52px;
	}
}
@media(min-width:1400px) {
	.contacts {
		margin-top: 120px;
	}
	.contacts .contacts-wrapper {
		padding: 60px;
	}
	.contacts .detail {
		margin-top: 36px;
		padding-top: 36px;
		font-size: 18px;
	}
	.contacts .social a {
		height: 56px;
		width: 56px;
	}
}
@media(min-width:1600px) {
	.contacts {
		margin-top: 140px;
	}
	.contacts .landing-title {
		font-size: 52px;
	}
	.contacts .contacts-wrapper {
		padding: 72px;
	}
	.contacts .detail {
		margin-top: 40px;
		padding-top: 40px;
		font-size: 20px;
	}
}






.sc-category-wall {
	margin-top: 60px;
	--bs-gutter-x: 16px;
	--bs-gutter-y: 16px;
}
.sc-category-wall .title {
	margin-bottom: 8px;
}
.sc-category-wall-item .content-block {
	padding: 8px;
	border-radius: 8px;
}
.sc-category-wall-item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 8px;
}
.sc-category-wall-item .sc-category-wall-title {
	font-size: 10px;
	font-weight: 600;
}
.sc-category-wall-item a.content-block {
	-webkit-transition: -webkit-box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out;
	-o-transition: box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out;
}
@media (min-width:992px) {
	.sc-category-wall {
		margin-top: 90px;
	}
	.sc-category-wall .title {
		margin-bottom: 16px;
	}
	.sc-category-wall-item .content-block {
		padding: 16px;
		border-radius: 12px;
	}
	.sc-category-wall-item img {
		margin-bottom: 16px;
	}
	.sc-category-wall-item .sc-category-wall-title {
		font-size: 12px;
	}
}
@media (min-width:1200px) {
	.sc-category-wall {
		margin-top: 120px;
	}
	.sc-category-wall .title {
		margin-bottom: 24px;
	}
	.sc-category-wall-item .sc-category-wall-title {
		font-size: 14px;
	}
}

.sc-module-products {
	margin-top: 60px;
	background: none;
	--bs-gutter-x: 16px;
	--bs-gutter-y: 16px;
}
.sc-module-products .title {
	margin-bottom: 8px;
	margin-left: 1rem;
}
.sc-module-products .sc-module-img img {
	border-radius: 6px;
}
@media (min-width:992px) {
	.sc-module-products {
		margin-top: 90px;
	}
	.sc-module-products .title {
		margin-bottom: 16px;
	}
}
@media (min-width:1200px) {
	.sc-module-products {
		margin-top: 120px;
	}
	.sc-module-products .title {
		margin-bottom: 24px;
	}
}


.sc-module-last-news {
	background: none;
	margin-top: 60px;
}
@media (min-width:992px) {
	.sc-module-last-news {
		margin-top: 90px;
	}
}
@media (min-width:1400px) {
	.sc-module-last-news {
		margin-top: 90px;
	}
}


.sc-footer {
	margin-top: 60px;
}
@media (min-width:992px) {
	.sc-footer {
		margin-top: 90px;
	}
}
@media (min-width:1200px) {
	.sc-footer {
		margin-top: 120px;
	}
}


@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/*MyCSS*/
.screen1{
    padding-left: 2rem;
    padding-right: 2rem;
}

.screen2{
    padding-left: 2rem;
    padding-right: 2rem;
}
.text_byoneclick_info {
    background-color: #f3fcf3;
    border: 1px solid #06c270;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
  	font-size: 14px;
}

.rm-product-advantages-item {
    border: 1px solid #1d1d29 !important;
    border-radius: 5px;
	margin-top: 5px;
    padding: 10px;   
}

.sc-btn.added {
    background: #09b83a !important;
}

#back-top {
    margin-right: 1.5rem !important;
}

.content-block-p24 {
    display: none !important;
}

.sc-btn-primary1 {
    background: #1d1d29 !important;
    color: #f8f9fa !important;
}
.container-text-catalog {
    margin: 0.5rem;
	display: flex;
	justify-content: center;
}

.css-u6k0g7 {
    color: #1d1d29 !important;
}

 .instagram-container {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
			padding-top: 30px;
            
        }
       .instagram-header {
            display: flex;
            align-items: center;
            padding: 10px;
        }
        .profile-pic {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
        }
        .profile-pic img {
            width: 100%;
            height: 100%;
        }
        .profile-info {
            display: flex;
            flex-direction: column;
            margin-right: 20px;
        }
        .profile-info .name {
            font-size: 18px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }
        .profile-info .name .verified {
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }
        .profile-info .username {
            color: gray;
        }
        .stats {
            display: flex;
            align-items: center;
        }
        .stats div {
            margin-right: 15px;
            text-align: center;
        }
        .stats div span {
            display: block;
            font-weight: bold;
        }
        .follow-button {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            background-color: #0095f6;
            color: white;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }
        .follow-button:hover {
            background-color: #007bb5;
			color: white;
        }
        .follow-button svg {
            margin-right: 10px;
        }

        @media (max-width: 768px) {
            .instagram-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .profile-pic {
                margin-right: 0;
                margin-bottom: 10px;
            }
            .profile-info {
                margin-right: 0;
                margin-bottom: 10px;
            }
            .stats {
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 10px;
            }
            .stats div {
                margin-right: 0;
                margin-bottom: 5px;
            }
            .follow-button {
                align-self: stretch;
                text-align: center;
            }
        }

        .follow-button::before {
            content: '';
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"/><path d="M16 11.37a4 4 0 1 1-4.63-4.63 4 4 0 0 1 4.63 4.63z"/><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"/></svg>');
            background-size: cover;
        }
		
		.phone-links {
    display: flex;
    flex-direction: column;
}

.phone-links a {
    margin-bottom: 5px; /* Optional: Adds some space between the links */
}

.sc-module-price {
        font-size: 1.3rem !important;
    }

.special-price {
        color: red;
        font-size: 1.3rem !important;
    }
	
.sc-module-sticker1 {
	display: none !important;
  }
  
  .sc-btn-hide  {
	display: none !important;
  }
  .sticker-font-category {
	font-size: 1.12rem !important;
  }
  .sticker-font-product {
	font-size: 1.12rem !important;
  }
  
  .add-set-btn {
    margin: 2px auto 2px auto !important;
}
.btn1 {
    font-size: 14px !important;
}
.sets .set-total {
    padding: 10px 10px !important;
}
.sc-module-sticker-stickers_bezkoshtovna-dostavka {
    text-transform: none;
	font-size: .82rem !important;
}
.oct-infobar-text {
    font-size: 0.8rem !important;
    text-align: center !important;
    margin-right: 1px !important;
}
.my-py-md-4 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }
	.oct-infobar-text a {
    text-decoration: underline !important;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}

input[type="radio"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

    .sc-btn1 {
        padding: .575rem 0.5rem !important;
		    background: none !important;
			border: 1px solid #09b83a !important;
}
		
    }
	.sc-btn2 {
        padding: .875rem 0.5rem !important;
		
    }
	.my-secondary-text
	{
        font-weight: 500 !important;
		color: #212529 !important;
		
    }
	.secondary-text
	{
        color: #212529 !important;
		font-size: 0.8rem !important;
		font-weight: 400 !important;
		
    }
	/* Manufacturers */
	.ds-manufacturer-item-block {
    width: 33.3333333333%;
}

	@media (min-width: 768px) {
    .ds-manufacturer-item-block {
        width: 16.6666666667%;
    }
}
	@media (min-width: 992px) {
    .ds-manufacturer-item-block {
        width: 12.5%;
    }
}
	@media (min-width: 1600px) {
    .ds-manufacturer-item-block {
        width: 16.6666666667% !important;
    }
}

.gap-2 {
    gap: .5rem !important;
}
.ds-product-advantages-item-text {
    border-bottom: 1px dashed #e9e9e9 !important;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
  }

  .feature-item {
    display: flex;
    align-items: center;
    max-width: 23%;
    margin: 10px;
  }

  .feature-item img {
    width: 80px;
    height: auto;
    margin-right: 20px;
  }

  .feature-item p {
    font-size: 1.2em;
    color: #333;
    text-align: left;
  }

  @media (max-width: 768px) {
    .features-container {
      flex-direction: column;
    }

    .feature-item {
      flex-direction: column;
      text-align: center;
      max-width: 100%;
    }

    .feature-item img {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  
  .sc-carousel-item {
  width: 322px !important;
}

.ds-product-advantages-item-text > div {
    max-width: 100%;
    overflow-wrap:  break-word !important;
    white-space: normal;
}




        .option-grid1 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-top: 40px;
        }

        .option1 {
            border: 2px solid #d1d1d1;
            border-radius: 12px;
            padding: 25px;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;
            background-color: #fafafa;
        }

        
        .option1 p {
            font-weight: 500;
            font-size: 18px;
            color: #555;
        }

        .option1:hover {
            border-color: #00796b;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .option1.selected {
            border-color: #00796b;
            background-color: #e0f2f1;
        }
        .footer1 {
            margin-top: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .progress-bar1 {
            width: 65%;
            height: 10px;
            background-color: #e0e0e0;
            border-radius: 5px;
            overflow: hidden;
        }

        .progress1 {
            width: 0;
            height: 100%;
            background-color: #00796b;
            transition: width 0.3s ease-in-out;
        }

        .button-next1 {
            padding: 12px 25px;
            background-color: #00796b;
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.3s;
            font-weight: 500;
        }

        .button-nex1t:hover {
            background-color: #004d40;
        }

        .button-back1 {
            border: none;
            background: transparent;
            cursor: pointer;
            color: #00796b;
            font-size: 18px;
            padding: 12px;
            font-weight: 500;
        }
/* Загальні стилі контейнера */
.container1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: Arial, sans-serif;
}

.option-grid1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	align-items: center;
    justify-content: center;
	margin-top: 1rem;
}

@media (max-width: 768px) {
    .option-grid1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.option-grid2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
	align-items: center;
    justify-content: center;
	margin-top: 1rem;
}

@media (max-width: 768px) {
    .option-grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.option1 {
    position: relative;
    cursor: pointer;
}

.option1 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.option1 span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

.option1:hover,
.option1 input:checked {
  border-color: #007bff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

/* Прогрес-бар */
.progress-bar1 {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0;
}

.progress1 {
  width: 0%;
  height: 100%;
  background-color: #76c7c0;
  transition: width 0.5s ease;
}

/* Кнопки */
.button-back1,
.button-next1 {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.button-back1 {
  background-color: #ccc;
  color: #333;
}

.button-next1 {
  background-color: #007bff;
  color: white;
}

.button-back1:hover,
.button-next1:hover {
  opacity: 0.8;
}

.text_ukrcredit_popup {
    background-color: #ebf7ee;
    border: 1px solid #09b83a;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
@media (min-width: 576px) {
    .sc-product-buttons .sc-btn {
        padding: .875rem 1.5rem !important;
    }
}
/*

@media (min-width:576px) {}
@media (min-width:768px) {}
@media (min-width:992px) {}
@media (min-width:1200px) {}
@media (min-width:1400px) {}

*/

html{
	overflow:hidden scroll;
}

body{
	min-width:375px;
	overflow:hidden;
}

.sc-module{
	max-width:unset;
}