@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lobster:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400");

html,
body {
	height: 100%;
}

body {
	line-height: 1.66;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	visibility: visible;
	font-family: "Roboto", sans-serif;
	position: relative;
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: black;
	font-family: "Lobster", sans-serif;
	font-weight: 700;
	margin-top: 0;
}

h1 {
	font-size: 39px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 9px;
}

.header_area
{
	width:100%;
	z-index:99;
}

.header_area .menu_nav
{
	width:100%;
}

.header_area .navbar
{
	background:#F0542D;
	padding:5px 0;
	border:0;
	border-radius:0;
	width:100%;
	
}

@media (min-width: 991px) {
	.header_area .navbar
	{
		padding:26px 0;
	}
}

.header_area .navbar .nav .nav-item
{
	margin-right:15px;
}

.header_area .navbar .nav .nav-item .nav-link
{
	font-family:"Lobster";
	color:white;
	font-size:18px;
	text-transform:capitalize;
	font-weight:100;
}

.header_area .navbar .nav .nav-item .nav-link:after
{
	display:none
}

.header_area .navbar .nav .nav-item:hover .nav-link,.header_area .navbar .nav .nav-item.active .nav-link
{
	color:white;
}

.header_area .navbar .nav .nav-item.submenu
{
	position:center;
}

.header_area .navbar .nav .nav-item.submenu ul
{
	border:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
	margin:0;
	background:#F0542D;
	color:#fff!important
}

@media (min-width: 992px) {
	.header_area .navbar .nav .nav-item.submenu ul
	{
		position:absolute;
		top:120%;
		left:0;
		min-width:200px;
		text-align:center;
		opacity:0;
		transition:all 300ms ease-in;
		visibility:hidden;
		display:block;
		border:none;
		padding:30;
		border-radius:0;
	}
}

