.widget-sections-content{
    margin: -18px 0;
}
.w-widget.w-section-main {
    overflow: hidden;
    margin: 25px 0 !important;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #E8E8E8;
    padding: 63px 49px 53px;
}

.w-widget.w-section-main .w-section-main-wrapper-bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.w-widget.w-section-main .w-section-main-wrapper {
    position: relative;
    margin: 0 -20px;
}

.w-widget.w-section-main .logo-mobile {
    display: none;
}

.w-widget.w-section-main .w-section-main-wrapper > div {
    font-size: 0;
    padding: 0 20px;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 35px;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap {
    margin-bottom: 30px;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo {
    width: 90px;
    height: 90px;
    float: left;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title {
    text-align: left;
    color: #151515;
    font-size: 22px;
    font-weight: 700;
    line-height: 110%;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a {
    color: #151515;
    transition: color .3s ease-out;
    text-decoration: none;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a:hover,
.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a:focus{
    color: #c6366f;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-desc {
    margin-bottom: 36px;
    color: #82848C;
    font-size: 18px;
    line-height: 145%;
}

.w-widget.w-section-main .w-section-main-button-wrap {
    text-align: left;
}
.w-widget.w-section-main .w-section-main-button{
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 49px;
    text-decoration: none;

    -webkit-transition: border-radius .6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: border-radius .6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: border-radius .6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: border-radius .6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-radius .6s cubic-bezier(0.4, 0, 0.2, 1);
}
.w-widget.w-section-main .w-section-main-button:hover {
    border-radius: 73px;
}
.w-widget.w-section-main .w-section-main-link{
    position: relative;
    color: var(--sangria);
    font-size: 16px;
    font-weight: 500;
    margin: 0 26px;
    text-decoration: none;
}
.w-widget.w-section-main .w-section-main-link span{
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%) !important;
    background-color: var(--sangria);

    transition: width .3s ease-out;
}
.w-widget.w-section-main .w-section-main-link span:after,
.w-widget.w-section-main .w-section-main-link span:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background-color: var(--sangria);
    transform-origin: right;
    width: 8px;
    height: 2px;
}
.w-widget.w-section-main .w-section-main-link span:after{
    transform: translate(0, -50%) rotate(-45deg);
}
.w-widget.w-section-main .w-section-main-link:hover span,
.w-widget.w-section-main .w-section-main-link:focus span{
    width: 24px;
}

.w-widget.w-section-main .w-section-button {
    display: inline-block;
    margin-right: 20px;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    transition-property: background-color, border-color;
    transition: 0.4s;
}

.w-widget.w-section-main .w-section-button.w-section-button-more {
    color: #2c2c2c;
    background: #f8b900;
    border: 1px solid #f8b900;
}

.w-widget.w-section-main .w-section-button.w-section-button-demo {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.w-widget.w-section-main .w-section-button.w-section-button-demo:hover,
.w-widget.w-section-main .w-section-button.w-section-button-more:hover {
    background: #c6366f;
    color: #fff;
    border-color: #c6366f;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-actions {
    margin-top: 25px;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper p + p {
    margin-top: 10px;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img {
    max-width: 60%;
    line-height: 1;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img span {
    display: inline-block;
    padding: 0;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    user-select: none;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img.middle span {
    vertical-align: middle;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-img.bottom span {
    vertical-align: bottom;
}

.w-widget.w-section-main .w-section-main-after {
    background: #000;
    font-size: 18px;
    line-height: 1.5;
}

.w-widget.w-section-main .w-section-main-after .w-section-main-after-wrapper {
    padding: 106px 50px;
}

.w-widget.w-section-main .w-section-main-after.after-products a {
    color: #fff;
    text-decoration: none;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper {
    padding: 100px 0;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list {
    font-size: 0;
    text-align: center;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 25px;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item .after-products-title {
    font-size: 18px;
    opacity: 0.5;
    transition: .15s opacity;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item .after-products-image {
    display: inline-block;
    position: relative;
    padding-top: 45px;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item .after-products-image::before {
    content: '';
    position: absolute;
    top: 65px;
    left: 60px;
    right: 60px;
    bottom: -15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.001) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(0, 0, 0, 0.001) 100%);
    filter: blur(28px);
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    transition: .15s transform;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item:hover .after-products-title {
    opacity: 1;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-list .after-products-item:hover img {
    transform: translate3d(0, -25px, 0);
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-actions {
    margin-top: 90px;
    text-align: center;
    line-height: 1.25;
}

.w-widget.w-section-main .w-section-main-after.after-products .w-section-main-after-wrapper .after-products-actions .btn {
    max-width: 280px;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price {
    text-decoration: none;
    color: #151515;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 700;
    line-height: 133.3%;
}

.w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price-old {
    text-decoration: line-through;
    font-weight: 400;
    display: inline-block;
    color: #989494;
    font-size: 16px;
    line-height: 133.3%;
}

.w-widget.w-section-main .w-section-button-detail {
    display: inline-block;
    transform: translateY(-35px);
}

.w-widget.w-section-main .panel-info-block {
    font-size: 16px;
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.w-widget.w-section-main .panel-info-block .panel-info-title {
    color: #82848C;
    font-size: 20px;
    line-height: 145%;
    display: flex;
    align-items: center;
}

.w-widget.w-section-main .panel-info-block .panel-info-title .svg {
    width: 36px;
    height: auto;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 9px;
}
.w-widget.w-section-main .panel-info-block .panel-info-title .svg svg{
    width: 100%;
    height: auto;
}

.w-widget.w-section-main .panel-info-block .panel-info-title .svg path {
    transition-property: fill;
    transition-duration: 0.2s;
}

.w-widget.w-section-main .panel-info-block .panel-info-title .svg:hover path {
    fill: red;
}

.w-widget.w-section-main .panel-info-block .panel-info .text-element {
    padding: 10px 17px !important;
    margin: 5px 1px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid;
    color: #82848C;
}
/*.w-widget.w-section-main .panel-info-block .panel-info .text-element.text-element--start {*/
/*    color: #E73B36;*/
/*    border-color: #E73B36;*/
/*}*/

/*.w-widget.w-section-main .panel-info-block .panel-info .text-element.text-element--standart {*/
/*    color: #116afc;*/
/*    border-color: #116afc;*/
/*}*/

/*.w-widget.w-section-main .panel-info-block .panel-info .text-element.text-element--malyy-biznes {*/
/*    color: #F87700;*/
/*    border-color: #F87700;*/
/*}*/

/*.w-widget.w-section-main .panel-info-block .panel-info .text-element.text-element--biznes {*/
/*    color: #350259;*/
/*    border-color: #350259;*/
/*}*/


@media all and (max-width: 1024px) {
    .mobile-adaptive-list .ul-content {
        margin: 0px 0px 0px 20px;
    }

    .tech-content-adaptive.intec-grid-i-25 {
        margin: -10px !important;
    }

    .tech-content-adaptive.intec-grid-i-25 .intec-grid-item-3 {
        padding: 10px !important;
    }

    .tech-content-adaptive .title-content {
        padding-bottom: 0;
    }
}

@media all and (max-width: 1000px) {
    .widget-sections-content{
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .widget-sections-content::-webkit-scrollbar{
        display: none;
    }
    .w-widget.w-section-main .w-section-main-wrapper{
        margin: 0;
    }
    .w-widget.w-section-main {
        flex-wrap: wrap;
        /*border: none;*/
        border-left: 1px solid #D7D7D7;
        padding: 32px 27px 52px;
        flex: 0 0 100%;
        margin: 0 0 25px !important;
    }
    .w-widget.w-section-main:last-child{
        margin: 0 !important;
    }

    .w-widget.w-section-main .w-section-main-after {
        text-align: center;
    }
    .w-widget.w-section-main .logo-mobile img {
        width: 87px;
    }

    .w-widget.w-section-main .logo-mobile {
        display: inline-block;
        padding-right: 10px;
    }

    .w-widget.w-section-main .w-section-main-wrapper > div {
        padding: 0 0px;
    }

    .w-widget.w-section-main .w-section-main-after {
        font-size: 16px;
    }

    .w-widget.w-section-main .w-section-main-after .w-section-main-after-wrapper {
        padding: 50px 0;
    }

    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-img {
        display: none;
    }

    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo,
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo img {
        width: 50px;
        height: 50px;
    }

    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap .w-section-main-logo {
        margin-right: 15px;
    }

    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title {
        text-align: left;
        font-size: 22px;
        padding-left: 0;
        display: flex;
        align-items: center;
    }
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-desc {
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        line-height: 134%;
        margin: 0 0 36px;
    }

    .w-widget.w-section-main .panel-info{
        margin: 19px -7px 0;
    }
    .w-widget.w-section-main .panel-info-block .panel-info .text-element{
        padding: 13px 25px !important;
        margin: 5px 7px;
    }

    .w-widget.w-section-main .panel-info-block{
        margin-bottom: 26px;
    }

    .w-widget.w-section-main .panel-info-block .panel-info-title{
        font-weight: 500;
        line-height: 133.3%;
    }

    .w-widget.w-section-main .w-section-main-button-wrap {
        text-align: center;
    }

    .w-widget.w-section-main .w-section-button {
        display: block;
        width: 170px;
        margin: 10px auto 0;
    }

    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price{
        font-size: 40px;
        margin: 0 14px 0 0;
    }


    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price-old{
        font-size: 21px;
        margin: 0 0 0 25px;
    }

    .w-widget.w-section-main .w-section-main-button{
        font-size: 18px;
        padding: 15px 69px;
    }
    .w-widget.w-section-main .w-section-main-link{
        font-size: 18px;
    }

    .panel-info-block .panel-info-title, .panel-info {
        display: block;
    }
}
@media all and (max-width: 768px) {
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left .price{
        margin: 0 0 -5px;
    }
    .w-widget.w-section-main .w-section-main-button-wrap{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 20px 0 0;
    }
    .w-widget.w-section-main .w-section-main-link{
        margin: 32px 0 0;
    }

    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .block-price-left{

    }
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title{
        flex-wrap: wrap;
    }
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-title a{
        flex: 0 0 100%;
    }
    .w-widget.w-section-main .logo-mobile{
        padding: 0 0 26px;
    }
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-text .w-section-main-text-wrapper .w-section-main-desc{
        line-height: 128%;
    }
    .w-widget.w-section-main .w-section-main-wrapper .w-section-main-title-wrap{
        margin-bottom: 21px;
    }
}