@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Black.ttf) format('truetype');
    font-weight:900;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-BlackItalic.ttf) format('truetype');
    font-weight:900;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-BoldItalic.ttf) format('truetype');
    font-weight:700;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-ExtraBold.ttf) format('truetype');
    font-weight:800;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-ExtraBoldItalic.ttf) format('truetype');
    font-weight:800;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-ExtraLight.ttf) format('truetype');
    font-weight:200;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-ExtraLightItalic.ttf) format('truetype');
    font-weight:200;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Italic.ttf) format('truetype');
    font-weight:400;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Light.ttf) format('truetype');
    font-weight:300;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-LightItalic.ttf) format('truetype');
    font-weight:300;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Medium.ttf) format('truetype');
    font-weight:500;
    font-style:normal;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-MediumItalic.ttf) format('truetype');
    font-weight:500;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-SemiBold.ttf) format('truetype');
    font-weight:600;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-SemiBoldItalic.ttf) format('truetype');
    font-weight:600;
    font-style:italic;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-Thin.ttf) format('truetype');
    font-weight:100;
    font-style:normal;
    font-display: fallback;
}
@font-face {
    font-family:'mont';
    src:url(../fonts/ttf/Montserrat-ThinItalic.ttf) format('truetype');
    font-weight:100;
    font-style: italic;
    font-display: fallback;
}
.clearfix:after {
    content:"\00A0";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.clearfix {
    display:inline-block
}
html[xmlns] .clearfix {
    display:block
}
* html .clearfix {
    height:1%
}
.clearfix {
    display:block
}
.clear {
    clear:both
}
html,body {
    margin:0;
    padding:0;
    height:100%;
    margin:0;
    min-height:100%;
    width:100%;
    font-family:'mont';
}
.alignleft {
    float:left;
    text-align:left
}
.alignright {
    float:right;
    text-align:right
}
.aligncenter {
    text-align:center
}
a,a:hover {
    text-decoration:none
}
.wrapper {
    margin:0 auto;
    position:relative;
    max-width:1000px;
    width:100%
}
.w25 {
    width:25%;
    float:left;
}
.left {
    float:left
}
.right {
    float:right
}
:focus {
    outline:none
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color:#7f7f7f;
    opacity:1;
    font-style:italic;
}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color:transparent
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color:#7f7f7f;
    opacity:1;
    font-style:italic;
}
input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
    color:transparent
}
input::-moz-placeholder,textarea::-moz-placeholder {
    color:#7f7f7f;
    font-style:italic;
    opacity:1;
}
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    color:transparent
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color:#7f7f7f;
    opacity:1;
    font-style:italic;
}
input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
    color:transparent
}
.w100 {
    width:100%
}
.toTop {
    background:url(../img/up.png) no-repeat center;
    width:81px;
    height:81px;
    line-height:44px;
    position:fixed;
    bottom:40px;
    right:30px;
    z-index:900;
    opacity:0;
    display:block;
    text-align:center;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -webkit-transform-origin:right;
    -moz-transform-origin:right;
    -ms-transform-origin:right;
    -o-transform-origin:right;
    transform-origin:right;
    -moz-transform:perspective(300px) rotateY(-120deg) translateZ(1px);
    -ms-transform:perspective(300px) rotateY(-120deg) translateZ(1px);
    -o-transform:perspective(300px) rotateY(-120deg) translateZ(1px);
    transform:perspective(300px) rotateY(-120deg) translateZ(1px)
}
.toTop.on {
    opacity:1;
    -webkit-transition-delay:0!important;
    -moz-transition-delay:0!important;
    -ms-transition-delay:0!important;
    -o-transition-delay:0!important;
    transition-delay:0!important;
    -webkit-transform:perspective(300px) rotateY(0deg);
    -moz-transform:perspective(300px) rotateY(0deg);
    -ms-transform:perspective(300px) rotateY(0deg);
    -o-transform:perspective(300px) rotateY(0deg);
    transform:rotateY(0deg)
}
.toTop.off {
    opacity:0
}
.logo img{
    display:block;
    max-width:100%;
    height:auto;
}
.logo {
    float: left;
    width: 201px;
    margin: 13px 0 0;
}
#content {
    min-height: 100%;
    position: relative;
    background: #fff;
}
#body {
    padding-bottom: 615px;
}
.footer {
    position: Absolute;
    width: 100%;
    bottom: 0;
    height:615px;
    background-image:url(../img/footerback.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:cover;
}
.meniuout ul li a:hover {
    color:#0a3fa5;
}
.meniuout ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    padding: 35px 0;
    display: block;
    -moz-transition:color 0.2s ease;
    -ms-transition:color 0.2s ease;
    -o-transition:color 0.2s ease;
    -webkit-transition:color 0.2s ease;
    transition:color 0.2s ease;
}
.meniuout ul ul li a{
    padding:10px 50px;
    font-size:13px;
    font-weight:600;
    text-transform: none;
    box-sizing:border-box;
}
.meniuout ul li:hover ul {
    display:block;
}
.meniuout ul ul {
    display:none;
    position: absolute;
    top: 86px;
    left: -50px;
    padding: 30px 0;
    box-sizing: border-box;
    width: 290px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 10;
}
.meniuout ul > li:last-child {
    margin-right: 40px;
}
.meniuout ul li {
    list-style: none;
    float: left;
    margin-right: 55px;
    margin-right: 36px;
    position: relative;
    margin-bottom: -4px;
    z-index: 20;
    text-align:left;
}
div#header {
    text-align: right;
}
.meniuout ul {
    padding:0;
    margin:0;
    display:inline-block;
}
.meniuout {
    display: inline-block;
}
.socialicon {
    display:inline-block;
    vertical-align: top;
    width:24px;
    height:24px;
    border-radius: 50%;
    margin-right:6px;
    margin-top:33px;
}
.icon-facebook {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23355dad%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22header_fb%22%20class%3D%22cls-1%22%20d%3D%22M1378.25%2C33.245a12%2C12%2C0%2C1%2C0%2C11.99%2C12A12%2C12%2C0%2C0%2C0%2C1378.25%2C33.245Zm4.57%2C6.111h-1.66a1.3%2C1.3%2C0%2C0%2C0-1.55%2C1.526v2h3.1v3.134h-3.1V54.06h-3.24V46.018h-2.7V42.884h2.7V40.572a3.777%2C3.777%2C0%2C0%2C1%2C4.03-4.143l2.42%2C0v2.923h0Z%22%20transform%3D%22translate%28-1366.25%20-33.25%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-youtube {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ea0d0d%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22header_youtube%22%20class%3D%22cls-1%22%20d%3D%22M1342.06%2C47.875c1.8-.934%2C3.58-1.859%2C5.39-2.793-1.81-.943-3.6-1.873-5.39-2.81v5.6Zm2.19-14.63a12%2C12%2C0%2C1%2C0%2C11.99%2C12A12%2C12%2C0%2C0%2C0%2C1344.25%2C33.245Zm8.17%2C16a2.138%2C2.138%2C0%2C0%2C1-1.83%2C1.664%2C56.912%2C56.912%2C0%2C0%2C1-6.35.235%2C56.822%2C56.822%2C0%2C0%2C1-6.34-.235%2C2.138%2C2.138%2C0%2C0%2C1-1.83-1.664%2C17.864%2C17.864%2C0%2C0%2C1-.3-4.006%2C18.469%2C18.469%2C0%2C0%2C1%2C.3-4.005%2C2.151%2C2.151%2C0%2C0%2C1%2C1.83-1.665%2C85.884%2C85.884%2C0%2C0%2C1%2C12.69%2C0%2C2.128%2C2.128%2C0%2C0%2C1%2C1.83%2C1.665%2C17.864%2C17.864%2C0%2C0%2C1%2C.3%2C4.005A17.865%2C17.865%2C0%2C0%2C1%2C1352.42%2C49.25Z%22%20transform%3D%22translate%28-1332.25%20-33.25%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-trip {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%231dd08e%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22header_tripadvisor%22%20class%3D%22cls-1%22%20d%3D%22M1314.75%2C44.556a1.459%2C1.459%2C0%2C1%2C0%2C1.45%2C1.459A1.463%2C1.463%2C0%2C0%2C0%2C1314.75%2C44.556Zm0%2C2.2a0.74%2C0.74%2C0%2C1%2C1%2C.73-0.738A0.737%2C0.737%2C0%2C0%2C1%2C1314.75%2C46.753Zm-9.01-4.3a3.6%2C3.6%2C0%2C1%2C0%2C3.6%2C3.614A3.608%2C3.608%2C0%2C0%2C0%2C1305.74%2C42.455Zm0.05%2C5.79a2.232%2C2.232%2C0%2C1%2C1%2C2.13-2.235A2.238%2C2.238%2C0%2C0%2C1%2C1305.79%2C48.246Zm4.46-15a12%2C12%2C0%2C1%2C0%2C11.99%2C12A12%2C12%2C0%2C0%2C0%2C1310.25%2C33.245Zm6.89%2C16.658a4.429%2C4.429%2C0%2C0%2C1-2.4.691%2C4.245%2C4.245%2C0%2C0%2C1-1.09-.138%2C4.526%2C4.526%2C0%2C0%2C1-2.21-1.309c-0.08-.086-0.16-0.175-0.25-0.272-0.32.482-.64%2C0.956-0.96%2C1.441-0.33-.484-0.64-0.954-0.95-1.421l-0.04.016c0%2C0.006-.01.013-0.01%2C0.02a4.487%2C4.487%2C0%2C0%2C1-2.81%2C1.587%2C4.346%2C4.346%2C0%2C0%2C1-1.86-.1%2C4.414%2C4.414%2C0%2C0%2C1-2.2-1.372%2C4.34%2C4.34%2C0%2C0%2C1-1.08-2.3%2C4.248%2C4.248%2C0%2C0%2C1%2C.08-1.788%2C4.378%2C4.378%2C0%2C0%2C1%2C.7-1.529%2C0.2%2C0.2%2C0%2C0%2C0%2C.02-0.131%2C4.923%2C4.923%2C0%2C0%2C0-.63-1.364c-0.07-.108-0.15-0.209-0.23-0.313V41.583a0.5%2C0.5%2C0%2C0%2C0%2C.05%2C0c0.9%2C0%2C1.81%2C0%2C2.72%2C0a0.262%2C0.262%2C0%2C0%2C0%2C.12-0.038%2C9.93%2C9.93%2C0%2C0%2C1%2C2.03-.986%2C10.821%2C10.821%2C0%2C0%2C1%2C1.58-.427%2C12.722%2C12.722%2C0%2C0%2C1%2C1.56-.206%2C13.347%2C13.347%2C0%2C0%2C1%2C3%2C.132%2C9.721%2C9.721%2C0%2C0%2C1%2C1.49.348%2C10.3%2C10.3%2C0%2C0%2C1%2C2.41%2C1.1%2C0.349%2C0.349%2C0%2C0%2C0%2C.18.053c0.89%2C0%2C1.78%2C0%2C2.66%2C0%2C0.08%2C0%2C.15.008%2C0.22%2C0.012v0.029c-0.04.063-.09%2C0.127-0.13%2C0.19a5.717%2C5.717%2C0%2C0%2C0-.71%2C1.478%2C0.186%2C0.186%2C0%2C0%2C0%2C.02.161A4.527%2C4.527%2C0%2C0%2C1%2C1317.14%2C49.9Zm-11.47-5.347a1.459%2C1.459%2C0%2C1%2C0%2C1.47%2C1.454A1.451%2C1.451%2C0%2C0%2C0%2C1305.67%2C44.556Zm0.02%2C2.205a0.747%2C0.747%2C0%2C1%2C1%2C0-1.494A0.747%2C0.747%2C0%2C1%2C1%2C1305.69%2C46.761Zm8.98-4.292a3.6%2C3.6%2C0%2C1%2C0%2C3.68%2C3.6A3.6%2C3.6%2C0%2C0%2C0%2C1314.67%2C42.469Zm0.16%2C5.777a2.232%2C2.232%2C0%2C1%2C1%2C2.14-2.238A2.239%2C2.239%2C0%2C0%2C1%2C1314.83%2C48.246Zm-3.15-5.515a4.575%2C4.575%2C0%2C0%2C1%2C2.83-1.2%2C10.277%2C10.277%2C0%2C0%2C0-4.02-.837%2C11.086%2C11.086%2C0%2C0%2C0-4.57.816A3.039%2C3.039%2C0%2C1%2C0%2C1311.68%2C42.731Z%22%20transform%3D%22translate%28-1298.25%20-33.25%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.headsocials {
    display: inline-block;
    vertical-align: top;
}
.line840 {
    line-height:833px;
}
.valign{
    display:inline-block;
    width:100%;
    line-height:1;
    vertical-align: middle;
}
.slider:before {
    content:'';
    position:absolute;
    background-image:url(../img/glow_slide.png);
    height:116px;
    width:100%;
    bottom:0;
    left:0;
}
.slider:after {
    content: '';
    position: absolute;
    background-image: url(../img/cloudsexport.png);
    height: 100%;
    width: 100%;
    bottom: -25px;
    background-repeat: no-repeat;
    left: 0;
    z-index: 1;
}
.slider {
    position:relative;
    background-size: cover;
    background-position: top center;
    /*background-repeat:no-repeat;*/
}
.slidetitle {
    text-align: center;
    color: #fff;
    font-size: 57px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 60px;
    line-height: normal;
    margin-top: -200px;
}
h1.slidetitle p {
    margin: 0 0;
}
.relative {
    position:relative;
}
.zindex {
    z-index: 10;
}
.slidebutton:hover {
    background-color:#f51721;
}
.slidebutton {
    background-color:#ff2630;
    max-width:220px;
    width:100%;
    line-height:56px;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    color:#fff;
    font-size:14px;
    position:relative;
    font-weight:800;
    text-align:center;
    text-transform: uppercase;
    display:inline-block;
    border-radius:28px;
    margin:0 15px;
    -moz-transition:background-color 0.2s ease;
    -ms-transition:background-color 0.2s ease;
    -o-transition:background-color 0.2s ease;
    -webkit-transition:background-color 0.2s ease;
    transition:background-color 0.2s ease;
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         6px 6px 18px 0px rgba(0, 0, 0, 0.09);
}
.icon-fly:hover {
    background-color:#0c45b3;
}
.icon-fly {
    background-color: #0a3fa5;
}
.icon-reserv:hover {
    background-color:#f6c70e;
}
.icon-reserv {
    color:#000;
    background-color: #ffd119;
}
.icon-gift span:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_gift%22%20class%3D%22cls-1%22%20d%3D%22M776.125%2C527.045v6.818A1.132%2C1.132%2C0%2C0%2C0%2C777.25%2C535h5.625v-7.954h-6.75Zm15.75-4.545h-3.56a4.464%2C4.464%2C0%2C0%2C0%2C.628-0.508%2C2.393%2C2.393%2C0%2C0%2C0%2C0-3.344%2C2.36%2C2.36%2C0%2C0%2C0-3.3%2C0c-0.489.5-1.782%2C2.507-1.6%2C3.852h-0.081c0.178-1.345-1.116-3.357-1.6-3.852a2.362%2C2.362%2C0%2C0%2C0-3.3%2C0%2C2.4%2C2.4%2C0%2C0%2C0%2C0%2C3.344%2C4.584%2C4.584%2C0%2C0%2C0%2C.628.508h-3.559A1.132%2C1.132%2C0%2C0%2C0%2C775%2C523.636v1.7a0.565%2C0.565%2C0%2C0%2C0%2C.562.568h7.313v-2.272h2.25v2.272h7.312A0.565%2C0.565%2C0%2C0%2C0%2C793%2C525.34v-1.7A1.132%2C1.132%2C0%2C0%2C0%2C791.875%2C522.5Zm-9.066-.038a0.369%2C0.369%2C0%2C0%2C1-.209.038%2C5.5%2C5.5%2C0%2C0%2C1-2.746-1.31%2C1.248%2C1.248%2C0%2C0%2C1%2C0-1.74%2C1.189%2C1.189%2C0%2C0%2C1%2C1.7%2C0C782.317%2C520.22%2C783.071%2C522.188%2C782.809%2C522.462ZM785.4%2C522.5a0.354%2C0.354%2C0%2C0%2C1-.207-0.038c-0.262-.274.492-2.242%2C1.25-3.012a1.218%2C1.218%2C0%2C0%2C1%2C1.7%2C0%2C1.246%2C1.246%2C0%2C0%2C1%2C0%2C1.74A5.5%2C5.5%2C0%2C0%2C1%2C785.4%2C522.5Zm-0.273%2C4.545V535h5.625a1.131%2C1.131%2C0%2C0%2C0%2C1.125-1.136v-6.818h-6.75Z%22%20transform%3D%22translate%28-775%20-518%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-fly  span:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2224%22%20viewBox%3D%220%200%2015%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballoon%22%20class%3D%22cls-1%22%20d%3D%22M1035.28%2C535.987h-1.56V534.7h-1.55V540h4.66v-5.3h-1.55v1.287Zm-2.06-8.623%2C1.28%2C5.278%2C1.28-5.283a17.775%2C17.775%2C0%2C0%2C0%2C.44-4.1%2C16.592%2C16.592%2C0%2C0%2C0-.69-5.014c-0.46-1.371-.93-1.651-1.03-1.651s-0.57.28-1.03%2C1.651a16.592%2C16.592%2C0%2C0%2C0-.69%2C5.014A17.851%2C17.851%2C0%2C0%2C0%2C1033.22%2C527.364ZM1036.13%2C516a5.968%2C5.968%2C0%2C0%2C1%2C.87%2C1.757%2C18.182%2C18.182%2C0%2C0%2C1%2C.77%2C5.5%2C19.8%2C19.8%2C0%2C0%2C1-.48%2C4.459l-1.32%2C5.44h0.6l4.06-5.617a7.371%2C7.371%2C0%2C0%2C0%2C1.37-4.282A7.452%2C7.452%2C0%2C0%2C0%2C1036.13%2C516Zm-3.1%2C17.158-1.32-5.435a19.874%2C19.874%2C0%2C0%2C1-.48-4.464%2C17.874%2C17.874%2C0%2C0%2C1%2C.77-5.5%2C5.968%2C5.968%2C0%2C0%2C1%2C.87-1.757%2C7.452%2C7.452%2C0%2C0%2C0-5.87%2C7.259%2C7.368%2C7.368%2C0%2C0%2C0%2C1.37%2C4.282l4.06%2C5.617h0.6Z%22%20transform%3D%22translate%28-1027%20-516%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-reserv  span:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_calendar%22%20class%3D%22cls-1%22%20d%3D%22M1290.96%2C531.976l-3.02-.657v-0.892a8.083%2C8.083%2C0%2C0%2C0%2C.46-0.823%2C5.3%2C5.3%2C0%2C0%2C1%2C.35-0.647%2C3.732%2C3.732%2C0%2C0%2C0%2C1.18-1.865%2C1.636%2C1.636%2C0%2C0%2C0-.16-1.346%2C10.19%2C10.19%2C0%2C0%2C0-.19-2.3%2C2.644%2C2.644%2C0%2C0%2C0-.62-1.88%2C1.823%2C1.823%2C0%2C0%2C0-1.12-.475%2C2.408%2C2.408%2C0%2C0%2C1-.34-0.075%2C4.057%2C4.057%2C0%2C0%2C0-1.96-.517%2C4.542%2C4.542%2C0%2C0%2C0-4.03%2C2.774%2C6.607%2C6.607%2C0%2C0%2C0-.17%2C2.081v0.336a1.923%2C1.923%2C0%2C0%2C0-.15%2C1.4%2C3.687%2C3.687%2C0%2C0%2C0%2C1.17%2C1.862%2C5.467%2C5.467%2C0%2C0%2C1%2C.37.656%2C6.519%2C6.519%2C0%2C0%2C0%2C.46.818v0.893l-3.02.657a2.758%2C2.758%2C0%2C0%2C0-2.17%2C2.685v1.648a0.69%2C0.69%2C0%2C0%2C0%2C.69.688h13.75a0.681%2C0.681%2C0%2C0%2C0%2C.68-0.688v-1.648A2.763%2C2.763%2C0%2C0%2C0%2C1290.96%2C531.976ZM1293.81%2C515a6.164%2C6.164%2C0%2C0%2C0-5.97%2C4.663c0.05%2C0.025.11%2C0.033%2C0.16%2C0.059l0.07%2C0.014a3.126%2C3.126%2C0%2C0%2C1%2C1.9.9%2C3.831%2C3.831%2C0%2C0%2C1%2C.98%2C2.625%2C10.476%2C10.476%2C0%2C0%2C1%2C.19%2C2.145%2C3.02%2C3.02%2C0%2C0%2C1%2C.21%2C1.452%2C6.1%2C6.1%2C0%2C0%2C0%2C2.46.518A6.188%2C6.188%2C0%2C1%2C0%2C1293.81%2C515Zm1.86%2C8.737a0.678%2C0.678%2C0%2C0%2C1-.48.2%2C0.7%2C0.7%2C0%2C0%2C1-.49-0.2l-2.06-2.063a0.68%2C0.68%2C0%2C0%2C1-.2-0.486v-2.75a0.685%2C0.685%2C0%2C1%2C1%2C1.37%2C0V520.9l1.86%2C1.862A0.684%2C0.684%2C0%2C0%2C1%2C1295.67%2C523.736Z%22%20transform%3D%22translate%28-1278%20-515%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.slidebutton span:before {
    content: '';
    position: Absolute;
    width: 22px;
    height: 22px;
    right: 25px;
    top: 16px;
}
.homeintro {
    background: #0a3fa5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    left: 0;
    width: 100%;
    margin: 0 0 -4px;
}
.introwrap {
    /*margin-left:166px;*/
    padding-left:33px;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_star%22%20class%3D%22cls-1%22%20d%3D%22M499.688%2C105.8a1.153%2C1.153%2C0%2C0%2C0%2C.272-1.152%2C1.083%2C1.083%2C0%2C0%2C0-.869-0.765l-3.632-.551a0.477%2C0.477%2C0%2C0%2C1-.358-0.272l-1.624-3.437a1.056%2C1.056%2C0%2C0%2C0-1.929%2C0l-1.624%2C3.438a0.478%2C0.478%2C0%2C0%2C1-.358.271l-3.632.551a1.085%2C1.085%2C0%2C0%2C0-.869.765%2C1.153%2C1.153%2C0%2C0%2C0%2C.272%2C1.152l2.628%2C2.676a0.508%2C0.508%2C0%2C0%2C1%2C.137.439l-0.62%2C3.778a1.135%2C1.135%2C0%2C0%2C0%2C.235.911%2C1.054%2C1.054%2C0%2C0%2C0%2C1.326.273l3.248-1.783a0.467%2C0.467%2C0%2C0%2C1%2C.443%2C0l3.248%2C1.783a1.019%2C1.019%2C0%2C0%2C0%2C.5.131%2C1.06%2C1.06%2C0%2C0%2C0%2C.825-0.4%2C1.132%2C1.132%2C0%2C0%2C0%2C.235-0.911l-0.62-3.778a0.505%2C0.505%2C0%2C0%2C1%2C.137-0.439Z%22%20transform%3D%22translate%28-485%20-99%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:left center;
}
.sectiontitle span{
    display:block;
    font-weight:800;
}
.sectiontitle {
    color:#000000;
    font-size:45px;
    font-weight:300;
    text-transform: uppercase;
    text-align:Center;
    margin:90px 0 90px;
}
.tab:nth-child(4n) {
    margin-right:0;
}
.tab {
    float:left;
    width:100%;
    margin-right:26px;
    max-width:300px;
    cursor: pointer;
}
.row {
    display:inline-block;
    width:100%;
}

.tabinner strong{
    display:block;
    font-weight:900;
    font-size:21px;
}
.tabinner {
    text-align:Center;
    font-size:18px;
    font-weight:400;
    text-transform: uppercase;
    padding-top: 0;
    box-sizing: border-box;
    position:relative;
    padding-bottom:33px;
}
.tabinner:hover .tabicon {
    top: -5px;
}
.tabicon {
    top: 0;
    position:relative;
    -moz-transition:top 0.2s ease;
    -ms-transition:top 0.2s ease;
    -o-transition:top 0.2s ease;
    -webkit-transition:top 0.2s ease;
    transition:top 0.2s ease;
    margin:0 0 25px;
    height:45px;
    width:100%;
    background-position:bottom center;
    background-repeat:no-repeat;
}
.icon_group {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23facb10%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_group%22%20class%3D%22cls-1%22%20d%3D%22M973.357%2C4824a4.25%2C4.25%2C0%2C1%2C1-4.252%2C4.25A4.249%2C4.249%2C0%2C0%2C1%2C973.357%2C4824Zm21.261%2C0a4.25%2C4.25%2C0%2C1%2C1-4.252%2C4.25A4.249%2C4.249%2C0%2C0%2C1%2C994.618%2C4824Zm-10.63%2C0a4.25%2C4.25%2C0%2C1%2C1-4.252%2C4.25A4.249%2C4.249%2C0%2C0%2C1%2C983.988%2C4824Zm6.372%2C22.21-0.968-9.67a2.123%2C2.123%2C0%2C0%2C0-2.113-1.92H980.7a2.126%2C2.126%2C0%2C0%2C0-2.116%2C1.92l-0.967%2C9.67a1.071%2C1.071%2C0%2C0%2C0%2C.27.82%2C1.059%2C1.059%2C0%2C0%2C0%2C.787.34h1.162l0.872%2C8.72a2.127%2C2.127%2C0%2C0%2C0%2C2.118%2C1.91h2.328a2.123%2C2.123%2C0%2C0%2C0%2C2.115-1.91l0.872-8.72H989.3A1.046%2C1.046%2C0%2C0%2C0%2C990.36%2C4846.21Zm-14.047%2C2.25a3.211%2C3.211%2C0%2C0%2C1-.815-2.47l0.968-9.66a4.148%2C4.148%2C0%2C0%2C1%2C.557-1.64%2C2.349%2C2.349%2C0%2C0%2C0-.374-0.07h-6.581a2.124%2C2.124%2C0%2C0%2C0-2.115%2C1.92l-0.968%2C9.67a1.075%2C1.075%2C0%2C0%2C0%2C.27.82%2C1.059%2C1.059%2C0%2C0%2C0%2C.787.34h1.163l0.872%2C6.59a2.117%2C2.117%2C0%2C0%2C0%2C2.117%2C1.91h2.328a2.117%2C2.117%2C0%2C0%2C0%2C2.116-1.91l0.638-4.81A3.2%2C3.2%2C0%2C0%2C1%2C976.313%2C4848.46Zm24.677-2.26-0.97-9.66a2.119%2C2.119%2C0%2C0%2C0-2.111-1.92h-6.58a2.356%2C2.356%2C0%2C0%2C0-.378.07%2C4.18%2C4.18%2C0%2C0%2C1%2C.557%2C1.64l0.967%2C9.66a3.182%2C3.182%2C0%2C0%2C1-.8%2C2.45%2C3.012%2C3.012%2C0%2C0%2C1-.972.7l0.638%2C4.82a2.115%2C2.115%2C0%2C0%2C0%2C2.115%2C1.91h2.328a2.117%2C2.117%2C0%2C0%2C0%2C2.116-1.91l0.871-6.59h1.163A1.064%2C1.064%2C0%2C0%2C0%2C1000.99%2C4846.2Z%22%20transform%3D%22translate%28-967%20-4824%29%22/%3E%0A%3C/svg%3E%0A);
}
.tabinner .icon_group {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2232%22%20viewBox%3D%220%200%2048%2032%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2304c75b%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_group%22%20class%3D%22cls-1%22%20d%3D%22M1106.83%2C620.7a3.615%2C3.615%2C0%2C1%2C0%2C3.63%2C3.615A3.628%2C3.628%2C0%2C0%2C0%2C1106.83%2C620.7Zm12.59-3.855a3.79%2C3.79%2C0%2C1%2C0%2C3.81%2C3.789A3.8%2C3.8%2C0%2C0%2C0%2C1119.42%2C616.842Zm15.14-3.86a4.369%2C4.369%2C0%2C1%2C0%2C4.39%2C4.369A4.384%2C4.384%2C0%2C0%2C0%2C1134.56%2C612.982Zm9.91%2C28.944h-2.58l1.32-11.324a5.54%2C5.54%2C0%2C0%2C0-1.38-4.347%2C5.6%2C5.6%2C0%2C0%2C0-4.17-1.865h-6.2a5.579%2C5.579%2C0%2C0%2C0-5.56%2C6.212l1.32%2C11.324h-2.06l-1.29-11.089a7.649%2C7.649%2C0%2C0%2C1%2C.17-2.659%2C4.672%2C4.672%2C0%2C0%2C0-2.1-.5h-5.04a4.637%2C4.637%2C0%2C0%2C0-4.61%2C5.153l1.06%2C9.1h-2.05l-1.04-8.859a6.475%2C6.475%2C0%2C0%2C1%2C.15-2.324%2C4.66%2C4.66%2C0%2C0%2C0-1.72-.335h-3.71a4.567%2C4.567%2C0%2C0%2C0-4.55%2C5.084l0.75%2C6.434h-1.65a1.528%2C1.528%2C0%2C1%2C0%2C0%2C3.055h44.94A1.528%2C1.528%2C0%2C1%2C0%2C1144.47%2C641.926Z%22%20transform%3D%22translate%28-1098%20-612.969%29%22/%3E%0A%3C/svg%3E%0A);
}

.icon_specialoffer {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd119%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_specialoffer%22%20class%3D%22cls-1%22%20d%3D%22M1448%2C1188a18%2C18%2C0%2C1%2C0%2C18%2C18A18.014%2C18.014%2C0%2C0%2C0%2C1448%2C1188Zm9.9%2C16.41-3.82%2C3.72%2C0.9%2C5.26a1.557%2C1.557%2C0%2C0%2C1-.62%2C1.52%2C1.534%2C1.534%2C0%2C0%2C1-.92.3%2C1.567%2C1.567%2C0%2C0%2C1-.72-0.18l-4.72-2.48-4.72%2C2.48a1.558%2C1.558%2C0%2C0%2C1-2.26-1.64l0.9-5.26-3.82-3.72a1.554%2C1.554%2C0%2C0%2C1%2C.87-2.66l5.27-.77%2C2.36-4.78a1.561%2C1.561%2C0%2C0%2C1%2C2.8%2C0l2.36%2C4.78%2C5.27%2C0.77A1.562%2C1.562%2C0%2C0%2C1%2C1457.9%2C1204.41Z%22%20transform%3D%22translate%28-1430%20-1188%29%22/%3E%0A%3C/svg%3E%0A);
}

