/* All website ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body {
	font-family: Roboto, Arial;
	font-size: 1em;
}
.main-block  p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-block  a {
	color: #ef2212;
}
.main-block  a:hover {
	color: #404040;
}
.main-img {
    max-width: 850px;
    max-height: 350px;
    padding-bottom: 15px;
    width: 100%;
}
.mrgt15 {
	margin-top: 15px;
}
/* ANCHOR-DIV-SHADOW */
.divShadowBlock {
    margin-top: 35px;
}
a.divShadow  {
    text-decoration: none;
}
.divShadow {
	display: block;
	float: left;
    width: 272px;
    margin: 0 10px 31px;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
	border-radius: 5px;
	transition: box-shadow .25s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.divShadow:hover {
	transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
/* clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Bread Crumb */
.breadcrumbBlock {
    margin-top: 0px;
    margin-bottom: 8px;
}
.breadcrumbBlock ol li {
    margin-left: 0px !important;
}
.breadcrumb {
    padding: 0px 0px;
    padding-bottom: 9px;
    list-style: none;
    text-align: left;
    color: #bbbbbb;
    font-size: 0.8em;
    border-bottom: 1px dashed #dddddd;
}
.breadcrumb > li:first-child {
    padding-left: 7px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb a {
    /*color: #bbbbbb;*/
    text-decoration: none;
}
.breadcrumb > li+li:before {
    content: "\00bb";
    padding: 0 0px;
    color: #5c5c5c;
}


/* List style */
.main-block  ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-block  ul  li {
	margin-left: 40px;
	list-style-type: disc;
}
/* ol */
.main-block  ol {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-block  ol  li {
	margin-left: 40px;
	/*list-style-type: disc;*/
}

//* Menu in Header and Footer */
.mainMenu {
	margin: 0;
	padding: 0;
}
.mainMenu ul {
	position: relative;
	margin: 0;
	padding: 0;
}
.mainMenu ul > li {
	list-style: none;
	display: inline;
	border-left: 1px solid #ffffff;
    padding-left: 20px;
    padding-right: 20px;
	text-align: left;
}
.mainMenu ul > li:last-child {
	border-right: 1px solid #ffffff;
}
.mainMenu ul > li a {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 6px 0px;
	
}
.mainMenu ul > li a::before{
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background-color: #fff;
	transition: width .2s ease-in-out, left .2s ease-in-out;
	left: 50%;
	bottom: 0;
}
.mainMenu ul > li a::after{
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background-color: #fff;
	transition: width .2s ease-in-out;
	left: 50%;
	bottom: 0;
}
.mainMenu ul > li a:hover::before{
	width: 50%;
	left: 0;
}
.mainMenu ul > li a:hover::after{
	width: 50%;
}
/*for submenu*/
.mainMenu ul ul li a:hover::before{
	width: 0%;
	left: 0;
}
.mainMenu ul ul li a:hover::after{
	width: 0%;
}

.mainMenu ul ul {
	display: none;
	background-color: #e0e0e0;
	margin-top: 0px;
    margin-left: 258px;
    padding-top: 11px;
    padding-bottom: 15px;
    width: 214px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.mainMenu ul ul li a {
	color: #393939;
	transition: color 0.2s;
}
.mainMenu ul ul li a:hover {
	color: red;
	transition: color 0.2s;
	/*text-decoration: underline;*/
}
.mainMenu ul ul li a i {
	padding-right: 5px;
	
}
.mainMenu ul > li:hover ul {
	display: block;
	position: absolute;
}
.mainMenu ul > li:hover li {
	display: block;
	border: none;
}



/* Menu in Info-Block */
.infoBlock-menu {
    border-left: 1px solid #bbbbbb;
    margin-right: 0px;
	margin-left: 0px;
	padding-left: 32px;	
	margin-bottom: 45px;
}
.infoBlock-menu a {
    color: #404040;
    text-decoration: none;
    line-height: 1.6;
}
.infoBlock-menu a:hover {
    color: #ef2212;
    text-decoration: underline;
}
.payButton a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffdd2d;
    border-radius: 5px;
    width: 180px;
    height: 53px;
    margin-top: 20px;
}
.payButton a:hover {
    text-decoration: none;
    background-color: #ffcd33;
    color: #404040;
}



/* Phone block */
.phoneBlock {
    color: #ef2212;
    text-decoration: none;
    text-align: right;
}

.phoneBlock p {
    font-size: 14px;
}

.phoneBlock p span {
    font-size: 22px;
}

.phoneBlock a {
    color: #202020;
    font-size: 14px;
    text-decoration: none;
}

.phoneBlock a:hover {
    text-decoration: underline;
}

.phoneBlock a:visited, .phoneBlockTime2 a:active  {
	color: #202020;
}

/* Tegs H1...H3 and Page Name styles --------------------------------------------------------*/
/* H1 */
.main-block h1 {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: bold;
    color: #ef2212;
    font-size: 1.8em;
}     
.main-block h1:before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #ef2212;
        
 }  
.main-block h1:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #ef2212;
}
/* H2 and Page name styles*/
.page-name {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 20px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: bold;
    color: #ef2212;
    font-size: 1.7em;
} 
.main-block h2 {
    position: relative;
	margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 0 20px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: bold;
    color: #ef2212;
    font-size: 1.7em;
} 
.page-name:before,    
.main-block h2:before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #ef2212;
        
 } 
.page-name:after,
.main-block h2:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #ef2212;
}

