
@font-face {
    font-family: Play; /* Имя шрифта */
    src: url(Play-Regular.ttf); /* Путь к файлу со шрифтом */
   }


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    /* font-family: "Open Sans",Arial,sans-serif; */
    font-family: Play;
    overflow-x: hidden;
    color: #000;
    /* background-color: #eaeaea; */
}

img {
 /*    display: block; */
    max-width: '100%';
    height: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

.ttu {
    text-transform: uppercase
}

::-moz-selection {
    background-color: #00789e;
    color: #fff
}

::selection {
    background-color: #00789e;
    color: #fff
}



header {
    /* background-image: url(/assets/templates/site/img/main-header-bg.jpg); */
    height: 620px;
    background-repeat: no-repeat;
    background-position: top 40px center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}
header .first-line {
		position: relative;
		z-index: 2

}
header .logo {
    margin-top: 33px;
    margin-left: -20px
}

header .logo a img {
    max-width: 100%
}

header .text {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 60px;
    font-weight: 700;
    font-size: 15px
}

header .contacts {
    margin-top: 39px;
    text-align: right
}

header .contacts .phone {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px
}

header .contacts .phone i {
    color: #000;
    font-size: 25px;
    margin-right: 10px
}

header .contacts .phone span {
    font-weight: 700;
    color: #00789e;
    font-size: 16px
}

header .float-menu {
    /* background-image: url(/assets/templates/site/img/podlojka.png); */
    /* background-repeat: no-repeat; */
    height: 620px;
    width: 100%;
		z-index: 2;
    position: absolute;
    right: 0;
    bottom: 40px
}

/* header .float-menu::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/img/line.png);
    background-repeat: no-repeat;
    transform: rotateY(180deg) translate(10px, 40px);
    background-size: 40% 60%;
    background-position: 115% 100%;
    bottom: 0px !important;
    width: 100%;
    height: 620px;
} */
header .float-menu .main-menu {
    position: absolute;
    right: 30px;
    top: 50px;
}

header .float-menu .main-menu nav ul {
    margin: 0 auto
}

header .float-menu .main-menu nav ul li {
    box-shadow: -5px 5px 10px 1px black;
    list-style-type: none;
    text-align: center;
    background-color: #fff;
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg);
    width: 260px;
    margin-bottom: 8px;
    display: block;
}

header .float-menu .main-menu nav ul li:nth-of-type(2) {
    margin-left: 42px
}

header .float-menu .main-menu nav ul li:nth-of-type(3) {
    /* margin-left: 84px */
}

header .float-menu .main-menu nav ul li:nth-of-type(4) {
    margin-left: 126px
}

header .float-menu .main-menu nav ul li:nth-of-type(5) {
    margin-left: 168px
}

header .float-menu .main-menu nav ul li a {
    color: #00789e;
    padding: 6px 0;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg);
    display: block;
    font-weight: 700
}

header .float-menu .main-menu   li a:focus,
header .float-menu .main-menu   li a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 2px #969696
}

header .float-menu .second-menu {
    position: absolute;
    right: 78px;
    top: 114px;
    transform: scale(1.1);
}

header .float-menu .second-menu  ul {
    margin: 0 auto;
    display: block;
}

header .float-menu .second-menu  ul li {
    box-shadow: 0px 0px 10px 1px #ffffffed, 0px 0px 5px 3px red inset;
    list-style-type: none;
    text-align: center;
    background-size: 4%;
    background-image: url(/images/carbon.jpg);
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg);
    width: 260px;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

header .float-menu .second-menu  ul li:nth-of-type(2) {
    margin-left: -42px
}

header .float-menu .second-menu  ul li a {
    color: #fff;
    padding: 6px 0;
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg);
    display: block;
    font-weight: 700
}

header .float-menu .second-menu nav ul li a:focus,
header .float-menu .second-menu nav ul li a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 2px #969696
}

.secondary {
    /* background-image: url(/assets/templates/site/img/second-header-bg.jpg); */
    background-position: top 155px center;
    margin-bottom: 40px;
    height: 640px;
    -webkit-background-size: auto auto;
    background-size: auto
}

