@media screen and (min-width:320px) {

    body,
    footer,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header,
    html,
    p,
    section {
        padding: 0;
        margin: 0
    }

    body {
        background: #000
    }

    ol,
    ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    section {
        min-height: 100vh
    }

    a,
    a:hover {
        text-decoration: none
    }

    a:hover {
        color: #919191
    }

    .header {
        padding-top: 10px
    }

    .logo_container img {
        max-width: 120px
    }

    .title {
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px
    }

    .slider_big_image {
        max-width: 145px;
        margin: 0 auto
    }

    .slider_big_image img {
        width: 100%
    }

    .symbol_wrap img {
        width: 100%
    }

    .slider_img img {
        width: 45px;
        margin: auto
    }

    .slider_title {
        text-transform: uppercase;
        margin: 16px auto 12px;
        font-size: 21px
    }

    .slider_date {
        font-size: 14px;
        margin-bottom: 20px
    }

    .slider_box {
        margin: 0 auto 5px;
        width: 70%;
        max-width: 300px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row
    }

    .slider_item {
        color: #fff;
        text-align: center
    }

    .content_wrapper {
        opacity: 0;
        margin-bottom: 100px
    }

    .slick-slide {
        height: auto
    }

    .slick-prev {
        margin-top: 84px;
        left: 5px;
        z-index: 1;
        width: 40px;
        height: 40px
    }

    .slick-prev:before {
        content: url(../img/left.png)
    }

    .slick-next {
        margin-top: 84px;
        right: 5px;
        z-index: 1;
        width: 40px;
        height: 40px
    }

    .slick-next:before {
        content: url(../img/right.png)
    }

    .continue {
        display: block;
        color: #fff;
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        padding: 5px 0;
        font-size: 19px;
        border: 2px solid #fff;
        border-radius: 20px;
        text-align: center;
        text-transform: uppercase
    }

    .tab-pane {
        color: #fff
    }

    .nav-link {
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: 3px solid transparent
    }

    .nav-link.active {
        border-bottom: 3px solid #fff
    }

    .nav {
        justify-content: center
    }

    .nav a {
        color: #8d8d8e;
        padding: 5px 5px 0 5px
    }

    .nav a.active {
        color: #fff
    }

    .tab-content {
        box-sizing: border-box;
        padding: 25px 0 15px;
        margin: 0 auto 20px;
        width: 100%;
        background: #191919;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xs-12.col-sm-8.col-md-8.col-xl-8.mx-auto {
        padding: 0
    }

    .tab-pane {
        width: 100%;
        margin: 0 auto;
        max-width: 530px
    }

    .tab_h3 {
        font-size: 17px;
        color: #fff
    }

    .tab_div {
        font-size: 11px;
        color: #cecece;
        min-height: 45px;
        line-height: 11px
    }

    .tab-content .col-4 {
        text-align: center;
        padding: 0 5px;
        font-family: 'Myriad Pro';
        font-weight: 400;
        font-style: normal
    }

    .tab-pane h2 {
        font-size: 16px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #fff
    }

    .tab-pane p {
        text-align: justify;
        font-size: 11px;
        color: #cecece;
        margin-bottom: 35px
    }

    .match_image img {
        width: 100%
    }

    .rating_box {
        margin-bottom: 25px
    }

    .rating {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        max-width: 45%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px
    }

    .rating .text {
        font-size: 11px
    }

    .match_text {
        font-size: 11px;
        text-align: center
    }

    .stars {
        max-width: 80px
    }

    .stars img {
        width: 100%
    }

    .match_box {
        padding-left: 10px;
        padding-right: 10px
    }

    .footer {
        background: #191919;
        text-align: center;
        position: relative;
        bottom: 0;
        width: 100%
    }

    .footer a {
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 25px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px solid transparent
    }

    .footer a:hover {
        border-bottom: 2px solid #fff
    }

    .col-2 {
        padding: 0
    }

    .bg_block {
        background-image: url(../img/bg.jpg);
        background-position: 0 35%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0
    }

    .dropdown-content_lang {
        display: none;
        top: 20px;
        position: absolute;
        background-color: #252525;
        width: 60px;
        z-index: 99
    }

    .dropdown_lang {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 61px;
        margin: 0 10px;
        position: relative
    }

    .dropbtn_lang {
        padding-left: 25px;
        width: 60px;
        color: #fff
    }

    .dropbtn_lang::after {
        background: rgba(0, 0, 0, 0) url(../img/flags/arrow_down.png) no-repeat scroll center center;
        content: "";
        height: 16px;
        position: absolute;
        right: -3px;
        top: 3px;
        width: 16px
    }

    .dropdown-content_lang a:first-child {
        background: no-repeat left center
    }

    .dropdown-content_lang a:last-child {
        background: no-repeat left center
    }

    .dropdown-content_lang a {
        color: #fff;
        padding: 2px 0 2px 25px;
        text-decoration: none;
        display: block
    }

    .dropdown-content_lang a:hover {
        color: #00656c
    }

    .dropdown_lang:hover .dropdown-content_lang,
    .dropdown_lang:focus .dropdown-content_lang,
    .dropdown_lang:active .dropdown-content_lang {
        display: block;
    }

    .header .row {
        position: relative;
        justify-content: space-between
    }

    
}

