@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    font-family: "Inter Tight", sans-serif;
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

.hidden {
    display: none !important;
}

sup {
    font-size: 60%;
    font-weight: normal;
}

sub {
    font-size: 60%;
}

hr {
    border: none;
    border-top: 1px solid var(--color-text-1);
    color: var(--color-text-1);
    text-align: center;
    margin: 30px 0;
}

#auth-block {
    width: clamp(200px, 100%, 1920px);
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

#auth-block > p {
    font-size: clamp(1rem, 0.8148rem + 1.4815vw, 2rem);
    color: var(--color-green-dark);
    font-weight: 700;
    margin-bottom: 50px;
}

#auth-block > a {
    background-color: var(--color-orange);
    color: var(--color-white);
    font-size: clamp(0.875rem, 0.713rem + 1.2963vw, 1.75rem);
    padding: 15px 30px;
    border-radius: 10px;
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-orange-light {
    background-color: var(--color-orange-light);
}

.container-wide {
    position: relative;
    width: 100%;
}

.container-bg {
    width: clamp(200px, 100%, 1920px);
    margin: 0 auto;
    padding: 50px 0;
    background-image: url('../images/bg-main.png');
    background-repeat: no-repeat;
    background-position: top 120px right 50px;
}

.container-bg-dark {
    width: clamp(200px, 100%, 1920px);
    margin: 0 auto;
    padding: 50px 0;
    background-image: url('../images/bg-main-dark.png');
    background-repeat: no-repeat;
    background-position: top 120px right 50px;
}

.container-bg-r {
    width: clamp(200px, 100%, 1920px);
    margin: 0 auto;
    padding: 50px 0;
    background-image: url('../images/bg-main-rev.png');
    background-repeat: no-repeat;
    background-position: top 120px left 50px;
}

.content {
    width: clamp(200px, 100%, 1280px);
    margin: 0 auto;
    padding: 100px 0;
}

#navbar {
    width: clamp(200px, 100%, 1280px);
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.navbar-menu > a {
    font-family: var(--font-roboto-cond);
    font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem); /*14-16*/
    line-height: 1.2;
    text-decoration: none;
    color: var(--color-main);
}

.navbar-menu > img {
    margin: 0 15px;
}

#navbar-mob-menu {
    display: none;
}

#navbar-mobile {
    display: none;
}

#header {
    position: relative;
    width: clamp(200px, 100%, 1400px);
    margin: 0 auto;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.header-data {
    padding: 0 0 0 50px;
}

.header-title {
    font-size: clamp(2rem, 1.7454rem + 2.037vw, 3.375rem); /*32-54*/
    font-family: var(--font-inter);
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 900;
}

.header-subtitle {
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem); /*18-32*/
    color: var(--color-white);

}

.header-to-main-btn {
    position: absolute;
    top: 0;
    right: 60px;
    display: inline-flex;
    background-color: #35A3A1;
    border-radius: 200px;
    padding: 5px 15px 5px 20px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    color: var(--color-white);
    text-decoration: none;
    font-size: clamp(0.625rem, 0.5556rem + 0.5556vw, 1rem);
}

.header-to-main-btn > div > img {
    display: block;
}

.erid-head {
    font-size: clamp(0.75rem, 0.7269rem + 0.1852vw, 0.875rem); /*12-14*/
    color: var(--color-white);
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

.b1-1 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.b1-1-data {
    padding: 0 0 0 30px;
}

.b1-1-title {
    font-size: clamp(2rem, 1.6759rem + 2.5926vw, 3.75rem); /*32-60*/
    font-family: var(--font-inter);
    color: var(--color-orange);
    font-weight: 900;
    margin: 0;
}

.b1-1-info {
    font-size: clamp(0.875rem, 0.7824rem + 0.7407vw, 1.375rem); /*14-22*/
    margin: 0;
    color: var(--color-text-1);
}

.b1-2 {
    font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem);
    font-family: var(--font-inter);
    font-weight: bold;
    color: var(--color-orange);
    text-align: center;
    margin: 60px 0;
}

