.wrapper_od {
	padding-top: 0;
}

.wrapper_od .header {
	display: none;
}

/* ==========================================================================
   OD-MAIN
   ========================================================================== */
.od-main {
	padding: 40px 0;
	background: #FBFBFB;
	overflow: hidden;
}

.od-main__logo {
	width: 130px;
	margin-bottom: 60px;
}

.od-main__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.od-main__date-time {
	display: flex;
}

.od-main__dt {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	border: 1px solid #242C33;
	border-radius: 4px;
	display: flex;
	margin-bottom: 32px;
}

.od-main__dt + .od-main__dt {
	margin-left: 12px;
}

.od-main__label {
	color: #8F9397;
	padding: 5px 7px;
	border-right: 1px solid #242C33;
}

.od-main__value {
	color: #242C33;
	padding: 5px 7px;
}

.od-main__title {
	color: #242C33;
	font-weight: 700;
	font-size: 140px;
	line-height: 94%;
	letter-spacing: -0.04em;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
}

.od-main__title span {
	display: block;
	background: linear-gradient(278.24deg, #29B230 74%, #0D6FD6 84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.od-main__sub-title {
	font-weight: 500;
	font-size: 44px;
	line-height: 94%;
	letter-spacing: -0.04em;
	color: #242C33;
	max-width: 300px;
	position: relative;
	margin-bottom: 137px;
	position: relative;
}

.od-main__sub-title:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -44px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/od-main__sub-title.svg);
}

.od-main__caption {
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: rgba(36, 44, 51, 0.7);
	margin-bottom: 32px;
	max-width: 423px;
	position: relative;
	z-index: 1;
}

.od-main__timer {
	position: relative;
	margin-bottom: 100px;
}

.od-timer {
	background: #fff;
	border: 1px solid #242C33;
	border-radius: 8px;
	padding: 33px;
	display: flex;
	align-items: center;
}

.od-timer__label {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #8F9397;
}

.od-timer__value {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.04em;
	color: #242C33;
	border-left: 1px solid #242C33;
	padding-left: 43px;
	margin-left: 43px;
}

.od-timer__button {
	margin-left: auto;
	width: 370px;
}

.od-button {
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.67602px;
	color: #fff;
	padding: 10px 20px;
	background: linear-gradient(278.24deg, #29B230 51.58%, #0D6FD6 84.29%);
	border-radius: 8px;
	text-decoration: none;
}

.od-button:hover {
	opacity: 0.95;
}

.od-button_full {
	display: block;
	width: 100%;
}

.od-main__block {
	position: relative;
}

.od-main__advantages {
	position: absolute;
	right: -310px;
	top: 56px;
	width: 1052px;
	height: 732px;
	background: url(img/od-main__advantages.png) no-repeat top center;
	background-size: cover;
}

.od-main__items {
	position: absolute;
	width: 544px;
	height: 544px;
	left: 296px;
	top: 0;
	border-radius: 50%;
}

.od-main__item {
	position: absolute;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
	padding: 9px 7px 9px 40px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #fff;
	backdrop-filter: blur(24px);
	border-radius: 8px;
	white-space: nowrap;
}

.od-main__item:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.main__item_pos1 {
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.main__item_pos2 {
	top: 143px;
	left: -92px;
}

.main__item_pos3 {
	top: 143px;
	right: -22px;
}

.main__item_pos4 {
	top: 346px;
	left: -74px;
}

.main__item_pos5 {
	top: 346px;
	right: -44px;
}

.main__item_pos6 {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.main__item_pos1:before {
	background-image: url(img/od-i1.svg);
}

.main__item_pos2:before {
	background-image: url(img/od-i2.svg);
}

.main__item_pos3:before {
	background-image: url(img/od-i3.svg);
}

.main__item_pos4:before {
	background-image: url(img/od-i4.svg);
}

.main__item_pos5:before {
	background-image: url(img/od-i5.svg);
}

.main__item_pos6:before {
	background-image: url(img/od-i6.svg);
}

.od-main__head {
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	max-width: 600px;
	margin-bottom: 40px;
}

.od-main__video {
	background: #242C33;
	border-radius: 12px;
	height: 480px;
	position: relative;
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.od-main__video:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/od-main__video-play.svg);
	transition: all 0.2s ease-out;
}

.od-main__video:hover {
	background: #2d353c;
}

.od-main__video:hover:after {
	width: 90px;
	height: 90px;
}

.od-main__name {
	position: absolute;
	left: 30px;
	top: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.od-main__name span {
	background: #1F8724;
	padding: 2px 6px 4px;
	position: relative;
}

.od-main__name span:nth-child(1) {
	border-radius: 4px 4px 0px 0px;
}

.od-main__name span:nth-child(1):after {
	content: '';
	position: absolute;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: 2px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/od-main__name-top.svg);
}

.od-main__name span:nth-child(2) {
	border-radius: 0px 4px 4px 0px;
}

.od-main__name span:nth-child(3) {
	border-radius: 0px 0px 4px 4px;
}

.od-main__name span:nth-child(3):after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 2px;
	height: 2px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/od-main__name-bottom.svg);
}

