/* Global */

body {
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #7e7e7e;
	background-color:#ffffff;
	overflow-x:hidden;
}
img {
	max-width: 100%;
}
a:link {
	color: #fcc71f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

.fcenter{float:center;
}


/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#3e3e3e;
	z-index:9999;
}
#logo {
	margin-bottom:0;
}
#nav {
	text-align: right;
	margin: 31px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	margin:0;
	padding:0 18px 0 12px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	color:#a6a6a6;
	background:url(../images/menu_bord.svg) no-repeat 0 -21px;
	
}
.navigation li:last-child {padding:0 0 0 12px;}
.navigation li:hover{
	cursor:pointer;
	color: #00ff66ff;
	background:url(../images/menu_bord.svg) no-repeat 0 -7px;
}

.navigation .active{
	cursor:pointer;
	color: #fcc71f;
	font-weight:400;
	background:url(../images/menu_bord.svg) no-repeat 0 7px;
}


/* Меню для всплывающих подсказок (Начало) (#034f5c темно-изумрудный цвет)*/

.tooltip1 { 
	position: relative;     /* Делаем элемент родительским для всплывающих подсказок */
	/*cursor: help;____________для появления рядом с указателем мыши знака ?____________*/
  }
  .tooltip1 span {
	position: absolute;     /* Выводим элемент из потока */
	margin-left: -30000px;  /* И прячем далеко за краем экрана */
	background-color: #fcc71f; /* Фон всплывающего блока*/
	color: #3e3e3e;             /* Цвет текста */
	padding:1px;                 /* Отступы */               
	-webkit-border-radius: 5px; /* Закругляем уголки */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
  }
  .tooltip1:hover span {     /* При наведении */
	margin-left: 0;         /* Возвращаем из далекого заэкранного края блок на место */
	width: 180px;           /* Задаем ширину */
	z-index: 1000;          /* Помещаем на самый верх */
							/* Позиционируем относительно родительского блока */
	top:30px;               /* Отступ сверху */  
	left:0;              /* Отступ слева */   
	background: #fcc71f; /* Оформляем тень */
    box-shadow: 0px 1px 15px 1px #333; 
    border-radius: 7px;       
  }
  .tooltip1 span:after{
	content: '';            /* Добавили контент */ 
	width:0;                /* Спрятали его, превратив в 0 */
	height:0;
	border-bottom: 12px solid #fcc71f;  /* Нижним бордером задаем цвет и высоту треугольника */
	border-right: 13px solid transparent; /* Правым - ширину треугольника вправо */
	position: absolute;     /* Позиционируем относительно родительского блока */
	top:-12px;
	left:7px;
  }

/* Меню для всплывающих подсказок (Конец)*/  

/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}

h1 {
	margin:0 0 27px 0;
	text-transform:uppercase;
	border-bottom:1px solid #e0e0e0;
	font-family:'PT Sans';
	font-size: 52px;
	line-height: 68px;
	color:#3e3e3e;
	font-weight: 700;
}
h1 span {
	border-bottom:1px solid #3e3e3e;
}
h2 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'Century Gothic';
	font-size: 24px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 500;
}

h4 {
	margin:0 0 19px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#3e3e3e;
}
h5 {
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 16px;
	line-height:8px;
	color:#3e3e3e;
	font-weight: 400;
}
h6 {
	margin:0 0 27px 0;
	text-transform:none;
	border-bottom:1px solid #e0e0e0;
	font-family:'PT Sans';
	font-size: 20px;
	line-height: 26px;
	color:#034f5c;
	font-weight: 700;
}
h6 span {
	border-bottom:2px solid #034f5c;
}

h7 {
	margin:0 0 42px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 24px;
	line-height: 26px;
	color:#ffffff;
	font-weight: 400;
}

h8 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 11px;
	line-height: 26px;
	color:#034f5c;
	font-weight: 400;
}

h9 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'Century Gothic';
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}

h10 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'Century Gothic';
	font-size: 16px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}