.main-block h3 {
	color: #ef2212;
	font-size: 1.3em;
}




/* ANCHOR-DIV-SHADOW */
.shadowBlocks {
    margin-top: 10px;
}
a.shadowBlock  {
    text-decoration: none;
    color: #404040 !important;
    display: inline-block;
    width: 265px;
    margin: 0 9px 17px;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
	border-radius: 5px;
	transition: box-shadow .25s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
a.shadowBlock:hover {
	transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
/* text-elements */
.shadowBlockTxt {
    padding: 20px 20px 15px;
    text-align: left;
}
.shadowBlockTxt h3 {
	font-size: 1.3em;
	transition: .25s;
}
.shadowBlockTxt .discr {
   margin-top: 0px;
   font-size: 16px;
}
.shadowBlockTxt .more {
   font-weight: bold;
   padding-top: 0px;
   transition: .25s;
}
.shadowBlockTxt i {
   color: #ef2212;
   padding-left: 5px;
}
.shadowBlock .shadowBlockImg,
.shadowBlock .shadowBlockTxt {
    display: inline-block;
}
/* hover-effects */
a.shadowBlock:hover h3,
a.shadowBlock:hover .more {
    color: #ff1504;
    transition: .25s;
}

/* FORMS */
/* Expert Form */
#expertForm {
    width: 97%;
    height: auto;
    border: 1px solid #eee;
    padding: 20px 19px 40px;
    margin: 10px 5px;
    box-sizing: border-box;
    position: relative;
}
#expertForm h4 {
    margin-top: 10px;
    font-size: 1em;
    text-transform: uppercase;
    color: #ff1504;
}
#expertForm p {
    font-size: 13px;
    margin-top: 5px;
}
#expertForm .formList {
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
#expertForm .formItem:first-child {
    margin-top: 0;
}
#expertForm .formItem a {
    color: #404040;
    font-size: 10px;
    text-decoration: none;
}
#expertForm .checkboxText {
    width: 190px;
    margin-left: 28px;
    margin-top: -23px !important;
}
#expertForm .formItem {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 5px 0 0 4px;
    text-align: left;
}
#expertForm .formInputText {
    width: 85% !important;
    height: 45px;
    padding: 0 15px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #888888 !important;
    background: #ededed !important;
    border: 1px solid #ededed !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: none !important;
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;
}
#expertForm .formInputText:focus {
    background-color: #f9f9f9 !important;
    border-color: #ff1504 !important;
    outline: none !important;
}
#expertForm .formInputArea {
    height: 100px;
    padding-top: 10px !important;
}
#expertForm .actButton {
    width: 180px;
    height: 44px;
    transition: .25s;
}