/* ==========================================================================
   OD-BG
   ========================================================================== */
.od-bg-wrapper {
	position: relative;
	/*background: linear-gradient(268.63deg, #29B230 33.88%, #0D6FD6 100%);*/
	background:url(img/od-bg.png) repeat-y center;
}

.od-bg {
	background: url(img/od-bg-cover.png) no-repeat bottom center;
	padding: 106px 0;
}

.od-bg:before {
	content: '';
	position: absolute;
	top: 0;
	height: 4px;
	left: 0;
	right: 0;
	background: #F7F6F6 url(img/line.png) no-repeat top center;
}

.od-bg:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 4px;
	left: 0;
	right: 0;
	background: #F7F6F6 url(img/line.png) no-repeat top center;
	transform: scale(-1, 1);
}

/* ==========================================================================
   OD-GIFTS
   ========================================================================== */
.od-gifts {
	
}

.od-gifts__title {
	max-width: 840px;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #fff;
	margin-bottom: 60px;
}

.od-gifts__button {
	max-width: 372px;
	margin-top: 60px;
}

.od-button-black {
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.67602px;
	color: #fff;
	padding: 10px 21px;
	background: #242C33;
	border-radius: 8px;
	text-decoration: none;
}

.od-button-black:hover {
	background: #fff;
	color: #242C33;
}

.od-button-black_full {
	display: block;
	width: 100%;
}

.od-gifts__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.od-gifts__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 33.333333%;
}

.od-gifts__item {
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	backdrop-filter: blur(32px);
	border-radius: 8px;
	padding: 24px;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #fff;
	height: 100%;
}

.od-gifts__item:before {
	content: '';
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-bottom: 18px;
	display: block;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center;
}

.od-gifts__item_pos1:before {
	background-image: url(img/od-gifts__item_pos1.svg);
}

.od-gifts__item_pos2:before {
	background-image: url(img/od-gifts__item_pos2.svg);
}

.od-gifts__item_pos3:before {
	background-image: url(img/od-gifts__item_pos3.svg);
}

/* ==========================================================================
   OD-SKED
   ========================================================================== */
.od-sked {
	padding-top: 118px;
}

.od-sked__title {
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #fff;
	margin-bottom: 60px;
}

.od-sked__item {
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(32px);
	border-radius: 8px;
	padding: 26px 24px 26px 90px;
	position: relative;
}

.od-sked__item + .od-sked__item {
	margin-top: 60px;
}

.od-sked__item:before {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	left: 23px;
	top: 26px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
}

.od-sked__item_pos1:before {
	background-image: url(img/od-sked__item_pos1.svg);
}

.od-sked__item_pos2:before {
	background-image: url(img/od-sked__item_pos2.svg);
}

.od-sked__item_pos3:before {
	background-image: url(img/od-sked__item_pos3.svg);
}

.od-sked__item_pos4:before {
	background-image: url(img/od-sked__item_pos4.svg);
}

.od-sked__row {
	display: flex;
	align-items: flex-end;
}

.od-sked__leader {
	width: 436px;
	flex-shrink: 0;
	margin-left: 48px;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(21.9392px);
	border-radius: 7.31307px;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: -0.457067px;
	color: #fff;
	padding: 20px 20px 20px 115px;
	position: relative;
}

.od-sked__ava {
	width: 77px;
	position: absolute;
	left: 22px;
	bottom: 14px;
}