/* ____________________________________ Slide 1 ____________________________________ */ 
.effects {
	position:relative;
}
/*.effects_1 {
	background:url(../images/effect_1.svg) no-repeat left top;
	position:absolute;
	top:-155px;
	left:25px;
	width:100px;
	height:100px;
	z-index:99;
}*/
.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
}
.padding_slide1 {padding:244px 0 60px 0;
}

#slide1{
	background-color:#ffffff;
	background-image:url(../images/slide1_bg.jpg);
	background-size: cover !important;
	text-align:center;
	background-position:0 0 !important;
}
#slide1 h1 {
	position:relative;
	z-index:100;
	margin:0;
	padding:33px 0;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 24px;
	line-height:50px;
	color:#3e3e3e;
	font-weight: 700;
}
#slide1 h2 {
	text-transform:none;
	font-family:'PT Sans';
	font-size: 18px;
	color: #3e3e3e;
	line-height: 20px;
	padding:70px 40px 104px;
	font-weight: 500;
}

#slide1 h8 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 11px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}

#slide1 h9 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 14px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}

#slide1 h10 {
margin:0 0 42px 0;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 16px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}

#slide1 a.button {
    background-image: url(../images/arrow_down.svg);
    display: block;
    height: 60px;
	margin:0 auto;
    width: 60px;
}
a.button:hover {cursor:pointer;
}


/* ____________________________________ Slide 15 ____________________________________ */

.padding_slide15 {padding:244px 0 60px 0;
}

#slide15{
	background-color:#ffffff;
	background-image:url(../images/slide1_bg.svg);
	background-size: cover !important;
	text-align:center;
	background-position:0 0 !important;
}
#slide15 h1 {
	position:relative;
	top: 50px;
	z-index:100;
	margin:0;
	padding:10px 0;
	border-top:1px solid #ffffff66;
	border-bottom:1px solid #ffffff66;
	text-transform:uppercase;
	font-family:'Segoe Script';
	font-size: 22px;
	line-height:50px;
	color:#ffffff;
	font-weight: 700;
}
#slide15 h2 {
	position:relative;
	top: 10px;
	padding:10px 0;
	border-bottom:1px solid #ffffff66;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 16px;
	color: #e0e0e0;
	line-height: 20px;
	padding:70px 40px 104px;
	font-weight: 500;
}

#slide15 h8 {
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 11px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}

#slide15 h9 {
	position:relative;
	top: 25px;
	margin:0 0 42px 0;
	text-transform:none;
	font-family:'PT Sans';
	font-size: 14px;
	line-height: 26px;
	color:#e0e0e0;
	font-weight: 400;
}

#slide15 h10 {
	margin:0 0 42px 0;
		text-transform:none;
		font-family:'PT Sans';
		font-size: 16px;
		line-height: 26px;
		color:#ffffff;
		font-weight: 400;
}

#slide15 a.button {
    background-image: url(../images/arrow_down.svg);
    display: block;
    height: 60px;
	margin:0 auto;
    width: 60px;
}
a.button:hover {cursor:pointer;
}

/* ______________________ TOP_SOCIALS ___________________________ */
#top_socials {
	padding:0;
	margin-top:127px;
}
#top_socials ul {
	padding:0;
	margin:0;
}
#top_socials li {
	display:inline-block;
}

#top_socials li a {
	display:block;
	height:28px;
	width:26px;
	margin:0 17px 0 0;
}
.soc1 a{
	background:url(../images/soc1.jpg) no-repeat;
}
.soc2 a{
	background:url(../images/soc2.jpg) no-repeat;
}
.soc3 a{
	background:url(../images/soc3.jpg) no-repeat;
}
.soc4 a{
	background:url(../images/soc4.jpg) no-repeat;
	margin:0 !important;
} 
/* _________________________ //TOP_SOCIALS _________________________ */

/* ____________________________________ Slide 2 ____________________________________ */ 



#slide2{
	background-color:#fff;
	padding:150px 0 0;
}

.overflow_hidden {overflow-x:hidden;}

.gallery-list li.grid_3 {width:235px !important;}


#slide2 ul{
	margin-bottom:29px;
	padding:0;
	list-style-type:none;
}

#slide2 .hover_img {
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	height:234px;
	text-align:center;
}
#slide2 .hover_img img {border-radius:50%;
}
.hover_img {
	position:relative;
	background:#3e3e3e;
	z-index:99;
}



