.heroes {
	padding-bottom: 60px;
}

.heroes .bannerItem .mainContainer {
    position: relative;
}

@media (max-width: 767px) {
	.heroes .bannerItem .mainContainer {
    	background-position: 75% center;
	}
}

.heroes .bannerItem .mainContainer:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000px;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/b-heroes-left.jpg)
}

.heroes .bannerItem .mainContainer:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000px;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/b-heroes-right.jpg)
}

.heroes .bannerText {
    margin: 0 0 43px 110px;
}

.heroes .bannerText img {
    margin-bottom: 6px;
}

.heroes .pItems ul li {
    padding-top: 41px;
}

.heroes .pImage {
    margin-bottom: 13px;
}

.heroes .section {
	padding-bottom: 0px;
}

.heroes .pItems {
	margin-bottom: 0
}

.heroes__list {
    margin-bottom: 58px;
}

.heroes__list-item {
    display: block;
    text-decoration: none;
}

.heroes__list-item:hover {
    text-decoration: none;
}

.heroes__list-item:hover .heroes__list-img--scale {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(8, 8, 8, 0.16);
    box-shadow: 0px 6px 20px 0px rgba(8, 8, 8, 0.16);
    border-color: #fff;
}

.heroes__list-item:hover .heroes__list-img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.heroes__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 0;
    font-size: 0;
}

.heroes__list ul li {
    padding: 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin: 0;
    font-size: 16px;
}

.heroes__list-img--scale {
    display: block;
    width: 182px;
    height: 273px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid #eaeaea;
    margin-bottom: 16px;
    overflow: hidden;
}

.heroes__list-img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroes__list-name {
    text-align: center;
    text-transform: uppercase;
    color: #505050;
}

.heroes .mediaBox {
    height: 314px;
    padding: 25px 0 33px 258px;

}

.heroes .mediaBox .boxTitle {
    font-family: 'MuseoSansCyrl-100';
    font-size: 46px;
    text-transform: unset;
    letter-spacing: -0.4px;
    margin-left: -5px;
}

.heroes .mediaBox .boxDesc {
    min-height: 86px;
    margin-bottom: 7px;
}


.heroes .mediaBox .boxDesc .boxSubDesc {
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.heroes .mediaBox .boxDesc p {
    font-family: 'PFAgoraSansPro-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-bottom: 4px;
    margin-top: 0;
}

.heroes .mediaBox .boxDesc p:last-child {
    margin-bottom: 0;
}

.heroes .mediaBox .boxBtn {
    text-align: right;
    padding-right: 33px;
}

.itemBrands.col-4 {
    width: 20%;
    min-width: 230px;
}

.itemBrands a {
    padding: 25px 23px;
}

.heroes__single {
    margin-bottom: 45px;
}

.heroes__single-title {
    margin-bottom: 30px;
}

.heroes__single-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-top: 6px;
    border: 1px solid #eeeeee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.heroes__single-bio {
    margin-bottom: 37px;
}

.heroes__single-bio p {
    font-family: 'MuseoSansCyrl-300';
    font-size: 16px;
    line-height: 30px;
    color: #2e2d2c;
    margin-top: 0;
    margin-bottom: 0;
}

.heroes__single-infoList ul {
    font-family: 'MuseoSansCyrl-300';
    width: 100%;
    font-size: 0;
    padding: 13px 19px;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    margin-top: 11px;
    list-style: none;
    padding-left: 0;
}

.heroes__single-infoList ul li {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 33px;
    position: relative;
}

.heroes__single-infoList ul li:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2e2d2c;
    left: 19px;
    margin: auto;
}

.heroes__single-infoList ul li:last-child {
    margin-bottom: 0;
}

.heroes__single-infoList--title {
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    font-size: 18px;
    color: #1d1d1d;
}

.heroes__single .colp10-9 {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .mainBanner .bannerItem .bannerText {
        text-align: left;
        margin: 160px 0 0 0;
    }
    .heroes__single .colp10-9, .heroes__single .colp20-3 {
        padding: 0;
        width: 100%;
    }

    .heroes__single-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .heroes__single-img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .heroes__single-bio p {
        text-align: justify;
        font-size: 15px;
        line-height: 25px;
    }


    .heroes__single-infoList ul li {
        font-size: 15px;
    }

    .heroes .mediaBoxes .colp10-6 {
        width: 100%;
        padding: 0 10px;
    }

    .heroes .mediaBox {
        height: auto;
        padding: 20px;
        text-align: right;
    }

    .heroes .mediaBox .boxTitle {
        font-size: 18px;
        font-family: "MuseoSansCyrl-700";
        margin: 0 0 12px;
    }

    .heroes__list ul {
        width: 100%;
        overflow: auto;
    }

    .heroes .titleBlock .sizeP {
        margin-left: 0;
        margin-top: 15px;
    }

    .swipe-table {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 150px;
        text-align: center;
        background: 0 0;
        z-index: 9999;
    }

    .swipe-table img {
        width: 100px;
        height: 100px;
        -webkit-animation: swipe 3s infinite;
        animation: swipe 3s infinite;
    }
}

@-webkit-keyframes swipe{
    0% {
        transform:translateX(-100%);
        transform:translateX(-100%)
    }
}


.mpTitle {
    font-family: "ProximaNovaCond-Semibold";
    line-height: 25px;
}

.m-nobefore:before { display: none !important }

.factoryTitle:before { display: none !important; }
.factoryTitle > .icon { margin: auto;width: 35px!important;height: 35px!important; background-position: center; background-repeat: no-repeat; background-size: contain; }

.bannerItem.m-spec { position: relative }
.bannerItem.m-spec .mainContainer { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); }