/**
 * Author: ACRTIX/NEPSTER;
 * E-mail: info@arctix.ru;
 * Copyright (C) 2014 ARCTIX. All rights reserved;
**/

/**
 * font-family: 'Roboto Slab', serif;
 * @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=cyrillic-ext,latin);
 * font-family: 'Roboto', sans-serif;
 * @import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic-ext,latin);
**/

/* ##########################  Основные настройки  ########################### */
html {
	height: 100%;
}
html,
body {
	width: 100%;
	margin: 0px; padding: 0px;
}
.view {
	margin: 0; padding: 0;
	position: relative;
}
.view-string {
	margin: 0; padding: 0;
	position: relative;
}
.string {
	width: 960px;
	margin: 0 auto; padding: 0;
	position: relative;
}
/* ##########################  Настройки [SITE]  ########################### */
body.modal {
	height: auto;
	background: rgb(255, 255, 255);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
/* ##########################  Настройки [SITE]  ########################### */
body.site {
	height: 100%;
	background: rgb(250, 250, 250);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
	body.site div#wrap {
		min-height: 100%; height: auto !important; height: 100%; width: 100%;
	}
		body.site div#wrap div.wrap {
			width: 100%;
			margin: 0; padding: 0;
		}
body.site-services {
	background: rgb(65, 175, 255);
}
header.site {
	margin: 0; padding: 0;
	position: relative;
	background: rgb(0, 0, 0) url(../../images/site/2.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
			background-size: cover;
}
	header.site div.view {
		margin: 0; padding: 0;
	}
		header.site div.view-string {
			margin: 0; padding: 0;
		}
			header.site div.view div.view-string div.string {
				width: 960px;
				margin: 0 auto; padding: 0;
			}
header.site div.view-string-site {
	margin: 0; padding: 20px 0;
}
	header.site div.view-string-site div.string {
		width: 960px;
		margin: 0 auto; padding: 0;
	}
header.site div.view-string-board {
	margin: 0; padding: 20px 0;
}
header.site div.logotype {
    height: 80px; width: 110px;
    margin: 0 10px; padding: 0;
    float: left;
    position: relative;
    background: url(../../images/site/logotype.png);
}
header.site div.logotype a {
    display: block;
    margin: 0; padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
}
header.site div.module-mainmenu {
	margin: 0; padding: 20px 0;
	float: right;
}
	header.site div.module-mainmenu ul {
		margin: 0; padding: 0;
		list-style: none;
	}
		header.site div.module-mainmenu ul li {
			margin: 0; padding: 0;
			float: left;
		}
			header.site div.module-mainmenu ul li a {
				display: block;
				margin: 0 10px; padding: 0;
				color: rgb(255, 255, 255);
				line-height: 24px;
				font-size: 14px;
				font-weight: 500;
				text-decoration: none;
			}
			header.site div.module-mainmenu ul li a:hover,
			header.site div.module-mainmenu ul li a:focus {
				color: rgb(65, 175, 255);
			}
			header.site div.module-mainmenu ul li.active a {
				color: rgb(65, 175, 255);
			}

header.site div.view-string-phone {
	margin: 0; padding: 40px 0;
}
header.site div.module-phone {
	margin: 0 10px; padding: 0 0 0 20px;
	float: left;
	color: rgb(255, 255, 255);
}
header.site div.module-phone:first-of-type {
	border-left: 3px solid rgb(65, 175, 255);
}
	header.site div.module-phone div.heading {
		line-height: 28px;
		font-size: 14px;
		font-weight: 400;
	}
			header.site div.module-phone span.phone {
				font-family: 'Roboto Slab', serif;
				line-height: 36px;
				font-size: 24px;
				font-weight: 700;
			}
				header.site div.module-phone span.phone a {
					color: rgb(255, 255, 255);
					text-decoration: none;
				}	
				
header.site div.view-string-button {
	margin: 0; padding: 40px 0;
}
header.site div.view-string-button span.link {
	display: inline-block;
	margin: 0; padding: 0;
	float: left;
}
	header.site div.view-string-button span.link a {
		display: block;
		margin: 0 10px; padding: 0 20px;
		background: none;
		border: 2px solid rgb(65, 175, 255);
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
		color: rgb(255, 255, 255);
		line-height: 50px;
		font-size: 12px;
		font-weight: 400;
		text-decoration: none;
		text-transform: uppercase;
	}
	header.site div.view-string-button span.link a:hover,
	header.site div.view-string-button span.link a:focus {
		background: rgb(65, 175, 255);
	}
			
header.site div.view-string-slides {
	margin: 0; padding: 30px 0;
	position: relative;
	right: 0; bottom: 0; left: 0;
	z-index: 30;
}
	header.site div.view-string-slides div.string {
		width: 100%;
		margin: 0; padding: 0;
		position: relative;
	}
		header.site div.view-string-slides div.string ul.slides {
			margin: 0; padding: 0;
			list-style: none;
		}
			header.site div.view-string-slides div.string ul.slides li {
				margin: 0; padding: 0;
			}
				header.site div.view-string-slides div.string ul.slides li article {
					width: 960px;
					margin: 0 auto; padding: 0;
				}
header.site div.view-string-slides article div.column {
	width: 50%;
	margin: 0; padding: 0;
	float: left;
}
	header.site div.view-string-slides article div.column div.heading {
		margin: 0 10px; padding: 10px 0;
		font-family: 'Roboto Slab', serif;
		color: rgb(255, 255, 255);
		line-height: 48px;
		font-size: 42px;
		font-weight: 700;
	}
	header.site div.view-string-slides article div.column div.description {
		margin: 0 10px; padding: 10px 0 0 0;
		color: rgb(255, 255, 255);
		line-height: 28px;
		font-size: 16px;
		font-weight: 300;
	}
header.site div.view-string-slides div.bx-default-pager {
	width: 80px;
	margin: -40px 0 0 0; padding: 0;
	position: absolute;
	top: 50%; right: 80px;
	background: rgb(65, 175, 255);
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
	font-family: 'Roboto Slab', serif;
	color: rgb(255, 255, 255);
	line-height: 80px;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
header.site div.view-string-slides a.bx-prev,
header.site div.view-string-slides a.bx-next {
	display: block;
	height: 60px; width: 60px;
	margin: -30px 0 0 0; padding: 0;
	position: absolute;
	top: 50%;
	color: rgb(255, 255, 255);
	line-height: 60px;
	text-align: center;
	text-decoration: none;
}
	header.site div.view-string-slides a.bx-prev span,
	header.site div.view-string-slides a.bx-next span {
		display: block;
		height: 60px; width: 60px;
		margin: 0; padding: 0;
		color: rgb(255, 255, 255);
		line-height: 60px;
		font-size: 40px;
		text-align: center;
	}
header.site div.view-string-slides a.bx-prev {
	right: 170px;
}
header.site div.view-string-slides a.bx-next {
	right: 10px;
}

div#content {
	margin: 0; padding: 0;
}
	div#content div.view {
		margin: 0; padding: 0;
	}
	