.b1-3 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.b1-3 > div {
    text-align: center;
    width: 380px;
}

.b1-3-title {
    font-size: clamp(2rem, 1.8148rem + 1.4815vw, 3rem); /*32-48*/
    font-family: var(--font-inter);
    color: var(--color-orange);
    font-weight: 900;
    margin: 10px 0 0 0;
}

.b1-3-info {
    font-size: clamp(1rem, 0.9306rem + 0.5556vw, 1.375rem); /*16-22*/
    font-family: var(--font-inter);
    color: var(--color-text-1);
    margin: 0;
}

.b2-1 {
    font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem); /*20-40*/
    font-weight: 200;
    margin: 0;
    text-align: center;
}

.b2-2 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    margin: 40px 0 0 0;
}

.b2-2 > div:first-child {
    padding: 0 30px 0 0;
    text-align: center;
}

.b2-2-name {
    font-size: clamp(1.5rem, 1.2222rem + 2.2222vw, 3rem); /*24-48*/
    color: var(--color-orange);
    font-weight: 900;
    margin: 0;
}

.b2-2-info {
    font-size: clamp(0.875rem, 0.7824rem + 0.7407vw, 1.375rem); /*14-22*/
    color: var(--color-text-1);
    margin: 10px 0 0 0;
    line-height: 1.2;
}

.b2-3 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
    margin: 100px 0 0 0;
    padding: 0 0 0 20px;
}

.b2-3 > div:not(:last-child) {
    margin-right: 10px;
}

.b2-3-timer {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
    background-color: var(--color-green-dark);
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
}

.b2-3-timer-num {
    font-size: clamp(0.875rem, 0.8056rem + 0.5556vw, 1.25rem); /*14-20*/
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    width: 44px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    background-color: var(--color-blue-light);
    color: var(--color-green-dark);
}

.b2-3-timer-text {
    font-size: clamp(1.125rem, 1.1944rem + -0.5556vw, 0.75rem); /*12-18*/
    color: var(--color-white);
    padding: 0 0 0 10px;
}

#video-player {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    margin: 10px 0 0 0;
}

.video-erid {
    font-size: clamp(0.75rem, 0.7269rem + 0.1852vw, 0.875rem); /*12-14*/
    color: var(--color-grey);
    text-align: right;
    margin: 0 20px 0 0;
}

.b2-5 {
    text-align: center;
    margin: 100px 0 0 0;
}

.b2-5-title {
    font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem); /*20-40*/
    font-weight: bold;
    color: var(--color-orange);
    margin: 0;
}

.b2-5-image {
    display: block;
    max-width: 100%;
}

.b2-5-image-m {
    display: none;
}

.b2-5-title > span {
    color: var(--color-green-dark);
}

.b2-5-info {
    font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem); /*14-16*/
    color: var(--color-grey);
    margin: 20px 0 50px 0;
}

