.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}


@media (min-width: 768px) {
    /* html {
        background:
                url(../img/main-container-img-1.png) -485px 550px no-repeat,
                url(../img/main-container-img-2.png) 130% 1270px no-repeat,
                url(../img/main-container-img-3.png) -180px 2150px no-repeat,
                url(../img/main-container-img-4.png) 121% 2950px no-repeat;
    }*/
	html {
        background: linear-gradient(45deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(/upload/20210424.jpg);
		background-attachment: fixed;
		background-size: cover; 
	}
	.header {
    	background: #fff;
	}
}
body{
    font-family: "MullerLight";
    color: #131313;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    margin: auto;
}
.container{
    width: 940px;
    padding: 0 10px;
    margin: auto;
}

.article-wrap {
    padding: 25px;
    border-radius: 10px;
    background-color: #ebebeb;
    overflow: hidden;
}

.d-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block-radius_10{
    border-radius: 10px;
}
.link_green{
    color: #fff;
    text-decoration: none
}
.link_green:hover{
    color: #3cb64b;
    text-decoration: underline;
}
.article-wrap p
{
    font-size: 14px;
    line-height: 19px;
    font-family: "MullerRegular";
    color: #3d3d3d;
    margin-bottom: 10px;
}
.article-wrap q
{
    font-size: 24px;
    line-height: 32px;
    font-family: "MullerBold";
    text-transform: uppercase;
    margin: 40px 0 15px;
    position: relative;
    padding-left: 50px;
    z-index: 1;
}
.article-wrap q:after
{
    content: '\0022 ';
    position: absolute;
    font-size: 200px;
    color: #b3b3b3;
    font-family: "MullerBold";
    z-index: -1;
    left: 0;
    top: 80px
}
.article-wrap img {
    max-width: 100%;
}

/*HEADER*/
.fixed-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.fixed-header--visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.header{
    padding: 20px 0 0;
}
.a-header{
    padding: 10px 0;
    background-color: #205cbe
}
.logo-img{
    width: 140px;
}
.logo-img img{
    width: 136px;
}
.a-logo-img{
    width: auto;
    margin-right: 30px;
}
.a-logo-img img{
    width: 47px;
}
.logo-text{
    text-transform: uppercase;
    font-size: 16px;
    font-size: 50px;
    line-height: 1;
    font-family: "MullerBlack";
    width: 180px;
    text-decoration: none;
    color: #131313;
}
.logo-text span{
    display: block;
    font-family: "MullerRegular";
    font-size: 16px;
}
.header__content-top{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.a-header__wrapper{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__content{
    margin-top: 20px;
    width: 810px;
}
.a-header__content{
    margin-top: 0;
}
.header-menu{
    width: 580px;
    margin-left: auto
}
.header-menu__block{
    width: 30%;
    padding: 12px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #d5d5d5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.header-menu__block:last-child{
    width: 40%;
}
.header-menu__text{
    text-transform: uppercase;
    font-family: "MullerBold";
    color: #131313;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.header-menu__text:hover{
    color: #3cb64b
}
.header-menu__icon{
    font-size: 20px;
    margin-left: 30px;
}
.a-header-nav .header-menu__icon{
    color: #fff;
    margin-left: 15px;
}
.a-header-nav .header-menu__icon:hover{
    color: #3cb64b;
}
.basket{
    position: relative;
}
.basket-items{
    position: absolute;
    font-size: 10px;
    width: 15px;
    height: 15px;
    background-color: #3cb64b;
    border-radius: 50%;
    color: #fff;
    font-family: "MontserratAlternates-Bold";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    top: 0;
    right: -8px;
}
.header__content-bottom{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d5d5d5
}

.live__link{
    width: 180px;
    position: absolute;
    top: 11px;
    right: 6.5%;
    font-family: "MullerRegular" !important;
    font-size: 17px;
}
.live__link {
    outline: none;
}
.live-video {
    width: 100%; /* здесь можно установить любую нужную ширину */
}

.live-video-inner {
    position: relative;
    height: 0;
    border: none;
    padding-top: 56.25%;
}

.live-video-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.a-header__content-bottom{
    border: none;
    padding-top: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.a-header-menu{
    margin-left: auto;
    min-width: 110px;
}
.header-nav{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.a-header-nav{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-nav__link{
    text-transform: uppercase;
    color: #131313;
    text-decoration: none;
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
}

.header-nav__link:hover {
    text-decoration: none;
    font-weight: bold;
    border-bottom-color: #3cb64b;
}

.a-header-nav .header-nav__link{
    color: #fff;
    margin: 0 10px;
}
.a-header-nav .header-nav__link:hover{
    color: #3cb64b;
}

/*HEADER*/

/*навигатор страниц*/
.page-nav{
    width: auto;
    padding: 10px 0;
    margin: 0 0 20px;
}
.page-nav li{
    margin-right: 5px;
}
.page-nav__link{
    text-transform: uppercase;
    color: #525252;
    text-decoration: none;
    font-family: "MullerRegular";
}
/*навигатор страниц*/

.slider-item{
    outline: none;
    margin-right: 10px;
    margin-left: 10px;
}
/*Верхний слайдер*/
.top-slider{
    min-height: 620px;
    max-height: 620px;
}
.top-slider .top-slider__item{
    width: 940px;
    height: 540px;
    position: relative;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    margin: 0;
}
.top-slider__item::after{
    /*background: url(../img/top-slider/top-slider-bg.png) no-repeat top center;
    background-color: rgba(156, 193, 249, 0);*/
   /*background: linear-gradient(to bottom, rgb(1, 1, 2) 12%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.25) 73%, rgba(0, 0, 0, 1) 120%, rgba(0, 0, 0, 0.14) 28%);*/
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    box-shadow: inset 0px -73px 102px 0px #121c47;
}
.top-slider__item:not(.slick-current)::after{
    background-color: rgba(60, 71, 88, 0.6);
    width: 102%;
    height: 160%;
    margin-left: -1%;
}
.top-slider__item .slider-number {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.top-slider__item:not(.slick-current) .slider-number {
    opacity: 0;
}
.top-slider__item:not(.slick-current) .play-video {
    z-index: 0
}
.n-top-slider__item, .n-top-slider__item::after{
    border-radius: 10px;
}
.top-slider__item_first{
    background: url(../img/top-slider/slide-1.jpg) no-repeat top center;
}
.top-slider-arrows {
    width: 940px;
    margin: auto
}
.top-slider-arrows .slick-prev, .top-slider-arrows .slick-next,
.top-slider .slick-prev, .top-slider .slick-next{
    width: 60px;
    height: 50px;
    top: auto;
    bottom: 10px
}
.slick-prev::before, .slick-next::before{
    display: none!important
}
.top-slider-arrows .slick-prev,
.top-slider-arrows .slick-prev:focus,
.top-slider .slick-prev,
.top-slider .slick-prev:focus{
    left: 80px;
    z-index: 100;
    background: url(../img/top-slider/left-arrow-white.svg) no-repeat top center;
    background-size: contain;
}
.top-slider-arrows .slick-prev:hover,
.top-slider .slick-prev:hover{
    background: url(../img/top-slider/left-arrow-green.svg) no-repeat top center;
    background-size: contain
}
.top-slider-arrows .slick-next,
.top-slider-arrows .slick-next:focus,
.top-slider .slick-next,
.top-slider .slick-next:focus{
    z-index: 100;
    background: url(../img/top-slider/right-arrow-white.svg) no-repeat top center;
    background-size: contain;
    left: 250px;
}
.n-top-slider .slick-prev{
    left: auto;
    right: 160px;
}
.n-top-slider .slick-next{
    left: auto;
    right: 30px;
}.top-slider-arrows .slick-next:hover,
 .top-slider .slick-next:hover{
     background: url(../img/top-slider/right-arrow-green.svg) no-repeat top center;
     background-size: contain
 }
.top-social-links{
    width: 370px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 33px;
    z-index: 2;
    right: 60px;
    display: none;
}
.top-slider-play-video{
    right: 290px;
}
.slider-number{
    position: absolute;
    z-index: 2;
    bottom: 38px;
    left: 160px;
    line-height: 1
}
.n-slider-number{
    left: auto;
    right: 100px;
}
.n-top-social-links{
    right: auto;
    left: 50px;
}
.slider-number_active{
    color: #4dbd5b;
    font-size: 25px;
    font-family: "MullerBold";
    position: absolute;
    top: -4px;
}
.slider-number_total{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-left: 34px;
}
.top-slider__content{
    color: #fff;
    /* padding-top: 10px; */
    /* padding-left: 80px; */
    position: absolute;
    top: -72px;
    left: -2px;
    height: 60px;
    /* background: linear-gradient(to bottom, #0f0f73, #0f0f73); */
    width: 99%;
    background: #121c47;
    box-shadow: 0px 32px 35px 40px #121c47;
}
.n-top-slider__content{
    padding: 300px 30px 0;
}
.top-slider__title{
    font-size: 25px;
    font-family: "MullerBlack";
    text-transform: uppercase;
    line-height: 1;
    color: #41e053;
    padding: 30px 20px 0;
    margin-bottom: 10px;
}
.n-top-slider__title{
    font-size: 30px;
    max-width: 600px;
    line-height: 1.3
}
.top-slider__text{
    font-size: 18px;
    line-height: 1.2;
    /* max-width: 380px; */
    padding: 0 20px;
}
.top-slider__link{
    width: 180px;
    position: absolute;
    /*bottom: 7%;*/
    right: 7%;
    top:540px;
}
.top-slider__all-news{
    width: 180px;
    position: absolute;
    /*bottom: 7%;*/
    right: 38%;
    top:540px;
}
.slider-item-progress {
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;

    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;

    background-color: #000000;
    background-size:100% 100%;
    background-image:-webkit-gradient(linear, left, right, color-stop(1, #3cb64b), color-stop(1, transparent));
    background-image:-o-linear-gradient(left, #3cb64b 100%, transparent);
    background-image:-moz-linear-gradient(left, #3cb64b 100%, transparent);
    background-image:-webkit-linear-gradient(left, #3cb64b 100%, transparent);
    background-image:linear-gradient(to right,#3cb64b 100%,transparent 100%);
    background-repeat:no-repeat;
}
.top-slider__item.slick-current .slider-item-progress {
    -webkit-animation:progress 5s ease-in-out forwards;
    -moz-animation:progress 5s ease-in-out forwards;
    -o-animation:progress 5s ease-in-out forwards;
    animation:progress 5s ease-in-out forwards;

    opacity: 1;
}

@keyframes progress{
    0%{
        background-size:0% 100%;
    }

    100%{
        background-size:100% 100%;
    }
}

@media (min-width: 767px) {
    .top-slider__item--right .top-slider-play-video{
        left: 190px;
        right: auto;
    }
    .top-slider__item--right .top-slider__content {
        padding-right: 80px;
    }
    .top-slider__item--right .top-slider__title {
        text-align: right;
    }
    .top-slider__item--right .top-slider__text {
        text-align: right;
        margin-left: auto;
    }
    .top-slider__item--right .top-slider__link {
        margin-left: auto;
    }

    .top-slider__item--center .top-slider-play-video{
        left: 190px;
        right: 190px;
        margin-top: -40px;
    }
    .top-slider__item--center .top-slider-play-video img{
        margin: auto;
    }
    .top-slider__item--center .top-slider__content {
        padding-right: 80px;
        padding-top: 90px;
    }
    .top-slider__item--center .top-slider__title {
        text-align: center;
    }
    .top-slider__item--center .top-slider__text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .top-slider__item--center .top-slider__link {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 130px;
    }
}
/*Верхний слайдер*/

/*Кнопки*/
.btn{
    line-height: 1;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "MontserratAlternates-Bold";
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border: none;
    display: block
}
.pane{
    line-height: 1;
    padding: 12px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: "MontserratAlternates-Bold";
    border-radius: 18px;
}
.pane_green, .bg-green{
    background-color: #3cb64b
}
.pane_red, .bg-red{
    background-color: #f0392c
}
.pane_blue, .bg-blue{
    background-color: #2492d0;
}
.pane_yellow, .bg-yellow{
    background-color: #d8bd0c;
}
.btn-primary,
.btn_green{
    background-color: #3cb64b
}
.btn-primary:hover,
.btn_green:hover{
    background-color: #009f14;
}
.btn-link,
.btn-primary {
    display: inline-block;
}


/*Кнопки*/

/*Кнопка воспроизведения*/
.play-video{
    background: none; border: none;
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.play-video:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.play-video img{
    width: 43px;
    height: 43px;
}
/*Кнопка воспроизведения*/


/*Социальные иконки*/
.social-icons__link{
    color: #fff;
    font-size: 20px;
    line-height: 1
}
.social-icons__link:hover{
    color: #3cb64b
}
/*Социальные иконки*/

.block-title{
    font-size: 25px;
    text-transform: uppercase;
    font-family: "MullerBold";
    line-height: 1;
}
.block-title_big{
    font-size: 40px;
}

/*Вкладки*/
.tabs{
    width: 100%;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
.tabs__caption{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}
.tabs__content{
    padding-top: 25px;
}
.tabs__item{
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    padding-bottom: 4px;
    cursor: pointer
}
.tabs__item.active{
    font-family: "MullerBold";
}
.tabs__item.active::before{
    position: absolute;
    content: '';
    height: 5px;
    background-color: #3cb64b;
    width: 100%;
    bottom: 0;
    left: 0;
}
/*Вкладки*/

.site-container{
    position: relative;
    padding: 50px 0 40px;
    z-index: 1;
    overflow-x: hidden;
}
.a-site-container{
    min-height: 1750px;
}
.m-site-container .site-container__after-first{
    position: absolute;
    top: -100px; left: -485px;
    z-index: -1
}
.m-site-container .site-container__after-second{
    position: absolute;
    z-index: -1;
    right: -228px;
    top: 22%
}
.m-site-container .site-container__after-third{
    position: absolute;
    z-index: -1;
    left: -210px;
    top: 55%
}
.m-site-container .site-container__after-fourth{
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -200px
}

/*Content slider*/
.content-slider .slick-prev, .content-slider .slick-next{
    top: -35px;
    width: 15px;
    height: 15px;
}
.content-slider .slick-prev:focus,
.content-slider .slick-prev{
    background: url(../img/content-slider/left-arrow_gray.svg) no-repeat top center;
    background-size: contain;
}
.content-slider .slick-prev:hover{
    background: url(../img/content-slider/left-arrow_green.svg) no-repeat top center;
    background-size: contain;
}
.content-slider .slick-next:focus,
.content-slider .slick-next{
    background: url(../img/content-slider/right-arrow_gray.svg) no-repeat top center;
    background-size: contain;
}
.content-slider .slick-next:hover{
    background: url(../img/content-slider/right-arrow_green.svg) no-repeat top center;
    background-size: contain;
}
/*Content slider*/

.info__panel{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*Блок новостей*/
.news{
    max-width: 540px;
    width: 100%;
}
.news__slider .slick-track, .news__slider-item{
    min-width: 540px!important;
    margin: 0;
}
.news__slider .slick-prev{
    left: 90%
}
.news__slider .slick-next{
    right: auto;
    left: 97%;
}
.news__panel{
    background-color: #ebebeb;
    margin-bottom: 17px;
    max-height: 130px;
}
.a-news__panel{
    max-height: 250px;
    margin-top: 35px;
    margin-bottom: 0;
}
.news__panel:hover{
    background-color: #3cb64b;
    color: #fff;
}
.a-news__panel:hover{
    background-color: #ebebeb;
    color: #131313
}
.news__panel:hover .news__name a{
    color: #fff
}
.news__photo{
    width: 220px;
    height: 130px;
}
.a-news__photo{
    width: 380px;
    height: 250px;
}
.news__photo img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.news__content{
    padding: 10px 8px 8px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.a-news__content{
    width: 560px;
    padding: 20px;
}
.news__date{
    font-size: 9px;
    line-height: 1;
    margin-bottom: 5px;
}
.a-news__date{
    margin-bottom: 15px;
}
.news__views{
    margin-left: 20px;
}
.news__views-icon{
    margin-right: 5px;
}
.news__name{
    margin-bottom: 8px;
}
.a-news__name{
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    font-family: "MullerBold";
    margin-bottom: 0;
}
.news__quote{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #3cb64b
}
.news__name a{
    color: #141414;
    text-decoration: none;
    font-family: "MullerBold";
    font-size: 14px;
    line-height: 18px;
}
.news__name a:hover{
    text-decoration: underline;
}
.news__link{
    max-width: 180px;
    margin-top: auto;
}


.news-container{
    background-color: #ebebeb;
    padding: 0 30px 70px;
    position: relative;
}
.news-tags{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: -22px;
}
.news-tags__item{
    background: #3cb64b;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "MullerBold";
}
.news-gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-gallery__item{
    margin-top: 17px;
    width: 270px;
}
.news-gallery__item img{
    border-radius: 10px;
    max-width: 270px;
}
.news-interview h3,
.news-interview__title{
    font-size: 18px;
    font-family: "MullerLightItalic";
}
.news-interview p,
.news-interview__text{
    font-size: 14px;
    line-height: 19px;
    font-family: "MullerRegular";
    color: #3d3d3d;
    margin-top: 25px;
    margin-bottom: 0;
}
.news-interview q,
.news-interview__quote{
    font-size: 24px;
    line-height: 32px;
    font-family: "MullerBold";
    text-transform: uppercase;
    margin: 40px 0 15px;
    position: relative;
    padding-left: 50px;
    z-index: 1;
}
.news-interview q:after,
.news-interview__quote::after{
    content: '\0022	';
    position: absolute;
    font-size: 200px;
    color: #b3b3b3;
    font-family: "MullerBold";
    z-index: -1;
    left: 0;
    top: 80px
}
.news-article-slider{
    margin-top: 30px;
    border-top: 1px solid #b8b8b8;
    padding-top: 15px;
}
.news-nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1
}
.news-nav li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #141414;
    text-transform: uppercase;
    font-family: "MullerBold";
    font-size: 14px;
}
.news-nav__arrow{
    background-color: #3cb64b;
    width: 19px;
    height: 19px;
    border: 1px solid #b1e2b7;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-nav li a:hover .news-nav__arrow{
    background-color: #141414;
}
.news-nav__arrow_prev{
    margin-right: 30px;
}
.news-nav__arrow_next{
    margin-left: 30px;
}
.news-previews{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-previews__item{
    width: 420px;
    margin-top: 20px;
}
.n-news__panel{
    max-height: 110px;
}
.n-news__name{
    margin-bottom: 0;
    margin-top: 15px;
}
.n-news__photo{
    width: 160px;
}
.n-news__photo img{
    border-radius: 10px;
    max-width: 160px;
}
/*Блок новостей*/

.results{
    width: 380px;
}
.results .tabs__caption{
    width: 100%;
}
.results .tabs__caption li:last-child{
    margin-right: 0; margin-left: auto
}

/*Таблицы результатов*/
.standings{
    width: 100%;
    background-color:#ebebeb;
    line-height: 1;
    text-align: center;
}
.standings__number{
    width: 40px;
    font-family: "Panton-Bold";
}
.standings__team{
    width: 160px;
}
.standings__games, .standings__scores{
    width: 75px;
}
.standings__head{
    border-bottom: 1px solid #cacacb;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "MullerBold";
}
.standings__head, .standings__body{
    padding: 15px;
}
.standings__head .standings__team{
    display: block!important;
    padding-left: 0;
}
.standings__row{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
.standings__row:last-child{
    margin-bottom: 0;
}
.standings__team{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.team-logo{
    margin-right: 12px;
}
.team-name{
    text-transform: uppercase;
    color: #141414;
    font-family: "MullerBold";
    text-decoration: none
}
.standings__team:hover .team-name{
    color: #3cb64b
}
/*Таблицы результатов*/

/*матчи*/
.games{
    padding-top: 20px;
}
.games-slider__item{
    padding-bottom: 40px;
}
.games-slider__item .slick-track, .games-slider__item{
    min-width: 940px!important;
}
.games-slider .slick-prev{
    left: 93%
}
.games-slider .slick-next{
    right: auto;
    left: 97%;
}
.games-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.games-content__item{
    width: 280px;
    background: url(../img/games/game-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 20px 10px 40px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}
.games-content__item::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .65);
    content: '';
    z-index: -1;
    border-radius: 10px;
}
.tournament-stage{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 25px;
    font-family: "MullerBold";
    text-transform: uppercase;
}
.math-date{
    position: absolute;
    width: 130px;
    left: 0;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);
    bottom: -17px
}
.match{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 1
}
.match__team{
    width: 50%;
}
.match__team-logo{
    margin-bottom: 10px;
}
.match__team-logo img{
    margin: auto;
}
.match__team-name{
    text-transform: uppercase;
    font-size: 14px;
    font-family: "MullerBold";
}
.match__team-city{
    font-size: 10px;
    color: #c4c5c6;
    margin-top: 3px;
}
.match__result{
    font-family: "MullerBold";
    font-size: 30px;
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    top: 40%
}
/*матчи*/

/*статистика игроков*/
.players-slider .slick-track, .players-slider__item{
    min-width: 940px!important;
    margin: 0;
}
.partners-slider .slick-prev, .players-slider .slick-prev, .social-slider .slick-prev, .shop-slider .slick-prev{
    right: 30px;
    left: auto;
}
.partners-slider .slick-next, .players-slider .slick-next, .social-slider .slick-next, .shop-slider .slick-next{
    right: 0;
    left: auto;
}
.players{
    padding-top: 25px;
}
.players__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ebebeb;
    max-height: 250px;
}
.players__photo img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.players__about{
    width: 690px;
    padding: 23px 15px 23px 50px;
    line-height: 1
}
.players__about-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #d5d5d5
}
.players__number{
    font-family: "MullerBold";
    font-size: 17px;
    text-transform: uppercase
}
.players__number span{
    font-size: 33px;
    color: #3cb64b;
    margin-right: 10px;
}
.players__season{
    font-size: 15px;
}
.players__season span{
    font-size: 33px;
    color: #3cb64b;
    font-family: "MullerBold";
}
.players__about-middle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid #d5d5d5;
}
.players__name{
    font-size: 33px;
    max-width: 220px;
    text-transform: uppercase;
    line-height: 40px;
}
.players__stats{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 360px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.players__stats li{
    font-family: "MullerBold";
    text-transform: uppercase;
    margin: 3px 0;
}
.players__stats li:nth-child(1), .players__stats li:nth-child(4){
    width: 135px;
}
.players__stats li{
    width: 100px;
}
.players__stats li span{
    font-size: 20px;
    color: #3cb64b;
}
.players__info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
}
.players__info li{
    text-transform: uppercase;
    margin-right: 40px;
}
.players__info li h6{
    font-family: "MullerBold";
}
/*статистика игроков*/

/*галерея*/
.gallery{
    padding-top: 50px;
}
.gallery__wrapper{
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.gallery__item{
    width: 480px;
}
.gallery__title{
    margin-bottom: 25px;
    margin-left: 10px;
}
.photo__item img{
    border-radius: 10px;
    height: 100%;
}
.photo__item{
    margin-bottom: 22px;
    height: 228px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.photo__small{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photo__small-item {
    width: 219px;
    position: relative;
}

.photo__small-item-text {
    position: absolute;
    z-index: 99999;
    margin-top: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "MullerBold";
    line-height: 1.3;
    bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.photo__item-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px!important;
    content: '';
    left: 0;
    top: 0;
    background: url(../img/video-big-shadow.png) repeat bottom center;
}

.video-slider .slick-prev, .photo-slider .slick-prev{
    left: 86%;
    top: -42px
}
.video-slider .slick-next, .photo-slider .slick-next{
    left: 93%;
    right: auto;
    top: -42px
}
.video__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.video__item{
    height: 446px;
}
.video__item .play-video{
    left: 50%;
    margin-left: -15px;
}
.video__item .play-video img{
    width: 30px;
    height: 30px;
}
.video_big, .video__small{
    padding: 16px;
    background: url(../img/video-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    width: 187px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    border-radius: 10px!important;
}
.photo__small-item:after, .photo__big:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px!important;
    content: '';
    left: 0; top: 0;
}
.photo__small-item:after {
    background: url(../img/video-small-shadow.png) no-repeat bottom center;
    background-size: cover;
}
.photo__big:after {
    background: url(../img/video-small-shadow.png) repeat bottom center;
    background-repeat-y: no-repeat;
}

.video_big::after, .video__small::after{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px!important;
    content: '';
    left: 0; top: 0;
}
.video_big::after{
    background: url(../img/video-big-shadow.png) no-repeat bottom center;
}
.video__small::after{
    background: url(../img/video-small-shadow.png) no-repeat bottom center;
}
.video__small{
    height: 195px;
    margin-bottom: 23px;
}
.video__name{
    z-index: 1;
    margin-top: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "MullerBold";
    line-height: 1.3;
}
.video__date{
    z-index: 1;
    margin-top: 10px;
}
/*галерея*/

/*социальный блок*/
.social{
    padding-top: 25px;
}
.social-slider {
    margin-top: 20px;
}
.social-slider .slick-next, .social-slider .slick-prev, .shop-slider .slick-next, .shop-slider .slick-prev{
    top: -35px;
}
.social-slider__item{
    padding: 25px 0;
}
.social__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    margin: 0 -10px;
}
.social__item {
    margin: 0 10px;
}
.social__item img{
    border-radius: 10px;
    max-width: 100%;
}
/*социальный блок*/

/*партнера*/
.partners{
    padding-top: 60px;
}
.partners__content{

}
.partners__item{
    width: 218px;
    height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #131313;
}
.partners__item a{
    margin: auto
}
/*партнера*/

/*магазин*/

.catalog-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;

    position: relative;
    width: 220px;
    height: 220px;
    margin-bottom: 20px;

    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.catalog-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #3cb64b;
    border-radius: 10px;
    z-index: -1
}

.catalog-item__text {
    padding: 70px 20px 0 30px;
}

.catalog-item__cost {
    margin-bottom: -20px;
    margin-left: 10px;
}

.catalog-item-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "MullerBold";
    line-height: 1.2;
}

.catalog-item-season {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.catalog-item-price {
    display: inline-block;
    text-transform: uppercase;
    background-color: #d8bd0c;
    font-size: 20px;
    line-height: 1;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-family: "MontserratAlternates-Bold";
}

.shop-slider {
    padding: 25px 0
}

.shop{
    padding-top: 40px;
}
.flex-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.title__link{
    font-size: 12px;
    color: #141414;
    text-decoration: none;
    margin-left: auto;
    margin-right: 80px;
}
.title__link:hover{
    text-decoration: underline;
}

.shop__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop__item{
    display: block;
    text-decoration: none;
    position: relative;
    width: 180px;
    height: 220px;
    z-index: 1;
    padding: 0 20px;
}
.product-photo{
    position: absolute;
    left: -5px;
    bottom: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: -1
}
.product-name{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "MullerBold";
    line-height: 1.2;
    margin-top: 70px;
}
.product-season{
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.shop__price{
    position: absolute;
    bottom: -20px;
    text-transform: uppercase;
    left: 0;
    z-index: 2;
    width: auto;
    font-size: 20px;
    border-radius: 20px;
    padding: 8px;
}
/*магазин*/

/*footer*/
.footer{
    background-color: #202124;
    padding: 25px 0;
    color: #fff
}
.footer__top{
    padding: 50px 0;
    border-top: 1px solid #979799;
    border-bottom: 1px solid #979799;
}
.footer__form-wrapper{
    width: 240px;
}
.footer-nav-wrapper{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 620px;
    margin-left: auto;
}
.footer-nav__item{
    width: 33.333%;
}
.fans{
    font-size: 20px;
    font-family: "MontserratAlternates-Bold";
    margin-top: 20px;
}
.fans-text{
    font-size: 15px;
    text-transform: uppercase;
}
.fans span{
    font-size: 26px;
    color: #3cb64b;
    font-family: "MullerBold";
}
.v-logo {
    margin-top: 30px;
    text-align: center;
}
.footer-main-logo {
    text-align: center;
}
.subscribe{
    margin-top: 40px;
}
.subscribe__title{
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
    font-family: "MontserratAlternates-Regular";
}
.subscribe__wrapper{
    position: relative;
    width: 100%;
    background-color: #3d3d3f;
    height: 40px;
    border-radius: 20px;
}
.subscribe input{
    background: none;
    padding: 0;
    border: none;
    color: #fff;
    left: 20px;
    top: 12px
}
.subscribe .btn{
    right: 0;
}
.subscribe input::-webkit-input-placeholder{
    color: #79797a
}
.subscribe input:-ms-input-placeholder{
    color: #79797a
}
.subscribe input::placeholder{
    color: #79797a
}
.subscribe input, .subscribe .btn{
    position: absolute;
    right: 5px;
    font-size: 12px;
    padding: 10px;
    top: 4px;
}
.footer-nav__item h5{
    text-transform: uppercase;
    font-family: "MullerBold";
    line-height: 1;
    font-size: 13px;
    margin-bottom: 20px;
}
.footer-nav__item h5 a{
    color: #fff;
    text-decoration: none
}
.footer-nav__item h5 a:hover{
    text-decoration: underline
}
.footer-nav__link{
    color: #fff;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.footer-nav__link:hover{
    text-decoration: underline;
}
.footer__middle{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #979799;
}
.footer-contact__text:nth-child(1){
    margin-bottom: 20px;
}
.footer-contact__item{
    margin-left: 60px;
}
.footer__bottom{
    margin-top: 30px;
}
.copyright{
    font-size: 10px;
}
.copyright span{
    display: block;
}
.documents li{
    margin-right: 65px;
}
.site-maker{
    margin-left: auto;
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 310px;
}
.site-maker__text{
    font-size: 10px;
    text-align: right;
    margin-right: 10px;
    line-height: 18px;
}
.site-maker__logo{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-maker__logo span{
    text-transform: uppercase;
    font-size: 34px;
    font-family: "MontserratAlternates-Black";
    line-height: 1;
    display: block;
}
.site-maker__logo-text{
    text-transform: uppercase!important;
    font-size: 11px!important;
    font-family: "MullerLight"!important;
    line-height: 17px!important;
    margin-left: 10px;
}
/*footer*/

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.soc-fa-vk {
    background-color: #455c81;
}
.soc-fa-vk:hover {
    background-color: #fff;
    color: #455c81;
}
.soc-fa-youtube {
    background-color: #c91516;
}
.soc-fa-youtube:hover {
    background-color: #fff;
    color: #c91516;
}
.soc-fa-instagram {
    background-color: #221d21;
}
.soc-fa-instagram:hover {
    background-color: #fff;
    color: #221d21;
}
.soc-fa-telegram-plane {
    background-color: #27aed6;
}
.soc-fa-telegram-plane:hover {
    background-color: #fff;
    color: #27aed6;
}
.soc-fa-odnoklassniki {
    background-color: #f0931d;
}
.soc-fa-odnoklassniki:hover {
    background-color: #fff;
    color: #f0931d;
}
.soc-fa-facebook-f {
    background-color: #414f91;
}
.soc-fa-facebook-f:hover {
    background-color: #fff;
    color: #414f91;
}
.soc-fa-twitter {
    background-color: #4aa2d7;
}
.soc-fa-twitter:hover {
    background-color: #fff;
    color: #4aa2d7;
}
.top-slider__item:not(.slick-current) {
    background-color: rgba(111, 137, 177, 0.65);
    z-index: 1;
    filter: blur(4px);
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.button-arena {
    width: 180px;
}