/*!
* Guardsmen LE MC Russia
* Web-development: M. Timofeyev
* Bootstrap 4 Scrolling-nav basic theme as a base.
 */

@font-face {
    font-family: 'DS Kork';
    src: url('DSKork.woff2') format('woff2'), url('DSKork.woff') format('woff'), url('DSKork.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* open-sans-regular - latin_cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('open-sans-v15-latin_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('open-sans-v15-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('open-sans-v15-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('open-sans-v15-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('open-sans-v15-latin_cyrillic-regular.ttf') format('truetype');
    /* Safari, Android, iOS */
}


/* open-sans-700 - latin_cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('open-sans-v15-latin_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('open-sans-v15-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('open-sans-v15-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('open-sans-v15-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('open-sans-v15-latin_cyrillic-700.ttf') format('truetype');
    /* Safari, Android, iOS */
}


/* roboto-slab-regular - cyrillic_latin */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('roboto-slab-v7-cyrillic_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('roboto-slab-v7-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-slab-v7-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-slab-v7-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('roboto-slab-v7-cyrillic_latin-regular.ttf') format('truetype');
    /* Legacy iOS */
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: black;
    color: #d6d6d6;
    font-family: 'Open Sans', 'Roboto Slab', 'Arial', 'Verdana', sans-serif;
    font-size: 14px;
}

.h2,
h2 {
    font-family: 'DS Kork', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-size: 27px;
    text-align: left;
}

p,
a,
span,
h1,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Roboto Slab', 'Arial', 'Verdana', sans-serif;
}

a {
    color: #1a88ff;
}

a:hover,
a:focus {
    color: #4da3ff;
}

.blog-content-list h1,
.block h1 {
    font-family: 'DS Kork', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-size: 1.8rem;
}

.jumbotron {
    border-radius: 0rem;
}


/* Навбар */

.navbar {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar.grav-nav {
    background-color: rgba(0, 0, 0, 0.9);
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-weight: 400;
    color: #d6d6d6;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-weight: 400;
    color: #006fe6;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #1a88ff;
}

.navbar-collapse {
    padding-bottom: 2px;
}

.navbar-nav {
    padding-left: 85px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(/img/menuicon.png);
}

.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler {
    padding: 0.03rem 0.35rem;
    font-size: 2.00rem;
    line-height: 0.5;
    background-color: transparent;
    border: none;
    border-radius: 0;
}


/* Header */

.aboutimg img {
    border: 4px solid gray;
    margin-top: 9px;
    max-width: 210px;
}


/* Чаптеры | Chapters */

#chapters {
    background-position: center 60px;
    background-color: black;
}

.chapimgs img {
    width: 200px;
}

.chapimgs .chapters-spain_flag {
    width: 25px !important;
    margin-top: 2px;
    margin-right: 1px;
}

.chapimgs {
    margin-bottom: 25px;
}

.chapimgs .col {
    margin-bottom: 5px;
}

.galcol img {
    width: 85%;
    height: 95%;
    object-fit: cover;
    object-position: center center;
}

.galcolh img {
    width: 65%;
    height: 95%;
    object-fit: cover;
    object-position: center center;
}

.chapters-vertical_logo {
    width: 150px;
    height: auto;
}

.gorod {
    background-color: #d6d6d6;
    color: black;
    border: 6px solid black;
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.gorod2 {
    background-color: #d6d6d6;
    color: black;
    border: 6px solid black;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.gorod a {
    font-family: 'DS Kork', 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    color: black;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

.gorod2 a {
    font-family: 'DS Kork', 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    color: black;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    height: 100%;
}


/* Саппорт-Продукция | Support Production */

.prod_p {
    font-size: 16px;
    font-family: 'Open Sans', 'Arial', 'Verdana', sans-serif;
    margin-top: -6px;
}

.ablead {
    font-size: 20px;
    margin-top: 20px;
}

.lead2 {
    font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-size: 31px;
    margin-bottom: 0px;
}

h1.lead2 {
    font-size: 24px;
}

.leadkork {
    font-family: 'DS Kork', 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
}

.lead3 {
    font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-size: 30px;
    margin-bottom: 0rem;
}

.paralsec1 {
    background-color: black;
}

.prod_col1 {
    padding-bottom: 30px;
}

.prod_col1 img {
    border: 4px solid white;
}

.prod_col1 img:last-child {
    margin-top: 23px;
}

.prod-img {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 13px;
    margin-left: 0;
    object-fit: cover;
    object-position: center center;
    width: 190px;
    height: 190px;
}

.prod-pics-wrap {
    margin-bottom: 15px;
}


/* Контакты */

.cont_adrtel_p {
    font-size: 17px;
    padding-bottom: 15px;
}

.telef {
    font-size: 17px;
    color: white;
    text-decoration: none;
}

.telef:hover,
.telef:focus {
    color: #006fe6;
    text-decoration: none;
}

.cont_social_div {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/* Паралаксы */

.bg-primary {
    background-color: black !important;
}

.paral {
    min-height: 500px;
    background-attachment: fixed;
}

.paralsec {
    -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05b.jpg");
    -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05b.jpg");
    -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05b.jpg");
    background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05b.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat-y;
}

.paralsec1 {
    background-color: black;
    -moz-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07b.jpg");
    -webkit-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07b.jpg");
    -o-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07b.jpg");
    background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07b.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.paralsec2 {
    -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06b.jpg");
    -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06b.jpg");
    -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06b.jpg");
    background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06b.jpg");
    padding-top: 250px;
    min-height: 800px;
    background-position: 50% 50%;
    background-size: cover;
}

.paralsec3 {
    -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    background-repeat: repeat-y;
    background-size: cover;
}

.gallery-body .paralsec3 {
    -moz-background-image: none;
    -webkit-background-image: none;
    -o-background-image: none;
    background-image: none;
    background-color: black;
}

.paralsec4 {
    -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02b.jpg");
    background-repeat: repeat-y;
    background-size: cover;
}

.paralsec1-grav {
    background-position: center center;
}

.jumbotron {
    margin-bottom: 0;
}

.bg-light {
    background-color: black !important;
}

.ruhead {
    background-image: url("../img/banner12xxl.jpg");
    background-position: center bottom;
}

.enhead {
    background-image: url("../img/banner12xxl.jpg");
}

.newshead {
    background-image: url("../img/bannernews01xxl.jpg");
    background-position: center center;
    background-size: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.chaptersy a {
    font-size: 1.1rem;
}

.contactform p {
    margin-bottom: 0;
}

.banimg {
    width: 30%;
}

.banimg img {
    max-height: 100%;
    max-width: 100%;
    border: 4px solid white;
}

.navbar-brand img {
    width: 230px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    display: block;
}

section {
    padding: 70px 0;
}


/* Форма связи | Contact form */

#feedback-form {
    max-width: 400px;
    padding: 0;
    border-radius: 3px;
}

#feedback-form [required] {
    width: 100%;
    box-sizing: border-box;
    margin: 3px 0 2% 0;
    padding: 2%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1px;
    box-shadow: none;
}

#feedback-form [required]:hover {
    border-color: #006fe6;
    box-shadow: none;
}

#feedback-form [required]:focus {
    outline: none;
    border-color: #006fe6;
    box-shadow: none;
    transition: .2s linear;
}

#feedback-form [type="submit"] {
    width: 180px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #006fe6;
    border-radius: 1px;
    box-shadow: none;
    background: transparent;
    color: #d6d6d6;
    margin-top: 11px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
}

#feedback-form [type="submit"]:hover {
    background: #006fe6;
    cursor: pointer;
}

#feedback-form [type="submit"]:focus {
    box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0, 0, 0, .8), inset 0 -1px 0 rgba(0, 0, 0, .05);
}

