﻿.main-container{
    padding-top: 30px;    
}
.container {
    max-width: 1189px;
    margin: 0 auto;    
}

.page-section {
    margin-bottom: 62px;
}

h1.page-main-title__blue {
    max-width: 986px;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 44px;
}

.page-text p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.47;
    color: #33393E;
    margin: 0;
}

.banner-section {
    margin-bottom: 44px;
}

.banner {
    height: 414px;
    background-image: url("//cdn.specialist.ru/content/image/diplomForm/banner-for-dp1223.png"), linear-gradient(95deg, #002063 -9.18%, #0F91FF 100%);
    background-repeat: no-repeat;
    background-size: cover, auto;
    background-position: left center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 64px;
}

.banner-header, .page .banner-header {
    font-weight: 700;
    font-size: 43px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 24px 0;
    max-width: 500px;
}

.banner-text {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.banner-prim {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top: 40px;
}

.banner-header strong {
    color: #FF6505;
}

.banner-text strong{
    font-weight: 700;
}

.banner-button {
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
    background: #FF6505;
    border: 1px solid #FF6505;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    max-width: 100%;
}

.get-profession-section {
    padding: 32px;
    /*padding-top: 12px;*/
    background: linear-gradient(270deg, #EDEEF9 1.23%, #F2F9FC 100%);
    border-radius: 8px;
}

.get-profession-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.get-profession-text-prim {
    font-size: 14px;
    padding-top: 20px;

}

    .get-profession-block::after {
        width: 160px;
        height: 172px;
        margin-left: 32px;
        display: block;
        content: "";
        background: url("//cdn.specialist.ru/content/image/diplomForm/get-profession-icon.png") center center no-repeat;
        flex-shrink: 0;
    }

.get-profession-header {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #1A1A1A;
    margin: 0 0 12px 0;
}

.professions-list-top{
    margin-bottom: 48px;
}

.professions-list-header, .page .professions-list-header {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 6px;   
}

.professions-list-subheader, .page .professions-list-subheader {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #33393E;    
}

.order-form-section .professions-list-header, .order-form-section .professions-list-subheader,
.bottom-form-section .professions-list-header, .bottom-form-section .professions-list-subheader {
    text-align: center;
}

.professions-list-wrapper {
    margin-bottom: 48px;
}

.professions-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    
}

.profession-item{
    margin-right: 10px;
    margin-bottom: 20px;

}

.profession-link {
    display: block;
    border: 1px solid #2580C3;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #1A1A1A;
    transition: 0.3s;        
}

    .profession-link:hover {
        color: white;
        background: #2580C3;
        transition: 0.3s;
    }

.all-propfessions-link {
    display: block;
    background: #F1F6FC;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    color: #33393E;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.order-form-section {
    background: linear-gradient(270deg, #EDEEF9 1.23%, #F2F9FC 100%);
    padding: 62px 0;

}

.order-form-top, .quality-header {
    text-align: center;
}

.order-form-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.order-form-wrapper .input-wrapper{
    width: 49%;
    margin-bottom: 24px;
    position: relative;
}

.order-form-wrapper .input-wrapper:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.input-wrapper input, .input-wrapper select, .input-wrapper textarea {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E7ED;
    border-radius: 4px;
    height: 52px;
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
    color: #1A1A1A;
}

.input-wrapper textarea{
    height: auto;
    padding: 10px 20px;
}

.order-form .select2-container .select2-selection--single {
    height: 52px;
    border: 1px solid #E3E7ED;
}

.order-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
    color:#1A1A1A;
}

.order-form  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1A1A1A transparent transparent transparent;
}

.send-form-button-wrapper{
    margin-bottom: 48px;
}

.send-form-button {
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background: #FF6505;
    border: 1px solid #FF6505;
    border-radius: 4px;
    max-width: 276px;
    cursor: pointer;
}

.agree-wrapper {
    text-align: center;
    max-width: 730px;
    margin: auto;
}

#agree{
    margin-right: 10px;   
}

.agree-wrapper label {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #33393E;
}

.agree-wrapper label a {
    color: #2580C3;
    text-decoration: underline;
}

.reg-phone-country_label {
    display: block;
    position: absolute;
    bottom: -15px;
    color: gray;   
}

.process-block{
    display:flex;
    justify-content: space-between;
}

.process-part-block {
    width: 49%;
    border: 1px solid #E3E7ED;
    border-radius: 8px;
    padding: 32px;
}

