body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}
body,li,li a,p,span{
    font-family: "Lato", sans-serif;
    color: #2B2B2B;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif;
    color: #000000;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project_open_block .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 950px) {
    .project_open_block .container {
        max-width: 1200px;
    }
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 1050px;
    }
}*/
@media (max-width: 950px) {
    .project_open_block .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.btn-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 40px 0;
}
.proj-btn{
    font-family: "Lato", sans-serif;
    background: #FDE159;
    border: 1px solid #FDE159;
    border-radius: 88px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px 40px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 128%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color:#000000;
    box-sizing: border-box;
    transition-duration: 0.25s;
    position: relative;
    justify-content: center;
}
.proj-btn:hover{
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    border: 1px solid #333333;
}
.proj-btn:disabled {
    color: #FFFFFF!important;
    background: #ccc!important;
    border: 1px solid #ccc;
    cursor: not-allowed;
}
.s-yellow .proj-btn {
    background: #fff;
    color: #F1D02B;
}
.s-yellow .proj-btn:hover{
    background: #F1D02B;
    color: #000;
}

.project_open_block section {
    position: relative;
    margin: 0;
    padding: 80px 0;
    background: #FFFAF2;
}
.s-yellow {
    background: #F1D02B;
    padding: 70px 0;
}
section h2, .section-title {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
section h3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.2px;
    text-align: left;
    margin: 0 0 15px 0;
}
.project_open_block p,.project_open_block ul li,.project_open_block ol li{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.2px;
    color: #2B2B2B;
    margin: 0;
}
.project_open_block ul,.project_open_block ol{
    margin-top: 0;
}
.project_open_block ul li,.project_open_block ol li{
    line-height: 123%;
    margin-bottom: 5px;
}
.project_open_block section p:last-of-type{
    margin-bottom: 0;
}
.project_open_block input, .project_open_block select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 276px;
    height: 49px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    border: none;
    color: #000000;
    position: relative;
    transition: 0.25s;
}
.project_open_block input.error, .project_open_block select.error {
    border: 1px solid #ff0000;
}
.project_open_block select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}
.project_open_block .select {
    position: relative;
    width: 276px;
}
.project_open_block .select:after {
    content: url(../../images/select-arrow.svg);
    color: #000;
    font-size: 18px;
    right: 20px;
    top: 12px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    font-stretch: ultra-expanded;
    transition: 0.25s;
}
.project_open_block .select.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project_open_block .wrapper-just-2{
    width: calc(50% - 40px);
}
.project_open_block .wrapper-just-3{
    width: calc(33.33333% - 25px);
}
.project_open_block .wrapper-just-4{
    width: calc(25% - 25px);
}
.project_open_block .wrapper-just-5{
    width: calc(20% - 25px)!important;
}
.project_open_block .wrapper-just-4-2 {
    width: calc(50% - 25px)!important;
}
.project_open_block .wrapper-just-2-3{
    width: calc(66.66666% - 20px)!important;
}
.project_open_block .wrapper-100{
    width: 100%!important;
    ;
}
.project_open_block .wrapper-2{
    width: 50%!important;
    ;
}
.project_open_block .wrapper-3{
    width: 33.33333%!important;
    ;
}
.project_open_block .wrapper-4{
    width: 25%!important;
    ;
}
.project_open_block .wrapper-5{
    width: 20%!important;
    ;
}

