* {
  font-family: Segoe UI;
}

h1 {
  color: #000080;
  font-size: 24px;
  line-height: 18px;
  font-weight: cold
  font-family: Segoe UI;
  border-bottom: 1px solid #green;
  margin: 0 -16px 12px -16px;
  padding: 0 0 0 17px;
  position: relative;
}

h2 {
  color: #006600;
  font-size: 20x;
  font-weight: normal;

}

h3 {
  color: #006600;
  font-size: 16px;
  font-weight: bold;
}

a {
	color: black;
	#text-decoration: none;
}

body{
    font-family: Segoe UI;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
    background: white;
}

p{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul{
   list-style-image: url(../images/li1Img.png);
}

.input_form {
	font-size:18px;
	padding-left:10px;
	width:250px;
	height:35px;
	margin-left:50px;
	margin-right:30px;
}

.textarea {
	height:135px;
}


.cust_checkbox {
    margin: 18px auto 28px auto;
    color: #fff;
}
.cust_checkbox.cu_ch_main label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
}
.cust_checkbox a {
    color: inherit;
}
.cust_checkbox.cu_ch_main a {
    margin-top: 10px;
}

.cust_checkbox label:before {
    content:'';
    display: block;
    border: 1px #fff solid;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.cust_checkbox.cu_ch_main label:before {
    position: absolute;
    left: 350px;
}
.cust_checkbox label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.cust_checkbox input[type="checkbox"]:checked + label:before {
    background: url('../img/checked.png') no-repeat center;
}

.input_form_submit {
	cursor: pointer;
	color: white;
	font-size: 18px;
	width: 200px;
	height: 40px;
	border: 1px solid white;
	background-color: #E81B23;
}

#feedback-form {
	color:black;
}

.showMeHov:hover {
    background: #E7E7E7;
    background-position:10px center;
	background-image: url(../images/rectBlue.png) !important;
	background-repeat:no-repeat;
}

#forForm2, .closeForm {
    display: none;
}

.showMeHov2:hover {
    background-position:10px center;
	background-image: url(../images/rectBlue.png) !important;
	background-repeat:no-repeat;
}

.showMeHov2 a:hover {
    color: #46AED5;
}

.showMeHov2 a{
    text-decoration: underline;
	float: left;
}

.block,.block15,.block16,.block17 {
    display: none;
}

.showMeHov a {
    padding-left: 26px;
}


.showMeHov2 a {
    padding-left: 26px;
}

.firstHeader {
	width:320px;
	height:100px;
	float:left;
}

.secondHeader {
	width:580px;
	height:100px;
	float:left;
}

.px560 {
    width: 560px;
}

.px560 a {
    text-decoration: none;
	color: black;
}

.m0auto {
    margin:0 auto;
}

.fs16 {
    font-size:16px;
}

.rooms {
    position: relative;
	border-bottom: 2px solid white;
}

.rooms:after {
    top: 28px;
    border-color:  #008FC5 transparent transparent transparent;
    border-width: 12px;
}

.rooms:after {
    content: '';
    display: block;
    position: absolute;
    left: 101px;
    width: 0;
    height: 0;
    border-style: solid;
}

.rooms:before {
    content: '';
    display: block;
    position: absolute;
    left: 100px;
    width: 0;
    height: 0;
    border-style: solid;
}
.footMenu a{
	color: #fff;
}
.rooms:before {
    top: 30px;
    border-color: white transparent transparent transparent;
    border-width: 13px;
}

.thirdHeader {
	width:300px;
	height:100px;
	float:left;
}


.flLeft {
	float:left;
}

.flLeftMright10 {
	float:left;
	margin-right:10px;
}

.vam {
	vertical-align: middle;
}

.fz18 {
	font-size:18px;
}

.mt18 {
	margin-top:7px;
}

.fHeaderImg {
	float:left;
	width:100px;
	margin-top:10px;
	text-align:center;
}

.ses {
	#text-transform:uppercase;
	font-size:27px;
	margin-top:20px;
}

.colRed {
	color:red;
}

.flLeftW170 {
	float:left;
	width:170px;
}

