

/* Start:/local/templates/illuminator/components/bitrix/news.detail/sertificat/style.css?1769507995155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/css/sertificat.css?176950927420372*/
.steps-block{
    background: var(--gray-bg);
    padding: 50px;
    height: 100%;
}
.steps-block__title{
    font-weight: 600;
    font-size: 53px;
    line-height: 105%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--black);
}
.steps-block__subtitle{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 67px;
    line-height: 90%;
    color: var(--black);
    margin-bottom: 50px;
}
.steps-block__items{
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.steps-block__item{
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.steps-block__item.success{
    cursor: pointer;
}
.steps-block__item:not(:last-child):after{
    content: '';
    position: absolute;
    left: 25px;
    top: 100%;
    height: 0px;
    background-color: var(--black);
    width: 2px;
    transition: height var(--transition-time) ease;
}
.steps-block__item.success:not(:last-child):after{
    height: 27px;
}
.steps-block__item-text{
    font-weight: 400;
    font-size: 19px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: var(--color-text-second);
}
.steps-block__item-count{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--color-text-second);
    border: 1px solid var(--stroke-gray-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps-block__item.active .steps-block__item-count{
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}
.steps-block__item.active .steps-block__item-text{
    color: var(--black);
}
.steps-block__item-count, .steps-block__item-text{
    transition: all var(--transition-time) ease;
    transition-delay: var(--transition-time);
}
.sertificat__content-blocks{
    /* padding: 55px 108px; */
    background-color: var(--gray-bg);
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 700px;
}
.sertificat__content-block{
    flex: 1 1 100%;
    min-width: 100%;
    padding: 55px 108px;
    position: absolute;
    opacity: 0;
    transition: all var(--transition-time) ease;
    width: 1px;
}
.sertificat__content-block.current{
    position: relative;
    opacity: 1;
    z-index: 2;
}
.sertificat__content-block-title{
    font-weight: 400;
    font-size: 19px;
    line-height: 107%;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: 50px;
}
.main-swiper--sertificat img{
   width: 100%;
   height: auto;
}
.thumbs-swiper img{
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.main-swiper--sertificat{
    margin-bottom: 15px;
}
.thumbs-swiper .swiper-slide-thumb-active{
    border: 1px solid var(--black);
    border-radius: 6px;
    padding: 5px;
    pointer-events: none;
}
.thumbs-swiper .swiper-slide{
    max-height: 57px;
    display: flex;
    transition: all var(--transition-time) ease;
    cursor: pointer;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.27);
    display: block;
    transition: background-color var(--transition-time) ease;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    
}
.swiper-pagination-bullet-active.swiper-pagination-bullet{
    background-color: var(--black);
}
.main-swiper__container{
    position: relative;
}
.main-swiper__container-content{
    position: absolute;
    z-index: 2;
    inset: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 69px;
}
.main-swiper__container-content-text{
    font-weight: 400;
    font-size: 21px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--white);
}
.sertificat-btn{
    background: var(--black);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 21px;
    display: flex;
    align-items: center;
    gap:10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 107%;
    color: var(--white);
    flex: 0 1 calc(50% - 5px);
    justify-content: center;
}
.sertificat__buttons{
    display: flex;
    gap: 20px;
    padding: 7px;
    max-width: 690px;
    margin: auto;
    background-color: var(--black);
    justify-content: center;
    margin-top: -42px;
    position: relative;
    z-index: 3;
}
.sertificat-btn--white{
    background-color: var(--white);
    color: var(--black);
}

.sertificat__content-block-coast{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}
.sertificat__content-block-coast label{
    flex: 0 1 143px;
}
.sertificat__content-block-coast label input{
    opacity: 0;
    position: absolute;
}
.sertificat__content-block-coast_value{
    border: 1px solid var(--stroke-gray-bg);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-time) ease;
    cursor: pointer;
}
.sertificat__content-block-coast_value:hover{
    border-color: var(--black);
}
.sertificat__content-block-coast label input:checked + .sertificat__content-block-coast_value{
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
}
.sertificat__content-block-coast{
    margin-bottom: 55px;
}
.sertificat__content-block__self-price-title{
    font-weight: 400;
    font-size: 19px;
    line-height: 107%;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 25px;
}
.sertificat-field{
    background: transparent;
    border: none;
    border-bottom:1px solid  var(--stroke-gray-bg);
    padding-bottom: 17px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 107%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.sertificat-field::placeholder{
    color: #9e9e9e;
}
.sertificat-field:focus-visible,.sertificat-field:focus{
    outline: none;
    border: none;
    border-bottom:1px solid  var(--stroke-gray-bg);
}
.sertificat__content-block__self-price{
    margin-bottom: 55px;
}
.sertificat__content-block__total-price{
    font-weight: 600;
    font-size: 38px;
    line-height: 107%;
    letter-spacing: -0.01em;
    color: var(--black);
    margin-bottom: 4px;
}
.sertificat__content-block__total-price__info{
    font-weight: 400;
    font-size: 15px;
    line-height: 107%;
    letter-spacing: -0.01em;
    color: var(--color-text-second);
}
.sertificat__content-block__send-info{
    display: flex;
    flex-direction: column;
}
.sertificat__content-block__send-info label:not(:last-child){
    margin-bottom: 50px;
}
.sertificat-field__info{
    font-weight: 400;
    font-size: 14px;
    line-height: 107%;
    color: var(--color-text-second);
    margin-top: 11px;
}
.sertificat__content-block__send-info input, .sertificat__content-block__send-info textarea{
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}
.sertificat__content-block__send-info label {
    position: relative;
}
.sertificat__content-block__send-info label .placeholder-fake{
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    letter-spacing: -0.01em;
    color: #9e9e9e;
    position: absolute;
    top: -25px;
    transition: all var(--transition-time) ease;
}
.sertificat__content-block__send-info label input:placeholder-shown + .placeholder-fake, .sertificat__content-block__send-info label textarea:placeholder-shown + .placeholder-fake{
    position: absolute;
    top: 1px;
}
textarea.sertificat-field{
    overflow: hidden;
}
#btnNextStep,#btnPayment{
    opacity: 0;
    position: absolute;
    /* transition: opacity var(--transition-time) ease; */
}
#btnNextStep.active,#btnPayment.active{
    opacity: 1;
    position: relative;
    z-index: 2;
}
.sertificat-card{
    width: 640px;
    height: 425px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    border-radius: 14px;
    cursor: pointer;
}
.sertificat-card.rotate{
    transform: rotateX(180deg);
}
.sertificat-card-front{
    background-image: url(/images/sertificat/slide1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
}
.sertificat-card-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.sertificat-card-title__text{
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--white);
    max-width: 321px;
}
.sertificat-card-back{
      position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    backface-visibility: hidden;
    overflow: hidden;
    transform: rotateX(180deg);
    background: var(--black);
    padding: 20px 40px 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sertificat-card-back-title{
    font-weight: 400;
    font-size: 65px;
    line-height: 90%;
    text-align: center;
    color: var(--white);
    font-family: var(--second-family);
    margin-bottom: 66px;
}
.sertificat-card-back-price{
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: column;
}
.sertificat-card-back-price__text{
    font-weight: 400;
    font-size: 19px;
    line-height: 107%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.sertificat-card-back-price__coast{
    font-weight: 600;
    font-size: 61px;
    line-height: 107%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--white);
}
.sertificat-card-back-bottom{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sertificat-card-back-bottom__item{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sertificat-card-back-bottom__item-title{
    font-weight: 400;
    font-size: 20px;
    line-height: 107%;
    color: rgba(255, 255, 255, 0.6);
}
.sertificat-card-back-bottom__item-value{
    font-weight: 500;
    font-size: 23px;
    line-height: 107%;
    text-transform: uppercase;
    color: var(--white);
}
.sertificat_item-name{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 80px;
    text-align: center;
    color: var(--black);
}
.sertificat_item-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 105%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: 36px;
}
.sertificat-card-icon{
    position: absolute;
    right: -21px;
    top: -24px;
}
.sertificat-card-wrap{
    position: relative;
    width: 640px;
    height: 425px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
}
.sertificat_item{
    max-width: 690px;
    margin: auto;
}
.sertificat-description{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--black);
    margin-bottom: 40px;
}
.sertificat-from__title{
    font-weight: 400;
    font-size: 20px;
    line-height: 107%;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: 4px;
}
.sertificat-from__text{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 49px;
    line-height: 90%;
    text-align: center;
    color: var(--black);
}
.sertificat-from{
    margin-bottom: 31px;
}
.sertificat_item{
    margin-bottom: 70px;
}
.sertificat-close{
    position: absolute;
    right: 0;
    top: -40px;
    background: transparent;
    border: none;
    max-width: max-content;
}
.sertificat_complete{
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    top: 0;
    background: var(--gray-bg);
    padding: 60px 0;
    overflow: auto;
    height: 100vh;
    transition: all var(--transition-time) ease;
}

.sertificat_complete.open{
    opacity: 1;
    z-index: 5;
}
.sertificat_complete .row{
    position: relative;
}
.sertificat-row{
    gap: 40px 0;
}
.sertificat-card-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #616161;
    position: absolute;
    top: 80px;
    right: -250px;
    max-width: 217px;
}
.sertificat-dropdown{
    padding: 20px 0;
    border-bottom: 1px solid var(--stroke-white-bg);
}
.sertificat-dropdown:first-child{
    border-top: 1px solid var(--stroke-white-bg);
}
.sertificat-dropdown--preview, .sertificat-dropdown--preview:first-child{
    border-color: var(--stroke-color);
}
.sertificat-dropdown-items{
    margin-top: 70px;
}
.sertificat-dropdown-top-title{
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--black);
}

