

/* Start:/local/templates/zr_main_template/css/lawn.css?167856088265756*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext&display=swap');

.wrap .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 5px;
    margin-bottom: 100px;
}

.main-content {
    overflow: hidden;
    background: #252525;
    color: #fff;
}

.main-content .title,
.main-content a {
    color: #fff;
}

.wrap.catalog-btn {
    height: auto !important
}

.wrap.catalog-btn .index-items__button {
    margin: 50px 0
}

.popup.form .form-response.form-response--success,
.football-about-text .form-response.form-response--success,
.pre-footer .form-response.form-response--success {
    border: 1px solid #fff;
    padding: 10px 15px;
    text-align: center;
}

.modal__overlay .form .modal__footer a {
    color: #3b5d5d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(59, 93, 93, .3);
}

.modal__overlay .form .modal__footer a:hover {
    border-bottom-width: 0
}

.football-about-text .form-response.form-response--success,
.pre-footer .form-response.form-response--success {
    margin-top: -70px;
    margin-bottom: 50px;
}

.popup.form .form-response.form-response--success {
    margin-top: 30px;
}

.form-response p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}

.header__contacts-phone .dashed {
    color: #8cc63e;
    border-bottom: 1px dashed #8cc63e;
}

.header__contacts-phone .dashed:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.top-slider .slider .number {
    width: auto;
    height: auto;
    border: none;
    flex: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.top-slider .slider .slick-dots li {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 24px;
    right: 2px;
}



@media (max-width: 991px) {
    .header .logo {
        width: 120px;
        padding-top: 16px;
        margin: auto;
    }

    .header__button {
        margin: auto 0px;
    }

    .first .image {
        top: 20px;
    }
}

.header .logo {
    width: 156px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

textarea::-webkit-input-placeholder {
    color: #6a6a6a !important
}

textarea:-moz-placeholder {
    color: #6a6a6a !important
}

textarea::-moz-placeholder {
    color: #6a6a6a !important
}

textarea:-ms-input-placeholder {
    color: #6a6a6a !important
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.it {
    font-style: italic;
}



.popup.form {
    max-width: 120%;
    width: 120%;
}

.modal__container {
    color: #000
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #252525;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: 'Rubik', sans-serif;

    color: #fff;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

button,
input[type='submit'] {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    cursor: pointer;
    border: 0;
}

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
/*footer,*/
nav,
main {
    display: block;
}

.clear {
    clear: both;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header.football-header {
    margin-bottom: 0;
    background-color: #2c2c2c;
}

.header.football-header .menu a,
.header.football-header .basket-price,
.dashed {
    color: #fff
}

.football-header .header__basket-item svg {
    fill: #fff
}

.about-text .form-error,
.pre-footer .form-error,
.popup .form-error {
    display: none;
    margin-top: -10px;
    margin-bottom: 20px;
}

.top-block {
    margin-bottom: 125px;
}

.top-block .wrap {
    padding: 30px 0 165px;
    position: relative;
}

.top-block .content {
    width: 40%;
    position: relative;
    z-index: 2;
}

.top-block .header {
    margin-bottom: 110px;
}

.top-block .header .phone {
    font-size: 23px;
    font-weight: 500;
    padding-top: 46px;
}

.top-block .text {
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

.top-block p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 85px;
    padding-left: 50px;
    position: relative;
}

.top-block p:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #8cc63e;
    left: 0;
    top: 12px;
}

.top-block button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 342px;
    height: 70px;
    margin-bottom: 100px;
}

.top-block .bottom-text {
    font-size: 16px;
    font-style: italic;
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    padding: 0 100px;
    position: relative;
}

.top-block .bottom-text:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 237px;
    background: url('/local/templates/zr_main_template/css/../img/str.png');
    bottom: 40px;
    right: 75px;
}

.top-block .bottom-text div {
    height: 10px;
}

.top-block .bottom-text img {
    margin-bottom: 4px;
}

.top-block .right-block {
    position: absolute;
    width: 770px;
    top: 0;
    right: -82px;
    font-size: 0;
}

.top-block .right-block .txt {
    font-size: 20px;
    background: #8cc63e;
    padding: 40px 80px 0 60px;
    position: relative;
}

.top-block .right-block .txt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 77px;
    left: 0;
    top: 100%;
    background: url('/local/templates/zr_main_template/css/../img/bg1.png') no-repeat left;
}

.top-block .right-block .txt div {
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.top-block .right-block .txt div:last-child {
    margin-bottom: 0;
}

.top-block .right-block .txt div span {
    position: absolute;
    left: 0;
    top: -1px;
}

.top-slider .content {
    margin: 0 -82px;
}

.top-slider .right-block {
    float: right;
    width: 390px;
    font-size: 0;
}

.top-slider .right-block .text {
    font-weight: 900;
    font-size: 54px;
    text-transform: uppercase;
    background: #8cc63e url('/local/templates/zr_main_template/css/../img/bg2.png') no-repeat center;
    text-align: center;
    letter-spacing: 5px;
    padding: 43px 10px;
    position: relative;
}

.top-slider .right-block .text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 44px;
    left: 0;
    top: 100%;
    background: url('/local/templates/zr_main_template/css/../img/bg3.png') no-repeat left;
}

.top-slider .slider {
    padding-right: 390px;
    position: relative;
}

.top-slider .slider .list .item {
    position: relative;
    height: 554px;
    font-size: 0;
}

.top-slider .slider .list .item img {
    width: 100%;
}

.top-slider .slider .list .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(1, 1, 1, 0.6);
}

.top-slider .slider .list .item .text p {
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 160px;
    text-align: center;
    margin: 0;
}

.top-slider .slider .nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 390px;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 1300;
    display: none;
}

.top-slider .slider .nav .item {
    height: 275px;
    position: relative;
    z-index: 4;
}

.top-slider .slick-prev,
.top-slider .slick-next {
    position: absolute;
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 0;
    z-index: 2;
    bottom: 17px;
    top: auto;
}

.top-slider .slick-prev:before,
.top-slider .slick-next:before {
    content: none;
}

.top-slider .slider .slick-prev {
    left: 80px;
    background: url('/local/templates/zr_main_template/css/../img/prev.png');
}

.top-slider .slider .slick-prev:hover {
    background: url('/local/templates/zr_main_template/css/../img/prevh.png');
}

.top-slider .slider .slick-next {
    right: 80px;
    background: url('/local/templates/zr_main_template/css/../img/next.png');
}

.top-slider .slider .slick-next:hover {
    background: url('/local/templates/zr_main_template/css/../img/nexth.png');
}

.top-slider .slider .slick-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 25px;
    right: 40px;
}

.top-slider .slider .slick-dots li {
    display: none;
}

.top-slider .slider .slick-dots li.slick-active {
    display: block;
}

.top-slider .slider .slick-dots li button {
    font-size: 20px;
    color: #fff;
    background: none;
}

.top-slider .slider .number {
    font-size: 20px;
    position: absolute;
    bottom: 44px;
    right: 412px;
}

.top-slider .slider .number:before {
    content: "/";
}



.football-about-text.about-text {
    padding-top: 100px;
    padding-bottom: 30px;
}

.football-about-text {
    background: url('/local/templates/zr_main_template/css/../img/bg5.png') no-repeat right top;
}

.about-text .top-text {
    font-size: 16px;
    padding: 0 18% 0 43%;
    line-height: 150%;
}