.icon_airballoon2 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2226%22%20height%3D%2243%22%20viewBox%3D%220%200%2026%2043%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballoon2%22%20class%3D%22cls-1%22%20d%3D%22M470.345%2C1216.81h-2.69v-2.3h-2.69V1224h8.069v-9.49h-2.689v2.3Zm-3.569-15.45%2C2.224%2C9.46%2C2.225-9.47a33.577%2C33.577%2C0%2C0%2C0%2C.75-7.35%2C30.351%2C30.351%2C0%2C0%2C0-1.2-8.98c-0.8-2.45-1.606-2.96-1.779-2.96s-0.983.51-1.779%2C2.96a30.348%2C30.348%2C0%2C0%2C0-1.2%2C8.98A33.67%2C33.67%2C0%2C0%2C0%2C466.776%2C1201.36Zm5.055-20.36a11.19%2C11.19%2C0%2C0%2C1%2C1.5%2C3.15%2C33.188%2C33.188%2C0%2C0%2C1%2C1.334%2C9.85%2C36.523%2C36.523%2C0%2C0%2C1-.823%2C7.99l-2.292%2C9.75h1.038l7.042-10.06A13.51%2C13.51%2C0%2C0%2C0%2C482%2C1194%2C13.25%2C13.25%2C0%2C0%2C0%2C471.831%2C1181Zm-5.381%2C30.74-2.29-9.74a36.556%2C36.556%2C0%2C0%2C1-.825-8%2C33.188%2C33.188%2C0%2C0%2C1%2C1.334-9.85%2C11.19%2C11.19%2C0%2C0%2C1%2C1.5-3.15A13.25%2C13.25%2C0%2C0%2C0%2C456%2C1194a13.51%2C13.51%2C0%2C0%2C0%2C2.37%2C7.68l7.042%2C10.06h1.038Z%22%20transform%3D%22translate%28-456%20-1181%29%22/%3E%0A%3C/svg%3E%0A);
}

