*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: Inter;
}

body {
    margin: 0;
    box-sizing: border-box;
    min-width: 375px;
}

.mainHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px 36px 36px;
    height: 136px;
    width: 100%;
    background: linear-gradient(270deg, #4246E2 0%, #3F9AEE 100%);
}
.mainHeader nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.mainHeader .headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1368px;
    width: 100%;
}

.mainHeader nav ul li + li {
    margin: 0 0 0 24px;
}

.mainHeader nav ul li a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.mainHeader .blockWrapper {
    display: flex;
}

.mainHeader .blockWrapper .phone {
    display: flex;
    align-items: center;
    margin: 0 35px 0 0;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
}

.mainHeader .blockWrapper .phone a {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
}

.mainHeader .blockWrapper .phone img {
    margin: 0 8px 0 0;
}

.mainHeader .blockWrapper .enter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 40px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

@media (max-width: 650px) {
    .mainHeader nav ul  {
        flex-direction: column;
    }

    .mainHeader nav ul li + li {
        margin: 7px 0 0 0;
    }

    .mainHeader .blockWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .mainHeader .blockWrapper .phone {
        margin: 0 0 7px 0;
    }
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -36px 0 34px 0;
    padding: 36px 2%;
    border-radius: 36px 36px 0 0;
    background: #ffffff;
}

.main .wrapper {
    width: 100%;
    max-width: 1368px;

}

.main .wrapper .banner {
    display: inline-block;
    margin: 0 0 78px 0;
}

.main .wrapper .banner img {
    max-width: 100%;
}

.main .wrapper .advantages {
    width: 100%;
    max-width: 1368px;
}

.main .wrapper .advantages h2 {
    margin: 0 0 44px 0;
    color:  #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.main .wrapper .advantages ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.main .wrapper .advantages ul li {
    width: 20%;
    margin: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .wrapper .advantages ul li * {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .wrapper .advantages ul h3 {
    margin: 32px 0 12px 0;
    color: #191D33;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.main .wrapper .advantages ul li span {
    color: #191D33;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.main .wrapper .advantages ul p {
    color: #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.main .wrapper .advantages ul li * {
    text-align: center;
}

@media (max-width: 1000px) {
    .main .wrapper .advantages ul li {
        width: 40%;
        margin: 2.5%;
    }
}

@media (max-width: 600px) {
    .main .wrapper .advantages ul li {
        width: 100%;
        margin: 7% 0;
    }
}

.details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 36px;
    border-radius: 36px 36px 0 0;
    background: #F1F1F3;
    border-bottom: 1px dashed #C6C7CC;
}

.details .tabs {
    display: flex;
    cursor: pointer;
    margin: 37px 0 40px 0;
}

.details .tab {
    display: flex;
    height: 40px;
    width: 156px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #C6C7CC;
    color: #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.details .tab.active {
    border: 1px solid #35384B;
    background: #35384B;
    color: #ffffff;
}

.details .tab + .tab {
   margin: 0 0 0 8px;
}

.details .content {
    width: 100%;
    max-width: 1368px;
    display: none;
}

.details .content.active {
    display: flex;
}

.details .content h2 {
    margin: 0 0 90px 0;
    color:  #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px
}

.details .content {
    flex-direction: column;
    align-items: center;
    margin: 0 0 22px 0;
    color:  #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px
}

.details .content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 66px 0;
    padding: 0;
    width: 100%;
}

.details .content ul li {
    display: flex;
    align-items: flex-start;
    width: 30%;
}

.details .content ul li .stepImg {
    margin: 0 24px 0 0;
}

.details .content ul li h3 {
    margin: 0 0 12px 0;
    color: #191D33;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.details .content ul li h4 {
    margin: 0;
    color: #191D33;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.details #content-1 ul li {
    align-items: center;
    width: 25%;
    padding: 0 15px 0 0;
}

@media (max-width: 1100px) {
    .details #content-1 ul li {
        width: 50%;
    }
}

@media (max-width: 620px) {
    .details #content-1 ul li {
        width: 100%;
    }
}

.details .content ul li p {
    margin: 0 0 20px 0;
    color: #35384B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.details .content ul li img {
    text-align: left;
    display: flex;
}

@media (max-width: 1200px) {
    .details .content ul li {
        width: 50%;
        margin: 0 0 50px 0;
    }
}

@media (max-width: 900px) {
    .details .content ul li {
        width: 100%;
        margin: 0 0 50px 0;
    }
}

@media (max-width: 470px) {
    .details .content ul li {
        flex-direction: column;
    }

    .details .content ul li .stepImg {
        margin: 0 0 10px 0;
    }
}

.feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F1F1F3;
}

.feedback h2 {
    margin: 80px 0 54px 0;
    color:  #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px
}

.feedback .carousel-container {
    position: relative;
    width: 100%;
    max-width: 1173px;
    margin: auto;
    overflow: hidden;
}

.feedback .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.feedback .carousel .item {
    display: flex;
    flex-direction: column;
    width: 30%;
    min-width: 375px;
    height: 266px;
    padding: 20px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}

.feedback .carousel .item + .item {
    margin: 0 0 0 24px;
}

.feedback .carousel .item .userInfo {
    display: flex;
    width: 100%;
}

.feedback .carousel .item .userInfo .avatar {
    margin: 0 12px 0 0;
    width: 68px;
    height: 68px;
}

