.first_screen_bg {
    width: 100%;
    background-color: #161421;
}

.first_screen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1170px;
    height: 630px;
    margin: auto;
}

.fs_image {
    width: 580px;
    height: 580px;
    background-image: url(../images/bg_image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.fs_text {
    width: 550px;
    color: #ffffff;
    font-family: MontserratRegular;
}

.fs_space {
    margin-bottom: 50px;
}

.fs_title {
    font-size: 50px;
}

.fs_sub_title {
    font-size: MontserratLight;
    font-size: 25px;
}

.all_bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ae_block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 10px;
}

#ae_1 {
    background-image: url(../images/ae_bg_1.png);
}

#ae_2 {
    background-image: url(../images/ae_bg_2.png);
}

#ae_3 {
    background-image: url(../images/ae_bg_3.png);
}

#ae_4 {
    background-image: url(../images/ae_bg_4.png);
}

#ae_5 {
    background-image: url(../images/ae_bg_5.png);
}

#ae_6 {
    background-image: url(../images/ae_bg_6.png);
}

.ae_block button {
    min-width: 135px;
    background: none;
    color: white;
    font-family: MontserratMedium;
    padding: 8px 20px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.space_bottom {
    margin-bottom: 30px;
}

.content_block_black {
    background-color: #161421;
}

.ade_block {
    width: 570px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}

.ade_bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ade_image {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 10px;
    margin: 20px;
}

#ade_1 {
    background-image: url(../images/ade_bg_1.png);
}

#ade_2 {
    background-image: url(../images/ade_bg_2.png);
}

#ade_3 {
    background-image: url(../images/ade_bg_3.png);
}

#ade_4 {
    background-image: url(../images/ade_bg_4.png);
}

.ade_line {
    width: 1px;
    height: 170px;
    background: #f3f3f3;
}

.ade_content {
    width: 350px;
    font-family: MontserratLight;
    font-size: 18px;
    margin: 0 20px;
}

.ade_content button{
    background: #161421;
    font-family: MontserratSemiBold;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 5px;
}

.ade_content button:hover {
    opacity: 0.8;
}

.ade_text {
    height: 70px;
}

.center_title {
    justify-content: center;
    width: 100%;
    color: white;
}

.is_bg {
    display: flex;
    align-items: center;
    width: 970px;
    background: #ffffff;
    margin: auto
}

.big_video {
    width: 650px;
    height: 410px;
    margin: 20px;
}

.small_video_bg {
    width: 280px;
    height: 450px;
    background: #F5F5F5;
}

.small_video {
    width: 230px;
    height: 112px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 20px;
    margin-left: 20px;
    border: 5px solid #F5F5F5;
    cursor: pointer;
}

#vi-1 {
    border-color: #E99954;
}

.orange_title {
    color: white;
    margin-bottom: 0;
}

.content_block_orange {
    background: #E99954;
}

.rn_bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 970px;
    margin: auto;
}

.rn_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 450px;
    background: #ffffff;
    font-family: MontserratLight;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}

.rn_icon {
    width: 40px;
    height: 40px;
    background-color: #161421;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 10px;
    margin-right: 10px;
}

#time {
    background-image: url(../images/time.png);
}

#location {
    background-image: url(../images/location.png);

}

#users {
    background-image: url(../images/users.png);
}

#file {
    background-image: url(../images/file.png);
}

.cdn_bg {
    background: #F5F5F5;
    padding: 50px 0;
}

.cdn_content_block {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: auto;
}

.cdn_content {
    display: none;
    width: 750px;
    background: white;
    border-radius: 10px;
    text-align: center;
    font-family: MontserratRegular;
    padding: 30px 20px;
    margin: auto;
}

#slide-1 {
    display: block;
}

.cdn_image {
    width: 80px;
    height: 80px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid #E99954;
    margin: auto;
}

.cdn_text {
    width: 500px;
    padding-top: 30px;
    text-align: justify;
    margin: auto;
}


.cdn_name {
    font-family: MontserratBold;
    padding-top: 30px;
}

.move_cdn_icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.move_cdn_icon:hover {
    opacity: 0.5;
}

.move_cdn_left {
    background-image: url(../images/left.png);
}

.move_cdn_right {
    background-image: url(../images/right.png);
}

.bn_top_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.bn_bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.bn_block {
    width: 370px;
    font-family: MontserratLight;
    font-size: 24px;
}

.bn_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bn_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #E99954;
    border-radius: 50%;
    color: #ffffff;
    font-family: MontserratBold;
    font-size: 30px;
}

.bn_line {
    width: calc(100% - 100px);
    height: 1px;
    background: #E0E0E0;
}

.bn_text {
    margin-top: 10px;
    margin-left: 100px;
}

.cc_bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: auto;
}

.cc_block {
    display: flex;
    flex-direction: column;
    width: 410px;
    font-family: MontserratLight;
    font-size: 24px;
    color: #ffffff;
}

.cc_title {
    font-size: 36px;
    margin-bottom: 30px;
}

.cc_block input {
    padding: 10px;
    border-radius: 10px;
    font-family: MontserratLight;
}

.cc_line_input {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
}

.cc_form_name {
    width: 390px;
}

.cc_form_input {
    width: 180px;
}

.cc_center {
    text-align: center;
}

.cc_bg .orange_button {
    margin: auto;
}

.orange_button {
    width: 200px;
}