/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #1bb1dc;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #1c51a9;
    color: #fff;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    transform: scale(.85);
}

.back-to-top i {
    padding-top: 22px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }


}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*//-Main*/
.btn {border:none;border-radius: 100px;font-weight: 400;text-transform: none;font-size:12px;padding:8px 16px;margin:0px 0px;}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    height: 40px;
    font-size: 16px;
    transition: all 0.5s;
}

#topbar.topbar-transparent {
    background: transparent;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .social-links a {
    color: #1c51a9;
    padding-left: 20px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #1bb1dc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
/* 
#header .logo {
        font-size: 36px;
    margin: 0;
    padding: 16px 0 16px 95px;
    line-height: 1;
    font-weight: 600;
    background: url(/images/logo-mini.svg) no-repeat top left;
    background-position: 16px;
} */
#header .logo {
    font-size: 36px;
    margin: 0;
    padding: 5px 45px 0px 16px;
    line-height: 1;
    font-weight: 600;
    background: url(/images/logo-mini.svg) no-repeat top right;
}

#header .logo a {
    color: #FFF;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        top: 0;
    }

    #header .logo {
           font-size: 28px;
    float: none;
    position: relative;
    left: 50%;
    padding: 10px 0 5px 48px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: 0;
    }
#header {
    padding:7px 0;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle
}

#header.header-scrolled .main-nav a {
    color: #333;
}

#header.header-scrolled .main-nav a:hover {
    color: #1c51a9;
}

#header.header-scrolled .main-nav li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header.header-scrolled .logo a {
    color: #1c51a9;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 6px 0px 0px;
    transition: 0.3s;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 400;
}

.main-nav li {
    -webkit-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -ms-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    border-radius: 7px;

}

.main-nav li:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #fff;
    border-radius: 7px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #333;
    text-decoration: none;


}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    margin-top: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff0f000;
    -webkit-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -ms-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #fff;
    border-radius: 7px;
    -webkit-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -ms-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.main-nav .drop-down li {
    min-width: 0px;
    position: relative;
}

.main-nav .drop-down ul a {
        padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    text-align: right;
}
.main-nav .drop-down li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 7px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #1c51a9;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -100%;
    width: 70%;
    padding-top: 18px;
    background: rgb(28 81 169);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;

}
.mobile-nav .social a{
    float:left;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    padding-left: 16px;
}

.mobile-nav-toggle i {
    margin: 16px 16px 0 0;
    color: #fff;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(0 0 0 / 69%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    /*  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;*/
    background-size: cover;
}

@media (max-width: 767px) {
    #hero {
        padding: 100px 0 60px 0;
    }

    #hero .container {
        height: auto !important;
    }

    #hero .intro-img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #hero .intro-info {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    #hero .intro-info {
        text-align: center;
        padding-top: 40px;
    }
}

#hero .intro-info h2 {
    color: #1c51a9;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
}

#hero .intro-info h2 span {
    color: #1bb1dc;
}

@media (max-width: 767px) {
    #hero .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

#hero .intro-info .btn-get-started,
#hero .intro-info .btn-services {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1bb1dc;
    color: #fff;
}

#hero .intro-info .btn-get-started:hover,
#hero .intro-info .btn-services:hover {
    background: #0a98c0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 36px;
    color: #1c51a9;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #f5f8fd;
}


/* About Us Section
--------------------------------*/
#about {
    padding: 0px 0;
}

#about .about-content {
    padding-top: 40px;
}

#about .about-content h2 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10vw;
}
#about .blue .about-content h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: center;
}
#about .right .about-content h2 {
    color: #1c51a9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: center;
}

.h-big{
    color: #1c51a9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: center;
}
.why-us-content {
    width: 80%;
    margin: auto;
    padding-bottom: 45px;
}

#about .about-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
}
#about .blue p {
    color: #fff;
    margin-bottom: 0;
}
#about .blue .about-content h3 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}

#about .about-content ul {
    list-style: none;
    padding: 0;
}

#about .about-content ul li {
    padding-bottom: 10px;
}

#about .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
}

#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}

#about .about-img img {
    width: 100%;
    transition: .5s;
height:100%;
}

