@import url('https://fonts.cdnfonts.com/css/alumni-sans-inline-one');

h1 {
    font-family: 'Alumni Sans Inline One', sans-serif;
    font-weight: 600;
    /* Стандартный вес для этого шрифта */
    font-size: 56px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: 'Alumni Sans Inline One', sans-serif; */
    overflow-x: hidden;
    /* background: #d3dbe2; */
    background: #bdc9d4;
}


/***************
Header Area starts
****************/

.mobile-app-banner {

    /* background-image: url(img/slider9_1.png); */
    /* background-image: url(img/3-1080x700.png); */
    background-image: url(../img/background.png);
    /* opacity: 0.1; */
    background-size: cover;
    background-position: center;
    height: 800px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mobile-app-banner-content {

    /* color: white; */
    color: rgb(43, 43, 43);
    margin-top: 220px;

}


.mobile-app-banner-content h1 {
    /* font-size: 56px; */
    color: white;
    /* color: #e5f6f6; */
    font-weight: 600;
    -webkit-text-stroke: 1px rgb(6, 6, 6);
}


.mobile-app-banner-content p {
    font-size: 18px;
    color: white;
    line-height: 40px;
    margin: 30px 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-image: 4px;
    transition: all 0.2s ease-in;
    /* transition: all 500ms linear; */
}

.buttons .btn {
    padding: 18px 40px;
    margin-bottom: 20px;
    margin-right: 13px;
    /* Замедляет изменение всех свойств на 0.2 сек */
    transition: all 0.2s ease-in-out;
    /* transition: all 500ms linear; */
}

.btn-pink,
.btn-blue {
    background-color: #0ba0a0;
    color: white;
    font-weight: 600 !important;
    margin-right: 10px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    /* transition: all 500ms linear; */
}


.feature-text {
    padding: 10px;
    border: 2px solid #ddd;
    background: white;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;

}

.feature-text h4 {
    margin: 20px 0px;
}

.feature-text:hover {
    border-top: 6px solid #0ba0a0;
    padding-top: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

}


.img-hover1 {
    /* background: url(img/girl-hover2.png); */
    background: url(../img/OK3.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;

}

.img-hover2 {
    /* background: url(img/hand-hover.png); */
    background: url(../img/OK2.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;

}



/***************
    Video Area starts
    ****************/

.video {
    padding-top: 75px;
    padding-bottom: 5px;
}

.overlay {
    position: absolute;
    top: 0%;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;

}

.overlay img {
    width: auto !important;
    margin: 209px 0px;

}

.overlay-image {
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .10);


}

.overlay-image img {
    width: 100%;
    padding: 10px;
    cursor: pointer;

}

.overlay-image:hover .overlay {
    opacity: 1;
}


.overlay-image .overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    border-radius: 4px;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

iframe {
    margin-top: 85px;
    margin-left: 37px;
}



button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: white;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    right: 40px;
    top: 0;
    color: black;


}

.overlay a {
    outline: none;
}

/***************
    About style starts
    ****************/

#about {
    background: #f4f4f4;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 90px;

}


.about-item {
    background-color: white;
    padding: 80px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);


}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;

}

.about-item hr {
    width: 35px;
    height: 3px;
    background-color: #0ba0a0;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 30px;
    text-align: center;
}

.about-item:hover {
    background-color: #0ba0a0;
}

.about-text:hover {
    padding: 30px 30px;
    background-color: #dde0e0;
}


.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: white;

}


.about-item:hover hr {
    background-color: white;
}


.about-item,
.about-item i,
.about-item hr {
    transition: all 400ms linear;
}


.about-item h3,
.about-item p {
    transition: all 400ms linear;
}


/***************
    Team section style
    ****************/


.team-member {
    margin-top: 8px;
    position: relative;

}

.team-member-overlay {
    background: rgba(33, 34, 38, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 300ms linear;

}

.team-member-info {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    margin: 10px;

}

.team-member-info h4 {
    color: #0ba0a0;
    font-size: 16px;
    margin: 0;
}


.team-member-info p {
    color: white;
}

.team-member:hover .team-member-overlay {
    opacity: 1;

}


ul.social-list {
    padding: 0;
    margin-top: 20px;

}

ul.social-list li {
    padding: 0;
    display: inline-block;

}


ul.social-list li a {
    border: 1px solid white;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: white;
    border-radius: 50%;
    transition: all 400ms linear;

}


ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;

}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;

}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;

}