.process-part-header {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.dp-diplom .process-part-header {
    margin-bottom: 12px;
}

.format-item{
    margin-bottom: 24px;
}

.format-item:last-child{
    margin-bottom: 0;
}

    .format-item h3 {
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.1;
        color: #1A1A1A;
    }

.dp-diplom-descr {
    margin-bottom: 24px;   
}

    .dp-diplom-descr p {
        font-weight: 400;
        font-size: 19px;
        line-height: 1.5;
        color: #33393E;
    }

.dp-diplom-wrapper {
    background: rgba(245, 248, 252, 0.8);
    padding: 30px;
}

.dp-diplom-wrapper img{
    display: block;
    margin: auto;
}

.quality-header{
    margin-bottom: 48px;
}

.achieves-block {
    background: url("//cdn.specialist.ru/content/image/diplomForm/girl.png") right -20px top no-repeat;
    min-height: 616px;
    background-size: contain;
}

.achieves-list {
    max-width: calc(280px * 2 + 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.achieve-item {
    width: 48%;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    color: #33393E;
}

    .achieve-item span {
        display: block;
        font-weight: 500;
        font-size: 64px;
        line-height: 1.2;
        color: #2686EE;
        background: linear-gradient(90deg, #00BEFF 0%, #2686EE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.bottom-form-section {
    padding: 62px;
    background: linear-gradient(270deg, rgba(237, 238, 249, 0.5) 1.23%, rgba(242, 249, 252, 0.5) 100%);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;
    margin-top: -200px;
}

.bottom-form-container{
    max-width: 782px;
    margin: auto;
}

.bottom-form-wrapper{
   display: block;
}

.bottom-form-wrapper .input-wrapper{
    width: 100%;   
}

.bottom-form-wrapper .input-wrapper:nth-last-child(-n+2) {
    margin-bottom: 24px;
}

.select2-selection__placeholder{
    color: gray!important;
}

@media (max-width: 1230px){
    .container{
        padding: 0 20px;
    }

    .bottom-form-section{
        padding: 40px 20px;
    }
}

@media (max-width: 1148px){
    .get-profession-block{
        padding-top: 20px;
    }

    .achieves-block{
        min-height: 550px;
    }

    .bottom-form-section{
        margin-top: -200px;
    }
}

@media (max-width: 990px) {
    .banner-section{
        margin-bottom: 28px;
    }

    .banner {
        height: 290px;
        padding-left: 40px;
    }

    .banner-header {
        font-size: 32px;
        margin-bottom: 12px;
        max-width: 450px;
    }

    .banner-text {
        font-size: 14px;
        margin-bottom: 28px;        
    }

    .banner-button{
        font-size: 18px;
    }
}

@media (max-width: 944px){
    .achieves-block {
        min-height: 430px;
        background-image: url(//cdn.specialist.ru/content/image/diplomForm/girl-tab.png);
    }

    .achieves-list {
        max-width: 500px;
        justify-content: flex-start;
    }

    .achieve-item {
        font-size: 15px;
        margin-bottom: 14px;
        width: auto;
        flex-basis: 190px;
        margin-right: 20px;
    }

        .achieve-item span {
            font-size: 54px;
            margin-bottom: 0;
            white-space: nowrap;
        }

    .bottom-form-section {
        margin-top: -100px;
    }
}

@media (max-width: 830px) {

    .page-section{
        margin-bottom: 40px;
    }

    .get-profession-header {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .page-text p{
        font-size: 15px;
    }

    .get-profession-section{
        padding: 20px;
    }

    .get-profession-block{
        padding: 0;
    }

        .get-profession-block::after{
            width: 146px;
            height: 158px;
        }

    .professions-list-top {
        margin-bottom: 28px;
    }
    .professions-list-header {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .professions-list-subheader{
        font-size: 18px;
    }



    .professions-list-wrapper{
        margin-bottom: 28px;
    }

    .profession-item {
        margin-bottom: 12px;
    }

    .profession-link {
        font-size: 15px;
        padding: 8px 18px;
    }

    .order-form-section{
        padding: 40px 0;
    }

    .order-form-wrapper {
        display: block;
        max-width: 482px;
        margin: auto;
    }

        .order-form-wrapper .input-wrapper{
            width: 100%;
            margin-bottom: 28px!important;
        }

    .agree-wrapper{
        max-width: 664px;
    }

    .process-part-block{
        padding: 20px;
    }

    .process-part-header{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .format-item h3{
        font-size: 20px;
    }

    .dp-diplom-descr{
        margin-bottom: 12px;
    }

    .dp-diplom-descr p {
        font-size: 15px;
    }

    .dp-diplom-wrapper{
        padding: 24px;
    }

        .dp-diplom-wrapper img{
            max-height: 200px;
        }  
   
}

@media (max-width: 722px){
    .banner {
        padding: 20px 20px 30px 20px;
        height: auto;
        background-size: auto, auto;
        background-position:center left;
        background-repeat: no-repeat, no-repeat;        
    }

    .banner-content {
        max-width: 100%;
    }

    .banner-header {
        text-align: left;
    }

    .banner-text {
        text-align: left;
    }

    .banner-button {
        width: 100%;
        text-align: center;
    }

    .quality-section {
        margin-bottom: 40px;
    }
    .bottom-form-section {
        margin-top: 0;
        background: linear-gradient(270deg, #EDEEF9 1.23%, #F2F9FC 100%);
    }

    .achieves-block{
        min-height: 0;
        max-width: auto;
        background: none;
    }

    .achieves-list {
        justify-content: center;
        max-width: none;
    }
}

@media(max-width: 560px) {
    h1.page-main-title__blue {
        font-size: 32px;
    }

    .banner {
        background-position: top left;
        /*background-image: linear-gradient(94.82deg, #002063 -9.18%, #0F91FF 100%);*/
    }
    .get-profession-block::after {
        display: none;
    }

    .process-block {
        display: block;
    }

    .process-part-block {
        width: 100%;
        margin-bottom: 12px;
    }

        .process-part-block:last-child {
            margin-bottom: 0;
        }


    .achieves-list{
        max-width: auto;
        display: block;
    }

    .achieve-item{
        width: 100%;
        flex-basis: auto;
        text-align: center;
        margin-right: 0;
    }

    .professions-list-wrapper{
        overflow: auto;
    }

    .professions-list {
        width: 800px;
    }

    .quality-subheader{
        max-width: 200px;
        margin: 0 auto;
    }
}

@media(max-width: 526px) {
    .banner {
        background: linear-gradient(95deg, #002063 -9.18%, #0F91FF 100%);
    }
    .banner-content{
        max-width: none;
    }
}

.activation-popup-body{
    padding-top: 46px;
}

.activation-popup-header, .page .activation-popup-header {
    font-size: 30px;
    color: #004677;
    margin-bottom: 16px;
}

.activation-popup-text p, .page .activation-popup-text p {
    font-size: 22px;
}

.page .activation-popup-text a {
    color: #2580C3;
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 5;
}

.loader.active {
    display: block;
}


