@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%;
}

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

sub {
    font-size: 60%;
}

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

hr.bold {
    border-top: 3px solid var(--color-main);
}

.hidden {
    display: none !important;
}

#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-grey);
    font-weight: 700;
    margin-bottom: 50px;
}

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

#fixed-bad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: white;
    z-index: 10000;
}

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

.container-wide {
    width: 100%;
}

.bg-gradient {
    background: #C7E8EB;
    background: linear-gradient(180deg,rgba(199, 232, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

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

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

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

#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;
}

#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(1.5rem, 1.1991rem + 2.4074vw, 3.125rem); /*24-50*/
    font-family: var(--font-inter);
    color: var(--color-orange);
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 50px 0;
}

.header-title > span {
    color: var(--color-main);
    font-weight: 900;
}

.header-menu {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.header-menu > a {
    color: var(--color-main);
}

.header-menu > a:not(:last-child) {
    margin-right: 25px;
}

.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;
}

.b1-1 {
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem); /*18-32*/
    font-weight: 300;
    text-align: center;
}

.b1-1 > b {
    color: var(--color-main);
    font-weight: 700;
}

.b1-2 {
    font-size: clamp(0.75rem, 0.7037rem + 0.3704vw, 1rem); /*12-16*/
    color: var(--color-grey);
    font-weight: 300;
    text-align: center;
}

.b1-3 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    max-width: 850px;
    margin: 0 auto;
}

.b1-3 > div:last-child {
    padding: 0 0 0 30px;
}

.b1-3-info {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    color: var(--color-main);
    margin: 0 0 20px 0;
}

.b1-3-name {
    font-size: clamp(1.5rem, 1.3148rem + 1.4815vw, 2.5rem);
    color: var(--color-main);
    margin: 0;
    font-weight: 700;
}

.b1-3-data {
    font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem);
    margin: 0;
}

.b1-4 {
    margin: 70px 0 0 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.b1-4-timer {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
    border-radius: 100px 100px 100px 100px;
    background-color: var(--color-main);
    padding: 2px 10px 2px 5px;
    cursor: pointer;
}

.b1-4-timer:not(:last-child) {
    margin-right: 20px;
}

.b1-4-timer-num {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: clamp(0.875rem, 0.8056rem + 0.5556vw, 1.25rem);
    color: var(--color-main);
    background-color: var(--color-main-light);
    border-radius: 50%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.b1-4-timer-data {
    font-size: clamp(0.75rem, 0.7037rem + 0.3704vw, 1rem);
    font-weight: 700;
    color: var(--color-white);
    padding: 0 10px 0 10px;
}

.b1-4-timer-data > span {
    font-weight: 300;
}

.b1-5 {
    margin: 5px 0 0 0;
}

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

.b1-6 {
    font-size: clamp(2rem, 1.6296rem + 2.963vw, 4rem);
    color: var(--color-orange);
    font-weight: 700;
    text-align: center;
    margin: 100px 0 0 0;
}

.b1-6 > span {
    color: var(--color-main);
}

.b1-7 {
    border-radius: 40px;
    border: 1px solid var(--color-main);
    margin: 50px 0 0 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.b1-7 > div:first-child > img {
    display: block;
    border-radius: 40px 0 0 0;
}

.b1-7 > div:last-child {
    padding: 50px;
}

.b1-7 > div:last-child > img {
    max-width: 100%;
    margin: 0 0 50px 0;
}

.b1-7-inter {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 10px;
}

.b1-7-inter > div:last-child {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    color: var(--color-main);
    font-weight: 300;
    padding: 0 0 0 20px;
}

.b1-7-info {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem);
    color: var(--color-orange);
    font-weight: 700;
    margin: 40px 0 0 0;
}

.b1-8 {
    text-align: center;
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem);
    margin: 100px 0 0 0;
}

.b1-9 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin: 100px 0 50px 0;
}

.b1-9 > div:not(:last-child) {
    margin-right: 30px;
}

.b1-9 > div {
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid var(--color-main);
    border-radius: 20px;
    padding: 30px;
}

.b1-9 > div > p {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
}

.b1-9 > div > p > b {
    color: var(--color-main);
    font-weight: 700;
}