.b2-6 {
    background-color: var(--color-orange-light);
    margin: 100px 0 0 0;
    border-radius: 20px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.b2-6 > div:first-child > img {
    border-radius: 20px 0 0 0;
}

.b2-6 > div:last-child {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding: 0 100px 0 30px;
}

.b2-6-title {
    font-size: clamp(1.25rem, 1.0648rem + 1.4815vw, 2.25rem); /*20-36*/
    color: var(--color-orange);
    margin: 0 0 30px 0;
}

.b2-6-tbl {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.b2-6-tbl > div:last-child {
    padding: 0 0 0 10px;
    font-size: clamp(1rem, 0.9537rem + 0.3704vw, 1.25rem); /*16-20*/
    color: var(--color-text-1);
}

.b2-6-tbl > div:last-child > span {
    color: var(--color-red-dark);
    font-weight: bold;
}

.b3-1 {
    width: clamp(200px, 100%, 1280px);
    margin: 0 auto;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b3-1 > div:first-child {
    font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem); /*20-40*/
    color: var(--color-white);
    padding: 0 80px;
}

.b5-1 {
    text-align: center;
}

.b5-1 > img {
    margin: 50px 0 0 0;
}

.b5-2 {
    background-color: var(--color-orange-light);
    margin: 100px 0 0 0;
    border-radius: 20px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.b5-2 > div:first-child {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
    font-size: clamp(1rem, 0.9537rem + 0.3704vw, 1.25rem); /*16-20*/
    color: var(--color-text-1);
    padding: 0 50px 0 80px;
}

.b5-2 > div:first-child > div > p > span {
    color: var(--color-red-dark);
    font-weight: bold;
}

.b5-2 > div:last-child > img {
    border-radius: 0 20px 0 0;
}

.b5-3 {
    margin: 100px 0 0 0;
}

.b5-3-title {
    font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem); /*20-40*/
    color: var(--color-main);
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.b5-3-quote {
    width: clamp(200px, 100%, 880px);
    margin: 100px auto 0 auto;
    border-top: 1px solid var(--color-text-1);
    border-bottom: 1px solid var(--color-text-1);
    padding: 50px 0;
    text-align: center;
}

.b5-3-quote-title {
    font-size: clamp(2rem, 1.6296rem + 2.963vw, 4rem); /*32-64*/
    color: var(--color-orange);
    font-weight: bold;
    margin: 0;
}

.b5-3-quote-info {
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem); /*18-32*/
    color: var(--color-text-1);
}

.b5-4 {
    width: 100%;
    margin: 100px 0 0 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b5-4 > div:first-child {
    padding: 0 80px 0 0;
}

.b5-4 > div:first-child > p {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem); /*16-24*/
    color: var(--color-main);
    margin: 20px 0;
    font-weight: 300;
}

.b5-4-data {
    text-align: center;
}

.b5-4-title {
    font-size: clamp(2rem, 1.6759rem + 2.5926vw, 3.75rem);
    color: var(--color-orange);
    font-family: var(--font-inter);
    font-weight: 900;
    margin: 20px 0 0 0;
}

.b5-4-info {
    font-size: clamp(1rem, 0.9306rem + 0.5556vw, 1.375rem);
    color: var(--color-text-1);
    margin: 0;
}

.b5-5 {
    width: 100%;
    background-color: var(--color-orange);
    border-radius: 20px;
    padding: 40px;
    margin: 100px 0 0 0;
}

.b5-5-title {
    font-size: clamp(1.125rem, 0.9167rem + 1.6667vw, 2.25rem);
    color: var(--color-white);
    font-weight: bold;
    margin: 0;
}

.b5-5-info {
    font-size: clamp(0.75rem, 0.7269rem + 0.1852vw, 0.875rem);
    color: var(--color-white);
    margin: 0;
}

.b5-5-table {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    margin: 30px 0;
    padding: 30px 0;
    font-size: clamp(1rem, 0.9537rem + 0.3704vw, 1.25rem); /*16-20*/
    color: var(--color-main);
}

.b5-5-table > div {
    flex-grow: 1;
    flex-basis: 0;
}

.b5-5-table > div:not(:last-child) {
    margin: 0 50px 0 0;
}

.b5-5-table-title {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem); /*18-24*/
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.b5-5-table-title > span {
    font-weight: normal;
}

.b5-5-table-info {
    font-size: 12px;
}

.b5-6 {
    margin: 100px 0 0 0;
}

.b5-6 > div {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    border: 1px solid var(--color-text-1);
    border-radius: 20px;
    padding: 20px;
}

.b5-6 > div:not(:last-child) {
    margin: 0 0 20px 0;
}

.b5-6 > div > div:last-child {
    padding: 0 0 0 15px;
}

.b5-6-title {
    font-size: clamp(1.5rem, 1.3148rem + 1.4815vw, 2.5rem); /*24-40*/
    font-family: var(--font-inter);
    text-transform: uppercase;
    color: var(--color-orange);
    margin: 0;
    font-weight: 900;
}

.b5-6-info {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem); /*16-24*/
    color: var(--color-text-1);
    margin: 10px 0 0 0;
}

.b6-1 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b6-1 > div:first-child > img {
    margin: 0 0 0 -100px;
}

.b6-1 > div:last-child > p {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem); /*16-24*/
    color: var(--color-main);
    margin: 20px 0;
    font-weight: 300;
}