footer.site {
    margin: 0; padding: 0;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
    footer.site div.view {
        margin: 0; padding: 0;
    }
        footer.site div.view div.view-string {
            margin: 0; padding: 10px 0;
        }
            footer.site div.view div.view-string div.string {
                width: 960px;
                margin: 0 auto; padding: 10px 0;
            }
footer.site div.view div.view-string-site div.counter {
    height: 40px; width: 31px;
    margin: 0 10px; padding: 0;
    float: left;
}
footer.site div.view div.view-string-site div.copyright {
    margin: 0 10px; padding: 0;
    float: left;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
}
footer.site div.view div.view-string-site div.creation {
    margin: 0 10px; padding: 0;
    float: right;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}
footer.site div.view div.view-string-site p {
    margin: 0; padding: 0;
}
footer.site div.view div.view-string-site a {
    color: rgb(65, 175, 255);
    text-decoration: underline;
}
footer.site div.view div.view-string-site a:hover,
footer.site div.view div.view-string-site a:focus {
    text-decoration: none;
}

article.main {
	margin: 0; padding: 0;
	position: relative;
}
	article.main div.view-string-heading {
		margin: 0; padding: 15px 0;
		background: rgb(65, 175, 255);
	}
		article.main div.view-string-heading div.string {
			width: 960px;
			margin: 0 auto; padding: 0;
		}
			article.main div.view-string-heading div.string h1.heading {
				margin: 0 10px; padding: 0;
				float: left;
				font-family: 'Roboto Slab', serif;
				color: rgb(255, 255, 255);
				line-height: 40px;
				font-size: 28px;
				font-weight: 700;
			}
			article.main div.view-string-heading div.string div.phone {
				margin: 0; padding: 0;
				float: right;
			}
				article.main div.view-string-heading div.string div.phone span.icon {
					display: block;
					margin: 0 5px 0 10px; padding: 0;
					float: left;
					color: rgba(0, 0, 0, 0.3);
					line-height: 40px;
					font-size: 40px;
				}
				article.main div.view-string-heading div.string div.phone span.text {
					display: block;
					margin: 0 10px 0 5px; padding: 0;
					float: left;
					font-family: 'Roboto Slab', serif;
					color: rgb(255, 255, 255);
					line-height: 24px;
					font-size: 22px;
					font-weight: 700;
				}
					article.main div.view-string-heading div.string div.phone span.text span {
						display: block;
					}
					article.main div.view-string-heading div.string div.phone span.text span.label {
						font-family: 'Roboto', sans-serif;
						line-height: 16px;
						font-size: 10px;
						font-weight: 700;
						text-align: center;
						text-transform: uppercase;
					}
					article.main div.view-string-heading div.string div.phone span.text span.phone a {
						color: rgb(255, 255, 255);
						text-decoration: none;
					}
					article.main div.view-string-heading div.string div.phone span.text span.phone a:hover,
					article.main div.view-string-heading div.string div.phone span.text span.phone a:focus {
						color: rgb(255, 255, 255);
					}
	article.main div.view-string-description {
		margin: 0; padding: 20px 0;
	}
		article.main div.view-string-description div.string {
			width: 960px;
			margin: 0 auto; padding: 0;
		}
article.main div.view-string-description div.string span.content {
    display: block;
    margin: 0 10px 20px; padding: 10px 20px;
    background: rgb(235, 235, 235);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    float: left;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}
			article.main div.view-string-description div.string div.description {
				margin: 0 10px; padding: 0;
				color: rgb(50, 50, 50);
				line-height: 24px;
				font-size: 14px;
				font-weight: 300;
				
			}

article.item-cm-services {
	margin: 0; padding: 0;
	position: relative;
	background: rgb(65, 175, 255);
	color: rgb(255, 255, 255);
}
	article.item-cm-services div.view-string {
		margin: 0; padding: 20px 0;
		position: relative;
	}
	article.item-cm-services:nth-of-type(2n+2) div.view-string {
		background: rgba(0, 0, 0, 0.05);
	}
	article.item-cm-services:nth-of-type(2n+3) div.view-string {
		background: rgba(0, 0, 0, 0.10);
	}
	article.item-cm-services:nth-of-type(2n+4) div.view-string {
		background: rgba(0, 0, 0, 0.15);
	}
	article.item-cm-services:nth-of-type(2n+5) div.view-string {
		background: rgba(0, 0, 0, 0.20);
	}
	article.item-cm-services:nth-of-type(2n+6) div.view-string {
		background: rgba(0, 0, 0, 0.25);
	}
	article.item-cm-services:nth-of-type(2n+7) div.view-string {
		background: rgba(0, 0, 0, 0.30);
	}
	article.item-cm-services:hover div.view-string,
	article.item-cm-services:focus div.view-string {
		background: rgb(245, 245, 245);
	}
	article.item-cm-services div.view-string a.link {
		display: block;
		margin: 0; padding: 0;
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		text-decoration: none;
	}
		article.item-cm-services div.view-string div.string {
			width: 960px;
			margin: 0 auto; padding: 20px 0;
			position: relative;
		}
			article.item-cm-services div.view-string div.string div.icon,
			article.item-cm-services div.view-string div.string div.heading,
			article.item-cm-services div.view-string div.string div.description,
			article.item-cm-services div.view-string div.string div.readmore {
				display: inline-block;
				margin: 0 10px; padding: 0;
				position: relative;
				overflow: hidden;
				vertical-align: middle;
			}
			article.item-cm-services div.view-string div.string div.icon {
				min-height: 100px; width: 100px;
			}
			article.item-cm-services div.view-string div.string div.heading {
				width: 340px;
				font-family: 'Roboto Slab', serif;
				line-height: 32px;
				font-size: 28px;
				font-weight: 700;
			}
				article.item-cm-services div.view-string div.string div.heading h3 {
					margin: 0; padding: 0;
				}
			article.item-cm-services div.view-string div.string div.description {
				width: 380px;
				line-height: 24px;
				font-size: 14px;
				font-weight: 300;
			}
				article.item-cm-services div.view-string div.string div.description p {
					margin: 0; padding: 0;
				}
			article.item-cm-services div.view-string div.string div.readmore {
				height: 40px; width: 40px;
				line-height: 40px;
				font-size: 36px;
				font-weight: normal;
				text-align: center;
			}
			article.item-cm-services:hover div.heading,
			article.item-cm-services:focus div.heading {
				color: rgb(65, 175, 255);
			}
			article.item-cm-services:hover div.description,
			article.item-cm-services:focus div.description {
				color: rgb(50, 50, 50);
			}
			article.item-cm-services:hover div.readmore,
			article.item-cm-services:focus div.readmore {
				color: rgb(65, 175, 255);
			}		
body.site article.form {
    margin: 0; padding: 0;
}
    body.site article.form div.view-string {
        margin: 0; padding: 0;
    }
        body.site article.form div.view-string div.string {
            width: 960px;
            margin: 0 auto; padding: 0;
        }
    body.site article.form div.view-string-heading {
        margin: 0; padding: 15px 0 !important;
        background: rgb(65, 175, 255);
    }
        body.site article.form div.view-string-heading h1.heading {
            margin: 0 10px; padding: 0;
            font-family: 'Roboto Slab', serif;
            color: rgb(255, 255, 255);
            line-height: 40px;
            font-size: 32px;
            font-weight: 700;
        }
    body.site article.form div.view-string-content {
        margin: 0; padding: 0;
    }
        body.site article.form div.view-string-content form {
            margin: 0; padding: 0;
        }
            body.site article.form div.view-string-content form fieldset {
                margin: 0; padding: 0;
            }
                body.site article.form div.view-string-content form fieldset div.rsform-block {
                    margin: 0 10px; padding: 10px 0 0 0;
                }
                    body.site article.form div.view-string-content form fieldset div.rsform-block span.label {
                        display: block;
                        margin: 0; padding: 10px 0;
                        line-height: 20px;
                        font-size: 14px;
                        font-weight: 300;
                    }
                    body.site article.form div.view-string-content form fieldset div.rsform-block span.content {
                        display: block;
                        margin: 0; padding: 0;
                        line-height: 24px;
                        font-size: 14px;
                        font-weight: 300;
                    }
                        body.site article.form div.view-string-content form fieldset div.rsform-block span.content input[type="text"] {
                            min-width: 440px; width: 440px; max-width: 440px;
                        }
                        body.site article.form div.view-string-content form fieldset div.rsform-block span.content textarea {
                            min-width: 440px; width: 440px; max-width: 440px;
                        }
                    body.site article.form div.view-string-content form fieldset div.rsform-block span.validation {
                        display: none;
                    }
                    body.site article.form div.view-string-content form fieldset div.rsform-block span.description {
                        display: none;
                    }
/* ##########################  Настройки [SITE]  ########################### */
body.modal {
	height: auto;
	background: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
    body.modal div.view {
        margin: 0; padding: 20px;
    }
body.modal div.view article.form {
    margin: 0; padding: 0;
}
    body.modal div.view article.form div.view-string {
        margin: 0; padding: 0;
    }
        body.modal div.view article.form div.view-string div.string {
            width: auto;
            margin: 0; padding: 0;
        }
    body.modal div.view article.form div.view-string-heading {
        margin: 0; padding: 15px 0 !important;
    }
        body.modal div.view article.form div.view-string-heading h1.heading {
           margin: 0; padding: 0;
           font-family: 'Roboto Slab', serif;
           color: rgb(0, 0, 0);
           line-height: 32px;
           font-size: 28px;
           font-weight: 300;
            text-align: center;
        }
    body.modal article.form div.view-string-content {
        margin: 0; padding: 0;
    }
        body.modal article.form div.view-string-content form {
            margin: 0; padding: 0;
        }
            body.modal article.form div.view-string-content form fieldset {
                margin: 0; padding: 0;
            }
                body.modal article.form div.view-string-content form fieldset div.rsform-block {
                    margin: 0 10px; padding: 10px 0 0 0;
                }
                    body.modal article.form div.view-string-content form fieldset div.rsform-block span.label {
                        display: block;
                        margin: 0; padding: 10px 0;
                        line-height: 20px;
                        font-size: 14px;
                        font-weight: 300;
                    }
                    body.modal article.form div.view-string-content form fieldset div.rsform-block span.content {
                        display: block;
                        margin: 0; padding: 0;
                        line-height: 24px;
                        font-size: 14px;
                        font-weight: 300;
                    }
                    body.site article.form div.view-string-content form fieldset div.rsform-block span.validation {
                        display: none;
                    }
                    body.site article.form div.view-string-content form fieldset div.rsform-block span.description {
                        display: none;
                    }		
p {
    line-height: 25px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