.about-text .top-text img {
    margin-bottom: 15px;
}

.about-text .top-text span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 48px;
}

.about-text .left-text {
    width: 42%;
}

.about-text .left-text .top-item {
    font-size: 16px;
    line-height: 150%;
    margin-top: -50px;
    margin-bottom: 5px;
}

.about-text .left-text .top-item img {
    margin-bottom: 15px;
}

.about-text .left-text .top-item span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 48px;
}

.about-text .left-text .mobile-list {
    margin-bottom: 265px;
    display: none;
}

.about-text .left-text .mobile-list .name {
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

.about-text .left-text .mobile-list .item {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
}

.about-text .left-text .mobile-list .item:last-child {
    margin-bottom: 0;
}

.about-text .left-text .mobile-list .item img {
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.about-text .left-text .list {
    background: url('/local/templates/zr_main_template/css/../img/bg4.png') no-repeat 5px 0;
    padding-top: 270px;
}

.about-text .left-text .list .name {
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.about-text .left-text .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-text .left-text .list ul li {
    position: relative;
    margin-bottom: 17px;
    font-size: 20px;
}

.about-text .left-text .list ul li:last-child {
    margin-bottom: 0;
}

.about-text .right-block {
    width: 49%;
    padding-top: 450px;
}

.about-text .right-block .list {
    margin-bottom: 265px;
}

.about-text .right-block .list .name {
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

.about-text .right-block .list .item {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
}

.about-text .right-block .list .item:last-child {
    margin-bottom: 0;
}

.about-text .right-block .list .item img {
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.about-text .right-block form {
    padding-right: 100px;
}

.about-text .right-block form .name {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-text .right-block form p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-right: 100px;
    color: #fff;
}

.reviews .slick-prev:before,
.reviews .slick-next:before {
    content: none;
}

.about-text .right-block form input[type='text'] {
    width: 278px;
    height: 62px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    background: none;
}

.about-text .right-block form .agree {
    line-height: 22px;
    padding-right: 160px;
    margin-bottom: 25px;
}

.about-text .right-block form .agree a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.about-text .right-block form button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 172px;
    height: 70px;
    margin-bottom: 100px;
}

.catalog {
    position: relative;
}

.football-catalog:after {
    content: "";
    position: absolute;
    width: 1005px;
    height: 1164px;
    background: url('/local/templates/zr_main_template/css/../img/bg8.png');
    top: 100%;
    left: 0;
    margin-top: -30px;
}

.catalog .block-name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.football-catalog.catalog .item {
    margin-bottom: 120px;
}



/*.catalog .item .image:before {
    content: "";
    width: 698px;
    height: 681px;
    background: url('/local/templates/zr_main_template/css/../img/bg6.png');
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.catalog .item .image img {
    position: relative;
}

.services .item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 2;
}

.services .item a span {
    background: #8cc63e;
    padding: 0 5px;
}

.catalog .item .text {
    width: 55%;
    position: relative;
}

.catalog .item .text .name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.catalog .item .text .name a {
    text-decoration: none;
}

.catalog .item .text p {
    font-size: 20px;
    margin-bottom: 25px;
}

.catalog .item .text p.bold {
    margin-bottom: 15px;
}

.catalog .item .text ul {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}

.catalog .item .text ul li {
    /*position: relative;*/
    margin-bottom: 17px;
    /*padding-left: 20px;*/
    font-size: 20px;
}

.catalog .item .text ul li:last-child {
    margin-bottom: 0;
}

/*.catalog .item .text ul li span {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0px;*/
/*}*/
.catalog .item .text button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 292px;
    height: 70px;
}

.objects {
    position: relative;
}

.objects .hidden {
    display: none;
}

.objects .name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 5px;
    margin-bottom: 100px;
}

.objects img {
    width: 100%;
}

.objects .about {
    font-size: 16px;
}

.objects .about span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.objects .object1 {
    padding-right: 25.5%;
    position: relative;
    margin-bottom: 10px;
}

.objects .object1.m_t {
    margin-top: 40px;
}

.objects .object1 .about {
    position: absolute;
    right: 0;
    top: 0;
    width: 24.8%;
}

.objects .object2 {
    margin-bottom: 10px;
    position: relative;
}

.objects .object3 {
    position: relative;
    margin-bottom: 10px;
}

.objects .object3 .about {
    position: absolute;
    right: 0;
    top: 100%;
    width: 33.8%;
}

.objects .object4 {
    width: 61%;
}

.objects .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.objects .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.objects .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
}

.objects .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}

.objects .left-side {
    width: 31.5%;
}

.objects .right-side {
    width: 67.7%;
}

.objects .button {
    text-align: center;
    padding: 20px 0 80px;
}

.objects .button button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 262px;
    height: 70px;
    /*margin-bottom: 100px;*/
}

.reviews {
    margin-bottom: 110px;
}

.reviews .name {
    width: 500px;
    font-size: 20px;
    margin-bottom: 50px;
}

.reviews .name span {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 54px;
    margin-bottom: 10px;
}

.reviews .list {
    position: relative;
}

.reviews .list .item {
    padding: 0 20px 30px 0;
}

.reviews .list .item img {
    width: 100%;
    -webkit-box-shadow: #010101 0 8px 24px;
    box-shadow: #010101 0 8px 24px;
    height: 393px;
}

.reviews .list .slick-prev {
    /*display: none !important;*/
    width: 50px;
    height: 96px;
    padding: 0;
    font-size: 0;
    z-index: 2;
    background: url('/local/templates/zr_main_template/css/../img/prev2.png');
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reviews .list .slick-next {
    width: 50px;
    height: 96px;
    padding: 0;
    font-size: 0;
    z-index: 2;
    background: url('/local/templates/zr_main_template/css/../img/next2.png');
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prices .block-name {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.prices .item {
    width: 31.8%;
    margin-bottom: 80px;
    position: relative;
}

.prices .item:hover .image .button {
    opacity: 1;
}

.prices .item .badge {
    color: #fff;
    font-weight: 700;
    background: #8cc63e;
    padding: 5px 10px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 4;
}

.prices .item .image {
    position: relative;
    margin-bottom: 10px;
}

.prices .item .image img {
    width: 100%;
}

.prices .item .image .button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.4);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    opacity: 0;
}

.prices .item .image .button button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 232px;
    height: 70px;
    margin-bottom: 100px;
}

.prices .item .name {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.prices .item .price {
    font-size: 12px;
    margin-bottom: 20px;
    display: none;
}

.prices .item .price span {
    display: block;
    font-weight: 500;
    font-size: 26px;
}

.prices .item .price2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 5px;
}

.prices .item table {
    width: 100%;
}

.prices .item table tr td {
    padding: 0 0 10px 0;
    font-size: 16px;
    vertical-align: top;
}

.prices .item table tr td:first-child {
    width: 140px;
}

.about-video {
    margin-bottom: 105px;
}

.about-video .video .bg {
    position: relative
}

.about-video .name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 40px;
}

.about-video .video {
    position: relative;
}

.about-video .video img {
    width: 100%;
}

.about-video .video .v {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4% 5.6% 4% 5.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services {
    margin-bottom: 50px;
    position: relative;
}


.services .block-name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 40px;
}

.services .item {
    width: 31%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.services .item:hover .button {
    opacity: 1;
}

.services .item img {
    width: 100%;
}

.services .item .name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 26px;
    z-index: 3;
    line-height: 36px;
}