.icon_airballoon3 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2243%22%20viewBox%3D%220%200%2030%2043%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ff2630%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballoon3%22%20class%3D%22cls-1%22%20d%3D%22M801.8%2C1181.13a8.038%2C8.038%2C0%2C0%2C0-1.389.13c1%2C1.21%2C1.845%2C3.28%2C1.845%2C6.89v0.39a48.15%2C48.15%2C0%2C0%2C1-3.351%2C16.98c-0.309.87-.567%2C1.64-0.789%2C2.35h-1.843c0.254-.89.58-1.84%2C0.97-2.96a46.478%2C46.478%2C0%2C0%2C0%2C3.248-16.37v-0.39c0-3.14-.718-5.35-2.017-6.29a8.732%2C8.732%2C0%2C0%2C0-2.471%2C1.65%2C9.079%2C9.079%2C0%2C0%2C0-2.218-1.64c-1.324%2C1.02-2.115%2C3.44-2.115%2C6.59l0%2C0.18a46.322%2C46.322%2C0%2C0%2C0%2C3.246%2C16.4c0.374%2C1.06.684%2C1.98%2C0.936%2C2.83h-1.843c-0.215-.68-0.462-1.4-0.753-2.23a47.782%2C47.782%2C0%2C0%2C1-3.35-16.98l0-.18c0-3.26.727-5.78%2C2.055-7.32a6.963%2C6.963%2C0%2C0%2C0-1.519-.16c-4.521%2C0-9.365%2C3.52-9.364%2C8.81l0.007%2C0.14c0%2C7.19%2C3.917%2C12.37%2C6.776%2C16.16a28.437%2C28.437%2C0%2C0%2C1%2C2.133%2C3.05c0.213%2C0.56%2C1.847%2C4.92%2C1.738%2C7.82a2.674%2C2.674%2C0%2C0%2C0-1.826%2C2.54v1.79a2.673%2C2.673%2C0%2C0%2C0%2C2.646%2C2.69h7.056a2.673%2C2.673%2C0%2C0%2C0%2C2.646-2.69v-1.79a2.673%2C2.673%2C0%2C0%2C0-1.827-2.54c-0.108-2.9%2C1.526-7.26%2C1.737-7.82a29.8%2C29.8%2C0%2C0%2C1%2C2.129-3.06c2.862-3.8%2C6.78-9.01%2C6.78-16.14l0-.38C811.083%2C1184.36%2C806.267%2C1181.13%2C801.8%2C1181.13Zm-6.6%2C35.7h-1.7a24.347%2C24.347%2C0%2C0%2C0-1.446-7.17H795.2v7.17Zm3.465%2C0h-1.7v-7.17h3.147A24.347%2C24.347%2C0%2C0%2C0%2C798.669%2C1216.83Z%22%20transform%3D%22translate%28-781.094%20-1181%29%22/%3E%0A%3C/svg%3E%0A);
}
.active .tabinner:before {
    content:'';
    position:absolute;
    bottom:0;
    height:3px;
    width:100%;
    background:#0c3b97;
    left:0;
}
.active .tabinner.tabicon_airballoon3:before {
    background:#f52332;
}
.active .tabinner.tabicon_airballoon3:after {
    border-color: #f52332 transparent transparent transparent;
}
.active .tabinner.tabicon_group:before {
    background:#21d5ac;
}
.active .tabinner.tabicon_group:after {
    border-color: #21d5ac transparent transparent transparent;
}
.active .tabinner.tabicon_specialoffer:before {
    background:#feb935;
}
.active .tabinner.tabicon_specialoffer:after {
    border-color: #feb935 transparent transparent transparent;
}
.active .tabinner:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #0c3a97 transparent transparent transparent;
}
.tabinner p{
    margin:0;
}
.productlist:nth-child(4n) {
    margin-right:0;
}
.productlist img{
    border-radius: 18px;
    display: block;
    opacity: 0.78;
    margin-bottom: 1px;
}
.productlist:before {
    content: '';
    position: Absolute;
    width: 100%;
    height: calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    height: -ms-calc(100% - 55px);
    height: -o-calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: calc(100% - 3px);
    background: #000;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
    /*z-index: -1;*/
}
.productlist:after {
    content: '';
    position: Absolute;
    width: 100%;
    height: calc(50% - 55px);
    height: -moz-calc(50% - 55px);
    height: -ms-calc(50% - 55px);
    height: -o-calc(50% - 55px);
    height: -webkit-calc(50% - 55px);
    height: calc(50% - 3px);
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
    z-index: -1;
    background: rgb(243,243,243);
    background: -moz-linear-gradient(180deg, rgba(243,243,243,0) 0%, rgba(0,0,0,0.9) 62%);
    background: -webkit-linear-gradient(180deg, rgba(243,243,243,0) 0%, rgba(0,0,0,0.9) 62%);
    background: linear-gradient(180deg, rgba(243,243,243,0) 0%, rgba(0,0,0,0.9) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#000000",GradientType=1);
    bottom: 0;
    z-index: 1;
    opacity:0.9;
}
.productlist {
    border-radius:18px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 300px;
    width:100%;
    margin-right: 22px;
}
.tabcontent{
    padding-top: 26px;
    display:none;
}
.tabcontent.active{
    display:block;
}
.producttitle {
    display: block;
    position: absolute;
    z-index: 10;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 0 28px;
    font-weight: 700;
    width: 100%;
    box-sizing: BORDER-BOX;
    line-height: 24px;
    height: 48px;
    margin:0;
    bottom: 120px;
}
.productlistbottom {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22300%22%20height%3D%2255.87%22%20viewBox%3D%220%200%20300%2055.87%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr_300px%22%20class%3D%22cls-1%22%20d%3D%22M872%2C2331h300v-55s-0.34%2C16-18%2C16h-72s-18.93-3.15-28%2C16-25.64%2C21-33%2C21-24.335-4.21-31-21.06S966.46%2C2292%2C962%2C2292H887s-15-1.07-15-15v54Z%22%20transform%3D%22translate%28-872%20-2275.13%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat no-repeat;
    position:absolute;
    bottom:0;
    height:55px;
    display:block;
    width:100%;
    z-index: 10;
}
.plusbtn {
    border-radius:50%;
    width:48px;
    height:48px;
    position:Absolute;
    bottom:24px;
    left:calc(50% - 24px);
    z-index: 10;
    background-color:#ff2630;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_plus%22%20class%3D%22cls-1%22%20d%3D%22M471.174%2C1807.17V1815h-2.348v-7.83H461v-2.34h7.826V1797h2.348v7.83H479v2.34h-7.826Z%22%20transform%3D%22translate%28-461%20-1797%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:center center;
}
.productprice .pricelabel {
    font-size:15px;
    font-weight:400;
}
.productprice {
    color: #ffffff;
    display: block;
    position: Absolute;
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    bottom: 190px;
    left: 0;
    width: 100%;
}
.redbtn:hover {
    background:#f51721;
}
.redbtn {
    font-weight:800;
    text-transform: uppercase;
    color:#ffffff;
    border-radius:28px;
    line-height:56px;
    max-width:240px;
    display:inline-block;
    width:100%;
    text-align:center;
    background:#ff2630;
    font-size:14px;
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-transition:background 0.2s ease;
    -ms-transition:background 0.2s ease;
    -o-transition:background 0.2s ease;
    -webkit-transition:background 0.2s ease;
    transition:background 0.2s ease;
    padding:0;
    border:0;
    cursor: pointer;
}
.bluebtn:hover {
    background:#0c45b3;
}
.bluebtn {
    font-weight:800;
    text-transform: uppercase;
    color:#ffffff;
    border-radius:28px;
    line-height:56px;
    max-width:240px;
    display:inline-block;
    width:100%;
    text-align:center;
    background:#0a3fa5;
    font-size:14px;
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-transition:background 0.2s ease;
    -ms-transition:background 0.2s ease;
    -o-transition:background 0.2s ease;
    -webkit-transition:background 0.2s ease;
    transition:background 0.2s ease;
    padding:0;
    border:0;
    cursor: pointer;
}
.whitebtn:hover {
    background:#0c45b3;
    color:#fff;
}
.whitebtn {
    font-weight:800;
    text-transform: uppercase;
    color:#000000;
    border-radius:28px;
    line-height:56px;
    max-width:240px;
    display:inline-block;
    width:100%;
    text-align:center;
    background:#ffffff;
    font-size:14px;
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-transition:background 0.2s ease, color 0.2s ease;
    -ms-transition:background 0.2s ease, color 0.2s ease;
    -o-transition:background 0.2s ease, color 0.2s ease;
    -webkit-transition:background 0.2s ease, color 0.2s ease;
    transition:background 0.2s ease, color 0.2s ease;
    padding:0;
    border:0;
    cursor: pointer;
}
.margintop90 {
    margin-top:90px;
}
.calculator {
    height:618px;
    width:100%;
    background-repeat: no-repeat;
    background-position:top center;
}
.calcinner.row {
    position: absolute;
    top: 346px;
}
.max240 {
    float:left;
    max-width:240px;
    width:100%;
}
.calctitle {
    color:#ffffff;
    font-size:15px;
    font-weight:800;
    text-transform: uppercase;
}
.calcinner .max240:after {
    width: 3px;
    height: 40px;
    background: #ff2731;
    top: 41px;
    right: -2px;
    content: '';
    position: Absolute;
}
.calcinner .max240 {
    padding: 41px 0;
    padding-left: 60px;
    background-position: 24px 50px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
}
.icon_balloonsmall {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2215%22%20viewBox%3D%220%200%2012%2015%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_balloonsmall%22%20class%3D%22cls-1%22%20d%3D%22M353.816%2C2474.65a6.425%2C6.425%2C0%2C0%2C0-5.632%2C0c-0.878%2C2.63.088%2C4.68%2C1.111%2C6.85a15.728%2C15.728%2C0%2C0%2C1%2C1.339%2C3.55h0.732a15.728%2C15.728%2C0%2C0%2C1%2C1.339-3.55C353.728%2C2479.33%2C354.694%2C2477.28%2C353.816%2C2474.65Zm-5.417%2C7.22c-0.92-1.96-1.868-3.96-1.426-6.42-0.074.07-.145%2C0.13-0.216%2C0.2a5.375%2C5.375%2C0%2C0%2C0%2C0%2C7.95l1.393%2C1.31a0.492%2C0.492%2C0%2C0%2C0%2C.346.14h1.139A15.581%2C15.581%2C0%2C0%2C0%2C348.4%2C2481.87Zm6.844-6.22c-0.071-.07-0.143-0.13-0.216-0.19%2C0.441%2C2.45-.506%2C4.45-1.426%2C6.41a15.581%2C15.581%2C0%2C0%2C0-1.236%2C3.18h1.143a0.494%2C0.494%2C0%2C0%2C0%2C.346-0.14l1.389-1.31A5.375%2C5.375%2C0%2C0%2C0%2C355.243%2C2475.65Zm-6.609%2C10.31h0Zm0%2C0%2C0.358%2C0.73v1.85a0.478%2C0.478%2C0%2C0%2C0%2C.489.46h3.037a0.478%2C0.478%2C0%2C0%2C0%2C.49-0.46v-1.85l0.359-.73h-4.733Z%22%20transform%3D%22translate%28-345%20-2474%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon_location {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_location%22%20class%3D%22cls-1%22%20d%3D%22M589%2C2474a6.005%2C6.005%2C0%2C0%2C0-6%2C6c0%2C4.43%2C5.536%2C9.69%2C5.771%2C9.91a0.337%2C0.337%2C0%2C0%2C0%2C.229.09%2C0.332%2C0.332%2C0%2C0%2C0%2C.228-0.09c0.236-.22%2C5.772-5.48%2C5.772-9.91A6.005%2C6.005%2C0%2C0%2C0%2C589%2C2474Zm0%2C9.33a3.33%2C3.33%2C0%2C1%2C1%2C3.333-3.33A3.333%2C3.333%2C0%2C0%2C1%2C589%2C2483.33Z%22%20transform%3D%22translate%28-583%20-2474%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon_people {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_people%22%20class%3D%22cls-1%22%20d%3D%22M833.539%2C2475a3.491%2C3.491%2C0%2C1%2C1-3.285%2C3.49A3.393%2C3.393%2C0%2C0%2C1%2C833.539%2C2475Zm-7.469.5h0.022a2.726%2C2.726%2C0%2C0%2C1%2C2%2C.9%2C3.087%2C3.087%2C0%2C0%2C1%2C.8%2C2.11%2C3.046%2C3.046%2C0%2C0%2C1-.831%2C2.09%2C2.706%2C2.706%2C0%2C0%2C1-1.992.88h-0.022a2.732%2C2.732%2C0%2C0%2C1-2-.91%2C3.059%2C3.059%2C0%2C0%2C1-.8-2.11A2.908%2C2.908%2C0%2C0%2C1%2C826.07%2C2475.5Zm-0.139%2C6.55H826.2a4.917%2C4.917%2C0%2C0%2C1%2C3.305%2C1.27%2C8%2C8%2C0%2C0%2C0-.625.55%2C6.485%2C6.485%2C0%2C0%2C0-1.36%2C2.02%2C6.356%2C6.356%2C0%2C0%2C0-.492%2C2.15H821v-1.06A4.935%2C4.935%2C0%2C0%2C1%2C825.931%2C2482.05Zm2.158%2C5.99a5.281%2C5.281%2C0%2C0%2C1%2C5.286-4.97H833.7a5.3%2C5.3%2C0%2C0%2C1%2C5.3%2C5.3V2489H828.079v-0.63C828.079%2C2488.26%2C828.082%2C2488.15%2C828.089%2C2488.04Z%22%20transform%3D%22translate%28-821%20-2475%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.calcselect {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-family: 'mont';
    font-weight: 500;
    -moz-appearance: none;
    max-width: 100%;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    color:#6494f1;
    -khtml-appearance: none;
    appearance: none;
    padding-right: 35px;
    cursor: pointer;
    box-sizing: BORDER-BOX;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%224%22%20viewBox%3D%220%200%207%204%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%236494f1%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22dropdown_arrow%22%20class%3D%22cls-1%22%20d%3D%22M526%2C2502.56a0.533%2C0.533%2C0%2C0%2C1%2C.18-0.4%2C0.652%2C0.652%2C0%2C0%2C1%2C.867%2C0l2.453%2C2.25%2C2.453-2.25a0.652%2C0.652%2C0%2C0%2C1%2C.867%2C0%2C0.523%2C0.523%2C0%2C0%2C1%2C0%2C.79L529.5%2C2506l-3.32-3.05A0.528%2C0.528%2C0%2C0%2C1%2C526%2C2502.56Z%22%20transform%3D%22translate%28-526%20-2502%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:right center;
    background-position: 98% center;
}
.max180 {
    max-width:180px;
    width:100%;
    float:left;
}
.calcprice {
    color: #6494f1;
    font-size: 27px;
    font-weight: 800;
    text-align: Center;
    padding: 44px 0;
    box-sizing: BORDER-BOX;
}
.max260 {
    float:left;
    max-width:260px;
    width:100%;
}
.max120 {
    float:left;
    max-width:120px;
    width:100%;
}
.calcbtn {
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    cursor: pointer;
    font-weight: 900;
    padding: 49px 0;
    text-transform: uppercase;
}
.giftbtn strong{
    display:block;
    font-size:19px;
    letter-spacing: 0.42px;
    font-weight:900;
}
.giftbtn span{
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_gift%22%20class%3D%22cls-1%22%20d%3D%22M1532.12%2C2463.04v6.82a1.137%2C1.137%2C0%2C0%2C0%2C1.13%2C1.14h5.62v-7.96h-6.75Zm15.75-4.54h-3.55a4.446%2C4.446%2C0%2C0%2C0%2C.62-0.51%2C2.384%2C2.384%2C0%2C0%2C0%2C0-3.34%2C2.354%2C2.354%2C0%2C0%2C0-3.3%2C0c-0.48.49-1.78%2C2.51-1.6%2C3.85h-0.08c0.18-1.34-1.12-3.36-1.6-3.85a2.354%2C2.354%2C0%2C0%2C0-3.3%2C0%2C2.384%2C2.384%2C0%2C0%2C0%2C0%2C3.34%2C4.446%2C4.446%2C0%2C0%2C0%2C.62.51h-3.56a1.135%2C1.135%2C0%2C0%2C0-1.12%2C1.14v1.7a0.568%2C0.568%2C0%2C0%2C0%2C.56.57h7.31v-2.27h2.25v2.27h7.32a0.568%2C0.568%2C0%2C0%2C0%2C.56-0.57v-1.7A1.131%2C1.131%2C0%2C0%2C0%2C1547.87%2C2458.5Zm-9.06-.04a0.365%2C0.365%2C0%2C0%2C1-.21.04%2C5.559%2C5.559%2C0%2C0%2C1-2.75-1.31%2C1.25%2C1.25%2C0%2C0%2C1%2C0-1.74%2C1.22%2C1.22%2C0%2C0%2C1%2C.86-0.36%2C1.2%2C1.2%2C0%2C0%2C1%2C.85.36C1538.32%2C2456.22%2C1539.07%2C2458.19%2C1538.81%2C2458.46Zm2.59%2C0.04a0.365%2C0.365%2C0%2C0%2C1-.21-0.04c-0.26-.27.49-2.24%2C1.25-3.01a1.222%2C1.222%2C0%2C0%2C1%2C1.71%2C0%2C1.25%2C1.25%2C0%2C0%2C1%2C0%2C1.74A5.559%2C5.559%2C0%2C0%2C1%2C1541.4%2C2458.5Zm-0.28%2C4.54V2471h5.63a1.129%2C1.129%2C0%2C0%2C0%2C1.12-1.14v-6.82h-6.75Z%22%20transform%3D%22translate%28-1531%20-2454%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: -16px;
}
.giftbtn:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #0a40a5;
    position:Absolute;
    top:calc(50% - 9px);
    top:-moz-calc(50% - 9px);
    top:-ms-calc(50% - 9px);
    top:-o-calc(50% - 9px);
    top:-webkit-calc(50% - 9px);
    top:calc(50% - 9px);
    left:0;
}
.giftbtn:hover {
    background:#f51721;
}
.giftbtn {
    background: #ff2630;
    line-height: 121px;
    text-transform: uppercase;
    font-family: 'mont';
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    -moz-transition:background 0.2s ease;
    -ms-transition:background 0.2s ease;
    -o-transition:background 0.2s ease;
    -webkit-transition:background 0.2s ease;
    transition:background 0.2s ease;
}
.max540:nth-child(2n) {
    margin-right:0;
}
.max540 {
    float:left;
    max-width:540px;
    width:100%;
    margin-right:40px;
}
.max1120 {
    max-width:1120px;
    width:100%;
    margin:0 auto;
}
.pilottitle {
    color:#000000;
    font-size:27px;
    font-weight:800;
    margin:0px 0 7px;
    padding-top:80px;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2239%22%20viewBox%3D%220%200%2027%2039%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_pilot%22%20class%3D%22cls-1%22%20d%3D%22M1065.3%2C3195.71a7.754%2C7.754%2C0%2C0%2C0-.29%2C2.12%2C7.492%2C7.492%2C0%2C1%2C0%2C14.98%2C0%2C7.754%2C7.754%2C0%2C0%2C0-.29-2.12A8.708%2C8.708%2C0%2C0%2C1%2C1065.3%2C3195.71Zm1.31-6.35h13.2l1.24-2.42-8.55-2.94-8.55%2C2.94%2C1.24%2C2.42h1.42Zm11.78%2C2.78h-11.78A6.071%2C6.071%2C0%2C0%2C0%2C1078.39%2C3192.14ZM1086%2C3223a13.677%2C13.677%2C0%2C0%2C0-12.14-13.73v4.09h-2.72v-4.09A13.677%2C13.677%2C0%2C0%2C0%2C1059%2C3223h12.14v-6.86h2.72V3223H1086Z%22%20transform%3D%22translate%28-1059%20-3184%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.pilotback{
    background:#f3f3f3;
    border-radius:18px;
    padding:0 80px;
    box-sizing: border-box;
}
.pilotfrom {
    color: #0a3fa5;
    font-size: 18px;
    font-weight: 700;
    margin: 17px 0 40px;
}
.pilotlabel {
    color:#000000;
    font-size:14px;
    font-weight:500;
    float:left;
    max-width:240px;
}
.pilotrow {
    display:inline-block;
    width:100%;
    margin:0 0 8px;

}
.licval {
    color:#000000;
    font-size:18px;
    font-weight:700;
}
.z10 {
    z-index: 10;
}
.pilotvalue {
    text-align:right;
    float:right;
}
.pilotvalue.skridaval:after {
    content: '';
    position: Absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    right: -12px;
    top: -14px;
}
.pilotvalue.skridaval:before {
    content:'';
    position:Absolute;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2246.41%22%20height%3D%2262%22%20viewBox%3D%220%200%2046.41%2062%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f3f3f3%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr%22%20class%3D%22cls-1%22%20d%3D%22M1439.78%2C3312.99h0.03c12.81%2C0%2C23.19%2C10.74%2C23.19%2C23.99%2C0%2C10.96-13.44%2C28.66-19.86%2C36.49a4.136%2C4.136%2C0%2C0%2C1-3.28%2C1.54c-0.02%2C0-.04-0.01-0.07-0.01s-0.04.01-.06%2C0.01a4.136%2C4.136%2C0%2C0%2C1-3.28-1.54c-6.42-7.83-19.86-25.53-19.86-36.49C1416.59%2C3323.73%2C1426.97%2C3312.99%2C1439.78%2C3312.99Zm-1.49%2C41.72v-2.08a1.505%2C1.505%2C0%2C1%2C1%2C3.01%2C0v2.08a17.541%2C17.541%2C0%2C0%2C0%2C15.66-16.19h-2.01a1.546%2C1.546%2C0%2C0%2C1%2C0-3.09h2.01a17.55%2C17.55%2C0%2C0%2C0-15.66-16.19v2.08a1.507%2C1.507%2C0%2C0%2C1-1.52%2C1.55%2C1.477%2C1.477%2C0%2C0%2C1-1.49-1.55v-2.08a17.55%2C17.55%2C0%2C0%2C0-15.66%2C16.19h2.01a1.546%2C1.546%2C0%2C0%2C1%2C0%2C3.09h-2.01A17.541%2C17.541%2C0%2C0%2C0%2C1438.29%2C3354.71Zm-7.12-20.05h5.38a3.925%2C3.925%2C0%2C0%2C1%2C3.26-1.78c0.02%2C0%2C.04.01%2C0.06%2C0.01l4.91-7.14a2.2%2C2.2%2C0%2C0%2C1%2C3.12-.54%2C2.369%2C2.369%2C0%2C0%2C1%2C.52%2C3.23l-4.9%2C7.14a4.29%2C4.29%2C0%2C0%2C1%2C.25%2C1.4%2C4.024%2C4.024%2C0%2C0%2C1-3.96%2C4.09%2C3.887%2C3.887%2C0%2C0%2C1-3.26-1.78h-5.38A2.316%2C2.316%2C0%2C0%2C1%2C1431.17%2C3334.66Z%22%20transform%3D%22translate%28-1416.59%20-3313%29%22/%3E%0A%3C/svg%3E%0A);
    width:46px;
    height:65px;
    background-repeat: no-repeat;
    top: -26px;
    right: -17px;
}

.pilotvalue.skridaval span:before{
    width:38px;
    height:49px;
    content:'';
    position:absolute;
    top: -18px;
    z-index: 1;
    right: -13px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2237.53%22%20height%3D%2249.4%22%20viewBox%3D%220%200%2037.53%2049.4%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd119%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_clock%22%20class%3D%22cls-1%22%20d%3D%22M1439.62%2C3318.39h0.03a18.924%2C18.924%2C0%2C0%2C1%2C18.75%2C19.1c0%2C8.72-10.87%2C22.82-16.05%2C29.05a3.365%2C3.365%2C0%2C0%2C1-2.66%2C1.23%2C0.09%2C0.09%2C0%2C0%2C1-.05-0.01%2C0.127%2C0.127%2C0%2C0%2C1-.06.01%2C3.345%2C3.345%2C0%2C0%2C1-2.65-1.23c-5.19-6.23-16.06-20.33-16.06-29.05A18.93%2C18.93%2C0%2C0%2C1%2C1439.62%2C3318.39Zm-1.2%2C33.22v-1.66a1.22%2C1.22%2C0%2C1%2C1%2C2.44%2C0v1.66a14.082%2C14.082%2C0%2C0%2C0%2C12.66-12.9h-1.63a1.225%2C1.225%2C0%2C0%2C1%2C0-2.45h1.63a14.1%2C14.1%2C0%2C0%2C0-12.66-12.9v1.66a1.213%2C1.213%2C0%2C0%2C1-1.24%2C1.23%2C1.186%2C1.186%2C0%2C0%2C1-1.2-1.23v-1.66a14.082%2C14.082%2C0%2C0%2C0-12.66%2C12.9h1.62a1.225%2C1.225%2C0%2C0%2C1%2C0%2C2.45h-1.62A14.073%2C14.073%2C0%2C0%2C0%2C1438.42%2C3351.61Zm-5.76-15.97h4.35a3.2%2C3.2%2C0%2C0%2C1%2C2.64-1.41h0.05l3.97-5.68a1.793%2C1.793%2C0%2C0%2C1%2C2.52-.44%2C1.87%2C1.87%2C0%2C0%2C1%2C.43%2C2.58l-3.97%2C5.68a3.422%2C3.422%2C0%2C0%2C1%2C.2%2C1.12%2C3.229%2C3.229%2C0%2C0%2C1-3.2%2C3.26%2C3.2%2C3.2%2C0%2C0%2C1-2.64-1.42h-4.35A1.845%2C1.845%2C0%2C0%2C1%2C1432.66%2C3335.64Z%22%20transform%3D%22translate%28-1420.88%20-3318.38%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.pilotvalue.skridaval {
    color: #000000;
    position:Relative;
    font-size: 17px;
    font-weight: 900;
    max-width: 130px;
    width: 100%;
    line-height: 32px;
    background: #e3e3e3;
    text-align:center;
    margin-top: -8px;
    border-radius: 16px;
}
.marginbottom70 {
    margin-bottom:70px;
}
.margintop30 {
    margin-top:30px;
}
.pilotimg {
    display:block;
    margin:-80px auto 30px;
    border-radius:50%;
}
.balloonimage {
    display:block; 
    margin:-90px auto 60px;

}
.balloontitle:before {
    content:'';
    position:Absolute;
    width:27px;
    height:45px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2245%22%20viewBox%3D%220%200%2027%2045%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballon_white%22%20class%3D%22cls-1%22%20d%3D%22M494.9%2C3215.48H492.1v-2.42H489.31V3223h8.379v-9.94H494.9v2.42Zm-3.705-16.17%2C2.309%2C9.9%2C2.311-9.91a35.469%2C35.469%2C0%2C0%2C0%2C.779-7.69%2C31.986%2C31.986%2C0%2C0%2C0-1.243-9.4c-0.827-2.57-1.667-3.1-1.847-3.1s-1.021.53-1.848%2C3.1a32.022%2C32.022%2C0%2C0%2C0-1.242%2C9.4A35.5%2C35.5%2C0%2C0%2C0%2C491.191%2C3199.31ZM496.44%2C3178a11.716%2C11.716%2C0%2C0%2C1%2C1.557%2C3.29%2C35.029%2C35.029%2C0%2C0%2C1%2C1.386%2C10.32%2C38.569%2C38.569%2C0%2C0%2C1-.855%2C8.36l-2.38%2C10.2h1.078l7.313-10.53a14.2%2C14.2%2C0%2C0%2C0%2C2.461-8.03A13.846%2C13.846%2C0%2C0%2C0%2C496.44%2C3178Zm-5.588%2C32.17-2.378-10.19a38.538%2C38.538%2C0%2C0%2C1-.857-8.37A35.064%2C35.064%2C0%2C0%2C1%2C489%2C3181.29a11.741%2C11.741%2C0%2C0%2C1%2C1.558-3.29A13.846%2C13.846%2C0%2C0%2C0%2C480%2C3191.61a14.193%2C14.193%2C0%2C0%2C0%2C2.461%2C8.03l7.313%2C10.53h1.078Z%22%20transform%3D%22translate%28-480%20-3178%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    left: 0;
    top: -85px;
}
.balloontitle {
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    line-height: 39px;
    margin: 0 0 30px;
    position:relative;
}
.ballonback {
    padding: 0 80px;
    box-sizing: border-box;
    color: #fff;
    background-position: top;
    background-size: cover;
    border-radius: 18px;
}
.ballonback .pilotrow {
    margin: 0 0 8px;
}
.ballonback .pilotlabel {
    color: #fff;
    max-width: none;
    width: auto;
    padding: 4px 0;
}
.ballonvalue {
    float:right;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
}
.margintop25 {
    margin-top: 25px;
}
.margintop145 {
    margin-top:145px;
}
#wprev-slider-1 .wprev_preview_bg1_T1::after,
img.wptripadvisor_t1_tripadvisor_logo {
    display:none;
}
span.wptripadvisor_t1_SPAN_5.wprev_preview_tcolor2_T1 {
    color: #444444;
    font-size: 13px;
    font-weight: 400;
}
#wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    color: #444444;
}

.margintop60 {
    margin-top:60px;
}
.form-row.marginbottom0,
.marginbottom0 {
    margin-bottom:0;
}
.text {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}
.paddingleft140 {
    padding-left:140px;
    box-sizing: border-box;
}
.max320 {
    float:left;
    width:100%;
    max-width:320px;
}
.featurevalue span{
    line-height:25px;
    font-size:17px;
    display:block;
    font-weight:400;
    color:#000000;
}
.featurevalue:before {
    content:'';
    width:48px;
    height:48px;
    top:0;
    left:0;
    position:absolute;
    border-radius:50%;
    background:#f3f3f3;
}
.featurevalue:after {
    content: '';
    width: 48px;
    height: 48px;
    top: -16px;
    left: 0;
    position: absolute;
    background-position: center center;
}
.featurevalue {
    position:relative;
    color:#0a3fa5;
    font-size:25px;
    padding-left:90px;
    box-sizing: border-box;
    font-weight:800;
}
.margintop135 {
    margin-top:135px;
}
.icon-icon_airballon_blue:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2236%22%20viewBox%3D%220%200%2022%2036%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230c3b97%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballon_blue%22%20class%3D%22cls-1%22%20d%3D%22M666.138%2C4851.98h-2.276v-1.93h-2.276V4858h6.827v-7.95h-2.275v1.93Zm-3.02-12.93%2C1.882%2C7.91%2C1.883-7.92a27.9%2C27.9%2C0%2C0%2C0%2C.635-6.15%2C25.141%2C25.141%2C0%2C0%2C0-1.013-7.52c-0.674-2.06-1.359-2.48-1.5-2.48s-0.832.42-1.506%2C2.48a25.176%2C25.176%2C0%2C0%2C0-1.012%2C7.52A27.939%2C27.939%2C0%2C0%2C0%2C663.118%2C4839.05ZM667.4%2C4822a9.36%2C9.36%2C0%2C0%2C1%2C1.269%2C2.63%2C27.638%2C27.638%2C0%2C0%2C1%2C1.129%2C8.26%2C30.444%2C30.444%2C0%2C0%2C1-.7%2C6.69l-1.94%2C8.16h0.879l5.958-8.43A11.217%2C11.217%2C0%2C0%2C0%2C667.4%2C4822Zm-4.553%2C25.74-1.938-8.16a30.318%2C30.318%2C0%2C0%2C1-.7-6.69%2C27.638%2C27.638%2C0%2C0%2C1%2C1.129-8.26A9.415%2C9.415%2C0%2C0%2C1%2C662.6%2C4822a11.218%2C11.218%2C0%2C0%2C0-6.6%2C17.31l5.959%2C8.43h0.878Z%22%20transform%3D%22translate%28-654%20-4822%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-icon_group:after  {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23facb10%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_group%22%20class%3D%22cls-1%22%20d%3D%22M973.357%2C4824a4.25%2C4.25%2C0%2C1%2C1-4.252%2C4.25A4.249%2C4.249%2C0%2C0%2C1%2C973.357%2C4824Zm21.261%2C0a4.25%2C4.25%2C0%2C1%2C1-4.252%2C4.25A4.249%2C4.249%2C0%2C0%2C1%2C994.618%2C4824Zm-10.63%2C0a4.25%2C4.25%2C0%2C1%2C1-4.252%2C4.25A4.249%2C4.249%2C0%2C0%2C1%2C983.988%2C4824Zm6.372%2C22.21-0.968-9.67a2.123%2C2.123%2C0%2C0%2C0-2.113-1.92H980.7a2.126%2C2.126%2C0%2C0%2C0-2.116%2C1.92l-0.967%2C9.67a1.071%2C1.071%2C0%2C0%2C0%2C.27.82%2C1.059%2C1.059%2C0%2C0%2C0%2C.787.34h1.162l0.872%2C8.72a2.127%2C2.127%2C0%2C0%2C0%2C2.118%2C1.91h2.328a2.123%2C2.123%2C0%2C0%2C0%2C2.115-1.91l0.872-8.72H989.3A1.046%2C1.046%2C0%2C0%2C0%2C990.36%2C4846.21Zm-14.047%2C2.25a3.211%2C3.211%2C0%2C0%2C1-.815-2.47l0.968-9.66a4.148%2C4.148%2C0%2C0%2C1%2C.557-1.64%2C2.349%2C2.349%2C0%2C0%2C0-.374-0.07h-6.581a2.124%2C2.124%2C0%2C0%2C0-2.115%2C1.92l-0.968%2C9.67a1.075%2C1.075%2C0%2C0%2C0%2C.27.82%2C1.059%2C1.059%2C0%2C0%2C0%2C.787.34h1.163l0.872%2C6.59a2.117%2C2.117%2C0%2C0%2C0%2C2.117%2C1.91h2.328a2.117%2C2.117%2C0%2C0%2C0%2C2.116-1.91l0.638-4.81A3.2%2C3.2%2C0%2C0%2C1%2C976.313%2C4848.46Zm24.677-2.26-0.97-9.66a2.119%2C2.119%2C0%2C0%2C0-2.111-1.92h-6.58a2.356%2C2.356%2C0%2C0%2C0-.378.07%2C4.18%2C4.18%2C0%2C0%2C1%2C.557%2C1.64l0.967%2C9.66a3.182%2C3.182%2C0%2C0%2C1-.8%2C2.45%2C3.012%2C3.012%2C0%2C0%2C1-.972.7l0.638%2C4.82a2.115%2C2.115%2C0%2C0%2C0%2C2.115%2C1.91h2.328a2.117%2C2.117%2C0%2C0%2C0%2C2.116-1.91l0.871-6.59h1.163A1.064%2C1.064%2C0%2C0%2C0%2C1000.99%2C4846.2Z%22%20transform%3D%22translate%28-967%20-4824%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-icon_pilot_yellow:after  {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2235%22%20viewBox%3D%220%200%2024%2035%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_pilot_yellow%22%20class%3D%22cls-1%22%20d%3D%22M1296.6%2C4833.51a6.975%2C6.975%2C0%2C0%2C0-.26%2C1.9%2C6.664%2C6.664%2C0%2C1%2C0%2C13.32%2C0%2C6.975%2C6.975%2C0%2C0%2C0-.26-1.9A7.7%2C7.7%2C0%2C0%2C1%2C1296.6%2C4833.51Zm1.17-5.7h11.73l1.1-2.17L1303%2C4823l-7.6%2C2.64%2C1.1%2C2.17h1.27Zm10.46%2C2.49h-10.46A5.376%2C5.376%2C0%2C0%2C0%2C1308.23%2C4830.3ZM1315%2C4858a12.255%2C12.255%2C0%2C0%2C0-10.79-12.33v3.68h-2.42v-3.68A12.255%2C12.255%2C0%2C0%2C0%2C1291%2C4858h10.79v-6.15h2.42V4858H1315Z%22%20transform%3D%22translate%28-1291%20-4823%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-icon_clock:after  {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2233%22%20viewBox%3D%220%200%2020%2033%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f52332%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_clock%22%20class%3D%22cls-1%22%20d%3D%22M351.778%2C4834.35v-5.5h0.555A1.659%2C1.659%2C0%2C0%2C0%2C354%2C4827.2v-0.55a1.659%2C1.659%2C0%2C0%2C0-1.667-1.65H335.667a1.659%2C1.659%2C0%2C0%2C0-1.667%2C1.65v0.55a1.659%2C1.659%2C0%2C0%2C0%2C1.667%2C1.65h0.555v5.5a7.663%2C7.663%2C0%2C0%2C1%2C0%2C14.3v5.5h-0.555A1.659%2C1.659%2C0%2C0%2C0%2C334%2C4855.8v0.55a1.659%2C1.659%2C0%2C0%2C0%2C1.667%2C1.65h16.666a1.659%2C1.659%2C0%2C0%2C0%2C1.667-1.65v-0.55a1.659%2C1.659%2C0%2C0%2C0-1.667-1.65h-0.555v-5.5A7.663%2C7.663%2C0%2C0%2C1%2C351.778%2C4834.35Zm-3.984%2C13.03a5.526%2C5.526%2C0%2C0%2C1%2C1.761%2C4.02v0.55a1.1%2C1.1%2C0%2C0%2C1-1.111%2C1.1h-8.889a1.1%2C1.1%2C0%2C0%2C1-1.111-1.1v-0.37a5.627%2C5.627%2C0%2C0%2C1%2C5.178-5.68A5.525%2C5.525%2C0%2C0%2C1%2C347.794%2C4847.38Zm0-9.02a5.548%2C5.548%2C0%2C0%2C1-3.794%2C1.49h-0.383a5.622%2C5.622%2C0%2C0%2C1-5.173-5.68v-0.37a1.1%2C1.1%2C0%2C0%2C1%2C1.111-1.1h8.889a1.1%2C1.1%2C0%2C0%2C1%2C1.111%2C1.1v0.55A5.487%2C5.487%2C0%2C0%2C1%2C347.794%2C4838.36Z%22%20transform%3D%22translate%28-334%20-4825%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.marginbottom110{
    margin-bottom: 110px;
}
.footertitle {
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    text-transform: uppercase;
    margin:80px 0 35px;
}
.footermenu ul li a:hover{
    text-decoration:underline;
}
.footermenu ul li a{
    display:block;
    color:#ffffff;
    font-size:13px;
    font-weight:500;
    line-height:30px
}
.footermenu ul li{
    list-style:none;
}
.footermenu ul {
    padding:0;
    margin:0;
}
.footertext p {
    margin:0;
}
.footertext strong{
    font-weight:700;
    font-size:17px;
}
.footertext {
    color:#ffffff;
    font-size:13px;
    font-weight:500;
    line-height:30px 
}
.footermail {
    color:#ffffff;
    font-size:13px;
    font-weight:500;
    display:block;
    margin-top:7px;
}
.footerphone {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 55px;
}
.footersocialicon:hover  {
    opacity:0.8;
}
.footersocialicon  {
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align: top;
    margin-top:25px;
    margin-right:15px;
    -moz-transition:opacity 0.2s ease;
    -ms-transition:opacity 0.2s ease;
    -o-transition:opacity 0.2s ease;
    -webkit-transition:opacity 0.2s ease;
    transition:opacity 0.2s ease;
}
.icon-viber {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_viber%22%20class%3D%22cls-1%22%20d%3D%22M979.528%2C5349.94a23.8%2C23.8%2C0%2C0%2C0-8.981%2C0%2C5.179%2C5.179%2C0%2C0%2C0-3.264%2C3.12%2C17.185%2C17.185%2C0%2C0%2C0%2C0%2C7.37%2C5.17%2C5.17%2C0%2C0%2C0%2C3.264%2C3.13h0a0.121%2C0.121%2C0%2C0%2C1%2C.1.12v3.58a0.2%2C0.2%2C0%2C0%2C0%2C.343.14l1.7-1.75%2C1.6-1.64a0.146%2C0.146%2C0%2C0%2C1%2C.09-0.04%2C24.088%2C24.088%2C0%2C0%2C0%2C5.145-.41%2C5.169%2C5.169%2C0%2C0%2C0%2C3.263-3.13%2C17.153%2C17.153%2C0%2C0%2C0%2C0-7.37A5.178%2C5.178%2C0%2C0%2C0%2C979.528%2C5349.94Zm0.045%2C10.67a2.723%2C2.723%2C0%2C0%2C1-1.187%2C1.31%2C2.806%2C2.806%2C0%2C0%2C1-.513.17c-0.2-.06-0.392-0.11-0.569-0.18a12.974%2C12.974%2C0%2C0%2C1-4.869-3.25%2C12.821%2C12.821%2C0%2C0%2C1-1.862-2.85c-0.239-.49-0.44-0.99-0.645-1.49a1.3%2C1.3%2C0%2C0%2C1%2C.378-1.28%2C3.01%2C3.01%2C0%2C0%2C1%2C1-.75%2C0.635%2C0.635%2C0%2C0%2C1%2C.805.19%2C10.209%2C10.209%2C0%2C0%2C1%2C1.246%2C1.74%2C0.839%2C0.839%2C0%2C0%2C1-.232%2C1.13%2C1.937%2C1.937%2C0%2C0%2C0-.269.21%2C0.75%2C0.75%2C0%2C0%2C0-.2.21%2C0.581%2C0.581%2C0%2C0%2C0-.039.51%2C4.636%2C4.636%2C0%2C0%2C0%2C2.608%2C2.89%2C1.29%2C1.29%2C0%2C0%2C0%2C.668.16%2C1.8%2C1.8%2C0%2C0%2C0%2C.827-0.73%2C0.779%2C0.779%2C0%2C0%2C1%2C.939-0.04c0.3%2C0.19.593%2C0.4%2C0.884%2C0.6s0.569%2C0.41.832%2C0.64A0.652%2C0.652%2C0%2C0%2C1%2C979.573%2C5360.61Zm-2.373-4.28h-0.026a0.293%2C0.293%2C0%2C0%2C1-.3-0.29%2C2.846%2C2.846%2C0%2C0%2C0-.057-0.38%2C1.075%2C1.075%2C0%2C0%2C0-.4-0.63%2C1.261%2C1.261%2C0%2C0%2C0-.325-0.16c-0.147-.04-0.3-0.03-0.448-0.06a0.278%2C0.278%2C0%2C0%2C1%2C.082-0.55%2C1.641%2C1.641%2C0%2C0%2C1%2C1.693%2C1.64%2C0.766%2C0.766%2C0%2C0%2C1%2C0%2C.23%2C0.233%2C0.233%2C0%2C0%2C1-.2.2H977.2Zm-0.579-2.51a3.576%2C3.576%2C0%2C0%2C0-.909-0.28c-0.137-.02-0.275-0.03-0.413-0.05a0.267%2C0.267%2C0%2C0%2C1-.248-0.3%2C0.256%2C0.256%2C0%2C0%2C1%2C.288-0.25%2C3.755%2C3.755%2C0%2C0%2C1%2C1.575.41%2C3.185%2C3.185%2C0%2C0%2C1%2C1.733%2C2.47c0.008%2C0.05.02%2C0.1%2C0.023%2C0.15%2C0.01%2C0.13.016%2C0.25%2C0.025%2C0.42a1.263%2C1.263%2C0%2C0%2C1-.023.17%2C0.272%2C0.272%2C0%2C0%2C1-.514.02%2C0.692%2C0.692%2C0%2C0%2C1-.029-0.23%2C2.9%2C2.9%2C0%2C0%2C0-.368-1.46A2.742%2C2.742%2C0%2C0%2C0%2C976.621%2C5353.82Zm3.081%2C3.44a0.307%2C0.307%2C0%2C0%2C1-.291-0.33c-0.025-.34-0.042-0.69-0.09-1.02a4.285%2C4.285%2C0%2C0%2C0-3.458-3.59c-0.269-.05-0.543-0.06-0.815-0.09a0.4%2C0.4%2C0%2C0%2C1-.434-0.24%2C0.3%2C0.3%2C0%2C0%2C1%2C.289-0.34h0.14c2.308%2C0.07.14%2C0.01%2C0.006%2C0a4.889%2C4.889%2C0%2C0%2C1%2C4.8%2C4.04c0.072%2C0.41.1%2C0.82%2C0.129%2C1.23A0.284%2C0.284%2C0%2C0%2C1%2C979.7%2C5357.26ZM960.037%2C5343v30h30v-30h-30Zm24.488%2C17.82-0.006.03a6.859%2C6.859%2C0%2C0%2C1-4.623%2C4.45h-0.023a25.451%2C25.451%2C0%2C0%2C1-4.835.46c-0.476%2C0-.951-0.01-1.427-0.04L971.42%2C5368a0.871%2C0.871%2C0%2C0%2C1-1.5-.61v-2.16a6.9%2C6.9%2C0%2C0%2C1-4.369-4.38l0-.03a18.891%2C18.891%2C0%2C0%2C1%2C0-8.15l0-.02a6.842%2C6.842%2C0%2C0%2C1%2C4.624-4.45l0.023-.01a25.783%2C25.783%2C0%2C0%2C1%2C9.671%2C0l0.023%2C0.01a6.838%2C6.838%2C0%2C0%2C1%2C4.623%2C4.45l0.006%2C0.02A18.891%2C18.891%2C0%2C0%2C1%2C984.525%2C5360.82Z%22%20transform%3D%22translate%28-960.031%20-5343%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-whatsapp {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_whatsapp%22%20class%3D%22cls-1%22%20d%3D%22M1020.05%2C5349.27a8.711%2C8.711%2C0%2C0%2C0-7.33%2C13.4l0.22%2C0.34-0.85%2C3%2C3.11-.8%2C0.32%2C0.2A8.7%2C8.7%2C0%2C1%2C0%2C1020.05%2C5349.27Zm5.34%2C11.38-0.11.51a2.177%2C2.177%2C0%2C0%2C1-.96%2C1.39%2C2.884%2C2.884%2C0%2C0%2C1-2.45.3%2C11.051%2C11.051%2C0%2C0%2C1-5.95-4.32%2C4.763%2C4.763%2C0%2C0%2C1-1.1-3.71%2C3.169%2C3.169%2C0%2C0%2C1%2C1.02-1.56%2C0.832%2C0.832%2C0%2C0%2C1%2C.59-0.2l0.68%2C0.04a0.354%2C0.354%2C0%2C0%2C1%2C.3.21l0.99%2C2.32a0.355%2C0.355%2C0%2C0%2C1-.05.37l-0.87.99a0.274%2C0.274%2C0%2C0%2C0-.03.3%2C7.147%2C7.147%2C0%2C0%2C0%2C3.82%2C3.27%2C0.267%2C0.267%2C0%2C0%2C0%2C.29-0.09l0.9-1.17a0.357%2C0.357%2C0%2C0%2C1%2C.43-0.1l2.3%2C1.06A0.35%2C0.35%2C0%2C0%2C1%2C1025.39%2C5360.65ZM1005.04%2C5343v30h30v-30h-30Zm15.01%2C25.45a10.506%2C10.506%2C0%2C0%2C1-5.12-1.33l-5.38%2C1.38%2C1.47-5.22a10.476%2C10.476%2C0%2C1%2C1%2C19.51-5.31A10.49%2C10.49%2C0%2C0%2C1%2C1020.05%2C5368.45Z%22%20transform%3D%22translate%28-1005.03%20-5343%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.weatherblock {
    height: 150px;
    margin: 44px 0 0;
    padding-top: 50px;
}
.newslettertitle {
    color:#ffffff;
    font-size:17px;
    font-weight:700;
    margin:0 0 30px;
}
input.newsletter {
    background: #2559bc;
    line-height: 46px;
    width: 100%;
    border: 1px solid #2559bc;
    height: 48px;
    color: #6494f1;
    font-style: italic;
    font-size: 12px;
    font-family: 'mont';
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 20px;
}
input,select,button,textarea {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.newsletterbtn:hover {
    background-color:#21d5ac;
}
.newsletterbtn {
    position:Absolute;
    top:0;
    right:0;
    border:0;
    background-color:#3064ca;
    -moz-transition:background-color 0.2s ease;
    -ms-transition:background-color 0.2s ease;
    -o-transition:background-color 0.2s ease;
    -webkit-transition:background-color 0.2s ease;
    transition:background-color 0.2s ease;
    width:45px;
    height:48px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position:center center;
    background-repeat:no-repeat;
    border-left:1px solid #0f46aa;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22newsletter_subsribe%22%20class%3D%22cls-1%22%20d%3D%22M1584.92%2C5284.06a0.283%2C0.283%2C0%2C0%2C0-.29-0.05l-17.47%2C8.29a0.264%2C0.264%2C0%2C0%2C0-.16.25%2C0.3%2C0.3%2C0%2C0%2C0%2C.15.25l4.95%2C2.47a0.244%2C0.244%2C0%2C0%2C0%2C.28-0.03l4.8-3.66-3.77%2C3.96a0.278%2C0.278%2C0%2C0%2C0-.08.21l0.38%2C5a0.285%2C0.285%2C0%2C0%2C0%2C.18.24c0.03%2C0%2C.06.01%2C0.09%2C0.01a0.246%2C0.246%2C0%2C0%2C0%2C.2-0.1l2.63-3.1%2C3.24%2C1.58a0.244%2C0.244%2C0%2C0%2C0%2C.22.01%2C0.309%2C0.309%2C0%2C0%2C0%2C.15-0.17l4.58-14.87A0.28%2C0.28%2C0%2C0%2C0%2C1584.92%2C5284.06Z%22%20transform%3D%22translate%28-1567%20-5284%29%22/%3E%0A%3C/svg%3E%0A);

}
.icon-facebook2 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227.88%22%20height%3D%2227.72%22%20viewBox%3D%220%200%2027.88%2027.72%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_facebook2%22%20class%3D%22cls-1%22%20d%3D%22M1293.94%2C5344a13.85%2C13.85%2C0%2C1%2C0%2C13.93%2C13.85A13.907%2C13.907%2C0%2C0%2C0%2C1293.94%2C5344Zm3.46%2C14.34h-2.26v8.03h-3.36v-8.03h-1.6v-2.84h1.6v-1.83a3.145%2C3.145%2C0%2C0%2C1%2C3.39-3.38l2.49%2C0.01v2.76h-1.81a0.679%2C0.679%2C0%2C0%2C0-.71.77v1.67h2.56Z%22%20transform%3D%22translate%28-1280%20-5344%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-youtube2 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227.9%22%20height%3D%2227.72%22%20viewBox%3D%220%200%2027.9%2027.72%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_youtube2%22%20class%3D%22cls-1%22%20d%3D%22M1377.6%2C5361.17c2.09-1.07%2C4.17-2.14%2C6.26-3.22-2.1-1.09-4.17-2.16-6.26-3.25v6.47Zm2.54-16.89a13.855%2C13.855%2C0%2C1%2C0%2C13.94%2C13.86A13.911%2C13.911%2C0%2C0%2C0%2C1380.14%2C5344.28Zm9.5%2C18.48a2.476%2C2.476%2C0%2C0%2C1-2.13%2C1.92%2C97.266%2C97.266%2C0%2C0%2C1-14.75%2C0%2C2.464%2C2.464%2C0%2C0%2C1-2.12-1.92%2C20.393%2C20.393%2C0%2C0%2C1-.35-4.62%2C21.028%2C21.028%2C0%2C0%2C1%2C.35-4.63%2C2.476%2C2.476%2C0%2C0%2C1%2C2.13-1.92%2C100.858%2C100.858%2C0%2C0%2C1%2C14.75%2C0%2C2.464%2C2.464%2C0%2C0%2C1%2C2.12%2C1.92%2C20.481%2C20.481%2C0%2C0%2C1%2C.35%2C4.63A20.984%2C20.984%2C0%2C0%2C1%2C1389.64%2C5362.76Z%22%20transform%3D%22translate%28-1366.19%20-5344.28%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-trip2 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227.91%22%20height%3D%2227.72%22%20viewBox%3D%220%200%2027.91%2027.72%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_tripadvisor2%22%20class%3D%22cls-1%22%20d%3D%22M1342.28%2C5357.34a1.685%2C1.685%2C0%2C1%2C0%2C1.68%2C1.69A1.686%2C1.686%2C0%2C0%2C0%2C1342.28%2C5357.34Zm0%2C2.54a0.855%2C0.855%2C0%2C1%2C1%2C.85-0.85A0.849%2C0.849%2C0%2C0%2C1%2C1342.28%2C5359.88Zm-10.47-4.96a4.155%2C4.155%2C0%2C1%2C0%2C4.19%2C4.17A4.17%2C4.17%2C0%2C0%2C0%2C1331.81%2C5354.92Zm0.07%2C6.68a2.576%2C2.576%2C0%2C1%2C1%2C2.47-2.58A2.591%2C2.591%2C0%2C0%2C1%2C1331.88%2C5361.6Zm5.17-17.32a13.855%2C13.855%2C0%2C1%2C0%2C13.94%2C13.86A13.911%2C13.911%2C0%2C0%2C0%2C1337.05%2C5344.28Zm8.01%2C19.24a5.29%2C5.29%2C0%2C0%2C1-2.79.8%2C4.845%2C4.845%2C0%2C0%2C1-1.26-.17%2C5.188%2C5.188%2C0%2C0%2C1-2.58-1.51l-0.28-.31c-0.37.56-.74%2C1.1-1.12%2C1.66-0.38-.56-0.74-1.1-1.11-1.64a0.048%2C0.048%2C0%2C0%2C1-.04.02%2C0.053%2C0.053%2C0%2C0%2C1-.02.03%2C5.282%2C5.282%2C0%2C0%2C1-5.42%2C1.71%2C5.211%2C5.211%2C0%2C0%2C1-2.56-1.59%2C5.083%2C5.083%2C0%2C0%2C1-1.26-2.65%2C4.933%2C4.933%2C0%2C0%2C1%2C.1-2.07%2C5.337%2C5.337%2C0%2C0%2C1%2C.82-1.76%2C0.262%2C0.262%2C0%2C0%2C0%2C.02-0.15%2C5.845%2C5.845%2C0%2C0%2C0-.74-1.58c-0.08-.12-0.17-0.24-0.26-0.36v-0.04a0.433%2C0.433%2C0%2C0%2C1%2C.05.01c1.06%2C0%2C2.11%2C0%2C3.17-.01a0.22%2C0.22%2C0%2C0%2C0%2C.13-0.04%2C11.747%2C11.747%2C0%2C0%2C1%2C2.37-1.14%2C12.651%2C12.651%2C0%2C0%2C1%2C1.83-.49%2C13.949%2C13.949%2C0%2C0%2C1%2C1.82-.24%2C15.971%2C15.971%2C0%2C0%2C1%2C3.49.15%2C11.322%2C11.322%2C0%2C0%2C1%2C1.72.41%2C11.771%2C11.771%2C0%2C0%2C1%2C2.8%2C1.26%2C0.439%2C0.439%2C0%2C0%2C0%2C.22.07h3.09c0.08%2C0%2C.17.01%2C0.25%2C0.01v0.04c-0.05.07-.1%2C0.14-0.15%2C0.22a6.356%2C6.356%2C0%2C0%2C0-.82%2C1.7%2C0.215%2C0.215%2C0%2C0%2C0%2C.02.19A5.2%2C5.2%2C0%2C0%2C1%2C1345.06%2C5363.52Zm-13.33-6.18a1.685%2C1.685%2C0%2C1%2C0%2C1.71%2C1.68A1.7%2C1.7%2C0%2C0%2C0%2C1331.73%2C5357.34Zm0.02%2C2.55a0.865%2C0.865%2C0%2C1%2C1%2C0-1.73A0.865%2C0.865%2C0%2C1%2C1%2C1331.75%2C5359.89Zm10.44-4.96a4.161%2C4.161%2C0%2C1%2C0%2C4.28%2C4.16A4.168%2C4.168%2C0%2C0%2C0%2C1342.19%2C5354.93Zm0.19%2C6.67a2.576%2C2.576%2C0%2C1%2C1%2C2.49-2.58A2.59%2C2.59%2C0%2C0%2C1%2C1342.38%2C5361.6Zm-3.66-6.36a5.341%2C5.341%2C0%2C0%2C1%2C3.28-1.39%2C12.03%2C12.03%2C0%2C0%2C0-4.66-.96%2C12.9%2C12.9%2C0%2C0%2C0-5.32.94%2C5.317%2C5.317%2C0%2C0%2C1%2C3.33%2C1.37A2.026%2C2.026%2C0%2C1%2C0%2C1338.72%2C5355.24Z%22%20transform%3D%22translate%28-1323.09%20-5344.28%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.footocials .socialicon {
    width:28px;
    height:28px;
    display:inline-block;
    margin-top:28px;
    margin-right:14px;
    float:none;
    background-size: cover;
}
.paymentlogo img{
    display:block;
    max-width:100%;
    height:auto;
}
.paymentlogo {
    margin-right:15px;
    display:inline-block;
    vertical-align: top;
}
.marginbottom {
    margin-bottom: 27px;
}
.footerrow {
    color: #6494f1;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}
.footerbottom {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
}
.max1120 {
    max-width:1120px;
    width:100%;
    margin:0 auto;
}
.max880 {
    max-width:880px;
    width:100%;
    margin:0 auto;
}
.margintop140 {
    margin-top: 140px;
}
.pagetext {
    font-weight:500;
    font-size:14px;
    letter-spacing: -0.3px;
    line-height:24px;
    text-align-last: center;
    text-align:justify;
}
.pagetext p{
    margin:0 0 30px;
}
.pagetext h2 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 800;
    margin: 0 0 60px;
}
.pagetitle {
    text-transform: uppercase;
    color:#000;
    font-size:33px;
    font-weight:800;
    margin:40px auto 65px;
    text-align:center;
}
.headerimg {
    height:198px;
    position:relative;
    width:100%;
    background-size:cover;
    background-position:top center;
}
.breadcrumbs a:hover{
    color:#000;
}
.breadcrumbs a {
    color: #c3c3c3;
    -moz-transition:color 0.2s ease;
    -ms-transition:color 0.2s ease;
    -o-transition:color 0.2s ease;
    -webkit-transition:color 0.2s ease;
    transition:color 0.2s ease;
}
.breadcrumbs {
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    margin: 15px 0 0;
}
i.breadcumbsep {
    font-style: normal;
    margin: 0 5px;
    width:4px;
    height:6px;
    display:inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%223.969%22%20height%3D%225.969%22%20viewBox%3D%220%200%203.969%205.969%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23c3c3c3%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22breadcrumb_arrow%22%20class%3D%22cls-1%22%20d%3D%22M395.434%2C317a0.464%2C0.464%2C0%2C0%2C1-.307-0.113%2C0.355%2C0.355%2C0%2C0%2C1%2C0-.545L397.771%2C314l-2.644-2.342a0.355%2C0.355%2C0%2C0%2C1%2C0-.545%2C0.474%2C0.474%2C0%2C0%2C1%2C.615%2C0L399%2C314l-3.258%2C2.888A0.467%2C0.467%2C0%2C0%2C1%2C395.434%2C317Z%22%20transform%3D%22translate%28-395.031%20-311.031%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.max260.aboutcolumn:nth-child(3n) {
    margin-right:0;
}
.max260.aboutcolumn {
    max-width: 260px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
    padding-top:65px;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2036%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_balloon_aboutus%22%20class%3D%22cls-1%22%20d%3D%22M652.991%2C783.934a14.4%2C14.4%2C0%2C0%2C0-2.162-6.556%2C1.982%2C1.982%2C0%2C0%2C0-3.658%2C0%2C14.4%2C14.4%2C0%2C0%2C0-2.162%2C6.556%2C21.065%2C21.065%2C0%2C0%2C0%2C.616%2C8.361l2.446%2C8.076h1.858l2.445-8.076A21.065%2C21.065%2C0%2C0%2C0%2C652.991%2C783.934Zm6.51-2.97a12.06%2C12.06%2C0%2C0%2C0-4.219-4.461A11.765%2C11.765%2C0%2C0%2C0%2C651.5%2C775a6.318%2C6.318%2C0%2C0%2C1%2C1.037%2C1.113%2C16.472%2C16.472%2C0%2C0%2C1%2C2.565%2C7.571%2C23.207%2C23.207%2C0%2C0%2C1-.693%2C9.227l-2.258%2C7.46h2.388l4.574-7.2A11.893%2C11.893%2C0%2C0%2C0%2C659.5%2C780.964Zm-14.034-4.851A6.281%2C6.281%2C0%2C0%2C1%2C646.5%2C775a11.765%2C11.765%2C0%2C0%2C0-3.786%2C1.5%2C11.979%2C11.979%2C0%2C0%2C0-3.827%2C16.67l4.574%2C7.2h2.388l-2.259-7.46a23.223%2C23.223%2C0%2C0%2C1-.693-9.227A16.484%2C16.484%2C0%2C0%2C1%2C645.467%2C776.113Zm5.712%2C26.383-0.846%2C2.836h-2.666l-0.846-2.836h-2.215l1.209%2C4.053V811h6.37v-4.451l1.208-4.053h-2.214Z%22%20transform%3D%22translate%28-637%20-775%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:top center;
}
.marginbottom60 {
    margin-bottom:60px;
}
.gradbackground {
    padding-top:75px;
    border-radius:18px;
    background: rgb(243,243,243);
    background: -moz-linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 62%);
    background: -webkit-linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 62%);
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=1);
}
.aboutimg {
    position: Absolute;
    top: -175px;
    right: 0;
    display:block;
}
.calcinner.row.innerpagecalc {
    background: #0a3fa5;
    position:relative;
    top:auto;
    left:auto;
}
.marginbottom50 {
    margin-bottom:50px;
}
.circleback:after{
    background:#fff;
    width:20px;
    height:20px;
    border-radius:50%;
    position:absolute;
    top:-10px;
    right:-10px;
    content:'';
}
.circleback:before{
    background:#fff;
    content:'';
    width:20px;
    height:20px;
    border-radius:50%;
    position:absolute;
    bottom:-10px;
    right:-10px;
}
.circleback .calcprice:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:1px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221%22%20height%3D%2283%22%20viewBox%3D%220%200%201%2083%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22dash_lines%22%20class%3D%22cls-1%22%20d%3D%22M1218.5%2C2467a0.5%2C0.5%2C0%2C0%2C1%2C.5.5v7a0.5%2C0.5%2C0%2C0%2C1-1%2C0v-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C2467Zm0%2C15a0.5%2C0.5%2C0%2C0%2C1%2C.5.5v7a0.5%2C0.5%2C0%2C0%2C1-1%2C0v-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C2482Zm0%2C15a0.5%2C0.5%2C0%2C0%2C1%2C.5.5v7a0.5%2C0.5%2C0%2C0%2C1-1%2C0v-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C2497Zm0%2C15a0.5%2C0.5%2C0%2C0%2C1%2C.5.5v7a0.5%2C0.5%2C0%2C0%2C1-1%2C0v-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C2512Zm0%2C15a0.5%2C0.5%2C0%2C0%2C1%2C.5.5v7a0.5%2C0.5%2C0%2C0%2C1-1%2C0v-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C2527Zm0-75a0.5%2C0.5%2C0%2C0%2C1%2C.5.5v7a0.5%2C0.5%2C0%2C0%2C1-1%2C0v-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C2452Z%22%20transform%3D%22translate%28-1218%20-2452%29%22/%3E%0A%3C/svg%3E%0A');
    background-repeat:no-repeat;
    background-position:Center center;
}

.circleback {
    position: relative;
    box-sizing: BORDER-BOX;
}
.pagelist .productlist {
    margin-bottom:60px;
}
span.redbtn.listhover {
    position: absolute;
    bottom: 24px;
    left: calc(50% - 90px);
    max-width: 180px;
    line-height: 50px;
    height: 50px;
    z-index: 10;
    border-radius: 25px;
    display:none;
}
.productlist .productlistbottom2,
.productlist .productlistbottom{
    -moz-transition:opacity 0.2s ease;
    -ms-transition:opacity 0.2s ease;
    -o-transition:opacity 0.2s ease;
    -webkit-transition:opacity 0.2s ease;
    transition:opacity 0.2s ease;
}
.productlist:hover .productlistbottom2 {
    opacity:1;
}
.productlist:hover span.redbtn.listhover{
    display:block;
}
.productlist:hover .productlistbottom {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22300%22%20height%3D%2255%22%20viewBox%3D%220%200%20300%2055%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr_300px_hover%22%20class%3D%22cls-1%22%20d%3D%22M872%2C2264h300v-55.01s-2.87%2C16.01-16.01%2C16.01-23.07-.95-31.99%2C15.94-22.02%2C21.06-33%2C21.06H951s-24.111-2.21-31-21.06S893%2C2225%2C893%2C2225s-17.584%2C3.05-21-16.01V2264Z%22%20transform%3D%22translate%28-872%20-2209%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    position:absolute;
    bottom:0;
    height:55px;
    display:block;
    width:100%;
}
.innerpagecalc .calcbtn span {
    padding:4px 0;
    padding-right: 55px;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2245%22%20viewBox%3D%220%200%2027%2045%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballon_white%22%20class%3D%22cls-1%22%20d%3D%22M494.9%2C3215.48H492.1v-2.42H489.31V3223h8.379v-9.94H494.9v2.42Zm-3.705-16.17%2C2.309%2C9.9%2C2.311-9.91a35.469%2C35.469%2C0%2C0%2C0%2C.779-7.69%2C31.986%2C31.986%2C0%2C0%2C0-1.243-9.4c-0.827-2.57-1.667-3.1-1.847-3.1s-1.021.53-1.848%2C3.1a32.022%2C32.022%2C0%2C0%2C0-1.242%2C9.4A35.5%2C35.5%2C0%2C0%2C0%2C491.191%2C3199.31ZM496.44%2C3178a11.716%2C11.716%2C0%2C0%2C1%2C1.557%2C3.29%2C35.029%2C35.029%2C0%2C0%2C1%2C1.386%2C10.32%2C38.569%2C38.569%2C0%2C0%2C1-.855%2C8.36l-2.38%2C10.2h1.078l7.313-10.53a14.2%2C14.2%2C0%2C0%2C0%2C2.461-8.03A13.846%2C13.846%2C0%2C0%2C0%2C496.44%2C3178Zm-5.588%2C32.17-2.378-10.19a38.538%2C38.538%2C0%2C0%2C1-.857-8.37A35.064%2C35.064%2C0%2C0%2C1%2C489%2C3181.29a11.741%2C11.741%2C0%2C0%2C1%2C1.558-3.29A13.846%2C13.846%2C0%2C0%2C0%2C480%2C3191.61a14.193%2C14.193%2C0%2C0%2C0%2C2.461%2C8.03l7.313%2C10.53h1.078Z%22%20transform%3D%22translate%28-480%20-3178%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:right center;
    background-size: 18px;
}
.max1040 {
    max-width:1040px;
    width:100%;
    margin: 0 auto;
}
.duktitle {
    color: #000;
    font-size: 14px;
    background: #f3f3f3;
    font-weight: 600;
    text-align: left;
    line-height: 50px;
    position: relative;
    padding: 0;
    padding-left: 80px;
    margin: 0;
    border-radius: 9px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_faq%22%20class%3D%22cls-1%22%20d%3D%22M480%2C677.007a9.083%2C9.083%2C0%2C0%2C0-9%2C9.164%2C9.184%2C9.184%2C0%2C0%2C0%2C4.666%2C8.031l-0.106%2C3.787%2C4.246-2.664c0.065%2C0%2C.129.01%2C0.194%2C0.01A9.165%2C9.165%2C0%2C0%2C0%2C480%2C677.007Zm-0.4%2C14.675a1.407%2C1.407%2C0%2C1%2C1%2C1.366-1.406A1.328%2C1.328%2C0%2C0%2C1%2C479.6%2C691.682Zm1.836-5.751a2.689%2C2.689%2C0%2C0%2C0-.774%2C1.934v0.276H478.64l-0.015-.4a3.434%2C3.434%2C0%2C0%2C1%2C.9-2.426%2C2.88%2C2.88%2C0%2C0%2C0%2C.88-1.608%2C0.948%2C0.948%2C0%2C0%2C0-1.11-.926%2C2.811%2C2.811%2C0%2C0%2C0-1.5.463l-0.517-1.687a5.133%2C5.133%2C0%2C0%2C1%2C2.534-.631c2%2C0%2C2.915%2C1.127%2C2.915%2C2.411A3.855%2C3.855%2C0%2C0%2C1%2C481.433%2C685.931Z%22%20transform%3D%22translate%28-471%20-677%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -khtml-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
    padding-right: 10px;
}
.dukpages > li{
    margin-bottom:20px;
    list-style:none;
}
.dukcontent p{
    margin:0 0 10px;
}
.dukcontent .inner:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 9px 7.5px;
    border-color: transparent transparent #0a40a5 transparent;
    top:-9px;
    left:80px;
    position:absolute;
    content:'';
}
.dukcontent .inner{
    margin-top:10px;
    position:relative;
    padding: 35px 80px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    box-sizing: border-box;
    color:#fff;
    line-height: 24px;
    background: #0a3fa5;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.dukcontent {
    display: none;
}
ul.dukpages {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 500;
}

.dukcontent ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 0;
}
.dukcontent ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 20px;
}
.dukcontent ol li::before {
    content: counter(my-awesome-counter)".";
    color: #187d39;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left:0;
    text-align: center;
}
.dukcontent ul {
    padding:0;
    margin:15px 0;
}

.dukcontent ul li:before {
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    background:#157233;
    top: 10px;
    left: 2px;
}
.dukcontent ul li {
    list-style:none;
    position: relative;
    padding-left: 20px;
}
.dukpages > li.active h3.duktitle {
    background-color:#fff;
    -webkit-box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         6px 6px 29px 0px rgba(0, 0, 0, 0.09);
}
.lastleft {
    text-align-last: left;
}
.page-template-page-history-php .pagetextreg h3 img,
.page-template-page-history-php .pagetextreg h2 img,
.page-template-page-history-php .pagetextreg p img {
    margin: 0 70px;
}

.pagetextreg h2,
.pagetextreg h3{
    font-size:21px;
    font-weight:700;
    margin:0;
}
.pagetextreg a:hover{
    text-decoration:underline;
}
.pagetextreg a{
    color:#0a3fa5;
}
.pagetextreg {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 24px;
    text-align: justify;
}
.pagetext p {
    margin: 0 0 30px;
}
.paddingtop130 .aboutimg {
    position: Absolute;
    top: -245px;
    right: 0;
    display: block;
}
.paddingtop130 {
    padding-top:130px;
}
.max400:nth-child(3n) {
    margin-right:0;
}
.max400 {
    max-width:400px;
    display:inline-block;
    margin-bottom:120px;
    margin-right:35px;
}
.roundback {
    background:#f3f3f3;
    padding:0 60px 50px;
    box-sizing: border-box;
    border-radius:18px;

}
.balloonlisttitle {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    margin: 0 0 55px;
    height: 72px;
}
.balloonimg img{
    display:block;
    margin:0 auto;
}
.balloonimg {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2228%22%20viewBox%3D%220%200%2048%2028%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23cdcfd3%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_cloud_gray%22%20class%3D%22cls-1%22%20d%3D%22M407.225%2C663.8A8.225%2C8.225%2C0%2C0%2C0%2C391%2C661.933a1.216%2C1.216%2C0%2C0%2C1-.831.893%2C5.734%2C5.734%2C0%2C0%2C0-4.084%2C5.477%2C1.22%2C1.22%2C0%2C0%2C1-1.231%2C1.209%2C5.745%2C5.745%2C0%2C1%2C0%2C0%2C11.488H410.82a8.063%2C8.063%2C0%2C1%2C0%2C0-16.123%2C8.417%2C8.417%2C0%2C0%2C0-2.06.255%2C1.246%2C1.246%2C0%2C0%2C1-1.077-.226A1.453%2C1.453%2C0%2C0%2C1%2C407.225%2C663.8Zm13.038-5.583a1.219%2C1.219%2C0%2C0%2C1-1.231-1.208A4.048%2C4.048%2C0%2C0%2C0%2C414.951%2C653a4.107%2C4.107%2C0%2C0%2C0-3.554%2C2.038%2C1.236%2C1.236%2C0%2C0%2C1-1.228.6%2C4.281%2C4.281%2C0%2C0%2C0-.529-0.035%2C4.1%2C4.1%2C0%2C0%2C0-2.722%2C1.027%2C10.351%2C10.351%2C0%2C0%2C1%2C2.709%2C5.891%2C11.02%2C11.02%2C0%2C0%2C1%2C1.193-.065%2C10.633%2C10.633%2C0%2C0%2C1%2C10.552%2C8.89A6.6%2C6.6%2C0%2C0%2C0%2C420.263%2C658.213Z%22%20transform%3D%22translate%28-379%20-653%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: -60px 0 60px;
    height:245px;
}
.ballonlistlabel {
    float:left;
    color:#000000;
    font-size:13px;
    font-weight:500;
    text-align:left;

}
.ballonlistvalue {
    float:right;
    color:#000000;
    font-size:15px;
    font-weight:600;
    text-align:right;

}
.balloonrow {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
.margintop0 {
    margin-top:0;
}
.marginbottom120 {
    margin-bottom:120px;
}
.max300:nth-child(4n) {
    margin-right:0;
}
.max300 {
    max-width:300px;
    margin-right:25px;
    margin-bottom:25px;
    float:left;
    width:100%;
}
.logoblock:hover {
    background:#fff;
    -webkit-box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         6px 6px 29px 0px rgba(0, 0, 0, 0.09);
}
.logoblock {
    line-height:180px;
    text-align:center;
    border-radius:9px;
    background:#f3f3f3;
    box-shadow:         0 0 0 0px rgba(0, 0, 0, 0.09);
    -moz-transition:background 0.2s ease, box-shadow 0.2s ease;
    -ms-transition:background 0.2s ease, box-shadow 0.2s ease;
    -o-transition:background 0.2s ease, box-shadow 0.2s ease;
    -webkit-transition:background 0.2s ease, box-shadow 0.2s ease;
    transition:background 0.2s ease, box-shadow 0.2s ease;

}
.pilotlist:nth-child(3n) {
    margin-right:0;
}
.pilotlist .pilotvalue.skridaval:before{
    -moz-transition:background-image 0.2s ease;
    -ms-transition:background-image 0.2s ease;
    -o-transition:background-image 0.2s ease;
    -webkit-transition:background-image 0.2s ease;
    transition:background-image 0.2s ease;
}
.pilotlist:hover .pilotvalue.skridaval:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2246.41%22%20height%3D%2262%22%20viewBox%3D%220%200%2046.41%2062%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr%22%20class%3D%22cls-1%22%20d%3D%22M1439.78%2C3312.99h0.03c12.81%2C0%2C23.19%2C10.74%2C23.19%2C23.99%2C0%2C10.96-13.44%2C28.66-19.86%2C36.49a4.136%2C4.136%2C0%2C0%2C1-3.28%2C1.54c-0.02%2C0-.04-0.01-0.07-0.01s-0.04.01-.06%2C0.01a4.136%2C4.136%2C0%2C0%2C1-3.28-1.54c-6.42-7.83-19.86-25.53-19.86-36.49C1416.59%2C3323.73%2C1426.97%2C3312.99%2C1439.78%2C3312.99Zm-1.49%2C41.72v-2.08a1.505%2C1.505%2C0%2C1%2C1%2C3.01%2C0v2.08a17.541%2C17.541%2C0%2C0%2C0%2C15.66-16.19h-2.01a1.546%2C1.546%2C0%2C0%2C1%2C0-3.09h2.01a17.55%2C17.55%2C0%2C0%2C0-15.66-16.19v2.08a1.507%2C1.507%2C0%2C0%2C1-1.52%2C1.55%2C1.477%2C1.477%2C0%2C0%2C1-1.49-1.55v-2.08a17.55%2C17.55%2C0%2C0%2C0-15.66%2C16.19h2.01a1.546%2C1.546%2C0%2C0%2C1%2C0%2C3.09h-2.01A17.541%2C17.541%2C0%2C0%2C0%2C1438.29%2C3354.71Zm-7.12-20.05h5.38a3.925%2C3.925%2C0%2C0%2C1%2C3.26-1.78c0.02%2C0%2C.04.01%2C0.06%2C0.01l4.91-7.14a2.2%2C2.2%2C0%2C0%2C1%2C3.12-.54%2C2.369%2C2.369%2C0%2C0%2C1%2C.52%2C3.23l-4.9%2C7.14a4.29%2C4.29%2C0%2C0%2C1%2C.25%2C1.4%2C4.024%2C4.024%2C0%2C0%2C1-3.96%2C4.09%2C3.887%2C3.887%2C0%2C0%2C1-3.26-1.78h-5.38A2.316%2C2.316%2C0%2C0%2C1%2C1431.17%2C3334.66Z%22%20transform%3D%22translate%28-1416.59%20-3313%29%22/%3E%0A%3C/svg%3E%0A);
}

.pilotlist:hover {
    background: #fff;
    -webkit-box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
}
.pilotlist {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    border-radius: 18px;
    background: #f3f3f3;
    width: 100%;
    margin-right: 35px;
    margin-bottom: 120px;
    padding:0 60px 25px;
    box-sizing: border-box;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.09);
    -moz-transition: background 0.2s ease, box-shadow 0.2s ease;
    -ms-transition: background 0.2s ease, box-shadow 0.2s ease;
    -o-transition: background 0.2s ease, box-shadow 0.2s ease;
    -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.pilotlistimg {
    display:block;
    border-radius:50%;
    margin:-60px auto 0;
}
.pilotlisttitle {
    color:#000000;
    font-weight:700;
    margin-top:30px;
    font-size:21px;
}
.pilotlistfrom {
    color:#0a3fa5;
    font-size:15px;
    font-weight:600;
    margin:7px 0 30px;
}
.pilotlist .pilotvalue.skridaval {
    color: #fff;
    background: #0a3ea3;
    text-align: center;
    font-weight: 800;
}
.pilotlist .pilotvalue {
    text-align: right;
    float: right;
    font-size: 14px;
    font-weight: 700;
}
.pilotlist .pilotlabel {
    color: #000000;
    font-size: 14px;
    width:auto;
    font-weight: 500;
    float: left;
}
.pilotdesctitle{
    color:#000000;
    font-size:15px;
    font-weight:700;
    margin:15px 0 10px;
}
.moretext {
    display:none;
}
.readmorebtn:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.031%22%20height%3D%226.03%22%20viewBox%3D%220%200%209.031%206.03%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_read_more_hover%22%20class%3D%22cls-1%22%20d%3D%22M514%2C1043.61a0.716%2C0.716%2C0%2C0%2C1%2C.169-0.47%2C0.539%2C0.539%2C0%2C0%2C1%2C.817%2C0l3.514%2C4%2C3.514-4a0.539%2C0.539%2C0%2C0%2C1%2C.817%2C0%2C0.723%2C0.723%2C0%2C0%2C1%2C0%2C.93L518.5%2C1049l-4.331-4.93A0.69%2C0.69%2C0%2C0%2C1%2C514%2C1043.61Z%22%20transform%3D%22translate%28-514%20-1042.97%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    color: #0a3fa4;
}
.readmorebtn {
    display: block;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
    color: #909090;
    padding-bottom: 25px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.031%22%20height%3D%226.03%22%20viewBox%3D%220%200%209.031%206.03%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23909090%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_read_more_hover%22%20class%3D%22cls-1%22%20d%3D%22M514%2C1043.61a0.716%2C0.716%2C0%2C0%2C1%2C.169-0.47%2C0.539%2C0.539%2C0%2C0%2C1%2C.817%2C0l3.514%2C4%2C3.514-4a0.539%2C0.539%2C0%2C0%2C1%2C.817%2C0%2C0.723%2C0.723%2C0%2C0%2C1%2C0%2C.93L518.5%2C1049l-4.331-4.93A0.69%2C0.69%2C0%2C0%2C1%2C514%2C1043.61Z%22%20transform%3D%22translate%28-514%20-1042.97%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:bottom center;
}
.smalltext {
    color:#000000;
    font-size:14px;
    line-height:22px;
    text-align:justify;
}
.langlist li{
    list-style:none;
    display:inline-block;
    margin-left:5px;
}
.langlist {
    margin:-4px 0 0;
    padding:0;
}
.pagetext h4 {
    font-size: 18px;
}
.eventgrouptitle {
    color:#000000;
    font-size:21px;
    font-weight:800;
    margin:0 0 20px;
}
.eventblock {
    margin:0 0 30px;
}
.notfound {
    color:#000000;
    font-size:14px;
    font-weight:500;
    line-height: 24px;
}
.eventrow:hover {
    background-color:#fff;
    -webkit-box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    position:relative;
    z-index: 1;
}
a.eventrow:hover:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_more_hover%22%20class%3D%22cls-1%22%20d%3D%22M1435.01%2C652.194a0.726%2C0.726%2C0%2C0%2C0-1%2C0%2C0.657%2C0.657%2C0%2C0%2C0%2C0%2C.963l3.28%2C3.158H1425.7a0.681%2C0.681%2C0%2C1%2C0%2C0%2C1.361h11.59l-3.28%2C3.159a0.656%2C0.656%2C0%2C0%2C0%2C0%2C.962%2C0.707%2C0.707%2C0%2C0%2C0%2C.5.2%2C0.724%2C0.724%2C0%2C0%2C0%2C.5-0.2L1440%2C657Z%22%20transform%3D%22translate%28-1425%20-652%29%22/%3E%0A%3C/svg%3E%0A);
}
a.eventrow:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23c9c9c9%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_more%22%20class%3D%22cls-1%22%20d%3D%22M1435.01%2C902.194a0.726%2C0.726%2C0%2C0%2C0-1%2C0%2C0.657%2C0.657%2C0%2C0%2C0%2C0%2C.963l3.28%2C3.158H1425.7a0.681%2C0.681%2C0%2C1%2C0%2C0%2C1.361h11.59l-3.28%2C3.159a0.656%2C0.656%2C0%2C0%2C0%2C0%2C.962%2C0.707%2C0.707%2C0%2C0%2C0%2C.5.2%2C0.724%2C0.724%2C0%2C0%2C0%2C.5-0.2L1440%2C907Z%22%20transform%3D%22translate%28-1425%20-902%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    content:'';
    width:80px;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    background-position:center center;
    -moz-transition:background-image 0.2s ease;
    -ms-transition:background-image 0.2s ease;
    -o-transition:background-image 0.2s ease;
    -webkit-transition:background-image 0.2s ease;
    transition:background-image 0.2s ease;
}
.eventrow {
    position:relative;
    padding:30px 80px;
    border-radius:9px;
    margin:0 0 10px;
    background-color:#f3f3f3;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ff2630%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_winner%22%20class%3D%22cls-1%22%20d%3D%22M488.156%2C626H473.9v2.295h-4.87v3.769a4.9%2C4.9%2C0%2C0%2C0%2C4.875%2C4.911h0.633a7.142%2C7.142%2C0%2C0%2C0%2C4.991%2C4.06v3.08h-1.746a0.981%2C0.981%2C0%2C0%2C0-.977.984v1.291h-1.5V651h11.441v-4.61h-1.494V645.1a0.981%2C0.981%2C0%2C0%2C0-.977-0.984h-1.746v-3.08a7.154%2C7.154%2C0%2C0%2C0%2C4.991-4.06h0.633a4.9%2C4.9%2C0%2C0%2C0%2C4.875-4.911v-3.769h-4.875V626h0ZM473.9%2C634.491a2.416%2C2.416%2C0%2C0%2C1-2.405-2.422v-1.285H473.9v3.238c0%2C0.158%2C0%2C.316.015%2C0.469H473.9Zm9.107%2C12.133v2.468h-3.959v-2.468h3.959Zm1.255-14.173L482.8%2C633.7l0.461%2C1.871a0.4%2C0.4%2C0%2C0%2C1-.6.439l-1.624-1.02-1.625%2C1.02a0.4%2C0.4%2C0%2C0%2C1-.6-0.439l0.461-1.871-1.463-1.245a0.406%2C0.406%2C0%2C0%2C1%2C.228-0.714l1.908-.137%2C0.724-1.785a0.4%2C0.4%2C0%2C0%2C1%2C.744%2C0l0.724%2C1.785%2C1.908%2C0.137A0.406%2C0.406%2C0%2C0%2C1%2C484.263%2C632.451Zm6.3-1.667v1.285a2.416%2C2.416%2C0%2C0%2C1-2.4%2C2.422h-0.015c0.01-.153.015-0.311%2C0.015-0.469v-3.238h2.4Z%22%20transform%3D%22translate%28-469.031%20-626%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position:30px 30px;
    box-shadow:         0 0 0 0px rgba(0, 0, 0, 0.09);
    -moz-transition:background-color 0.2s ease, box-shadow 0.2s ease;
    -ms-transition:background-color 0.2s ease, box-shadow 0.2s ease;
    -o-transition:background-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-transition:background-color 0.2s ease, box-shadow 0.2s ease;
    transition:background-color 0.2s ease, box-shadow 0.2s ease;
}
.logoblock {
    line-height:180px;
    text-align:center;
    border-radius:9px;
    background:#f3f3f3;
}
.eventdate {
    color: #0a3ea3;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 15px;
}
.eventtitle {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.max600:nth-child(2n) {
    margin-right:0;
}
.max600 {
    max-width:600px;
    width:100%;
    float:left;
    margin-right:80px;
}
.textleft {
    text-align:left;
}
.conttitle {
    color:#000000;
    font-size:29px;
    font-weight:800;
    margin:20px 0 65px;
}
.subtitle {
    font-size:19px;
    font-weight:800;
    margin:0 0 37px;
}
.w50 {
    float:left;
    width:50%;
}
.cont {
    display:block;
    color:#0a3fa5;
    font-size:17px;
    font-weight:800;
    padding-left:40px;
    box-sizing: border-box;
    margin:0 0 16px;
    background-repeat:no-repeat;
    background-position:left center;
}
.contactphone  {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2223.688%22%20height%3D%2221%22%20viewBox%3D%220%200%2023.688%2021%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3d9f%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_phone%22%20class%3D%22cls-1%22%20d%3D%22M338.268%2C644.3c-1.6-.382-3.635-1.378-4.373-2.616a2.175%2C2.175%2C0%2C0%2C1-.123-2.129c0.019-.036.051-0.09%2C0.075-0.132a1.234%2C1.234%2C0%2C0%2C1%2C.118-0.593c0.008-.017.008-0.019%2C0.013-0.031h-8.2l0.01%2C0.023h0c0.184%2C0.293.345%2C0.555%2C0.43%2C0.723a2.177%2C2.177%2C0%2C0%2C1-.117%2C2.139c-0.74%2C1.238-2.779%2C2.235-4.375%2C2.616l-0.44%2C7.549a1.312%2C1.312%2C0%2C0%2C0%2C1.181%2C1.5h15.057a1.312%2C1.312%2C0%2C0%2C0%2C1.181-1.5Zm-10.73%2C5.2h-1.414a0.482%2C0.482%2C0%2C0%2C1%2C0-.963h1.414A0.482%2C0.482%2C0%2C0%2C1%2C327.538%2C649.5Zm0-1.837h-1.414a0.481%2C0.481%2C0%2C0%2C1%2C0-.961h1.414A0.481%2C0.481%2C0%2C0%2C1%2C327.538%2C647.658Zm0-1.834h-1.414a0.482%2C0.482%2C0%2C0%2C1%2C0-.963h1.414A0.482%2C0.482%2C0%2C0%2C1%2C327.538%2C645.824Zm3.169%2C3.671h-1.413a0.482%2C0.482%2C0%2C0%2C1%2C0-.963h1.414A0.482%2C0.482%2C0%2C0%2C1%2C330.707%2C649.5Zm0-1.837h-1.413a0.481%2C0.481%2C0%2C0%2C1%2C0-.961h1.414A0.481%2C0.481%2C0%2C0%2C1%2C330.707%2C647.658Zm0-1.834h-1.413a0.482%2C0.482%2C0%2C0%2C1%2C0-.963h1.414A0.482%2C0.482%2C0%2C0%2C1%2C330.707%2C645.824Zm3.168%2C3.671h-1.414a0.482%2C0.482%2C0%2C0%2C1%2C0-.963h1.414A0.482%2C0.482%2C0%2C0%2C1%2C333.875%2C649.5Zm0-1.837h-1.414a0.481%2C0.481%2C0%2C0%2C1%2C0-.961h1.414A0.481%2C0.481%2C0%2C0%2C1%2C333.875%2C647.658Zm0-1.834h-1.414a0.482%2C0.482%2C0%2C0%2C1%2C0-.963h1.414A0.482%2C0.482%2C0%2C0%2C1%2C333.875%2C645.824Zm7.85-5.885a2.443%2C2.443%2C0%2C0%2C1-.089.452%2C17.153%2C17.153%2C0%2C0%2C1-1.451%2C2.314c-0.606.99-5.763-1.144-5.1-2.465a13.6%2C13.6%2C0%2C0%2C0%2C1.3-2.381%2C1.086%2C1.086%2C0%2C0%2C0-1.142-.911c-1.53-.127-3.485-0.012-5.109%2C0h-0.271c-1.625-.011-3.58-0.125-5.11%2C0a1.085%2C1.085%2C0%2C0%2C0-1.142.911%2C13.6%2C13.6%2C0%2C0%2C0%2C1.3%2C2.381c0.666%2C1.321-4.491%2C3.455-5.1%2C2.465a17.054%2C17.054%2C0%2C0%2C1-1.451-2.314%2C2.528%2C2.528%2C0%2C0%2C1-.089-0.452c-0.757-3.451%2C2.159-6.972%2C6.55-7.333%2C1.676-.139%2C3.357-0.217%2C5.04-0.248V632.35c0.045%2C0%2C.09%2C0%2C0.135%2C0s0.089%2C0%2C.136%2C0v0.008c1.681%2C0.031%2C3.362.109%2C5.04%2C0.248C339.565%2C632.966%2C342.48%2C636.488%2C341.725%2C639.939Z%22%20transform%3D%22translate%28-318.156%20-632.344%29%22/%3E%0A%3C/svg%3E%0A);
}
.contactmail  {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2222.157%22%20viewBox%3D%220%200%2022%2022.157%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_emailus%22%20class%3D%22cls-1%22%20d%3D%22M319.616%2C689.293l5.807-5.765a0.355%2C0.355%2C0%2C0%2C0-.073-0.556l-5.807-3.34a0.361%2C0.361%2C0%2C0%2C0-.543.305v9.1A0.365%2C0.365%2C0%2C0%2C0%2C319.616%2C689.293Zm-0.145-11.834%2C1.99%2C1.149a0.361%2C0.361%2C0%2C0%2C0%2C.543-0.3v-2.658a0.359%2C0.359%2C0%2C0%2C0-.579-0.287l-1.99%2C1.49A0.36%2C0.36%2C0%2C0%2C0%2C319.471%2C677.459Zm8.376-6.106h4.306a0.36%2C0.36%2C0%2C0%2C0%2C.217-0.646l-2.153-1.616a0.383%2C0.383%2C0%2C0%2C0-.434%2C0l-2.153%2C1.616A0.354%2C0.354%2C0%2C0%2C0%2C327.847%2C671.353Zm-3.853%2C8.656%2C5.789%2C3.286a0.463%2C0.463%2C0%2C0%2C0%2C.434%2C0l5.789-3.286a0.37%2C0.37%2C0%2C0%2C0%2C.181-0.305v-6.2a0.362%2C0.362%2C0%2C0%2C0-.362-0.359H324.174a0.361%2C0.361%2C0%2C0%2C0-.361.359v6.178A0.376%2C0.376%2C0%2C0%2C0%2C323.994%2C680.009Zm3.184-4.974h5.644a0.718%2C0.718%2C0%2C1%2C1%2C0%2C1.436h-5.644A0.718%2C0.718%2C0%2C1%2C1%2C327.178%2C675.035Zm0%2C3.2h5.644a0.719%2C0.719%2C0%2C1%2C1%2C0%2C1.437h-5.644A0.719%2C0.719%2C0%2C1%2C1%2C327.178%2C678.231Zm13.278%2C1.4-5.807%2C3.322a0.357%2C0.357%2C0%2C0%2C0-.072.557l5.807%2C5.764a0.357%2C0.357%2C0%2C0%2C0%2C.615-0.252v-9.086A0.358%2C0.358%2C0%2C0%2C0%2C340.456%2C679.632Zm-8.086%2C4.633-2.189%2C1.257a0.425%2C0.425%2C0%2C0%2C1-.362%2C0l-2.189-1.257a0.355%2C0.355%2C0%2C0%2C0-.434.054l-6.3%2C6.249a0.353%2C0.353%2C0%2C0%2C0%2C.253.61h17.693a0.355%2C0.355%2C0%2C0%2C0%2C.254-0.61l-6.278-6.249A0.36%2C0.36%2C0%2C0%2C0%2C332.37%2C684.265Zm6.169-5.657%2C1.99-1.149a0.361%2C0.361%2C0%2C0%2C0%2C.036-0.593l-1.99-1.49a0.359%2C0.359%2C0%2C0%2C0-.579.287v2.64A0.368%2C0.368%2C0%2C0%2C0%2C338.539%2C678.608Z%22%20transform%3D%22translate%28-319%20-669.031%29%22/%3E%0A%3C/svg%3E%0A);
}
.contactpage .icon-viber {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%237c529e%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_viber_purple%22%20class%3D%22cls-1%22%20d%3D%22M381.528%2C724.937a23.922%2C23.922%2C0%2C0%2C0-8.981%2C0%2C5.181%2C5.181%2C0%2C0%2C0-3.264%2C3.126%2C17.185%2C17.185%2C0%2C0%2C0%2C0%2C7.37%2C5.18%2C5.18%2C0%2C0%2C0%2C3.264%2C3.125h0a0.124%2C0.124%2C0%2C0%2C1%2C.1.121v3.583a0.2%2C0.2%2C0%2C0%2C0%2C.343.137l1.7-1.746%2C1.6-1.642a0.121%2C0.121%2C0%2C0%2C1%2C.091-0.037%2C23.965%2C23.965%2C0%2C0%2C0%2C5.145-.416%2C5.178%2C5.178%2C0%2C0%2C0%2C3.263-3.125%2C17.153%2C17.153%2C0%2C0%2C0%2C0-7.37A5.177%2C5.177%2C0%2C0%2C0%2C381.528%2C724.937Zm0.045%2C10.678a2.763%2C2.763%2C0%2C0%2C1-1.187%2C1.308%2C2.793%2C2.793%2C0%2C0%2C1-.513.163%2C5.781%2C5.781%2C0%2C0%2C1-.569-0.175%2C12.913%2C12.913%2C0%2C0%2C1-4.869-3.254%2C12.64%2C12.64%2C0%2C0%2C1-1.862-2.85c-0.239-.485-0.44-0.99-0.645-1.492a1.292%2C1.292%2C0%2C0%2C1%2C.378-1.274%2C3.008%2C3.008%2C0%2C0%2C1%2C1-.754%2C0.644%2C0.644%2C0%2C0%2C1%2C.8.191%2C10.36%2C10.36%2C0%2C0%2C1%2C1.246%2C1.744%2C0.83%2C0.83%2C0%2C0%2C1-.233%2C1.124c-0.094.064-.18%2C0.139-0.267%2C0.211a0.9%2C0.9%2C0%2C0%2C0-.2.214%2C0.586%2C0.586%2C0%2C0%2C0-.039.513%2C4.648%2C4.648%2C0%2C0%2C0%2C2.608%2C2.887%2C1.332%2C1.332%2C0%2C0%2C0%2C.668.162%2C1.877%2C1.877%2C0%2C0%2C0%2C.827-0.73%2C0.779%2C0.779%2C0%2C0%2C1%2C.939-0.041c0.3%2C0.191.593%2C0.4%2C0.884%2C0.6a10.25%2C10.25%2C0%2C0%2C1%2C.832.634A0.662%2C0.662%2C0%2C0%2C1%2C381.573%2C735.615Zm-2.373-4.283c-0.114%2C0-.069%2C0-0.026%2C0a0.293%2C0.293%2C0%2C0%2C1-.3-0.29%2C3.064%2C3.064%2C0%2C0%2C0-.057-0.384%2C1.078%2C1.078%2C0%2C0%2C0-.4-0.626%2C1.063%2C1.063%2C0%2C0%2C0-.325-0.157c-0.147-.042-0.3-0.031-0.448-0.067a0.274%2C0.274%2C0%2C0%2C1-.223-0.318%2C0.289%2C0.289%2C0%2C0%2C1%2C.305-0.232%2C1.652%2C1.652%2C0%2C0%2C1%2C1.693%2C1.646%2C0.757%2C0.757%2C0%2C0%2C1%2C0%2C.233%2C0.24%2C0.24%2C0%2C0%2C1-.2.2Zm-0.579-2.51a3.281%2C3.281%2C0%2C0%2C0-.909-0.279c-0.137-.022-0.275-0.036-0.413-0.055a0.262%2C0.262%2C0%2C0%2C1-.248-0.294%2C0.258%2C0.258%2C0%2C0%2C1%2C.288-0.255%2C3.77%2C3.77%2C0%2C0%2C1%2C1.575.41%2C3.185%2C3.185%2C0%2C0%2C1%2C1.733%2C2.475c0.008%2C0.05.02%2C0.1%2C0.023%2C0.151%2C0.01%2C0.125.016%2C0.25%2C0.025%2C0.415a1.176%2C1.176%2C0%2C0%2C1-.023.167%2C0.273%2C0.273%2C0%2C0%2C1-.514.028%2C0.724%2C0.724%2C0%2C0%2C1-.029-0.233%2C2.908%2C2.908%2C0%2C0%2C0-.368-1.46A2.723%2C2.723%2C0%2C0%2C0%2C378.621%2C728.822Zm3.081%2C3.441a0.306%2C0.306%2C0%2C0%2C1-.291-0.332c-0.025-.342-0.042-0.686-0.09-1.025a4.293%2C4.293%2C0%2C0%2C0-3.458-3.59c-0.269-.048-0.543-0.06-0.815-0.089a0.392%2C0.392%2C0%2C0%2C1-.434-0.242%2C0.292%2C0.292%2C0%2C0%2C1%2C.289-0.33c0.046%2C0%2C.093%2C0%2C0.14%2C0%2C2.308%2C0.064.14%2C0%2C.006%2C0a4.883%2C4.883%2C0%2C0%2C1%2C4.8%2C4.038c0.072%2C0.4.1%2C0.819%2C0.129%2C1.23A0.289%2C0.289%2C0%2C0%2C1%2C381.7%2C732.263ZM362.037%2C718v30h30V718h-30Zm24.488%2C17.825-0.006.024A6.846%2C6.846%2C0%2C0%2C1%2C381.9%2C740.3l-0.023%2C0a25.78%2C25.78%2C0%2C0%2C1-4.835.459c-0.476%2C0-.951-0.015-1.427-0.042L373.42%2C743a0.869%2C0.869%2C0%2C0%2C1-1.5-.6v-2.163a6.906%2C6.906%2C0%2C0%2C1-4.369-4.383l0-.024a18.914%2C18.914%2C0%2C0%2C1%2C0-8.155l0-.024a6.849%2C6.849%2C0%2C0%2C1%2C4.624-4.448l0.023%2C0a25.7%2C25.7%2C0%2C0%2C1%2C9.671%2C0l0.023%2C0a6.846%2C6.846%2C0%2C0%2C1%2C4.623%2C4.448l0.006%2C0.024A18.914%2C18.914%2C0%2C0%2C1%2C386.525%2C735.825Z%22%20transform%3D%22translate%28-362.031%20-718%29%22/%3E%0A%3C/svg%3E%0A);

}
.contactpage .icon-whatsapp {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%234dcc5b%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_whatsapp_green%22%20class%3D%22cls-1%22%20d%3D%22M417.051%2C724.275a8.7%2C8.7%2C0%2C0%2C0-7.327%2C13.394l0.216%2C0.337-0.846%2C3%2C3.11-.8%2C0.32%2C0.2A8.7%2C8.7%2C0%2C1%2C0%2C417.051%2C724.275Zm5.335%2C11.374-0.108.507a2.2%2C2.2%2C0%2C0%2C1-.956%2C1.393%2C2.9%2C2.9%2C0%2C0%2C1-2.454.3%2C11.031%2C11.031%2C0%2C0%2C1-5.946-4.323%2C4.725%2C4.725%2C0%2C0%2C1-1.1-3.708%2C3.107%2C3.107%2C0%2C0%2C1%2C1.018-1.561%2C0.828%2C0.828%2C0%2C0%2C1%2C.585-0.2l0.68%2C0.038a0.349%2C0.349%2C0%2C0%2C1%2C.3.213l0.991%2C2.317a0.353%2C0.353%2C0%2C0%2C1-.058.369l-0.862%2C1a0.261%2C0.261%2C0%2C0%2C0-.033.291%2C7.066%2C7.066%2C0%2C0%2C0%2C3.823%2C3.271%2C0.257%2C0.257%2C0%2C0%2C0%2C.29-0.087l0.9-1.169a0.352%2C0.352%2C0%2C0%2C1%2C.426-0.105l2.3%2C1.059A0.352%2C0.352%2C0%2C0%2C1%2C422.386%2C735.649ZM402.037%2C718v30h30V718h-30Zm15.014%2C25.453a10.462%2C10.462%2C0%2C0%2C1-5.122-1.336l-5.383%2C1.385%2C1.47-5.219A10.479%2C10.479%2C0%2C1%2C1%2C417.051%2C743.453Z%22%20transform%3D%22translate%28-402.031%20-718%29%22/%3E%0A%3C/svg%3E%0A);
}
.contactpage.footersocials{
    padding-left:40px;
    box-sizing: border-box;
}
.contactpage .footersocialicon {
    margin-top: 5px;
}
.icon-internet {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2023%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_internet%22%20class%3D%22cls-1%22%20d%3D%22M648.531%2C678.625a1.438%2C1.438%2C0%2C1%2C0%2C1.406%2C1.437A1.424%2C1.424%2C0%2C0%2C0%2C648.531%2C678.625Zm0%2C4.312a2.847%2C2.847%2C0%2C0%2C0-2.812%2C2.875h5.625A2.848%2C2.848%2C0%2C0%2C0%2C648.531%2C682.937Zm13.36-2.875h-1.94l-2.194%2C2.244a2.074%2C2.074%2C0%2C0%2C1-2.3.466%2C2.148%2C2.148%2C0%2C0%2C1-1.3-1.991v-1.438a3.63%2C3.63%2C0%2C0%2C1-1.406-2.874v-2.157h-9.234a2.136%2C2.136%2C0%2C0%2C0-2.11%2C2.157v12.218h21.188v-8.7A3.478%2C3.478%2C0%2C0%2C1%2C661.891%2C680.062Zm-9.141%2C6.469a0.711%2C0.711%2C0%2C0%2C1-.7.719h-7.031a0.712%2C0.712%2C0%2C0%2C1-.7-0.719v-0.719a4.311%2C4.311%2C0%2C0%2C1%2C2.2-3.76%2C2.9%2C2.9%2C0%2C0%2C1-.79-1.99%2C2.813%2C2.813%2C0%2C1%2C1%2C5.625%2C0%2C2.9%2C2.9%2C0%2C0%2C1-.79%2C1.99%2C4.31%2C4.31%2C0%2C0%2C1%2C2.2%2C3.76v0.719Zm10.547%2C3.594H640.7a0.711%2C0.711%2C0%2C0%2C0-.7.719A2.133%2C2.133%2C0%2C0%2C0%2C642.109%2C693h19.782A2.133%2C2.133%2C0%2C0%2C0%2C664%2C690.844%2C0.711%2C0.711%2C0%2C0%2C0%2C663.3%2C690.125ZM661.891%2C670h-5.625a2.135%2C2.135%2C0%2C0%2C0-2.11%2C2.156v4.313a2.158%2C2.158%2C0%2C0%2C0%2C1.406%2C2.033v2.279a0.718%2C0.718%2C0%2C0%2C0%2C.434.664%2C0.691%2C0.691%2C0%2C0%2C0%2C.767-0.156l2.606-2.664h2.522A2.135%2C2.135%2C0%2C0%2C0%2C664%2C676.469v-4.313A2.135%2C2.135%2C0%2C0%2C0%2C661.891%2C670Zm-0.7%2C6.469h-4.218a0.719%2C0.719%2C0%2C0%2C1%2C0-1.438h4.218A0.719%2C0.719%2C0%2C0%2C1%2C661.187%2C676.469Zm0-2.875h-4.218a0.719%2C0.719%2C0%2C0%2C1%2C0-1.438h4.218A0.719%2C0.719%2C0%2C0%2C1%2C661.187%2C673.594Z%22%20transform%3D%22translate%28-640%20-670%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-callendar {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_callendar%22%20class%3D%22cls-1%22%20d%3D%22M662.891%2C631.906v1.406a2.813%2C2.813%2C0%2C1%2C1-5.625%2C0v-1.406h-1.407v1.406a2.859%2C2.859%2C0%2C0%2C1-5.718%2C0v-1.406h-1.407v1.406a2.813%2C2.813%2C0%2C1%2C1-5.625%2C0v-1.406a2.11%2C2.11%2C0%2C0%2C0-2.109%2C2.11v3.515h24v-3.515A2.11%2C2.11%2C0%2C0%2C0%2C662.891%2C631.906Zm-2.813%2C11.25A4.922%2C4.922%2C0%2C1%2C0%2C665%2C648.078%2C4.928%2C4.928%2C0%2C0%2C0%2C660.078%2C643.156Zm2.109%2C6.328h-2.812a0.7%2C0.7%2C0%2C0%2C1-.7-0.7v-2.812a0.7%2C0.7%2C0%2C0%2C1%2C1.406%2C0v2.109h2.109A0.7%2C0.7%2C0%2C1%2C1%2C662.187%2C649.484ZM641%2C638.937v10.547a2.11%2C2.11%2C0%2C0%2C0%2C2.109%2C2.11h11.712A6.31%2C6.31%2C0%2C0%2C1%2C665%2C644.15v-5.213H641Zm6.328%2C8.438h-2.812a0.7%2C0.7%2C0%2C1%2C1%2C0-1.406h2.812A0.7%2C0.7%2C0%2C0%2C1%2C647.328%2C647.375Zm0-4.219h-2.812a0.7%2C0.7%2C0%2C1%2C1%2C0-1.406h2.812A0.7%2C0.7%2C0%2C0%2C1%2C647.328%2C643.156ZM653%2C647.375h-1.453a0.7%2C0.7%2C0%2C0%2C1%2C0-1.406H653A0.7%2C0.7%2C0%2C1%2C1%2C653%2C647.375Zm1.453-4.219h-2.906a0.7%2C0.7%2C0%2C0%2C1%2C0-1.406h2.906A0.7%2C0.7%2C0%2C0%2C1%2C654.453%2C643.156ZM645.922%2C629a1.446%2C1.446%2C0%2C0%2C0-1.406%2C1.453v2.859a1.406%2C1.406%2C0%2C1%2C0%2C2.812%2C0v-2.859A1.446%2C1.446%2C0%2C0%2C0%2C645.922%2C629ZM653%2C629a1.487%2C1.487%2C0%2C0%2C0-1.453%2C1.453v2.859a1.454%2C1.454%2C0%2C0%2C0%2C2.906%2C0v-2.859A1.487%2C1.487%2C0%2C0%2C0%2C653%2C629Zm7.078%2C0a1.446%2C1.446%2C0%2C0%2C0-1.406%2C1.453v2.859a1.406%2C1.406%2C0%2C1%2C0%2C2.812%2C0v-2.859A1.446%2C1.446%2C0%2C0%2C0%2C660.078%2C629Z%22%20transform%3D%22translate%28-641%20-629%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.imprinttext ul li{
    margin:0 0 10px;
    list-style:none;
}
.imprinttext strong{
    width:322px;
    display:inline-block;
    font-weight:600;
}
.imprinttext ul{
    margin:0;
    padding:0;
}
.imprinttext {
    color: #000000;
    font-weight: 500;
}
.imprinttext strong {
    width: 322px;
    display: inline-block;
    font-weight: 700;
}
.imprinttext p{
    margin:0 0 30px;
}
.imprinttext h2 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
}
.googlemap {
    height:450px;
    width:100%;
}
.addresstext {
    background-color: #faf0cd;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    padding: 23px 80px;
    border-radius: 5px;
    margin:0 0 40px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2225%22%20height%3D%2230%22%20viewBox%3D%220%200%2025%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_info%22%20class%3D%22cls-1%22%20d%3D%22M1039.5%2C483.01c6.9%2C0%2C12.5%2C5.866%2C12.5%2C13.1a13.2%2C13.2%2C0%2C0%2C1-6.48%2C11.483l0.15%2C5.416-5.9-3.81c-0.09%2C0-.18.014-0.27%2C0.014-6.9%2C0-12.5-5.866-12.5-13.1S1032.6%2C483.01%2C1039.5%2C483.01Zm-1.59%2C20.739h3.2V492.941h-3.2v10.808Zm1.62-12.132a1.692%2C1.692%2C0%2C0%2C0-.02-3.384A1.692%2C1.692%2C0%2C1%2C0%2C1039.53%2C491.617Z%22%20transform%3D%22translate%28-1027%20-483%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:25px 50%;
}
.max800 {
    max-width:800px;
    width:100%;
    float:left;
}
.producttitleinner{
    color:#000000;
    font-size:39px;
    font-weight:800;
    text-align:center;
    margin:40px 0 50px;
}
.gallerylist li{
    list-style:none;
}
.gallerylist {
    padding:0;
    margin:0;
}
.summary.entry-summary {
    max-width: 360px;
    float: left;
    width: 100%;
    margin-left: 120px;
    box-sizing: border-box;
}
div.variations_form.cart,
form.variations_form.cart {
    margin: 0 0 50px;
    padding: 80px 0;
    padding-bottom: 0;
    background: #0a3fa5;

}
.variations > .row {
    padding: 0 80px;
    box-sizing: BORDER-BOX;
}
.cart .quantity {
    display: none !important;
}
.variationlabel {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    display: block;
}
.value .calcselect {
    width: 100%;
    background-position: right 7px;
    margin: 0 0 30px;
    padding-right:10px;
    white-space: break-spaces;
}
.value {
    border-bottom: 3px solid #ff2630;
    margin:0 0 30px;
}
a.reset_variations {
    display: none !important;
}
span.woocommerce-Price-amount.amount {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    z-index: 10;
    text-align: center;
    display: block;
    margin: 0 0 30px;
}
.single_add_to_cart_button span{
    padding:4px 0;
    padding-left: 0;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2245%22%20viewBox%3D%220%200%2027%2045%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballon_white%22%20class%3D%22cls-1%22%20d%3D%22M494.9%2C3215.48H492.1v-2.42H489.31V3223h8.379v-9.94H494.9v2.42Zm-3.705-16.17%2C2.309%2C9.9%2C2.311-9.91a35.469%2C35.469%2C0%2C0%2C0%2C.779-7.69%2C31.986%2C31.986%2C0%2C0%2C0-1.243-9.4c-0.827-2.57-1.667-3.1-1.847-3.1s-1.021.53-1.848%2C3.1a32.022%2C32.022%2C0%2C0%2C0-1.242%2C9.4A35.5%2C35.5%2C0%2C0%2C0%2C491.191%2C3199.31ZM496.44%2C3178a11.716%2C11.716%2C0%2C0%2C1%2C1.557%2C3.29%2C35.029%2C35.029%2C0%2C0%2C1%2C1.386%2C10.32%2C38.569%2C38.569%2C0%2C0%2C1-.855%2C8.36l-2.38%2C10.2h1.078l7.313-10.53a14.2%2C14.2%2C0%2C0%2C0%2C2.461-8.03A13.846%2C13.846%2C0%2C0%2C0%2C496.44%2C3178Zm-5.588%2C32.17-2.378-10.19a38.538%2C38.538%2C0%2C0%2C1-.857-8.37A35.064%2C35.064%2C0%2C0%2C1%2C489%2C3181.29a11.741%2C11.741%2C0%2C0%2C1%2C1.558-3.29A13.846%2C13.846%2C0%2C0%2C0%2C480%2C3191.61a14.193%2C14.193%2C0%2C0%2C0%2C2.461%2C8.03l7.313%2C10.53h1.078Z%22%20transform%3D%22translate%28-480%20-3178%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 18px;
    width: 300px;
    display: inline-block;
    margin-bottom: -4px;
    max-width:100%;
}
.single_add_to_cart_button.button.alt span:before {
    content:'';
    background:#fff;
    width:20px;
    height:20px;
    border-radius:50%;
    position:Absolute;
    top:-10px;
    left:-10px;
}
.single_add_to_cart_button.button.alt span:after {
    content:'';
    background:#fff;
    width:20px;
    height:20px;
    border-radius:50%;
    position:Absolute;
    top:-10px;
    right:-10px;
}

.single_add_to_cart_button.button.alt:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22323%22%20height%3D%221%22%20viewBox%3D%220%200%20323%201%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22dash_lines_horizontal%22%20class%3D%22cls-1%22%20d%3D%22M1218.5%2C886h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1218.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1233.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1248.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1263.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1278.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1293.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1308.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1323.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1338.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1353.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1368.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1383.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1398.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1413.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1428.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1443.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1458.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1473.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1488.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1503.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1518.5%2C886Zm15%2C0h7a0.5%2C0.5%2C0%2C0%2C1%2C0%2C1h-7A0.5%2C0.5%2C0%2C0%2C1%2C1533.5%2C886Z%22%20transform%3D%22translate%28-1218%20-886%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    left: 0;
    background-position: center center;
}
.single_add_to_cart_button {
    background: transparent;
    width: 100%;
    line-height: 90px;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-family: 'mont';
    font-weight: 900;
    max-width: 100%;
    float: none;
    padding: 0;
    border: 0;
    display:block;
    text-transform: uppercase;
}
.giftbtn.singleproduct {
    border: 0;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 19px;
    display:block;
    float: none;
    max-width: 100%;
    width: 100%;
}
.giftbtn.singleproduct span {
    background-position: left center;
    padding-top: 0;
    padding-left: 0;
    width: 300px;
    display: inline-block;
    padding-left: 26px;
    margin-bottom: -16px;
}
.giftbtn.singleproduct:before {
    top: 0;
    left: -moz-calc(50% - 9px);
    left: -ms-calc(50% - 9px);
    left: -o-calc(50% - 9px);
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
    border-width: 9px 9px 0 9px;
    border-color: #0a40a5 transparent transparent transparent;
}
.marginbottom50 {
    margin-bottom:50px;
}
.productdesc strong {
    font-weight: 800;
}
.productdesc ul li:before {
    content:'';
    position:Absolute;
    top:8px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0a3fa5;
}
.productdesc ul li{
    padding-left:30px;
    position:Relative;
    list-style:none;
}
.productdesc ul{
    padding:0;
}
.productdesc {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 50px;
    text-align: justify;
}
.greybtn:hover {
    color:#fff;
    background:#0c45b3;
}
.greybtn {
    background:#f3f3f3;
    border-radius:28px;
    text-transform: uppercase;
    text-align:center;
    line-height:56px;
    width:100%;
    max-width:150px;
    display:inline-block;
    cursor: pointer;
    color:#000000;
    font-size:14px;
    font-weight:800;
    -moz-transition:background 0.2s ease, color 0.2s ease;
    -ms-transition:background 0.2s ease, color 0.2s ease;
    -o-transition:background 0.2s ease, color 0.2s ease;
    -webkit-transition:background 0.2s ease, color 0.2s ease;
    transition:background 0.2s ease, color 0.2s ease;
}
.stepsblock .step:last-child {
    margin-right: 0;
    width: 127px;
}
.stepsblock .step {
    float: left;
    cursor: pointer;
}
.stepsblock {
    display:inline-block;
    width:100%;
}
.stepsblock .step:last-child .stepcount:after {
    display:none;
}
.stepcount:after {
    content:'';
    width:161px;
    height:5px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22161%22%20height%3D%225%22%20viewBox%3D%220%200%20161%205%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23eee%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22dashed_lines_steps%22%20class%3D%22cls-1%22%20d%3D%22M524%2C522h16a2%2C2%2C0%2C0%2C1%2C2%2C2v1a2%2C2%2C0%2C0%2C1-2%2C2H524a2%2C2%2C0%2C0%2C1-2-2v-1A2%2C2%2C0%2C0%2C1%2C524%2C522Zm36%2C0h16a2%2C2%2C0%2C0%2C1%2C2%2C2v1a2%2C2%2C0%2C0%2C1-2%2C2H560a2%2C2%2C0%2C0%2C1-2-2v-1A2%2C2%2C0%2C0%2C1%2C560%2C522Zm35%2C0h16a2%2C2%2C0%2C0%2C1%2C2%2C2v1a2%2C2%2C0%2C0%2C1-2%2C2H595a2%2C2%2C0%2C0%2C1-2-2v-1A2%2C2%2C0%2C0%2C1%2C595%2C522Zm34%2C0h16a2%2C2%2C0%2C0%2C1%2C2%2C2v1a2%2C2%2C0%2C0%2C1-2%2C2H629a2%2C2%2C0%2C0%2C1-2-2v-1A2%2C2%2C0%2C0%2C1%2C629%2C522Zm36%2C0h16a2%2C2%2C0%2C0%2C1%2C2%2C2v1a2%2C2%2C0%2C0%2C1-2%2C2H665a2%2C2%2C0%2C0%2C1-2-2v-1A2%2C2%2C0%2C0%2C1%2C665%2C522Z%22%20transform%3D%22translate%28-522%20-522%29%22/%3E%0A%3C/svg%3E%0A');
    background-repeat:no-repeat;
    position:Absolute;
    top:18px;
    right: -180px;
}
.stepcount {
    width:36px;
    height:36px;
    border-radius:50%;
    line-height:36px;
    text-align:center;
    background:#eeeeee;
    color:#0a3fa5;
    font-size:16px;
    font-weight:800;
    position:relative;
    margin:0 auto 30px;
}
.steplabel {
    text-transform: uppercase;
    color: #d3d3d3;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
}