@media(max-width:1399px) and (min-width:1200px){
    .sertificat__content-block{
        padding: 55px 50px;
    }
    .main-swiper__container-content{
        padding: 68px;
    }
    
}
@media(max-width:1399px){
    .steps-block__item-count{
        font-size: 17px;
    }
    .steps-block__item-text{
        font-size: 18px;
    }
    .steps-block__item-count{
        width: 45px;
        height: 45px;
    }
    .steps-block__subtitle{
        margin-bottom: 35px;
    }
    .steps-block__items{
        gap: 22px;
    }
    .sertificat__content-block-title{
        font-size: 17px;
        margin-bottom: 35px;
    }
    .steps-block__title{
        font-size: 46px;
    }
    .steps-block__subtitle{
        font-size: 55px;
    }
    .swiper-pagination{
        margin-top: 35px;
    }
    .steps-block__item:not(:last-child):after{
        left: 22.5px;
    }
    .sertificat__content-block-coast{
        margin-bottom: 40px;
    }
    .sertificat__content-block__self-price{
        margin-bottom: 40px;
    }
    .sertificat__content-block__self-price-title{
        font-size: 17px;
        margin-bottom: 15px;
    }
    .sertificat-field{
        font-size: 18px;
    }
    .sertificat__content-block__total-price{
        font-size: 36px;
    }
    .sertificat__content-block-coast label{
        flex: 0 1 calc(50% - 10px);
    }
    .sertificat__content-block__send-info input, .sertificat__content-block__send-info textarea{
        font-size: 17px;
    }
    .sertificat__content-block__send-info label .placeholder-fake{
        font-size: 17px;
    }
    .sertificat__content-block__send-info label:not(:last-child){
        margin-bottom: 40px;
    }
}
@media(max-width:1199px){
    .thumbs-swiper .swiper-slide {
        max-height: 80px;
    }
    .sertificat__content-blocks{
        min-height: 620px;
    }
    .sertificat__content-block{
        padding: 55px;
    }
}
@media(max-width:991px){
    .sertificat__content-blocks{
        min-height: 700px;
    }
    .steps-block, .sertificat__content-block{
        padding: 50px 70px;
    }
    .sertificat-row{
        gap: 20px 0;
    }
}
@media(max-width:767px){
    .sertificat__content-block{
       /* padding: 55px 38px; */
    }
    .sertificat__content-block-coast label{
        /* flex: 0 1 133px; */
    }
    .main-swiper__container-content{
        padding: 54px;
    }
    .sertificat__buttons{
        flex-direction: column;
    }
    .thumbs-swiper .swiper-slide{
        max-height: 54px;
    }
    .sertificat__content-blocks {
        min-height: 640px;
    }
    .sertificat_item{
        max-width: 100%;
    }
    .sertificat-card-wrap,.sertificat-card{
        width: 100%;
    }
    .sertificat-card-title{
        flex-direction: column;
    }
    .sertificat-card-back-title{
        font-size: 52px;
    }
    .sertificat-card-back-price__coast{
        font-size: 50px;
    }
    .sertificat-card-back-bottom__item-title{
        font-size: 17px;
    }
    .sertificat-card-back-bottom__item-value{
        font-size: 17px;
    }
    .sertificat-close{
        padding: 0;
        top: -50px;
    }
    .sertificat-close svg{
        width: 60px;
        height: 60px;
    }
    .steps-block__title{
        font-size: 42px;
    }
    .steps-block__subtitle{
        font-size: 55px;
        margin-bottom: 35px;
    }
    .steps-block__items{
        gap: 20px;
    }
    .steps-block__item-text{
        font-size: 16px;
    }
    .steps-block__item-count{
        font-size: 15px;
    }
    .steps-block__item-count{
        width: 40px;
        height: 40px;
    }
    .steps-block__item:not(:last-child):after{
        left: 20px;
    }
    .sertificat__content-block-title{
        font-size: 15px;
    }
    .swiper-pagination-bullet{
        width: 9px;
        height: 9px;
    }  
    .sertificat__buttons{
        max-width: 450px;
    }
    .sertificat-dropdown-top-title{
        font-size: 18px;
        line-height: 125%;
    }
    .sertificat__content-block__self-price-title{
        font-size: 15px;
    }
    .sertificat-field{
        font-size: 17px;
    }
    .sertificat__content-block__total-price__info{
        font-size: 14px;
    }
    .sertificat__content-block__send-info input, .sertificat__content-block__send-info textarea{
        font-size: 15px;
        padding-bottom: 11px;
    }
    .sertificat__content-block__send-info label .placeholder-fake{
        font-size: 15px;
    }
    .sertificat-field__info{
        font-size: 13px;
    }
}
@media(max-width:576px){
    .thumbs-swiper .swiper-slide{
        max-height: 91px;
    }
    .steps-block__title {
        font-size: 31px;
    }
    .steps-block__subtitle{
        font-size: 40px;
        margin-bottom: 25px;
    }
    .main-swiper__container-content{
        padding: 25px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .main-swiper__container-content-text{
        font-size: 17px;
    }
    .sertificat__content-block-coast label{
        flex: 0 1 calc(50% - 10px);
    }
    .sertificat__content-block__self-price-title{
        font-size: 16px;
    }
    .sertificat-close{
        right: 30px;
    }
    .sertificat_item-name{
        font-size: 55px;
    }
    .sertificat_item-title{
        font-size: 29px;
    }
    .sertificat-card-icon{
        right: -11px;
        top: -36px;
    }
    .sertificat-card-icon svg{
        width: 67px;
    }
    .sertificat-card-back-bottom{
        justify-content: space-between;
        gap: 15px;
    }
    .sertificat-card-title__text{
        font-size: 22px;
        text-align: center;
    }
    .steps-block, .sertificat__content-block{
        padding: 40px;
    }
    .steps-block__items{
        gap: 17px;
    }
    .steps-block__item.success:not(:last-child):after{
        height: 17px;
    }
    .sertificat__content-block-title{
        font-size: 14px;
        line-height: 117%;
        margin-bottom: 30px;
    }
    .swiper-pagination{
        margin-top: 30px;
        gap: 12px;
    }
    .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
    .sertificat__content-block-coast{
        gap: 12px;
    }
    .sertificat__content-block-coast label{
      flex: 0 1 calc(50% - 6px);
    }
    .sertificat-field{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .sertificat__content-block__self-price-title{
        font-size: 14px;
    }
    .sertificat__content-block-coast{
        margin-bottom: 35px;
    }
    .sertificat__content-block__self-price{
        margin-bottom: 35px;
    }
    .sertificat__content-block__total-price{
        font-size: 35px;
    }
    .sertificat__content-block__send-info label .placeholder-fake{
        font-size: 14px;
    }
    .sertificat__content-block__send-info input, .sertificat__content-block__send-info textarea{
        font-size: 14px;
    }
    .sertificat__content-block__send-info label:not(:last-child){
        margin-bottom: 30px;
    }
    .sertificat__content-block__send-info input, .sertificat__content-block__send-info textarea{
        padding-bottom: 8px;
    }
    .sertificat-dropdown-top-title{
        font-size: 16px;
    }
    .sertificat-dropdown-top-icon svg{
        width: 42px;
        height: 42px;
    }
}
/* End */


/* Start:/local/templates/illuminator/components/bitrix/news.list/question/style.css?1770205048150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/illuminator/components/bitrix/news.list/question_preview/style.css?1776756293150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/illuminator/components/bitrix/news.detail/sertificat/style.css?1769507995155 */
/* /css/sertificat.css?176950927420372 */
/* /local/templates/illuminator/components/bitrix/news.list/question/style.css?1770205048150 */
/* /local/templates/illuminator/components/bitrix/news.list/question_preview/style.css?1776756293150 */
