a {
    color: #00385b;
}
body {
    color: #000;
    font-family: 'Lato', sans-serif;
}
.mt-50 {
    margin-top: 50px;
}
/*-------- KLASA ŻAŁOBNA, NALEŻY DODAĆ DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
Długość trwania animacji
*/
a,
a svg,
button {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
em {
    padding-right: 2px;
}
h1 {
}
.text .h2,
.h2,
h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #00385b;
    font-weight: 900;
}
.h2 {
    margin-top: 4px;
}
.text .h2 {
    margin-top: 12px;
    line-height: 48px;
    padding-bottom: 10px;
}
.white {
    color: #fff;
}
.h3,
h3 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -0.01em;
    color: #00385b;
    font-weight: 900;
}
h4 {
}
h5 {
}
.btn,
a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}
.container-small {
    max-width: 1350px;
}
#page {
    overflow: hidden;
}
/**
 * HEADER
 */

header {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header-estimate {
    margin: 15px 0 15px 25px;
}
.header-estimate a {
    background: #ec8200;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 16px;
    border: 1px solid #ec8200;
    letter-spacing: 0.05em;
    display: block;
}
.estimate-text {
    max-width: 70px;
}
.estimate-icon {
    width: 40px;
    margin-right: 4px;
    height: 40px;
    background: url("../images/icons/wycena.svg") no-repeat center center transparent;
    background-size: contain;
}
.estimate-text,
.estimate-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-contact {
    float: right;
}
.header-link {
    float: left;
}
.subpage .logo {
    margin-right: 80px;
    width: 214px;
    margin-top: 0px;
}
.subpage .header-bottom-elements {
    border: 0;
}
.subpage .header-bottom {
    background: #00385b;
}
.subpage .header-top {
    background: #002a44;
}
.header-top {
    padding: 10px 0;
    background: rgba(0, 56, 91, 0.2);
}
.header-link:not(:first-of-type):before {
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    display: block;
    content: '';
    pointer-events: none;
    left: -22px;
    top: 10px;
}
.header-link:not(:first-of-type) {
    margin-left: 41px;
    position: relative;
}
.header-link a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #fff;
}
.header-link-text {
    display: inline-block;
    vertical-align: middle;
}
.header-link-icon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header-link-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 94%;
    max-height: 100%;
}
.logo {
    float: left;
    margin-right: 46px;
    width: 234px;
}
.header-bottom {
    padding-top: 5px;
}
.header-bottom-elements {
    overflow: hidden;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}
.logo a {
    display: block;
    overflow: hidden;
}
.logo a img {
    display: block;
    float: left;
    max-width: 100%;
}
#main-menu {
    margin: 0 15px;
}
#main-menu .active a {
    color: #ed7e00;
}
#main-menu a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    display: block;
}
#main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 21px 6px;
}
#main-menu ul li ul {
    display: none;
}
#main-menu ul li:hover ul {
    display: block;
}
.header-bottom-right {
    float: right;
}
.header-bottom-left {
    float: left;
}
.header-bottom-right > *,
.header-bottom-left > * {
    display: inline-block;
    vertical-align: middle;
}
.social-item a {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    display: block;
}
.social-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.goDown-icon {
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/icons/search.svg") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    right: 37px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
/**
 * CONTENT
 */
.subpage #content {
    padding-top: 135px;
}
/*#content {*/
/*    overflow-x: hidden;*/
/*}*/
.select2-results__option {
    font-size: 14px;
}
.text {
    font-family: 'Open Sans', sans-serif;
    overflow: visible;
}
footer {
}
/**
 * FORM
 */

form.form {
    /* padding: 15px 0; */
}
/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
}
/* TEXTAREA */
.form textarea.form-control {
    /* height: 130px; */
}
/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}
/* ZAOKRĄGLENIA INPUTÓW */
.form .form-control {
    /* border-radius: 0; */
}
.form button.captcha-refresh {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}
/**
 * MAP POINT
 */

.map-point .custom-map-wrapper {
    position: relative;
}
.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}
.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}
/*
    Sekcja logotypów
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}
.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}
.logotypes-slider-container {
    height: 100px;
}
.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}
.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}
/**
    Sociale
*/

.social-list {
    margin: 15px 0;
    font-size: 0;
}
.social-list > ul > li:not(:first-of-type) {
    margin-left: 8px;
}
.social-list > ul > li {
    display: inline-block;
    text-align: center;
}
.social-list > ul > li > a {
    font-size: 26px;
    line-height: 34px;
}
.social-list > ul > li > a img {
    display: block;
    width: 100%;
}
/*
    Menu językowe
 */
.langs-menu {
    position: relative;
    transition-duration: 0.4s;
}
.langs-menu ul {
    width: 100%;
}
.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}
.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.tooltip {
    z-index: 9;
    position: absolute;
}
.rwd-search {
    display: none;
}
.langs-menu-icon .flag-icon {
    width: 100%;
    height: 100%;
    display: block;
}
.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 24px;
    margin-top: 2px;
    height: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lang {
    font-size: 0;
}
.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}
.lang .langs-menu-long {
    display: none;
}
.lang-button {
    position: relative;
    cursor: pointer;
}
.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}
.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.langs-menu-icon img {
    max-width: 100%;
}
/**
 * ARTICLE
 */

.article-image {
    margin-top: 7px;
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 40px;
    margin-bottom: 12px;
    position: relative;
    z-index: 10;
}
.article-image img {
    display: block;
    max-width: 100%;
}
.article-text {
    overflow: visible;
}
.article-subtitle {
    padding-bottom: 35px;
}
.article-text {
    padding-bottom: 25px;
}
.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}
/**
 Ul custom dots
 */
