/*@font-face {*/
/*    font-family: 'Inter';*/
/*    src: url('static/fonts/Inter/Inter-Bold.eot');*/
/*    src: local('Inter Bold'), local('Inter-Bold'),*/
/*        url('static/fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),*/
/*        url('static/fonts/Inter/Inter-Bold.woff2') format('woff2'),*/
/*        url('static/fonts/Inter/Inter-Bold.woff') format('woff'),*/
/*        url('static/fonts/Inter/Inter-Bold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    src: url('static/fonts/Inter/Inter-Regular.eot');*/
/*    src: local('Inter Regular'), local('Inter-Regular'),*/
/*        url('static/fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),*/
/*        url('static/fonts/Inter/Inter-Regular.woff2') format('woff2'),*/
/*        url('static/fonts/Inter/Inter-Regular.woff') format('woff'),*/
/*        url('static/fonts/Inter/Inter-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    src: url('static/fonts/Inter/Inter-LightBETA.eot');*/
/*    src: local('Inter Light BETA'), local('Inter-LightBETA'),*/
/*        url('static/fonts/Inter/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),*/
/*        url('static/fonts/Inter/Inter-LightBETA.woff2') format('woff2'),*/
/*        url('static/fonts/Inter/Inter-LightBETA.woff') format('woff'),*/
/*        url('static/fonts/Inter/Inter-LightBETA.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    src: url('static/fonts/Inter/Inter-ThinBETA.eot');*/
/*    src: local('Inter Thin BETA'), local('Inter-ThinBETA'),*/
/*        url('static/fonts/Inter/Inter-ThinBETA.eot?#iefix') format('embedded-opentype'),*/
/*        url('static/fonts/Inter/Inter-ThinBETA.woff2') format('woff2'),*/
/*        url('static/fonts/Inter/Inter-ThinBETA.woff') format('woff'),*/
/*        url('static/fonts/Inter/Inter-ThinBETA.ttf') format('truetype');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*}*/

header {
    display: flex;
    justify-content: center;
    background-color: black;
    width: 80%;
    margin: 0 auto;
}
header img {
    margin: 13px;
}
header a {
    border: 1px solid rgb(0, 168, 225);
}
header .left {
    background-color: rgb(0, 168, 225);
    width: 100%;
    margin: 15px;
    border-radius: 100px 0px 0px 100px;
}
header .right {
    background-color: rgb(0, 168, 225);
    width: 64px;
    height: 64px;
    margin: 15px;
    border-radius: 0px 100px 100px 0px;
}
header nav {
    display: flex;
    height: 64px;
    margin: 15px 0px;
    grid-gap: 15px;
}
footer {
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px;
    padding-top: 20px;
    margin-top: 100px;
}
footer h5 {
    color: rgba(178, 177, 255, 0.7);
    font: 18px Inter;
}
.social {
    display: flex;
    justify-content: center;
}
.social img {
    width: 32px;
    opacity: 0.7;
    margin-top: 40px;
}
.social a {
    text-decoration: none;
}
a.disabled {
    pointer-events: none;
}
.social p {
    color: rgba(178, 177, 255, 0.7);
    font: 16px Inter;
    margin: 10px 20px;
}
#yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
    width: 80%;
    height: 120px;
    margin: 20px auto;
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1650px) {
    header {
        width: 90%;
    }
    header img {
        margin: 11px;
        width: 30px;
        height: 30px;
    }
    header .left {
        width: 100%;
        margin: 15px 11px;
        border-radius: 64px 0px 0px 64px;
    }
    header .right {
        width: 54px;
        height: 54px;
        margin: 15px 11px;
        border-radius: 0px 64px 64px 0px;
    }
    header nav {
        display: flex;
        height: 54px;
        margin: 15px 0px;
        grid-gap: 11px;
    }
    #yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
        width: 90%;
        height: 120px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    header {
        width: 90%;
    }
    header img {
        margin: 11px;
        width: 30px;
        height: 30px;
    }
    header .left {
        width: 100%;
        margin: 15px 11px;
        border-radius: 64px 0px 0px 64px;
    }
    header .right {
        width: 54px;
        height: 54px;
        margin: 15px 11px;
        border-radius: 0px 64px 64px 0px;
    }
    header nav {
        display: flex;
        height: 54px;
        margin: 15px 0px;
        grid-gap: 11px;
    }
    #yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
        width: 90%;
        height: 120px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    header {
        width: 90%;
    }
    header img {
        margin: 11px;
        width: 30px;
        height: 30px;
    }
    header .left {
        width: 100%;
        margin: 15px 11px;
        border-radius: 64px 0px 0px 64px;
    }
    header .right {
        width: 54px;
        height: 54px;
        margin: 15px 11px;
        border-radius: 0px 64px 64px 0px;
    }
    header nav {
        display: flex;
        height: 54px;
        margin: 15px 0px;
        grid-gap: 11px;
    }
    #yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
        width: 90%;
        height: 120px;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
    header {
        width: 95%;
    }
    header img {
        margin: 9px;
        width: 28px;
        height: 28px;
    }
    header .left {
        width: 100%;
        margin: 15px 9px;
        border-radius: 48px 0px 0px 48px;
    }
    header .right {
        width: 48px;
        height: 48px;
        margin: 15px 9px;
        border-radius: 0px 48px 48px 0px;
    }
    header nav {
        display: flex;
        height: 48px;
        margin: 15px 0px;
        grid-gap: 9px;
    }
    footer h5, .social p {
        font-size: 12px;
    }
    #yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
        width: 95%;
        height: 120px;
    }
}

