/* @font-face {
    font-family: 'Days';
    font-style: normal;
    font-weight: 400;
    src: local('Days'), local('Days-Regular'),
        url(/files/days.woff) format('woff'),
        url(/files/days.ttf) format('truetype');
} */
* {
	box-sizing: border-box;
}
.clear:after {
  display: block;
  content: " ";
  clear: both;
}
.none {
  display: none;
}
body, p, div, th, td, ul, ol, li, a {
  color: #2e2e30;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
em {
  font-style: normal;
  font-weight: 400;
}
body input[type="submit"][disabled="disabled"] {
  cursor: not-allowed !important;
}
a {
  text-decoration: none;
  color: #193f6e;
  font-weight: 400;
}
h1, h2 {
	font-size: 38px;
    font-weight: 300;
    margin: 20px 0 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
h2 {
  font-size: 35px;
}
.scroll-zone {
  width: 100%;
  overflow-x: auto;
}
body {
  padding: 1px 0 0;
  margin: 0;
  position: relative;
}
#wrapper {
	margin: -1px auto 0;
	padding: 0;
	overflow: hidden;
}
.inner {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}
.inner-b, .newsone, .news {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.inner-b p, .inner p, .newsone p {
  text-align: justify;
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
footer {
	margin: 0 auto;
	padding: 30px 0;
	background: #191921;
}
.first-zone {
  position: relative;
  height: 100vh;
  background: url(/files/first-zone-01bb.jpg) no-repeat 0 50% / cover;
  padding: 1px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.first-zone h2 {
    margin: 0;
    font-size: 40px;
    color: #a80c00;
    position: relative;
    display: inline-block;
    max-width: 900px;
    padding: 41px;
}
.first-zone h2 span, .first-zone h2 em {
  z-index: 100;
  position: relative;
  display: block;
      font-weight: 500;
}
.first-zone h2 em {
	font-size: 27px;
	margin: 10px 0 0;
}
.first-zone h2:before {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  content: " ";
/* filter: blur(22px);
-webkit-filter: blur(22px); */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
header {
  z-index: 1000;
  padding: 30px 0;
}

.zone-phone {
    float: right;
    margin: 5px 0 0;
    color: #a80c00;
    font-size: 34px;
    font-weight: 500;
}
.zone-phone span {}
.area-form {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.area-form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-form ol li {
  margin: 0 0 15px;
}
.area-form ol li input, .area-form ol li select, .area-form ol li textarea {
  border: 1px solid #d0d0d0;
  display: block;
  color: #333;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 15px;
  width: 100%;
}
.area-form ol li textarea {
  height: 90px;
}
.area-form input[type="submit"] {
  cursor: pointer;
    padding: 10px 50px;
    border: solid 2px #660b0b;
    font: 18px Arial, Helvetica, sans-serif;
    color: #fff;
    background: rgba(156, 0, 0, 0.6);
    transition: all 0.3s ease;
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
}
.area-form input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(88, 21, 22, 0.9);
}
.table {
  display: table;
  width: 100%;
  position: relative;
}
.area-form p {
  margin: 10px auto 20px;
}
.area-form p input[type="checkbox"] {
  float: left;
}
.area-form p span {
  color: #444;
  float: left;
  display: block;
  width: calc(100% - 20px);
  line-height: 1;
}
.area-form p a {
  text-decoration: underline;
  color: #215f24;
}
.intro-box .area-form p span, .intro-box .area-form p a {
  color: #fff;
}
.captcha {
  margin: 0 auto 15px;
  max-width: 296px;
  width: 100%;
}
.captcha span {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 7.5px;
}
.captcha img {
  box-sizing: border-box;
  height: 48px;
  width: 100%;
}
.captcha input {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 15px 13px;
  width: 100%;
}
.section {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs {
  margin: 15px auto 0;
  max-width: 1200px;
  font-size: 14px;
  font-weight: 400;
}
.section a, .breadcrumbs a {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 14px;
}
.gall {}
.gall a {
  float: left;
  display: block;
  width: 25%;
  padding: 20px;
  text-align: center;
}
.gall a img {
  width: 100%;
  display: block;
}
.gall a span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.bottom-area-tri {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.bottom-area-tri li {
  width: 33.3%;
  padding: 10px;
  float: left;
}
.bottom-area-tri li:nth-of-type(4), .bottom-area-tri li:nth-of-type(5) {
  width: 50%;
  padding: 10px;
  float: left;
}
.bottom-area-tri li a {}
.bottom-area-tri li img {
  width: 100%;
  display: block;
}
.bottom-area-tri li span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin: 5px 0 0;
    color: #2e2e30;
}
.bottom-area-tri li span em {
  font-style: normal;
    color: #fff;
}
.blue {
  margin: 40px 0;
  padding: 20px 0;
  background: #193f6e;
}
.blue p, .blue h2 {
  color: #fff;
}
.intros {
  padding: 100px 0 0;
  min-height: 700px;
}
.all {
  margin: 20px 0;
  text-align: right;
}
.items {}
.item {
  padding: 0 0 20px;
}
.icon {
  float: left;
  padding: 0 20px 0 0;
  width: 200px;
}
.icon img {
  width: 100%;
}
.item a {}
.news .item a {}
.announce {}
.date {
  color: #ccc;
  display: inline-block;
  padding: 0 10px 0 0;
}
.list-him {
  list-style: none;
  padding: 0;
}
.list-him li {
  padding: 5px 10px;
}
.list-him li:nth-child(odd) {
  background: #dfedef;
}
.right-align {
  max-width: 190px;
  float: right;
  padding: 10px 20px;
}
.right-align img {
  width: 100%;
  display: block;
}
.menuha {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  float: left;
  width: calc(100% - 530px);
  text-align: center;
}
.menuha li {
padding: 10px;
display: inline-block;
}
.menuha li a {
  color: #a80c00;
  font-size: 21px;
}
.menuha li a:hover {
  text-decoration: underline;
}
.pogt-tri {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pogt-tri li {
	float: left;
	width: 33.3%;
	padding: 20px;
}
.pogt-tri li .new-tri {
	border: 3px solid #c3c1c1;
	padding: 25px;
	min-height: 700px;
	position: relative;
}
.pogt-tri li .new-tri img {
	display: block;
	width: 100%;
}
.pogt-tri li .new-tri h4 {
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0;
    text-align: center;
}
.pogt-tri li .new-tri p {}
.pogt-tri li .new-tri p a {}
.pogt-tri li .new-tri p a:hover {}
.bxslider, .slider, .bxslider2 {
    margin: 0;
    padding: 0;
}
.bx-wrapper {
	box-shadow: none !important;
}
.kle {
	list-style: none;
	margin: 0 auto 60px;
	padding: 0;
	max-width: 1000px;
	width: 100%;
}
.kle li {
	float: left;
	width: 50%;
	background: #fff;
}
.kle li div {
	padding: 20px;
	float: left;
	width: 50%;
	position: relative;
}
.kle li div:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 20px;
    top: 50%;
    right: -40px;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    border-left-color: #fff;
}
.kle li img {
	float: left;
	width: 50%;
}
.kle li div h4 {
	color: #2e2e30;
}
.kle li div p {
	color: #2e2e30;
}
.all-zone {
  background: #fff url(/files/first-zone-02bb.jpg) no-repeat scroll center center / cover;
  position: relative;
  top: 0;
}
.all-zone .wrap-zone {
  display: table;
  margin: 120px 0 60px;
}
.all-zone .wrap-zone .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.intro-box h2, .intro-box p {
	color: #fff;
}
.intro-box {
  display: table-cell;
  width: 100vw;
  vertical-align: middle;
  height: 500px;
  padding: 60px 0;
  text-align: center;
  
}
.first-foot, .last-foot {
  float: left;
  width: 25%;
  padding: 20px;
  color: #858587;
}
.first-foot .counters {}
.second-foot {
  float: left;
  width: 50%;
  padding: 20px;
  color: #858587;
  font-size: 14px;
}
.second-foot a {
  color: #fff;
  font-size: 14px;
}
.last-foot a {
  display: block;
  width: calc(100% / 6);
  float: left;
  padding: 5px;
}
.last-foot a img {
  display: block;
  width: 100%;
}
footer .logo {
    background: url(/files/design/delphocom-bot.png) no-repeat 50% 50% / auto 100%;
    display: block;
    margin: 0;
    width: 180px;
    height: 49px;
    border-radius: 6px;
}
.end-cent {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.btn-zak {
    cursor: pointer;
    padding: 10px 50px;
    border: solid 2px #660b0b;
    font: 18px Arial, Helvetica, sans-serif;
    color: #fff;
    background: rgba(156, 0, 0, 1);
    transition: all 0.3s ease;
    display: block;
	text-align: center;
    max-width: 250px;
    margin: 0 auto 15px;
}
.btn-zak:hover {
    background: rgba(0, 0, 0, 0.9);
    border: 2px solid rgba(88, 21, 22, 0.9);
}
a.btt {
    background: #eb2027;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 15px 4px;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 400;
    margin: 5px auto 0;
    display: block;
    max-width: 200px;
    text-align: center;
}
a.btt:hover {
  background: #e7e7e7;
  color: #000;
}
.smm {
display: block;
  min-width: 200px;
  position: absolute;
  right: 300px;
}
.smm a {
	background: url(/files/ikonki-soc.png) no-repeat 0 0 / auto 100%;
	box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.4);
	display: block;
	height: 40px;
	margin: 5px;
	max-width: 40px;
	float: left;
  width: 50%;
}
.smm a.tg {}
.smm a.wa {
  background-position: 20% 0;
}
.smm a.vk {}


.servis-gal {
	margin: 0;
	padding: 0;
	list-style: none;
}
.servis-gal li {
	width: 33.3%;
	float: left;
	display: block;
	padding: 10;
	margin: 0;
}
.servis-gal li a {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #d8d8d8;
}
.servis-gal li a img {
	display: block;
	width: 100%;
}
.servis-gal li a span {
	display: block;
	font-size: 16px;
	text-align: center;
}
.gall-05-r {
	list-style: none;
	margin: 0;
	padding: 0
}
.gall-05-r li {
	display: block;
	float: left;
	width: calc(100% / 5);
	padding: 10px;
}
.gall-05-r li img {
	display: block;
	width: 100%;
}