@import url('normalize.css');
@font-face {
	font-family: "Commissioner", sans-serif;
	font-style: normal;
	font-weight: 500;
	src: local("Commissioner"),
	url("fonts/Commissioner/Commissioner-Medium.ttf") format("ttf");
}
@font-face {
	font-family: "Commissioner", sans-serif;
	font-style: normal;
	font-weight: 600;
	src: local("Commissioner"),
	url("fonts/Commissioner/Commissioner-SemiBold.ttf") format("ttf");
}
:root {
	--button_bright_bg: #FFDF10;
	--white_font: #FFFBF8;
	--border_block: rgba(204, 204, 204, 1);
	--black_text: #333333;
	--gray_text: #666666
}
a {
	text-decoration: none;
	outline: none; /*Safari*/
}
button {
	padding: 0;
	border: none;
	cursor: pointer;
}
ul, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
* {
	font-family: "Open Sans", sans-serif;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, strong, b, a {
	font-family: "Commissioner", sans-serif;
	font-weight: 600;
}
html {
	scroll-behavior: smooth;
}
.body {
	background-color: #FFFBF8;
}
.full {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
}
.middle {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.header, .offer, .footer, .certificate {
	background-color: #282525;
	color: var(--white_font);
}
.header {
	border-radius: 0 0 30px 30px;
}
.header__container {
	display: flex;
	padding: 27px 0;
}
.link-button {
	background-color: var(--button_bright_bg);
	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	color: #000000
}

/*** prime ***/

.prime__item {
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.prime {
	margin-top: 95px;
	display: grid;
	grid-template-columns: 20% 27% 27% 20%;
	grid-template-rows: auto auto auto;
	gap: 2em;
	justify-content: space-between;
}
.prime > div:nth-child(1) {
	grid-column: 1;
	grid-row: span 2;
	height: 276px;
}
.prime > div:nth-child(2) {
	grid-column: 1;
	grid-row: 3;
	height: 169px;
}
.prime > div:nth-child(3) {
	grid-column: 2;
	grid-row: span 3;
	min-height: 477px;
	height: auto;
}
.prime > div:nth-child(4) {
	grid-column: 3;
	grid-row: span 3;
	min-height: 477px;
	height: auto;
}
.prime > div:nth-child(5) {
	grid-column: 4;
	grid-row: 1;
	height: 178px;
}
.prime > div:nth-child(6) {
	grid-column: 4;
	grid-row: span 2;
	height: 267px;
}
.no-mobile {
	position: relative;
}
.no-mobile::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.offer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px 40px 36px 66px;
	padding: 26px 5% 36px 10%;
}
.offer__title {
	font-size: 41px;
	line-height: 54px;
	font-weight: 500;
	max-width: 320px;
}
.offer__description {
	display: flex;
	margin-top: 30px;
}
.offer__icon svg {
	padding: 10px 0 0 0;
}
.offer__icon svg {
	width: 60px;
	height: 60px;
}
.offer__text-wrap {
	margin-left: 12px;
}
.offer__text-1,
.offer__text-1 * {
	font-size: 18px;
	line-height: 24px;
}
.offer__text-2,
.offer__text-2 * {
	font-size: 11px;
	line-height: 20px;
	margin-top: 11px;
}
.offer__link {
	width: 190px;
	line-height: 46px;
	font-size: 15px;
	margin-top: 40px;
}

/*** conditions ***/

.conditions {
	margin-top: 132px;
}
h2 {
	text-align: center;
	font-size: 30px;
	line-height: 39px;
	color: var(--black_text);
}
h3 {
	color: var(--black_text);
	font-size: 18px;
	line-height: 22px;
}
.tariff__term {
	color: var(--gray_text);
	font-size: 14px;
	line-height: 26px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.border {
	border: 1px solid var(--border_block);
	border-radius: 20px;
}
.tariff {
	margin-top: 53px;
	gap: 3%;
}
.tariff__terms {
	margin: 11px 0 0 20px;
}
.tariff__item {
	width: 30%;
	padding: 38px 32px 43px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 397px;
	position: relative;
}
.tariff__link {
	width: 161px;
	line-height: 40px;
	font-size: 14px;
	margin: auto 0 0;
}
.tariff__tag {
	background-color: var(--black_text);
	color: var(--white_font);
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.tariff__icon {
	height: 100px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.advantage {
	margin-top: 38px;
}
.advantage__item {
	width: 30%;
	padding: 27px 32px 38px;
}
.advantage__description {
	color: var(--gray_text);
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
}
.advantage__icon {
	height: 100px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.advantage__title {
	margin-top: 10px;
}

/*** certificate ***/

.certificate {
	height: 381px;
	border-radius: 20px;
	margin-top: 171px;
}
.certificate__wrap {
	padding: 60px 0;
	position: relative;
}
.certificate__img {
	position: absolute;
	right: -30px;;
	top: -97px;
}
.certificate__title {
	font-size: 59px;
	line-height: 76px;
	text-align: start;
	color: var(--white_font);
	width: 530px;
}

/*** app ***/

.app {
	margin-top: 178px;
	padding: 33px 290px 78px 33px;
	position: relative;
	overflow: hidden;
}
.app__img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.app__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(3, 1fr);
	column-gap: 91px;
}
.app__item {
	display: flex;
	margin-top: 51px;
	align-items: center;
	max-width: 250px;
}
.app__icon svg {
	max-height: 45px;
	max-width: 45px;
}
.app__icon {
	display: flex;
}
.app__text {
	margin: 0 0 0 15px;
	font-size: 16px;
	line-height: 23px;
	color: var(--black_text)
}

/*** step ***/

.step {
	margin-top: 170px;
}
.step__wrapper {
	margin-top: 38px;
	padding: 37px 45px;
	gap: 3%;
}
.step__num {
	font-size: 48px;
	line-height: 60px;
	color: var(--black_text);
	font-weight: 500;
}
.step__next {
	color: var(--button_bright_bg);
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-left: 30px;
}
.step__next svg {
	width: 52px;
	height: 24px;
}
.step__num-wrap {
	display: flex;
}
.step__item {
	width: 22%;
}
.step__text {
	color: var(--gray_text);
	font-size: 14px;
	line-height: 23px;
}

/*** request ***/
.request {
	margin-top: 93px;
}
.request__wrapper {
	margin-top: 38px;
	padding: 24px 20px 50px 20px;
}
.request__wrapper > div {
	width: 50%;
}
.request__title {
	font-size: 30px;
    line-height: 1.3em;
}
.request__percent {
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 30px 0 0;
}
.percent p {
	font-size: 90px;
	color: #222222;
	text-align: center;
}
.percent {
	width: 225px;
	height: 225px;
	border: 5px solid #FFDF10;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.percent__title,
.form__title  {
	font-weight: 500;
}
.percent__title {
	margin-top: 35px;
}
.percent__text {
	margin-top: 12px;
	color: var(--gray_text);
}
.form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form__container {
	display: flex;
	flex-direction: column;
	max-width: 359px;
	width: 100%;
	margin-top: 42px;
}
.form__input {
	height: 50px;
    font-size: 14px;
	background-color: #FFFBF8;
	border: 1px solid #ccc;
    border-radius: 3px;
	color: #333;
	padding: 6px 10px;
	width: 100%;
    line-height: 19px;
}
input[type="tel"] {
	margin-top: 20px;
}
input[type=checkbox] {
	border: 1px solid #ccc;
    background-color: #0075FF;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline;
}
.form__consent-1 {
	font-size: 12px;
	color: var(--gray_text);
	line-height: 15px;
}
.form__consent-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px auto;
}
.form__button {
	line-height: 40px;
	color: var(--white_font);
	font-size: 14px;
}
.whatsapp-btn {
	background-color: #008000;
}
.telegram-btn {
	margin-top: 4px;
	background-color: #3e99d8;
}

.max-btn {
	margin-top: 4px;
	background: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
}

.vk-btn {
	margin-top: 4px;
	background-color: #447bba;;
}



.form__consent-2 {
	text-align: center;
	color: var(--gray_text);
	font-size: 14px;
	line-height: 23px;
	padding: 5px;
}
.personal-data__link {
	color: #2EA3F2;
	font-weight: 500;
}

/*** footer ***/

.footer {
	padding: 37px 30px 35px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	margin-top: 51px;
}
.footer * {
	text-decoration: none;
	color: var(--white_font);
	font-family: "Commissioner", sans-serif;
	font-weight: 500;
	line-height: 28px;
	font-size: 22px;
}

/*** *** ***/
.scroll-up {
	width: 38px;
	height: 38px;
	text-align: center;
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 45px;
    right: 20px;
	cursor: pointer;
	border-radius: 5px;
	padding: 14px 0 0;
	display: none;
}
.scroll-up__arrow {
	display: inline-block;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
    padding: 5px;
	transform: rotate(45deg);
}

#widgethelp_uniquecssid {
	right: 85px !important;
    bottom: 42px !important;
}


@media (max-width: 1400px) {
	.no-mobile {
		display: none;
	}
	.main-wrapper {
		margin: 60px 15px;
	}
	.prime {
		grid-template-columns: 49% 49%;
		grid-template-rows: auto;
		margin-top: 0;
	}
	.prime > div:nth-child(3) {
		grid-column: 1;
		grid-row: 1;
	}
	
	.prime > div:nth-child(4) {
		grid-column: 2;
		grid-row: 1;
	}

}
@media (max-width: 1160px) {
	.header__container {
		padding: 27px;
	}
	.tariff__item {
		width: 32%;
	}
	.tariff {
		gap: 1%;
	}
	.certificate__wrap {
		padding: 60px 15px;
	}
	.certificate__title {
		font-size: 50px;
	}
	.certificate__img {
		right: 15px;
	}
}
@media (max-width: 1015px) {
	.conditions, .certificate, .app, .step {
		margin-top: 100px;
	}
	.certificate {
		height: auto;
		margin-top: 100px;
	}
	.certificate__img {
		position: static;
		display: block;
        margin: 0 0 0 auto;
	}
	.certificate__wrap {
        padding: 30px;
		max-width: 700px;
    }
	.app__list {
		column-gap: 5%;
	}
}

@media (max-width: 850px) {
	.main-wrapper {
		margin: 15px;
	}
	.prime {
		display: block;
	}
	.prime__item {
		margin-top: 15px;
	}
	.offer {
		padding: 26px 8% 36px 8%;;
	}
	.offer__title {
		font-size: 35px;
	}

	.tariff {
		flex-direction: column;
		margin-top: 15px;
	}
	.tariff__item {
		width: 100%;
        max-width: 500px;
		margin: 15px auto 0;
	}
	.advantage__item {
		width: 33%;
	}
	.app {
		padding: 30px 30px 60px;
	}
	.app__img {
		position: static;
		max-width: 287px;
		width: 100%;
		display: block;
        margin: 36px auto 0;
	}
	.step__wrapper {
		justify-content: space-around;
		padding: 0 30px 30px;
		gap: 0;
	}
	.step__item {
		width: 35%;
		margin-top: 30px;
	}
	.request__wrapper {
		flex-direction: column;
    	align-items: center;
	}
	.request__form-wrap {
		margin-top: 50px;
	}
	.request__wrapper > div {
		max-width: 360px;
    	width: 100%;
	}
	
}

@media (max-width: 650px) {
	.advantage {
		flex-direction: column;
		max-width: 500px;
		margin: 30px auto;
	}
	.advantage__item {
		width: 100%;
	}
	.advantage__icon {
		flex-direction: row;
	}
	.advantage__title {
		text-align: center;
	}
	.certificate__wrap {
        padding: 30px 15px;
    }
	.certificate__title {
        font-size: 35px;
		line-height: 47px;
		width: 350px;
    }
	.certificate__img {
		margin: 15px auto 0;
	}
	.scroll-up {
		bottom: 15px;
    	right: 20px;
	}
	#widgethelp_uniquecssid {
		right: 20px !important;
		bottom: 75px !important;
	}
}

@media (max-width: 500px) {
	.offer__title {
		font-size: 30px;
		line-height: 44px;
	}
	.prime > div:nth-child(3) {
		min-height: 320px;
	}
	.conditions, .certificate, .app, .step, .request {
		margin-top: 60px;
	}
	.certificate__title {
		font-size: 25px;
        line-height: 36px;
		width: 280px;
	}
	.certificate__img {
		width: 100%;
	}
	.app {
		padding: 30px 15px 45px;
	}
	.app__list {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 1fr);
		justify-items: center;
	}
	.app__img {
		max-width: 275px;
	}
	.step__item {
        width: 80%;
	}
	.footer * {
		font-size: 16px;
	}
	.percent__title {
		font-size: 27px;
	}
}