@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,900');

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Montserrat', sans-serif;

    overflow-x: hidden;

    opacity: 1 !important;
}

a {
    color: var(--color-primary);
}

h1 {
    font-size: 33px;
}

p b,
p strong {
    color: #565656;
}

.blur {
    filter: blur(7px);

}

.tl {
    margin: 0 0 30px;
    color: var(--color-primary);

    font-family: "Montserrat";

    font-weight: 200;
}

.tl:after {
    content: " ";
    display: none;
    height: 3px;
    width: 110px;
    background: var(--color-primary);

    margin-top: 30px;
}

.tab-menu {
    margin: 0 0 25px;
    padding: 0;

    list-style: none;

    width: 100%;

    border-bottom: 1px solid #eee;

    background: white;

    z-index: 16;
}

.tab-menu:after {
    clear: both;
    content: " ";
}

.tab-menu li {
    display: inline-block;
    padding: 12px 30px;
}

.tab-menu li.selected {
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: -1px;
}

.check {
    margin: 0;
    padding: 0;

    list-style: none;

    font-family: "Montserrat";
}

.check li {
    font-size: 16px;
    line-height: 2em;

}

.check li:before {

    content: "\f00c";
    color: var(--color-primary);

    font-family: "Font Awesome 5 Free";

    border-radius: 50%;

    /**border: 2px solid var(--color-primary);*/

    padding: 2px;

    margin-right: 9px;
    font-weight: 900;

}

.check.check-green li:before {
    color: green;
}

.btn-rounded {
    background: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 30px;

    font-weight: 200;
}

.btn-rounded:hover {
    background: var(--color-primary);
    color: #fff;

}

.captcha {
    position: relative;
}

.captcha img {

    width: 100%;
}

.captcha a {
    position: absolute;

    bottom: 5px;
    right: 5px;

    /*background: #68d327;*/
    color: #68d327;
    width: 25px;
    height: 25px;

    text-align: center;
}

.captcha a i {
    margin: 6px 5px;
}

.block-5 {
    font-family: "Montserrat";
    line-height: 1.8em;
    margin-bottom: 50px;
}

.block-5 img {
    max-width: 100%;

}

.block-5 p {
    margin-top: 50px;
    font-size: 16px;
}

.block-5 ul {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}

.block-5 li {
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}

.block-5 li i {
    color: var(--color-primary);
    font-size: 48px;

    float: left;

    margin-right: 35px;
    margin-bottom: 100px;

    width: 42px;

    text-align: center;
}

.block-5 li h4 {
    margin-bottom: 15px;

    text-transform: capitalize;

    display: none;
}

.block-5 li span {

    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #666666;
}

.block-6 {

    position: relative;
}

.block-6 > div {
    position: relative;
    z-index: 1;
}

.block-6 i {
    color: var(--color-primary);
    font-size: 48px;

    float: left;

    margin-right: 25px;
    margin-bottom: 100px;

    width: 42px;

    text-align: center;

    display: none;

}

.block-6 .right {
    text-align: right;
}

.block-6 .right i {
    float: right;
    margin-left: 25px;
    margin-right: 0;

}

.block-6 .dart {

    height: 150px;
    width: 150px;

    overflow: hidden;

    position: absolute;

    display: none;
}

.block-6 .dart:before {
    content: " ";
    display: block;

    width: 200%;
    height: 200%;

    margin-left: -100%;

    border-radius: 50%;

    border: 2px dashed #879399;
}

.block-6 .info {
    margin-bottom: 60px;
}

.block-6 .info h4 {

    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.block-6 .info p {

    font-size: 14px;
    margin-bottom: 10px;
    color: #717f86;

    line-height: 1.8;
}

.block-6 .img {
    position: relative;

    z-index: 0;
}

.block-6 .img div {
    margin-top: -200px;
    position: relative;

    z-index: 0;
}

.block-6 .img img {

    width: 700px;
}

.sp-radio {
    margin-bottom: 10px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Montserrat";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.sp-radio input[type="radio"] {
    display: none;
}

.sp-radio input[type="radio"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 15px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-radio input[type="radio"] + label:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 50%;

    position: absolute;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;

}

.sp-radio input[type="radio"]:checked + label {

    border-color: var(--color-primary);
}

.sp-radio input[type="radio"]:checked + label:after {

    background: var(--color-primary);
}

.sp-checkbox {
    margin-bottom: 10px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Montserrat";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-checkbox input[type="checkbox"] {
    display: none;
}

.sp-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 5px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-checkbox input[type="checkbox"] + label:after,
.sp-checkbox input[type="checkbox"] + label:before {

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 2px;

    position: absolute;

    box-sizing: content-box;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.sp-checkbox input[type="checkbox"] + label:after {
    width: 4px;
    height: 6px;
    bottom: 6px;
    left: 4px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

}

.sp-checkbox input[type="checkbox"] + label:before {

    width: 4px;
    height: 14px;
    bottom: 3px;
    left: 10px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);

}

.sp-checkbox input[type="checkbox"]:checked + label {

    /**background: var(--color-primary);*/
    border-color: var(--color-primary);
}

.sp-checkbox input[type="checkbox"]:checked + label:after,
.sp-checkbox input[type="checkbox"]:checked + label:before {
    background: var(--color-primary);

}

.affix-mark {
    width: 100%;
    height: 86px
}

.error {
    color: red;
}

.breadcrumbs {
    margin: 24px 0 0;

    font-size: 12px;
}

.breadcrumbs i {
    margin: 0 6px;
    color: #c6c6c6;
}

.breadcrumbs a {
    /*color: #c6c6c6;*/
}

header {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    z-index: 2;

    background: rgba(255, 255, 255, 1);
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .0);*/
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);*/

}

