$font-path: '/font/';

@mixin font-face($name, $file, $weight: 400, $style: normal) {
  @font-face {
    font-family: $name;
    src: url('#{$font-path}#{$file}.otf') format('opentype');
    font-weight: $weight;
    font-style: $style;
    font-display: swap;
  }
}

/* Основные начертания */
@include font-face('Helvetica', 'helvetica_regular', 400);
@include font-face('Helvetica', 'helvetica_bold', 700);
@include font-face('Helvetica', 'helvetica_light', 300);

/* Курсивные варианты */
@include font-face('Helvetica', 'helvetica_oblique', 400, italic);
@include font-face('Helvetica', 'helvetica_boldoblique', 700, italic);

body, html {
    height: 100%;
    min-height: 100%;
    position: relative;
}
body{
	    background-color: #fff;
}
header{
    box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.11);
}
.fl-left{
	float:left !important;
}
.fl-right{
	float:right !important;
}
.wid-100{
	width:100% !important;
}
#main-header .navbar-fat {
    position: absolute;
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    padding: 15px 60px 15px 20px;
}
#main-header .navbar-default {
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background: 0 0;
    margin-bottom: 0!important;
    border: 0;
    background: rgba(222, 222, 222, 0);
    border-radius: 0;
    padding: 10px 20px 10px 20px;
}
#main-header .navbar-clean .navbar-nav>li>a {
    color: #421f1f;
}
#main-header .navbar-fat .navbar-nav>li>a {
    padding: 15px 15px 15px 15px;
}
#main-header .navbar-default .navbar-nav>li span {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    margin-bottom: -10px;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}
#main-header .navbar-default .navbar-nav>li:hover span {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: -5px;
}
#main-header .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    border-bottom: 0px solid #74777b; 
}
.logotips{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 15px 5px 4px;
    border-radius: 2px;
}
.logotips p{
    font-size: 10px;
    padding: 10px 0 0;
    text-align: left;
    margin: 0;
    display: none;
}
.logotips span{
    font-family: impact;
    font-size: 24px;
    font-weight: 100;
}
.logotips span:nth-child(2){
    background: #144a6a;
    padding: 0 8px;
    margin: 0 0 0 5px;
}
.loguot{

    float: right;
}
.loguot a{
    padding: 12px 30px;
    background: #f3f3f3;
    border-radius: 4px;
    color: #ff8d00;
    font-weight: 500;
    font-size: 14px; 
        float: left;  
}
.loguot a:hover{
    background: #ff8d00;
    color: #ffffff;
    transition: .2s; 
    text-decoration:none;
}
.cover.full-window {
    height: 100%;
    min-height: 350px;
}
.cover {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px 0;
        height: 100%;
}
.cover h1 small {
    display: block;
    font-size: 14px;
    color: #fff;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 0;
}
.cover .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e2e2e2;
}
.cover .container-fluid {
    position: absolute;
    bottom: 0;
    padding: 60px 60px 280px;
    width: 100%;
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
}
.cover.full-window h1 {
    margin: 0;
    color: #1b1b1b;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    display: block;
    z-index: 10;
    /* opacity: 0.7; */
    position: absolute;
    bottom: 60px;
    right: 40px;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-20,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1600px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}




.header-contact{
    float:right;
}

.media-slik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.contact_details{
    padding:0;
    margin:0;
}
.contact_details li{
    float: left;
    list-style: none;
}
.contact_details li a{
    color: #fff;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 15px;
    display:inline-block;
}

