/* montserrat-regular - latin-ext_latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v23-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""),
    url("../fonts/montserrat-v23-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/montserrat-v23-latin-ext_latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/montserrat-v23-latin-ext_latin-regular.woff") format("woff"), /* Modern Browsers */ url("../fonts/montserrat-v23-latin-ext_latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/montserrat-v23-latin-ext_latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin-ext_latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v23-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
    src: local(""),
    url("../fonts/montserrat-v23-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/montserrat-v23-latin-ext_latin-700.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/montserrat-v23-latin-ext_latin-700.woff") format("woff"), /* Modern Browsers */ url("../fonts/montserrat-v23-latin-ext_latin-700.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/montserrat-v23-latin-ext_latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-900 - latin-ext_latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-v23-latin-ext_latin-900.eot"); /* IE9 Compat Modes */
    src: local(""),
    url("../fonts/montserrat-v23-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/montserrat-v23-latin-ext_latin-900.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/montserrat-v23-latin-ext_latin-900.woff") format("woff"), /* Modern Browsers */ url("../fonts/montserrat-v23-latin-ext_latin-900.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/montserrat-v23-latin-ext_latin-900.svg#Montserrat") format("svg"); /* Legacy iOS */
}

* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html,
body {
    position: relative;

    width: 100%;
    min-height: 100vh;

    color: #008fd1;
    font-size: 14px;
    font-weight: 400;

    margin: 0;
    padding: 0;

}

a,
a:active,
a:focus,
a:visited {

    color: #016791;
    text-decoration: none;

}

a:hover {

    text-decoration: underline;

}

.logo {

    width: 350px;
    max-width: calc( 100% - 30px );
    margin: 35px auto 0 auto;

    text-align: center;
    text-transform: uppercase;

}

.logo img {

    display: block;
    width: 100%;

}

.logo .big {

    font-size: 55px;
    font-weight: 700;
    letter-spacing: 10px;

}

.logo .small {

    font-size: 19px;
    font-weight: 400;

}

.logo-header {

    width: 100px;

    margin: 10px auto;

}

.logo-header img {

    width: 100%;

}

.content {

    width: 800px;
    max-width: calc( 100% - 30px );
    margin: 35px auto 0 auto;
    line-height: 20px;

}

.content.wide {

    width: 1200px;

}

.content .big {

    display: inline-block;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;

}

.contact-box {

    display: block;
    width: 255px;
    margin: 0 auto;
    padding-left: 35px;

}

.smartContact {

    position: absolute;
    max-width: 230px;

    top: 30px;
    right: 30px;

    text-align: right;

}

.smartContact .more {

    display: block;
    font-size: 12px;
    margin-top: 10px;

}

.row::after {

    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;

}

.col50 {

    width: 50%;
    padding: 15px;
    float: left;

}

.portrait-container {

    text-align: center;

}

.portrait {

    display: inline-block;
    width: 250px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;

    background-clip: padding-box;

}

a.phone,
a.mail,
a.mobile,
a.location {

    color: #000;

    display: inline-block;
    margin-bottom: 5px;

    background-size: auto 13px;
    background-position: top 4px left;
    background-repeat: no-repeat;

    padding-left: 15px;

    filter: invert(20%) sepia(41%) saturate(5590%) hue-rotate(181deg) brightness(96%) contrast(102%);

}

a.phone {

    background-image: url("phone-solid.svg");

}

a.mobile {

    background-image: url("mobile-screen-solid.svg");

}

a.mail {

    background-image: url("envelope-regular.svg");
    padding-left: 20px;

}

a.location {

    background-image: url("location-dot-solid.svg");

}

ul.check {

    padding-left: 20px;

    color: black;
    list-style-image:url("check-solid.svg");

    filter: invert(37%) sepia(97%) saturate(794%) hue-rotate(165deg) brightness(97%) contrast(104%);

}

ul.check li {

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;

}