header.color {
    background: rgba(255, 255, 255, 0.0);

}

header.affix {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, 1);
}

header.affix li a {
    color: #666;
}

header,
header .container,
header .logo,
header .logo img,
header li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header .logo {
    position: relative;
    z-index: 106;
    margin: 20px 0;
    display: inline-block;

}

header.color .logo {
    background-image: url('../images/logo5.png');
    background-size: contain;
    background-repeat: no-repeat;
}

header.color .logo img {
    opacity: 0.01;
}

header .logo img {
    height: 36px;
    margin-top: 3px;
}

header .navbar {
    padding: 0;
}

header nav {

}

header nav li {
    float: left;

}

header nav li a {
    color: #464646;

    padding: 33px 20px 31px;

    float: left;

    border-bottom: none;

    border-bottom: 2px solid transparent;

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

}

header nav li.active a, header nav li:hover a {
    background: none;
    color: #000;

    text-decoration: none;

    border-bottom: 2px solid var(--color-primary);

    box-sizing: border-box;

}

header.affix {
    top: 0;
    width: 100%;
    z-index: 101;
    background: rgba(255, 255, 255, 1);

}

header .navbar-toggler {
    float: right;

    display: none;

    margin: 32px 0;

}

header .navbar-toggler:focus {
    outline: none;
}

header .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='#212529' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header.color {

}

header.color a {
    color: #fff;
}

header.color.affix-top nav a {
    opacity: 0.7;
}

header.color.affix-top nav a:hover {
    opacity: 1;
    color: white;
}