.feedback .carousel .item .userInfo .name {
    margin: 0 0 5px 0;
    color: #191D33;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.feedback .carousel .item .userInfo .count {
    margin: 0;
    color: #35384B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.feedback .carousel .item .userInfo .rateWrapper {
    width: 100%;
    margin: 12px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.feedback .carousel .item .userInfo .rateWrapper .rate {
    display: flex;
}

.feedback .carousel .item .userInfo .rateWrapper .time {
    margin: 0;
    color: #35384B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1300px) {
    .feedback .carousel-container {
        max-width: 774px;
    }
}

@media (max-width: 900px) {
    .feedback .carousel-container {
        max-width: 375px;
    }
}

.feedback .dots {
    margin: 20px 0 50px 0;
    text-align: center;
}

.feedback .dot {
    height: 8px;
    width: 8px;
    background-color: white;
    border: 1px solid #C6C7CC;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.feedback .dot + .dot {
    margin: 0 0 0 6px;
}

.feedback .dots .active {
    background-color: #4246E2;
}

.carousel-wrapper {
    position: relative;
}

.feedback .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    color: #191D33;
    border: none;
    cursor: pointer;
    z-index: 100;
    border-radius: 100%;
}

.feedback .arrow-left {
    left: -48px;
}

.feedback .arrow-right {
    right: -48px;
}

@media (max-width: 500px) {
    .feedback .arrow {
        display: none;
    }
}

.allFeedback {
    margin: 0 0 79px 0;
    text-decoration: none;
    color: #4246E2;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.detailedInformation {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2%;
    border-radius: 0 0 36px 36px;
    background: #F1F1F3;
}

.detailedInformation h2 {
    margin: 0 0 10px 0;
    color: #191D33;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

.detailedInformation h2 + h2 {
    margin: 0 0 38px 0;
}

.detailedInformation .tableItem {
    width: 100%;
    max-width: 1368px;
    padding: 18px 22px;
    border: 1px solid #191D33;
}

.detailedInformation .tableItem + .tableItem {
    border-right: 1px solid #191D33;
    border-bottom: 1px solid #191D33;
    border-left: 1px solid #191D33;
    border-top: none;
}

.detailedInformation .tableItem p {
    margin: 0;
    color: #191D33;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.detailedInformation a {
    color: #3438D0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.detailedInformation .creditWarningTitle {
    display: flex;
    margin: 20px 0;
    width: 100%;
    max-width: 1368px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.detailedInformation .creditWarningTitle a {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.detailedInformation .creditWarningTitle {
    display: flex;
    margin: 32px 0;
    width: 100%;
    max-width: 1368px;
}

.detailedInformation .creditLinks {
    width: 100%;
    max-width: 1368px;
    display: flex;
    flex-direction: column;

    a {
        text-decoration: none;
    }

    p + p {
        margin: 15px 0 0 0;
    }
}

.detailedInformation .creditWarningText {
    display: flex;
    margin: 0 0 74px 0;
    padding: 18px 15px;
    width: 100%;
    max-width: 1368px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 5px solid black;
}

.detailedInformation .creditWarningText p {
    margin: 0;
}

.detailedInformation .settingsAndCalculation {
    display: flex;
    justify-content: space-between;
    margin: 0 0 124px 0;
    width: 100%;
    max-width: 1368px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.detailedInformation .settingsAndCalculation .calculation {
    width: 50%;
}

.detailedInformation .settingsAndCalculation .calculation h3 {
    margin: 0 0 20px 0;
}

.detailedInformation .settingsAndCalculation .settings {
    margin: 0 25px 0 0;
    width: 50%;
}

@media (max-width: 900px) {
    .detailedInformation .settingsAndCalculation {
        flex-direction: column;
    }

    .detailedInformation .settingsAndCalculation .settings {
        margin: 0 0 50px 0;
        width: 100%;
    }

    .detailedInformation .settingsAndCalculation .calculation {
        width: 100%;
    }
}

.footer {
    display: flex;
    justify-content: center;
    margin: -36px 0 0 0;
    background: #191D33;
}

.footer .content {
    display: flex;
    justify-content: space-between;
    padding: 58px 2% 100px 2%;
    width: 100%;
    max-width: 1368px;
}

.footer .content h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}

.footer .content .contactsWrapper {
    width: 63%;
}

.footer .content .contactsWrapper .contacts {
    display: flex;
}

.footer .content .contactsWrapper .contacts .item {
    display: flex;
    align-items: flex-start;
    margin: 0 20px 0 0;
    color: #ffffff;
}

.footer .content .contactsWrapper .contacts .item:first-child a {
    display: flex;
    align-items: center;
    height: 40px;
}

.footer .content .contactsWrapper .contacts .item img {
    margin: 0 20px 0 0;
    width: 40px;
}

.footer .content .contactsWrapper .contacts .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.footer .content .contactsWrapper .contacts .item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.footer .content .contactsWrapper .contacts .item small {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.footer .content .license {
    margin: 19px 0 0 0;
    width: 37%;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .footer .content .contactsWrapper .contacts {
        flex-direction: column;
    }

    .footer .content .contactsWrapper .contacts .item + .item {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 600px) {
    .footer .content {
        flex-direction: column;
    }

    .footer .content .license {
        width: 100%;
    }

    .footer .content .contactsWrapper {
        margin: 0 0 30px 0;
        width: 100%;
    }
}





