

/* Start:/servis/servis-styles.css?16818880441867*/
.services-list{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10.56vw ;
    flex-direction: column;
}

.services__item{
    align-items: center;
    display: flex;
    gap: 23vw;
    width: 100%;
}

.services__item-name {
    font-size: 4.44vw;
}

.services__item-icon,
.services__item-icon img{
    width: 25vw;
    height: 25vw;
    max-width: inherit;
    position: relative;
}
.services__item-num{
    position: absolute;
    font-size: 34.44vw;
    font-weight: 700;
    z-index: -1;
    color: #F4F4F4;
    top: -13.89vw;
    left: 16.67vw;
}
.services__item:first-child .services__item-num {
    left: 19.44vw;
}

@media screen and (min-width: 600px) {
    .services-list {
        flex-direction: row;
        gap: 2.60vw;
    }
    
    .services__item {
        flex-direction: column;
        align-items: start;
        gap: 2.60vw;
    }

    .services__item-icon,
    .services__item-icon img {
        width: 11.72vw;
        height: 11.72vw;
    }

    .services__item-name {
        font-size: 2.34vw;
    }
    
    .services__item-num {
        font-size: 16vw;
        top: -6.51vw;
        left: 6.51vw;
    }
    .services__item:first-child .services__item-num {
        left: 6.51vw;
    } 
}

@media (min-width: 1080px) {
    .services-list {
        gap: 2.1vw;
    }
    .services__item {
        flex-direction: row;
        align-items: center;
        gap: 4.27vw;
    }

    .services__item:nth-of-type(1) {
        gap: 2.1vw;
    }

    .services__item-name {
        font-size: 1.67vw;
    }
  
    .services__item-num{
        font-size:11.46vw;
        top: -4.43vw;
        left: 4.17vw;
    }

    .services__item:first-child .services__item-num {
        left: 4.17vw;
    } 

    .services__item-icon,
    .services__item-icon img{
        width: 8.33vw;
        height: 8.59vw;
    }
}
/* End */


/* Start:/local/templates/everun/components/bitrix/news.detail/simple-first-screen/style.css?16817255761270*/
.section__simple-first-screen .mtx-text{
    text-align: left;
}

.section__simple-first-screen{
    padding-top: 5.56vw;
}

.section__simple-first-screen .txt-p,
.section__simple-first-screen p{
    font-size: 5vw;
    margin-bottom: 7.78vw;
}

.section__simple-first-screen .mtx-picture--bkg {
    padding-bottom: 61%;
}

@media screen and (min-width: 600px){
    .section__simple-first-screen {
        padding-top: 4.7vw;
    }

    .section__simple-first-screen .txt-p,
    .section__simple-first-screen p{
        font-size: 2.34vw;
        margin-bottom: 5.21vw;
    }

    .section__simple-first-screen .mtx-picture--bkg {
        padding-bottom: 40%;
    }
}



@media (min-width: 1080px){
    .section__simple-first-screen {
        padding-top: 3.33vw;
    }

    .section__simple-first-screen .txt-p,
    .section__simple-first-screen p{
        font-size: 1.67vw;
        margin-bottom: 0;
    }

    .mtx-picture--bkg {
        background-size: cover;
    }


    .section__simple-first-screen .mtx-picture {
        grid-column: 10/18;
        grid-row: 1/2;
    }
    .section__simple-first-screen .mtx-text {
        grid-column: 2/9;
        grid-row: 1/2;
        border-right: none;
        margin: 3.33vw 0 3.33vw 0;
        transform: none;
    }
}
/* End */


/* Start:/local/templates/everun/components/bitrix/form.result.new/callback-form/style.css?16819094224938*/
.section__callback {
    padding-bottom: 8.89vw;
}

.mtx-btn--send {
    background-color: #EC6B33;
    color: white;
    font-size: 4.44vw;
    padding-top: 7.22vw;
    padding-bottom: 7.22vw;
    width: 100%;
}

.callback__personal-data{
    display: flex;
    align-items: center;
    gap: 2.50vw;
}

.callback__inputs{
    display: flex;
    flex-direction: column;
    gap: 3.33vw;
    margin-bottom: 5.56vw;
    padding-top: 5.56vw;
}
.callback__inputs input{
    font-family: 'Montserrat', sans-serif;
    font-size: 4.44vw;
    height: 18.9vw;
    padding-left: 5.6vw;
    text-transform: uppercase;
    width: 100%;
}

.callback__inputs input:active,
.callback__inputs input:focus,
.callback__inputs input:focus-visible {
    border: 3px solid #EC6B33;
    outline:none;
}

.callback__inputs input:hover {
    background: #F4F4F4;
}
.callback__inputs input::placeholder:hover {
    color: #EC6B33;
}