.max1060 {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
.stepinner {
    display:inline-block;
}
.step-1 {
    width:240px;
}
.step-2 {
    width:183px;
}
.step-3 {
    width:270px;
}
.step-4 {
    width:240px;
}
.active .stepcount {
    color:transparent;
}
.done .stepcount {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22steps_check%22%20class%3D%22cls-1%22%20d%3D%22M489.166%2C519l-6%2C6.205-2.332-2.412-1.834%2C1.9L483.166%2C529%2C491%2C520.9Z%22%20transform%3D%22translate%28-479%20-519%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:center center;
    color:transparent;
}
.step.active .stepinner:before {
    content:'';
    width:27px;
    height:45px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2245%22%20viewBox%3D%220%200%2027%2045%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_airballon%22%20class%3D%22cls-1%22%20d%3D%22M956.9%2C521.475H954.1v-2.411H951.31V529h8.379v-9.935H956.9v2.411Zm-3.706-16.167%2C2.31%2C9.9%2C2.311-9.906a35.506%2C35.506%2C0%2C0%2C0%2C.779-7.689%2C32.026%2C32.026%2C0%2C0%2C0-1.243-9.4c-0.827-2.569-1.667-3.094-1.847-3.094s-1.021.525-1.848%2C3.094a32.029%2C32.029%2C0%2C0%2C0-1.242%2C9.4A35.586%2C35.586%2C0%2C0%2C0%2C953.19%2C505.308ZM958.439%2C484A11.7%2C11.7%2C0%2C0%2C1%2C960%2C487.292a35.053%2C35.053%2C0%2C0%2C1%2C1.386%2C10.318%2C38.546%2C38.546%2C0%2C0%2C1-.855%2C8.359l-2.38%2C10.2h1.077l7.313-10.533A14.189%2C14.189%2C0%2C0%2C0%2C969%2C497.61%2C13.855%2C13.855%2C0%2C0%2C0%2C958.439%2C484Zm-5.588%2C32.172-2.377-10.193a38.5%2C38.5%2C0%2C0%2C1-.857-8.368A35.055%2C35.055%2C0%2C0%2C1%2C951%2C487.292%2C11.752%2C11.752%2C0%2C0%2C1%2C952.56%2C484%2C13.855%2C13.855%2C0%2C0%2C0%2C942%2C497.61a14.187%2C14.187%2C0%2C0%2C0%2C2.462%2C8.028l7.313%2C10.533h1.077Z%22%20transform%3D%22translate%28-942%20-484%29%22/%3E%0A%3C/svg%3E%0A');
    background-repeat: no-repeat;
    position:Absolute;
    top:-23px;
    left: calc(50% - 13px);
    z-index: 1;
}
.step.active .stepinner {
    position:relative;
}
.done .steplabel,
.active .steplabel {
    color:#000000;
}
h1.ordertitle {
    text-align: center;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0;
}
.ordersubtitle strong{
    font-weight:800;
}
.ordersubtitle {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin:0 0 90px;
}
.max500:nth-child(2n) {
    margin-right:0;
}
.max500 {
    max-width:500px;
    float:left;
    width:100%;
    margin-right:60px;
}
.orderlabel {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 7px;
}
.customselect{
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%224%22%20viewBox%3D%220%200%207%204%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22dropdown_arrow_black%22%20class%3D%22cls-1%22%20d%3D%22M903%2C796.555a0.538%2C0.538%2C0%2C0%2C1%2C.18-0.4%2C0.652%2C0.652%2C0%2C0%2C1%2C.867%2C0l2.453%2C2.249%2C2.452-2.249a0.653%2C0.653%2C0%2C0%2C1%2C.868%2C0%2C0.53%2C0.53%2C0%2C0%2C1%2C0%2C.8L906.5%2C800l-3.32-3.044A0.538%2C0.538%2C0%2C0%2C1%2C903%2C796.555Z%22%20transform%3D%22translate%28-903%20-796%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat:no-repeat;
    background-position: calc(100% - 14px) center;
    cursor: pointer;
}
.customselect,
.custominput {
    background-color:#eeeeee;
    border:1px solid #eeeeee;
    color:#000000;
    font-size:13px;
    font-weight:500;
    border-radius:3px;
    line-height:48px;
    height:50px;
    font-family: 'mont';
    width:100%;
    padding:0 30px;
    box-sizing: border-box;
}
.customselect.error, .custominput.error {
    border: 1px solid #ff5159;
}
.form-row {
    margin: 0 0 30px;
}
.required:after {
    content:'*';
    color:#f51d1d;
    margin-left:5px;
    font-size:14px;
}
.required {
    position:Relative;
}
.customcheckbox label:before {
    content:'';
    position:Absolute;
    width:24px;
    height:24px;
    border-radius:3px;
    background-color:#ffffff;
    left:0;
    top:-2px;
}
.customcheckbox label strong{
    display:block;
    font-size: 14px;
    font-weight:600;
    margin:0 0 5px;

}
.customcheckbox label a:hover{
    text-decoration:none;
}
.customcheckbox label a{
    color:#0a3fa5;
    text-decoration:underline;
}
.customcheckbox label {
    color: #000000;
    font-size: 13px;
    position:relative;
    padding-left:35px;
    display: block;
    cursor: pointer;
    font-weight: 500;
}
.customcheckbox input[type=checkbox]:not(old):checked+label:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_check%22%20class%3D%22cls-1%22%20d%3D%22M445.166%2C974l-6%2C6.205-2.332-2.412-1.834%2C1.9L439.166%2C984%2C447%2C975.9Z%22%20transform%3D%22translate%28-435%20-974%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:center center;
}
.customcheckbox input {
    display:none;
}
.customcheckbox label:before {
    content: '';
    position: Absolute;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #eeeeee;
    left: 0;
    top: -2px;
}