.secondary .first-line .text {
    border-bottom: 50px solid #00789e;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 30px;
    margin-top: 40px;
    width: 100%;
    font-size: 13px;
    position: relative
}

.secondary .first-line .text .outer {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0
}

.secondary .secondary-menu {
    /* background-color: #00789e; */
    padding: 15px 0
}

.secondary .secondary-menu nav ul {
    margin: 0;
    padding: 0
}

.secondary .secondary-menu nav ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg);
    background-color: #fff;
    margin-right: 23px
}

.secondary .secondary-menu nav ul li a {
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg);
    display: block;
    /* color: #fff; */
    padding: 5px 15px;
    color: black;
    font-weight: 700
}

.secondary .secondary-menu nav ul li a:focus,
.secondary .secondary-menu nav ul li a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 2px #969696
}

.secondary .secondary-menu nav ul li:hover {
    background-color: limegreen;
}

.mobile-header {
    text-align: center;
    padding-bottom: 0;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 30px
}

.mobile-header .first-line {
    background-color: #00789e;
    margin-bottom: 20px
}

.mobile-header .first-line .right-border {
    border-right: 1px solid #fff
}

.mobile-header .first-line .item a {
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    font-size: 20px
}

.mobile-header .logo {
    margin-bottom: 20px
}

.mobile-catalog {
    margin-bottom: 40px
}

.mobile-catalog .item {
    text-align: center;
    margin-bottom: 20px
}

.mobile-catalog .item .image {
    height: 90px;
    margin-bottom: 10px
}

.mobile-catalog .item .name {
    line-height: 18px
}

.mobile-catalog .item .name a {
    font-size: 12px;
    line-height: 18px;
    color: #333
}

.breadcrumbs {
    margin-top: -67px;
    margin-bottom: 60px;
		font-size: 14px
}

.breadcrumbs a {
    font-size: 14px;
    text-decoration: underline;
    color: #00789e
}

.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: none
}

.breadcrumbs i {
    color: #00789e
}

.carousel {
    position: relative;
    margin-bottom: 40px
}

.carousel .group-carousel {
    position: relative;
    height: 200px;
    margin-top: -100px;
			z-index: 2;
}

.carousel .group-carousel .item {
    /* margin-top: 100px; */
    position: static!important;
    display: inline-block;
    width: inherit;
    height: inherit;
}

.carousel .group-carousel .item a .name {
    width: 500px;
    z-index: 20;
    position: absolute;
    top: 0!important;
    left: 0;
    right: 0;
    background-color: #dfb215;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg);
    padding: 6px 10px;
    display: none
}

.carousel .group-carousel .item a .name span {
    color: #000;
    font-size: 18px;
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg);
    display: block;
    font-weight: 700
}

.carousel .group-carousel .item a:hover .name {
    display: block
}

.heading {
    display: inline-block;
    text-align: center;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    /* background-image: url(/assets/templates/site/img/skewbg-long.png); */
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: top 3px center;
    padding: 25px 36px;
    background-repeat: no-repeat;
    color: #fff
}

.center-outer {
    text-align: center
}

.about {
    margin-bottom: 40px
}

.about .heading span {
    font-size: 24px
}

.about .text {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
}

.advantages {
    margin-bottom: 80px
}