/* Portrait phones and smaller */
@media (min-width: 321px) and (max-width: 480px) {
    header {
        width: 95%;
    }
    header img {
        margin: 8px;
        width: 24px;
        height: 24px;
    }
    header .left {
        width: 100%;
        margin: 15px 8px;
        border-radius: 44px 0px 0px 44px;
    }
    header .right {
        width: 44px;
        height: 44px;
        margin: 15px 8px;
        border-radius: 0px 44px 44px 0px;
    }
    header nav {
        display: flex;
        height: 44px;
        margin: 15px 0px;
        grid-gap: 8px;
    }
    footer {
        padding: 25px;
        padding-top: 10px;
        margin-top: 50px;
        padding-bottom: 40px;
    }
    footer h5 {
        margin-bottom: 30px;
        font-size: 10px;
    }
    .social p {
        font-size: 10px;
    }
    .social {
        display: block;
    }
    .social img {
        width: 26px;
        margin-top: 0px;
    }
    .social a {
        display: flex;
        margin-left: 20%;
        margin-top: 10px;
    }
    #yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
        width: 95%;
        height: 120px;
    }
}

/* Iphone 5 */
@media (max-width: 320px) {
    header {
        width: 95%;
    }
    header img {
        margin: 8px;
        width: 20px;
        height: 20px;
    }
    header .left {
        width: 100%;
        margin: 15px 8px;
        border-radius: 44px 0px 0px 44px;
    }
    header .right {
        width: 38px;
        height: 38px;
        margin: 15px 8px;
        border-radius: 0px 44px 44px 0px;
    }
    header nav {
        display: flex;
        height: 38px;
        margin: 15px 0px;
        grid-gap: 8px;
    }
    footer {
        padding: 20px;
        padding-top: 10px;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    footer h5 {
        margin-bottom: 40px;
        font-size: 10px;
    }
    .social a {
        display: flex;
        margin-left: 15%;
        margin-top: 10px;
    }
    .social p {
        font-size: 10px;
    }
    .social {
        display: block;
    }
    .social img {
        width: 26px;
        margin-top: 0px;
    }
    #yandex_rtb_R-A-1963842-1, #yandex_rtb_R-A-1963842-2 {
        width: 95%;
        height: 120px;
    }
}