/* BLOCK1 */

/* slideshow */
.slideshow_other,
.slideshow_other:after {
	width: 100%;
	height: 498px;
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    list-style: none;
    margin:0;
    padding: 0;
    background-size: cover;
}

.slideshow_other:after {
    content: '';
}

.slideshow_other li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
    animation-delay: 2s;
}

.slideshow_other li:nth-child(2) span {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}

.slideshow_other li:nth-child(3) span {
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}

.block1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #00000074;
}

.block1_cover {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.block1_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 16px;
    padding: 0px;
    padding-top: 88px;
}

.block1_inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    margin: 30px 0px;
    border-radius: 2px;
    /* background: rgba(34, 34, 34, 0.60);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px); */
}

.block1_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
    max-width: 530px;
}

.block1_logo_wrapp {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin: 0px 16px;
}

.unimax_logo {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

.unimax_logo1 {
    width: 100%;
    height: auto;
    max-width: 900px;
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
    animation: logo-draw 3.5s linear;  
  }

  @keyframes logo-draw {
      from {
        stroke-dashoffset: 1000;
      }
      to {
        stroke-dashoffset: 0;
      }
  }



/* BLOCK2 */

.block2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
}

.block2_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 16px;
    padding: 0px;
}

.block2_inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    padding-top: 88px;
    flex-flow: column;
}

.block2_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.block2_content {
    width: 100%;
    height: 236px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.block2_txt {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #D9D9D9;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}

.elem_first {
    margin-right: 15px;
}

.elem_last {
    margin-left: 15px;
}

.block2_pic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}


/* Block3 */

.block3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
}

.block3_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 16px;
    padding: 0px;
}

.block3_inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    padding-top: 88px;
    flex-flow: column;
}

.block3_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.block3_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    padding-bottom: 44px;
}

.fancy_img {
    width: 120px;
    height: auto;
    margin-top: 24px;
}


/* BLOCK4 */

.block4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
}

.block4_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 16px;
    padding: 0px;
}

.block4_inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    padding-top: 88px;
    flex-flow: column;
}

.block4_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.block4_header1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
}

.block4_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    flex-flow: column;
}

.block4_option_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.block4_option {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 24px;
}

.first_option {
    margin-right: 15px;
}

.last_option {
    margin-left: 15px;
}

.block4_count {
    width: 20%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: "Heavy";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    margin-right: 16px;
    overflow: hidden;
}

.block4_count_smi {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: "black";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    margin-right: 16px;
    overflow: hidden;
    text-decoration: none;
}

.count_pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.count_txt {
    position: absolute;
    margin: 0px;
}

.block4_point_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content:center;
    flex-flow: column;
}

.point_head_txt {
    width: auto;
    height: auto;
    color: #D9D9D9;
    font-family: "Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 24px;
    text-align: start;
    margin-bottom: 6px;
}

.point_txt_wrapp {
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 6px;
}

.point {
    width: 10px;
    height: 10px;
    display: flex;
    background-color: #5E5BE6;
    border-radius: 5px;
    margin-right: 8px;
    margin-top: 5px;
}

.point_txt {
    width: 100%;
    height: auto;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: start;
    text-decoration: none;
}

.fancy_img {
    width: 274px;
    height: auto;
    margin-top: 24px;
}

.own_block{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #D9D9D9;
}

.own_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
}

.own_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin-bottom: 44px;
}

.own_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: "Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.own_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.own_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
}

.own_pic_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
}

.own_pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.own_txt {
    width: 100%;
    align-items: center;
    justify-content: start;
    display: flex;
    color: #222222;
    text-align: start;
    font-family: "Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    letter-spacing: 0.7px;
}

.own_first {
    margin-right: 16px;
}

.own_second {
    margin-left: 16px;
}

.own_more_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.own_more_btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    
}

.own_more_txt {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(45deg, #5E5BE6 0%, #4E4CBF 50%);
}

.own_more_first {
    margin-right: 16px;
}

.own_more_second {
    margin-left: 16px;
}





@media(max-width: 1210px) {

    .block2_content {
        flex-flow: column;
        height: auto;
    }

    .block2_pic {
        height: 300px;
    }

    .reverce_mob {
        flex-flow: column-reverse;
    }

    .elem_first {
        margin-right: 0px;
        margin-top: 24px;
    }
    
    .elem_last {
        margin-left: 0px;
        margin-top: 24px;
    }

}

@media(max-width: 1070px) {

    .block3_content {
        max-width: 948px;
    }

    .fancy_img {
        width: 190px;
    }

    .own_content {
        flex-flow: column;
    }

    .own_first {
        margin-right: 0px;
    }

    .own_second {
        margin-left: 0px;
    } 

    .own_more_first {
        display: none;
    }

    .own_more_second {
        margin-left: 0px;
    }

}

@media(max-width: 992px) {

    .block4_option_wrapp {
        flex-flow: column;
    }

    .first_option {
        margin-right: 0px;
    }

    .last_option {
        margin-left: 0px;
    }

    .block1_wrapper {
        padding-top: 50px;
    }

}

@media(max-width: 820px) {

    .block3_content {
        max-width: 790px;
    }

    .fancy_img {
        width: 160px;
    }

}

@media(max-width: 710px) {

    .block3_content {
        max-width: 478px;
        justify-content: space-around;
    }


}

@media(max-width: 500px) {

    .block4_count {
        font-size: 44px;
    }
}
