/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* Кастомные стили сайта */
.left-icon {
    margin-top: 30px;
}

.left-icon {
    position: relative;
    padding-left: 60px;
    min-height: 50px;
}

.left-icon img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.left-icon p {
    position: relative;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
}


.admin-flex-elements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: dense;
    gap: 20px;
    background-color: #f8f8f8;
    padding: 45px 0;
    margin: 20px 0;
}

.flex-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.flex-element_img {
    margin-bottom: 20px;
}

.flex-element_title {
    font-weight: bold;
    text-align: center;
}

.info-elements {
    margin: 30px 0 60px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: dense;
    justify-items: center;
    gap: 20px;
}

.info-element {

       text-align: center;
}


.info-elements__home-page {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr))!important;
}

.inside-page{
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))!important;
    grid-template-rows: auto!important;
}

.info-elements__home-page .info-element{
    background: #fff!important;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.about-info-steps .info-element {
    height: 200px;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #F4F4F4;
    padding: 48px;
    border-radius: 12px;
}


.about-info-steps .info-element::before {
    position: absolute;

    width: 100%;
    display: flex;
    justify-content: center;
    height: 70px;
    top: -30px;
    left: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(140.74deg, rgba(4, 160, 247, 0.4) 26.18%, rgba(52, 239, 164, 0.4) 82.79%);

}

.about-info-steps .info-element:nth-child(1) .info-element__title {

   margin-bottom: 10px;

}
.about-info-steps .info-element:nth-child(8)  {

  padding: 0;

}

.about-info-steps .info-element:nth-child(8)  img {

    width: 100%;
    height: 100%;
    border-radius: 12px;

}

.about-info-steps .info-element:nth-child(1)::before {

    content: "01";

}
.about-info-steps .info-element:nth-child(2)::before {

    content: "02";

}
.about-info-steps .info-element:nth-child(3)::before {

    content: "03";

}
.about-info-steps .info-element:nth-child(4)::before {

    content: "04";

}
.about-info-steps .info-element:nth-child(5)::before {

    content: "05";

}
.about-info-steps .info-element:nth-child(6)::before {

    content: "06";

}
.about-info-steps .info-element:nth-child(7)::before {

    content: "07";

}



.detail .info-element__img {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}

.info-element__title {
  
    color: rgb(0, 0, 0);
    margin-bottom:0;
    color: #6A6A6A;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}



.info-element__description {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4a4a4a;
}

.admin-custom__img-about {
    display: block;
    max-width: 100%;
    height: auto;

}


.admin-custom_ulli {
    list-style-image: url(/images/check-mark-new.png) !important;
    padding: revert;
}

.admin-custom_ulli li:before{
    content: none!important;
}

.admin-custom_steps-elements{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.admin-custom_steps-elements__home{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 50px;
}

.admin-custom_steps-elements__home .steps-element{
    max-width: 30%;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: stretch;
}

.admin-custom_steps-elements .steps-element{
    max-width: 30%;
    width: 30%;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
}

.admin-custom_steps-elements .steps-element p{
    width: 80%;
    text-align: start;

}

.steps-element p{
    text-align: center;
}

.steps-element_title{
    font-weight: 600;
    margin-bottom: 10px;
}
.steps-element img{
    width: 50px;
    height: 50px;
    margin: auto 0;
}

.c-features {
    display: flex;
    flex-wrap: wrap;
}

.c-features__item {
    margin-bottom: 1.5rem;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    page-break-inside: avoid;
    break-inside: avoid-column;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex-flow: row nowrap;
    flex: 1 0 auto;
    width: 100%;
    height: fit-content;
}

.c-features .c-features__item-icon {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    width: auto;
    padding-right: 0;
    flex: 1 1 auto;
    max-width: 4rem;
    padding-bottom: 0.5rem;
    align-items: flex-start;
    position: relative;
}

.c-features.c-features-icons-left > .c-features__item .c-features__item-icon img {
    width: 4rem !important;
    max-width: unset;
    height: auto;
    max-height: 4rem !important;
}

.c-features .c-features__item-icon img {
    fill: currentColor;
    max-width: 100%;
    height: auto;
    width: 4rem;
    max-width: unset;
    height: auto;
    max-height: 4rem;
}

.text_after_items :last-child {
    margin-bottom: 0;
}

.c-features .c-features__item-content {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 1 1 auto;
}

.c-features .c-features__item-content {
    vertical-align: top;
    word-break: break-word;
    line-height: 1.25;
    max-width: 900px;
}

.piramide-elements{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
}

.piramide-elements .info-element{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;

}


.admin-custom_callback-btn{
    border-radius: 8px;
    background: var(--sef2, linear-gradient(138deg, #04A0F7 29.31%, #36F2A0 91.97%));
    padding: 20px;
    max-width: fit-content;
    margin: 0 auto;
}

.admin-custom_callback-btn div{
    color: #fff!important;
}


.btn.btn-default {
    background: var(--sef2, linear-gradient(138deg, #04A0F7 29.31%, #36F2A0 91.97%))!important;;
    border-color: var(--sef2, linear-gradient(138deg, #04A0F7 29.31%, #36F2A0 91.97%))!important;;

}




.about__items-list {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.about__items-list__item {
    padding: 12px 30px;
    margin: 0 17px 20px 0;
    width: fit-content;
    box-sizing: border-box;
    vertical-align: middle;
    background: #9DDCFF33;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    color: #424242;

}

.about__items-list__item a {
color: #424242;

}

.about__items-list__item a:hover, a:focus {
opacity: 0.9;

}

.about__items-list__item::before{
    display: none;
}

.btn.btn-transparent-border{
    color: #fff;
}


@media screen and (max-width: 769px){
    .info-element {
        min-height: 200px;
        padding: 20px;
       text-align: center;
    }


    .admin-flex-elements {
        display: flex;
        flex-direction: column;
    }

    .admin-custom_steps-elements{
        flex-direction: column;
    }

    .admin-custom_steps-elements__home{
        flex-direction: column;
    }

    .steps-element{
        max-width: 90%;
        flex-direction: column;
    }

	.admin-custom_steps-elements .steps-element {
    width: 100%;
    max-width: 100%;
    }

	.admin-custom_steps-elements .steps-element p {
    width: 80%;

    }


    .admin-custom_steps-elements__home .steps-element{
        flex-direction: column;
        max-width: 90%;
    }

    .steps-element img{
        rotate: 90deg;
    }

    .info-elements__home-page {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))!important;
    }

    .about__items-icon{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

}