

/* Start:/local/templates/future_2021/css/partnership-v2.css?17534640818134*/
.page-partnership {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 84px;
    margin-bottom: 108px;
    font-family: Raleway;
}
.page-partnership .partner-header {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.page-partnership .partner-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 23px;
    width: 417px;
}
.page-partnership .partner-inputs .partner-item {
    height: 65px;
    padding: 24px 22px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-top: 20px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
}
.page-partnership .partner-inputs .partner-item::placeholder {
    color: #c9c9c9;
}
.page-partnership .partner-accept {
    margin-top: 40px;
    width: 100%;
    background-color: #29332d;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    border-radius: 100px;
    padding: 17px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid #29332d;
}
.page-partnership .partner-accept:hover {
    background-color: #fff;
    color: #29332d;
}
.page-partnership .partner-inputs .partner-selector {
    position: relative;
    height: 65px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-top: 20px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    display: flex;
}
.page-partnership .partner-inputs .partner-selector label {
    color: #c9c9c9;
    display: flex;
    border: none;
    margin-top: 0;
}
.page-partnership .partner-inputs .partner-selector select {
    border: none;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    padding: 22px;
    color: #c9c9c9;
    z-index: 2;
}

.page-partnership .partner-inputs .partner-selector select option {
    color: #000;
}
.page-partnership .partner-inputs .partner-selector .select-icon {
    background: url("/local/templates/future_2021/css/../images/select-arrow.png") no-repeat center / contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 25px;
    z-index: 1;
}

.checkbox-block {
    margin-top: 50px;
    display: flex;
}

.checkbox-item {
    width: 20px;
    height: 20px;
    margin-right: 24px;
}

.checkbox-block p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkbox-block a {
    text-decoration: underline;
    cursor: pointer;
}


.WrapFlex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.LeftSideContent {
    margin-right: 67px;
    max-width: 660px;
    width: 100%;
}

.LeftSideContent h1 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.LeftText {
    max-width: 573px;
    width: 100%;
    margin-top: 43px;
}

.LeftText p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.margin {
    margin-top: 40px;
    margin-bottom: 26px;
}


.MailBtn {
    width: 187px;
    height: 51px;
    border-radius: 100px;
    background: #29332D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.5s;
    border: 1px solid #29332D;
    cursor: pointer;
    margin-bottom: 52px;
}

.LinkBtn {
    width: 123px;
    height: 51px;
    border-radius: 100px;
    background: #29332D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.5s;
    border: 1px solid #29332D;
    cursor: pointer;
    margin-top: 32px;
}

.RightSideContent {
    
}

.RightSideContent h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 9px;
}

.plant {
    position: absolute;
    right: -387px;
    top: -253px;
    width: 709px;
    z-index: -1;
}

body {
    overflow-x: hidden;
}


.blocks {
    margin-top: 67px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.block {
    display: block;
    height: 270px;
    background: rgb(26, 25, 25);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block .img {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

.block .bg {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(33, 18, 18, 0.70);
    transition: 0.5s;
}

.block .name {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    z-index: 5;
    max-width: 80%;
    transition: 0.5s;
}

.block:hover p{
    transition: 0.5s;
}

.block:hover .name p{
    opacity: 0;
}

.block .arrow {
    margin-top: 10px;
    background-image: url('/local/templates/future_2021/css/../images/arrowCard.svg');
    width: 27px;
    height: 41px;
    z-index: 15;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: 0.5s;
}

.block .text {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
    z-index: 10;
    max-width: 100%;
    width: 100%;
}

.block:hover .text{
    opacity: 1;
}

@media(max-width: 1200px) {
    .LeftSideContent {
        margin-right: 32px;
        max-width: 500px;
    }

    .plant {
        display: none;
    }
}

@media(max-width: 1040px) {
    .blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 860px) {
    .page-partnership .partner-inputs {
        width: 360px;
    }

    .LeftSideContent h1 {
        font-size: 24px;
    }
}


@media only screen and (max-width: 767px) {
    .page-partnership .partner-inputs {
        width: 100%;
        margin-top: 0;
    }

    .page-partnership {
        padding-top: 0;
    }

    .WrapFlex {
        display: block;
    }

    .LeftSideContent {
        max-width: 100%;
        margin-right: unset;
        margin-bottom: 56px;
    }

    .LeftSideContent h1 {
        font-size: 28px;
    }

    .LeftSideContent p {
        font-size: 16px;
    }

    .plant {
        display: none;
    }

    .page-partnership .partner-accept {
        width: 100%;
        height: 52px;
        font-size: 18px;
        margin-top: 32px;
    }

    .LeftText {
        margin-top: 24px;
    }

    .margin {
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .LinkBtn {
        margin-top: 16px;
    }

    .blocks {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 27px;
    }

    .block {
        height: 84.38vw;
    }

    .checkbox-block {
        margin-top: 32px;
    }

    .RightSideContent h2 {
        max-width: 182px;
        margin: 0 auto;
        text-align: center;
    }
}


@media(hover: hover) {
    .MailBtn:hover {
        color: #29332D;
        background: #fff;
    }

    .LinkBtn:hover {
        color: #29332D;
        background: #fff;
    }

    .block:hover .bg {
        background: transparent;
    }

    .block:hover .arrow {
        opacity: 1;
    }
}
/* End */
/* /local/templates/future_2021/css/partnership-v2.css?17534640818134 */