.header_area .navbar .nav .nav-item.submenu ul:before
{
	content:"";
	width:0;
	height:0;
	position:absolute;
	right:24px;
	top:45px;
	z-index:3;
	opacity:0;
	transition:all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item
{
	display:block;
	float:none;
	margin-right:0;
	border-bottom:2px solid ;
	border-color:#333333;
	margin-left:0;
	transition:all .4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link
{
	line-height:45px;
	background-color:#fff;
	color:#F0542D;
	padding:0 30px;
	transition:all 150ms linear;
	display:block;
	margin-right:0
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child
{
	border-bottom:none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link
{
	background-color:#fff;
	color:#F0542D;
	
}

@media (min-width: 992px) {
	.header_area .navbar .nav .nav-item.submenu:hover ul
	{
		visibility:visible;
		opacity:1;
		top:100%
	}
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item
{
	margin-top:0
}

.header_area .navbar .nav .nav-item:last-child
{
	margin-right:0
}


@media (max-width: 1199px) {
	.header_area .navbar .nav .nav-item
	{
		margin-right:28px
	}
	
}

@media (max-width: 991px) {
	.navbar-toggler
	{
		border:none;
		border-radius:0;
		padding:0;
		cursor:pointer;
		margin-top:27px;
		margin-bottom:23px
	}
	
	.header_area .navbar
	{
		background:#F0542D;
	}
	
	.navbar-toggler[aria-expanded="false"] span:nth-child(2)
	{
		opacity:1
	}
	
	.navbar-toggler[aria-expanded="true"] span:nth-child(2)
	{
		opacity:0
	}
	
	.navbar-toggler[aria-expanded="true"] span:first-child
	{
		transform:rotate(-45deg);
		position:relative;
		top:7.5px
	}
	
	.navbar-toggler[aria-expanded="true"] span:last-child
	{
		transform:rotate(45deg);
		bottom:6px;
		position:relative
	}
	
	.navbar-toggler span
	{
		display:block;
		width:25px;
		height:3px;
		background:#fff;
		margin:auto;
		margin-bottom:4px;
		transition:all 400ms linear;
		cursor:pointer
	}
	
	.nav
	{
		padding:0
	}
	
	.header_top .nav
	{
		padding:0
	}
	
	.header_area .navbar .nav .nav-item .nav-link
	{
		line-height:30px;
		margin-right:0;
		display:block;
		border-bottom:1px solid #ededed33;
		border-radius:0
	}
	
	
	.header_area .navbar-collapse
	{
		max-height:340px;
		overflow-y:scroll
	}
	
	.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link
	{
		padding:0 15px
	}
	
	.header_area .navbar .nav .nav-item
	{
		margin-right:0
	}
	
	
	
}

@media (max-width: 480px) {
	.header_area .navbar-collapse
	{
		max-height:250px
	}
}

@media (max-width:991.98px){
	.navbar-expand-lg .container
	{
	padding-right:0;
	padding-left:20px;
	text-align:left;
	}
}
@media (min-width:992px)
{
	.navbar-expand-lg
	{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	}
	.navbar-expand-lg .navbar-nav
	{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu
	{
		position:relative;
	}
		
	.navbar-expand-lg .navbar-nav .nav-link
	{
		padding:12px;
	}
	.navbar-expand-lg .container
	{
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		text-align:center;
	}
	.navbar-expand-lg .navbar-collapse
	{
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
		-ms-flex-preferred-size:auto;
		flex-basis:auto;
	}
	.navbar-expand-lg .navbar-toggler
	{
		display:none
	}
		
}


.header-top {
	background-color:#333333;
	height:80px;
}

.header-top .header-top_info {
	float:left;
	padding-top: 10px;
}


.header-top .header-top_contact{
	float:right;
	padding-top: 10px;
}

.button-contact {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	padding: 10px 10px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f0542d;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.button-contact:hover,
.button-contact:focus {
	background-color: #F0542D;
	color: #ffffff;
}

.header_info
{
	border-bottom:1px solid #eee;
	padding:35px 0
}

.header-info-wrapper .logo
{
	width:200px;
	-webkit-flex-basis:200px;
	-ms-flex-preferred-size:200px;
	flex-basis:200px;
	float:left
}

.header-info-wrapper .header-contact-info
{
	float:right
}

@media only screen and (max-width : 768px) {
	.header_info
	{
		display:none
	}
}


.footer-bottom {
	background-color:#333333;
    color:white;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}


a.scroll-top
{
	position:fixed;
	right:30px;
	bottom:-60px;
	z-index:999;
	-webkit-box-shadow:0 30px 50px rgba(0,0,0,0.03);
	box-shadow:0 30px 50px rgba(0,0,0,0.03);
	display:block;
	padding:0;
	width:60px;
	height:60px;
	border-radius:50%;
	text-align:center;
	font-size:25px;
	line-height:60px;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	background-color:#f0542d;
	color:#fff;
	-webkit-transition:all .5s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition:all .5s cubic-bezier(0.645,0.045,0.355,1);
	transition:all .5s cubic-bezier(0.645,0.045,0.355,1)
}

a.scroll-top.show
{
	visibility:visible;
	opacity:1;
	bottom:60px
}

a.scroll-top
{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:20px
}



#navbarSupportedContent > ul > li.nav-item > a {
	position: relative;
}

#navbarSupportedContent > ul > li.nav-item > a:after {
	display: block;
	left: 0; 
	width: 0;
	height: 2px;
	background-color: white; 
	content: "";
	transition: width 0.3s ease-out; 
}

#navbarSupportedContent > ul > li.nav-item > a:hover:after,
#navbarSupportedContent > ul > li.nav-item > a:focus:after {
	width: 100%;
}


.team-job__title {
	margin-bottom: 10px;
	margin-top: -5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-job__title span {
	line-height: 1;
	vertical-align: top;
	display: inline-block;
	padding-bottom: 10px;
}

.team-job__title-wrapper {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid red;
    text-align:center;

}

.team-job__content {
	line-height: 1;
}

.team-job__list-wrapper {
	margin-bottom: -40px;
}

.team-job__single {
	margin-bottom: 40px;
	border-left: 2px solid red;
	padding-left: 15px;
}

.team-job__single .title {
	font-size: 20px;
	margin-bottom: 15px;
}

.team-job__single .title a {
	color: #1d1d25;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team-job__single .title a:hover {
	color: #f0542d;
}

.team-job__single .text {
	font-size: 16px;
	color: #757575;
}

.team-member-wrapper {
	margin-bottom: -30px;
}

.content {
	padding-top:30px;
	padding-bottom:20px;
	border: 7px double red;
    padding: 10px;
}

.my_commentlist{
        border-top:none;
}
.my_commentlist .comment{
        padding:0 0 15px 0;
        border:none;
}

.my_commentlist .pingback{
        padding:0 0 15px 0;
        border:none;
}
.my_commentlist .comment .children {
        list-style-type: none;
        padding:0px;
        margin-left:0px;/*если нужен отступ для древовидных ком. поставьте 15px*/
}

.my_commentlist .comment .children .comment{
        margin:15px 0 0 0;
        border:none;
        padding: 0;
}

#comments {
    background: #fff;
}

#comments .my_commentlist {
    margin: 10px 0;
    padding: 0;
        list-style:none;
    background: #ebf0f3;
        padding: 5px;
}
#comments .my_commentlist .comment {
    margin:0;
    padding: 0 0 10px;
        background: #fff;
}
#comments .my_commentlist .my_comment-author {
    display: inline;
    border-right: 1px solid #e0e0e0;
    width: 100px;
    float: left;
    margin: 0px 15px 10px 0;
}
#comments .my_commentlist .commentmetadata {
    float:left;
}
#comments .my_commentlist p {
    clear:none;
        color: #555;
    font: 14px arial;
    line-height: 23px;
}