.customradiobox label:before {
    content:'';
    position:Absolute;
    width:24px;
    height:24px;
    border-radius:3px;
    background-color:#ffffff;
    left:0;
    top:-2px;
}
.customradiobox label strong{
    display:block;
    font-size: 14px;
    font-weight:600;
    margin:0 0 5px;

}
.customradiobox label {
    color: #000000;
    position: relative;
    padding-left: 35px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.customradiobox input[type=radio]:not(old):checked+label:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Ccircle%20id%3D%22bullet%22%20class%3D%22cls-1%22%20cx%3D%226%22%20cy%3D%226%22%20r%3D%226%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:center center;

}
.customradiobox input {
    display:none;
}
.customradiobox label:before {
    content: '';
    position: Absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #eeeeee;
    left: 0;
    top: -2px;
}
.customradiobox {
    display: inline-block;
    width: 170px;
    vertical-align: top;
}
textarea.custominput {
    height:120px;
    resize: none;
}
.ordettab {
    display:inline-block;
    width:100%;
}
.textright {
    text-align:right;
}
.smallbtn {
    line-height:56px;
    max-width:180px;
    text-align:center;
}
#datefield {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_calendar%22%20class%3D%22cls-1%22%20d%3D%22M1465.57%2C905.68a0.7%2C0.7%2C0%2C1%2C1-.7.7A0.7%2C0.7%2C0%2C0%2C1%2C1465.57%2C905.68Zm1.62-5.274h-0.92v-0.7a0.7%2C0.7%2C0%2C1%2C0-1.4%2C0v0.7h-3.2v-0.7a0.705%2C0.705%2C0%2C0%2C0-1.41%2C0v0.7h-3.16v-0.7a0.705%2C0.705%2C0%2C0%2C0-1.41%2C0v0.7h-0.88a2.814%2C2.814%2C0%2C0%2C0-2.81%2C2.813v10.968a2.814%2C2.814%2C0%2C0%2C0%2C2.81%2C2.813h5.38a0.7%2C0.7%2C0%2C0%2C0%2C0-1.406h-5.38a1.406%2C1.406%2C0%2C0%2C1-1.4-1.407V903.219a1.406%2C1.406%2C0%2C0%2C1%2C1.4-1.407h0.88v0.7a0.705%2C0.705%2C0%2C0%2C0%2C1.41%2C0v-0.7h3.16v0.7a0.705%2C0.705%2C0%2C0%2C0%2C1.41%2C0v-0.7h3.2v0.7a0.7%2C0.7%2C0%2C1%2C0%2C1.4%2C0v-0.7h0.92a1.406%2C1.406%2C0%2C0%2C1%2C1.4%2C1.407v4.007a0.708%2C0.708%2C0%2C0%2C0%2C.71.7%2C0.7%2C0.7%2C0%2C0%2C0%2C.7-0.7v-4.007A2.814%2C2.814%2C0%2C0%2C0%2C1467.19%2C900.406Zm-1.44%2C8.086a4.254%2C4.254%2C0%2C1%2C0%2C4.25%2C4.254A4.261%2C4.261%2C0%2C0%2C0%2C1465.75%2C908.492Zm0%2C7.1a2.848%2C2.848%2C0%2C1%2C1%2C2.84-2.848A2.853%2C2.853%2C0%2C0%2C1%2C1465.75%2C915.594Zm1.02-3.551h-0.32v-0.738a0.705%2C0.705%2C0%2C0%2C0-1.41%2C0v1.441a0.708%2C0.708%2C0%2C0%2C0%2C.71.7h1.02A0.7%2C0.7%2C0%2C0%2C0%2C1466.77%2C912.043Zm-4.26-6.363a0.7%2C0.7%2C0%2C1%2C1-.7.7A0.7%2C0.7%2C0%2C0%2C1%2C1462.51%2C905.68Zm-3.06%2C3.058a0.7%2C0.7%2C0%2C1%2C1%2C0%2C1.406A0.7%2C0.7%2C0%2C0%2C1%2C1459.45%2C908.738Zm-3.06-3.058a0.7%2C0.7%2C0%2C1%2C1-.7.7A0.707%2C0.707%2C0%2C0%2C1%2C1456.39%2C905.68Zm0%2C3.058a0.7%2C0.7%2C0%2C1%2C1-.7.7A0.708%2C0.708%2C0%2C0%2C1%2C1456.39%2C908.738Zm0%2C3.059a0.7%2C0.7%2C0%2C1%2C1-.7.7A0.707%2C0.707%2C0%2C0%2C1%2C1456.39%2C911.8Zm3.06%2C0a0.7%2C0.7%2C0%2C1%2C1%2C0%2C1.406A0.7%2C0.7%2C0%2C0%2C1%2C1459.45%2C911.8Zm0-6.117a0.7%2C0.7%2C0%2C1%2C1%2C0%2C1.406A0.7%2C0.7%2C0%2C0%2C1%2C1459.45%2C905.68Z%22%20transform%3D%22translate%28-1452%20-899%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:98% center;
}
.orderphonecode {
    float:left;
    max-width:128px;
    width:100%;
    margin-right:2px;
}
.orderphone {
    float: left;
    max-width: calc(100% - 130px);
    max-width: -moz-calc(100% - 130px);
    max-width: -ms-calc(100% - 130px);
    max-width: -o-calc(100% - 130px);
    max-width: -webkit-calc(100% - 130px);
    max-width: calc(100% - 130px);
    width: 100%;
}
.orderformtitle {
    color: #000000;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 29px;
}
.companyblock {
    display:none;
}
.passengerrow:last-child {
    border-bottom:0;
}
.passengerrow {
    padding-bottom:10px;
    margin-bottom:40px;
    box-sizing: border-box;
    border-bottom:3px solid #eeeeee;
}
.customcheckbox label strong.margin0,
.margin0 {
    margin:0;
}
.opentext:hover {
    text-decoration:none;
}
.opentext {
    text-decoration: underline;
    color:#0a3fa5;
    display:inline-block;
    cursor: pointer;
}
.fillradio .customradiobox.redfill input[type=radio]:not(old):checked+label{
    background:#ff2630;
    color:#fff;
}
.fillradio .customradiobox.bluefill input[type=radio]:not(old):checked+label{
    background:#0a3fa5;
    color:#fff;
}
.fillradio .customradiobox label:before{
    display:none;
}
.fillradio .customradiobox label {
    text-align: center;
    display: block;
    line-height: 42px;
    height: 42px;
    border-radius:3px;
    padding: 0;
}
.fillradio .customradiobox{
    line-height:42px;
    width:245px;
    float:left;
    display:block;
}
.fillradio {
    background: #eeeeee;
    border-radius: 3px;
    line-height: 50px;
    height: 50px;
    padding: 4px;
    box-sizing: BORDER-BOX;
}
.hidden{
    display:none;
}
.woocommerce-form-coupon-toggle, form.checkout_coupon.woocommerce-form-coupon {
    display: none;
}
.custominput.cuponcode {
    background: #faf0cd;
    color: #c4a100;
    border: 1px solid #faf0cd;
}
input.orangeplace::-webkit-input-placeholder,textarea.orangeplace::-webkit-input-placeholder {
    color:#c4a100;
    opacity:1;
    font-style:italic;
}
input.orangeplace:focus::-webkit-input-placeholder,textarea.orangeplace:focus::-webkit-input-placeholder {
    color:transparent
}
input.orangeplace:-moz-placeholder,textarea.orangeplace:-moz-placeholder {
    color:#c4a100;
    opacity:1;
    font-style:italic;
}
input.orangeplace:focus:-moz-placeholder,textarea.orangeplace:focus:-moz-placeholder {
    color:transparent
}
input.orangeplace::-moz-placeholder,textarea.orangeplace::-moz-placeholder {
    color:#c4a100;
    font-style:italic;
    opacity:1;
}
input.orangeplace:focus::-moz-placeholder,textarea.orangeplace:focus::-moz-placeholder {
    color:transparent
}
input.orangeplace:-ms-input-placeholder,textarea.orangeplace:-ms-input-placeholder {
    color:#c4a100;
    opacity:1;
    font-style:italic;
}
input.orangeplace:focus:-ms-input-placeholder,textarea.orangeplace:focus:-ms-input-placeholder {
    color:transparent
}
input.blueplace::-webkit-input-placeholder,textarea.blueplace::-webkit-input-placeholder {
    color:#6494f1;
    opacity:1;
    font-style:italic;
}
input.blueplace:focus::-webkit-input-placeholder,textarea.blueplace:focus::-webkit-input-placeholder {
    color:transparent
}
input.blueplace:-moz-placeholder,textarea.blueplace:-moz-placeholder {
    color:#6494f1;
    opacity:1;
    font-style:italic;
}
input.blueplace:focus:-moz-placeholder,textarea.blueplace:focus:-moz-placeholder {
    color:transparent
}
input.blueplace::-moz-placeholder,textarea.blueplace::-moz-placeholder {
    color:#6494f1;
    font-style:italic;
    opacity:1;
}
input.blueplace:focus::-moz-placeholder,textarea.blueplace:focus::-moz-placeholder {
    color:transparent
}
input.blueplace:-ms-input-placeholder,textarea.blueplace:-ms-input-placeholder {
    color:#6494f1;
    opacity:1;
    font-style:italic;
}
input.blueplace:focus:-ms-input-placeholder,textarea.blueplace:focus:-ms-input-placeholder {
    color:transparent
}
.ordertab {
    display: none;
}
.ordertab.active {
    display:block;
}
.headerinner{
    position:absolute;
    width:100%;
    height:101%;
    background-image:url(../img/page_clouds.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    bottom:0;
    left:0;

}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center;
    color: #000000;
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
}
.ui-datepicker.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    padding: 0;
    background: #fff;
    border: 0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #f4f4f3;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.ui-datepicker th {
    text-align: center;
    font-weight: 600;
    border: 0;
    font-size: 12px;
    padding: 0;
}
.page-order table td, .page-order table th {
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: #fff;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    text-align: center;
    padding: 0;
    line-height: 28px;
}
.ui-datepicker.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    max-width: 100%;
    width: 280px;
    padding-top: 0;
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.09);
    z-index: 999 !important;
}
.page-order table thead th {
    text-align: center;
    padding-bottom: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: #fff;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 0;
    line-height: 28px;
}
.ui-datepicker-current-day .ui-state-default {
    background: #000;
    color: #fff;
}
.icon-dateprev {
    position:absolute;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_previous%22%20class%3D%22cls-1%22%20d%3D%22M584.386%2C502a0.624%2C0.624%2C0%2C0%2C0%2C.438-0.176%2C0.587%2C0.587%2C0%2C0%2C0%2C0-.849L581.755%2C498l3.069-2.972a0.587%2C0.587%2C0%2C0%2C0%2C0-.849%2C0.634%2C0.634%2C0%2C0%2C0-.877%2C0L580%2C498l3.946%2C3.821A0.626%2C0.626%2C0%2C0%2C0%2C584.386%2C502Z%22%20transform%3D%22translate%28-580%20-494%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    display: block;
    width: 5px;
    height: 8px;
    left: 4px;
    top: 4px;
}
.icon-datenext {
    position:absolute;
    background-repeat: no-repeat;
    display: block;
    width: 5px;
    height: 8px;
    right: 4px;
    top: 4px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_next%22%20class%3D%22cls-1%22%20d%3D%22M754.614%2C502a0.624%2C0.624%2C0%2C0%2C1-.438-0.176%2C0.586%2C0.586%2C0%2C0%2C1%2C0-.849L757.245%2C498l-3.069-2.972a0.586%2C0.586%2C0%2C0%2C1%2C0-.849%2C0.634%2C0.634%2C0%2C0%2C1%2C.877%2C0L759%2C498l-3.946%2C3.821A0.628%2C0.628%2C0%2C0%2C1%2C754.614%2C502Z%22%20transform%3D%22translate%28-754%20-494%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: center center;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    background: transparent;
}
a.ui-datepicker-prev.ui-corner-all.ui-state-hover {
    left:20px;
}
a.ui-datepicker-prev.ui-corner-all.ui-state-hover,
a.ui-datepicker-next.ui-corner-all.ui-state-hover {
    border: 0;
    background: transparent;
    right:20px;
}
.ui-datepicker .ui-datepicker-next {
    right: 20px;
    top: 0;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    left: 20px;
    top: 0;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center;
    color: #000000;
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    padding: 0;
    background: #fff;
    border: 0;
    max-width: 100%;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #f4f4f3;
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
    border: 0;
}
.ui-datepicker th {
    text-align: center;
    font-weight: 600;
    border: 0;
    font-size: 12px;
    padding: 0;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
#ui-datepicker-div table td, #ui-datepicker-div table th {
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    background: transparent;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.payment_box {
    display: block !important;
    margin: 0 -25px;
}
div.paysera-payments.grid div.payment,
div.paysera-payments.grid div.paysera-payment-method {
    max-width: 320px;
    display: block;
    width:100%;
}
#payment label {
    border: none;
    padding: 0;
    float: left;
    max-width: 320px;
    width: 100%;
    display: block;
    height: 120px;
    line-height: 120px;
    background-color: #f3f3f3;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius: 9px;
}