.form-wrapper-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    display: none;
}
.form-wrapper-overlay .form-wrapper {
    max-width: 390px;
    position: relative;
    background: #F2C94C;
    top: 20%;
    margin: auto;
    z-index: 99;
    padding: 70px 20px;
    text-align: center;
    border-radius: 30px;
}
.form-wrapper-overlay .form-wrapper .close-popup {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.form-wrapper-overlay .form-wrapper .close-popup:hover path {
    fill: #255A6C;
}
.form-wrapper-overlay .form-wrapper .close-popup svg {
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.form-wrapper-overlay .form-wrapper .close-popup path {
    fill: #fff;
    transition: .4s;
}
.form-wrapper-overlay .form-wrapper input {
    width: 100%;
    margin-bottom: 20px;
}
.form-wrapper-overlay .form-wrapper .proj-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
    width: 100%;
}
.form-wrapper-overlay .form-wrapper .proj-btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.form-check {
    position: relative;
    display: flex;
}
.form-check-input {
    position: absolute;
    margin: 0;
    top:0;
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check-label{
    padding-left: 39px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #909090;
    margin: 0 0 20px 0;
    height: auto;
}

.overlay-success {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    display: none;
}
.overlay-success .cr-wrapper {
    max-width: 390px;
    position: relative;
    background: #F2C94C;
    top: 20%;
    margin: auto;
    z-index: 99;
    padding: 70px 20px;
    text-align: center;
    border-radius: 30px;
}
.overlay-success .cr-wrapper .close-popup {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.overlay-success .cr-wrapper .close-popup:hover path {
    fill: #255A6C;
}
.overlay-success .cr-wrapper .close-popup svg {
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.overlay-success .cr-wrapper .close-popup path {
    fill: #fff;
    transition: .4s;
}
#callbackform-res {
    font-size: 21px;
}
.arrow {
    background: none;
    width: 45px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='25' viewBox='0 0 27 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2121 2.63531L12.5634 6.45262e-07L-8.14564e-07 12.5L12.5634 25L15.2121 22.3647L7.17053 14.3637L27 14.3637L27 10.6363L7.17053 10.6363L15.2121 2.63531Z' fill='%23F1D02A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.arrow.prev{
    left: 0;
}
.arrow.next{
    right: 0;
    transform: rotate(180deg);
}




@media (max-width: 1200px) {
    .project_open_block section {
        padding: 40px 0;
    }
    section h2, .section-title {
        font-size: 30px;
        margin: 0 auto 30px auto;
    }
    section h3 {
        font-size: 20px;
    }
    .project_open_block p,.project_open_block ul,.project_open_block ol{
        font-size: 16px;

    }
    .project_open_block .wrapper-mob-50{
        width: 50%!important;
    }
    .project_open_block .wrapper-mob-100{
        width: 100%!important;
    }
    .project_open_block .wrapper-mob-just-50{
        width: calc(50% - 10px);
    }
}

.header,.header.nav-down, .static-baner{
    display: none;
}

.hero {
    height: 720px;
    position: relative;
    margin: 0!important;
    padding: 0!important;
    background: transparent !important;
}
.hero .hero-bg {
    height: 720px;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    /*    filter: brightness(70%);*/
}
.hero .container {
    height: 100%;
}
.hero .hero_info_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.hero .hero_info{
    margin: 0;
    text-align: left;
    width: 50%;
}
.hero h1{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.2px;
    color:#FFFFFF;
    margin:32px 0 20px 0;
}
.hero .hero_subtitle {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color:#FFFFFF;
    margin:0;
}
.hero .hero-down-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
}
.hero .hero-down-wrapper img {
    max-width: 158px;
}
.hero .hero_down_title{
    font-family: "Lato", sans-serif;
    color: #FFFFFF;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}
.hero .btn-wrapper{
    margin: 32px 0 32px 0;
}
@media screen and (max-width: 1170px) {
    .hero .hero_info{
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .hero {
        background-size: cover;
        background-position: center center;
        height:100svh;
    }
    .hero .hero-bg {
        height:100svh;
        object-position: right;
    }
    .hero .hero_info{
        width: 100%;
    }
    .hero h1{
        font-size: 28px;
        margin:16px 0 16px 0;
    }
    .hero .hero_subtitle {
        font-size: 20px;
    }
    .hero .hero_down_title{
        font-size: 20px;
    }
    .hero .hero-down-wrapper {
        flex-direction: column;
        gap: 8px;
    }
}

.why-dd {
}
.why-dd .why-dd-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding: 0 93px;
}
.why-dd .why-dd-wrapper .why-dd-single {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 60px 21px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: center;
    gap:24px;
    transition: all .25s;
}
.why-dd .why-dd-wrapper .why-dd-single:nth-child(2){
    background: #FDE159;
}
.why-dd .why-dd-wrapper .why-dd-single:nth-child(2) .img-wrapper{
    background: #FFFFFF;
}
.why-dd .why-dd-wrapper .why-dd-single .img-wrapper{
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: #FDE159;
    border-radius: 50%;
    padding: 14px 17px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-dd .why-dd-wrapper .why-dd-single .img-wrapper span{
    width: 54px;
    position: relative;
    font-size: 40px;
    line-height: 170%;
}
.why-dd .why-dd-wrapper .why-dd-single .content {
    text-align: center;
}
.why-dd .why-dd-wrapper .why-dd-single .content p{
    text-align: center;
}
.why-dd .why-dd-wrapper .why-dd-single .content p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 1170px) {
    .why-dd .why-dd-wrapper {
        gap: 10px 10px;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .why-dd .why-dd-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .why-dd .why-dd-wrapper .why-dd-single {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }
}

.project_open_block section.three-levels {
    padding: 0 0 70px 0;
    ;
}
.three-levels .three-levels-slider{
    overflow: hidden;
    position: relative;
}
.three-levels .three-levels-slider .single-level{
    width: calc(50% - 14px);
    box-shadow: 0px 4px 8px 0px #00000026;
    background: #FFFFFF;
    padding: 40px 34px;
    border-radius: 42px;
    margin-bottom: 10px;
    cursor: pointer;
    height: auto;
}
.three-levels .three-levels-slider .single-level h3{
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.5px;
    color: #2B2B2B;
    margin: 0 0 24px 0;
}
.three-levels .three-levels-slider .single-level p{
    margin: 0 0 24px 0;
}
.three-levels .three-levels-slider .single-level p:last-of-type{
    margin: 0 0 12px 0;
}
.three-levels .three-levels-slider .single-level ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.three-levels .three-levels-slider .single-level ul li{
    margin: 0 0 24px 0;
}
.three-levels .three-levels-slider .single-level ul li:last-of-type{
    margin: 0;
}
@media screen and (max-width: 1170px) {

}
@media screen and (max-width: 768px) {
    .three-levels .three-levels-slider .single-level h3{
        font-size: 24px;
        margin: 0 0 24px 0;
    }
}

.project_open_block section.how-edu {
    background: #FDE159;
}
.how-edu .how-edu-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
}
.how-edu .how-edu-wrapper .how-edu-single {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 27px 15px 27px 27px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.how-edu .how-edu-wrapper .how-edu-single .img-wrapper{
    width: 88px;
    height: 88px;
    min-width: 88px;
    background: #FDE159;
    border-radius: 50%;
    padding: 12px 18px;
    margin: 0 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-edu .how-edu-wrapper .how-edu-single .img-wrapper span{
    width: 53px;
    position: relative;
    font-size: 40px;
    line-height: 170%;
}
.how-edu .how-edu-wrapper .how-edu-single .content {
    text-align: left;
}
.how-edu .how-edu-wrapper .how-edu-single .content p:last-of-type {
    margin-bottom: 0;
}
.how-edu.btn-wrapper {
    justify-content: center;
    margin: 40px 0 0 0;
}

@media screen and (max-width: 1170px) {
    .how-edu .how-edu-wrapper {
        gap: 10px 10px;
    }
}
@media screen and (max-width: 768px) {
    .how-edu .how-edu-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .how-edu .how-edu-wrapper .how-edu-single {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }
}

.project_open_block section.flexibility {
    background: #FFFAF2;
}
.flexibility .flexibility-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
}
.flexibility .flexibility-wrapper .flexibility-single {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 66px 24px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.flexibility .flexibility-wrapper .flexibility-single .img-wrapper{
    width: 88px;
    height: 88px;
    min-width: 88px;
    background: #FDE159;
    border-radius: 50%;
    padding: 12px 18px;
    margin: 0 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexibility .flexibility-wrapper .flexibility-single .img-wrapper span{
    width: 53px;
    position: relative;
    font-size: 40px;
    line-height: 170%;
}
.flexibility .flexibility-wrapper .flexibility-single .content {
    text-align: left;
}
.flexibility .flexibility-wrapper .flexibility-single .content p:last-of-type {
    margin-bottom: 0;
}
.flexibility.btn-wrapper {
    justify-content: center;
    margin: 40px 0 0 0;
}

@media screen and (max-width: 1170px) {
    .flexibility .flexibility-wrapper {
        gap: 10px 10px;
    }
}
@media screen and (max-width: 768px) {
    .flexibility .flexibility-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .flexibility .flexibility-wrapper .flexibility-single {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }
}

.project_open_block section.cost {
    padding-top: 0;
}
.cost .cost-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
}
.cost .cost-wrapper .cost-single {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 32px 24px 32px 24px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}
.cost .cost-wrapper .cost-single .left-part{
    width: calc(65% - 7px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cost .cost-wrapper .cost-single .left-part img{
    max-width: 132px;
}
.cost .cost-wrapper .cost-single:last-of-type .left-part img{
    max-width: 158px;
}
.cost .cost-wrapper .cost-single .left-part h3{
    margin: 24px 0;
}
.cost .cost-wrapper .cost-single .left-part p{
    font-weight: 500;
}
.cost .cost-wrapper .cost-single .right-part{
    width: calc(35% - 7px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cost .cost-wrapper .cost-single .right-part p{
    font-weight: 700;
    text-align: center;
}
.cost .cost-wrapper .cost-single:first-of-type .right-part p:last-of-type{
    font-weight: 900;
}
.cost .cost-wrapper .cost-single .right-part .plash{
    margin: 10px 0;
    box-shadow: 0px 1.95px 3.9px 0px #00000026;
    padding: 8px;
    text-align: center;
    border-radius: 18px;
}
.cost .cost-wrapper .cost-single .right-part .plash h3{
    margin: 0;
}
.cost .cost-wrapper .cost-single .right-part .plash span{
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #0000004D;
}
@media screen and (max-width: 1170px) {

}
@media screen and (max-width: 768px) {
    .cost .cost-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .cost .cost-wrapper .cost-single {
        flex-direction: column;
        gap: 20px;
    }
    .cost .cost-wrapper .cost-single .left-part,
    .cost .cost-wrapper .cost-single .right-part{
        width: 100%;
        align-items: center;
    }
    .cost .cost-wrapper .cost-single .left-part h3 {
        text-align: center;
        margin: 16px 0;
    }
}

.project_open_block section.steps {
    background: #FDE159;
}
.steps .steps-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    counter-reset:steps-point;
    margin: 0 0 40px 0;
}
.steps .steps-wrapper + p {
    font-weight: 500;
    text-align: center;
}
.steps .steps-wrapper .steps-single {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 27px 15px 27px 27px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    counter-increment:steps-point;
}
.steps .steps-wrapper .steps-single .img-wrapper{
    width: 88px;
    height: 88px;
    min-width: 88px;
    background: #FDE159;
    border-radius: 50%;
    padding: 12px 18px;
    margin: 0 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.steps .steps-wrapper .steps-single .img-wrapper:before{
    content:counter(steps-point);
    font-size: 34px;
    line-height: 110%;
    letter-spacing: 0;
    font-weight: 700;
}
.steps .steps-wrapper .steps-single .content {
    text-align: left;
}
.steps .steps-wrapper .steps-single .content p:last-of-type {
    margin-bottom: 0;
}
.steps.btn-wrapper {
    justify-content: center;
    margin: 40px 0 0 0;
}

@media screen and (max-width: 1170px) {
    .steps .steps-wrapper {
        gap: 10px 10px;
    }
}
@media screen and (max-width: 768px) {
    .steps .steps-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .steps .steps-wrapper .steps-single {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }
}

.project_open_block section.cooperation {
    padding-bottom: 0;
}
.cooperation .cooperation-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    margin: 0 0 40px 0;
}
.cooperation .cooperation-wrapper + p {
    font-weight: 500;
    text-align: center;
}
.cooperation .cooperation-wrapper .cooperation-single {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 27px 15px 27px 27px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.cooperation .cooperation-wrapper .cooperation-single .img-wrapper{
    width: 88px;
    height: 88px;
    min-width: 88px;
    background: #FDE159;
    border-radius: 50%;
    padding: 12px 18px;
    margin: 0 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cooperation .cooperation-wrapper .cooperation-single .img-wrapper span{
    width: 53px;
    position: relative;
    font-size: 40px;
    line-height: 170%;
}
.cooperation .cooperation-wrapper .cooperation-single .content {
    text-align: left;
}
.cooperation .cooperation-wrapper .cooperation-single .content p:last-of-type {
    margin-bottom: 0;
}


@media screen and (max-width: 1170px) {
    .cooperation .cooperation-wrapper {
        gap: 10px 10px;
    }
}
@media screen and (max-width: 768px) {
    .cooperation .cooperation-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .cooperation .cooperation-wrapper .cooperation-single {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }
}


#testimonials {
    padding-bottom: 0;
}
#testimonials .testimonials-slider{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
#testimonials .testimonials-slider .testimonial {
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px 40px 50px;
    border:1px solid rgba(120, 160, 202, 0.77);
    border-radius: 40px 40px 0px 40px;
    margin-bottom: 10px;
}
#testimonials .testimonials-slider .testimonial:after {
    content: "";
    width: 52px;
    height: 31px;
    position: absolute;
    bottom: -32px;
    right: -1px;
    border-top: 31px solid #FFC700;
    border-left: 52px solid #ffffff;
}
#testimonials .testimonials-slider .testimonial a{
    display: flex;
    flex-direction: column;
}
#testimonials .testimonials-slider .testimonial .excerpt{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
#testimonials .testimonials-slider .testimonial .autor, #testimonials .testimonials-slider .testimonial .univ{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #283543;
}
#testimonials .testimonials-slider .testimonial .autor{
    font-weight: 600;
}
#testimonials .testimonials-slider .testimonial .testimonial-arrow {
    display: flex;
    justify-content: flex-end;
}
#testimonials .testimonials-slider>.swiper-pagination {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 60px 0 0 0;
}
@media (max-width: 1200px) {
    #testimonials {
        padding: 40px 0;
    }
    #testimonials .testimonials-slider>.swiper-pagination .swiper-pagination-bullet {
        display: none;
    }
    #testimonials .testimonials-slider>.swiper-pagination .swiper-pagination-bullet:nth-child(-n+10) {
        display: flex;
    }
}


.call-action {

}
.call-action-wrapper {
    background: #FDE159;
    padding: 20px 60px;
    border-radius: 30px;
    margin: 0 auto 0 auto;
    max-width: 970px;
}
.call-action-wrapper h3{
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.call-action-wrapper p{
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.2px;
    margin: 0;
    text-align: center;
}
.call-action .btn-wrapper {
    justify-content: center;
    margin: 80px 0 0 0;
}
.call-action  .btn-wrapper .proj-btn{
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000;
}
.call-action  .btn-wrapper .proj-btn:hover{
    background: #FFFFFF;
    color: #000000;
}
@media screen and (max-width: 1170px) {
    .call-action-wrapper {
        padding: 20px 20px;
        font-size: 28px;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .call-action-wrapper h3 {
        font-size: 22px;
    }
    .call-action .btn-wrapper {
        margin: 40px 0 0 0;
    }
}