.grad--min {
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .65))
}
input,textarea {
    border-radius: .2rem;
    border: 1px solid #979797
}
.grad--dark {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 19.7%, rgba(0, 0, 0, 0.85) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 19.7%, rgba(0, 0, 0, 0.85) 90%);
}

.center--e {
    margin: auto
}

.round {
    border-radius: 5px
}
.round-lg {
    border-radius: .5rem
}
.round-xl {
    border-radius: .75rem
}
.rounded-2xl {
    border-radius: 1rem
}
.small {
    font-size: .8em
}

.medium {
    font-size: .9em
}
.flex {
    display: flex;
}
/* Backgrounds */

.bg--main {
    background-color: rgb(3 78 161)
}

.bg--second {
    background-color: rgb(249 166 26);
}
.bg--lightyellow {
    background-color: rgb(255 246 228)
}
.bg--white {
    background-color: #fff;
}

.bg--grey {
    background:rgb(255 249 235);
}

.bg--black {
    background-color: rgb(55 65 81)
}
.bg--light {
    background-color: rgb(240 245 255);
}
img.lazy,
.bg--silver {
    background-color: rgba(41, 54, 59, 0.05)
}


/* Colors */

.clr--main {
    color: rgb(3 78 161);
}
.price,
a:hover,
.clr--second {
    color: rgb(249 166 26)
}
.weight500 {
    font-weight: 500

}
.clr--black {
    color: #374151
}
.clr--mid {
    color: #565656
}
.clr--grey {
    color: #888
}
.clr--white,
.white {
    color: #fff
}

.silver {
    color: rgba(255, 255, 255, 0.85)
}

.black {
    color: #374151;
}
.overflow {
    overflow: hidden;
}

.container--n {
    max-width: 700px
}

.lh13 {
    line-height: 1.3
}

.container--m {
    max-width: 860px;
    margin: 0 auto;
}

a {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
    color: #374151;
}

/* animation */
.ani--all {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.ani--clr {
    -webkit-transition: color .15s ease-in;
    transition: color .15s ease-in;
}

.ani--bg {
    -webkit-transition: background-color .15s ease-in;
    transition: background-color .15s ease-in;
}
.img-hover-zoom img {
    transition: transform .5s ease;
}
.img-hover-zoom:hover img {
    transform: scale(1.2);
}
.card-bottom__overlay {
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
}
.round-lg.card-bottom__overlay {
    border-radius: .5rem;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.line-clamp-1, .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.border {
    border: 1px solid #e0e0e0
}
.line {
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #e0e0e0
}

.grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    display: grid;
}

#logoimg {
    max-height: 45px;
    margin-top: 10px;
    transition: all .3s
}

body.common-home {
    padding-top: 90px
}

.justify-center {
    justify-content: center;
}    
.items-center {
    align-items: center;
}

.shadow {
    text-shadow: 0 1px 1px #000
}

a.btn:hover {
    color: #eee;
}

.btn.small {
    margin-top: 5px;
    font-weight:700;
    border-radius:0;
}

/*header*/

#site__header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#site__topper {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    display:flex;
}
#site__logo {
    padding-left: 80px;
    padding-right: 60px;
    height: 70px;
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
    background-color: #fff6e4;
    align-items: center;
}
#site__header-right {
    display: flex;
    color: #fff;
    padding-right: 80px;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
.site__question {
    padding: 2px 15px 2px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    margin-right: 15px;
}
.header__contact {padding-right: 30px;line-height: 1.2}
.header__contact div {clear: both;}
.header__contact div a{color: rgb(249 166 26);font-weight: 500;}
.header__contact div a:hover {text-decoration: underline; color:rgb(255 211 78)}
.header__hotline{
    color: #fff;
    font-weight: 500;
}
.header__link a {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 15px;
}
.header__link a:last-child {
    border-right: none;
}
.header__link a:hover {
    color:rgb(255 211 78);
}
#topmenu {
    clear: left;
    background-color:  rgb(249 250 251);
    border-bottom: 1px solid rgb(229 231 235);
}
#topmenu>ul {
    width: 100%;
    display: inline-block;
}

#site__header__search {
    margin: 30px 10px 0 10px;
}
.full--fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#topmenu a {
    display: block;
    padding: 1rem 15px;
    font-weight: 400;
}
#topmenu a#header__search {
    padding: 14px 10px 4px;
}

#topmenu #header__search-wrap span {
    position: absolute;
    display: block;
    right: -30px;
    padding: 5px;
    color: red;
    cursor: pointer;
    background-color:rgb(249 250 251)
}

#topmenu > ul > li > a {
    text-transform: uppercase;
}

#topmenu a:hover {
    color: rgb(3 78 161)
}

#topmenu > ul > li.site__quote {
    float: right;
}