#payment .activePayseraPayment label {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(50,50,50,0.09);
}

input[name=payment_method] {
    display: none;
}
div#payment ul {
    padding:0;
    margin: 0;
}
div#payment li {
    display: block;
    width: 100%;
    text-align: center;
}
div.paysera-payments.grid div.payment,
div.paysera-payments.grid div.paysera-payment-method {
    float: left;
    text-align: center !important;
    padding: 0 25px !important;
    border: 0 !important;
    display: block !important;
}
div#payment {
    margin: 0 -25px;
    padding: 0 25px;
}
div#payment li > label {
    margin: 0 12px;
}
div#payment li > label {
    margin: 0 0 40px;
    margin-right: 50px;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
div#payment li.wc_payment_method.payment_method_paysera > label {
    display: none;
}
div.paysera-payments.grid input[type=radio] {
    margin-right: 6px;
    display: none;
}
div#payment li.payment_method_cod > label {
    margin-right: 25px;
}
#payment .payment_method_paysera label {
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
}
.sampoimg {
    background-image:url(../img/payments/danske.png);
    background-size:124px;
}
.nordimg {
    background-image:url(../img/payments/dnb.png);
    background-size:68px;
}
.pareximg {
    background-image:url(../img/payments/citadele.png);
    background-size:70px;
}
.nordealtimg {
    background-image:url(../img/payments/nordea.png);
    background-size:99px;
}
.sbimg {
    background-image:url(../img/payments/siauliu.png);
    background-size:128px;
}
.mbimg {
    background-image:url(../img/payments/medicina.png);
    background-size:75px;
}
.lkuimg {
    background-image:url(../img/payments/lku.png);
    background-size:128px;
}
.lt_mokilizingasimg,
.mokilizingasimg {
    background-image:url(../img/payments/mokilizingas.png);
    background-size:150px;
}
.sbleasingimg {
    background-image:url(../img/payments/sblizingas.png);
    background-size:110px;
}
.walletimg {
    background-image:url(../img/payments/paysera.png);
    background-size:104px;
}
.cardimg {
    background-image:url(../img/payments/cardimg.png);
    background-size:115px;
}
.lt_gf_leasingimg {
    background-image:url(../img/payments/paysera.png);
    background-size:104px;
}
.vb2img,
.seb_banklink {
    background-image:url(../img/payments/seb.png);
    background-size:60px;
}
.hanzaimg,
.swedbank_banklink {
    background-image:url(../img/payments/swedbank.png);
    background-size:111px;
}

