body{
	font-family: Roboto;
}

.LayoutHeader{
	min-height: 153px;
}

.HeaderLogo{
	display: block;
	height: 103px;
	margin: 25px 0;
	position: absolute;
	z-index: 2;
}
.HeaderLogo img{
	height: 100%;
}

.TopNavBar{

}
/*	Top Menu	*/
.TopMenu{}
.TopMenu_MobileButton{
	display: inline-block;
	padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
	color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.TopMenu_MobileButton .icon{
	display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;	
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.TopMenu_Collapse{}
.TopMenu_Items{
	margin: 0;
    padding: 0;
}
.TopMenu_Item{
	list-style: none;
    margin: 0 10px;
    padding: 0;
}
.TopMenu_Item a{
	color: inherit;
	font-weight: 500;
    font-size: 18px;
}
.TopMenu_Item.active a{
	border-bottom: 1px solid #f00;
}
.TopMenu_Item a:hover{
	text-decoration: none;
	opacity: 0.8;
}
@media (max-width: 767px){
	.TopMenu_MobileButton{
		/*display: block;*/
	}
	.TopMenu_Item{
		margin: 5px 0;
	}
	.TopMenu_Item a{
		color: inherit;
		font-weight: 400;
		font-size: 18px;
	}
}
@media (min-width: 768px){
	.TopMenu_Collapse:not(.show){
		display: block;
	}
	.TopMenu_Items{
		display: flex;
	}
}

/*	Button	*/
.Button{
	background: #F20101;
    box-shadow: 0 -45px 15px -30px #8C0000 inset;
    display: inline-block;
    color: #fff;
    border-radius: 21px;
    font-size: 13px;
	font-weight: 500;
    line-height: 42px;
    height: 42px;
    text-transform: uppercase;
    border: 0;
    vertical-align: top;
    padding: 0 21px;
    cursor: pointer;
	text-align: center;
	white-space: nowrap;
}
.Button.w100{
	display: block;
	width: 100%;
}
.Button:hover,
.Button:active{
	text-decoration: none;
	color: #fff;
}
.Button:hover{
	background: #F20505;
    box-shadow: 0 -45px 15px -30px #aC0000 inset;
}

.Button_sq{
	background: #EF0808;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
	/*font-weight: 500;*/
    line-height: 37px;
    height: 37px;
    text-transform: uppercase;
    border: 0;
    vertical-align: top;
    padding: 0 15px;
    cursor: pointer;
	text-align: center;
	white-space: nowrap;
}
.Button_sq.w100{
	display: block;
}
.Button_sq:hover,
.Button_sq:active{
	text-decoration: none;
	color: #fff;
}
.Button_sq:hover{
	background: #F20505;
}

/*		*/
.HeadContacts{}
.HeadContact{
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	color: inherit;
	display: block;
}
.HeadContact:hover{
	text-decoration: none;
	opacity: 0.8;
	color: inherit;
}
/*.HeadContact.phone{
	font-size: 20px;
}*/
.Contact:before{
	content: " ";
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	margin-right: 10px;
}
.Contact .description{
	font-size: 0.78em;
    text-align: right;
    font-weight: normal;
}
.Contact.phone:before{
	background: url(images/phone-call-b.png) no-repeat center;
}
.Contact.mail:before{
	background: url(images/mail-b.png) no-repeat center;
}
.Contact.map:before{
	background: url(images/map-b.png) no-repeat center;
}
.Contact.clock:before{
	background: url(images/clock-b.png) no-repeat center;
}
.HeadButton_OrderCall{}
@media (max-width: 1199px){
	.HeadContact{
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.HeadContact{
		font-size: 14px;
	}
}
@media (min-width: 768px){
}
@media (max-width: 400px){
	.HeadContacts{
		display: none;
	}
	.HeadContacts_inMenu{
		display: block;
	}
}

/*	HeaderSlider	*/
.HeaderSliderContainer{
	position: relative;
	color: #fff;
}
.HeaderSliderContainer .LayoutHeader{
	position: relative;
    z-index: 1;
}
.HeaderSliderContainer .TopMenu_MobileButton{
    border-color: rgba(255,255,255,.1);
}
.HeaderSliderContainer .TopMenu{
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.HeaderSliderContainer .TopMenu_MobileButton .icon{
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.HeaderSliderContainer .HeadContact.phone:before{
	background: url(images/phone-call-l.png) no-repeat center;
}
.HeaderSliderContainer .HeadContact.mail:before{
	background: url(images/mail-l.png) no-repeat center;
}

.HeaderSlider{
	overflow: hidden;
}
.HeaderSlider_Images{
	box-shadow: 0 0 0 2px #090 inset;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.HeaderSlider_Image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
    background-position: center;
	opacity: 0;
}
.HeaderSlider_Image .bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(27, 27, 27, 0.6), rgba(27, 27, 27, 0.6));
}
.HeaderSlider_Contents{
	margin-top: 50px;
	display: flex;
	position: relative;
}
.HeaderSlider_Content{
	color: #fff;
	width: 100%;
	/*min-height: 400px;*/
	padding-bottom: 50px;
	overflow: hidden;
}
.HeaderSlider_Content h1,
.HeaderSlider_Content h2,
.HeaderSlider_Content h3,
.HeaderSlider_Content h4,
.HeaderSlider_Content h5,
.HeaderSlider_Content h6,
.HeaderSlider_Content .h1,
.HeaderSlider_Content .h2,
.HeaderSlider_Content .h3,
.HeaderSlider_Content .h4,
.HeaderSlider_Content .h5,
.HeaderSlider_Content .h6{
	font-weight: 800;
	font-family: Montserrat;
	line-height: 145%;
	letter-spacing: 0.1em;
}
.HeaderSlider_Navigation{
	position: relative;
	z-index: 1;
}
.HeaderSlider_Content h1,
.HeaderSlider_Content .h1{
	line-height: 124%;
}

.HeaderSlider_Navigation_Arrows{}
.HeaderSlider_Navigation_Arrows .arrow{
	display: inline-block;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 24px;
    text-align: center;
	cursor: pointer;
}
.HeaderSlider_Navigation_Arrows .arrow.prev{
	background: #fff;
	color: #F20101;
    text-shadow: 0 1px 0 #F20101;
	margin-right: 5px;
}
.HeaderSlider_Navigation_Arrows .arrow.prev:after{
	content: '\2190';
}
.HeaderSlider_Navigation_Arrows .arrow.next{
	background: #F20101;
    box-shadow: 0 -45px 15px -30px #8C0000 inset;
    text-shadow: 0 1px 0 #fff;
}
.HeaderSlider_Navigation_Arrows .arrow.next:after{
	content: '\2192';
}
.HeaderSlider_Navigation_Dots{}
.HeaderSlider_Navigation_Dots .dot{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px;
}
.HeaderSlider_Navigation_Dots .dot:after{
	display: inline-block;
	content: " ";
	width: 6px;
    height: 6px;
    background: rgba(239, 8, 8, 0.68);
    margin: 3px;
    border-radius: 50%;
}
.HeaderSlider_Navigation_Dots .dot.active{
}
.HeaderSlider_Navigation_Dots .dot.active:after{
	width: 7px;
    height: 7px;
	background: #EF0808;
}

@media (max-width: 575px){
	.HeaderSlider_Content{
		/*padding-bottom: 0;*/
	}
	
	.HeaderSlider_Content h1,
	.HeaderSlider_Content .h1{
		font-size: 1.2rem;
	}
	.HeaderSlider_Content h2,
	.HeaderSlider_Content .h2{
		font-size: 1.1rem;
	}
	.HeaderSlider_Content h3,
	.HeaderSlider_Content .h3{
		font-size: 1rem;
	}
	.HeaderSlider_Content h4,
	.HeaderSlider_Content .h4{
		font-size: 0.9rem;
	}
	.HeaderSlider_Content h5,
	.HeaderSlider_Content .h5{
		font-size: 0.8rem;
	}
	.HeaderSlider_Content h6,
	.HeaderSlider_Content .h6{
		font-size: 0.7rem;
	}

}


/*	LayoutFooter	*/
.LayoutFooter{
	background: #000;
	color: #fff;
	font-size: 11px;
	line-height: 1.5em;
}
.LayoutFooter p{
	margin-bottom: 7px;
}
.LayoutFooter a{
	color: inherit;
}
.LayoutFooter a:hover{
	color: inherit;
}
.FooterMenuTitle{
	font-size: 11px;
}
.FooterMenu{}
.FooterMenu a{
	color: inherit;
	text-decoration: underline;
}
.FooterCopyright{
	font-weight: 300;
	font-size: 9px;
	line-height: 1.1em;
}
.FooterLogo img{
	height: 83px;
}
@media (max-width: 575px){
	.FooterMenu{
		width: 100px;
	}
}



.BlockTitle{
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 0.09em;
	line-height: 1em;
}
.BlockTitle>*{
	display: inline-block;
	border-left: 1px solid #EF0808;
	padding: 0 15px;
}
.BgGray{
	background: #F2F2F2;
}
.ReadMore{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FA4646;
    border-radius: 15px;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    white-space: pre-wrap;
	font-size: 14px;
	letter-spacing: 1px;
}

/*	GridChess	*/
.GridChess{
	margin: 60px 0;
}
.GridChess_Item_photo{
	background-size: cover;
	position: relative;
	padding: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.GridChess_Item_photo_fuller{
	padding-bottom: 100%;
}
.GridChess_Item_photo_bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(27, 27, 27, 0.6), rgba(27, 27, 27, 0.6));
	text-align: center;
}
.GridChess_Item_link{
   	display: none;
	position: relative;
    top: calc(50% - 15px);
}
.GridChess_Item_photo:hover .GridChess_Item_link{
	display: inline-block;
}
.GridChess_Item_Info{
	background: #F2F2F2;
	padding: 50px 30px 30px;
	text-align: center;
	box-shadow: 0 4px 4px rgba(0,0,0,0.11), 0 -4px 4px rgba(0,0,0,0.11);
	position: relative;
	z-index: 2;
}
.GridChess_Item_icon{}
.GridChess_Item_title{
	font-size: 20px;
    letter-spacing: 0.1em;
	margin-top: 10px;
}
.GridChess_Item_desc{
	font-size: 12px;
    letter-spacing: 0.1em;
	margin-top: 5px;
}
@media (max-width: 575px){
	.GridChess_Item_photo_fuller{
		padding-bottom: 30%;
	}
}
@media (max-width: 767px){
	.GridChess_Item_link{
		display: inline-block;
	}	
}

/*	LskMainBlock	*/
.LskBlock{

}
.LskMainBlock{
	padding-bottom: 40px;
	margin: 60px 0;
	overflow: hidden;
}
.LskBlock_Item{
	display: block;
	position: relative;
    background-size: cover;
	text-align: center;
	box-shadow: 0 0 0px rgba(0,0,0,0.66);
	transition: 0.4s;
	background-position: center;
}
.LskBlock_Item:hover{
	box-shadow: 0 0 40px rgba(0,0,0,0.66);
}
.LskBlock_Bg{
	background: rgba(0,0,0,0.55);
    padding-bottom: 45%;
}
.LskBlock_Title{
	color: #fff;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2em;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -15px;
	transition: 0.4s;
}
.LskBlock_ReadMore{
	/*display: none;*/
	position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -15px;
	opacity: 0;
	transition: 0.4s;
}
.LskBlock_Item:hover .LskBlock_Title{
	margin-top: -35px;
}
.LskBlock_Item:hover .LskBlock_ReadMore{
	opacity: 1;
	margin-top: 5px;
}

/*	VideoMainBlock	*/
.VideoMainBlock{
	margin: 60px 0;
}
.VideoMainBlock_Desc{

}
.VideoMainBlock_Video{
    padding-bottom: 56%;
    position: relative;
}
.VideoMainBlock_VideoFrame{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*	DocsMainBlock	*/
.DocsMainBlock{
	margin: 60px 0;
	padding: 0px 0 30px;
}
.DocsMainBlock_List{
	margin: 30px 0;
}
.DocsMainBlock_Item{
	font-size: 12px;
	background: #D7D7D7;
    padding: 11px 40px;
	letter-spacing: 0.02em;
}
.DocsMainBlock_Item:nth-child(2n){
	background: #E6E6E6;
}
.DocsMainBlock_LinkForAll{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}

/*		*/
.WorksMainBlock{
	margin: 60px 0;
	/*padding: 30px 0 30px;*/
}
.WorksMainBlock_Image{
	display: block;
	padding-bottom: 110%;
	background-size: cover;
    background: center;
}

/*	CarouselBlock	*/
.CarouselBlock{
	position: relative;
	margin: 0 80px;
	width: auto;
}
.CarouselBlock .owl-nav{
	position: absolute;
    left: 0;
    right: 0;
	top: 50%;
    margin-top: -41px;
}
.CarouselBlock_Nav{
	background: no-repeat center;
	width: 41px;
	height: 82px;
	position: absolute;
	top: 0;
}
.CarouselBlock_NavPrev{
	background-image: url(images/prev.png);
	left: -80px;
}
.CarouselBlock_NavNext{
	background-image: url(images/next.png);
	right: -80px;
}

/*	FormMainBlock	*/
.FormMainBlock{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 20%, #101010 60%), url(images/call_bg.png) center top no-repeat;
	color: #fff;
	margin: 60px 0;
	padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 30px;
}
.FormMainBlock h4,
.FormMainBlock h5{
	font-weight: 400;
}
.FormMainBlock_Form{
	padding: 30px 0 0;
}
.FormMainBlock_Field{
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
    font-size: 14px;
    line-height: 42px;
    border: 0;
    background: none;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    color: #fff;
	margin-bottom: 15px;
	padding: 0 5px;
}

/*	ModalWindow	*/
.ModalWindow{
	overflow: visible;
}
.ModalWindow_buttonClose{
	background: url(images/close_l.png) center no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    left: 100%;
}

/*	ModalWindow_Request	*/
.ModalWindow_Request{
	width: 100%;
	max-width: 540px;
}
.ModalWindow_Request .Button_sq{
	width: 200px;
    max-width: 100%;
	overflow: hidden;
}
.ModalWindow_Request a{
	color: #9C0000;
}
.ModalWindow_Request .form-control{
	font-size: 14px;
	border-radius: 0;
    line-height: 48px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.ModalWindow_Request .form-control::placeholder{
	color: rgba(0, 0, 0, 0.31); 
}
.ModalWindow_Request .form-control:-ms-input-placeholder{
	color: rgba(0, 0, 0, 0.31); 
}
.ModalWindow_Request .form-control::-ms-input-placeholder { /* Microsoft Edge */ 
	color: rgba(0, 0, 0, 0.31); 
} 

/*	ModalWindow_Thanks	*/
.ModalWindow_Thanks{
	width: 100%;
	max-width: 510px;
}
.ModalWindow_Thanks_Title{
	font-size: 48px;
    font-weight: 500;
    text-align: center;
}
.ModalWindow_Thanks_Text{
	font-size: 18px;
	line-height: 21px;
    font-weight: 500;
    text-align: center;
	margin-bottom: 20px;
}
.ModalWindow_Thanks_Line{
	background: #EF0808;
	height: 1px;
	margin: 0px 20px 15px;
}
.ModalWindow_Thanks .Button{
	width: 200px;
    max-width: 100%;
}

/*	Breadcrumbs	*/
.Breadcrumbs{
	color: #C7C7C7;
	font-size: 14px;
	margin-bottom: 30px;
}
.Breadcrumbs a{
	color: inherit;
}

/*	ArticleText	*/
.ArticleText{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ArticleText:after{
	display: block;
	content: " ";
	clear: both;
}
.ArticleText p,
.ArticleText h1,.h1,
.ArticleText h2,.h2,
.ArticleText h3,.h3,
.ArticleText h4,.h4,
.ArticleText h5,.h5,
.ArticleText h6,.h6{
	/*margin-top: 15px;*/
	margin-bottom: 15px;

}
.ArticleText ul{
	/*overflow: hidden;*/
	padding-left: 0;
}
.ArticleText ul li{
	list-style: none;
    font-size: 14px;
    margin-bottom: 15px;
	padding-left: 40px;
    overflow: hidden;
}
.ArticleText ul li:before{
	content: '- ';
}
.ArticleText ol{
	/*overflow: hidden;*/
	list-style-position: inside;
	padding: 0;
}
.ArticleText ol li{
	margin-bottom: 5px;
}
.ArticleText b{
	font-weight: 500;
}
.ArticleText img{
	max-width: 100%;
	margin-bottom: 15px;
}
.ArticleText .BlockNoFlow{
	overflow: hidden;
	min-width: 50%;
}
.ArticleText .ArticleImg_Left{
	float: left;
	margin-right: 30px;
}
.ArticleText .ArticleImg_Right{
	float: right;
	margin-left: 30px;
}

/*	GridImageLinks	*/
.GridImageLinks{
	margin: 30px 0;
}
.GridImageLinks_Item{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.GridImageLinks_Image{
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
}
.GridImageLinks_Bg{
	background: rgba(0,0,0,0.27);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.GridImageLinks_Title{
	color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    line-height: 1.2em;
}
@media (max-width: 575px){
	.GridImageLinks_Image{
		padding-bottom: 30%;
	}
}

/*	ContactBlock	*/
.ContactBlock{
	font-size: 14px;
}
.ContactBlock_Item{
	margin-bottom: 10px;
}
.ContactBlock_Item a{
	color: inherit;
}

/*		*/
.TextDesc{
	letter-spacing: 0.1em;
    line-height: 1.3em;
}
.img100{
	max-width: 100%;
}


/*	bootstrap	*/
.form-control{
	border-radius: 0;
}
.form-check-label{
	font-size: 10px;
}
.fancybox-slide--html{
	overflow: hidden;
}


/*	FormContact 	*/
.FormContact {
	font-size: 14px;
}
.FormContact .form-control{
	font-size: 14px;
	border-radius: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.FormContact input.form-control{
    line-height: 32px;
}
.FormContact .form-control::placeholder{
	color: rgba(0, 0, 0, 0.31); 
}
.FormContact .form-control:-ms-input-placeholder{
	color: rgba(0, 0, 0, 0.31); 
}
.FormContact .form-control::-ms-input-placeholder { /* Microsoft Edge */ 
	color: rgba(0, 0, 0, 0.31); 
} 
.FormContact .fixTextArea{
	resize: none;
	height: 230px;
}

/* Custom modal content styling */

.modal-container {
  max-width: 1000px;
  padding: 0;
  margin: 20px 0;
  overflow: visible;
}

.modal-title {
  font-weight: 700;
  padding: 1.5em;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.modal-body {
  max-height: calc(100vh - 230px);
  min-height: 50px;
  padding: 0 1.5em 1.5em 1.5em;
  overflow-y: auto;
}