.skill {
    margin-bottom: 20px;
}

.skill h4 {
    line-height: 62px;
    margin: 0;
    font-weight: normal;
}

.progress {
    height: 10px;
    border-radius: 0;
    background: #efefef;
    overflow: visible;
}

.progress-bar {
    background: #0ba0a0;
    position: relative;
}

.progress-bar span {
    font-size: 11px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    background: #212226;
    padding: 3px;
    position: absolute;
    left: 97%;
    top: -47px;
}

.progress-bar span:before {
    content: "";
    border-top: 8px solid #212226;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 23%;
}

.social-icons i {
    font-size: 14px;
    color: white;
    padding: 10px 10px;
    background-color: #0ba0a0;
    cursor: pointer
}

/***************
    Blockquote  style
  ****************/

.manager-area {
    background-image: url(../img/43.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;


}

.manager-area .overlay-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.sec-padding {
    padding: 150px 0;
    color: white;
    margin-top: 99px;
    font-size: 17px;


}

.manager-area .word {
    color: #0ba0a0;
    font-size: 17px;

}

/***************
Feature Area starts
****************/

.section-title {
    text-align: center;
    position: relative;
    z-index: 11;
    padding-bottom: 50px;
    margin-top: 60px;
}

.section-title .title {
    text-transform: uppercase;
    line-height: 25px;

}

.section-title .title-separator {
    margin-left: auto;
    margin-right: auto;

}

.feature-box {
    display: flex;
}

.feature-box .icon {
    position: relative;
    border: 1px solid #eff2f7;
    border-radius: 50%;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;


}



.feature-box .icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #eff2f7;
    border: 1px solid #eff2f7;
    z-index: -1;
    transition: all 0.35s ease;
    width: 88px;
    height: 88px;
    top: 10px;

}



.feature-box .icon {
    width: 110px;
    height: 110px;
    padding: 10px;
    margin-bottom: 50px;
    font-size: 32px;


}

.feature-box .content h6 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: -30px;

}

.feature-box h6:after {
    content: "";
    display: block;
    margin: 20px auto;
    height: 4px;
    width: 25px;

}

.feature-box.icon-left .content {
    margin-left: 38px;
}

.left {
    margin-top: -527px;
}

.feature-box.icon-left .icon,
.feature-box.icon-right .icon {
    font-size: 24px;
    padding: 5px;
    min-width: 78px;
    height: 78px;
    background-color: #eff2f7;

}


.feature-box.icon-left .icon:before,
.feature-box.icon-right .icon:before {
    width: 66px;
    height: 66px;
    top: 5px;
    left: 5px;
    border-color: #ddddde;
    background: #ffffff;

}

.feature-box.icon-left .content,
.feature-box.icon-right .content {
    margin: 15px;

}

.feature-box.icon-left .icon,
.feature-box.icon-right .icon {
    margin: 25px;

}

.feature-box.icon-left .content .subtitle,
.feature-box.icon-right .content .subtitle {
    font-size: 13px;
    margin-bottom: 6px;

}

.feature-box:hover .icon {
    color: white;
}


.feature-box:hover .icon:before {
    background-color: #0ba0a0;
}

/***************
Responsive tab starts
****************/
#services-02 {
    background: #f4f4f4;
    margin-top: 90px;
}

#services-tabs ul {
    margin-bottom: 40px;
}

#services-tabs ul li {
    padding: 5px 30px;
}

#services-tabs ul li a {
    font-family: "Roboto Condensed", sans-serif;

    font-size: 14px;
    color: #212226;
    text-transform: uppercase;
    font-weight: bold padding 0px;
    text-decoration: none;
}


/* Tab active state */

#services-tabs ul li.r-tabs-state-active a {
    color: #0ba0a0;
    font-weight: 700;
    border-bottom: 3px solid #0ba0a0;
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

.service-tab .col-md-6 {
    padding: 0;
}

.service-tab img {
    width: 100%;
    margin: 0 auto;
}

.service-tab .tab-bg {
    background: #fff;
    padding: 59px 30px;
    min-height: 481px;
}