header.color.affix .logo img {
    opacity: 1;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    header .logo {

    }

    header .navbar-toggler {
        display: block;
        z-index: 2;
        padding-left: 0;
        padding-right: 0;

    }

    header .navbar-toggler.collapsed {

    }

    header .navbar-toggler:not(.collapsed) {
        border-bottom-color: transparent;

    }

    header .navbar-nav {
        padding: 10px 0px;
        display: block;
        margin-bottom: 12px;

        width: 100%;

        /*border: 2px solid #57B1E8aa;*/

        background: white;

        /*margin-top: -14px;*/

    }

    header .navbar-nav li {
        width: 100%;

        padding: 0;
    }

    header .navbar-nav a {

        padding: 12px 0;

        width: 100%;

        border-bottom: 0 !important;

        color: #666;
    }

    header .navbar-collapse {
        display: -webkit-box;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {

    header.affix .logo {

        margin: 10px 0 12px;
    }

    header.affix .logo img {
        height: 32px;
    }

    header.affix nav li a {
        padding: 16px 20px;
    }

    header.affix .logo {
        margin-left: 14px;
    }

    header.affix-top li:last-of-type a {
        padding: 8px 20px;

        margin: 23px 0 23px 20px;

        border: 2px solid var(--color-primary);
        border-radius: 8px;

        color: var(--color-primary);

    }

    header .navbar-nav {
        flex-direction: row;
    }

    header .navbar-collapse {
        display: flex !important;
        flex-basis: auto;

        float: right;
    }
}

.after-grid {

    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);

    position: relative;

}

.sumation {
    background-color: #eee;
    padding: 20px;

    margin: 0 0 15px 0;
}

.title-line {
    background: var(--color-primary);
    color: white;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 35px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.title-line h1 {
    margin: 30px 0;

    font-size: 28px;

    font-weight: 700;

    letter-spacing: 1px;
}

.title-big {
    border-bottom: 2px solid var(--color-primary);

    height: 30px;
}

.title-big i {
    float: left;

    color: var(--color-primary);

    margin-right: 6px;
    margin-top: 5px;

    float: left;
}

.title {
    color: #434343;
    font-family: 'Yanone Kaffeesatz', sans-serif;

    font-weight: 300;
    font-family: "Montserrat";
    font-size: 22px;
}

.gallery ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.gallery li {
    float: left;

}

.project {
    margin-bottom: 45px;
}

.project a.img {
    margin: 0 auto 15px;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project h3 {

    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 20px;
    color: #0e3031;
    font-weight: 400;

}

.project h3 a {
    color: #0e3031;
}

.service {
    border: 1px solid #e5e5e5;

    text-align: center;

    padding: 30px 15px 0px;

    margin-bottom: 12px;

    margin-top: 70px;
    border-radius: 10px;
    border-color: var(--color-primary);
}

.service span.icon {
    border-radius: 60px;
    border: 9px solid #fff;

    width: 120px;
    height: 120px;

    text-align: center;

    display: block;

    margin: -90px auto 0;

    padding: 20px;

    background: #fff;
}

.service i {

    font-size: 60px;
    background: #fff;
    color: var(--color-primary);
}

.service p {

    text-align: justify;
    margin: 20px 0;
    line-height: 1.75em;
}

.service .title {
    margin-top: 20px;

    border-bottom: none;

    height: auto;
}

.service .btn {
    margin-bottom: -18px;
    background: var(--color-primary);

    color: white;
}

.testimonial {
    background: url('../images/bg1.jpg');

    width: 100%;

    padding: 10px 0 50px;

    text-align: center;

    margin: 32px 0 0;
}

.testimonial h2 {
    color: #444;
    font-family: 'Montserrat', sans-serif;

}

.testimonial li:after {
    content: " ";
    border-top: 10px solid var(--color-primary);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    z-index: 100;
    position: absolute;
    bottom: -10px;

    left: 50%;
    margin-left: -10px;
}

.testimonial ul {
    position: relative;
}

.testimonial li {
    /*background: url('../images/quote.png') no-repeat top left white;*/
    background: white;
    color: white;

    padding: 42px 0;

    border-bottom: 3px solid var(--color-primary);

    color: #989898;

    position: relative;
}

.testimonial li:before {
    z-index: 1;
    font-family: Georgia, serif;
    content: "\201C";
    position: absolute;
    font-size: 120px;
    line-height: 1;
    color: #e6e6e6;
    font-style: normal;

    left: 0;
    top: 0;
}

.testimonial li .author {
    color: var(--color-primary);

    padding-top: 22px;
}

.image {
    height: 0px;
    width: 100%;
    padding-bottom: 80%;

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

    overflow: hidden;
    display: block;

    margin: 12px auto;

    border: 1px solid white;
}

.checked .image {
    border: 1px solid green;
}

.gallery_desc {
    /*background: #fafafa;*/
    padding: 10px 0 10px;
    margin-top: -18px;
    line-height: 1.8;

    position: sticky;
    top: 80px;
}

.company {
    margin-top: 12px;
}

.top {
    height: 31px;
    background: #444444;

    font-size: 10px;
}

.top .row {
    height: 31px;
    background: var(--color-primary);
}

.top ul {
    list-style: none;

    margin: 0;
    padding: 0;

    line-height: 31px;
}

.top ul.contact {
    float: right;
}

.top ul.contact li {
    float: left;
    color: white;

    line-height: 28px;

    padding-right: 29px;
}

.top ul.contact li:last-child {
    padding-right: 0;
}

.top ul.contact a {
    color: white;
}

.top ul.contact span {
    color: #43474a;
}

.top ul.contact li.circle a {
    border-radius: 20px;
    background: white;
    opacity: 0.7;
    color: var(--color-primary);

    margin-right: 20px;
    height: 20px;
    width: 20px;

    display: block;
    line-height: 22px;

    text-align: center;

    margin-top: 5px;

    font-size: 12px;

    font-weight: bold;

}

.top ul.contact li.circle a:hover {
    opacity: 1;
}

.top ul.menu {
    float: left;
}

.top ul.menu li {
    float: left;
    margin-right: 7px;
}

.top ul.menu li a {
    color: white;
    border-right: 1px solid #43474a;;
    padding-right: 7px;
}

.top ul.menu li:last-child a {
    border: none;
}

#sticky_header {
    border-bottom: 3px solid var(--color-primary);

    background: white;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    display: none;

    z-index: 101;
}

#sticky_header .logo {
    margin: 6px 0;
    float: left;
}

#sticky_header ul.menu {
    float: left;

    list-style: none;

    margin: 0;
    padding: 0;

    line-height: 50px;
}