#topmenu > ul > li.site__quote > a {
    border: 1px solid rgb(3 78 161);
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 12px;
    text-transform: none;
    padding: 5px 20px;
    color: rgb(3 78 161);
    transition: background-color 200ms linear;
}

#topmenu > ul > li.site__quote > a:hover {
    background-color:rgb(3 78 161);
    color: #fff;
    transition: background-color 200ms linear;
}

.slideshow__wrap {
    z-index: 1
}
.booking__col .ss-main .ss-single-selected{
    border-radius: 0;
}
.country__wrap{
    margin-top:15px
}

.tns-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    align-items: center;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.tns-nav button {
    border: 2px solid rgb(255 211 78);
    background: rgb(255 211 78);
    width: 25px;
    height: 5px;
    margin: 5px;
    padding: 0;
}

.tns-nav button.tns-nav-active {
    border-color: rgb(249 166 26);
    background:  rgb(249 166 26);
    width: 18px;
    height: 18px;
}

.tns-nav button:hover {
    background:  rgb(249 166 26)
}
.tns-controls {
    z-index: 3;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.tns-controls button {
    margin-right: 15px;
    border: 1px solid rgb(3 78 161);
    color: rgb(3 78 161);
    background: none;
    border-radius:50%;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.tns-controls button:hover {
    color: #fff;
    background-color:  rgb(3 78 161);
}
.slider-home {padding-bottom: 50px;}
.slide__desc {
    display: none;
    z-index: 2;
    max-width: 550px;
    bottom: 110px;
    left: 50%;
    margin-left: -175px
}

.slide__desc--left {
    left: 55px;
    margin-left: 0;
}

.slide__title {
    font-size: 52px;
    line-height: 1;
}

.icon__booking {
    right: 6px;
    top: 6px;
    color: #555;
    z-index: 2;
}

.scroll-downs {
    right: 30px;
    bottom: 30px;
    width: 22px;
    height: 38px;
    z-index: 2
}

.mousey {
    width: 3px;
    padding: 7px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 9px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 2px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.slide__btn {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 20px;
    letter-spacing: 0.05em;
    transition: background .3s
}

.slide__btn:hover {
    background: rgb(249 166 26);
    transition: background .3s
}

.booking {
    left: 50%;
    margin-left: -280px;
    top: 160px;
    background: rgba(0, 0, 0, .5);
    width: 560px;
    padding: 14px 20px;
    z-index: 5;
}

.booking input,
.booking select {
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    height: 30px;
}
.booking .ss-main{margin-bottom:10px}
.booking h3 {
    font-size: 36px;
    font-weight: 500;
}
.booking .h3 { margin-bottom: 20px;font-size: 18px;font-weight: 300;}
.booking .btn {
    margin-top: 27px;
}
.container--m.zonegutter code {
    text-align: center;
    display: block;
}
.container--m.zonegutter code a {
    background-color:rgb(249 166 26);
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: 5px 15px;
    font-size: 14px;
}
.hassub {
    position: relative;
}

.hassub>ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    z-index: 9;
    position: absolute;
    width: 216px;
    padding: 0;
    left: 0;
    margin: 0 0 0 -5px;
    background: #fff;
    transition: opacity .4s;

}
.hassub:hover>ul {
    opacity: .9;
    height: auto;
    visibility: visible;
    transition: opacity .4s;
    -webkit-animation:fadeInUp 400ms;
    animation:fadeInUp 400ms
}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
#topmenu .hassub ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#topmenu .hassub ul li:last-child {
    border-bottom: 0;
}

#topmenu .hassub ul li ul {
    left: 200px;
    top: -10px;
}

#topmenu .hassub ul a {
    font-weight: 400;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px;
}

#topmenu .hassub ul a:hover {
    color: #fff;
    background: rgb(3 78 161)
}

#menubutton:hover {
    margin-top: -3px
}

#menubutton:hover em {
    margin: 6px 0 5px;
}

#menubutton em {
    height: 1px;
    margin: 5px 0 4px;
    display: block;
    background: rgb(3 78 161);
    width: 24px;
    transition: all .2s
}

#menu-close {
    z-index: 999999;
    position: fixed;
    top: 15px;
    left: 320px;
    text-align: left;
    cursor: pointer;
}
#header__search-wrap {
    right: 42px;
    width: 220px;
    top: 13px;
}

.header__search-wrap-btn {
    right: 5px;
    line-height: 1;
    cursor: pointer;
    bottom: 0
}