/*#slide2{
	background-color:#fff;
	padding:90px 0 79px 0;
}
#slide2 .grid_8 img {
	margin-bottom:15px;
}*/

/* _______________ ACCORDION _______________ */
.accordion {
}
.accordion h3 {
	padding: 11px 5px 2px 20px;
	margin:0 0 3px 0;
	text-transform:uppercase;
	font-family:'Arial';
	font-size:16px;
	line-height:22px;
	color:#878787;
	cursor: pointer;
	min-height:30px;
	position:relative;
	font-weight:400;
	background:#f6f6f6;
	border-bottom:1px solid #e9e9e9;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-left:4px solid #dedede;
}
.accordion h3:hover {
	color:#fcc71f;
	background:#3e3e3e;
	border-left:4px solid #fcc71f;
}
.accordion h3:last-child {border-bottom:none;
}
.accordion h3.active {
	color:#fcc71f;
	background:#3e3e3e;
	border-left:4px solid #fcc71f;
	margin:0;
}
.accordion h3 span {
}
.accordion h3.active span {
	background:url(../images/h3_minus.png) no-repeat left top;
	
}
.accordion .accord_cont {
	padding:13px 20px 13px 24px;
	display: none;
	background:#fff;
}
.accordion .accord_cont p {
	margin:0;
	padding:0;
}
/* ______________ //ACCORDION ______________ */


/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background-image:url(../images/slide3_bg.svg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide3 {
	padding:83px 0 78px 0;
}
#slide3 p {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 56px;
	line-height: 52px;
	color:#fff;
	font-weight: 400;
}



/* ____________________________________ Slide 4 ____________________________________ */

#slide4{
	background-color:#fff;
	padding:150px 0 0;
}

/* _________________ PORTFOLIO ________________ */
.overflow_hidden {overflow-x:hidden;}

.gallery-list li.grid_3 {width:235px !important;}

#slide4 ul{
	margin-bottom:29px;
	padding:0;
	list-style-type:none;
}

#slide4 .hover_img {
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	height:234px;
	text-align:center;
}
#slide4 .hover_img img {border-radius:50%;
}
.hover_img {
	position:relative;
	background:#3e3e3e;
	z-index:99;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:37px;
	height:37px;
	position:absolute;
	left:99px;
	top:104px;
	background-image:url(../images/zoom.svg);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	left:122px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -41px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:37px;
	height:37px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link { display:block;
}

/* ПРОБЫ смайла начало*/

.portfolio_smile {
	display:none;
	width:50px;
	height:50px;
	position:absolute;
	left:100px;
	top:130px;
	background-image:url(../images/smile.svg);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_smile {
	left:93px;
	background-image:url(../images/smile.svg);
}

.portfolio_smile a {
	display:none;
	cursor:default;
	width:50px;
	height:50px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_smile { display:block;
}

/* ПРОБЫ смайла конец*/

.portfolio_descr {
	position: absolute;
	left: 0;
	right: 0;
	top: 38px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.portfolio_descr h3 {
	display: block;
	text-transform:uppercase;
	color: #fcc71f;
	font-family: 'PT Sans';
	font-weight:400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.portfolio_descr p {
	margin: 0;
	padding:0 20px;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 20px;
}

.hover_img:hover  .portfolio_descr{
	opacity:1;
	filter: alpha(opacity=100)
}

/*.hover_img .img_bord {
	position:absolute;
	top:7px;
	left:7px;
	background:url(../images/img_bord.svg) no-repeat;
	opacity:0;
	filter: alpha(opacity=0)
	width:221px;
	height:221px;
	width:221px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}*/
.hover_img:hover .img_bord {
	opacity:1;
	filter: alpha(opacity=100)
}
/* _________ FILTER ________ */
#filter_img li {
	display:inline-block;
	cursor:pointer;
}

#filter_img li {
	border-left:3px solid #dedede;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	background:#f6f6f6;
	margin:0 8px 8px 0;
	padding:0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	line-height:26px;
	color:#878787;
}

#filter_img li.selected,
#filter_img li:hover {
	background:#3e3e3e;
	color:#fcc71f;
	border-left:3px solid #3e3e3e;
	border-top:1px solid #3e3e3e;
	border-right:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
}
/* ________ //FILTER _______ */

/* ________________ //PORTFOLIO _______________ */


/* ____________________________________ Slide 5 ____________________________________ */ 
.padding_slide5 {
	padding:267px 0;
}
#slide5{
	background-image:url(../images/slide5_bg.svg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}
.padding_slide3 {
	padding:83px 0 78px 0;
}
#slide5 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fcc71f;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 700;
}
/* ___________________________________ //Slide 5 ___________________________________ */ 

/* ____________________________________ Slide 6 ____________________________________ */

#slide6{
	background-color:#fff;
	padding:150px 0 0;
}