.od-sked__ava img {
	display: block;
	max-width: 100%;
	height: auto;
}

.od-sked__ps {
	margin-top: 90px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #fff;
}

/* ==========================================================================
   OD-PROGRAMM
   ========================================================================== */
.od-programm {
	overflow: hidden;
	background: #FBFBFB;
}

.od-programm__block {
	padding: 115px 0 155px;
	position: relative;
}

.od-programm__block:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -546px;
	width: 728px;
	height: 605px;
	background: url(img/od-programm-cover.png) no-repeat center;
	background-size: cover;
}

.od-programm__block {
	max-width: 763px;
}

.od-programm__title {
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	max-width: 750px;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

.od-programm__title span {
	color: #24A257;
}

.od-programm__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
	position: relative;
	z-index: 1;
}

.od-programm__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 50%;
}

.od-programm__item {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #242C33;
	backdrop-filter: blur(10px);
	border-radius: 4px;
	padding: 32px;
	position: relative;
	height: 100%;
	min-height: 270px;
}

.od-programm__caption {
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-bottom: 32px;
	padding-right: 48px;
	min-height: 76px;
}

.od-programm__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #242C33;
}

.od-programm__item:before {
	content: '';
	position: absolute;
	top: 32px;
	right: 32px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.od-programm__item_pos1:before {
	background-image: url(img/od-programm__item_pos1.svg);
}

.od-programm__item_pos2:before {
	background-image: url(img/od-programm__item_pos2.svg);
}

.od-programm__item_pos3:before {
	background-image: url(img/od-programm__item_pos3.svg);
}

.od-programm__item_pos4:before {
	background-image: url(img/od-programm__item_pos4.svg);
}

.od-programm__button {
	margin-top: 16px;
}

/* ==========================================================================
   OD-OVERLAY
   ========================================================================== */
.od-ovh {
	overflow: hidden;
}

.od-overlay {
	display: none;
	background: #FBFBFB;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 63px;
	overflow-y: auto;
	z-index: 10;
}

.od-overlay__header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 24px;
	height: 63px;
	display: flex;
	align-items: center;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
}

.od-overlay__logo {
	width: 130px;
}

.od-overlay__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.od-overlay__close {
	margin-left: auto;
	width: 103px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/od-close.svg);
	cursor: pointer;
}

.od-overlay__close:hover {
	opacity: 0.8;
}

/* ==========================================================================
   OD-RATES
   ========================================================================== */
.od-rates {
	padding: 32px 120px 108px;
	position: relative;
	overflow: hidden;
}

.od-rates:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 769px;
	height: 814px;
	background: url(img/od-rates-cover.png) no-repeat;
	background-size: cover;
}

.od-rates__title {
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}

.od-rates__title span {
	color: #24A257;
}

.od-rates__row {
	margin-left: -16px;
	margin-top: -16px;
	display: flex;
	position: relative;
	z-index: 1;
}

.od-rates__col {
	width: 408px;
	margin-left: 16px;
	margin-top: 16px;
}

.od-rates__item {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #242C33;
	backdrop-filter: blur(10px);
	border-radius: 4px;
	position: relative;
}

.od-rates__item:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	top: 32px;
	right: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.od-rates__item_pos1:before {
	background-image: url(img/od-rates__item_pos1.svg);
}

.od-rates__item_pos2:before {
	background-image: url(img/od-rates__item_pos2.svg);
}

.od-rates__item_pos3:before {
	background-image: url(img/od-rates__item_pos3.svg);
}

.od-rates__block {
	padding: 32px;
}

.od-rates__block + .od-rates__block {
	border-top: 1px solid #000;
}

.od-rates__name {
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-bottom: 24px;
	padding-right: 32px;
}

.od-rates__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #242C33;
}

.od-rates__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.od-rates__text li {
	padding-left: 25px;
	position: relative;
}

.od-rates__text li + li {
	margin-top: 12px;
}

.od-rates__text li:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #242C33;
}

.od-rates__price {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #242C33;
	margin-bottom: 16px;
}

.od-rates__price span {
	text-decoration: line-through;
}

.od-rates__special {
	border: 1px solid #242C33;
	border-radius: 4px;
	display: inline-flex;
	justify-content: flex-start;
	margin-bottom: 16px;
}

