@font-face {
	font-family: 'Gilroy ExtraBold';
	src: url('Gilroy/Gilroy-ExtraBold.eot');
	src: url('Gilroy/Gilroy-ExtraBold.woff') format('woff'), url('Gilroy/Gilroy-ExtraBold.ttf') format('truetype'), url('Gilroy/Gilroy-ExtraBold.svg') format('svg');
}

@font-face {
	font-family: 'Gilroy Light';
	src: url('Gilroy/Gilroy-ExtraBold.eot');
	src: url('Gilroy/Gilroy-Light.woff') format('woff'), url('Gilroy/Gilroy-Light.ttf') format('truetype'), url('Gilroy/Gilroy-Light.svg') format('svg');
}

html {
	scroll-behavior: smooth;
	outline: none;
	letter-spacing: .7px;
	font-family: 'Gilroy Light';
	font-style: normal;
}

body {
	font-family: 'Gilroy Light';
	font-style: normal;
	color: #424242;
}

.fp-viewing-secondSection .logo img,
.fp-viewing-fourthSection .logo img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.btn-mobile-2 {
	display: none;
}

.white {
	color: #fff;
}

.black {
	color: #343434;
}

.main__color {
	color: #2C2C2C;
}

img#loader {
	margin-right: 10px;
	width: 23px;
	display: none;
}

img#loader-2 {
	margin-right: 10px;
	width: 23px;
	display: none;
}

img#loader-3 {
	margin-right: 10px;
	width: 23px;
	display: none;
}

p#notification {
	color: white;
}

p#notification-2 {
	color: white;
}

button#reset_password {
	display: none;
}

#login-button {
	display: none;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: .3;
	/* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*success end*/
/*navigation bar*/
.slick-initialized .slick-slide:focus,
.slick-initialized .slick-slide:active {
	outline: none !important;
}

.header-top {
	background: rgba(0, 47, 77, .3);
	height: 70px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
}

nav {
	height: 0;
	box-sizing: border-box;
	position: fixed;
	-webkit-transition: all 3s;
	transition: all 3s;
}

nav {
	display: flex;
	z-index: 10;
	color: #fff;
	width: 100%;
	right: 0;
	left: 0;
	align-items: center;
}

.navbar_new {
	display: flex;
	align-items: center;
	padding: 45px 0;
	background: transparent !important;
}

.n__mobile {
	display: none;
}

.nav__fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99;
	height: 70px;

}

.fixed__theme {
	transition: 0.8s;
}

.logo {
	text-align: center;
	align-self: center;
	display: flex;
	align-items: center;
}

.logo__mobile {
	display: none;
}

.social__buttons a.btn-whatsapp {
	background: #06BA64;
}

| .hamburger {
	display: none;
}

.nav-links {
	display: flex;
	list-style: none;
	width: 50%;
	padding: 0px 0 0 90px;
	justify-content: space-evenly;
	margin-bottom: 0;
}

.nav-links li a {
	text-decoration: none;
}

.hamburger div {
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 5px;
	transition: all 0.3s ease;
}

a:before,
a:after,
a>span:before,
a>span:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}

.hover-1:before {
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scaleX(0);
}

.hover-1:hover:before {
	transform: scaleX(0.8);
}

.nav-links li {
	position: relative;
}

.nav-links-a {
	text-decoration: none;
	margin: 0 0.7vw;
	color: #fff;
	font-size: 14px;

}

.nav-btns {
	display: flex;
	margin-left: auto;
	margin-top: 5px;
}

.nav-btns a:first-child {
	margin-right: 65px;
}

.nav-btns a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;

}

/*.nav-btns a:first-child::before {
content: url(../img/icons/call.svg);
position: relative;
top: 5px;
margin-right: 10px;
}*/
/*navigation bar end*/


