/*GENERAL*/

body{
    margin: 0;
    padding-top: 101px;
}
p{
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2E008B;
    margin: 0 0 14px 0;
}
p span{
    color: #3180E3;
}
strong{
    font-family: 'Source Sans Pro Bold';
}
sup{font-size: 65%; top: 2px; position: relative;}
h1{
    font-family: 'Source Sans Pro Bold';
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #2E008B;
}
h1 span{
    display: inline;
    background-color: #fee1d7;
    border-radius: 50px;
    padding: 0 10px;
}
h2{
    font-family: 'Source Sans Pro Bold';
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #2E008B;

}
h2 span{
    background-color: #fee1d7;
    border-radius: 50px;
    padding: 0 10px;
}
h3{
    font-family: 'Source Sans Pro Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #3180E3;

}
table{
    margin: 0 auto;
}
table caption {
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2E008B;
    margin: 0 0 14px 0;
}
table th {
    font-family: "Source Sans Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    border-radius: 6px;
    background: #2E008B;
    padding: 7px 10px;
    color: #fff;
}

table td {
    font-family: "Source Sans Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    border-radius: 6px;
    background: #F5F3ED;
    padding: 7px 10px;
    color: #2E008B;
}
.btn-purple{
    background: #BB16A3;
    font-family: 'Source Sans Pro Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    padding: 9px 28px;
    border-radius: 3px;
    border: 0;
    outline: 0;
    transition: all 0.2s ease-in-out;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}
