.title-top-block {
        padding: calc(var(--spacer) * 9.33335) 0 calc(var(--spacer) * 6);
}
.title-top-block .title-top {
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
}
h1 {
    display: none;
}
.title-top-block h2 {
    font-family: "Fira Sans";
    font-weight: 600;
    font-size: 77.46px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    margin-top: calc(var(--spacer) * 1.2) !important;
    max-width: 1250px;
}
.header-end-list {
    border-top: 1px solid #FFFFFF;
    padding-top: calc(var(--spacer) * 4);
}
.header-end-list p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
}
header .header__container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header-end-list .flex {
    gap: calc(var(--spacer) * 6);
}
.header {
    background-position-y: 10% !important;
}
.section.bg-img-line .main__container
 {
    padding-left: 3.125vw !important;
    padding-right: 3.125vw !important;
    max-width: calc(1440px + 3.125vw * 2);
}
.quote .col-lg-7 {
    margin-left: auto;
    align-self: center;
    padding-bottom: 200px;
    position: relative;
    align-self: stretch;
    align-content: center;
}
.quote .col-lg-7:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: 0;
    right: 0;
    background: url("/open-dialogue/img/f8f219043932e136e4a2ae3165bc3a8379bb428b.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}
main#main {
    overflow: hidden;
    /* background: #f2efef; */
}
.col-12.main__content {
    overflow-x: visible;
}
.text-line {
    font-weight: 400;
    font-size: calc(var(--spacer) * 1.6);
    line-height: calc(var(--spacer) * 2.15);;
    display: flex;
    padding: calc(var(--spacer) * 9.33335) 0;
}

