@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.hero {
    background: url(../img/bg.jpg) no-repeat center bottom / cover;
    padding-top: 80px;
    padding-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.novus_logo {
    display: inline-block;
    margin-bottom: 40px;
}

.step {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    display: flex;
    gap: 15px;
    font-weight: 800;
    margin-bottom: 40px;
}

.step_num {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F2A50;
    position: relative;
    font-weight: 900;
    font-size: 60px;
}

.step_num span {
    position: relative;
}

.step_num:before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(25deg);
}

.prize {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prize img {
    position: relative;
}

.prize2 img {
    max-height: 160px;
}

.prize3 img {
    max-height: 180px;
}

.prize4 img {
    max-height: 180px;
}

.prize:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #1d1f3b;
}

.prize .chastota, .tv .chastota {
    padding: 5px 10px;
    border: 2px solid #614594;
    border-radius: 15px;
    position: absolute;
    right: 50%;
    top: -36px;
    transform: rotate(-15deg);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

.prize2 .chastota {
    top: -20px;
    font-size: 18px;
    border-color: #5895D0;
}

.prize .count, .tv .count {
    padding: 5px 10px;
    border: 2px solid #614594;
    border-radius: 15px;
    position: absolute;
    right: 50%;
    bottom: -36px;
    transform: rotate(-15deg);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

.tv .chastota {
    font-size: 18px;
    top: auto;
    bottom: 280px;
}

.tv .count {
    top: auto;
    bottom: 180px;
}

.tv .chastota, .tv .count {
    border-color: #3FAA35;
    right: 74%;
}

.prize2 .count, .prize3 .count, .prize4 .count {
    border-color: #5895D0;
}

.tv {
    position: absolute;
    bottom: -150px;
    right: 0;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.hero_top {
    position: relative;
    padding-bottom: 40px;
}

.logos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255,255,255,.3);
    margin: 30px 0 20px;
}

.text_section {
    color: #fff;
    padding: 40px 0;
    background: #0b2b52;
}

.text_section a, .hero_note a {
    color: #fff;
    text-decoration: underline;
}

.hero_note {
    font-size: 9px;
    font-weight: 500;
    text-align: center;
}

h1 {
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    font-size: 56px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.steps {
    margin-top: 40px;
}

@media screen and (max-width: 1399.8px){
    .prize:before {
        width: 150px;
        height: 150px;
    }
    .prize img {
        max-height: 100px;
    }
    .prize2 img {
        max-height: 130px;
    }
    .prize3 img, .prize4 img {
        max-height: 150px;
    }
    .prize .chastota {
        font-size: 14px;
        right: 32%;
        top: -45px;
    }
    .step {
        font-size: 22px;
    }
    .tv .chastota {
        bottom: 230px;
    }
    .tv .count {
        bottom: 130px;
    }
    h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 1199.8px){
    .step {
        font-size: 18px;
    }
    .step_num {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 42px;
    }
    .step_num::before {
        width: 60px;
        height: 60px;
    }
    .prize .count {
        font-size: 14px;
    }
    .tv {
        bottom: -120px;
    }
    h1 {
        font-size: 38px;
    }
    .prize .chastota {
        right: 20%;
        top: -40px;
    }
}

@media screen and (max-width: 991.8px){
    .step br {
        display: none;
    }
    .novus_logo {
        width: auto;
        text-align: center;
    }
    .step {
        align-items: center;
    }
    .steps {
        margin-top: 60px;
        padding-bottom: 250px;
    }
    .tv {
        width: 100%;
    }
    .logos {
        flex-wrap: wrap;
    }
    h1 {
        margin-bottom: 40px;
    }
    .hero {
        padding-top: 40px;
    }
    .novus_logo {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 767.8px){
    .steps {
        padding-bottom: 150px;
    }
    body {
        font-size: 14px;
    }
    .prize .chastota {
        top: -45px;
    }
    .tv {
        bottom: -50px;
		display: flex;
		justify-content: center;
    }
    .tv .chastota {
        font-size: 16px;
        bottom: 120px;
    }
    .tv .count {
        font-size: 16px;
        bottom: 80px;
    }
	
	.tv img {
		max-width: 140%;
		margin-left: 50px;
	}

    .prize .chastota {
        right: 40%;
        top: -45px;
    }
    h1 {
        font-size: 36px;
    }
	
	.prize3, .prize4 {
		margin-top: 20px;
	}
	
	.logo_item {
		width: calc(50% - 20px);
		text-align: center;
	}
}

@media screen and (max-width: 575.8px){
    .prize .chastota {
        right: 30%;
        top: -55px;
        font-size: 11px;
    }
    .prize2 .chastota {
        right: 30%;
        top: -45px;
        font-size: 11px;
    }
    .prize .count {
        bottom: -40px;
        right: 40%;
        font-size: 12px !important;
    }
    .prize2 .count {
        bottom: -45px;
    }
    .prize3 .count, .prize4 .count {
        bottom: -25px;
    }
    .tv .chastota {
        font-size: 14px;
        bottom: 120px;
        right: 0;
        transform: rotate(15deg);
    }
    .step {
        padding-left: 15px;
    }
    h1 {
        font-size: 28px;
    }
}