
.section-start {
    width: 100%;
    height: 100vh;
    padding: 140px 0 60px;
    overflow: hidden;
}

.section-full {
    width: 100%;
    min-height: 800px;
    padding: 140px 0 60px;
}


.bg-w {
    background: #fff;
}

.bg-b {
    background: #222;
}



.bg-g {
    background: #eaeaea;
}

.container__blog {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
/*    height: 100%;*/
    max-width: 1400px;
    margin: 0px auto;
    padding: 0;
}


.title__block {
    position: absolute;
    top: calc(50% + 100px);
    right: 0px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    padding: 40px;
}

.title__block-2 {
    position: absolute;
    top: calc(50% - 300px);
    left: 0px;
    z-index: 100;

    padding: 40px;
}

.title__block-main {
    width: 60%;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    background: #fff;
    padding: 40px

}

.text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 48px;

}


.text-color-gold {
    background: gold;
    padding: 0px 20px;
/*    margin-left: -20px*/
}

.text-bg-w {
    background: #fff;
}

.text-bg-b {
    background: #222;
}

.text-bg-o {
    background: orange;
}

.title__2 {

/*    width: 490px;*/
    font-size: 24px;
    font-weight: 400;
    padding: 40px;
}

.title__3 {

    width: 540px;
    font-size: 20px;

    font-weight: 500;
    color: #fff;
    padding: 40px;
}

.title__4 {
    width: 500px;
    font-size: 24px;

    font-weight: 400;
    color: #222;
    padding: 40px;
}

.title__5 {
    width: 500px;
    font-size: 30px;
    text-transform: uppercase;

    font-weight: 400;
    color: #fff;
    padding: 40px;
}


.text-w2 {
    font-weight: 600;
}

.text-w3 {
    font-weight: 800;
}




.block__video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.iframe__video {
    width: calc(50% - 20px);
    height: 0;
    padding-bottom: 28%;
    margin: 10px;
    position: relative;
}

.iframe__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block__image {
/*    display: flex;*/
    position: relative;
    width: auto;
    height: 100%;
/*    align-items: flex-end;*/
}

.block__image-2 {
/*    display: flex;*/
    position: relative;
    width: auto;
    height: 100%;
/*    align-items: flex-end;*/

}

.block__image-gen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    display: flex;
/*    padding 20px;*/
/*    align-items: flex-end;*/

}

.block__image-video {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 400px;
    height: 100%;
    padding 20px;
    z-index: 100;
    justify-content: center;
}

.image-left-main {
    position: absolute;
    width: 100%;
    height: auto;
    top: 00%;
    left: 0;
    z-index: 10;

}

.image-left {
    position: absolute;
    width: 40%;
    height: auto;
    left: 0;
    top: -70px;
    z-index: 0;

}

.image-right {
    position: absolute;
    width: 40%;
    height: auto;
    right: 0;
    top: -70px;
    z-index: 0;
}

.image-site {
    position: absolute;
    width: 50%;
    height: auto;
    left: 0;
    top: 60px;
    z-index: 10;
}

.image-app {
    position: absolute;
    width: auto;
    height: 85%;
    bottom: 60px;
    right: 0;
    z-index: 10;

}

.image-gen {
/*    padding: 20px;*/
    background: #fff;

    box-shadow: 0 0 30px 0 rgba(0,0,0, .1)
}

.image-video {
    width: 400px;
    height: auto;
    padding: 10px;
}


.image__video-wrapper {
    width: 400px;
    cursor: pointer;
    transition: all .3s linear;
}

.image__video-wrapper:hover {
    background: orange;

}


.image__video-wrapper iframe {
    display: none;
}



/* blog__tags */

.blog__tags {
/*    width: 100%;*/
    width: 58%;
    padding: 0 40px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
}

.blog__item-tag {
    list-style-type: none;
    margin: 2px;
    padding: 10px 14px;
    border: 2px solid gold;
    border-radius: 4px;
}


/* text blocks */