#comments .my_commentlist .comment-content {
        margin-left: 116px;
        padding-right: 10px;
}

#comments .my_commentlist .reply {
    text-align:right;
}

#comments .my_commentlist .reply a{
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    color: #515456;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 15px;
    min-height: 30px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}

.my_commentlist .avatar{
    border: medium none;
    border-radius: 50%;
    float: none;
    margin: 5px auto;
    padding: 0px;
    display: table;
}

.my_commentlist .comment-header{
    height: 30px;
    background: #DEE5EB;
        margin-bottom: 15px;
}

.my_commentlist cite.fn{
    color: #444;
    font: bold 13px/30px arial;
    padding-left: 10px;
}

.my_commentlist .com_date {
    color: #8ca0b5;
    font: normal 13px/30px arial;
    float: right;
    padding-right: 15px;
}

.my_commentlist .commentnumber {
    color: #8ca0b5;
    float: right;
    font: italic 13px/30px arial;
    padding-right: 15px;
}

.my_commentlist .comment-body {
    overflow: hidden;
    position: relative;
        background:#fff;
}

.my_commentlist .rep-authorcom {
    color: #25394e;
    font-size: 13px;
    line-height: 30px;
}

.my_commentlist .edit-link a {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #999!important;
    display: inline-block;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 30px;
    margin-right: 5px !important;
    min-height: 30px;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
}

.com_per {
    border: medium none;
    color: #666;
    display: block;
    font-size: 11px;
    text-align: center;
}

.vip1,.vip, .vp, .vip2, .vip3, .vip4,
.vip5, .vip6, .vip7  {
    border: medium none;
    font: bold 13px arial;
    display: block;
    text-align: center;
        margin-bottom: 5px;
        text-decoration: none;
}

.vp {color: #e82e24;}
.vip1 {color: #348be8;}
.vip2 {color: #BE005E;}
.vip3 {color: #2e517e;}
.vip4 {color: #658a18;}
.vip5 {color: #00A56D;}
.vip6 {color: #e35d28;}
.vip7 {color: #99A400;}
.vip {color: #4c5176;font-size: 11px;margin: 0;}

.news-title{
	padding:10px 0 10px 0;
	text-align:center;
}
.news-text{
	padding-top:20px;
}


.news-title a {
	color:#f0542d;
}

.news-title a:hover {
	color:red;
}

.news-text a {
	color:#f0542d;
}

.news-text a:hover {
	color:red;
}



#respond { 
background: #DEE5EB;
padding:0 5px 10px 5px;
text-align:center;
}

/* Подсветка активного поля формы */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
#submit {	
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px;
text-decoration: none;
box-shadow: 0px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0542d), to(red));
background: -moz-linear-gradient(top, #f0542d, red);
} 

#submit:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(red), to(#f0542d));
  background: -moz-linear-gradient(top, red, #f0542d)
}

.wpcf7 {
	margin-left: auto;
    margin-right: auto;
	max-width:460px;
	text-align:center;
	border: 7px double red;
}