/* *Settings */
body{
    background-color: #F1F1F1;
}
/* !Settings */
/* *Header */

/* .container { } */
.header-container{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.logo { }
.header__buttons {
    display: flex;
    align-items: center;
}
.button {
    width: 250px;
    height: 50px;
    left: 1417px;
    top: 79px;
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #2575FC;
    cursor: pointer;
    margin-right: 32px;
 }
.flags {
    position: relative;
}
.flugs__current {
    cursor: pointer;
}
.flugs__list {
    display: none;
}
.flags:hover .flugs__list{
    width: 180px;
    background: white;
    display: flex;
    flex-flow: column;
    position: absolute;
    cursor: pointer;
    border: 1px solid black;
    right: 0;
    top:25px;
    padding: 7px;
    z-index: 22;
}
.flugs__item {
    margin-top: 3px;
}
.flugs__item:hover{
    font-weight: bold;
}

/* !Header */

/* *Plans */

.plans {
    width: 100%;
    min-height: 870px;
    background: url('/l/tarifs/img/obl.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.plans__container {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.plans__cap {
    padding-top: 75px;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 79px;
    width: 100%;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
 }
.plans__item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    margin-top: 60px;
    padding: 0 33px;
    width: 400px;
    height: 532px;
    background: white;
    border-top: 20px solid #2575FC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
 }
 .plans_base{

    border-top: 20px solid #6ED43C;;
 }
.plans__title {
    margin-top: 18px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    text-align: center;
    color: #000000;
 }
.plans__price {
    margin-top: 40px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #000000;
 }
.plans__desc {
    margin-top: 23px;
    padding-top: 38px;
    border-top: 1px solid black;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
 }
.plans__button {
    margin: 0 auto;
    margin-top: 38px;
    width: 200px;
    height: 48px;
    background: #2575FC;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    position: absolute;
    bottom: 39px;
    cursor: pointer;
 }
.plans_gray{
    position: absolute;
    bottom: 13px;
    font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;
/* identical to box height */

text-align: center;
color: rgba(0, 0, 0, 0.29);
}
/* !Plans */

/* *Info */
.info {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
 }
.info__col {

}
.info__cap{
    font-size: 22px;
    text-align: center;
}
.info__item {
    margin-top: 10px;
    display: flex;
 }
 .info__item img{
     margin-right: 7px;
 }
/* !Info */

/* *Choose */
.choose {
    width: 912px;
    margin: 0 auto;
    border-top: 20px solid black;
    margin-top: 150px;
    padding: 0px 80px 30px 80px;
    background: white;
}
.choose__row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
.choose__cap {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #2575FC;
 }
.choose__price {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #000000;
 }
.choose__desc {
    margin-top: 30px;
    border-top: 1px solid black;
    padding-top: 30px;
 }
.choose__button {
    width: 100%;
    height: 50px;
    margin-top: 43px;
    background: #2575FC;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
    color: #FFFFFF;
 }
 .choose a{
     text-decoration: none;
 }
.choose label{
    margin-top: 30px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.choose label input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/* !Choose */

/* *Foorm */
.form {position: absolute;width: 700px;left: calc(50% - 350px);top: 100px;background: white;display: none;flex-flow: column;padding-bottom: 30px;background: #FFFFFF;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);border-radius: 100px;z-index: 9999;}
.step {
    display: flex;
    flex-flow: column;
    align-items: center;
 }
.form__steps {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20px;
}
.step input:not([type=checkbox]):not([type=submit]){
    width: 520px;
    height: 50px;
    padding-left: 30px;
    margin-top: 14px;
    background: #FFFFFF;
    border: 0.875339px solid #E8E8E8;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}
.step label{
    display: flex;
    align-items: center;
    margin-top: 30px;
    max-width: 500px;
}
.form__wrapper{
    /*display: none;
    */
    /* filter: blur(4px); */
    top: 0;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}
.form__step {
    display: flex;
    flex-flow: column;
    margin: 0 15px 0 15px;
    align-items: center;
}
.form__step img{
    width: 87px;
    margin-bottom: 5px;
}
.button_form {
    border: none;
    margin-top: 50px;
    width: 520px;
    height: 50px;
    background: #2575FC;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFF;
    cursor: pointer;
 }
.choose__check {
    width: 20px;
    height: 20px;
    margin-right: 10px;
 }
.button_close {
    margin-top: 10px;
    background: #9A9A9A;
 }
/* !Foorm */

/* *Footer */
.footer {
    margin-top: 86px;
    background: #272F49;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #a3b0d7;
}
.footer__wrapper {
    flex-flow: wrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
 }
.footer__col {
    width: 24%;
}
.footer__col a{
    color: #a3b0d7;
    display: block;
    margin-bottom: 10px;
}
.footer__logo {
    margin-bottom: 40px;
}
.footer__col span{
    display: block;
    margin-bottom: 20px;
}
.footer__cap {
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
 }
.regnum {
    margin-top: 100px;
 }
/* !Footer */


@media screen and (max-width:1200px){

}
@media screen and (max-width:992px){
    .form {
        width: 750px;
        left: calc(50% - 375px);
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
}
    .footer__logo {
        width: 155px;
    }
    .plans__cap {
        font-size: 40px;
    }
    .plans__item {
        margin-top: 40px;
    }
    .plans__item {
        width: 379px;
    }
    .choose {
        width: 750px;
        padding: 0px 30px 30px 30px;
    }
}
@media screen and (max-width:768px){
    .form {
        width: 100%;
        left: unset;
}
.step label {
    padding: 0 10px;
}
    .choose {
        margin-top: 50px;
        width: 100%;
        padding: 0px 30px 30px 30px;
    }
    .footer__col {
        margin-bottom: 50px;
        width: 40%;
    }
    .info {
        flex-flow: column;
    }
    .info__col {
        margin-bottom: 30px;
    }
    .plans__container {
        flex-flow: column;
        align-items: center;
    }
    .plans__cap {
        padding-top: 10px;
    }
    .button {
        width: 180px;
        height: 40px;
    }
    .plans__item {
        margin-top: 10px;
    }
}
@media screen and (max-width:568px){
.form__steps {
    margin-bottom: 20px;
}
    .step input:not([type=checkbox]):not([type=submit]){
        width: 300px;
    }
    .button_form {
        width: 300px;
    }
    .choose__price {
        font-size: 20px;
    }
    .choose__cap {
        font-size: 20.1019px;
    }
    .plans__item {
        width: 310px;
        padding: 0 10px;
        height: 437px;
    }
    .plans__cap {
        font-size: 30px;
        line-height: 40px;
    }
    .plans__title {
        font-size: 30px;
    }
    .plans__price {
        margin-top: 10px;
        font-size: 30px;
    }
    .plans__desc {
        font-size: 17px;
        margin-top: 10px;
        padding-top: 20px;
    }
    .plans__button {
        width: 281px;
    }
    .plans__container {
        padding-bottom: 20px;
    }
    .regnum {
        display: none;
    }
    .logo {
        width: 100px;
    }
    .button {
        width: 99px;
        height: 31px;
        font-size: 13px;
    }
    .footer__col {
        width: 90%;
    }
}