.advantages .items .item {
    /* background-image: url(/assets/templates/site/img/pdl.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 320px;
    -webkit-background-size: auto auto;
    background-size: auto
}

.advantages .items .item .name {
    text-align: center;
    color: #00789e;
    font-weight: 700;
    margin-bottom: 80px;
    text-transform: uppercase;
    min-height: 52px
}

.advantages .items .item .text {
    font-size: 14px;
    line-height: 21px;
    padding: 0 20px 20px
}

.news {
    margin-bottom: 80px
}

.news .items {
    margin-bottom: 40px;
    margin-top: 40px
}

.news .items .item {
    margin-bottom: 40px
}

.news .items .item .image {
    margin-bottom: 20px
}

.news .items .item .name {
    margin-bottom: 10px
}

.news .items .item .name a {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.news .items .item .date {
    font-size: 14px;
    color: #00789e;
    margin-bottom: 10px
}

.news .items .item .date i {
    font-size: 16px
}

.news .items .item .more {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    background-color: #00789e;
    height: 150px;
    width: 40px;
    display: block;
    position: relative
}

.news .items .item .more i {
    -webkit-transform: skew(12deg);
    -ms-transform: skew(12deg);
    transform: skew(12deg);
    color: #fff;
    position: absolute;
    top: 65px;
    left: 15px
}

.content .left-sidebar .menu {
    margin-bottom: 20px
}

.content .left-sidebar .menu .heading {
    /* background-image: url(/assets/templates/site/img/skewbg-small.png); */
    display: block;
    padding: 8px 0 11px;
    margin-bottom: 20px
}

.content .left-sidebar .menu nav {
    margin-bottom: 20px
}

.content .left-sidebar .menu nav ul {
    margin: 0;
    padding: 0
}

.content .left-sidebar .menu nav ul li {
    border-bottom: 1px solid #e6e6e6;
    list-style-type: none;
    display: block
}

.content .left-sidebar .menu nav ul li a {
    font-size: 14px;
    padding: 7px 0 7px 20px;
    color: #343434;
    display: block;
    width: 100%
}

.content .left-sidebar .menu nav ul li a:active,
.content .left-sidebar .menu nav ul li a:focus,
.content .left-sidebar .menu nav ul li a:hover {
    text-decoration: none
}

.content .left-sidebar .menu nav ul li ul {
    display: none
}

.content .left-sidebar .menu nav ul li ul li {
    padding-left: 20px
}

.content .left-sidebar .menu nav ul li ul li:hover {
    background-color: #b6b6b6
}

.content .left-sidebar .menu nav ul li ul li:last-of-type {
    border-bottom: none
}

.content .left-sidebar .menu nav ul li:hover {
    background-color: #e6e6e6
}

.content .left-sidebar .menu nav ul li:hover ul {
    display: block
}

.content .left-sidebar .news {
    margin-bottom: 20px
}

.content .left-sidebar .news .heading {
    /* background-image: url(/assets/templates/site/img/skewbg-small.png); */
    display: block;
    padding: 8px 0 11px;
    margin-bottom: 20px
}

.content .left-sidebar .news .item {
    margin-bottom: 20px
}

.content .left-sidebar .news .item .name {
    margin-bottom: 20px
}

.content .left-sidebar .news .item .name a {
    color: #333;
    font-weight: 700
}

.content .left-sidebar .news .item .date {
    font-size: 14px;
    color: #00789e;
    margin-bottom: 10px
}

.content .left-sidebar .news .item .image {
    float: left;
    margin-right: 10px
}

.content .left-sidebar .news .item .more {
    text-align: right;
    text-decoration: underline
}

.content .left-sidebar .news .item .more a {
    color: #00789e
}

.content .left-sidebar .news .item .more a:active,
.content .left-sidebar .news .item .more a:focus,
.content .left-sidebar .news .item .more a:hover {
    text-decoration: none
}

.content .left-sidebar .news .item .text {
    font-size: 14px;
    line-height: 21px
}
.content main {
		font-size: 14px
}
.content main h1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
.content main .lizing .item {
    margin-bottom: 40px
}

.content main .lizing .item .image {
    height: 90px;
    margin-bottom: 20px
}

.content main .lizing .item .image img {
    max-height: 100%
}

.content main .lizing .item .name {
    font-weight: 700
}

.content main .lizing .item .text {
    min-height: 120px
}

.content main .gallery {
    margin-bottom: 20px
}

.content main .gallery .big {
    width: 100%;
    margin-bottom: 20px
}

.content main .gallery .big img {
    width: 100%
}

.content main .gallery .small .item {
    border: 1px solid #eaeaea;
    height: 100px;
    display: table;
    margin-bottom: 20px
}

.content main .gallery .small .item a {
    display: table-cell;
    vertical-align: middle
}

