

/* Start:/local/templates/master/components/master/content.list/profiles/style.css?17754158318591*/

.profile {
    padding-top: 103px;
}

.profile--window {
    background-image: none !important;
    padding-bottom: 70px;
}

@media (max-width: 1023px) {
    .profile--window {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .profile--window {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e5e5e5;
    }
}

.profile__caption h2,
.calculator-okna h2,
.b-profile-detail .static-content h2,
.profile-detail__props h2,
.profile-detail__doc h2 {
    font-size: 38px;
    line-height: 1.5;
    position: relative;
    font-weight: 800;
    margin-bottom: 15px;
}

.profile__caption .profil__text {
    font-size: 30px;
    font-weight: 500;
}

.profile__caption .profile__text {
    font-size: 30px;
    font-weight: 500;
}

.profile__caption-text {
    font-size: 30px;
    line-height: 58px;
    font-weight: 500;
}

.profile__head {
    display: flex;;
    justify-content: center;
}

@media (max-width: 479px) {
    .profile__head {
        justify-content: flex-start;
        margin-left: 0px;
        white-space: nowrap;
        padding-bottom: 10px;
    }
}

.profile__head .slick-list {}

@media (max-width: 479px) {
    .profile__head .slick-list {
        padding-bottom: 5px;
    }
}

@media (max-width: 479px) {
    .profile__head .slick-track {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 7px;
    }
}

.profile__head button.slick-next.slick-arrow,
.profile__head button.slick-prev.slick-arrow {
    display: none !important;
}

.profile__head-item {
    margin-bottom: 10px !important;
    font-size: 18px;
    color: #a5a5a5;
    margin: 0 16px;
    padding-bottom: 3px;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}

.profile__head-item:hover {
    color: #1e1e1e;
}

.profile__head-item.slick-current {
    color: #1e1e1e;
    border-bottom: 0px solid #d41f30;
    position: relative;
}

.profile__head-item.slick-current:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #d41f30;
    border-bottom: 1px solid #d41f30;
    transform: rotate(-36deg) skew(20deg);
    left: 4px;
    bottom: -6px;
    background-color: #fff;
    transition: all .3s;
}

.profile__wrap {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 61px -15px 0 -15px;
}

@media (max-width: 1200px) {
    .profile__wrap:before {
        left: 42%;
    }
}

@media (max-width: 1023px) {
    .profile__wrap:before {
        left: 50%;
        margin-left: -17px;
    }
}

@media (max-width: 767px) {
    .profile__wrap:before {
        display: none;
    }
}

@media (max-width: 479px) {
    .profile__wrap:before {
        display: block;
        left: 35px;
        top: -7px;
    }
}

.profile__wrap:after {
    position: absolute;
    content: '';
    top: 9px;
    left: -40px;
    right: -40px;
    height: 1px;
    background-color: #e5e5e5;
    display: none;
}

@media (max-width: 479px) {
    .profile__wrap: after {
        display: block;
    }
}

.profile__wrap .slick-list {
    padding-top: 48px;
}

@media (max-width: 479px) {
    .profile__wrap .slick-list {
        padding-top: 46px;
    }
}

.profile__item {
    display: flex !important;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.profile__item:hover {
    height: 430px;
    transition: height 0.3s ease;
}

.profile__item .profile__inner {
    background-color: #fff;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    /* max-height: 330px;
    transition: max-height 0.3s; */
}

@media (max-width: 767px) {
    .profile__item {
        border: none;
    }
}

.profile__col {
    min-height: 330px;
    display: flex;
    flex-direction: column;
}

.profile__col--img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 27px 0px 30px 40px;
}

.profile__img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.profile__img-increase {
    background: url(/local/templates/master/components/master/content.list/profiles/../pic/icon_increase.png) 0 100% no-repeat;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.profile__img-increase.profile__img--decrease,
.profile-inner__img-increase.profile-inner__img--decrease {
    background: url(/local/templates/master/components/master/content.list/profiles/../pic/icon_increase.png) 0 0 no-repeat;
}

.profile__img-increase:hover,
.profile-inner__img-increase:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.profile__img-circle {
    display: none;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.profile__col--center {
    width: 29%;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 1200px) {
    .profile__col--center {
        width: 32%;
    }
}

@media (max-width: 1023px) {
    .profile__col--center {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media (max-width: 767px) {
    .profile__col--center {
        width: 100%;
        border: none;
        flex-direction: column-reverse;
        min-height: 100%;
    }
}

.profile__col--descr {
    padding: 35px 20px 0 40px;
    z-index: 99;
}

@media (max-width: 1023px) {
    .profile__col--descr {
        order: 2;
        padding: 0 20px 0 20px;
    }
}

.profile__col-top {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 44px 30px 27px 41px;
    position: relative;
}

.profile__col-top:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-45deg);
    bottom: -6px;
    left: 65px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .profile__col-top:before {
        display: none;
    }
}

.profile__col-top:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-135deg);
    top: 50px;
    right: -6px;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .profile__col-top: after {
        display: none;
    }
}

@media (max-width: 767px) {
    .profile__col-top {
        border: none;
        padding: 20px 0 3px;
    }
}

.profile__col-title-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.profile__col-icon {
    width: 22px;
    text-align: center;
}

.profile__col-text {
    width: calc(100% - 22px);
    padding-left: 5px;
    font-size: 14px;
    color: #a5a5a5;
}

.profile__col-progress-wrap {
    background-color: #ededed;
    border-radius: 2px;
    height: 10px;
    position: relative;
    margin-bottom: 21px;
}

.profile__col-progress {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 14px;
    border-radius: 2px 0 0 2px;
}

.profile__col-progress:before {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-left: 6px solid #d41f30;
    right: -12px;
    top: 0;
}

.profile__col-price-wrap {
    padding-bottom: 31px;
    display: flex;
    margin-top: 5px;
}

.profile__warn-quietly {
    position: absolute;
    left: 280px;
    top: 44px;
}

.profile__col-price {
    font-size: 24px;
    color: #fff;
    padding: 0 14px 0;
    background: #eb2336;
    font-weight: 600;
}

.profile__col-price-old {
    font-size: 14px;
    color: #999999;
    position: relative;
    padding: 0 4px;
    text-decoration: line-through;
    margin-left: 13px;
}

@media (max-width: 479px) {
    .profile__col-price-old {
        display: block;
    }
    .profile__col-price-old:before {
        left: auto;
        margin-left: -2px;
    }
}

.profile__col-price-old .rubl {
    font-size: 20px;
}

.profile__col-bottom-title {
    font-size: 12px;
}

.profile__col-hide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 30px;
    z-index: 99;
}
/* End */
/* /local/templates/master/components/master/content.list/profiles/style.css?17754158318591 */