.text-line p {
    background: #FFF;
    border-radius: 19px;
    padding: calc(var(--spacer) * 2.7);

}
.bg-img-line {
    background: url("/open-dialogue/img/238fe3f25d06a2b6a7b6da3346272ba25e7fb6fc.png");
    background-size: cover;
    width: 100vW;
    left: calc((-100vW + 100%) / 2);
    position: relative;
    padding: calc(var(--spacer) * 9.33335) 0;
    background-position: center;
}
.text-line .left {
    padding-bottom: 190px;
    border-top: 9px solid #9EC53B;
    border-radius: 0 25px 0 0;
    border-right: 9px solid #9EC53B;
    height: fit-content;
    position: relative;
    width: 55%;

}
.text-line .left::after {
    position: absolute;
    background: #9EC53B;
    content: "";
    height: 40px;
    width: 40px;
    top: -4px;
    left: -1px;
    border-radius: 50%;
    transform: translate(0, -50%);
}
.text-line .left p{
    margin:  40px 80px 0 0!important;
}
.text-line .right {
    margin-top: 240px;
    border-left: 9px solid #9EC53B;
    margin-left: -9px;
    border-radius: 0 0  0 25px;
    border-bottom: 9px solid #9EC53B;
    position: relative;
    width: calc(45% + 9px);
}
.text-line .right p {
    margin:  0 0 40px 80px!important;
}
.text-line .right::after {
    position: absolute;
    background: #9EC53B;
    content: "";
    height: 40px;
    width: 40px;
    bottom: -4px;
    right: -1px;
    border-radius: 50%;
    transform: translate(0%, 50%);
}
.section.bg-blue{
    background: #1B2A48;
    color: #FFF;
}
.section.bg-blue:before {
    background: #1B2A48;
}
.section.bg-blue:after {
    background: #1B2A48;
}
.section.bg-blue h2 {
    margin: 0 !important;
    text-transform: uppercase;
}
#messageFormError, #messageFormOk {
    display: none;
}
.section.bg-blue h2{
    width: 35%;
}
.section.bg-blue .flex.gap_spacer_1-6  > div{
    width: 60%;
}
.main__content {
    padding-bottom: 0 !important;
}
input.btn-primary {
    border: none;
    background: #9EC53B;
    transition: 0.2s;
    cursor: pointer;
}
input.btn-primary:hover {
    background:#8fb333;
}
.form-group-checkbox {
    display: flex;
    display: -webkit-inline-box;
    -webkit-box-align: center;
    align-items: center;
}
.form-group-checkbox input {
    display: block;
    appearance: auto;
    margin-right: 15px;
    height: 20px;
    width: 20px;
}
.form-group-checkbox label {
    color: #FFF;
    cursor: pointer;
}
.selectize-control.a-select.single {
    display: none;
}
#application .nice-select .list {
    max-height: 100%;
}
.section.bg-blue.dep-form form {
    margin-top: 0 !important;
}
.nice-select.a-select.invalid {
    border-color: #c84545;
}
#messageFormOk {
    font-size: 140%;
    padding: calc(var(--spacer) * 2.6);
    border-radius: 25px;
    background: #7AC77F;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 1366px) {
    .text-line, .quote p  {
        font-size: calc(var(--spacer) * 2.2);
        line-height: calc(var(--spacer) * 2.7);
    }
    .text-line .left p {
        margin: 24px 40px 0 0 !important;
    }
    .text-line .right p {
        margin: 0 0 24px 40px !important;
    }
    .text-line .right {
        margin-top: 200px;
    }
    .text-line .left {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 992px) {
    .section.bg-img-line .main__container {
        padding-left: 4vw !important;
        padding-right: 4vw !important;
    }
    .quote img {
        margin: auto;
        width: 100%;
        max-width: 440px;
    }
    .text-line {
        flex-direction: column;
        padding: calc(var(--spacer) * 4.33335) 0;
        font-size: calc(var(--spacer) * 1.2);
        line-height: calc(var(--spacer) * 1.7);
    }
    .quote p {
        font-size: calc(var(--spacer) * 1.2);
        line-height: calc(var(--spacer) * 1.7);
    }
    .text-line .left {
        padding-bottom: 0;
        border-top: 9px solid #9EC53B;
        border-radius: 0 25px 25px 0;
        border-right: 9px solid #9EC53B;
        border-bottom: 9px solid #9EC53B;
        width: 100%;
    }
    .text-line .right {
        margin-top: 0;
        width: 100%;
        margin-left: 0px;
        position: relative;
    }
    .text-line .right p {
        margin: calc(var(--spacer) * 1.7) 0 calc(var(--spacer) * 1.7) calc(var(--spacer) * 1.7) !important;
    }
    .text-line .left p {
        margin: calc(var(--spacer) * 1.7) calc(var(--spacer) * 1.7) calc(var(--spacer) * 1.7) 0 !important;
    }
    .bg-img-line {
        padding: 0 !important;
    }
    .section.bg-blue .flex.gap_spacer_1-6 > div {
        width: 100%;
    }
    .section.bg-blue h2 {
        width: 100%;
    }
    .section.bg-blue.dep-form .flex.gap_spacer_1-6 {
        flex-direction: column;
    }
    .form-group-checkbox label {
        width: calc(100% - 35px);
        display: block;
    }
    .quote .col-lg-7 {
        padding-bottom: 150px;
    }
    .quote .col-lg-7:after {
        width: 200px;
        height: 140px;
    }
    .title-top-block h2 {
        font-size: 33px;
    }
    .btn-primary {
        padding: 20px 75px;
    }
    .header-end-list .flex {
        gap: calc(var(--spacer) * 2);
        flex-wrap: wrap;
    }
    .header-end-list {
        flex-wrap: wrap;
    }
    .header-end-list > div {
        margin: auto;
    }
    header:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: linear-gradient(to top, #00000080, 70%, transparent);
    }
}
@media screen and (max-width: 440px) {
    .header__container .btn-primary  {
        width: 100%;
        text-align: center;
    }
    input.btn-primary {
        width: 100%;
        text-align: center;
    }
    .text-line, .quote p  { 
        font-size: calc(var(--spacer) * 1.7);
        line-height: calc(var(--spacer) * 2.2);
    }
    
     .section.bg-img-line .main__container {
        padding-left: 3.125vw !important;
        padding-right: 3.125vw !important;
    }
}
.c-form.disabled input#submit {
    opacity: 0.5;
    pointer-events: none;
}