* {
    font-family: Roboto, Arial, sans-serif;
}

body {
    z-index: -2;
    position: relative;
}

.bg-blue {
    background-color: rgb(59 33 216) !important;
}

.navbar-brand {
    font-size: larger;
    color: #ffffff;
    height: 90px;
    line-height: 90px;
    padding: 0;
}

a.navbar-brand:hover {
    color: #ffffff;
    text-decoration: underline;

}

.btn-my-red {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 20px;
    background-color: #5abbb0f2;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

/* Кастомные заголовки */
.section-2 .custom-header {
    line-height: 75px;
    display: inline-block;
    margin-top: 20px;
}

.custom-header span:before {
    content: '';
    display: inline-block;
    background-color: #012d64;
    width: 44px;
    height: 2px;
    vertical-align: middle;
    margin-right: 10px;
}

/* Навигация */

.navbar {
    padding: 0;
}

.navbar .navbar-toggler {
    border: none;
    background-color: transparent;
    color: #ffffff;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    color: #ffffff;
    background-image: none;
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.navbar .navbar-toggler .navbar-toggler-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
}

.nav-item {}

.nav-link {
    padding: 0 15px !important;
    color: #ffffff !important;
    font-weight: 600;
}

.navbar-collapse {
    display: flex;
    flex-direction: row;
}

.navbar-collapse .nav {
    width: 100%;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.navbar-collapse.show>*,
.navbar-collapse.collapsing>* {
    min-height: 40px;
    margin: 10px 0;
}

.navbar .sociallinks {
    min-width: 125px;
}

.navbar .show .sociallinks {}

.navbar .sociallinks .sociallinks__item {
    float: left;
    padding: 0 5px;
}

/* Секция 1 */
.section-1 {
    min-height: 550px;
    display: block;
    position: relative;
    background: #4910a5;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}


.section-1 .row {
    padding-top: 80px;
}

.section-1 .calc-text {
    text-align: center;
    color: #ffffff;
}

.section-1 .calc-text h1 {
    font-size: 50px;
    line-height: 85px;
}

.section-1 .calc-text p {
    line-height: 31px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: normal;
}

.section-1 .calc-form {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff3a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    color: #fff;
}

.section-1 .calc-form .form-floating {
    color: #000000;
}

/* Секция 2 "О нас" */

.section-2 {
    /* height: 550px; */
    position: relative;
    padding-top: 80px;
    background-image: linear-gradient(#3b21d8 0%, #3824e2 4.66%, #4a10a6 76.69%, #4a10a6 100%);
    z-index: 1;
}

.section-2 .shapes .shape {
    position: absolute;
    width: 20%;
    height: 50%;
    background: rgba(255,255,255,.05);
    border-radius: 73px;
    z-index: -1;
    transform: rotate(-26deg);
}

.section-2 .shapes .shape-1 {
    top: -344px;
    left: -124px;
}
.section-2 .shapes .shape-2 {
    bottom: 0;
    left: 10px;
}
.section-2 .shapes .shape-3 {
    top: -30px;
}

.section-2 div.img {
    display: block;
    padding: 40px 0;
    overflow: hidden;
}

.section-2 div.img img {
    width: 100%;
    display: block
}

.section-2 div.text {
    padding-left: 50px;
}

.section-2 h2 {
    color: white;
    line-height: 54px;
    font-size: 35px;
}

.section-2 p {
    color: white;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

/* Секция 3. Наши преимущества */
.section-3 {
    position: relative;
    padding-top: 50px;
}

.section-3 h2 {
    color: #000000;
    font-size: 35px;
    text-align: center;
    margin-bottom: 100px;
}

.section-3 .pros {
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 2px 0px 10px 10px rgba(122, 122, 122, 0.185);
    padding: 20px 40px;
    width: 100%;
    min-height: 323.554px;
}

.section-3 .pros:hover {
    background-color: #e6dfff;
}

.pros .icon {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pros .icon img {
    width: 100%;
}

.pros h3 {
    text-align: center;
    line-height: 31px;
    color: #000000;
    font-size: 20px;
}

.pros .text {
    color: #000000;
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

/* Секция 4. Оплата*/

.section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.section-4 .custom-header span {
    color: #ffffff;
    padding-top: 0px;
}

.section-4 .custom-header span:before {
    background-color: #fff;
    padding-top: 0px;
}

.section-4 h2 {
    line-height: 54px;
    font-size: 35px;
    font-weight: 400;
}

.section-4 .img {
    width: 100%;
}

/* Секция 5. Как это работает */

.section-5 {
    margin-top: 100px;

}

.section-5 h2 {
    color: black;
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}

.section-5 .stage {
    border-width: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #012d64;
    border-style: solid;
    box-shadow: 0px 0px 0px 0px rgb(1 45 100);
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 30px;
    font-size: 20px;
}

.section-5 .stage img {
    width: 25%;
}

.section-5 .stage:hover{
    background-color: #e6dfff;
}

.stage h3 {
    font-size: 1em;
}

.stage p {
    font-size: 1em;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    min-height: 150px;
}

.stage .arrow {
    display: block;
    position: absolute;
    width: 46px !important;
    z-index: 1;
}

.stage .arrow_right {
    right: -40px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

.stage .arrow_bottom {
    bottom: -40px;
}

.section-5 .shadow {
    margin-top: 50px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .55) !important
}

.section-5 .shadow h2 {
    text-align: left;

}

/* Секция 6. Телеграмм*/
.section-6 {
    margin-top: 100px;
    padding: 100px 30px;
    text-align: center;
    color: #fff;
}

.section-6 img.icon {
    width: 29px;
}

.section-6 h2 {
    color: white;
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}

/* Секция 7. Самые частые вопросы */
.section-7 {
    margin: 100px 0;
    text-align: center;
    font-size: 20px;
}

.section-7 h2 {
    line-height: 54px;
}

.section-7 h2.accordion-header button.accordion-button {
    font-size: 24px !important;
    line-height: 1.3;
}

.section-7 .accordion-body {
    text-align: left;
    font-size: 16px;
}

/* Секция 8. Контакты */
.section-8 {
    margin-top: 100px;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(#3b21d8 0%, #3824e2 4.66%, #4a10a6 76.69%, #4a10a6 100%);
}

.section-8 h2 {
    line-height: 64px;
}

.section-8 h3 {
    font-size: 20px;
    text-align: left;
    line-height: 34px;
}

.section-8 .contacts {
    text-align: left;
    margin-top: 40px;
}

.section-8 .contacts {
    text-align: left;
    padding: 0%;
}

.section-8 .contacts .contacts-item {
    list-style: none;
    position: relative;
}

.section-8 .contacts .contacts-item::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0%;
    left: -35px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-8 .contacts .contacts-item.contacts-item__phone::before {
    background-image: url('./img/icon_phone_icon.png');
}

.section-8 .contacts .contacts-item__address::before {
    background-image: url('./img/icon_address.png');
}

.section-8 .contacts .contacts-item__telegramm::before {
    background-image: url('./img/icon_telegram_address.png');
}

.section-8 .contacts .contacts-item__insta::before {
    background-image: url('./img/icon_instagram_icon.png');
}

.section-8 form {
    color: #919191;
}

.section-8 form textarea {
    min-height: 150px;
}

.section-8 form button {
    margin: 20px;
}

/* Подвал */
footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #3b21d8;
}

footer p {
    text-align: center;
    font-size: 14px;
    color: #919191;
    padding-top: 40px;
    padding-bottom: 10px;
}


/* Calculator CARD */
.calc-card {
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
    background-color: #fff0;
    margin: 15px;
}

.calc-card-inner {
    width: inherit;
    height: inherit;
    background: rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.circle {
    width: 100px;
    height: 100px;
    background: radial-gradient(#6229bf, #3c20d7);
    border-radius: 50%;
    position: absolute;
    animation: move-up6 2s ease-in infinite alternate-reverse;
}

.circle:nth-child(1) {
    top: -25px;
    left: -25px;
}

.circle:nth-child(2) {
    bottom: -25px;
    right: -25px;
    animation-name: move-down1;
}

@keyframes move-up6 {
    to {
        transform: translateY(-10px);
    }
}

@keyframes move-down1 {
    to {
        transform: translateY(10px);
    }
}

hr.style-seven {
    overflow: visible;
    /* For IE */
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style-seven:before {
    /* Not really supposed to work, but does */
    display: block;
    content: "";
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}