.service-tab h2 {
    font-size: 48px;
    color: #bbb;
    margin-bottom: 20px;
    font-weight: 100;
}

.service-tab h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-tab p {
    line-height: 24px;
    margin-bottom: 30px;
}

.btn-general {
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-yellow {
    color: #fff;
    border: 1px solid #0ba0a0;
    background-color: #0ba0a0;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-white {
    color: #212226;
    border: 1px solid #fff;
    background-color: #fff;
}



.works .filtering .filter {
    display: inline-block;
    padding: 29px 15px;
    border-radius: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

}


.works .filtering span {
    margin: 0 5px;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;

}

.works .filtering .active {
    background-color: #0ba0a0;
    color: white;
}

.works .item-img {
    position: relative;
    margin-top: 20px;
}

.works .item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
}


.works .item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;

}



.works .item-img-overlay .icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #1a2373;
    text-align: center;
    font-size: 20px;
    color: #1a2373;


}

.works .item-img-overlay p {
    color: #1a2373;
    font-weight: bold;
    font-size: 16px;

}


.works .item-img-overlay h6 {

    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}

.row.no-gutters [class*=col-] {
    padding: 0;
    margin-top: -21px;
    margin-right: -0.2px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {

    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    background: transparent;
}

.demo {
    background: linear-gradient(to left, #fb527a, #ffc371, #fb527a);
    margin-top: 150px;
}

.testimonial {
    text-align: center;
    margin: 50px 10px 0;
    padding: 0 10% 1%;
    background-color: white;

}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);

}


.testimonial .pic img {
    width: 100%;
    height: auto;
}


.testimonial .description {
    font-size: 16px;
    font-size: italic;
    color: #808080;
    line-height: 30px;
    margin: 10px 0 20px;

}

.testimonial .testimonial-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #333;
    text-transform: uppercase;

}

.testimonial .post {
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    text-transform: capitalize;

}

.testimonial .post:before {
    content: "";
    width: 30px;
    display: block;
    margin: 10px auto;
    border: 1px solid #d3d3d3;

}

.testimonial .testimonial-rating {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.testimonial .testimonial-rating li {

    display: inline-block;


}



.nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}






/* УДАЛИТЕ все предыдущие стили для .submenu и замените этими: */

/* Основные стили для выпадающего меню */
.main_header nav ul li {
    position: relative;
    /* Важно для позиционирования подменю */
}

.main_header nav .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 40px;
    background-color: white;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 10px 0;
    border-radius: 4px;
    text-align: left;
}

.main_header nav .submenu li {
    display: block;
    margin: 0;
    width: 100%;
}

.main_header nav .submenu a {
    display: block;
    padding: 10px 20px;
    color: #505050;
    text-decoration: none;
    font-size: 14px;
    border: none;
    transition: all 0.3s;
    white-space: nowrap;
    /* Чтобы текст не переносился */
}

.main_header nav .submenu a:hover {
    background-color: #f5f5f5;
    color: #f11111;
}

.nav li {
    position: relative;
    list-style: none;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    /* вплотную к родителю */
    left: 0;
}

/* Магия здесь: наводим на LI, показываем SUBMENU */
.nav li:hover .submenu {
    display: block;
}

.main_header {
    z-index: 1000;
}

.sticky {
    z-index: 1000;
}

.parent-li:hover .submenu {
    display: block;
}

/* Показываем подменю при наведении на desktop */
@media only screen and (min-width: 767px) {
    .main_header nav ul li:hover>.submenu {
        display: block;
    }
}

/* Мобильная версия - подменю раскрывается по клику */
@media only screen and (max-width: 766px) {
    .main_header nav .submenu {
        position: static;
        display: none;
        background-color: #f9f9f9;
        box-shadow: none;
        padding-left: 20px;
        width: 100%;
        min-width: auto;
    }

    .main_header nav .submenu.active {
        display: block;
    }
}

/* Показываем подменю при наведении */
.main_header nav ul li:hover>.submenu {
    display: block;
}

/* Убираем стрелку у пунктов без подменю */
.main_header nav ul li:not(:has(.submenu))>a::after {
    display: none;
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: black;
    border: 1px solid black;
}


