﻿/*Тело сайта */

/*@media all{ */

	body {

		/*Фон*/
		background: #383838;
		
		font-family: "RobotoBold";
		font-weight: 300;
		font-size: 15px;
		color:#555;

	    /*Что бы при масштабировании шрифт был гладким*/
		-webkit-font-smoothing:antialiased;
	    /*Что бы сайт скроллился*/
		-webkit-overflow-scrolling:touch;
		/*Отступ*/
		margin-top: 15px;
	}


	/*Отступы на странице */
	.row {
	    padding: 10px 0px 0px 10px;
	}

	footer {
		background: #2d2d2d;
	}

	footer .row {
		background:transparent;
	}

	/*Навигационная панель*/
	.navbar {
		background: #2d2d2d;
		font-family:"RobotoBold";
		/*font-family: "ErasITC-Bold";*/
		/*font-weight: 800px;*/
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}


	/*Шрифт навигационной панели*/
	.nav-item {
		font-size: 20px;
	}

	
	/*Шрифт логотипа*/
	.navbar-brand {
		font-family: "ErasITC-Bold";
		font-size: 20px;
		color: rgb(247,47,5);
	}

	/*Шрифт Меню*/
	.navbar {
		font-family: "RobotoBold";
		font-size: 20px;
		color: rgb(247,47,5);
	}

	/*Выранивание Навигационной панели по правому краю*/
	.ml-auto .dropdown-menu {
	    left: auto !important;
	    right: 0px;
	}


	/*Для выравнивания по центру*/
	.centered {
		text-align: center;
	} 


	.right_aside {
		padding: 15px 20px;
		text-align: justify;
		font-size: 18px;
		/*height: 20px;*/
		/*border-radius: 5px;
		background-color: #EEEEEE;*/
		margin-top: 0px;
	}

	.icon_txt {
		width:45px;
		height:45px;
	}	

	.ImgComrad_i_txt {
		height:95%;
	}	


	 p {
    	text-indent: 20px;
   	}
 
 /*Клавиша выбора языка*/

	.btn_M1 {
	  color:#f8f9fa;
	  background-color: transparent;
	  background-image: none;
	  border-color:#f8f9fa;
	}

	.btn_M1:hover {
	  color: #2d2d2d;
	  background-color:#f8f9fa;
	  border-color:#f8f9fa;
	}

/* End Клавиша выбора языка*/

	/*Формат текста заголовков*/
    .Htext {
    	font-family: "RobotoBold";
		font-size: 35px;
		color: #555;
    } 


    #nav-tabContent h5 {
    	font-family: "RobotoBold";
    	font-size: 16px;
    	text-align:center; 
    }

    .Text_Contact {

    	font-family: 	"RobotoBold";
    	font-size:	 	23px;
    	text-align:		justify; 

    }

      .Text_Futer {

    	font-family: 	"RobotoBold";
    	font-size:	 	14px;
    	text-align:		justify; 

    }





	#Header_WR #Header_ICON {
	 background: url(../imag/BG.jpg) no-repeat center top;
	}	

	#Header_WR #Header_ICON {
		padding-left: 0;
		padding-right: 0;

		margin-top:-10px;
	 	padding-top: 30px;
	 	text-align: center;

		background-attachment: relative;
		background-position: center center;
		min-height:600px;
		width: auto;

	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	}

	#Header_ICON .row {
		background:transparent;
	}


	#Specification table {
		font-family: "RobotoBold";
		text-transform:none;
		color: #555;
	}


	#headerwr .row {

	 	background: url(../imag/BG.jpg) no-repeat center top;
	 
	 	margin-top:-10px;
	 	padding-top: 30px;
	 	text-align: center;


		background-attachment: relative;
		background-position: center center;
		min-height:400px;
		width: auto;

	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	}

	#Header_ICON h1 {
		font-family:"RobotoBold"; 
		font-style: italic;
		margin-top:5px;
		color:white;
		font-size: 50px;
		/*font-size: 70px;
	    text-align: right;
		font-weight: 100;*/
		letter-spacing: 3px;
	}

	#Header_ICON  h2 {
		font-family:"RobotoBold";
		font-style: italic;
		color:white;
		font-size: 40px;
		/*font-size: 40px;
		text-align: right;
		font-weight: 100;*/
		letter-spacing: 2px;
		
	}

	
	#Header_WR h3 {
		font-family:"RobotoBold";
		font-size: 15px;
		color: white;
		letter-spacing: 2px;
	}

	#Header_ICON img {
		margin: 5px;
		padding: 5px;

		position: right;

		width:  100px;
		height: 100px;
	}  

	#headerwr .col-4 .align-self-end img {
		position: left;
	}



	$('.carousel').carousel({
	  interval: 1000
	})

/*}*/