.lt_n26img.bank-lt_n26 {
    background-image:url(../img/payments/n26.png);
    background-size:75px;
}

.lt_revolutimg.bank-lt_revolut {
    background-image:url(../img/payments/revolut.png);
    background-size:111px;
}

.payment_box.payment_method_paysera #paysera_country  {
    display: none !important;
}

.payment_box.payment_method_paysera br {
    display: none;
}

div#payment li > input[type=radio]:not(old):checked+label,
#payment div.paysera-payments.grid input[type=radio]:not(old):checked+label,
#payment div.paysera-payments.grid label.paysera-payment-active {
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 12px 0 rgba(50,50,50,.09);
    -moz-box-shadow: 2px 2px 12px 0 rgba(50,50,50,.09);
    box-shadow: 0 0 12px 0 rgba(50,50,50,.09);
}

button#place_order {
    float: right;
    margin-bottom: 110px;
}
div#payment li.wc_payment_method.payment_method_bacs label span{
    padding-top: 45px;
    box-sizing: BORDER-BOX;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2225.594%22%20height%3D%2226%22%20viewBox%3D%220%200%2025.594%2026%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23181818%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bank_transfer%22%20class%3D%22cls-1%22%20d%3D%22M594.057%2C688.778a0.922%2C0.922%2C0%2C0%2C0-.914.929%2C2.742%2C2.742%2C0%2C1%2C1-5.484%2C0%2C0.914%2C0.914%2C0%2C1%2C0-1.827%2C0%2C4.57%2C4.57%2C0%2C1%2C0%2C9.139%2C0A0.922%2C0.922%2C0%2C0%2C0%2C594.057%2C688.778ZM594.7%2C676.97l-3.656-3.716a0.9%2C0.9%2C0%2C0%2C0-1.292%2C0L586.1%2C676.97a0.941%2C0.941%2C0%2C0%2C0%2C.023%2C1.314%2C0.9%2C0.9%2C0%2C0%2C0%2C1.27%2C0l2.095-2.13v12.624a0.914%2C0.914%2C0%2C1%2C0%2C1.828%2C0V676.154l2.1%2C2.13a0.9%2C0.9%2C0%2C0%2C0%2C.646.273%2C0.923%2C0.923%2C0%2C0%2C0%2C.914-0.93A0.941%2C0.941%2C0%2C0%2C0%2C594.7%2C676.97Zm7.579%2C3.445h-8.225a0.93%2C0.93%2C0%2C0%2C0%2C0%2C1.859h2.824a5.537%2C5.537%2C0%2C0%2C0%2C4.487%2C4.562v5.743a5.535%2C5.535%2C0%2C0%2C0-4.487%2C4.562H583.922a5.537%2C5.537%2C0%2C0%2C0-4.488-4.562v-5.743a5.539%2C5.539%2C0%2C0%2C0%2C4.488-4.562h2.823a0.93%2C0.93%2C0%2C0%2C0%2C0-1.859H578.52a0.922%2C0.922%2C0%2C0%2C0-.914.929V698.07a0.922%2C0.922%2C0%2C0%2C0%2C.914.93h23.762a0.922%2C0.922%2C0%2C0%2C0%2C.914-0.93V681.344A0.922%2C0.922%2C0%2C0%2C0%2C602.282%2C680.415Zm-22.848%2C1.859h2.612a3.685%2C3.685%2C0%2C0%2C1-2.612%2C2.655v-2.655Zm0%2C14.867v-2.656a3.687%2C3.687%2C0%2C0%2C1%2C2.612%2C2.656h-2.612Zm21.934%2C0h-2.612a3.688%2C3.688%2C0%2C0%2C1%2C2.612-2.656v2.656Zm0-12.212a3.687%2C3.687%2C0%2C0%2C1-2.612-2.655h2.612v2.655Z%22%20transform%3D%22translate%28-577.594%20-673%29%22/%3E%0A%3C/svg%3E%0A');
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1;
    background-position: top center;
    vertical-align: middle;
}
div#payment li.wc_payment_method.payment_method_paypal label span{
    padding-top: 45px;
    box-sizing: BORDER-BOX;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2223.812%22%20viewBox%3D%220%200%2032%2023.812%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23181818%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bank_card%22%20class%3D%22cls-1%22%20d%3D%22M1343.33%2C681.131h-3.26V676.68a2.634%2C2.634%2C0%2C0%2C0-2.67-2.588h-20.73a2.634%2C2.634%2C0%2C0%2C0-2.67%2C2.588v11.609a2.634%2C2.634%2C0%2C0%2C0%2C2.67%2C2.588h3.26v4.452a2.634%2C2.634%2C0%2C0%2C0%2C2.67%2C2.587h20.73a2.634%2C2.634%2C0%2C0%2C0%2C2.67-2.587v-11.61A2.634%2C2.634%2C0%2C0%2C0%2C1343.33%2C681.131Zm-27.8-4.451a1.125%2C1.125%2C0%2C0%2C1%2C1.14-1.109h20.73a1.134%2C1.134%2C0%2C0%2C1%2C1.15%2C1.109v1.032h-23.02V676.68Zm4.4%2C7.039V689.4h-3.26a1.125%2C1.125%2C0%2C0%2C1-1.14-1.109v-5.674h4.65A2.554%2C2.554%2C0%2C0%2C0%2C1319.93%2C683.719Zm-4.4-2.583v-1.945h23.02v1.94H1322.6c-0.05%2C0-.1%2C0-0.16%2C0h-6.91Zm27.8%2C15.3H1322.6a1.134%2C1.134%2C0%2C0%2C1-1.15-1.109v-11.61a1.129%2C1.129%2C0%2C0%2C1%2C1.05-1.1h16.81a0.716%2C0.716%2C0%2C0%2C0%2C.08%2C0h3.94a1.125%2C1.125%2C0%2C0%2C1%2C1.14%2C1.109v11.61h0A1.126%2C1.126%2C0%2C0%2C1%2C1343.33%2C696.438Zm-8.07-10.478a3.769%2C3.769%2C0%2C0%2C1-4.6%2C0%2C3.566%2C3.566%2C0%2C1%2C0%2C0%2C7.128%2C3.771%2C3.771%2C0%2C0%2C1%2C4.6%2C0A3.565%2C3.565%2C0%2C1%2C0%2C1335.26%2C685.96Zm-3.26%2C5.2a2.2%2C2.2%2C0%2C0%2C1-1.34.447%2C2.086%2C2.086%2C0%2C1%2C1%2C0-4.171%2C2.2%2C2.2%2C0%2C0%2C1%2C1.34.448A3.4%2C3.4%2C0%2C0%2C0%2C1332%2C691.162Zm3.26%2C0.447a2.086%2C2.086%2C0%2C1%2C1%2C2.16-2.085A2.124%2C2.124%2C0%2C0%2C1%2C1335.26%2C691.609Z%22%20transform%3D%22translate%28-1314%20-674.094%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1;
    background-position: top center;
    vertical-align: middle;
}
div#payment li.wc_payment_method.payment_method_cod label span{
    padding-top: 45px;
    box-sizing: BORDER-BOX;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2226.656%22%20height%3D%2226%22%20viewBox%3D%220%200%2026.656%2026%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23181818%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bank_cash%22%20class%3D%22cls-1%22%20d%3D%22M972.75%2C683.989a1.029%2C1.029%2C0%2C0%2C0%2C1.04-1.017v-5.9a4.122%2C4.122%2C0%2C0%2C0-4.164-4.07H951.305a4.122%2C4.122%2C0%2C0%2C0-4.165%2C4.07v10.02c0%2C0.211%2C0%2C2.071%2C0%2C2.317a3.1%2C3.1%2C0%2C0%2C0%2C2.119%2C2.8l17.068%2C6.606%2C0.038%2C0.014a3.164%2C3.164%2C0%2C0%2C0%2C2.416-.141%2C1.009%2C1.009%2C0%2C0%2C0%2C.474-1.363%2C1.053%2C1.053%2C0%2C0%2C0-1.394-.463%2C1.058%2C1.058%2C0%2C0%2C1-.789.053l-7.674-2.97%2C9.431%2C1.595h0.01a3.174%2C3.174%2C0%2C0%2C0%2C.512.041%2C3.139%2C3.139%2C0%2C0%2C0%2C2.133-.83%2C1%2C1%2C0%2C0%2C0%2C.045-1.439%2C1.058%2C1.058%2C0%2C0%2C0-1.471-.044%2C1.052%2C1.052%2C0%2C0%2C1-.879.265l-8.277-1.4h8.723a4.123%2C4.123%2C0%2C0%2C0%2C4.164-4.07%2C1.041%2C1.041%2C0%2C0%2C0-2.082%2C0%2C2.061%2C2.061%2C0%2C0%2C1-2.082%2C2.035H951.305a2.062%2C2.062%2C0%2C0%2C1-2.083-2.035V677.07a2.062%2C2.062%2C0%2C0%2C1%2C2.083-2.035h18.321a2.061%2C2.061%2C0%2C0%2C1%2C2.082%2C2.035v5.9A1.029%2C1.029%2C0%2C0%2C0%2C972.75%2C683.989Zm-4.008-2.493a1.018%2C1.018%2C0%2C1%2C1-1.041%2C1.018A1.03%2C1.03%2C0%2C0%2C1%2C968.742%2C681.5Zm-13.534%2C1.063a5.263%2C5.263%2C0%2C1%2C0%2C5.257-5.5A5.386%2C5.386%2C0%2C0%2C0%2C955.208%2C682.559Zm8.432%2C0a3.187%2C3.187%2C0%2C1%2C1-3.175-3.46A3.33%2C3.33%2C0%2C0%2C1%2C963.64%2C682.559ZM952.189%2C681.5a1.018%2C1.018%2C0%2C1%2C1-1.041%2C1.018A1.03%2C1.03%2C0%2C0%2C1%2C952.189%2C681.5Z%22%20transform%3D%22translate%28-947.125%20-673%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1;
    background-position: top center;
    vertical-align: middle;
}