#about .about-img img:hover {
    width: 100%;
    transform: scale(1.03);
}


@media (max-width: 767px) {
    #about .testimonial-item {
        text-align: center;
    }
}

#about .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

@media (max-width: 767px) {
    #about .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
}

#about .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#about .testimonial-item h4 {
        font-size: 25px;
    color: #fff;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#about .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
    #about .testimonial-item p {
            width: calc(100% - 140px);
    }
}

@media (max-width: 767px) {

    #about .testimonial-item h3,
    #about .testimonial-item h4,
    #about .testimonial-item p {
        margin-left: 0;
    }
}

#about .owl-nav,
#about .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#about .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#about .owl-dot.active {
    background-color: #ffbe53;
}
#about .owl-carousel.testimonials-carousel.owl-loaded.owl-drag {
    margin-top: 50px;
    margin-bottom:50px;
}

/* Services Section
--------------------------------*/
#services {
    padding: 60px 0 40px 0;
}

#services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#services .box:hover {
    transform: scale(1.1);
}

#services .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#services .icon i {
    font-size: 36px;
    line-height: 1;
}

#services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .title a {
    color: #111;
}

#services .box:hover .title a {
    color: #1bb1dc;
}

#services .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

/* Why Us Section
--------------------------------*/
#why-us {
    padding: 60px 0;
}

@media (max-width: 991px) {
    #why-us .why-us-content {
        padding-top: 30px;
    }
}

#why-us .why-us-content .features {
    margin: 0 0 15px 0;
    padding: 0;
}

#why-us .why-us-content .features i {
    font-size: 36px;
    float: left;
}

#why-us .why-us-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #1c51a9;
    margin-bottom: 5px;
}

#why-us .why-us-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #555186;
}

#why-us .counters {
    padding-top: 40px;
}

#why-us .counters span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #555186;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #2d2b46;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #1bb1dc;
    border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/
#features {
    padding: 80px 0;
}

#features h4 {
    font-weight: 600;
    font-size: 24px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #1c51a9;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #f8fcff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #1bb1dc;
    border-radius: 50%;
    margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
    background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 60px 0;
}

#testimonials .section-header {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        text-align: center;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 767px) {

    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #1bb1dc;
}

/* Team Section
--------------------------------*/
#team {
    padding: 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#team .member .member-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    padding: 15px 0;
    background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
    transition: margin 0.2s;
    height: 40px;
    transition: height 0.4s;
}

#team .member:hover .member-info {
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    height: 80px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #1bb1dc;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 16px 16px;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #1bb1dc;
}

/* Pricing Section
--------------------------------*/
#pricing {
    padding: 80px 0;
}

@media (max-width: 991px) {
    #pricing {
        padding-bottom: 30px;
    }
}

#pricing .card {
    border: 0;
    border-radius: 0px;
    box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
    transition: all .3s ease-in-out;
    padding: 36px 0;
    position: relative;
}

@media (max-width: 991px) {
    #pricing .card {
        margin-bottom: 50px;
    }
}

#pricing .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #1bb1dc;
    transition: 0.5s;
}

#pricing .card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
    width: 100%;
}

#pricing .card .card-header {
    background-color: white;
    border-bottom: 0px;
    -moz-text-align-last: center;
    text-align-last: center;
}

#pricing .card .card-title {
    margin-bottom: 16px;
    color: #535074;
}

#pricing .card .card-block {
    padding-top: 0;
    text-align: center;
}

#pricing .card .list-group-item {
    border: 0px;
    padding: 6px;
    color: #1c51a9;
    font-weight: 300;
}

#pricing .card h3 {
    font-size: 64px;
    margin-bottom: 0px;
    color: #535074;
}

#pricing .card h3 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0px;
}

#pricing .card h3 .period {
    font-size: 16px;
    color: #6c67a3;
    letter-spacing: 0px;
}

#pricing .card .list-group {
    margin-bottom: 15px;
}

#pricing .card .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    border-radius: 0;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff;
}

#pricing .card .btn:hover {
    background: #0a98c0;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
    padding: 60px 0;
    overflow: hidden;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