/* Buttons -------------------------------------------------------------*/
/* Order buttons */
a.bottomSite { 
	color: #ffffff;
    background-color: #ff1504;
	padding: 7px 4px;
	width: 170px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font: 200 14px tahoma;
	border: 1px solid #ff1504;
	border-radius: 16px;
}
a.bottomSite:hover {
	color: #2b2b2b;
    background-color: #f0ff00;
	border: 1px solid #f0ff00;
}
/* Order buttons in footer*/
a.bottomSiteFooter { 
	color: #ffffff;
	padding: 7px 4px;
	width: 170px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font: 200 14px tahoma;
	background-color: #ef2212;
	/*border: 1px solid #ef2212;*/
	border-radius: 33px;
}
a.bottomSiteFooter:hover {
	color: #2b2b2b;
	background-color: #f0ff00;
}
/* Work-Button */
.workButton {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fef324;
    border-radius: 30px;
    width: 220px;
    height: 54px;
    color: #404040 !important;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
.workButton:hover {
    background-color: #fed724;
    /* color: #ffffff !important; */
}
/* BUTTONS */
button.actButton, a.actButton {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 280px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #ff595a;
    color: #ffffff;
    background: #f69e20;
    background: -webkit-linear-gradient(top, #ff595a 0%, #ff0001 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff595a), to(#ff0001));
    background: -o-linear-gradient(top, #ff595a 0%, #ff0001 100%);
    background: linear-gradient(to bottom, #ff595a 0%, #ff0001 100%);
    border-bottom: 2px solid #ff0001;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    transition: .25s;
}
button.actButton:hover,
a.actButton:hover {
    border-top: 2px solid #ff0001;
    border-bottom: 2px solid #ff595a;
    background: #ff7e00;
    background: -webkit-linear-gradient(top, #ff0001 0%, #ff595a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0001), to(#ff595a));
    background: -o-linear-gradient(top, #ff0001 0%, #ff595a 100%);
    background: linear-gradient(to bottom, #ff0001 0%, #ff595a 100%);
    transition: .25s;
}
button.actButton {
    margin-top: 12px !important;
}







/* Main page */
/*pr-block ���� �����������*/
.pr-block {
	transition: all 0.3s;
}
.pr-block:hover {
    background-color: #ef2212;
    color: #ffffff;
}
.pr-block-content {
    z-index: 2;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}
.pr-block-content h3 {
    margin: 0 0 10px;
    padding: 0 15px 10px;
    text-align: center;
    font-size: 23px;
    font-weight: 800;
}
.pr-block-content h3 span {
    font-size: 19px;
    font-weight: 100;
    display: block;
}
.pr-block-content p {
    padding: 0 15px;
}
.pr-block-content .pr-block-btn {
    display: table;
    margin: 30px auto 0;
    background: #fff;
    padding: 10px 15px;
    font-size: 11px;
    border-radius: 5px;
    border: 1px solid #ef2212;
    color: #ef2212;
    text-decoration: none;
}
.pr-block-content .pr-block-btn:hover {
    background: #f0ff00;
}
.pr-block-content i.fa {
    display: table;
    margin: 0 auto 30px;
    font-size: 38px;
    width: 103px;
    height: 103px;
    line-height: 95px;
    text-align: center;
    border-radius: 50%;
    border: 3px #fff solid;
    -moz-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4);
    transform: rotate(0deg);
}



/* ������ ����� �������� !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ 
/* Page Production */
/* catalog-block */
.catalog-block img {
    max-width: 280px;
    max-height: 210px;
    width: 100%;
    border-bottom: 5px solid #EEEEEE;
}
.catalog-block img:hover {
    border-bottom: 5px solid #ef2212;
}
.catalog-block ul {
    list-style-type: none;
    margin-top: 15px;
    margin-left: 20px;
}
.catalog-block ul a {
    color: #404040;
    line-height: 1.5;
}
.catalog-block a:hover {
    color: #ef2212;
}


/* Page Contacts */
.contacts {
    color: #ef2212;
    font-size: 1.2em;
    font-weight: bold;
}
.contacts span {
    color: #404040;
    font-size: 0.9em;
    font-weight: normal;
}


/* Block We will help you */
.p1 {
    padding-left: 35px;
    background: url(/my-files/img/pic/icon_phone.png) left center no-repeat;
}
.p1 span {
    font-weight: bold;
    color: #ef2212;
    font-size: 1.2em;
}
.p2 {
    padding-left: 35px;
    background: url(/my-files/img/pic/icon_manager.png) left center no-repeat;
}
.p1 a,
.p2 a {
    color: #404040;
    text-decoration: none;
    border-bottom: 1px dashed #404040;
}
.p1 a:hover,
.p2 a:hover {
    color: #ef2212;
    text-decoration: none;
    border-bottom: 1px dashed #ef2212;
}

/* ������ ����������� ���������� ������� �� �������� (��������, �������)*/
.offerPreview {
    padding: 20px 10px;
    margin: 0px 10px 15px 10px;
	height: 270px;
}
.offerPreview img {
    max-width: 150px;
    width: 100%;
}
.offerPreview h3 span {
	color: #404040;
    font-weight: normal;
}

/* �������� ����� */
.articleInfo {
   padding: 16px 20px 6px;
   text-decoration: ;
}
.articleInfo a {
   color: #404040 !important;
   font-weight: bold;
   text-decoration: none;
   display: block;
   height: 42px;
}
.articleInfo p {
	padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
}
.articleInfo i {
   color: #ef2212;
   padding-left: 5px;
}
.articleInfo a:hover {
   color: #ef2212 !important;
}

/**/
.m-plus-1 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-1.png) left top no-repeat;
}
.m-plus-2 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-2.png) left top no-repeat;
}
.m-plus-3 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-3.png) left top no-repeat;
}
.m-plus-4 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-4.png) left top no-repeat;
}
.m-plus-5 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-5.png) left top no-repeat;
}
.m-plus-6 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-6.png) left top no-repeat;
}
.m-plus-7 {
    padding-left: 55px;
    background: url(/my-files/img/pic/pr-icon-7.png) left top no-repeat;
}

