* {
	margin:0px;
	padding:0px;
	font-family: Roboto;
	font-weight:300;
}
html body {
    margin-top: 0 !important;
}
.div_logo{

	display: block;
}

.wrap {
	width:1200px;
	margin: 0 auto;
}
.wrap-footer {
	bottom: 0;
}

.clear {
	clear:both;
}
.line {
	width:100%;
	height:8px;
	background:url(../img/line.png);
}
.overlay {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:999;
	display:none
}
.modal {
	display:none;
	position:fixed;
	top:100px;
	left:50%;
	z-index:1000;
	background:#d9a52c;
	width:400px;
	padding:35px 30px;
	box-sizing:border-box;
	margin-left:-200px;
	border-radius:5px;
}

.modal#ty .head {
	font-size:23px;
}
.modal#ty p {
	text-align:center;
}
.modal .button {
	color: #d9a52c;
	width:100%;
	text-align:center;
	border: 2px solid #c6981a;
    box-shadow: 0 1px 5px 0px #2b2b2b;
	margin-top: 25px;
	outline:none;
}
.modal input[type=text],
.modal input[type=email]{
	margin-bottom:10px;
}
.modal .head {
	font-weight:900;
	font-size:26px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:0.5px;
}
.modal .close {
	color:#fff;
	font-weight:300;
	position:absolute;
	right:17px;
	top:10px;
	cursor:pointer;
}


header {
	height:85px;
	background:url(../img/header.png);
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
header:after {
	content:'';
	display:block;
	position:fixed;
	height:5px;
	width:100%;
	top:85px;
	z-index:10;
	left:0px;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6));
}

header .logo {
	display: inline-block;
	margin-top:14px;
	margin-right: 100px;
	margin-left:60px;
}
header nav {
	display:inline-block;
	vertical-align:top;
	margin-top:14px;
	z-index: 10000000;
}
header nav ul {
	list-style:none !important;
}
header nav ul li {
	display:inline-block;
	position:relative;
	list-style: none !important;
}
header nav ul li a {
	display:block;
	text-decoration: none !important;
	color:#c2c2c2;
	font-size:18px;
	padding:15px 10px;
	list-style: none;
}
header nav ul li:after {
	content:'';
	display:block;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#000;
	right:-8px;
	top:21px;
	position:absolute;
	list-style: none !important;
}
header nav ul li:last-child:after {
	display:none
}
header a.tel {
	vertical-align:top;
	display:inline-block;
	margin-top:32px;
	text-decoration:none;
	color:#e4ae17;
	font-size:18px;
	line-height:16px;
	margin-left:25px;
}

header a.tel .tel_span {
	font-weight:500;
	font-size:18px;

}

header a.tel .address_span {
	font-weight:200;
	font-size:14px;
	line-height:14px;
}

.button {
	text-transform:uppercase;
	border:1px solid;
	padding: 10px 20px;
	border-radius:20px;
	color:#e4ae17;
	background:#000;
	display:inline-block;
	cursor:pointer;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	font-size:15.5px;
	text-decoration:none;
}
.button:hover {
	color:#c2c2c2;
}
header .callback {
	float:right;
	margin-top:20px;
}

.first {
	height:690px;
	background:url(../img/bg.jpg) top center no-repeat;
	background-size: cover;
	position:relative;
	margin-top:85px;
}
.first:after {
	content:'';
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	bottom:-5px;
	left:0px;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6));
}

h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:37px;
	text-align:center;
	padding-top:60px;
	background:url(../img/flags.png) center 23px no-repeat;
	letter-spacing:0.5px;
}