.b1-9 > div:last-child {
    background-color: var(--color-main);
}

.b1-9 > div:last-child > p {
    color: var(--color-white);
}

.b1-9 > div:last-child > p > b {
    color: var(--color-white);
    font-weight: 700;
}

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

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

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

.b2-1 > div:first-child {
    padding: 20px 50px 0 0;
}

.b2-1 > div:first-child > p {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem);
    padding: 0 0 50px 0;
}

.b3-1 {
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem);
    margin: 50px 0 100px 0;
    text-align: center;
}

.b3-1 > b {
    color: var(--color-main);
    font-weight: 700;
}

.b3-2 {
    border: 1px solid var(--color-main);
    background-color: var(--color-main);
    border-radius: 40px;
    padding: 0;
    margin: 0 0 50px 0;
}

.b3-2-top {
    border-radius: 40px;
    background-color: var(--color-white);
    margin: 0;
    padding: 40px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.b3-2-top > div {
    flex-grow: 1;
    flex-basis: 0;
}

.b3-2-top > div:first-child {
    padding-right: 50px;
}

.b3-2-top > div:first-child > p {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem);
}

.b3-2-top > div:first-child > p > b {
    font-weight: 700;
    color: var(--color-main);
}

.b3-2-top > div:last-child {
    border-left: 1px solid var(--color-main);
    padding-left: 50px;
}

.b3-2-bottom {
    padding: 50px 80px;
    text-align: center;
}

.b3-2-image {
    display: block;
    max-width: 100%;
}

.b3-2-image-m {
    display: none;
}

.b3-2-bottom-title {
    color: var(--color-white);
    font-size: clamp(1.25rem, 1.1111rem + 1.1111vw, 2rem);
    font-weight: 700;
    margin: 0 0 20px 0;
}

.b3-2-cards {
    margin: 50px 0 0 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.b3-2-cards > div {
    flex-grow: 1;
    flex-basis: 0;
    background-color: var(--color-main-light);
    border-radius: 20px;
    padding: 30px 20px;
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    color: var(--color-main);
    text-align: left;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.b3-2-cards > div > div > img {
    width: 86px;
}

.b3-2-cards > div > div:last-child {
    padding: 0 0 0 20px;
}

.b3-2-cards > div:first-child {
    margin-right: 30px;
}

.b3-2-bottom-info {
    color: var(--color-white);
    text-align: center;
    font-size: clamp(0.75rem, 0.7037rem + 0.3704vw, 1rem);
    margin: 50px 0 0 0;
}

.b4-1 {
    font-size: clamp(2rem, 1.6296rem + 2.963vw, 4rem);
    font-weight: 700;
    color: var(--color-main);
    text-align: center;
    margin: 0;
}

.b4-1 > span {
    color: var(--color-orange);
}

.b4-2 {
    font-size: clamp(0.875rem, 0.8287rem + 0.3704vw, 1.125rem);
    text-align: center;
    margin: 10px 0 0 0;
}

.b4-3 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin: 80px 0 0 0;
}

.b4-3 > div {
    flex-grow: 1;
    flex-basis: 0;
}

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

.b4-3-title {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    margin: 10px 0 30px 0;
}

.b4-3-title > b {
    font-weight: 700;
    color: var(--color-main);
}

.b4-3-info {
    color: var(--color-main);
    font-size: clamp(0.875rem, 0.8287rem + 0.3704vw, 1.125rem);
}

.b4-4 {
    border: 1px solid var(--color-main);
    border-radius: 40px;
    padding: 50px 40px;
    margin: 100px 0 0 0;
}

.b4-4-title {
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem);
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 300;
}

.b4-4-title > b {
    font-weight: 700;
    color: var(--color-orange);
}

.b4-4-inner {
    max-width: 900px;
    margin: 0 auto;
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 0 30px 30px 30px;
}

.b4-4-inner-title {
    max-width: 40%;
    margin: 0 auto 30px auto;
    text-align: center;
    background-color: var(--color-orange);
    padding: 10px 0;
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem);
    color: var(--color-white);
}

