#block_bg {
    background-image: url(/image/bg_header.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
}

.left-menu li {
    margin: 10px
}

.left-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu_header li:hover, .menu_header .active {
    background-color: rgba(12, 60, 96, 0.6);
}

.menu_header li:hover a, .menu_header .active a {
    color: #F20A0A;
    text-decoration: none;
}

.left-menu {
    margin: 66px 0px 0px -119px;
    padding: 0px;
    list-style: none;
    position: absolute;
    width: 180px;
    font: normal normal normal 18px/1.4em impact, impact-w01-2010, impact-w02-2010, impact-w10-2010, sans-serif;
    white-space: nowrap;
    display: inline-block;
    font-size: 22px;
}

.block-left-menu {
    padding: 0px;
}

.menu_header {
    margin: 15px 0px;
    padding: 0px;
    width: 100%;
}

.menu_header li {
    float: left;
    background-color: rgba(12, 60, 96, 1);
    border: solid rgba(57, 114, 155, 1) 0px;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
    margin: 5px 5px;
}

.menu_header li a {
    font: normal normal 700 17px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}

#inf-block-header {
    border-top: 1px solid #1a4da9;
    border-left: 1px solid #1a4da9;
    border-right: 1px solid #1a4da9;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    min-height: 400px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.block-lang {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-left: -5px;
}

p.text-logo {
    color: #1B99E8;
    font-family: playfair display, serif;
    margin-top: -24px;
    font-size: 17px;
}

.text-header-web h1 {
    color: #1B99E8;
    font-size: 60px;
    margin-top: -5px;
}

.list-uslug-block-inf {
    margin: 0px;
    padding: 0px;
}

.list-uslug-block-inf li a {
    color: #fff;
    text-decoration: underline;
    padding: 0px 12px;
    font-size: 18px;
    font-family: open sans, sans-serif;
    letter-spacing: 0.19em
}

.list-uslug-block-inf li {
    list-style: none;
    width: 100%;

}

.icon-fb {
    background: url(/image/fb.png) no-repeat 50% 50%;
    padding: 21px;
    float: left;
    margin: 15px 0px 25px 0px;
    width: 100%;;
}

.hr-block {
    float: left;
    width: 100%;
    height: 92px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.hr-block img {
    width: 100%;
}

#about {
    background-image: url(/image/section_3.webp);
    background-size: cover;
    background-color: #1af4ff;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    background-position: 50% 50%;
}

#about-color {;
    background: rgba(218, 237, 255, 0.9);
    padding: 20px 0px;
}

#about h3 {
    font: normal normal normal 34px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    color: #0C3C60;
}

#about p {
    font-size: 31px;
    color: #0C3C60;
    letter-spacing: normal;
    font: normal normal normal 20px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    margin-top: 15px;
}

#inf-block-bottom {
    border-bottom: 1px solid #1a4da9;
    border-left: 1px solid #1a4da9;
    border-right: 1px solid #1a4da9;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    min-height: 400px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contact-block {;
    background: rgba(218, 237, 255, 0.9);
}

#contact-form {
    float: left;
    width: 100%;
}

#contact-form input, #contact-form textarea {
    float: left;
    width: 100%;
    border: 1px solid rgba(33, 33, 33, 1);
    margin: 5px 0px;
    background: no-repeat;
    padding: 5px 5px;
}

#contact-form input {
    height: 30px;
}

#contact-form textarea {
    height: 130px;
}

#contact-form button {
    float: right;
    background-color: rgba(12, 60, 96, 1);
    font: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    border: 0;
    color: #DAEDFF;
    cursor: pointer;
    margin: 5px 0px 15px 0px;
    padding: 5px 15px;
}

.text-cockie {
    font: normal normal normal 17px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    color: #95C6EC;
    margin-top: 15px;
    float: left;
    width: 100%;
}

footer {
    position: relative;
    z-index: 10;
    font: normal normal normal 14px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    color: #DAEDFF;
    font-family: lobster, cursive;
    height: 45px;
    background: #2f2e2e;
    line-height: 45px;
    text-align: center;
}

#inf-block-bottom h3 {
    margin: 20px 0px 10px 0px;
    float: left;
    width: 100%;
    font: normal normal normal 17px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
}

#uslug {
    position: relative;
    z-index: 10;
    background: url("/image/section_2.webp");
    background-size: cover;
    float: left;
    width: 100%;
}

#uslug .uslug-text-top {
    color: #1468A8;
    font-weight: bold;
    font-size: 14px;
    word-wrap: break-word;
    margin-top: 10px;
}

#uslug h1 {
    font-weight: bold;
    font-family: times new roman, times, serif;
    font-size: 61px;
    color: #1468A8;
}

#uslug h2 {
    font-weight: bold;
    color: #DAEDFF;
    left: 132px;
    word-wrap: break-word;
    pointer-events: none;
    margin-bottom: 16px;
}

.list-uslug {
    color: #DAEDFF;
    margin-top: 30px;
    margin-bottom: 35px;
}

.list-uslug h3, .list-uslug h3 a {
    font: normal normal normal 20px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    font-size: 22px;
    color: #DAEDFF;
}

.list-uslug p {
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
}

#uslug hr {
    border: 1.5px solid #daedff;
    width: 36px;
    margin: 0 auto 30px auto;
}

#inf-block-bottom hr {
    border: 1.5px solid #0c3c60;
    width: 36px;
    margin: 0 auto 30px auto;
}

.title-in-page {
    color: #1B99E8;
    font-size: 34px;
}

.title-in-page h1 {
    margin: 30px 0px 30px 0px;
}

.block-inner-page p, .block-inner-page ul, .block-inner-page ol {
    color: #1B99E8;
    font-size: 20px;
}

.block-otstup {
    float: left;
    width: 100%;
    margin: 0px 0px 25px 0px;
}

.left-menu .active a {
    color: #fff;
}

.carousel-indicators li, .carousel-indicators .active {
    height: 100px;
    float: left;
    width: 80px;
    display: block;
    text-indent: 0px;
    background: 0;
    border: 0px;
    margin: 0px 4px;
}

.carousel-indicators li img {
    height: 80px;
}

.carousel-indicators {
    left: 0px;
    width: 100%;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.block-hidden-border {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 150px;
    margin: 10px 0px 0px 0px;
}
.block-hidden-border img {
    width:100%;
    height: 155px;
}
span.title-work {
    height: 52px;
    background: rgba(47, 46, 46, 1);
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    line-height: 52px;
    margin-bottom: 15px;
}
.display-none{
    display:none;
}
.button-next-item{
    float:left;
    width:100%;
    text-align: center;
    color: #1B99E8;
    font-size: 15px;
    cursor: pointer;
}