.catalog {
    margin-bottom: 40px
}

.catalog .groups .item {
    height: 400px;
    margin-bottom: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    border: 2px solid #00789e
}

.catalog .groups .item:after {
    position: absolute;
    display: none;
    top: 0;
    content: '';
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, .63)
}

.catalog .groups .item .nav {
    z-index: 2;
    position: absolute;
    display: none;
    left: 30px;
    top: 60px;
    right: 30px
}

.catalog .groups .item .nav nav ul {
    margin: 0;
    padding: 0
}

.catalog .groups .item .nav nav ul li {
    list-style-type: none;
    margin-bottom: 12px
}

.catalog .groups .item .nav nav ul li a {
    color: #fff;
    font-size: 18px
}

.catalog .groups .item .nav nav ul li a:active,
.catalog .groups .item .nav nav ul li a:focus,
.catalog .groups .item .nav nav ul li a:hover {
    text-decoration: none
}

.catalog .groups .item .name {
    top: 150px;
    position: absolute;
    background-color: #ffffffb3;
    width: 100%;
    text-align: center;
    color: #000;
    display: block;
    padding: 20px 0;
    font-size: 18px
}

.catalog .groups .item .name a {
    color: #000;
    font-size: 18px
}

.catalog .groups .item .name:hover {
    text-decoration: none
}

.catalog .groups .item:hover {
    text-decoration: none
}

.catalog .groups .item:hover .name {
    display: none
}

.catalog .groups .item:hover .nav {
    display: block
}

.catalog .groups .item:hover:after {
    display: block
}


.fx_block {
    overflow: hidden;
}


.form {
    /* background-image: url(/assets/templates/site/img/form-bg.jpg); */
    padding-top: 40px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
}

.form .name,
.form .text {
    text-align: center;
    color: black
}

.form .name {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px
}

.form .text {
    margin-bottom: 40px
}

.form form input,
.form form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #000
}

.form form input {
    margin-bottom: 30px
}

.form form textarea {
    height: 108px;
    margin-bottom: 30px
}

.form form .send {
    background-color: #00789e;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg);
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    border: 2px solid #fecc00;
    display: block
}

.form form .send a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    width: 100%;
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg)
}

.form form .send a:active,
.form form .send a:focus,
.form form .send a:hover {
    text-decoration: none
}

.bottom-menu {
    background-size: 4%;
    background-image: url(/images/carbon.jpg);
    text-align: center;
    padding: 40px 0;
    position: relative
}

.bottom-menu:before {
    content: "";
    position: absolute;
    width: 760px;
    height: 3px;
    background-color: #fe0019;
    top: 0;
    left: 0;
    right: 0;
    margin: -1px auto
}

.bottom-menu:after {
    content: "";
    position: absolute;
    width: 760px;
    height: 8px;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg);
    background-color: #fe0000;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: -1px auto
}

.bottom-menu nav ul {
    margin: 0;
    padding: 0
}

.bottom-menu nav ul li {
    display: inline-block;
    list-style-type: none
}

.bottom-menu nav ul li:after {
    content: "|";
    color: #fff
}

.bottom-menu nav ul li:last-of-type:after {
    content: ""
}

.bottom-menu nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 7px
}

.scroll-top {
    position: relative;
    margin-bottom: 40px
}

.scroll-top .button {
    width: 280px;
    margin: -20px auto;
    background-color: #fe0000;
    text-align: center;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-42deg)
}

.scroll-top .button a {
    color: #fff;
    font-size: 26px;
    display: block;
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg)
}
.news-item {
		margin-bottom:30px;
}
footer .copy {
    color: #034b65;
    text-align: center;
    margin-bottom: 20px
}

footer .social {
    margin-bottom: 40px
}

footer .social .soc {
    -webkit-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
    transform: skew(-32deg);
    background-color: #000;
    text-align: center
}