#header__search-input {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.style--home {
    margin-bottom: 25px;
}
.icon-search {font-size: 24px;}
.icon--big {
    display: block;
    margin: 10px 0;
}
/*
.cat--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
}
.cat--item--0 {
    grid-row: span 2 / span 2;
}
.cat--item--3 {
    grid-column-start: 2;
    grid-row-start: 2;
}
.cat--item--4 {
    grid-column-start: 3;
    grid-row-start: 2;
}
.cat--item--5 {
    grid-column-start: 3;
    grid-row-start: 1;
}
*/
.cat--item {
    width: 30%;
    margin: 1.5%;
    float: left;
    height: 0;
    padding-bottom: 20%;
}
.cat--item--0 {
    padding-bottom: 43%;
}
.cat--item img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.cat--item:hover img {
    transform: translate(-50%,-50%);
    max-width: 106%;
    height: 106%;
    transition: all .3s;
}
.cat--item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background-color: rgb(3 78 161);
    padding: 10px 35px 11px 20px;
    font-size: 14px;
}
.error--list {
    color: red;
    font-size: 13px;
}
.box__title--under:after {
    content: "";
    width: 40px;
    background-color: rgb(249 166 26);
    height: 1px;
    display: block;
    margin: 15px 0
}

.box__title__under--center:after {
    content: "";
    width: 40px;
    background-color: rgb(249 166 26);
    height: 1px;
    display: block;
    margin: 10px auto;
}

.box--featured {
    padding: 10px;
}

.location {
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 10px;
}

.product--home:hover {
    box-shadow: 0px 5px 10px rgba(253, 206, 169, 0.59);
    background-image: linear-gradient(to bottom, rgb(249 166 26), rgb(249 166 26));
}

.product--home {
    padding: 1px;
    border-radius: 4px;
    box-shadow: 0px 24px 40px rgba(253, 206, 169, 0.19);
    transition: all .5s;
    padding: 1px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdcea9), to(rgb(249 166 26)));
    background-image: -webkit-linear-gradient(top, #fdcea9, rgb(249 166 26));
    background-image: linear-gradient(to bottom, #fdcea9, rgb(249 166 26));
}

div:hover .product--home__in {
    overflow: hidden;
}

.stars--single {
    width: 12px;
    margin-top: 5px;
    margin-right: 5px;
}

.product__wrap {
    height: 150px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
}

.btn {
    border: none;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    background: rgb(249 166 26);
    padding: 8px 12px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all 360ms ease;
    white-space: nowrap;
}

.btn:hover {
    color: #fff;
    background-color: rgb(3 78 161)
}

.link__bold {
    display: inline-block;
}

.link__bold:hover {
    color: black
}

.link__bold i {
    font-size: 14px;
    ;
    margin-bottom: -2px;
}

.btn--outline:hover {
    color: #fff;
    background: #cf0048;
    transition: all 360ms ease;
}

.btn--outline {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.4;
    max-width: 100%;
    color: #cf0048;
    border: 1px solid #cf0048;
    padding: 4px 12px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 360ms ease;
    white-space: nowrap;
}

.product__btn {
    margin-top: 15px;
}

.box__title-news {
    font-size: 2em
}

.price {
    margin-top: 9px;
    line-height: 1;
}

.trans {
    transition: all .3s ease-in-out;
}

.news {
    transition: all .3s ease-in-out;
    border: 1px solid #dedede;
}

.trans:hover,
.news:hover {
    transition: all .3s ease-in-out;
}

a.product:hover {
    color: inherit
}

.trans img.thumb,
.media img,
.news img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.trans:hover img.thumb,
.media:hover img,
.news:hover img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.0.5);
    transform: scale(1.05);
}

.news__wrap {
    height: 160px;
    padding: 0 15px 10px;
}

.news__other--wrap {
    height: 125px
}

.news a:hover {
    border-bottom: 2px solid rgb(249 166 26)
}

.news__latest a:hover {
    border-bottom: 2px solid rgb(249 166 26)
}

.news:hover i.hide {
    display: inline-block;
    margin-left: -10px;
}

.news__arrow em {
    content: "";
    width: 20px;
    margin-top: 12px;
    height: 1px;
    display: block;
    float: left;
    background-color: rgb(249 166 26)
}

.news__arrow {
    height: 20px
}

.news__category__cover {
    transform: scale(1);
    transition: all .2s;
}
.content__empty {
    min-height: 100px;
}
.news__category__cover:hover {
    transform: scale(1.03);
    transition: all .2s;
    z-index: 2;
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.3);
}

.news__category__title {
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
}

.location--mod {
    padding: 10px;
    z-index: 1;
}

i.right {
    float: right;
    margin: 2px 0 0
}


/* extra */

.container--child {
    max-width: 920px;
    padding-left: 15px;
    padding-right: 15px
}

.cover__banner {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.cover__banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.vspace {
    height: 70px
}

.card {
    padding-left: 20px;
    padding-right: 20px;
    background: url(email_env.png) repeat-x white;
    background-position: 0 0;
    -moz-box-shadow: rgba(0, 0, 0, .17) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, .17) 0 5px 13px;
    -o-box-shadow: rgba(0, 0, 0, .17) 0 5px 13px;
    -ms-box-shadow: rgba(0, 0, 0, .17) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, .17) 0 5px 13px;
}

.card textarea,
.card input {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: .3em .8em;
}

