

/* Start:/proekty/studiya-dizayna-evgenii-marker/style.css?162447892524210*/
body {
    color: #151515;
}

.ProjectItem {
    overflow: hidden;
}

.MainBanner {
    position: relative;
    height: 768px;
    color: #fff;
    display: flex;
    margin-bottom: 86px;
    overflow: hidden;
}
.MainBanner .FullscreenBgVideo {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.MainBanner .Navigation {
    position: absolute;
    top:70px;
}

.MainBannerYear {
    position: absolute;
    right: 15px;
    top: 100px;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
}

.MaxWidth {
    width: 100%;
    max-width: 1380px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.MainBannerLogo {
    margin: auto;
    display: flex;
}

.MainBanner .MaxWidth {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.MainBanner .NavigationItem_active_true,
.MainBanner .NavigationItem a {
    color: #fff;
}

.ProjectItemText {
    font-weight: 300;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 50px;
    width: 54%;
    padding-left: 115px;
}

.ProjectItemName {
    font-size: 48px;
    line-height: 110%;
    color: #151515;
    max-width: 60%;
    font-weight: bold;
    font-family: Gilroy, Arial;
}

.ProjectItemTags {
    display: flex;
    margin-left: auto;
}

.ProjectItemTags > div {
    font-size: 26px;
    line-height: 120%;
    color: #212121;
    border: 1px solid #E0E0E0;
    padding: 7px 23px;
    margin-left: 30px;
}


.TopBlock {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-bottom: 26px;
    margin-bottom: 22px;
    overflow: hidden;
}

.TopBlock > *{
    position: relative;
    bottom: -200px;
    transition: 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.TopBlock.active > *{
    bottom: 0;
}

.TopBlock:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #E8C529;
    left: 0;
    transition: 0.5s ease-in-out;
    transition-delay: 0.1s;
}
.TopBlock.active:after {
    width: 100%;
}


.CountSection {
    width: 115px;
    font-weight: 300;
    font-size: 40px;
    line-height: 110%;
    color: #151515;
}

.CountSectionEmpty {
    width: 90px;
}

.InfoSection {
    width: 100%;

}

.FlexBlock {
    display: flex;
    flex-flow: row wrap;
}

.TaskProject {
    position: relative;
}

.BlockWithPicture {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.BlockWithPictureImg {
    width: 545px;
}

.BlockWithPictureText {
    width: calc(90% - 545px);
}

.TaskProject .Photogallery {
    margin-top: -60px;
    margin-bottom: 100px;
}

.ProjectBlockText {
    font-size: 18px;
    line-height: 150%;
    color: #212121;
    max-width: 83%;
}

.ProjectBlockName {
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 26px;
    font-family: Gilroy, Arial;
}

.Photogallery > div {
    width: 100%;
}

.bxslider_1 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
}

.FloatBlock {
    display: flex;
    flex-flow: row wrap;
    margin: 130px 0 185px 0;
}

.FloatBlockFirst {
    width: 100%;
    display: flex;
    align-items: center;
}

.FloatBlockLast {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 345px;
}

.FloatBlockText {
    font-size: 18px;
    line-height: 150%;
    color: #212121;
    padding-left: 86px;
    position: relative;
}

.FloatBlockText p {
    margin: 0;
}

.FloatBlockText:before {
    content: '';
    width: 79px;
    height: 2px;
    background: #E8C529;
    left: -15px;
    top: 15px;
    position: absolute;
}

.FloatBlockFirst .FloatBlockText p {
    max-width: 59%;
}

.FloatBlockTextName {
    font-family: Gilroy, Arial;
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    color: #151515;
    margin-bottom: 14px;
}


.Analytics {
    position: relative;
}

.GrayBlock {
   position: relative;
}
.GrayBlock:before {
    content: '';
    width: 100%;
    height: 750px;
    left: 0;
    position: absolute;
    top: 56px;
    background: #F2F2F2;
}


.GrayBlock .BlockWithPictureText {
    width: calc(100% - 545px);
}

.GrayBlock .ProjectBlockText {
    max-width: 100%;
}

.GrayBlock .BlockWithPicture {
    margin-top: -56px;
}
.GrayBlock {
    margin-bottom: 130px;
}
.Video {
    position: relative;
    margin-top: -170px;
    z-index: 2;
    max-width: 985px;
    margin-left: auto;
}

.VideoPlay {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.54);
    background-image: url(/proekty/studiya-dizayna-evgenii-marker/img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.VideoItem {
    position: relative;
   margin-left: auto;
}

.VideoItem.active {
    background: none;
}

.VideoItem video {
    width: 100%;
}

.VideoDescriptions {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.VideoDescription {
    width: 45%;
    display: flex;
}

.VideoDescriptionCount {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 500;
    font-size: 72px;
    line-height: 110%;
    color: #E8C529;
    width: 80px;
}

.VideoDescriptionText {
    font-size: 18px;
    line-height: 150%;
    width: calc(100% - 80px);
}

.Design {
    position: relative;
}

.FullscreenBgVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}
.VideoItem img {
    filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1));
}
.bxslider_2 {
    display: flex;
}
.bxslider_2 li {
    display: flex;
    align-items: flex-start;
}
.DesignSlide {
    width: 100%;
    background: #E8C529;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 44px;
    font-size: 18px;
    align-items: center;
    line-height: 150%;
}
.DesignSlide > div {
    width: 100%;
}
.DesignSlideName {
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    color: #151515;
    margin: 21px 0 24px 0;
}

.DesignInfo img {
    filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1));
}