footer .social .soc a {
    -webkit-transform: skew(32deg);
    -ms-transform: skew(32deg);
    transform: skew(32deg);
    display: inline-block;
    padding: 7px 0;
    color: #fff
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.popup-form input {
    width: 100%;
    margin-bottom: 20px
}

.popup-form input[type=submit] {
    border: none;
    background-color: #00789e;
    color: #fff;
    padding: 5px 0
}

.popup-form .text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px
}

.success {
    display: none
}

.visible {
    display: block!important
}
.tabs table tr td {
	padding: 5px;
	border: 1px solid #2f2f2f
}
.tabs {
	margin-bottom: 20px;
}
.tabs .outer {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.tabs .outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination {
    margin: 0 0 20px;
    padding: 0;
}
.pagination li {
    display: inline-block;
    border: 1px solid #444;
    text-align: center;
    width: 30px;
}
.pagination .current {
    display: inline-block;
    border: 1px solid #2498e2;
    text-align: center;
    width: 30px;
}
.news-item .image {
		border: 1px solid #dedede;
		padding: 5px;
}
.news-item .image a{
		display: inline-block;
}
.news-item .image a img {
			display: inline-block;
}
#navBlock {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    /* position: relative; */
    margin: 35px auto;
    text-align: center;
    margin-bottom: 10px;
    width: 65%;
    height: fit-content;
    /* border: 1px solid white; */
}

#navBlock div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 120px;
    border: 1px solid white;
}

#navBlock>div a {
    display: block;
    height: 100%;
}

.table_5i40_1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.serials img {
    width: 360px;
    height: 260px;
    float: left;
}




@media only screen and (max-width:1200px) {
    header {
        height: 665px;
        background-position: top 30px center
    }
    header .logo {
        margin-left: 0
    }
    header .logo a img {
        width: 90%
    }
		header .contacts {
				margin-top: 30px;
		}
    header .contacts .phone {
        font-size: 18px
    }
    header .contacts .phone i {
        font-size: 18px
    }
    .advantages .items .item .text {
        font-size: 13px;
        line-height: 19px
    }
    .bottom-menu nav ul li a {
        font-size: 12px;
        padding: 0 2px
    }
    .secondary .secondary-menu nav ul li {
        margin-right: 20px
    }
    .secondary .secondary-menu nav ul li a {
        font-size: 12px
    }
}

@media only screen and (max-width:992px) {
    body {
        font-size: 14px;
        line-height: 21px
    }
    .heading {
        font-size: 16px
    }
    .advantages .items .item {
        height: 272px;
        margin-bottom: 40px
    }
    .advantages .items .item .name {
        margin-bottom: 46px
    }
    .advantages .items .item .text {
        padding: 0 60px 0
    }
    .bottom-menu:after,
    .bottom-menu:before {
        width: 290px
    }
    .form form .send {
        width: 88%;
        margin: 0 auto 40px
    }
    .catalog .groups .item .nav nav ul li {
        font-size: 15px
    }
    .catalog .groups .item .nav nav ul li a {
        font-size: 15px
    }
		.breadcrumbs {
        margin-top: 0;
        margin-bottom: 0
    }

    #navBlock {
        width: 100%;
    }
    #navBlock div {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        height: 80px;
        border: 1px solid white;
    }
}



.autoList {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 5px;
    width: calc(80% - 50px);
    margin: 0 auto;
    text-align: center;
    color: white;
    position: relative;
    padding: 20px;
}
.autoList p {
    margin: 5px;
    border: 3px solid #fe0000;
    border-radius: 10px;
    background: black;
    color: white;
}
.mfp-close-btn-in .mfp-close {
    color: #fe0000 !important;
    transform: scale(2.5);
    padding: 10px 0 0 25px;
}
.link_fix {
    padding: 12px 2px !important;
}

