body {
	font-family: 'Proxima Nova';
	font-size: 16px;
	margin: 0;
	line-height: 1.2;
	letter-spacing: 1.5px;
	min-width: 1260px;
}

body.scroll-snaps {
	scroll-snap-type: y proximity;
	max-height: 100vh;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
}

.section {
	scroll-snap-align: start;
}

p {
	margin: 1em 0;
}

.text-right { text-align: right; }
.text-center { text-align: center; }
.text-left { text-align: left; }

.fixed {
	width: 1170px;
	margin: 0 auto;
}


.sec-header {
	/*background-color: #409bd0;
	background: linear-gradient(90deg, #409bd0 0%, #0bd3ae 100%);*/
	background-image: url('../images/bg_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.sec-header > .headline > .grid:nth-child(1) {
	max-height: 123px;
}

.sec-header .logo {
	font-family: 'Phage Regular KG';
	font-size: 28px;
	font-weight: 1000;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	color: inherit;
	letter-spacing: 14px;
}

.sec-header .logo em {
	font-style: inherit;
	font-weight: inherit;
	color: #6dfeed;
}

.sec-header .slogan {
	font-size: 14px;
	font-weight: 200;
}

.sec-header .phone {
	font-size: 18px;
	font-weight: 900;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	line-height: 123px;
	vertical-align: top;
	margin-right: 68px;
}

.sec-header .nav {
	display: inline-block;
	cursor: pointer;
	width: 123px;
	height: 123px;
	background-image: url('../images/nav.jpg');
	background-position: 0 -123px;
	transition: background-position 0.3s ease-out;
	position: relative;
	z-index: 16;
}

.sec-header .nav.closed {
	background-position: 0 0;
}

.sec-header .slider-buttons {
	position: absolute;
	top: 558px;
	left: 50%;
	margin-left: -120px;
	z-index: 10;
}

.sec-header .slider-buttons > div {
	float: left;
	margin: 16px;
}

.sec-header .slider-buttons:after {
	display: block;
	content: ' ';
	overflow: hidden;
	width: 0;
	height: 0;
	clear: both;
}

.sec-header .slider-buttons .index b {
	font-size: 46px;
	line-height: 36px;
	font-weight: 1000;
	margin-right: 10px;
}

.sec-header .slider-buttons .prev {
	width: 18px;
	height: 32px;
	background-image: url('../images/slider_prev.png');
	cursor: pointer;
}

.sec-header .slider-buttons .prev.disabled {
	background-image: url('../images/slider_prev_disabled.png');
	cursor: default;
}

.sec-header .slider-buttons .next {
	width: 18px;
	height: 32px;
	background-image: url('../images/slider_next.png');
	cursor: pointer;
}

.sec-header .slider-buttons .next.disabled {
	background-image: url('../images/slider_next_disabled.png');
	cursor: default;
}


.sec-header .slider-thumbs > .thumb {
	padding: 52px 48px;
	transition: background-color 0.3s ease-out;
	background-color: rgba(255,255,255,1);
}

.sec-header .slider-thumbs > .thumb.current {
	background-color: rgba(255,255,255,0);
}

.sec-header .slider-thumbs .index {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sec-header .slider-thumbs .content {
	color: #000;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.sec-header .slider-thumbs .current .index {
	color: #fff;
}

.sec-header .slider-thumbs .current .content {
	color: #fff;
}


h1 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: -3px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 1000;
}

h1:after {
	display: block;
	content: ' ';
	overflow: hidden;
	width: 45px;
	height: 3px;
	background-color: #26c0ca;
	position: relative;
	top: 3px;
}

h1.line-left {
	border-bottom-color: transparent;
}


.sec-about {
	background-color: #fff;
	color: #000;
}

.sec-about p {
	font-size: 16px;
}

.sec-about p:last-child {
	font-size: 14px;
	color: #676767;
	margin-top: 50px;
}

.sec-about .index {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sec-about h1 {
	margin-bottom: 64px;
}

.sec-about .grid {
	margin-bottom: 80px;
}

.sec-about img {
	margin-top: 80px;
}

.sec-about .content {
	padding: 160px 64px;
}



.sec-features {
	background-color: #e0fffb;
	color: #000;
}

.sec-features .index {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sec-features .fixed {
	padding-top: 120px;
}

.sec-features .grid {
	margin-top: 60px;
}

.sec-features .grid > div {
	margin-bottom: 120px;
}

.sec-features .grid > div.wide {
	width: 440px;
}

.sec-features .grid > div.thin {
	width: 290px;
}

.sec-features .grid .icon {
	margin-bottom: 48px;
	min-height: 90px;
}

.sec-features .grid h2 {
	font-size: 18px;
	font-weight: 900;
}

.sec-features .grid p {
	font-size: 14px;
}



.sec-clients {
	background-color: #fff;
	color: #000;
}

.sec-clients .index {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sec-clients h1 {
	margin-bottom: 64px;
}

.sec-clients .content {
	padding: 135px 64px;
}

.sec-clients ul {
	list-style-image: url('../images/list_item.png');
	margin-left: 34px;
}

.sec-clients ul > li {
	padding: 16px;
}

.sec-clients button {
	margin-top: 60px;
}

.sec-clients button:hover {
	box-shadow: 0 0 24px rgba(74, 210, 175, 0.9);
}

.sec-clients img {
	margin-top: 155px;
}


button {
	background-color: #409bd0;
	background: linear-gradient(90deg, #409bd0 0%, #0bd3ae 100%);
	color: #fff;
	border: 0;
	padding: 30px 60px;
}


.sec-tariffs {
	background-color: #e0fffb;
	color: #000;
	min-height: 1120px;
}

.sec-tariffs .fixed {
	padding: 100px 0;
}

.sec-tariffs .index {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sec-tariffs .how-tariffing {
	font-size: 18px;
	margin-top: 28px;
}

.sec-tariffs .pricing-table {
	margin-top: 100px;
}

.sec-tariffs .pricing-table > div > div {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 18px rgba(0,0,0,0.2);
	padding: 56px 14px 14px 14px;
	text-align: center;
}

.sec-tariffs .pricing-table > div {
	padding: 14px;
}

.sec-tariffs .pricing-table > div.recomended {
	padding: 0;
}

.sec-tariffs .pricing-table > div.recomended > div {
	padding-top: 70px;
	padding-bottom: 28px;
}

.sec-tariffs .pricing-table h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sec-tariffs .pricing-table .price em {
	font-size: 36px;
	font-weight: 1000;
	font-style: normal;
	background-color: #409bd0;
	background: linear-gradient(90deg, #409bd0 0%, #0bd3ae 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec-tariffs .pricing-table .price {
	margin-bottom: 0;
	line-height: 36px;
}

.sec-tariffs .pricing-table .type {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	color: #676767;
}

.sec-tariffs .pricing-table .prepayment {
	font-style: italic;
	margin-bottom: 42px;
}

.sec-tariffs .pricing-table > div button:hover {
	box-shadow: 0 0 24px rgba(74, 210, 175, 0.9);
}

.sec-tariffs .pricing-table > div.recomended button {
	box-shadow: 0 0 24px rgba(74, 210, 175, 0.9);
	animation-name: button-pulse;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.sec-tariffs .pricing-table > div.recomended button:hover {
	box-shadow: 0 0 36px rgba(74, 210, 175, 0.9);
}

@keyframes button-pulse {
	from { box-shadow: 0 0 12px rgba(74, 210, 175, 0.9); }
	50%  { box-shadow: 0 0 60px rgba(74, 210, 175, 0.9) }
	to   { box-shadow: 0 0 12px rgba(74, 210, 175, 0.9) }
}

.sec-tariffs .mark {
	color: #676767;
	text-align: right;
	font-size: 14px;
	margin-top: 70px;
	margin-bottom: 60px;
}

.sec-tariffs .action {
	font-weight: 900;
	font-size: 18px;
}



.sec-addoninfo {
	background-color: #fff;
	color: #000;
}

.sec-addoninfo p {
	font-size: 16px;
}

.sec-addoninfo p:last-child {
	font-size: 14px;
	color: #676767;
	margin-top: 50px;
}

.sec-addoninfo .index {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sec-addoninfo h1 {
	margin-bottom: 64px;
}

.sec-addoninfo .content {
	padding: 160px 64px;
}

.sec-addoninfo img {
	margin-top: 110px;
}


.sec-action {
	/*background-color: #409bd0;
	background: linear-gradient(90deg, #409bd0 0%, #0bd3ae 100%);*/
	background-image: url('../images/bg_action.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;


	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.sec-action .action {
	border: 1px solid #fff;
	min-height: 390px;
	-position: relative;
	-z-index: 5;
}

.sec-action h2 {
	margin-top: 94px;
	font-size: 36px;
	font-weight: 1000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.sec-action p {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;
}

.sec-action button {
	background-image: none;
	background-color: #0bd3ae;
	font-size: 18px;
	padding: 28px 64px;
}

.sec-action button:hover {
	box-shadow: 0 0 24px rgba(74, 210, 175, 0.9);
}

.sec-action .grid > div:nth-child(1) {
	text-align: right;
}

.sec-action a {
	vertical-align: middle;
	line-height: 45px;
	height: 45px;
	margin-top: 18px;
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.sec-action a span {
	border-bottom: 1px dashed #fff;
}

.sec-action a img {
	vertical-align: middle;
	margin-left: 44px;
	margin-right: 32px;
}


.sec-map {
	min-height: 660px;
}

.sec-footer {
	color: #676767;	
	padding-top: 54px;
	padding-bottom: 54px;
}

.sec-footer .logo {
	font-family: 'Phage Regular KG';
	font-size: 28px;
	font-weight: 1000;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	color: #d1d1d1;
	letter-spacing: 14px;
	margin-top: 0;
}

.sec-footer .logo em {
	font-style: inherit;
	font-weight: inherit;
	color: #d1d1d1;
}

.sec-footer .copyright {
	font-size: 14px;
	font-weight: 200;

}

.sec-footer .phone {
	font-size: 18px;
	font-weight: 900;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	line-height: 110px;
	vertical-align: top;
	margin-right: 68px;
}

.sec-footer .email {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #d1d1d1;
	line-height: 110px;
}

.custom-placemark {
	padding: 60px 90px;
}

.custom-placemark h2 {
	font-family: 'Proxima Nova';
	font-weight: 1000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

.custom-placemark p {
	font-family: 'Proxima Nova';
	font-size: 18px;
}


.nav-bar {
	width: 380px;
	height: 680px;
	margin-bottom: -680px;
	float: right;
	position: relative;
	z-index: 15;
	background: #fff;
	overflow: hidden;
	transition: height 0.3s ease-out;
	box-shadow: 0 0 60px rgba(0,0,0,0.4);
}

.nav-bar > div {
	padding: 75px 45px;
}

.nav-bar a {
	display: block;
	padding: 25px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
}

.nav-bar.closed {
	height: 0;
}

.sec-header .slider {
	margin-top: 30px;
	overflow: hidden;
}

.sec-header .slide {
	height: 672px;
}

.sec-header .slide button {
	background-image: none;
	background-color: #0bd3ae;
	font-size: 18px;
	padding: 28px 64px;
	position: relative;
	z-index: 10;
}

.sec-header .slide button:hover {
	box-shadow: 0 0 24px rgba(74, 210, 175, 0.9);
}

.sec-header .slide h2 {
	font-size: 36px;
	font-weight: 1000;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.sec-header .slide p {
	margin-bottom: 60px;
}

.sec-header .slide img {
	float: right;
	display: block;

	transition: all 0.3s ease-out;
	position: relative;
}

.sec-header .slide .text {
	padding-top: 100px;
	padding-left: 100px;
	width: 650px;
	float: left;
}

.sec-header .slide .text h2 {

	transition: all 0.3s ease-out;
	position: relative;
}

.sec-header .slide .text p {

	transition: all 0.3s ease-out;
	position: relative;
}

.clear {
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.sec-header .slide .frame {
	border: 1px solid #fff;
	position: absolute;
	z-index: 5;
	width: 1170px;
}

.sec-header .slide-1 img {
	margin-top: 80px;
	margin-right: 50px;

	top: 600px;
}

.sec-header .slide-1.show img {
	top: 0;
}

.sec-header .slide-1 .text h2 {
	top: -600px;
}

.sec-header .slide-1.show .text h2 {
	top: 0;
}

.sec-header .slide-1 .text p {
	left: -1200px;
}

.sec-header .slide-1.show .text p {
	left: 0;
}


.sec-header .slide-1 .frame {
	height: 600px;
	margin-top: -650px;
}

.sec-header .slide-2 img {
	margin-top: 50px;
	margin-right: -150px;
	margin-bottom: 98px;

	left: 600px;
}

.sec-header .slide-2.show img {
	left: 0;
}

.sec-header .slide-2 .text h2 {
	left: -600px;
}

.sec-header .slide-2.show .text h2 {
	left: 0;
}

.sec-header .slide-2 .text p {
	top: 600px;
}

.sec-header .slide-2.show .text p {
	top: 0;
}


.sec-header .slide-2 .frame {
	height: 600px;
	margin-top: -650px;
}

.sec-header .slide-3 img {
	margin-top: 89px;
	margin-right: -160px;
	margin-bottom: 150px;

	top: -600px;
}

.sec-header .slide-3.show img {
	top: 0;
}

.sec-header .slide-3 .text h2 {
	left: -1200px;
}

.sec-header .slide-3.show .text h2 {
	left: 0;
}

.sec-header .slide-3 .text p {
	top: 600px;
}

.sec-header .slide-3.show .text p {
	top: 0;
}

.sec-header .slide-3 .frame {
	height: 600px;
	margin-top: -650px;
}



.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background: rgba(0,0,0,0.6);
}

.sign-up-form {
	padding: 100px 0;
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 50px;
	left: 0;
	min-width: 100%;
	z-index: 100;
	transition: top 0.3s ease-out;
	width: 900px;
	min-width: 900px;
	left: 50%;
	margin-left: -450px;
	box-shadow: 0 0 60px rgba(0,0,0,0.4);
}

.sign-up-form.compact {
	padding: 40px 0;
	width: 690px;
	min-width: 690px;
	margin-left: -345px;
	top: 20px;
}

.sign-up-form .content {
	margin: 0 auto;
	width: 610px;
}

.sign-up-form.compact .content {
}

.sign-up-form.inactive {
	z-index: 40;
}

.sign-up-form.closed {
	top: -1000px;
}

.sign-up-form h2 {
	font-size: 36px;
	font-weight: 1000;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.sign-up-form label {
	display: block;
	width: 100%;
	margin-top: 1em;
}

.sign-up-form .email label, .sign-up-form .inn label {
	margin-top: 0;
}

.sign-up-form input[type=text] {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #2198dd;
	padding: 0.5em 0;
	padding-right: 1.2em;
	background-color: transparent;
	position: relative;
	z-index: 105;
}

.sign-up-form a {
	color: #2198dd;
	text-decoration: none;
	border-bottom: 1px dashed #2198dd;
}

.sign-up-form .offer input {
	margin-right: 0.5em;
}

.sign-up-form .offer label {
	display: inline;
}

.sign-up-form .msg {
	display: block;
	min-height: 32px;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}

.sign-up-form .captcha img {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-right: 1em;
}

.sign-up-form .verification {
	display: block;
	font-size: 1em;
	margin-top: -1.8em;
	height: 1.8em;
	text-align: right;
	position: relative;
	z-index: 101;
}

.sign-up-form .verification.pass:after {
	content: "✓";
	color: #2bb759;
}

.sign-up-form .verification.fail:after {
	content: '✗';
	color: #c51515;
}

.sign-up-form .close {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon_close.png');
	float: right;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 16px;
}

.sign-up-form button[disabled] {
	background: #ccc;
	color: #000;
}

.sign-up-form .offer label {
	padding-bottom: 1em;
	padding-right: 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	animation-name: field-fail;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.sign-up-form input.fail {
	animation-name: field-fail;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.sign-up-form #agree-offer:checked + label {
	animation-name: none;
	border-bottom-color: #2198dd;
}

.sign-up-form span.domain {
	width: 100%;
	display: inline-block;
}

.sign-up-form span.domain input[type=text] {
	width: 75%;
	display: inline-block;
}

.sign-up-form span.domain:after {
	content: '.kfsr.ru';
	width: 25%;
	display: inline-block;
	padding: 0.5em 0;
	position: relative;
	top: 0.25em;
}

.sign-up-form .domain .verification {
	position: relative;
	top: 0.25em;
}

@keyframes field-fail {
	from {
		border-bottom-color: #c51515;/*rgba(197, 21, 21, 0.2);*/
	}
	50% {
		border-bottom-color: rgba(197, 21, 21, 0.3);
	}
	to {
		border-bottom-color: #c51515;
	}
}

.sign-up-result {
	padding: 100px 0;
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 70px;
	left: 0;
	min-width: 100%;
	z-index: 110;
	transition: top 0.3s ease-out;
	width: 940px;
	min-width: 940px;
	left: 50%;
	margin-left: -470px;
	box-shadow: 0 0 60px rgba(0,0,0,0.5);
}

.sign-up-result .content {
	margin: 0 auto;
	width: 700px;
}

.sign-up-result.compact {
	padding: 40px 0;
	width: 740px;
	min-width: 740px;
	margin-left: -370px;
}

.sign-up-result.compact .content {
	width: 660px;
}

.sign-up-result.closed {
	top: -1000px;
}

.sign-up-result h2 {
	font-size: 36px;
	font-weight: 1000;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.sign-up-result p {
	margin-top: 0;
	margin-bottom: 50px;
}

.sign-up-result div.close {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon_close.png');
	float: right;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 16px;
}

.sign-up-result .button-container {
	text-align: right;
}

.sec-about {
	padding-bottom: 60px;
}

.sec-about .grid {
	margin-bottom: 0;
}

.sec-about .content {
	padding: 120px 64px;
}

.sec-about img {
	margin-top: 120px;
}

.sec-about ul {
	list-style-image: url('../images/list_item.png');
	margin-left: 34px;
}

.sec-about ul > li {
	padding: 0 16px 16px 16px;
}


.section.sec-about .header-line-right {
	border-bottom: 1px solid #d7d7d7;
	width: calc((100% - 1170px) / 2 + 64px);
	position: relative;
	top: 186px;
	left: calc((100% - 1170px) / 2 + 1170px - 64px);
}

.section.sec-features .header-line-left {
	border-bottom: 1px solid #d7d7d7;
	width: calc((100% - 1170px) / 2 + 45px);
	position: relative;
	top: 224px;
}

.section.sec-clients .header-line-left {
	border-bottom: 1px solid #d7d7d7;
	width: calc((100% - 1170px) / 2 + 64px + 45px);
	position: relative;
	top: 239px;
}

.section.sec-tariffs .header-line-left {
	border-bottom: 1px solid #d7d7d7;
	width: calc((100% - 1170px) / 2 + 45px);
	position: relative;
	top: 166px;
}

.section.sec-addoninfo .header-line-right {
	border-bottom: 1px solid #d7d7d7;
	width: calc((100% - 1170px) / 2 + 64px);
	position: relative;
	top: 264px;
	left: calc((100% - 1170px) / 2 + 1170px - 64px);
}

.section.sec-map-clients {
	transition: height 0.3s ease-out;
	height: 600px;
	background-color: #ecfffd;
	overflow: hidden;
}

.section.sec-map-clients.closed {
	height: 0;
}


.sec-addoninfo img {
	margin-top: 220px;
}

.sec-addoninfo a {
	color: #2198dd;
}