.btn--large {
    padding: .5em 1em;
    font-size: 1em;
    margin-top: 10px;
}

.captcha {
    margin-top: 5px
}

.media a:hover {
    color: rgb(249 166 26)
}

.newscontent h4 {
    font-size: 1em
}

.newscontent a {
    border-bottom: 1px dotted #fdcea9
}

.newscontent a:hover {
    border-bottom: 1px solid rgb(249 166 26);
    color: rgb(249 166 26)
}

.newscontent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newscontent ul li {
    padding-left: 2em;
    text-indent: -.7em;
}

.newscontent ul li::before {
    content: "• ";
    margin-left: -10px;
    color: rgb(249 166 26);
    font-size: 1.5em;
    line-height: 1;
    margin-right: 8px;
}

.catname {
    padding: 6px 20px;
    margin-top: 25px;
}

.list {
    border-top: 3px solid #ea495f;
}

.list a:hover {
    color: #ea495f;
}

.tags a {
    margin-right: 20px
}
.form__content {
    padding: 30px
}
/*product*/

#order_form {
    z-index: 999;
    background: #fff;
    padding: 15px;
    width: 420px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#order_form label {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: 700;
}

#order_form textarea,
#order_form input {
    width: 100%
}

.pagination li.last-page,
.pagination li.first-page {
    display: none
}

.breadcrumbs,
.breadcrumbs a {
    color: #999
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.success,
.warning,
.attention,
.help {
    padding: 10px;
    margin-bottom: 15px;
    color: #555;
}

.success {
    background: #99b998;
}

.warning {
    color: #fff;
    background: rgb(202, 60, 60);
}

.attention {
    color: #fff;
    background: rgb(223, 117, 20);
}

.required:after {
    content: " *";
    display: inline;
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
    padding: 5px 0;
}

.help {
    background: rgb(66, 184, 221);
}

.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination .active a,
.pagination a:hover {
    background: #17479d;
    color: #fff;
    border: 1px solid #17479d;
    transition: background-color .2s ease-out;
}

.pagination a {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    display: inline-block;
    padding: 3px 12px;
    border-radius:3px;
    text-decoration: none;
    color: #888;
    border: 1px solid #888;
}

.pagination b {
    display: inline-block;
    border: 1px solid #17479d;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #17479d;
    background: #fff;
}

.pagination .results {
    display: none;
}

.pagination ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0
}

.pagination li {
    list-style: none;
    padding: 1px;
    margin: 0;
}

.pagination li {
    display: inline-block
}
#site__footer {
    padding-top: 50px;
    color: #fff;
}
#site__footer h2 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #fff;
}
#site__footer .btn.small{
    font-size:14px;
    padding: 7px 15px
}
#site__footer hr {
    margin: 30px 0 20px;
    background:rgba(255,255,255,0.2);
}
.copyright {
    padding-bottom: 25px;
}
.menu__footer li {
    display: block;
}
.menu__footer a {
    padding: 5px 0;
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(209 213 219);
    transition: color 200ms linear;
}
.menu__footer a:hover{
    text-decoration: underline;
    color: rgb(249 166 26);
    transition: color 200ms linear;
}
.footer__social {
    background-color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    padding-top: 3px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    line-height: 1;
    text-align: center;
}
a.footer__social:hover {
    color: #fff;
    background-color: rgb(249 166 26);
}
.subscribe_button {
    border-radius: 0;
    right: 0;
    color: #fff;
    top: 0;
    background-color: rgb(249 166 26);
    text-transform: inherit;
}

#subscribe_email {
    padding: 7px 10px;
    color: #374151;
    transition: all .3s;
}

#subscribe_email:focus,
#subscribe_email:hover {
    transition: all .3s;
    border-color: #17479d;
}

.subscribe_box {
    margin-top: 10px
}
.footer_menu li {
    display: block
}

.footer_menu a {
    color: rgba(255, 255, 255, 0.85);
    display: block;
    padding: 5px 0;
    font-size: 13px;
}

.footer__social a {
    margin-right: 10px;
    font-size: 24px;
    color: #2f5286;
    display: inline-block;
}

.footer__social a:hover {
    color: rgb(249 166 26)
}


/* share social */

.shareme a {
    padding: 5px 10px;
    font-size: 11px;
    display: inline-block;
    color: #fff;
    margin-right: 7px;
}

.shareme a:hover {
    opacity: .5
}

a.face-icon {
    background-color: #5d82d1
}

a.twitter-icon {
    background-color: #40bff5
}

.shareme.small a {
    padding: 3px 12px;
    margin-right: 0
}

#loading a {
    cursor: pointer;
    margin-top: -5px
}

#loading {
    color: rgb(249 166 26);
    margin: 10px 0;
    padding: 5px 10px;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.tag {
    font-size: 1.3em;
    margin: 5px;
}