@media only screen and (max-width:768px) {
    body {
        font-size: 12px
    }
    .link_fix {
        padding: 6px 0 !important;
    }
    .heading {
        font-size: 14px
    }
    .advantages {
        margin-bottom: 20px
    }
    .advantages .items .item {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 288px
    }
    .advantages .items .item .name {
        margin-bottom: 20px
    }
    .breadcrumbs {
        margin-top: 0;
        margin-bottom: 0
    }
    #navBlock {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        /* position: relative; */
        margin: 35px auto;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
        height: fit-content;
        /* border: 1px solid white; */
    }
    #navBlock div {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        height: 80px;
        border: 1px solid white;
    }

    header .float-menu .second-menu {
        position: absolute;
        right: 14px;
        top: 430px;
        transform: scale(1);
        width: 100%;
        font-size: 16px !important;
    }
    header .float-menu .second-menu ul li {
        margin-left: 0 !important;
        box-shadow: 0px 0px 10px 1px #ffffffed;
        list-style-type: none;
        text-align: center;
        background-size: 4%;
        background-image: url(/images/carbon.jpg);
        padding-bottom: 5px;
        font-size: 16px;
        /* -webkit-transform: skew(
    -42deg
    );
        -ms-transform: skew(-42deg);
        transform: skew(
    -42deg
    ); */
        width: 100%;
        margin-bottom: 8px;
        display: block;
    }

    .txt1 {
        font-size: 1.5rem !important;
        line-height: 1.35 ;
        z-index: 2;
        height: 200px;
    }
    .table_5i40_1 {
        display: grid;

        grid-template-columns: 1fr;

    }
    .serials img {
        width: 226px;
        height: 178px;
        float: left;
    }
    .block_favorite {
        height: 520px !important;
    }




    /* auto list */
    .autoList {
        display: grid;
        grid-template-columns: 40% 40%;
        grid-gap: 5px;
        width: 100%;
        text-align: center;
        color: white;
        position: relative;
        padding: 20px 0 0 0px;
    }
    .autoList p {
        margin: 5px;
        border: 3px solid #fe0000;
        border-radius: 0px;
        padding: 10px 0px;
        background: black;
        color: white;
        font-size: 2rem;
    }
    .mfp-close-btn-in .mfp-close {
        color: #fe0000 !important;
    width: 130px;
    height: 85px;
    font-size: 120px;
    padding: 10px 0 0 60px;
    opacity: 1;
    transform: scale(1) !important;
    }
}








.modx_evo_cat_desc {
    text-align: center;
    color: #fff;
}

.modx_evo_cat_desc h3 {
    text-transform: uppercase;
}

.modx_evo_cat_desc_link {
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg);
    display: block;
    color: #fff;
    padding: 5px 15px;
    color: #00789e;
    font-weight: 700;
    list-style-type: none;
    display: inline-block;
    -webkit-transform: skew(-42deg);
    -ms-transform: skew(-42deg);
    transform: skew(-22deg);
    background-color: #fff;
    margin-right: 23px;
}

.modx_evo_desc_cat_text {}

.modx_evo_btn_footer_form {
    color: #fff;
    display: block;
    padding: 10px 20px;
    width: 100%;
    -webkit-transform: skew(42deg);
    -ms-transform: skew(42deg);
    transform: skew(42deg);
    background: none;
    border: none;

}

.modx_evo_message {
    text-align: center;
}

#form_by_footer .modx_evo_message {
    color: #fff;
}

.form {
    background-image: url(assets/images/logo/form-bg.jpg);

    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.group-carousel .owl-stage-outer {
    height: 200px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.group-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    height: 200px;
}

.group-carousel,
.group-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.secondary {
    /* background-image: url(./images/icon_akpp2.png); */
    background-position: top 155px center;

    -webkit-background-size: auto auto;
    background-size: auto;
}

#video-bg {
    position: absolute;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}
/* #video-bg::before {

        content: '';
        display: block;
        position: absolute;
        width: calc(100% );
        height: calc(100% );
        background-image: url(/img/texture_1.png);

        background-repeat: no-repeat;
        transform: rotateY(
    357deg
     );
        background-size: 34% 71%;
        background-position: 109% 70%;
        opacity: .2;
        filter: drop-shadow(5px 1px 7px blue);
} */

#video-bg>video {

    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 620px;
}

@supports (object-fit: cover) {
    #video-bg>video {
        top: 0;
        left: 0;
        width: 100%;
        height: 620px;
        object-fit: cover;
    }
}