* {
	outline: none;
}

ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	-webkit-transition: all ease .15s;
	-o-transition: all ease .15s;
	transition: all ease .15s;
}

a:focus {
	outline: 0;
}
 
a:hover,
a:active {
	outline: 0;
	color: #F06A01
}

img {
	max-width: 100%;
	height: auto;
}

button, input, textarea {
	background: none;
	outline: 0 !important;
	border: none;
	padding: 0;
	-webkit-transition: all ease .25s;
	-o-transition: all ease .25s;
	transition: all ease .25s
}

button[disabled='disabled']{
	opacity: .75;
}

html, body {
	font-family: 'PFBagueSansProR', sans-serif;
	height: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #131313
}

b {
	font-family: 'PFBagueSansProM';
	font-weight: normal;
}

strong {
	font-family: 'PFBagueSansProB';
	font-weight: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


.header {
	position: sticky;
	top: 0;
	background: #000;
	color: #fff;
	z-index: 1001;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.header.active {
	-webkit-transform: translateY(-80px);
	    -ms-transform: translateY(-80px);
	        transform: translateY(-80px);
}

.header-top {
	padding-top: 10px;
}

.header-top a {
	color: #fff;
}

.header-top a:hover {
	color: #F06A01;
}

.header-top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.header-top-items__logo img {
	max-width: 80px;
}

.header-top-items__viber {
	margin-left: auto;
	margin-right: 45px;
}

.header-top-items__viber-link {
	margin-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-top-items__viber-link a {
	color: #fff;
}

.header-top-items__viber-link a:first-child {
	min-width: 110px;
	max-width: 110px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #7F4DA0;
	border-radius: 5px;
	font-family: 'PFBagueSansProM';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.header-top-items__viber-link a:first-child:hover {
	background: #71448e;
	color: #fff;
}

.header-top-items__viber-link a:first-child svg {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.header-top-items__viber-link a:last-child {
	margin-left: 10px;
	font-size: 22px;
	font-family: 'PFBagueSansProB';
}

.header-top-items__viber-link a:last-child:hover {
	color: #a361cf;
}

.button {
	max-width: 255px;
	width: 100%;
	height: 56px;
	color: #fff;
	background: #F06A01;
	border: 2px solid transparent;
	font-size: 20px;
	font-family: 'PFBagueSansProM';
	border-radius: 10px;
}

a.button {
	line-height: 56px;
	text-align: center;
}

.button-no-bg {
	background: none;
	color: #F06A01;
	border-color: #d86308;
}

.button:hover {
	background: #d86308;
	color: #fff;
}

.header-top-items__btn {
	margin-top: 5px;
}

.header-top-items__btn .button {
	min-width: 255px;
	height: 48px;
}

.header-top-items__contacts {
	margin-left: 165px;
}

.header-top-items__contacts-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-top-items__contacts-card__ico svg {
	width: 24px;
	height: 24px;
	margin-top: -5px;
}

.header-top-items__contacts-card-number {
	margin-left: 20px;
}

.header-top-items__contacts-card-number a {
	font-size: 22px;
	font-family: 'PFBagueSansProB';
	line-height: 1.1;
}

.header-top-items__contacts span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 44px;
	color: #F06A01;
	font-size: 14px;
}

.header-top-items__instagram {
	font-size: 18px;
	margin-top: 7px;
	margin-left: 50px;
	text-align: center;
	line-height: 1.35;
	text-transform: uppercase;
	font-size: 14px;
}

.header-top-items__instagram a:not(:last-child) {
	margin-right: 5px;
}

.header-top-items__instagram i {
	font-size: 20px;
}

.header-top-items__contacts span i {
	font-size: 7px;
	margin-right: 8px;
}


.header-bottom {
	padding: 10px 0;
}

.header-bottom-item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header-bottom-item ul li a {
	color: #fff;
	font-size: 24px;
	font-family: 'PFBagueSansProM';
}

.header-bottom-item ul li a:hover {
	color: #F06A01;
}


.home-banner .swiper-slide {
	/* height: 770px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.home-banner .swiper-slide.swiper-slide-other picture,
.home-banner .swiper-slide.swiper-slide-other img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.home-banner .swiper-slide h1 {
	font-size: 56px;
	font-family: 'PFBagueSansProB';
	margin-bottom: 20px;
	line-height: 1;
	max-width: 540px;
}

.home-banner .swiper-slide p {
	margin-bottom: 0;
	font-size: 30px;
}

.home-banner .swiper-slide form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 80px 0 25px;
}

.home-banner .swiper-slide form input {
	max-width: 270px;
	height: 56px;
	background: #FAF9FB;
	border-radius: 10px;
	padding: 0 20px;
	font-size: 20px;
	margin-right: 40px;
	border: 2px solid transparent;
}

.home-banner .swiper-slide form input:hover,
.quiz-form-contacts input:hover {
	border-color: #F06A01;
}

.home-banner .swiper-slide form button {
	max-width: 305px;
}

.home-banner .swiper-pagination {
	position: relative;
	bottom: 0;
	text-align: left;
	margin-top: -55px;
	z-index: 1;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #BFBFBF;
}

.swiper-pagination-bullet-active {
	background: #F06A01;
}

section {
	margin-bottom: 100px;
}



.quiz-header {
	margin-bottom: 35px;
}

.quiz-header h2 {
	font-size: 40px;
	font-family: 'PFBagueSansProB';
	margin-bottom: 25px;
	line-height: 1.1;
}

.active-text {
	color: #F06A01;
}

.quiz-header p {
	font-size: 24px;
	line-height: 1.4;
}

.quiz-content {
	padding: 30px 65px 40px 65px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	        box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.quiz-content.active {
	padding: 0 0 0 65px;
}

.quiz-content-progress .swiper-pagination-progressbar {
	position: static;
	height: 16px;
	border-radius: 50px;
	overflow: hidden;
	background: #F2F0F5;
}

.quiz-content-progress .swiper-pagination-progressbar-fill {
	background: -o-linear-gradient(left, #F06A01 0%, #FFB661 137.66%);
	background: -webkit-gradient(linear, left top, right top, from(#F06A01), color-stop(137.66%, #FFB661));
	background: linear-gradient(90deg, #F06A01 0%, #FFB661 137.66%);
	border-radius: 100px;
}

.quiz-content-step {
	margin: 25px auto 30px auto;
	background: -o-linear-gradient(left, #F06A01 0%, #FF7A19 133.79%);
	background: -webkit-gradient(linear, left top, right top, from(#F06A01), color-stop(133.79%, #FF7A19));
	background: linear-gradient(90deg, #F06A01 0%, #FF7A19 133.79%);;
	color: #fff;
	max-width: 160px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	font-size: 20px;
	text-align: center;
}

.quiz-form-header {
	text-align: center;
	margin-bottom: 40px;
}

.quiz-form-header a {
	text-align: center;
	color: #74c0fc;
}

.quiz-form-header a i {
	font-size: 20px;
	margin-right: 8px;
}

.quiz-form-header h3 {
	font-size: 32px;
	font-family: 'PFBagueSansProM';
	margin-bottom: 10px;
}

.quiz-form-header p {
	font-size: 24px;
	margin-bottom: 7px;
	line-height: 1.2;
}

.quiz-form-content__card label {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.quiz-form-content__card label img {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	margin-bottom: 16px;
}

.quiz-form-content__card label .quiz-form-content__card-checked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	line-height: 1.15;
}

.quiz-form-content__card label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.quiz-form-content__card label .quiz-form-content__card-checked::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	min-width: 32px;
	height: 32px;
	background: #E5E8F0;
	color: #292D32;
	border-radius: 50%;
	margin-right: 14px;
	text-align: center;
	line-height: 32px;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: all ease .1s;
	-o-transition: all ease .1s;
	transition: all ease .1s;
}

.quiz-form-content__card label input:checked ~ .quiz-form-content__card-checked::before {
	background: #F06A01;
	color: #fff;
} 

.quiz-form-content__card label:hover .quiz-form-content__card-checked::before {
	background: #ddd;
}



.quiz-footer {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.quiz-footer-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.quiz-footer-info__ico {
	margin-top: 5px;
}

.quiz-footer-info__ico .quiz-footer-info__ico-circle {
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #F06A01;
	-webkit-filter: blur(2px);
	        filter: blur(2px);
	border-radius: 50%;
}

.quiz-footer-info__ico img {
	position: relative;
}

.quiz-footer-info__body {
	font-size: 20px;
	padding-left: 10px;
	line-height: 1.1;
}

.quiz-footer-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quiz-footer-btn .swiper-button-prev,
.quiz-footer-btn .swiper-button-next {
	position: static;
	margin: 0;
}

.quiz-footer-btn .swiper-button-prev {
	min-width: 185px;
	margin-right: 32px;
}

.quiz-footer-btn .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.quiz-footer-btn .swiper-button-next {
	min-width: 210px;
}

.quiz-footer-btn .swiper-button-next:after, 
.quiz-footer-btn .swiper-button-prev:after {
	content: none;
}




.quiz-form-content__card-bg img {
	width: 100%;
	height: 390px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.quiz-form-content__card-bg-input {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px;
	font-family: 'PFBagueSansProM';
}

.quiz-form-content__card-bg-input input {
	width: 135px;
	height: 56px;
	margin-right: 16px;
	text-align: center;
	background: #F2F0F5;
	pointer-events: none;
}

.quiz-form-content__card-range {
	padding: 0 20px;
}

.quiz-form-content__card-range input[type="text"] {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	background: #FAF9FB;
	border-radius: 5px;
	border: 2px solid transparent;
}

.quiz-form-content__card-range input[type="text"]:hover {
	border-color: #F06A01;
}

input[type="range"]{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: 16px;
	background-color: #F2F0F5;
	border-radius: 50px;
	outline: none;
}
input[type="range"]::-webkit-slider-runnable-track{
	-webkit-appearance: none;
	height: 16px;
}
input[type="range"]::-moz-track{
	-moz-appearance: none;
	height: 16px;
}
input[type="range"]::-ms-track{
	appearance: none;
	height: 16px
}
input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 32px;
	width: 32px;
	border: 8px solid #fff;
	background-color: #F06A01;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -8px;
	-webkit-box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	        box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
}
input[type="range"]::-moz-range-thumb{
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	background-color: #F06A01;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -8px;
	border: 10px solid #fff;
	box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
}
input[type="range"]::-ms-thumb{
	appearance: none;
	height: 32px;
	width: 32px;
	background-color: #F06A01;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -8px;
	border: 10px solid #fff;
	box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
}

.quiz-form-content__card-range-step {
	margin-top: 5px;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.quiz-form-content__card-bg-name {
	font-size: 24px;
}




.quiz-banner {
	padding: 15px 35px 40px 35px;
	font-size: 32px;
	font-family: 'PFBagueSansProM';
	line-height: 1;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	background-image: url('../img/quiz/quiz-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.quiz-banner span:last-child {
	font-size: 96px;
	line-height: 1;
	font-family: 'PFBagueSansProBlack';
	color: #F06A01;
}

.swiper-slide-end .quiz-form-header {
	margin-top: 30px;
}

.quiz-form-contacts {
	max-width: 410px;
}

.quiz-form-contacts input {
	width: 100%;
	height: 56px;
	background: #FAF9FB;
	padding: 0 20px;
	margin-bottom: 25px;
	font-size: 20px;
	border: 2px solid transparent;
	border-radius: 5px;
}

.quiz-form-contacts button {
	max-width: 100%;
	font-size: 22px;
}

.quiz-form-contacts .check-policy {
	line-height: 1.1;
	margin-top: 15px;
}


.quiz-form-gift {
	font-size: 24px;
	padding: 12px 16px 30px 16px;
	margin-top: 30px;
}

.quiz-form-gift ul {
	margin-top: 15px;
}

.quiz-form-gift ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}

.quiz-form-gift ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	background: #F06A01;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	margin-right: 14px;
}

.quiz-form-banner,
.quiz-form-banner img {
	height: 100%;
}

.title {
	font-size: 40px;
	margin-bottom: 50px;
	font-family: 'PFBagueSansProB';
}

.subtitle {
	font-size: 24px;
	margin-bottom: 35px;
}

.tabs-information .title {
	margin-bottom: 25px;
}

.nav-pills {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 20px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 65px;
}

.nav-pills .nav-item:not(:last-child) {
	margin-right: 14px;
}

.nav-pills .nav-item,
.nav-pills .nav-link {
	width: 100%;
}

.nav-pills .nav-link {
	height: 56px;
	border: 1px solid #2D2C30;
	color: #2D2C30;
	border-radius: 50px;
	font-family: 'PFBagueSansProM';
}

.nav-pills .nav-link:hover {
	background: #E5E8F0;
	border-color: #E5E8F0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #F06A01;
	color: #fff;
	border-color: #F06A01;
}


.tabs-information-img img {
	border-radius: 10px;
}

.tabs-information-body h3 {
	font-size: 32px;
	font-family: 'PFBagueSansProB';
	margin-bottom: 17px;
}

.tabs-information-body p {
	font-size: 24px;
	line-height: 1.25;
}

.tabs-information-body__footer {
	margin-top: 60px;
}

.tabs-information-body__footer .button {
	max-width: 270px;
	margin-right: 25px;
}

.tabs-information-body__footer .button-no-bg {
	max-width: 340px;
	margin-right: 0;
}




.gallery-system-item__card img {
	width: 100%;
	height: 280px;
	border-radius: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.trend-item__card {
	position: relative;
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 17px 22px;
	border-radius: 10px;
	overflow: hidden;
}

.trend-item__card::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: -o-linear-gradient(top, rgba(34, 28, 27, 0) 0%, #221C1B 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 28, 27, 0)), to(#221C1B));
	background: linear-gradient(180deg, rgba(34, 28, 27, 0) 0%, #221C1B 100%);;
}

.trend-item__card h3,
.trend-item__card p {
	position: relative;
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.15;
}

.trend-item__card.trend-item__card-grey {
	background-size: 100%;
	background-position: top center;
}

.trend-item__card.trend-item__card-grey::before {
	background: -o-linear-gradient(top, rgba(236, 236, 235, .5) 30%, #ECECEB 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(236, 236, 235, .5)), color-stop(70%, #ECECEB));
	background: linear-gradient(180deg, rgba(236, 236, 235, .5) 30%, #ECECEB 70%);
	height: 100%;
}

.trend-item__card.trend-item__card-grey h3,
.trend-item__card.trend-item__card-grey p {
	color: #000;
}




.new-ostrov {
	padding: 65px 0 100px;
	overflow: hidden;
}

.new-ostrov .title {
	font-family: 'PFBagueSansProR';
	text-align: center;
}

.new-ostrov-item {
	font-size: 24px;
}

.new-ostrov-item ul {
	margin-top: 35px;
	max-width: 595px;
}

.new-ostrov-item ul li:not(:last-child) {
	margin-bottom: 15px;
}

.new-ostrov-item__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.new-ostrov-item__li-number {
	min-width: 40px;
	height: 40px;
	background: #F06A01;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}

.new-ostrov-item__li-body {
	padding-left: 20px;
	line-height: 1.2;
}

.new-ostrov-item img {
	-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.new-ostrov-badge {
	width: 100vh;
	padding: 15px 60px;
	background: #F06A01;
	border-radius: 5px;
	font-size: 40px;
	color: #fff;
	font-family: 'PFBagueSansProB';
	line-height: 1;
	margin-top: 50px;
}

.new-ostrov__card {
	position: relative;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 15px 25px 40px 25px;
	-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}

.new-ostrov__card::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 54.61%, #FFFFFF 96.64%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54.61%, rgba(255, 255, 255, 0.85)), color-stop(96.64%, #FFFFFF));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 54.61%, #FFFFFF 96.64%);;
}

.new-ostrov__card h3 {
	position: relative;
	font-size: 24px;
	margin-bottom: 10px;
}

.new-ostrov__card p {
	position: relative;
	margin-bottom: 0;
	font-size: 20px;
}



.quest-item img {
	border-radius: 10px;
}

.quest-item .title {
	font-family: 'PFBagueSansProR';
	margin-bottom: 30px;
}

.quest-item {
	font-size: 24px;
}

.quest-item ul {
	margin: 25px 0 75px;
}

.quest-item ul li:not(:last-child) {
	margin-bottom: 25px;
}


.link-viber {
	max-width: 260px;
	width: 100%;
	height: 66px;
	background: #7F4DA0;
	font-size: 32px;
	font-family: 'PFBagueSansProM';
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px;
	padding-left: 30px;
}

.link-viber svg {
	width: 56px;
	height: 56px;
	margin-right: 20px;
}

.link-viber:hover {
	background: #71448e;
	color: #fff;
}



.main-work .nav-pills .nav-item:not(:last-child) {
	margin-right: 45px;
}

.main-work-item-img {
	position: relative;
	height: 545px;
	max-width: 1024px;
}

.main-work-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}

.main-work-item-img__caption {
	position: absolute;
	top: 50%;
	right: -50%;
	background: #2D2C30;
	border-radius: 5px;
	padding: 30px 30px 40px 30px;
	color: #fff;
	max-width: 450px;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.main-work-item-img__caption strong {
	font-size: 28px;
	margin-bottom: 30px;
	display: block;
}

.main-work-item-img__caption ul li:not(:last-child) {
	margin-bottom: 10px;
}

.main-work-item-img__caption ul li {
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.main-work-item {
	position: relative;
}

.main-work-item-btn {
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 3px solid #F06A01;
}

.main-work-item-btn button {
	width: 48px;
	height: 48px;
	color: #F06A01;
	font-size: 20px;
}

.main-work-item-btn button:last-child {
	background: #F06A01;
	color: #fff;
}

.main-work-item-btn button:hover {
	width: 80px;
}




.row-sale {
	-webkit-box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	        box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	border-radius: 10px;
	overflow: hidden;
}

.main-sale-img {
	position: relative;
	height: 100%;
	z-index: 1;
}

.main-sale-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.main-sale-caption {
	position: relative;
	padding: 60px 50px 60px 0;
	background: #F06A01;
	color: #fff;
	height: 100%;
}

.main-sale-caption::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 100%;
	height: 100%;
	background-image: url('../img/sale/2.png');
	background-repeat: no-repeat;
	background-position: left 0 center;	
	z-index: 1;
}

.main-sale-caption::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -130px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 425px;
	height: 425px;
	background: #fff;
	border-radius: 50%;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.main-sale-caption-body {
	position: relative;
	max-width: 430px;
	margin-left: auto;
	z-index: 2;
}

.main-sale-caption-title {
	text-transform: uppercase;
	font-size: 58px;
}

.main-sale-caption-number {
	font-size: 200px;
	font-family: 'PFBagueSansProBlack';
	line-height: 1;
}

.main-sale-caption p {
	margin-bottom: 0;
	color: #fff;
	font-size: 40px;
	font-family: 'PFBagueSansProRI';
}

.main-sale-caption button {
	margin-top: 25px;
	max-width: 275px;
	width: 100%;
	font-size: 22px;
	height: 55px;
	background: #fff;
	border: 3px solid #fff;
	color: #F06A01;
	font-family: 'PFBagueSansProM';
	border-radius: 10px;
}

.main-sale-caption button:hover {
	background: transparent;
	color: #fff;
}




.garantie-card {
	-webkit-box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	        box-shadow: 0px 5px 20px rgba(118, 106, 122, 0.25);
	border-radius: 10px;
	padding: 40px 35px;
	height: 100%;
}

.garantie-card__ico {
	width: 105px;
	height: 105px;
	background: #F06A01;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	margin-bottom: 40px;
}

.garantie-card__ico svg {
	width: 58px;
	height: 58px;
}

.garantie-card__ico img {
	width: 66px;
	height: 66px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.garantie-card__body p {
	margin-bottom: 0;
	font-size: 28px;
	line-height: 1.2;
}



.my-company-img {
	position: relative;
}

.my-company-img img:last-child {
	position: absolute;
	top: 50%;
	right: 70px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.my-company-item-title {
	font-size: 32px;
	margin-bottom: 5px;
}

.my-company-item-title span {
	color: #F06A01;
}

.my-company-item p {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.35;
}


.garantie-two .garantie-card__body p {
	font-size: 24px;
}



.find-price-item {
	max-width: 665px;
}

.find-price-item .title {
	margin-bottom: 30px;
}

.find-price-item p {
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1.35;
}

.find-price-item ul li:not(:last-child) {
	margin-bottom: 18px;
}

.find-price-item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 26px;
	line-height: 1.35;
}

.find-price-item ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	min-width: 40px;
	height: 40px;
	background: #F06A01;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 21px;
	line-height: 40px;
	margin-right: 23px;
}

.find-price-item form {
	margin-top: 55px;
}

.find-price-item form input {
	max-width: 275px;
	width: 100%;
	height: 56px;
	background: #FAF9FB;
	border-radius: 10px;
	font-size: 24px;
	padding: 0 20px;
	margin-right: 40px;
}

.find-price-item form button {
	max-width: 305px;
}

.find-price-item form .check-policy {
	margin-top: 25px;
}

.find-price-img,
.find-price-img img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.find-price-img img {
	border-radius: 10px;
}




.order-potolok-item {
	background-image: url('../img/bg-order-potolok.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 2px solid #969696;
	-webkit-box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding-top: 55px;
	overflow: hidden;
}

.order-potolok-item-body {
	position: relative;
	max-width: 745px;
	padding: 40px 0 45px 65px;
}

.order-potolok-item-body::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(194.26deg, #FFFFFF -4.48%, rgba(255, 255, 255, 0) 85.93%);
	background: linear-gradient(255.74deg, #FFFFFF -4.48%, rgba(255, 255, 255, 0) 85.93%);
	border-radius: 0 20px 0 0;
	-webkit-transform: skew(-25deg, 0deg);
	    -ms-transform: skew(-25deg, 0deg);
	        transform: skew(-25deg, 0deg);
}

.order-potolok-item-body h2 {
	position: relative;
	font-size: 40px;
	margin-bottom: 60px;
}

.order-potolok-item-body h2 span {
	position: absolute;
	top: 30px;
	margin-left: 15px;
	font-size: 128px;
	color: #F06A01;
	font-family: 'PFBagueSansProBlack';
}

.order-potolok-item-body button {
	position: relative;
	max-width: 305px;
}



.faq-item-number {
	color: rgba(240, 106, 1, 0.44);
	font-size: 120px;
	line-height: 1;
	margin-bottom: 20px;
	font-family: 'PFBagueSansProM';
}

.faq-item-body h3 {
	font-size: 28px;
	font-family: 'PFBagueSansProB';
	margin-bottom: 4px;
}

.faq-item-body p {
	font-size: 24px;
	line-height: 1.35;
}


.form-froze {
	overflow: hidden;
}

.form-froze .find-price-item {
	position: relative;
	color: #fff;
	max-width: 100%;
	padding: 40px 80px 60px 0;
	background: #2D2C30;
	height: 100%;
}

.form-froze .find-price-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100vh;
	height: 100%;
	background: #2D2C30;
}

.form-froze .find-price-item h2,
.form-froze .find-price-item p {
	color: #fff;
}

.form-froze .find-price-item h2 {
	max-width: 500px;
}

.form-price-img {
	width: 101vh;
	height: 100%;
}

.form-price-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


.accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F06A01'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item:not(:last-child) {
	margin-bottom: 24px;
}

.accordion-button {
	font-size: 24px;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}

.accordion-item:not(:first-of-type),
.accordion-item {
	border: 2px solid #F06A01;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #F06A01;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.accordion-button:focus {
	border-color: #F06A01;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.accordion-body {
	font-size: 20px;
}



.my-contacts ul li:not(:last-child) {
	margin-bottom: 15px;
}

.my-contacts-li {
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.my-contacts-li__body {
	padding-left: 20px;
	line-height: 1.3;
}

.my-contacts-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 65px;
}

.my-contacts-viber {
	max-width: 260px;
	width: 100%;
	height: 66px;
	color: #fff;
	background: #7F4DA0;
	border-radius: 5px;
	font-size: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 15px 0 30px;
}

.my-contacts-viber svg {
	width: 56px;
	height: 56px;
	margin-right: 20px;
}

.my-contacts-viber:hover {
	color: #fff;
	background: #71448e;
}

.my-contacts-instagram {
	max-width: 260px;
	width: 100%;
	height: 66px;
	line-height: 66px;
	margin-left: 1rem;
	font-size: 32px;
	background: #d6275e;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

.my-contacts-instagram:hover {
	color: #fff;
	background: #cd3363;
}

.my-contacts-map {
	height: 455px;
}


.footer {
	padding: 25px 0 15px;
	background: #2D2C30;
}

.footer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-size: 24px;
	color: #fff;
}

.footer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.3;
}

.footer-items__address address {
	margin-bottom: 0;
	padding-left: 20px;
}

.footer-items__numbers {
	margin-left: 215px;
}

.footer-items__numbers-link {
	padding-left: 20px;
}

.footer-items__numbers-link a {
	color: #fff;
}

.footer-items__numbers-link a:hover {
	color: #F06A01;
}

.footer-copyright {
	text-align: right;
	margin-top: 35px;
}

.footer-copyright img {
	max-width: 125px;
}




.modal-popup {
	position: relative;
}

.modal-popup .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 25px;
}

.btn-close:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(240, 106, 1, 0.25);
	        box-shadow: 0 0 0 0.25rem rgba(240, 106, 1, 0.25);
}

.modal-popup-item {
	padding: 60px 25px 75px 70px;
}

.modal-popup-item h5 {
	font-size: 40px;
	font-family: 'PFBagueSansProB';
	margin-bottom: 10px;
}

.modal-popup-item p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.35;
}

.modal-popup-item form {
	max-width: 335px;
	margin-top: 35px;
}

.modal-popup-item form input {
	width: 100%;
	height: 56px;
	padding: 0 20px;
	font-size: 20px;
	background: #FAF9FB;
	border-radius: 10px;
	margin-bottom: 25px;
	border: 2px solid transparent;
}

.modal-popup-item form input:hover {
	border-color: #F06A01;
}

.modal-popup-item form button {
	max-width: 100%;
	margin-bottom: 15px;
}

.modal-popup-item form .check-policy {
	line-height: 1.15;
}

.modal-popup-item form .check-policy svg {
	min-width: 16px;
	height: 16px;
}

.modal-popup img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


.header-top-items__bars button {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	width: 25px;
	margin-top: 4px;
}


.thank-content {
	position: fixed;
	top: 0;
	z-index: 9999;
	display: none;
}

.thank {
	background: rgba(240, 106, 1, 0.5);
	color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
}

.thank .thank-caption {
    font-size: 30px;
    font-weight: 700;
}


.footer-items__logo {
	margin-right: auto;
}

.footer-items__logo img {
	max-width: 90px;
}

.quiz_video iframe{
	border-radius: 20px;
	border: 2px solid #F06A01;
	box-sizing: border-box;
}