@media screen and (min-width:360px) {
    .nav a {
        color: #8d8d8e;
        padding: 5px 10px 0 10px
    }

    .rating .text {
        font-size: 13px
    }

    .tab-pane h2 {
        font-size: 18px
    }
}

@media screen and (min-width:360px)and (min-height:623px) {
    .bg_block {
        background-position: 0 25%
    }
}

@media screen and (min-width:375px) {
    .bg_block {
        background-position: 0 25%
    }

    .nav-link {
        font-size: 18px
    }

    .tab-pane p {
        font-size: 12px
    }
}

@media screen and (min-width:568px)and (min-height:244px) {
    .bg_block {
        background-position: 0 100%;
        -webkit-background-size: cover;
        background-size: cover
    }
}

@media screen and (min-width:600px)and (min-height:887px) {
    .bg_block {
        background-position: 0 25%;
        -webkit-background-size: contain;
        background-size: contain
    }
}

@media screen and (min-width:719px)and (min-height:1065px) {
    .bg_block {
        background-position: 0 25%;
        -webkit-background-size: contain;
        background-size: contain
    }

    .tab-content {
        margin: 0 auto 100px
    }
}

@media screen and (min-width:768px)and (min-height:904px) {
    .logo_container img {
        max-width: 160px
    }

    .title {
        font-size: 30px
    }

    .slider_big_image {
        max-width: 200px
    }

    .slider_img img {
        width: 50px
    }

    .slider_title {
        text-transform: uppercase;
        margin: 30px auto 26px;
        font-size: 26px
    }

    .slider_date {
        font-size: 17px;
        margin-bottom: 28px
    }

    .slick-next {
        margin-top: 101px;
        right: 40px;
        z-index: 1
    }

    .slick-prev {
        margin-top: 101px;
        left: 40px;
        z-index: 1
    }

    .continue {
        padding: 7px 0;
        font-size: 24px;
        max-width: 320px
    }

    .footer a {
        font-size: 18px
    }

    .tab-content {
        box-sizing: border-box;
        margin: 0 auto 100px;
        border-radius: 12px;
        width: 100%;
        background: rgba(77, 77, 77, .8)
    }

    .footer {
        background: #4d4d4d
    }

    .nav-link {
        font-size: 21px
    }

    .tab_h3 {
        font-size: 22px;
        color: #fff
    }

    .tab_div {
        font-size: 14px;
        color: #cecece;
        min-height: 45px;
        line-height: 14px
    }

    .nav-link. {
        border-bottom: 4px solid transparent
    }

    .nav-link.active {
        border-bottom: 4px solid #fff
    }

    .tab-pane h2 {
        font-size: 22px
    }

    .tab-pane p {
        font-size: 14px
    }

    .rating {
        max-width: 35%
    }

    .rating .text {
        font-size: 14px
    }

    .stars {
        max-width: 96px
    }

    .match_text {
        font-size: 14px
    }
}

@media screen and (min-width:960px)and (min-height:423px) {
    .logo_container img {
        max-width: 160px
    }

    .title {
        font-size: 30px
    }

    .slider_big_image {
        max-width: 200px
    }

    .slider_img img {
        width: 50px
    }

    .slider_title {
        text-transform: uppercase;
        margin: 30px auto 26px;
        font-size: 26px
    }

    .slider_date {
        font-size: 17px;
        margin-bottom: 28px
    }

    .slick-next {
        margin-top: 101px;
        right: 40px;
        z-index: 1;
        width: 40px;
        height: 40px
    }

    .slick-prev {
        margin-top: 101px;
        left: 40px;
        z-index: 1;
        width: 40px;
        height: 40px
    }

    .continue {
        padding: 7px 0;
        font-size: 24px;
        max-width: 320px
    }

    .footer a {
        font-size: 18px
    }

    .tab-content {
        box-sizing: border-box;
        margin: 0 auto 60px;
        border-radius: 12px;
        width: 100%;
        background: rgba(77, 77, 77, .8)
    }

    .footer {
        background: #4d4d4d
    }

    .nav-link {
        font-size: 21px
    }

    .tab_h3 {
        font-size: 22px;
        color: #fff
    }

    .tab_div {
        font-size: 14px;
        color: #cecece;
        min-height: 45px;
        line-height: 14px
    }

    .nav-link. {
        border-bottom: 4px solid transparent
    }

    .nav-link.active {
        border-bottom: 4px solid #fff
    }

    .tab-pane h2 {
        font-size: 22px
    }

    .tab-pane p {
        font-size: 14px
    }

    .rating {
        max-width: 35%
    }

    .rating .text {
        font-size: 14px
    }

    .stars {
        max-width: 96px
    }

    .match_text {
        font-size: 14px
    }
}

