@charset "UTF-8";
.btn {
    padding: 0.9375rem 4rem;
    border: none;
    outline: none;
    color: #fff!important;
    border-radius: 8px;
    cursor: pointer;
}
.btn--main {
    background: #041c3f;
    transition: 0.3s ease all;
}

.btn--main:hover {
    background: #ff5b00;
    color:white!important;
}


h1 {
    font-size: 3.5rem;
    font-weight: 500;
}
h1,
h2 {
    line-height: 64px;
    color: #041c3f;
}
h2 {
    font-weight: 400;
    font-size: 2rem;
}

@media (max-width:568px) {

    h2 {
        font-size: 2rem!important;
    }
    
}

body {
    font-family: Raleway, sans-serif;
}

a {
    text-decoration: none;
    color: #041c3f;
    transition: 0.3s ease;
}
a:hover {
    color: #2b61ff;
}

.projects {
    margin-top: 4.5rem;
}

.competencies {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12;
    margin-top: 3.75rem;
}

.vertical .competencies {
    margin-top: 0;
}
.vertical .competencies h2{
    display:none;
}

.competencies__items {
    display: flex;
    flex-wrap: wrap;
}

.vertical .competencies__items {
    display: flex;
    flex-direction: column;
	gap: .5rem;
}

.competencies__item {
    margin-right: 72px;
}

@media (max-width:568px) {

    .competencies__item {
        width: 50%;
        margin-right: 0;
    }

    .competencies__items {
        margin-top: 40px;
    }
    
}

.competencies__item:last-of-type {
    margin-right: 0;
}
.competencies__item-icon {
    max-width: 2rem;
}
.competencies__item-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    color: #041c3f;
    margin-top: 16px;
}
.expertise {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    padding: 4.5rem 0;
}
.expertise-grid {
    padding-bottom: 4.5rem;
}
#expertise {
    color: hsla(0, 0%, 100%, 0.8);
    background: #041c3f;
}

.expertise .h2 {
    text-align: center;
    margin: 0 0 2.8125rem;
    color: #fff;
}
.expertise a {
    color: inherit;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.expertise a:hover {
    text-decoration: none;
    color: #fff;
}
.ind {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
}
.expertise .h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-transform: uppercase
    margin-bottom: 1.25rem;
}
.expertise .h3 .arr {
    position: absolute;
    top: 50%;
    right: 2.75rem;
    margin: -0.25rem -0.3125rem;
    border-style: solid;
    border-width: 0.5625rem 0.3125rem 0;
    border-color: #fff transparent;
    opacity: 0.3;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: none;
}
.expertise .el.open .h3 .arr {
    transform: rotate(-180deg);
    opacity: 1;
}
@media only screen and (min-width: 761px) {
    .expertise .el .in {
        display: block !important;
    }
}
.expertise .num {
    font-weight: 600;
    margin: 0 0 1rem;
}
.expertise-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom-width: 0;
    border-right-width: 0;
}
.expertise-grid .el {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-top-width: 0;
    border-left-width: 0;
    padding: 1.875rem 2.75rem 2.75rem;
}
.expertise-grid .el.link {
    border-color: transparent;
    background: #2b61ff;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.expertise-grid .el.link:hover {
    background-color: #ff8a00;
}
.industries {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}
.industries h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5625rem;
    color:#041C3F;
}
.industries .wp-block-columns {
    justify-content: space-between;
}
.industries p {
    font-size: 1.25rem;
    color:#041C3F;
}

@media (max-width:768px) {

    .industries p {
        font-size: 20px;
		line-height:32px;
      
    }
    
}
.order {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}

#order {
    background: #f8fafc;
}

#order.bg-white{
    background: #fff;
}

.main-form-grid {
    justify-content: space-between;
}

.main-form-bg .h2 {
    text-align: center;
}

@media (max-width:568px) {

    .main-form-bg .h2 {
        text-align: left;
    }
    
}

.main-form-el.wid30 {
    width: 30%;
}


#services {
    margin-top: 10.25rem;
}
.services {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    display: flex;
}
.services-item {
    background: #f8f8f8;
    padding: 0 60px 78px 106px;
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    margin-right: 15px;
}

.slider-reviews .text {
    color:#041c3f;
}

@media (max-width:568px) {

    .services {
        flex-wrap: wrap;
    }

    .services-item {
        padding: 40px;
    }

    .services-item__img {
        display: none;
    }

    #services {
        margin-top: 0;
    }
    
    .services-item-title {
        font-size: 2rem;
    }
}

.services-item:last-of-type {
    margin-right: 0;
}
.services-item-title {
    margin-bottom: 17px;
}
.services-item-desc {
    font-weight: 500;
    font-size: 1rem;
    line-height: 29px;
    color: #041c3f;
    margin-bottom: 1.875rem;
}
.services-item__img {
    margin-left: -5rem;
    margin-top: -4rem;
    max-width: 16.875rem;
}
#technologies {
    background: rgba(140, 171, 193, 0.06);
    padding: 3rem 0;
}
.technologies {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}
.technologies-grid {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 2rem;
    color: #051150;
    margin: -1.5rem -0.75rem;
}
.technologies-grid .el {
    flex: 0 0 auto;
    padding: 1.5rem 0.75rem;
    width: 33.333333%;
}
.technologies-grid .h3 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    padding: 0;
}
.technologies-grid .h3 .arr {
    position: absolute;
    top: 50%;
    right: 2.75rem;
    margin: -0.25rem -0.3125rem;
    border-style: solid;
    border-width: 0.5625rem 0.3125rem 0;
    border-color: #051150 transparent;
    opacity: 0.3;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: none;
}
.technologies-grid .el.open .h3 .arr {
    transform: rotate(-180deg);
    opacity: 1;
}
.hero {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12;
    padding-top: 13rem;
}
.hero h1 {
    margin-bottom: 2.5rem;
    text-align: left;
    position: relative;
    z-index: 100;
    background: white;
}

@media (max-width:768px) {
	.hero h1 {
    z-index: 1;
}

}
.hero__features {
    display: flex;
    flex-wrap: wrap;
}
.hero__features p {
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    color: #041c3f;
    margin-left: 1rem;
}
.hero__features-item {
    display: flex;
    align-items: center;
    margin-right: 3.5rem;
    
}



@media (max-width:568px) {

    .hero {
        padding-top: 6rem;
    }

    .hero h1 {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
    }

    .hero__features-item {
        margin-right: 1.5rem;
        margin-top: 1rem;
        
    }
    
}

.industries .wp-block-columns {
	margin-bottom:0;
}

.has-text-align-right a {
	font-size: 0.85rem;
}

.hero__features-item p {
    margin-bottom: 0;
}

.hero__features-item:last-child {
    margin-right: 0;
}