.od-rates__special span:nth-child(1) {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	background: linear-gradient(278.24deg, #29B230 51.58%, #0D6FD6 84.29%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	border-right: 1px solid #242C33;
	padding: 5px 7px;
}

.od-rates__special span:nth-child(2) {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	padding: 5px 7px;
}

.od-rates__ps {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: rgba(29, 29, 29, 0.5);
}

.od-button-light {
	display: inline-block;
	font-weight: 500;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.67602px;
	color: #242C33;
	padding: 9px 20px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #242C33;
	backdrop-filter: blur(10px);
	border-radius: 4px;
	text-decoration: none;
}

.od-button-light:hover {
	background: #242C33;
	color: #fff;
}

.od-button-light_full {
	display: block;
	width: 100%;
}

.od-rates__button {
	margin-top: 16px;
}

.od-rates__text ul.od-rates__mark {
	background: rgba(51, 206, 132, 0.1);
	border-radius: 16px;
	padding: 16px;
	margin-top: 24px;
	position: relative;
}

.od-rates__text ul.od-rates__mark:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: -14px;
	top: -17px;
	background: url(img/od-rates__mark.svg) no-repeat;
	background-size: cover;
}

.od-rates__leader {
	padding: 16px 16px 32px;
	background: rgba(51, 150, 206, 0.1);
	border-radius: 16px;
	margin-top: 24px;
	display: flex;
}

.od-rates__ava {
	width: 56px;
	flex-shrink: 0;
	margin-right: 16px;
}

.od-rates__ava img {
	display: block;
	max-width: 100%;
	height: auto;
}

.od-rates__description {
	margin-top: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #242C33;
}