.b6-1 > div:last-child > p > b {
    color: var(--color-orange);
    font-weight: 600;
}

.b6-2 {
    text-align: center;
    /* margin: 100px 0 0 0; */
}

.b6-2-title {
    font-size: clamp(2rem, 1.6296rem + 2.963vw, 4rem); /*32-64*/
    color: var(--color-green-dark);
    font-weight: bold;
    margin: 0 0 50px 0;
}

.b6-2-img {
    display: block;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

.b6-2-img-m {
    display: none;
}

.b7-1 {
    text-align: center;
    margin: 100px 0 0 0;
}

.b7-1-title {
    font-size: clamp(2rem, 1.6296rem + 2.963vw, 4rem); /*32-64*/
    color: var(--color-orange);
    font-weight: bold;
    margin: 0 0 50px 0;
}

.b7-1-img {
    display: block;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

.b7-1-img-m {
    display: none;
}

.b7-2 {
    font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem); /*20-40*/
    color: var(--color-main);
    font-weight: 300;
    text-align: center;
    margin: 100px 0 0 0;
}

.b7-4 {
    margin: 100px 0 0 0;
    max-width: 100%;
}

.bad-info {
    font-size: clamp(1.5rem, 0.8519rem + 5.1852vw, 5rem);
    color: var(--color-text-1);
    font-weight: 100;
    margin: 50px 0;
    text-align: center;
}

.codes-info {
    color: #666666;
    font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem); /*14-16*/
    margin: 10px 0;
}

.refs-title {
    font-size: clamp(1.5rem, 1.3148rem + 1.4815vw, 2.5rem); /*24-40*/
    color: var(--color-text-1);
    text-transform: uppercase;
    margin: 0;
}

.refs {
    color: #999999;
    font-size: clamp(0.75rem, 0.7269rem + 0.1852vw, 0.875rem); /*12-14*/
    padding: 0 0 0 30px;
}

:root {
    --color-main: #333333;
    --color-orange: #F49424;
    --color-orange-light: #FDF0E0;
    --color-white: #FFFFFF;
    --color-text-1: #AE8F47;
    --color-green-dark: #0099A6;
    --color-blue-light: #DFF1F4;
    --color-grey: #999999;
    --color-red-dark: #E20003;

    --font-inter: "Inter", sans-serif;
    --font-inter-tight: "Inter Tight", sans-serif;
    --font-roboto-cond: "Roboto Condensed", sans-serif;
}

@media (max-width: 1300px) {
    #navbar {
        padding: 15px 20px;
    }

    #header {
        padding: 0 20px;
    }

    .content {
        padding: 100px 20px;
    }
}

