/* css reset*/

* {
    margin: 0;
    padding: 0;
}

html {

    color: #000;
    background: #FFF;
    font-family: Museo Sans Cyrl;
    font-weight: 400;
    line-height: 140%;
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}


/* css reset*/


/* Шрифты */

.descrt.page,
.box-series,
.text-content,
.descr,
.full_text {

    /*Тип шрифта*/
    font-size: 14px !important;
    /*Размер*/
    line-height: 150% !important;
    /*Междустрочный интервал */
}


/* Шрифты */


/* fonts

@font-face {
    font-family: 'Cassandra';
    src: url('fonts/Cassandra.eot');
    src: url('fonts/Cassandra.eot') format('embedded-opentype'), url('fonts/Cassandra.woff2') format('woff2'), url('fonts/Cassandra.woff') format('woff'), url('fonts/Cassandra.ttf') format('truetype'), url('fonts/Cassandra.svg#Cassandra') format('svg');
    font-display: swap;
} */

@font-face {
    font-family: "ProximaBlack";
    src: url("fonts/ProximaNova-Black.eot");
    src: url("fonts/ProximaNova-Black.eot?#iefix")format("embedded-opentype"), url("fonts/ProximaNova-Black.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

.mfp-arrow {
    z-index: 0 !important;
}

.mfp-close {
    cursor: pointer !important;
}

a {
    text-decoration: none;
}

/* @font-face {
    font-family: 'OpenSansR';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansRegular.woff2') format('woff2'), url('fonts/OpenSansRegular.woff') format('woff'), url('fonts/OpenSansRegular.ttf') format('truetype'), url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansS';
    src: url('fonts/OpenSansSemibold.eot');
    src: url('fonts/OpenSansSemibold.eot') format('embedded-opentype'), url('fonts/OpenSansSemibold.woff2') format('woff2'), url('fonts/OpenSansSemibold.woff') format('woff'), url('fonts/OpenSansSemibold.ttf') format('truetype'), url('fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansL';
    src: url('fonts/OpenSansLight.eot');
    src: url('fonts/OpenSansLight.eot') format('embedded-opentype'), url('fonts/OpenSansLight.woff2') format('woff2'), url('fonts/OpenSansLight.woff') format('woff'), url('fonts/OpenSansLight.ttf') format('truetype'), url('fonts/OpenSansLight.svg#OpenSansLight') format('svg');
    font-display: swap;
} */



@font-face {
    font-family: "AvenirLight";
    src: url("/css/fonts/AvenirNextCyr-Light.eot");
    src: url("/css/fonts/AvenirNextCyr-Light.eot?#iefix")format("embedded-opentype"),
        url("/css/fonts/AvenirNextCyr-Light.woff") format("woff"),
        url("/css/fonts/AvenirNextCyr-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* fonts */

.btn-grey {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
    background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
    color: #555;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    padding: 5px 30px !important;
}

.btn-grey:hover,
.button-gray-round:hover {
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dddddd));
    background: linear-gradient(to bottom, #fcfcfc 0%, #dddddd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0);
}

.btn-grey:active,
.button-gray-round:active {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.22);
    box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.22);
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e5e5e5));
    background: linear-gradient(to bottom, #fcfcfc 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=0);
}


/* header */

h1 {
    font: 25px Museo Sans Cyrl;
    text-align: center;
}

.descrt img {
    cursor: pointer;
}

.header-lesson {
    color: #333333;
    margin-bottom: 20px;
}

.grid_gallery_1 {
    width: 99.9% !important;
}

.grid_gallery_2 {
    width: 50% !important;
}

.grid_gallery_3 {
    width: 33.3% !important;
}

.grid_gallery_4 {
    width: 25% !important;
}

.grid_gallery_5 {
    width: 20% !important;
}

.grid_gallery_6 {
    width: 16.6% !important;
}

.header-post h2 {
    margin-top: 15px;
}

.blog-content {
    margin: 0 auto;
    width: 1024px;
}

.main {
    margin: 0 auto;
    max-width: 1206px;
    overflow: visible;
    min-height: 70vh;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
}

.descrt.page b,
.box-series b,
.text-content b,
.descr b,
.full_text b {
    font-weight: bold;
}

header {
    margin-bottom: 35px;
}

nav {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 1150px;
}

.wrap-main h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.class-detalis p>a {
    color: #3399ff;
}

