html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Montserrat', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.inner {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}



.top {
	width: 100%;
}

.top a {
	display: inline-block;
}

.top a img {
	display: block;
}

.logo {
	float: left;
	margin-top: 25px;
}

.logo img {
	width: 40px;
}

.phoneTop {
	font-size: 1.7em;
    float: right;
}

.mainPart:after {
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: -50%;
    width: 1px;
    z-index: 1;
}

.nav {
	float: right;
}

.nav li {
	display: inline-block;
	padding: 13px 0;
}

.nav li a {
	display: block;
    border-bottom: 1px solid transparent;
    color: #FFFFFF;
    font-size: 15px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
    margin: 0 20px;
    line-height: 22px;
    padding-bottom: 2px;
    text-decoration: none;
    -webkit-transition: border-bottom-color 150ms linear;
    -moz-transition: border-bottom-color 150ms linear;
    -o-transition: border-bottom-color 150ms linear;
    transition: border-bottom-color 150ms linear;
}

.nav li:first-child a {
	margin-left: 0;
}

.nav li:last-child a {
	margin-right: 0;
}

.nav li a:hover {
	border-bottom-color: #fff;
}

.content {
	min-height: 450px;
}

.homePhones {
    bottom: -54px;
    display: block;
    height: 503px;
    left: -40px;
    position: absolute;
    width: 380px;
    z-index: 2;
}

.homePhones img {
	display: block;
}

.txtBlock {
	color: #fff;
    margin-left: 420px;
    margin-top: 50px;
	font-family: 'Montserrat', sans-serif;
		
}


h1 {
	padding-top: 15px;
	font-size: 4.6em;
}

h2 {
	font-weight: 300;
	line-height: 54px;
	font-size: 2.7em;
}

form {
	margin-top: 55px;
}

