/**
 *	Style for Form page
 *  Author: Diachuk R.M.
 * 
 */

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant.ttf') format('truetype');
    font-weight: normal;
}

html,
body {
    font-family: "Assistant";
    padding: 0;
    margin: 0;
}

p,
ol li {
    line-height: 24px;
    font-size: 18px;
}

body {
    display: flex;
    padding: 15px 0;
    min-height: 100vh;
}

header {
    padding: 20px 10px;
}

header img {
    height: auto;
    max-height: 90px;
}

video,
iframe {
    width: 100% !important;
    max-width: 800px;
}

section {
    padding: 0 15px;
}

.form-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.form-sub-title {
    margin-bottom: 20px;
}

.form-title-in {
    margin-bottom: 10px;
    font-size: 24px;
    color: #8c8c8c;
}

.form-sub-title-in {
    margin-bottom: 35px;
}

.agree {
    text-align: center;
    margin-top: 35px;
}

.bsubmit {
    background-color: #4CAF50 !important;
}

.progressBar {
    padding: 20px 30px 40px;
}

.progressName {
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 600;
    color: #6c6c6c;
    text-align: center;
}

.logo {
    text-align: left;
}

.borderPage {
    border: 10px solid #083962;
    height: 100%;
    width: 100%;
}

.tac {
    text-align: center;
}

.mar {
    margin: auto;
}

.prBarSteps,
.prBarSteps span {
    display: flex;
    justify-content: center;
}

.prBarSteps span {
    width: 50px;
    height: 50px;
    align-items: center;
    border-radius: 100%;
    background-color: #ced4da;
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 10;
}

.prBarSteps:before {
    position: absolute;
    height: 4px;
    top: 50%;
    margin-top: -3px;
    left: 0;
    width: 50%;
    content: '';
    background: #dee2e6;
    z-index: 5;
    transition: all .2s;
}

.prBarSteps:after {
    position: absolute;
    height: 4px;
    top: 50%;
    margin-top: -3px;
    right: 0;
    width: 50%;
    content: '';
    background: #dee2e6;
    z-index: 5;
    transition: all .2s;
}

.prBarSteps.active span {
    background: #002e59;
}

.prBarSteps.success span,
.prBarSteps.success:before,
.prBarSteps.success:after {
    background: #1abe63;
}

.prBarSteps.success span:after {
    content: '';
    background: url("../img/check-circle-regular.svg");
    position: absolute;
    z-index: 50;
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #1abe63;
}

.prBarSteps.active:before {
    background: #002e59;
}

.prBarSteps.active:after {
    background: #002e59;
}

.btnSteps {
    display: flex;
    justify-content: space-between;
    visibility: hidden;
    padding: 0 30px 30px;
    direction: ltr;
}

.btnSteps .show {
    visibility: visible;
}

.hrFormSub {
    padding: 0 30px 15px;
}

.hrFormSub hr {
    border: 0;
    border-bottom: 1px solid #ced4da;
}

.btnStep button {
    min-height: 44px;
    min-width: 120px;
    font-size: 18px;
    color: #fff;
    background-color: #002e59;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
}

.btnStep button:hover {
    background-color: #1f5e8c;
}

.btnStep button.success {
    background-color: #1abe63;
}

.btnStep button.success:hover {
    background-color: #008f4d;
}

.singleSect {
    display: none;
}

.singleSect.zero {
    padding: 40px 15px;
}

.singleSect.select {
    display: block;
}

ul {
    list-style-type: none;
    padding-right: 38px;
}

ul li {
    padding-bottom: 26px;
    position: relative;
}

ul li .title {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #093a63;
}

ul li .description p {
    line-height: 24px;
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
    color: #002e59;
}

.description ol {
    padding-top: 30px;
    padding-right: 16px;
    color: #002e59;
}

.description img {
    padding-top: 30px;
}

.small {
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: 600;
    color: #777;
    font-style: italic;
}

.small ul {
    padding-right: 20px;
    list-style-type: disc;
    margin-top: 20px;
}

.small ul li {
    padding-bottom: 4px;
}

.toggleList::before {
    content: '';
    position: absolute;
    right: -36px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/arrow.png') center center no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
}

.toggleList.active::before {
    transform: rotate(0);
    transition: all 0.4s ease-in-out;
}

.singleSect.five .title {
    font-size: 58px;
}

.left_hr {
    position: relative;
    padding-right: 0;
}

.left_hr::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50px;
    height: calc(100% - 50px);
    width: 1px;
    background-color: #ced4da;
}

#list_3 h3.title {
    font-size: 24px;
    line-height: 1.4;
}

#list_3 .description_items .item {
    padding-right: 20px;
    position: relative;
}

#list_3 .description_items .item::before {
    content: '•';
    color: #686868;
    position: absolute;
    right: 6px;
    top: -1px;
}

#list_3 .description_items h4 {
    margin: 20px 0 0;
    color: #686868;
}

#list_3 .description_items p {
    padding: 0;
    color: #686868;
}

.customToggle {
    color: rgb(0, 0, 238);
    text-decoration: underline;
    cursor: pointer;
}

.customToggle__description table {
    border-collapse: collapse;
}

.customToggle__description table tr th {
    font-size: 18px;
}

.customToggle__description table tr td {
    padding: 12px 20px;
    border: 1px solid #002e59;
}

@media screen and (max-width: 768px) {
    body {
        padding: 0;
    }
    header img {
        max-height: 60px;
        width: auto;
    }
    .description img {
        max-width: 100%;
    }
    video,
    iframe {
        height: auto !important;
    }
    .prBarSteps span {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
    #list_3 .description .col-md-6 {
        padding: 0;
    }
    .left_hr::after {
        display: none;
    }
    .borderPage {
        min-height: 100vh;
    }
    .singleSect.zero {
        padding: 0 15px;
    }
    .form-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .progressName {
        font-size: 12px;
        line-height: 12px;
    }
}