/**
 * 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;
}
/* ##########################  Настройки [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(0, 0, 0);
	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%;
		position: relative;
	}
.front {
	margin: 0; padding: 0;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgb(0, 0, 0) url(../../images/site/3.jpg) no-repeat center center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
			background-size: cover;
}
	.front header.site {
		margin: 0; padding: 0;
		position: absolute;
		top: 0; right: 0; left: 0;
		z-index: 100;
	}
		.front header.site div.view {
			margin: 0; padding: 0;
			position: relative;
		}
			.front header.site div.view div.view-string {
				margin: 0; padding: 10px 0;
				position: relative;
			}
				.front header.site div.view div.view-string div.string {
					width: 960px;
					margin: 0 auto; padding: 0;
					position: relative;
				}
.front header.site div.logotype {
    height: 80px; width: 110px;
    margin: 10px; padding: 0;
    float: left;
    position: relative;
    background: url(../../images/site/logotype.png);
}
.front header.site div.logotype a {
    display: block;
    margin: 0; padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
}
.front header.site div.mainmenu {
	margin: 0; padding: 30px 0;
	float: right;
}
	.front header.site div.mainmenu ul {
		margin: 0; padding: 0;
		list-style: none;
	}
		.front header.site div.mainmenu ul li {
			margin: 0; padding: 0;
			float: left;
		}
			.front header.site div.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;
			}
			.front header.site div.mainmenu ul li a:hover,
			.front header.site div.mainmenu ul li a:focus {
				color: rgb(65, 175, 255);
			}
	.front div.content {
		margin: 0; padding: 0;
		position: absolute;
		top: 50%; right: 0; left: 0;
	}
		.front div.content div.view {
			margin: 0; padding: 60px 0;
		}
			.front div.content div.view div.view-string {
				margin: 0; padding: 0;
			}
				.front div.content div.view div.view-string div.string {
					margin: 0; padding: 0;
				}
.front div.content div.view div.view-string-phone {
	margin: 0; padding: 180px 0 80px 0;
}
	.front div.content div.view div.view-string-phone div.string {
		width: 960px;
		margin: 0 auto; padding: 0;
	}
.front div.content div.view div.view-string-phone div.module-phone {
	margin: 0 10px; padding: 0 0 0 20px;
	float: left;
	color: rgb(255, 255, 255);
}
.front div.content div.view div.view-string-phone div.module-phone:first-of-type {
	border-left: 3px solid rgb(65, 175, 255);
}
	.front div.content div.view div.view-string-phone div.module-phone div.heading {
		line-height: 28px;
		font-size: 14px;
		font-weight: 400;
	}
			.front div.content div.view div.view-string-phone div.module-phone span.phone {
				font-family: 'Roboto Slab', serif;
				line-height: 36px;
				font-size: 24px;
				font-weight: 700;
			}
				.front div.content div.view div.view-string-phone div.module-phone span.phone a {
					color: rgb(255, 255, 255);
					text-decoration: none;
				}

.front div.content div.view div.view-string-slides {
	margin: 0; padding: 0;
	position: relative;
}
	.front div.content div.view div.view-string-slides ul.slides {
		margin: 0; padding: 0;
		list-style: none;
	}
		.front div.content div.view div.view-string-slides ul.slides li {
			margin: 0; padding: 0;
		}
.front div.content div.view div.view-string-slides article {
	width: 940px;
	margin: 0 auto; padding: 0;
}
	.front div.content div.view div.view-string-slides article div.column {
		width: 50%;
		margin: 0; padding: 0;
		float: left;
	}
		.front div.content div.view 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;
		}
		.front div.content div.view 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;
		}
.front div.content div.view 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;
}
.front div.content div.view div.view-string-slides a.bx-prev,
.front div.content div.view 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;
}
	.front div.content div.view div.view-string-slides a.bx-prev span,
	.front div.content div.view 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;
	}
.front div.content div.view div.view-string-slides a.bx-prev {
	right: 170px;
}
.front div.content div.view div.view-string-slides a.bx-next {
	right: 10px;
}
.front div.content div.view div.view-string-slides div.bx-controls {
	height: 80px;
	margin: -40px -480px 0 0; padding: 0;
	position: absolute;
	top: 50%; right: 50%;
}
		
.front div.content div.view div.view-string-button {
	margin: 0; padding: 80px 0 0 0;
}
	.front div.content div.view div.view-string-button div.string {
		width: 960px;
		margin: 0 auto; padding: 0;
	}		
header.site div.view-string-button {
	margin: 0; padding: 40px 0;
}
.front div.content div.view div.view-string-button span.link {
	display: inline-block;
	margin: 0; padding: 0;
	float: left;
}
	.front div.content div.view 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;
	}
	.front div.content div.view div.view-string-button span.link a:hover,
	.front div.content div.view div.view-string-button span.link a:focus {
		background: 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.form {
                margin: 0; padding: 0;
            }
                body.site article.form div.view-string-content form fieldset.form div.form-block {
                    margin: 0 10px; padding: 10px 0 0 0;
                }
                    body.site article.form div.view-string-content form fieldset.form div.form-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.form div.form-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.form div.form-block span.content input[type="text"] {
                            min-width: 440px; width: 440px; max-width: 440px;
                        }
                        body.site article.form div.view-string-content form fieldset.form div.form-block span.content textarea {
                            min-width: 440px; width: 440px; max-width: 440px;
                        }
                    body.site article.form div.view-string-content form fieldset.form div.form-block span.validation {
                        display: none;
                    }
                    body.site article.form div.view-string-content form fieldset.form div.form-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.form {
                margin: 0; padding: 0;
            }
                body.modal article.form div.view-string-content form fieldset.form div.form-block {
                    margin: 0 10px; padding: 10px 0 0 0;
                }
                    body.modal article.form div.view-string-content form fieldset.form div.form-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.form div.form-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.form div.form-block span.validation {
                        display: none;
                    }
                    body.site article.form div.view-string-content form fieldset.form div.form-block span.description {
                        display: none;
                    }	
		