@charset "utf-8";

body {
    font-family: 'LatoWeb', sens-serif;
}

header {
    background: url(../img/bg-head.jpg) top center no-repeat;
    background: cover;
    color: #ffff;
}

h1 {
    font-family: 'Lato', sens-serif;
}

a {
    text-decoration: none;
    color: #ED4C5C;
}

a:hover {
    text-decoration: underline;
}

.wrap {
    min-width: 320px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-wrap-color {
    background: linear-gradient(90deg, rgba(213, 32, 71, 0.8) 0%, rgba(238, 61, 27, 0.8) 100%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(34, 60, 80, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(34, 60, 80, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(34, 60, 80, 0.25);
    padding: 50px 0 160px 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 175px;
}

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

.menu a, .header-top-button a, .header-content a {
    color: #ffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.875rm;
}

.transparent-button {
    padding: 10px 30px;
    border: 1px solid #ffff;
    border-radius: 6px;
}

.header-content {
    text-align: center;
}

h1 {
    text-transform: uppercase;
    font-size: 4.5rem;
    margin-bottom: 40px;
}

.header-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    /* max-width: 520px; */
    margin-bottom: 60px;
    padding: 0 30%;
}

.header-content a {
    padding: 10px 30px;
    color: #ED4C5C;
    /* border: 1px solid #ffff; */
    text-transform: uppercase;
    border-radius: 6px;
    background: #ffff;       
}

/* section about */

.about-wrap {
    padding: 100px 0;
}

.about-block {
    display: flex;
}

.about-block-left {
    width: 50%;
    padding: 0 5%;
    align-self: center;
}

.about-block-left h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.about-block-left p{
    font-size: 0.875rem;
    font-weight: 400;
    
}

.about-block-right {
    width: 50%;
    align-self: center;
}


/* section posibilities */

/* section posibilities */
.posibilities-wrap h2{
    font-size: 2.25rem;
    font-size: 2.25rem;
    text-align: center;
}

.posibilities-wrap {
    background-color: #FAFAFA;
    padding: 60px 0 120px 0;
}

.posibilities-block {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.posibilities-block-item {
    width: 31.5%;
    text-align: center;
    color: #101010;
    display: flex;
    flex-direction: column;
}

.posibilities-block-txt {
    background-color: #ffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: -95px 30px 0 30px;
    padding: 20px 20px 10px 20px;
    z-index: 1;
    position: relative;
    flex-grow: 1;
}

.posibilities-block-txt h3 {
    font-size: 1.13rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.posibilities-block-txt p {
    font-weight: 400;
    font-size: 0.85rem;
    margin-bottom: 20px;
}


/* section tech */
.tech-wrap {
    padding: 60px 0 120px 0;
}

.tech-wrap h2{
    font-size: 2.25rem;
    text-align: center;
}

.tech-block {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.tech-block-item {
    width: 23%;
    text-align: center;
    align-items: center;    
    display: flex;
    flex-direction: column;
}

.tech-block-item h3 {
    color: #101010;
    font-size: 1.25rem;
    font-weight: 500;
}

.tech-block-header {
    color: rgba(16, 16, 16, 0.08);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 100px;
    position: relative;
}

.tech-block-header img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tech-block-txt p {
    font-weight: 400;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

/* Section Download  */


.download-wrap {
    padding: 100px 0;
    background-color: #ED4C5C;
    color: #ffff;
}

.download-block {
    display: flex;
}

.download-block-left {
    width: 50%;
    padding: 0 5%;
    align-self: center;
}

.download-block-left h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.download-block-left p{
    font-size: 0.875rem;
    font-weight: 400;
    
}

.download-block-right {
    width: 50%;
    align-self: center;
}

.download-block-programm {
    display: flex;
}

.download-block-programm a{
    margin: 30px 30px 0 0;
}


/* Section contact */
.contact-wrap {
    padding: 100px 0;
}

.contact-block {
    display: flex;
}

.contact-block-left {
    width: 50%;
    padding: 0 5%;
    align-self: center;
}

.contact-block-left h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-block-left p{
    font-size: 0.875rem;
    font-weight: 400;
    
}

.contact-block-right {
    width: 50%;
    align-self: center;
}

.contact-block-input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #333;
    margin-top: 1rem;
    padding: 20px 30px;
}

.contact-block-button {

}

/* footer */
footer {
    background: #fafafa;
    padding: 50px 0;
}

.footer-block {
    color: #101010;
    font-size: 0.75rem;
}

.footer-block-item {
    margin-bottom: 2rem;
    
}

.footer-block-item h3{
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

/* адатапция */
@media (max-width:800px){
    .header-top{
        flex-direction: column;
    }
    .header-top-logo {
        order: 1;
        align-self: flex-start;
    }
    .header-top-menu {
        order: 3;
    }
    .header-top-button {
        order: 2;
        align-self: flex-end;
        margin-top: -23px;
        margin-bottom: 50px;
    }
    .menu li {
        margin-bottom: 15px;
    }
    .menu {
        justify-content: center;
    }
    .header-wrap-color {
        padding-top: 20px;
    }
}


/* адатапция */
@media (max-width:800px){
    .header-top{
        flex-direction: column;
    }
    .header-top-logo {
        order: 1;
        align-self: flex-start;
    }
    .header-top-menu {
        order: 3;
    }
    .header-top-button {
        order: 2;
        align-self: flex-end;
        margin-top: -23px;
        margin-bottom: 50px;
    }
    .menu li {
        margin-bottom: 15px;
    }
    .menu {
        justify-content: center;
    }
    .header-wrap-color {
        padding-top: 20px;
    }

    .about-block {
        flex-direction: column-reverse;
    }
    .about-block-left, .about-block-right {
        margin-top: 2rem;
        width: 100%;        
    }
    .about-block-right {
        display: flex;
        justify-content: center;
    }

    .posibilities-block {
        flex-direction: column; 
        gap: 3rem;
        align-items: center;
    }
    .posibilities-block-item {
        width: 100%;
    }

    .tech-block {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .tech-block-item {
        width: 50%;
    }

    .download-block {
        flex-direction: column-reverse;
    }
    .download-block-left, .about-block-right {
        margin-top: 2rem;
        width: 100%;        
    }
    .download-block-right {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .contact-block {
        flex-direction: column;
    }
    .contact-block-left, .contact-block-right {
        width: 80%;
        margin: 0 0 2rem 0;
        align-self: center;
    }
}

@media (max-width:600px) {
    h1 {
        font-size: 3rem;
    }
    .header-top {
        margin-bottom: 75px;
    }
    .header-wrap-color {
        padding-bottom: 100px;
    }
    .header-wrap-color h2{
        font-size: 1.25rem;
        padding: 0 7%;
    }
    .tech-wrap {
        padding: 50px 0 50px;
    }
}
@media (max-width:480px) {
    .tech-block-item {
        width: 100%;
    }
    h1 {
        font-size: 2rem;
    }    
}