.line__p:after {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 3px;
    margin: 5px 0;
    background: rgb(249 166 26);
    display: block;
}

.title--large {
    font-size: 3em
}

.bottom {
    border-top: 1px solid #ccc;
}

.partners img:hover {
    filter: none;
    -webkit-filter: none;
    filter: none;
    transition: all .3s;
}

.partners img {
    margin: 0 15px;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 100%;
    border: 0;
    transition: all .3s;
}

.star {
    width: 72px;
}

.highlight ul li,
.highlight ul{
    margin:0;
    padding:0;
    list-style: none;
}
.highlight ul li{
    position: relative;
    padding: 5px 5px 5px 25px;
    border-bottom:1px solid #e0e0e0
}
.highlight ul li:before{
    display: block;
    width: 18px;
    float: left;;
    content: "\7a";
    font-family: "simpletour" !important;
    color: rgb(249 166 26);
    height: 18px;
    left: 0;
    top: 3px;
    font-size: 18px;
    position: absolute;
}

.box__category {
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}
.box__desc {
    margin-bottom: 2.75rem;
    margin-top: 0;
    font-size: 1.25rem;
    color: rgb(107 114 128);
}
.level__1 a.active {
    color: rgb(249 166 26)
}

.level__1 a i {
    transition: all .3s;
}

.level__1 a.active i {
    transform: rotate(90deg);
    transition: all .3s;
}

.level__1>a {
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee
}