.first {
	background: url(../img/background/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	/*padding: 20vh 0 5vh 0;*/
	background-position: top;
	height: 100vh;
}

.banner-text {
	margin: 4vh auto;
	padding: 2vh 0;
}

.banner-text p {
	font-size: 2.5vh;
	margin-bottom: 0;
	z-index: 2;
}

.banner-text h2 {
	font-size: 4.5vh;
	font-weight: 500;
	z-index: 2;
	margin-bottom: 3vh;
}

.banner__buttons {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.btn-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	background: linear-gradient(92.01deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(15px);
	border-radius: 10px;
	border: 1px solid #0563bb;
	border: linear-gradient(to right #0563bb, #09CF59, #03FF4A);
	padding: 8px;
	transition: 0.5s;
	z-index: 2;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.btn-1:hover {
	color: #0563bb;
	text-decoration: none;
}

.btn-2 {
	width: 280px;
	background: transparent;
	border: none;
	transition: 0.5s;
	color: #fff;
	z-index: 2;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

}

.btn-2:hover {
	color: #0563bb;
	text-decoration: none;
}

.btn-2 img {
	height: 45px;
	margin-right: 10px;
}

.cards {
	transition: 0.5s;
	text-align: center;
	z-index: 2;
}

.cards img {
	z-index: 2;
	width: 95%;
	height: auto;
	margin: 5vh auto;
}

/*main page */

.ball {
	width: 180px;
	height: 180px;
	right: 20%;
	top: 50%;
	position: fixed;
	border-radius: 50%;
	background: linear-gradient(224.28deg, #0563bb 15.79%, #ff5a2a 89.12%);
	backdrop-filter: blur(4px);
	transition: 0.2s;
	z-index: 0;
}

.ball__2 {
	position: fixed;
	width: 450px;
	height: 450px;
	right: 25%;
	top: 23%;
	background: linear-gradient(224.28deg, #0563bb 15.79%, #ff5a2a 89.12%);
	backdrop-filter: blur(4px);
	border-radius: 50%;
	transition: 0.2s;
	z-index: 0;
}

.ball__3 {
	position: fixed;
	width: 450px;
	height: 450px;
	right: 5%;
	top: 15%;
	border-radius: 50%;
	background: linear-gradient(224.28deg, #0563bb 15.79%, #ff5a2a 89.12%);
	backdrop-filter: blur(4px);
	transition: 0.2s;
	z-index: 0;
}

.down__button {
	padding: 15px 0 0 0;
	margin: 0 auto;
}

.second {
	background-color: #fff !important;
	/*padding: 14vh 0 0 0; */
	background-position: top;
	height: 100vh;
}

.second_left h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	font-family: Gilroy ExtraBold;
}

.left__icons {
	margin-top: 1vh;
}

.left__icons div {
	padding: 1vh 0;
}

.left__icons p {
	margin-top: 1vh;
	width: 80%;

}

.left__icons img {
	max-width: 60%;
}

.second__right {
	display: flex;
	align-items: center;
	margin-left: 2vh;
}

.second__right p {
	font-size: 15px;
	margin: 0;
}

.problems {

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1vh 7vh;
	margin-left: 2vh;
	position: relative;
}

.problems__name {
	display: flex;
	align-items: center;
}

.problems__name p {
	width: 45%;
	margin-bottom: 0;
	margin-right: 3vh;
	font-weight: bold;
	font-size: 17px;
	font-family: Gilroy ExtraBold;
}

.problems__name img {
	max-width: 95px;
}

.problems__about {
	margin-top: 1vh;
}

.problems__about p {
	font-size: 15px;

}

.third {
	background: url(../img/background/main_bg.jpg);
	/*padding: 15vh 0 2vh 0;*/
	height: 100vh;
}

.checkout h2 {
	font-size: 35px;
	font-weight: bold;
	z-index: 2;
	width: 90%;
	font-family: Gilroy ExtraBold;
}

.checkout__block {
	background: linear-gradient(107.96deg, rgba(255, 255, 255, 0.4) 1.46%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(30px);
	border-radius: 20px;
	border: 1px solid;
	padding: 20px 30px;
	width: 75%;
}

.checkout__block__phone input,
.checkout__block__name input {
	width: 100%;
	border: solid 1px transparent;
	border-radius: 10px;
	background: #fff;
	padding: 14px 12px;
	color: #000;
}

.checkout__block h4 {
	font-size: 20px;
	width: 75%;
	font-family: Gilroy ExtraBold;
	font-weight: bold;
}

.checkout__block__phone {
	margin: 1vh 0 2vh 0;
}

.checkout__pay__accept {
	margin-top: 2vh;
}

.checkout__pay__accept [type="checkbox"]:not(:checked),
.checkout__pay__accept [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.checkout__pay__accept [type="checkbox"]:not(:checked)+label:before,
.checkout__pay__accept [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	width: 1em;
	height: 1em;
	border: 2px solid #fff;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.checkout__pay__accept [type="checkbox"]:not(:checked)+label:after,
.checkout__pay__accept [type="checkbox"]:checked+label:after {
	content: '\2713\0020';
	position: absolute;
	top: .15em;
	left: .1em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #424242;
	transition: all .2s;
}

.checkout__pay__accept [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

.checkout__pay__accept [type="checkbox"]:not(:checked)+label,
.checkout__pay__accept [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.cards2 {
	transition: 0.5s;
	text-align: center;
	z-index: 2;
}

.cards2 img {
	z-index: 2;
	width: 95%;
	height: auto;
}

.btn-3 {
	width: 100%;
	background: linear-gradient(350.92deg, #ff5a2a 29.87%, #0563bb 370.36%);
	opacity: 1;
	color: #fff;
	padding: 13px;
	border-radius: 15px;
	border: none;
	transition: 0.5s;
	margin-top: 10px;
	font-family: Gilroy ExtraBold;
}

.btn-3:hover {
	background: #fff;
	color: #ff5a2a;
	border-color: #ff5a2a;
	cursor: pointer;
}

.ball__4 {
	width: 274px;
	height: 274px;
	right: 5%;
	top: 15%;
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(224.28deg, #0563bb 15.79%, #ff5a2a 89.12%);
	backdrop-filter: blur(4px);
	transform: rotate(-180deg);
	transition: 0.2s;
	z-index: 0;
}

.ball__5 {
	position: absolute;
	width: 235px;
	height: 235px;
	right: 42%;
	top: 22%;
	background: linear-gradient(224.28deg, #0563bb 15.79%, #ff5a2a 89.12%);
	backdrop-filter: blur(4px);
	border-radius: 50%;
	transition: 0.2s;
	z-index: 0;
}

.ball__6 {
	position: absolute;
	width: 178px;
	height: 178px;
	right: 55%;
	top: 65%;
	border-radius: 50%;
	background: linear-gradient(224.28deg, #0563bb 15.79%, #ff5a2a 89.12%);
	backdrop-filter: blur(4px);
	transition: 0.2s;
	z-index: 0;
}

.fourth {
	background-color: #fff !important;
	/*padding: 17vh 0 2vh 0;*/
	height: 100vh;
}

.fourth h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 3vh;
	font-family: Gilroy ExtraBold;
}

.pockets {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px 60px;
	margin-bottom: 5vh;
}

.pockets__item {
	display: block;
}

.pockets__block {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	padding: 2vh 4vh;
	height: 50vh;
	margin-bottom: 5vh;
}

.pockets__block div {
	padding: 1vh 0;
	display: flex;
	align-items: center;
}

.pockets__block h4 {
	text-align: center;
	font-size: 22px;
	font-family: Gilroy ExtraBold;
	font-weight: bold;
	margin-bottom: 3vh;
}

.pockets__block label {
	padding: 0.5vh 1vh;

	margin: 0;
}

.pockets__button {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px 60px;
}

.btn-4 {
	border-radius: 10px;
	width: 100%;
	background-color: #fff;
	opacity: 1;
	color: #ff5a2a !important;
	padding: 13px 50px;
	border: 1px solid #ff5a2a;
	transition: 1s;
	font-weight: 700;
	font-family: Gilroy ExtraBold;
	display: block;
	text-align: center;
	cursor: pointer;
}

.btn-4:hover {
	background: linear-gradient(350.92deg, #ff5a2a 29.87%, #220E97 370.36%);
	color: #fff !important;
	transition: 0.5s;
}

.pockets__block [type="checkbox"]:not(:checked),
.pockets__block [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #000;
	font-weight: 600;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
	font-weight: 600;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
	font-weight: 600;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
	font-weight: 600;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
	font-weight: 600;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #000;
	font-weight: 600;
}

.pockets__block [type="checkbox"]:not(:checked)+label:before,
.pockets__block [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0.1em;
	top: .3em;
	width: 1em;
	height: 1em;
	border: 2px solid #0563bb;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.pockets__block [type="checkbox"]:not(:checked)+label:after,
.pockets__block [type="checkbox"]:checked+label:after {
	content: '\2713\0020';
	position: absolute;
	top: .15em;
	left: .1em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #0563bb;
	transition: all .2s;
}

.pockets__block [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

.pockets__block [type="checkbox"]:not(:checked)+label,
.pockets__block [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.fifth {
	background: linear-gradient(224.28deg, #ff5a2a, #220E97);
	/*padding: 17vh 0 2vh 0;*/
	height: 100vh;
}

.fifth h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 3vh;
	font-size: 35px;
	font-family: Gilroy ExtraBold
}

.fifth__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5vh 15vh;
	padding: 0 2vh;
}

.fifth__item {
	background: linear-gradient(107.96deg, rgba(255, 255, 255, 0.4) 1.46%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(20px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 10px;
	border: 1px solid #fff;
	border: linear-gradient(to right #0563bb, #09CF59, #03FF4A);
}

/*.fifth__item:last-child{
background: none;
border: none;
backdrop-filter: blur(0px);
}*/
.fifth__item p {
	color: #fff;
	padding: 6vh;
	margin: 0;
	font-size: 15px;

}

.fifth__item:last-child p {
	font-size: 50px;
	text-transform: uppercase;
}

.fifth__item span {
	font-size: 230px;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: -40px;
	left: -70px;
	opacity: 0.3;
}

/*.fifth__item:last-child span{
font-size: 80px;
text-transform: uppercase;
line-height: .7;
top: 80px;
}*/
.fifth .ball__4 {
	top: 30%;
}

.fifth .ball__5 {
	right: 45%;
	top: 55%;
}

.fifth .ball__6 {
	right: 70%;
	top: 35%;
}

.six {
	height: 100vh !important;
}

.six__top {
	background-color: #fff;
	padding: 7vh 0 7vh 0;
}

.trust {
	background-color: #fff;
}

.trust__sl {
	padding: 20px 0px;
}

.trust__box {
	background: #fff;
	width: 100%;
	height: 80px;
	max-height: 80px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: none;
}

.trust h2 {
	font-weight: bold;
	font-size: 4vh;
	color: #434242;
	font-family: Gilroy ExtraBold;
}

footer {
	background: linear-gradient(224.28deg, #ff5a2a, #0563bb);
}

.footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1vh 1vh;
	padding: 3vh 1vh;
}

.footer__grid li {
	color: #fff;
	list-style-type: none;
	font-size: 14px;

}

.footer__grid li:first-child {
	font-weight: bold;
	font-size: 16px;

}

.map {
	padding: 2vh 1vh;
}

.footer__line {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	display: inline-block;
	background: linear-gradient(to right, #023674, #fff, #023674);
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3vh;
}

.footer__bottom ul {}

.footer__bottom ul li {
	list-style-type: none;
	float: right;
	padding-left: 20px;
}

.m2a p {
	color: #fff;
}

.m2a a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.sky-container {
	transform: rotateZ(135deg);
}

.sky-container2 {
	transform: rotateZ(-45deg);
}

.star {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	background: linear-gradient(-45deg, #fff, rgba(0, 0, 255, 0));
	filter: drop-shadow(0 0 6px #699bff);
	animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}

.star::before,
.star::after {
	position: absolute;
	content: '';
	top: calc(50% - 1px);
	right: 0;
	height: 2px;
	border-radius: 100%;
	transform: translateX(50%) rotateZ(45deg);
	animation: shining 3000ms ease-in-out infinite;
}

.star::after {
	transform: translateX(50%) rotateZ(-45deg);
}

.sky-container .star:nth-child(1) {
	top: calc(50% - 360px);
	left: calc(30% - 200px);
	animation-delay: 1000ms;
}

.sky-container .star:nth-child(1)::before,
.sky-container .star:nth-child(1)::after {
	animation-delay: 1200ms;
}

.sky-container .star:nth-child(2) {
	top: calc(50% - 400px);
	left: calc(30% - 300px);
	animation-delay: 1200ms;
}

.sky-container .star:nth-child(2)::before,
.sky-container .star:nth-child(2)::after {
	animation-delay: 1200ms;
}

.sky-container .star:nth-child(3) {
	top: calc(50% - 440px);
	left: calc(30% - 200px);
	animation-delay: 1600ms;
}

.sky-container .star:nth-child(3)::before,
.sky-container .star:nth-child(3)::after {
	animation-delay: 1600ms;
}

.sky-container2 .star:nth-child(1) {
	top: calc(22% - 80px);
	left: calc(10% - 450px);
	animation-delay: 1000ms;
}

.sky-container2 .star:nth-child(1)::before,
.sky-container2 .star:nth-child(1)::after {
	animation-delay: 1200ms;
}

.sky-container2 .star:nth-child(2) {
	top: calc(0% - 140px);
	left: calc(4% - 285px);
	animation-delay: 1200ms;
}

.sky-container2 .star:nth-child(2)::before,
.sky-container2 .star:nth-child(2)::after {
	animation-delay: 1200ms;
}

.sky-container2 .star:nth-child(3) {
	top: calc(50% - 45px);
	left: calc(30% - 650px);
	animation-delay: 1600ms;
}

.sky-container2 .star:nth-child(3)::before,
.sky-container2 .star:nth-child(3)::after {
	animation-delay: 1600ms;
}

@keyframes tail {
	0% {
		width: 0;
	}

	30% {
		width: 200px;
	}

	100% {
		width: 0;
	}
}

@keyframes shining {
	0% {
		width: 0;
	}

	50% {
		width: 60px;
	}

	100% {
		width: 0;
	}
}

@keyframes shooting {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(360px);
	}
}




/*mobile account*/
.maccount {
	background-color: #fff;
	/*	height: 100vh;*/
	padding: 5vh 0;
	max-width: 576px;
	margin: 0 auto;
}

.maccount__form {
	width: 100%;
	padding-bottom: 60px;
}

.maccount__main {
	text-align: center;
}

.maccount__main__name {
	margin-bottom: 8px;
}

.maccount__main__photo img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	margin: 0 auto;
	border-radius: 50%;
}

.person__name {
	font-size: 20px;
	font-weight: 600;
	margin: 25px 0 0 0;
	font-family: 'Gilroy ExtraBold';
	color: #424242;
}

.person__status {
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0 0 0;

	color: #939393;
}

.info__data p,
.info__phone p,
.info__email p,
.info__site p,
.info__adress p {
	font-size: 11px;
	font-weight: 500;
	margin: 0 0 8px 0;

	color: #939393;
}

.info__data span,
.info__phone span,
.info__email span,
.info__site span,
.info__adress span {
	font-size: 15px;
	font-weight: bold;

	color: #424242;
}

.maccount__line {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	height: 1px;
	display: inline-block;
	background: linear-gradient(to right, #fff, #000, #fff);
}

.info__phone {
	display: flex;
	justify-content: space-between;
}

.social__buttons button {
	padding: 8px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.social__buttons a {
	margin-bottom: 5px;
}

.social__buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	flex-wrap: wrap;
}

.social__buttons a {
	border-radius: 5px;
	color: #fff;
}

.social__buttons a img {
	margin-right: 5px;
	width: 19px;
	height: 19px;
}

a.btn-skype {
	background: #00A9F0;
}

.social__buttons a.btn-2gis {
	background: #fff;
	color: #151515;
	border: 1px solid #299400;
	padding: 6px 23px;
}

a.btn-messenger {
	background: #3A76F0;
}

a.btn-signal {
	background: #007FFF;
}

a.btn-zoom {
	background: #2C8DFE;
}

.btn-whatsapp {
	background: #ff5a2a;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.btn-wechat {
	background: #01bc30;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.btn-whatsapp img,
.btn-telegram img,
.btn-viber img .btn-wechat img {
	margin-right: 5px;
	width: 19px;
	height: 19px;
}

.btn-whatsapp {
	background: #ff5a2a;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.btn-telegram {
	background: #75BDFF;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.btn-viber {
	background: #8E24AA;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.btn-2gis {
	background: #32a23a;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.social__icons p {
	font-size: 11px;
	font-weight: 500;
	margin: 10px 0 18px 0;

	color: #939393;
}

.social__icons__list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.maccount__save button {
	width: 85%;
	background-color: #464646;
	padding: 12px 45px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 900;
	position: fixed;
	bottom: 10px;
	max-width: 580px;
}

.maccount__save button img {
	margin-right: 8px;
}

.maccount__save {
	margin: 20px 0;
}

.fp-viewing-fourthSection .nav-links-a,
.fp-viewing-secondSection .nav-links-a,
.fp-viewing-sixSection .nav-links-a,
.fp-viewing-fourthSection .nav-btns a,
.fp-viewing-secondSection .nav-btns a,
.fp-viewing-sixSection .nav-btns a {
	color: #424242;
}

.fp-viewing-secondSection .logo__svg,
.fp-viewing-fourthSection .logo__svg,
.fp-viewing-sixSection .logo__svg {
	fill: #424242;
}

.fp-viewing-fourthSection #fp-nav ul li a span,
.fp-viewing-secondSection #fp-nav ul li a span,
.fp-viewing-sixSection #fp-nav ul li a span {
	border: 1px solid #424242;
}

.fp-viewing-fourthSection #fp-nav ul li:not(:last-child):after,
.fp-viewing-secondSection #fp-nav ul li:not(:last-child):after,
.fp-viewing-sixSection #fp-nav ul li:not(:last-child):after {
	background-color: #424242;
}

.fp-viewing-fourthSection #fp-nav ul li a.active span,
.fp-viewing-secondSection #fp-nav ul li a.active span,
.fp-viewing-sixSection #fp-nav ul li a.active span {
	background-color: #424242;
}


/*modal window*/
.modal-dialog {
	max-width: 750px;
	margin: 5rem auto;
}

.modal-content {
	padding: 45px 220px;
	text-align: center;
	background: linear-gradient(109.39deg, rgba(255, 255, 255, 0.2) 1.35%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(50px);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 30px;
}

.modal-body {
	padding: 0;
}

.modal-header {
	text-align: center;
	justify-content: center;
	display: block;
	border: none;
}

.modal-content p {
	margin: 0;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	outline: none !important;
}

.modal-title {
	color: #fff;
	font-size: 25px;

	font-weight: 700;

}

input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}

.modal-body input {
	width: 100%;
	border: solid 1px transparent;
	border-radius: 10px;
	background: #fff;
	padding: 14px 12px;
	color: #000;
	margin: 15px 0;
}

.modal-body button {
	margin-bottom: 20px;
}

.modal-body a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;

	color: #fff;
	border-bottom: 1px solid #fff;
}

.close {
	float: right;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
}

.mphone .modal-body {
	display: grid;
	gap: 0 20px;
}

.mphone .modal-dialog {
	max-width: 600px;
	margin: 5rem auto;
}

.mphone .modal-content {
	padding: 45px 60px;
	text-align: center;
	background: linear-gradient(109.39deg, rgba(255, 255, 255, 0.5) 1.35%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(50px);
	border-radius: 30px;
}

.mphone .modal-header p {
	color: #fff;
}

.mhow .video {
	max-width: 100%;
	height: auto;
	min-width: 100%;
}

/*modal window end*/