@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

/* Common styles */

body {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.herobanner {
    margin-top: 106px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(89.95deg, #ACBDF9 11.53%, #CEB7FF 82.04%);
    color: #eee;
    /*clip-path: polygon(0 0, 100% 0, 100% 20%, 0 45%);*/
}

.main-header  {
    letter-spacing: 0.04em;
    background: #4365BC;
    min-height: 200px;
    padding-top: 40px;
    margin-bottom: -50px;
}
#section-1 {
    background: url(../img/bg-diagonal-top.png) no-repeat left top;
}
h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 117.9%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
h1.main {
    font-size: 9rem;
    color: #fff;
    text-transform: uppercase;
    opacity: .06;
    font-family: Inter;
    font-weight: 800;
}
h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.01em;
}
.top_menu {
    display: none;
    position: absolute;
    right: 10px;
    top: 74px;
    z-index: 10;
    background: #fff;
    font-size: 18px;
    list-style-type: none;
    padding: 10px 20px;
    border-radius: 4px;
    width: 260px;
}
.top_menu li {
    border-top: 1px solid #eee;
}
.top_menu li:first-child{
    border-top: none;
}
.top_menu li a{
    padding: 6px 0;
    display: block;
    color:rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.card-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
#section-1 .card-title {
    font-size: 20px;
    line-height: 30px;
}

.card-title.inner-card-title {
    font-size: 18px;
    line-height: 24px;
}



.arrow {
    width: 36px;
    height: 36px;
    margin-left: 30px;
}
.container {
    max-width: 1304px;
}
.main_slider .container-lg {
    width: 1280px;
    padding: 70px 0;
}

.review {
    width: 500px;
}

.main_slider h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 117.9%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 20px;
}

.main_slider h3{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #EEEEEE;
    margin-bottom: 20px;
}

.main_slider hr {
    max-width: 300px;
    display: block;
    background: #477EE9;
    height: 3px;
    opacity: 1;
    margin-bottom: 20px;
}

.main_slider-pagination {
    transform: rotate(90deg);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    background: #E1E7F9;
    opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,7px);
}
.swiper-pagination-bullet-active {

background: #477EE9;
}
.main_slider p {
    color: #eee;
    margin-bottom: 40px;
    max-width: 755px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    right: 12%;
    top: 200px;
    width: 200px;
    left: auto;
}

.btn-primary {
    background-color: #477EE9;
    padding: 24px 64px 22px;
    box-shadow: 0px 4px 30px 8px rgba(64, 87, 227, 0.52);
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.04em;
    
}

.btn-primary:hover {
    background-color: #346ae4;
    transition: 0.3s;
}

.main-blue {
    color: #477EE9!important;

}

.full-height {
    height: 100vh;
    position: fixed;
    right: 0;
    background: #000;
}
.card {
    box-shadow: 0px 0px 21px -5px rgba(152, 152, 152, 0.19);
}
.cards-main .card {
    background: #F3F4F6;
    box-shadow: 0px 0px 21px -5px rgba(152, 152, 152, 0.19);
    border-radius: 10px;
    height: 350px;
    border: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.cards-main .card:hover {
    box-shadow: 0px 0px 21px -5px rgba(87, 87, 87, 0.288)
}
.cards-main .card .text-muted {
    color: #477EE9!important;
    margin-bottom: 30px;
    display: block;
}
.cards-main .card .card-title {
    margin-bottom: 65px;
}

.cards-main a{
    color: #000;
    text-decoration: none;
    transition: .5s;
}
.cards-main a:hover{
    
    color: #234;
}
.cards-main i{
    font-size: 36px;
    margin-left: 30px;
    position: relative;
    top: 6px;
}

.pic-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: auto;
    
}

#section-1 .pic-bg{
    max-width: 140px;
}

.zindex-1 {
    z-index: 1;
}