.services .item .name span {
    background: #8cc63e;
    padding: 0 3px;
}

.services .item .button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.4);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    opacity: 0;
}

.services .item .button button {
    top: 60%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 232px;
    height: 70px;
    margin-bottom: 100px;
}

.pre-footer {
    margin-bottom: 130px;
    position: relative;
}

.pre-footer .name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 30px;
}

.pre-footer .list {
    width: 56%;
}

.pre-footer .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pre-footer .list ul li {
    position: relative;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
}

.pre-footer .list ul li:last-child {
    margin-bottom: 0;
}

.pre-footer .flex>div:last-child {
    width: 27%;
}

.case .item p {
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
}

.case .item {
    width: 48.5%;
    margin-bottom: 60px;
}

.bottom-block .content .name {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bottom-block .image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bottom-block {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.bottom-block .content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-right: 0px;
}

.bottom-block .content {
    width: 63%;
    position: relative;
    z-index: 2;
}

.case .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    padding: 0 250px;
}

.case {
    padding-bottom: 80px;
    padding-top: 160px;
    margin-top: -150px;
    position: relative;
}

.case .name2 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}

.pre-footer form .n {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pre-footer form p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.pre-footer form input[type='text'],
.pre-footer form input[type='email'] {
    width: 278px;
    height: 62px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    background: none;
}

.pre-footer .flex>div:last-child {
    width: 27%;
}

.pre-footer form .agree {
    line-height: 22px;
    margin-bottom: 25px;
}

.pre-footer form .agree a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.pre-footer form button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 172px;
    height: 70px;
    margin-bottom: 100px;
}

/*.footer {
  font-size: 20px;
  padding-bottom: 80px;
}*/
/*.footer a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}*/
.popup .modal__header {
    display: none
}

.about-text .modal__header {
    display: none
}

.pre-footer .modal__header {
    display: none
}

.popup .window {
    width: 585px;
    top: 100px;
    margin-bottom: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
    padding: 50px 100px;
}

.popup .window .close {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    background: #e41e25;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .window form .name {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.popup .window form p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.popup .window form input[type='text'],
.popup .window form input[type='email'] {
    width: 278px;
    height: 62px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    background: none;
}

.prices .item .name {
    color: #fff;
}

.pre-footer form p {
    color: #fff;
}

.popup .window form .agree {
    line-height: 22px;
    margin-bottom: 25px;
}

.popup .window form .agree a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.popup .window form button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 172px;
    height: 70px;
}

.popup .window .text {
    margin: 0 -60px;
}

.popup .window .text p {
    margin-bottom: 20px;
}

.popup .window .text ul {
    list-style: none;
    padding: 0;
}

.popup .window .text ul li {
    position: relative;
    padding-left: 25px;
}

.popup .window .text ul li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 6px;
}