#sticky_header ul {
    float: right;

    list-style: none;

    height: 20px;

    margin: 30px 0;
}

#sticky_header ul li {
    float: left;
    margin-right: 20px;
}

#sticky_header ul li:last-of-type {
    margin-right: 0;
}

#sticky_header ul li a {

    color: #464646;
    /**border-right: 1px solid #d7d7d7;*/

    font-size: 16px;

    padding-right: 20px;

    font-family: 'Montserrat', sans-serif;
}

#sticky_header ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

#backtotop {
    position: fixed;
    right: 0px;
    display: none;
    bottom: 20px;
    margin: 0 20px 0 0;
}

#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 45px;
    height: 45px;

    background-color: #c0c0c0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

    color: white;

    font-size: 28px;
    text-align: center;

}

#backtotop i {
    margin-top: -10px;
    padding-top: -10px;
}

#backtotop a:hover {
    background-color: var(--color-primary);
    color: white;
}

.header {

}

.header .row {
    margin-top: 10px;
}

.header .logo {
    margin: 22px 0 24px;
    float: left;
}

.header ul {
    float: right;

    list-style: none;

    padding: 0;
    margin: 0;
}

.header ul li {
    float: left;
    margin-right: 20px;
}

.header ul li:last-of-type {
    margin-right: 0;
}

.header ul li a {
    /*text-transform: uppercase;*/
    color: #464646;
    /*border-right: 1px solid #d7d7d7;*/

    font-size: 18px;

    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/

    padding: 28px 0 30px 20px;

    display: block;
}

.header ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

.content {

}

.content .before {
    height: 10px;
    background: #eee;

}

.footer {
    background: #444;

    padding-top: 6px;

    color: white;

    margin-top: 32px;
}

.footer .logo {
    margin: 18px 0;
    float: left;
}

.footer .logo img {
    width: 250px;
}

.footer p.desc {
    font-size: 12px;

    margin-bottom: 20px;

}

.footer h4 {
    text-transform: uppercase;

    color: white;

    font-size: 20px;
}

.footer .after {
    background: var(--color-primary);
    height: 40px;

    margin-top: 12px;
}

.footer .after p {
    line-height: 40px;

    margin: 0;

    color: white;

    font-size: 12px;

    float: left;
}

.footer .tagcloud {

}

.footer .tagcloud a:hover {
    opacity: 1;
}

.footer .tagcloud a {
    color: white;

    background-opacity: 0.7;
    background-color: var(--color-primary);

    padding: 0 6px;

    line-height: 22px;

    display: block;
    float: left;

    margin: 2px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    text-decoration: none;
}

.footer .gallery {
    list-style: none;

    margin: 0;
    padding: 0;
}

.footer .gallery li {
    display: block;

    overflow: hidden;

    margin: 0;
    padding: 0;
}

.footer .gallery li a {
    width: 100px;
    height: 100px;

    margin-bottom: 12px;

    display: block;
    overflow: hidden;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.footer .gallery li a:hover {
    border: 3px solid var(--color-primary);
}

.footer ul.menu {
    list-style: none;

    margin: 0;
    padding: 0;

    line-height: 40px;

    font-size: 12px;

    float: right;
}

.footer ul.menu li {
    float: left;
    margin-right: 7px;
}

.footer ul.menu li a {
    color: white;
    border-right: 1px solid #43474a;;
    padding-right: 7px;
}

.footer ul.menu li:last-child a {
    border: none;
}

.diccount_pic {
    margin: 0 45px;
    float: left;
    width: 86px;
    position: relative;
}

.diccount_pic .pcr {
    background: var(--color-primary);
    padding: 19px 0;
    width: 86px;
    height: 86px;
    border-radius: 43px;
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;

    box-shadow: 5px 5px 10px

}

.diccount_pic .pcr .pp {
    margin-right: 9px;
}

.diccount_pic .price {
    text-align: center;
    color: #24a9e1;
    font-size: 26px;
    line-height: 20px;
}

.diccount_pic .price span {
    color: #777;
    font-size: 16px;
}

.diccount_pic .small_price {
    background: var(--color-primary);
    width: 35px;
    height: 60px;
    position: absolute;
    right: -17px;
    top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    border-radius: 30px;
    height: 34px;
    line-height: 18px;
    text-align: center;
    border: 2px solid white;
}

.info_pic {
    margin-top: 12px;
}

.info_pic i {
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    line-height: 28px;

    border-radius: 20px;
    display: block;

    float: left;

    color: white;

    text-align: center;
    font-size: 24px;

    line-height: 38px;

}

.info_pic div {
    float: left;

    padding-left: 50px;
    color: #777777;
    margin-top: -50px;

    color: #777777;
}

.info_pic div .title {
    color: var(--color-primary);

}

.carousel-indicators {
    bottom: -11px;
    margin-bottom: 0;
}

.carousel-indicators li {
    border: 1px solid var(--color-primary);
    background-color: white;

}

.carousel-indicators .active {
    background-color: var(--color-primary);
    border-color: white;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    /*display: inline-block;*/
    /**display: inline;*/
    /*margin-bottom: 0;*/
    /*margin-left: 0;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /**zoom: 1;*/
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/

    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    /*float: left;*/
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.article-big-line {

}

.article-big-line .title {
    font-size: 24px;

    text-align: left;

    padding: 0;

    font-family: 'Montserrat';
}

.article-big-line .img {
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;

    background-size: cover;
    background-position: center;
}

.article-big-line .info {
    margin: 15px 0;
    color: #ccc;
}

.article-big-line .info i {
    color: #e8a900;
    font-size: 14px;
    margin-right: 3px;
}

.article-big-line p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: justify;

    font-family: 'Montserrat';
}

.article-big-line hr {
    margin: 16px 0;

    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #eee;
}

.article {
    margin: 0;
}

.article .img {
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
    display: block;

    margin-bottom: 15px;

    background-size: cover;
    background-position: center;

    margin-bottom: 15px;
    margin-top: 15px;
}

.article .info {
    margin: 15px 0;
    color: #ccc;
}

.article .info i {
    color: #e8a900;
    font-size: 14px;
    margin-right: 3px;
}

.article .other_img {
    margin-bottom: 15px;
}

.article .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
<!-- text-align: justify;
--> font-family: 'Montserrat';

    margin-bottom: 15px;
}

