@media (min-width: 1835px) {

	#cnt-wrapper {
		/*padding-top: 150px!important;*//*скрываем верхнюю часть рекламного банера*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

	.main_cont {
	 position: relative;
   overflow-x: visible!important; 
	}

	#cnt-wrapper {
    overflow-x: hidden;
	}

	#cnt-wrapper:before {
		content: '';
		position: fixed;
		/*background: url("../img/bg-main-mobile.jpg") no-repeat center;*/
		/*background: url("../img/bg-main-mobile-fifa-2018.jpg") no-repeat center;*/
		/*background: url("../img/bg-main-mobile-fifa-2018-2.jpg") no-repeat center;*/
		/*background: url("../img/bg-main-school.jpg") no-repeat center;*/ /*изображение  рекламного банера*/
    background-position: top;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	}

	.main-branding-links {
		position: absolute;
		top: -90px;
    display: inline-block!important;
    width: 135px;
    height: 40px;
	}

	.main-branding-links--google {
		right: 260px;
	}

	.main-branding-links--apple {
		right: 102px;
	}

	.main-branding__left-link {
		font-family: 'ProximaNova', sans-serif;
    display: inline-block!important;
		max-width: 230px;
		width: 100%;
		font-size: 36px;
		line-height: 1.1;
		color: #fff;
		position: fixed;
		top: 228px;
		right: calc(50% + 680px);
		font-weight: 300;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		padding-bottom: 3px;
	}

	.main-branding__left-link:hover {

	}

	/*Новый баннер ФИФА, информация, кнопки*/

	.body-index .fifa2018__info {
		display: block!important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
	}

	.fifa2018__disc {
		position: absolute;
    top: -155px;
    left: 289px;
	}

	.fifa2018__disc p {
		color: #fff;
		font-weight: 600;
	}

	.fifa2018__disc p:not(:last-child) {
		margin-bottom: 25px;
	}

	.fifa2018__left-info {
		position: absolute;
		max-width: 222px;
		width: 100%;
		top: 77px;
		right: calc(50% + 702px);
		text-align: right;
		font-weight: 600;
	}

	.fifa2018__left-info p {
		margin: 0;
		margin-bottom: 6px;
		font-size: 30px;
		color: #fff;
		line-height: 1.2;
	}

	.fifa2018__left-info span {
		position: relative;
		display: inline-block;
		margin: 0;
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
	}

	.fifa2018__left-info span:after {
		content: '*';
		position: absolute;
		display: inline-block;
    right: -17px;
    top: -6px;
		font-size: 48px;
		color: #fff;
	}

	.fifa2018__right-info {
		position: absolute;
		font-weight: 600;
		max-width: 300px;
		width: 100%;
    top: 82px;
    left: calc(50% + 696px);
		text-align: left;
	}

	.fifa2018__right-info span {
		display: block;
		margin: 0;
		font-size: 30px;
		color: #fff;
	}

	.fifa2018__right-info p {
		display: block;
		margin: 0;
    margin: 8px 0 3px;
		font-size: 44px;
		line-height: 48px;
		color: #fff;
	}

	.fifa2018__footnote {
		position: absolute;
		font-weight: 400;
		max-width: 225px;
		width: 100%;
    top: 762px;
    left: calc(50% + 696px);
		text-align: left;
	}

	.fifa2018__footnote p {
		position: relative;
		font-size: 18px;
		line-height: 24px;
    color: rgba(255,255,255,.7);
		margin: 0;
	}

	.fifa2018__footnote p:not(:last-child) {
		margin-bottom: 10px;
	}

	.fifa2018__footnote p:before {
		position: absolute;
		font-size: 22px;
		line-height: 24px;
		color: #fff;
    top: -1px;
	}

	.fifa2018__footnote p:nth-child(1):before {
		content: '*';
    left: -13px;
	}

	.fifa2018__footnote p:nth-child(2):before {
		content: '**';
    left: -22px;
	}

	.fifa2018__btn {
		position: absolute;
		width: 200px;
		text-align: center;
		padding: 5px 5px;
		color: #fff;
		border-radius: 3px;
		font-size: 20px;
	}

	.fifa2018__btn {
    top: -94px;
    width: 200px;
    text-align: center;
    padding: 12px 5px 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.fifa2018__btn--green {
		background-color: #369a1e;
    right: calc(50% + 705px);
	}

	.fifa2018__btn--green:hover{
		background-color: #11a600;
	}

	.fifa2018__btn--orange {
		background-color: #f29a07;
    left: calc(50% + 699px);
	}

	.fifa2018__btn--orange:hover{
		background-color: #ffa600;
	}

	.fifa2018__disc-first {
		font-size: 36px;
		line-height: 1.2;
	}

	.fifa2018__disc-second {
		display: inline-block;
    margin: 0 0 0 180px;
		font-size: 48px;
	}

	/*Конец Новый баннер ФИФА, информация, кнопки*/

}


/*Новый баннер ФИФА, отключение старого*/
.fifa2018 .main-branding__left-link, .fifa2018 .main-branding-links {
	display: none!important;
}
/*Конец Новый баннер ФИФА, отключение старого*/

