
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(fonts/Fl4y0QdOxyyTHEGMXX8kcT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(fonts/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/isZ-wbCXNKAbnjo6_TwHTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(fonts/3Y_xCyt7TNunMGg0Et2pnj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(fonts/5z9jpDJQqVE5bmkRqplJfhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(fonts/7m8l7TlFO-S3VkhHuR0at2Ob2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(fonts/m1uAalIytmLBFXF3PwhxpPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(fonts/t6Nd4cfPRhZP44Q5QAjcC2Ob2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(fonts/bmC0pGMXrhphrZJmniIZpWOb2gHztoQeulij-1lvl-8.woff) format('woff');
}



#menu-v {
  position: fixed;
  width: 100%;
  z-index: 101;
  min-height:70px;
}


a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}


li{margin-bottom: 15px;}

.listnumber1 {
    margin-left: -18px;
	margin-top: 50px;
    padding-right: 0;
    list-style-type: none;
}
.listnumber1 li {
    counter-increment: step-counter;
	text-align: left;
	margin-bottom: 50px;
}
.listnumber1 li::before {
  background-color: #F83306;
  color: white;
  font: 300 25px/25px "Roboto", sans-serif;
  content: counter(step-counter, decimal);
  margin-right: 13px;
  padding: 9px 18px;
  border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	-khtml-border-radius: 10%;
}

.list {
	font: 300 21px/25px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin: -30px 20px 0px 70px;
}




/*Стили для демо*/


.block-one-example {
	margin:30px 0;
	position: relative;
}

/*Основные стили*/

.container {
	max-width: 960px;
	width: 100%;
	margin:0 auto;
}

.inner-testimonial {
	text-align: center;

}

.inner-testimonial > img{
	max-width: 90px;
	margin:0 auto 15px;
	opacity: 0;
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img{
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
	opacity:1;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

h3.city-name {
	padding:5px 0px 10px 30px;
	margin: 0px 20px 30px 90px;
	font: 400 28px/32px "Roboto", sans-serif;
	text-align: left;
	color: #F83306;
	border-left: 5px solid #F83306;
}
h2.city-name {
	padding:0px 0px 50px 70px;
	margin: 0px 20px 0px 20px;
	font: 300 19px/23px "Roboto", sans-serif;
	text-align: center;
	color: #1B1B1B;
}
p.text-testimonial {
	padding:0px 70px 10px 70px;
	font: 300 17px/21px "Roboto", sans-serif;
	color: #1B1B1B;
	margin: 0px 20px 10px 20px;
	text-align: left;
	font-style: italic;
}

.block-items {
	cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 18px;
	height: 18px;
}

/*Стрелки*/
.owl-my-nav {
	position: absolute;
	width: 100%;
	height: 100%;
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next{
	position: absolute;
	width: 60px;
	top:25%;
	font-size: 100px;
	z-index: 20;
	cursor:pointer;
	opacity: 0.3;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover{
	opacity: 0.8;
}

.owl-my-nav .owl-prev {
	left: 0px;
}

.owl-my-nav .owl-next {
	right: 0px;
	text-align: right;
}



.head{
    max-width: 2560px;
    min-height: 1000px;
    margin: 0 auto;
}

.head2{
    max-width: 2560px;
    min-height: 1000px;
    margin: 0 auto;
}

.head3{
    max-width: 2560px;
    min-height: 300px;
    margin: 0 auto;
}

 

b {font-weight: 400;}
strong {font-weight: 700;}

body {
background: #fff;
font-family: 'Roboto';
margin: 0px;
}


.content {
 overflow: hidden;
 }

.content{
    min-height: 50px;
    margin: 0 auto;
    width: 100%;
	max-width: 960px;
	position: static;
	padding: 40px 0px 40px 0px;
}


p {
	font: 300 19px/21px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

	
.zag-bg {
font: 700 50px/53px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin: 50px 70px 50px 70px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.zag-bg2 {
font: 700 50px/58px "Roboto", sans-serif;
	color: #fff;
	text-align: left;
	margin: 90px 0px 0px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag{
	font: 700 48px/52px "Roboto", sans-serif;
	color: #232322;
	text-align: center;
	margin: 70px 10px 30px 10px;

}
.predzag1{
	font: 700 90px/93px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin: 50px 20px 30px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.predzag2{
	font: 400 38px/42px "Roboto", sans-serif;
	color: #2f2f30;
	text-align: center;
	margin: 20px 10px 30px 10px;

}

.predzag3{
	font: 300 25px/32px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

.predzag4{
	font: 300 28px/32px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin: -10px 20px 40px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag5{
	font: 300 28px/32px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin: -10px 140px 40px 140px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.cont {
	font: 300 19px/22px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}


H1 {
  font: 400 48px/55px "Roboto", sans-serif;
  color: #10837A;
  text-align: left;
  margin: 350px 0px 20px 20px;
}

H2 {
  font: 300 35px/42px "Roboto", sans-serif;
  color: #30a9d6;
  text-align: center;
  margin: 0px 20px 0px 20px;
}


H3 {
  font: 300 42px/45px "Roboto", sans-serif;
  color: #F83306;
  text-align: left;
  margin: 0px 20px 30px 20px;
  border-left: 10px solid #F83306;
  padding: 10px 0px 15px 20px;
}

.line {
    border-top: 1px solid #F83306;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}


H4 {
  font: 400 38px/42px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 0px 70px 0px 70px;
}
H5 {
  font: 300 25px/28px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 20px 80px 20px 80px;
}

H6 {
  font: 400 28px/32px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: left;
  margin: 0px 20px 0px 20px;
}



.button {
	margin-top: 20px;
	display: inline-block;
	width: 540px;
	height: 50px;
	text-align: center;
    font-size:25px;
	line-height: 38px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	transition: 0.2s linear;
	background:#bd051f; 
	overflow: hidden;
	border-radius: 4px;
	padding: 20px 0px 8px 0px;
	z-index: 1000;
}

.button:hover {
background:#2c9bc4;
color: #fff;
}

.button2 {
	margin-top: 20px;
	display: inline-block;
	width: 500px;
	height: 50px;
	text-align: center;
    font-size:25px;
	line-height: 38px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	transition: 0.2s linear;
	background:#2c9bc4; 
	overflow: hidden;
	border-radius: 4px;
	padding: 20px 0px 8px 0px;
	z-index: 1000;
}

.button2:hover {
background:#bd051f;
color: #fff;
}

.cont_block1{width:230px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block1 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #276C88; text-align: center; margin: 10px 10px 10px 10px;}
.cont_block1 p {margin: 10px 10px 20px 10px;text-align: center;font: 300 16px/21px "Roboto", sans-serif;}
.cont_block1 img {max-width: 90%; margin: 0px 0px 20px 0px;}

.cont_block2{width:100%;margin: 0 auto; padding: 0px 20px 60px 20px; margin-top: 320px; margin-right: 10px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block2 H2{margin: 10px 20px 30px 20px;text-align: left;font: 700 48px/52px "Roboto", sans-serif; color: #F83306;}
.cont_block2 H5{margin: 20px 70px 30px 35px;font: 400 26px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;}
.cont_block2 p {margin: -28px 80px -10px 70px;text-align: left;font: 300 21px/25px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block2 img {max-width: 100%; margin: -290px 0px -90px 0px;}


.cont_block3{width:320px;min-height:360px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block3 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #F83306; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #F83306; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block3 img {max-width: 50%; margin: 0px 0px 20px 0px;}

.cont_block4{width:320px;min-height:360px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block4 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block4 img {max-width: 95%; margin: 0px 0px 20px 0px;}

.cont_block11-1{width:48%;float:left;margin: 0 auto; padding: 20px 0px 20px 0px; margin-top: 40px; margin-left: 10px; margin-right: 10px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-1 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 48px/52px "Roboto", sans-serif; color: #25517F;}
.cont_block11-1 p {margin: 0px 20px -5px 30px;text-align: left;font: 300 17px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-1 img {max-width: 100%; margin: -110px 0px 0px 0px;}

.cont_block11-2{width:48%;float:left;margin: 0 auto; padding: 20px 0px 20px 0px; margin-top: 40px; margin-left: 10px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-2 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 48px/52px "Roboto", sans-serif; color: #25517F;}
.cont_block11-2 p {margin: 0px 20px -5px 30px;text-align: left;font: 300 17px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-2 img {max-width: 100%; margin: -110px 0px 0px 0px;}


.cont_block12{width:230px;min-height:50px;float:left;margin: 0 auto;text-align: center; padding: 10px 0px 10px 0px; position: static;}
.cont_block12 H2 {font: 300 25px/28px "Roboto", sans-serif; color: #fff; text-align: center; margin: 10px 10px 10px 10px;border-bottom: 6px solid #fff;padding-bottom: 10px;}
.cont_block12 p {margin: 10px 5px 10px 5px;text-align: center; color: #fff; font: 300 16px/21px "Roboto", sans-serif;}
.cont_block12 img {max-width: 70%; margin: 0px 0px 0px 0px;}



.list_check_yes{
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
	font: 300 19px/23px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/yes.png) 0px 7px no-repeat;
}

.list_bullet-b{
	margin-left: 70px;
	margin-top: -5px;
	margin-bottom: 5px;
	font: 300 19px/23px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/bullet-b.png) 0px 7px no-repeat;
}

.list_bullet-r{
	margin-left: 70px;
	margin-top: -5px;
	margin-bottom: 5px;
	font: 300 19px/23px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/bullet-r.png) 0px 7px no-repeat;
}

.list_bullet-yes{
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
	font: 300 19px/23px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/bullet2.png) 0px 5px no-repeat;
}

.list_bulet_gray {
  margin: 5px 20px 8px 5px;
  color: #1B1B1B;
  font: 300 17px/21px "Roboto", sans-serif;
  padding: 2px 2px 0px 25px;
  background: url(images/bulet_gray.png) 5px 7px no-repeat;
}

.img000 {
   max-width: 100%;margin: 0 auto;
}

.img01 {
   float: left; max-width: 50%; margin: 5px 30px 0px 0px;
}

.img02 {
   float: right; max-width: 31%; margin: 0px 20px 20px 20px;
}

.img03 {
   float: left; max-width: 21%; margin: 0px 20px 0px 20px;
}



.footer{
    min-height: 50px;
    margin: 0 auto;
    width: 100%;
	max-width: 900px;
	position: static;
	padding: 20px 0px 20px 0px;
}

.footer a{
color: #fff;
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
color: #fff;
}

.copyright {
	font: 300 17px/21px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}



/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 100%; 
  margin: 0 auto;
  margin-bottom:40px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
}

.accordion_item h6{
font: 300 42px/45px "Roboto", sans-serif;
  margin:0;
  padding:0;
  border:0;
  outline:medium none;
  list-style:none
  text-align: left;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
  font: 300 19px/21px "Roboto", sans-serif;
  color: #fff;
  cursor:pointer;
  background: #30A9D6;
  padding:15px 55px 15px 15px;
  margin-bottom:5px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:18px;

}


/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:23px
}
.accordion .title_block:hover {
  background: #C14EBF  
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #C14EBF;
  color:#fff
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  padding:0px;
  padding-bottom:10px;
  overflow: hidden;
  background:#f7f7f7
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}




.clear {clear: left;}
.clear2 {clear: right;}	




/*----------------------------------------------------------------------------------------
						НОУТ
----------------------------------------------------------------------------------------*/
	
@media screen and (min-width:1025px) and (max-width:1366px) {



.head{
    max-width: 1366px;
    min-height: 508px;
    margin: 0 auto;
}

.head2{
    max-width: 1366px;
    min-height: 768px;
    margin: 0 auto;
}

.head3{
    max-width: 2560px;
    min-height: 100px;
    margin: 0 auto;
}


	
.zag-bg {
font: 700 50px/53px "Roboto", sans-serif;
	text-align: center;
	margin: 50px 70px 50px 70px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.zag-bg2 {
font: 700 50px/58px "Roboto", sans-serif;
	text-align: left;
	margin: 90px 0px 0px 300px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag{
	font: 700 45px/45px "Roboto", sans-serif;

	text-align: center;
	margin: 0px 10px 30px 10px;

}
.predzag1{
	font: 700 90px/93px "Roboto", sans-serif;
	text-align: center;
	margin: 50px 20px 30px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.predzag2{
	font: 400 35px/38px "Roboto", sans-serif;
	text-align: center;
	margin: 20px 50px -10px 50px;

}

.predzag3{
	font: 300 25px/32px "Roboto", sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

.predzag4{
	font: 300 28px/32px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 20px 40px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.img000 {
   max-width: 60%;margin: 0 auto;
}

.line {
    border-top: 1px solid #F83306;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

}

/*----------------------------------------------------------------------------------------
						НЕТБУК
----------------------------------------------------------------------------------------*/
	
@media screen and (min-width:801px) and (max-width:1024px) {




.head{
    max-width: 2560px;
    min-height: 600px;
    margin: 0 auto;
}

.head2{
    max-width: 2560px;
    min-height: 600px;
    margin: 0 auto;
}

.head3{
    max-width: 2560px;
    min-height: 300px;
    margin: 0 auto;
}


H4 {
  font: 400 32px/35px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 0px 50px 0px 50px;
}
H5 {
  font: 300 25px/28px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 20px 20px 20px 20px;
}

H6 {
  font: 400 28px/32px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: left;
  margin: 0px 20px 0px 20px;
}
	
.zag-bg {
font: 700 50px/53px "Roboto", sans-serif;
	text-align: center;
	margin: 50px 70px 50px 70px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.zag-bg2 {
font: 700 30px/38px "Roboto", sans-serif;
	text-align: left;
	margin: 90px 0px 0px 340px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag{
	font: 700 38px/42px "Roboto", sans-serif;
	text-align: center;
	margin: 0px 40px 30px 40px;

}
.predzag1{
	font: 700 90px/93px "Roboto", sans-serif;
	text-align: center;
	margin: 50px 20px 30px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.predzag2{
	font: 400 35px/38px "Roboto", sans-serif;
	color: #2f2f30;
	text-align: center;
	margin: 20px 10px -10px 10px;

}

.predzag3{
	font: 300 25px/32px "Roboto", sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

.predzag4{
	font: 300 28px/32px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 20px 40px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}
.predzag5{
	font: 300 28px/32px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 80px 40px 80px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.img000 {
   max-width: 60%;margin: 0 auto;
}
.img01 {
   float: left; max-width: 50%; margin: 5px 30px 0px 20px;
}

.img02 {
   float: right; max-width: 31%; margin: 0px 20px 0px 20px;
}

.img03 {
   float: left; max-width: 21%; margin: 0px 20px 0px 20px;
}



.cont_block1{width:230px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block1 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #276C88; text-align: center; margin: 10px 10px 10px 10px;}
.cont_block1 p {margin: 10px 10px 20px 10px;text-align: center;font: 300 16px/21px "Roboto", sans-serif;}
.cont_block1 img {max-width: 90%; margin: 0px 0px 20px 0px;}

.cont_block2{width:90%;margin: 0 auto; padding: 20px 0px 60px 0px;  margin-top: 250px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block2 H2{margin: 0px 20px 30px 20px;text-align: left;font: 700 32px/35px "Roboto", sans-serif; color: #F83306;}
.cont_block2 H4{margin: 10px 50px 50px 50px;text-align: center;color: #30A9D6;}
.cont_block2 p {margin: -28px 80px -10px 70px;text-align: left;font: 300 21px/25px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block2 img {max-width: 610px; margin: -210px 0px -50px 0px;}


.cont_block3{width:90%;min-height:30px;float:none;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block3 H2 {font: 700 28px/32px "Roboto", sans-serif; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block3 img {max-width: 95%; margin: 0px 0px 20px 0px;}


.cont_block4{width:33.3%;min-height:30px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block4 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block4 img {max-width: 95%; margin: 0px 10px 20px 10px;}

.cont_block11-1{width:90%;float:none;margin: 0 auto; padding: 20px 0px 30px 0px; margin-top: 110px; margin-bottom: 120px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-1 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 48px/52px "Roboto", sans-serif; color: #25517F;}
.cont_block11-1 p {margin: 0px 20px -5px 30px;text-align: left;font: 300 17px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-1 img {max-width: 100%; margin: -110px 0px 0px 0px;}

.cont_block11-2{width:90%;float:none;margin: 0 auto; padding: 20px 0px 30px 0px; margin-top: 40px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-2 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 48px/52px "Roboto", sans-serif; color: #25517F;}
.cont_block11-2 p {margin: 0px 20px -5px 30px;text-align: left;font: 300 17px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-2 img {max-width: 100%; margin: -110px 0px 0px 0px;}


.cont_block12{width:50%;min-height:50px;float:left;margin: 0 auto;text-align: center; padding: 10px 0px 10px 0px; position: static;}
.cont_block12 H2 {font: 300 25px/28px "Roboto", sans-serif; color: #fff; text-align: center; margin: 10px 10px 10px 10px;border-bottom: 6px solid #fff;padding-bottom: 10px;}
.cont_block12 p {margin: 10px 20px 10px 20px;text-align: center; color: #fff; font: 300 16px/21px "Roboto", sans-serif;}
.cont_block12 img {max-width: 70%; margin: 0px 0px 0px 0px;}

.line {
    border-top: 1px solid #F83306;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 95%;
}



}


/*----------------------------------------------------------------------------------------
						ПЛАНШЕТ
----------------------------------------------------------------------------------------*/

@media screen and (min-width:480px) and (max-width:800px) {

.footer{
    min-height: 30px;
    margin: 0 auto;
    max-width: 100%;
	position: static;
	border: 0px solid;
	padding: 20px 0px 20px 0px;
	width: 100%;
}
.copyright {
	font: 300 13px/17px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}


.content{
    min-height: 110px;
    margin: 0 auto;
    max-width: 100%;
	position: static;
	border: 0px solid;
	padding: 30px 0px 30px 0px;
	width: 100%;
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next{
	position: absolute;
	width: 30px;
	top:30%;
	font-size: 70px;
	z-index: 20;
	cursor:pointer;
	opacity: 0.5;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}


li{margin-bottom: 15px;}

.listnumber1 {
    margin-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.listnumber1 li {
    counter-increment: step-counter;
	text-align: left;
	margin-bottom: 50px;
}
.listnumber1 li::before {
  color: white;
  font: 300 19px/21px "Roboto", sans-serif;
  content: counter(step-counter, decimal);
  margin-right: 13px;
  padding: 9px 18px;
}


.list {
	font: 300 19px/21px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin: -35px 20px 0px 70px;
}

p.text-testimonial {
	padding:0px 20px 10px 20px;
	font: 300 15px/19px "Roboto", sans-serif;
	color: #1B1B1B;
	margin: 0px 20px 10px 20px;
	text-align: left;
}
h3.city-name {
	padding:5px 0px 10px 30px;
	margin: 0px 20px 30px 40px;
	font: 400 23px/25px "Roboto", sans-serif;
	text-align: left;
	border-left: 5px solid #F83306;	
}

.head{
    max-width: 800px;
    min-height: 500px;
    margin: 0 auto;
}

.head2{
    max-width: 800px;
    min-height: 500px;
    margin: 0 auto;
}

.head3{
    max-width: 800px;
    min-height: 300px;
    margin: 0 auto;
}

.cont {
	font: 300 19px/21px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}


H2 {
  font: 300 35px/42px "Roboto", sans-serif;
  color: #30a9d6;
  text-align: center;
  margin: 0px 20px 0px 20px;
}


H3 {
  font: 300 25px/28px "Roboto", sans-serif;
  margin: 0px 20px 20px 20px;
  border-left: 10px solid #F83306;
  padding: 10px 0px 15px 20px;
}

.line {
    border-top: 1px solid #F83306;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 95%;
}


H4 {
  font: 400 28px/32px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 0px 50px 0px 50px;
}
H5 {
  font: 300 21px/23px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 20px 20px 20px 20px;
}

H6 {
  font: 400 21px/25px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 0px 20px 0px 20px;
}
	
.zag-bg {
font: 700 30px/33px "Roboto", sans-serif;
	text-align: center;
	margin: 50px 20px 50px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.zag-bg2 {
font: 700 30px/38px "Roboto", sans-serif;
	text-align: center;
	margin: 40px 0px 0px 0px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag{
	font: 700 28px/32px "Roboto", sans-serif;
	text-align: center;
	margin: 0px 10px 30px 10px;

}



.predzag2{
	font: 400 21px/25px "Roboto", sans-serif;
	text-align: center;
	margin: 20px 10px -10px 10px;

}



.predzag4{
	font: 300 21px/23px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 20px 40px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag5{
	font: 300 21px/23px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 60px 40px 60px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.img000 {
   max-width: 60%;margin: 0 auto;
}
.img01 {
   float: left; max-width: 50%; margin: 5px 20px 20px 20px;
}

.img02 {
   float: right; max-width: 31%; margin: 0px 20px 0px 20px;
}

.img03 {
   float: none; max-width: 50%; margin: 0px 20px 20px 20px;
}



.cont_block1{width:230px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block1 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #276C88; text-align: center; margin: 10px 10px 10px 10px;}
.cont_block1 p {margin: 10px 10px 20px 10px;text-align: center;font: 300 16px/21px "Roboto", sans-serif;}
.cont_block1 img {max-width: 90%; margin: 0px 0px 20px 0px;}

.cont_block2{width:90%;margin: 0 auto; padding: 60px 0px 60px 0px; margin-top: 40px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block2 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 32px/35px "Roboto", sans-serif; color: #F83306;}
.cont_block2 H4{margin: 10px 50px 50px 50px;text-align: center;color: #30A9D6;}
.cont_block2 H5{margin: 20px 70px 30px 35px;font: 400 21px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;}
.cont_block2 p {margin: -21px 80px -10px 70px;text-align: left;font: 300 19px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block2 img {display: none; margin: -160px 0px 10px -50px;}


.cont_block3{width:90%;min-height:30px;float:none;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block3 H2 {font: 700 28px/32px "Roboto", sans-serif; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block3 img {max-width: 30%; margin: 0px 0px 20px 0px;}


.cont_block4{width:33.3%;min-height:30px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block4 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block4 img {max-width: 95%; margin: 0px 10px 20px 10px;}

.cont_block11-1{width:90%;float:none;margin: 0 auto; padding: 20px 0px 30px 0px; margin-top: 110px; margin-bottom: 120px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-1 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 48px/52px "Roboto", sans-serif; color: #25517F;}
.cont_block11-1 p {margin: 0px 20px -5px 30px;text-align: left;font: 300 17px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-1 img {max-width: 100%; margin: -110px 0px 0px 0px;}

.cont_block11-2{width:90%;float:none;margin: 0 auto; padding: 20px 0px 30px 0px; margin-top: 40px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-2 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 48px/52px "Roboto", sans-serif; color: #25517F;}
.cont_block11-2 p {margin: 0px 20px -5px 30px;text-align: left;font: 300 17px/21px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-2 img {max-width: 100%; margin: -110px 0px 0px 0px;}


.cont_block12{width:50%;min-height:50px;float:left;margin: 0 auto;text-align: center; padding: 10px 0px 10px 0px; position: static;}
.cont_block12 H2 {font: 300 25px/28px "Roboto", sans-serif; color: #fff; text-align: center; margin: 10px 10px 10px 10px;border-bottom: 6px solid #fff;padding-bottom: 10px;}
.cont_block12 p {margin: 10px 20px 10px 20px;text-align: center; color: #fff; font: 300 16px/21px "Roboto", sans-serif;}
.cont_block12 img {max-width: 70%; margin: 0px 0px 0px 0px;}


.button {
	width: 400px;
	height: 50px;
    font-size:19px;
	line-height: 38px;	
	padding: 20px 0px 8px 0px;
	z-index: 1000;
}

.button2 {
	width: 390px;
	height: 45px;
    font-size:19px;
	line-height: 38px;	
	padding: 20px 0px 8px 0px;
	z-index: 1000;
}



}


/*----------------------------------------------------------------------------------------
						МОБИЛЬНИК
----------------------------------------------------------------------------------------*/



@media screen and (min-width:240px) and (max-width:479px) {


.footer{
    min-height: 20px;
    margin: 0 auto;
    max-width: 100%;
	position: static;
	border: 0px solid;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

.copyright {
	font: 300 13px/18px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

.content{
    min-height: 110px;
    margin: 0 auto;
    max-width: 100%;
	position: static;
	border: 0px solid;
	padding: 40px 0px 20px 0px;
	width: 100%;
}

.button {
	margin-top: 10px;
	width:95%;
	height: 25px;
    font-size:13px;
	line-height: 19px;
	font-weight: 300;
	border-radius: 5px;
	padding: 16px 0px 10px 0px;
}

.button2 {
	margin-top: 10px;
	width:95%;
	height: 25px;
    font-size:13px;
	line-height: 19px;
	font-weight: 300;
	border-radius: 5px;
	padding: 16px 0px 10px 0px;
}
.owl-my-nav {display: none;}

.head{
    max-width: 800px;
    min-height: 300px;
    margin: 0 auto;
}

.head2{
    max-width: 800px;
    min-height: 500px;
    margin: 0 auto;
}

.head3{
    max-width: 800px;
    min-height: 30px;
    margin: 0 auto;
}


li{margin-bottom: 15px;}

.listnumber1 {
    margin-left: -20px;
    padding-right: 0;
    list-style-type: none;
}
.listnumber1 li {
    counter-increment: step-counter;
	text-align: left;
	margin-bottom: 30px;
}
.listnumber1 li::before {
  color: white;
  font: 300 19px/21px "Roboto", sans-serif;
  content: counter(step-counter, decimal);
  margin-right: 13px;
  padding: 4px 12px;
}


.list {
	font: 300 15px/17px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin: -28px 20px 0px 50px;
}

p.text-testimonial {
	padding:0px 0px 10px 0px;
	font: 300 15px/17px "Roboto", sans-serif;
	color: #1B1B1B;
	margin: 0px 10px 10px 20px;
	text-align: left;
}
h3.city-name {
	padding:5px 0px 10px 30px;
	margin: 0px 20px 10px 20px;
	font: 400 23px/25px "Roboto", sans-serif;
	text-align: left;

}


.cont {
	font: 300 15px/17px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
p {
	font: 300 15px/17px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}


H2 {
  font: 300 23px/25px "Roboto", sans-serif;
  color: #30a9d6;
  text-align: center;
  margin: 0px 20px 0px 20px;
}


H3 {
  font: 300 21px/23px "Roboto", sans-serif;
  margin: 0px 10px 10px 10px;
  border-left: 10px solid #F83306;
  padding: 10px 0px 15px 20px;
}

.line {
    border-top: 1px solid #F83306;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 95%;
}


H4 {
  font: 400 21px/23px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 0px 10px 0px 10px;
}
H5 {
  font: 300 19px/21px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 20px 10px 20px 10px;
}

H6 {
  font: 400 17px/21px "Roboto", sans-serif;
  color: #1B1B1B;
  text-align: center;
  margin: 0px 20px 0px 20px;
}

	
.zag-bg {
font: 700 20px/23px "Roboto", sans-serif;
	text-align: center;
	margin: 20px 20px 30px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.zag-bg2 {
font: 700 20px/23px "Roboto", sans-serif;
	text-align: center;
	margin: 40px 0px 0px 0px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag{
	font: 700 19px/21px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 10px 30px 10px;

}



.predzag2{
	font: 400 17px/20px "Roboto", sans-serif;
	text-align: center;
	margin: 0px 10px -10px 10px;

}

.predzag4{
	font: 300 21px/23px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 20px 40px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}

.predzag5{
	font: 300 21px/23px "Roboto", sans-serif;
	text-align: center;
	margin: -10px 20px 40px 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}


.img000 {
   max-width: 90%;margin: 0 auto;
}
.img01 {
   float: none; max-width: 90%; margin: 20px 0px 0px 0px;
}

.img02 {
   float: none; max-width: 40%; margin: 0px 20px 0px 20px;
}

.img03 {
   float: none; max-width: 50%; margin: 0px 0px 20px 0px;
}



.cont_block1{width:230px;float:left;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block1 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #276C88; text-align: center; margin: 10px 10px 10px 10px;}
.cont_block1 p {margin: 10px 10px 20px 10px;text-align: center;font: 300 16px/21px "Roboto", sans-serif;}
.cont_block1 img {max-width: 90%; margin: 0px 0px 20px 0px;}

.cont_block2{width:90%;margin: 0 auto; padding: 40px 0px 40px 0px; margin-top: -9px; margin-bottom: 5px; position: static;background:#fff;border-radius: 4px;}
.cont_block2 H2{margin: 10px 20px -20px 20px;text-align: center;font: 400 25px/28px "Roboto", sans-serif; color: #F83306;}
.cont_block2 H5{margin: 20px 20px 40px 15px;font: 400 17px/21px "Roboto", sans-serif;color: #1B1B1B;text-align: center;}
.cont_block2 p {margin: -22px 20px 0px 50px;text-align: left;font: 300 15px/17px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block2 img {display: none; margin: -160px 0px 10px -50px;}


.cont_block3{width:90%;min-height:30px;float:none;margin: 0 auto;text-align: center; padding: 30px 0px 0px 0px; position: static;}
.cont_block3 H2 {font: 400 23px/25px "Roboto", sans-serif; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 H3 {font: 400 23px/25px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block3 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 15px/19px "Roboto", sans-serif;}
.cont_block3 img {max-width: 40%; margin: 0px 0px 20px 0px;}


.cont_block4{width:33.3%;min-height:30px;float:left;margin: 0 auto;text-align: center; padding: 10px 0px 0px 0px; position: static;}
.cont_block4 H2 {font: 700 28px/32px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 H3 {font: 400 25px/28px "Roboto", sans-serif; color: #30A9D6; text-align: center; margin: 0px 10px 20px 10px;}
.cont_block4 p {margin: 10px 15px 10px 15px;text-align: left;font: 300 16px/20px "Roboto", sans-serif;}
.cont_block4 img {max-width: 80%; margin: 0px 0px 20px 0px;}

.cont_block11-1{width:90%;float:none;margin: 0 auto; padding: 20px 0px 30px 0px; margin-top: 80px; margin-bottom: 80px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-1 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 32px/35px "Roboto", sans-serif; color: #25517F;}
.cont_block11-1 p {margin: 0px 10px 5px 20px;text-align: left;font: 300 15px/17px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-1 img {max-width: 50%; margin: -80px 0px 0px 0px;}

.cont_block11-2{width:90%;float:none;margin: 0 auto; padding: 20px 0px 30px 0px; margin-top: 0px; margin-bottom: 40px; position: static;background:#fff;border-radius: 4px;}
.cont_block11-2 H2{margin: 10px 20px 30px 20px;text-align: center;font: 400 32px/35px "Roboto", sans-serif; color: #25517F;}
.cont_block11-2 p {margin: 0px 10px 5px 20px;text-align: left;font: 300 15px/17px "Roboto", sans-serif; color: #1B1B1B;}
.cont_block11-2 img {max-width: 50%; margin: -80px 0px 0px 0px;}


.cont_block12{width:90%;min-height:50px;float:none;margin: 0 auto;text-align: center; padding: 10px 0px 10px 0px; position: static;}
.cont_block12 H2 {font: 300 25px/28px "Roboto", sans-serif; color: #fff; text-align: center; margin: 10px 10px 10px 10px;border-bottom: 6px solid #fff;padding-bottom: 10px;}
.cont_block12 p {margin: 10px 20px 10px 20px;text-align: center; color: #fff; font: 300 16px/21px "Roboto", sans-serif;}
.cont_block12 img {max-width: 40%; margin: 0px 0px 0px 0px;}



.list_check_yes{
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
	font: 300 15px/17px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/yes.png) 0px 2px no-repeat;
}

.list_bullet-b{
	margin-left: 50px;
	margin-top: -5px;
	margin-bottom: 10px;
	font: 300 15px/17px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/bullet-b.png) 0px 3px no-repeat;
}

.list_bullet-r{
	margin-left: 50px;
	margin-top: -5px;
	margin-bottom: 10px;
	font: 300 15px/17px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/bullet-r.png) 0px 7px no-repeat;
}

.list_bullet-yes{
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
	font: 300 15px/17px "Roboto", sans-serif;
	padding: 5px 0px 10px 35px;
	background: url(images/bullet2.png) 0px 2px no-repeat;
}

.list_bulet_gray {
  margin: 5px 20px 8px 5px;
  color: #1B1B1B;
  font: 300 17px/21px "Roboto", sans-serif;
  padding: 2px 2px 0px 25px;
  background: url(images/bulet_gray.png) 5px 7px no-repeat;
}



/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 100%; 
  margin: 0 auto;
  margin-bottom:40px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
}

.accordion_item h6{
font: 300 15px/17px "Roboto", sans-serif;
  margin:0;
  padding:0;
  border:0;
  outline:medium none;
  list-style:none
  text-align: left;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
  font: 300 15px/17px "Roboto", sans-serif;
  color: #fff;
  cursor:pointer;
  background: #30A9D6;
  padding:15px 55px 15px 15px;
  margin-bottom:5px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:18px;

}


/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:23px
}
.accordion .title_block:hover {
  background: #C14EBF  
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #C14EBF;
  color:#fff
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  padding:0px;
  padding-bottom:10px;
  overflow: hidden;
  background:#f7f7f7
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}




}