.products__list {
    padding: 10px 0 0 10px;
}
.hoverslide{
cursor: pointer;
}
.tabcontent #gallery .hoverslide{
    width: 32%;
    margin: .5%;
    display: inline-block;
}
#gallery .hoverslide:hover i{
    opacity:1;
    transition: all .2s;
}
#gallery .hoverslide i{
    opacity:0;
    transition: all .2s;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
}
.hoverslide img{
    margin-left: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hoverslide:hover img{
    margin-left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
.banner__cat{
    min-height:300px;
}
.banner__cat .booking{
    top: 0;
}
.banner__cat .news__category__title{
    bottom:-70px
}
.sidebar__left .booking{
    position:static;
    margin: 0 auto;
    background:#2f5286
}
.box__left{
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 0 10px;
}
.right--row{
    border-left: 1px solid #eee
}
.grayscale img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .3s;
}
.grayscale img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .3s;
}
.tour--item {
    border-radius: 0.75rem;
    margin-bottom: 20px;
    transition: all cubic-bezier(.4,0,.2,1) .25s;
}
.tour--item:hover {
    transition: all cubic-bezier(.4,0,.2,1) .25s;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)
}
.product__holder {
    display: block;
    padding: 0 15px;
}
.product__holder:hover {
    color: inherit;
}
.tour--item .subheading {
    color: rgb(107 114 128);
    margin: 10px 0
}
.tour--item ul {
    padding: 0 0 5px 15px;
    margin: 0;
}
.image--holder {
    border-radius: 0.75rem 0 0 0.75rem;
}
.product__name {
    font-size: 1.5rem;
    display: -webkit-box;
    margin: 20px 0 0;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(55 65 81)
} 
.product__model {
    color: #666;
    text-transform: uppercase;
}
.product__desc {
    font-size: 15px;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bottom--fill {
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.object-cover {
    object-fit: cover;
}
.sticky--support {
    top: 135px
}
.box--support {
    padding: 15px;
    border: 1px solid rgb(3 78 161);
    line-height: 1.15;
}
.box--support .small{ font-size: .75em}
.box--support .btn {font-weight: 700; width: 100%;border-radius: 6px;}
.box--support .medium {font-size: .8em}
.box--support .btn--mid {
    background-color: #ccc;
    color: #000;
    text-transform: none;
}
.box--support .btn--large {margin-top: 5px}
.box--support .btn:hover {
    background-color: rgb(3 78 161);
}
.box--support ul {
    margin: 5px 0 5px -2px
}
.box--support__footer {
    line-height: 1.35;
}
.box--support__footer h5 {margin-top: 15px}
.box--support__footer div {
    font-style: italic;
}
.box--support__footer .icon {
    width: 11px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.form-group {
    margin-bottom: 10px
}
.form-group .ss-main.error {
    border: 1px solid red
}
.form-group textarea.error,
.form-group input.error {
    border-color: red;
    color: black;
    padding: .2em .5em
}
.form-group label {
    margin-bottom: 5px;
    display: block;
}
.booking__wrap .ss-main .ss-single-selected,
.form-group .ss-main {
    min-height: 31px;
    border-color: #979797;
}
label.indent {
    padding-left: 15px;
}
.inline--width {
    margin-top: 10px;
    border: 0;
    min-width: 240px;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}
#topmenu a.brouchure {display: none}
@media only screen and (min-width: 1024px) {
    .sticky--support {
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    body.common-home {
        padding-top: 0;
    }
    .slideshow__wrap {
        clear: both;
    }
    #menubutton {
        top: -17px;
        right: 15px
    }
    #site__header.spinned #logoimg,
    #logoimg {
        height: 45px;
        max-height: 45px;
        margin: 0 auto
    }
    #site__logo {
        margin-top: 10px
    }
    #site__header.spinned .hotline,
    .hotline {
        margin: 7px 50px -4px 0;
    }
    #header__search-wrap {
        display: block;
        padding: 5px 10px;
        position: static;
        width: 100%;
        border: 0;
    }
    #header__search-wrap > .red.right,
    .arr,
    #topmenu a#header__search,
    .site__question,
    .header__contact,
    .header__link,
    .hotline i {
        display: none;
    }
    #site__header.spinned,
    #site__header {
        position: static;
        padding-top: 0;
        height: 70px;
        text-align: center;
        background-color: #fff6e4;
    }
    .zonegutter {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .slide__desc {
        bottom: 50px;
        width: 360px;
        margin-left: -180px;
    }
    .slide__desc--left {
        left: 50%;
        text-align: center;
    }
    .slide__meta {
        margin-top: 0;
        font-size: 11px
    }
    .tns-nav {
        left: 0;
        right: 0;
        bottom: 10px;
        text-align: center;
    }
    .slide__title {
        font-size: 20px;
    }
    .box__desc {
        margin-bottom: 1rem;
        line-height: 1.35em;
        font-size: 1rem;
    }
    .price{font-size:16px}
    .banner__cat{
        min-height:auto;
    }
    .banner__cat .booking{display:none}
    .banner__cat .news__category__title{
        bottom:0
    }
    .booking h3 {font-size: 26px}
    .booking .h3 {font-size: 14px}
    .banner__cat h1{
        margin: 0;
    }
    .banner__cat .container--n{
        position: relative;
        z-index: 2;
        font-size: 12px;
        line-height: 1.3;
    }
    .image--holder {
        border-radius:0.75rem 0.75rem 0 0;
    }
    .product--item h3.h4.strong {
        font-size: 14px
    }
    .price__group{
        float:left;
        text-align: left;
    }
    .cat--item {
        width: 47%;
        padding-bottom: 70%;
    }
    .cat--item--4{
        width: 97%;
        padding-bottom: 55%;
    }
    .cat--item h3 {
        padding: 10px 45px 10px 20px;
    }
    .booking {
        top: 240px;
        padding:10px 20px;
        font-size: .95em;
        max-width: 100%;
        margin-left: -50%;
    }
    .box__title--under_center,
    body{
        padding: 0
    }
    .menu__footer{padding: 10px 15px;text-align:center}
    .menu__footer a{padding: 5px 10px}
    
    .footer__info{padding:0 15px}
    .newsletter {
        padding: 10px 17px 10px 7px;
        margin-bottom: 20px;
    }
    h1,.h1 {font-size: 1.4rem;}
    h2,.h2 {font-size: 1.2rem;}
    .copyright{
        font-size: .9em;
    }
    .box__title-news,
    .box--featured__title {
        font-size: 1.35em
    }
    .box__title-news {
        margin-bottom: 10px
    }
    .hassub ul:before,
    .lang--active,
    .slide__btn {
        display: none;
    }
    .footer__newsletter-col {
        padding-left: 15px;
    }
    .product__name {
        font-size: 1.35em;
        line-height: 1.43;
        -webkit-line-clamp: 5;
    }
    .product__holder {padding: 0 10px}
    .product__style .h5 {font-weight: normal;}
    .product__desc {
        -webkit-line-clamp: 5;
    }
    footer .zonegutter {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    #menu-close .h2{ font-size: 2.5rem; }
    #topmenu li,
    #topmenu ul {
        display: block;
        text-align: left;
    }
    #topmenu .homepage a {
        color: rgb(3 78 161);
        font-weight: 600;
    }
    #topmenu a {
        text-align: left;
        padding:2px 15px
    }
    .header__search-wrap-btn {right:15px;bottom: auto; top: 5px}
    #header__search-input {background-color: #fff;border:0;padding: 5px 10px}
    #site__header.spinned #topmenu,
    #topmenu {
        float: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: 0;
        height: 100%;
        padding-top: 0;
        overflow: auto;
        width: 300px;
        z-index: 334999;
    }
    li.site__quote a,
    .emlink a {
        border-radius: 6px;
        padding: 5px 10px !important;
        font-weight: 600 !important;
        margin: 15px 45px 7px 15px;
        color: rgb(3 78 161);
        border: 1px solid rgb(3 78 161);
    }
    .socialmobile {
        left: 0;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 50px;
        bottom: 0;
        right: 0;
        width: 300px;
        background: url(footer-banner.png) center bottom no-repeat;
        background-size: 450px;
    }
    .search__holder {
        float: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px
    }
    #topmenu a.brouchure {display: block}
    #topmenu .hassub.twocols ul {width:100%}
    #topmenu .hassub.twocols ul li {width: 100%;display:block}
    #topmenu .socialmobile a { 
        display: inline-block;
        margin: 5px;
        width: 32px;
        height: 32px;
        font-size: 20px;
        border-radius: 50%;
        border: 1px solid #374151;
        padding: 0;
        text-align: center;
        background-size: 100% !important;
    }
    #topmenu .socialmobile a.facebook {
        background: url(face-icon.png) center center no-repeat;
    }
    #topmenu .socialmobile a.youtube {
        background: url(you-icon.png) center center no-repeat;
    }
    #topmenu .socialmobile a.trip {
        background: url(trip-icon.png) center center no-repeat;
    }
    ul.active{
        display: block;
    }
    .hassub > span{
        display: block;
        position: relative;
        padding: 2px 15px;
    }
    .hassub > span::after{
        content:'';
        float: right;
        z-index: 10;
        display: block;
        width: 15px;
        height: 11px;
        background: url(icon-arr.png) no-repeat;
        background-size: contain;
        transform: rotateX(180deg);
    }
    .hassub ul {
        position: static;
        width: 100%;
        left: 0;
        margin-left: 0;
        padding:0 0 0 20px;
    }
    .hassub .hassub > span{
        color: #fff;
        font-weight:normal;
        padding-left: 15px
    }
    
    #topmenu .hassub ul a:hover {
        color: rgb(3 78 161);
        background: none;
    }

    .why__box {
        padding: 5px 15px 15px;
    }
    .intro__video{
        padding: 15px
    }
    .news__scroll, .why__box{
        height: auto;
        margin-bottom:15px
    }
    #wrap__book{
        padding: 10px 15px 0 5px
    }
    #wrap__book .btn.small{
        margin: 10px auto 0
    }
    .tabs{
        padding-left:0;
    }
    .tabs li a{
        padding:5px 10px;
    }
}
.day__details .grid2 {
    clear: both;
}