/*.index-galery-img:hover {
  background: #e53f2e;
}
*/
.index-galery-img.active h2 {
  color: #fff;
}
.index-galery-img.active .section-content {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
}
.index-galery-img .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    width: 100%;
    position: relative;
    z-index: 22;
}
.index-galery-img .section-title h2 {
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: nowrap;
    font-size: 22px;
    width: 100%;
    padding: 0 0 30px 30px;

}
.rotate-h2{
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    padding: 0 0 0px 30px !important;
        margin: 0 0 30px !important;
}
.index-galery-img .section-content {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 60px 0 0;
    opacity: 0;
    -webkit-transition: all .0s .0s ease-out;
    -o-transition: all .0s .0s ease-out;
    transition: all .0s .0s ease-out;
    width: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 22;

}
.index-galery-img.active .section-title{
    display: none;
}
.index-galery-img {
    float: left;
    position: relative;
    width: 25%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-galery-img-bg{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    cursor: pointer !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    height: 100%;
/*    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    left: 50%;*/
    position: relative;
    transition: width .1s linear;
    will-change: width;
}
.index-galery-img-bg:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10;
}
.index-galery-img-widht{
    width: 5%;
}
.index-galery-img.active {
    background: white;
    cursor: default;
    width: 85%;
}
.index-galery-img-bg:hover{
    width: 100%;
    transition: width .1s linear;
    will-change: width;

}
.index-galery-img-bg:hover:before  {
    background: rgba(0, 0, 0, 0.45);
    transition: .2s;
}
.index-galery-img.active:hover .index-galery-img-bg{
        width: 100%;
    transition: width .1s linear;
    will-change: width;
}
.index-galery-img.active:hover .index-galery-img-bg:before{
background: rgba(0, 0, 0, 0.45);
}
.media-slik{
    height: 100%;
}
.section-content h3{
    display: none;
}
.index-galery-img.active .section-content h3{
    display: block;
    padding: 0 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 45px;
    /* margin: -90px 0 0 0; */
    text-align: left;
    position: absolute;
    top: 70px;
    right: 50px;
}
.index-galery-img.active .index-galery-img-bg{
    cursor: default !important;
}
@media(max-width:800px){
    .index-galery-img.active{
    max-height: 100%;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    /*height: 100%;*/
    width: 100%;
}
}
@media(max-width:800px){
    .index-galery-img{
   -webkit-box-orient: vertical;    
   -webkit-box-direction: normal;    
   -ms-flex-flow: column;    
   flex-flow: column;
    height: 40px;
    max-height: 120px;
    width: 100%;
}
}
@media(max-width:800px){
    .index-galery-img-widht{
    width: 100%;
}
}
@media(max-width:800px){
    .media-slik{
   -webkit-box-orient: vertical;    
   -webkit-box-direction: normal;    
   -ms-flex-flow: column;    
   flex-flow: column;
    width: 100%;

}
}
@media(max-width:800px){
    .index-galery-img .section-title h2{
    -webkit-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    padding: 10px 0 0 10px !important;
    margin: 0 0 10px !important;
    font-size: 17px;
    text-align: left;
}
}
@media(max-width:800px){
    .index-galery-img .section-content{
    width: 100%;
    padding: 0 10px!important;
}
}
.content-one{

}
.content-one h1{
    width: 706px;
    font-size: 35px;
}
.section-content-block{

}
.section-content-block >strong i,.section-content-block-off i{
    font-size: 27px;
    padding: 0 10px 0 0;
    float: left;
    top: -3px;
    position: relative;
}
.section-content-block strong,.section-content-block-projekt strong{
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.section-content-block-projekt strong{
    font-size: 16px;
}
.section-content-block-projekt{
    margin: 20px 0 0 0;
}
.section-content-block-projekt span{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0 0 10px;
    cursor: pointer;    
}
.section-content-block-projekt span strong{
    width: auto;
    font-size: 9px;
    padding: 4px 4px 0 0;
    line-height: 1;    
}
.section-content-block-projekt span:hover{
color: #009fea;
}
.section-content-block span{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0 0 10px;
    line-height: 1.3; 
}
.section-content-block-off>strong{
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.section-content-block-off>strong>span{
    font-size: 18px;
    padding: 0 0 0 4px;
}
.section-content-block-off>span{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0 0 10px;
    line-height: 1.3;
    text-transform: uppercase;
}
.section-content-block-kont strong{
    float: left;
    width: 100%;
    font-size: 19px;
    padding: 10px 0 10px;
    color: #ffffff;
	text-transform: uppercase;
}
.section-content-block-kont{
  
}
.section-content-block-off-bootom{
    margin: 40px 0 0 0;
    float: left;
}
.section-content-block-off-bootom strong{
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.section-content-dop{
    padding: 150px 30px 0 !important;
}
.section-content-block-off-bootom button{
    border: 1px solid #ffffff;
    width: auto;
    padding: 8px 22px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: none;
    margin: 0 0 10px;
    background: transparent;
    color: #fff;
}
.section-content-block-off-bootom button:hover{
    border: 1px solid #ffffff;
    color: #000;
    background: #fff;
}
.modal-dialog{
    margin: 0!important;
    width: 100%!important;
    max-width: 100%!important;
    height: 100%!important;
    max-height: 100%!important;
}
.modal-content{
    border-radius: 0px!important;
    box-shadow: none!important;
    border: none!important;
    padding: 70px!important;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.close{
    font-size: 52px!important;
    position: absolute!important;
    z-index: 22!important;
    right: 30px;
    top: 30px;
}
.modal-accord{
    float: left;
    width: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin: 0 0.5% 0.5%;
    font-size: 12px;
    cursor:pointer;
    position:relative;
}
.modal-accord-top:hover{
    background: #009fea;
    color: #fff;
}
.modal-accord-top{
    position: relative;
    background: #f9f9f9;
    min-height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 20px;
}
.modal-accord-bottom{
  display:none;
}
.hide-accord{
    display: block;
    position: absolute;
    z-index: 24;
    background: #fff;
    padding: 20px;
    color: #333;
    border: 1px solid #009fea;
    left: 0px;
    /* bottom: 0px; */
    top: 0;
    min-height: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.padding-0{
  padding: 0px !important;
}
.close-min{
    position: absolute;
    right: 4px;
    top: -2px;
    font-size: 30px;
    opacity: 0.4;
}
.close-min:hover{
    opacity: 0.8;  
}
@media(max-width:800px){
    .modal-content{
    padding: 20px !important;
}
}
@media(max-width:800px){
    .modal-accord{
    width: 49%!important;
}
}
@media(max-width:800px){
    .close{
    right: 5px!important;
    top: -4px!important;
}
}
.modal-accord-bottom>span{
  line-height:1.2;
}
.bg-fff{
      background: #fff;
}
.header-dok{
    float: right;
    cursor: pointer;
    color: #fff;
    padding: 4px 10px;
}
.header-dok i{
  padding: 0 6px 0 0;
}
.header-dok:hover{
    color: #129ff3;
}
.modal-sertificat{
    width: 19.5%;
    float: left;
    height: 300px;
    text-align: center;
    margin: 0 0.5% 0.5% 0;
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
}
.modal-sertificat a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;  
}
@media(max-width:800px){
    .modal-sertificat{
    width: 49%!important;
}
}
.modal-sertificat:hover{
    border:1px solid #009fea;
}
.modal-sertificat img{
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
}
@media(max-width:800px){
    .section-content-dop{
padding: 0px 0 0 0 !important;
}
}
@media(max-width:800px){
.index-galery-img .section-title{
    align-items: baseline;
}
}
@media(max-width:800px){
.content-one h1{
  line-height: 1.3;
  width: 90%;
  font-size: 25px;
}
}
@media(max-width:800px){
    .section-content-block-off-bootom strong{
    line-height: 1.2;
    font-size: 13px;
}
}
@media(max-width:800px){
    .index-galery-img.active .section-content{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 10px !important;
}
}
@media(max-width:800px){
    .section-content-block-off>strong{
    font-size: 16px;
    padding: 0 0 5px;
}
}
.modal {
    z-index: 13000 !important;
}
.navBurger,.logotips-mobail{
  display:none;
}
@media(max-width:800px){
  .navBurger,.logotips-mobail{
  display:block;
}
}
@media(max-width:800px){
  .section-content-block-kont{
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
}
.logotips-mobail{
    z-index: 200;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    width: 135px;
    margin: 0 auto;
    font-size: 11px;
}
@media(max-width:800px){
  .header-dok,.header-contact,.navbar-header,.navbar-fat,.title-index,.index-galery-img.active .section-content h3 {
  display:none;
}
}
@media(max-width:800px){
    .section-content-block-off>span {
    padding: 0 0px 20px;
    text-transform: none;
}
}
@media(max-width:800px){
    .section-content-block-off-bootom{
    margin: 20px 0 0 0;
}
}
@media(max-width:800px){
    .section-content-block span{
    padding: 0 0 30px;
}
}
.section-content-block-kont p{
    line-height: 1.2;
    float: left;
    width: 100%;
    margin: 0 0 5px;
    color: #fff;
}
.section-content-block-kont p a{
    color: #fff;
}
.navbar-brand{
  padding: 0px !important;
}
.navbar-header{
  padding: 15px;
}
.logotips-mobail{
    font-size: 12px;
    color: #ffffff;
	align-items: center;
    padding: 0px 0px 0px 0px;
    border-radius: 2px;
    width: 150px;
	font-weight: 700;
}
.logotips-mobail span{
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.logotips-mobail span:last-child{
    padding: 0;
    margin: 0;
}
@media(max-width:800px){
.section-content-block strong{
    font-size: 17px;
    padding: 0 0 5px;
}
}
.navBurger {
  position: fixed;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  z-index:12000;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
  width: 90%;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.overlay {
    position: fixed;
    background: #2a3140;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 10000;
}
.overlay.open {
  opacity: 0.99;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.overlay.open li {
display: block;
opacity: 1;
/*-webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;*/
/*animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;*/
/*-webkit-animation-delay: 0.4s;*/
/*animation-delay: 0.4s;*/
/*-webkit-transform: rotate(-7deg);*/
/*-ms-transform: rotate(-7deg);*/
/*    transform: rotate(-7deg);*/
/*-webkit-transform-origin: right bottom;*/
/*-ms-transform-origin: right bottom;*/
/*    transform-origin: right bottom;*/
/*-webkit-transform-origin-x: 100%;*/
/*-webkit-transform-origin-y: 100%;*/
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.overlayMenu {
    position: absolute;
    text-align: right;
    right: 10%;
    top: 10%;
}
.overlayMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}
.overlayMenu ul li a ,.overlayMenu ul li span{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 15px;
    margin: 5px 0;
    transition: 0.2s;
    cursor: pointer;
}
.overlayMenu ul li span{

}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus ,.overlayMenu ul li span:hover,.overlayMenu ul li span:active,.overlayMenu ul li span:focus{
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 30px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}

.locked {
  overflow: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media(max-width:800px){
    .modal-accord-top{
    padding: 10px;
    min-height: 90px;
}
}
@media(max-width:800px){
    .hide-accord{
    padding: 10px;
    min-height: 90px;
}
}
.title-index{
    position: absolute;
    color: #fff;
    font-size: 36px;
    z-index: 12;
    font-weight: 800;
    text-transform: uppercase;
    top: 40%;
    padding: 0 30px 0;
/*    left: 2%;*/
    /* right: 0; */
    /* bottom: 0;*/
}
.modal-projekt-img-block{
    float: left;
    width: 100%;
    height: 400px;
}
.modal-projekt-desc-block{
    float: left;
    width: 100%;
    padding: 40px 0;
}
.modal-projekt-img{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 33.333333%;
    height: 100%;
    float: left;
}
@media(max-width:800px){
    .modal-projekt-img{
    width: 100%;
    height: 33.333333%;
}
}
.modal-projekt-desc-block strong{
    font-size: 36px;
    float: left;
    width: 100%;
    padding: 0 0 20px;
}
@media(max-width:800px){
.modal-projekt-desc-block strong{
    font-size: 27px;
}
}
.modal-projekt-desc-block span{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 1.3;
}
.modal-projekt-desc-block p{

}
.bg-1717{
    background-color: #171717 !important;
}
.col-ff{
    color: #fff !important;
}
.section-content{
    display: none !important;
}
.display_flex{
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
}
@media(max-width:800px){
    .content-one {
        display: flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
    }
}
#video-bg{
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}
.section-content-block-kont-map {
    min-height: 100%;
    height: 100%;
}
.section-content-button-kont-map{
    float: left;
    margin: 20px 0 0;
    padding: 8px 18px;
    border: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.section-content-button-kont-map:hover{
border: 1px solid #fff;
color: #333;
background: #fff;
}

.coppirate{
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    z-index: 22;
}
.coppirate a{
    padding: 0 0 0 10px;
    color: #fff;
    font-weight: 500;
}
@media(max-width:800px){
    .coppirate {
        display: none;
    }
}
/*.index-galery-img-meh:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
}*/

/* === CUSTOM FIX FOR NAVIGATION COLOR AND SIZE === */

/* Style for modal header buttons */
.header-dok span {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover effect with darker blue background */
.header-dok:hover span {
    background-color: #123E61;
    color: #ffffff !important;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Navbar link hover effect */
#main-header .navbar-nav > li > a:hover {
    background-color: #123E61;
    color: #ffffff !important;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


/* === CONTACT STYLES LIKE MENU === */

.contact_details li a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.contact_details li a:hover {
    background-color: #123E61;
    color: #ffffff !important;
    border-radius: 4px;
    text-decoration: none !important;
}

/* FontAwesome icons before links (phone & mail) */
.contact_details li.phone::before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 8px;
    color: #ffffff;
}

.contact_details li.mail::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    margin-right: 8px;
    color: #ffffff;
}

/* === Базовые стили === */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* === Контейнер каталога === */
.catalog-wrapper,
.group-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Выравнивание по левому краю */
  gap: 6px;
  padding: 2px;
  margin-bottom: 10px;
  width: 100%;
}

/* === Галерея объектов (фото зданий) === */
.gallery-card {
  width: 240px;
  height: 180px;
  margin: 4px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  transition: 0.2s ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-card:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  cursor: pointer;
}

/* === Карточка товара (фиксированная ширина) === */
.modal-sertificat.catalog-card {
  width: 240px; /* Фиксированная ширина для десктопа */
  height: 320px; /* Фиксированная высота 3:4 */
  margin: 0;
  padding: 2px;
  border: 1px solid #f0f0f0;
  background: white;
  text-align: center;
  transition: all 0.2s ease;
  overflow: hidden;
}

/* === Изображение в карточке === */
.modal-sertificat.catalog-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 4px;
}

/* === Эффекты наведения === */
.modal-sertificat.catalog-card:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  cursor: pointer;
}

/* === Горизонтальные телефоны и планшеты: 3 карточки === */
@media (max-width: 1023px) and (min-width: 768px) {
  .modal-sertificat.catalog-card {
    width: 180px;
    height: 240px;
  }
}

/* === Вертикальные телефоны: 2 карточки === */
@media (max-width: 767px) and (min-width: 481px) {
  .modal-sertificat.catalog-card {
    width: 160px;
    height: 213px;
  }
}

/* === Очень маленькие экраны: 1 карточка === */
@media (max-width: 480px) {
  .modal-sertificat.catalog-card {
    width: 140px;
    height: 186px;
  }
}