@media (min-width: 1200px) { 

.menu-text {
    font-size: 23px;
    line-height: 50px;
}
.main-menu-block {
	position: relative;
	width: 50%;
}
.main-menu-block:not(:last-of-type) {
    margin-bottom: 30px;
}
.main-menu-block:before {
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 0;
    background-color: rgba(239, 239, 239, 0.3);
    content: "";
    transition: 0.5s;
}
.main-menu-block.active:before {
	width: calc(100% - 15px);
}

.number-menu {
	display: block;
	top: -3px;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(239, 239, 239, 0.3);
}

.main-menu-second-level-wrapper {
	position: absolute;
	left: 100%;
	width: 100%;
	margin-top: -14px;
	z-index: 1;
}
.main-menu-second-level-block {
	position: relative;
	transition: 1s;
}
.main-menu-second-level-block:hover {
	padding-left: 20px;
}
.main-menu-second-level-block:hover a {
	color: #E5E5E5;
}


.main-menu-second-level-block:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 0px;
	height: 1px;
	margin-top: 2px;
	background-color: rgba(239, 239, 239, 0.3);
	transition: 1s;
}
.main-menu-second-level-block:hover:before {
	width: 15px;
}

.main-menu-second-level-block a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: rgba(239, 239, 239, 0.3);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: 1s;
}

.greetings-title {
	font-size: 23px;
}

.text {
	width: 75%;
    position: absolute;    
    height: calc(100% - 44px);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.3);
    background-color: #1a1a1a;
    bottom: 0;	
}
.bg {    
	position: absolute;
    right: 0;
    z-index: 2;
	width: 50%;
	height: calc(100% - 44px);
	top: -15px;
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
	transition: 1.5s;
}

.slide-index a.appear .bg {
	top: 10px;
}
.slide-index a .title {
	opacity: 0;
	transition-delay: 2s;
	transition: 2s;
}
.slide-index a.appear .title {
	opacity: 1;
}

.slide-index  {
	background-color: unset;
	box-shadow: none;
}

.slide-index a {
	position: relative;
}

/* PREVIEW */

.preview-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.preview-prev {
	margin-right: 15px;
	margin-bottom: 0px;
}
.preview-next {
	margin-left: 15px;
	margin-top: 0px;
}




}