div.paysera-payments.grid span.paysera-text {
    display: none !important;
}

div.paysera-payments.grid div.paysera-image {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 150px;
    border: 0;
    margin: auto;
}

.w20 {
    float:left;
    width:20%;
    text-align: center;
}
.reviewrow .w20:last-child span{
    border-right:0;
}
.reviewrow span {
    display: inline-block;
    color: #fff;
    width: 100%;
    font-size: 13px;
    padding: 0 5px;
    line-height: 30px;
    box-sizing: BORDER-BOX;
    font-weight: 600;
    border-right: 3px solid #fff;
}
.reviewrow {
    background:#0a3fa5;
    border-radius:3px;
    line-height:72px;
    margin:0 0 40px;
}
.reviewrow .w20:last-child span {
    border-right: 0;
    width: auto;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.woocommerce-notices-wrapper {
    display: none;
}
.popularlist {
    position:Absolute;
    top:20px;
    text-align:Center;
    color:#ffffff;
    font-size:14px;
    font-weight:800;
    text-transform: uppercase;
    padding-top:40px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2223.82%22%20height%3D%2222.81%22%20viewBox%3D%220%200%2023.82%2022.81%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd119%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_popular%22%20class%3D%22cls-1%22%20d%3D%22M1135.37%2C1385.34a1.706%2C1.706%2C0%2C0%2C0-.95-2.91l-5.75-.84a0.764%2C0.764%2C0%2C0%2C1-.57-0.41l-2.57-5.23a1.707%2C1.707%2C0%2C0%2C0-3.06%2C0l-2.57%2C5.23a0.764%2C0.764%2C0%2C0%2C1-.57.41l-5.76.84a1.708%2C1.708%2C0%2C0%2C0-.94%2C2.91l4.16%2C4.07a0.77%2C0.77%2C0%2C0%2C1%2C.22.67l-0.98%2C5.75a1.649%2C1.649%2C0%2C0%2C0%2C.37%2C1.38%2C1.716%2C1.716%2C0%2C0%2C0%2C2.1.42l5.15-2.72a0.784%2C0.784%2C0%2C0%2C1%2C.7%2C0l5.15%2C2.72a1.682%2C1.682%2C0%2C0%2C0%2C2.1-.42%2C1.649%2C1.649%2C0%2C0%2C0%2C.37-1.38l-0.98-5.75a0.77%2C0.77%2C0%2C0%2C1%2C.22-0.67Z%22%20transform%3D%22translate%28-1112.09%20-1375%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:top center;
    z-index: 10;
    width:100%;
}
.variationicon:before {
    position:Absolute;
    width:45px;
    height:100%;
    background-repeat:no-repeat;
    content:'';
    top:0;
    left:-45px;
}
.variationicon {
    position:relative;
}
.icon-type:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2215%22%20viewBox%3D%220%200%2012%2015%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_balloonsmall%22%20class%3D%22cls-1%22%20d%3D%22M1244.82%2C526.654a6.4%2C6.4%2C0%2C0%2C0-5.64%2C0c-0.87%2C2.624.09%2C4.673%2C1.11%2C6.841a15.479%2C15.479%2C0%2C0%2C1%2C1.34%2C3.55h0.74a15.479%2C15.479%2C0%2C0%2C1%2C1.34-3.55C1244.73%2C531.327%2C1245.69%2C529.278%2C1244.82%2C526.654Zm-5.42%2C7.212c-0.92-1.951-1.87-3.96-1.43-6.411q-0.1.093-.21%2C0.192a5.378%2C5.378%2C0%2C0%2C0%2C0%2C7.958l1.39%2C1.306a0.512%2C0.512%2C0%2C0%2C0%2C.35.134h1.13A15.487%2C15.487%2C0%2C0%2C0%2C1239.4%2C533.866Zm6.84-6.219q-0.1-.1-0.21-0.192c0.44%2C2.451-.51%2C4.46-1.43%2C6.411a16.133%2C16.133%2C0%2C0%2C0-1.24%2C3.179h1.15a0.484%2C0.484%2C0%2C0%2C0%2C.34-0.135l1.39-1.3A5.378%2C5.378%2C0%2C0%2C0%2C1246.24%2C527.647Zm-6.61%2C10.316h0Zm0%2C0%2C0.36%2C0.729v1.848a0.475%2C0.475%2C0%2C0%2C0%2C.49.459h3.04a0.475%2C0.475%2C0%2C0%2C0%2C.49-0.459v-1.848l0.36-.729h-4.74Z%22%20transform%3D%22translate%28-1236%20-526%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-place:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_location%22%20class%3D%22cls-1%22%20d%3D%22M1242%2C627a6.006%2C6.006%2C0%2C0%2C0-6%2C6c0%2C4.427%2C5.54%2C9.688%2C5.77%2C9.91a0.339%2C0.339%2C0%2C0%2C0%2C.46%2C0c0.23-.222%2C5.77-5.483%2C5.77-9.91A6.006%2C6.006%2C0%2C0%2C0%2C1242%2C627Zm0%2C9.334a3.334%2C3.334%2C0%2C1%2C1%2C3.33-3.334A3.334%2C3.334%2C0%2C0%2C1%2C1242%2C636.333Z%22%20transform%3D%22translate%28-1236%20-627%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}

.icon-qty:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_people%22%20class%3D%22cls-1%22%20d%3D%22M1245.54%2C729a3.493%2C3.493%2C0%2C1%2C1-3.29%2C3.487A3.391%2C3.391%2C0%2C0%2C1%2C1245.54%2C729Zm-7.47.5h0.02a2.728%2C2.728%2C0%2C0%2C1%2C2%2C.906%2C3.113%2C3.113%2C0%2C0%2C1-.03%2C4.2%2C2.735%2C2.735%2C0%2C0%2C1-1.99.872h-0.03a2.727%2C2.727%2C0%2C0%2C1-2-.9%2C3.044%2C3.044%2C0%2C0%2C1-.79-2.107A2.906%2C2.906%2C0%2C0%2C1%2C1238.07%2C729.5Zm-0.14%2C6.549h0.27a4.93%2C4.93%2C0%2C0%2C1%2C3.31%2C1.277%2C6.516%2C6.516%2C0%2C0%2C0-.63.549%2C6.381%2C6.381%2C0%2C0%2C0-1.36%2C2.021%2C6.559%2C6.559%2C0%2C0%2C0-.49%2C2.142H1233v-1.052A4.938%2C4.938%2C0%2C0%2C1%2C1237.93%2C736.047Zm2.16%2C5.989a5.288%2C5.288%2C0%2C0%2C1%2C5.28-4.969h0.33a5.3%2C5.3%2C0%2C0%2C1%2C5.3%2C5.3V743h-10.92V742.37C1240.08%2C742.257%2C1240.08%2C742.146%2C1240.09%2C742.036Z%22%20transform%3D%22translate%28-1233%20-729%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.calcselect.noarrow {
    background-image:none;
    cursor: auto;
}
.slideballoon {
    -webkit-animation: slide-ballooning 110s infinite linear;
    animation: slide-ballooning 110s infinite linear;
    left: -50px;
    position: absolute;
    top: 0;
}


.clouds-block {
    height: 500px;
    margin-top: -370px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
}
@-webkit-keyframes slide-ballooning {
    0% {
        -webkit-transform:translateX(-50px);
        transform:translateX(-50px)
    }
    to {
        -webkit-transform:translateX(100vw);
        transform:translateX(100vw)
    }
}
@keyframes slide-ballooning {
    0% {
        -webkit-transform:translateX(-50px)
    }
    to {
        -webkit-transform:translateX(100vw)
    }
}

#cff .cff-item:nth-child(2n) {
    margin-right:0;
}
#cff .cff-item {
    max-width: 280px;
    clear: none;
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}
.max590 {
    max-width: 590px;
    width: 100%;
    float: left;
}
.cff-wrapper {
    padding-left: 20px;
    box-sizing: border-box;
}
.cff-likebox.cff-bottom {
    display: none;
    margin-top: 10px;
}
#cff .cff-load-more {
    display: none;
}
.slick-arrow:hover {
    background-color:#e9e9e9;
}
.slick-arrow.slick-prev {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_left%22%20class%3D%22cls-1%22%20d%3D%22M315.981%2C682.226a0.856%2C0.856%2C0%2C0%2C1%2C1.174%2C0%2C0.771%2C0.771%2C0%2C0%2C1%2C0%2C1.125l-2.973%2C2.848h10.985a0.8%2C0.8%2C0%2C1%2C1%2C0%2C1.591H314.182l2.973%2C2.847a0.771%2C0.771%2C0%2C0%2C1%2C0%2C1.125%2C0.856%2C0.856%2C0%2C0%2C1-1.174%2C0L311%2C687Z%22%20transform%3D%22translate%28-311%20-682%29%22/%3E%0A%3C/svg%3E%0A);
}
.slick-prev:before, .slick-next:before {
    display:none;
}
.slick-arrow {
    width: 48px;
    height: 48px;
    background-color: #f1f1f1;
    z-index: 1;
    border-radius: 50px;
    -moz-transition:background-color 0.2s ease;
    -ms-transition:background-color 0.2s ease;
    -o-transition:background-color 0.2s ease;
    -webkit-transition:background-color 0.2s ease;
    transition:background-color 0.2s ease;
    background-position:center center;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_right%22%20class%3D%22cls-1%22%20d%3D%22M1122.02%2C682.226a0.864%2C0.864%2C0%2C0%2C0-1.18%2C0%2C0.779%2C0.779%2C0%2C0%2C0%2C0%2C1.125l2.98%2C2.848h-10.99a0.8%2C0.8%2C0%2C1%2C0%2C0%2C1.591h10.99l-2.98%2C2.847a0.779%2C0.779%2C0%2C0%2C0%2C0%2C1.125%2C0.874%2C0.874%2C0%2C0%2C0%2C.59.233%2C0.856%2C0.856%2C0%2C0%2C0%2C.59-0.233L1127%2C687Z%22%20transform%3D%22translate%28-1112%20-682%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.headphone {
    display:block;
    color:#0c3b97;
    font-size:19px;
    font-weight:800;
}
.headcont {
    float: right;
    text-align: right;
    margin-top: 29px;
}
.headlink:hover {
    text-decoration:none;
}
.headlink {
    color:#000000;
    margin-top:-1px;
    display:block;
    font-weight:600;
    font-size:11px;
    text-decoration:underline;
}
.pagetext table tr:nth-child(1) td{
    background: #0a3fa5;
    color: #ffffff;
}
.pagetext table td{
    border:1px solid #0a3fa5;
    width:auto !important;
    padding:5px 5px;
    height:auto !important;
}
.pagetext table {
    border-collapse: collapse;
    width: 100% !important;
}

img.alignnone.size-full {
    margin: 5px;
}
.closebtn:hover {
    opacity:1;
}
.closebtn {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.1%22%20height%3D%2211.91%22%20viewBox%3D%220%200%2012.1%2011.91%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22msg_close_hover%22%20class%3D%22cls-1%22%20d%3D%22M1415.2%2C1176.04l4.75-4.7a0.725%2C0.725%2C0%2C0%2C0%2C0-1.05%2C0.767%2C0.767%2C0%2C0%2C0-1.07%2C0l-4.75%2C4.69-4.76-4.69a0.767%2C0.767%2C0%2C0%2C0-1.07%2C0%2C0.725%2C0.725%2C0%2C0%2C0%2C0%2C1.05l4.76%2C4.7-4.76%2C4.69a0.725%2C0.725%2C0%2C0%2C0%2C0%2C1.05%2C0.76%2C0.76%2C0%2C0%2C0%2C1.07%2C0l4.76-4.69%2C4.75%2C4.69a0.748%2C0.748%2C0%2C0%2C0%2C.54.22%2C0.745%2C0.745%2C0%2C0%2C0%2C.53-1.27Z%22%20transform%3D%22translate%28-1408.09%20-1170.09%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    width:14px;
    opacity:0.8;
    height:14px;
    position:absolute;
    right: 15px;
    top: 22px;
    cursor: pointer;
    -moz-transition:opacity 0.2s ease;
    -ms-transition:opacity 0.2s ease;
    -o-transition:opacity 0.2s ease;
    -webkit-transition:opacity 0.2s ease;
    transition:opacity 0.2s ease;
}
.sucesstext, .unsucesstext {
    display: none;
    background: #42cc8d;
    position: absolute;
    width: 100%;
    padding: 19px 0;
    z-index: 10;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    border: 1px solid #54c441;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.customcheckbox.error label {
    color:#ff5159;
}
.unsucesstext {
    color: #fff;
    border: 1px solid #ff5159;
    background: #ff5159;
}
.reviewrow span span {
    border: 0;
    line-height: 1;
    vertical-align: middle;
}
.variations .calcprice {
    color: #ffffff;
    padding: 0 0 30px;
    font-size: 30px;
    text-align: Center;
    font-weight: 800;
}
.max580 {
    max-width:580px;
    width:100%;
}
.max800.w100 {
    max-width: 100%;
}
.languageicon ul li{
    list-style:none;
}
.languageicon ul{
    padding:0;
    margin:0;
}
.languageicon {
    /* width: 26px; */
    /* height: 26px; */
    /* border-radius: 50%; */
    float: right;
    /* background: #ededed; */
    margin: 33px 0 0;
    /* position: relative; */
    /* z-index: 20; */
    /* margin-right: 7px; */
}
.wpml-ls-statics-shortcode_actions {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    float: right;
    background: #ededed;
    margin: 0px 0 0;
    position: relative;
    z-index: 20;
    margin-right: 7px;
}
.languageicon img {
    width: 22px;
    height: 22px;
    margin: 2px;
    display:block;
}
ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    display: none;
}
.languageicon ul:hover ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    display: block;
    background: #fff;
    border-radius: 21px;
    padding-bottom: 1px;
}
#cff .cff-item {
    border-bottom:0;
}
span.productlistbottom:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 55px;
    left: 0;
    bottom: -1px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22300%22%20height%3D%2255.87%22%20viewBox%3D%220%200%20300%2055.87%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr_300px%22%20class%3D%22cls-1%22%20d%3D%22M872%2C2331h300v-55s-0.34%2C16-18%2C16h-72s-18.93-3.15-28%2C16-25.64%2C21-33%2C21-24.335-4.21-31-21.06S966.46%2C2292%2C962%2C2292H887s-15-1.07-15-15v54Z%22%20transform%3D%22translate%28-872%20-2275.13%29%22/%3E%0A%3C/svg%3E%0A);
    background-position: left bottom;
    background-repeat:no-repeat;
}
span.productlistbottom:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 55px;
    right: 0;
    bottom: -1px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22300%22%20height%3D%2255.87%22%20viewBox%3D%220%200%20300%2055.87%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr_300px%22%20class%3D%22cls-1%22%20d%3D%22M872%2C2331h300v-55s-0.34%2C16-18%2C16h-72s-18.93-3.15-28%2C16-25.64%2C21-33%2C21-24.335-4.21-31-21.06S966.46%2C2292%2C962%2C2292H887s-15-1.07-15-15v54Z%22%20transform%3D%22translate%28-872%20-2275.13%29%22/%3E%0A%3C/svg%3E%0A);
    background-position: right bottom;
    background-repeat:no-repeat;
}
.floatright {
    float: right;
    margin-right: 0;
}
nav#mainmenumobile,
.mobilemenu {
    display:none;
}
nav#mainmenumobile.mm-menu_opened {
    display: block;
}
.overflowhidden {
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}
.menuicon  {
    background-repeat:no-repeat;
    background-position:center center;
}
.menu-tel {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22phone%22%20class%3D%22cls-1%22%20d%3D%22M60.418%2C51.235L57.684%2C48.5a1.936%2C1.936%2C0%2C0%2C0-2.734%2C0l-1.243%2C1.242a1.466%2C1.466%2C0%2C0%2C1-2.071%2C0L46.25%2C44.354a1.464%2C1.464%2C0%2C0%2C1%2C0-2.071l1.243-1.242a1.932%2C1.932%2C0%2C0%2C0%2C0-2.734l-2.733-2.724a1.935%2C1.935%2C0%2C0%2C0-2.732%2C0l-1%2C.987a6.978%2C6.978%2C0%2C0%2C0%2C0%2C9.858l8.535%2C8.538a6.968%2C6.968%2C0%2C0%2C0%2C9.859%2C0l0.994-.994A1.935%2C1.935%2C0%2C0%2C0%2C60.418%2C51.235ZM42.936%2C36.493a0.646%2C0.646%2C0%2C0%2C1%2C.912%2C0l2.733%2C2.724a0.644%2C0.644%2C0%2C0%2C1%2C0%2C.911l-0.456.456-3.643-3.642Zm7.54%2C17.559-8.535-8.538a5.665%2C5.665%2C0%2C0%2C1-.355-7.645L45.219%2C41.5a2.75%2C2.75%2C0%2C0%2C0%2C.12%2C3.765l5.386%2C5.39h0a2.751%2C2.751%2C0%2C0%2C0%2C3.765.12l3.632%2C3.632A5.655%2C5.655%2C0%2C0%2C1%2C50.477%2C54.052Zm9.03-.994-0.456.456-3.645-3.645%2C0.456-.456a0.645%2C0.645%2C0%2C0%2C1%2C.911%2C0l2.734%2C2.734A0.645%2C0.645%2C0%2C0%2C1%2C59.507%2C53.058Z%22%20transform%3D%22translate%28-39%20-35.031%29%22/%3E%0A%3C/svg%3E%0A);}
.menu-mail {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22email%22%20class%3D%22cls-1%22%20d%3D%22M61.356%2C42.01a0.619%2C0.619%2C0%2C0%2C1%2C.628.6V57.387a0.619%2C0.619%2C0%2C0%2C1-.628.6H40.6a0.612%2C0.612%2C0%2C0%2C1-.619-0.6V42.614a0.611%2C0.611%2C0%2C0%2C1%2C.619-0.6H61.356ZM50.979%2C50.328l4.706-3.912%2C3.848-3.206H42.425l3.848%2C3.206Zm5.52-3.011-5.1%2C4.252a0.65%2C0.65%2C0%2C0%2C1-.823.009l-5.113-4.261L41.231%2C43.8V56.2l4.229-3.529L47.83%2C50.71a0.627%2C0.627%2C0%2C0%2C1%2C.876.059%2C0.578%2C0.578%2C0%2C0%2C1-.062.842l-2.371%2C1.973-3.848%2C3.2H59.534l-3.848-3.2-2.371-1.973a0.586%2C0.586%2C0%2C0%2C1-.062-0.842%2C0.628%2C0.628%2C0%2C0%2C1%2C.876-0.059L56.5%2C52.675%2C60.737%2C56.2V43.8Z%22%20transform%3D%22translate%28-39.969%20-42%29%22/%3E%0A%3C/svg%3E%0A);
}
pre a img{
    display:block;
    margin:0 auto;
}
.gradbackground pre a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width:33.33%;
    margin-right:-4px;
    margin:0 0 20px;
}
.gradbackground pre {
    white-space: normal;
}
.duktitle span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.calcbigtitle span {
    display:block;
    font-weight:800;
}
.calcbigtitle {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    top: 120px;
    left: 235px;
}
img.errorimg {
    display: block;
    margin: 120px auto 0;
    height: auto;
}
.errortitle {
    color: #000000;
    font-size: 21px;
    font-weight: 800;
    margin: 20px 0 90px;
    text-align: center;
}
.active .readmorebtn {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.031%22%20height%3D%226.06%22%20viewBox%3D%220%200%209.031%206.06%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230a3fa5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22arrow_read_more_close%22%20class%3D%22cls-1%22%20d%3D%22M514%2C1047.39a0.716%2C0.716%2C0%2C0%2C0%2C.169.47%2C0.539%2C0.539%2C0%2C0%2C0%2C.817%2C0l3.514-4%2C3.514%2C4a0.539%2C0.539%2C0%2C0%2C0%2C.817%2C0%2C0.723%2C0.723%2C0%2C0%2C0%2C0-.93L518.5%2C1042l-4.331%2C4.93A0.69%2C0.69%2C0%2C0%2C0%2C514%2C1047.39Z%22%20transform%3D%22translate%28-514%20-1042%29%22/%3E%0A%3C/svg%3E%0A);
}
option {
    font-family: 'mont';
    font-weight: 600;
}
a.productlist.w100 {
    max-width: 100%;
}
.slick-slide img {
    margin: 0 auto;
}
.productlist.w100:hover .productlistbottom{
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22360%22%20height%3D%2255.03%22%20viewBox%3D%220%200%20360%2055.03%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr_360px_hover%22%20data-name%3D%22bgr_360px%20hover%22%20class%3D%22cls-1%22%20d%3D%22M1214%2C1976h360v-55.03s-1.78%2C16.03-16%2C16.03-23.12%2C0-30%2C12-13.92%2C25-39%2C25H1297c0-.01-23.38.01-31.4-15.99-7.93-15.81-12.64-21.01-28.6-21.01h-7s-13.08%2C1.3-16-16.03V1976Z%22%20transform%3D%22translate%28-1214%20-1920.97%29%22/%3E%0A%3C/svg%3E%0A);

}
.w100 span.productlistbottom {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22360%22%20height%3D%2255.03%22%20viewBox%3D%220%200%20360%2055.03%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22bgr_360px%22%20class%3D%22cls-1%22%20d%3D%22M1214%2C1903h360v-55.03s-2.78%2C16-16%2C16H1452s-17.46-1.97-26%2C15.03-21.88%2C22-31%2C22-23.7-3.46-32-19c-8.07-15.11-11.15-18-32-18H1228s-10.95.49-14-16.03V1903Z%22%20transform%3D%22translate%28-1214%20-1847.97%29%22/%3E%0A%3C/svg%3E%0A);
}
.slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.showongift {
    display:none;
}
.giftvalidtitle {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 40px 0 0;
    display: inline-block;
}
.wpml-ls-flag {
    border-radius:50%;
}
.temperatureblock {
    color: #ffd119;
    font-size: 62px;
    font-weight: 600;
    padding-top: 22px;
}
div.wp-forecast-curr-details {
    max-width: 160px;
    color: #fff;
    padding: 0;
    padding-left: 10px;
    float: left;
    clear: none;
    width: auto;
    line-height: 20px;
    font-size: 14px;
}
.step.step-3 {
    text-align: center;
}
.radiobig input{
    display:none;
}
.radiobig label span {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 80px;
    color: #000000;
    font-size: 14px; 
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
}
.radiobig label strong{
    color:#000000;
    display:block;
    font-size:17px;
    font-weight:700;
}
.radiobig label {
    display:block;
    width:100%;
    background:#f3f3f3;
    cursor: pointer;
    line-height:120px;
    border-radius:9px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d0d0d0%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f3f3f3%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Ccircle%20id%3D%22bgr%22%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22/%3E%0A%20%20%3Cpath%20id%3D%22icon_check_white_%22%20class%3D%22cls-2%22%20d%3D%22M476.166%2C768l-6%2C6.205-2.332-2.412L466%2C773.69l4.166%2C4.31L478%2C769.9Z%22%20transform%3D%22translate%28-460%20-761%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position:30px center;
    padding-right: 20px;
    box-sizing: BORDER-BOX;
}
.radiobig input[type=radio]:not(old):checked+label {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23eee%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Ccircle%20id%3D%22bgr%22%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22/%3E%0A%20%20%3Cpath%20id%3D%22icon_check%22%20class%3D%22cls-2%22%20d%3D%22M1036.17%2C768l-6%2C6.205-2.34-2.412-1.83%2C1.9%2C4.17%2C4.31%2C7.83-8.1Z%22%20transform%3D%22translate%28-1020%20-761%29%22/%3E%0A%3C/svg%3E%0A);
    background-color:#ffffff;
    -webkit-box-shadow: 6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    6px 6px 29px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         6px 6px 29px 0px rgba(0, 0, 0, 0.09);
}
.radiobig.smallbig label {
    background-color: transparent;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23eee%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Crect%20id%3D%22bgr%22%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20ry%3D%222%22/%3E%0A%3C/svg%3E%0A);
    line-height: 1;
    background-repeat:no-repeat;
    background-position:30px 4px;
}
.radiobig {
    margin: 0 0 40px;
}
.radiobig.smallbig input[type=radio]:not(old):checked+label {
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23eee%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Crect%20id%3D%22bgr%22%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20ry%3D%222%22/%3E%0A%20%20%3Cpath%20id%3D%22icon_check%22%20class%3D%22cls-2%22%20d%3D%22M1036.17%2C1043l-6%2C6.21-2.34-2.42-1.83%2C1.9%2C4.17%2C4.31%2C7.83-8.1Z%22%20transform%3D%22translate%28-1022%20-1038%29%22/%3E%0A%3C/svg%3E%0A);

}
.senderaddress,
.pickups {
    display:none;
}
.woocommerce-terms-and-conditions-wrapper {
    display: inline-block;
    width: 100%;
}
#payment .paymentterm label {
    max-width: 100%;
    background-color: transparent;
    line-height: 1;
    float: none;
    height: auto;
    padding-left: 28px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout.unsucesstext ul{
    margin:0;
    padding:0;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout.unsucesstext {
    display: block;
    position: relative;
    line-height: 1;
    margin:0 0 20px;
}
select::-ms-expand {
    display: none;
}
div.payment-group-title {
    font-weight: bold;
    clear: both;
    display: none;
}
.paysera-image{
    /*display:none !important;*/
}

.ml-validate-email.ml-error input {
    border-color: red;
}

.ml-form-successContent p {
    color: #fff;
}