.article-block {
    margin-bottom: 10px;

    clear: both;

    width: 260px;
    height: 195px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

    position: relative;

    overflow: hidden;

    display: block;

    margin: 0 auto 10px;

    border: 1px solid #f5f5f5;
    background: #fcfcfc;
}

.article-block img {
    width: 100%;
    margin: 0 auto;
}

.article-label {
    background-color: #2f88d6;
    color: white !important;

}

.article-block h4 {
    margin: 0;

    background: rgba(65, 65, 65, 0.3);

    bottom: 0px;
    left: 0;
    right: 0;

    position: absolute;
    color: white;

    padding: 10px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.article-block:hover {
    border-color: #e8a900;
}

.article-block:hover h4 {
    background: #e8a900;
}

.article-mini {
    width: 90%;
    height: 0;
    padding-bottom: 35%;
    margin-bottom: 0;
    overflow: hidden;
    display: block;

    background-size: cover;
    background-position: center;

    overflow: hidden;

    margin-bottom: 15px;

    position: relative;
    border: 2px solid #e6e2d8;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.article-mini h3 {
    font-size: 14px;

    text-align: left;

    padding: 0;

    font-family: 'Montserrat';

    position: absolute;

    bottom: 0;

    padding: 4px 8px;

    width: 100%;

    color: white;
    background-color: rgba(230, 226, 216, 0.6);

    font-weight: 100;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.article-mini .bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='rgba(0, 0, 0, 0.9)', GradientType=0);
    width: 100%;
}

.article-mini:hover {
    border-color: rgba(235, 192, 79, 1);
}

/* - Entry Cover */
.entry-cover {
    position: relative;
    text-align: center;

    overflow: hidden;

    width: 100%;
    height: 0;
    padding-bottom: 67%;

    border: 1px solid #ececec;
    border-bottom: 0;
}

.entry-cover a {
    width: 100%;
    height: 0;
    padding-bottom: 67%;

    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;
}

.entry-cover::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.8;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.entry-cover:hover::before {
    background-color: #313131;
}

/* - Post Content */
.post-content {
    border: 1px solid #ececec;
    border-top: none;
    display: inline-block;
    padding: 15px 24px;
    text-align: left;

    margin-bottom: 20px;
    width: 100%;

    background: #fafafa;
}

/* - Post Meta */
.post-meta {
    display: inline-block;
    width: 100%;
}

/* - Post Date */
.post-date {
    width: 59px;
    display: inline-block;
    background-color: var(--color-primary);
    padding: 17px 0 14px;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: -45px;
    top: -7px;
    position: relative;
}

.post-date span {
    line-height: 12px;
}

.post-date > span:first-child {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    font-weight: 700;
    line-height: 12px;
}

/* - Post Comment */
.post-content .post-like,
.post-content .post-comment,
.post-content .post-share {
    display: inline-block;
    margin-left: 15px;
}