.owl-theme .owl-controls {
    margin-top: 40px;
}


.price .item {
    padding: 50px 15px;
    background-color: white;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 2px solid #f4f4f4;
}

.price .type h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.price .value {
    margin-bottom: 30px;
}

.price .value h3 {
    font-size: 50px;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.price .value h3 span {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: -10px;
}

.price .features {
    margin-bottom: 30px;

}

.price .features li {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.price .features li:last-child {
    margin-bottom: 0;
}

.price .active {

    background-color: #0ba0a0;

    color: #fff;
}

.price .active .features li {
    color: #eee;
}

.price .active .butn span {
    color: #0ba0a0;
}

.price .butn {
    padding: 10px 30px;
}

.price .butn span {
    font-size: 12px;
}

.price .butn {
    padding: 10px 30px;
}

.butn-bg {
    background: #0ba0a0;
    border-color: #0ba0a0;
    color: #fff;
}

.butn {
    padding: 12px 35px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}

.price .butn {
    padding: 10px 30px;
}

.butn-bg {
    background: #0ba0a0;
    border-color: #0ba0a0;
    color: #fff;
}

.butn-bg:hover {
    color: white;
    text-decoration: none;


}

ul {
    list-style: none;
}


.order a:hover {
    text-decoration: none;
}

.numbers {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/new.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 140px;
    padding-bottom: 140px;

}

.color-fff {
    color: white;
}



.fs-35 {
    font-size: 70px;

}

.fw-700 {
    font-weight: bold;
}

.color-aaa {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;


}

.numbers .fa {
    font-size: 55px;
    margin-bottom: 20px;
}

#clients .horizontal-heading {
    margin-bottom: 30px;
    margin-top: 90px;
}

#clients-list {
    padding: 45px 0 0 0;
}

.client {
    padding: 0 10px;
    max-width: 170px;
    margin: 0 auto;
    line-height: 100px;

}

.client img {
    display: inline-block !important;

}

.whois {
    background-color: #f4f4f4;
}


.post-slide {
    margin: 0 10px;
}

.post-slide .post-info {
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.post-slide .post-info li {
    display: inline-block;
    margin: 0 5px;
}



.post-slide .post-info li i {
    margin-right: 8px;
}

.post-slide .post-info li a {
    font-size: 11px;
    font-weight: bold;
    color: #7e828a;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}


.post-slide .post-info li a:hover {
    text-decoration: none;
    color: #1dcfd1;
}


.post-slide .post-img {
    position: relative;

}

.post-slide .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.40s linear 0s;
}

.post-slide:hover .post-img:before {
    opacity: 1;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;

}

.post-slide .read {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.40s linear 0s;


}


.post-slide:hover .read {
    opacity: 1;
}


.post-slide .read:hover {
    text-decoration: none;
    color: deepskyblue;
}



.post-slide .post-content {
    padding: 40px 0;
    position: relative;
}

.post-slide .post-author {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border: 4px solid white;
}


.post-slide .post-author img {
    width: 100%;
    height: auto;

}

.post-slide .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #0ba0a0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}

.post-slide .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}

.contact {
    position: relative;
    padding-bottom: 0px;
}

.contact .section-heading {
    margin-bottom: 70px;
    color: white;
    font-weight: bold;
    /* -webkit-text-stroke: 1px rgb(6, 6, 6); */
}

.section-map {
    margin-top: 70px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.contact .part-top {
    position: relative;
    background-attachment: fixed;
    padding-top: 270px !important;
    padding-bottom: 270px !important;
}

.contact .part-bottom {
    position: relative;
    z-index: 2;
    margin-top: -150px;
}

.part-top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../img/3_contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact .contact-form {
    position: relative;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 50px 30px;
}

.contact .contact-form h4 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact .contact-form .help-block li {
    color: red;
    font-size: 12px;
}

.contact .box-info {
    position: relative;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 50px 30px;
    height: 100%;
}

.contact .box-info>p,
.contact-form>p {
    margin-bottom: 30px;
    font-size: 15px;
}

.contact .box-info h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact .box-info p {
    color: #fff;
}

.contact .box-info .item {
    position: relative;
    display: -webkit-box;
    display: flex;
}

.contact .box-info .item i {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 15px;
}

.contact .box-info .item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.contact .box-info .item h5 span {
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}

.contact .box-info .item h5 a {
    color: inherit;
}

.contact .box-info .social-icon {
    position: relative;
}

.contact .box-info .social-icon a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 24px;
    margin-right: 5px;
    transition-property: box-shadow, background, -webkit-box-shadow;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: inline-block;
    margin-top: 5px;
}