.thirdImg {
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.thirdText {
    float:left;
	_width:200px;
	font-size:14px;
	padding-top: 5px;
}

.debug{
    border:1px solid black;
    background: #b5b5b5;
}

.topline{
    width: 1000px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background:#bababa url(/img/top_bg.jpg) repeat 0% 0%;
    height: 44px;
    overflow: visible;
}

.forBlock {
    text-align: left;
}

.toplineField{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 44px;
    overflow: hidden;
    background:#bababa url(/img/top_bg.jpg) repeat 0% 0%;
}

.topline_bottom{
    height: 8px;
    background: #dbdbdb;
    position: relative;
    top: 35px;
    left: 0px;
}

.toplinks {
  position: relative;
  top: 0px;
  left: 675px;
}

.block {
    background: #DBDBDB;
    position: relative;
    width: 160px;
    height: 90px;
	margin-left: -461px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 4;
}

.block::after {
    content: '';
    position: absolute;
    right: 70px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 7px solid #DBDBDB;
}

.actiVe {
    position: relative;
}

.actiVe::after {
    content: '';
    position: absolute;
    left: 98px;
    top: 65px;
    border: 9px solid transparent;
    border-bottom: 8px solid #E8E8E8;
}

.block15 {
    background: white;
    position: relative;
    width: 200px;
    padding-bottom:6px;
	#margin-left: -640px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 4;
    margin-top: 6px;
}

.block15::after {
    content: '';
    position: absolute;
    right: 84px;
    top: -23px;
    border: 14px solid transparent;
    border-bottom: 10px solid white;
}

.block16 {
    background: white;
    position: relative;
    width: 200px;
    padding-bottom:6px;
	#margin-left: -1070px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 4;
    margin-top: 6px;
}

.block16::after {
    content: '';
    position: absolute;
    right: 84px;
    top: -23px;
    border: 14px solid transparent;
    border-bottom: 10px solid white;
}

.block17 {
    background: white;
    position: relative;
    width: 200px;
    padding-bottom:6px;
	#margin-left: -223px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 4;
    margin-top: 6px;
}

.block17::after {
    content: '';
    position: absolute;
    right: 84px;
    top: -23px;
    border: 14px solid transparent;
    border-bottom: 10px solid white;
}


.phone_aware{
	position: fixed;
	max-width: 1280px;
	height: 100px;
	margin: 0px;
	width: 100%;
	padding: 0px;
	border: 0px;
	background:#ffffff url(/img/rattop.jpg) no-repeat 100% 100%;
	z-index: 5;
	background-position: bottom;
	/* overflow: visible;
    position: relative; */
}
.phone_aware a{
	text-decoration: none;
}
.phone_awareField{
	padding-bottom: 100px;
	top: 0;
	max-width: 1280px;
	width: 100%;
	height: 77px;
	margin: 0 auto;
	padding: 0px;
	border: 0px solid red;
	background:#ffffff;
	overflow: visible;
	z-index:1;
}

.phones{
    position: absolute;
    top: 2px;
    left: 95px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.phone{
    position: relative;
    top: -17px;
    left: -265px;
}

.rat{
    position: relative;
    top: -50px;
    left: 700px;
}

.aware{
    position: relative;
    top: 3px;
}

.menudiv{
    width: 1000px;
    height: 264px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: visible;
}
.menudivField{
    width: 100%;
    height: 264px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: visible;
}


.menu{
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
    left: 80px;
    height: 264px;
    top: 0px;
}


.menuline{
    height: 33px;
    width: 258px;
    text-align: right;
    background:#ffffff url(/img/menuline_bg.jpg) no-repeat 0% 0%;
}

.menuline_selected{
    height: 33px;
    width: 258px;
    text-align: right;
}

.mainBG{
    margin: 0px;
    padding: 0px;
    width: 920px;
    border: 0px;
    position: relative;
    left: 40px;
}

.main{
    margin: 0px;
    padding: 0px;
    font-family: Segoe UI;
    width: 860px;
    border: 0px;
    position: relative;
    left: 30px;
}

.mainField{
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    background: #ebebeb;
}

.bottom{
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
    left: 40px;
    width: 920px;
    height: 60px;
    background: #080a45 url("/img/bottom_bg.jpg") no-repeat 0% 0%;
    overflow: visible;
}

.bottomField{
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 60px;
    background: #080a45;
    overflow: visible;
}

.eX{
    color:#04BE00;
    font-size: 10px;
    font-family: Segoe UI;
}

.copylink{
    color: white;
    font-size: 10px;
    font-family: Segoe UI;
}

.copyright{
    position: relative;
    top: 25px;
    left: 574px;
    color: white;
    font-size: 10px;
    font-family: Segoe UI;
}

.menulink_selected{
    text-decoration: none;
    font-family: Segoe UI;
    color: #060a4c;
    font-style: italic;
    font-weight: bolder;
    font-size: 16px;
}

.menulink{
    text-decoration: none;
    color: #ffffff;
    font-style: italic;
    font-weight: bolder;
    font-family: Segoe UI;
    font-size: 16px;
}

.mainTitle{
    color: #01bd10;
    font-size: 38px;
}

.banner{
    padding-left: 25px;
    font-size:16px;
}

.adv_title{
    color: #0a2a84;
    font-size: 26px;
    padding-left: 25px;
    padding-bottom: 20px;
}

.advantage{
    font-size: 30px;
    font-family: Segoe UI;
    padding-bottom: 20px;
}


.mainFooter{
    padding-left:25px;
    width: 64%;
    color: #01d710;
    font-size: 26px;
}


.tabs__content ,
.tabs__content1 {
  display: none;

}
.tabs__caption,
.tabs__caption1{
  width:686px;
  color:white;
  margin:0 auto;
  text-align:center;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  justify-content: center;
}
.tabs__caption li,
.tabs__caption1 li{
	padding-top:5px;
	padding-bottom:5px;
	width:220px;
	background-color:#008FC5;
	margin-right:2px;
    text-align:center;
}
.tabs__caption1 li.active,
.tabs__caption1 li:hover,
.tabs__caption li.active,
.tabs__caption li:hover{
	cursor: pointer;
}
.tabs__content1.active,
.tabs__content.active {
  display: block; 
  
}


li.active {
    position: relative;
	/*border-bottom: 2px solid white;*/
	    box-shadow: 0px 2px 1px 0px #fff;
}

li.active:after {
    top: 30px;
    border-color:  #008FC5 transparent transparent transparent;
    border-width: 12px;
}

li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 101px;
    width: 0;
    height: 0;
    border-style: solid;
}

li.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 100px;
    width: 0;
    height: 0;
    border-style: solid;
}