.post-content .post-like i,
.post-content .post-comment i {
    color: var(--color-primary);
    font-size: 20px;
    margin-right: 5px;
}

.post-content .post-like a,
.post-content .post-comment a {
    color: #777;
}

/* - Post Share */
.post-content .post-share a {
    color: #777;
    display: inline-block;
}

.post-content .post-share i {
    color: var(--color-primary);
    margin-right: 10px;
}

.blog-area .post-content .post-share a {
    margin-left: 30px;
}

/* - Entry Title */
.post-content .entry-title,
.post-content .entry-title a {
    /* -    color: #313131; poprawka MB */
    color: var(--color-primary);
    font-weight: bold;
    margin: 0px 0 6px;
    font-size: 14px;
    height: 60px;
}

/* - Entry Content */
.post-content .entry-content {
    color: #777;
    line-height: 22px;
    margin-bottom: 12px;
    height: 130px;

    overflow: hidden;
}

/* - Entry Footer */
.post-content .entry-footer {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    width: 100%;
    padding-top: 8px;
}

/* - Post Admin */
.post-content .post-admin {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
}

.post-content .post-admin i {
    color: var(--color-primary);
    font-size: 20px;
    margin-right: 9px;
}

.post-content .post-admin a {
    color: #777;
    padding-left: 5px;
    font-size: 12px;
}

/* - Tags */
.post-content .tags {
    margin-top: 11px;
    margin-bottom: 0;
    float: right;
    font-size: 12px;
}

.post-content .tags > i {
    color: var(--color-primary);
    display: inline-block;
    margin-right: 5px;
}

.post-content .tags a {
    margin-left: 0;
    position: relative;
    margin-right: 5px;
    color: #777;
    font-size: 12px;
}

.post-content .tags a::after {
    position: absolute;
    content: ",";
    bottom: 0;
}

.post-content .tags a:last-child::after {
    content: "";
}

@media screen and (max-width: 480px) {

    h1 {
        font-size: 24px;
    }

    .header .logo {

        text-align: left;
    }

    #main-nav {
        width: 100%;

        clear: both;

        float: left;
    }

    #main-nav li {
        width: 100%;
    }

    #main-nav li a {
        border-right: none;
        width: 100%;

        display: block;
    }

}

.more-btn {
    display: block;
    width: 100%;
    padding: 65px 0 0;
    min-height: 100px;
    margin-top: -100px;
    z-index: 100;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 20px;
    text-decoration: none;

    background-image: linear-gradient(to bottom,
    rgba(255, 255, 255, 0) 0%,
        /*rgba(255,255,255, 0.5) 20%,*/ rgba(255, 255, 255, 1) 100%
    );

    cursor: pointer;
}

.half-line {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    box-sizing: border-box;
    position: relative;

    overflow: visible;
}

.half-line .content {
    width: 50%;
    padding: 20px 0;
}