input.btn-purple{
    display: block;
}
.btn-purple:hover{
    opacity: 0.8;
}
.btn-link{
    border: 2px solid #BB16A3;
    border-radius: 3px;
    font-family: 'Source Sans Pro Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 9px 28px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    color: #BB16A3;
}
.btn-link a{
    text-decoration: none;
    color: #BB16A3;
}
.btn-link:hover{
    opacity: 0.8;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid{
    width: 100%;
}
.btn-blue{
    padding: 10px 30px;
    font-family: 'Source Sans Pro Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(to right, rgba(46,24,155,1) 0%, rgba(48,124,224,1) 100%);
    color: #FFF;
    border-radius: 0px 50px 50px 0;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: auto !important;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
header.sticky{
    height: auto !important;
}
.block-header__container{
    padding: 22px 30px;
    background: #fff;
}
.block-header__container p{
    text-align: left;
    margin: 0;
}
.block-header__container img{
    width: auto;
    height: auto;
}
/*HERO*/
.block-hero{
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.block-hero h1{
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px;
}
.block-hero .block-hero__text{
    color: #ffffff;
    position: absolute;
    top: 130px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
}
.block-hero__container{
    position: relative;
    overflow: hidden;
}
.block-hero__img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 600px;
    padding: 80px 0 60px;
    text-align: center;
}
.block-hero__img img{
    width: auto;
    height: 120px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.block-hero__deco{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    margin: 0;
}
.block-hero__deco img {
    width: 100%;
    height: auto;
}
.block-hero__btn{
    position: absolute;
    top: 20px;
    left: 0;
}
.block-text{
    margin-bottom: 70px;
}
.block-text_img img{
    max-width: 280px;
    margin: 20px auto 0;
}
.block-text_img.img-big img{
    max-width: 400px;
    margin: 0 auto;
}
.block-columns{
    margin-bottom: 70px;
}
.block-columns marquee{
    font-family: 'Source Sans Pro Bold';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color:#2E008B;
    margin-bottom: 20px;
}
.block-columns marquee span{
    font-family: 'Source Sans Pro Bold';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #3180E3;
}

.block-columns__content h2, .block-columns__content p {
    margin: 0 0 15px;
    text-align: left;
}
p.block-columns__content-img{
    text-align: center;
}
.block-columns__content-img img{
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: 0 auto;
}


.block-form ul{
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2E008B;
    margin: 0;
    padding: 0;
    max-width: 450px;
    margin: 0 auto 35px;
}
.block-form ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.block-form ul li:before{
    content:'';
    border: 1px solid #2E008B;
    background: #fee1d7;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 14px;
    left: 0;
}
.block-form__form{
    background: #F5F3ED;
    border-radius: 6px;
    padding: 30px 50px 40px;
    margin-bottom: 30px;
}
form p, form label{
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2E008B;
    margin-top: 20px;
    margin-bottom: 36px;
    padding: 0;
}
.block-form__form p{
    font-family: 'Source Sans Pro Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2E008B;
}
.block-form__form-input{
    position: relative;
    padding-top: 25px;
    margin: 0;
}
.block-form__form-input input[type="text"], .block-form__form-input select, .block-form__form-input input[type="tel"]{
    border: 1px solid #3180E3;
    border-radius: 6px;
    background: #fff;
    padding: 10px 30px;
    width: 100%;
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2E008B;
}
.block-form__form-input label{

    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2E008B;
    position: absolute;
    left: 31px;
    top: 37px;
    transition: all 0.2s ease-in-out;
    margin: 0;
}
.block-form__form-input span{
    position: absolute;
    top: 32px;
    left: 8px;
    color: #E0436B;
    background: transparent;
    padding: 0;
}

.block-form__form-input select ~ label{
    opacity: 0;
}
.block-form__form-input select, .block-form__form-input input.input-select{
    appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, #2E008B 50%),
      linear-gradient(135deg, #2E008B 50%, transparent 50%),
      linear-gradient(to right, #2E008B, #2E008B);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
}
  
.block-form__form-input select:focus {
    background-image:
      linear-gradient(45deg, #2E008B 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #2E008B 50%),
      linear-gradient(to right, #2E008B, #2E008B);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}
.block-form__form-input select:focus ~ label, select:valid ~ label {
    opacity: 1;
 top: 5px;
    left: 0;
}
.block-form__form-input input:focus + label,
.block-form__form-input input:not(:placeholder-shown) + label {
    top: 5px;
    left: 0;
}
.block-form__form-text{
    font-family: 'Source Sans Pro Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 0;
    color: #2E008B;
    padding: 0 18px;
}
.block-legal{
    margin-bottom: 46px;
}
.block-legal__text {
    background: #DEDEDE;
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 38px;
    margin-top: 38px;
}
.block-legal__text + img, .block-table__text +img{
    width: 30px;
    height: auto;
}
.block-legal__text p{
    font-family: 'Source Sans Pro Regular';
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 0;
}
.block-table{
    margin-bottom: 46px;
}
.block-table__text {
    margin-bottom: 38px;
}

.block-footer{
    background: #2E008B;
}
.block-footer__container{
    border-bottom: 1px solid #fff;
    padding: 33px 30px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.block-footer__container ul{
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-footer__container ul li{
    font-family: 'Source Sans Pro Bold';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #fff;
    position: relative;
}
.block-footer__container-links ul li:before{
    content: '';
    border-right: 1px solid #fff;
    position: absolute;
    right: -7px;
    width: 1px;
    height: 100%;
}
.block-footer__container-links ul li:last-child:before{
    content: none;
}
.block-footer__container ul li a{
    font-family: 'Source Sans Pro Bold';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #fff;
}
.block-footer__container p{
    font-family: 'Source Sans Pro Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0;
}
.block-footer__container p a{
    font-family: 'Source Sans Pro Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .block-header__container{
        padding: 22px 80px;
    }
    .block-footer__container{
        padding: 33px 80px;
    }
    table th {
        padding: 7px 20px;
    }
    table td {
        padding: 7px 20px;
    }
    .block-hero__img img{
        width: auto;
        height: auto;
        max-height: 600px;
        max-width: 100%;
        position: static;
        transform: none;
    }
}
@media (min-width: 992px) {
    h1{
        font-size: 36px;
        line-height: 42px;
    }
    h2{
        font-size: 36px;
        line-height: 42px;
    
    }
    .container {
        width: 820px;
    }
    .block-hero__img{
        padding: 110px 0 120px;
    }
    .block-form__form-columns{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
    }
    .block-form__form-columns p{
        width: 100%;
    }
    .block-columns__content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }
    .block-columns__content-col{
        width: 50%;
    }
    .block-footer__container{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}