/* _________ SKILLS ________ */
#skills_block {
	padding:0;
	margin:0;
}
#skills_block p {
	margin:0;
	padding:0 0 3px 0;
}
#skills_block p span {color:#fcc71f;}

#skills_block li {
	margin-bottom:25px;
	height:19px;
	width:100%;
	border:1px solid #e9e9e9;
	background:#f6f6f6;
}

#skills_block li .percentage_60 {
	margin:-1px 0 0 -1px;
	width:60%;
	height:21px;
	background:#fcc71f;
}
#skills_block li .percentage_70 {
	margin:-1px 0 0 -1px;
	width:70%;
	height:21px;
	background:#fcc71f;
}
#skills_block li .percentage_50 {
	margin:-1px 0 0 -1px;
	width:50%;
	height:21px;
	background:#fcc71f;
}
#skills_block li .percentage_65 {
	margin:-1px 0 0 -1px;
	width:65%;
	height:21px;
	background:#fcc71f;
}

/* ________ //SKILLS _______ */

/* ________ serv_inf _______serv_inf2___________ */
.serv_inf {
	margin:0 0 20px 0;
}

.serv_inf img {
	float:left;
	margin-right:20px;


	filter: hue-rotate(0); /* фильтр для цвета изображения */
    transition: 1s; /* Время изменения цвета изображения */

	-webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.serv_inf:hover img {

	filter: hue-rotate(335deg); /* Цвет изображение при наведении */
	border-radius: 100px;
	/*box-shadow: 0px 0px 10px 0px rgba(0,  0,  0, 1);*/

	outline: 4px solid #034f5cff;
	outline-offset: 2px;

	-webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;

	-webkit-transform: scale(1.1) rotate(0);
    -moz-transform: scale(1.1) rotate(0);
    -ms-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0) ;
    transform: scale(1.1) rotate(0);

	

	}
.serv_inf a {
	display:block;
	padding:5px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#3e3e3e;
}
.serv_inf a:hover {
	text-decoration:none;
	color:#fcc71f;
}

.serv_inf2 img {
	float:left;
	margin-right:20px;
	-webkit-transition: all 1.2s ease 0.3s;
    -moz-transition: all 1.2s ease 0.3s;
    -o-transition: all 1.2s ease 0.3s;
    -ms-transition: all 1.2s ease 0.3s;
    transition: all 1.2s ease 0.3s;
}
.serv_inf2:hover img {
	-webkit-transform: scale(1.8) translate(170px,15px);
	-moz-transform: scale(1.8) translate(170px,15px);
    -ms-transform: scale(1.8) translate(170px,15px);
    -o-transform: scale(1.8) translate(170px,15px);
	transform: scale(1.8) translate(170px,15px);

}
.serv_inf2 a {
	display:block;
	padding:5px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#3e3e3e;
}
.serv_inf2 a:hover {
	text-decoration:none;
	color:#fcc71f;
}

/* _______ //serv_inf ______ */

/* ____________________________________ //Slide 6 ____________________________________ */


/* ____________________________________ Slide 7 ____________________________________ */ 
.padding_slide7 {
	padding:286px 0 244px;
}
#slide7{
	background-image:url(../images/slide7_bg.svg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide7 span {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 103px;
	color:#3e3e3e;
	font-weight: 700;
}
/* ___________________________________ //Slide 7 ___________________________________ */ 


/* ____________________________________ Slide 8 ____________________________________ */

#slide8 { /* Разобрать для 4 курса */
	background-color:#fff;
	padding:150px 0 0;
}