#faq #faq-list a.collapse {
    color: #1bb1dc;
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f9f9fb;
    min-height: 40px;
    margin-top: 110px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #555186;
    content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #1bb1dc !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 992px) {
    .portfolio-details .portfolio-description h3 {
        width: 100%;
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 30px 0;
    font-size: 14px;
    background: #fff;
}
#footer  .col-sm-6{
    float:left;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f5f8fd;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 36px;
    font-weight: 600;
    background: url(/images/logo-mini.svg) no-repeat top right;
    margin: 0 0 20px 0;
    padding:0  40px 0px 0px;
    line-height: 1;
    font-family: 'Yanone Kaffeesatz';
    color: #1c51a9;
    max-width: fit-content;
}

#footer .footer-top .footer-info p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1c51a9;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #fff;
    border-radius: 7px;
    color: #1c51a9;
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
}

#footer .footer-top h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1c51a9;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 4px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #333;
}

#footer .footer-top .footer-links ul a:hover {
    color: #1c51a9;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #1bb1dc;
    border: 1px solid #1bb1dc;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #0a98c0;
}

#footer .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#footer .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#footer .php-email-form .error-message br + br {
    margin-top: 25px;
}

#footer .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#footer .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#footer .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#footer .php-email-form input,
#footer .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px;
}

#footer .php-email-form input::focus,
#footer .php-email-form textarea::focus {
    background-color: #1bb1dc;
}

#footer .php-email-form input {
    padding: 20px 15px;
}

#footer .php-email-form textarea {
    padding: 12px 15px;
}

#footer .php-email-form button[type="submit"] {
    background: #1bb1dc;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#footer .php-email-form button[type="submit"]:hover {
    background: #0a98c0;
    cursor: pointer;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #535074;
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz';
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #8582a8;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}

ion-icon.nav_icon {
    padding-right: 6px;
    font-size: 30px;
    padding-bottom: 6px;

}

ion-icon.nav_soc_icon {

    font-size: 30px;
    padding-bottom: 6px;

}

ion-icon.big_icon_cu {

    padding-left: 12px;
    margin-bottom: -1%;


}

ion-icon.big_icon_ad {

    padding-right: 12px;
    margin-bottom: -1%;


}

.right {
    right: 0;
    left: auto;
}

.mobile-nav-toggle i.scroll-color {
    color: #1c51a9;
}

.down {
    bottom: 14vh;
    position: absolute;
    z-index: 15;
    left: 50%;
    transform: translateX(-50%);
width: 25vw;
}



.home-hero {
    display: flex;
}

.text-adress {
    bottom: 10vh;
    margin-right: 0px;
    display: block;
    right: 0;
    position: absolute;
    border: 12px solid #fff;
    padding: 16px;
    border-radius: 16px;
    vertical-align: middle;

    background-color: white;
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3);
color: #333;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}
.text-adress:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.adress-text {
    font-size: 3vw;
    font-family: 'Montserrat', sans-serif;

}

.text-courier {
    bottom: 10vh;
    margin-left: -16px;
    display: flex;
    position: absolute;
    border: 12px solid #fff;
    padding: 16px;
    border-radius: 16px;
    vertical-align: middle;
    background-color: white;
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3);
color: #333;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.text-courier:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
color: #333;
}

.courier-text {
    font-size: 3vw;
    font-family: 'Montserrat', sans-serif;
color: #333;

}
.courier-text:hover {
color: #333;
    text-decoration: none;

}

.text-about {
    display: flex;
    margin: 45vh 0 0 8vw;
    position: absolute;
    width: 60%;

}

.about-text {
    color: #fff !important;
    float: left;
    font-size: 3vh;

}

canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: -10;
    position: absolute;
}


#homeimg {
    display: block;
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 30%;
    z-index: -9;
}

.text-tomat {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 5vw;
    line-height: normal;
    color: #fff !important;
}

.tomat {
    border: 12px solid #fff;
    padding: 16px 16px;
    display: flex;
    margin: 10vh 0 0 31px;
    float: right;
    height: max-content;
}

#site-logo #site-logo-inner a {
    color: #FFF;
}

