*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    font: 400 1rem/1 'PT Sans', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    outline: none;
}

input, textarea {
    border: none;
    outline: none;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* / Reset end */

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-beetween {
    justify-content: space-between !important;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.container {
    max-width: 1120px;
    padding: 0 15px;
    margin: 0 auto;
}

.main {
    padding-top: 106px;
    position: relative;
}

.form-control {
    border: 1px solid #BFC7DC;
    border-radius: 4px;
    padding: 0 20px;
    height: 40px;
    color: #29375A;
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
}

.btn {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 0;
}

.gradient-btn {
    min-width: 165px;
    color: #fff;
    background: linear-gradient(
        90deg, 
        #0CEBEB 0%, 
        #20E3B2 50%, 
        #29FFC6 100%
    );
    box-shadow: 0px 4px 20px rgba(32, 228, 179, 0.85);
    border-radius: 30px;
}

.btn-results {
    padding: 10px 20px;
    border: 1px solid #BBC4DA;
    border-radius: 4px;
}

.text-center {
    text-align: center;
}

.text-green {
    color: #27DEBF !important;
}

.text-white {
    color: #fff !important;
}

.bg-neutral {
    background-color: #0257C0;
}

.bg-grinning {
    background-color: #01BFFF;
}

.bg-sad {
    background-color: #455A64;
}

.text-bold {
    font-weight: 700;
}

.gradient-bg {
    background: linear-gradient(
    to right, 
    #F6F7FC 0px, 58%, 
    #00C6FF 58%, 
    #0072ff 100%
    );
}

.slicknav_menu {
    display:none;
}

.header {
    padding: 40px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-nav {
    flex-grow: 1;
}

.header-nav a {
    padding: 10px 0;
}

.main-header-nav {
    color: #29375a;
    font-weight: 700;
    margin-left: 66px;
}

.main-header-nav a + a,
.info-header-nav a + a {
    margin-left: 30px;
}

.info-header-nav {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.8);
}

.text-white .hvr-overline-from-center:before {
    background-color: #fff;
}

.info-header-nav .hvr-overline-from-center:before {
    background-color: rgba(255, 255, 255, 0.8);
}

/* ---------------------- */

.egs-header {
    position: relative;
    overflow: hidden;
    max-width: 1390px;
    padding: 0 15px;
}

.egs {
    width: 1850px;
    height: 1850px;
    background: linear-gradient(270deg, #00C6FF 0%, #0072FF 101.47%);
    position: absolute;
    border-radius: 50%;
    z-index: -2;
    left: -530px;
    top: -1195px;
}

.egs-2 {
    background: linear-gradient(270deg, rgba(0, 198, 255, 0.04) 0%, rgba(0, 114, 255, 0.04) 101.47%);
    left: 190px;
    top: 925px;
}

.send-emails > .container {
    padding-bottom: 140px;
    /* position: relative; */
}

.send-email {
    margin-top: 55px;
    max-width: 540px;
}

.send-email-title {
    line-height: 1.3;
    font-size: 3.43rem;
    color: #fff;
    margin-bottom: 20px;
}

.send-email-desc {
    max-width: 385px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.29rem;
    line-height: 1.33;
    margin-bottom: 45px;
}

.send-email-desc > span {
    color: #fff;
}

.required-block {
    display: inline-block;
}

.required-block > .btn {
    font-size: 1.29rem;
    padding: 16px 30px;
}

.send-email-required {
    margin-top: 15px;
    line-height: 1.71;
    color: rgba(255, 255, 255, 0.8);
}

.send-email-required-sign {
    margin-left: 15px;
}

.send-mail-img {
    /* position: absolute; */
    /* top: 0; */
    /* right: -5px; */
    margin-left: -10px;
}

.footer-email-checker {
    margin-top: 130px;
}

.footer-providers {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 15px 0;
}

.footer-email-title {
    max-width: 490px;
    font-size: 2.57rem;
    line-height: 1.31;
    color: #29375A;
}
.lists-logo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.logo-items {
    width: 165px;
    height: 165px;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.logo-items:hover {
    box-shadow: 0px 2px 15px rgba(2, 71, 149, 0.15);
    background-color: #fff;
}

/* ---------------------- */

.process-screen-body {
    max-width: 380px;
    width: 100%;
}

.process-screen-content {
    max-width: 819px;
    width: 100%;
    height: 475px;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 50px;
}

.score-screen-content {
    max-width: 819px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 60px;
    color: #29375A;
}

.score-count {
    margin-bottom: 10px;
    position: relative;
}

.score-count sub{
    font-size: 5.14rem;
    font-weight: 700;
    color: #01BFFF;
}

.score-count sup {
    line-height: 1.71;
    color: #BBC4DA;
    position: absolute;
    top: 8px;
}

.score-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2.57rem;
}

.score-desc {
    line-height: 1.71;
    margin-bottom: 20px;
}

.checkbox-desc {
    margin-top: 30px;
    margin-bottom: 20px;
}

.score-checkbox-group-list {
    user-select: none;
    margin-bottom: 20px;
}

.score-checkbox-group-list input{
    display: none;
}

.score-checkbox-item {
    width: 160px;
}

.score-checkbox-item label {
    padding: 5px 20px;
    border: 1px solid #BBC4DA;
    cursor: pointer;
    display: block;
    line-height: 1.71;
}

.score-checkbox-item:first-child label {
    border-radius: 4px 0 0 4px;
}

.score-checkbox-item:last-child label {
    border-radius: 0 4px 4px 0;
}

.score-checkbox-item:nth-child(2) label {
    border-left: none;
    border-right: none;
}

.score-checkbox-item > input:checked + label{
    background-color: #01BFFF;
    border-color: #01BFFF;
    color: #fff;
    font-weight: 700;
}

.small-text {
    font-size: 0.86rem;
    line-height: 2;
}

.step-item {
    max-width: 700px;
}

.step-item + .step-item {
    margin-top: 30px;
}

.step-container {
    padding: 35px 90px 40px 40px;
    background-color: #F6F7FC;
    border-radius: 0 0 8px 8px;
}

.step-item-title {
    padding: 35px 90px 35px 40px;
    border-radius: 8px 8px 0px 0px;
}

.step-item-desc {
    margin-left: 20px;
    font-size: 1.29rem;
    color: #fff;
    font-weight: 400;
}

.content-reported {
    line-height: 1.71;
    color: rgba(41, 55, 90, 0.6);
}

.step-content-title {
    font-size: 1.57rem;
    line-height: 1.09;
    margin-top: 30px;
    margin-bottom: 20px;
}

.step-fix {
    font-size: 1.29rem;
    margin-bottom: 15px;
}

.step-content-desc {
    line-height: 1.71;
}

.step-content-desc + .step-content-desc {
    margin-top: 15px;
}

.step-item-content .small-text {
    color: rgba(41, 55, 90, 0.6);
}

.group-button {
    margin-top: 30px;
}

.group-button .btn-results + .btn-results {
    margin-left: 10px;
}

.mono-space {
    font-family: 'PT Mono', monospace;
    line-height: 1.71;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 20px;
}

.aside-right-menu {
    font-size: 0.86rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.71;
}

.fixed-menu {
    position: fixed;
    /* top: 106px; */
    /* right: 242px; */
}

.fixed-menu-list {
    margin-top: 40px;
}

.fixed-menu-item:first-child {
    line-height: 2;
    margin-bottom: 5px;
    font-weight: 400;
}

.fixed-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.fixed-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.fixed-footer-text:first-child {
    color: rgba(255, 255, 255, 0.7);
}

.fixed-footer-text + .fixed-footer-text {
    margin-top: 5px;
}

.process-logo {
    margin-bottom: 30px;
}

.process-title {
    font-size: 2.57rem;
    color: #29375A;
    font-weight: 400;
    margin-bottom: 35px;
}

.proccess-desc {
    max-width: 340px;
    color: #29375A;
    line-height: 1.71;
}

.proccess-desc + span {
    line-height: 1.71;
}

.action-form .form-control{
    max-width: 380px;
    width: 100%;
    margin-bottom: 30px;
}

.process-screen-footer {
    color: rgba(41, 55, 90, 0.7);
}

.next-screen-link::after {
    content: '';
    width: 20px;
    height: 9px;
    background: url('../img/arrow.svg') no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.before-screen-link::before {
    content: '';
    width: 20px;
    height: 9px;
    background: url('../img/arrow.svg') no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    margin-right: 10px;
}

.process-steps,
.aside-right-menu {
    padding-left: 50px;
    max-width: 290px;
    width: 100%;
}

.process-steps-title {
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.process-steps-list {
    margin-bottom: 30px;
}

.steps-list-item {
    position: relative;
}

.steps-list-item + .steps-list-item {
    margin-top: 25px;
}

.list-item-num {
    position: absolute;
    width: 40px;
    line-height: 40px;
    background-color: #F6F7FC;
    border-radius: 50%;
    color: #BBC4DA;
    font-weight: 700;
    font-size: 1.43rem;
    text-align: center;
    left: -70px;
    top: 0;
}

.list-item-num.active {
    background-color: #27DEBF;
    color: #fff;
}

.list-item-num.success {
    color: transparent;
    background: url(../img/success.svg) no-repeat center #F6F7FC;
}

.list-item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.list-item-desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.71;
}

.optional-text {
    color: #fff;
    line-height: 1.43;
    font-weight: 700;
    max-width: 150px;
}

.footer {
    padding: 40px 0;
}

.footer-text {
    font-size: 0.86rem;
    color: rgba(41, 55, 90, 0.7);
    margin-left: 20px;
}

.footer-text span + span {
    margin-top: 5px;
}

.footer-text span:last-child {
    color: #29375A;
}

.slicknav_btn {
    background-color: transparent;
}

.slicknav_btn.slicknav_open + .slicknav_nav{
    background-color: #4c4c4c;
}

/* MEDIA QUERY */

@media (max-width: 1090px) {

    .fixed-menu {
        position: initial;
    }

    .aside-right-menu {
        color: black;
        max-width: 819px;
        padding: 0 20px;
    }

    .aside-right-menu .fixed-menu  {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .fixed-menu-list {
        margin-top: 20px;
    }

    .fixed-logo {
        display: none;
    }

    .fixed-footer-text, 
    .fixed-footer-text:first-child {
        color: inherit;
    }

    .score-screen .container {
        flex-wrap: wrap;
    }
}

/* Планшеты */
@media (max-width: 991px) {
    .process-screen .container {
        flex-wrap: wrap;
    }

    .process-screen-content, .process-steps {
        max-width: none;
    }

    .process-steps {
        margin-top: 30px;
    }

    .process-steps-title, .list-item-title, .list-item-desc, .optional-text {
        color: #000;
    }

    .list-item-num {
        left: -50px;
    }

    .optional-text {
        max-width: none;
    }

    .process-screen-content {
        height: 400px;
    }

    .footer {
        margin-top: 40px;
    }
}

/* Мобильные устройства */

@media (max-width: 767px) {
    .send-email-title {
        font-size: 2.43rem;
    }
    .slicknav_menu {
        display: block;
        margin-left: auto;
        background: none;
    }

    .container .logo {
        align-self: flex-start;
    }

    .header-nav nav{
        display: none;
    }

    .header {
        padding: 20px 0;
    }

    .main-header-nav {
        font-weight: 400;
        margin-left: 0;
        text-align: center;
    }
    
    .info-header-nav {
        text-align: center;
    }

    .main-header-nav a + a,
    .info-header-nav a + a {
        margin-left: 0;
    }

    .process-screen-content {
        height: 375px;
        padding: 20px;
    }

    .process-logo {
        margin-bottom: 20px;
    }

    .process-title {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }
    
    .main {
        padding-top: 80px;
    }

    .score-screen-content {
        padding: 20px;
    }

    .step-item-title {
        text-align: center;
    }

    .step-item-title,
    .step-container {
        padding: 25px 20px;
    }

    .score-checkbox-item {
        max-width: none;
    }

    .egs-header .send-emails > .container {
        /* flex-direction: column; */
        /* align-items: center; */
        justify-content: center;
    }

    .send-emails > .container {
        padding-bottom: 40px;
    }

    .footer-email-checker {
        margin-top: 50px;
    }

    .egs {
        top: -1280px;
    }

    .egs-2 {
    left: 89px;
    top: 719px;
    }

    .lists-logo > .list-item-logo{
        flex-wrap: wrap;
        justify-content: center;
    }

    .send-mail-img {
        display: none;
    }
}

@media (max-width: 530px) {
    .egs {
        top: -1300px;
    }

    .egs-2 {
        top: 719px;
    }

    .score-checkbox-group-list {
        flex-flow: column wrap;
        align-items: center;
    }

    .score-checkbox-item {
        text-align: center;
        padding: 5px 0;
    }

    .score-checkbox-item:nth-child(2) label {
        border: 1px solid #BBC4DA;
    }    

    .score-checkbox-item label {
        padding: 5px 10px;
    }
}

@media (max-width: 479px) {
    
    .egs {
        top: -1280px;
    }

    .egs-2 {
        top: 500px;
    }

    .slicknav_menu .slicknav_nav a {
        padding: 5px 1px
    }

    .footer .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .process-steps {
        padding-left: 35px;
    }

    .list-item-num {
        left: -40px;
        width: 30px;
        line-height: 30px;
    }

    .aside-right-menu .fixed-menu,
    .group-button {
        flex-direction: column;
    }

    .group-button .btn-results + .btn-results {
        margin-left: 0;
        margin-top: 10px;
    }

    .step-content-title, .score-title {
        text-align: center;
    }
}