.first .dir {
	font-weight:900;
	color:#fff;
	text-align:center;
	margin-top:30px;
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

.three {
	margin-top:40px;
}
.three .col {
	text-decoration: none;
	display:block;
	float:left;
	/*margin-right:103px;*/
	margin-right:50px;
	box-sizing:border-box;
	/*width:330px;*/
	width:260px;
	background:rgba(0,0,0,0.7);
	padding:40px 30px 45px 30px;
	border-radius:7px;
}

.three .col:hover {
	text-decoration: none;
	border:2px inset #c2c2c2;
}

.three .col:last-child {
	margin-right:0px;
}
.three .icon1 {
	height:97px;
	background:url(../img/icon1.png) top center no-repeat;
}
.three .icon2 {
	height:97px;
	background:url(../img/icon2.png) top center no-repeat;
}
.three .icon3 {
	height:97px;
	background:url(../img/icon3.png) top center no-repeat;
}
.three .caption {
	color:#e4ae17;
	font-weight:900;
	font-size:26px;
	text-align:center;
	text-transform:uppercase;
	margin-top:10px;
	letter-spacing:0.5px;
}
.three ul {
	list-style-type:none;
	margin-top:20px;
}
.three ul li {
	color:#fff;
	text-align:center;
	font-size:15.5px;
	height:35px;
	position:relative;

}
.three ul li:after {
	position:absolute;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#000;
	bottom:3px;
	left:50%;
	margin-left:-4px;
	content:'';
}
.three ul li:last-child:after {
	display:none
}
.three .button {
	padding-left:60px;
	padding-right:60px;
	margin: 20px auto 0 auto;
	display:block;
	width:195px;
	box-sizing:border-box;
}
.consult-form {
	background:#d2a31e;
	padding:40px 0;
	position:relative;
}
input[type=text],
input[type=email] {
	border:none;
	background:none;
	border-bottom:2px solid #fff;
	color:#000;
	font-size:15.5px;
	padding: 10px 5px;
	width:330px;
	margin-right:105px;
	outline-color:#fff;

}
input[type=text]::-webkit-input-placeholder {color:#000;}
input[type=email]::-webkit-input-placeholder {color:#000;}
input[type=text]::-moz-placeholder          {color:#000;}/* Firefox 19+ */
input[type=email]::-moz-placeholder          {color:#000;}/* Firefox 19+ */
input[type=text]:-moz-placeholder           {color:#000;}/* Firefox 18- */
input[type=email]:-moz-placeholder           {color:#000;}/* Firefox 18- */
input[type=text]:-ms-input-placeholder      {color:#000;}
input[type=email]:-ms-input-placeholder      {color:#000;}
.consult-form .head {
	font-weight:900;
	color:#000;
	font-size:27px;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
}
.consult-form .button {
	color:#fff;
	border:2px solid #fff;
	padding:8px 30px;
	box-shadow: 0 1px 7px 1px #000;
	outline:none;
	float:right
}
.consult-form:after {
	content:'';
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	bottom:-5px;
	left:0px;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.video {
	height:650px;
	background:#2f3440;
	position:relative;
}
.video .head {
	padding:40px 0;
	color:#fff;
	font-weight:900;
	font-size:27px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.video .two {
	margin-top:20px;
}
.video .two .col:first-child {
	width:490px;
	display:inline-block;
	vertical-align:top;
}
.video .two .col p {
	color:#fff;
	font-size:18px;
	margin-bottom:25px;
}
.video .two .col:last-child {
	display:inline-block;
	float:right
}
.video:after {
	content:'';
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	bottom:-5px;
	left:0px;
	z-index:100;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(40,40,40,0.6));
}
.seminar-form {
	float:right;
	width:50%;
	background-color: #fff;
}
.seminar_body {
	padding-top: 85px;
	background:url(../img/seminar.jpg) center center no-repeat;
	background-size:cover;
}
.seminar_body .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.seminar_desc {width:50%;float:left;background:#fff;padding-top:35px;font-size:13px;box-sizing:border-box;padding-left:20px;padding-right:20px;}
.seminar_desc p, .seminar_desc li, .seminar_desc a {font-size:13px;}
.seminar_desc p {margin-bottom:10px;}
.seminar_desc ul {margin-bottom:10px;padding-left:30px;}

.seminar_left {float:left;margin-right:10px;width:130px;}
.seminar_right {float:left;width:calc(100% - 140px);margin: 10px 0;line-height:16px}
.seminar_right ul li {margin-bottom:5px;}

strong {font-weight:500;}

.question-form {
	background:#989cc2;
	padding:40px 0;
	position:relative;

}
.question-form .head {
	font-weight:900;
	color:#000;
	font-size:27px;
	text-align:center;
	margin-bottom:5px;
	text-transform:uppercase;
}
.question-form .subhead {
	font-weight:300;
	color:#000;
	font-size:27px;
	text-align:center;
	margin-bottom:25px;
	text-transform:uppercase;
}
.question-form .button {
	color:#fff;
	border:2px solid #fff;
	padding:8px 85px;
	box-shadow: 0 1px 7px 1px #000;
	outline:none;
	float:right
}
.question-form:after {
	content:'';
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	bottom:-5px;
	left:0px;
	z-index:100;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(140,140,140,0.6));
}

.clients {
	padding:40px 0;
	background:url(../img/clients.png);
	position:relative;
}
.clients .head {
	font-weight:900;
	color:#000;
	font-size:27px;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
}
.clients .logos {
	width:1130px;
	margin:0 auto;
}
.clients .logos div {
	width:180px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	padding:20px 0;
}

.clients:after {
	content:'';
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	bottom:-5px;
	left:0px;
	z-index:100;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(140,140,140,0.6));
}
.balloon {
	font-weight:500;
	font-size:16px;
	padding:10px;
	color:#5e5b59
}
.balloon a {
	display:block;
	text-decoration:none;
	font-size:17px;
	font-weight:500;
}
.social {
	margin-top:10px;
}
.social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
.social a.fb {
    background-image: url(../img/facebook.svg);
    background-size: contain;
		display: none;
}
.social a.vk {
    background-image: url(../img/vk.svg);
    background-size: contain;
}
.social a.you {
    background-image: url(../img/youtube.svg);
    background-size: contain;
}
.social a.inst {
    background-image: url(../img/instagram.svg);
    background-size: contain;
		display: none;
}


.zagolovok {

	height: 120px;
	width: 100%;
	background-color: #989cc2;
}
h2 {
	padding: 50px;
	font-weight:900;
	font-size:26px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:0.5px;
}
#map {
	width:80%;
	margin: auto;
	height:580px;
}
.contacts {
	position:relative;
	width: 100%;
	background:#989cc2;
}
.contacts .form {
	position:absolute;
	padding: 30px 25px;
	background:url(../img/contacts.png);
	right:185px;
	top:55px;
	border-radius:5px;
}
.contacts .form .head {
	font-weight:900;
	color:#000;
	font-size:27px;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
}
.contacts .form input[type=text],
.contacts .form input[type=email] {
	margin-right:0px;
	display:block;
	margin-bottom:10px;
	border-bottom: 2px solid #edd49e;
}
.contacts .form textarea {
	margin-top:20px;
	width:330px;
	resize:none;
	box-sizing:border-box;
	border:none;
	padding:10px 15px;
	border-radius:5px;
	background:#e9ca85;
	font-size:15.5px;
	height:175px;
}

.contacts .form textarea::-webkit-input-placeholder  {color:#000;}
.contacts .form textarea::-moz-placeholder        		  {color:#000;}
.contacts .form textarea:-moz-placeholder       		  {color:#000;}
.contacts .form textarea:-ms-input-placeholder      {color:#000;}

.contacts .form input[type=submit] {
	display:block;
	width:100%;
	padding: 9px 0;
	margin-top:20px;
	border:2px solid #c6981a;
	box-shadow: 0 1px 5px 0px #2b2b2b;
	outline:none;
}

footer {
	height:74px;
	background:url(../img/header.png);
	position:relative;
	padding-top:1px;
}
footer .logo {
	margin-top:5px;
	display:inline-block;
	margin-left:65px;
}
footer ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	list-style-type:none;
	width:100%;
	position:relative;
	padding-top:5px;
	/*justify-content:space-between;*/
}
footer  ul li {
	position:relative;
	padding: 2px 15px;
	height:100%;
	box-sizing:border-box;
	height:61px;
}
/*
footer ul {
	display:inline-block;
	list-style-type:none;
	margin-top:2px;
}
footer  ul li {
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding: 2px 15px;
	box-sizing:border-box;
	height:61px;
}*/
footer  ul li a {
	display:block;
	text-decoration:none;
	color:#c2c2c2;
	font-size:15px;
	/*padding:2px 15px;*/
	text-align: center;
	line-height:61px;
}
footer  ul li:after {
	content:'';
	display:block;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#000;
	right: -4px;
    top: 27px;
	position:absolute;
}
footer  ul li:last-child:after {
	display:none
}
nav {
	position:relative;
}
nav ul.visible {
	position:absolute;
	z-index:10;
	right:0px;
	width:130px;
	top:35px;
	background: url(../img/header.png);
}
header nav ul.visible li:after {
	display:none;
}
header nav ul.visible li a {
	padding: 12px 15px;
}
header nav ul.visible li {
	display:block;
	border-bottom:1px solid #fff
}


.audit_form {
	width:500px;
	margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
	header a.tel .address_span {display: none;}
	.wrap {width:100%;padding:0 10px;box-sizing:border-box;}
	header .logo {margin: 10px 0 0 0;}
	/*header .logo img {width:100px}*/
	header nav {float:right;margin-top: 33px;}
	nav:after {content:'';display:block;width:30px;height:17px;background:url(../img/menu.png) no-repeat;}
	nav ul {display:none}
	header a.tel {margin-left:20px;line-height:100%;width: 170px;}
	.clients .logos {width:100%}
	header .callback {/*margin-top:-44px;*/margin-right:59px;}
	h1 {padding-top:50px;background:url(../img/flags.png) center 14px no-repeat;font-size: 33px;}
	.first .dir {margin-top:15px;}
	.three .col {margin-right: 12px;width: 32%;padding: 40px 20px 45px 20px;}
	.video {height:auto;}
	.video .head {padding:20px 0}
	.video .two {margin-top:0px;}
	.video .two .col:first-child {display:block;width:100%;}
	.video .two .col:last-child {display:block;width:100%;float:none}
	.video .two .col:last-child iframe {width:100%;height: 500px;}
	.contacts .form {right:10px;}
	footer .logo {margin-left:0px;margin-top:0px}
	footer .logo img {width:100px}
	/*footer  ul li a {padding: 15px 25px;}*/
	input[type=text], input[type=email] {margin-right:15px;}
}

@media only screen and (max-width: 1023px) {
	header a.tel .address_span {display: none;}
	.wrap {width:100%;padding:0 10px;box-sizing:border-box;}
	header .logo {margin: 10px 0 0 0;}

	header nav {float:right;margin-top: 50px;}
	nav:after {content:'';display:block;width:25px;height:25px;background:url(../img/menu-button.svg) no-repeat;background-size:contain}
	nav ul {display:none}

	.clients .logos {width:100%}
	header .callback {margin-top:-44px;margin-right:59px;}
	h1 {padding-top:50px;background:url(../img/flags.png) center 14px no-repeat;font-size: 33px;}
	.first .dir {margin-top:15px;}
	.three .col {margin-right: 12px;width: 32%;padding: 40px 20px 45px 20px;}
	.video {height:auto;}
	.video .head {padding:20px 0}
	.video .two {margin-top:0px;}
	.video .two .col:first-child {display:block;width:100%;}
	.video .two .col:last-child {display:block;width:100%;float:none}
	.video .two .col:last-child iframe {width:100%}
	.contacts .form {right:10px;}
	footer .logo {margin-left:0px;margin-top:23px}
	footer {height:auto}
	footer ul {display:block}
	footer ul li {height:auto;vertical-align:middle;}
	footer ul li br {display:none}
	footer ul li:after {display:none}
	footer ul li:nth-child(1){display:inline-block;width:30%}
	footer ul li:nth-child(2){display:inline-block;width:30%}
	footer ul li:nth-child(3){display:inline-block;width:30%}

	.seminar_left {margin: 10px auto;float:none;}
	.seminar_right {float:none;width:100%;}
	.audit_form {width:100%}
}


@media only screen and (max-width: 767px) {
	.seminar_desc {display:none}
	.question-form + .seminar_desc {display:block;width:100%;float:none;padding-bottom:10px;}
	.seminar_body .wrap {display:block}
	.question-form {float:none;width:100%}
	header .logo img {width:140px;height:auto;}
	header a.tel {position:absolute;top:60px;margin:0px; left:15px}
	.video .two .col:last-child iframe {width:100%;height: 300px;}

	footer ul li:nth-child(1){display:block;width:100%;text-align:center;padding-top:20px}
	footer ul li:nth-child(2){display:block;width:100%;text-align:center}
	footer ul li:nth-child(3){display:block;width:100%;text-align:center}
	footer .logo {margin:0px;padding:0px;}
	footer .logo img {width:auto;max-width:100%}

	header a.tel .address_span {display: none;}
	header .callback {margin: 0px;position:absolute;right:10px;top:17px;z-index:10;padding: 6px 10px;}
	.button {padding: 8px 16px;font-size: 14.5px;}
	h1 {font-size: 26px;}
	.first .dir {font-weight: 500;font-size: 20px;}
	.three {margin-top: 20px;}
	.first {height:auto;background-size:cover;padding-bottom:20px}
	.three .col {width:100%;margin-right:0px;float:none;padding:20px;margin-bottom:20px}
	.three ul li {font-size: 17.5px;height: 41px;}
	.three .button {margin-top:0px}
	input[type=text], input[type=email] {width:100%;box-sizing:border-box;margin:0 0 10px 0}
	.consult-form .head {margin-bottom:10px}
	.consult-form .button {float:none;width:100%;margin-top:10px}
	.question-form .button {float:none;width:100%;margin-top:10px}
	.three .col:last-child {margin-bottom:0px;}
	.contacts .form {position:relative;right:0px;top:0px;}
	.contacts .form textarea {width:100%}
	footer  ul li {display:block;}
	footer  ul li a {padding: 0px}
	footer {height:auto;}
	footer  ul li:after {display:none}
}
@media only screen and (max-width: 375px) {
	header a.tel .address_span {display: none;}
	header .button { padding: 8px 10px;font-size: 12.5px; }

	.clients .logos div {width: 45%;}

}
@media only screen and (max-width: 335px) {
	header a.tel .address_span {display: none;}
	header .callback {}
	header nav {margin-top: 50px;}
	h1 {font-size: 23px;}
	.first .dir {font-size: 16px;}
	.three .caption br {display:none}
	.three .caption {font-weight: 500;font-size: 19px;}
	.consult-form .head, .video .head, .question-form .head, .question-form .subhead, .clients .head, .contacts .form .head {font-size:23px;}
}
