@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
	padding: 0px;
	margin: 0px;
    font-family: "Manrope", sans-serif;
    background-color: #FFFFFF;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Manrope", sans-serif;
}
.center{
    width: 90%;
    max-width: 1540px;
    height: auto;
    margin: 0 auto;
}
/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 32px 0 0 0;
    z-index: 1000;
}
.inner_page header {
	position: relative;
	background-color: #2b2a29;
	padding: 32px 0 32px 0;
	margin-bottom: 32px;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header__item{
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.header__box{
    width: fit-content;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item-logo img{
    width: 145px;
    height: auto;
    float: left;
    object-fit: contain;
    object-position: center;
}
.header__item-subject{
    width: fit-content;
    height: auto;
    float: left;
    color: #ff9925;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}
.header__item-phone{
    width: fit-content;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 33px;
    padding: 9.5px 16.5px 9.5px 44.5px;
    background: rgba(251, 250, 250, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(7.5px);
    position: relative;
}
.header__item-phone::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 16.5px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header__item-location{
    width: fit-content;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 33px;
    padding: 9.5px 9.5px 9.5px 37.5px;
    background: rgba(251, 250, 250, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(7.5px);
    position: relative;
}
.header__item-location::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 20px;
    background-image: url("../images/icon/location.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 13.5px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header__item-bar{
    width: 24px;
    height: 19px;
    background-image: url("../images/icon/bar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 0 0 20px;
    background-color: unset;
    border: unset;
    display: none;
}
.header__item-mobphone{
    width: fit-content;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 24px 0 0 0;
    display: none;
}
.header__item-mobaddress{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin: 24px 0 0 0;
    display: none;
}
.header__item-mobtime{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin: 4px 0 0 0;
    display: none;
}
.header__item ul{
    width: fit-content;
    height: auto;
    float: right;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 0 0 20px;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}
.header__item ul > li.dropdown > a{
    padding: 0 24px 0 0;
    position: relative;
}
.header__item ul > li.dropdown > a::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    background-image: url("../images/icon/dropdown.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* HEADER */

/* MAIN */
.main{
    width: 100%;
    height: auto;
    float: left;
}
.main__row{
    width: 100%;
    height: auto;
    float: left;
}
.main__row .owl-nav{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 2%;
    box-sizing: border-box;
}
.main__item{
    width: 100%;
    height: 962px;
    float: left;
    padding: 185px 0 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.main__item .center{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.main__item-date{
    width: 100%;
    height: auto;
    float: left;
    color: #ff9925;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.main__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: left;
    font-size: 68px;
    font-weight: 700;
    margin: 2px 0 0 0;
}
.main__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    margin: 20px 0 0 0;
}
.main__item-price{
    width: fit-content;
    height: auto;
    color: #ff9925;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffecd7;
    border-radius: 12px;
    padding: 9.5px 20px;
    backdrop-filter: blur(7.5px);
    margin: 20px 0 0 0;
}
.main__item-more{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 42px 0 0 0;
    background: #ff9925;
    border-radius: 24px;
    padding: 17.5px 57px;
	transition: .2s;
}
.main__item-more:hover{
	background-color: #ffb561;
	transition: .2s;
}
.main__item-button{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 270px auto 0;
    background: #ff9925;
    border-radius: 24px;
    padding: 22px 60px;
	transition: .2s;
}
.main__item-button:hover{
	background-color: #ffb561;
	transition: .2s;
}
.main__item-button-one{
    margin: 300px auto 0;
}
.main__item-info{
    width: 100%;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 16px 0 0 0;
}
.main__item ul{
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 52px 0 0 0;
    gap: 20px;
}
.main__item ul > li{
    width: fit-content;
    height: auto;
    min-width: 26%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #f6f6f6;
    text-align: left;
    padding: 0 0 0 34px;
    background-image: url("../images/icon/check.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
}
/* MAIN */

/* BOOKING */
.booking{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 593px;
    z-index: 1000;
}
.booking__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(242, 236, 226, 0.6);
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
}
.booking__item{
    width: calc(16.6% - 6px);
    background-color: #f6f6f6;
    border-radius: 6px;
    padding: 10.5px 24px;
    box-sizing: border-box;
}
.booking__item:last-child{
	padding: 0;
}
.booking__item label{
    width: 100%;
    height: auto;
    float: left;
    color: #7b7872;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.booking__item:nth-child(3) label{
    background-image: url("../images/icon/airplane.svg");
}
.booking__item:nth-child(4) label{
    background-image: url("../images/icon/outline.svg");
}
.booking__item:nth-child(5) label{
    background-image: url("../images/icon/calendar.svg");
}
.booking__item:nth-child(6) label{
    background-image: url("../images/icon/time.svg");
}
.booking__item:nth-child(7) label{
    background-image: url("../images/icon/people.svg");
}
.booking__item span{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0 0;
}
.booking__item:nth-child(1),
.booking__item:nth-child(2){
    display: none;
}
.booking__type{
    width: 100%;
    background-color: #f6f6f6;
    float: left;
    border-radius: 12px;
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.booking__type div{
    width: 50%;
    height: auto;
    position: relative;
}
.booking__type div > input{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 100005;
}
.booking__type div > p{
    width: 100%;
    height: 62px;
    background-color: #ffffff;
    border-radius: 6px;
    color: #2b2a29;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.booking__type div > input:checked + p{
	background-color: #ff9925;
	color: #ffffff;
}
.booking__item-filter{
    width: 100%;
    background-color: #f6f6f6;
    float: left;
    border-radius: 12px;
    height: 56px;
    border: unset;
    display: flex;
    padding: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.booking__item-filter span{
    width: fit-content;
    height: auto;
    padding: 0 0 0 40px;
    color: #2b2a29;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    background-image: url("../images/icon/filter.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0;
}
.booking__item-search{
	width: 100%;
	height: 92px;
	background-color: #ff9925;
	border-radius: 6px;
	padding: 16px 24px 16px 24px;
	border: unset;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
    cursor: pointer;
	transition: .2s;
}
.booking__item-search:hover{
	background-color: #ffb561;
	transition: .2s;
}
.booking__item-search p{
    padding: 0 36px 0 0;
    background-image: url("../images/icon/search.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    display: block;
}
/* BOOKING */

/* ABOUT */
.about{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.about__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about__item{
    width: calc(50% - 10px);
    height: auto;
}
.about__item:nth-child(1){
    background-color: #f9f9f9;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 24px;
}
.about__item:nth-child(2){
    background-image: url("../images/gallery/about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    padding: 0 0 32px;
    box-sizing: border-box;
}
.about__item-text{
    width: calc(100% - 120px);
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 20px;
    background: rgba(251, 250, 250, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(7.5px);
}
.about__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: left;
    font-size: 52px;
    font-weight: 600;
}
.about__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 42px 0 0 0;
}
.about__item-button{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #ff9925;
    border-radius: 24px;
    padding: 16px 24px 16px 24px;
    margin: 42px 0 0 0;
	transition: .2s;
}
.about__item-button:hover{
	background-color: #ffb561;
	transition: .2s;
}
/* ABOUT */

/* CRUISES */
.cruises{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.cruises-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.cruises-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 32px 0 0 0;
}
.cruises__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
    gap: 20px;
}
.cruises__item{
    width: calc(33.3% - 13.3px);
    height: 501px;
    padding: 100px 32px 32px;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cruises__item:nth-child(4),
.cruises__item:nth-child(5){
    width: calc(50% - 10px);
}
.cruises__item:nth-child(1){
    background-image: url("../images/gallery/cruises-1.jpg");
}
.cruises__item:nth-child(2){
    background-image: url("../images/gallery/cruises-2.jpg");
}
.cruises__item:nth-child(3){
    background-image: url("../images/gallery/cruises-3.jpg");
}
.cruises__item:nth-child(4){
    background-image: url("../images/gallery/cruises-4.jpg");
}
.cruises__item:nth-child(5){
    background-image: url("../images/gallery/cruises-5.jpg");
}
.cruises__item::before{
    content: "";
    position: absolute;
    width: 125.48px;
    height: 59px;
    background-image: url("../images/icon/logo-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 32px;
    top: 32px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.cruises__item-dates{
    width: 100%;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.cruises__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 12px 0 0 0;
}
.cruises__item-text{
    width: 100%;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 12px 0 0 0;
}
.cruises__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 72px 0 0 0;
    margin: 32px 0 0 0;
    background-image: url("../images/icon/msc.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.cruises__buttons p{
    width: fit-content;
    height: auto;
    color: #f6f6f6;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 24px;
    margin: 0 6px;
    border: 2px solid #ffffff;
}
/* CRUISES */

/* PHILOSOPHY */
.philosophy{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.philosophy-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.philosophy__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
}
.philosophy__item:nth-child(1){
    width: 40%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.philosophy__item:nth-child(2){
    width: calc(60% - 20px);
    height: auto;
    border: 1px solid #ff9925;
    border-radius: 24px;
    padding: 208px 0 60px;
    box-sizing: border-box;
    background-image: url("../images/gallery/philosophy.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    position: relative;
}
.philosophy__item:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 164.38px;
    height: 133.56px;
    background-image: url("../images/icon/explora.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 32px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.philosophy__box{
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff9f3;
    border: 2px solid #ff9925;
    border-radius: 24px;
    padding: 32px 20px;
    box-sizing: border-box;
}
.philosophy__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 32px 0 0 0;
}
.philosophy__box span{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin: 8px 0 0 0;
}
.philosophy__box span > em{
    font-style: normal;
    color: #ff9925;
}
.philosophy__box b{
    width: 100%;
    height: auto;
    float: left;
    color: #ff9925;
    text-align: center;
    font-size: 28px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
}
.philosophy__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
}
.philosophy__item-logo{
    width: 242px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
/* PHILOSOPHY */

/* RECOMMENDED */
.recommended{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.recommended-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.recommended__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
    gap: 20px
}
.recommended__item{
    width: calc(33.3% - 13.3px);
    height: 501px;
    padding: 100px 32px 32px;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.recommended__item.new::before{
    content: "Новинка";
    position: absolute;
    right: 32px;
    top: 32px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #ff9925;
    border-radius: 24px;
    padding: 8px 16px;
}
.recommended__item:nth-child(4),
.recommended__item:nth-child(5){
    width: calc(50% - 10px);
}
.recommended__item:nth-child(1){
    background-image: url("../images/gallery/recommended-1.jpg");
}
.recommended__item:nth-child(2){
    background-image: url("../images/gallery/recommended-2.jpg");
}
.recommended__item:nth-child(3){
    background-image: url("../images/gallery/recommended-3.jpg");
}
.recommended__item:nth-child(4){
    background-image: url("../images/gallery/recommended-4.jpg");
}
.recommended__item:nth-child(5){
    background-image: url("../images/gallery/recommended-5.jpg");
}
.recommended__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 52px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 20px;
    border-bottom: 1.5px solid #ffffff;
}
.recommended__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #f6f6f6;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.recommended__item ul{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
}
.recommended__item ul > li{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #f6f6f6;
    text-align: left;
    padding: 0 0 0 34px;
    background-image: url("../images/icon/check.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
}
/* RECOMMENDED */

/* STEPS */
.steps{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.steps-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.steps__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
    gap: 20px
}
.steps__item{
    width: calc(33.3% - 13px);
    height: auto;
    background-color: #f9f9f9;
    border-radius: 24px;
}
.steps__item img{
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 24px 24px 0 0;
}
.steps__item-step{
    width: 100%;
    height: auto;
    float: left;
    color: #ff9925;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 32px 0;
    box-sizing: border-box;
}
.steps__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 32px 0;
    box-sizing: border-box;
}
.steps__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 16px 32px 37px;
    box-sizing: border-box;
}
/* STEPS */

/* OCCASION */
.occasion{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.occasion-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.occasion__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
}
.occasion__item:nth-child(1){
    width: 66%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.occasion__item:nth-child(2){
    width: calc(34% - 20px);
    height: auto;
}
.occasion__box{
    width: calc(50% - 10px);
    height: 320px;
    background-color: #fff9f3;
    border-radius: 24px;
    border: 2px solid #ff9925;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.occasion__box:hover{
    background: linear-gradient(
    69.4deg,
    rgba(255, 158, 72, 1) 0%,
    rgba(255, 152, 60, 1) 57.068610191345215%,
    rgba(255, 218, 185, 1) 100%
  );
  border: unset;
}
.occasion__box img{
    width: 52px;
    height: 52px;
    object-fit: contain;
    object-position: center;
}
.occasion__box:hover img{
    filter: invert(96%) sepia(96%) saturate(1%) hue-rotate(105deg) brightness(302%) contrast(100%);
}
.occasion__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
}
.occasion__box:hover p{
    color: #ffffff;
}
.occasion__item:nth-child(2) .occasion__box{
    width: 100%;
    height: 100%;
    border: unset;
    background-image: url("../images/gallery/occasion.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-content: flex-end;
}
.occasion__item:nth-child(2) .occasion__box > p{
    color: #ffffff;
}
/* OCCASION */

/* PROFESSIONAL */
.professional{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.professional-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.professional__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
}
.professional__item{
    width: calc(50% - 10px);
    height: auto;
}
.professional__item:nth-child(2){
    background-color: #f9f9f9;
    border-radius: 24px;
    padding: 32px;
    box-sizing: border-box;
}
.professional__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
}
.professional__item ul{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
}
.professional__item ul > li{
    width: 200px;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 24px;
    border: 2px solid #ff9925;
    padding: 8px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.professional__item ul > li > img{
    width: 52px;
    height: 52px;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
    margin: 0 8px 0 0;
}
.professional__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    margin: 74px 0 0 0;
}
.professional__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 24px 0 0 0;
}
.professional__item-button{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #ff9925;
    border-radius: 24px;
    padding: 16px 24px 16px 24px;
    margin: 88px 0 0 0;
	transition: .2s;
}
.professional__item-button:hover{
	background-color: #ffb561;
	transition: .2s;
}
/* PROFESSIONAL */

/* PRESENT */
.present{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.present__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.present__item{
    width: 50%;
    height: auto;
}
.present__item:nth-child(1){
    padding: 0 130px 0 0;
    box-sizing: border-box;
}
.present__item:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.present__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: left;
    font-size: 52px;
    font-weight: 600;
}
.present__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #52504b;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 42px 0 0 0;
}
.present__gallery{
    width: 100%;
    height: auto;
    float: left;
    display: none !important;
    margin: 28px 0 0 0;
}
.present__gallery .owl-nav{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 12px;
    box-sizing: border-box;
}
.present__item-bio{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 32px 0 0 0;
    padding: 24px 32px;
    background: linear-gradient(
        69.4deg,
        rgba(255, 158, 72, 1) 0%,
        rgba(255, 152, 60, 1) 57.068610191345215%,
        rgba(255, 218, 185, 1) 100%
    );
    border-radius: 24px;
    box-sizing: border-box;
}
.present__item img{
    width: calc(50% - 10px);
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    aspect-ratio: 1/1;
}
/* PRESENT */

/* ADDRESS */
.address{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0 0;
}
.address-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.address__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 62px 0 0 0;
    position: relative;
}
.address__row iframe{
    width: 100%;
    height: 620px;
    float: left;
    border-radius: 24px;
}
.address-text{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 32px;
    background-color: #ff9925;
    border-radius: 12px;
    position: absolute;
    left: 32px;
    top: 32px;
}
/* ADDRESS */

/* OFFICE */
.office{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0;
}
.office-title{
    width: 100%;
    height: auto;
    float: left;
    color: #2b2a29;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
}
.office__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 62px 0 0 0;
}
.officemobile__row{
    display: none !important;
}
.officemobile__row .owl-nav{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 12px;
    box-sizing: border-box;
}
.owl-prev-btn{
    width: 14.27px;
    height: 25.94px;
    border: unset;
    background-color: unset;
    background-image: url("../images/icon/prev.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.owl-next-btn{
    width: 14.27px;
    height: 25.94px;
    border: unset;
    background-color: unset;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.office__item{
    width: calc(33.3% - 13.3px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.office__item img{
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}
/* OFFICE */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 62px 0;
    background-color: #2b2a29;
    border-radius: 24px 24px 0 0;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item{
    width: calc(33.3% - 7px);
    height: 365px;
    background-color: #413f3e;
    border-radius: 12px;
    margin: 52px 0 0 0;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.footer__item:nth-child(1){
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    background-color: unset;
    padding: 0;
}
.footer__item-logo{
    width: fit-content;
    height: auto;
}
.footer__item-logo img{
    width: 183px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.footer__item ul{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.footer__item ul > li,
.footer__item-police{
    width: 100%;
    height: auto;
    float: left;
    gap: 8px;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.footer__item-title,
.footer__item-phone,
.footer__item:nth-child(4) li{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
}
.footer__item:nth-child(4) li{
    width: 100%;
    line-height: normal;
}
/* FOOTER */
/* === FIX: чекбокс и ссылка в модальном квизе === */
.quiz-modal .quiz-check input[type="checkbox"]{
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  cursor: pointer;
  /* опционально — цвет галочки на поддерживаемых браузерах */
  accent-color: #0D67A4;
}

.quiz-modal .quiz-check{
  display: flex;
  align-items: center;
  gap: 8px;
}

.quiz-modal .quiz-check a{
  color: #0D67A4 !important;
  text-decoration: underline !important;
}

/* чтобы клик по тексту тоже ставил галочку */
.quiz-modal .quiz-check label,
.quiz-modal label.quiz-check{
  cursor: pointer;
}

.footer__messengers {
  margin-top: 8px;
  display: flex;
  gap: 12px;
}

.footer__icon img {
  width: 28px;
  height: 28px;
  display: block;
  transition: transform 0.2s ease;
}

.footer__icon:hover img {
  transform: scale(1.1);
}