@media (max-width: 992px) {
    .down {
        display: none;
    }

    #homeimg {
        display: block;
        position: absolute;
        bottom: 20%;
        right: -50%;
        width: 100%;
        z-index: -9;
        opacity: 50%;
    }

    .text-adress {
        margin-top: 72vh;
        bottom: auto;
        margin-right: -16px;

    }

    .adress-text {
        font-size: 6vw;
        font-family: 'Montserrat', sans-serif;

    }

    .text-courier {
        margin-top: 55vh;
        bottom: auto;

    }

    .courier-text {
        font-size: 6vw;
        font-family: 'Montserrat', sans-serif;

    }

    .text-about {
        display: flex;
        margin: 35vh 8vh;
        position: absolute;

    }

    .about-text {
        color: #fff !important;
        float: left;
        font-size: 3vw;

    }

    .text-tomat {
        font-size: 10vw;

    }

}

#background-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: -5%;
    top: 5%;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 5%;
    top: 80%;

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 10%;
    top: 40%;

    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;

    left: 20%;
    top: 0;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 30%;
    top: 50%;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 50%;
    top: 0;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 65%;
    top: 70%;

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;

    left: 80%;
    top: 10%;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

    left: 90%;
    top: 50%;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 80%;
    top: 80%;

    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);

    height: 200px;
    position: absolute;
    width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

    content: "";
    height: 180px;
    left: 10px;
    position: absolute;
    width: 180px;
}

img.ups {
    width: fit-content;
    height: fit-content;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 80%;
    top: 10vh;
    transition: 2000ms;
    z-index: -9;



}
.all_pages{
 height:20vh!important;
background: #1c51a9
}
/*TAB*/

.tabs_box {margin-top:-59px;text-align: center;}
.tabs_box .col-md-6 {position: static;}
#tab2{
    display: none;
}
.tabs_box ul {text-align: center;margin:0 0 0 10px;padding:0px;display: inline-block;}
.tabs_box li {float:left;width:285px;height:60px;margin:0;padding:0;}
.tabs_box li a.btn {-webkit-box-shadow:none; */
    /* box-shadow:none; */}