.b4-4-inner-table {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.b4-4-inner-table > div:last-child {
    padding-left: 30px;
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    color: var(--color-main);
}

.b5-1 {
    margin: 50px 0 100px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.b5-1 > div:last-child {
    padding: 0 0 0 50px;
}

.b5-1-title {
    font-size: clamp(1.25rem, 1.1111rem + 1.1111vw, 2rem);
    color: var(--color-main);
    font-weight: 700;
    margin: 0 0 30px 0;
}

.b5-1-title > span {
    color: var(--color-orange);
}

.b5-1-image {
    display: block;
    max-width: 100%;
}

.b5-1-image-m {
    display: none;
}

.b5-1-info {
    font-size: clamp(0.75rem, 0.7037rem + 0.3704vw, 1rem);
    color: var(--color-main);
    margin: 30px 0;
}

.b5-1-data {
    background-color: var(--color-orange);
    border-radius: 40px;
    padding: 40px 50px;
    color: var(--color-white);
    font-size: clamp(1.125rem, 1.1019rem + 0.1852vw, 1.25rem);
    text-align: center;
}

.b5-2 {
    margin: 100px 0 0 0;
    font-size: clamp(1.125rem, 0.8704rem + 2.037vw, 2.5rem);
    font-weight: 300;
    text-align: center;
}

.b5-2 > b {
    font-weight: 700;
    color: var(--color-main);
}

.b5-3 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
    margin: 100px 0 50px 0;
    border: 1px solid var(--color-main);
    border-radius: 40px;
    padding: 50px;
}

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

.b5-3 > div:last-child > img {
    max-width: 550px;
    float: right;
    display: block;
}

.b5-3-title {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem);
    color: var(--color-main);
    font-weight: 700;
    margin: 0 0 30px 0;
}

.b5-3-title > span {
    color: var(--color-orange);
}

.b5-3-data {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin: 0 0 30px 0;
}

.b5-3-data > div:last-child {
    font-size: clamp(1.25rem, 1.2963rem + -0.3704vw, 1rem);
    padding-left: 30px;
}

.b5-3-info {
    font-size: clamp(1rem, 1.0463rem + -0.3704vw, 0.75rem);
}

.b6-bg {
    position: relative;
}

.b6-1 {
    font-size: clamp(1.125rem, 0.963rem + 1.2963vw, 2rem);
    color: var(--color-orange);
    font-weight: 600;
    margin: 0 0 30px 0;
}

.b6-1 > span {
    color: var(--color-main);
}

.b6-2 {
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 20px;
    padding: 40px;
    width: 900px;
    margin-bottom: 30px;
    z-index: 50;
}

.b6-2-title {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem);
    font-weight: 700;
    margin: 0 0 30px 0;
}

.b6-2-info {
    font-size: clamp(1rem, 0.9074rem + 0.7407vw, 1.5rem);
    color: var(--color-main);
}

.b6-2-info > a {
    color: var(--color-main);
}

.b6-3 {
    position: absolute;
    right: -130px;
    bottom: 0;
    z-index: 10;
}

.b7-1 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin: 50px 0 0 0;
}

.b7-1 > div {
    flex-grow: 1;
    flex-basis: 0;
}

.b7-1-card {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    border: 1px solid var(--color-main);
    border-radius: 20px;
    padding: 30px;
}

.b7-1-card:first-child {
    margin-right: 20px;
}

.b7-1-card-num {
    width: 75px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--color-orange);
    color: var(--color-white);
    font-size: clamp(1.6875rem, 1.537rem + 1.2037vw, 2.5rem);
    font-weight: 900;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.b7-1-card > div:last-child {
    padding: 0 0 0 30px;
}

.b7-1-card-title {
    font-size: clamp(1.25rem, 1.2037rem + 0.3704vw, 1.5rem);
    color: var(--color-main);
    font-weight: 700;
    margin: 0;
}

.b7-1-card-sub {
    font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem);
    background-color: #FDF0E0;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.b7-1-card-info {
    font-size: clamp(1rem, 0.9537rem + 0.3704vw, 1.25rem);
}

.b7-1-card-data {
    font-size: clamp(0.75rem, 0.7037rem + 0.3704vw, 1rem);
    color: var(--color-grey-light);
}