.h3-uppercase {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 117.9%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 100px;
}
.swipper_gallery {
    padding-bottom: 50px;
}
.swipper_gallery img {
    border-radius: 10px;
}
.swipper_gallery_scrollbar {
    background: #E1E7F9;
}

.swipper_gallery_scrollbar {
    height: 2px!important;
}

.swiper-scrollbar-drag {
    height: 8px;
    background: #83aaf8;
    top: -3px;
}

.about_us .card {
    background: #F1F1F1;
    border-radius: 10px;
    border: none;
    height: 300px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 21px -5px rgba(152, 152, 152, 0.19);
}

.about_us .card img.pic-bg{
    position: absolute;
    z-index: 0;
}

.about_us .card-text {
    position: absolute;
    bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}

.about_us .card-pink {
    background: linear-gradient(180deg, #F9ACC0 0%, #FFB7C9 100%);
    color: #fff;
}

.about_us .card-grey {
    background: #F1F1F1;
    color: #302F2F;
}

.about_us .card-blue {
    background: linear-gradient(115.21deg, #2761B8 5.31%, #4788EA 98.5%);
    color: #fff;
}

.pages-blocks .card{
    background: #F1F1F1;
    border-radius: 10px;
    border: none;
    height: 200px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 21px -5px rgba(152, 152, 152, 0.19);
    cursor: pointer;
    transition: 1s;
}
.pages-blocks .card:hover {
    background: #eee;
    box-shadow: 0px 0px 21px -5px rgba(152, 152, 152, 0.3);
    background: linear-gradient(115.21deg, #2761B8 5.31%, #4788EA 98.5%);
    color: #fff!important;
    transition: 1s;
}
.pages-blocks .card.active:hover {
    opacity: 1;
}
.pages-blocks .card-text {
    position: absolute;
    bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}
.pages-blocks .card a {
    color: #212529;
    text-decoration: none;
}
.pages-blocks .card a:hover {
    color: #fff;
    text-decoration: none;
}


.pages-blocks .swiper_review-button-next {
    font-size: 36px;
}

.pages-blocks .card-item.active {
    background: linear-gradient(115.21deg, #2761B8 5.31%, #4788EA 98.5%);
    color: #fff;
}
    
.pages-blocks .card-item.active .swiper_review-button-next{
    display: none;
}

.content-card-hide {
    display: none;
}

.content-card h2{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
}

.swiper_review .card {
    border-radius: 10px;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.swiper_review .card strong {
    font-weight: 500;
    font-size: 27px;
    line-height: 33px;
}

section.info {
    margin-bottom: 50px;
}

section.info img{
    border-radius: 10px;
    box-shadow: 0px 0px 21px -5px rgba(152, 152, 152, 0.19);
}

.feedback {
    background: url(../img/bg-diagonal-bottom.png) bottom right no-repeat #fff;
    padding-bottom: 80px;
}

.feedback .card{
    box-shadow: 0px 0px 41px -17px rgba(71, 126, 234, 0.25);
    border-radius: 30px;
    padding: 35px 55px;
}
.feedback hr {
    background: #b5c7f6;
    margin: 0 -55px;
}

.feedback form {
    margin-top: 35px;
}

.feedback .fields {
    border: 3px solid #B5C7F7;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 50px;
}

.feedback input[type="text"], .feedback input[type="tel"]{
    width: 100%;
    height: 96px;
    padding-left: 25px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #000;
    border: none;
    border-right: 3px solid #B5C7F7;
    outline: none;
}

.feedback input[type="text"] {
    border-radius: 10px 0 0 0;
    border-bottom: 3px solid #B5C7F7;
}

.feedback input[type="tel"] {
    border-radius: 0 0 0 10px;
    background: url(../img/icon-flag.svg) no-repeat 20px center;
    background-size: 50px;
    padding-left: 80px;
}

.feedback textarea{
    width: 100%;
    padding: 35px 22px 26px 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #989898;
    border-radius: 0 10px 10px 0;
    border: none;
    resize: none;
    outline: none;
}

.feedback input::placeholder {
    color: #989898;
}

.feedback-description {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #8F9FC9;
}

footer {
    
    background: #4365BC;
    color: #fff;
}

footer h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;

    /* identical to box height, or 133% */
    letter-spacing: 0.01em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.org-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 416px;
}

footer ul {
    list-style-type: none;
    border-left: 1px solid rgba(181, 199, 247, 0.3);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

footer strong {
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
}

footer ul li{
    margin-bottom: 10px;
    padding-left: 5px;
}

footer ul li a{
    color: #fff;
    text-decoration: none;
}

footer ul li a:hover{
    color: #fff;
    opacity: .75;
}

footer ul li:last-child{
    margin-bottom: 0;
}

.bi-star-fill {
    color: #EAD047;
    font-size: 16px;
    margin-left: 6px;
}

.nav-arrows {
    font-size: 36px;
}

.bi-arrow-left-circle {
    margin-right: 20px;
}

.swiper-button-disabled {
    color: #989898;
}

.swiper-slide.review {
    opacity: .08;
}

.review.swiper-slide-active, .review.swiper-slide-prev, .review.swiper-slide-next {
    opacity: 1;
}

.wa-fullwidth {
    border-radius: 40px;
    margin-bottom: 50px;
}

.modal-body small{
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.4;
}

.modal-body .form-control {
    padding: 10px;
    font-size: 20px;
}

.gallery-readmore {
    color: #000;
    text-decoration: none;
    position: relative;
    top: 16px;
    margin-bottom: 30px;
    font-size: 20px;
    display: block;
}

header.bg-light {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid #E8EDF6;
}
section.mt-5.mb-100 {
    margin-top: 116px!important;
    
}

.wpcf7-list-item {
    display: block;
}

#text-433, #text-434, #text-435, #text-437 {
    display: none;
}

@media (min-width: 1200px) { 
    .cards-resize-1, .cards-resize-2, .cards-resize-3, .cards-resize-4 {
        transition: .3s;
    }
    
    .card-m-over {
        width: 31%;
    }
    /*42 + 29 + 29   23 + 23 + 23 + 31*/
    .card-m-out {
        width: 23%;
    }
}
 @media (max-width: 1200px) { 
    h1.main {
        font-size: 7rem;
    }
    .main_slider .swiper-slide {
        padding: 26px;
    }
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        right: -60px;
    }
 }

 @media (max-width: 768px) {
    .feedback input[type="text"], .feedback input[type="tel"]{
        font-size: 18px;
        border-right: none;
    
    }
    
    .feedback input[type="text"] {
        border-radius: 10px 10px 0 0;
        border-bottom: 3px solid #B5C7F7;
    }
    
    .feedback input[type="tel"] {
        border-radius: 0;
        border-bottom: 3px solid #B5C7F7;
    }
    
    .feedback textarea{
        font-size: 18px;
        border-radius: 0 0 10px 10px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        right: -60px;
        top: 120px;
    }
 }

 @media (max-width: 576px) {
    h1.main {
        font-size: 4.5rem;
    }
    .main_slider h2 {
        font-size: 36px;
    }
    .h3-uppercase {
        font-size: 36px;
    }
    .main-header {
        margin-bottom: -30px;
    }
    .review {
        width: 100%;
    }
    .about_us .card {
        max-height: 250px;
    }

    .cards-main .card {
        height: 350px;
    }

    .services .pic-bg {
        max-width: 40%;
        max-height: 60%;
    }

    .feedback .card {
        padding: 35px;
    }

    .swiper_review .card {
        font-size: 16px;
        line-height: 24px;
    }

    .main_slider p {
        font-size: 16px;
        line-height: 24px;
    }
    .main_slider hr {
        max-width: 150px;
    }

    .main_slider .container-lg {

        padding: 30px 0;
    }
}