.nav-bar li {
    display: table-cell;
    padding: 0 25px;
    white-space: nowrap;
}

.nav-bar li>a {
    color: #000000;
    display: inline-block;
    font: 17px Museo Sans Cyrl;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
}

.logo {
    color: #f4b43f;
    font: 35px ProximaBlack;
    text-transform: none;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    line-height: 95%;
    padding-top: 28px;
}

.sl {
    font: 17px avenirlight;
    letter-spacing: 5px;
    margin-left: 5px;
    margin-top: 6px;
    text-align: center;
}

.item-foto {
    background: rgba(0, 0, 0, 0) url("../img/icons/def.png") repeat scroll center center / cover;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: none;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    vertical-align: bottom;
    width: 16.6%;
}

.item-video {
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    vertical-align: bottom;
    width: 16.6%;
}

.item-video>a {
    background-image: url("/img/icons/ic_play.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.item-video>a:hover {
    background-color: rgba(0, 0, 0, 0);
}

/* .item-foto > a {
    color: #000;
    font-size: 13px;
} */

.item-foto>a {
    color: #000;
    font-size: 13px;
    position: relative;
    padding-top: 75%;
    display: block;
}

.mfp-close {
    font-size: 50px;
    padding: 0 0 82px !important;
    width: 81px !important;
    z-index: 11111;
}

/* .item-foto img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
} */

.item-foto img {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.header-portfolio {
    border-bottom: 1px solid #cccccc;
    font: 16px Museo Sans Cyrl;
    height: 11px;
    margin: 22px 0 33px;
    text-align: center;
}

.header-portfolio h2 {
    display: inline;
}

footer {
    border-top: 1px solid #cccccc;
    font-size: 13px;
    margin-top: 31px;
    padding: 15px 0;
    text-align: center;
    display: block;
}

.footer-copyright {
    font-weight: 300;
    font-size: 15px;
    padding: 6px 0 8px 0;
}

.wrap-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    overflow: visible;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-foto:hover,
.item-video:hover {
    /* background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0; */
    /* -webkit-box-shadow: 1px 1px 4px #ccc; */
    -webkit-box-shadow: 0px 0px 8px -2px #989898;
    box-shadow: 0px 0px 8px -2px #989898;
    position: relative;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 8;
    border-width: 0;
}

.item-video img {
    display: block;
    position: relative;
    width: 100%;
    z-index: -1;
}

.header-portfolio>span {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
    padding: 0 15px;
    text-transform: uppercase;
}

.header-portfolio>h1 {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
    padding: 0 15px;
    display: inline;
    text-transform: uppercase;
    font: 16px Museo Sans Cyrl;
}

.wrap-series>.item-foto img {
    z-index: 3;
}





/* .wrap-series h3 {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #333;
    display: table-cell;
    font-family: cassandra;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: bold;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    vertical-align: middle;
    z-index: 2;
} */

.empty {
    color: #999;
    padding: 35px 0;
    text-align: center;
}

.backgroung-box {
    background-size: cover;
    display: table;
    height: 143px;
    position: absolute;
    width: 191px;
}

.fa.fa-angle-double-right {
    display: inline-block;
    font-size: 16px;
    height: 17px;
    padding: 3px 4px;
    vertical-align: middle;
}

.wrap-series .item-foto {
    background: none;
}

.item-menu>a:hover {
    color: #993300;
}


/* header */


/*seller*/

.class-preview {
    float: left;
    overflow: hidden;
    width: 35%;
}

.sub a {
    display: block !important;
    font-size: 14px !important;
    padding: 9px 15px 8px;
}

.class-preview img {
    width: 100%;
}

.class-detalis {
    font: 13px Museo Sans Cyrl;
    margin-left: 37%;
}

.lesson-detalis h1 {
    text-align: left;
}

.master-class {
    border-bottom: 1px solid #dddddd;
    margin: 30px auto 30px auto;
    overflow: hidden;
    padding-bottom: 25px;
    width: 95%;
}

.calc-result__cost-text {
    margin-bottom: 26px;
    min-height: auto !important;
}

.master-class:last-child {
    border: medium none;
}

.social {
    margin-top: 10px;
}

.title {
    color: #ffffff;
    display: block;
    font: 16px Museo Sans Cyrl;
    margin-top: -70px;
    padding: 10px 10px 10px 0;
    position: relative;
    text-align: right;
    text-shadow: 1px 1px 2px #000000;
}


/* lesson */

.left-img {
    float: left;
    margin-bottom: 5px;
    margin-right: 25px;
    overflow: hidden;
    width: 40%;
}

.left-img img {
    width: 100%;
    display: block;
}

.lesson-date {
    color: #555555;
    font-size: 25px;
}

.social a {
    color: #555555;
    display: block;
    width: 100%;
}

.weekday>* {
    color: #444444;
    font: 20px Museo Sans Cyrl;
    text-transform: uppercase;
}

sub {
    vertical-align: super;
}

.lesson-time {
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 8px;
    padding: 3px 0;
}

.master-class-list {
    padding-top: 1px;
}

.map {
    margin-bottom: 8px;
}

.full_text_1 {
    font: 13px Museo Sans Cyrl;
    overflow: hidden;
    width: 100%;
}

.time {
    font-size: 24px;
    margin-right: 10px;
    color: #993300;
}

.location {
    color: #993300;
    font-size: 24px;
    margin-right: 10px;
}

.prise {
    color: #993300;
    font-size: 24px;
    margin-right: 10px;
}

.group,
.group-plus {
    color: #993300;
    font-size: 17px;
    margin-right: 10px;
    vertical-align: top;
}

.ic_24 {
    display: inline-block;
    height: 24px;
    position: relative;
    top: 4px;
    width: 24px;
    text-align: center;
}

.map>a {
    color: #993300;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}

.full_text {
    font-size: 13px;
}

footer>address {
    font-family: cassandra;
}

.foto-autor {
    float: left;
    width: 30%;
}

.foto-autor img {
    width: 100%;
}

/* .about {
    overflow: hidden;
} */

.user-avatar img {
    display: block;
    vertical-align: top;
    width: 100%;
}



.item-recal h5 {
    color: #666666;
    font: 13px Museo Sans Cyrl;
    height: 20px;
    margin-top: 9px;
    text-align: center;
    vertical-align: middle;
}

.box-recals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-recal {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 0 14px 30px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: none;
    width: 16.6%;
}

.recal-text {
    display: none;
}

.recal-text.in {
    display: block;
    margin-top: -176px;
    position: absolute;
}

.recal-text>.this {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 26px;
    -webkit-box-shadow: 2px 1px 6px 0 #acacac;
    box-shadow: 2px 1px 6px 0 #acacac;
    color: #555;
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-right: 12px;
    max-width: 400px;
    min-width: 153px;
    padding: 15px 25px;
    width: auto;
    z-index: 2;
}

.stick {
    background: rgba(0, 0, 0, 0) url("../img/icons/ic_stick.png") no-repeat scroll 60px -1px;
    display: block;
    height: 18px;
    width: 44%;
}

.about .foto-autor {
    margin-bottom: 20px;
    margin-right: 20px;
}

.item-portfolio.attach {
    clear: both;
}

.one .class-preview {
    width: 28%;
}

.one .class-detalis {
    margin-left: 30%;
}

.user-avatar {
    -webkit-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
    overflow: hidden;
    padding: 0;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.item-recal h5>a {
    color: inherit;
    font: 13px Museo Sans Cyrl;
    text-decoration: none;
}

.item-recal:hover>h5 a {
    color: #993300;
}

.box-comment {
    font-weight: 400;
    margin: 0 auto;
    width: 65%;
}

.header-comment {
    border-bottom: 1px solid #cccccc;
    font: 19px Museo Sans Cyrl;
    margin: 18px 0 5px;
    text-transform: uppercase;
}

.ic_36 {
    border: 1px solid #cccccc;
    border-radius: 8px;
    color: #555555;
    display: inline-block;
    font-size: 22px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
}

.ic_36:hover {
    border-color: #993300;
    -webkit-box-shadow: 0 0 1px 0 #ffa8a8;
    box-shadow: 0 0 1px 0 #ffa8a8;
}

.box-auth>p {
    margin-left: 30px;
}

.box-gallery-img>a {
    background-size: cover;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    overflow: hidden;
    vertical-align: top;
    width: 16.6%;
}

.class-detalis a {
    color: #993300;
}

.box-auth p>span {
    font: 14px Museo Sans Cyrl;
    margin-right: 10px;
    text-transform: uppercase;
}

.m-left {
    float: left;
    width: 50%;
    min-width: 535px;
}

.m-left .wrap {
    margin-right: 200px;
}

.m-mid {
	margin-left: 0;
	text-align: center;
	width: auto;
}

.m-right {
    float: right;
    margin-left: -200px;
    width: 50%;
    min-width: 535px;
}

.m-right .wrap {
    margin-left: 200px;
}

.m-mid li {
    display: block;
    padding: 0;
}

.m-left li {
    display: block;
    float: right;
    line-height: 90px;
    margin-right: 20px;
    padding: 0;
}

.m-right li {
    display: block;
    float: left;
    line-height: 90px;
    padding: 0;
    margin-left: 20px;
}

.comment-ava {
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #777777;
    box-shadow: 0 0 0 2px #777777;
    overflow: hidden;
    padding: 0;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 11%;
    float: left;
    position: relative;
}

.comment-ava>a {
    padding-top: 100%;
    display: block;
    background: #eee;
    position: relative
}

.comment-ava img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.text-comment {
    margin-left: 14%;
}

.response-user {
    cursor: pointer;
}

.box-auth {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 8px;
    padding: 0 0 6px;
}

.item-comment {
    overflow: hidden;
    padding: 5px;
}

.text-comment h5 {
    font: 14px Museo Sans Cyrl;
}

.text-comment h5>a {
    color: #000000;
    font: 14px Museo Sans Cyrl;
    text-decoration: none;
    font-weight: 600;
}

.this-text {
    color: #333333;
    font-size: 14px;
    min-height: 46px;
    padding: 3px 8px 0 0;
    line-height: 140%;
}

.date-comment>span {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
}

.date-comment {
    border-bottom: 1px solid #eeeeee;
    color: #777777;
    font-size: 12px;
    margin-left: 14%;
    overflow: hidden;
    text-align: right;
}

.class-detalis h3 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.class-detalis h3>a {
    color: #000000;
    text-decoration: none;
}

.view_mc {
    color: #993300;
    display: block;
    font-weight: bold;
    font-size: 13px !important;
    padding-top: 5px;
    text-decoration: none;
}

.send-comment-box {
    margin: 25px auto 0;
    width: 70%;
}

#comment {
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 65px;
    padding: 6px 8px;
    width: 95%;
    resize: horizontal;
}

.ic_10 {
    color: #a3a3a3;
    display: inline-block;
    font-weight: 100;
    margin-left: 10px;
}

.no_comm_status {
    font: 17px Museo Sans Cyrl;
    text-align: center;
}

.box-lesson {
    overflow: hidden;
}

.box-lesson.open {
    max-height: none;
}

.view_full {
    color: #0f75b6;
    font: 14px Museo Sans Cyrl;
    margin-top: 8px;
    cursor: pointer;
    display: none;
}

.attach .header-portfolio {
    margin: 20px 28px;
}

strong {
    font-weight: bold;
}

.page .header-portfolio>span {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.page .item-portfolio.attach {
    clear: both;
    overflow: hidden;
}

.page em,
.full_text em,
.full_text_1 em {
    font-style: italic;
}

.descrt.page a,
.full_text a,
.full_text_1 a {
    font-family: Museo Sans Cyrl !important;
}

.mfp-arrow-left {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 50%;
}

.foto-autor.foto-page {
    margin-right: 10px;
}

.form_password {
    display: table;
    margin: 0 auto;
}

.box-text {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 3px solid #0077dd;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 12px 30px;
}

.input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    outline: medium none;
    padding: 5px 15px;
    width: 350px;
    font-size: 14px;
}

.foto-autor.foto>span {
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

.text-article a {
    color: #0077dd;
}

.loading {
    background-image: url("../img/icons/30.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 80px;
}

.item-article {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    width: 24.5%;
}

.err {
    color: #ff0000;
    font-size: 13px;
    margin-top: 30px;
    max-width: 380px;
}

.article {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 95%;
}

.item-article h3 a {
    color: #000000;
    font: 24px Museo Sans Cyrl;
    text-decoration: none;
    text-transform: uppercase;
}

.text-article {
    font: 13px Museo Sans Cyrl;
    overflow: hidden;
    padding: 7px 23px;
}

.wall {
    border-bottom: 1px solid #cccccc;
    color: #777777;
    font: 12px Museo Sans Cyrl;
    margin-bottom: 30px;
    padding: 5px 20px;
}

.img img {
    display: block;
    width: 100%;
}

#check_pass {
    margin-top: 9px;
}

.mfp-arrow-left {
    background: rgba(0, 0, 0, 0) url("../img/icons/prev-foto-button.png") no-repeat scroll left center !important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 50%;
    opacity: 0.4;
}

.mfp-arrow-right {
    background: url(../img/icons/next-foto-button.png) no-repeat scroll right center !important;
    bottom: 0;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    width: 50%;
    opacity: 0.4;
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.mfp-arrow:active {
    margin-top: auto;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    border: none !important;
}

.item-recal .user-avatar>img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -moz-filter: url("grayscale.svg#greyscale");
    -moz-filter: gray;
}

.item-recal:hover .user-avatar>img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}

.preview-lesson>li,
.preview-lesson>li a {
    font-size: 16px;
    margin: 0;
}

.preview-lesson {
    margin: 10px 0;
}

.preview-lesson .ic_24 {
    font-size: 17px;
}


/*blog*/

.blog-catid {
    margin: 0 auto;
    min-width: 1024px;
}

.box-img-blog img {
    width: 100%;
}

.blog-content {}

.head-catid {
    display: block;
    font: 29px Museo Sans Cyrl;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.blog-catid li {
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-catid ul {
    display: block;
    list-style: outside none none;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 1206px;
}

.item-post:nth-child(2n+1)>.box-img-blog {
    float: left;
}

.item-post:nth-child(even)>.box-img-blog {
    float: right;
}

.wrap-main.blog-article>h1 {
    /*border: 2px solid #000;*/
    margin: 0 auto 20px;
    padding: 5px;
    text-align: center;
}

.blog-article .detalis-post {
    font: 12px Museo Sans Cyrl;
    text-align: center;
}

article {
    margin-top: 25px;
}

.question-box {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 20px;
    padding: 20px 30px;
}

.share-article {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.item-post {
    overflow: hidden;
}

.blog-catid a {
    color: #555;
    font: 18px Museo Sans Cyrl;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s
}

.blog-catid li>span {
    font-size: 26px;
    padding: 1px 6px 1px 1px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
}

.sliding-line {
    background: #993300 none repeat scroll 0 0;
    bottom: -2px;
    height: 2px;
    left: 0;
    margin: 0 !important;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-catid li:hover>span,
.blog-catid li:hover>a {
    color: #993300;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.item-post:nth-child(2n+1) .header-post {
    margin-left: 570px;
}

.item-post:nth-child(even) .header-post {
    margin-right: 570px;
    text-align: right;
}

.header-post {
    display: table;
    height: 290px;
}

.header-post h2>a {
    color: #222;
    font: 25px Museo Sans Cyrl;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.item-post:hover h2>a,
.blog-pagination>a:hover {
    color: #993300;
}

.item-post:hover .detalis-post {
    color: #333;
}

.detalis-post {
    color: #999;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-post p {
    font: 13px Museo Sans Cyrl;
    margin-top: 15px;
}

.header-post-wrap {
    display: table-cell;
    vertical-align: middle;
}

.blog-pagination {
    margin: 30px 0 0;
    padding: 28px 0 0;
    text-align: center;
}

.blog-pagination>a {
    color: #666;
    padding: 0 50px;
    text-transform: uppercase;
}

.item-post {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    margin: 20px 0;
    opacity: 0;
    overflow: hidden;
}

.item-post:first-child,
.visible-post {
    opacity: 1 !important;
}

.box-img-blog {
    height: 290px;
    overflow: hidden;
    width: 550px;
}

.detalis-article {
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}

.a-video {
    background: rgba(0, 0, 0, 0.2) url("/img/icons/ic_play.svg") no-repeat scroll center center / 100px auto;
    display: block;
    margin: 3px 2px;
    transition: background-color 0.3s ease;
}

.box-series-container {
    padding: 0 15px;
}

.a-video:hover {
    background-color: rgba(0, 0, 0, 0);
}

.s-video {
    float: left;
    width: 100%;
}

.s-video img {
    position: relative;
    z-index: -1;
}

.detalis-article>li {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    list-style: initial;
}

.share-article>div {
    border: 1px solid #ccc;
    border-radius: 42px;
    display: inline-block;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.share-article {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 20px;
}

.share-article span {
    color: #888;
    font-size: 21px;
    height: 100%;
    line-height: 33px;
    vertical-align: middle;
    width: 100%;
}

.share-icon i {
    color: #993300;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.detalis-article .fa.fa-circle {
    color: #444;
    font-size: 9px;
    padding: 0 5px;
}

.header-comment-blog {
    border-bottom: 1px solid #cccccc;
    font: 19px Museo Sans Cyrl;
    margin: 10px 0 5px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.share-article>div:hover {
    border-color: #993300;
}

.graf {
    background: #dedede none repeat scroll 0 0;
    height: 7px;
    padding: 1px;
    border-radius: 50px;
}

.graf>span {
    background: #993300 none repeat scroll 0 0;
    display: inline-block;
    height: 7px;
    vertical-align: top;
    border-radius: 50px;
}

.quest-item-wrap p {
    font: 13px Museo Sans Cyrl;
    color: #333;
}

.detalis-post>a {
    color: #999;
}

.detalis-post>a:hover {
    color: #555;
}

input[type="radio"]+label span {
    border: 2px solid #993300;
    border-radius: 50%;
    color: #993300;
    cursor: pointer;
    display: inline-block;
    font-family: fontawesome;
    font-size: 22px;
    height: 16px;
    margin: -3px 9px 0 7px;
    vertical-align: middle;
    width: 16px;
    text-align: center;
}

input[type="radio"]+label span>i {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    vertical-align: super;
    width: 0;
    margin: 3px;
}

input[type="radio"]:checked+label span>i {
    background: #993300 none repeat scroll 0 0;
    display: block;
    height: 10px;
    width: 10px;
}

input[type="radio"] {
    display: none;
}

.quest-header h6 {
    color: #993300;
    font: 17px Museo Sans Cyrl;
    margin-bottom: 12px;
}

.quest-header>p {
    color: #666;
    font-size: 12px;
}

.quest-item-wrap li {
    font: 14px opensans;
    padding: 3px 0;
}

.quest-item-wrap {
    margin-left: 10px;
}

.quest-item-wrap label {
    font: 13px Museo Sans Cyrl;
    cursor: pointer;
}

.quest-header {
    margin-bottom: 10px;
}

.two-foto>figure {
    border-color: #fff #fff #fff #ffffff;
    border-style: solid;
    border-width: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
}

.three-foto>figure {
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 33.33333333%;
}

.four-foto>figure {
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 25%;
}

.wrap-series .item-foto {
    background: #fff none repeat scroll 0 0;
    display: table-column;
    height: auto;
    overflow: hidden;
    width: 20%;
    vertical-align: top;
}

.wrap-series .item-foto h3 {
    color: #777;
    font: 14px Museo Sans Cyrl;
    padding: 7px 0 0;
    text-align: center;
    opacity: 1;
}

.wrap-series .item-foto h3 .h {
    color: #333;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrap-series .item-foto h3 .d {
    font: 12px Museo Sans Cyrl;
    white-space: normal;
    padding-bottom: 10px;
}

.one-foto>figure {
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
}

.box-series {
    overflow: hidden;
}

.box-series img {
    cursor: pointer;
    display: block;
    width: 100%;
}

.sub {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
    font: 14px Museo Sans Cyrl;
    height: 0;
    margin: -20px 0 10px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1000;
}

.share-icon {
    color: #555 !important;
    display: inline;
    font: 13px Museo Sans Cyrl !important;
    width: 200px !important;
}

.m-menu {
    display: none !important;
}

.item-menu:hover>.sub,
.item-menu.open>.sub {
    height: auto;
}

.item-menu:hover>.sub>li,
.item-menu.open>.sub>li {
    margin: -1px 0;
    border-color: #ddd;
}

.sub>li {
    border-bottom: 1px solid #eee !important;
    cursor: pointer;
    float: none;
    font: 15px/35px Museo Sans Cyrl;
    margin: 3px 0;
    max-width: 300px;
    min-width: 160px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sub>li:hover {
    background: #eee;
}

.wrap-series {
    overflow: hidden;
    padding: 15px 0;
}

.overlay_18 {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.text-info {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px 0 #999;
    box-shadow: 0 0 6px 0 #999;
    height: 300px;
    margin: -150px auto auto;
    max-width: 500px;
    padding: 20px;
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
}

.overlay_18 .btn-grey {
    margin: 0 7%;
}

.filter-blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    -moz-filter: blur(4px);
    -moz-filter: blur(4px);
    -moz-filter: blur(4px);
}

.text-info>p {
    display: table-cell;
    font: 19px Museo Sans Cyrl;
    height: 175px;
    padding: 25px 0;
    vertical-align: middle;
}

.overlay_18 .text-info>h1 {
    text-transform: uppercase;
}

.wrap-series {
    overflow-x: scroll;
    white-space: nowrap;
}

.gallery-portfolio.home {
    height: 275px;
    overflow: hidden;
    position: relative;
}

.wrap-series .item-foto {
    display: inline-block;
    float: none;
    width: 20%;
}

.slider .item-foto {
    display: inline-block;
    float: none;
    height: auto;
    vertical-align: top;
    width: 22%;
}

#prev_photo_history {
    background: rgba(255, 255, 255, 0.3) url("../img/icons/prev-foto-button.png") no-repeat scroll center center / 100% auto;
    bottom: 80px;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 17px;
    width: 52px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 30px auto;
}

#next_photo_history {
    background: rgba(255, 255, 255, 0.3) url("../img/icons/next-foto-button.png") no-repeat scroll center center / 100% auto;
    bottom: 80px;
    cursor: pointer;
    display: block;
    right: 0;
    position: absolute;
    top: 17px;
    width: 52px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 30px auto;
}

.gallery-portfolio.home:hover #prev_photo_history,
.gallery-portfolio.home:hover #next_photo_history {
    opacity: 1;
}

.descrt {
    margin-bottom: -15px;
    /* padding: 0 15px; */
}

.text-content {
    padding: 15px 0;
}

@media screen and (max-width: 1240px) {
    .text-content {
        padding: 15px 15px;
    }
}

.s-text {
    float: left;
    font: 14px Museo Sans Cyrl;
    overflow: hidden;
    width: 100%;
}

.mobile-box-call.open {
    z-index: 200;
    opacity: 1
}

.mobile-box-call {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: -100;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0
}

.wrap-modile-box-container {
    background: #fff;
    width: 100%;
    height: 0vh;
    padding: 30px 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mobile-box-call.open .wrap-modile-box-container {
    height: 40vh;
    box-sizing: border-box;
}

.header-mobile-call {
    font-size: 18px;
    color: #777
}

.number-mobile-call {
    padding-top: 25px;
}

.number-mobile-call a {
    font-size: 34px;
    font-weight: bold;
    color: #2867ca;
}

.button-call-back {
    width: 60px;
    height: 60px;
    background: #a5a29d;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 28px;
    color: #fff;
    right: 20px;
    bottom: 20px;
    z-index: 100;

    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-animation: hoverWave linear 1s 2;
    animation: hoverWave linear 1s 2;

    position: fixed;
    background-size: cover;
    cursor: pointer;
}

.button-call-back.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ic-viber {
    background-image: url(/img/icons/viber.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ic-whatsapp {
    background-image: url(/img/icons/whatsapp.svg);
    width: 40px;
    height: 43px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ic-telegram {
    background-image: url(/img/icons/telegram.svg);
    width: 40px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ic-vk {
    background-image: url(/img/icons/vk.svg);
    width: 49px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ic-inst {
    background-image: url(/img/icons/instagram.svg);
    width: 39px;
    height: 43px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.box-messagers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
    padding-top: 40px;
}

.box-messagers>div {
    margin: 0 30px 0 0;
}

.header-mobile-call {
    font-weight: 400;
}

.box-messagers>div:last-child {
    margin-right: 0 !important;
}

div.row-video {
    display: flex;
}

div.row-video>div {
    position: relative;
    flex-grow: 1;
    width: 100%;
}

div.row-video {
    display: flex;
    width: 100%;
}

/* modal contact */

.modal-contact {
    display: none;
}


.modal-contact {
    display: none;
}

.modal-contact {}

.modal-contact.open {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #343434;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.modal-contact__wrp {
    background-color: #fff;
    padding: 30px;
}

@keyframes to_fade {


    to {
        opacity: 1;
    }
}

.modal-contact__overlay {
    width: 100%;
    height: auto;
    max-width: 445px;
    margin: auto;
    position: absolute;
    animation: 0.55s ease to_fade forwards;
    align-self: safe center;
    opacity: 0;

}

.modal-contact__photo {
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 18px;
}



.modal-contact__photo img {
    width: 100%;
    border-radius: 50%;
}

.modal-contact__overlay {
    font-weight: 300;
    font-size: 16px;
}

.modal-contact__title {
    font-size: 22px;
}

.modal-contact__subtitle {
    color: #666;
    padding-bottom: 10px;
}

.modal-contact__title {
    padding-bottom: 6px;
}

.modal-contact__phone a {
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.modal-contact__phone {
    padding-bottom: 5px;
}

.modal-contact__email {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.modal-contact__links a {
    display: block;
    padding: 9px 10px;

    border: 1px solid #666;
    margin-bottom: 7px;
    border-radius: 50px;
    font-size: 14px;
    color: #333;
}

.modal-contact__links {
    max-width: 300px;
    margin: auto;
    padding-top: 20px;
}


.modal-contact__links a span {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 10px;
}

.modal-contact__links a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-contact__links a:hover {
    background-color: #555;
    color: #fff;
}

.modal-contact__links a.is-hover {
    background-color: #555;
    color: #fff;
}


.modal-contact__links a:hover span {
    filter: grayscale(1) brightness(2);
}


.modal-contact__close {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-contact__close span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    transform: rotate(45deg);
    color: #999;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
    .modal-contact__overlay {
        bottom: 0;
    }
}



.video_popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    z-index: 10000;
}

.video_popup.open {
    display: block;
}


.popup-kineskope {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    height: calc(100% - 100px);
    align-items: center;
    padding: 50px 0;
}

.popup-kineskope__wrp {
    width: 100%;
    padding-top: 56.2%;
    position: relative;
    height: 0;
    margin: auto;
}

.popup-kineskope__iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.popup-kineskope__iframe iframe {
    width: 100%;
    height: 100%;
}

.video_popup {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}


.popup-kineskope__close::before {
    content: '+';
    color: #fff;
    font-size: 40px;
    transform: rotate(45deg);
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.popup-kineskope__close {
    position: absolute;
    top: -35px;
    right: 0;
}

.text-content hr {
    border-color: #eee;
    max-height: 1px;
    opacity: 0.3;
}

@media screen and (max-width: 480px) {
    .popup-kineskope__wrp {
        padding-top: 0;
        height: 90vh;
        margin-bottom: 0;
    }

    .popup-kineskope {
        padding-bottom: 0;
        align-items: flex-end;
        margin-top: auto;
        height: calc(100% - 55px);
    }

}

/* ========================================================== */
/* ========================================================== */

/* media breakpoints */
/*  */
.container {
    max-width: 1085px;
    margin: 0 auto;
}

.box-mixed__list {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}

@media screen and (min-width: 1200px) {
    .box-mixed__list {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
    }
}

.box-mixed__item {
    width: 50%;
    padding: 2px;
}

@media screen and (min-width: 767px) {
    .box-mixed__item {
        width: 33.33%;
    }
}

@media screen and (min-width: 1200px) {
    .box-mixed__item {
        width: 100%;
    }

    .box-mixed__item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .box-mixed__item:first-child .box-mixed__item picture {
        padding-top: 109%;
    }
}

.box-mixed__item picture {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 140%;
}

.box-mixed__item picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-mixed__item picture:hover::before {
    opacity: 1;
}

.box-mixed__item picture img {
    transition: 0.3s ease;
    background-color: #ccc;
}

.box-mixed__item:hover picture img {
    transform: scale(1.05);
}

.box-mixed img {
    max-width: 100%;
}

.box-mixed * {
    box-sizing: border-box;
}

.box-mixed__item:hover input {
    opacity: 1;
}

.box-mixed__item.box-mixed__item--repeater {
    display: none;
}

.box-mixed__item .a-video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("/img/icons/ic_play.svg") no-repeat scroll center center / 100px auto;
    z-index: 2;
}

.box-series-container .box-mixed {
    padding: 3px;
}

.box-mixed .a-video {
    margin: 0;
}

.s-header {
    display: block;
    float: left;
    width: 100%;
}

.load-button {
    display: none;
}


.box-mixed__item {
    position: relative;
}

.box-mixed__item:first-child {
    width: 100%;
}

.box-mixed {
    margin-bottom: 4px;
}

.footer-info {
	padding-top: 14px;
	color: #5c5c5c;
}

@media screen and (max-width: 480px) {
    .box-mixed__item:first-child picture {
        padding-top: 65%
    }
}