

/* Start:/local/templates/zr_main_template/components/bitrix/news/objects.list/style.css?17422045243855*/
.object__photos.gallery-type-count-1  {
    display: block;
}

@media screen and (max-width: 768px) {
    .object__photos.gallery-type-count-1 {
        display: none;
    }
}

.object .about__btn {
    margin-bottom: 0;
}

.inner-block__slider .slider-main__img .video {
    width: 100%;
    height: 100%;
}

.object-element .js-prod-table .inner-block__table-item.link-element a {
    border-bottom: 1px dashed #959595;
}

.object-element .js-prod-table .inner-block__table-item.link-element a:hover {
    color: #304344;
    border-bottom-color: transparent;
}

.video-rutube.video {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    margin: 0;
}

.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-rutube .video-rutube__name
    {
        height: auto;
        font-size: 18px;
    }
}

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

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

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

.video-rutube .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-rutube .video__link .video__media
{
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

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

.video-rutube .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border: none;
}

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

.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-rutube .video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

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

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

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

/* Enabled */

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

.video-rutube.video--enabled .video__button {
    display: block;
}

.map-section__wrap .map-section__selects select {
    padding: 10px 20px 10px 5px;
    box-sizing: content-box;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .map-section__wrap .map-section__selects select {
        font-size: 16px;
        width: 80%;
    }
}

.object .object__item-img {
    height: 250px;
}

.container__inner.object-element {
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .container__inner.object-element {
        padding-bottom: 40px;
    }
}

.container__inner.object-element .inner-block__table-item div:first-child {
    min-width: 230px;
}

.object__map {
    background-color: #252525;
	padding-top: 4rem;
}

.yandex-map--object {
    background-image: url("/local/templates/zr_main_template/components/bitrix/news/objects.list/./images/placeholder.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/* End */


/* Start:/local/templates/.default/html/build/3rdParty/photoswipe/dist/photoswipe.css?16785356864137*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* End */


/* Start:/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.css?167853568611607*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* End */


/* Start:/local/templates/zr_main_template/css/football.css?173147217647600*/
@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;
  }
}

.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'],
.about-text .right-block form input[type='tel'],
.about-text .right-block form textarea {
  width: 278px;
  height: 62px;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: none;
}

.about-text .right-block form textarea {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.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 {
  width: 43.5%;
  padding: 110px 0 30px;
  position: relative;
}

.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;
}

.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:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
  background: url('/local/templates/zr_main_template/css/../img/bg7.png') right;
  /* background: linear-gradient(to right, transparent 0%, rgba(37,37,37,.8) 50%, #252525 90%, #252525 100%); */
}

.reviews .list:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  left: 0;
  top: 0;
  background: url('/local/templates/zr_main_template/css/../img/bg7-l.png') left;
  z-index: 1;
  /* background: linear-gradient(to right, transparent 0%, rgba(37,37,37,.8) 50%, #252525 90%, #252525 100%); */
}

.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:after {
  content: "";
  position: absolute;
  width: 965px;
  height: 1241px;
  background: url('/local/templates/zr_main_template/css/../img/bg9.png');
  top: 100%;
  left: 0;
  margin-top: -430px;
}

.services .block-name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 54px;
  margin-bottom: 40px;
}

.services .item {
  width: 31.8%;
  margin-bottom: 30px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}

.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;
  padding-bottom: 80px;
}

.bottom-block .content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-right: 0px;
  color: #fff;

}

.bottom-block .content {
  width: 63%;
  position: relative;
}

.case .name {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}

.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'],
.pre-footer form input[type='tel'],
.pre-footer form textarea {
  width: 278px;
  height: 62px;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: none;
}

.pre-footer form textarea {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.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;
  }

  .wrap .title {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 60px;
  }

  .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: 140px;
  }

  .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;
  color: #fff;
}

#comp_aa9ec26063c01dfc27575705186c09bb {
  width: 27%;
}

.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;
  color: #fff;
}

.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;
  color: #fff;
}

.about-video p {
  color: #fff;
}

/*.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;
}

.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;
  color: #fff;
}

.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;
  color: #fff;
}

.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;
  color: #fff;
}

.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;
  color: #fff;
}

.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;
  color: #fff;
}

.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;
  color: #fff;
}

.about-text p a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1230px) {
  .top-block {
    margin-bottom: 0px;
  }

  .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;
  }

  .items .item2 {
    padding: 0;



  }

  #comp_aa9ec26063c01dfc27575705186c09bb {
    width: 100%;
  }

  .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;
  }

  .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: auto;
  }

  .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;
  }

  /*.reviews .list .item{padding: 0}*/

  .reviews .list .slick-next,
  .reviews .list .slick-prev {
    width: 25px;
    height: 48px;
    background-size: contain;
  }

  .reviews .list .slick-next {
    right: 0;
    margin-top: 0;
  }
}
/* End */
/* /local/templates/zr_main_template/components/bitrix/news/objects.list/style.css?17422045243855 */
/* /local/templates/.default/html/build/3rdParty/photoswipe/dist/photoswipe.css?16785356864137 */
/* /local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.css?167853568611607 */
/* /local/templates/zr_main_template/css/football.css?173147217647600 */