.DesignInfo {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    width: calc(100% - 115px);
    z-index: 100;
    margin-top: 100px;
}
.Design .Photogallery {
    margin-top: 120px;
}
.DesignInfo > img {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
}

.DesignInfoName {
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    color: #151515;
    font-family: Gilroy, Arial;
    margin-bottom: 14px;
}

.DesignInfoFirst {
    padding-left: 114px;
    position: relative;
    margin: 150px 0;
}

.DesignInfoFirst:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 89.5px;
    height: 2px;
    background: #E8C529;
}

.DesignInfoLast {
    padding-left: 114px;
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
}

.DesignInfoLast:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 13px;
    width: 32px;
    height: 150%;
    border-left: 2px solid #E8C529;
    border-top: 2px solid #E8C529;
}

.Adaptive {
    padding: 125px 0 95px;
    margin-bottom: 100px;
    position: relative;
}

.AdaptiveImg {
    text-align: center;
    width: 100%;
    margin: 100px 0 55px;
}

.InstrumentsText {
    font-size: 18px;
    line-height: 150%;
}

.InstrumentsList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 39px;
}

.Instruments {
    padding-left: 115px;
}

.Adaptive .MaxWidth {
    position: relative;
    z-index: 2;
}
.Adaptive:before {
    content: '';
    width: 100%;
    height: 750px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: #F2F2F2;
}

.Results {
    position: relative;
    padding-top: 50px;
}


.DevelopersItem {
    width: 20%;
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 44px;
    font-weight: bold;
}
.DevelopersItemPost {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
   margin-bottom: 8px;
    color: #828282;
}

.DevelopersList {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.ResultsBlack a {
    background: #E8C529;
    font-size: 18px;
    line-height: 150%;
    color: #1F1F1F;
    width: 300px;
    height: 60px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: auto;
    transition: background-color 0.3s;
}

.ResultsBlack a svg {
    margin-left: 13px;
}

.ResultsBlack a:hover {
    background: #FFFFFF;
}

.Results .FlexBlock {
    position: relative;
}

.ResultsBlack {
    position: absolute;
    text-align: center;
    background: #1F1F1F;
    color: #fff;
    padding: 47px 57px 62px;
    max-width: 605px;
    right: 50px;
    top: -50px;
    z-index: 3;
}
.ResultsBlackHeader {
    font-family: Gilroy, Arial;
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 32px;
    margin-top: 15px;
}

.ResultsBlackText {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 33px;
}

.Results .TopBlock {
    margin-bottom: 150px;
    padding-bottom: 0;
    padding-top: 10px;
}

.Results .ProjectItemTags {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
}

.Results .ProjectItemTags > div:first-child {
    margin-left: 0;
}

.Results .TopBlock:after {
    bottom: 50%;
}

.ResultsSite {
    margin: 93px 0;
}
.ResultsSiteImg {
    text-align: center;
}
.ResultsSiteImg img {
    filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1));

}

