html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    position: relative;
    font-family: 'Helvetica', sans-serif;
}

.screen-1-services {
    background-color: #000000;
    width: 100%;
    background-image: url(/img/service-img.png);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: right;
}

.services {
    height: 766px;
    /*display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);*/

}

.block-content-services {
    position: relative;
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
}

.block-left-service h1,
p {
    color: #ffffff;
}

.block-left-service h1 {
    font-size: 84px;
}

.block-left-service p {
    font-family: 'Helvetica_light';
    font-size: 34px;
}

.screen-2-content-box{
	background-color: #EEEEEE;
	border-bottom: 1px solid #000000;
}

.service-item {
    padding: 4vw 0vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    
}
.screen-2-content-box:hover {
    background-color: #FFFFFF;
}

.service-item-name {
    /*padding-top: 4vw;
    padding-left: 8vw;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}
.service-item-name h2 {
    font-size: 32px;
    text-align: left;
}
.service-info{
    margin-bottom: 30px;
}
.service-item-info {
    /*font-size: 14px;
    line-height: 16px;*/
}

.list-bot {
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-bot span {
    margin: 0.3vw;
    padding: 5px 15px;
    border: 1px solid #000000;
    border-radius: 30px;
    height: 22px;
    line-height: 22px;
    /* Совпадает с высотой блока */
    width: fit-content;

}

@media (orientation:portrait) {
    .screen-1-services {
        height: 766px;
        background-size: cover;
        background-position: center;

    }
    .block-content-services{
        width: calc(100% - 12.8vw);
        padding: 0 6.4vw;
    }

    .block-left-service h1 {
        font-size: 44px;
    }

    .block-left-service p {
        font-size: 20px;
    }
    .service-item {
        padding: 4vw 6vw; 
        display: flex;
        flex-direction: column;
    }
    .service-item-name {
        margin: 4vw 0;
    }

    .service-item-name h2 {
        font-size: 24px;
        margin: 4vw 0;
    }
    .list-bot {
        width: 100%;
        overflow: visible;
        margin-bottom: 20px;
    }

    .service-info {
        margin-bottom: 0;
        text-align: justify;
    }

    .list-bot span {
        margin: 0.8vw;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

@media (max-width: 900px) {}