@media  screen and (max-width: 899px),
screen and (max-device-width: 899px),
screen and (max-height: 899px) and (orientation: portrait),
screen and (max-device-height: 899px) and (orientation: portrait) {

    .smartContact {

        top: unset;
        right: unset;

        position: relative;
        max-width: none;

        text-align: center;

        margin-top: 20px;

    }

    .smartContact .mail {

        margin-left: 20px;

    }

    .smartContact .more {

        margin-top: 0;

    }

}

@media  screen and (max-width: 767px),
screen and (max-device-width: 767px),
screen and (max-height: 767px) and (orientation: portrait),
screen and (max-device-height: 767px) and (orientation: portrait) {

    .col50 {

        width: 100%;
        float: none;

    }

}

@media  screen and (max-width: 347px),
screen and (max-device-width: 347px),
screen and (max-height: 347px) and (orientation: portrait),
screen and (max-device-height: 347px) and (orientation: portrait) {

    .logo .big {

        font-size: 35px;

    }

    .logo .small {

        font-size: 15px;

    }

}

.swiper {

    width: 100%;
    height: 800px;

}

@media screen and (max-width: 1199px), screen and (max-device-width: 1199px), screen and (max-height: 1199px) and (orientation: portrait), screen and (max-device-height: 1199px) and (orientation: portrait) {

    .swiper {

        height: 700px;

    }

}

@media screen and (max-width: 1023px), screen and (max-device-width: 1023px), screen and (max-height: 1023px) and (orientation: portrait), screen and (max-device-height: 1023px) and (orientation: portrait) {

    .swiper .swiper-slide .description {

        width: 100% !important;

    }
}

@media screen and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-height: 767px) and (orientation: portrait), screen and (max-device-height: 767px) and (orientation: portrait) {

    .swiper {

        height: 600px;

    }

    .swiper .swiper-slide .description {

        font-size: 14px;

    }
}

@media screen and (max-width: 347px), screen and (max-device-width: 347px), screen and (max-height: 347px) and (orientation: portrait), screen and (max-device-height: 347px) and (orientation: portrait) {

    .swiper {

        height: 200px;

    }

}

.swiper .swiper-slide {

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.swiper .swiper-slide .description {

    width: auto;
    padding: 10px;

    position: absolute;
    bottom: 50px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

    font-size: 18px;
    margin: 0 auto;

    color: #fff;
    background: rgba(0, 143, 209, 0.8);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

}

div.swiper-button-prev,
div.swiper-button-next {
    color: #008fd1;
}


span.swiper-pagination-bullet {
    background-color: #008fd1;
}

.footer {

    width: auto;;
    margin: 50px 0 10px 0;
    line-height: 14px;
    text-align: center;

}

.footer ul,
.footer li {

    display: inline-block;
    list-style: none;
    line-height: 14px;

    margin: 0;
    padding: 0;

}

.footer li:not(:last-child) {

    padding-right: 8px;
    margin-right: 3px;
    border-right: 1px solid #0092d4;

}

.footer a {

    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;

}

.info-banner {

    z-index: 99999;

    position: fixed;
    bottom: 0;
    right: 0;

    width: 450px;
    height: 70px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #008fd1 50%, #008fd1 100%);

}

.info-banner a,
.info-banner a:active,
.info-banner a:focus,
.info-banner a:visited {

    position: absolute;
    right: 10px;
    bottom: 25px;

    color: #fff;

    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);

    transform: rotate(-9deg);

}

@media screen and (max-width: 1023px), screen and (max-device-width: 1023px), screen and (max-height: 1023px) and (orientation: portrait), screen and (max-device-height: 1023px) and (orientation: portrait) {

    .footer {

        margin-bottom: 60px;

    }

}

@media screen and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-height: 767px) and (orientation: portrait), screen and (max-device-height: 767px) and (orientation: portrait) {

    .info-banner {

        display: none;

    }

}

.center {

    text-align: center;

}