/**/
.img100-380 {
    max-width: 370px;
    max-height: 430px;
    width: 100%;
    margin: 0 auto;
    vertical-align: center;
}


/* ����������� ������ � ���������� ���� ������ ��� ����� �����*/
#imMnMn.main-menu .imMnMnTxt {
    max-height: 46px;
}
#imMnMn.static-menu .imMnMnTxt {
    max-height: 46px;
}



/* Other styles */
.copyrightText {
	color: #cacaca;
	font-size: 0.8em;
}

/*����� ������ ������������ ����*/
#calc-icon-a {
    display: block;
    position: fixed;
    left: 40px;
    bottom: 230px;
    bottom: 40px;
    opacity: 0.7;
    z-index: 200;
    -webkit-transition: right 0.3s ease-out 0s, opacity 0.3s linear 0s, bottom 0.3s ease-out 0s;
    -moz-transition: right 0.3s ease-out 0s, opacity 0.3s linear 0s, bottom 0.3s ease-out 0s;
    -o-transition: right 0.3s ease-out 0s, opacity 0.3s linear 0s, bottom 0.3s ease-out 0s;
    transition: right 0.3s ease-out 0s, opacity 0.3s linear 0s, bottom 0.3s ease-out 0s;
}
#calc-icon-a:hover {
    opacity: 1;
}