.text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #6d6e71;
}
.text img {
    max-width: 100%;
}
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}
.text ul > li {
    left: 36px;
    position: relative;
    padding-right: 36px;
}
footer .text ul > li {
    left: 16px;
    position: relative;
    padding-right: 16px;
}
.text ul > li::before {
    color: #ec8200;
    content: "•";
    display: inline-block;
    width: 10px;
    left: -7px;
    margin-left: -10px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
}
.text .date {
    font-size: 14px;
    line-height: inherit;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    color: #00385b;
}
.search-toggle {
    display: none;
}
.rwd-search {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.rwd-search-wrapper {
    /*background: rgba(0, 56, 91, 1);*/
    height: inherit;
    pointer-events: visible;
    overflow-x: hidden;
}
.rwd-search-wrapper .header-search {
    width: 280px;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate3d(-50%, -50%, 0);*/
    /*-moz-transform: translate3d(-50%, -50%, 0);*/
    /*-ms-transform: translate3d(-50%, -50%, 0);*/
    /*-o-transform: translate3d(-50%, -50%, 0);*/
    /*transform: translate3d(-50%, -50%, 0);*/
    right: 0;
    top: 65px;
    background: rgba(0, 56, 91, 1);
    padding: 10px 15px;
}
/**
* PAGINATION ACTIVE
*/

/*.pagination-wrapper ul li.active a {*/
/*color: #e10024;*/
/*}*/

/*@media screen and (min-width: 1140px) {*/
/*.pagination-wrapper ul li a:hover {*/
/*color: #e10024;*/
/*}*/
/*}*/
/*
 Galeria
 */
.gallery {
    clear: both;
    padding: 37px 0 18px;
}
.gallery ul {
    margin: -5px;
    font-size: 0;
}
.gallery a {
    display: block;
    overflow: hidden;
}
.gallery a img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gallery li {
    width: 25%;
    padding: 5px;
    display: inline-block;
}
.hover-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 14px;
}
.hover-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.video-mark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.video-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ec8200;
    padding: 7px;
}
.video-text {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
}
.video-icon {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.video-label {
    background: #ec8200;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0px 70px;
    -webkit-transform-origin: 49% 335%;
    -moz-transform-origin: 49% 335%;
    -ms-transform-origin: 49% 335%;
    -o-transform-origin: 49% 335%;
    transform-origin: 49% 335%;
}
.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}
.fancy img {
    width: 100%;
}
.hover-mask {
    position: absolute;
    bottom: 0;
    display: inline-block;
    white-space: nowrap;
    top: auto;
    padding: 9px 30px;
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    background-color: #00385b;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.main-slider-section .main-slider, .main-slider-section .slick-list, .main-slider-section .slick-track, .main-slider-section .main-slide, .main-slider-section {
    height: 100vh;
    min-height: 500px;
    position: relative;
    background: #000;
}
.main-slider-section .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    padding-top: 36px;
}
.main-slide-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 99999;
}
.main-slide-apla {
    display: none;
    /*position: absolute;*/
    /*z-index: 1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*background: url("../images/slider-apla.png") no-repeat center center transparent;*/
    /*background-size: cover;*/
}
.main-slide-dots a {
    pointer-events: all;
}
.main-slide-dots {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: right;
    max-width: 1594px;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.main-slide-texts {
    overflow: hidden;
    max-width: 800px;
    width: 80%;
}
.main-slide-texts .title {
    font-size: 100px;
    line-height: 90px;
    padding: 20px 0;
    letter-spacing: 0;
    font-weight: 900;
    color: #fff;
}
.main-slide-texts .btn {
    clear: both;
    margin-top: 50px;
}
.main-slide-texts .text .text-bg {
    background: #ec8200;
    display: inline-block;
    padding: 5px 20px;
}
.main-slide-texts .text {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    float: left;
    clear: both;
    margin-top: 20px;
}
.btn-line {
    width: 25px;
    height: 2px;
    display: inline-block;
    margin: 0 0 10px 44px;
    background: #fff;
}
.btn {
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 25px;
    padding: 13px 35px;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;
    display: inline-block;
    background: transparent;
    color: #fff;
    min-width: 200px;
}
.btn:hover,
.btn:focus {
    color: #fff;
    border-color: #fff;
}
.btn-blue svg {
    fill: #00385b;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
    border-color: #00385b;
    color: #00385b;
    background: #fff;
}
.btn-blue-dark svg {
    fill: #fff;
}
.btn-blue-dark {
    border-color: #00385b;
    background: #00385b;
    color: #fff;
}
.btn-white svg {
    fill: #fff;
}
.btn-white {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.btn-orange svg {
    fill: #fff;
}
.btn-orange {
    border-color: #ec8200;
    color: #fff;
    background: #ec8200;
}
.slick-dots {
    padding-bottom: 14px;
    float: right;
}
.slick-dots a {
    cursor: pointer;
    position: relative;
    padding: 11px 0;
    display: block;
}
.slick-dots .slick-active .btn-text {
    opacity: 1;
}
.slick-dots .slick-active .btn-line {
    width: 51px;
}
.slick-dots .btn-line {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main-slider:not(.slick-initialized) {
    white-space: nowrap;
}
.main-slider:not(.slick-initialized) .main-slide {
    width: 100%;
    display: inline-block;
    white-space: normal;
}
.main-slider-section {
    position: relative;
}
.slick-dots .btn-text {
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    -moz-transform: translate3d(-100%, -50%, 0);
    -ms-transform: translate3d(-100%, -50%, 0);
    -o-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
    pointer-events: none;
    letter-spacing: -0.02em;
    line-height: 38px;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main-slider-label a {
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 6px 23px 18px;
    display: block;
    font-weight: 300;
    background: rgba(0, 78, 136, 0.9);
}
.main-slider-label {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-border-bottom-right-radius: 46px;
    -webkit-border-bottom-left-radius: 46px;
    -moz-border-radius-bottomright: 46px;
    -moz-border-radius-bottomleft: 46px;
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
    width: 246px;
    z-index: 99;
    position: absolute;
    overflow: hidden;
    bottom: 54px;
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotate(90deg);
    -moz-transform: translate3d(0, 100%, 0) rotate(90deg);
    -ms-transform: translate3d(0, 100%, 0) rotate(90deg);
    -o-transform: translate3d(0, 100%, 0) rotate(90deg);
    transform: translate3d(0, 100%, 0) rotate(90deg);
}
.goDownButton {
    cursor: pointer;
    background: #ec8200;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    padding: 31px 120px 32px 50px;
}
.goDown {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.mainpage .h2 {
    text-align: center;
}
.main-offer {
    padding: 20px 0 16px;
}
.offer-big ul {
    margin: 0 -46px;
    font-size: 0;
}
.offer-big .alert {
    margin-bottom: 50px;
}
.offer-small a,
.offer-big a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
}
.offer-big li:nth-of-type(3n) {
    border: 0;
}
.offer-small li:nth-last-of-type(1),
.offer-small li:nth-last-of-type(2) {
    padding-bottom: 0;
}
.offer-big li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 33.33%;
    padding: 0 46px;
    font-size: initial;
}
.offer-small li:nth-of-type(2n) {
    border: 0;
}
.offer-img .offer-image {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.offer-img-container {
    width: 100%;
}
.offer-img {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 66.8%;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.section-footer {
    text-align: center;
    padding: 58px 0 36px;
}
.offer-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 900;
    color: #00385b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.offer-undertitle {
    overflow: hidden;
}
.place span {
    background: #ed7e00;
    padding: 0 3px;
}
.place {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-top: 12px;
    max-width: calc(100% - 144px);
}
.price > * {
    display: inline-block;
    vertical-align: bottom;
}
.price {
    float: right;
    font-family: 'Unica One', cursive;
}
.price .from {
    letter-spacing: -0.05em;
    font-size: 14px;
    line-height: 26px;
    color: #00385b;
    margin-right: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.price .price-value {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.05em;
    color: #00385b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.offer-text {
    padding-top: 22px;
}
.offer-text .text .more {
    font-weight: bold;
}
.offer-text .text {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #6d6e71;
}
.offer-texts {
    padding: 30px 33px 33px;
    overflow: hidden;
}
.offer-big {
    padding-top: 17px;
    padding-bottom: 39px;
}
.offer-labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.offer-apla:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /*background: url("../images/offer-apla.png") no-repeat bottom center transparent;*/
    background: linear-gradient(to top, rgba(4, 43, 68, 0.8) 0%, rgba(4, 43, 68, 0) 35%, transparent 100%);
    background-size: 100% auto;
    content: '';
}
.offer-apla {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.offer-apla svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.offer-date > * {
    text-align: center;
    text-align-last: center;
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
}
.counter-values > * {
    text-align: center;
    text-align-last: center;
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
}
.offer-date {
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    text-align: justify;
    text-align-last: justify;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 0 5.3% 2.9%;
}
.date,
.counter-text {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
}

.counter-values .counter-prefix {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: lowercase;
    padding: 8px 10px 8px 4px;
}
.counter-unit {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: lowercase;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(100%, -50%, 0);
    -moz-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
}
.counter-number {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0;
    color: #fff;
    padding: 2px 4px;
    margin-left: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
}
.counter-values {
    padding-right: 11px;
    letter-spacing: 0;
    position: relative;
    font-size: 0;
    margin-right: 20px;
}
.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 10px 0 0 10px;
    display: block;
    font-weight: normal;
    float: left;
    overflow: hidden;
    clear: both;
    padding: 0 15px;
    min-width: 134px;
}
.offer-small .offer-texts {
    padding: 27px 28px 12px;
}
.offer-small .counter-text,
.offer-small .price {
    display: none;
}
.offer-small .offer-date {
    padding: 0 7.9% 3.7% 6.6%;
}
.offer-small .offer-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
}
.offer-small .offer-img-container {
    width: 47.3%;
    float: left;
}
.place {
    margin-top: 3px;
}
.offer-small ul {
    margin: 0 -46px;
    font-size: 0;
}
.offer-small li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    padding: 0 46px 21px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.news-image {
    display: block;
    min-height: 100%;
    width: 100%;
    padding-top: 100%;
    height: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-size: cover;
}
.news-list a {
    display: block;
    overflow: hidden;
}
.news-img {
    overflow: hidden;
    width: 50%;
    display: block;
    float: right;
}
.news-list li:nth-last-of-type(3) .news-img,
.news-list li:nth-last-of-type(4) .news-img {
    float: left;
}
.news-list ul {
    margin: -6px;
}
.news-list li {
    padding: 6px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: initial;
}
.news-list {
    font-size: 0;
}
.main-news .section-footer {
    padding: 52px 0 30px;
}
.main-news {
    background: url("../images/news-bg.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 2px 0 20px;
}
.main-news .h2 {
    color: #fff;
    margin-bottom: 28px;
}
.news-box {
    background: #fff;
}
.news-texts .date {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #00385b;
    margin-bottom: 9px;
}
.news-texts .title {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 900;
    color: #00385b;
    margin-bottom: 11px;
}
.news-texts .text {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: justify;
    color: #6d6e71;
}
.news-texts .more {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #ec8200;
    position: absolute;
    bottom: 23px;
    right: 38px;
}
.news-texts {
    overflow: hidden;
    padding: 32px 38px 45px;
    position: relative;
}
.main-fb {
    padding: 11px 0 30px;
    background: url("../images/fb-bg.jpg") no-repeat center center transparent;
    background-size: cover;
}
.main-fb-list {
    padding: 27px 0 19px;
    overflow: hidden;
}
.main-fb-list ul {
    font-size: 0;
    margin: 0 -58px;
}
.main-fb-list .fb-news-logo {
    position: absolute;
    width: 46px;
    padding: 2.5%;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ed7e00;
    bottom: 8px;
    left: 10px;
    z-index: 2;
}
.main-fb-list .fb-img img {
    display: block;
    width: 100%;
}
.main-fb-list .fb-img {
    font-size: 0;
    position: relative;
}
.main-fb-list .fb-date {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #00385b;
    text-transform: uppercase;
}
.main-fb-list .fb-title {
    font-size: 16px;
    line-height: 28px;
    max-height: 111px;
    overflow: hidden;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #00385b;
}
.main-fb-list .fb-adventure {
    text-align: right;
    padding-top: 40px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #00385b;
}
.main-fb-list a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.main-fb-list li {
    font-size: initial;
    display: inline-block;
    vertical-align: bottom;
    width: 25%;
    padding: 0 58px;
}
.fb-texts {
    padding: 27px 0;
}
.main-galleries {
    background: url("../images/galleries-bg.jpg") no-repeat top center #132e4d;
    background-size: 100% auto;
    padding: 116px 0 13px;
}
.main-gals-right {
    float: right;
    width: 48%;
    padding: 7.4% 0 0 11.1%;
}
.main-gals-left img {
    display: block;
    max-width: 100%;
}
.main-gals-left {
    float: left;
    width: 52%;
}
.main-fb .section-footer {
    padding: 0 0 20px;
}
.main-fb-list a .fb-img {
    overflow: hidden;
}
.main-fb-list a .fb-img > img {
    position: relative;
    z-index: 1;
}
.main-fb-list a .fb-title,
.main-fb-list a .fb-img > img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main-gals-right .title .title-bg {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #fff;
    background: #ec8200;
    font-weight: 300;
    text-transform: uppercase;
}
.main-gals {
    overflow: hidden;
}
.main-gals-right .title {
    line-height: 48px;
    margin-bottom: 22px;
}
.main-gals-right .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.gals-text-bottom {
    text-align: right;
    margin-top: 40px;
    background: url("../images/handwriting.png") no-repeat left center transparent;
}
.main-galleries .h2 {
    margin: 17px 0 11px;
    color: #fff;
}
.gals-box a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: url("../images/galleries-apla.png") repeat-x left bottom transparent;
}
.gals-box a {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
.main-gals-bot .images,
.main-gals-bot .videos {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
}
.main-gals-texts .title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.main-gals-bot .images:before {
    background: url("../images/icons/foto.svg") no-repeat center center transparent;
    background-size: contain;
}
.main-gals-bot .videos:before {
    background: url("../images/icons/youtube_orange.svg") no-repeat center center transparent;
    background-size: contain
}
.main-gals-bot div:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-top: -4px;
}
.gals-img {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.main-gals-bot div {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}
.main-gals-texts {
    position: absolute;
    pointer-events: none;
    bottom: 8.5%;
    left: 40px;
    right: 40px;
    z-index: 3;
}
.gals-box.gals-big a,
.gals-box.gals-small a {
    padding-top: 24.5vw;
}
.gals-box.gals-big {
    width: 50%;
}
.gals-box.gals-small {
    width: 25%;
}
.gals-box {
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
}
.main-gals-list ul {
    font-size: 0;
    margin: 0 -6px;
}
.main-galleries .section-footer {
    padding: 44px 0 36px;
}
.main-gals-godown {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: url("../images/icons/big_arrow_down.svg") no-repeat center center #ec8200;
    background-size: 80% auto;
    position: relative;
    z-index: 20;
    margin: 0 auto -39px;
}
.main-tips .h2 {
    color: #fff;
}
.main-tips {
    background: #00385b;
    padding: 21px 0;
}
.tips-list {
    padding-top: 29px;
}
.tips-list a {
    background: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
}
.tip-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.tip-img {
    float: left;
    display: block;
    width: 50%;
    height: 0;
    padding-top: 49%;
    position: relative;
    overflow: hidden;
}
.tip-texts {
    overflow: hidden;
    padding: 3.9% 4.9% 1%;
}
.tips-list li {
    display: inline-block;
    width: 33.33%;
    font-size: initial;
    vertical-align: top;
    padding: 10px;
}
.tips-list ul {
    margin: -10px;
    font-size: 0;
}
.tip-texts .date {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #00385b;
    text-transform: uppercase;
    padding-bottom: 11px;
}
.tip-texts .title {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #00385b;
    font-weight: 900;
    padding-bottom: 9px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tip-texts .text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #6d6e71;
}
.main-tips .section-footer {
    padding: 50px 0 30px;
}
.opinions-list li {
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    width: 33.33%;
    padding: 0 45px 29px;
    height: 200px;
}
.opinions-list ul {
    font-size: 0;
    margin: 0 -45px;
}
.opinion-box {
    display: block;
    width: 100%;
    padding: 33px 0 0;
    background: url("../images/quote.jpg") no-repeat top 10px left 30px #fff;
}
.opinion-text {
    margin-bottom: 12px;
    position: absolute;
    overflow: hidden;
    top: 33px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 96px;
}
.opinion-box {
    position: relative;
    z-index: 1;
}
.opinion-text-full .scrollbar {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.opinion-text-full {
    height: 96px;
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hovered .opinion-box .opinion-text {
    opacity: 0;
}
li.hovered .opinion-box .opinion-text-full .text {
    color: #00385b;
}
li.hovered .opinion-box .opinion-text-full .scrollbar {
    opacity: 1;
}
li.hovered .opinion-box .opinion-text-full {
    height: 296px;
    opacity: 1;
}
.opinion-text-full .viewport {
    height: 296px;
    overflow: hidden;
    position: relative;
}
.opinion-text-full .overview {
    position: relative;
    padding-right: 10px;
}
.opinion-text-full .scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    overflow: hidden;
}
.opinion-text-full .scrollbar .track {
    width: 1px;
    margin: 0 1px;
    background: rgba(0, 0, 0, 0.1);
}
.opinion-text-full .scrollbar .thumb {
    position: absolute;
    left: 0;
    width: 3px;
    background: #00385b;
}
li:nth-last-of-type(3) .opinion-text-full .viewport,
li:nth-last-of-type(2) .opinion-text-full .viewport,
li:nth-last-of-type(1) .opinion-text-full .viewport {
    height: 220px;
}
li:nth-last-of-type(3).hovered .opinion-box .opinion-text-full,
li:nth-last-of-type(2).hovered .opinion-box .opinion-text-full,
li:nth-last-of-type(1).hovered .opinion-box .opinion-text-full {
    height: 220px;
    opacity: 1;
}
.opinion-text-full .text,
.opinion-text .text {
    color: #6d6e71;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-style: italic;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.opinions-list li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.opinion-bottom {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    color: #00385b;
    font-weight: 900;
}
.main-opinions .section-footer {
    padding-top: 10px;
}
.main-opinions {
    padding: 18px 0 13px;
}
.offer-b {
    background: url("../images/offer-b-bg.jpg") no-repeat center center transparent;
    background-size: cover;
    text-align: justify;
    text-align-last: justify;
    font-size: 0;
    padding: 71px 0 64px;
}
.of-b-title .line1 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
}
.of-b-title .line2 {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0;
    color: #fff;
}
.of-b-title .line1,
.of-b-title .line2 {
    display: block;
    float: left;
    clear: both;
}
.of-b-title {
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: left;
    text-align-last: left;
}
.offer-b .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: left;
    text-align-last: left;
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    padding: 0 6% 20px 5.4%;
}
.offer-b .offer-b-right {
    font-size: initial;
    text-align: right;
    text-align-last: right;
    width: 21%;
    display: inline-block;
    vertical-align: middle;
}
.offer-after-b {
    padding: 46px 0 52px;
}
.ban-list {
    margin: 0 -45px;
    font-size: 0;
}
.ban-list li:nth-of-type(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ban-list li {
    width: 50%;
    padding: 0 45px;
    display: inline-block;
    font-size: initial;
}
.ban-box img,
.ban-box a {
    display: block;
    width: 100%;
}
.partners {
    padding: 46px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.partners-slider {
    font-size: 0;
    text-align: center;
}
.partners-slide img {
    max-width: 100%;
    display: inline-block;
}
.partners-slide a {
    opacity: 0.5;
    max-width: 100%;
    display: inline-block;
}
.partners-slide {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
}
.footer-top {
    background: url("../images/footer-bg.jpg") no-repeat center center transparent;
    background-size: cover;
}
.footer-box {
    font-size: initial;
    display: inline-block;
    vertical-align: top;
    width: 20.1%;
}
.footer-top {
    font-size: 0;
    padding: 68px 0;
}
.footer-title {
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}
.footer-title-bg {
    display: inline-block;
    padding: 1px 6px;
    line-height: 25px;
    background: #ec8200;
}
footer .text a img {
    margin: 0 16px -5px 2px;
}
footer .text a,
footer .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.text a:hover {
    color: #00385b;
}
.text a {
    color: #ec8200;
}
.footer-toggle {
    padding-top: 40px;
}
.footer-last-box .logo a,
.footer-last-box .logo img {
    display: block;
    max-width: 100%;
}
.footer-last-box .logo {
    width: 100%;
    margin: 0 0 50px 0;
}
.footer-last-box .footer-toggle {
    padding-top: 10px;
}
.footer-last-box:before {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -64.7%;
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}
.footer-last-box {
    position: relative;
    float: right;
    padding-left: 10px;
}
.newsletter {
    position: relative;
}
.newsletter .form-control-feedback {
    right: 40px;
}
.newsletter button:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    text-align: center;
    line-height: 19px;
}
.newsletter button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ec8200;
    border: 1px solid #ec8200;
    color: #fff;
}
.newsletter input::placeholder {
    color: #fff;
    opacity: 1;
}
.newsletter input:-ms-input-placeholder {
    color: #fff;
}
.newsletter input::-ms-input-placeholder {
    color: #fff;
}
.newsletter input:focus {
    border-color: #fff;
}
.newsletter .form-group-lg .form-control {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    outline: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 80px 0 22px;
}
.footer-bottom a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.footer-bottom {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    background: #00385b;
    padding: 12px 0 14px;
}
.copyright {
    float: left;
}
.footer-link a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.footer-link {
    float: left;
    text-transform: uppercase;
    margin-right: 40px;
}
.copyright-undicom {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    float: right;
}
.offer .h2 {
    text-align: center;
}
.offer {
    padding-top: 22px;
    padding-bottom: 74px;
}
.offer-filter {
    font-size: 0;
    background: #ec8200;
    margin-top: 32px;
    padding: 20px 28px 24px;
    margin-bottom: 31px;
}
#search-form .form-control-feedback {
    display: none;
}
.filter-box .row {
    margin-left: -7px;
    margin-right: -7px;
}
.filter-box .row > * {
    padding-left: 7px;
    padding-right: 7px;
}
.filter-box {
    vertical-align: top;
    font-size: initial;
    width: 17%;
    display: inline-block;
    padding-right: 15px;
}
.filter-date {
    width: 28.8%;
}
.filter-submit {
    width: 10.9%;
    padding: 24px 0 0 14px;
}
.filter-submit .btn {
    min-width: 0;
    padding: 12px 11px 8px;
    width: 100%;
}
.filter-input input:first-of-type {
    margin-right: 5px;
}
.filter-input input {
    padding: 7px 15px;
    line-height: 26px;
    color: #6f7073;
    font-size: 14px;
    letter-spacing: 0.05em;
    width: calc(50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-box .form-element-name {
    min-height: 21px;
    min-width: 1px;
}
.filter-box .form-element-name,
.filter-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 900;
}
.select2-container .select2-selection--single {
    height: 42px;
}
.input-group .form-control.form-control-date {
    height: 42px;
    font-size: 14px;
}
.input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 47px;
    line-height: 28px;
    padding-left: 15px;
    color: #6f7073;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 42px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(-1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(-1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(-1);
    -o-transform: translate3d(-50%, -50%, 0) scale(-1);
    transform: translate3d(-50%, -50%, 0) scale(-1);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.button-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0 -4px 10px;
}
.offer .offer-big {
    padding-bottom: 24px;
}
.mainpage .offer-big li,
.offer .offer-big li {
    margin-bottom: 45px;
}
.mainpage .offer-big {
    padding-bottom: 0;
}
.offer-big-mainpage.offer-big {
    padding-top: 0;
}
.offer-big-mainpage ul {
    margin: 0 -46px -45px;
}

.pagination-wrapper {
    padding: 0;
    max-width: 100%;
    width: 630px;
}
.pagination-wrapper ul li.next a i, .pagination-wrapper ul li.prev a i {
    padding-left: 2px;
}
.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 46px;
    height: 46px;
    line-height: 44px;
    min-width: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}
.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #00385b;
    padding: 10px 13px;
}
.pagination-wrapper ul li.active a {
    color: #ec8200;
}
.page-heading .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.049em;
    color: #002a44;
    width: 100%;
    max-width: 1270px;
    margin: 22px auto 0;
    text-align: justify;
}
.page-heading {
    text-align: center;
    padding: 26px 0;
}
.news .news-list .news-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.news .news-list li:nth-of-type(4n+1) .news-img,
.news .news-list li:nth-of-type(4n+2) .news-img {
    float: left;
}
.news-preview {
    padding: 42px 0;
}
.page-footer {
    padding: 48px 0 50px;
}
.video-label,
.video-middle {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-preview .page-footer {
    text-align: center;
    padding: 45px 0 29px;
}
.about-us-top-texts {
    overflow: hidden;
    padding: 25px 0;
}
.about-us-mid {
    padding: 60px 0 122px;
    background: url("../images/aboutUsHandwriting.png") no-repeat bottom 60px right transparent;
}
.about-us-top {
    background: url("../images/aboutUsTop.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 30px 0 148px;
}
.about-us-top .text {
    color: #fff;
}
.about-us-top .h2 {
    color: #fff;
    text-align: center;
}
.about-us-right {
    float: right;
    width: 58.6%;
    height: 260px;
}
.about-us-left {
    float: left;
    width: 40%;
}
.about-us-left span {
    background: #ec8200;
}
.about-us-left {
    font-size: 36px;
    padding-top: 11px;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 47px;
    color: #fff;
    max-width: 490px;
    text-transform: uppercase;
}
.main-ppl {
    padding: 42px 0 98px;
    background: url("../images/aboutPplHandwriting.png") no-repeat bottom 26% right 26% rgba(0, 42, 68, 0.05)
}
.text-more {
    float: right;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #ec8200;
    margin: 25px 9px 25px 0;
    padding: 0 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main-person {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.about-ppl .h2 {
    text-align: center;
}
.person-image img {
    display: block;
    max-width: 100%;
}
.person-image {
    float: left;
    margin: 0 58px 0 0;
    font-size: 0;
    overflow: hidden;
    width: 394px;
}
.person-texts {
    overflow: hidden;
    padding-top: 48px;
    padding-right: 40px;
}
.person-title {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 900;
    color: #00385b;
    margin-bottom: 37px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.rest-ppl {
    padding: 70px 0 94px;
}
.rest-ppl ul {
    margin: -14px;
    font-size: 0;
}
.rest-ppl li {
    font-size: initial;
    width: 50%;
    padding: 14px;
    display: inline-block;
    vertical-align: top;
}
.rest-ppl a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    width: 100%;
}
li:nth-of-type(4n) .ppl-img,
li:nth-of-type(4n+3) .ppl-img {
    float: left;
}
.ppl-img:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%;
    font-size: 0;
}
.ppl-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.ppl-img {
    overflow: hidden;
    float: right;
    position: relative;
    width: 274px;
    font-size: 0;
}
.ppl-title {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0;
    color: #00385b;
    line-height: 24px;
    margin-bottom: 17px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ppl-text .text {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #6d6e71;
}
.ppl-texts {
    padding: 27px;
    overflow: hidden;
}
.ppl-texts .text-more {
    margin: 12px 0 0;
}
.why-us .about-us-left {
    max-width: 580px;
}
.why-us .about-us-top {
    background: url("../images/whyUsTop.jpg") no-repeat center center transparent;
    background-size: cover;
}
.more-mark-outs .goToMe {
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    -ms-transform: translate3d(-50%, 50%, 0);
    -o-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/icons/big_arrow_down.svg") no-repeat center center #ec8200;
    background-size: 84%;
}
.more-mark-outs {
    position: relative;
}
.more-mark-outs .text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}
.more-mark-outs .about-us-left {
    max-width: 520px;
}
.more-mark-outs .about-us-top {
    background: url("../images/moreMarkOutsBg.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 120px 0 148px;
}
.mark-out {
    padding-bottom: 72px;
}
.mark-out .page-heading .text {
    margin-top: 30px;
}
.mark-out .page-heading {
    padding: 40px 0 60px;
}
.mark-out-list ul {
    font-size: 0;
    text-align: center;
}
.mark-out-list li {
    width: 25%;
    font-size: initial;
    display: inline-block;
    vertical-align: top;
}
.mark-dark:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: rgba(12, 68, 113, 0.7);
}
.mark-dark .mark-number {
    color: #fff;
}
.mark-number {
    opacity: 0.1;
    font-size: 172px;
    line-height: 180px;
    letter-spacing: 0;
    color: #0c4471;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.mark-dark .mark-text {
    color: #fff;
}
.mark-out-box {
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.mark-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.files-list ul {
    margin: -5px;
    font-size: 0;
}
.files-list li {
    font-size: initial;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 5px;
}
.files-list a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    position: relative;
    min-height: 52px;
    padding: 0 190px 0 60px;
}
.file-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #00385b;
}
.check-us .h2 {
    text-align: center;
}
.check-us {
    padding: 36px 0 22px;
}
.files-list {
    padding: 28px 0;
}
.file-icon-wrapper img {
    display: block;
    max-width: 100%;
}
.file-icon-wrapper svg {
    fill: #fff;
}
.file-icon-wrapper {
    display: block;
    position: absolute;
    height: 54px;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.file-more {
    border: 1px solid #00385b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #00385b;
    width: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.file-name {
    padding: 13px;
    font-size: 16px;
    line-height: 24px;
    color: #081b32;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.file-more-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
}
.gallery-subpage .page-footer {
    text-align: center;
}
.gallery-subpage {
    padding-bottom: 20px;
}
.gallery-subpage .gallery {
    padding: 0 0 28px;
}
.tip-tags {
    padding: 34px 0 2px;
}
.tip-tags .active a {
    background: #ec8200;
}
.tip-tags a {
    display: block;
    background: #002a44;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 6px 9px;
}
.tip-tags ul {
    font-size: 0;
}
.tip-tags li {
    padding: 4px;
    display: inline-block;
    vertical-align: top;

}
.tips-page-list ul {
    font-size: 0;
    margin: -19px;
}
.tips-page-list li {
    width: 25%;
    padding: 19px;
    font-size: initial;
    display: inline-block;
    vertical-align: top;
}
.tips-page-list a {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tip-box .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    max-height: 100%;
}
.tip-box .image .tag {
    background: #ec8200;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 2px;
    display: inline-block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.tip-box .image .tags li {
    display: block;
    width: 100%;
    padding: 1px 0;
}
.tip-box .image .tags {
    position: absolute;
    bottom: 29px;
    left: 30px;
}
.tip-box .image {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    font-size: 0;
    padding-top: 56.2%;
}
.tip-elements {
    padding: 29px 30px 13px;
}
.tip-elements .date {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #00385b;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.tip-elements .title {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 900;
    color: #00385b;
    min-height: 44px;
    margin-bottom: 21px;
}
.tip-elements .text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #6d6e71;
}
.faq-subpage .page-heading {
    padding: 24px 0 18px;
}
.faq-list ul {
    margin: -5px;
}
.faq-list li {
    display: block;
    width: 100%;
    padding: 5px;
}
.faq-text {
    display: none;
    padding: 40px 0 20px;
}
.faq-toggle.active:before {
    -webkit-transform: translate3d(0, -50%, 0) scale(-1);
    -moz-transform: translate3d(0, -50%, 0) scale(-1);
    -ms-transform: translate3d(0, -50%, 0) scale(-1);
    -o-transform: translate3d(0, -50%, 0) scale(-1);
    transform: translate3d(0, -50%, 0) scale(-1);
}
.faq-toggle:before {
    position: absolute;
    top: 50%;
    right: 17px;
    content: '\f107';
    font-family: fontAwesome;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.faq-toggle {
    color: #00385b;
    border: 1px solid #00385b;
    padding: 11px 50px 11px 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    font-weight: 900;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.faq-list {
    padding-bottom: 20px
}
.faq-subpage {
    padding-bottom: 20px
}
.faq-text .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #6d6e71;
}
.opinion-subpage .about-us-top {
    background-image: url("../images/opinion-top.jpg");
}
.opinion-list-section .h2 {
    text-align: center;
    margin-bottom: 28px;
}
.opinion-list-section {
    padding-top: 33px;
    padding-bottom: 18px;
}
.contact-subpage .footer-box:last-of-type {
    width: 22%;
}
.contact-subpage .title {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
}
.contact-subpage .text a {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.contact-subpage .text a img {
    margin: 0 16px -5px 2px;
}
.contact-subpage .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.contact-subpage {
    background: url("../images/contactBg.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 100px 0 90px;
}
.contact-form .h2 {
    text-align: center;
}
.contact-form {
    padding: 40px 0 54px;
}
.contact-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.contact-form .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.contact-form .form-group {
    margin-bottom: 10px;
}
.contact-form form.form {
    padding-top: 22px;
}
.form-element-name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: bold;
    color: #00385b;
}
.form-group-lg .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.after-consent-row,
.before-consent-row,
.form .checkboxradio-container label {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #808285;
}
.form button.captcha-refresh {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 0;
    margin: 0;
    right: 5px;
}
.form .form-group-lg .captcha-image-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.message-row {
    margin-top: 12px;
}
.form .before-consent-row {
    margin-top: 20px;
    margin-bottom: 5px;
}
.btn-row {
    margin-top: 48px;
}
.form button.captcha-refresh {
    border: 0;
    border-left: 1px solid rgba(0, 56, 91, 0.11);
    color: #00385b;
}
.form .captcha-image-wrapper,
.form-control {
    border: 1px solid rgba(0, 56, 91, 0.11);
}
.search-map .title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.search-map .title-bg {
    background: #ec8200;
    display: inline-block;
    padding: 3px 9px;
}
.search-map .svg-map {
    float: left;
    width: 67%;
    text-align: center;
    padding-right: 114px;
}
.search-map .svg-search {
    float: right;
    width: 33%;
    text-align: center;
    padding: 0 32px 0 3px;
}
.svg-map-wrapper {
    padding-top: 22px;
    padding-right: 50px;
}
.search-map {
    /*overflow: hidden;*/
    background: url("../images/search-map-bg.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 65px 0 10px;
}
.map-svg svg g .loupe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    display: block;
}
.map-svg {
    position: relative;
}
.continent-name {
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.containent-loupe {
    background: url("../images/icons/search.svg") no-repeat center center #00385b;
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    background-size: 32px 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 20px auto 0;
}
.continent-name-wrapper.show {
    opacity: 1;
}
.continent-name-wrapper {
    z-index: 999;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-top: -30px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}
.map-svg svg g {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.map-svg svg g:hover {
    fill: #ed7e00;
}
.map-svg svg {
    stroke: #fff;
    stroke-width: 1px;
    fill: #004e88;
    width: 100%;
    display: block;
}
.map-svg {
    width: 100%;
}
.svg-search .title {
    margin-bottom: -20px;
}
.svg-search-border .form-group {
    margin-bottom: 10px;
}
.svg-search-border {
    border: 1px solid #fff;
    padding: 90px 40px 62px;
    text-align: left;
}
.search-group {
    margin: -5px;
    font-size: 0;
}
.search-group .search-date input {
    width: 100%;
    padding: 10px 15px;
}
.search-group > * {
    padding: 5px;
}
.search-group .input-group .form-control.form-control-date {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search-group .search-date {
    width: 50%;
    font-size: initial;
    display: inline-block;
    vertical-align: bottom;
}
.svg-search-border .form-element-name,
.search-title {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #ec8200;
    font-weight: 900;
    text-transform: uppercase;
    padding: 2px 0 2px;
}
.form-btn button:hover .btn-icon {
    background: url("../images/icons/search-orange.svg") no-repeat center center transparent;
    background-size: cover;
}
.form-btn .btn-icon {
    width: 24px;
    height: 24px;
    margin: -2px -12px -2px 10px;
    background: url("../images/icons/search.svg") no-repeat center center transparent;
    background-size: cover;
}
.form-btn .btn > * {
    display: inline-block;
    vertical-align: middle;
}
.form-btn {
    text-align: center;
    padding-top: 42px;
}
@media screen and (min-width: 1140px) {
    a:hover .text-more {
        background: #00385b;
    }
    .social-list > ul > li > a:hover {
        background: #ec8200;
        border-color: #ec8200;
    }
    .faq-toggle:hover {
        border-color: #ec8200;
        background: #ec8200;
        color: #fff;
    }
    .tip-box:hover {
        border-color: #00385b;
    }
    .tip-box:hover .title {
        color: #ec8200;
    }
    .tip-tags a:hover {
        background: #ec8200;
    }
    .files-list a:hover {
        border-color: #00385b;
    }
    a:hover .file-more {
        color: #fff;
        background: #00385b;
    }
    a:hover .ppl-title,
    a:hover .person-title {
        color: #ec8200;
    }
    a:hover .video-label,
    a:hover .video-middle {
        background-color: #00385b;
    }
    .pagination-wrapper ul li.next a:hover, .pagination-wrapper ul li.prev a:hover {
        border-color: #ec8200;
        background: #ec8200;
        color: #fff;
    }
    .pagination-wrapper ul li a:hover {
        color: #ec8200;
    }
    a:hover .gals-img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
    .newsletter button:hover {
        background: #fff;
        color: #ec8200;
    }
    .contact-subpage .text a:hover,
    #main-menu a:hover,
    footer .text a:hover {
        color: #ed7e00;
    }
    .partners-slide a:hover {
        opacity: 1;
    }
    a:hover .tip-image {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
    a:hover .tip-texts .title {
        color: #ed7e00;
    }
    .main-fb-list a:hover .fb-img > img,
    .news-box:hover .news-image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .main-fb-list a:hover .fb-title {
        color: #ed7e00;
    }
    .news-box:hover {
        background: #00385b;
    }
    .news-box:hover .title,
    .news-box:hover .text,
    .news-box:hover .date {
        color: #fff;
    }
    .offer-box:hover .more {
        color: #ed7e00;
    }
    .offer-box:hover .offer-image {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
    .offer-box:hover .price .from,
    .offer-box:hover .price .price-value {
        color: #ed7e00;
    }
    .slick-dots a:hover .btn-line {
        width: 51px;
    }
    .hover-mask:hover {
        opacity: 0.8;
    }
    .btn-white:hover {
        border-color: #fff;
        color: #00385b;
        background: #fff;
    }
    .btn-blue-dark:hover svg {
        fill: #00385b;
    }
    .btn-blue-dark:hover {
        border-color: #00385b;
        color: #00385b;
        background: #fff;
    }
    .btn-blue:hover svg {
        color: #fff;
    }
    .btn-blue:hover {
        border-color: #00385b;
        color: #fff;
        background: #00385b;
    }
    .btn-orange:hover svg {
        fill: #ec8200;
    }
    .btn-orange:hover {
        border-color: #ec8200;
        color: #ec8200;
        background: #fff;
    }
    .goDownButton:hover {
        background: #00385b;
    }
    .main-slider-label a:hover {
        background: rgba(236, 130, 0, 0.91);
    }
    .header-estimate a:hover {
        background: #00385b;
        border-color: #fff;
    }
    .footer-link a:hover,
    .header-link a:hover {
        color: #ec8200;
    }
    a:hover .hover-mask {
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .gallery a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .go-down-bigphoto:hover,
    .main-gals-godown:hover,
    .more-mark-outs .goToMe:hover {
        -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.4);
        box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.4);
    }
    a .gals-hover:hover {
        opacity: 1;
    }
}
.gals-hover .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
}
.gals-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(19, 46, 77, 0.7);
}
.main-gals-godown,
.more-mark-outs .goToMe {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}
.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}
.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}
header .social-list,
header #main-menu ul li,
header .logo,
header {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header.sticked .header-estimate,
header.sticked .social-list {
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
}
header.sticked #main-menu ul li {
    /*margin: 10px 6px;*/
}
header.sticked .logo {
    /*width: 180px;*/
    margin-bottom: 4px;
    /*margin-top: 0;*/
}
header.sticked .header-bottom-elements {
    /*padding-top: 4px;*/
}
header.sticked {
    background: rgba(0, 56, 91, 0.92);
}
:focus {
    outline: none;
}
.sticky-b {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.b-content {
    width: 100%;
    background: rgba(0, 56, 91, 0.8);
}
.b-content:not(.slick-initialized) .b-title {
    display: inline-block;
    width: 100%;
}
.b-content:not(.slick-initialized) {
    white-space: nowrap;
}
.b-title {
    padding: 40px 94px 40px 54px;
    line-height: 40px;
    font-size: 34px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.b-toggle {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/b-toggle.jpg") no-repeat top -51px center transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.b-toggle.active {
    background-position: top center;
}
.preview-top .place {
    font-size: 14px;
}
.preview-top > * {
    position: relative;
    z-index: 2;
}
.preview-top:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    display: block;
    /*background: url("../images/preview-apla.png") repeat-x bottom left transparent;*/
    background: linear-gradient(to top, rgba(4, 43, 68, 0.8) 0%, rgba(4, 43, 68, 0) 45%, transparent 100%);
}
.preview-top {
    position: relative;
    background-size: cover;
    padding: 50px 42px;
}
.preview-top-hedear {
    overflow: hidden;
}
.preview-top-hedear .preview-form {
    float: right;
}
.preview-top-hedear .labels {
    float: left;
}
.labels ul {
    margin: -5px;
}
.labels li {
    padding: 5px;
}
.labels a {
    min-width: 134px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    display: inline-block;
}
.preview-top-left .place {
    padding: 3px 8px;
}
.preview-top-left .h2 {
    color: #fff;
    padding: 13px 0;
    line-height: 48px;
}
.preview-top-left {
    float: left;
    width: 40%;
    max-width: 690px;
    height: calc(100vh - 270px);
    position: relative;
}
.preview-texts {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 6px 8px;
}
.preview-icon svg {
    fill: transparent;
    stroke-width: 1px;
    stroke: #fff;
    display: block;
    width: 100%;
}
.preview-top-right .preview-icon {
    pointer-events: none;
    position: absolute;
    top: -9%;
    left: -1%;
    right: 26%;
    bottom: 7%;
}
.preview-top-right {
    float: right;
    width: 60%;
    max-width: 734px;
    height: calc(100vh - 270px);
    position: relative;
}
.preview-counter {
    max-width: 100%;
    width: 485px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 6px;
}
.preview-top-right .counter-values {
    font-family: 'Unica One', cursive;
    padding-left: 36px;
    padding-top: 2px;
}
.preview-top-right .counter-values,
.preview-date {
    color: #fff;
    float: left;
}
.alert-container {
    display: none;
}
.preview-top {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 154px);
}
.preview-date .counter-text {
    font-family: 'Unica One', cursive;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
}
.preview-date .date {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 8px;
    color: #fff;
    font-weight: 900;
}

.preview-date .date,
.preview-date .counter-text {
    width: 100%;
}

.btn-to-form i {
    margin: 0 -16px 0 36px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: 2px;
}
.btn-icon {
    width: 50px;
    height: 50px;
    margin: -24px -25px -20px 0;
    display: inline-block;
    vertical-align: middle;
}
.btn-red {
    background: #ed1c24;
    border-color: #ed1c24;
}
.preview-d-bot .btn-scroll:not(.btn-to-form) {
    float: none;
}
.btn-scroll:not(.btn-to-form) {
    padding: 7px 18px;
    min-width: 0;
    float: right;
    margin-top: 8px;
}
li.active .btn-scroll:not(.btn-to-form) {
    background: #ec8200;
}
@media screen and (min-width: 1140px) {
    .btn-primary:hover:hover {
        background: #ec8200;
        border-color: #ec8200;
    }
    .picon-wrapper:hover .picon-stars .star {
        border-color: #fff;
    }
    .picon-wrapper:hover .picon-stars .full-star {
        background: #fff;
    }
    .picon-wrapper:hover .picon-text {
        opacity: 1;
    }
    .picon-wrapper:hover .picon-circle svg {
        fill: #fff;
    }
    .picon-wrapper:hover .picon-circle {
        background: #002a44;
    }
    .picon-wrapper:hover .picon-sizer {
        border-color: transparent;
    }
    .picon-wrapper:hover {
        margin-top: -20px;
    }
    .btn-red:hover {

        background: rgba(0, 56, 91, 0.3);
        border-color: #fff;
        color: #fff;
    }
    .opinions-list li.hovered + li + li + li {
        opacity: 0;
    }
    .preview-submenu li button.btn-scroll:hover {
        background: #ec8200;
    }
}
.preview-text > * {
    position: relative;
    z-index: 1;
}
.preview-text .text {
    color: #fff;
}
.preview-text {
    background-size: cover;
    background-position: center center;
    padding: 112px 0;
    position: relative;
}
.preview-text:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    background: #132e4d;
    opacity: 0.6;
}
.preview-icons {
    font-size: 0;
    text-align: center;
    padding: 30px 0 20px;
}
.preview-icons ul {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.picon-wrapper {
    position: relative;
}
.picon-text {
    max-height: 48px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    font-weight: 900;
    display: block;
    letter-spacing: 0;
    font-size: 12px;
    padding-top: 0px;
    line-height: 14px;
    color: #002a44;
    text-transform: uppercase;
    opacity: 0;
}
.preview-icons li {
    font-size: initial;
    display: inline-block;
    vertical-align: top;
    width: 9.8%;
}
.preview-submenu-place {
    height: 50px;
    position: relative;
}
.preview-submenu {
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 998;
}
.picon-icon svg {
    fill: #002a44;
}
.picon-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
}
.picon-sizer {
    display: inline-block;
    width: 80px;
    border: 3px solid #ec8200;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.picon-circle {
    width: 100%;
    height: 0;
    padding-top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.picon-inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.picon-stars .full-star {
    background: #002a44;
}
.picon-stars .star {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #002a44;
    display: inline-block;
    margin: 0 2px 0 1px;
}
.picon-stars {
    width: 100%;
    height: 9px;
    text-align: center;
    font-size: 0;
    margin: -3px 0 10px;
}
.picon-stars .star,
.picon-sizer,
.picon-circle,
.picon-text,
.picon-icon svg,
.picon-wrapper {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.preview-submenu li button.btn-scroll {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 0;
    letter-spacing: 0.05em;
    float: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.preview-submenu li:not(:last-child):before {
    width: 1px;
    height: 24px;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    display: block;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.preview-submenu li {
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
}
.preview-submenu {
    background: #001f32;
}
/* one item */
.preview-submenu ul > li:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    min-width: 100%;
}
/* two items */
.preview-submenu ul > li:first-child:nth-last-child(2),
.preview-submenu ul > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
/* three items */
.preview-submenu ul > li:first-child:nth-last-child(3),
.preview-submenu ul > li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
}
/* four items */
.preview-submenu ul > li:first-child:nth-last-child(4),
.preview-submenu ul > li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
.preview-submenu ul > li:first-child:nth-last-child(5),
.preview-submenu ul > li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
.preview-submenu ul > li:first-child:nth-last-child(6),
.preview-submenu ul > li:first-child:nth-last-child(6) ~ li {
    width: 16.66666%;
}
.preview-submenu ul > li:first-child:nth-last-child(7),
.preview-submenu ul > li:first-child:nth-last-child(7) ~ li {
    width: 14.285%;
}
.preview-submenu ul > li:first-child:nth-last-child(8),
.preview-submenu ul > li:first-child:nth-last-child(8) ~ li {
    width: 12.5%;
}
.preview-submenu ul > li:first-child:nth-last-child(9),
.preview-submenu ul > li:first-child:nth-last-child(9) ~ li {
    width: 11.111111%;
}
.preview-submenu ul > li:first-child:nth-last-child(10),
.preview-submenu ul > li:first-child:nth-last-child(10) ~ li {
    width: 10%;
}
.preview-submenu ul > li:first-child:nth-last-child(11),
.preview-submenu ul > li:first-child:nth-last-child(11) ~ li {
    width: 9.09%;
}
.td-icon img {
    display: block;
    width: 100%;
}
.td-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 15px;
}
.preview-table li:before {
    position: absolute;
    top: 50%;
    right: 0;
    height: 24px;
    width: 1px;
    content: '';
    display: block;
    background: #000;
    opacity: 0.1;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.preview-table li {
    float: left;
    width: 20%;
    position: relative;
}
.preview-table .prev-btn-pull {
    float: right;
    width: 20%;
    text-align: right;
}
.preview-table {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 24px 24px;
    margin-top: 34px;
}
.preview-about .h2 {
    text-align: center;
}
.td-texts .line1 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #6d6e71;
    text-transform: uppercase;
}
.td-texts .line2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #002a44;
    font-weight: 900;
}
.pbig {
    height: 32.5vw;
}
.preview-bigs {
    margin-top: 42px;
}
.preview-bigs li {
    display: block;
    overflow: hidden;
}
li:nth-child(2n) .pbig-img {
    float: right
}
li:nth-child(2n+1) .pbig-img {
    float: left
}
.pbig-img img {
    max-width: 100%;
    display: block;
}
.pbig-texts,
.pbig-img {
    float: left;
    height: 100%;
    width: 50%;
}
.pbig-texts {
    background: url("../images/icons/mapBg.svg") no-repeat center center #f7f8f9;
    background-size: contain;
    /*padding: 92px 100px;*/
    padding: 35px 60px;
    overflow-y: auto;
}

.pbig-texts {
    scrollbar-color: #aaa #f2f2f2;
    scrollbar-width: thin;
}

.preview-bigs ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.preview-bigs ::-webkit-scrollbar-track {
    background-color: #aaa;
}

/* width */
.preview-bigs ::-webkit-scrollbar {
    width: 7px;
}

/* Handle */
.preview-bigs ::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 10px;
}

/* Handle on hover */
.preview-bigs ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.pbig-texts .title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #00385b;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.pbig-texts .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: justify;
    color: #6d6e71;
}
.pbig-texts .scrollbar {
    right: -30px;
}
/** tinyscrollbar must have*/

.pbig-text-wrapper {
    /*height: 100%;*/
    height: calc(100% - 66px);
    position: relative;
}

.viewport {
    height: 100%;
    overflow: hidden;
}

.pbig-text-wrapper .viewport{
    overflow: visible;
}
.overview {
    position: relative;
}
.scrollbar.disable {
    display: none;
}
.scrollbar {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 1px;
}
.scrollbar .track {
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}
.scrollbar .thumb {
    position: absolute;
    left: -1px;
    width: 3px;
    background: #ec8200;
}
.ppl-overflow {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.section-footer .btn {
    margin-left: 3px;
    margin-right: 3px;
}
.btn-weak {
    font-weight: normal;
}
.big-photo-apla {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    background: url(../images/preview-apla.png) repeat-x bottom left transparent;
}
.big-photo-container {
    position: relative;
}
.big-photo-container .preview-icon {
    position: absolute;
    top: 20%;
    bottom: 16%;
    right: 0;
    width: 50%;
}
.big-photo-container img {
    display: block;
    width: 100%;
}
.dimg1-wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50%;
    overflow: hidden;
    position: absolute;
    /*top: 0;*/
    top: 270px;
    right: 0;
    -webkit-transform: translate3d(45%, -31%, 0);
    -moz-transform: translate3d(45%, -31%, 0);
    -ms-transform: translate3d(45%, -31%, 0);
    -o-transform: translate3d(45%, -31%, 0);
    transform: translate3d(45%, -31%, 0);
    -webkit-box-shadow: 0px 10px 50px -10px rgba(0, 42, 68, 0.5);
    -moz-box-shadow: 0px 10px 50px -10px rgba(0, 42, 68, 0.5);
    box-shadow: 0px 10px 50px -10px rgba(0, 42, 68, 0.5);
}
.dimg2-wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30%;
    overflow: hidden;
    position: absolute;
    /*top: 0;*/
    top: 270px;
    right: 0;
    -webkit-transform: translate3d(-33%, 38%, 0);
    -moz-transform: translate3d(-33%, 38%, 0);
    -ms-transform: translate3d(-33%, 38%, 0);
    -o-transform: translate3d(-33%, 38%, 0);
    transform: translate3d(-33%, 38%, 0);
    -webkit-box-shadow: 0px 10px 50px -10px rgba(0, 42, 68, 0.5);
    -moz-box-shadow: 0px 10px 50px -10px rgba(0, 42, 68, 0.5);
    box-shadow: 0px 10px 50px -10px rgba(0, 42, 68, 0.5);
}
.dimg2-wrapper img,
.dimg1-wrapper img {
    display: block;
    width: 100%;
}
.description-part {
    position: relative;
    background: url("../images/icons/mapBg.svg") no-repeat center center #f7f8f9;
    background-size: contain;
    padding-bottom: 74px;
}
.description-container {
    /*padding: 114px 0 32px;*/
    padding: 24px 0 32px;
}
.description-container .h2 {
    text-align: center;
}
.dtext-wrapper {
    width: 60%;
    padding: 32px 0;
    max-width: 800px;
    /*height: 600px;*/
}
li:not(:last-of-type) .desc-part {
    background: url("../images/border.png") repeat-y left top transparent;
}
.desc-part {
    padding-bottom: 19px;
}
.desc-day .text-bg {
    background: #ec8200;
    padding: 0 2px;
}
.dtext-wrapper {
    position: relative;
}
.desc-day {
    float: left;
    width: 20%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #fff;
}
.desc-texts {
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 42, 68, 0.2);
}
.desc-texts .line1 {
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #002a44;
    padding-bottom: 5px;
}
.go-down-bigphoto {
    cursor: pointer;
    float: none;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: url("../images/icons/big_arrow_down.svg") no-repeat center center #ec8200;
    background-size: 80% auto;
    position: relative;
    z-index: 20;
    margin: 0 auto 1.3vw;
}
.preview-d-bot {
    position: absolute;
    bottom: 2.2vw;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 4;
}
.darrow-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 600;
}
.preview-text-list .h2 {
    text-align: center;
    color: #fff;
}
.preview-text-list .container {
    position: relative;
    z-index: 10;
}
.preview-text-list {
    padding: 29px 0;
    position: relative;
    background: #00385b;
}
.preview-text-list:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    background: #132e4d;
    opacity: 0.6;
}
.prev-texts .text {
    color: #fff;
}
.prev-texts {
    overflow: hidden;
}
.prev-list .scrollbar .track {
    background: rgba(255, 255, 255, 0.3);
}
.prev-list .scrollbar {
    right: 4px;
}
.prev-list {
    margin-top: 47px;
    height: 302px;
}
.prev-list.no-scroll,
.prev-list.tabs-container {
    height: auto;
}
.prev-left {
    margin-top: 10px;
    width: 30.3%;
    float: left;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.prev-left .text-bg {
    background: #ec8200;
    padding: 0 7px;
}
.tabs-container {

}
.tabs-container .tab-list {
    padding-bottom: 20px;
    margin: 0 -5px;
}
.tabs-container .tab-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.tabs-container .tab {
    background: #001f32;
    padding: 0 7px;
    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.tabs-container .tab.active {
    background: #ec8200;
}
@media screen and (min-width: 1140px) {
    .tabs-container .tab:hover {
        background: #ec8200;
    }
}
li:not(:last-of-type) .prev-element {
}
.prev-element {
    margin-bottom: 33px;
    padding-bottom: 32px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.preview-info .h2 {
    text-align: center;
}
.info-list ul {
    font-size: 0;
    padding: 15px 0;
    margin: 0 -13px;
    text-align: center;
}
.info-list li {
    text-align: left;
    width: 50%;
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
}
.pinfo-box {
    background: #fff;
    padding: 22px 26px;
    position: relative;
    border: 1px solid rgba(0, 56, 91, 0.1);
}
.pinfo-icon-wrapper {
    width: 84px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
}
.pinfo-icon-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 75%;
    max-height: 75%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.pinfo-icon-circle {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ec8200;
}
.pinfo-texts .text {
    color: #6d6e71;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.pinfo-texts {
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    padding-left: 27px;
    width: calc(100% - 84px);
}
.preview-info {
    background: #f7f8f9;
    padding: 20px 0;
}
.pinfo-nr {
    pointer-events: none;
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 116px;
    line-height: 120px;
    letter-spacing: 0;
    color: #00385b;
    font-weight: 900;
    opacity: 0.1;
}
.preview-prices {
    padding: 20px 0 30px;
}
.preview-prices table td.btn-td {
    text-align: center;
}
.preview-prices table td {
    vertical-align: middle;
    text-align: center;
    padding: 7px 19px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #002a44;
}
.btn-small {
    padding: 7px 17px;
    min-width: 0;
}
.preview-prices table {
    width: 100%;
    table-layout: fixed;
}
.preview-prices th {
    background: #00385b;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #fff;
}
.preview-prices .text {
    margin: 35px 0 0;
}
.preview-prices .h2 {
    text-align: center;
    margin-bottom: 28px;
}
.select2 select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 0;
}
.preview-gallery .section-footer {
    text-align: center;
    padding: 41px 0 50px;
}
.preview-gallery .gallery ul {
    padding-top: 20px;
}
.preview-gallery .gallery {
    padding-top: 20px;
}
.preview-gallery {
    background: #f7f8f9;
}
.preview-gallery .h2 {
    text-align: center;
}
.header-search .form-group {
    margin: 0;
}
.header-search .form-group-lg .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.header-search .form-group-lg .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.header-search .form-group-lg .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.header-search .form-group-lg .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.media-heading a:hover {
    color: #ec8200;
}
.media-heading a {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #00385b;
    font-weight: bold;
}
.header-search .form-group-lg .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 32px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 430px;
    border-left: 1px solid #fff;
}
.header-search .btn {
    min-width: 0;
    padding: 2px;
    height: 32px;
    border-color: transparent;
    width: 100%;
}
.header-search .search-form-left {
    float: left;
    width: 108px;
    text-align: center;
    background-color: #ec8200;
}
.header-search .search-form-right {
    float: right;
}
.header-search {
    width: 540px;
    float: right;
    margin-right: 25px;
    display: none;
    background: #00385b;
    border: 1px solid #fff;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.header-search-button-wrapper {
    margin-right: 50px;
    float: right;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    position: relative;
}
.header-search-button-wrapper svg {
    width: 30px;
    height: 30px;
    padding: 2px;
}
.header-search-button-wrapper:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    content: '\f00d';
    font-family: fontAwesome;
    font-size: 22px;
    color: #fff;
    padding-bottom: 2px;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header-search-button-wrapper.active {
    background: rgba(255, 255, 255, 0.1);
}
.header-search-button-wrapper.active svg {
    opacity: 0;
}
.header-search-button-wrapper.active:after {
    opacity: 1;
}
.search-icon {
    display: none;
}
.btn-link svg {
    display: block;
    position: relative;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.btn-link svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.filter-submit .btn .button-icon {
    margin: 0;
    height: 40px;
}
.filter-date {
    width: calc(32% - 96px);
}
.filter-submit {
    padding-left: 4px;
    text-align: center;
    width: 96px;
}
.filter-submit .filter-input {
    text-align: right;
}
.filter-submit .btn {
    font-size: 0;
    width: 42px;
    padding: 0;
    margin: 0 0 0 2px;
}
.popup-form .fancybox-close-small:hover:after {
    background: #00385b;
    color: #fff;
}
.popup-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    padding: 0 20px 0 0;
}
.modal.popup-form .close{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
    color: #00385b;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.4s;
}
.modal.popup-form .close:hover{
    background: #00385b;
    color: #fff;
}
.popup-form .fancybox-close-small:after {
    border: 1px solid #fff;
    background: #fff;
    color: #00385b;
}
.popup-form .form textarea.form-control {
    height: 100px;
}
.popup-form .form-group-lg .form-control {
    height: 42px;
}
.popup-form .form .form-group-lg button.captcha-refresh {
    height: 42px;
    width: 42px;
}
.popup-form .form-control-feedback {
    display: none;
}
.popup-form .form-element.has-feedback .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
}
.popup-form .contact-form {
    padding: 20px;
}
.popup-form {
    padding: 0;
    width: calc(100% - 30px);
    max-width: 600px;
    /*-webkit-border-radius: 8px;*/
    /*-moz-border-radius: 8px;*/
    /*border-radius: 8px;*/
}
.popup-header .h2 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: left;
}
.popup-header {
    padding: 20px;
    background: #00385b;
    /*border-bottom: 1px solid #00385b;*/
}
.sticky-b .slick-dots button:hover:before,
.sticky-b .slick-dots .slick-active button:before {
    background: #ec8200;
}
.sticky-b .slick-dots button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ec8200;
    content: '';
    display: block;
}
.sticky-b .slick-dots button {
    background: transparent;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 16px;
    height: 16px;
    position: relative;
}
.sticky-b .slick-dots {
    font-size: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    padding: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.ui-menu .ui-menu-item-wrapper {
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
}
.search-product-img-contener {
    width: 50px;
    float: left;
    display: block;
    margin-right: 10px;
}
.search-product-label {
    white-space: normal;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    display: block;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #00385b;
    color: #fff;
}
.container-search h2 {
    font-size: 36px;
    line-height: 42px;
}
.main-video-slide iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}
.placeholder {
    background-color: #00385b;
    -webkit-background-size: contain;
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.newsletter-modal-form .input-group-addon:first-child {
    border-radius: 20px 0 0 20px;
}
.newsletter-modal-form .form-control-email {
    border-radius: 0 20px 20px 0;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 150px);
    -moz-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    -o-transform: translate(0, 150px);
    transform: translate(0, 150px);
}
.modal.in .newsletter-modal-form .btn {
    background-color: #ec8200;
    border-color: #ec8200;
    color: #fff;
}
@media screen and (min-width: 1140px) {
    .modal.in .newsletter-modal-form .btn:hover,
    .modal.in .newsletter-modal-form .btn:focus {
        background-color: #fff;
        color: #ec8200;
    }
}

.preview-td{
    display: flex;
}

.modal.popup-form {
    margin: 0 auto;

}
.modal.popup-form h4{
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: left;
}
.modal.popup-form .modal-header{
    padding: 20px;
    background: #00385b;
}