.ResultsSiteTop {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.card {
    position: relative;
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    transition-duration: 0.1s;
    transition-timing-function: ease !important;
    backface-visibility: hidden;
    will-change: tranform;
}

.card.is-out {
    transform: rotateX(0) rotateY(0) !important;
    transition-duration: 1s;
}


.Priziv {
    background: #E8C529;
    width: 100%;
    height: 380px;
    text-align: center;
    display: flex;
    align-items: center;
}

.PrizivText {
    margin: 20px 0 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #1F1F1F;
}
.PrizivBtn {
    background: #fff;
    font-family: Gilroy, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    width: 300px;
    height: 60px;
    color: #1F1F1F;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: auto;
    cursor: pointer;
    transition: background-color 0.3s;
}
.PrizivText b {
    color: #1F1F1F;
}
.Priziv .ProjectItemName {
    max-width: 100%;
}

.Priziv .FlexBlock {
    justify-content: space-between;
    align-items: center;
}

.PrizivLeft {
    width: 300px;
}
.PrizivRight {
    width: 300px;
}
.PrizivCenter {
    width: calc( 100% - 600px );
}
.Works {
    padding: 70px 0;
}

.WorksHeader {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 70px;
}

.ResultsSiteTop > a {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #E8C529;
    transition: 0.3s ease-in-out;
}
.ResultsSiteTop > a:hover {
    color: #000000;
}
.ResultsSiteTop > a:hover svg path {
    transition: 0.3s ease-in-out;
}

.ResultsSiteTop > a:hover svg path {
    fill: #000000;
}
.Photogallery img {
    max-width: 100%;
}

.DesignSlide.hidden {
    display: none;
}

.FloatBlock img {
    position: relative;
    bottom: -40px;
    transition: 0.2s linear;
}
.FloatBlock img.active {
    bottom: 0;
}
header.fix {
    z-index: 1000;
}
@media (min-width: 1921px) {

}
@media (min-width: 1600px) and (max-width: 1920px){

}
@media (max-width: 1200px) and (min-width: 993px) {
    .MainBanner {
        height: 568px;
    }

    .ProjectItemName,
    .CountSection,
    .ProjectBlockName,
    .ResultsBlackHeader,
    .WorksHeader {
        font-size: 32px;
    }
    .ProjectBlockText {
        max-width: 100%;
    }

    .ProjectItemTags > div {
        font-size: 20px;
    }
    .ProjectItemText {
        font-size: 22px;
        width: 74%;
    }
    .FloatBlock {
        margin: 80px 0 155px 0;
    }
    .ResultsBlack {
        padding: 27px 37px 32px;
        max-width: 50%;
    }
    .Video {
        margin-top: -120px;
    }
    .ResultsSiteTop > a,
    .PrizivText {
        font-size: 20px;
    }
    .PrizivLeft img,
    .PrizivRight img{
        max-width: 100%;
    }
    .PrizivCenter {
        width: calc( 100% - 500px );
    }
    .PrizivLeft,
    .PrizivRight {
        width: 250px;
    }
    .ResultsSiteImg img {
        max-width: 100%;
    }
    .DesignInfo {
        width: 100%;
    }
    .DesignInfo > img {
        max-width: 50%;
    }
    .DesignInfoLeft {
        width: 65%;
    }
    .DesignInfoName,
    .DesignSlideName {
        font-size: 22px;
    }
    .DesignInfoLeft img {
        max-width: 100%;
    }

    .DesignInfoRight {
        width: 35%;
    }
}
@media (max-width: 992px) and (min-width: 768px) {

    .MainBanner {
        height: 568px;
    }

    .ProjectItemName,
    .CountSection,
    .ProjectBlockName,
    .ResultsBlackHeader,
    .WorksHeader {
        font-size: 32px;
    }
    .ProjectBlockText {
        max-width: 100%;
    }

    .ProjectItemTags > div {
        font-size: 20px;
    }
    .ProjectItemText {
        font-size: 22px;
        width: 74%;
    }
    .FloatBlock {
        margin: 80px 0 155px 0;
    }
    .ResultsBlack {
        padding: 27px 37px 32px;
        max-width: 50%;
        right: 20px;
    }
    .ResultsBlackText {
        font-size: 16px;
    }
    .ResultsBlackHeader {
        margin-bottom: 22px;
    }
    .Instruments {
        padding-left: 0;
    }

    .InstrumentsList img {
        margin-right: 10px;

    }
    .InstrumentsList {
        margin-bottom: 20px;
    }

    .AdaptiveImg img {
        max-width: 100%;
    }
    .DesignInfoLast:before {
        height: 100%;
    }
    .Video {
        margin-top: -120px;
    }
    .ResultsSiteTop > a,
    .PrizivText {
        font-size: 20px;
    }
    .PrizivLeft img,
    .PrizivRight img{
        max-width: 100%;
    }
    .PrizivCenter {
        width: calc( 100% - 400px );
    }
    .PrizivLeft,
    .PrizivRight {
        width: 200px;
    }
    .ResultsSiteImg img {
        max-width: 100%;
    }
    .DesignInfo {
        width: 100%;
    }
    .DesignInfo > img {
        max-width: 50%;
    }
    .DesignInfoLeft {
        width: 65%;
    }

    .DevelopersItem {
        width: 33.33%;
    }

    .DesignInfoName,
    .DesignSlideName {
        font-size: 22px;
    }
    .DesignInfoLeft img {
        max-width: 100%;
    }

    .DesignInfoRight {
        width: 35%;
    }

}
@media (max-width: 767px) {
    .MainBanner .FullscreenBgVideo {
        width: auto;
        height: 100%;
    }
    .MainBanner .Navigation {
        display: none;
    }
    .MainBannerYear {
        left: 50%;
        top: auto;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .MainBanner .MaxWidth {
        justify-content: center;
        text-align: center;
    }

    .MainBanner {
        height: 480px;
        margin-bottom: 56px;
    }

    .CountSection {
        width: 53px;
        font-size: 24px;
    }

    .InfoSection {
        width: 100%;
        padding-left: 0;
    }
    .ProjectBlockName {
        font-size: 18px;
        line-height: 110%;
        margin-bottom: 13px;
    }
    .ProjectItemName {
        max-width: 100%;
        font-size: 24px;
        line-height: 110%;
    }
    .ProjectBlockText {
        max-width: 100%;
        font-size: 14px;
        line-height: 150%;
    }
    .ProjectItemTags {
        margin-left: 46px;
        margin-top: 12px;
    }
    .ProjectItemTags > div {
        margin-left: 7px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .BlockWithPictureText {
        width: 60%;
        padding-left: 20px;
    }
    .TaskProject .Photogallery {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .BlockWithPictureImg {
        width: 40%;
    }

    .GrayBlock .BlockWithPictureImg {
        width: 40%;
        position: absolute;
        right: 0;
        top: -31vw;
    }
    .BlockWithPictureImg img {
        max-width: 100%;
    }
    .BlockWithPicture {
        margin-left: -15px;
        width: calc(100% + 15px);
        align-items: flex-start;
    }
    .ProjectItemText {
        width: 100%;
        font-size: 14px;
        line-height: 120%;
        padding-left: 53px;
    }
    .FloatBlockLast {
        padding-left: 0;
    }
    .FloatBlockTextName {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .FloatBlockFirst .FloatBlockText p {
        max-width: 100%;
    }
    .VideoItem img {
        max-width: 100%;
    }
    .GrayBlock:before {
        height: 374px;
        top: 0;
    }
    .GrayBlock {
        padding-left: 15px;
        margin-bottom: 60px;
    }
    .Video {
        margin-top: 23px;
        width: calc(100% + 15px);
        margin-left: -15px;
    }
    .VideoDescription {
        width: 100%;
    }
    .VideoDescriptionText {
        font-size: 14px;
        line-height: 150%;
    }
    .VideoDescriptions {
        flex-flow: row wrap;
    }
    .FloatBlockText:before {
        width: 63px;
        left: -38px;
    }
    .GrayBlock .BlockWithPictureText {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
    }
    .FloatBlock {
        margin: 10px 0 182px -15px;
        width: calc(100% + 15px);
    }
    .FloatBlockText {
        padding-left: 33px;
        font-size: 14px;
    }
    .FloatBlockFirst img,
    .FloatBlockLast img {
        max-width: 40%;
        margin-bottom: auto;
    }
    .FloatBlockFirst {
        margin-bottom: 36px;
    }
    .Video:before {
        display: none;
    }

    .VideoPlay {
        width: 50px;
        height: 50px;
        background-size: 35%;
    }

    .VideoItem {
        width: 100%;
        height: 43.15vw;
        margin-left: 0;
    }

    .ProjectItemText {
        margin-bottom: 30px;
    }

    .Design {
        padding: 0 0 30px 0;
    }
    .Design img {
        max-width: 80%;
        margin: auto;
    }
    .DesignInfoLeft,
    .DesignInfoRight {
        width: 100%;
        text-align: center;
    }
    .DesignSlide {
        padding: 15px;
        font-size: 12px;
    }
    .DesignSlideName {
        font-size: 16px;
        margin: 14px 0 17px 0;
    }
    .DesignSlide.hidden {
        display: block;
        width: calc(100% - 30px);
        padding: 20px;
        margin: 10px auto;
        font-size: 14px;
    }
    .DesignSlide.hidden .DesignSlideName {
        font-size: 18px;
        line-height: 110%;
    }
    .DesignInfo {
        width: 100%;
        margin-top: 40px;
        flex-flow: row wrap;
    }
    .DesignInfoFirst {
        padding-left: 0;
        position: relative;
        margin: 70px 0 50px;
        text-align: center;
    }
    .DesignInfoLast {
        padding-left: 0;
        position: relative;
        margin-top: 78vw;
        text-align: center;
        padding-bottom: 0;
    }
    .DesignInfo > img {
        position: absolute;
        bottom: -6%;
        transform: translate(-50%,-100%);
        right: 0;
        z-index: 3;
        top: auto;
        left: 50%;
    }
    .DesignInfoText {
        font-size: 14px;
        line-height: 150%;
    }
    .DesignInfoName {
        font-size: 18px;
    }
    .DesignInfoLast:before {
        left: 50%;
        bottom: 110%;
        width: 2px;
        height: 89.5px;
        top: auto;
        z-index: 5;
        border: none;
        background: #E8C529;
    }
    .DesignInfoFirst:before {
        left: 50%;
        bottom: 110%;
        width: 2px;
        height: 89.5px;
        top: auto;
    }
    .Design .Photogallery {
        margin-top: 40px;
    }
    .Design .VideoItem {
        margin-left: -60px;
        width: calc(100% + 60px);
        height: 48vw;
    }
    .DesignTask {
        margin-top: 40px;
        margin-left: -60px;
        margin-right: 0;
        padding: 45px 20px 20px 20px;
    }

    .DesignTaskItem {
        width: 100%;
        padding-right: 0;
    }

    .Adaptive {
        padding: 20px 0;
    }
    .AdaptiveImg img {
        max-width: 100%;
    }
    .Instruments {
        padding-left: 0;
    }
    .InstrumentsText {
        font-size: 14px;
        line-height: 150%;
        margin-top: 12px;
    }
    .InstrumentsList img {
        margin-right: 10px;
        margin-bottom: 25px;
        max-width: calc(50% - 10px);
    }
    .Results .TopBlock {
        margin-bottom: 50px;
    }
    .ResultsBlack {
        padding: 45px 20px;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .ResultsSiteImg img {
        max-width: 100%;
    }
    .DevelopersItem {
        width: 50%;
        padding-bottom: 30px;
        font-size: 14px;
    }
    .ResultsSiteTop > a {
        font-size: 14px;
        line-height: 120%;
        margin-top: 13px;
    }
    .Results .Photogallery {
        margin-top: -50px;
    }
    .ResultsBlackHeader {
        font-size: 24px;
        line-height: 110%;
    }
    .ResultsBlackText {
        font-size: 14px;
        line-height: 150%;
    }
    .PrizivLeft,
    .PrizivRight {
        display: none;
    }
    .PrizivCenter {
        width: 100%;
    }
    .Works .MaxWidth {
        padding: 0;
    }

    .WorksHeader {
        font-size: 24px;
        line-height: 130%;
        padding: 0 15px;
        text-align: left;
        margin-bottom: 20px;
    }
    .Works {
        padding: 40px 0;
    }
    .Adaptive {
        margin-bottom: 50px;
    }

    .FloatBlock img {
        bottom: 0;
    }
    .Adaptive:before {
        height: 150vw;
        max-height: 560px;
    }
    .AdaptiveImg {
        margin: 30px 0 55px;
    }

    .Design .Photogallery img {
        max-width: 100%;
    }

    .ResultsBlack a,
    .PrizivBtn {
        width: 100%;
    }
}

@media (max-width: 365px) {
    .Adaptive:before {
        height: 160vw;
    }

    .DesignInfo > img {
        bottom: 0;
    }

    .DesignSlide {
        padding: 13px;
    }
    .DesignSlideName {
        font-size: 14px;
        margin: 0;
    }
}


/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?177939534211151*/
.Portfolio {
	width: calc( 100% + 30px);
	clear: both;
	margin: 120px -15px 70px -15px;
	float: left;
}

.Portfolio h1 {
	padding: 0 15px;
	font-family: Gilroy, Arial;
	font-size: 48px;
	line-height: 130%;
	font-weight: bold;
	color: #212121;
	margin: 0 0 25px 0;
}


.PortfolioList {
	display: flex;
	flex-flow: row wrap;
	clear: both;
}

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

.PortfolioItem__img {
	width: 55%;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	min-height: 300px;

}

.PortfolioItem__img img {
	min-height: auto;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
	max-height: 100%;
}

.PortfolioItem__img video {
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

.PortfolioItem__imgLeft {
	z-index: 2;
}

.PortfolioItem__imgRightZindex .PortfolioItem__imgRight {
	z-index: 3;
}

.PortfolioItem__twooImg .PortfolioItem__imgLeft {
	left: 40%;
	bottom: 45%;
	transform: translate(-50%, 50%);
}

.PortfolioItem__twooImg .PortfolioItem__imgRight {
	left: 60%;
	bottom: 40%;
	transform: translate(-50%, 50%);
}

.PortfolioItem__img .PortfolioItem__imgLogo {
	position: absolute;
	top: -100%;
	transform: translate(-50%, -50%);
}

.PortfolioItem:hover .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
	left: 3%!important;
	transition: all 0.3s;
}

.PortfolioItem:hover .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
	left: 95%!important;
	transition: all 0.3s;
}

.PortfolioItem:hover .PortfolioItem__imgLogo {
	top: 50%;
	transition: all 0.3s;
}


.PortfolioItem:hover .PortfolioItem__imgAnimationTOP .PortfolioItem__imgLeft {
	bottom: -50%;
	transition: all 0.3s;
}

.PortfolioItem:hover .PortfolioItem__imgAnimationTOP .PortfolioItem__imgRight {
	bottom: -50%;
	transition: all 0.3s;
}

.PortfolioItem__info {
	width: 45%;
	float: left;
	padding: 0 15px 0 30px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
}

.PortfolioItem {
	color: #151515;
	display: flex;
	flex-flow: wrap;
	text-decoration: none;
	margin-bottom: 70px;
	padding: 0 15px;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}

.PortfolioItem__type {
	font-family: Circe, Arial;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.PortfolioItem__name,
.PortfolioItem__name h2 {
	font-family: Gilroy, Arial;
	font-size: 28px;
	line-height: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.PortfolioItem__tags {
	color: #6600cc;
	font-family: Circe, Arial;
	font-size: 14px;
	line-height: 140%;
}

.PortfolioItem__tags ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

.PortfolioItem__tags ul li {
	display: inline-block;
	padding-right: 15px;
}

.PortfolioItem__more {
	align-self: flex-end;
	font-family: Gilroy, Arial;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 35px;
	position: relative;
	margin-top: 15px;
}

.PortfolioItem__more .arrow {
	width: 29px;
	height: 10px;
	fill: #151515;
	stroke: #151515;
}

.PortfolioItem:hover .PortfolioItem__more {
	color: #6600cc;
	transition: .3s cubic-bezier(.29,.18,.26,.83);
}

.PortfolioItem:hover .PortfolioItem__more .arrow {
	transition: .3s cubic-bezier(.29,.18,.26,.83);
	fill: #6600cc;
	stroke: #6600cc;
	width: 44px;
	height: 10px;
}

.PortfolioItem__description {
	font-family: Circe, Arial;
	font-size: 18px;
	line-height: 150%;
}


.PortfolioItem .PortfolioItem__name,
.PortfolioItem .PortfolioItem__type{
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
	background-image: -webkit-gradient(linear,right top,left top,from(#000),color-stop(49.99%,#000),color-stop(50%,#6600CC),to(#6600CC));
	background-image: -webkit-linear-gradient(right,#000 0%,#000 49.99%,#6600CC 50%,#6600CC 100%);
	/*background-image: linear-gradient(-90deg,#000 0%,#000 49.99%,#6600CC 50%,#6600CC 100%);*/
	background-size: 200%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: 100%;
}

.PortfolioItem:hover .PortfolioItem__name,
.PortfolioItem:hover .PortfolioItem__type{
	background-position: 0;
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
}

.PortfolioItem__img2,
.PortfolioItem__img1,
.PortfolioItem__img3 {
	position: absolute;
	max-width: 30%;
}

.PortfolioItem__img1 {
	left: 15%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
}

.PortfolioItem__img3 {
	left: 85%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
}

.PortfolioItem__img2 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 333ms cubic-bezier(.47,0,.745,.715);
	transition: all 333ms cubic-bezier(.47,0,.745,.715);
}

.PortfolioItem__img[data-event="video"] {
	max-height: 300px;
}

.Portfolio__sections {
	border-bottom: 2px solid #E0E0E0;
	clear: both;
	display: block;
	width: calc( 100% - 30px );
	float: left;
	box-sizing: border-box;
	margin: 15px 15px 70px 15px;
}

.Portfolio__section {
	font-family: Circe, Arial;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #151515;
	padding: 10px 0 10px 0;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	margin-right: 60px;
}

.PortfolioItem_visible_hidden {
	height: 0;
	opacity: 0;
	margin: 0!important;
	-webkit-transition: height .3s cubic-bezier(.47,0,.745,.715);
	transition: height .3s cubic-bezier(.47,0,.745,.715);
	overflow: hidden;
}

 .Portfolio__section:after {
	content: "";
	position: absolute;
	width: 0;
	 bottom: -2px;
	left: 0;
	height: 2px;
	background: #6600CC;
	 right: 0;
	 -webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
	 transition: width .3s cubic-bezier(.47,0,.745,.715);
}

.Portfolio__section:hover:after {
	width: 100%;
	-webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
	transition: width .3s cubic-bezier(.29,.18,.26,.83);
	left: 0;
}

.Portfolio__section.Portfolio__section_active_true:after {
	width: 100%;
	-webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
	transition: width .3s cubic-bezier(.29,.18,.26,.83);
}

.Portfolio__section_active_true {
	font-weight: bold;
	color: #6600CC;
}

.inline-svg-icon.arrow-bottom {
	width: 22px;
	height: 10px;
	transform: rotate(90deg);
	fill: #151515;
	stroke: #151515;
	margin-right: 25px;
}

.PortfolioShowMore a {
	background: #F9F9F9;
	display: block;
	cursor: pointer;
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
	padding: 28px 0;
	margin: 0 15px;
}

main.white .PortfolioShowMore a {
	color: #151515!important;
}

.Pagination {
	display: none;
}

@media (max-width: 992px) {

	.PortfolioItem_code_stk .PortfolioItem__img svg:not(.background) {
		max-width: 20%;
	}

	.Portfolio__section {
		margin-right: 30px;
		font-size: 16px;
	}

	.PortfolioItem {
		float: left;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	.Portfolio h1 {
		font-size: 32px;
	}

	.PortfolioItem__description {
		font-size: 14px;
	}

	.PortfolioItem__name,
	.PortfolioItem__name h2{
		font-size: 24px;
	}

	.PortfolioItem__more {
		font-size: 14px;
		padding-right: 30px;
	}

	.PortfolioItem__more:before {
		width: 22px;
		background-size: 100%;
	}

	.PortfolioItem_code_sout .PortfolioItem__img:before {
		display: none;
	}

	.PortfolioItem__img img {
		min-height: auto;
		width: 100%;

	}

	.PortfolioItem_code_marker .PortfolioItem__img, .PortfolioItem_code_sout .PortfolioItem__img, .PortfolioItem_code_szr .PortfolioItem__img {
		display: block;
	}

}

@media (max-width: 767px) {


	.Portfolio h1 {
		font-size: 22px;
	}

	.PortfolioItem__tags ul {
		padding: 8px 0;
	}

	.PortfolioItem__img,
	.PortfolioItem__info {
		width: 100%;
	}

	.PortfolioItem__img img {
		min-height: auto;
		width: auto;
	}

	.PortfolioItem__info {
		padding: 15px 0;
	}

	.PortfolioItem {
		margin: 30px 0;
	}

	.PortfolioItem__tags {
		font-size: 13px;
	}

	.PortfolioItem__tags ul li {
		padding-right: 10px;
	}

	.PortfolioItem__name,
	.PortfolioItem__name h2 {
		font-size: 20px;
	}

	.PortfolioItem__description {
		font-size: 14px;
	}

	.PortfolioItem__more {
		font-size: 13px;
	}

	.Portfolio {
		margin: 50px -15px 50px -15px;
	}


	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 3%!important;
		transition: all 0.3s;
	}

	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 95%!important;
		transition: all 0.3s;
		max-width: 100%;
	}

	.PortfolioItem .PortfolioItem__imgLogo {
		top: 50%;
		z-index: 4;
		transition: all 0.3s;
		max-width: 50%;
	}


	.PortfolioItem .PortfolioItem__imgAnimationTOP .PortfolioItem__imgLeft {
		bottom: -50%;
		transition: all 0.3s;
	}

	.PortfolioItem .PortfolioItem__imgAnimationTOP .PortfolioItem__imgRight {
		bottom: -50%;
		transition: all 0.3s;
	}


	.PortfolioItem__twooImg .PortfolioItem__imgLeft {
		z-index: 2;
	}

	.PortfolioItem__imgRightZindex .PortfolioItem__imgRight {
		z-index: 4;
	}

	.PortfolioItem.PortfolioItem_code_marker .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 28%!important;
	}

	.PortfolioItem.PortfolioItem_code_szr .PortfolioItem__imgAnimationTOP .PortfolioItem__imgLeft {
		bottom: -40%;
		max-width: 100%;
	}

	.PortfolioItem.PortfolioItem_code_sout .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 6%!important;
		max-width: 77%;
		bottom: 20%;
	}

	.PortfolioItem.PortfolioItem_code_sout .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 93%!important;
		max-width: 50%;
		bottom: 24%;
	}


	.PortfolioItem.PortfolioItem_code_bnv .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 100%!important;
		max-width: 75%;
		bottom: 25%;
	}

	.PortfolioItem.PortfolioItem_code_bnv .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 7%!important;
		bottom: 35%;
	}


	.PortfolioItem.PortfolioItem_code_prim .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 90%!important;
		max-width: 45%;
		bottom: 18%;
	}

	.PortfolioItem.PortfolioItem_code_prim .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 15%!important;
		bottom: 20%;
		max-width: 70%;
	}

	.PortfolioItem.PortfolioItem_code_stk .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: 6%!important;
		max-width: 80%;
		bottom: 20%;
	}

	.PortfolioItem.PortfolioItem_code_stk .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 85%!important;
		max-width: 65%;
		bottom: 20%;
	}

}

