
#language-select {
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

#language-select option {
    padding: 5px;
}




body,html{
    margin:0px;
    padding:0px;
    overflow-x:hidden
}
body *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-family:"Inter" ,sans-serif
}
@font-face{
    font-family:"Satoshi";
    src:url("../fonts/Satoshi-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:"Satoshi";
    src:url("../fonts/Satoshi-Medium.ttf") format("truetype");
    font-weight:500;
    font-style:normal
}
@font-face{
    font-family:"Satoshi";
    src:url("../fonts/Satoshi-Bold.ttf") format("truetype");
    font-weight:bold;
    font-style:normal
}
@font-face{
    font-family:"Satoshi";
    src:url("../fonts/Satoshi-Light.ttf") format("truetype");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:"Satoshi";
    src:url("../fonts/Satoshi-Black.ttf") format("truetype");
    font-weight:900;
    font-style:normal
}
.container{
    max-width:1104px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px
}
footer{
    padding-top:48px
}
footer .menu{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap:70px;
    padding-left:52px;
    padding-right:52px
}
footer .menu .elem__menu>h6{
    margin-top:0px;
    margin-bottom:16px;
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#2D2B32
}
footer .menu .elem__menu ul{
    padding:0px;
    list-style-type:none;
    margin:0px
}
footer .menu .elem__menu ul>li{
    display:block;
    margin-bottom:12px
}
footer .menu .elem__menu ul>li>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    text-decoration:none;
    font-size:14px;
    line-height:20px;
    color:#2D2B32;
    font-weight:400;
    letter-spacing:-0.05px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
footer .menu .elem__menu ul>li>a:hover{
    color:#FF62AB
}
footer .menu .elem__menu ul>li:last-child{
    margin-bottom:0px
}
footer .bottom{
    padding:18px 0px;
    margin-top:36px;
    border-top:1px solid #E6E6E6
}
footer .bottom ul{
    padding:0px;
    list-style-type:none;
    margin:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
footer .bottom ul>li{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:24px
}
footer .bottom ul>li>a{
    text-decoration:none;
    letter-spacing:-0.05px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#4F4D55;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
footer .bottom ul>li>a:hover{
    color:#FF62AB
}
footer .bottom ul>li:last-child{
    margin-right:0px
}
.outline-btn{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:40px;
    border-radius:46px;
    border:2px solid #FF62AB;
    text-decoration:none;
    font-size:16px;
    line-height:20px;
    font-weight:500;
    color:#1D1C20;
    padding-left:20px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    outline:none;
    cursor:pointer;
    padding-right:20px
}
.outline-btn span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:10px
}
.outline-btn:hover{
    color:#fff;
    background-color:#FF62AB
}
.regular-btn{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:40px;
    border-radius:46px;
    background-color:#e1c25a;
    text-decoration:none;
    font-size:16px;
    line-height:20px;
    font-weight:500;
    color:#FFFFFF;
    padding-left:20px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    outline:none;
    cursor:pointer;
    border:0px;
    padding-right:20px
}
.regular-btn span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:10px
}
.regular-btn:hover{
    background-color:#c84d86
}
.cta__wrapper{
    padding-top:42px;
    padding-bottom:56px;
    position:relative;
    margin-top:31px;
    background-color:#0A090B
}
.cta__wrapper .container{
    position:relative
}
.cta__wrapper .outer__cta{
    max-width:500px
}
.cta__wrapper .outer__cta .float{
    position:absolute;
    right:0px;
    top:50%;
    left:auto;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.cta__wrapper .outer__cta .float img{
    max-width:190px
}
.cta__wrapper .outer__cta .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:25px
}
.cta__wrapper .outer__cta>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    color:#C9C9CC;
    font-weight:400
}
.cta__wrapper .outer__cta>h2{
    margin-top:0px;
    margin-bottom:12px;
    font-size:31px;
    line-height:42px;
    color:#FFFFFF;
    font-family:"Satoshi", sans-serif;
    font-weight:bold
}
.cta__wrapper>img{
    position:absolute;
    right:0px;
    top:0px;
    max-height:100%;
    pointer-events:none
}
.hero__section{
    padding-top:170px;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center !important;
    margin-bottom:-87px;
    height:500px
}
.hero__section .outer__hero>span{
    display:block;
    text-align:left;
    margin-bottom:0px;
    font-size:24px;
    line-height:28px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    opacity:.9;
    text-transform:uppercase
}
.hero__section .outer__hero>h1{
    margin:0px;
    font-size:42px;
    line-height:48px;
    font-weight:900;
    color:#FFFFFF;
    text-transform:uppercase;
    font-family:"Satoshi" ,sans-serif;
    margin-bottom:64px
}
.destination__slider{
    background-color:#fff;
    padding-top:70px;
    padding-bottom:32px
}
.destination__slider .outer__destination .slider{
    position:relative;
    left:9px
}
.destination__slider .outer__destination .slider .slick-prev,.destination__slider .outer__destination .slider .slick-next{
    display:none !important
}
.destination__slider .outer__destination .slider .slick-slide{
    -webkit-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s
}
.destination__slider .outer__destination .slider .slick-slide:not(.slick-active){
    opacity:.45;
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.destination__slider .outer__destination .slider .slick-track{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important
}
.destination__slider .outer__destination .slider .slick-slide{
    height:inherit !important
}
.destination__slider .outer__destination .slider .slick-slide{
    margin:0 9px
}
.destination__slider .outer__destination .slider .slick-list{
    margin:0 -9px
}
.destination__slider .outer__destination .slider .elem>a{
    height:auto;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    position:relative;
    text-decoration:none;
    padding-bottom:100%
}
.destination__slider .outer__destination .slider .elem>a:hover:before{
    opacity:1
}
.destination__slider .outer__destination .slider .elem>a img{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    z-index:2;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.destination__slider .outer__destination .slider .elem>a p{
    position:absolute;
    left:20px;
    bottom:15px;
    z-index:5;
    font-size:20px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:900;
    text-transform:uppercase;
    margin:0px;
    color:#FFFFFF;
    width:calc(100% - 40px)
}
.destination__slider .outer__destination .slider .elem>a:before{
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    opacity:.7;
    width:100%;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    height:100%;
    background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.45)), to(transparent));
    background:linear-gradient(to top, rgba(0,0,0,0.45), transparent);
    z-index:4
}
.destination__slider .outer__destination>.top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:24px
}
.destination__slider .outer__destination>.top .right{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-left:15px;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.destination__slider .outer__destination>.top .right>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:32px;
    max-width:32px;
    min-height:32px;
    max-height:32px;
    border-radius:250px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-decoration:none;
    margin-right:12px;
    border-radius:250px;
    background-color:#F1F1F1;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.destination__slider .outer__destination>.top .right>a:hover{
    background-color:#eceaea
}
.destination__slider .outer__destination>.top .right>a:last-child{
    margin-right:0px
}
.destination__slider .outer__destination>.top .left{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.destination__slider .outer__destination>.top .left>span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:16px;
    line-height:28px;
    font-weight:bold;
    color:#4F4D55;
    font-family:"Satoshi" ,sans-serif;
    text-transform:uppercase
}
.destination__slider .outer__destination>.top .left>h6{
    margin:0px;
    font-size:24px;
    line-height:32px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:900;
    color:#1D1C20;
    text-transform:uppercase
}
.container__radio{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.container__radio .checkmark:after{
    top:2px
}
.container__radio p{
    margin:0px
}
.container__radio input{
    position:absolute;
    opacity:0;
    cursor:pointer
}
.container__radio .checkmark{
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:16px;
    max-width:16px;
    min-height:16px;
    max-height:16px;
    border-radius:250px;
    border:3px solid #DCDCDE;
    margin-right:8px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.container__radio input:checked ~ .checkmark{
    border-color:#0A090B;
    background-color:#0A090B
}
.container__radio .checkmark:after{
    content:"";
    position:absolute;
    display:none
}
.container__radio input:checked ~ .checkmark:after{
    display:block
}
.container__radio .checkmark:after{
    top:1.5px;
    left:1.5px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:white
}
.info__box{
    padding:32px 0px
}
.info__box .outer__learn{
    border-radius:12px;
    background:var(--Global-Neutral-Grey-1300, #0A090B);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow:hidden;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.info__box .outer__learn .desc{
    padding:20px;
    max-width:420px;
    margin-right:auto
}
.info__box .outer__learn .desc>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#C9C9CC
}
.info__box .outer__learn .desc .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:24px
}
.info__box .outer__learn .desc>h6{
    margin-top:0px;
    margin-bottom:8px;
    font-size:24px;
    line-height:32px;
    font-weight:bold;
    font-family:"Satoshi" ,sans-serif;
    color:#FFFFFF
}
.info__box .outer__learn .media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-clip-path:polygon(0 0, 100% 1%, 86% 99%, 0% 100%);
    clip-path:polygon(0 0, 100% 1%, 86% 99%, 0% 100%)
}
.info__box .outer__learn .media>img{
    max-width:500px
}
.head__block{
    margin-bottom:24px
}
.head__block>h2{
    margin:0px;
    font-size:24px;
    line-height:32px;
    font-weight:900;
    color:#1D1C20;
    text-transform:uppercase;
    font-family:"Satoshi" ,sans-serif
}
.head__block>span{
    display:block;
    font-size:16px;
    line-height:28px;
    font-weight:bold;
    color:#4F4D55;
    text-transform:uppercase;
    font-family:"Satoshi" ,sans-serif
}
.plans__wrapper{
    padding-top:32px;
    padding-bottom:21px
}
.plans__wrapper .outer__plans .grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap:18px;
    grid-row-gap:25px
}
.plans__wrapper .outer__plans .grid .elem{
    position:relative;
    padding-bottom:60px
}
.plans__wrapper .outer__plans .grid .elem .btn{
    position:absolute;
    left:16px;
    width:calc(100% - 32px);
    bottom:6px
}
.plans__wrapper .outer__plans .grid .elem .info{
    padding-top:12px;
    padding-left:16px;
    padding-right:16px
}
.plans__wrapper .outer__plans .grid .elem .info>h6{
    margin-top:0px;
    margin-bottom:8px;
    font-size:24px;
    line-height:32px;
    font-weight:bold;
    color:#1D1C20;
    font-family:"Satoshi" ,sans-serif
}
.plans__wrapper .outer__plans .grid .elem .info .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:16px
}
.plans__wrapper .outer__plans .grid .elem .info>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    margin:0px;
    color:#7F7D83;
    font-weight:400
}
.plans__wrapper .outer__plans .grid .elem>.media{
    position:relative;
    border-radius:10px;
    padding-bottom:85%
}
.plans__wrapper .outer__plans .grid .elem>.media img{
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    position:absolute
}
.logos__box{
    padding:21px 0px
}
.logos__box .outer__logos{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:32px 0px;
    border-top:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6
}
.logos__box .outer__logos>.elem__logo{
    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
}
.logos__box .outer__logos>.elem__logo img{
    max-width:180px
}
.adventure__block{
    padding:21px 0px
}
.adventure__block .adventure__slider .slick-track{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important
}
.adventure__block .adventure__slider .slick-slide{
    height:inherit !important
}
.adventure__block .adventure__slider .slick-slide{
    -webkit-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s
}
.adventure__block .adventure__slider .slick-slide:not(.slick-active){
    opacity:.45;
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.adventure__block .adventure__slider .slick-list{
    padding:0 20% 0 0 !important
}
.adventure__block .adventure__slider .slick-slide{
    margin:0 5px
}
.adventure__block .adventure__slider .slick-list{
    margin:0 -5px
}
.adventure__block .adventure__slider .elem__slide>.inn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:6px;
    border-radius:12px;
    background:#F1F1F1;
    height:100%
}
.adventure__block .adventure__slider .elem__slide>.inn .desc{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.adventure__block .adventure__slider .elem__slide>.inn .desc>p{
    margin-top:0px;
    margin-bottom:8px;
    font-size:20px;
    line-height:28px;
    letter-spacing:-1px;
    font-weight:bold;
    color:#1D1C20
}
.adventure__block .adventure__slider .elem__slide>.inn .desc>span{
    display:block;
    margin-bottom:12px;
    font-size:14px;
    line-height:20px;
    color:#7F7D83;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    font-weight:400
}
.adventure__block .adventure__slider .elem__slide>.inn .media{
    min-width:160px;
    max-width:160px;
    margin-right:12px;
    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
}
.adventure__block .adventure__slider .elem__slide>.inn .media>img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    border-radius:10px
}
.group__input>input{
    height:42px;
    border-radius:10px;
    background:#F8F8F8;
    outline:none;
    padding-left:20px;
    padding-right:20px;
    color:#000;
    font-size:16px;
    line-height:22px;
    width:100%;
    border:0px
}
.flight__wrapper{
    border-radius:8px;
    background:#FFF;
    -webkit-box-shadow:0px 0px 0px 1px rgba(10,9,11,0.05),0px 2px 7px 0px rgba(10,9,11,0.05),0px 2px 5px -2px rgba(10,9,11,0.06),0px 0px 0px 6px #FFC90C,0px 0px 0px 2px #FFF;
    box-shadow:0px 0px 0px 1px rgba(10,9,11,0.05),0px 2px 7px 0px rgba(10,9,11,0.05),0px 2px 5px -2px rgba(10,9,11,0.06),0px 0px 0px 6px #FFC90C,0px 0px 0px 2px #FFF;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    margin-top:64px;
    z-index:3;
    position:relative
}
.flight__wrapper .element{
    padding:24px
}
.flight__wrapper .element .fields{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flight__wrapper .element .fields>div{
    margin-right:8px
}
.flight__wrapper .element .fields>div.group__input{
    width:100%;
    max-width:180px
}
.flight__wrapper .element .fields>div.group__input.longer{
    max-width:100%;
    min-width:260px
}
.flight__wrapper .element .fields>div:last-child{
    margin-right:0px
}
.flight__wrapper .element .fields .group__submit button{
    border-radius:10px
}
.flight__wrapper .element .type{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:20px
}
.flight__wrapper .element .type .list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.flight__wrapper .element .type .list>.el{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:24px
}
.flight__wrapper .element .type .list>.el:last-child{
    margin-right:0px
}
.flight__wrapper .element .type>p{
    margin:0px;
    margin-right:24px;
    font-size:16px;
    line-height:22px;
    font-weight:400;
    color:#7F7D83
}
.flight__wrapper .switcher{
    width:100%;
    border-bottom:1px solid #E6E6E6;
    padding-top:3px;
    padding-left:3px;
    padding-right:3px
}
.flight__wrapper .switcher ul{
    padding:0px;
    list-style-type:none;
    margin:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.flight__wrapper .switcher ul>li{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:2px
}
.flight__wrapper .switcher ul>li a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:125px;
    min-height:38px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-top-left-radius:10px;
    padding-top:3px;
    border-top-right-radius:10px;
    text-decoration:none;
    font-size:16px;
    line-height:22px;
    font-weight:400;
    color:#7F7D83;
    background-color:#ECECED;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.flight__wrapper .switcher ul>li a:hover{
    color:#1D1C20
}
.flight__wrapper .switcher ul>li a.current{
    font-weight:600;
    color:#1D1C20;
    background-color:transparent
}
.flight__wrapper .switcher ul>li:last-child{
    margin-right:0px
}
header{
    border-bottom:1px solid var(--Global-Neutral-Grey-600, #DCDCDE);
    background-color:#fff
}
header .container{
  /*  max-width:100%*/
}
header .outer__header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:14px 0px
}
header .outer__header .menu__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
header .outer__header .menu__wrapper>ul{
    margin:0px;
    padding:0px;
    margin-right:28px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
header .outer__header .menu__wrapper>ul>li{
    margin-right:28px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
header .outer__header .menu__wrapper>ul>li.dropdown:hover>a{
    color:#FF62AB
}
header .outer__header .menu__wrapper>ul>li.dropdown:hover>a span{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
header .outer__header .menu__wrapper>ul>li.dropdown:hover>a span svg path{
    stroke:#FF62AB
}
header .outer__header .menu__wrapper>ul>li>a{
    padding:12px 0px
}
header .outer__header .menu__wrapper>ul>li>a:hover+.dropdown__box{
    opacity:1;
    pointer-events:initial
}
header .outer__header .menu__wrapper>ul>li.dropdown{
    position:relative
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box{
    position:absolute;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
    left:0px;
    top:38px;
    border-radius:5px;
    min-width:240px;
    max-width:240px;
    background-color:#fff;
    padding:7px;
    opacity:0;
    pointer-events:none;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    z-index:2
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box ul{
    padding:0px;
    list-style-type:none;
    margin:0px
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box ul>li{
    margin-bottom:3px
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box ul>li>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:5px 12px;
    border-radius:5px;
    text-decoration:none;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    text-decoration:none;
    color:#2D2B32;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box ul>li>a:hover{
    color:#FF62AB
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box ul>li:last-child{
    margin-bottom:0px
}
header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box:hover{
    opacity:1;
    pointer-events:initial
}
header .outer__header .menu__wrapper>ul>li>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    text-decoration:none;
    color:#2D2B32;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .outer__header .menu__wrapper>ul>li>a span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-left:6px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .outer__header .menu__wrapper>ul>li>a span svg path{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
header .outer__header .menu__wrapper>ul>li>a:hover{
    color:#FF62AB
}
header .outer__header .menu__wrapper>ul>li>a:hover span{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
header .outer__header .menu__wrapper>ul>li>a:hover span svg path{
    stroke:#FF62AB
}
header .outer__header .menu__wrapper>ul>li:last-child{
    margin-right:0px
}
header .outer__header .menu__wrapper>ul:last-child{
    margin-right:0px
}
header .outer__header>a img{
    max-width:115px
}
.contact__us{
    padding-top:64px;
    padding-bottom:96px
}
.contact__us .container{
    max-width:1250px;
    width:100%
}
.contact__us .outer__contact{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.contact__us .outer__contact .desc{
    max-width:480px;
    padding-top:30px;
    padding-bottom:30px
}
.contact__us .outer__contact .desc form .group__check{
    margin-bottom:32px
}
.contact__us .outer__contact .desc form>.group__input{
    margin-bottom:24px
}
.contact__us .outer__contact .desc .group__submit>button{
    width:100%;
    height:48px;
    border-radius:8px
}
.contact__us .outer__contact .desc .group__input>textarea{
    height:135px;
    resize:none;
    padding:12px 14px;
    font-size:16px;
    line-height:24px;
    outline:none;
    width:100%;
    border:1px solid #D0D5DD;
    border-radius:8px
}
.contact__us .outer__contact .desc .group__input>p{
    margin-top:0px;
    margin-bottom:6px;
    font-size:14px;
    line-height:20px;
    font-weight:500;
    color:#344054
}
.contact__us .outer__contact .desc .group__input>input{
    width:100%;
    border:1px solid #D0D5DD;
    background-color:transparent;
    padding-left:14px;
    padding-right:14px
}
.contact__us .outer__contact .desc .double{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap:32px;
    margin-bottom:24px
}
.contact__us .outer__contact .desc .double .group__input>input{
    width:100%;
    border:1px solid #D0D5DD;
    background-color:transparent;
    padding-left:14px;
    padding-right:14px
}
.contact__us .outer__contact .desc .double .group__input>p{
    margin-top:0px;
    margin-bottom:6px;
    font-size:14px;
    line-height:20px;
    font-weight:500;
    color:#344054
}
.contact__us .outer__contact .desc .top{
    margin-bottom:48px
}
.contact__us .outer__contact .desc .top>p{
    margin:0px;
    font-size:20px;
    line-height:30px;
    font-weight:400;
    color:#475467
}
.contact__us .outer__contact .desc .top>h2{
    margin-top:0px;
    margin-bottom:20px;
    font-size:36px;
    line-height:44px;
    font-weight:600;
    color:#2D2B32;
    letter-spacing:-0.72px
}
.contact__us .outer__contact .media{
    position:absolute;
    right:0px;
    top:0px;
    width:100%;
    max-width:575px;
    height:100%
}
.contact__us .outer__contact .media>img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    border-radius:16px
}
.container__check{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.container__check p{
    margin:0px;
    font-size:16px;
    line-height:24px;
    font-weight:400;
    color:#475467
}
.container__check p a{
    color:#475467;
    text-decoration:underline
}
.container__check input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0
}
.container__check .checkmark{
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:20px;
    max-width:20px;
    max-height:20px;
    min-width:20px;
    border-radius:6px;
    border:1px solid var(--Gray-300, #D0D5DD);
    margin-right:12px
}
.container__check input:checked ~ .checkmark{
    background-color:#FF62AB;
    border-color:#FF62AB
}
.container__check .checkmark:after{
    content:"";
    position:absolute;
    display:none
}
.container__check input:checked ~ .checkmark:after{
    display:block
}
.container__check .checkmark:after{
    left:5.5px;
    top:2px;
    width:5px;
    height:10px;
    border:solid white;
    border-width:0 3px 3px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.number__picker{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    height:44px;
    border-radius:8px;
    border:1px solid var(--Gray-300, #D0D5DD);
    background:var(--Base-White, #FFF);
    -webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    padding-left:14px
}
.number__picker>input{
    width:100%;
    font-size:16px;
    line-height:24px;
    font-weight:400;
    border:0px;
    outline:none
}
.number__picker .country__dropdown{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:relative;
    margin-right:12px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-right:12px;
    min-height:44px;
    border-right:1px solid #D0D5DD
}
.number__picker .country__dropdown .country__drop{
    position:absolute;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
    left:-10px;
    top:38px;
    border-radius:5px;
    min-width:60px;
    max-width:60px;
    background-color:#fff;
    padding:7px;
    z-index:2;
    max-height:240px;
    overflow-y:auto
}
.number__picker .country__dropdown .country__drop::-webkit-scrollbar{
    width:4px
}
.number__picker .country__dropdown .country__drop::-webkit-scrollbar-thumb{
    background-color:#FF62AB;
    border-radius:8px
}
.number__picker .country__dropdown .country__drop ul{
    padding:0px;
    list-style-type:none;
    margin:0px
}
.number__picker .country__dropdown .country__drop ul>li{
    margin-bottom:3px
}
.number__picker .country__dropdown .country__drop ul>li>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:5px 5px;
    border-radius:5px;
    text-decoration:none;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    text-decoration:none;
    color:#2D2B32;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.number__picker .country__dropdown .country__drop ul>li>a:hover{
    color:#FF62AB
}
.number__picker .country__dropdown .country__drop ul>li:last-child{
    margin-bottom:0px
}
.number__picker .country__dropdown>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    text-decoration:none;
    font-size:16px;
    line-height:24px;
    color:#344054
}
.number__picker .country__dropdown>a.opened>img{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.number__picker .country__dropdown>a span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:2px;
    min-width:25px
}
.number__picker .country__dropdown>a>img{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.product__search{
    padding-top:164px;
    padding-bottom:64px;
    position:relative
}
.product__search:before{
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:230px;
    background-color:#F8F8F8
}
.product__search .outer__product .products__inner{
    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;
    margin-top: 32px
}
.product__search .outer__product .products__inner .products__main{
    width:100%
}
.product__search .outer__product .products__inner .products__main .products__list{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap:18px;
    grid-row-gap:24px
}
.product__search .outer__product .products__inner .products__main .products__list>a.elem__product:hover .desc>h6{
    color:#FD5FA9
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product{
    border-radius:12px;
    border:1px solid #E4E4E4;
    overflow:hidden;
    text-decoration:none
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .desc{
    padding-top:10px;
    padding-left:16px;
    padding-right:16px;
    padding-bottom:50px;
    position:relative
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .desc .bottom__price{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    position:absolute;
    left:16px;
    bottom:25px
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .desc .bottom__price>p{
    margin:0px;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    color:#1D1C20
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .desc .bottom__price>span{
    font-size:13px;
    line-height:16px;
    font-weight:500;
    color:#F53535;
    text-decoration:line-through
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .desc>p{
    margin-top:0px;
    margin-bottom:0px;
    font-size:13px;
    line-height:16px;
    color:#7F7D83;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .desc>h6{
    margin-top:0px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    margin-bottom:4px;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    color:#1D1C20
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .media .tag{
    position:absolute;
    top:12px;
    right:12px;
    padding:4px 10px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin:0px;
    font-size:12px;
    line-height:16px;
    font-weight:500;
    color:#FFFFFF;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:40px;
    background:#e1c25a
}
.product__search .outer__product .products__inner .products__main .products__list>.elem__product .media>img{
    max-width:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    height:165px
}
.product__search .outer__product .products__inner .products__main>.top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    margin-bottom:24px
}
.product__search .outer__product .products__inner .products__main>.top .sort{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort{
    position:relative
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort .dropdown{
    position:absolute;
    right:0px;
    top:40px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:5px;
    background-color:#fff;
    z-index:2;
    min-width:100%;
    padding:7px
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort .dropdown ul{
    padding:0px;
    list-style-type:none;
    margin:0px
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort .dropdown ul li{
    display:block;
    width:100%
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort .dropdown ul li>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:5px 7px;
    border-radius:5px;
    text-decoration:none;
    white-space:nowrap;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    text-decoration:none;
    color:#2D2B32;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort .dropdown ul li>a.current{
    color:#FF62AB
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort .dropdown ul li>a:hover{
    color:#FF62AB
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-decoration:none;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border-radius:10px;
    padding:8px 12px;
    min-width:140px;
    background:#F8F8F8
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort>a.opened>img{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort>a>img{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner .group__sort>a>span{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#4F4D55;
    margin-right:10px
}
.product__search .outer__product .products__inner .products__main>.top .sort .sort__inner>p{
    margin-top:0px;
    margin-right:12px;
    margin-bottom:0px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#4F4D55
}
.product__search .outer__product .products__inner .products__main>.top .sort>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#4F4D55;
    text-decoration:none;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.product__search .outer__product .products__inner .products__main>.top .sort>a:hover{
    color:#FF62AB
}
.product__search .outer__product .products__inner .products__main>.top .sort>.spacer{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin:0px 12px
}
.product__search .outer__product .products__inner .products__main>.top>h6{
    margin:0px;
    font-size:24px;
    line-height:28px;
    font-weight:600;
    color:#1D1C20
}
.product__search .outer__product .products__inner .filter{
    margin-right:30px;
    min-width:233px;
    max-width:233px;
    border-radius:8px;
    border:1px solid var(--Global-Neutral-Grey-500, #E6E6E6);
    background:#FFF
}
.product__search .outer__product .products__inner .filter .filter__elem{
    padding:12px 16px;
    border-bottom:1px solid #E6E6E6
}
.product__search .outer__product .products__inner .filter .filter__elem .range>p{
    margin-bottom:0px;
    margin-top:0px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#2D2B32;
    margin-bottom:-5px
}
.product__search .outer__product .products__inner .filter .filter__elem .more{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:12px
}
.product__search .outer__product .products__inner .filter .filter__elem .more>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    color:#7F7D83;
    -webkit-transition:.3s ease all;
    transition:.3s ease all;
    text-decoration:none
}
.product__search .outer__product .products__inner .filter .filter__elem .more>a:hover{
    color:#FF62AB
}
.product__search .outer__product .products__inner .filter .filter__elem .checkboxes>.el__checkbox{
    margin-bottom:12px
}
.product__search .outer__product .products__inner .filter .filter__elem .checkboxes>.el__checkbox .container__check .checkmark{
    min-width:14px;
    max-width:14px;
    min-height:14px;
    max-height:14px;
    border-radius:4px;
    margin-right:8px
}
.product__search .outer__product .products__inner .filter .filter__elem .checkboxes>.el__checkbox .container__check .checkmark:after{
    left:4px;
    top:1px;
    width:3px;
    height:7px;
    border:solid white;
    border-width:0 2px 2px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.product__search .outer__product .products__inner .filter .filter__elem .checkboxes>.el__checkbox .container__check>p{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#2D2B32
}
.product__search .outer__product .products__inner .filter .filter__elem .checkboxes>.el__checkbox:last-child{
    margin-bottom:0px
}
.product__search .outer__product .products__inner .filter .filter__elem>p{
    margin-top:0px;
    margin-bottom:16px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#7F7D83
}
.product__search .outer__product .products__inner .filter .filter__elem:last-child{
    border-bottom:0px
}
.product__search .outer__product .products__inner .filter>.title{
    padding:12px 16px;
    border-bottom:1px solid #E6E6E6;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.product__search .outer__product .products__inner .filter>.title a{
    display:none
}
.product__search .outer__product .products__inner .filter>.title a img{
    max-width:18px
}
.product__search .outer__product .products__inner .filter>.title>p{
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#4F4D55;
    margin:0px
}
.product__search .outer__product .flight__wrapper{
    margin-top:42px;
    margin-bottom:48px
}
.product__search .outer__product>.top__part{
    padding-left:40px;
    position:relative
}
.product__search .outer__product>.top__part>span{
    display:block;
    text-align:left;
    font-size:18px;
    line-height:28px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold;
    color:#4F4D55;
    text-transform:uppercase
}
.product__search .outer__product>.top__part>h6{
    margin:0px;
    font-size:32px;
    line-height:42px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:900;
    color:#2D2B32;
    text-transform:uppercase
}
.irs--flat .irs-handle{
    min-width:20px;
    max-width:20px;
    min-height:20px;
    border-radius:256px;
    border:4px solid #FF62AB;
    background:var(--Constant-Styles-White, #FFF);
    -webkit-box-shadow:0px 3px 4px 0px rgba(0,0,0,0.08),0px 3px 3px 0px rgba(0,0,0,0.06),0px 1px 8px 0px rgba(0,0,0,0.1);
    box-shadow:0px 3px 4px 0px rgba(0,0,0,0.08),0px 3px 3px 0px rgba(0,0,0,0.06),0px 1px 8px 0px rgba(0,0,0,0.1);
    max-height:20px;
    margin-top:-5px
}
.irs--flat .irs-handle i{
    display:none !important
}
.irs--flat .irs-line{
    background-color:#E8E8E8;
    height:4px
}
.irs--flat .irs-min,.irs--flat .irs-max,.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{
    display:none
}
.irs--flat .irs-bar{
    height:4px;
    background-color:#FF62AB
}
.pagination{
    margin-top:38px
}
.pagination ul{
    padding:0px;
    list-style-type:none;
    margin:0px;
    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
}
.pagination ul>li{
    margin-right:12px
}
.pagination ul>li:last-child{
    margin-right:0px
}
.pagination ul>li.dots{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:36px;
    max-width:36px;
    min-height:36px;
    max-height:36px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background-color:#ECECED;
    border-radius:6px
}
.pagination ul>li>a{
    -webkit-transition:.4s ease all;
    transition:.4s ease all;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    border-radius:4px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-width:36px;
    max-width:36px;
    min-height:36px;
    max-height:36px;
    font-size:14px;
    line-height:20px;
    font-weight:500;
    color:#4F4D55;
    text-decoration:none
}
.pagination ul>li>a.current{
    color:#fff;
    background-color:#FD5FA9;
    pointer-events:none
}
.pagination ul>li>a:hover{
    background-color:#FD5FA9;
    color:#fff
}
.pagination ul>li>a.arrow{
    border-radius:6px;
    border:1px solid var(--Global-Neutral-Grey-500, #E6E6E6);
    background:var(--Global-Base-White, #FFF)
}
.pagination ul>li>a.arrow svg path{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.pagination ul>li>a.arrow:hover{
    background-color:#FD5FA9;
    border-color:#FD5FA9
}
.pagination ul>li>a.arrow:hover svg path{
    stroke:#fff
}
.main__product .box{
    padding-top:40px;
    padding-bottom:40px;
    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__product .box .side{
    min-width:235px;
    margin-left:35px;
    border-radius:8px;
    border:1px solid var(--Global-Neutral-Grey-500, #E6E6E6);
    background:#FFF;
    -webkit-box-shadow:0px 0px 0px 4px #FFC90C, 0px 0px 0px 1px #FFF;
    box-shadow:0px 0px 0px 4px #FFC90C, 0px 0px 0px 1px #FFF
}
.main__product .box .side .container__check .checkmark{
    margin-right:8px;
    min-width:14px;
    max-width:14px;
    min-height:14px;
    max-height:14px;
    border-radius:4px
}
.main__product .box .side .container__check .checkmark:after{
    left:4px;
    top:1px;
    width:3px;
    height:7px;
    border:solid white;
    border-width:0 2px 2px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.main__product .box .side .submit{
    padding:12px 16px;
    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
}
.main__product .box .side .submit>button{
    width:100%
}
.main__product .box .side .element{
    padding:12px 16px;
    border-bottom:1px solid #E6E6E6
}
.main__product .box .side .element .additional>.el{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:12px
}
.main__product .box .side .element .additional>.el:last-child{
    margin-bottom:0px
}
.main__product .box .side .element .additional>.el>span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#2D2B32
}
.main__product .box .side .element .additional>.el>p{
    margin:0px;
    font-size:13px;
    line-height:16px;
    font-weight:600;
    color:#2D2B32;
    margin-left:7px
}
.main__product .box .side .element .checks>.elem{
    margin-bottom:12px
}
.main__product .box .side .element .checks>.elem p{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#2D2B32
}
.main__product .box .side .element .checks>.elem p span{
    font-size:13px;
    font-weight:600;
    text-transform:uppercase
}
.main__product .box .side .element .checks>.elem:last-child{
    margin-bottom:0px
}
.main__product .box .side .element .el{
    margin-bottom:16px
}
.main__product .box .side .element .el:last-child{
    margin-bottom:0px
}
.main__product .box .side .element .people__amount .field{
    position:relative
}
.main__product .box .side .element .people__amount .field .less{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    min-width:16px;
    max-width:16px;
    min-height:16px;
    max-height:16px;
    left:8px
}
.main__product .box .side .element .people__amount .field .less:hover svg path{
    fill:#FF62AB
}
.main__product .box .side .element .people__amount .field .less svg path{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.main__product .box .side .element .people__amount .field .more{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    min-width:16px;
    max-width:16px;
    min-height:16px;
    max-height:16px;
    right:8px
}
.main__product .box .side .element .people__amount .field .more:hover svg path{
    fill:#FF62AB
}
.main__product .box .side .element .people__amount .field .more svg path{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.main__product .box .side .element .people__amount .field input{
    width:80px;
    height:28px;
    text-align:center;
    border-radius:8px;
    border:1px solid var(--Light-Grayscale-Border, #E8E8E8);
    background:var(--Light-Grayscale-Background-Primary, #FFF);
    outline:none
}
.main__product .box .side .element .people__amount>.el{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.main__product .box .side .element .people__amount>.el>p{
    margin:0px;
    color:#7F7D83;
    font-size:14px;
    line-height:20px;
    font-weight:400
}
.main__product .box .side .element .people__amount>.el>p span{
    font-weight:500;
    color:#2D2B32
}
.main__product .box .side .element>p{
    margin-top:0px;
    margin-bottom:16px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#7F7D83
}
.main__product .box .side .title{
    border-bottom:1px solid #E6E6E6;
    padding:12px 16px;
    margin-bottom:0px
}
.main__product .box .side .title>p{
    margin:0px;
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#4F4D55
}
.main__product .box>.content{
    width:calc(100% - 265px)
}
.main__product .box .element__info{
    margin-bottom:36px
}
.main__product .box .element__info>.list{
    margin-top:16px
}
.main__product .box .element__info>.list>.elem{
    margin-bottom:24px;
    border-radius:8px;
    border:1px solid var(--Global-Neutral-Grey-500, #E6E6E6);
    background:#FFF;
    -webkit-box-shadow:0px 0px 0px 4px #FFC90C, 0px 0px 0px 1px #FFF;
    box-shadow:0px 0px 0px 4px #FFC90C, 0px 0px 0px 1px #FFF;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.main__product .box .element__info>.list>.elem>.desc{
    padding:12px 16px;
    width:100%;
    border-right:1px solid #E6E6E6;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.main__product .box .element__info>.list>.elem>.desc .details .price{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.main__product .box .element__info>.list>.elem>.desc .details .price>span{
    display:block;
    font-size:14px;
    line-height:22px;
    color:#ADACB0;
    text-decoration:line-through
}
.main__product .box .element__info>.list>.elem>.desc .details .price>p{
    margin:0px;
    font-size:13px;
    line-height:16px;
    font-weight:400;
    color:#4F4D55
}
.main__product .box .element__info>.list>.elem>.desc .details .price>p span{
    font-weight:600;
    font-size:16px
}
.main__product .box .element__info>.list>.elem>.desc .details>ul{
    padding:0px;
    margin:0px;
    margin-bottom:8px;
    padding-left:15px
}
.main__product .box .element__info>.list>.elem>.desc .details>ul>li{
    font-size:14px;
    line-height:22px;
    font-weight:400;
    color:#4F4D55
}
.main__product .box .element__info>.list>.elem>.desc .details>.top{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:8px
}
.main__product .box .element__info>.list>.elem>.desc .details>.top>p{
    margin-top:0px;
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#4F4D55
}
.main__product .box .element__info>.list>.elem>.desc .details>.top>span{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#E12121
}
.main__product .box .element__info>.list>.elem>.desc>.media{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:16px
}
.main__product .box .element__info>.list>.elem>.desc>.media>img{
    min-width:200px;
    max-width:200px;
    border-radius:12px;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.main__product .box .element__info>.list>.elem>.controls{
    padding:12px 16px;
    min-width:185px;
    max-width:185px
}
.main__product .box .element__info>.list>.elem>.controls ul{
    margin:0px;
    padding-left:14px
}
.main__product .box .element__info>.list>.elem>.controls ul>li{
    margin-bottom:4px;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    color:#4F4D55
}
.main__product .box .element__info>.list>.elem>.controls ul>li:last-child{
    margin-bottom:0px
}
.main__product .box .element__info>.list>.elem>.controls>a{
    width:100%;
    margin-bottom:16px
}
.main__product .box .element__info>.list>.elem:last-child{
    margin-bottom:0px
}
.main__product .box .element__info>.top.double{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.main__product .box .element__info>.top .buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.main__product .box .element__info>.top .buttons>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:32px;
    max-width:32px;
    min-height:32px;
    max-height:32px;
    border-radius:250px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-decoration:none;
    margin-right:12px;
    border-radius:250px;
    background-color:#F1F1F1;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.main__product .box .element__info>.top .buttons>a:last-child{
    margin-right:0px
}
.main__product .box .element__info>.top .buttons>a:hover{
    background-color:#eceaea
}
.main__product .box .element__info .program__box{
    margin-top:20px
}
.main__product .box .element__info .program__box .slick-list{
    padding:0 30% 0 0
}
.main__product .box .element__info .program__box .slick-slide{
    margin:0 12px
}
.main__product .box .element__info .program__box .slick-list{
    margin-left:-12px
}
.main__product .box .element__info .program__box .elem__program{
    width:100%
}
.main__product .box .element__info .program__box .elem__program .desc{
    margin-top:12px
}
.main__product .box .element__info .program__box .elem__program .desc>h6{
    margin-top:0px;
    margin-bottom:8px;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    color:#1D1C20;
    font-family:"Satoshi" ,sans-serif
}
.main__product .box .element__info .program__box .elem__program .desc>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    color:#7F7D83;
    font-weight:400
}
.main__product .box .element__info .program__box .elem__program>.media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    height:0px;
    padding-bottom:109%
}
.main__product .box .element__info .program__box .elem__program>.media img{
    position:absolute;
    left:0px;
    top:0px;
    border-radius:10px;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.main__product .box .element__info .program__box .elem__program>.media>.tag{
    position:absolute;
    top:12px;
    right:12px;
    padding:4px 10px;
    font-size:12px;
    line-height:16px;
    margin:0px;
    z-index:2;
    font-weight:500;
    color:#FFFFFF;
    border-radius:40px;
    background:#FD5FA9
}
.main__product .box .element__info .description{
    margin-top:12px
}
.main__product .box .element__info .description ul{
    margin:0px;
    margin-bottom:15px;
    padding-left:14px
}
.main__product .box .element__info .description ul:last-child{
    margin-bottom:0px
}
.main__product .box .element__info .description ul>li{
    margin-bottom:3px;
    font-size:14px;
    line-height:22px;
    font-weight:400;
    color:#4F4D55
}
.main__product .box .element__info .description ul>li:last-child{
    margin-bottom:0px
}
.main__product .box .element__info .description>p{
    margin-top:0px;
    margin-bottom:15px;
    font-size:14px;
    line-height:22px;
    font-weight:400;
    color:#4F4D55
}
.main__product .box .element__info .description>p:last-child{
    margin-bottom:0px
}
.main__product .box .element__info .tags__box{
    margin-top:14px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-6px
}
.main__product .box .element__info .tags__box>.elem__tag{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:8px;
    margin:6px;
    border-radius:8px;
    background:#FFE9F4
}
.main__product .box .element__info .tags__box>.elem__tag>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    color:#2D2B32;
    font-weight:400
}
.main__product .box .element__info .tags__box>.elem__tag span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:8px
}
.main__product .box .element__info .tags__box>.elem__tag span img{
    min-width:20px;
    max-width:20px
}
.main__product .box .element__info .top{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.main__product .box .element__info .top>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#4F4D55
}
.main__product .box .element__info .top>h6{
    margin-top:0px;
    font-size:24px;
    line-height:32px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold;
    color:#1D1C20;
    margin-bottom:0px
}
.main__product .box .element__info:last-child{
    margin-bottom:0px
}
.main__product .box .features{
    border-radius:12px;
    background:var(--Global-Neutral-Grey-200, #F8F8F8);
    padding:28px 32px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.main__product .box .features .spacer{
    margin:0px 15px;
    min-height:46px;
    min-width:1px;
    background-color:#DCDCDE
}
.main__product .box .features .elem__feature{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.main__product .box .features .elem__feature .desc{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.main__product .box .features .elem__feature .desc>p{
    margin:0px;
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#2D2B32
}
.main__product .box .features .elem__feature .desc>span{
    font-size:13px;
    line-height:16px;
    font-weight:500;
    color:#4F4D55;
    display:block
}
.main__product .box .features .elem__feature .icon{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:16px
}
.main__product .box .features .elem__feature .icon img{
    min-width:48px;
    max-width:48px
}
.main__product .box .title{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:32px
}
.main__product .box .title>p{
    margin:0px;
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#4F4D55
}
.main__product .box .title>h6{
    margin-top:0px;
    margin-bottom:4px;
    font-size:32px;
    line-height:44px;
    font-family:"Satoshi" ,sans-serif;
    color:#2D2B32;
    font-weight:bold
}
.main__product .head__image{
    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
}
.main__product .head__image>img{
    width:100%;
    height:440px;
    -o-object-fit:cover;
    object-fit:cover
}
.group__dropdown{
    position:relative
}
.group__dropdown .dropdown__box{
    position:absolute;
    left:0px;
    top:38px;
    z-index:2;
    background-color:#fff;
    width:100%;
    border-radius:5px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:5px;
    background-color:#fff;
    z-index:2;
    min-width:100%;
    padding:7px;
    max-height:240px;
    overflow-y:auto
}
.group__dropdown .dropdown__box::-webkit-scrollbar{
    width:4px
}
.group__dropdown .dropdown__box::-webkit-scrollbar-thumb{
    background-color:#FF62AB;
    border-radius:8px
}
.group__dropdown .dropdown__box ul{
    padding:0px;
    list-style-type:none;
    margin:0px
}
.group__dropdown .dropdown__box ul li{
    display:block;
    width:100%
}
.group__dropdown .dropdown__box ul li>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:5px 7px;
    border-radius:5px;
    text-decoration:none;
    white-space:nowrap;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    text-decoration:none;
    color:#2D2B32;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.group__dropdown .dropdown__box ul li>a.current{
    color:#FF62AB
}
.group__dropdown .dropdown__box ul li>a:hover{
    color:#FF62AB
}
.group__dropdown>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border-radius:10px;
    border:1px solid rgba(0,0,0,0.1);
    background:var(--Global-Neutral-Grey-200, #F8F8F8);
    min-height:36px;
    padding-left:16px;
    text-decoration:none;
    padding-right:16px
}
.group__dropdown>a.opened>img{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.group__dropdown>a>span{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#000;
    width:calc(100% - 20px);
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.group__dropdown>a>span.placeholder{
    color:#7F7D83
}
.group__dropdown>a>img{
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
body.colored{
    background-color:#F9F9F9
}
.article__wrapper{
    padding-top:90px;
    padding-bottom:0px
}
.article__wrapper .info__boxes>.elem__box{
    padding:40px;
    border-radius:24px;
    margin-bottom:40px;
    background-color:#fff
}
.article__wrapper .info__boxes>.elem__box.dark{
    background-color:#0A090B
}
.article__wrapper .info__boxes>.elem__box.dark .content>h2{
    color:#FFFFFF
}
.article__wrapper .info__boxes>.elem__box.dark .content>.inner>.desc>.el>p{
    color:#FFFFFF
}
.article__wrapper .info__boxes>.elem__box.dark .content>.inner>.desc>.el>span{
    color:#C9C9CC
}
.article__wrapper .info__boxes>.elem__box.dark .controls>.outline-btn{
    color:#fff
}
.article__wrapper .info__boxes>.elem__box.dark .head{
    border-color:#2D2B32
}
.article__wrapper .info__boxes>.elem__box.dark .head>h6{
    color:#FFFFFF
}
.article__wrapper .info__boxes>.elem__box.dark .head>p{
    color:#ADACB0
}
.article__wrapper .info__boxes>.elem__box .controls{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:32px
}
.article__wrapper .info__boxes>.elem__box .controls>a{
    margin-right:12px
}
.article__wrapper .info__boxes>.elem__box .controls>a:last-child{
    margin-right:0px
}
.article__wrapper .info__boxes>.elem__box .content>.inner{
    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
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.media{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.media>img{
    min-width:460px;
    max-width:460px;
    max-height:380px;
    -o-object-fit:cover;
    object-fit:cover;
    border-radius:16px
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc{
    width:100%;
    max-width:465px
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc:nth-child(1){
    margin-right:40px
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc:nth-child(2){
    margin-left:40px
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:20px;
    min-height:96px;
    border-left:4px solid var(--Gray-100, #F2F4F7);
    padding-left:24px;
    padding-top:7px;
    padding-bottom:7px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el.current{
    border-color:#FF62AB
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el>p{
    margin-top:0px;
    margin-bottom:8px;
    font-size:21px;
    line-height:28px;
    font-weight:bold;
    color:#1D1C20
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el>span{
    display:block;
    font-size:18px;
    line-height:28px;
    color:#4F4D55;
    font-weight:400
}
.article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el:last-child{
    margin-bottom:0px
}
.article__wrapper .info__boxes>.elem__box .content>h2{
    margin-top:0px;
    margin-bottom:32px;
    font-size:30px;
    line-height:38px;
    font-weight:600
}
.article__wrapper .info__boxes>.elem__box .head{
    padding-bottom:48px;
    margin-bottom:48px;
    border-bottom:1px solid #ECECED
}
.article__wrapper .info__boxes>.elem__box .head>h6{
    margin-top:0px;
    margin-bottom:16px;
    font-size:30px;
    line-height:38px;
    font-weight:600;
    color:#101828
}
.article__wrapper .info__boxes>.elem__box .head>p{
    margin:0px;
    font-size:18px;
    line-height:28px;
    font-weight:400;
    color:#475467
}
.article__wrapper .info__boxes>.elem__box:last-child{
    margin-bottom:0px
}
.article__wrapper .form__wrapper{
    padding-top:130px;
    padding-bottom:100px
}
.article__wrapper .container{
    max-width:1100px
}
.article__wrapper .cards__wrapper .card__full{
    padding:48px 64px;
    border-radius:24px;
    background-color:#0A090B;
    margin-bottom:40px
}
.article__wrapper .cards__wrapper .card__full>p{
    margin-top:0px;
    margin-bottom:20px;
    font-size:18px;
    line-height:28px;
    color:#C9C9CC;
    font-weight:400
}
.article__wrapper .cards__wrapper .card__full>p:last-child{
    margin-bottom:0px
}
.article__wrapper .cards__wrapper .card__full .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:48px
}
.article__wrapper .cards__wrapper .card__full .btn>a{
    min-height:48px
}
.article__wrapper .cards__wrapper .card__full>h6{
    margin-top:0px;
    margin-bottom:16px;
    font-size:30px;
    line-height:38px;
    color:#FFFFFF;
    font-weight:600
}
.article__wrapper .cards__wrapper>.card{
    padding:40px;
    border-radius:24px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:40px
}
.article__wrapper .cards__wrapper>.card:last-child{
    margin-bottom:0px
}
.article__wrapper .cards__wrapper>.card.white{
    background-color:#fff
}
.article__wrapper .cards__wrapper>.card.grey{
    background-color:#F0F0F0
}
.article__wrapper .cards__wrapper>.card.dark{
    background-color:#0A090B
}
.article__wrapper .cards__wrapper>.card.dark .desc>h6{
    color:#fff
}
.article__wrapper .cards__wrapper>.card.dark .desc>p{
    color:#ADACB0
}
.article__wrapper .cards__wrapper>.card .desc{
    max-width:415px;
    margin-top:auto;
    margin-bottom:auto
}
.article__wrapper .cards__wrapper>.card .desc>h6{
    margin-top:0px;
    margin-bottom:16px;
    font-size:30px;
    line-height:38px;
    font-weight:600;
    color:#101828
}
.article__wrapper .cards__wrapper>.card .desc .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:24px
}
.article__wrapper .cards__wrapper>.card .desc>p{
    margin-top:0px;
    margin-bottom:15px;
    font-size:18px;
    line-height:28px;
    color:#475467
}
.article__wrapper .cards__wrapper>.card .desc>p:last-child{
    margin-bottom:0px
}
.article__wrapper .cards__wrapper>.card .media{
    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;
    max-width:480px;
    width:100%
}
.article__wrapper .cards__wrapper>.card .media img{
    width:100%;
    height:100%;
    max-height:400px;
    border-radius:16px;
    -o-object-fit:cover;
    object-fit:cover
}
.article__wrapper .header{
    margin-bottom:60px;
    padding-bottom:90px;
    border-bottom:1px solid #ECECED;
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.article__wrapper .header>span{
    display:block;
    text-align:left;
    margin-bottom:8px;
    font-size:18px;
    line-height:28px;
    font-family:"Satoshi" ,sans-serif;
    color:#4F4D55;
    font-weight:bold
}
.article__wrapper .header .btn{
    margin-top:31px;
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.article__wrapper .header .btn>span{
    font-style:italic;
    font-size:14px;
    line-height:20px;
    color:#7F7D83;
    font-weight:400
}
.article__wrapper .header .btn>a{
    margin-bottom:8px
}
.article__wrapper .header>p{
    margin:0px;
    margin-bottom:15px;
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#4F4D55
}
.article__wrapper .header>h2{
    margin:0px;
    font-size:48px;
    line-height:64px;
    color:#2D2B32;
    font-weight:900;
    font-family:"Satoshi" ,sans-serif;
    text-transform:uppercase;
    margin-bottom:24px
}
.article__wrapper .cards__wrapper>.card .desc:nth-child(1){
    margin-right:40px
}
.article__wrapper .cards__wrapper>.card .desc:nth-child(2){
    margin-left:40px
}
.article__wrapper .header>span{
    text-transform:uppercase
}
.article__wrapper .header>h2.smaller{
    font-size:32px;
    line-height:42px
}
.mariage__hero{
    padding-top:40px;
    padding-bottom:60px;
    position:relative
}
.mariage__hero>img{
    position:absolute;
    right:0px;
    top:0px;
    max-height:100%;
    pointer-events:none
}
.mariage__hero .outer__mariage{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    position:relative;
    z-index:2
}
.mariage__hero .outer__mariage .desc{
    padding-top:70px;
    text-align:left;
    max-width:600px;
    width:100%;
    margin-right:40px
}
.mariage__hero .outer__mariage .desc>span{
    display:block;
    margin-bottom:8px;
    font-size:18px;
    line-height:28px;
    color:#4F4D55;
    font-weight:bold;
    font-family:"Satoshi" ,sans-serif;
    text-transform:uppercase
}
.mariage__hero .outer__mariage .desc .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:60px
}
.mariage__hero .outer__mariage .desc .btn>a{
    min-height:48px
}
.mariage__hero .outer__mariage .desc>p{
    margin:0px;
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#4F4D55
}
.mariage__hero .outer__mariage .desc>h2{
    margin-top:0px;
    margin-bottom:24px;
    font-size:32px;
    line-height:42px;
    font-weight:900;
    color:#2D2B32;
    font-family:"Satoshi" ,sans-serif;
    text-transform:uppercase
}
.mariage__hero .outer__mariage .media img{
    min-width:330px;
    max-width:330px
}
.mariage__card{
    padding-top:64px;
    padding-bottom:80px
}
.mariage__card .outer__card{
    padding:22px 27px;
    border-radius:28px;
    padding-left:64px;
    background-color:#F0F0F0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.mariage__card .outer__card .desc{
    max-width:510px;
    margin-right:45px
}
.mariage__card .outer__card .desc .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:32px
}
.mariage__card .outer__card .desc .btn>a{
    min-height:48px;
    margin-right:12px
}
.mariage__card .outer__card .desc .btn>a:last-child{
    margin-right:0px
}
.mariage__card .outer__card .desc>h6{
    margin-top:0px;
    margin-bottom:16px;
    font-size:30px;
    line-height:36px;
    color:#1D1C20;
    font-weight:600
}
.mariage__card .outer__card .desc>p{
    margin:0px;
    font-size:18px;
    line-height:28px;
    color:#2D2B32;
    font-weight:400
}
.mariage__card .outer__card .media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.mariage__card .outer__card .media>img{
    border-top-right-radius:10px;
    border-bottom-right-radius:12px;
    min-width:385px;
    max-width:385px
}
.form__wrapper.separate{
    padding-top:70px;
    padding-bottom:115px
}
.form__wrapper .outer__form{
    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
}
.form__wrapper .outer__form form{
    max-width:440px;
    width:100%
}
.form__wrapper .outer__form form>.double{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap:32px;
    margin-bottom:24px
}
.form__wrapper .outer__form form .group__submit>button{
    width:100%;
    border-radius:8px;
    min-height:48px
}
.form__wrapper .outer__form form .group__check{
    margin-bottom:32px
}
.form__wrapper .outer__form form>.group__input{
    margin-bottom:24px
}
.form__wrapper .outer__form form .group__input>p{
    margin-top:0px;
    margin-bottom:6px;
    font-size:14px;
    line-height:20px;
    color:#344054;
    font-weight:500
}
.form__wrapper .outer__form form .group__input>textarea{
    width:100%;
    height:134px;
    padding:12px 14px;
    font-size:16px;
    resize:none;
    border-radius:8px;
    border:1px solid var(--Gray-300, #D0D5DD);
    background:var(--Base-White, #FFF);
    -webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)
}
.form__wrapper .outer__form form .group__input>input{
    width:100%;
    height:44px;
    border-radius:8px;
    font-size:16px;
    border:1px solid var(--Gray-300, #D0D5DD);
    background:var(--Base-White, #FFF);
    -webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)
}
.form__wrapper .outer__form>.desc{
    max-width:520px
}
.form__wrapper .outer__form>.desc>p{
    margin-top:0px;
    margin-bottom:24px;
    font-size:20px;
    line-height:30px;
    font-weight:400;
    color:#475467
}
.form__wrapper .outer__form>.desc>p:last-child{
    margin-bottom:0px
}
.form__wrapper .outer__form>.desc>h2{
    margin-top:0px;
    margin-bottom:24px;
    font-size:32px;
    line-height:42px;
    font-weight:900;
    font-family:"Satoshi" ,sans-serif;
    color:#2D2B32;
    text-transform:uppercase
}
.mariage__cta{
    padding:64px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.mariage__cta .outer__box{
    border-radius:28px;
    background:#FFF;
    -webkit-box-shadow:0px 0px 0px 1px rgba(10,9,11,0.05),0px 2px 7px 0px rgba(10,9,11,0.05),0px 2px 5px -2px rgba(10,9,11,0.06);
    box-shadow:0px 0px 0px 1px rgba(10,9,11,0.05),0px 2px 7px 0px rgba(10,9,11,0.05),0px 2px 5px -2px rgba(10,9,11,0.06);
    padding:64px;
    position:relative;
    overflow:hidden
}
.mariage__cta .outer__box>img{
    position:absolute;
    right:0px;
    bottom:0px;
    max-width:75%;
    pointer-events:none
}
.mariage__cta .outer__box>.desc{
    max-width:510px;
    position:relative;
    z-index:2
}
.mariage__cta .outer__box>.desc .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:32px
}
.mariage__cta .outer__box>.desc .btn>a{
    min-height:48px;
    margin-right:12px
}
.mariage__cta .outer__box>.desc .btn>a:last-child{
    margin-right:0px
}
.mariage__cta .outer__box>.desc>p{
    margin:0px;
    font-size:18px;
    line-height:28px;
    color:#475467;
    font-weight:400
}
.mariage__cta .outer__box>.desc>h2{
    margin-top:0px;
    margin-bottom:16px;
    font-size:30px;
    line-height:38px;
    color:#101828;
    font-weight:600
}
.services__block{
    padding:80px 0px
}
.services__block .outer__services .bottom{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:48px
}
.services__block .outer__services .bottom.complex{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.services__block .outer__services .bottom.complex>p{
    margin:0px;
    margin-right:15px;
    font-size:18px;
    line-height:28px;
    font-weight:400;
    color:#475467
}
.services__block .outer__services .bottom.complex>.controls{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.services__block .outer__services .bottom.complex>.controls>a{
    white-space:nowrap;
    margin-right:12px;
    min-height:48px
}
.services__block .outer__services .bottom.complex>.controls>a:last-child{
    margin-right:0px
}
.services__block .outer__services .bottom>.controls:nth-child(1){
    margin-right:auto;
    margin-left:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.services__block .outer__services .bottom>.controls:nth-child(1)>a{
    min-height:48px;
    margin-right:12px
}
.services__block .outer__services .bottom>.controls:nth-child(1)>a:last-child{
    margin-right:0px
}
.services__block .outer__services .content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.services__block .outer__services .content .desc>.elem{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:20px;
    min-height:96px;
    padding:10px 24px;
    border-left:4px solid #F2F4F7;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.services__block .outer__services .content .desc>.elem.current{
    border-color:#FF62AB
}
.services__block .outer__services .content .desc>.elem:last-child{
    margin-bottom:0px
}
.services__block .outer__services .content .desc>.elem>p{
    margin-top:0px;
    margin-bottom:8px;
    font-size:21px;
    line-height:28px;
    font-family:"Satoshi" ,sans-serif;
    color:#18181B;
    font-weight:bold
}
.services__block .outer__services .content .desc>.elem>span{
    font-size:18px;
    line-height:28px;
    color:#475467;
    font-weight:400;
    display:block
}
.services__block .outer__services .content .media{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:505px;
    max-width:505px;
    position:relative
}
.services__block .outer__services .content .media img{
    position:absolute;
    left:0px;
    top:0px;
    max-height:100%
}
.services__block .outer__services .content .media:nth-child(1){
    margin-right:40px
}
.services__block .outer__services .content .media:nth-child(2){
    margin-left:20px
}
.services__block .outer__services .content .media img{
    max-width:100%;
    border-radius:16px;
    -o-object-fit:cover;
    object-fit:cover
}
.services__block .outer__services>.top{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:48px
}
.services__block .outer__services>.top>h2{
    margin-top:0px;
    margin-bottom:8px;
    font-size:30px;
    line-height:38px;
    font-weight:600;
    color:#101828
}
.services__block .outer__services>.top>p{
    margin:0px;
    font-size:18px;
    line-height:28px;
    color:#475467
}
.services__block.grey{
    background-color:#F9F9F9
}
.payment__form{
    padding-top:70px;
    padding-bottom:70px
}
.payment__form .outer__payment{
    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
}
.payment__form .outer__payment .success{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:32px
}
.payment__form .outer__payment .success .desc{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.payment__form .outer__payment .success .desc>h6{
    margin-top:0px;
    margin-bottom:4px;
    font-size:32px;
    line-height:44px;
    font-family:"Satoshi" ,sans-serif;
    color:#2D2B32;
    font-weight:bold
}
.payment__form .outer__payment .success .desc>p{
    margin:0px;
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#4F4D55
}
.payment__form .outer__payment .success>span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:24px
}
.payment__form .outer__payment .success>span img{
    min-width:56px;
    max-width:56px
}
.payment__form .outer__payment>form{
    width:100%;
    margin-right:100px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method{
    margin-bottom:12px;
    border-radius:12px;
    border:2px solid var(--Global-Neutral-Grey-500, #E6E6E6);
    background:var(--Base-White, #FFF)
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method.current .head .right>span{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content{
    max-width:100%;
    padding-left:36px;
    padding-top:8px;
    padding-right:36px;
    padding-bottom:24px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content>.group__input{
    margin-bottom:24px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input{
    width:100%;
    margin-right:16px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input.card__field{
    position:relative
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input.card__field>span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:absolute;
    left:10px;
    bottom:10px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input.card__field>span img{
    min-width:34px;
    max-width:34px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input.card__field>input{
    padding-left:52px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input:last-child{
    margin-right:0px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.expiry{
    min-width:112px;
    max-width:112px;
    margin-right:16px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.cvv{
    min-width:112px;
    max-width:112px;
    margin-right:16px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .group__input>p{
    margin-top:0px;
    margin-bottom:6px;
    font-size:14px;
    line-height:20px;
    color:#344054;
    font-weight:500
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .content .group__input>input{
    width:100%;
    height:44px;
    border-radius:8px;
    border:1px solid var(--Gray-300, #D0D5DD);
    background:var(--Base-White, #FFF);
    padding-left:14px;
    padding-right:14px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method.current{
    border-color:#FFC90C
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    cursor:pointer;
    padding:16px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left .radio{
    margin-right:16px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left .radio p{
    margin:0px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:12px
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left>p{
    margin:0px;
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#344054
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .right{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .right span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method:last-child{
    margin-bottom:0px
}
.payment__form .outer__payment>form .payment__method .top{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:32px
}
.payment__form .outer__payment>form .payment__method .top>h6{
    margin-top:0px;
    margin-bottom:4px;
    font-size:24px;
    line-height:32px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold;
    color:#2D2B32
}
.payment__form .outer__payment>form .payment__method .top>p{
    margin:0px;
    font-size:16px;
    line-height:22px;
    color:#4F4D55
}
.payment__form .outer__payment>form .group__submit{
    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;
    margin-top:32px
}
.payment__form .outer__payment>form .group__submit>button{
    width:100%;
    height:48px;
    border-radius:8px
}
.payment__form .outer__payment>form .fields .group__checkbox{
    margin-bottom:32px
}
.payment__form .outer__payment>form .fields>.group__input{
    margin-bottom:24px
}
.payment__form .outer__payment>form .fields .group__input .group__dropdown .dropdown__box{
    top:49px
}
.payment__form .outer__payment>form .fields .group__input .group__dropdown .dropdown__box ul li a{
    font-size:15px;
    line-height:19px
}
.payment__form .outer__payment>form .fields .group__input .group__dropdown>a{
    min-height:44px;
    border-color:#D0D5DD;
    background-color:transparent
}
.payment__form .outer__payment>form .fields .group__input .group__dropdown>a span{
    font-size:16px
}
.payment__form .outer__payment>form .fields .group__input>p{
    margin-top:0px;
    margin-bottom:6px;
    font-size:14px;
    line-height:20px;
    color:#344054;
    font-weight:500
}
.payment__form .outer__payment>form .fields .group__input textarea{
    width:100%;
    padding-left:14px;
    padding-right:14px;
    height:134px;
    resize:none;
    padding-top:12px;
    padding-bottom:12px;
    font-size:16px;
    outline:none;
    border-radius:8px;
    border:1px solid var(--Gray-300, #D0D5DD);
    background:var(--Base-White, #FFF);
    -webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)
}
.payment__form .outer__payment>form .fields .group__input>input{
    width:100%;
    padding-left:14px;
    padding-right:14px;
    height:44px;
    border-radius:8px;
    border:1px solid var(--Gray-300, #D0D5DD);
    background:var(--Base-White, #FFF);
    -webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);
    box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)
}
.payment__form .outer__payment>form .fields .triple{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap:32px;
    margin-bottom:24px
}
.payment__form .outer__payment>form .fields .double{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap:32px;
    margin-bottom:24px
}
.payment__form .outer__payment>form .top{
    margin-bottom:32px
}
.payment__form .outer__payment>form .top>h6{
    margin-top:0px;
    margin-bottom:4px;
    font-size:32px;
    font-family:"Satoshi" ,sans-serif;
    color:#2D2B32;
    font-weight:bold
}
.payment__form .outer__payment>form .top>p{
    margin:0px;
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#4F4D55
}
.payment__form .outer__payment .total{
    min-width:270px;
    max-width:270px;
    border-radius:8px;
    border:1px solid var(--Global-Neutral-Grey-500, #E6E6E6);
    background:#FFF;
    -webkit-box-shadow:0px 0px 0px 4px #FFC90C, 0px 0px 0px 1px #FFF;
    box-shadow:0px 0px 0px 4px #FFC90C, 0px 0px 0px 1px #FFF
}
.payment__form .outer__payment .total .total__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:12px 16px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.payment__form .outer__payment .total .total__row>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    color:#2D2B32;
    font-weight:400
}
.payment__form .outer__payment .total .total__row>span{
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#2D2B32
}
.payment__form .outer__payment .total .table__list{
    padding:12px 16px;
    border-bottom:1px solid #E6E6E6
}
.payment__form .outer__payment .total .table__list.price .list>.el>p{
    color:#2D2B32
}
.payment__form .outer__payment .total .table__list.price .list>.el>span{
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
    color:#2D2B32
}
.payment__form .outer__payment .total .table__list .list>.el{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:12px
}
.payment__form .outer__payment .total .table__list .list>.el:last-child{
    margin-bottom:0px
}
.payment__form .outer__payment .total .table__list .list>.el>p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    color:#4F4D55
}
.payment__form .outer__payment .total .table__list .list>.el>span{
    font-size:14px;
    line-height:20px;
    color:#2D2B32
}
.payment__form .outer__payment .total .table__list>p{
    margin-top:0px;
    margin-bottom:12px;
    font-size:14px;
    line-height:20px;
    color:#7F7D83;
    font-weight:400
}
.payment__form .outer__payment .total .media{
    padding:12px 16px;
    border-bottom:1px solid #E6E6E6
}
.payment__form .outer__payment .total .media>p{
    margin-top:0px;
    margin-bottom:2px;
    font-size:14px;
    line-height:20px;
    font-weight:600;
    color:#4F4D55
}
.payment__form .outer__payment .total .media .image{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:12px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.payment__form .outer__payment .total .media .image>img{
    max-width:100%
}
.payment__form .outer__payment .total .media>span{
    display:block;
    font-size:13px;
    line-height:16px;
    font-weight:400;
    color:#7F7D83
}
.payment__form .outer__payment .total>.title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:12px 16px;
    border-bottom:1px solid #E6E6E6;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.payment__form .outer__payment .total>.title>p{
    margin:0px;
    font-size:16px;
    line-height:22px;
    font-weight:600;
    color:#4F4D55
}
.radio [type="radio"]:checked,.radio [type="radio"]:not(:checked){
    position:absolute;
    left:-9999px
}
.radio [type="radio"]:checked+label,.radio [type="radio"]:not(:checked)+label{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.radio [type="radio"]:checked+label:before{
    background-color:#FF62AB !important;
    border-color:#FF62AB !important
}
.radio [type="radio"]:checked+label:before,.radio [type="radio"]:not(:checked)+label:before{
    content:'';
    position:relative;
    left:0;
    top:0;
    min-width:18px;
    min-height:18px;
    border:1px solid #D0D5DD;
    border-radius:100%;
    background:#fff
}
.radio [type="radio"]:checked+label:after,.radio [type="radio"]:not(:checked)+label:after{
    content:'';
    width:18px;
    height:18px;
    background:url("../img/checka.svg");
    background-repeat:no-repeat;
    background-size:14px;
    background-position:center;
    position:absolute;
    top:1px;
    left:1px;
    border-radius:100%;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease
}
.radio [type="radio"]:not(:checked)+label:after{
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0)
}
.radio [type="radio"]:checked+label:after{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.gallery{
    margin-top:20px;
    margin-bottom:32px
}
.gallery+.title{
    margin-bottom:32px;
    padding-bottom:24px;
    border-bottom:1px solid #E6E6E6
}
.gallery:nth-child(1){
    margin-top:0px;
    margin-bottom:18px
}
.gallery .slider__gallery--wrapper{
    position:relative
}
.gallery .slider__gallery--wrapper .prev__button,
.gallery .slider__gallery--wrapper .next__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    border-radius: 250px;
    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;
    background-color: #F1F1F1;
    z-index: 3;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.gallery .slider__gallery--wrapper .prev__button {
    left: -16px;
}

.gallery .slider__gallery--wrapper .next__button {
    right: -16px;
}

.gallery .slider__gallery--wrapper .prev__button:hover,
.gallery .slider__gallery--wrapper .next__button:hover {
    background-color: #eceaea;
}

.gallery .slider__gallery .slick-slide{
    -webkit-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s
}
.gallery .slider__gallery .slick-slide:not(.slick-current){
    opacity:.45;
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.gallery .slider__gallery .slick-list{
    padding:0 20% 0 0 !important
}
.gallery .slider__gallery .slick-slide{
    margin:0 6px
}
.gallery .slider__gallery .slick-list{
    margin:0 -6px
}
.gallery .slider__gallery .el{
    max-width:100%;
    height:0px;
    padding-bottom:74%;
    cursor:pointer;
    position:relative
}
.gallery .slider__gallery .el img{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    border-radius:12px
}
.gallery .main__image{
    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;
    margin-bottom:12px
}
.gallery .main__image>img{
    width:100%;
    height:400px;
    -o-object-fit:cover;
    object-fit:cover;
    border-radius:12px
}
.details__wrapper{
    padding-top:48px;
    padding-bottom:75px
}
.details__wrapper .tarif__wrapper{
    margin-top:60px
}
.details__wrapper .tarif__wrapper>h6{
    margin-top:0px;
    margin-bottom:20px;
    font-size:24px;
    line-height:32px;
    color:#1D1C20;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold
}
.details__wrapper .tarif__wrapper .tarif__box{
    width:100%;
    overflow-x:auto
}
.details__wrapper .tarif__wrapper .tarif__box::-webkit-scrollbar{
    width:4px;
    height:4px
}
.details__wrapper .tarif__wrapper .tarif__box::-webkit-scrollbar-thumb{
    background-color:#FF62AB;
    border-radius:8px
}
.details__wrapper .tarif__wrapper .tarif__box>table{
    border:1px solid #F1F1F1;
    border-radius:8px;
    width:100%;
    border-spacing:0px;
    min-width:810px;
    width:100%
}
.details__wrapper .tarif__wrapper .tarif__box>table.list tr:nth-child(odd) td{
    background-color:#F8F8F8
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr:last-child td{
    border-bottom:0px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr td{
    border-bottom:1px solid #E6E6E6
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td{
    vertical-align:top;
    padding:16px;
    border-right:1px solid #E6E6E6
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td:last-child{
    border-right:0px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver{
    width:150px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver ul{
    padding:0px;
    margin:0px;
    padding-left:14px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver ul>li{
    font-size:13px;
    line-height:16px;
    color:#4F4D55;
    font-weight:500;
    margin-bottom:4px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver ul>li:last-child{
    margin-bottom:0px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:15px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver .btn>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:100%;
    min-height:36px;
    border-radius:40px;
    text-decoration:none;
    background-color:#FF62AB;
    font-size:14px;
    line-height:18px;
    color:#FFFFFF;
    font-weight:600;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver .btn>a.disabled{
    opacity:.7;
    pointer-events:none
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .reserver .btn>a:hover{
    opacity:.7
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price{
    width:155px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price .tax>span{
    display:block;
    font-size:13px;
    line-height:16px;
    color:#7F7D83;
    font-style:italic
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price>span{
    display:block;
    font-size:14px;
    line-height:22px;
    color:#ADACB0;
    text-decoration:line-through
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price .two__places{
    margin-bottom:10px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price .two__places>p{
    margin:0px;
    font-size:14px;
    line-height:22px;
    color:#F75656;
    font-weight:500
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price>p{
    margin:0px;
    font-size:13px;
    line-height:16px;
    color:#4F4D55
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .price>p span{
    color:#4F4D55;
    font-size:16px;
    font-weight:600
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .hotel__info{
    max-width:220px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .hotel__info>p{
    margin-top:0px;
    font-size:16px;
    line-height:24px;
    color:#4F4D55;
    font-weight:600;
    margin-bottom:0px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .hotel__info>span{
    display:block;
    font-size:14px;
    line-height:22px;
    color:#4F4D55
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info{
    width:160px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info .list>p{
    margin-top:0px;
    margin-bottom:12px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    font-size:13px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info .list>p span.green{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:8px;
    max-width:8px;
    min-height:8px;
    max-height:8px;
    border-radius:250px;
    margin-right:8px;
    background-color:#14AD4D
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info .list>p span.red{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    min-width:8px;
    max-width:8px;
    min-height:8px;
    max-height:8px;
    border-radius:250px;
    margin-right:8px;
    background-color:#F75656
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info .list>p:last-child{
    margin-bottom:0px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info .media{
    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;
    margin-bottom:24px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>tr>td .company__info .media>img{
    max-width:116px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>th{
    padding:12px 24px;
    background-color:#CA1D6D;
    text-align:left;
    border-right:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>th:last-child{
    border-right:0px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>th p{
    margin:0px;
    font-size:14px;
    line-height:20px;
    color:#FFFFFF;
    font-weight:600
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>th:nth-child(1){
    border-top-left-radius:8px
}
.details__wrapper .tarif__wrapper .tarif__box>table>tbody>th:last-child{
    border-top-right-radius:8px
}
.details__wrapper .gallery{
    margin-bottom:24px
}
.details__wrapper .localization{
    margin-top:74px
}
.details__wrapper .localization>.top{
    margin-bottom:24px
}
.details__wrapper .localization>.top>h6{
    margin:0px;
    font-size:24px;
    line-height:32px;
    color:#1D1C20;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold
}
.details__wrapper .faq__main{
    margin-top:56px
}
.details__wrapper .faq__main .top{
    margin-bottom:12px;
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.details__wrapper .faq__main .top>h6{
    margin-top:0px;
    font-size:24px;
    line-height:32px;
    color:#1D1C20;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold;
    margin-bottom:0px
}
.details__wrapper .faq__main .top>p{
    font-size:14px;
    margin:0px;
    line-height:20px;
    color:#4F4D55;
    font-weight:500
}
.details__wrapper .details__info .content{
    padding:24px;
    border-radius:8px;
    background-color:#F9F9F9
}
.details__wrapper .details__info .content .area>p{
    margin-top:0px;
    margin-bottom:20px;
    font-size:14px;
    line-height:22px;
    color:#4F4D55
}
.details__wrapper .details__info .content .area>p:last-child{
    margin-bottom:0px
}
.details__wrapper .details__info>.top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:8px
}
.details__wrapper .details__info>.top>ul{
    padding:0px;
    list-style-type:none;
    margin:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding:4px;
    border-radius:8px;
    background-color:#F8F8F8
}
.details__wrapper .details__info>.top>ul>li{
    margin-right:4px
}
.details__wrapper .details__info>.top>ul>li>a{
    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;
    text-decoration:none;
    font-size:15px;
    line-height:22px;
    color:#7F7D83;
    font-weight:500;
    border-radius:6px;
    min-width:144px;
    min-height:38px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.details__wrapper .details__info>.top>ul>li>a.current{
    color:#2D2B32;
    background-color:#FFFFFF
}
.details__wrapper .details__info>.top>ul>li>a:hover{
    color:#2D2B32;
    background-color:#FFFFFF
}
.details__wrapper .details__info>.top>ul>li:last-child{
    margin-right:0px
}
.details__wrapper .main__info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-bottom:28px;
    margin-bottom:17px;
    border-bottom:1px solid #E6E6E6
}
.details__wrapper .main__info>.right{
    text-align:left;
    padding:7px 16px;
    border-radius:8px;
    background-color:#FF62AB;
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.details__wrapper .main__info>.right>span{
    font-size:16px;
    line-height:22px;
    color:#FFFFFF
}
.details__wrapper .main__info>.right>p{
    margin:0px;
    font-size:18px;
    line-height:22px;
    color:#FFFFFF;
    font-weight:600;
    text-transform:uppercase
}
.details__wrapper .main__info>.right>p span{
    font-size:32px;
    line-height:34px;
    font-weight:600;
    color:#FFFFFF
}
.details__wrapper .main__info>.left{
    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-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-right:15px
}
.details__wrapper .main__info>.left>h6{
    margin-top:0px;
    margin-bottom:4px;
    font-family:"Satoshi" ,sans-serif;
    font-weight:bold;
    font-size:32px;
    color:#2D2B32;
    line-height:40px
}
.details__wrapper .main__info>.left>p{
    margin:0px;
    font-size:16px;
    line-height:24px;
    color:#4F4D55
}
.details__wrapper .container{
    max-width:840px;
    margin-left:auto;
    margin-right:auto
}
.faq__wrapper{
    margin-top:12px
}
.faq__wrapper .elem__faq{
    padding:20px 0px;
    cursor:pointer;
    border-bottom:1px solid #ECECED
}
.faq__wrapper .elem__faq .content>p{
    margin-top:0px;
    margin-bottom:10px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    color:#4F4D55
}
.faq__wrapper .elem__faq .content>p:last-child{
    margin-bottom:0px
}
.faq__wrapper .elem__faq>.head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.faq__wrapper .elem__faq>.head>p{
    margin:0px;
    font-size:16px;
    line-height:22px;
    font-weight:400;
    color:#2D2B32
}
.faq__wrapper .elem__faq>.head>span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-left:12px
}
.faq__wrapper .elem__faq>.head>p{
    font-weight:500;
    color:#2D2B32
}
.map{
    border-radius:12px;
    border:3px solid #FFC90C;
    overflow:hidden;
    margin-top:24px
}
.map #mapbox{
    height:350px;
    width:100%
}
.info__tarif table{
    width:100%;
    border:1px solid #C9C9CC;
    border-radius:8px;
    border-spacing:0px;
    margin-bottom:25px
}
.info__tarif table tr:last-child td{
    border-bottom:0px !important
}
.info__tarif table tr td{
    padding:8px 16px;
    border-right:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6 !important
}
.info__tarif table tr td:last-child{
    border-right:0px
}
.info__tarif table tr td.title__row{
    width:390px
}
.info__tarif table tr td>span{
    color:#4F4D55;
    font-size:13px;
    font-weight:600
}
.info__tarif table tr td>p{
    margin:0px;
    font-size:13px;
    line-height:18px;
    max-width:320px;
    color:#4F4D55;
    font-weight:500
}
.info__tarif table tr td>select.drop{
    text-decoration:none;
    font-size:13px;
    line-height:16px;
    color:#4F4D55;
    font-weight:500;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    background:none;
    border:0px;
    outline:none;
    padding-right:20px
}
.info__tarif table tr td>select.drop span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:relative;
    top:-1px
}
.info__tarif table tr th{
    padding:8px 16px;
    background-color:#ECECED;
    border-right:1px solid #C9C9CC;
    text-align:left
}
.info__tarif table tr th:nth-child(1){
    border-top-left-radius:8px
}
.info__tarif table tr th:last-child{
    border-top-right-radius:8px;
    border-right:0px
}
.info__tarif table tr th p{
    margin:0px;
    font-size:14px;
    line-height:19px;
    color:#4F4D55;
    font-weight:600
}
.info__tarif .element>.title{
    margin-bottom:12px
}
.info__tarif .element>.title>p{
    margin:0px;
    font-size:16px;
    line-height:22px;
    color:#4F4D55;
    font-weight:600
}
.info__tarif .element .head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:16px
}
.info__tarif .element .head>.right{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.info__tarif .element .head>.right>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-decoration:none;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-left:32px;
    padding-right:32px;
    min-height:38px;
    background-color:#F1F1F1;
    font-size:15px;
    line-height:22px;
    color:#4F4D55;
    font-weight:500;
    border-radius:6px;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.info__tarif .element .head>.right>a:hover{
    opacity:.7
}
.info__tarif .element .head>.left{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.info__tarif .element .head>.left>p{
    margin:0px;
    margin-right:16px;
    font-size:16px;
    line-height:20px;
    color:#344054;
    font-weight:500
}
.info__tarif .element .head>.left>select{
    width:200px;
    outline:none;
    height:38px;
    border-radius:8px;
    padding-left:15px;
    padding-right:35px;
    border:1px solid #E6E6E6;
    font-size:16px;
    line-height:24px;
    color:#4F4D55;
    -webkit-appearance:none;
    -moz-appearance:none;
    text-indent:1px;
    text-overflow:'';
    background:url("../img/arrowselect.svg");
    background-repeat:no-repeat;
    background-size:20px;
    background-position:calc(100% - 8px) center
}
.info__tarif .bottom__controls{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.info__tarif .bottom__controls .desc{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.info__tarif .bottom__controls .desc>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-decoration:none;
    border-radius:250px;
    min-height:36px;
    min-width:150px;
    background-color:#FF62AB;
    font-size:14px;
    line-height:18px;
    color:#FFFFFF;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.info__tarif .bottom__controls .desc>a:hover{
    opacity:.7
}
.info__tarif .bottom__controls .desc>p{
    margin:0px;
    margin-right:12px;
    font-size:16px;
    line-height:24px;
    color:#2D2B32;
    font-weight:600
}
.info__tarif .bottom__controls>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    text-decoration:none;
    padding:8px 14px;
    border-radius:250px;
    font-size:14px;
    line-height:18px;
    color:#2D2B32;
    font-weight:600;
    background-color:#ECECED;
    -webkit-transition:.4s ease all;
    transition:.4s ease all
}
.info__tarif .bottom__controls>a:hover{
    opacity:.7
}
@media (max-width: 1440px){
    .cta__wrapper .outer__cta .float{
        right:50px
    }
}
@media (max-width: 1200px){
    .main__product .head__image>img{
        height:400px
    }
    .contact__us .outer__contact .media{
        max-width:calc(100% - 520px)
    }
    header .outer__header .menu__wrapper>ul>li{
        margin-right:17px
    }
    .adventure__block .adventure__slider .slick-list{
        padding:0 10% 0 0 !important
    }
    .head__block>h2,.destination__slider .outer__destination>.top .left>h6{
        font-size:20px;
        line-height:28px
    }
    .head__block>span,.destination__slider .outer__destination>.top .left>span{
        font-size:14px;
        line-height:24px
    }
}
.menu__button{
    display:none
}
.form__wrapper .outer__form>.desc{
    width:100%;
    margin-right:60px
}
@media (max-width: 991px){
    .details__wrapper .gallery .slider__gallery--wrapper{
        width:100%
    }
    .details__wrapper .localization>.top>h6{
        font-size:20px;
        line-height:28px
    }
    .details__wrapper .localization>.top{
        margin-bottom:16px
    }
    .details__wrapper .localization{
        margin-top:40px
    }
    .details__wrapper .faq__main .top>h6{
        font-size:20px;
        line-height:28px
    }
    .details__wrapper .faq__main{
        margin-top:40px
    }
    .details__wrapper .tarif__wrapper>h6{
        font-size:20px;
        line-height:28px
    }
    .details__wrapper .tarif__wrapper>h6{
        margin-bottom:16px
    }
    .details__wrapper .tarif__wrapper{
        margin-top:40px
    }
    .payment__form .outer__payment .success .desc>h6{
        font-size:24px;
        line-height:30px
    }
    .payment__form .outer__payment .success .desc>p{
        font-size:16px;
        line-height:22px
    }
    .payment__form .outer__payment .success>span{
        margin-right:16px
    }
    .payment__form .outer__payment .success{
        margin-bottom:20px
    }
    .payment__form{
        padding-top:40px;
        padding-bottom:40px
    }
    .payment__form .outer__payment>form{
        margin-right:40px
    }
    .payment__form .outer__payment>form .fields .double{
        grid-template-columns:1fr;
        grid-row-gap:24px
    }
    .payment__form .outer__payment>form .fields .triple{
        grid-template-columns:1fr;
        grid-row-gap:24px
    }
    .services__block .outer__services .bottom.complex>p{
        font-size:16px;
        line-height:26px
    }
    .services__block .outer__services .content .desc>.elem{
        min-height:0px
    }
    .form__wrapper.separate{
        padding-top:40px;
        padding-bottom:60px
    }
    .mariage__cta{
        padding:35px 0px
    }
    .mariage__cta .outer__box{
        padding:45px
    }
    .mariage__cta .outer__box>.desc>h2{
        font-size:24px;
        line-height:32px
    }
    .mariage__cta .outer__box>.desc>p{
        font-size:16px;
        line-height:26px
    }
    .mariage__cta .outer__box>img{
        max-width:60%
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.media{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc:nth-child(1){
        margin-right:0px
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc:nth-child(2){
        margin-left:0px
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc{
        max-width:100%;
        width:100%
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.media{
        width:100%;
        margin-top:25px
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.media>img{
        min-width:0px;
        max-width:100%;
        max-height:none;
        width:100%
    }
    .article__wrapper .info__boxes>.elem__box .head>h6{
        font-size:24px;
        line-height:32px
    }
    .article__wrapper .info__boxes>.elem__box{
        padding:25px
    }
    .article__wrapper .info__boxes>.elem__box .head{
        margin-bottom:25px;
        padding-bottom:25px
    }
    .article__wrapper .info__boxes>.elem__box .content>h2{
        margin-bottom:16px;
        font-size:24px;
        line-height:32px
    }
    .article__wrapper .header>h2.smaller{
        font-size:26px;
        line-height:34px
    }
    .article__wrapper .header>span{
        font-size:16px;
        line-height:24px
    }
    .article__wrapper .cards__wrapper .card__full>h6{
        font-size:24px;
        line-height:32px
    }
    .article__wrapper .cards__wrapper .card__full>p{
        font-size:16px;
        line-height:24px
    }
    .article__wrapper .cards__wrapper .card__full{
        padding:30px 40px
    }
    .article__wrapper .cards__wrapper .card__full .btn{
        margin-top:25px
    }
    .article__wrapper .header{
        padding-bottom:60px
    }
    .article__wrapper .header>h2{
        font-size:40px;
        line-height:54px;
        margin-bottom:15px
    }
    .article__wrapper .header>p{
        font-size:16px;
        line-height:22px
    }
    .article__wrapper .header .btn{
        margin-top:25px
    }
    .article__wrapper .header{
        margin-bottom:60px
    }
    .article__wrapper .cards__wrapper>.card .desc>h6{
        font-size:24px;
        line-height:32px
    }
    .article__wrapper .cards__wrapper>.card{
        padding:25px
    }
    .article__wrapper .cards__wrapper>.card .media{
        min-width:300px
    }
    .article__wrapper .cards__wrapper>.card .desc>p{
        font-size:16px;
        line-height:24px
    }
    .article__wrapper .cards__wrapper>.card .media img{
        height:300px
    }
    .form__wrapper .outer__form>.desc>p{
        font-size:18px;
        line-height:26px
    }
    .form__wrapper .outer__form>.desc>h2{
        font-size:24px;
        line-height:32px;
        margin-bottom:15px
    }
    .article__wrapper{
        padding-top:50px
    }
    .form__wrapper{
        padding-bottom:50px;
        padding-top:80px
    }
    .gallery .slider__gallery--wrapper .next__button{
        right:5px
    }
    .gallery .slider__gallery--wrapper,.main__product .box .element__info .program__box{
        width:calc(100% + 15px)
    }
    .main__product .box{
        padding:25px 0px;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .main__product .box .side{
        min-width:0px;
        max-width:100%;
        width:100%;
        margin-left:0px;
        margin-top:30px
    }
    .main__product .box>.content{
        width:100%
    }
    .main__product .head__image>img{
        height:350px
    }
    .product__search .outer__product .products__inner .products__main .products__list{
        grid-column-gap:12px;
        grid-row-gap:15px
    }
    .product__search .outer__product .products__inner .filter>.title a{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex
    }
    .product__search .outer__product .products__inner{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .product__search .outer__product .products__inner .filter{
        min-width:0px;
        max-width:100%;
        width:100%
    }
    .product__search .outer__product .products__inner .filter{
        margin-right:0px;
        position:fixed;
        bottom:-100%;
        width:100%;
        max-height:100%;
        overflow-y:auto;
        z-index:3;
        left:0px
    }
    .product__search .outer__product .products__inner .filter::-webkit-scrollbar{
        width:4px
    }
    .product__search .outer__product .products__inner .filter::-webkit-scrollbar-thumb{
        background-color:#FF62AB;
        border-radius:8px
    }
    .product__search .outer__product .flight__wrapper{
        margin-bottom:40px
    }
    .product__search .outer__product .products__inner .products__main>.top{
        margin-bottom:15px
    }
    .product__search .outer__product>.top__part{
        padding-left:0px
    }
    .product__search .outer__product .flight__wrapper{
        margin-top:25px
    }
    .product__search .outer__product>.top__part>h6{
        font-size:26px;
        line-height:36px
    }
    .product__search .outer__product>.top__part>span{
        font-size:16px;
        line-height:24px
    }
    .product__search{
        padding-top:30px;
        padding-bottom:25px
    }
    .contact__us .outer__contact .desc form .group__check{
        margin-bottom:16px
    }
    .contact__us .outer__contact .media{
        display:none
    }
    .contact__us .outer__contact .desc{
        max-width:540px;
        margin-left:auto;
        margin-right:auto
    }
    .contact__us .outer__contact .desc{
        padding:0px
    }
    .contact__us{
        padding-top:30px;
        padding-bottom:30px
    }
    .contact__us .outer__contact .desc .top>h2{
        font-size:30px;
        line-height:36px;
        margin-bottom:15px
    }
    .contact__us .outer__contact .desc .top>p{
        font-size:17px;
        line-height:26px
    }
    .contact__us .outer__contact .desc .top{
        margin-bottom:25px
    }
    .overlay{
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        z-index:4;
        background-color:rgba(0,0,0,0.6);
        display:none
    }
    .menu__button{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex
    }
    .menu__button>a{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .menu__button>a>span{
        min-width:24px;
        min-height:2px;
        background-color:#FF62AB;
        border-radius:5px;
        -webkit-transition:.4s ease all;
        transition:.4s ease all;
        margin-bottom:5px;
        top:0px;
        bottom:auto
    }
    .menu__button>a>span:last-child{
        top:auto;
        bottom:0px;
        margin-bottom:0px
    }
    .hero__section .outer__hero>h1{
        font-size:36px;
        line-height:42px
    }
    .hero__section .outer__hero>span{
        font-size:20px;
        line-height:24px
    }
    .flight__wrapper .element .fields{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        grid-row-gap:14px;
        grid-column-gap:8px
    }
    .flight__wrapper .element .fields>div.group__input{
        max-width:100%
    }
    .hero__section{
        padding-top:120px
    }
    .hero__section .flight__wrapper{
        margin-top:0px
    }
    .hero__section .outer__hero>h1{
        margin-bottom:40px
    }
    header .outer__header .menu__wrapper{
        position:fixed;
        top:0px;
        right:-290px;
        -webkit-transition:.6s ease all;
        transition:.6s ease all;
        width:290px;
        height:100%;
        overflow-y:auto;
        background-color:#fff;
        z-index:4;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding:15px
    }
    header .outer__header .menu__wrapper>a{
        margin-top:20px
    }
    header .outer__header .menu__wrapper>ul{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        align-item:flex-start;
        width:100%;
        max-width:100%;
        margin-right:0px
    }
    header .outer__header .menu__wrapper>ul>li{
        width:100%;
        margin-right:0px;
        margin-bottom:8px
    }
    header .outer__header .menu__wrapper>ul>li>a{
        padding:0px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:100%
    }
    header .outer__header .menu__wrapper>ul>li:last-child{
        margin-bottom:0px
    }
    header .outer__header .menu__wrapper>a{
        width:100%
    }
    header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box{
        display:none
    }
    .info__box .outer__learn{
        -webkit-box-align:initial;
        -ms-flex-align:initial;
        align-items:initial
    }
    .info__box .outer__learn .media>img{
        max-width:420px;
        -o-object-fit:cover;
        object-fit:cover
    }
    .plans__wrapper .outer__plans .grid .elem .info>h6{
        font-size:20px;
        line-height:28px
    }
    .logos__box .outer__logos>.elem__logo img{
        max-width:150px
    }
    .logos__box .outer__logos{
        padding:24px 0px
    }
    .cta__wrapper{
        margin-top:15px
    }
    .adventure__block{
        padding:15px 0px
    }
    .head__block{
        margin-bottom:15px
    }
    .adventure__block .adventure__slider .slick-list{
        padding:0 30% 0 0 !important
    }
    footer .menu{
        padding:0px
    }
    .cta__wrapper .outer__cta>h2{
        font-size:26px;
        line-height:32px
    }
    .cta__wrapper .outer__cta{
        max-width:400px
    }
    .plans__wrapper{
        padding-bottom:15px
    }
    .destination__slider{
        padding-top:140px
    }
    header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box{
        -webkit-box-shadow:none;
        box-shadow:none;
        position:static;
        display:none;
        opacity:1;
        pointer-events:initial;
        -webkit-transition:none;
        transition:none
    }
    header .outer__header .menu__wrapper>ul>li.dropdown .dropdown__box ul>li>a{
        padding:5px 0px
    }
    header .outer__header .menu__wrapper>ul>li.dropdown:hover>a,header .outer__header .menu__wrapper>ul>li>a:hover{
        color:#2D2B32
    }
    header .outer__header .menu__wrapper>ul>li.dropdown:hover>a span,header .outer__header .menu__wrapper>ul>li>a:hover span{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    header .outer__header .menu__wrapper>ul>li.dropdown:hover>a span svg path,header .outer__header .menu__wrapper>ul>li>a:hover span svg path{
        stroke:#2D2B32
    }
    header .outer__header .menu__wrapper>ul>li>a.opened{
        color:#FF62AB !important
    }
    header .outer__header .menu__wrapper>ul>li>a.opened span{
        -webkit-transform:rotate(180deg) !important;
        transform:rotate(180deg) !important
    }
    header .outer__header .menu__wrapper>ul>li>a.opened span svg path{
        stroke:#FF62AB !important
    }
    header .outer__header .menu__wrapper>ul>li{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .mariage__hero{
        padding:35px 0px
    }
    .mariage__hero .outer__mariage .media img{
        min-width:270px;
        max-width:270px
    }
    .mariage__hero .outer__mariage .desc{
        padding-top:0px
    }
    .mariage__hero .outer__mariage .desc{
        max-width:500px
    }
    .mariage__hero .outer__mariage .desc>h2{
        font-size:24px;
        line-height:32px
    }
    .mariage__hero .outer__mariage .desc>p{
        font-size:16px;
        line-height:22px
    }
    .mariage__hero .outer__mariage .desc .btn{
        margin-top:30px
    }
    .mariage__hero .outer__mariage{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .mariage__card .outer__card{
        padding:22px 25px
    }
    .mariage__card .outer__card .desc>p{
        font-size:16px;
        line-height:26px
    }
    .mariage__card .outer__card .media>img{
        min-width:320px;
        max-width:320px
    }
    .mariage__card .outer__card .desc>h6{
        font-size:24px;
        line-height:30px
    }
    .mariage__card .outer__card .desc .btn{
        margin-top:24px
    }
    .mariage__card{
        padding:40px 0px
    }
    .services__block{
        padding:45px 0px
    }
    .services__block .outer__services>.top>h2{
        font-size:24px;
        line-height:32px
    }
    .services__block .outer__services>.top{
        margin-bottom:25px
    }
    .services__block .outer__services .content .desc>.elem>p{
        font-size:19px;
        line-height:26px
    }
    .services__block .outer__services .content .desc>.elem>span{
        font-size:16px;
        line-height:26px
    }
    .services__block .outer__services .content{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .services__block .outer__services .content .media{
        min-width:0px;
        max-width:100%;
        width:100%;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        margin-left:0px !important;
        margin-right:0px !important
    }
    .services__block .outer__services .content .media img{
        width:100%;
        height:auto;
        position:static
    }
    .services__block .outer__services .bottom{
        margin-top:25px
    }
    .services__block .outer__services .content .media{
        margin-top:25px
    }
    .services__block .outer__services>.top>p{
        font-size:16px;
        line-height:26px
    }
    .services__block .outer__services .content .desc>.elem{
        padding:10px 15px
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el{
        padding-left:15px
    }
    .payment__form .outer__payment>form .top>h6{
        font-size:27px;
        line-height:34px
    }
    .payment__form .outer__payment>form .top>p{
        font-size:16px;
        line-height:24px
    }
    .details__wrapper{
        padding-top:25px;
        padding-bottom:40px
    }
}
@media (max-width: 840px){
    .details__wrapper .tarif__wrapper .tarif__box{
        width:calc(100% + 15px)
    }
}
@media (max-width: 767px){
    .details__wrapper .main__info>.left>h6{
        font-size:24px;
        line-height:29px
    }
    .details__wrapper .main__info>.left>p{
        font-size:14px;
        line-height:20px
    }
    .details__wrapper .main__info>.right>p span{
        font-size:24px;
        line-height:28px
    }
    .details__wrapper .main__info>.right>p{
        font-size:16px;
        line-height:20px
    }
    .details__wrapper .main__info>.right>span{
        font-size:14px;
        line-height:20px
    }
    .details__wrapper .main__info{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .details__wrapper .main__info>.left{
        width:100%;
        margin-right:0px;
        margin-bottom:10px
    }
    .details__wrapper .main__info>.right{
        margin-right:auto
    }
    .details__wrapper .gallery .slider__gallery--wrapper{
        width:calc(100% + 15px)
    }
    .payment__form .outer__payment>form .payment__method .top>h6{
        font-size:20px;
        line-height:28px
    }
    .payment__form .outer__payment>form .top{
        margin-bottom:24px
    }
    .payment__form .outer__payment>form .fields .double{
        grid-row-gap:16px;
        margin-bottom:16px
    }
    .payment__form .outer__payment>form .fields>.group__input{
        margin-bottom:16px
    }
    .payment__form .outer__payment>form .fields .triple{
        margin-bottom:16px;
        grid-row-gap:16px
    }
    .payment__form .outer__payment{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .payment__form .outer__payment .total{
        margin-left:auto;
        margin-right:auto;
        min-width:0px;
        max-width:440px;
        width:100%;
        margin-bottom:30px
    }
    .payment__form .outer__payment .total .media .image>img{
        width:100%
    }
    .services__block .outer__services .bottom.complex{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .services__block .outer__services .bottom.complex>p{
        margin-right:0px;
        margin-bottom:15px
    }
    .services__block{
        padding:25px 0px
    }
    .form__wrapper.separate{
        padding-top:30px;
        padding-bottom:40px
    }
    .mariage__cta .outer__box{
        padding:30px
    }
    .mariage__cta .outer__box>img{
        display:none
    }
    .mariage__cta .outer__box>.desc{
        margin-left:auto;
        margin-right:auto;
        text-align:center
    }
    .mariage__cta .outer__box>.desc .btn{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .mariage__cta .outer__box>.desc>h2{
        margin-bottom:10px
    }
    .mariage__cta .outer__box>.desc .btn{
        margin-top:15px
    }
    .mariage__hero{
        padding-bottom:20px
    }
    .mariage__card{
        padding:25px 0px
    }
    .mariage__card .outer__card .desc{
        margin-right:0px
    }
    .mariage__card .outer__card{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .mariage__card .outer__card .media{
        width:100%
    }
    .mariage__card .outer__card .media img{
        width:100%;
        border-radius:10px
    }
    .mariage__card .outer__card .media>img{
        min-width:0px;
        max-width:100%
    }
    .mariage__card .outer__card .desc{
        max-width:100%;
        margin-top:0px;
        margin-top:20px
    }
    .mariage__card .outer__card .desc .btn{
        margin-top:15px
    }
    .mariage__card .outer__card .desc>h6{
        margin-bottom:10px
    }
    .mariage__card .outer__card{
        padding:20px
    }
    .mariage__hero>img{
        max-width:100%
    }
    .mariage__hero .outer__mariage .media img{
        width:100%
    }
    .mariage__hero .outer__mariage .desc>h2{
        margin-bottom:15px
    }
    .mariage__hero .outer__mariage .desc{
        margin-right:0px;
        margin-bottom:30px
    }
    .mariage__hero .outer__mariage .media{
        width:100%
    }
    .mariage__hero .outer__mariage .media img{
        min-width:0px;
        max-width:340px
    }
    .mariage__hero .outer__mariage{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .article__wrapper .info__boxes>.elem__box .head>p{
        font-size:16px;
        line-height:26px
    }
    .article__wrapper .info__boxes>.elem__box .head>h6{
        font-size:20px;
        line-height:28px
    }
    .article__wrapper .cards__wrapper>.card .desc>h6{
        font-size:20px;
        line-height:28px
    }
    .article__wrapper .cards__wrapper>.card .desc .btn{
        margin-top:15px
    }
    .article__wrapper .info__boxes>.elem__box .content>h2{
        font-size:20px;
        line-height:28px
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el>p{
        font-size:18px;
        line-height:24px
    }
    .article__wrapper .info__boxes>.elem__box .content>.inner>.desc>.el>span{
        font-size:16px;
        line-height:24px
    }
    .article__wrapper .header>h2.smaller{
        font-size:22px;
        line-height:28px
    }
    .article__wrapper .cards__wrapper .card__full{
        padding:25px
    }
    .article__wrapper .header{
        padding-bottom:40px
    }
    .article__wrapper .header>h2{
        font-size:32px;
        line-height:40px
    }
    .article__wrapper{
        padding-top:35px
    }
    .article__wrapper .header .btn{
        margin-top:15px
    }
    .article__wrapper .header{
        margin-bottom:40px
    }
    .form__wrapper .outer__form{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .form__wrapper .outer__form>.desc{
        max-width:100%;
        margin-right:0px;
        margin-bottom:35px
    }
    .form__wrapper .outer__form form{
        max-width:100%
    }
    .article__wrapper .cards__wrapper>.card{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .article__wrapper .cards__wrapper>.card .media{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        width:100%;
        max-width:100%;
        margin-bottom:20px
    }
    .article__wrapper .cards__wrapper>.card .media>img{
        height:auto
    }
    .article__wrapper .cards__wrapper>.card .desc{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        width:100%;
        max-width:100%
    }
    .article__wrapper .cards__wrapper>.card .desc:nth-child(2){
        margin-left:0px
    }
    .article__wrapper .cards__wrapper>.card .desc:nth-child(1){
        margin-right:0px
    }
    .gallery .main__image>img{
        height:340px
    }
    .main__product .box .features{
        padding:15px
    }
    .main__product .box .title{
        margin-bottom:16px
    }
    .main__product .box .features{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .main__product .box .features .spacer{
        display:none
    }
    .main__product .box .features .spacer{
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        width:100%;
        height:1px;
        margin:15px 0px;
        min-height:0px
    }
    .main__product .box .title>h6{
        font-size:26px;
        line-height:32px
    }
    .main__product .box .title>p{
        font-size:16px;
        line-height:22px
    }
    .pagination{
        margin-top:25px
    }
    .pagination ul>li{
        margin-right:6px
    }
    .pagination ul>li>a{
        min-width:28px;
        max-width:28px;
        min-height:28px;
        max-height:28px
    }
    .pagination ul>li>a svg{
        width:10px
    }
    .pagination ul>li.dots{
        min-width:28px;
        max-width:28px;
        min-height:28px;
        max-height:28px
    }
    .pagination ul>li.dots img{
        max-width:14px
    }
    .product__search .outer__product .products__inner .products__main .products__list{
        grid-template-columns:repeat(2, 1fr)
    }
    .hero__section{
        padding-top:80px
    }
    .hero__section .outer__hero>h1{
        font-size:30px;
        line-height:36px;
        margin-bottom:30px
    }
    .destination__slider .outer__destination .slider .elem>a p{
        font-size:17px
    }
    .info__box .outer__learn .media{
        display:none
    }
    .info__box .outer__learn .desc{
        margin-left:auto;
        margin-right:auto;
        text-align:center
    }
    .info__box .outer__learn .desc .btn{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .logos__box .outer__logos{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        grid-row-gap:20px;
        grid-column-gap:20px
    }
    .plans__wrapper .outer__plans .grid .elem:nth-child(odd):last-child{
        position:relative;
        left:50%
    }
    .plans__wrapper .outer__plans .grid{
        grid-template-columns:repeat(2, 1fr)
    }
    .adventure__slider{
        margin-left:-15px;
        width:calc(100% + 30px) !important
    }
    .adventure__block .adventure__slider .slick-list{
        padding:0 5% 0 5% !important
    }
    .cta__wrapper .outer__cta .float{
        position:static;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        -webkit-transform:none;
        transform:none;
        margin-bottom:15px
    }
    .cta__wrapper>img{
        height:100%
    }
    .cta__wrapper .outer__cta{
        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-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center;
        margin-left:auto;
        margin-right:auto
    }
    .cta__wrapper .outer__cta>h2{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .cta__wrapper .outer__cta>p{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .cta__wrapper .outer__cta>.btn{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .cta__wrapper .outer__cta .btn{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    footer{
        padding-top:30px
    }
    footer .bottom{
        margin-top:18px
    }
    footer .menu{
        grid-template-columns:1fr;
        text-align:center;
        grid-row-gap:30px
    }
    footer .bottom ul{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .info__box{
        padding:16px 0px
    }
    .plans__wrapper{
        padding-top:16px
    }
    .destination__slider .outer__destination>.top{
        margin-bottom:15px
    }
    .destination__slider{
        padding-bottom:16px
    }
}
@media (max-width: 640px){
    .details__wrapper .details__info>.top>ul{
        min-width:100%;
        overflow-x:auto
    }
    .details__wrapper .details__info>.top>ul::-webkit-scrollbar{
        width:4px;
        height:4px
    }
    .details__wrapper .details__info>.top>ul::-webkit-scrollbar-thumb{
        background-color:#FF62AB;
        border-radius:8px
    }
    .payment__form .outer__payment>form .payment__method .methods>.elem__method .content{
        padding-left:16px;
        padding-right:16px
    }
    .payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input{
        width:100%;
        max-width:100%;
        margin-right:0px !important;
        margin-bottom:16px
    }
    .payment__form .outer__payment>form .payment__method .methods>.elem__method .content .card>.group__input:last-child{
        margin-bottom:0px
    }
    .payment__form .outer__payment>form .payment__method .methods>.elem__method .content>.group__input{
        margin-bottom:16px
    }
    .main__product .box .element__info>.list>.elem{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .main__product .box .element__info>.list>.elem>.controls{
        min-width:0px;
        max-width:100%;
        width:100%
    }
    .main__product .box .element__info>.list>.elem>.desc{
        border-right:0px;
        border-bottom:1px solid #E6E6E6
    }
    .main__product .head__image>img{
        height:280px
    }
    .gallery .main__image>img{
        height:300px
    }
    .product__search .outer__product .products__inner .products__main>.top{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .flight__wrapper .element{
        padding:20px 15px
    }
    .flight__wrapper .element .type{
        margin-bottom:15px;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .flight__wrapper .element .type>p{
        margin-right:0px;
        margin-bottom:10px
    }
    .flight__wrapper .element .type .list{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .flight__wrapper .element .type .list>.el{
        margin-bottom:5px
    }
    .flight__wrapper .element .type .list>.el:last-child{
        margin-bottom:0px
    }
    .flight__wrapper .element .fields{
        grid-template-columns:1fr
    }
    .flight__wrapper .element .fields .group__submit button{
        width:100%
    }
    .plans__wrapper .outer__plans .grid{
        grid-template-columns:1fr
    }
    .plans__wrapper .outer__plans .grid .elem:nth-child(odd):last-child{
        left:0px
    }
    .gallery+.title{
        margin-bottom:16px;
        padding-bottom:16px
    }
    .article__wrapper .info__boxes>.elem__box .controls{
        margin-top:15px
    }
    .payment__form .outer__payment>form .payment__method .top{
        margin-bottom:20px
    }
}
.payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left{
    margin-right:10px
}
@media (max-width: 480px){
    .details__wrapper .details__info .content{
        padding:16px
    }
    .payment__form .outer__payment .success .desc>p{
        font-size:14px;
        line-height:20px
    }
    .payment__form .outer__payment .success .desc>h6{
        font-size:20px;
        line-height:26px
    }
    .payment__form .outer__payment>form .payment__method .methods>.elem__method .head .left>p{
        font-size:14px;
        line-height:19px
    }
    .services__block .outer__services .bottom.complex>.controls{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:100%
    }
    .services__block .outer__services .bottom.complex>.controls>a{
        width:100%;
        margin-right:0px;
        margin-bottom:10px
    }
    .services__block .outer__services .bottom.complex>.controls>a:last-child{
        margin-right:0px
    }
    .mariage__cta .outer__box>.desc .btn{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:100%
    }
    .mariage__cta .outer__box>.desc .btn>a{
        width:100%;
        margin-right:0px;
        margin-bottom:10px
    }
    .mariage__cta .outer__box>.desc .btn>a:last-child{
        margin-bottom:0px
    }
    .mariage__cta .outer__box{
        padding:20px
    }
    .mariage__card .outer__card{
        padding:20px 15px
    }
    .mariage__card .outer__card .desc .btn{
        width:100%;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .mariage__card .outer__card .desc .btn>a{
        width:100%;
        margin-right:0px;
        margin-bottom:10px
    }
    .mariage__card .outer__card .desc .btn>a:last-child{
        margin-bottom:0px
    }
    .article__wrapper .info__boxes>.elem__box .controls{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .article__wrapper .info__boxes>.elem__box .controls>a{
        width:100%;
        margin-bottom:10px;
        margin-right:0px
    }
    .article__wrapper .info__boxes>.elem__box .controls>a:last-child{
        margin-bottom:0px
    }
    .article__wrapper .info__boxes>.elem__box{
        padding:15px;
        border-radius:15px
    }
    .article__wrapper .cards__wrapper .card__full{
        padding:15px;
        border-radius:15px
    }
    .article__wrapper .cards__wrapper>.card{
        padding:15px;
        border-radius:15px
    }
    .article__wrapper .cards__wrapper>.card .media{
        min-width:0px
    }
    .form__wrapper .outer__form form>.double{
        grid-template-columns:1fr;
        grid-row-gap:16px;
        margin-bottom:16px
    }
    .form__wrapper .outer__form form>.group__input{
        margin-bottom:16px
    }
    .form__wrapper .outer__form form .group__check{
        margin-bottom:24px
    }
    .form__wrapper{
        padding-bottom:40px;
        padding-top:40px
    }
    .main__product .box .element__info>.list>.elem>.desc{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .main__product .box .element__info>.list>.elem>.desc{
        margin-right:0px;
        margin-bottom:10px;
        width:100%
    }
    .main__product .box .element__info>.list>.elem>.desc>.media>img{
        max-width:100%;
        width:100%
    }
    .main__product .box .element__info>.list>.elem>.desc>.media{
        margin-right:0px;
        margin-bottom:10px
    }
    .main__product .head__image>img{
        height:220px
    }
    .element__info .map #mapbox{
        height:280px
    }
    .main__product .box .element__info>.list>.elem>.desc{
        margin-bottom:0px
    }
    .main__product .box .element__info .top>h6{
        font-size:20px;
        line-height:28px
    }
    .main__product .box .element__info{
        margin-bottom:25px
    }
    .faq__wrapper .elem__faq{
        padding:15px 0px
    }
    .gallery .main__image>img{
        height:250px
    }
    .main__product .box .title>h6{
        font-size:22px;
        line-height:28px
    }
    .main__product .box .features .elem__feature .desc>p{
        font-size:16px;
        line-height:22px
    }
    .main__product .box .features .elem__feature .icon{
        margin-right:10px
    }
    .main__product .box .features .elem__feature .icon img{
        min-width:40px;
        max-width:40px
    }
    .product__search .outer__product .products__inner .products__main>.top>h6{
        margin-bottom:7px
    }
    .product__search .outer__product .products__inner .products__main>.top .sort>a{
        margin-bottom:5px
    }
    .product__search .outer__product .products__inner .products__main>.top .sort{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .product__search .outer__product .products__inner .products__main>.top .sort>.spacer{
        display:none
    }
    .pagination ul>li{
        margin-right:4px
    }
    .pagination ul>li>a,.pagination ul>li.dots{
        min-width:23px;
        max-width:23px;
        min-height:23px;
        max-height:23px;
        font-size:12px
    }
    .product__search .outer__product .products__inner .products__main .products__list{
        grid-template-columns:1fr
    }
    .contact__us .outer__contact .desc .top>h2{
        font-size:24px;
        line-height:30px;
        margin-bottom:10px
    }
    .contact__us .outer__contact .desc .top>p{
        font-size:15px;
        line-height:24px
    }
    .contact__us{
        padding:20px 0px
    }
    .contact__us .outer__contact .desc .top{
        margin-bottom:15px
    }
    .contact__us .outer__contact .desc .double{
        grid-template-columns:1fr;
        grid-row-gap:16px
    }
    .contact__us .outer__contact .desc .double{
        margin-bottom:16px
    }
    .contact__us .outer__contact .desc form>.group__input{
        margin-bottom:16px
    }
    .flight__wrapper .element .fields>div.group__input.longer{
        min-width:0px
    }
    .flight__wrapper .switcher ul>li a{
        min-width:90px
    }
    .destination__slider .outer__destination>.top{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .destination__slider .outer__destination>.top .left{
        width:100%;
        margin-bottom:10px
    }
    .destination__slider .outer__destination>.top .right{
        margin-left:auto
    }
    .adventure__block .adventure__slider .elem__slide>.inn .desc>span{
        -webkit-line-clamp:10
    }
    .info__box .outer__learn .desc>h6{
        font-size:20px;
        line-height:28px
    }
    .logos__box{
        padding:15px 0px
    }
    .logos__box .outer__logos>.elem__logo img{
        max-width:120px
    }
    .head__block>h2,.destination__slider .outer__destination>.top .left>h6{
        font-size:18px;
        line-height:26px
    }
    .head__block>span,.destination__slider .outer__destination>.top .left>span{
        font-size:13px;
        line-height:23px
    }
    .adventure__block .adventure__slider .elem__slide>.inn{
        padding:10px
    }
    .adventure__block .adventure__slider .elem__slide>.inn{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center
    }
    .adventure__block .adventure__slider .elem__slide>.inn .desc{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .adventure__block .adventure__slider .elem__slide>.inn .media{
        margin-right:0px;
        margin-bottom:12px
    }
    .cta__wrapper{
        padding:30px 0px
    }
    .cta__wrapper .outer__cta>h2{
        font-size:21px;
        line-height:26px
    }
    .cta__wrapper .outer__cta .float img{
        max-width:150px
    }
    footer .bottom ul{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    footer .bottom ul>li{
        margin-right:0px;
        margin-bottom:8px
    }
    footer .bottom ul>li:last-child{
        margin-bottom:0px
    }
}
@media (max-width: 400px){
    .gallery .main__image>img{
        height:220px
    }
}
@media (max-width: 360px){
    .gallery .main__image>img{
        height:190px
    }
}
 