html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    background: #060606;
    height: 100vh;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 600;
    transition: color .5s ease;
    display: flex;
    align-items: center;
}

a i {
    margin-right: 10px;
    vertical-align: middle;
}

a:hover {
    transition: color .5s ease;
    color: #18ff75;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.logo {
    max-width: 50px;
    display: block;
}

.logo img {
    width: 100%;
}

header {
    padding: 30px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    max-height: 100%;
}

.header-menu {
    display: flex;
    justify-content: space-between;
}

.header-menu li {
    margin-right: 20px;
}

.main {
    height: calc(100vh - 113px);
}

.main .container {
    height: calc(100vh - 113px);
    display: flex;
    position: relative;
    justify-content: space-between;
}

.main img {
    height: auto;
    max-height: 90%;
    position: absolute;

    bottom: 0;
    right: 0;
}

.text-info {
    width: 50%;
    align-self: center;
    z-index: 9;
}

h3 {
    color: #bebebf;
    font-size: 52px;
}

h1 {
    font-size: 52px;
    color: #b9b9b9;
    margin-bottom: 20px;
}

h1 span {
    color: white;
    font-weight: bold;
}

h4 {
    font-size: 36px;
    line-height: 1.3;
    color: #b9b9b9;
    margin-bottom: 20px;
}

h5, p {
    color: #b9b9b9;
    line-height: 1.5;
    margin-bottom: 10px;
}

b {
    font-weight: bold;
    color: white;
}

.telegram {
    background: white;
    padding: 18px 30px;
    border-radius: 10px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.telegram img {
    position: relative;
    height: 24px;
    margin-right: 10px;
}

.telegram:hover {
    color: black;
    background: lightgrey;
    transition: all .5s ease;
}

footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

footer li img{
    width: 20px;
}

footer ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer ul li{
    margin-right: 20px;
    opacity: 0.8;
    transition: opacity .5s ease;
}
footer ul li:hover{
    opacity: 1;
    transition: opacity .5s ease;
}

@media (min-width: 2300px) {
    .photo img {
        height: auto;
        max-height: 85%;
        position: absolute;
        bottom: 0;
        right: -100px;
    }

    .telegram img {
        position: relative;
        height: 24px;
        margin-right: 10px;
        right: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1441px) {
    h1{
        font-size: 48px;
    }
    h4{
        font-size: 28px;
    }
    h5, p{
        font-size: 14px;
    }
    .photo img {
        height: auto;
        max-height: 95%;
        position: absolute;
        bottom: 0;
        right: 50px;
    }
}

@media (min-width: 1023px) and (max-width: 1024px){
    h1{
        font-size: 36px;
    }
    h4{
        font-size: 24px;
    }
    h5, p{
        font-size: 14px;
    }
    .photo img {
        height: auto;
        max-height: 95%;
        position: absolute;
        bottom: 0;
        right: 20px;
    }

    .container{
        padding: 0 90px;
    }
}

@media (min-width: 767px) and (max-width: 1022px){
    .container{
        width: calc(100% - 40px)!important;
    }
    .photo img{
        right: -200px;
    }
}

@media (max-width: 760px){
    a{
        font-size: 12px;
    }
    .container{
        width: calc(100% - 40px)!important;
    }
    .text-info{
        width: 70%;
        margin-top:-50px;
    }
    .photo img{
        right:-40%;
    }
    h1{
        font-size: 32px;
    }
    h4{
        font-size: 18px;
    }
    h5, p{
        font-size: 14px;
    }
    .telegram{
        padding: 13px 16px;
    }
}

@media(min-width: 999px) and (max-width: 1290px){
    .main .container, .container{
        padding: 0 90px;
    }
}

@media (max-width: 375px) {
    .photo img{
        right: -40%;
        max-height: 100%;
    }
    h4{
        font-size: 14px;
    }
    h5{
        font-size: 12px;
    }
    p{
        font-size: 12px;
        text-shadow: 1px 1px 2px black;
    }
}

@media (min-width: 340px) and (max-width: 360px) {
    .photo img{
        right: -60%;
        max-height: 100%;
    }
    h4{
        font-size: 14px;
    }
    h5{
        font-size: 12px;
    }
    p{
        font-size: 12px;
        text-shadow: 1px 1px 2px black;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .photo img{
        right: -55%;
        max-height: 90%;
    }
    h1{
        font-size: 35px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 13px;
    }
    p{
        font-size: 13px;
        text-shadow: 1px 1px 2px black;
    }
}

@media (max-width: 400px) and (max-height: 620px) {
    .photo img{
        right: -45%;
        max-height: 100%;
    }
    h1{
        font-size: 30px;
    }
    h4{
        font-size: 12px;
    }
    footer{
        display: none;
    }
    h5{
        font-size: 12px;
    }
    header{
        padding: 10px 0;
    }
    .main .container{
        height: 100vh;
        max-height: 100vh;
    }
    p{
        font-size: 12px;
        text-shadow: 1px 1px 2px black;
    }
}

@media (max-width: 340px) {
    h1{
        font-size: 27px;
    }
    h4, p{
        font-size: 12px;
    }
    .header-menu li a{
        font-size: 0px;
    }
    .header-menu li:last-child{
        margin: 0;
    }
    .header-menu li a i{
        font-size: 20px;
    }
    footer{
        display: none;
    }
}