li.price {border-top-left-radius:3px;}
li.adress {border-top-right-radius:3px;}
.tabs_box li  a {display:block;text-align:center; font-weight: 700;font-size: 1.05em;text-transform: uppercase;}
.tabs_box li  {background: #0e76bc;}
.tabs_box li.liactive {background: #fff;}
.tabs_box .price.liactive a {background:  url("img/price.png") left center no-repeat;}
.tabs_box .price a {background:  url("img/price-hover.png") left center no-repeat;}
li.adress a {background:  url("img/address.png") left center no-repeat;}
.tabs_box li  a {color:#fff;}
.tabs_box li  a:hover {color:#fff;}
.tabs_box li.liactive  a {color:#337ab7;}
.adress.liactive a {background:  url("img/address-hover.png") left center no-repeat;}
.tabs_box li.liactive  a:hover {color:#337ab7;}
.form-search {    margin-top: 10px;
    padding: 0;
    border-radius: 3px;}
.form-search input {height: 48px;}
.main-content .form-group {margin-bottom:0px;}
/*.tabs_menu  .price {
    color:#0e76bc; font-weight: 500;font-size: 0.85em;text-transform: uppercase;background: #fff url("img/price.png") left center no-repeat;
}

.tabs_menu  .price a {
    color:#0e76bc; font-weight: 500;font-size: 12px;text-transform: uppercase;text-decoration: none;padding:25px 0;
}
*/
/*MAP*/
 #map {
            height: 450px;
     margin-bottom:40px;
    width: 100vw;
    --widthA: calc(100vw - 1140px);
    --widthB: calc(var(--widthA) / 2);
    --widthC: calc(var(--widthB) - var(--widthA));
    margin-left: var(--widthC);
    margin-right: var(--widthC);
        }
.topiteam {text-align: center;}
.topiteam ul.main-palece-menu  {display: inline-block;margin:20px auto 20px auto;}
.topiteam .main-palece-menu li {display:inline-block;padding-left:30px;margin-left:30px;}
li.group-dry-cleaning {background:url('img/st_car-top.png') left center no-repeat;}

li.group-atelier {background: url("img/antlie-hover.png") left center no-repeat;}
li.group-shoe-repair {background: url("img/choes-top.png") left center no-repeat;}
li.group-reception-center {background: url("img/priem-top.png") left center no-repeat;}
.topiteam .main-palece-menu li a {font-size:30px;text-transform: none;font-weight:500;background:url(img/place-an-bg.png)left bottom repeat-x;color:#3f4b55;font-family: 'Yanone Kaffeesatz';}
.topiteam .main-palece-menu li a.main-palece-menu-active{color:#0e76bc;background:none;}
.topiteam .main-palece-menu li a:hover {text-decoration:none;background:none;color:#0e76bc;}
.topiteam .main-palece-menu li a:focus{text-decoration:none;}
.bottomiteam {margin-bottom:40px;}
.bottomiteam .col-md-4 {min-height: 160px;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    flex: 0 0 calc(33.33333% - 16px);
    max-width: calc(33.33333% - 16px);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.bottomiteam .col-md-4:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bottomiteam p {margin: 0;}
.bottomiteam a {    display: block;
    font-weight: 500;
    padding-left: 16px;
    font-family: 'Yanone Kaffeesatz';
    font-size: 24px;
    padding-top: 8px;}
.bottomiteam a:hover {text-decoration:none;}
.group-dry-cleaning.active {background:url('assets/img/st_car-top-bottom.png') left center no-repeat;}
.group-atelier.active {background: url("assets/img/antlie-hover-bottom.png") left center no-repeat;}
.group-shoe-repair.active {background: url("assets/img/choes-top-bottom.png") left center no-repeat;}
.group-reception-center.active {background: url("assets/img/priem-top-bottom.png") left center no-repeat;}

span.group-dry-cleaning.active {display:block;width:18px;height:18px;margin-left:30px;padding:0px;background:url('img/st_car-top-bottom.png') left center no-repeat;}
span.group-atelier.active {display:block;width:18px;height:18px;margin-left:30px;padding:0px;background: url("img/antlie-hover-bottom.png") left center no-repeat;}
span.group-shoe-repair.active {display:block;width:18px;height:18px;margin-left:30px;padding:0px;background: url("img/choes-top-bottom.png") left center no-repeat;}
span.group-reception-center.active {display:block;width:18px;height:18px;margin-left:30px;padding:0px;background: url("img/priem-top-bottom.png") left center no-repeat;}

@media (max-width: 1199px){
.topiteam ul.main-palece-menu  {padding-left:0px;}
    .topiteam .main-palece-menu li {display:block;padding-left:30px;margin-left:0px;text-align:left;} 
	.topiteam .main-palece-menu li a  {text-align:left;}
    #map {
        width: 100%;
margin-left:0;
margin-right:0;
    }
	
	
}
.group-bg-top {background-position: top left !important};


.price_table .price_td {white-space: nowrap;}





@media (max-width: 768px) { 
.tabs_box li {float:none;}
.tabs_box li span {float:left;width:100%;}
.tabs_menu .btn {padding:2px 50px;}
.tabs_box  {margin-bottom:-59px;}

}
.show-title {
    color: #fff;
    margin-top: 12vh;
}

@media (max-width: 768px) { 
.show-title {
    color: #fff;
    margin-top: auto
}

}

#tab2 {
    display: block!important;
    width: 100%;
}

.action-bg-hover span {display: none;}
.action-bg-hover:hover span {position:relative;display:block;z-index:99999;text-transform: uppercase;font-size:20px;margin:-260px 10px 10px 10px;text-decoration: none;color:#fff;padding:110px 15px;border:1px solid #fff;background:rgba(15, 144, 242, 0.5);text-align:center;}
a.action-bg-hover:hover {text-decoration: none;}
a.action-bg-hover img {}
.action-desc h3 {float:left;width:100%;font-size: 20px;color:#0e76bc;padding:15px;text-align: center;}
.action-desc p {padding: 5px 15px;text-align: center;}
.outter {padding-left: 16px;padding-bottom: 8px;}
.bottomiteam .nopadding {padding: 0;}
.bottomiteam span {padding-left: 30px; font-weight: 500;}
.bottomiteam ul.list-inline {padding-left: 16px; margin: 0;}
.bottomiteam li {padding-top: 0; padding-bottom: 0; }


@media (max-width: 767px) { 
  .action-bg-hover:hover span {position:relative;display:block;z-index:99999;text-transform: uppercase;font-size:20px;margin:-200px 10px 10px 10px;text-decoration: none;color:#fff;padding:80px 15px;border:1px solid #fff;background:rgba(15, 144, 242, 0.5);text-align:center;} 
  h1 {font-size: 150%;}
  .logo {margin: 25px auto 15px;}
  .jumb {padding-bottom: 25px;}
}

 .podskazka{
    display: inline-flex;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 0px 6px 0px 0px;
	
}
.podskazka:hover:after{
    background: #333;
    background: rgba(15, 144, 242, 0.5);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data-title); 
    left: 20%;
    padding: 5px 5px;
    position: absolute;
    z-index: 98;
    width: auto;
}
.podskazka:hover:before{ /* Добавляем стрелочку внизу блока всплывающей подсказки */
    border: solid;
    border-color: rgba(15, 144, 242, 0.5) transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.cabinet {float:right;margin-top:30px;color:red;}
.cabinet  i {color:red;font-size:18px;font-weight:700;}
.cabinet span {display:block;float:left;margin-right:5px;}
.cabinet .fa-stack {width:auto;height:auto;margin-right:3px;}
.cabinet a {color:red;text-decoration:underline;font-size:14px;text-transform:uppercase;font-weight:700;}
@media (max-width: 768px) {
    .cabinet{position:absolute;top:22px;left:10px;z-index:999;margin-top:0px;}   
	.cabinet  i  {color:#fff;}
	.cabinet   a{color:#fff;}

.bottomiteam .col-md-4{
    flex: auto;
    max-width: 100%;
    margin: 8px 16px;


}
}

@keyframes shake-circle-01 {
    0% { transform: scale(1.01)); }
  10% { transform: scale(1); }
  20% { transform: scale(1.03); }
  30% { transform: scale(1); }
  40% { transform: scale(1.02); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1); }
    80% { transform: scale(1); }
    90% { transform: scale(1); }
  100% { transform: scale(1); }
}

.text-adress {
  animation: shake-circle-01 2s infinite alternate;
}

@keyframes shake-circle-02 {
    0% { transform: scale(1)); }
  10% { transform: scale(1); }
  20% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1); }
  50% { transform: scale(1); }
  60% { transform: scale(1.01); }
  70% { transform: scale(1); }
    80% { transform: scale(1.03); }
    90% { transform: scale(1); }
  100% { transform: scale(1.02); }
}

.text-courier {
  animation: shake-circle-02 2s infinite alternate;
}



.myorder {position: fixed;z-index: 990; width:100%;height:100%;top: 0;
    right: 0;
    bottom: 0;
    left: 0;background: #1c51a9;}
.myorder .container-fluid {margin-top:72px;background: url(img/order_bg.png)center repeat-y;padding-bottom:80px;}

.myorder h1 {color:#fff;font-size:2.28em;text-transform: uppercase;margin-top:80px;}
.myorder h3 {color:#fff;margin:40px auto 15px auto;}
.myorder h3 span {font-weight: 400;}
.myorder h3.order-phone {margin-top:45px;margin-bottom:0px;}
.myorder p {color:#fff;font-size:16px;line-height: 1.8em;}
.myorder p.free {font-size:14px;margin-top:-3px;}
.myorder p span {font-weight:500;}
.myorder h3.order-phone p {font-size: 14px;}
.form-inline {margin-top:30px;}
.myorder label {color:#fff; font-weight: 300;font-size: 16px;margin-top:15px;}
.myorder .form-inline .form-control {width:100%;height:60px;margin-top:10px;}
.myorder-fields {margin-top:0px;}
.myorder-fields .btn {width:100%;margin-top:30px;}
.myorder-fields p {color:#fff;font-size:14px;text-align:center;margin-top:40px;line-height: 1.4em;}
.myorder-hide {display:none;}
@media (max-width: 1199px) { 

}

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

   
}

@media (max-width: 768px) { 
     .myorder {position:relative;}
    .myorder .container-fluid {background: #1c51a9;}
	.myorder .container-fluid {margin-top:0px;}
	.nav>li.closemobile  {display:none;}

}

/* Back to top button */
.close-order {
position: fixed;
    background: none;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 34px;
    border-radius: 50%;
    right: 15px;
    top: 64px;
    transition: background 0.5s;
    z-index: 2000;
}

.close-order i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .close-order {
        top: 48px;
    }
}

.btn.faq-btn {
    color: #fff;
    background: #ff1d1d;
    border-radius: 100px;
    padding: 0px 16px;
    font-size: 33px;
    font-family: 'Yanone Kaffeesatz';
}
.btn.faq-btn:hover {
    color: #fff;
transform:scale(1.1);
}

.myorder-fields button.btn.btn-default {
    color: #fff;
    background: #ff1d1d;
    border-radius: 50px;
    padding: 16px 8px;
    font-size: 33px;
    font-family: 'Yanone Kaffeesatz';
}
#about .blue {
    background: #1c51a9;
}

/*BLOCK_QUESTION*/
.inner-page .form-search {
    margin-top:40px;
}
.questions-container p {margin-top: 0;}
.question {
padding: 25px 35px 25px 25px;
margin:20px 0;
border:1px solid #72b8ee;
font-size:14px;
font-weight: 300;
color:#3f4b55;
text-transform: none;
background: url(img/question_arrow.png)right center no-repeat;
}

.question.open-question {
border:1px solid #dfeaed;
color:#757575;
background: url(img/question_arrow_hover.png)right center no-repeat;
}

.answer{
display:none;
padding: 25px 35px 25px 25px;
margin:20px 0;
border-left:2px solid #72b8ee;
font-size:14px;
font-weight: 300;
color:#3f4b55;
}
.gallery .col-md-4 {margin-top:30px;}
.gallery img{border-radius: 3px;box-shadow: 0 0 25px #e7ebef;}
.action-bg {float: left;width: 100%;}
.action {float: left;width:100%; box-shadow: 0 0 25px #e7ebef;margin-top:20px;}
.action-bg-hover {display: block;margin:0px;background: transparent;}


.action-bg-hover span {display: none;}
.action-bg-hover:hover span {position:relative;display:block;z-index:99999;text-transform: uppercase;font-size:20px;margin:-260px 10px 10px 10px;text-decoration: none;color:#fff;padding:110px 15px;border:1px solid #fff;background:rgba(15, 144, 242, 0.5);text-align:center;}
a.action-bg-hover:hover {text-decoration: none;}
a.action-bg-hover img {}
.action-desc h3 {float:left;width:100%;font-size: 20px;color:#0e76bc;padding:15px;text-align: center;}
.action-desc p {padding: 5px 15px;text-align: center;}
.outter {padding-left: 16px;}
.bottomiteam .nopadding {padding: 0;}
.bottomiteam span {padding-left: 30px; font-weight: 500;}
.bottomiteam ul.list-inline {padding-left: 16px; margin: 0;}
.bottomiteam li {padding-top: 0; padding-bottom: 0; }


@media (max-width: 767px) { 
  .action-bg-hover:hover span {position:relative;display:block;z-index:99999;text-transform: uppercase;font-size:20px;margin:-200px 10px 10px 10px;text-decoration: none;color:#fff;padding:80px 15px;border:1px solid #fff;background:rgba(15, 144, 242, 0.5);text-align:center;} 
  h1 {font-size: 150%;}
  .logo {margin: 25px auto 15px;}
  .jumb {padding-bottom: 25px;}
}
.row.pagin {
    width: 100%;
}

.pagination li {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 16px;
}
.pagination li span.active {
    background-color: #1c51a9;
    color: #fff;
    border-radius: 25px;
    padding: 10px 16px;
    width: 35px;
    height: 35px;
}
.inner-page .pagination li {background: none;padding:0;}
.pagination-center {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.pagination-center .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 5rem;
    padding: 15px;
    background: #fff;
}
.inner-page  .row {margin:40px 0;}
.inner-page table {width:100%;}
.inner-page table thead {background: #f5f7f8;font-weight: 500;}
.inner-page table td {padding:40px;text-transform: uppercase;color:#3f4b55;}

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}
.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {

.news-card {
    height: 20rem
}
  }

.news-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);;
      z-index: 0;
    }

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*     background: rgba(255,0,0,.5); */
  }

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
  }

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
/*     background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
width:100%;
  }

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
  }

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #CCC;
  }

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
  }

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
      max-height: 20rem;
      opacity: 1;
    }
    .news-card:hover .news-card__text-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
    }
    .news-card:hover .news-card__title {
      color: #fff;
    }
    .news-card:hover .news-card__image {
      transform: scale(1.2);
      z-index: -1;
    }
  }

.news-card__excerpt {
    font-weight: 300;
  }

.news-card__read-more {
        background: #1c51a9;
    color: #bbb;
    display: block;
    padding: 0.4rem 0.6rem;
    border-radius: 50px;
    margin-top: 1rem;
    border: 0px solid #444;
    font-size: 0.95rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: fit-content;
    margin-left: auto;
    position: relative;
    z-index: 5;
    vertical-align: middle;
    text-align: right;
  }

.news-card__read-more ion-icon {
      position: relative;
      left: 0.2rem;
      color: #888;
      transition: left 0.5s ease, color 0.6s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
padding-top:5px;
    }

.news-card__read-more:hover ion-icon {
      left: 0.5rem;
      color: #fff;
    }

.news-card__read-more:hover {
      color: #fff;
    }

.b24-widget-button-position-bottom-left {
    left: 15px!important;
    bottom: 15px!important;
}
.container.news-item {
    padding-top: 16px;
}
img.detail_picture {
    width: 100%;
    border-radius: 16px;
    height: auto;
}
h2.last-news {
display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* The Modal (background) */
.modal-issue {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 980;
    left: 0;
    top: 72px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* The Close Button */
.close {
    color: #c1ddad;
    float: right;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}

.close:hover,
.close:focus {
    color: #a8818b;
    text-decoration: none;
    cursor: pointer;
		-webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/* Modal Header */
.modal-header {
    padding: 0;
    /*background-color: #5cb85c;*/
    color: white;
    height: 62px;
}

/* Modal Body */
.modal-body {padding: 0;
width:100%;
height:100%;}


/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    height: calc(100vh - 72px);
    width: 100%;
    
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.modal-body iframe{
	width:100%;
	height:100%;
}

img.page-img {
    width: 100%;
    float: left;
}
.mdcard-text {
    vertical-align: middle;
    font-size: 22px;
    font-family: 'Yanone Kaffeesatz';
    color: #444;
    padding-top: 16px;
padding-bottom:16px;
    display: flex;
}
.mdcard {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 25px;
    margin-top: 25px;
    padding-right: 16px;
}

iframe.airtable-embed {
    width: 100%;
}
#about .about-content h3.vk {
    color: #333;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}
#about .about-content h2.vk {
    font-size: 4rem;
    text-align: center;
}

@media (max-width: 768px) {

#about .about-content h3.vk {
    font-size: 22px;
}
#about .about-content h2.vk {
    font-size: 2rem;
}

h2.last-news {

    font-size: 2rem;

}
    .back-to-top {
        bottom: 15px;
    }


}
li.actions {
    background: linear-gradient(45deg, #dc3545 0%, #ba43d0 100%);
    margin: 0 8px 0 8px;
    border-radius: 16px;
    -webkit-box-shadow: 0 10px 15px 0 rgb(245 38 38 / 30%);
    box-shadow: 0 0px 15px 0 rgb(245 38 38 / 60%);
}

#header.header-scrolled .main-nav li.actions a {
    color: #fff;
}

#header.header-scrolled .main-nav li.actions:hover a {
    color: #dc3545;
}
div#vk_groups {
    margin: auto;
    padding:0;
}
a.last-news {
        display: block;
    position: absolute;
    right: 32px;
    margin-top: -24px;
    border-radius: 100px;
    background: orangered;
    padding: 8px 16px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

a.last-news:hover {
text-decoration:none;
transform:scale(1.1);
color:#fff
}

.mobile-nav li.actions a {
    vertical-align: middle;
    line-height: 56px;
    padding: 0 12px;
}

#about .content-wrapper {
    padding-bottom: 48px;
}