.half-line .image {

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    display: flex;
    background-image: url(http://wp.swlabs.co/solala/wp-content/uploads/2017/01/image-whatdo.png?id=4386) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    width: 50%;
}

.half-line .image > div {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.half-line .image > div:before {
    content: " ";
    display: table;
}

.half-line .image > div:after {
    content: " ";
    display: table;
    clear: both;
}

@media screen and (max-width: 992px) {
    .half-line .content {
        width: 100%;
    }

    .half-line .image {
        display: none;

    }
}

.price-cb {
    display: none;

}

.price-cb + label {
    width: 50%;
    float: left;

    position: relative;

    opacity: 0.7;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    cursor: pointer;

}

.price-cb:checked + label {
    z-index: 2;
    transform: scale(1.2);
    opacity: 1;

    -moz-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -webkit-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -o-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -ms-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);


}

.pricing-table {
    border: 2px solid var(--color-primary);

    border-radius: 6px;

    width: 100%;

    background: #ffffff;

    opacity: 0.90;
}

.pricing-table strong,
.pricing-table h3 {
    padding: 24px;

    /*background: var(--color-primary);*/
    /*color: #fff;*/
    color: var(--color-primary);

    width: 100%;

    text-align: center;

    display: block;
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.pricing-table ul {
    margin: 0 20px;
}

.pricing-table b {
    color: var(--color-primary);

    font-size: 28px;

    width: 100%;

    display: inline-block;

    text-align: center;
}


.pricing-table a {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #fff;
    background: var(--color-primary);
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;

    width: calc(100% - 30px);

    margin: 25px 15px;
}


.check-list {
    list-style: none;

    margin: 0;
    padding: 0;


}

.check-list li {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    margin: 0 0 12px 0;

    float: left;

    width: 100%;


}

.check-list li:before,
.check-list li:after {
    position: absolute;

    content: "";

    display: block;


}

.check-list li.yes:before,
.check-list li.yes:after {
    width: 15px;
    height: 6px;

    top: 7px;
    left: 3px;

    transform: rotate(-45deg);
}

.check-list li.yes:before {
    background: #642e73; /* Old browsers */
    background: -moz-linear-gradient(left, #642e73 0%, #4fa0fb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #642e73 0%, #4fa0fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #642e73 0%, #4fa0fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#642e73', endColorstr='#4fa0fb', GradientType=1); /* IE6-9 */

    background: green;
}

.check-list li.yes:after {
    background: white;
    left: 3px;
    top: 5px;
}


.check-list li.no:before,
.check-list li.no:after {
    width: 14px;
    height: 1px;

    left: 3px;
    top: 10px;

    background: #888;

}

.check-list li.no:before {

    transform: rotate(-45deg);
}

.check-list li.no:after {
    transform: rotate(45deg);
}

.block-price {
    opacity: 0;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.block-price-selected {
    opacity: 1;
}

.block-price img {
    position: absolute;

    right: 0;
    top: 0;
}

@media screen and (max-width: 992px) {
    .block-price {
        display: none;

    }

    .block-price-selected {
        display: block;
    }

    .block-price img {
        position: initial;
    }
}

.grey-line {
    background: var(--color-secondary);
    width: 100%;
}

.two-column {
    width: 100%;
}

.two-column > div {
    width: 50%;

    display: inline-block;

    float: left;
}

.title-block {
    padding: 0 0 24px;
    /* background: var(--color-primary); */
    /* color: #fff; */
    /*color: #000; */
    color: #545454;
    width: 100%;
    text-align: left;

    font-weight: 900;
}

.title-block span {
    color: var(--color-primary);
}


.masonry-grid {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(120px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}

.masonry-grid > div {

    width: 100%;
    margin: 0;
    display: inline-block;

    /*overflow: hidden;*/
    break-inside: avoid;

    border-radius: 5px;

    overflow: hidden;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    position: relative;

    z-index: 2;
}

.masonry-grid > div:hover {

    transform: scale(1.2);

    box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);

    z-index: 3;
}

@media screen and (max-width: 1200px) {

    .masonry-grid {
        columns: 4;
        column-gap: 20px;
    }
}

@media screen and (max-width: 768px) {

    .masonry-grid {
        columns: 3;
        column-gap: 20px;
    }
}

@media screen and (max-width: 480px) {

    .masonry-grid {
        columns: 2;
        column-gap: 20px;
    }
}

.info-list {
    margin: 0 0 0;
    padding: 0;

    list-style: none;
}

.info-list li {
    margin: 0 0 20px;

    line-height: 1.8;

    text-align: justify;
}

.grid-images {
}

.grid-images .grid-images-one {
    padding: 5px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    width: 14.28%;

    border-radius: 5px;

    overflow: hidden;
}

.grid-images .grid-images-one:hovers {

    transform: scale(1.5);

    -moz-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -webkit-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -o-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -ms-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);

    z-index: 3;

    padding: 0;

}

.grid-images .grid-images-one-20 {
    width: 20%;
}

.grid-images .grid-images-one-40 {
    width: 40%;
}

.grid-images .grid-images-one-60 {
    width: 60%;
}

@media screen and (max-width: 1024px) {

    .grid-images .grid-images-one-20 {
        width: 50%;
    }

    .grid-images .grid-images-one-40 {
        width: 100%;
    }

    .grid-images .grid-images-one-60 {
        width: 100%;
    }
}

footer .bg-line {

    background-position: right 30px;
    background-color: var(--color-secondary);
    background-repeat: no-repeat;

    background-size: contain;

}

footer .logo {

}

footer .logo img {
    height: 36px;

    margin-bottom: 25px;
}

footer input.form-control,
footer textarea.form-control {
    border-radius: 0;

    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fdfdfd;
}

footer input.form-control:focus,
footer textarea.form-control:focus {
    outline: none;
    border-color: rgba(66, 139, 202, 1);
    box-shadow: none;

}

@media screen and (min-width: 1400px) {

    footer .bg-line {
        background-image: url('http://strefaportali.pl/web/images/computer.png');
    }
}

.reference-grid {
}

.reference-grid-item {
    width: calc(50%);

    padding: 20px;
}

@media screen and (max-width: 768px) {
    .reference-grid-item {
        width: calc(100%);
    }
}

.reference-grid-item > div {

    padding: 20px;
    border: 1px solid #e8e9ed;
    background: white;

    position: relative;

}

.reference-grid-item .image {
    left: 0;
    position: absolute;

    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;

    bottom: 0;
    top: 0;

    opacity: 0;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    border: none;
}

.reference-grid-item:hover .image {
    left: -100%;
    top: -13px;
    opacity: 1;

    right: auto;
    height: calc(100% + 2px);
    border: none;
}

.reference-grid-item img {
    height: auto;

    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0px;*/
    z-index: 2;
    /*border: 1px solid #e8e9ed;*/
    border-right: 0;

    max-width: 100%;
}

.owl-merge .owl-item {

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    cursor: pointer;

}

.owl-merge .owl-item:hover {

    transform: scale(1.1);

    -moz-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -webkit-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -o-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    -ms-box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);
    box-shadow: 0 3px 20px 2px rgba(9, 136, 255, 0.1);

    z-index: 4;


}

.over-image {
    height: 850px;

    /*margin-top: -70px;*/
    margin-left: 20px;
    margin-bottom: -90px;
}

.mt-70 {

    margin-top: -70px;
}

@media screen and (max-width: 1024px) {


    .over-image {
        max-width: 100%;
        height: auto;
        margin-left: 0px !important;
		margin-bottom: 0px !important;

    }
}

.icon-list-2 {
    list-style: none;

    margin: 24px 0 0;
    padding: 0;

    font-size: 18px;
    line-height: 1.6em;
}

.icon-list-2 > li {

    margin: 0 0 30px;
    padding: 0 0 0 75px;

    width: 100%;

    position: relative;

    text-align: justify;


}

.icon-list-2 li i {
    font-size: 36px;

    display: inline-block;

    position: absolute;

    top: 5px;
    left: 0;

    width: 50px;
    text-align: center;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

    color: #40b1e9aa;
}

.icon-list-2 li:hover i {
    color: #40b1e9;

}

blockquote {

    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    background: #fbfbfb;
    border-left: none;
    margin: 0px 0px 20px;
    padding: 30px 30px 30px 60px;
    position: relative;
    text-transform: uppercase;

}

blockquote i {
    position: absolute;
    left: 24px;
    top: 27px;
    color: #00000033;
    font-size: 32px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #00aff0;

}


.hamburger {
    /*position: absolute;*/

    border: none;
    display: none;

    top: 0;
    left: 25px;
    background: transparent;

    color: #000;

    z-index: 2;
    transition: ease all .2s;

    padding: 20px;

    outline: none !important;

    /*display: inline-block;*/
}

.hamburger .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.hamburger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.hamburger .icon-bar + .icon-bar {
    margin-top: 4px;
}

.hamburger .icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.hamburger:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.hamburger:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.hamburger.menu-open .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.hamburger.menu-open .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.hamburger.menu-open .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;

}

@media screen and (max-width: 1024px) {
    .hamburger {
        display: inline-block;
    }

}

.grid-image {
    padding: 6px;

    display: inline-block;
    float: left;
}

.grid-image-20 {
    width: 20%;
}

.grid-image-40 {
    width: 40%;
}

.grid-image-60 {
    width: 60%;
}

.grid-image-80 {
    width: 80%;
}

.grid-image img {
    width: 100%;
    border-radius: 6px;

    vertical-align: top;
}

@media screen and (max-width: 1024px) {

    .grid-image-20 {
        width: 50%;
    }

    .grid-image-40 {
        width: 100%;
    }

    .grid-image-60 {
        width: 100%;
    }
}

.footer-text {
    font-size: 14px;
    line-height: 24px;

}

.copyright-text {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #3d5974;
}

.lh-2 {
    line-height: 2em;

}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.why-us-item {
    box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.1);
    padding: 38px;
    margin: 0px;
    overflow: visible;
    border-radius: 6px;
    border-color: inherit;
    background-color: white;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;

    position: relative;
}

.why-us-item__number {
    color: var(--color-primary);
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 90px;
    opacity: .1;
    position: absolute;
    top: 3px;
    right: 25px;

    user-select: none;
}

.why-us-item__title {
    margin-bottom: 16px;

    font-size: 1.5rem;
    line-height: 1.4em;

    height: 70px;
}

.why-us-item__content {
    /*color: #fff;*/
}

.why-us-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .why-us-list {
        flex-direction: column;
        gap: 20px;
    }
}

.why-us-list__item {
}

.city{
    transition: all .2s ease-in-out;

}
.city:hover{
    text-decoration: none;
    transform: scale(1.2);
}
.city__image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
border-radius: 15px;
    margin-bottom: 8px;

    object-fit: cover;
}
.city__name {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;

    color: var(--color-primary);

    text-decoration: none;
}

.city:hover {
}
