h1 {
	font-family: pfdin-bold;
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 50px auto 24px;
	/*line-height: 96px;*/
	top: 5px;
	text-align: left;
	padding: 0;
 	}

#index_intro p {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 86px;
	}

#index_intro button {
	font-size: 36px;
	text-align: center;
	padding: 21px 64px;
	text-transform: uppercase;
	background-color: rgb(249, 192, 0);
	cursor: pointer;
	border: none;
	}

#index_intro {
    margin-bottom: 150px;
	}

#intro_text h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    margin: 0 auto 12px;
	}

#intro_text p {
	font-family: Roboto-Thin;
	font-size: 18px;
	line-height: 19px;
	}

#intro_text p:not(:last-child) {
    margin-bottom: 13px;
	}

/* ===================== */

#intro_slider,
#intro_img_620 {
    min-height: 10px;
	}

#intro_slider .inner {
	width: 100%;
	right: 20px;
	}

#intro_img_620 {
	width: 100%;
	padding: 0 20px;
	text-align: center;
	}

#intro_img_620 .inner {
	width: 100%;
	height: 100%;
	right: 0;
	}

#intro_slider img {
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
	transition: all 1s;
	}

#intro_img_620 .mobile_wrap {
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	}

#intro_img_620 img {
	margin: 0 auto;
	height: 100%;
	max-width: 300px;
	opacity: 0;
	transition: all 1s;
	}

#intro_slider img.active,
#intro_img_620 .mobile_wrap.active img {
	opacity: 1;
	}

/* ===================== */

#intro_show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	display: none;
	background-color: rgba(0, 0, 0, .45);
	transition: all .3s;
	}

#intro_show.active {
	opacity: 1;
	}

#intro_show .inner {
	position: absolute;
	width: 1643px;
	height: 100%;
	top: 0;
	right: -100%;
	background-color: rgb(230, 232, 232);
	transition: all 1s;
	}

#intro_show .inner.active {
	right: 0;
	}

#intro_show .inner_2 {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .5s;
	top: 0;
	}

#intro_show .inner_2.active {
	opacity: 1;
	}

#intro_show #info {
	padding: 43px 100px;
	width: calc(100% - 280px);
	height: 100%;
	float: left;
	color: black;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background-color: #ecf0f1;
	z-index: 3;
	position: absolute;
    overflow: auto;
	}

#close_intro {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background-image: url(../img/index/cross.png);
	background-size: 18px 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(249, 192, 0);
	border: none;
	}

#info_img {
    position: absolute;
    top: 40px;
    right: 70px;
    width: 900px;
	}

#info h2 {
	font-family: pfdin-regular;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 45px;
	margin: 0 0 5px;
	max-width: 80%;
	}

#info .subheader {
	font-family: pfdin-light;
	font-size: 45px;
	margin-bottom: 30px;
	text-transform: uppercase;
	}

#info #desc_title {
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

#model_text {
	font-family: Roboto-Thin;
	max-width: 427px;
	font-size: 18px;
	left: 4px;
	}

#model_text p {
    margin-bottom: 21px;
    line-height: 21.8px;
	}

.go2_desc {
    top: 4px;
    left: 4px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 85px;
	background-color: #f9c000;
	border: none;
	}

#order_callback {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 25px;
    text-transform: uppercase;
    padding: 12px 52px;
    border: 2px solid rgb(249, 192, 0);
    background-color: transparent;
    transition: all 1s;
    z-index: 4;
	}

#order_callback:hover {
    background-color: rgb(249, 192, 0);
	}

/* -------------- */

#list_wrap {
	float: right;
	height: 100%;
	width: 280px;
	background-color: #e6e8e8;
	right: -280px;
	transition: all 1s;
	overflow-y: auto;
	overflow-x: hidden;
	}

#list_wrap.active {
	right: -10px;
	width: 300px;
	right: -20px;
	}

#list_wrap li {
	height: 278px !important;
	border-bottom: 2px solid #dadcdc;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 40px 10px;
	color: black;
	transition: all .3s;
	}

#list_wrap li:hover {
	background-color: #2c3e50;
	border-bottom: 2px solid #2c3e50;
	color: white;
	}

@keyframes arrow
{
	0% { left: 28px; opacity: 0; }
	33% { left: 35px; opacity: 0; }
	60% { opacity: 1; }
	66% { left: 17px; }
	100% { left: 10px; opacity: 0; }
}

@-moz-keyframes arrow
{
	0% { left: 28px; opacity: 0; }
	33% { left: 35px; opacity: 0; }
	60% { opacity: 1; }
	66% { left: 17px; }
	100% { left: 10px; opacity: 0; }
}

@-ms-keyframes arrow
{
	0% { left: 28px; opacity: 0; }
	33% { left: 35px; opacity: 0; }
	60% { opacity: 1; }
	66% { left: 17px; }
	100% { left: 10px; opacity: 0; }
}

@-webkit-keyframes arrow
{
	0% { left: 28px; opacity: 0; }
	33% { left: 35px; opacity: 0; }
	60% { opacity: 1; }
	66% { left: 17px; }
	100% { left: 10px; opacity: 0; }
}

#list_wrap li:hover .arrow {
	opacity: 1;
	-webkit-animation: arrow 1.5s linear infinite;
	-o-animation: arrow 1.5s linear infinite;
	animation: arrow 1.5s linear infinite;
	}

#list_wrap li:hover button {
	background-color: #f9c000;
	border-color: #f9c000;
	}

#list_wrap li.active {
	background-color: rgb(58, 81, 104);
	border-bottom: 2px solid rgb(58, 81, 104);
	color: white;
	}

