
body{
    background-color: #f3f8fd;
}
i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.full_screen {
    width: 100%;
    min-height: 100vh;
}
.container{
    padding-top: 8%;
}
.project{
    font-size: 130pt;
    line-height: 0.7;
}
.project > p > a{
    text-decoration: none;
}
.project > .order{
    white-space: nowrap;
    color: #1c99fe;
}
.project > .order > a{
    color: #1c99fe;
}
.project > p > a{
    color: white;
}
.project > .hunter{
    color: white;
    background: transparent;
    border-radius: 10px;
    height: 10px;
    width: max-content;
    box-shadow: 0 135px 0 0#85e043;
}
.project > .description{
    margin-top: 10%;
    color: white;
    font-size: 40pt;
    line-height: 2.5;
    font-weight: 100;
}
.man {
    width: 100%;
    height: 65%;
}
.ticks_block{
    margin-top: 13%;
}
.ticks_block > div > p{
    font-size: 25pt;
    font-weight: 100;
    color: white;
}
.ticks_block > div > p > .icon{
    background: url("/static/order-hunter/img/order_hunter/ticks.png"), no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 15px 0px 0px -35px;
}
.pc_block {
    border: 2px solid black;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    position: relative;
}
.pc_block > img {
    width: 70%;
    height: 70%;
    margin-left: 15%;
    margin-top: 15%;
}
.row_list{
    margin-top: 5%;
}
.row_list > div > p{
    font-size: 17pt;
    display: inline-block;
    font-weight: 200;
}
.arrow{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 2px;
    margin-right: 10px;
}
.modul{
    font-size: 40pt;
    font-weight: 200;
    line-height: 0.7;
}
.modul_name{
    font-size: 50pt;
    line-height: 0.7;
    font-weight: 600;
    background: transparent;
    border-radius: 10px;
    height: 10px;
    width: max-content;
    box-shadow: 0 65px 0 0#85e043;
    white-space: nowrap;
    margin-top: 3%;
}
.func{
    font-size: 50pt;
    font-weight: 600;
    color: #1c99fe;
    line-height: 0.7;
    margin-top: 8%;
    white-space: nowrap;
}
.specialist_text{
    font-size: 30pt;
    line-height: 1;
    font-weight: 400;
}
.always_online{
    font-size: 130pt;
    color: #1c99fe;
    line-height: 0.7;
}
.support_levels{
    font-size: 24pt;
    line-height: 1;
    font-weight: 300;
}
.text-center > img{
    height: 50px;
    width: 50px;
}
.text-center > p{
    font-size: 24pt;
    line-height: 1;
    font-weight: bold;
}
.link{
    font-size: 24pt;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
    color: black;
    align-items: center;
    display: flex;
}
.mail_text{
    font-size: 30pt;
}
.mail_text > a{
    text-decoration: none;
    color: black;
}
.mail_text > a:hover{
    text-decoration: underline;
    color: blue;
}
@media  screen and (max-width: 1368px) {
    .ticks_block{
        margin-top: 5%;
    }
    .ticks_block > div > p > .icon{
        margin: 15px 0px 0px -35px;
    }
    .row_list {
        margin-top: 2%;
    }
    .pc_block {
        width: 200px;
        height: 200px;
    }
    .modul{
        font-size: 25pt;
    }
    .modul_name{
        font-size: 35pt;
        box-shadow: 0 50px 0 0#85e043;
    }
    .func{
        font-size: 35pt;
    }
    .mail_text{
        font-size: 22pt;
    }
    .project > .description{
        margin-top: 13%;
    }
}
@media screen and (max-width: 991px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .project {
        font-size: 70pt;
    }
    .project > .hunter {
        box-shadow: 0 73px 0 0 #85e043;
    }
    .project > .description {
        font-size: 28pt;
    }
    .modul {
        font-size: 25pt;
    }
    .modul_name {
        font-size: 30pt;
        width: fit-content;
        height: auto;
        box-shadow: none;
        border-bottom: 5px solid #85e043;
        padding-bottom: 5px;
        line-height: 1.3;
    }
    .func {
        font-size: 30pt;
        white-space: normal;
        margin-top: 15px;
    }
    .pc_block {
        width: 180px;
        height: 180px;
        margin: 0 auto 20px;
    }
    .row_list > div > p {
        margin-bottom: 10px;
    }
    .always_online {
        font-size: 80pt;
    }
    .specialist_text {
        font-size: 24pt;
    }
    .support_levels {
        margin-bottom: 15px;
    }
    .mail_text {
        font-size: 20pt;
    }
}
@media screen and (max-width: 576px) {
    .container {
        padding-top: 6%;
        padding-left: 30px;
        padding-right: 30px;
    }
    /* --- Hero --- */
    .project {
        font-size: 32pt;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        column-gap: 12px;
        line-height: 1;
    }
    .project > .hunter {
        height: auto;
        width: auto;
        box-shadow: none;
        border-bottom: 4px solid #85e043;
        padding-bottom: 3px;
    }
    .project > .description {
        font-size: 18pt;
        width: 100%;
        margin-top: 20px;
        line-height: 1.4;
    }
    /* --- Галочки --- */
    .ticks_block {
        margin-top: 8%;
        padding-left: 10px;
    }
    .ticks_block > div > p {
        font-size: 14pt;
        padding-left: 32px;
        position: relative;
    }
    .ticks_block > div > p > .icon {
        width: 18px;
        height: 18px;
        left: 0;
        top: 6px;
        margin: 0;
    }
    /* --- Модули заголовки --- */
    .modul {
        font-size: 18pt;
    }
    .modul_name {
        font-size: 20pt;
        white-space: normal;
        width: fit-content;
        height: auto;
        box-shadow: none;
        border-bottom: 4px solid #85e043;
        padding-bottom: 4px;
        line-height: 1.3;
    }
    .func {
        font-size: 20pt;
        white-space: normal;
        margin-top: 15px;
    }
    .pc_block {
        width: 120px;
        height: 120px;
        margin: 0 auto 15px;
    }
    /* --- Списки функционала --- */
    .row_list {
        margin-top: 3%;
    }
    .row_list > div > p {
        font-size: 14pt;
        margin-bottom: 12px;
        padding-left: 18px;
        position: relative;
    }
    .row_list > div > p > .arrow {
        position: absolute;
        left: 0;
        top: 7px;
        margin: 0;
    }
    /* --- Ссылки (Презентация, Инструкция) --- */
    .link {
        font-size: 18pt;
        padding-left: 18px;
        position: relative;
        margin-bottom: 15px;
        align-items: center;
        display: flex;
    }
    .link > .arrow {
        position: absolute;
        left: 0;
        margin: 0;
    }
    /* --- Техподдержка --- */
    .specialist_text {
        font-size: 20pt;
        margin-bottom: 10px;
    }
    .always_online {
        font-size: 55pt;
    }
    .support_levels {
        font-size: 16pt;
        margin-bottom: 20px;
    }
    .text-center {
        padding: 10px 5px;
    }
    .text-center > p {
        font-size: 12pt;
        margin-bottom: 8px;
    }
    .text-center > img {
        height: 36px;
        width: 36px;
    }
    /* --- Документация --- */
    .mail_text {
        font-size: 16pt;
        line-height: 1.4;
    }
}