/* ________________ team_block _________________
.team_block {
	text-align:center;
	border-bottom:3px solid #c8c8c8;
}
.team_block h4 {
	margin:24px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#3e3e3e;
}
.team_block p {
	margin:0 0 10px 0;
	padding:0 0 16px 0;
	border-bottom:1px solid #c8c8c8;
	font-size:16px;
	color:#c8c8c8;
}
ul.team_soc {
	margin:10px 0 12px 0;
	padding:0;
}
.team_soc li {display:inline-block;}
.team_soc li a {
	display:inline-block;
	margin-right:2px;
	width:28px;
	height:28px;
}
a.soc1 {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #c8c8c8;
}
a.soc2 {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #c8c8c8;
}
a.soc3 {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #c8c8c8;
}
a.soc4 {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #c8c8c8;
}

a.soc1:hover {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #3e3e3e;
}
a.soc2:hover {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #3e3e3e;
}
a.soc3:hover {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #3e3e3e;
}
a.soc4:hover {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #3e3e3e;
}

.team_block:hover h4 {
	color:#fcc71f;
}
.team_block:hover {
	border-bottom:3px solid #fcc71f;
}
_______________ //team_block ________________ */





/* ____________________________________ //Slide 8 ____________________________________ */


/* ____________________________________ Slide 9 ____________________________________ */ 
.padding_slide9 {
	padding:136px 0 109px;
}
#slide9{
	background-image:url(../images/slide9_bg.svg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide9 p {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 61px;
	line-height: 60px;
	color:#fcc71f;
	font-weight: 700;
}

/* ____________________________________ Slide 10 ____________________________________ */

#slide10{
	background-color:#fff;
	padding:150px 0 0 0;
}


/* ____________________________________ Slide 11 ____________________________________ */ 
.padding_slide11 {
	padding:267px 0;
}
#slide11{
	background-image:url(../images/slide11_bg.svg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}
.padding_slide11 {
	padding:83px 0 78px 0;
}
#slide11 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fcc71f;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 700;
}
/* ___________________________________ //Slide 11 ___________________________________ */

/* ____________________________________ Slide 12 ____________________________________ */ 
.padding_slide12 {
	padding:267px 0;
}
#slide12{
	background-image:url(../images/slide12_bg.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}
.padding_slide11 {
	padding:83px 0 78px 0;
}
#slide12 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fcc71f;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 700;
}
/* ___________________________________ //Slide 12 ___________________________________ */

/*____________________________________слайд 13______________________________________*/

.effects {
	position:relative;
}
/*.effects_1 {
	background:url(../images/effect_1.png) no-repeat left top;
	position:absolute;
	top:-169px;
	left:-175px;
	width:474px;
	height:196px;
	z-index:99;
}*/
.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
}
.padding_slide1 {padding:244px 0 60px 0;
}

#slide13{
	background-color:#ffffff;
	background-image:url(../images/slide13_bg.jpg);
	background-size: cover !important;
	text-align:center;
	background-position:0 0 !important;
}
#slide13 h1 {
	position:relative;
	z-index:100;
	margin:0;
	padding:33px 0;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 50px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 700;
}
#slide13 h7 {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 26px;
	color: #ffffff;
	line-height: 25px;
	padding:29px 40px 104px;
	font-weight: 400;
}
#slide13 a.button {
    background-image: url(../images/arrow_down.svg);
    display: block;
    height: 60px;
	margin:0 auto;
    width: 60px;
}
a.button:hover {cursor:pointer;
}

/*____________________________________// слайд 13____________________________________*/


/* ____________________________________ Slide 14 ____________________________________ */ 
.padding_slide14 {
	padding:267px 0;
}
#slide14{
	background-image:url(../images/slide14_bg.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}
.padding_slide14 {
	padding:83px 0 78px 0;
}
#slide14 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#fcc71f;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 700;
}
/* ___________________________________ //Slide 14 ___________________________________ */