.contact .box-info .social-icon a:hover {
    opacity: 0.8;
}

.facebook {
    background: #4c6ecd;
    border-color: #4c6ecd;
}

.twitter {
    background: #44acfe;
    border-color: #44acfe;
}

.dribbble {
    background: #fd629e;
    border-color: #fd629e;
}

.linkedin {
    background: #4477ab;
    border-color: #4477ab;
}


.form-control {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 0;
    color: #222;
    text-indent: 15px;
    background-image: none;
    border-radius: 30px;
    box-shadow: none;
    font-weight: 300;
    line-height: 45px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-control:focus {
    outline: 0;
    outline: none;
    box-shadow: none;
}


#contact-form .button {
    background-color: #0ba0a0;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    margin-top: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}



textarea.form-control {
    height: 250px;
    resize: none;
}


.contact .box-info {
    background-color: #0ba0a0;
}

#contact-form .button:hover,
#contact-form .button:focus {
    background-color: #000;
    border-color: #000;
}

.map-container {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 0;
    /* Убирает отступы под iframe */
}

.map-container iframe {
    width: 100%;
    height: 580px;
    border: none;
    display: block;
    /* Убирает отступы */
}

footer {
    background: #222;
    padding: 60px;
}

footer .social .fa {
    color: white;
    border-radius: 50px;
    margin: 15px 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border: 2px solid white;
    transition: all 0.5s ease-in;
}

footer .social .fa:hover {
    background: #448586;
    /* background: #ff1053; */

}


footer p {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

.pogo {
    color: white;
    font-size: 30px;

}

.pogo:hover {
    text-decoration: none;
    font-size: #0ba0a0;

}

.main_header {
    position: fixed;
    top: 0px;
    max-height: 70px;
    z-index: 9999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
    font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 766px) {
    .main_header {
        padding-top: 25px;
    }
}

.open-nav {
    max-height: 500px !important;
}

.open-nav .mobile-toggle {
    transform: rotate(-90deg);
}

.sticky {
    background-color: #ffffff;
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid silver;
}

.logo {
    width: 50px;
    font-size: 25px;
    color: #000000;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;

}

@media only screen and (max-width: 766px) {
    .logo {
        float: none;
    }
}

nav {
    float: right;
    width: 65%;
}

@media only screen and (max-width: 766px) {
    nav {
        width: 100%;
    }
}

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
}


@media only screen and (max-width: 766px) {
    nav ul {
        padding-top: 10px;
        margin-bottom: 22px;
        float: left;
        text-align: center;
        width: 100%;
    }
}

nav ul li {
    display: inline-block;
    margin-left: 14px;
    line-height: 1.5;
}

@media only screen and (max-width: 766px) {
    nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0;
    }
}

nav ul a {
    color: #505050;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 500ms linear;
    font-family: 'Roboto Condensed', sans-serif;

}

nav ul a.active {
    border-top: 1px solid gray;
    transition: all 500ms 100ms linear;

}

nav ul li a:hover,
nav ul li a:focus {
    text-decoration: none;
    color: #0ba0a0;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 30px;
    transition: all 200ms ease-in;
}

@media only screen and (max-width: 766px) {
    .mobile-toggle {
        display: block;
    }

    .mobile-app-banner-content h1 {

        font-size: 48px;
        /* color: white; */
        color: #ffffff;
    }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #8f8f8f;
    display: block;
}



@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.scrollup {
    color: rgba(0, 0, 0, 0.3);
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 100px;
}

@media only screen and (max-width: 766px) {
    .main_header nav .submenu {
        position: static;
        display: none;
        background-color: #f9f9f9;
        box-shadow: none;
        padding-left: 20px;
    }

    .main_header nav ul li:hover>.submenu {
        display: none;
        /* Отключаем hover на мобильных */
    }

    .main_header nav .submenu.active {
        display: block;
    }
}