@media (max-width: 586px) {
	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgLeft {
		left: -15%!important;
		transition: all 0.3s;
	}

	.PortfolioItem .PortfolioItem__imgAnimationLEFT .PortfolioItem__imgRight {
		left: 105%!important;
		transition: all 0.3s;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/breadcrumb/mkws/style.css?17793953411478*/
.NavigationList {
	margin: 20px 0 0 0;
	display: inline-block;
}

.NavigationItem {
	white-space: nowrap;
	line-height: 140%;
	vertical-align: middle;
	margin: 7px 8px 0 0;
	display: inline-block;
}
.NavigationItem span {
	font-family: Circe, Arial;
	font-size: 14px;
	line-height: 120%;
	white-space: normal;
}
.NavigationItem a {
	border-bottom: none;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	position: relative;
	display: inline-block;
}
.NavigationItem a:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	top: 50%;
	right: -5px;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background: #E0E0E0;
}

.NavigationItem a:before {
	background: #151515;
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
	transition: width .3s cubic-bezier(.47,0,.745,.715);
}

.NavigationItem a:hover {}

.NavigationItem a:hover:before {
	width: calc(100% - 10px);
	-webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
	transition: width .3s cubic-bezier(.29,.18,.26,.83);
	left: 0;
}

.NavigationItem_active_true {
	color: #6600CC;
}


@media (max-width: 767px) {
	.NavigationItem span {
		font-size: 12px;
		line-height: 140%;
	}

	.NavigationList {
		margin: 5px 0 0 0;
		float: left;
	}

	.NavigationItem svg {
		width: 16px;
		height: 7px;
		margin-top: 7px;
		margin-right: 5px;
	}

	.Navigation {
		display: flex;
	}
}
/* End */
/* /proekty/studiya-dizayna-evgenii-marker/style.css?162447892524210 */
/* /bitrix/templates/mkws/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?177939534211151 */
/* /bitrix/templates/mkws/components/bitrix/breadcrumb/mkws/style.css?17793953411478 */