/* ______________ CONTACT_FORM ______________ начало*/
.contact_form input[type="text"],
.contact_form textarea {
	width:94%;
	margin-bottom:19px;
	padding:11px 10px 9px 19px;
	background: #f6f6f6;
	font-family:'PT Sans';
	font-weight:400;
	border-left:3px solid #dedede;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	color:#8c8c8c;
}
.contact_form textarea {
	resize: none;
	height: auto;
    min-height: 125px;
}


.contact_btn {
	display: inline-block;
	border:none;
	border-radius: 50px;
	text-transform:uppercase;
	margin:0 10px 14px 0;
	padding:5px 15px 6px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	background-color: #034f5c;
}
.contact_btn:hover {
	box-shadow: 5px 5px 7px 1px #034f5c;
	background-color:#fcc71f;
	color:#034f5c;
}
#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#3e3e3e;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	color:#fcc71f;
}
#note .notification_error {
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ конец*/

/* ______________ для титульной картинки ______________ начало*/






/* ______________ для титульной картинки ______________ конец*/


/* ____________ CONTACT_DETAILS _____________ */
.contact_det_block {margin-top:-5px;
}

ul.foot_block_intouch {
	margin:0;
	padding:2px 0 0 0;
}

.foot_block_intouch li {padding-bottom:8px !important;}
.foot_block_intouch li p, .foot_block_intouch a {
	color:#034f5c;
	line-height:21px;
	font-family:'Arial';
	font-size:14px;
	padding:0 0 0 34px;
	margin:0;


	/*_______Список в КОНТАКТЫ_______ начало*/
}
.foot_block_intouch li a:hover {color:#0e5efeff;text-decoration:none;
cursor: copy;
}
.foot_block_intouch li.touch_phone a {
	background:url(../images/contact_icon.svg) no-repeat 0 0;
}
.foot_block_intouch li.touch_mail a {
	background:url(../images/contact_icon.svg) no-repeat 0 -98px;
}
.foot_block_intouch li.touch_mail a {
	background:url(../images/contact_icon.svg) no-repeat 0 -183px;
}
.foot_block_intouch li.touch_site a {
	background:url(../images/contact_icon.svg) no-repeat 0 -290px;
}
.foot_block_intouch li.touch_vk a {
	background:url(../images/contact_icon.svg) no-repeat 0 -350px;
}
.foot_block_intouch li.touch_zoom a {
	background:url(../images/contact_icon.svg) no-repeat 0 -240px;
}
.foot_block_intouch li.touch_curator a {
	background:url(../images/contact_icon.svg) no-repeat 0 -100px;
}
.foot_block_intouch li.touch_telegram a {
	background:url(../images/contact_icon.svg) no-repeat 0 -320px;
}
.foot_block_intouch li.touch_portfolio a {
	background:url(../images/contact_icon.svg) no-repeat 0 -130px;
}
.foot_block_intouch li.touch_maps a {
	background:url(../images/contact_icon.svg) no-repeat 0 -440px;
}
.foot_block_intouch li.touch_gerb a {
	background:url(../images/contact_icon.svg) no-repeat 0 -160px;
}
/*_______Список в КОНТАКТЫ_______конец*/
	

/*_______Список в КОНТАКТЫ при наведении курсора_______ начало*/

.foot_block_intouch li.touch_phone a:hover {
	cursor:default;
	background:url(../images/contact_icon.svg) no-repeat 0 -42px;
}
.foot_block_intouch li.touch_mail a:hover {
	cursor:default;
	background:url(../images/contact_icon.svg) no-repeat 0 -618px;
}
.foot_block_intouch li.touch_site a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -520px;
}
.foot_block_intouch li.touch_vk a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -380px;
}
.foot_block_intouch li.touch_zoom a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -570px;
}
.foot_block_intouch li.touch_curator a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -70px;
}
.foot_block_intouch li.touch_telegram a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -400px;
}
.foot_block_intouch li.touch_portfolio a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -210px;
}
.foot_block_intouch li.touch_maps a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -420px;
}
.foot_block_intouch li.touch_gerb a:hover {
	cursor:pointer;
	background:url(../images/contact_icon.svg) no-repeat 0 -265px;
}
ul.foot_block_intouch2 {
	margin:0;
	padding:2px 0 0 0;
}
/*_______Список в КОНТАКТЫ при наведении курсора_______конец*/