.t-block-left {
/*    position: absolute;*/
/*    top: calc(50% - 300px);*/
    right: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.t-block-right {
/*    position: absolute;*/
/*    top: calc(50% - 300px);*/
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.t-block-size-700 {
    width: 70%;
    padding: 20px 40px;
    margin: 10px;
}

.t-block-size-600 {
    width: 58%;
    padding: 20px 40px;
    margin: 10px;
}

.t-block-size-500 {
    width: 500px;
    padding: 40px;
    margin: 10px;
}

.t-block-size-title {
    max-width: 55%;
    padding: 20px 30px;
    margin: 0 10px 20px 10px;
}

.t-block-w {
    background: #fff;
}
.t-block-b {
    background: #222;
}
.t-block-o {
    background: gold;
}
.t-block-t {
    background: transparent;
}

.t-color-w {color: #fff}
.t-color-b {color: #222}
.t-color-o {color: orange}

.t-font-1 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
}
.t-font-2 {font-size: 24px;}
.t-font-3 {
    font-size: 20px;
    font-weight: 500;

}



/* TABLE */

.table {
    width: 700px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    margin: 10px;
    background: #222;

}

.table th {
    background: #111;
    color: orange;
    height: 60px;
}

.table tr {
    background: #fff;
    transition: all .2s linear;
}

.table tr:nth-child(2n) {
    background: #f2f2f2;
}

.table tr:nth-child(5) {
    background: orange;
    font-weight: 800;
}

.table tr td {
    height: 50px;
    text-align: center;
    /*    background: #000;*/
    padding: 6px 10px;
    transition: all .2s linear;
}

.table tr:hover {
    background: #f8f8f8;
}

.table tr td a {
    color: orange;
    transition: all .2s linear;
}

.table tr td a:hover {
    color: #111;
    padding: 6px 10px;
    border-radius: 6px;
    background: orange;
}



.btn-gold {
    position: absolute;
    bottom: 0px;
    left: 80px;
    z-index: 100;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 800;
    border-radius: 50px;

    border: 2px solid orange;
    color: #222;
    background: gold;
    text-decoration: none;
    box-shadow: 0 10px 30px -15px orange;
    transition: all .3s linear;
}

.btn-gold:hover {
    border: 2px solid gold;
    color: #fff;
    background: orange;
    box-shadow: 0 20px 30px -15px orange;
}

.btn-white {
/*    position: absolute;*/
/*    bottom: 0px;*/
    left: 80px;
    z-index: 100;
/*    margin: 0 auto;*/
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;

    border: 2px solid white;
    color: #fff;
    background: #222;
    text-decoration: none;
    box-shadow: 0 10px 30px -15px white;
    transition: all .3s linear;
}

.btn-white:hover {
    border: 2px solid gold;
    color: #fff;
    background: orange;
    box-shadow: 0 20px 30px -15px orange;
}




/* ==== MEDIA ==== */

@media (max-width: 900px) {

    .section-full {
    padding: 40px 0 20px;
    }

    .title__block {
    top: 0;
    padding: 30px;
    }

    .title__block-main {
    width: 100%;
    font-size: 22px;
    }

    .title__2 {
    font-size: 18px;
    padding: 0;
    }

    .container__blog {
    flex-wrap: wrap;
    }

    .block__image-gen {
    position: static;
    width: 100%;
    height: 100%;
    }

    .image-right {
    position: static;
    width: 100%;
    }

    .image-left {
    position: static;
    width: 100%;
    }

    .t-block-size-title {
    max-width: 100%;
    }

    .t-block-size-700 {
    width: 100%;
    margin: 0;
    }

    .t-block-size-600 {
    width: 100%;
    padding: 0 30px;
    margin: 0;
    }

    .t-font-1 {
    font-size: 22px;
    }

    .t-font-2 {
    font-size: 18px;
    }

    .t-font-3 {
    font-size: 16px;
    }

    .text {
        font-size: 18px;
        padding: 30px;
    }

    .iframe__video {
        width: 100%;
        padding-bottom: 52%;
    }



}