@font-face {
    font-family: "simpletour";
    src: url("fonts/simpletour.eot");
    src: url("fonts/simpletour.eot?#iefix") format("embedded-opentype"), url("fonts/simpletour.woff") format("woff"), url("fonts/simpletour.ttf") format("truetype"), url("fonts/simpletour.svg#simpletour") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "simpletour" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    float: left;
    margin: 3px 5px 0 0;
}
[data-icon]:before {
    font-family: "simpletour" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "simpletour" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
    content: "\61";
}

.icon-menu:before {
    content: "\62";
}

.icon-cancel:before {
    content: "\63";
}

.icon-right-open-mini:before {
    content: "\64";
}

.icon-left-open-mini:before {
    content: "\65";
}

.icon-down-open-mini:before {
    content: "\66";
}

.icon-search:before {
    content: "\67";
}

.icon-home-1:before {
    content: "\68";
}

.icon-social-facebook:before {
    content: "\69";
}
.footer__social .icon-youtube-square,
.footer__social .icon-social-facebook {
    font-size: 24px;
} 
.icon-social-trip:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(trip-icon.png) center center no-repeat;
    background-size: 100%;
}

.icon-twitter-square:before {
    content: "\6a";
}

.icon-youtube-square:before {
    content: "\6b";
}

.icon-call-phone:before {
    content: "\6c";
}

.icon-envelope:before {
    content: "\6d";
}

.icon-star-1:before {
    content: "\6e";
}

.icon-fighter-jet:before {
    content: "\6f";
}

.icon-paper-plane:before {
    content: "\70";
}

.icon-location:before {
    content: "\71";
}

.icon-instagram:before {
    content: "\72";
}

.icon-social-linkedin:before {
    content: "\73";
}

.icon-calendar:before {
    content: "\74";
}

.icon-clock:before {
    content: "\75";
}

.icon-bubbles-talk-1:before {
    content: "\76";
}

.icon-quote-right:before {
    content: "\77";
}

.icon-ticket:before {
    content: "\78";
}
.icon-check-5:before {
    content: "\79";
}

.icon-check-mark:before {
    content: "\7a";
}

.icon-minus:before {
    content: "\41";
}

.icon-foundation:before {
    content: "\42";
}

.icon-map:before {
    content: "\43";
}

.icon-globe:before {
    content: "\44";
}

.icon-world:before {
    content: "\45";
}

.icon-shopping-cart:before {
    content: "\46";
}

.icon-shield:before {
    content: "\47";
}

.icon-shield-1:before {
    content: "\48";
}

.icon-arrow-up:before {
    content: "\49";
}

.icon-upload-cloud:before {
    content: "\4a";
}

.icon-thumbs-up:before {
    content: "\4b";
}

.icon-share:before {
    content: "\4c";
}

.icon-share-outline:before {
    content: "\4d";
}

.icon-link:before {
    content: "\4e";
}