li.active:before {
    top: 33px;
    border-color: white transparent transparent transparent;
    border-width: 13px;
}

.price_table{
	max-width: 900px;
	color:white;
	width: 100%;
	margin:0 auto;
	text-align:center;
}

.price_table .item_table1_big{
	padding-top:12px;
	padding-bottom:12px;
	width:440px;
	text-transform: uppercase;
}

.price_table .item_table1_small{
	padding-top:12px;
	padding-bottom:12px;
	width:225px;
	text-transform: uppercase;
}

.price_table .item_table2_big{
	color:black;
	padding-top:8px;
	padding-bottom:8px;
	width:440px;
}

.price_table .item_table2_small{
	color:black;
	padding-top:8px;
	padding-bottom:8px;
	width:225px;
	background-color:#DDF0F7;
}

h2.table_title{
	text-align:center;
	color:black;
	text-transform:uppercase;
	margin: 20px 0;
}

@media only screen and (max-width:1700px) {
 .left920 {

    left:50% !important;

 }
 .left1075 {

    left:60% !important;
 }
 }

@media only screen and (max-width:1400px) {
 .left920 {

    left:52% !important;

 }
 .left1075 {

    left:63% !important;
 }
 }


@media only screen and (max-width:1250px) {
 .left920 {

    left:55% !important;

 }
 .left1075 {

    left:68% !important;
 }
 }
 
 /* I-media CSS EASY */ 
 
#mainForm #mainSubmit.success{margin: 30px 0;} 

#mainForm #mainSubmit{
cursor: pointer;
    color: white;
    font-size: 18px;
    width: 314px;
    height: 43px;
    border: 1px solid red;
    background-color: red;
	transition: all 0.5s;
}

.MainForm2Wrapper{
    width: 100%;
    background: rgba(17,17,17,0.4);
    height: 100%;
    position: fixed;
    z-index: 30;
    display: none;
}

.MainForm2Wrapper .forForm2 #mainForm2{
  display: flex;
  justify-content: space-around;
  margin: 0 50px;
}