form button[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	height: 68px;
    line-height: 68px;
    font-size: 1.85em;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
	width: 70%;
	
background: rgba(148,148,148,1);
background: -moz-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(143,143,143,1) 37%, rgba(135,135,135,1) 51%, rgba(166,166,166,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148,148,148,1)), color-stop(37%, rgba(143,143,143,1)), color-stop(51%, rgba(135,135,135,1)), color-stop(100%, rgba(166,166,166,1)));
background: -webkit-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(143,143,143,1) 37%, rgba(135,135,135,1) 51%, rgba(166,166,166,1) 100%);
background: -o-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(143,143,143,1) 37%, rgba(135,135,135,1) 51%, rgba(166,166,166,1) 100%);
background: -ms-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(143,143,143,1) 37%, rgba(135,135,135,1) 51%, rgba(166,166,166,1) 100%);
background: linear-gradient(to bottom, rgba(148,148,148,1) 0%, rgba(143,143,143,1) 37%, rgba(135,135,135,1) 51%, rgba(166,166,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#a6a6a6', GradientType=0 );
}

form button[type="submit"]:hover {
background: rgba(115,115,115,1);
background: -moz-linear-gradient(top, rgba(115,115,115,1) 0%, rgba(112,112,112,1) 37%, rgba(107,107,107,1) 51%, rgba(130,130,130,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(115,115,115,1)), color-stop(37%, rgba(112,112,112,1)), color-stop(51%, rgba(107,107,107,1)), color-stop(100%, rgba(130,130,130,1)));
background: -webkit-linear-gradient(top, rgba(115,115,115,1) 0%, rgba(112,112,112,1) 37%, rgba(107,107,107,1) 51%, rgba(130,130,130,1) 100%);
background: -o-linear-gradient(top, rgba(115,115,115,1) 0%, rgba(112,112,112,1) 37%, rgba(107,107,107,1) 51%, rgba(130,130,130,1) 100%);
background: -ms-linear-gradient(top, rgba(115,115,115,1) 0%, rgba(112,112,112,1) 37%, rgba(107,107,107,1) 51%, rgba(130,130,130,1) 100%);
background: linear-gradient(to bottom, rgba(115,115,115,1) 0%, rgba(112,112,112,1) 37%, rgba(107,107,107,1) 51%, rgba(130,130,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#828282', GradientType=0 );
}

#phone {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	border: 0;
	float: left;
	width: 50%;
	border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	height: 68px;
    line-height: 68px;
    font-size: 1.8em;
    background: #9b59b6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9b59b6 0%, #8e44ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b59b6), color-stop(100%,#8e44ad));
    background: -webkit-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
    background: -o-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
    background: -ms-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
    background: linear-gradient(to bottom, #9b59b6 0%,#8e44ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b59b6', endColorstr='#8e44ad',GradientType=0 );
}

#phone:hover {
	background: #8e44ad;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8e44ad 0%, #9b59b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e44ad), color-stop(100%,#9b59b6));
    background: -webkit-linear-gradient(top, #8e44ad 0%,#9b59b6 100%);
    background: -o-linear-gradient(top, #8e44ad 0%,#9b59b6 100%);
    background: -ms-linear-gradient(top, #8e44ad 0%,#9b59b6 100%);
    background: linear-gradient(to bottom, #8e44ad 0%,#9b59b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e44ad', endColorstr='#9b59b6',GradientType=0 );
}

.about {
	text-align: center;
	margin-top: 100px;
}

.offers {
	vertical-align: middle;
	text-align: left;
	-webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	width: 100%;
    border: 1px solid #8a8a8a;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    display: inline-block;
    max-width: 280px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 160px;
    line-height: 22px;
    margin: 0 15px;
}

.table {
	display: table;
	width: 100%;
	height: inherit;
}

.table > span, .table > div {
	display: table-cell;
    vertical-align: middle;
}

.table > span {
	padding-left: 10px;
}

.offers:hover {
	background-color: #d2d2d2;
}

.offers .big {
	font-weight: 300;
	font-size: 3.25em;
	line-height: 60px;
	display: block;
}

.offers .small {
	display: block;
	font-size: 0.9em;
	line-height: 40px;
}




.features .item {
	vertical-align: top;
	display: inline-block;
    height: 250px;
    margin-left: 0;
    width: 25%;
    text-align: left;
}

.features .item .line {
	background: url(../images/x.png) 50% 0 no-repeat;
    display: block;
    height: 9px;
    position: relative;
}

.features .item .line:after {
	left: 15%;
}

.features .item .line:before {
	right: 15%;
}

.features .item .line:after, .features .line:before {
	background-color: #d4b6df;
    content: "";
    display: block;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 30%;
}

.features .item .name {
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
}

.features .item .txt {
	font-size: 0.95em;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 20px;

}

.features .item > a {
	color: #8e44ad;
	text-decoration: none;
}

.features .item > a:after {
	background-image: url(../images/arrow.png);
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 8px;
    vertical-align: 1px;
    width: 4px;
}

.features .midItem {
	margin: 0 10%;
}

.features .item > a:hover {
	text-decoration: underline;
}

.setup .item {
	position: relative;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.setup .item .name {
	font-weight: bold;
	font-size: 1.5em;
	padding: 20px 0;
}

.setup .item .name, .setup .item .txt {
	width: 80%;
	margin: 0 auto;
}

.setup .item .txt {
	line-height: 22px;
}

.setup .item i {
	background-color: #e3d1eb;
    display: block;
    height: 1px;
    position: absolute;
    top: 21%;
    width: 50%;
}

.setup .item .arrowLineLeft {
    left: -27.5%;
}

.setup .item .arrowLineRight {
    right: -27.5%;
}

.setup .item i:after, .setup .item i:before {
	background-color: #e3d1eb;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.setup .item i:before {
	-webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 5px;
}

.setup .item i:after {
	-webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    top: -5px;
}

.footer {
	color: #fff;
	padding: 50px 0;
	margin-top: 80px;
	background-color: #202020;
}

.footerLeft {
	max-width: 700px;
	width: 100%;
	float: left;
}

.footerRight {
	text-align: center;
	max-width: 240px;
	width: 100%;
	float: left;
}

.disc {
	font-weight: 800;
}

.discTxt {
	padding: 9px 40px 9px 0;
	line-height: 16px;
	font-size: 0.875em;
}

.discLink {
	color: #fff;
}

.footerRight > a {
	margin-top: 25px;
	display: inline-block;
}

.footerRight > a img {
	display: block;
}

.social {
	margin-top: 15px;
}

.social a {
	background-color: #3d3d3d;
    border: 2px solid #b2b2b2;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 3px 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 40px;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.social a:before {
	background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    z-index: 1;
    -webkit-transition: all 130ms linear;
    -moz-transition: all 130ms linear;
    -o-transition: all 130ms linear;
    transition: all 130ms linear;
}

.social a:hover:before {
    top: 15px;
    left: 15px;
    z-index: 3;
}

.social a span {
	background-image: url(../images/social_icon.png);
    display: block;
    margin: 10px auto;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.social a.twitter span {
    background-position: -20px 0;
}

.social a.google span {
    background-position: -40px 0;
}

.social a.yt span {
    background-position: -60px 0;
}

.social a.vimeo span {
    background-position: -80px 0;
}

.social a.twitter:hover {
    background-color: #00acee;
}

.social a.google:hover {
    background-color: #db4a39;
}

.social a.yt:hover {
    background-color: #c4302b;
}

.social a.vimeo:hover {
    background-color: #86c9ef;
}

@media screen and (max-width: 767px) {
    .header {
        height: auto;
    }
    .logo {
        float: none;
        margin-top: 0;
    }
    .phoneTop {
        padding: 15px 10px 5px;
        font-size: 1.15em;
        float: none;
    }
    .nav {
        float: none;
        text-align: center;
    }
    .nav li {
        padding: 6px 0;
    }
    .nav li a {
        font-size: 1em;
        margin: 0 6px;
    }
    .txtBlock {
        padding: 0 10px;
        margin: 0 auto;
		line-height: 90%;
    }
    .homePhones {
        position: relative;
        bottom: -50px;
        left: 0;
        width: 100%;
    }
    .homePhones img {
        display: block;
        margin: 0 auto;
        max-width: 380px;
        width: 90%;
    }
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.65em;
        line-height: 30px;
    }
    form {
        margin-top: 15px;
    }
    #phone, form button[type="submit"] {
        width: 90%;
        max-width: 320px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    form button[type="submit"] {
        margin-top: 10px;
    }
    .about {
        margin-top: 60px;
    }
    .offers {
        margin: 20px auto 0;
        display: block;
        max-width: 280px;
        width: 94%;
    }
    .offers > .table > div {
        width: 45%;
    }
    .offers img {
        max-width: 100%;
    }
    .features {
        margin: 25px 5px;
    }
    .keyFeatures {
        margin-bottom: 15px;
    }
    .features .item {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 15px;
        display: block;
        height: auto;
    }
    .setup {
        margin: 5px;
    }
    .keySetup {
        margin-bottom: 25px;
    }
    .setup .item {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 15px;
    }
    .setup .item .arrowLineLeft, .setup .item .arrowLineRight {
        display: none;
    }
    .footer {
        margin-top: 30px;
        padding: 15px 10px;
    }
    .footerLeft, .footerRight {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .footerRight {
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .phoneTop {
        padding-right: 15px;
    }
    .nav {
        padding-right: 20px;
    }
    h1 {
        font-size: 4em;
    }
    h2 {
        line-height: 38px;
        font-size: 2.35em;
    }
    .homePhones {
        width: 300px;
    }
    .homePhones img {
        width: 100%;
    }
    .txtBlock {
        margin-left: 310px;
			line-height: 90%;
    }
    .about {
        margin-top: 30px;
    }
    .offers {
        margin-top: 15px;
    }
    .footer {
        padding: 25px 10px;
    }
    .footerLeft {
        width: 70%;
    }
    .footerRight {
        width: 30%;
    }
}