.od-button-gradient {
	display: inline-block;
	font-weight: 500;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.67602px;
	color: #fff;
	padding: 10px 21px;
	background: linear-gradient(278.24deg, #29B230 51.58%, #0D6FD6 84.29%);
	border-radius: 8px;
	text-decoration: none;
}

.od-button-gradient:hover {
	opacity: 0.9;
}

.od-button-gradient_full {
	display: block;
	width: 100%;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1499.98px) {
	.od-rates {
		padding-left: 24px;
		padding-right: 24px;
	}

	.od-rates__block {
		padding: 20px;
	}

	.od-rates__item:before {
		right: 20px;
		top: 20px;
	}
}

@media only screen and (max-width : 1199.98px) {
	.od-main__advantages {
		position: relative;
		right: auto;
		top: auto;
		left: -200px;
		margin-top: 70px;
		margin-bottom: 20px;
	}

	.od-main__sub-title {
		margin-bottom: 40px;
	}

	.od-timer__value {
		margin-left: 30px;
		padding-left: 30px;
	}

	.od-timer__button {
		width: 300px;
	}

	.od-sked__leader {
		margin-left: 30px;
		width: 370px;
	}

	.od-rates__row {
		display: block;
		margin-left: 0;
	}

	.od-rates__col {
		width: auto;
		margin-left: 0;
	}

	.od-rates__item:before {
		right: 8px;
		top: 16px;
	}

	.od-rates {
		padding: 32px 16px;
	}

	.od-rates__title {
		max-width: 576px;
		margin-left: auto;
		margin-right: auto;
	}

	.od-rates__row {
		max-width: 576px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width : 991.98px) {
	.od-timer {
		display: block;
	}

	.od-timer__label {
		display: inline-block;
	}

	.od-timer__value {
		display: inline-block;
	}

	.od-timer__button {
		margin-left: 0;
	}

	.od-timer__button {
		width: auto;
		max-width: 300px;
		margin-top: 20px;
	}

	.od-sked__row {
		display: block;
	}

	.od-sked__leader {
		margin-left: 0;
		width: auto;
		margin-top: 60px;
	}

	.od-sked__ps {
		margin-top: 60px;
	}

	.od-programm__block:after {
		display: none;
	}
}

@media only screen and (max-width : 767.98px) {
	.od-main__title {
		font-size: 120px;
	}

	.od-main__advantages {
		left: -300px;
		margin-bottom: 0;
	}

	.main__item_pos2 {
		left: -10px;
	}

	.main__item_pos3 {
		right: -5px;
	}

	.main__item_pos4 {
		left: -10px;
	}

	.main__item_pos5 {
		right: -10px;
	}

	.od-main__sub-title {
		margin-top: -70px;
	}

	.od-timer {
		display: block;
	}

	.od-timer__label {
		display: block;
	}

	.od-timer__value {
		display: block;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		margin-top: 10px;
	}

	.od-gifts__col {
		width: 100%;
	}

	.od-gifts__item {
		display: flex;
		align-items: center;
		padding-right: 150px;
	}

	.od-gifts__item:before {
		flex-shrink: 0;
		margin-right: 15px;
		margin-bottom: 0;
	}

	.od-programm__col {
		width: 100%;
	}

	.od-programm__caption {
		min-height: inherit;
		margin-bottom: 15px;
	}

	.od-programm__item {
		min-height: inherit;
		height: auto;
	}

	.od-programm__block {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.od-bg {
		padding: 100px 0;
	}

	.od-sked {
		padding-top: 100px;
	}

	.od-main__video {
		height: 400px;
	}
}

@media only screen and (max-width : 575.98px) {
	.od-main__items {
		width: auto;
		height: auto;
		max-width: 544px;
	}

	.od-main__dt {
		font-size: 13px;
	}

	.od-main__logo {
		margin-bottom: 32px;
	}

	.od-main__title {
		font-size: 70px;
	}

	.od-timer {
		padding: 24px;
	}

	.od-main__timer {
		margin-bottom: 60px;
	}

	.od-main__video {
		height: 330px;
	}

	.od-main__name {
		left: 24px;
		top: 24px;
	}

	.od-sked__item {
		display: block;
		padding: 24px;
	}

	.od-sked__item:before {
		display: block;
		position: static;
		margin-bottom: 16px;
	}

	.od-gifts__item {
		display: block;
		padding: 24px;
	}

	.od-gifts__item:before {
		margin-bottom: 16px;
	}

	.od-sked__title {
		margin-bottom: 40px;
	}

	.od-gifts__title {
		margin-bottom: 40px;
	}

	.od-main__sub-title {
		font-size: 41px;
		line-height: 120%;
	}

	.od-main__head {
		font-size: 41px;
	}

	.od-gifts__title {
		font-size: 41px;
	}

	.od-sked__title {
		font-size: 41px;
	}

	.od-programm__title {
		font-size: 31px;
		margin-bottom: 40px;
	}

	.od-sked__item + .od-sked__item {
		margin-top: 30px;
	}

	.od-sked__leader {
		margin-top: 30px;
	}

	.od-sked__ps {
		margin-top: 30px;
	}

	.od-programm__item {
		padding: 24px;
	}

	.od-programm__item:before {
		right: 24px;
		top: 24px;
	}

	.od-bg {
		padding: 70px 0;
	}

	.od-sked {
		padding-top: 70px;
	}

	.od-programm__block {
		padding: 70px 0;
	}

	.od-main__advantages {
		width: auto;
		height: 732px;
		position: static;
		margin-left: -8px;
		margin-right: -8px;
	}

	.od-main__items {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		height: 544px;
		max-width: 100%;
	}

	.main__item_pos1 {
		top: -10px;
	}

	.main__item_pos2 {
		left: 16px;
		top: 100px;
	}

	.main__item_pos3 {
		right: 16px;
		top: 200px;
	}

	.main__item_pos4 {
		left: 16px;
		top: 300px;
	}

	.main__item_pos5 {
		top: 400px;
		right: 16px;
	}

	.main__item_pos6 {
		bottom: 0;
	}

	.od-rates__special span:nth-child(1) {
		font-size: 14px;
	}

	.od-rates__special span:nth-child(2) {
		font-size: 14px;
	}

	.od-rates__name {
		font-size: 27px;
	}

	.od-rates__text ul.od-rates__mark:before {
		width: 32px;
		height: 32px;
		left: -8px;
		top: -8px;
	}

	.od-overlay__header {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width : 359.98px) {
	.od-rates__block {
		padding: 16px 8px;
	}

	.od-rates {
		padding-left: 8px;
		padding-right: 8px;
	}

	.od-overlay__header {
		padding-left: 8px;
		padding-right: 8px;
	}
}