.indent {
    padding-left: calc(8.33333% - 20px);
    padding-right: calc(8.33333% - 20px);
    width: 100%;
}
.p-case-top {
    background: rgba(20, 20, 20, 0.03);
    padding: 85px 0;
    margin-bottom: 60px;
}
.p-case-top__inner {
    display: flex;
}
.p-case-top__icon {
    order: 2;
    width: 265px;
    margin-left: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-case-top__icon img {
    max-width: 100%;
    display: block;
}
.p-case-top-info {
    order: 1;
    flex: 1;
}
.p-case-top-info__pre {
    font-size: 36px;
    line-height: 1;
    font-family: Manrope,sans-serif;
    width: 270px;
    min-width: 270px;
    padding-right: 20px;
}
.p-case-top-info__txt {
    max-width: 770px;
}
.p-case-top-info__item {
    display: flex;
    margin-bottom: 50px;
}
.p-case-top-info__item:last-child {
    margin-bottom: 0;
}
.p-case-top__logo {
    margin-bottom: 8px;
}
.p-case-top__link {
    display: block;
    text-align: center;
    color: #141414;
    transition: all 0.3s ease;
}
.p-case-top__link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    background: url(/local/templates/ns_2020/assets/assets/build/img/svg/p-link.svg) center/cover no-repeat; 
    margin: -1px 1px 0 0;
}
.p-case-top__link:hover {
    color: #e4002b;
}
.incut.m-fresh {
    margin-bottom: 123px;
}
.p-framework {
    margin-bottom: 70px;
}
.p-framework .platform-img {
    height: 80px;
}
.p-framework .platform-img img {
    max-height: 100%;
}
.p-framework .plan-top__item {
    padding-right: 50px;
}
.p-architect {
    background: #141414;
    color: #fff;
    margin-bottom: 100px;
    padding: 92px 0 103px;
}
.p-architect .t-collect:last-child {
    padding-bottom: 0;
}
.bl-top {
    margin-bottom: 55px;
}
.bl-top__txt {
    margin-top: 23px;
}
.bl-top__txt p:last-child {
    margin-bottom: 0;
}
.p-architect-sqheme {
    margin-bottom: 75px;
}
.p-architect-sqheme img {
    max-width: 100%;
    display: block;
}
.peculiarities {
    padding: 15px 0 100px;
}
.peculiarities ul:not(.slick-dots) li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 10px;
}
.peculiarities__wrap {
    display: flex;
    align-items: flex-start;
}
.peculiarities__img {
    width: 40%;
    margin-left: 100px;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.peculiarities__img img {
    display: block;
    max-width: 100%;
}
.peculiarities__info {
    flex: 1;
}
.peculiarities__info p {
    margin-bottom: 28px;
}
.peculiarities__add {
    font-family: Manrope,sans-serif;
}
.t-roadmap {
    background: #141414;
    color: #fff;
    padding: 90px 0 230px;
}
.t-roadmap ol {
    column-count: 2;
    column-gap: 27px;
    counter-reset: num;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.t-roadmap ol li {
    break-inside: avoid-column;
    counter-increment: num;
    position: relative;
    padding-left: 56px;
    margin-bottom: 13px;
}
.t-roadmap ol li:last-child {
    margin-bottom: 0;
}
.t-roadmap ol li:before {
    content: counter(num) ".";
    color: #f76d09;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-family: Manrope,sans-serif;
}
.t-roadmap ol li:nth-child(-n+9):before {
    content: "0" counter(num) ".";
}
.t-roadmap-sprint {
    margin: -190px 0 62px;
}
.t-roadmap-sprint img {
    max-width: 100%;
    display: block;
}
.t-roadmap-sprint__img {
    display: flex;
    justify-content: center;
}
.t-roadmap__add {
    font-family: Manrope,sans-serif;
    max-width: 650px;
}
.t-roadmap__add p {
    margin-bottom: 30px;
}
.t-roadmap__add p:last-child {
    margin-bottom: 0;
}
.t-template {
    margin-bottom: 100px;
}
.t-template__top {
    margin-bottom: 50px;
}
.t-template__top:last-child {
    margin-bottom: 0;
}
.t-template__img {
    display: flex;
    justify-content: center;
    width: 100%;
}
.t-template__img img {
    display: block;
    max-width: 100%;
}
.t-template__img.m-left {
    justify-content: flex-start;
}
.t-template__img.m-bottom-negative img {
    margin-bottom: -400px;
}
.t-template__txt {
    padding-top: 12px;
}
.t-experience {
    background: rgba(20, 20, 20, 0.03);
    padding: 50px 0;
}
.t-experience h2 {
    line-height: 1.1;
}
.t-experience ul:not(.slick-dots) li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 10px;
}
.t-experience__users {
    padding-top: 38px;
}
.t-experience__users img {
    display: block;
    max-width: 100%;
}
.t-template-item {
    padding: 100px 0;
}
.t-template-item img {
    max-width: 100%;
    display: block;
}
.t-template-search {
    background: #141414;
    color: #fff;
    padding: 50px 0;
}
.t-template-search img {
    max-width: 100%;
    display: block;
}
.t-template-search h5 {
    margin-top: 0;
}
.t-template-item-sm {
    padding: 50px 0;
}
.t-template-item-sm.m-gr {
    background: rgba(20, 20, 20, 0.03);
}
.t-template-item-sm.m-bl {
    background: #141414;
    color: #fff;
}
.t-template-item-sm.m-blue {
    background: #e6eef2;
}
.t-template-item-sm img {
    display: block;
    max-width: 100%;
}
.t-template-item-sm.m-b-padd {
    padding: 100px 0;
}
.t-template-item-sm.m-marg {
    margin-bottom: 100px;
}
.t-template-item-sm.m-nopddgbottom {
    padding-bottom: 0;
    color: #141414;
    overflow: hidden;
}
.t-template-item-sm.m-nopddgbottom .t-template__img img {
    display: block;
}
.t-template-item-sm.m-nopaddig-b {
    padding-bottom: 0;
}
.t-template-item-sm.m-image-b {
    margin-bottom: 450px;
}
.t-template-item__justify {
    justify-content: space-between;
}
.t-template-item__center {
    justify-content: center;
}
.t-template-item__wrap.m-center {
    justify-content: center;
}
.smart-filter {
    color: #fff;
    background: #141414;
    padding: 100px 0;
}
.bl-inner {
    margin-bottom: 70px;
}
.bl-inner h4 {
    min-height: 1.5em;
}
.b-filter-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -60px;
}
.b-filter-item {
    width: 33.333%;
    padding: 0 60px;
    margin-bottom: 60px;
    position: relative;
}
.b-filter-item:after {
    content: "";
    display: inline-block;
    width: 92px;
    height: 12px;
    background: url(/local/templates/ns_2020/assets/assets/build/img/svg/f-arr.svg) center/cover no-repeat;
    position: absolute;
    left: calc(100% - 48px);
    top: 50%;
    transform: translateY(-50%);
}
.b-filter-item:last-child:after {
    display: none;
}
.b-filter-in {
    width: 100%;
    border: 3px solid #f76d09;
    border-radius: 8px;
    padding: 19px 20px;
    font-family: Manrope,sans-serif;
    text-align: center;
}
.speed {
    display: flex;
    justify-content: center;
    padding-top: 38px;
}
.speed__item {
    max-width: 450px;
    border-right: 1px;
    padding-right: 80px;
    font-family: Manrope,sans-serif;
    border-right: 1px solid #fff;
}
.speed__item:last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 80px;
}
.speed__top {
    color: #e4002b;
    margin-bottom: 23px;
}
.speed__count {
    font-size: 96px;
    line-height: 1;
}
.t-template-compare {
    display: flex;
    padding-top: 20px;
}
.t-template-compare__txt {
    max-width: 300px;
    margin-left: 100px;
}
.t-template-compare__item {
    margin-bottom: 13px;
}
.t-template-compare__item:last-child {
    margin-bottom: 0;
}
.t-template-compare__item span {
    display: inline-block;
    margin-left: 5px;
    color: #ccc;
}
.template-simple {
    max-width: 1040px;
}
.template-simple__item {
    margin-bottom: 40px;
}
.template-simple__item img {
    display: block;
    max-width: 100%;
}
.label-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.label-img img {
    display: block;
    max-width: 100%;
}
.label-info {
    margin-right: 52px;
}
.p-architect-indent {
    padding-left: 270px;
}
.p-architect__steps {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    margin-bottom: -35px;
}
.p-architect__steps.m-five .p-architect__step {
    width: 20%;
}
.p-architect__steps.m-five .p-architect__step .p-architect__txt {
    padding-right: 10px;
}
.p-architect__steps:not(:last-child) {
    margin-bottom: 20px;
}
.p-architect__step {
    width: 25%;
    margin-bottom: 35px;
}
.p-architect__num {
    color: #005ded;
    font-size: 96px;
    line-height: 100px;
    font-family: Manrope,sans-serif;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 21px;
}
.p-architect__num:after {
    content: "";
    display: block;
    width: 132px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -30px;
    bottom: 0;
}
.p-architect__num.m-red {
    color: #e4002b;
}
.p-architect__num.m-white {
    color: #fff;
}
.p-architect__num.m-blue:after {
    background: #244ea2;
}
.p-architect__num.m-red-line:after {
    background: #e4002b;
}
.p-architect__txt {
    max-width: 210px;
}
.t-collect__wrap {
    align-items: flex-start;
}
.t-collect {
    padding: 50px 0;
}
.t-collect .t-template__img:last-child {
    padding-top: 222px;
}
.incut__inner.m-mb {
    margin-bottom: 55px;
}
.t-template-item-sm.m-bl ul:not(.slick-dots) {
    margin: 30px 0;
}
.t-template-item-sm.m-bl ul:not(.slick-dots) li:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
}
.t-template-item-sm.m-bl ul:not(.slick-dots) li {
    padding-left: 50px;
}
.t-template-item-sm.m-bl ul:not(.slick-dots) li:before {
    top: 10px;
}
.t-template-item-sm.m-margin {
    margin-bottom: 70px;
}
.t-template-item-sm.m-nopaddingtop {
    padding-top: 0;
}
xmp {
    display: inline;
    margin: 0;
}
.workarea ul:not(.slick-dots).m-blue li {
    padding-left: 48px;
}
.workarea ul:not(.slick-dots).m-blue li:before {
    width: 15px;
    height: 15px;
    background: #005ded;
    border-radius: 50%;
    top: 9px;
}
.workarea ul:not(.slick-dots).m-red li {
    padding-left: 48px;
}
.workarea ul:not(.slick-dots).m-red li:before {
    width: 15px;
    height: 15px;
    background: #e4002b;
    border-radius: 50%;
    top: 9px;
}
.workarea ul:not(.slick-dots).m-red.m-column {
    column-count: 3;
    max-width: 1150px;
    margin: 0 auto;
}
.workarea ul:not(.slick-dots).m-red-circle li {
    padding-left: 48px;
}
.workarea ul:not(.slick-dots).m-red-circle li:before {
    width: 15px;
    height: 15px;
    background: #e4002b;
    border-radius: 50%;
    top: 9px;
}
.incut__inner ul:not(.slick-dots).m-red-circle li:before {
    top: 21px;
}
@media screen and (max-width: 768px) {
    .p-architect, .p-case-top, .smart-filter, .t-experience, .t-roadmap, .t-template-item-sm.m-b-padd, .t-template-item-sm.m-bl, .t-template-item-sm.m-gr, .t-template-search {
        padding: 30px 20px;
        border-radius: 8px;
        margin-bottom: 30px;
    }
    .t-template-item {
        padding: 30px 0;
    }
    .t-template-item-sm {
        padding: 30px 0;
    }
    .platform-img {
        margin-bottom: 10px;
    }
    .template__wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .p-architect__step, .p-architect__steps.m-five .p-architect__step {
        width: 50%;
        padding-right: 15px;
    }
    .incut.m-fresh {
        margin-bottom: 30px;
    }
    .half-list ol, .t-roadmap ol {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .t-roadmap-sprint {
        margin: 0 0 40px;
    }
    .b-filter-list {
        margin: 0;
        flex-wrap: wrap;
    }
    .b-filter-item {
        width: 100%;
        padding: 0;
    }
    .b-filter-item:after {
        left: 50%;
        bottom: -17px;
        transform: translate(0, 0) rotate(90deg);
        top: auto;
        transform-origin: left center;
    }
    .speed__item {
        width: 100%;
        max-width: 100%;
        border-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    .speed__item:first-child {
        padding-bottom: 30px;
    }
    .speed__top {
        margin-bottom: 10px;
    }
    .speed__count {
        font-size: 40px;
    }
    .speed__top {
        margin-bottom: 10px;
    }
    .speed__count {
        font-size: 40px;
    }
    .speed__item:last-child {
        border-bottom: 0;
        padding-left: 0;
        padding-top: 30px;
    }
    .p-architect__num {
		font-size: 60px;
		line-height: 60px;
	}
    .p-architect-indent {
		padding-left: 28px;
	}
    .workarea h3 {
        margin-top: 20px;
    }
    .case-item img {
        margin-top: 20px;
    }
    .t-template__img.m-bottom-negative img {
        margin-bottom: 0;
    }
    .bl-inner, .bl-top, .incut.m-fresh, .p-architect, .p-architect-sqheme, .p-case-top, .p-framework, .t-roadmap-sprint, .t-template, .t-template-item-sm.m-marg, .t-template__top {
        margin-bottom: 30px;
    }
    .row {
        margin-bottom: 30px;
    }
    .workarea ul:not(.slick-dots).m-red.m-column {
        -moz-column-count: 1;
        column-count: 1;
    }
}