.title_wrap {
	display: table;
	width: 100%;
	height: 74px;
	}

#list_wrap .title {
	font-size: 25px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	}

.btn_wrap {
    position: absolute;
    bottom: 19px;
    width: 100%;
    left: 0;
	text-align: center;
	}

.btn_wrap .arrow {
	position: absolute;
	opacity: 0;
	left: 28px;
	/*transition: all .2s;*/
	}

.btn_wrap button {
	margin: 0 auto;
	padding: 6px 34px;
	border: 2px solid rgb(0, 0, 0);
	font-size: 18px;
	text-transform: uppercase;
	background-color: transparent;
	}

#list_wrap img:not(.arrow) {
    max-width: 100%;
    max-height: 100%;
    top: -10px;
	}

/* ====================== */

#intro_1000 {
	display: none;
	}

#go2_catalog {
	display: none;
	}

#intro_img_620 {
	display: none;
	}

/* ============================================ */
/* ============================================ */
/* ============================================ */

@media screen and (max-width: 1643px)
{

	#intro_show .inner {
		width: 100%;
		}

}

@media screen and (max-width: 1560px)
{

	#info_img {
		width: 700px;
		}

}

@media screen and (max-width: 1450px)
{

	#info_img {
	    top: 140px;
	    right: 70px;
	    width: 650px;
		}

	.container {
		width: 100%;
		max-width: 1260px;
		}

	#intro_slider img {
		right: -180px;
		}

	#index_intro {
    	margin-bottom: 150px;	
		}

	#intro_text {
    	width: 980px;
    	margin: 0 auto 10px;
		}

	#order_callback {
		right: 21px;
		padding: 12px 28px;
		}

	#intro_show .inner {
		width: 100%;
		}

	#intro_show #info {
	    padding: 43px 50px;
		}

	#callback_form {
		padding: 40px 30px;
		}

	#form_data p {
		margin-bottom: 22px;
		}
	
	#form_data input {
		margin-bottom: 41px;
		}

	#form_data input:nth-child(3) {
		margin-bottom: 48px;
		}

	#callback_form button {
    	padding: 14px 95px;
		}

}

@media screen and (max-width: 1300px)
{

	#info_img {
		width: 400px;
		}

}

@media screen and (max-width: 1200px)
{

	#info_img {
		display: none;
		}

	.container {
   		width: 100%;
    	max-width: 1000px;
    	min-width: 100%;
		}

	h1 {
		font-size: 50px;
		top: 8px;
		}

	#index_intro {
	    margin-bottom: 148px;
		}

	#intro_text h2 {
		font-size: 45px;
		}

	#order_callback {
		display: none;
		}

	#intro_show #info {
		width: calc(100% - 250px);
		padding: 43px 24px 0 50px;
		}

	#list_wrap {
		width: 250px;
		}

	#list_wrap li {
    	height: 249px;
		}

	#list_wrap li {
		padding: 3px 30px 10px;
		}

	#list_wrap .title {
	    vertical-align: top;
		}

	#info h2 {
		max-width: 100%;
		}

	#list_wrap.active {
	    width: 270px;
		}

	#model_text {
		width: 100%;
		max-width: 100%;
		}

	#intro_1000 {
		display: block;
		}

	#intro_1000 img {
		height: 420px;
		margin-bottom: 17px;
		}

	#intro_1000 button {
		margin: 0 auto 28px;
		display: block;
		width: 250px;
		}

	#go2_desc {
		display: none;
		}

	.btn_wrap {
		bottom: 7px;
		}

	.btn_wrap .arrow {
	    left: 11px;
		}

}	

@media screen and (max-width: 980px)
{

	.container {
		width: 100%;
		padding: 0 30px;
		}

	#intro_text {
		width: 100%;
		padding: 0;
		}

}

@media screen and (max-width: 940px)
{

	.container {
   		width: 100%;
    	max-width: 620px;
    	min-width: 100%;
		}

	#intro_slider {
		display: none;
		}

	#intro_main {
		width: 100%;
		float: none;
		text-align: center;
		}

	h1 {
		text-align: center !important;
		font-size: 50px;
		margin-bottom: 35px;
		}

	h1 br {
		display: none;
		}

	#index_intro p {
    	font-size: 30px;
    	margin-bottom: 48px;
		}

	#show_equipment {
		display: none;
		}

	#go2_catalog {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 25px !important;
		padding: 16px 76px !important;
		margin-bottom: 50px;
		}

	#intro_text {
    	width: 100%;
    	padding: 0;
		}

	#intro_img_620 {
		display: block;
		margin: 0 auto;
		height: 270px;
		}

	#index_intro {
	    margin-bottom: 21px;
		}

	#intro_text h2 {
	    font-size: 34px;
		margin-bottom: 15px;		
		}

	#intro_text p {
	    font-size: 18px;
	    line-height: 18px;
	    top: -3px;
		}

	#intro_text p:not(:last-child) {
	    margin-bottom: 19px;
		}

	#intro_show {
		display: none !important;
		}

}


@media screen and (max-width: 450px)
{
	
	h1 {
		font-size: 30px;
		line-height: 31px;
		margin-bottom: 30px;
		margin-top: 30px;
		}

	h1 br {
		display: block;
		}

	#index_intro p {
		font-size: 25px;
	    margin-bottom: 25px;
		}

	#go2_catalog {
	    font-size: 20px !important;
	    padding: 15px 68px !important;
	    margin-bottom: 20px;
		}

	#intro_img_620 {
	    height: 170px;
		}

	#intro_text h2 {
	    font-size: 23px;
	    margin-bottom: 13px;
		}

	#intro_text {
	    padding: 0;
		}

}