.section__callback .txt-p{
    font-size: 6.67vw;
    font-weight: 700;
    line-height: 1.25;
    text-align: end;
}  

.section__callback .arrow-name{
    border-top: dashed 3px #EC6B33;
    border-left: dashed 3px #EC6B33;
    height: 23.5vw;
    position: absolute;
    top: 23.8vw;
    left: 5.99vw;
    width: 50vw;
}

.section__callback .arrow-name::before{
    width: 3vw;
    height: 3vw;
    border-top: 3px solid #EC6B33;
    border-right: 3px solid #EC6B33;
    content: "";
    bottom: -0.83vw;
    left: -2.4vw;
    position: absolute;
    transform: rotate(135deg);
}

.section__callback.error .callback__inputs input{
    background-color: #faa49e !important;
    border-color: #f44336!important;
}

.section__callback.error .callback__inputs input::placeholder {
    color: #f44336 !important;
}

.section__callback.success .callback__inputs input{
    background-color: #eff4d7 !important;
    border-color: #b0c837!important;
    color: #b0c837 !important;
}

.form-f-website,
.form-f-message {
    display: none;
}

.callback__btn {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 599px) {
    .section__callback .section__heading, 
    .callback__personal-data, 
    .callback .right-col p{
        margin-bottom: 5.56vw;
    }
}

@media (min-width: 480px) {
    .mtx-btn--send {
        padding-left: 11.11vw;
        padding-right: 11.11vw;
        width: auto;
    }
}

@media screen and (min-width: 600px) {

    .section__callback {
        padding-bottom: 7.81vw;
    }

    .mtx-btn--send {
        font-size: 2.08vw;
        padding: 3.39vw 5.21vw;
        width: auto;
    }

    .section__callback .txt-p{
        font-size: 3.52vw;
    }
    .section__callback .arrow-name {
        height: 12vw;
        top: 16vw;
        left: 13vw;
        width: 59vw;
    }

    .section__callback .arrow-name::before {
        width: 2.2vw;
        height: 2.2vw;
        bottom: -0.83vw;
        left: -1.6vw;
    }

    .callback__inputs{
        flex-direction: row;
        margin-bottom: 2.60vw;
    }

    .callback__inputs input {
        font-size: 2.08vw;
        height: 8.85vw;
    }

    .callback__personal-data-btn{
        display: flex;
        gap: 2.60vw;
        justify-content: space-between;
        align-items: baseline;
    
    }

    .callback__personal-data {
        margin-bottom: 5.56vw;
        max-width: 60vw;
    }
}

@media screen and (min-width: 1080px) {
    .mtx-btn--send {
        padding: 2.5vw 3.75vw;
    }

    .section__callback {
        padding-bottom: 5.41vw;
    }
    
    .callback__checkbox {
        width: 2.5vw;
        height: 2.5vw;
    }

    .callback__checkbox input{
        width: 2.5vw;
        height: 2.5vw;
        border: solid 0.3125vw #EC6B33;
        color: #EC6B33;
    }
        
    .section__callback .arrow-name{
        border-top: dashed 0.3125vw #EC6B33;
        position: absolute;
        top: 12.71vw;
        left: 5.99vw;
        width: 61.56vw;
        border-left: dashed 0.3125vw #EC6B33;
        height: 8.07vw;
    }
    .section__callback .arrow-name::before{
        width: 1.04vw;
        height: 1.04vw;
        border-top: 0.3125vw solid #EC6B33;
        border-right: 0.3125vw solid #EC6B33;
        content: "";
        bottom: -0.83vw;
        left: -0.83vw;
        position: absolute;
        transform: rotate(135deg);
    }
    .section__callback .right-col {
        position: relative;
    }
    
    .section__callback .txt-p{
        font-size: 2.667vw;
    }
    .callback__inputs{
        flex-direction: row;
        gap: 1.875vw;
        margin-bottom: 1.875vw;
        padding-top: 3.33vw;
    }
    .callback__inputs input{
        border: 1px solid black;
        height: 6.25vw;
        font-size: 1.556vw;
        padding-left: 2.1vw;
    }

    .callback__personal-data{
        display: flex;
        align-items: center;
        gap: 0.83vw;
        max-width: inherit;
        margin-bottom: 0;
    }


    .mtx-btn--send{
        font-size: 1.46vw;
    }
}
/* End */
/* /servis/servis-styles.css?16818880441867 */
/* /local/templates/everun/components/bitrix/news.detail/simple-first-screen/style.css?16817255761270 */
/* /local/templates/everun/components/bitrix/form.result.new/callback-form/style.css?16819094224938 */