@media screen and (min-width:1023px)and (min-height:656px) {
    .bg_block {
        background-position: 0 25%;
        -webkit-background-size: cover;
        background-size: cover
    }
}

@media screen and (min-width:1024px)and (min-height:1292px) {
    .header {
        padding-top: 10px
    }

    .title {
        color: #fff;
        text-align: center;
        font-size: 37px
    }

    .slider_big_image {
        max-width: 300px;
        margin: 0 auto
    }

    .slider_big_image img {
        width: 100%
    }

    .symbol_wrap img {
        width: 100%
    }

    .slider_img img {
        width: 60px;
        margin: auto
    }

    .slider_title {
        text-transform: uppercase;
        margin: 25px auto;
        font-size: 33px
    }

    .slider_date {
        font-size: 21px;
        margin-bottom: 28px
    }

    .slider_box {
        margin: 0 auto 30px;
        width: 70%;
        max-width: 300px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row
    }

    .slider_item {
        color: #fff;
        text-align: center
    }

    .content_wrapper {
        opacity: 0
    }

    .slick-slide {
        height: auto
    }

    .slick-prev {
        margin-top: 153px;
        left: 5px;
        z-index: 1
    }

    .slick-prev:before {
        content: url(../img/left.png)
    }

    .slick-next {
        margin-top: 153px;
        right: 5px;
        z-index: 1
    }

    .slick-next:before {
        content: url(../img/right.png)
    }

    .continue {
        display: block;
        color: #fff;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        font-size: 30px;
        border: 3px solid #fff;
        border-radius: 20px;
        text-align: center;
        text-transform: uppercase
    }

    .tab-pane {
        color: #fff
    }

    .nav-link {
        font-size: 27px;
        text-transform: uppercase;
        border-bottom: 6px solid transparent
    }

    .nav-link.active {
        border-bottom: 6px solid #fff
    }

    .nav {
        justify-content: center
    }

    .nav a {
        color: #8d8d8e;
        padding-top: 5px;
        padding-bottom: 0
    }

    .nav a.active {
        color: #fff
    }

    .tab-content {
        box-sizing: border-box;
        padding: 35px 0 40px;
        margin: 0 auto 30px;
        width: 100%;
        border-radius: 12px;
        background: #191919
    }

    .tab-pane {
        width: 100%;
        margin: 0 auto;
        max-width: 530px
    }

    .tab_h3 {
        font-size: 28px;
        color: #fff
    }

    .tab_div {
        font-size: 18px;
        color: #cecece;
        min-height: 65px;
        line-height: 18px
    }

    .tab-content .col-4 {
        text-align: center;
        padding: 0 5px;
        font-family: 'Myriad Pro';
        font-weight: 400;
        font-style: normal
    }

    .tab-pane h2 {
        font-size: 28px;
        margin-bottom: 40px;
        text-transform: uppercase;
        color: #fff
    }

    .tab-pane p {
        text-align: justify;
        font-size: 17px;
        color: #cecece;
        margin-bottom: 60px
    }

    .match_image img {
        width: 100%
    }

    .rating_box {
        margin-bottom: 40px
    }

    .rating {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        max-width: 40%;
        justify-content: space-between;
        align-items: center
    }

    .rating .text {
        font-size: 17px
    }

    .footer {
        background: #191919;
        text-align: center;
        bottom: 0;
        width: 100%
    }

    .footer a {
        display: inline-block;
        margin-top: 35px;
        margin-bottom: 35px;
        color: #fff;
        text-decoration: none;
        font-size: 23px;
        border-bottom: 2px solid transparent
    }

    .footer a:hover {
        border-bottom: 2px solid #fff
    }
}