.MainForm2Wrapper .forForm2 #mainForm2 input#mainSubmit2{
  cursor:pointer;
  color:white;
  font-size:18px;
  width:200px;
  height:40px;
  border:1px solid white;
  background-color:#E81B23;	
}
.MainForm2Wrapper .forForm2 #mainForm2 input[type="text"]{ 
font-size:18px;
padding-left:10px;
width:200px;
height:35px;

}

.MainForm2Wrapper .forForm2{ 
  border: 3px solid white;
  position: absolute;
  width: 800px;
 height: 250px;
  background-color: rgb(75, 75, 75);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  display: block;
  top: 30%;
  left: calc(50% - 400px);
}

.MainForm2Wrapper .forForm2 .closeForm{
  cursor: pointer;
  position: absolute;
  display: block;
  right: -25px;
  margin-top: 1px;
  top: -25px;
  background: url("/images/close.png") no-repeat;
  height: 50px;
  width: 50px;
}









.feedback_form{
    width: 100%;
    background: rgba(17,17,17,0.4);
    height: 100%;
    position: fixed;
    z-index: 30;
    display: none;
}

.feedback_form .forForm2 #mainForm2{
  display: flex;
  justify-content: space-around;
  margin: 0 50px;
}

.feedback_form .forForm2 #mainForm2 input#mainSubmit2{
  cursor:pointer;
  color:white;
  font-size:18px;
  width:200px;
  height:40px;
  border:1px solid white;
  background-color:#E81B23;	
}

.feedback_form .forForm2 #mainForm2 input[type="text"]{ 
font-size:18px;
padding-left:10px;
width:200px;
height:35px;

}

.feedback_form .forForm2{ 
  border: 3px solid white;
  position: absolute;
  width: 800px;
 height: 250px;
  background-color: rgb(75, 75, 75);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  display: block;
  top: 30%;
  left: calc(50% - 400px);
}

.feedback_form .forForm2 .closeForm{
  cursor: pointer;
  position: absolute;
  display: block;
  right: -25px;
  margin-top: 1px;
  top: -25px;
  background: url("/images/close.png") no-repeat;
  height: 50px;
  width: 50px;
}





.mainForm2_answear, .main_form_top_success, .bottom_form_success {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #70ff52;
}
.main_form_top_success{
	color: #1f9e05;
}

.main_form_top_success.active .error {
    color: red;
}

.active {
  display: block;
}

.category_content {
  text-align: left;
  color: black;
  font-size: 16px;
  padding: 30px 0;
}

.category_content p {
  font-size: 16px;
  padding: 0 65px;
  line-height: 25px;
}

.category_content h2, h2.category_content {
  color: black;
  font-size: 22px;
  font-weight: normal;
  width: 500px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: center;
  font-family: Segoe UI;
  text-transform: uppercase;
  margin: 15px auto;
  padding: 4px 0 6px 0;
}
.category_content ol,
.category_content ul {
  padding-left: 95px;
  padding-right: 85px;
  font-size: 16px;
  text-align: left;
}
.category_content ol li ,
.category_content ul li {
    line-height: 23px;
    padding: 5px;
}

 
ul.galochka {
    text-align: left;
    list-style-type: none;
    list-style: none;
    margin: 30px 150px 20px 85px;
    padding: 0;
}

ul.galochka li {
    line-height: 23px;
    display: -webkit-box;
    padding: 10px 0px;
    text-align: left;
}

ul.galochka li::before {
    content: "";
    background: url(../images/check.png) no-repeat 0% 0%;
    height: 35px;
    width: 50px;
    position: relative;
    z-index: 10;
    top: -5px;
    display: list-item;
}

.form_img_bottom {
    background: url(/images/cool.png);
    height: 377px;
    margin: 10px 0;
}

.form_img_bottom h2 {
    margin: 60px auto;
    width: 600px;
    font-size: 25px;
    color: white;
    line-height: 44px;
    padding-top: 125px;
}


#main_form_top, #bottom_form{
 width:1000px;
}

#main_form_top_submit, #bottom_form_submit {
  cursor: pointer;
  color: white;
  font-size: 18px;
  width: 280px;
  height: 40px;
  border: 1px solid white;
  background-color: #E81B23;
  position: relative;
  right: -10px;
}