/*_________ВСПЛЫВАЮЩАЯ КАРТИНКА ПРИ НАВЕДЕНИИ НА ТЕКСТ___________ начало*/
.tooltip span{
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;top:140px;
    left: 320px;
    background: #fff; 
    box-shadow: 0px 0px 15px 0px #333; 
    border-radius: 10px;	
}
 
.tooltip:hover span{
visibility: visible;
}
/*__________//ВСПЛЫВАЮЩАЯ КАРТИНКА ПРИ НАВЕДЕНИИ НА ТЕКСТ____________конец*/



/*_______ МЕСТОПОЛОЖЕНИЕ________ */

.foot_block_intouch2 li {padding-bottom:2px !important;}
.foot_block_intouch2 li p, .foot_block_intouch2 a {
	color:#404040;
	line-height:21px;
	font-size:14px;
	padding:0 0 0 16px;
	margin:0;
}
.foot_block_intouch2 li a:hover {color:#00ff66ff;text-decoration:none;}

.foot_block_intouch2 li.touch_adress a {
	background:url(../images/contact_icon.svg) no-repeat 0 -447px;
}

.foot_block_intouch2 li.touch_adress a:hover {
	background:url(../images/contact_icon.svg) no-repeat 0 -424px;
}

/*_______МЕСТОПОЛОЖЕНИЕ________конец*/

/* ___________ //CONTACT_DETAILS ____________ */
#map_block {
	margin:66px 0 0 0;
}

/* ___________________________________ //Slide 10 ___________________________________ */ 


/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#3e3e3e;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:none;
	font-family:'Century Gothic';
	font-weight:400;
	color:#ffffff;
}
.copyright a {
	color:#fcc71f;
}
.copyright a:hover {text-decoration:underline;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	display:block;
	text-transform:uppercase;
	padding-right:28px;
	background:url(../images/back_top_bg.svg) no-repeat top right;
	font-family:'PT Sans';
	font-weight:400;
	height: 60px;
	margin:0 auto;
    width: 60px;
	/*height:19px;
	color:#979797;*/
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */




/* ____________________________________ FOOTER2 ____________________________________ */
#footer2 {
	background:#3e3e3e;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:none;
	font-family:'Century Gothic';
	font-weight:400;
	color:#ffffff;
}
.copyright a {
	color:#ffffff;
}
.copyright a:hover {text-decoration:underline;
}

/* ___________________________________ //FOOTER2 ___________________________________ */



/* ____________________________________ SUB MENU ____________________________________ */
#submenu {
	
	background:#dadadada;
	padding:0px 0px 0px;
}



/* ___________________________________ //SUB MENU  ___________________________________ */


/* ____________ WIND_COMMENTARIY __________ */
a:focus {
	outline: 3px solid orange;
	text-decoration: none;
}
/* ____________ //WIND_COMMENTARIY __________ */


/* ======================Menu Burger====================== */