@media screen and (min-width: 992px) {
    .header__logo {
        width: 156px;
        height: 81px;
        background: url("/local/templates/zr_main_template/css/../img/logo.png") no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1230px) {
    .wrap {
        width: 970px;
    }

    .top-block .right-block {
        width: 560px;
    }

    .top-block .bottom-text {
        padding: 0;
    }

    .top-block .bottom-text:after {
        display: none;
    }

    .services .item .button button {
        top: 70%;
    }


}

@media (max-width: 991px) {
    .wrap {
        width: 747px;
    }

    .top-block .content {
        width: auto;
    }

    .top-block .right-block {
        width: auto;
        right: auto;
        top: auto;
        position: relative;
        margin-top: 30px;
    }

    .top-block .right-block img {
        display: none;
    }

    .top-block .header {
        margin-bottom: 50px;
    }

    .top-block p {
        margin-bottom: 50px;
    }

    .top-block button {
        margin-bottom: 50px;
    }

    .about-text .top-text {
        padding: 0;
        margin-bottom: 40px;
    }

    .about-text .left-text {
        width: 100%;
    }

    .about-text .left-text .top-item {
        margin-top: 0;
    }

    .about-text .right-block {
        width: 100%;
        padding-top: 40px;
    }

    .about-text .right-block .list {
        margin-bottom: 40px;
    }

    .catalog .item .image {
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .objects .about span {
        font-size: 24px;
        line-height: 30px;
        margin-top: 5px;
    }

    .prices .item {
        width: 48%;
    }

    .services .item {
        width: 48%;
    }

    .pre-footer .flex>div:last-child {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }

    .first .image {
        display: none;
    }



    .first {
        padding-top: 40px;
    }

    .top-page-text {
        background: none;
        padding: 50px 0;
        margin-top: 0;
    }

    .catalog .item {
        width: 100%;
        margin-bottom: 40px;
    }

    .services .name {
        font-size: 32px;
    }

    .services .item {
        width: 100%;
    }

    .top-block .wrap {
        padding: 30px 10px;
    }

    .header .logo img {
        width: 120px;
    }

    .top-block .header .phone {
        font-size: 18px;
        padding-top: 25px;
    }

    .top-block .text {
        font-size: 38px;
    }

    .top-block button {
        width: 100%;
        margin-bottom: 30px;
    }

    .top-block .right-block {
        margin: 30px -10px 0 -10px;
    }

    .top-block .right-block .txt {
        padding: 20px 20px 0 20px;
        font-size: 16px;
    }

    .top-block p {
        padding-left: 0;
        font-size: 20px;
        margin-top: 40px;
    }

    .top-block p:before {
        top: -20px;
    }

    .top-slider {
        padding-top: 100px;
    }

    .top-slider .content {
        margin: 0;
    }

    .top-slider .right-block {
        width: auto;
        float: none;
    }

    .top-slider .slider {
        margin: 60px 0 0 0;
    }

    .top-slider .slider .slick-prev {
        left: 20px;
    }

    .top-slider .slider .slick-next {
        right: 20px;
    }

    .top-slider .slider .item .text p {
        padding: 0 80px;
        font-size: 14px;
    }

    .top-slider .slider .number {
        display: none;
    }

    .top-slider .slider .slick-dots {
        display: none !important;
    }

    .about-text .left-text .list .name {
        font-size: 30px;
    }

    .about-text .right-block .list .name {
        font-size: 30px;
    }

    .about-text .right-block .list .item {
        font-size: 24px;
    }

    .about-text .right-block form {
        padding: 0;
    }

    .about-text .right-block form .agree {
        padding: 0;
    }

    .catalog .block-name {
        font-size: 30px;
    }

    .catalog .item .image {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .catalog .item .text {
        width: 100%;
    }

    .objects .name {
        font-size: 26px;
        margin-bottom: 40px;
        letter-spacing: 3px;
    }

    .objects .object1 {
        padding: 0;
    }

    .objects .object1 .about {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }

    .objects .left-side,
    .objects .right-side {
        width: 100%;
    }

    .objects .object4 {
        width: 100%;
    }

    .objects .object3 .about {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }

    .objects .button {
        padding: 20px 0;
    }

    .reviews .name {
        width: auto;
    }

    .reviews .name span {
        font-size: 30px;
    }

    .prices .block-name {
        font-size: 30px;
    }

    .prices .item {
        width: 100%;
    }

    .about-video .name {
        font-size: 30px;
    }

    .services .block-name {
        font-size: 30px;
    }

    .services .item {
        width: 100%;
    }

    .pre-footer {
        margin-bottom: 0;
    }

    .pre-footer .name {
        font-size: 30px;
    }

    .pre-footer .list {
        width: 100%;
    }

    .pre-footer .flex>div:last-child {
        width: 100%;
    }

    .footer a {
        border-bottom: 0;
    }

    .footer a span {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .popup .window {
        width: 300px;
        padding: 30px 20px;
    }

    .popup .window .text {
        margin: 0;
    }

    .catalog .item .text button {
        position: relative;
        z-index: 4;
    }

    .about-text .left-text .list {
        padding-top: 380px;
    }

    .top-slider .slider {
        padding-right: 0;
    }

    .top-slider .right-block img {
        display: none;
    }

    .top-slider .right-block .text {
        font-size: 40px;
        position: relative;
        z-index: 3;
    }

    .top-slider .slider .nav {
        display: none !important;
    }

    .top-slider .content {
        margin: 0;
    }

    .top-slider .right-block {
        width: auto;
        float: none;
    }

    .top-slider .slider {
        margin: 60px 0 0 0;
    }

    .top-slider .slider .list {
        margin-top: -60px;
    }

    .top-slider .slider .slick-prev {
        left: 20px;
    }

    .top-slider .slider .slick-next {
        right: 20px;
    }

    .top-slider .slider .list .item {
        height: 200px;
    }

    .top-slider .slider .list .item .text p {
        padding: 0 80px;
        font-size: 14px;
    }

    .top-slider .slider .number {
        display: none;
    }

    .top-slider .slider .slick-dots {
        display: none !important;
    }

    .catalog:after {
        display: none;
    }

    .services:after {
        display: none;
    }

    .catalog .item .image:before {
        display: none;
    }

    .popup .window {
        top: 30px;
        margin-bottom: 30px;
        padding: 20px 15px;
    }

    .popup .window form .name {
        font-size: 20px;
        line-height: 26px;
    }

    .about-text .left-text .mobile-list {
        display: block;
        margin: 40px 0;
    }

    .about-text .left-text .mobile-list .name {
        font-size: 30px;
    }

    .about-text .left-text .mobile-list .item {
        font-size: 24px;
    }

    .about-text .right-block .list {
        display: none;
    }

    .about-text .top-text span {
        font-size: 24px;
        line-height: 30px;
    }

    .about-text .left-text .top-item span {
        font-size: 24px;
        line-height: 30px;
    }

    .objects .about {
        margin-bottom: 40px;
    }

    .reviews .list .slick-next {
        margin-top: -15px;
    }

    .services .item {
        margin-bottom: 30px;
    }

    .services .item .button {
        opacity: 1;
        background: none;
        top: 100%;
        height: 70px;
        margin-top: 10px;
    }

    .services .item .button button {
        top: 0;
    }

    .footer {
        padding-bottom: 30px;
    }

    .top-slider .slider .list .item {
        margin-bottom: 80px;
    }

    .top-slider .slider .list .item .text {
        bottom: auto;
        top: 100%;
    }

    .prices .item .image .button {
        opacity: 1;
    }

    .top-block .right-block img {
        display: block;
    }
}

.about-video .video {
    margin-bottom: 40px;
}

.about-video .video .bg img {
    width: 100%;
}

.about-video .video .bg .v {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4% 5.6% 5% 5.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 478px) {
    .top-block .bottom-text {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .about-video .flex .video .bg .v {
        max-height: 380px
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .about-video .flex .video .bg .v {
        max-height: 310px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-video .flex .video .bg .v {
        max-height: 260px
    }
}

.about-video .video p {
    font-weight: 500;
    font-size: 20px;
    padding-top: 20px;
}

.about-video .flex .video {
    width: 48%;
}

.about-video .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-video .slick-dots li {
    display: inline-block;
    margin: 0 3px;

}

.about-video .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
}

.about-video .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    -webkit-transition: none;
    transition: none;

}

.about-video .slider {
    display: none;
}

.gazon-about-text:before {
    content: "";
    position: absolute;
    width: 1017px;
    height: 1017px;
    background: url(/local/templates/zr_main_template/css/../img/bg2.png);
    left: -300px;
    bottom: -500px;
}

.pre-footer form input[type='text'].small {
    width: 200px;
}

.pre-footer .list p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.popup .window form input[type='text'].small {
    width: 200px;
}

.popup .window form textarea {
    width: 278px;
    height: 120px;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    background: none;
}

.about {
    position: relative;
}

.about img {
    position: absolute;
    right: 0;
    top: 0;
}

.about .wrap {
    position: relative;
    height: 792px;
}

.about .content {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 44%;
}

.about .content .name {
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about .content p {
    font-size: 22px;
    margin-bottom: 30px;
}

.about .content button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 262px;
    height: 70px;
}

.types .name {
    text-align: center;
    font-weight: 700;
    padding: 40px 0 110px;
    font-size: 40px;
    position: relative;
    margin-bottom: -15px;
}

.types .name:after {
    content: "";
    width: 362px;
    height: 105px;
    background: url('/local/templates/zr_main_template/css/../img/gazon/arrows.png');
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.types .item {
    width: 48%;
    margin-bottom: 30px;
}

.types .item .n {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
}

.types .item .n div {
    font-weight: 400;
    font-size: 16px;
    bottom: -25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.types .item .n a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.types .item p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

/*.types .item ul {*/
/*padding: 0;*/
/*margin: 0;*/
/*list-style: none;*/
/*}*/
.types .item ul li {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

/*.types .item ul li span {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*}*/
.catalog {
    padding: 30px 0 60px;
    text-align: center;
    margin-top: -200px;
}

.catalog .item {
    margin-bottom: 40px;
    width: auto;
}

.catalog .item>span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.catalog .item p {
    font-size: 20px;
    line-height: 28px;
}

.char {
    padding-bottom: 80px;
    position: relative;
}

.char:before {
    content: "";
    position: absolute;
    width: 1396px;
    height: 1396px;
    background: url('/local/templates/zr_main_template/css/../img/gazon/bg1.png');
    top: -200px;
    right: -150px;
}

.char .name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.char .text {
    width: 49%;
    position: relative;
    z-index: 2;
}

.char .text div {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.char .text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.char .text p span {
    font-weight: 700;
}

.char .list {
    position: relative;
    padding-top: 60px;
    z-index: 2;
}

.char .list .item {
    font-size: 24px;
    position: relative;
    height: 300px;
    line-height: 300px;
    padding-left: 320px;
}

.char .list .item:last-child {
    margin-top: -50px;
}

.char .list .item img {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.items {
    position: relative;
}

.items:before {
    content: "";
    position: absolute;
    width: 1017px;
    height: 1017px;
    background: url('/local/templates/zr_main_template/css/../img/gazon/bg3.png');
    left: -100px;
    top: -250px;
}

.items .item1 {
    padding: 0 120px;
    margin-bottom: 160px;
    position: relative;
    z-index: 2;
}

.items .item1 div {
    display: table-cell;
    vertical-align: middle;
}

.items .item1 div img {
    max-width: 1000px;
    margin-right: 80px;
}

.items .item1 div span {
    font-size: 40px;
    font-weight: 700;
}

.items .item1 div p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.items .item2 {
    padding: 0 200px;
    margin-bottom: 160px;
    position: relative;
    z-index: 2;
}

.items .item2 div {
    display: table-cell;
    vertical-align: middle;
}

.items .item2 div img {
    max-width: 1000px;
    margin-left: 80px;
}

.items .item2 div span {
    font-size: 40px;
    font-weight: 700;
}

.items .item2 div p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.items .item3 {
    padding: 0 120px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.items .item3 div {
    display: table-cell;
    vertical-align: middle;
}

.items .item3 div img {
    max-width: 1000px;
    margin-right: 80px;
}

.items .item3 div span {
    font-size: 40px;
    font-weight: 700;
}

.items .item3 div p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.items .button {
    text-align: center;
    padding: 0 0 80px;
}

.items .button button {
    font-size: 18px;
    color: #fff;
    background: #8cc63e;
    border-radius: 48px;
    width: 262px;
    height: 70px;
    /*margin-bottom: 100px;*/
}

.setup {
    margin-bottom: 80px;
}

.setup .content {
    margin: 0 -20px;
    background: url('/local/templates/zr_main_template/css/../img/gazon/setup.jpg') center;
    background-size: cover;
    padding: 80px 30px;
}

.setup .content .col {
    display: table-cell;
    vertical-align: middle;
}

.setup .content .col:first-child {
    width: 58%;
    padding-right: 20px;
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
}

.setup .content .col p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.setup .content .col p:last-child {
    margin-bottom: 0;
}

.about-text {
    padding-bottom: 80px;
    position: relative;
}

.about-text:before {
    content: "";
    position: absolute;
    width: 1017px;
    height: 1017px;
    background: url('/local/templates/zr_main_template/css/../img/gazon/bg2.png');
    left: -300px;
    bottom: -500px;
}

.about-text .content {
    padding: 0 205px;
    position: relative;
    z-index: 2;
}

.gazon-about-text .name {
    font-weight: 900;
    font-size: 54px;
    text-transform: uppercase;
}

.football-catalog {
    padding: 0
}

/*.about-text span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}*/
.about-text p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.about-text p a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* lawn */
.wrapper-first {
    margin-bottom: -280px;
    padding-bottom: 240px;
}

.first {
    padding-top: 100px;
    position: relative;
}

.first .content {
    width: 62%;
    position: relative;
    z-index: 2;
}

.first .content .name {
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #000000;
}

.first .content button {
    font-size: 18px;
    color: #fff;
    background: #d15d50;
    width: 280px;
    height: 68px;
    border-radius: 48px;
    -webkit-box-shadow: rgb(1 1 1 / 30%) 0 12px 40px;
    box-shadow: rgb(1 1 1 / 30%) 0 12px 40px;
}

.first .image {
    position: absolute;
    right: 0;
    top: 50px;
}

.site {
    background: #e7e7e7;
}

.top-page-text {
    text-align: center;
    padding: 300px 0;
    background: url('/local/templates/zr_main_template/css/../img/circles.png') no-repeat center;
    margin-top: -40px;
}

.top-page-text .content {
    padding: 0 205px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.top-page-text .content .image {
    padding: 30px 0;
}

.catalog .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.catalog .item {
    width: 32%;
    margin-bottom: 100px;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: auto;
}

.catalog .item .image {
    height: 380px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.catalog .item .image img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.item-inner {
    color: #000;
}

.catalog .item td.name {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
    color: #000;
}

.catalog .item td.price {
    font-weight: 700;
    padding-bottom: 40px;
    font-size: 20px;
    color: #000;
}

.catalog .item p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 20px;
    margin: 0 0 20px 0;
    width: 100%;
}

.catalog .item .notice {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 20px;
    height: 94px;
}

.catalog .item td.price {
    font-weight: 700;
    padding-bottom: 40px;
    font-size: 20px;
}

.catalog .item button {
    font-size: 18px;
    color: #fff;
    background: #d15d50;
    width: 200px;
    height: 50px;
    border-radius: 48px;
    -webkit-box-shadow: rgb(1 1 1 / 30%) 0 12px 40px;
    box-shadow: rgb(1 1 1 / 30%) 0 12px 40px;
    margin: auto auto 0 auto;
}

.services .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}

.services-text .image {
    position: absolute;
    left: 0;
    bottom: 240px;
}

.services-text {
    padding-bottom: 850px;
    background: url('/local/templates/zr_main_template/css/../img/circles-2.png') no-repeat bottom center;
    position: relative;
}

.services-text .content {
    padding: 0 308px;
}

.services-text .content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}

.services-text .content .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}

.services-text .content .name2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.services-text .content ul {
    padding: 0;
    margin: 0;
    color: #000;
    list-style: none;
}

.services-text .content ul li {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-left: 5px;
}

.slider {
    position: relative;
    margin-bottom: 80px;
}

#comp_4c73274b934095abd5690d0487e9a14a {
    width: 38%;
}

.slider .slider-for .item {
    height: 554px;
    position: relative;
}

.slider .slider-for {
    margin-right: 395px;
}

.slider .slider-for .item .name {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    padding: 25px 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(1, 1, 1, 0.7);
    width: 100%;
}

.slider .slider-nav {
    position: absolute;
    width: 395px;
    right: 0;
    top: 0;
}

.slider .slider-nav .item {
    height: 277px;
}

.slider .text {
    background: #c2b098 url(/local/templates/zr_main_template/css/../img/map.png) no-repeat center;
    position: absolute;
    width: 395px;
    height: 277px;
    right: 0;
    bottom: 0;
}

#comp_4c73274b934095abd5690d0487e9a14a {
    width: 100%;
}



.slider .text p {
    font-weight: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 54px;
    color: #6a6154;
    text-transform: uppercase;
    padding: 0 10px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 78px;
}

.slick-track {
    padding-bottom: 0 !important;
}

.slider .slider-for .slick-prev {
    left: 20px;
    background: url(/local/templates/zr_main_template/css/img/prev3.png);
}

.slider .slider-for .slick-prev,
.slider .slider-for .slick-next {
    position: absolute;
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 0;
    z-index: 2;
    bottom: 15px;
    top: auto;
    border: 1px solid #fff;
    transform: none;
}

.slider .slider-for .slick-next {
    right: 20px;
    background: url(/local/templates/zr_main_template/css/img/next3.png);
}

.case .text {
    padding: 40px 300px;
}

.site-form .text .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}

.site-form .text ul {
    padding: 0;
    margin: 0;
    color: #000;
    list-style: none;
}

.site-form form .name {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}

.site-form form {
    padding-top: 70px;
    position: relative;
}

.site-form form:after {
    content: "";
    width: 849px;
    height: 808px;
    background: url(/local/templates/zr_main_template/css/../img/form.png);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: -60px 0 0 -50px;
}
.site-form form .form-rent-wrap {
	position: relative;
	z-index: 5;
}

.site-form .text ul li {
    margin-bottom: 15px;
    font-size: 20px;
}

.site-form .flex>div:last-child {
    width: 38%;
}

.site-form .text {
    width: 51%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.site-form form p {
    font-size: 16px;
    margin-bottom: 30px;
}

.site-form form input[type='text'],
.site-form form input[type='email'],
.site-form form input[type='tel'] {
    width: 75%;
    height: 60px;
    border: 1px solid #292929;
    border-radius: 12px;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 20px;
    background: none;
}

.site-form form textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #292929;
    border-radius: 12px;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 20px;
    background: none;
}

.agree {
    color: #000;
    margin-bottom: 20px;
}

.site-form form button {
    font-size: 18px;
    color: #fff;
    background: #d15d50;
    width: 160px;
    height: 68px;
    border-radius: 48px;
    -webkit-box-shadow: rgb(1 1 1 / 30%) 0 12px 40px;
    box-shadow: rgb(1 1 1 / 30%) 0 12px 40px;
}

.reviews {
    padding-top: 160px;
}

.reviews .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}

.reviews p {
    font-size: 20px;
    margin-bottom: 40px;
}

.reviews .list .slick-next {
    right: 0;
    background: url(/local/templates/zr_main_template/css/../img/slider-next.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.reviews .list .slick-prev {
    display: none !important;
}

.reviews .list .slick-prev,
.reviews .list .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    top: 50%;
    margin-top: -105px;
}

.reviews .list .item img {
    box-shadow: 0 10px 18px -3px rgb(1 1 1 / 50%);
    border-radius: 10px;
}

.reviews .list .item {
    padding: 5px 20px 60px 10px;
}

.about .name {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}

.bottom-block .content .name {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

.page {
    overflow: hidden;
}

.case .text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    width: 100%;
}

.page {
    background: #e7e7e7;
}


@media (max-width: 1230px) {
    .top-block {
        margin-bottom: 0px;
    }

    .catalog .item {
        width: 48%;
    }

    .services-text .content {
        padding: 0 200px;
    }

    .case .text {
        padding: 40px 200px;
    }

    .first .content {
        width: 75%;
    }

    .first .image {
        right: -200px;
    }

    .about img {
        right: -300px;
    }

    .types .name {
        margin-bottom: 0;
    }

    .char .text {
        width: 100%;
    }

    .char .list {
        width: 100%;
    }

    .items .item1 {



        padding: 0;

    }

    .items .item2 {
        padding: 0 100px;
    }

    .items .item3 {
        padding: 0;
    }

    .about-text .content {
        padding: 0 100px;

    }
}


@media (max-width: 991px) {
    .top-block {
        margin-bottom: 0px;
    }

    .bottom-block .image {
        right: -150px;
    }

    .case .text {
        padding: 40px 100px;
    }

    .slider .slider-nav {
        display: none !important;
    }

    .slider .text {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
    }



    .slider .slider-for {
        margin-right: 0;
    }

    .services-text .content {
        padding: 0 100px;
    }

    .items .item2 {
        padding: 0;
    }

    .first .content .name {
        font-size: 60px;
        letter-spacing: 5px;
    }

    .about-text .content {
        padding: 0;
    }

    .about img {
        display: none;
    }

    .about .wrap {
        height: auto;

    }

    .about .content {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        padding: 30px 0;
    }

    .setup .content .col {
        display: block;
        width: auto !important;
    }

    .setup .content .col:first-child {
        padding: 0 0 20px 0;
    }

    .setup .content {
        margin: 0;
        padding: 20px;
    }

    .header.football-header .header__basket-item svg {
        fill: #3b5d5d;
    }

    .menu-opened .header.football-header .header__basket-item svg {
        fill: #ffffff;
    }

    .header.football-header {
        background-color: #fff;
    }

    .header .logo {
        width: 147px;
    }

    /*.logo{*/
    /*width:156px;*/
    /*height: 15px;*/
    /*background: url(/local/templates/base/html/build/styles/../images/header-logo--mobile.png);*/
    /*background-size: cover;*/
    /*}*/
    .header.football-header .menu--mobile .menu__item--active a {
        color: gray;
    }

    .header__basket {
        margin: auto 0px;
    }
}

@media (max-width: 767px) {

    .top-block {
        margin-bottom: 0px;
    }

    .about .name {
        font-size: 40px;
    }

    .bottom-block .content .name {
        font-size: 40px;
        line-height: 1.15;
    }

    .site-form form:after {
        content: none;
    }

    .site-form form {
        padding-top: 20px;
    }

    .site-form .text {
        width: 100%;
    }

    .case {
        padding-top: 20px;
        padding-bottom: 70px;
        margin-top: 0;
    }

    .slider .slider-for .item .name {
        font-size: 14px !important;
        padding: 12px 100px;
    }

    .case .text {
        padding: 10px 0;
    }

    .case .name {
        padding: 0;
    }

    .site-form .text .name {
        font-size: 40px;
    }

    .reviews {
        padding-top: 40px;
        margin-bottom: 0px;
    }

    .bottom-block .content {
        width: 100%;
    }

    .services-text .content {
        padding: 0;
    }

    .services-text .image {
        display: none;
    }

    .services-text {
        padding-bottom: 40px;
        background: none;
    }

    .first .content .name {
        font-size: 35px;
        letter-spacing: 0;
    }

    .first .content {
        width: auto;
    }

    .first {
        padding-top: 40px;
    }

    .top-page-text {
        background: none;
        padding: 50px 0;
        margin-top: 0;
    }

    .top-page-text .content {
        padding: 0;
    }

    .catalog .name {
        font-size: 40px;
    }

    .catalog {
        padding: 0px;
        margin-top: 0;
    }

    .services .name {
        font-size: 32px;
    }

    .services-text .content .name {
        font-size: 40px;
    }

    .services-text .content .name2 {
        font-size: 30px;
    }

    .case .name {
        font-size: 20px;
    }

    .objects .about {
        margin-bottom: 40px;
    }

    .about .content .name {
        font-size: 30px;
    }

    .types .name {
        padding: 30px 0;
    }

    .types .name:after {
        display: none;
    }

    .types .item {
        width: 100%;
    }

    .catalog .item {
        width: 100%;
        align-items: center;
        margin-bottom: 40px;
    }

    .catalog .item .image {
        height: auto;
    }

    .catalog .item .image img {
        position: static;
    }

    .about-video .flex .video {
        width: 100%;
    }

    .char .name {
        font-size: 28px;
        margin-bottom: 0;
    }

    .char .text div {
        font-size: 24px;
    }

    .char .text p {
        font-size: 16px;
        line-height: 22px;
    }

    .about .content p {
        font-size: 16px;
    }

    .types .item p {
        font-size: 16px;
        line-height: 22px;
    }

    .types .item ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .catalog .item p {
        font-size: 16px;
        line-height: 22px;
    }

    .char .list .item {
        height: auto;
        line-height: 120%;
        padding-left: 0;
        text-align: center;
    }

    .char .list .item img {
        position: relative;
        display: block;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 20px;
    }

    .char .list .item:last-child {
        margin-top: 30px;
    }

    .items .item1 {
        margin-bottom: 40px;
    }

    .items .item1 div {
        display: block;
    }

    .items .item1 div img {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .items .item1 div p {
        font-size: 16px;
        line-height: 22px;
    }

    .items .item2 {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .items .item2 div {
        display: block;
        width: 100%;
    }

    .items .item2 div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .items .item2 div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .items .item2 div img {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .items .item2 div p {
        font-size: 16px;
        line-height: 22px;

    }

    .items .item3 {
        margin-bottom: 40px;

    }

    .items .item3 div {
        display: block;
    }

    .items .item3 div img {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .items .item3 div p {
        font-size: 16px;
        line-height: 22px;
    }

    .items .item3 div span {
        font-size: 30px;
    }

    .setup .content .col:first-child {
        font-size: 28px;
    }

    .about-text .name {
        font-size: 28px;
    }

    .about-text span {
        font-size: 24px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .pre-footer .list p {
        font-size: 16px;
        line-height: 22px;
    }

    .about img {
        display: block;
        position: relative;
        right: auto;
        top: auto;
    }

    .char:before {
        display: none;
    }

    .items:before {
        display: none;
    }

    .about-text:before {
        display: none;

    }

    .about-video .list {
        display: none;
    }

    .about-video .slider {
        display: block;
    }

    .char .flex .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 60px;
    }

    .char .flex .list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media(max-width: 480px) {

    .header.football-header .header__basket-item svg {
        fill: #3b5d5d;
    }

    .header.football-header {
        background-color: #fff;

    }

    .header__basket {
        padding-right: 0px !important;
    }

    .basket-price {
        overflow-x: hidden;
    }

    .slick-track .slick-slide img {
        display: inline-block
    }

    /*.slick-slide{text-align: center}*/
    .reviews .list .item img {
        height: auto
    }

    .reviews .list:after,
    .reviews .list:before {
        width: 50px;
        opacity: .75;
    }

}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/stuff/style.css?1678560882150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/grass_services/style.css?1678560882150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/bild/style.css?1678560882150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certificate_v2/style.css?16855081602802*/
.certificate-block__slider.white .owl-nav .owl-prev, .certificate-block__slider.white .owl-nav .owl-next {
  filter: none;
}
.certificate-block__slider .gallery {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  transform: rotate(-15deg);
}
.certificate-block__slider .gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}
.certificate-block__slider .owl-nav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.certificate-block__slider .owl-nav .owl-prev, .certificate-block__slider .owl-nav .owl-next {
  width: 39px;
  height: 38px;
  margin: 0 12px;
  filter: brightness(0);
  background-image: url(/local/templates/.default/components/bitrix/news.list/certificate_v2/./img/arro-slider.png) !important;
}
.certificate-block__slider .owl-nav .owl-prev.disabled, .certificate-block__slider .owl-nav .owl-next.disabled {
  pointer-events: none;
  opacity: 0.35;
}
.certificate-block__slider .owl-nav .owl-prev span, .certificate-block__slider .owl-nav .owl-next span {
  font-size: 0;
}
.certificate-block__slider .owl-nav .owl-prev:hover, .certificate-block__slider .owl-nav .owl-next:hover {
  filter: brightness(100%);
  background-image: url(/local/templates/.default/components/bitrix/news.list/certificate_v2/./img/arro-slider-hover.png) !important;
}
.certificate-block__slider .owl-nav .owl-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .certificate-block__slider .owl-nav {
    margin-top: 10px;
  }
}
.certificate-block__slider .certificate-block__slide--image {
  display: block;
  box-shadow: 0 0 15px -10px rgba(53, 53, 53, 0.5);
}
.certificate-block__slider .certificate-block__slide--image:hover .gallery-lupa {
  transform: translate(-50%, -50%) scale(0);
}
.certificate-block__slider .certificate-block__slide--image.with_gallery {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .certificate-block__slider .certificate-block__slide--image.with_gallery {
    margin-bottom: 60px;
  }
}
.certificate-block__slider .certificate-block__slide--image .gallery-lupa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  background-color: rgba(0, 0, 0, 0.75);
}
.certificate-block__slider .certificate-block__slide--image .gallery-lupa img {
  height: 25px !important;
  width: 25px !important;
}
.certificate-block__slider .certificate-block__slide--image .js-gallery-item:hover .gallery-lupa {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s ease;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certificate_v2/lib/owlcarousel/owl.carousel.min.css?16851318563351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/.default/components/bitrix/news.list/certificate_v2/lib/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certificate_v2/lib/magnific/magnific-popup.css?16853583666951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/style.css?17349571065226*/
.video-block-usefull {
    position: relative;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .video-block-usefull {
        padding: 20px 0;
    }
}

.video-block-usefull .video-block-usefull__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.video-block-usefull .video-block-usefull__content {
    display: flex;
    flex-wrap: wrap;

    box-sizing: border-box;
    justify-items: center;
}

@media screen and (max-width: 768px) {
    .video-block-usefull .video-block-usefull__content {
        gap: 20px;
    }
}

.video-block-usefull .video-rutube {
    position: relative;
    width: fit-content;
    transition: all 0.3s ease;
}

.video-block-usefull .video-rutube .video-rutube__name {
    font-family: PlumbCondensed, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 7px;
    height: 90px;
    overflow: hidden;
}

.video-block-usefull.dark .video-rutube .video-rutube__name {
	color: black;
}

@media screen and (max-width: 768px) 
{
    .video-block-usefull .video-rutube .video-rutube__name
    {
        height: auto;
        font-size: 18px;
    }
}

.video-block-usefull .video-rutube .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px)
{
    .video-block-usefull .video-rutube .video
    {
        padding-bottom: 0;
    }
}

.video-block-usefull .video-rutube .video__background {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.video-block-usefull .video-rutube .video__link {
    position: absolute;
    top: 0px;
    left: calc(6% + -1px);
    width: calc(90% + 1px);
    height: 100%;
}

.video-block-usefull .video-rutube .video__link .video__media 
{
    max-height: 270px;
    width: 98%;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .video-block-usefull .video-rutube .video__link .video__media 
    {
        top: 8%;
        width: 98%;
        margin: 0 auto;
        height: 84%;
        max-height: 100%;
    }
}

.video-block-usefull .video-rutube .video__media {
    position: absolute;
    top: 6%;
    left: 0;
    width: 89%;
    margin: 0 auto;
    height: 87%;
    border: none;
}

@media screen and (max-width: 768px)
{
    .video-block-usefull .video-rutube .video__media
    {
        top: 8%;
        width: calc(89% + -3px);
        margin: 0 auto;
        height: 84%
    }
}

.video-block-usefull .video-rutube .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-block-usefull .video-rutube .video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video-block-usefull .video-rutube .video__button-icon {
    fill: #ffffff;
}

.video-block-usefull .video-rutube .video__button:focus {
    outline: none;
}

.video-block-usefull .video-rutube .video:hover .video__button-shape,
.video-block-usefull .video-rutube .video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video-block-usefull .owl-nav {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .video-block-usefull .owl-nav 
    {
        margin-top: 20px;
    }
}

.video-block-usefull .owl-nav .owl-prev, .video-block-usefull .owl-nav .owl-next {
    width: 39px;
    height: 38px;
    margin: 0 12px;
    filter: brightness(0);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/./images/arro-slider-hover.png) !important;
}

.video-block-usefull .owl-nav .owl-prev.disabled, .video-block-usefull .owl-nav .owl-next.disabled {
    pointer-events: none;
    opacity: 0.35;
}

.video-block-usefull .owl-nav .owl-prev span, .video-block-usefull .owl-nav .owl-next span {
    font-size: 0;
}

.video-block-usefull .owl-nav .owl-prev:hover, .video-block-usefull .owl-nav .owl-next:hover {
    filter: brightness(100%);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/./images/arro-slider.png) !important;
}

.video-block-usefull .owl-nav .owl-next {
    transform: rotate(180deg);
}

.video-block-usefull.dark .owl-nav .owl-prev, .video-block-usefull.dark .owl-nav .owl-next {
    filter: brightness(0);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/./images/arro-slider.png) !important;
}

.video-block-usefull.dark .owl-nav .owl-prev:hover, .video-block-usefull.dark .owl-nav .owl-next:hover {
    filter: brightness(100%);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/./images/arro-slider-hover.png) !important;
}

.video-block__events .video-block__title
{
    max-width: 28%;
}

@media screen and (max-width: 768px)
{
    .video-block__events .video-block__title
    {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.video-block-usefull.white .owl-nav .owl-prev, .video-block-usefull.white .owl-nav .owl-next {
    filter: none;
}

/* Enabled */

.video-block-usefull .video-rutube .video--enabled {
    cursor: pointer;
}

.video-block-usefull .video-rutube .video--enabled .video__button {
    display: block;
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/lib/owlcarousel/owl.carousel.min.css?16851570563351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/lib/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/style.css?17266310066848*/
.video-block-grid {
    position: relative;
    max-width: 100%;
}

.video-block__events .video-block__title {
    position: absolute;
    left: 0;
}

@media screen and (max-width: 768px) {
    .video-block-grid {
        padding: 20px 0;
    }
}

.video-block-grid .event-item {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
    width: 100%;
    padding-left: 0;
    justify-items: center;
}

@media screen and (max-width: 768px) 
{
    .video-block-grid .event-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

.video-block-grid.no-title .event-item {
    grid-template-columns: 1fr 3fr;
}

.video-block-grid .event-item .event-title__title
{
    position: relative;
}

@media screen and (max-width: 768px) {
    .video-block-grid .event-item .event-title__title
    {
        width: 100%;
        margin-bottom: 32px;
    }
}

.video-block-grid .event-item .event-item__img {
    text-align: center;
    margin: 0;
    max-width: 100%;
}

@media screen and (max-width: 768px) 
{
    .video-block-grid .event-item .event-item__img {
        width: 20%;
    }
}

.video-block-grid .event-item .event-item__text {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    font-weight: 300;
}

@media screen and (max-width: 768px) 
{
    .video-block-grid .event-item .event-item__text {
        width: calc(80% - 15px);
        margin-top: 0;
        margin-left: 15px;
    }
}

.video-block-grid .event-item .event-item__text .event-item__text--desktop {
    display: inline-block;
}

@media screen and (max-width: 768px) 
{
    .video-block-grid .event-item .event-item__text .event-item__text--desktop {
        display: none;
    }
}

.video-block-grid .event-item .event-item__text .event-item__text--mobile {
    display: none;
}

@media screen and (max-width: 768px) 
{
    .video-block-grid .event-item .event-item__text .event-item__text--mobile {
        display: inline-block;
    }
}

.video-block-grid .video-block-grid__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.video-block-grid .video-block-grid__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 91px;

    box-sizing: border-box;
    justify-items: center;
}

@media screen and (max-width: 768px) {
    .video-block-grid .video-block-grid__content {
        gap: 20px;
        margin-top: 30px;
    }
}

.video-block-grid .video-rutube {
    position: relative;
    width: fit-content;
    transition: all 0.3s ease;
}

.video-block-grid .video-rutube .video-rutube__name {
    font-family: PlumbCondensed, Helvetica Neue, sans-serif;

    text-transform: uppercase;
    color: #fefefe;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 7px;
    height: 90px;
    overflow: hidden;
}

@media screen and (max-width: 768px) 
{
    .video-block-grid .video-rutube .video-rutube__name
    {
        height: auto;
        font-size: 18px;
    }
}

.video-block-grid .video-rutube .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px)
{
    .video-block-grid .video-rutube .video
    {
        padding-bottom: 0;
    }
}

.video-block-grid .video-rutube .video__background {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.video-block-grid .video-rutube .video__link {
    position: absolute;
    top: 0px;
    left: calc(6% + -1px);
    width: calc(90% + 1px);
    height: 100%;
}

.video-block-grid .video-rutube .video__link .video__media 
{
    max-height: 270px;
    width: 98%;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .video-block-grid .video-rutube .video__link .video__media 
    {
        top: 8%;
        width: 98%;
        margin: 0 auto;
        height: 84%;
        max-height: 100%;
    }
}

.video-block-grid .video-rutube .video__media {
    position: absolute;
    top: 6%;
    left: 0;
    width: 89%;
    margin: 0 auto;
    height: 87%;
    border: none;
}

@media screen and (max-width: 768px)
{
    .video-block-grid .video-rutube .video__media
    {
        top: 8%;
        width: calc(89% + -3px);
        margin: 0 auto;
        height: 84%
    }
}

.video-block-grid .video-rutube .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-block-grid .video-rutube .video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video-block-grid .video-rutube .video__button-icon {
    fill: #ffffff;
}

.video-block-grid .video-rutube .video__button:focus {
    outline: none;
}

.video-block-grid .video-rutube .video:hover .video__button-shape,
.video-block-grid .video-rutube .video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video-block-grid .owl-nav {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .video-block-grid .owl-nav 
    {
        margin-top: 0;
    }
}

.video-block-grid .owl-nav .owl-prev, .video-block-grid .owl-nav .owl-next {
    width: 39px;
    height: 38px;
    margin: 0 12px;
    filter: brightness(0);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/./images/arro-slider-hover.png) !important;
}

.video-block-grid .owl-nav .owl-prev.disabled, .video-block-grid .owl-nav .owl-next.disabled {
    pointer-events: none;
    opacity: 0.35;
}

.video-block-grid .owl-nav .owl-prev span, .video-block-grid .owl-nav .owl-next span {
    font-size: 0;
}

.video-block-grid .owl-nav .owl-prev:hover, .video-block-grid .owl-nav .owl-next:hover {
    filter: brightness(100%);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/./images/arro-slider.png) !important;
}

.video-block-grid .owl-nav .owl-next {
    transform: rotate(180deg);
}

.video-block-grid.dark .owl-nav .owl-prev, .video-block-grid.dark .owl-nav .owl-next {
    filter: brightness(0);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/./images/arro-slider.png) !important;
}

.video-block-grid.dark .owl-nav .owl-prev:hover, .video-block-grid.dark .owl-nav .owl-next:hover {
    filter: brightness(100%);
    background-image: url(/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/./images/arro-slider-hover.png) !important;
}


.video-block__events .video-block__title
{
    max-width: 100%;
}

@media screen and (max-width: 768px)
{
    .video-block__events .video-block__title
    {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.video-block-grid.white .owl-nav .owl-prev, .video-block-grid.white .owl-nav .owl-next {
    filter: none;
}

/* Enabled */

.video-block-grid .video-rutube .video--enabled {
    cursor: pointer;
}

.video-block-grid .video-rutube .video--enabled .video__button {
    display: block;
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/lib/owlcarousel/owl.carousel.min.css?16851570563351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/lib/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */
/* /local/templates/zr_main_template/css/lawn.css?167856088265756 */
/* /local/templates/zr_main_template/components/bitrix/news.list/stuff/style.css?1678560882150 */
/* /local/templates/zr_main_template/components/bitrix/news.list/grass_services/style.css?1678560882150 */
/* /local/templates/zr_main_template/components/bitrix/news.list/bild/style.css?1678560882150 */
/* /local/templates/.default/components/bitrix/news.list/certificate_v2/style.css?16855081602802 */
/* /local/templates/.default/components/bitrix/news.list/certificate_v2/lib/owlcarousel/owl.carousel.min.css?16851318563351 */
/* /local/templates/.default/components/bitrix/news.list/certificate_v2/lib/magnific/magnific-popup.css?16853583666951 */
/* /local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/style.css?17349571065226 */
/* /local/templates/zr_main_template/components/bitrix/news.list/youtube-video-slider/lib/owlcarousel/owl.carousel.min.css?16851570563351 */
/* /local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/style.css?17266310066848 */
/* /local/templates/zr_main_template/components/bitrix/news.list/video_with_section_data/lib/owlcarousel/owl.carousel.min.css?16851570563351 */