@media (max-width: 1200px) {
    hr {
        margin: 15px 0;
    }

    .container-bg {
        padding: 30px 0;
        background-position: top 10px right 10px;
    }
    
    .container-bg-dark {
        padding: 30px 0;
        background-position: top 10px right 10px;
    }
    
    .container-bg-r {
        padding: 30px 0;
        background-position: top 10px left 10px;
    }
    
    .content {
        padding: 50px 20px;
    }

    #navbar {
        padding: 15px;
    }

    .navbar-menu {
        display: none;
    }

    #navbar-mob-menu {
        display: block;
        cursor: pointer;
    }

    #navbar-mobile {
        display: block;
        border-top: 1px solid var(--color-orange);
    }

    #navbar-mobile > a {
        display: block;
        margin: 25px 10px;
        font-family: var(--font-roboto-cond);
        font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem); /*14-16*/
        line-height: 1.2;
        text-decoration: none;
        color: var(--color-main);
    }

    #header {
        flex-direction: column;
        padding: 0 20px;
    }

    .header-img {
        max-width: 100%;
        margin-top: 50px;
    }
    
    .header-data {
        padding: 0;
    }
    
    .header-to-main-btn {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .b1-1 {
        flex-direction: column;
    }
    
    .b1-1-data {
        padding: 0;
    }
    
    .b1-2 {
        margin: 40px 0;
    }
    
    .b1-3 {
        flex-direction: column;
    }
    
    .b1-3 > div {
        width: 100%;
    }

    .b1-3 > div:not(:last-child) {
        margin-bottom: 25px;
    }
    
    .b2-2 {
        flex-direction: column;
    }
    
    .b2-2 > div:first-child {
        padding: 0;
    }
    
    .b2-3 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        margin: 50px 0 0 0;
        padding: 0;
    }

    .b2-3-timer {
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .b2-3-timer-num {
        display: none;
    }

    .b2-3-timer-text {
        text-align: center;
    }
    
    .b2-3 > div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .b2-5 {
        margin: 50px 0 0 0;
    }

    .b2-5-image {
        display: none;
    }
    
    .b2-5-image-m {
        display: block;
        max-width: 100%;
    }
    
    .b2-6 {
        margin: 50px 0 0 0;
        flex-direction: column;
        padding: 0 0 20px 0;
    }
    
    .b2-6 > div:first-child > img {
        border-radius: 20px 0 0 0;
        max-width: 95%;
    }
    
    .b2-6 > div:last-child {
        padding: 0 0 0 20px;
    }

    .b3-1 {
        flex-direction: column;
    }
    
    .b3-1 > div:first-child {
        font-size: clamp(1.25rem, 1.0185rem + 1.8519vw, 2.5rem); /*20-40*/
        color: var(--color-white);
        padding: 0 20px 20px 20px;
    }

    .b3-1 > div:last-child {
        text-align: center;
    }

    .b3-1 > div:last-child > img {
        max-width: 90%;
    }
    
    .b5-1 > img {
        margin: 30px 0 0 0;
    }
    
    .b5-2 {
        margin: 50px 0 0 0;
        flex-direction: column-reverse;
    }
    
    .b5-2 > div:first-child {
        padding: 0 20px 0 20px;
    }
    
    .b5-2 > div:last-child > img {
        border-radius: 0 20px 0 0;
        max-width: 90%;
        float: right;
    }
    
    .b5-3 {
        margin: 50px 0 0 0;
    }
    
    .b5-3-quote {
        margin: 50px auto 0 auto;
        padding: 30px 0;
    }
    
    .b5-4 {
        margin: 50px 0 0 0;
        flex-direction: column;
    }
    
    .b5-4 > div:first-child {
        padding: 0;
    }
    
    .b5-5 {
        padding: 30px;
        margin: 50px 0 0 0;
    }
    
    .b5-5-table {
        flex-direction: column;
    }
    
    .b5-5-table > div:not(:last-child) {
        margin: 0;
    }
    
    .b5-6 {
        margin: 50px 0 0 0;
    }

    .b5-6 > div > div > img {
        max-width: 70px;
    }

    .b6-1 {
        flex-direction: column;
        padding: 0 20px;
    }
    
    .b6-1 > div:first-child > img {
        margin: 0;
        max-width: 100%;
    }

    .b6-2 {
        margin: 50px 0 0 0;
        padding: 0 20px;
    }

    .b6-2-img {
        display: none;
    }

    .b6-2-img-m {
        display: block;
        max-width: 100%;
    }

    .b7-1 {
        text-align: center;
        margin: 50px 0 0 0;
        padding: 0 20px;
    }

    .b7-1-img {
        display: none;
    }

    .b7-1-img-m {
        display: block;
        max-width: 100%;
    }
    
    .b7-2 {
        margin: 50px 0 0 0;
    }
    
    .b7-4 {
        margin: 50px 0 0 0;
        max-width: 100%;
    }

    .bad-info {
        margin: 30px 0;
    }
}  