.menu-btn{
    display: flex;
    align-items: center;
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 20px;
    
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    }
    .menu-btn > span,
    .menu-btn > span::before,
    .menu-btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
	border-radius: 20%;
    background-color: #00ff66ff;
    transition-duration: .25s;
    }
    .menu-btn > span::before {
    content: '';
    top: -8px;
    }
    .menu-btn > span::after {
    content: '';
    top: 8px;
    }
    
    .menubox{
    display: block;
    position: fixed;
    visibility: hidden;	
    top: 0;
    left: -100%;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #3e3e3ede;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .5s;
    }
    
	

    .menu-item {
    display: block;
    padding: 10px 30px;
    color: #333;
    font-family: 'arial', '', sans-serif;
    font-size: 16px;
    font-weight: bolder;
	color: #00ff66ff !important;
    text-decoration: none;
    transition-duration: .25s;
    }
    
	.menu-item:hover {
    background-color: #606364;
    }
        
    #menu-toggle{
    opacity: 0;
    }
    
    #menu-toggle:checked ~ .menu-btn > span{
    transform: rotate(45deg);
    }

    #menu-toggle:checked ~ .menu-btn > span::before{
    top: 0;
    transform: rotate(0);
    }

    #menu-toggle:checked ~ .menu-btn > span::after{
    top: 0;
    transform: rotate(90deg);
    }

	/* окружность вокруг перекрестья* - начало */
	
	#menu-toggle:checked ~ .menu-btn{ 
	top: 2;
	border: 3px solid #00ff66ff;
	border-radius: 100%;	
	}
	
	/* окружность вокруг перекрестья - конец */

    #menu-toggle:checked ~ .menubox{
    visibility: visible;
    left: 0;
    }

	


    /* оформление как menu-item для закончивших обучение - начало */
	
	.menu-itemend {
		display: block;
		padding: 10px 30px;
		color: #333;
		font-family: 'arial', '', sans-serif;
		font-size: 16px;
		color: #00b4ffff !important;
		text-decoration: none;
		transition-duration: .25s;
		}
		
		.menu-itemend:hover {
		background-color: #606364;
		}
			
		#menu-toggle{
		opacity: 0;
		}
		
		#menu-toggle:checked ~ .menu-btn > span{
		transform: rotate(45deg);
		}
	
		#menu-toggle:checked ~ .menu-btn > span::before{
		top: 0;
		transform: rotate(0);
		}
	
		#menu-toggle:checked ~ .menu-btn > span::after{
		top: 0;
		transform: rotate(90deg);
		}
		/* оформление как menu-item для закончивших обучение - конец*/


		/* оформление линий в бургер меню - начало */
		
		.horizontal-line{
			width:80px;
			padding: 0px 30px;
			text-align:left; 
			float:center; 
			background:linear-gradient(90deg, #00ff66ff,#00b4ffff);
			border:none!important;
			border-radius:5px;
			height:2px;
		}	
		
		

		.horizontal-lineover{
			width:80px;
			padding: 0px 30px;
			text-align:left; 
			float:center; 
			background:linear-gradient(90deg, #fcc71f,#00b4ffff);
			border:none!important;
			border-radius:5px;
			height:2px;
		}
		/* оформление линий в бургер меню - конец*/




		/* оформление как menu-item для дополнительных кнопок журналы долги вебинары - начало */
	
	.menu-itemover {
		display: block;
		padding: 12px 30px;
		color: #333;
		font-family: 'arial', '', sans-serif;
		font-size: 16px;
		color: #fcc71f !important;
		text-decoration: none;
		transition-duration: .25s;
		}
		
		.menu-itemover:hover {
		background-color: #606364;
		}
			
		#menu-toggle{
		opacity: 0;
		}
		
		#menu-toggle:checked ~ .menu-btn > span{
		transform: rotate(45deg);
		}
	
		#menu-toggle:checked ~ .menu-btn > span::before{
		top: 0;
		transform: rotate(0);
		}
	
		#menu-toggle:checked ~ .menu-btn > span::after{
		top: 0;
		transform: rotate(90deg);
		}
		/* оформление как menu-item для дополнительных кнопок журналы долги вебинары  - конец*/




		


    /* Задаем стили нашему label и span 
    внутри него, чтобы он стал кнопкой 
    в виде бургера 
    .menu-btn{
        ...
        }
        ...
        }
        .menu-btn > span::before {
        ...
        }
        .menu-btn > span::after {
        ...
        } */




    /* Далее задаем стили для  ul списка 

    .menubox{
        ...
        } */
    

    /* стили для пунктов меню. Тут 
    можете задавать что хотите, свои, 
    эти стили не обязательны 


        .menu-item {
            ...
            }
            .menu-item:hover {
            ...
            } */


    /*Скрываем стандартный чекбокс в виде галочки 

    #menu-toggle{
        opacity: 0;
        } */

    /* Задаем правила, что делать с нашим бургер меню, 
    и самим выезжающим меню, 
    когда происходит активирование чекбокса 

    #menu-toggle:checked ~ .menu-btn > span{
        ...
        }
        #menu-toggle:checked ~ .menu-btn > span::before{
        ...
        }
        #menu-toggle:checked ~ .menu-btn > span::after{
        ...
        }
        #menu-toggle:checked ~ .menubox{
        ...
        } */




