body {
    font-family: Roboto,Arial,Verdana,sans-serif;
    min-width: 340px;
}

.ykt-body {
    width: 1280px;
    margin: auto;
}
.ykt-body_row {
    padding: 0 32px;
}

.ykt-services {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.ykt-services_item {
    flex-grow: 1;
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 24px;
    transition: background-color 0.5s ease;
}
.ykt-services_item a {
    text-decoration: none;
}

.ykt-service {
    margin: 180px 8px 8px;
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 16px;
    transition: margin-top 0.5s ease, height 0.5s ease;
}
.ykt-service_title {
    color: #171717;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 50px;
    min-height: 36px;
}
.ykt-service_body {
    margin: 16px 0;
}
.ykt-service_description {
    color: rgba(0,0,0,0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.252px;
    height: 72px;
}
.ykt-service_cats {
    height: 0;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
}
.ykt-service_cats ul {
    padding: 0;
    margin: 0;
}
.ykt-service_cats li {
    list-style-type: none;
    margin: 10px 0;
    padding: 4px 0 4px 32px;
    background: transparent url(/img/v2023/cats_check.svg) left center no-repeat;
}
.ykt-service_footer {
    color: #475569;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.ykt-service_footer a {
    color: #475569;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.ykt-service_link {
    padding-right: 30px;
    background: transparent url(/img/v2023/services_arrow_right.svg) right center no-repeat;
}

.ykt-service.doska .ykt-service_title {
    background: transparent url(/img/v2023/doska_logo.png) left top no-repeat;
}
.ykt-service.eda .ykt-service_title {
    background: transparent url(/img/v2023/eda_logo.png) left top no-repeat;
}
.ykt-service.rabota .ykt-service_title {
    background: transparent url(/img/v2023/rabota_logo.png) left top no-repeat;
}

.ykt-apps {
    margin-top: 48px;
    padding: 32px 0 0;
}
.ykt-apps_title {
    text-align: center;
    font-style: normal;
}
.ykt-apps_title_main {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -1.056px;
}
.ykt-apps_title_sub {
    color: rgba(0,0,0,0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.252px;
    margin-top: 24px;
}
.ykt-apps_list {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}
.ykt-apps_item {
    flex-grow: 1;
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 24px;
}


.ykt-app {
    padding: 32px 48px;
    height: 510px;
    box-sizing: border-box;
}
.ykt-app_title {
    height: 54px;
    display: block;
}
.ykt-app_body {
    margin-top: 32px;
}
.ykt-app_qr {
    width: 190px;
    height: 190px;
    background-color: #000;
}
.ykt-app_badge {
    margin-top: 32px;
}
.ykt-app_link {
    margin: 16px 0;
}
.ykt-app.doska {
    background: transparent url(/img/v2023/doska_app_preview_2.png) 260px 102px no-repeat;
    background-size: 309px auto;
}
.ykt-app.eda {
    background: transparent url(/img/v2023/eda_app_preview_2.png) 260px 102px no-repeat;
    background-size: 309px auto;
}
.ykt-app.doska .ykt-app_title {
    background: transparent url(/img/v2023/doska_logo_title.png) left center no-repeat;
}
.ykt-app.eda .ykt-app_title {
    background: transparent url(/img/v2023/eda_logo_title.png) left center no-repeat;
}
.ykt-app.doska .ykt-app_qr {
    background: transparent url(/img/v2023/doska_qr.svg) center center no-repeat;
}
.ykt-app.eda .ykt-app_qr {
    background: transparent url(/img/v2023/eda_qr.svg) center center no-repeat;
}

.ykt-footer {
    background-color: #f1f1f1;
    margin-top: 48px;
}
.ykt-footer_body {
    width: 1280px;
    margin: auto;
}
.ykt-footer_row {
    display: flex;
    padding: 0 32px;
    align-items: center;
    height: 316px;
}
.ykt-footer_col {
    gap: 32px;
    flex-grow: 1;
    width: 100%;
}
.ykt-footer_title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.ykt-footer_desc {
    color: rgba(0,0,0,0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.252px;
    margin-bottom: 32px;
    width: 472px;
}
.ykt-footer_contact_link {
    color: rgba(0,0,0,0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

/* hover */
.ykt-services_item:hover .ykt-service_cats {
    height: 120px;
    opacity: 100%;
}
.ykt-services_item:hover .ykt-service {
    margin-top: 60px;
}
.ykt-services_item.doska:hover {
    background-color: #e84c3d;
}
.ykt-services_item.eda:hover {
    background-color: #e67e22;
}
.ykt-services_item.rabota:hover {
    background-color: #7cae2c;
}