#feedback-form label {
    margin-bottom: 0;
}


/* Бордеры */

.secborder {
    padding: 0px 0;
    height: 0px;
    background-color: transparent;
}

section.secborder2 {
    padding: 0px 0;
    height: 0px;
}

section.secborder3 {
    padding: 0px 0;
    height: 0px;
}


/* Новости */

.blog-content-list .blog-spisok_novostey-p {
    display: none;
}

.blog-content-list iframe {
    display: none;
}

.newshead {
    height: 367px;
}

#body {
    background-color: black;
}

.pure-u-16-24,
.pure-u-2-3 {
    width: 100%;
}

.list-item {
    padding-bottom: 40px;
}

.list-item img,
.gallerypage-fancy_wrap img {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 13px;
    margin-left: 0;
    object-fit: cover;
    object-position: center center;
    width: 170px;
    height: 170px;
}

.p-name a,
.u-url {
    font-family: 'Open Sans', 'Roboto Slab', 'Arial', 'Verdana', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.p-name:hover a,
.u-url:hover {
    color: #d6d6d6;
}

.blog-content-item a {
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 3px;
}

.blog-content-item .e-content a {
    padding-top: 3px;
    padding-bottom: 3px;
}

.blog-content-list a {
    font-weight: 600;
}

.blog-content-list .p-name a, .blog-content-list .u-url {
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 3px;
}

.blog-content-list .p-summary a, .blog-content-list .p-summary .u-url {
    padding-top: 3px;
    padding-bottom: 3px;
}

.list-blog-header img {
    display: none !important;
}

.list-item .prev-next {
    margin-bottom: 5px;
    margin-top: 35px;
}

.list-item .prev-next .button {
    margin-right: 15px;
    margin-top: 5px;
}

.fullphoto-div {
    width: 100%;
}

.fullphoto-div img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

.list-blog-header h4,
.list-blog-header .h4 {
    margin-bottom: 0.6rem;
    line-height: 1.1;
}

.p-summary.e-content {
    padding-top: 5px;
}

.blog-read_more_one,
.blog-read_more_two {
    background-color: #999999;
    height: 26px;
    width: 140px;
    font-size: 13px;
    color: #0d0d0d;
    padding-top: 3px;
    box-shadow: none;
}

.blog-read_more_one:focus,
.blog-read_more_one:hover,
.blog-read_more_two:focus,
.blog-read_more_two:hover {
    box-shadow: none;
    background-color: #1a88ff;
    color: white;
}

.blog-spisok_novostey-link {
    background-color: #004a99;
    color: white;
    height: 28px;
    width: 210px;
    font-size: 14px;
    padding-top: 4px;
}

.blog-spisok_novostey-link:focus,
.blog-spisok_novostey-link:hover {
    background-color: #006fe6;
    box-shadow: none;
    color: white;
}

ul.pagination {
    flex-wrap: wrap;
}

.pagination li {
    margin-bottom: 5px;
}


/* Языки */

.lang_li {
    padding-top: 10px;
    padding-left: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.enbody .lang_li {
    padding-top: 10px;
    padding-left: 75px;
}

.lang_a {
    font-size: 15px;
    text-decoration: none;
    margin-right: 3px;
}

.lang_a:hover {
    text-decoration: none;
}

.langactive {
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
}

.langclick {
    font-weight: 700;
}

.langactive:hover {
    color: rgba(255, 255, 255, .75);
}

.langclick:hover {
    color: #d6d6d6;
}


/* Заголовки | Headers */

h2 {
    margin-bottom: 30px;
    margin-left: 2px;
}

.list-blog-header h1.p-name,
.list-blog-header .h1,
.list-blog-header h2.p-name,
.list-blog-header .h2 {
    margin-bottom: 0.6rem;
    line-height: 1.1;
    margin-left: 0px;
    text-align: left;
}


/* Вкладки Галереи | Galery Tabs */

.tab-content,
.nav-tabs {
    width: 100%;
    padding-top: 5px;
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-weight: normal;
    color: white;
    margin-top: 5px;
    background-color: #1a1a1a;
}

.nav-tabs .nav-link:focus {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #d6d6d6;
    background-color: #000000;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item:hover a {
    color: #006fe6;
    background-color: #0d0d0d;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.paralsec3 .galcol {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.paralsec3 .galcolh {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.tab-pane {
    padding-bottom: 5px;
    padding-top: 5px;
}

.run18_col {
    padding-top: 5px;
}

.tab-content .row {
    margin-right: -34px;
    margin-left: -34px;
}

.run18_h4 {
    padding-left: 22px;
    font-size: 21px;
}


/* Соц. сети */

.vk_a {
    margin-right: 0px;
    margin-left: -4px;
}

.fb_a {
    margin-right: 9px;
}

.inssvgcl {
    display: block;
    width: 50px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.inssvgcl image {
    display: block;
    width: 50px;
}

.inssvgcl {
    padding: 5px;
}

.inssvgcl .st0i {
    stroke: #006fe6;
}

.inssvgcl .st1i {
    fill: #ffff;
}

.ins_a:hover .inssvgcl {
    border: 1px solid #006fe6;
    border-radius: 3px;
}

.ins_a:hover .st0i {
    stroke: #ffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.ins_a:hover .st1i {
    fill: #ffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.fbsvgcl {
    display: block;
    width: 50px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.fbsvgcl image {
    display: block;
    width: 50px;
}

.fbsvgcl {
    padding: 5px;
}

.fbsvgcl .st0f {
    stroke: #006fe6;
}

.fbsvgcl .st1f {
    fill: #ffff;
}

.fb_a:hover .fbsvgcl {
    border: 1px solid #006fe6;
    border-radius: 3px;
}

.fb_a:hover .st0f {
    stroke: #ffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.fb_a:hover .st1f {
    fill: #ffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.vksvgcl {
    display: block;
    width: 50px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.vksvgcl image {
    display: block;
    width: 50px;
}

.vksvgcl {
    padding: 5px;
}

.vksvgcl .st0v {
    fill: #ffff;
}

.vksvgcl .st1v {
    stroke: #006fe6;
}

.vk_a:hover .vksvgcl {
    border: 1px solid #006fe6;
    border-radius: 3px;
}

.vk_a:hover .st0v {
    fill: #ffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.vk_a:hover .st1v {
    stroke: #ffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.youtubesvgcl {
    width: 40px;
    margin-right: 10px;
    margin-top: -3px;
}

.youtube_a {
    font-size: 17px;
    margin-bottom: 20px;
}

.telegram_a_wrap {
    margin-top: 5px;
}

#contact address {
    margin-bottom: 0px;
}

p.cont_social {
    font-size: 16px;
    margin-bottom: 10px;
}


/* Навбар-стики */

.navbar-shrink {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-shrink img {
    width: 220px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-shrink .navbar-nav {
    padding-left: 95px;
}

.navbar-shrink .lang_li {
    padding-left: 85px;
}

.lang_li .play-icon {
    padding-left: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 2px;
}

.lang_li .fa-play {
    background-image: url('../img/play2.svg');
    background-size: 14px 20px;
    border: 1px solid #c48d10;
    padding: 14px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: -3px;
    background-position-x: 53%;
}

.lang_li .fa-pause {
    background-image: url('../img/pause2.svg');
    background-size: 14px 20px;
    border: 1px solid #c48d10;
    padding: 14px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: -3px;
    background-position-x: 46%;
}

.lang_li .right-language-link {
    margin-right: 7px;
}

.nav-tabs .play-icon {
    padding-left: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
}

.nav-tabs .fa-play {
    background-image: url('../img/play2.svg');
    background-size: 14px 20px;
}

.nav-tabs .fa-pause {
    background-image: url('../img/pause2.svg');
    background-size: 14px 20px;
}


/* Страницы ошибок */

.ersect {
    padding-top: 150px;
}

.ersect .aboutimg {
    padding-top: 7px;
}

.erpagebody .navbar {
    background-color: rgba(0, 0, 0, 0.8);
}

.newserror section {
    padding: 50px 0;
    padding-bottom: 110px;
}

h1.er_h1 {
    font-size: 2rem;
    margin-top: 8px;
}

.ablead.er_p {
    font-size: 17px;
}


/* Галлерея */

.slick-list {
    margin-right: -15px;
}

.slick_item-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center center;
    border-radius: 1px;
}

.slick_item-div {
    margin-right: 15px;
}

.slick-next::before {
    content: '';
    display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 0.95;
    color: #fafafa;
    background: inherit;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background-image: url('../img/rightchevron.svg');
    background-size: 30px;
}

.slick-prev::before {
    content: '';
    display: none;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background-image: url('../img/leftchevron.svg');
    background-size: 30px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 40px;
    opacity: 0;
    color: #fafafa;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    opacity: .9;
    top: 50%;
}

.slick-next {
    right: -35px;
}

.slick-prev {
    left: -35px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-link .fas {
    padding-right: 5px;
}

.gallery-container h1 {
    font-family: 'DS Kork', 'Open Sans', 'Arial', 'Verdana', sans-serif;
    font-size: 1.8rem;
}

a.gallery-more_link {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}


/* Видео заставка */

.videoclass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: 1500;
    background-color: black;
    -webkit-animation: fadeOut 3s forwards;
    -moz-animation: fadeOut 3s forwards;
    animation: fadeOut 3s forwards;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
    color: white;
    padding-top: 60px;
    padding-bottom: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.video-bg {
    text-align: center;
    width: auto;
    max-width: 100vw;
}

.videoclass2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: 1500;
    background-color: black;
    color: white;
    padding-top: 60px;
    padding-bottom: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.video-bg2 {
    text-align: center;
    width: auto;
    max-width: 100vw;
}

.propustit-zastavku-a {
    color: #cccccc;
    font-size: 14px;
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}


/* Галерея */

.gallery-container h2 {
    margin-bottom: 15px;
}

.gallery-container .responsive-slick {
    margin-bottom: 40px;
}


/* Границы секций */

.bordersection {
    height: 37px;
    /* 32px */
    background-image: url("../img/policeline777.png");
    background-repeat: repeat-x;
    background-size: auto 37px;
}

.bordersection2 {
    height: 50px;
    background-image: url("../img/tyre9.png");
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-color: #8c8c8c;
}

.bordersection3 {
    height: 50px;
    /* 50px; */
    background-image: url("../img/tyre12sm.png");
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-color: #8c8c8c;
    background-position-y: center;
}


/* Футер */

footer {
    height: 270px;
}

.grav-footer {
    max-height: 280px !important;
    min-height: 270px !important;
}


/* Moto */

@media (max-width: 2000px) {
    .ruhead {
        background-image: url("../img/banner11.jpg");
    }
    .enhead {
        background-image: url("../img/banner12.jpg");
    }
    .newshead {
        background-image: url("../img/bannernews01.jpg");
        background-position: center center;
        background-size: cover;
    }
    .paralsec {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05.jpg");
    }
    .paralsec1 {
        -moz-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07.jpg");
        -o-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07.jpg");
        background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07.jpg");
    }
    .paralsec2 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06.jpg");
    }
    .paralsec3 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
    }
    .paralsec4 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02.jpg");
    }
    .paralsec1-grav {
        background-position: center center;
    }
}

@media (max-width: 1200px) {
    .ablead {
        font-size: 18px;
    }
    .navbar-shrink .navbar-nav {
        padding-left: 25px;
    }
    .chapimgs img {
        width: 160px;
    }
    body {
        font-size: 14px !important;
    }
    .lead3 {
        font-size: 26px;
    }
    .h2,
    h2 {
        font-size: 1.7rem;
    }
    .paralsec {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05l.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05l.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05l.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05l.jpg");
    }
    .paralsec1 {
        -moz-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07l.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07l.jpg");
        -o-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07l.jpg");
        background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07l.jpg");
    }
    .paralsec2 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06l.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06l.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06l.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06l.jpg");
    }
    .paralsec3 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
    }
    .paralsec4 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02l.jpg");
    }
    .ruhead {
        background-image: url("../img/banner11l.jpg");
    }
    .enhead {
        background-image: url("../img/banner12l.jpg");
    }
    .newshead {
        background-image: url("../img/bannernews01l.jpg");
    }
    .navbar-nav {
        padding-left: 25px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
        color: #d6d6d6;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .lang_li {
        padding-top: 7px;
        padding-left: 50px;
    }
    .enbody .lang_li {
        padding-left: 40px;
        padding-top: 7px;
    }
    .enbody .navbar-shrink .lang_li {
        padding-left: 75px;
    }
    .tab-content .row {
        margin-right: -30px;
        margin-left: -30px;
    }
    .chapters-vertical_logo {
        width: 140px;
    }
    .prod-pics-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    #chapters {
        background-position: center center;
    }
    .paral {
        background-attachment: scroll;
    }
    .videoclass {
        padding-top: 45px;
    }
    .enbody .lang_li {
        padding-left: 0px;
    }
    .navbar-brand {
        padding-top: 0px;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    section {
        padding: 70px 0;
    }
    .ablead {
        font-size: 17px;
    }
    .chapimgs {
        padding-top: 0px;
        margin-top: -20px;
    }
    .prod_p {
        margin-top: 0px;
    }
    .gorod {
        margin-top: 20px;
    }
    .gorod2 {
        margin-top: 20px;
    }
    body {
        font-size: 14px;
    }
    .banimg {
        width: 60%;
    }
    .paralsec {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05m.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05m.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05m.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05m.jpg");
    }
    .paralsec1 {
        -moz-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07m.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07m.jpg");
        -o-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07m.jpg");
        background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07m.jpg");
    }
    .paralsec2 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06m.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06m.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06m.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06m.jpg");
        padding-top: 170px;
        min-height: 630px;
    }
    .paralsec3 {
        -moz-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
        -o-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
    }
    .paralsec4 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02m.jpg");
    }
    .ruhead {
        background-image: url("../img/banner11m.jpg");
    }
    .enhead {
        background-image: url("../img/banner12m.jpg");
    }
    .newshead {
        background-image: url("../img/bannernews01m.jpg");
    }
    .lang_li,
    .enbody .navbar-shrink .lang_li,
    .navbar-shrink .lang_li {
        padding-left: 0px;
        padding-top: 15px;
        margin-top: 15px;
    }
    .lang_a {
        margin-right: 10px;
    }
    .lang_li .fa-play {
        margin-left: 6px;
    }
    .navbar-brand img {
        width: 210px;
        margin-top: 2px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: 'Roboto Slab', 'Open Sans', 'Arial', 'Verdana', sans-serif;
        color: #d6d6d6;
        font-size: 16px;
        padding-left: 0;
    }
    .navbar-nav,
    .navbar-shrink .navbar-nav {
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    ul.pagination {
        flex-wrap: wrap;
    }
    .contactform {
        margin-top: 40px;
    }
    .navbar-shrink {
        background-color: rgba(0, 0, 0, 0.9);
    }
    .chapters-logo {
        display: none;
    }
    .lead2 {
        font-size: 29px;
    }
    .prod_col1 {
        text-align: center;
    }
    .prod_col2 {
        text-align: left;
    }
    .paralsec4 .row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .prod_col2 img {
        margin-bottom: 20px;
    }
    .aboutimg img {
        width: 190px;
    }
    .list-item img,
    .gallerypage-fancy_wrap img {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .prod-pics-wrap {
        justify-content: center;
    }
    .prod_col1-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .prod_col1 img {
        display: block;
    }
    .prod_col1 img:last-child {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 17px;
    }
    .cont_social_div {
        justify-content: center;
    }
    .chapimgs img {
        width: 200px;
    }
    .ersect {
        padding-top: 120px;
    }
    .ersect .aboutimg {
        padding-bottom: 50px;
    }
    .er_h1 {
        font-size: 35px;
    }
    .ersect .aboutimg {
        padding-top: 0px;
    }
    .p-name a,
    .u-url {
        font-size: 18px;
    }
    section {
        padding: 50px 0;
    }
    .aboutimg {
        text-align: center;
        padding-bottom: 25px;
    }
    .contcol {
        justify-content: center;
    }
    .banimg {
        width: 80%;
    }
    .h1,
    h1 {
        font-size: 1.4rem;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
    .lead3 {
        font-size: 26px;
    }
    .paralsec {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05s.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05s.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05s.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05s.jpg");
    }
    .paralsec1 {
        -moz-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07s.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07s.jpg");
        -o-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07s.jpg");
        background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07s.jpg");
    }
    .paralsec2 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06s.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06s.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06s.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06s.jpg");
        padding-top: 120px;
        min-height: 800px;
    }
    .paralsec3 {
        -moz-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        -o-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        background-size: cover;
    }
    .paralsec4 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02s.jpg");
        background-size: cover;
    }
    .ruhead {
        background-image: url("../img/banner11s.jpg");
    }
    .enhead {
        background-image: url("../img/banner12s.jpg");
    }
    .newshead {
        background-image: url("../img/bannernews01s.jpg");
    }
    .lang_li {
        padding-left: 0px;
    }
    iframe {
        width: 515px;
    }
    video {
        width: 515px;
    }
    .youtube_a_wrap {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .aboutimg img {
        width: 200px;
        margin-bottom: 10px;
    }
    .abouttxt {
        margin-bottom: 80px;
        text-align: center;
    }
    .tab-content .row {
        margin-right: -33px;
        margin-left: -33px;
    }
    .cont_adrtel_p {
        text-align: center;
        padding-bottom: 10px;
    }
    p.cont_social {
        text-align: center;
    }
    .prod_col1 {
        text-align: center;
    }
    .prod_col2 {
        text-align: center;
    }
    .h2,
    h2 {
        text-align: center;
        margin-left: 0;
    }
    .paral {
        min-height: 400px;
    }
    .list-item img,
    .gallerypage-fancy_wrap img {
        margin-top: 7px;
        margin-bottom: 7px;
        margin-right: 10px;
        margin-left: 0;
        object-fit: cover;
        object-position: center center;
        width: 140px;
        height: 140px;
    }
    .prod-pics-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .prod-img {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
        width: 190px;
        height: 190px;
    }
    .newserror section {
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .galcol img {
        width: 70%;
        height: 95%;
    }
    .er_h1 {
        font-size: 32px;
    }
    .ersect {
        padding-top: 150px;
    }
    .p-name a,
    .u-url {
        font-size: 16px;
        line-height: 0.9;
    }
    .container {
        padding-right: 35px;
        padding-left: 35px;
    }
    .list-item img,
    .gallerypage-fancy_wrap img {
        margin-right: 7px;
        margin-left: 0px;
        margin-bottom: 5px;
        margin-top: 7px;
        width: 125px;
        height: 125px;
    }
    .gall_fancy_div {
        margin-right: -5px;
    }
    .chapcol {
        justify-content: center;
    }
    .gorod {
        max-width: 250px;
    }
    .gorod2 {
        max-width: 250px;
    }
    body {
        font-size: 13px !important;
    }
    body .blog-content-list,
    body .blog-content-item {
        font-size: 14px !important;
    }
    .blog-read_more_one,
    .blog-read_more_two {
        height: 28px;
        font-size: 14px;
    }
    .paralsec {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05xs.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05xs.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05xs.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.7), rgba(0, 0, 0, 0.6)), url("../img/production05xs.jpg");
    }
    .paralsec1 {
        -moz-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07xs.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07xs.jpg");
        -o-background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07xs.jpg");
        background-image: linear-gradient(to top, rgba(14, 15, 30, 0.8), rgba(14, 15, 35, 0.8)), url("../img/production07xs.jpg");
    }
    .paralsec2 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06xs.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06xs.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06xs.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.5), rgba(0, 0, 0, 0.4)), url("../img/production06xs.jpg");
        min-height: 880px;
    }
    .paralsec3 {
        -moz-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        -o-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        background-size: cover;
    }
    .paralsec4 {
        -moz-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        -webkit-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        -o-background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
        background-image: linear-gradient(to top, rgba(5, 5, 5, 0.83), rgba(0, 0, 0, 0.83)), url("../img/concr02xs.jpg");
    }
    .ruhead {
        background-image: url("../img/banner11xs.jpg");
    }
    .enhead {
        background-image: url("../img/banner12xs.jpg");
    }
    .newshead {
        background-image: url("../img/bannernews01xs.jpg");
    }
    .lang_li {
        padding-left: 0px;
    }
    iframe {
        width: 100%;
    }
    video {
        width: 100%;
    }
    .chapimgs img {
        width: 200px;
    }
    .chapimgs {
        text-align: center !important;
    }
    #chapters {
        text-align: center !important;
    }
    #about {
        text-align: center !important;
    }
    #production {
        text-align: center !important;
    }
    #contact {
        text-align: center !important;
    }
    #contact .youtube_a_wrap {
        text-align: left !important;
    }
    .aboutimg {
        padding-bottom: 20px;
    }
    h1.lead2 {
        font-size: 21px;
    }
    .navbar-brand img {
        width: 200px;
        margin-top: 3px;
    }
    .lead2 {
        font-size: 27px;
    }
    .paral {
        min-height: 300px;
    }
    .slick-next {
        right: -30px;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-list {
        margin-right: 0px;
    }
    .slick_item-div {
        margin-right: 0px;
    }
    .list-item .prev-next {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .list-item .prev-next .button {
        margin-right: 0px;
    }
    .prod_p {
        font-size: 16px;
    }
    .prod-telef {
        display: block;
    }
}

@media (max-width: 377.98px) {
    .chapimgs img {
        width: 200px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.gallery-container {
        padding-right: 35px;
        padding-left: 35px;
    }
    .paralsec3 .container {
        padding-right: 35px;
        padding-left: 35px;
    }
    .slick_item-img {
        height: 210px;
    }
    .galcol img {
        width: 75%;
        height: 95%;
    }
    .list-item img,
    .gallerypage-fancy_wrap img {
        margin-right: 7px;
        margin-left: 0px;
        margin-bottom: 5px;
        margin-top: 7px;
        width: 117px;
        height: 117px;
    }
}

@media (max-width: 346.98px) {
    .navbar-brand img {
        width: 170px;
    }
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
    .navbar-brand {
        margin-right: 10px;
    }
    .navbar-toggler {
        padding: .50rem .65rem;
        font-size: 1.25rem;
        line-height: 0.9;
    }
}

@media (max-width: 288.98px) {
    .navbar .container {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar-brand img {
        width: 160px;
    }
}