#main_form_top input[type="text"], #bottom_form input[type="text"] {
    font-size: 18px;
    padding-left: 10px;
    width: 280px;
    height: 35px;
    margin: 0 15px;
}

#main_form_top input.error[type="text"], #bottom_form input.error[type="text"] {
    border: 1px solid red;
}

.main_form_top_wrapper, .bottom_form_wrapper {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.top_text_block {
    width: 800px;
    padding-left: 300px;
    min-height: 250px;
}
.top_text_block.unichtozhenie-krotov {
    background: url('/images/krotTarget2.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-pleseni {
    background: url('/images/plesen2.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-mishey {
    background: url('/images/mouseTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-kris {
    background: url('/images/ratTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-klopov {
    background: url('/images/klopTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-bloh {
    background: url('/images/bloxaTarget.png') no-repeat 0 50%;
}
.top_text_block.obrabotka-ot-kleshhey {
    background: url('/images/kleshTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-komarov{
    background: url('/images/komarTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-tarakanov{
    background: url('/images/tarakanTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-zhukov{
    background: url('/images/jykiTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-muh{
    background: url('/images/flyTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-polevok{
    background: url('/images/polevokTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-virusov{
    background: url('/images/virusTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-virusov{
    background: url('/images/virusTarget.png') no-repeat 0 50%;
}
.top_text_block.unichtozhenie-gribka{
    background: url('/images/gribokTarget.png') no-repeat 0 50%;
}

.our_advantages {
    min-height: 660px;
    background: url(../images/man-dez.jpg) no-repeat right bottom;
    text-align: left;
}

.item-advantage {
    height: 70px;
    text-align: left;
    margin: 1px 0 2px 0;
    padding-left: 180px;
	background: #f4f4f4 url(../images/poloska_end.png) no-repeat right 50%;
}

.item-advantage p { padding: 18px 0 18px 60px;}
.item-advantage p span { text-transform:uppercase;}

.item-advantage.advantage_01 { width: 600px; }
.item-advantage.advantage_01 p { background: url(/images/pp1.png) no-repeat left 50%;}

.item-advantage.advantage_02 { width: 740px; background-color: #ecf7fc; }
.item-advantage.advantage_02 p { background: url(/images/pp2.png) no-repeat left 50%;}

.item-advantage.advantage_03 { width: 715px; }
.item-advantage.advantage_03 p { background: url(/images/pp3.png) no-repeat left 50%;}

.item-advantage.advantage_04 { width: 690px; background-color: #ecf7fc;}
.item-advantage.advantage_04 p { background: url(/images/pp4.png) no-repeat left 50%;}

.item-advantage.advantage_05 { width: 645px; }
.item-advantage.advantage_05 p { background: url(/images/pp5.png) no-repeat left 50%;}

.item-advantage.advantage_06 { width: 655px; background-color: #ecf7fc; }
.item-advantage.advantage_06 p { background: url(/images/pp6.png) no-repeat left 50%;}

.item-advantage.advantage_07 { width: 430px;  }
.item-advantage.advantage_07 p { background: url(/images/pp7.png) no-repeat left 50%;}

.item-advantage.advantage_08 { width: 570px; background-color: #ecf7fc; }
.item-advantage.advantage_08 p { background: url(/images/pp8.png) no-repeat left 50%;}

.item-advantage.advantage_09 { width: 700px; background: none; }
.item-advantage.advantage_09 p { padding-left: 0; }


.blue-bottom_form {
    background: #138fc1;
    padding: 25px 0 56px 0;
    margin-bottom: 10px;
}

.partnership h2 span {
    color: red;
}

.partnership {
    background: url(/images/partnership.jpg) no-repeat;
}

.partnership h2 {
    padding-top: 50px;
    color: white;
    text-align: center;
    font-size: 24px;
}

.partnership h2 span {
    color: red;
}

.ol_style_main {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  text-align: left;
  position: relative;
  left: 0;
  width: 53%;
}

.partnership-bottom-h2 {
   
}

.partnership-bottom-h2 h2 {
    background: #008fc5 url(/images/partnership-h2-background.png) no-repeat 50% bottom;
    width: 720px;
    margin: 16px;
    padding: 0;
    position: relative;
    color: white;
    font-size: 30px;
    padding: 20px 0 80px;
}

.partnership-bottom-item p.label {
    text-align: center;
    color: #46AED5;
    font-size: 16px;
    padding: 10px;
    display: block;
	height: 35px;
}

.partnership-bottom-item h2 {
    text-align: center;
    color: black;
    font-size: 24px;
}

.partnership-bottom-item {
    width: 400px;
    display: inline-block;
}

.partnership-bottom-item p {
    height: 140px;
}

.top_text_block.unichtozhenie-zapaha {
    background: url('../images/zapahTarget.png') no-repeat 0 50%;
}


.partnership-bottom {
	background: url(/images/partnership-bottom.jpg) no-repeat 50% bottom;
    min-height: 405px;
	position: relative;
	display: flex;
    justify-content: space-around; 
     height: 420px;
    padding-bottom: 80px;
}

.partnership-bottom-item .razovaya, .partnership-bottom-item .kompleksnaya {
    background: url(/images/order.png) no-repeat 50% 50%;
    height: 60px;
    cursor: pointer;
    width: 300px;
}


.ol_style_main li {
    counter-increment: step-counter;
    padding-left: 5px;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 0;
	color: white;
}

.ol_style_main li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    background: url(/images/ul_style_main.png) no-repeat 50% 50%;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 18px;
	text-align: center;
}

.blue-bottom_form > h2 {
    text-align: center;
    color: white;
    font-size: 22px;
    text-transform: uppercase;
}

.forHover ul {
    display: none;
	margin: 20px 0;
    padding: 0 7px;
    background: white;
    list-style-position: inside;
	border-top: 2px solid rgb(69, 69, 69);
	min-height: 40px;
    position: relative;
    z-index: 10;
    width: 130px;

}

.forHover:hover ul li {
    padding: 3px 0;
}

.articles p {
    padding: 8px;
    font-size: 14px;
}

.articles {
    min-height: 400px;
    text-align: left;
    padding: 30px;
}

.forHover:hover ul {
    display: block;
    
}

.marginMe .isH1 {
    max-width: 640px;
    margin: 0 auto;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.top-text-conteiner {
    padding: 15px 65px;
    text-align: left;
    color: black;
    font-size: 16px;
}


.article p:before {
    content: " ";
    width: 20px;
    display: inline-block;
}
.article {
    margin: 20px 0;
    text-align: justify;
}

.article p {
    margin-bottom: 10px;
	font-size: 16px;
}

.article img {
    margin: 15px 30px;
}

.article ul {
    font-size: 15px;
}

.article ul li {
    padding: 7px 0;
}
 
.marginMe .isH1 h1 {
    margin-top: 10px;
    color: black;
    font-size: 26px;
    font-weight: normal;
    padding-left: 0px;
    text-transform: uppercase;
    line-height: 30px;
    width: 100%;
}
.isH1 h2 a{
  color: black;
}

.news_content h4{
	margin: 0;
	text-align:left;
}

.actDate{
	text-align: left!important;
}

.main-top-block {
   padding-top: 100px; 
    width: 100%;
    background: url(../images/templates/main_background.jpg);
	background-position: bottom;
    height: 550px;
    position: relative;
}

.main-top-block-content {
	
    display: flex;
    justify-content: space-around;
    text-align: left;
    align-items: center;
    align-content: center;
    background: url(../images/templates/main_background-mans.png);
	
    height: 100%;
    width: 100%;
    z-index: 1;
}

.mtb-content-item {
    width: 500px;
    display: inline-block;
	position: relative;
}

.mtb-content-item.left {
    left: 25px;
    top: 34px;
	color: white;
}

.mtb-content-dark-bold-text {
    opacity: 0.8;
    background: black;
    padding: 12px;
    font-size: 26px;
}

.mtb-content-dark-text {
    opacity: 0.5;
    background: black;
    padding: 12px;
    font-size: 20px;
}

.mtb-content-white-text {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
}

.menu-hmenu-uslugi {
   max-width: 1280px;
	width: 100%;
    height: 100px;
    color: white;
    padding-top: 40px;
}

.main-top-block .menu-hmenu-uslugi {
    padding-top: 0;
    position: absolute;
    bottom: -25px;
}

.main-form-background {
    width: 420px;
	height: 420px;
	text-align: center;
	background: RGBA(0,0,0,0.7);
	border-radius: 210px;
	display: flex;
	flex-direction: column;
	position: relative;
	top: -16px;
}

.mtb-content-item.right {
    width: 370px;
}

.main-form-background .main-form-title {
    font-size: 19px;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 20px;
    margin-top: 70px;
}

.main-form-background .main-form-title span {
    text-transform: uppercase;
    font-size: 26px;
}
.main-form-background .main-form-title span.red {
    color: red;
}

.table_ceny_za_mkad tr:first-child td {
    background-color: rgb(85, 170, 209);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 440px;
    text-transform: uppercase;
    color: white;
}

.table_ceny_za_mkad tr:nth-child(2n) td {
    background-color: rgb(240, 248, 252);
}

.table_ceny_za_mkad tr td {
    text-align: center;
    background-color: rgb(211, 235, 245);
    padding-top: 8px;
    padding-bottom: 8px;
    width: 440px;
    color: black;
    font-size: 14px;
}

.price_main_table tr td {
    text-align: center;
    color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.price_main_table tr:first-child td {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 225px;
    text-transform: uppercase;
}

.price_main_table tr:nth-child(even) td:nth-child(1) { background:  #ebf6fa; }
.price_main_table tr:nth-child(even) td:nth-child(2) { background:  #ddf0f7; }
.price_main_table tr:nth-child(even) td:nth-child(3) { background:  #d3ebf5; }
.price_main_table tr:nth-child(even) td:nth-child(4) { background:  #d3ebf5; }

.price_main_table tr:nth-child(odd) td:nth-child(1) { background: #d3ebf5; }
.price_main_table tr:nth-child(odd) td:nth-child(2) { background: #f0f8fc; }
.price_main_table tr:nth-child(odd) td:nth-child(3) { background: #f0f8fc; }
.price_main_table tr:nth-child(odd) td:nth-child(4) { background: #f0f8fc; }

.price_main_table tr:first-child td {color: white;}
.price_main_table tr:first-child td:nth-child(1) { background: #7dc6e1; width: 442px; }
.price_main_table tr:first-child td:nth-child(2) { background: #66b6d8;}
.price_main_table tr:first-child td:nth-child(3), .price_main_table tr:first-child td:nth-child(4) { background: #55aad1;}

.price_main_table tr td div { text-align: left; margin-left: 25px;}


.price_main_table2 tr td {
    text-align: center;
    color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.price_main_table2 tr:first-child td {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 225px;
    text-transform: uppercase;
}

.price_main_table2 tr:nth-child(even) td { background:  #ebf6fa; }
.price_main_table2 tr:nth-child(odd) td { background: #d3ebf5; }

.price_main_table2 tr:first-child td {color: white;}
.price_main_table2 tr:first-child td:nth-child(1) { background: #7dc6e1; width: 440px; }
.price_main_table2 tr:first-child td:nth-child(2) { background: #66b6d8;}
.price_main_table2 tr:first-child td:nth-child(3) { background: #55aad1;}

.price_wrapper {
   max-width: 1280px;
	width: 100%;
    margin-top: 0px;
    background: #E8E8E8;
}

.up_bottom_wrapper {
    background: #e8e8e8;
    position: relative;
    top: -5px;
}

.top-text-conteiner h2 {
    text-align: center;
    width: 40%;
    margin: 40px auto;
    font-size: 18px;
    color: black;
    border-top: 2px solid #2c2b29;
    border-bottom: 2px solid #2c2b29;
    padding: 7px;
}
.top-text-conteiner p a{text-decoration: none; color: blue;}

.bottom-text-wrapper p {
    text-align: justify;
}
.iskx a span{color: black;}
.bottom-text-wrapper ul, .bottom-text-wrapper ol  {
    text-align: left;
}

.text_and_img { display: flex;} 
.text_and_img .img { padding: 0 10px;}

.bottom-text-wrapper { padding-bottom: 20px; } 
.bottom-text-wrapper a{text-decoration: none; color: blue;}

.forHover:hover > a {color: white; width: 50px;}

.forHover:hover { background: rgb(69, 69, 69); width: 50px;}


h2.arrow {
    position: relative;
    z-index: 10;
    color: white;
    font-size: 24px;
    margin: 73px 0 0;
    background: url(/images/templates/h2-arrow-type-after.jpg) 100% 100% no-repeat;
    padding: 30px 0 50px;
    background-color: #1390c1;
}

h2.arrow:before {
    content: "";
    height: 75px;
    width: 100%;
    display: block;
    background: url(/images/templates/h2-arrow-type-before.jpg);
    z-index: 0;
    position: absolute;
    top: -75px;
    color: #1390c1;
}

ul.spisok_galochka {
    padding: 0;
}

ul.spisok_galochka li:before {
    display: inline-block;
    background: url(/images/check.png) no-repeat 50% 50%;
    height: 35px;
    width: 37px;
    position: relative;
    content: "";
    padding: 2px 5px 2px 0;
}

ul.spisok_galochka li {
    display: flex;
    align-content: center;
    align-items: center;
    line-height: 25px;
}

.main_center_block {
    width: 500px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
}

.metody_borbi h2{ text-align: center; color: black;}
.metody_borbi {
    max-width: 1280px;
	width: 100%;
    background-image: url(/images/templates/supBg.jpg);
    padding: 10px 0 50px;
}

.main_center_block2 {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.attention {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 43px;
    border: 3px solid red;
    padding: 30px 40px;
    position: relative;
}

.attention:before {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    content: "";
    margin: 0 auto;
    top: -35px;
    right: calc(50% - 30px);
    background: url(/images/templates/znak_okliku.png);
}

.attention span {
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
}

.esli_obnarujen_vreditel {
    max-width: 1280px;
	width: 100%;
    height: 540px;
    background-image: url(/images/bug1.png);
    position: relative;
}

.esli_obnarujen_vreditel h2 {
    text-align: center;
    color: black;
    margin: 0;
    padding: 30px;
}

.etapy_robot {
    max-width: 1280px;
	width: 100%;
    height: 1080px;
    background: url(/images/templates/terminator.jpg);
    padding: 40px 0 0;
}

h2.white_border {
    margin-top: 10px;
    color: white;
    font-size: 26px;
    font-weight: normal;
    padding: 2px 0;
    text-transform: uppercase;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.etapy_robot_item_count {
    display: flex;
    align-content: center;
    align-items: center;
    width: 840px;
}

.etapy_robot_item_count span {
    color: #8ecbea;
    font-size: 30px;
    display: inline-block;
    padding: 14px 50px;
    background: url(/images/templates/punktirna_obvodka.png) no-repeat 50% 50%;
}

.etapy_robot_item_count h2 {
    display: inline-block;
    color: white;
    font-size: 24px;
    width: 700px;
    text-align: left;
    margin: 0;
}

.etapy_robot .etapy_robot_item , .etapy_robot .obekty{
    width: 725px;
    margin: 0 auto;
    min-height: 70px;
}
.etapy_robot_item.border {
    border-left: 2px solid #8ecbea;
}

 .blue_text {
    color: #46AED5;
    padding: 10px 70px;
    width: 700px;
    text-align: left;
    font-size: 16px;
}

.etapy_robot_item .white_text {
    color: white;
    padding: 0 0 0 120px;
    width: 700px;
    text-align: left;
    font-size: 16px;
}

.etapy_robot_item .white_text .item_bold {
    font-weight: bold;
}

.etapy_robot_item .white_text > div {
    padding: 3px;
}

table.obekty_block {
    font-size: 14px;
    margin: 20px 0;
    border-collapse: collapse;
}

.etapy_robot .obekty {
    color: white;
    text-align: left;
    padding-left: 71px;
    font-size: 16px;
}

table.obekty_block tr td:nth-child(3) {
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    vertical-align: middle;
}

table.obekty_block tr td:nth-child(2) {
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    vertical-align: middle;
}

table.obekty_block tr:nth-child(1) td:nth-child(1) {
    font-size: 26px;
    padding: 7px;
}

table.obekty_block tr:nth-child(1) td:nth-child(2) {
    background: #008FC5;
}
table.obekty_block tr:nth-child(1) td:nth-child(3) {
    background: #0180B0;
}

table.obekty_block tr:nth-child(4) {
    border: 0;
}

table.obekty_block tr {
    border-bottom: 2px solid white;
}

.marginMe {
    width: 100%!Important;
    max-width: 1280px;
}
 /* I-media CSS EASY */