p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding-left: 0;
}
button {
    cursor: pointer;
}
address {
    font-style: normal;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
html {
    scroll-behavior: smooth;
}
.list {
    list-style: none;
}
.link {
    text-decoration: none;
}
body {
    background-color: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 480px) {
    .container {
        max-width: 480px;
    }
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media screen and (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}
.title {
    color: #4c4c4c;
    font-family: "Ubuntu", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.96px;
    text-align: center;
    font-size: 24px;
}
@media screen and (min-width: 768px) {
    .title {
        font-size: 36px;
    }
}
@media screen and (min-width: 1320px) {
    .title {
        font-size: 48px;
    }
}
.header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 3;
    width: 100%;
    transition: background-color 0.3s;
}
.white-bg {
    background-color: #08c;
}
.logo__name {
    color: #fff;
    font-family: "Alice", serif;
    font-size: 24px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__menu {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__menu:hover,
.header__menu:focus {
    border-bottom: 1px solid #fff;
}
.header__list {
    display: flex;
    gap: 92px;
    align-items: center;
    display: none;
}
@media screen and (min-width: 1320px) {
    .header__list {
        display: flex;
    }
}
.header__button {
    color: #08c;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 12px 5px;
    border-radius: 16px;
    border: 1px solid #08c;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
    .header__button {
        padding: 12px 34px;
    }
}

.header__button:hover,.header__button:focus{
    box-shadow:0px 4px 4px 0px rgba(0,0,0,.55)}
    .header__nav{
        display:flex;align-items:center;justify-content:space-between}
        .hero{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url(../images/bg-mob-x2.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#6f6f6f;padding-top:223px;padding-bottom:171px}
     
        @media screen and (min-width: 1320px){.hero{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url(../img/bg.jpg)}}@media screen and (min-width: 1320px){.hero{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url(../images/bg-x2.jpg)}}



.hero__title {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.92px;
    margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
    .hero__title {
        font-size: 96px;
        margin-bottom: 39px;
    }
}
.hero__sub-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    border-radius: 17px;
    background: rgba(251, 251, 251, 0.81);
    padding: 15px 22px;
}
@media screen and (min-width: 1320px) {
    .hero__sub-title {
        width: 567px;
        font-size: 24px;
    }
}
.hero__txt {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    width: 247px;
    display: none;
}
@media screen and (min-width: 768px) {
    .hero__txt {
        display: block;
        font-size: 16px;
    }
}
@media screen and (min-width: 1320px) {
    .hero__txt {
        font-size: 20px;
    }
}
.button__hero {
    border-radius: 19px;
    background-color: #08c;
    padding: 20px 20px;
    width: 400px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.48px;
    border: none;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1320px) {
    .button__hero {
        font-size: 24px;
    }
}
.hero-btn {
    display: flex;
    justify-content: center;
}
.button__hero:hover,
.button__hero:focus {
    background-color: #0276af;
}
.hero__all {
    display: flex;
    margin-bottom: 88px;
}
.hero-btn {
    margin: 0 auto;
}
.hero__line {
    display: none;
}
@media screen and (min-width: 768px) {
    .hero__line {
        display: block;
    }
}
.info {
    padding-top: 47px;
    padding-bottom: 60px;
    background-color: #e5e5e5;
}
@media screen and (min-width: 1320px) {
    .info {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.info__li {
    border-radius: 17px;
    background-color: #fff;
    width: 100%;
    padding: 22px 30px 25px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .info__li {
        width: 350px;
    }
}
@media screen and (min-width: 1320px) {
    .info__li {
        padding: 29px 37px 35px;
        width: 400px;
    }
}
.info__num {
    color: #000;
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.64px;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media screen and (min-width: 1320px) {
    .info__num {
        padding-top: 21px;
        padding-bottom: 24px;
    }
}
.info__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
@media screen and (min-width: 1320px) {
    .info__list {
        margin-top: 60px;
        flex-wrap: nowrap;
    }
}
.about {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
    position: relative;
}
@media screen and (min-width: 1320px) {
    .about {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.about__text {
    color: #4c4c4c;
    width: 100%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.about__text:hover,
.about__text:focus {
    color: #08c;
    cursor: pointer;
}
@media screen and (min-width: 1320px) {
    .about__text {
        width: 400px;
    }
}
.about__text--acc {
    font-weight: 700;
}
.about__li:not(:last-child) {
    margin-bottom: 20px;
}
@media screen and (min-width: 1320px) {
    .about__li:not(:last-child) {
        margin-bottom: 40px;
    }
}
.about__block--all {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media screen and (min-width: 1320px) {
    .about__block--all {
        flex-direction: row;
    }
}
.about__line {
    position: absolute;
    left: 380px;
    top: 290px;
    display: none;
}
@media screen and (min-width: 1320px) {
    .about__line {
        display: block;
    }
}
.about__import {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 33px;
    margin-bottom: 43px;
}
@media screen and (min-width: 1320px) {
    .about__import {
        margin-top: 105px;
        margin-bottom: 48px;
    }
}
.about__import--acc {
    font-weight: 700;
}
.about__all {
    border-radius: 17px;
    background: #08c;
    padding: 34px 36px;
}
.about__txt1 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (min-width: 1320px) {
    .about__txt1 {
        font-size: 20px;
    }
}
.about__txt2 {
    margin-top: 23px;
}
.about__money {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (min-width: 1320px) {
    .about__money {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.rules {
    padding-top: 52px;
    padding-bottom: 60px;
    background: rgba(0, 136, 204, 0.05);
}
@media screen and (min-width: 1320px) {
    .rules {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.rules__li--all {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 11px;
}
.rules__text {
    width: 100%;
    line-height: 1.56;
}
@media screen and (min-width: 1320px) {
    .rules__text {
        width: 687px;
    }
}
.rules__text--acc {
    font-weight: 700;
}
.rules__pos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
}
@media screen and (min-width: 1320px) {
    .rules__pos {
        margin-top: 53px;
        flex-wrap: nowrap;
        flex-direction: row;
    }
}
.rules__img {
    width: 386px;
    height: 258px;
}
@media screen and (min-width: 768px) {
    .rules__img {
        width: 500px;
        height: 334px;
    }
}
.rules__li:not(:last-child) {
    margin-bottom: 28px;
}
.faq {
    padding-top: 52px;
    padding-bottom: 60px;
}
@media screen and (min-width: 1320px) {
    .faq {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.panel {
    display: none;
    overflow: hidden;
}
.accordion {
    color: #000;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    padding: 27px 20px 27px 82px;
    width: 100%;
    border-radius: 20px;
    background-color: #e5e5e5;
    border: none;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .accordion {
        width: 620px;
        line-height: 1.2;
    }
}
.faq__li {
    position: relative;
    margin-bottom: 24px;
}
.accordion::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../img/down.svg);
    display: block;
    position: absolute;
    left: 30px;
    top: 30%;
}
@media screen and (min-width: 1320px) {
    .accordion::before {
        left: 35px;
        top: 22px;
    }
}
.active::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../img/up.svg);
    display: block;
    position: absolute;
    left: 30px;
    top: 10%;
}
@media screen and (min-width: 1320px) {
    .active::before {
        left: 35px;
        top: 22px;
    }
}
.faq__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
@media screen and (min-width: 1320px) {
    .faq__list {
        justify-content: space-between;
    }
}
.panel__txt {
    width: 100%;
    line-height: 1.6;
    padding: 5px 28px 26px 36px;
    border-radius: 0 0 17px 17px;
    background: #e5e5e5;
}
@media screen and (min-width: 768px) {
    .panel__txt {
        width: 620px;
    }
}
.active.accordion {
    border-radius: 17px 17px 0px 0px;
}
.forma-bl {
    padding-top: 54px;
    padding-bottom: 60px;
    background: rgba(0, 136, 204, 0.05);
}
@media screen and (min-width: 1320px) {
    .forma-bl {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.form {
    border-radius: 17px;
    background: #08c;
    width: 100%;
    padding: 46px 17px 57px;
}
@media screen and (min-width: 768px) {
    .form {
        width: 400px;
    }
}
@media screen and (min-width: 1320px) {
    .form {
        width: 826px;
        padding: 26px 27px 37px;
    }
}
.form__label {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}
.input {
    border-radius: 17px;
    background-color: #fff;
    padding: 12px 25px;
    width: 100%;
    border: none;
    outline: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1px;
    margin-top: 13px;
}
.block__txt {
    color: #fff;
}
.f-method {
    display: flex;
    gap: 10px;
}
.form__inp-pos {
    display: flex;
    gap: 50px;
    margin-top: 18px;
    margin-bottom: 36px;
}
.form__btn {
    border-radius: 17px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #ffd15d;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding: 16px;
    width: 100%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form__btn:hover,
.form__btn:focus {
    background-color: #f3bf3b;
}
.forma-bl__pos {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    flex-direction: column-reverse;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .forma-bl__pos {
        align-items: flex-start;
        flex-direction: row;
        margin-top: 30px;
    }
}
.forma-bl__img {
    width: 398px;
    height: 316px;
    margin-top: 0px;
}
@media screen and (min-width: 768px) {
    .forma-bl__img {
        width: 398px;
        height: 316px;
    }
}
@media screen and (min-width: 1320px) {
    .forma-bl__img {
        width: 550px;
        height: 465px;
        margin-right: 0px;
    }
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e5e5e5;
}
.logo__name--footer {
    color: #77787b;
}
.footer__copy {
    margin-top: 20px;
    color: #363636;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.footer__qua {
    color: #363636;
    text-align: center;
}
.footer__line {
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0 auto;
}
.footer__all {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
@media screen and (min-width: 1320px) {
    .footer__all {
        justify-content: flex-start;
        gap: 165px;
        flex-direction: row;
    }
}
.than {
    padding-bottom: 315px;
}
.than__title {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 1.92px;
    margin-bottom: 52px;
}
@media screen and (min-width: 1320px) {
    .than__title {
        font-size: 96px;
    }
}
.than__sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    padding: 15px 25px;
    border-radius: 17px;
    background: rgba(251, 251, 251, 0.81);
}
@media screen and (min-width: 1320px) {
    .than__sub-title {
        font-size: 24px;
        width: 650px;
    }
} /*# sourceMappingURL=main.min.css.map */