.b7-2 {
    margin: 20px 0 100px 0;
    background-color: var(--color-main);
    border-radius: 20px;
    padding: 40px 50px;
}

.b7-2-title {
    font-size: clamp(1.5rem, 1.3148rem + 1.4815vw, 2.5rem);
    color: var(--color-white);
    margin: 0 0 50px 0;
    font-weight: 700;
}

.b7-2-cards {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.b7-2-cards > div {
    flex-grow: 1;
    flex-basis: 0;
}

.b7-2-cards > div:not(:last-child) {
    margin-right: 50px;
}

.b7-2-cards > div > p {
    font-size: clamp(1.125rem, 1.0556rem + 0.5556vw, 1.5rem);
    color: var(--color-white);
}

.bad-info {
    color: var(--color-main);
    font-weight: 100;
    text-transform: uppercase;
    font-size: clamp(1.5rem, 1.1991rem + 2.4074vw, 3.125rem);
    text-align: center;
    margin: 150px 0 0 0;
}

.footer-data {
    font-size: clamp(0.875rem, 0.8519rem + 0.1852vw, 1rem);
    margin: 20px 0;
}

.footer-data-o {
    color: var(--color-orange);
    font-weight: 700;
}

.refs-title {
    font-size: clamp(1.5rem, 1.3148rem + 1.4815vw, 2.5rem);
    color: var(--color-main);
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.refs {
    padding-left: 30px;
    color: var(--color-grey-light);
    font-size: clamp(0.75rem, 0.7269rem + 0.1852vw, 0.875rem);
    margin: 0 0 50px 0;
}

.refs > li {
    margin-bottom: 5px;
}

:root {
    --color-main: #0099A6;
    --color-main-light: #DFF1F4;
    --color-grey: #333333;
    --color-grey-light: #999999;
    --color-orange: #F49424;
    --color-white: #FFFFFF;

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

@media (max-width: 1600px) {
    .b6-2 {
        width: 800px;
    }

    .b6-3 {
        right: 0;
    }
}

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

    #header {
        padding: 0 20px;
    }

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

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

    br {
        display: none;
    }

    br.w-m {
        display: inline-block;
    }

    .content {
        padding: 30px 20px;
    }

    .container-bg-head {
        background-position: top 10px right 10px;
    }
    
    .container-bg-body {
        background-position: top 10px right 10px;
    }
    
    #navbar {
        padding: 15px 10px;
    }
    
    #header {
        padding: 50px 20px 0 20px;
        flex-direction: column;
    }

    .header-image {
        max-width: 100%;
    }
    
    .header-data {
        width: 100%;
        padding: 30px 0 0 0;
    }
    
    .header-menu {
        flex-direction: column;
    }
    
    .header-menu > a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .header-to-main-btn {
        right: 20px;
    }
    
    .header-to-main-btn > div > img {
        display: block;
    }
    
    .b1-3 {
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .b1-3 > div:first-child {
        width: 100%;
        padding: 20px 0 0 0;
    }
    
    .b1-3 > div:last-child {
        padding: 0;
    }
    
    .b1-4 {
        margin: 40px 0 0 0;
        flex-direction: column;
        align-items: stretch;
        align-content: stretch;
    }
    
    .b1-4-timer {
        padding: 2px 10px 2px 2px;
    }
    
    .b1-4-timer:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .b1-4-timer-data {
        text-align: center;
        width: 100%;
    }
    
    .b1-6 {
        margin: 50px 0 0 0;
    }
    
    .b1-7 {
        border-radius: 20px;
        margin: 50px 0 0 0;
        flex-direction: column;
    }
    
    .b1-7 > div:first-child > img {
        border-radius: 20px 0 0 0;
        width: 100%;
    }
    
    .b1-7 > div:last-child {
        padding: 10px 10px 20px 10px;
    }
    
    .b1-7 > div:last-child > img {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    .b1-8 {
        margin: 50px 0 0 0;
    }
    
    .b1-9 {
        flex-direction: column;
        margin: 50px 0 50px 0;
    }
    
    .b1-9 > div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .b2-1 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
    }

    .b2-1-image {
        display: none;
    }

    .b2-1-image-m {
        display: block;
        width: 100%;
    }
    
    .b2-1 > div:first-child {
        padding: 20px 0 0 0;
    }

    .b2-1 > div:last-child > img {
        width: 100%;
        padding: 30px 0;
    }

    .b3-1 {
        margin: 50px 0 50px 0;
    }
    
    .b3-2 {
        border-radius: 20px;
        margin: 0 0 50px 0;
    }
    
    .b3-2-top {
        border-radius: 20px;
        padding: 20px;
        flex-direction: column;
    }
    
    .b3-2-top > div:first-child {
        padding-right: 0;
        padding-bottom: 20px;
    }
    
    .b3-2-top > div:last-child {
        border-left: none;
        border-top: 1px solid var(--color-main);
        padding: 30px 0 0 0;
    }

    .b3-2-top > div:last-child > img {
        width: 100%;
    }
    
    .b3-2-bottom {
        padding: 50px 20px;
    }
    
    .b3-2-image {
        display: none;
    }

    .b3-2-image-m {
        display: block;
        width: 100%;
    }
    
    .b3-2-cards {
        flex-direction: column;
    }
    
    .b3-2-cards > div > div > img {
        width: 50px;
    }
    
    .b3-2-cards > div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .b3-2-bottom-info {
        margin: 30px 0 0 0;
    }
    
    .b4-3 {
        flex-direction: column;
        margin: 50px 0 0 0;
    }
    
    .b4-3 > div:not(:last-child) {
        margin-right: 0;
    }
    
    .b4-4 {
        border-radius: 20px;
        padding: 30px 20px;
        margin: 50px 0 0 0;
    }
    
    .b4-4-inner {
        max-width: 100%;
        padding: 0 20px 20px 20px;
    }
    
    .b4-4-inner-title {
        max-width: 80%;
    }
    
    .b4-4-inner-table {
        flex-direction: column;
    }
    
    .b4-4-inner-table > div:last-child {
        padding: 20px 0 0 0;
    }

    .b5-1 {
        margin: 50px 0 50px 0;
        flex-direction: column;
    }

    .b5-1 > div:first-child > img {
        width: 100%;
    }
    
    .b5-1 > div:last-child {
        padding: 0;
    }
    
    .b5-1-title {
        margin: 20px 0 30px 0;
    }
    
    .b5-1-image {
        display: none;
    }

    .b5-1-image-m {
        display: block;
        width: 100%;
    }
    
    .b5-2 {
        margin: 50px 0 0 0;
    }
    
    .b5-3 {
        flex-direction: column;
        margin: 50px 0 50px 0;
        border-radius: 20px;
        padding: 20px;
    }
    
    .b5-3 > div:last-child > img {
        width: 100%;
    }

    .b5-3-data > div:first-child > img {
        width: 50px;
    }
    
    .b5-3-data > div:last-child {
        padding-left: 20px;
    }

    .b6-bg {
        padding-bottom: 0 !important;
    }
    
    .b6-2 {
        border-radius: 20px;
        padding: 20px;
        width: 100%;
        z-index: 50;
    }
    
    .b6-3 {
        position: relative;
        right: auto;
        bottom: auto;
        width: 80%;
        display: block;
        margin: -50px 0 0 auto;
    }

    .b7-1 {
        flex-direction: column;
    }
    
    .b7-1-card {
        flex-direction: column;
        padding: 20px;
    }
    
    .b7-1-card:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .b7-1-card-num {
        width: 55px;
    }
    
    .b7-1-card > div:last-child {
        padding: 20px 0 0 0;
    }

    .b7-1-card > div:last-child > img {
        width: 100%;
    }
    
    .b7-2 {
        margin: 20px 0 50px 0;
        padding: 20px;
    }
    
    .b7-2-cards {
        flex-direction: column;
    }
    
    .b7-2-cards > div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .bad-info {
        margin: 100px 0 0 0;
    }
    
    .refs-title {
        margin: 0 0 20px 0;
    }
    
    .refs {
        padding-left: 20px;
        margin: 0 0 30px 0;
    }
}