.icon-mail:before {
    content: "\4f";
}
.icon-hand-o-right:before {
    content: "\50";
}
.whatsapp{display:block; color:#fff !important; }


.m-tel{display:none !important;}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 45px;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px; 
    font-size: 25vmin;
    background-color: #eaf9e8;
    border-radius: 30px;
    box-shadow: 0 0 0 0em rgba(7, 174, 213, 0), 0em 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    z-index:999;
}

.whatsapp::before,
.whatsapp::after {
  position: absolute;
  content: "";
}

.whatsapp::before {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.whatsapp::after {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url('icon-whatsapp-2.png?v=101');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

.hotlinesmall {width: 50px;height: 50px; }
.hotlinesmall::before{width: 50px;height: 50px;}
.hotlinesmall::after{top: 5px;left: 5px;}

.whatsapp.is-animating {
  animation: whatsapp-outer 3000ms infinite;
}

.whatsapp.is-animating::before, .whatsapp.is-animating::after {
    -webkit-animation: whatsapp-icon 3000ms infinite;
    animation: whatsapp-icon 3000ms infinite;
}

@keyframes whatsapp-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(7, 174, 213, 0),
      0em 1px 2px rgba(0, 0, 0, 0.2);
  }
  33.3333% { 
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow:
      0 0 0 0em rgba(7, 174, 213, 0.1),
      0em 1px 2px rgba(0, 0, 0, 0.8);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 30px rgba(7, 174, 213, 0),
      0em 1px 2px rgba(0, 0, 0, 0.5);
  } 
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(7, 174, 213, 0),
      0em 1px 2px rgba(0, 0, 0, 0.2);
  }
}

@keyframes whatsapp-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes whatsapp-icon {
  0% { transform: translate3d(0em, 0, 0); }
  2% { transform: translate3d(0.01em, 0, 0); }
  4% { transform: translate3d(-0.01em, 0, 0); }
  6% { transform: translate3d(0.01em, 0, 0); }
  8% { transform: translate3d(-0.01em, 0, 0); }
  10% { transform: translate3d(0.01em, 0, 0); }
  12% { transform: translate3d(-0.01em, 0, 0); }
  14% { transform: translate3d(0.01em, 0, 0); }
  16% { transform: translate3d(-0.01em, 0, 0); }
  18% { transform: translate3d(0.01em, 0, 0); }
  20% { transform: translate3d(-0.01em, 0, 0); }
  22% { transform: translate3d(0.01em, 0, 0); }
  24% { transform: translate3d(-0.01em, 0, 0); }
  26% { transform: translate3d(0.01em, 0, 0); }
  28% { transform: translate3d(-0.01em, 0, 0); }
  30% { transform: translate3d(0.01em, 0, 0); }
  32% { transform: translate3d(-0.01em, 0, 0); }
  34% { transform: translate3d(0.01em, 0, 0); }
  36% { transform: translate3d(-0.01em, 0, 0); }
  38% { transform: translate3d(0.01em, 0, 0); }
  40% { transform: translate3d(-0.01em, 0, 0); }
  42% { transform: translate3d(0.01em, 0, 0); }
  44% { transform: translate3d(-0.01em, 0, 0); }
  46% { transform: translate3d(0em, 0, 0); }
}
@media (max-width:768px) {
    .whatsapp {right: 10px !important; bottom: 5px; opacity: 0.9;}
    .Phone{opacity: 0.9;}
    .hotlinesmall {width: 40px;height: 40px; }
    .hotlinesmall::before{width: 40px;height: 40px;}
    .hotlinesmall::after{width: 35px;height: 35px;top: 3px;left: 3px;}
}

.popup {
    left:50%;top:50%;width:480px;
    max-width: 100%;
    border-radius: 10px;
    padding: 10px 30px;
    min-height:180px;transform: translateX(-50%);margin-top:-90px;position:fixed;z-index:334999;background-color:rgba(255,255,255,.95)
}
.popup__close {
    border:0;
    border-radius: -10px -30px 0 0;
    margin: -10px -30px 0 0;
    background-color: #fff;
}
.popup__destroy {
    padding: 4px 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.popup__form textarea,
.popup__form input {
    width: 100%;
    margin-top: 10px
}
.popup__form{padding-bottom: 20px}
#email__message {
    color: red
}
.invalid {border:1px solid red}

.banner__wrap {
    height: 345px
}
.banner__wrap--vid {
    height: 650px
}
.banner__wrap--vid .plyr {
    margin: 0 auto;
}
a.btn-download {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 9999px;
}
a.btn-download svg {
    float: left;
    margin-right: 10px;
}
.readmore {
    font-size: 12px;
}
.product h3.h5 {padding-top: 5px}
div.ss-content {z-index: 2}
div.spm-wrapper {width: 100%}
img.spm-flag-image {
    margin-top: 5px;
    margin-left: 5px;
}