﻿body {
    font-family: Segoe UI,sans-serif !important;
}
header {
    background: #eee url(../img/header-bg.gif) top repeat-x;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.right-0{
    right:0;
}
.scroll-line {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.text-vek-color {
    color: #f97300;
    font-weight: bold;
}
.border-vek-color {
    border-color: #f97300 !important;
}
.gallery-menu {
    border-width: 1px;
    border-style: solid;
    --bs-border-opacity: 0.25;
    display: inline-block;
    color: #000000;
    border-radius: 0.375rem;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(173,181,189,1) 100%);
}

.gallery-menu:hover {
    border: var(--bs-border-width) var(--bs-border-style) #f97300;
    display: inline-block;
    color: #f97300;
    border-radius: 0.375rem;
}
.gallery-menu:hover a {
    color: #f97300;
}
.vek-navbar {
    height: 3.5em;
    border-bottom: 1px solid #000000;
}
.navbar-padding-top {    
    height: 3.5em;    
}
.footer-padding-bottom {
    height: 3em;
}
.footer-admin-btn {
    font-size: 0.7em;
    text-decoration: none;
    line-height: 0;
}
.line-height-0 {
    line-height:0;
}
a.nav-link:hover {
    color: #f97300 !important;
}

.element-animation-bottom {
    font-size: 3rem;
    opacity: 0;
    transform: translateY(100%);
}
.element-animation-bottom.element-show-bottom {
    opacity: 1;
    transition: all 1s;
    transform: translateY(0%);
}

.element-animation {
    font-size: 3rem;
    opacity: 0;
}
.element-animation.element-show {
    opacity: 1;
    transition: all 1s;
}

.benefits {
    color: #292929;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.benefits_box {
    margin: 25px;
    text-align: center;
}

    .benefits_box img {
        height: 100px;
    }

    .benefits_box p,
    .choose_text p,
    .after_info p {
        font-size: 18px;
        color: #292929;
        font-weight: 400;
        padding-top: 15px;
    }

.portfolio .col {
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio .card img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.choose img {
    width: 100%;
    height: auto;
}

.choose_text {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}

.info {
    background: #ffffa8;
}

.info p {
    font-family: 'PT Sans', sans-serif;
    color: #292929;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
}

@media (max-width: 768px) {
    .info {
        display: none;
    }
}

.feedback-carousel-item {
    width: 100%;
    padding-bottom: 70px;
}

.feedback-carousel-item img {
    height: 180px;
    width: 180px;
    margin: 15px;
}

.feedback-carousel-item div {
    padding-right: 15%;
    padding-left: 15%;
    font-size: 1.15rem !important;
}

.nav-link.active span {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #0d6efd;
    /*border-image: linear-gradient(to right, #ffffff, #0d6efd, #ffffff ) 50% 5%;*/
    padding-bottom: 3px;
}
.idea-icon{
    width:150px;
    height: 150px;
}

.video video{
    width:100%;
}

.nav {
    min-width: 120px;
}
.yandex-informer{
    width:88px; 
    height:31px; 
    border:0;
}
.tel {
    color:blue;
    text-align:left;
    font-size: 15px;
    padding:0;
    margin:0;
    margin-top:8px;
 }

.nav-item{
    padding-right:3px;
}