/* 
 * Web Developer: Burdianov Ion
 * Author link: http://stelion.ru/
 * Date: 31.03.2014
 * Link to original template: http://etostroyka.stelion.ru/ 
 */
 
/**
* Import style
*/

@import "css/reset.css";
@import "css/common.css";
@import "css/fonts.css";
@import "css/responsive.css";
@import "css/animate.css";

/**
 * Site structure and common style
 * -----------------------------------------------------------------------------
 */
 
html {
	position: relative;
}
body {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}
nav img,
nav .telefon,
nav ul,
nav ul, li {
	display: inline-block;
	list-style: none;
}
.clear{
	content:'';
	display: table;
	clear: both;
}
.hidden {
	visibility: hidden;
}
.opacity {
	opacity: 1 !important;
}
nav ul a:hover,
.current {
	color: #20b4cf;
	border-bottom: 1px dashed #20b4cf;
}
.head-margin-top {
	margin-top: 90px;
}
.head-margin-top-scroll {
	margin-top: 40px;
}
nav,
article {
	width: 1060px;
	margin: 0 auto;
}
article {
	min-width: 300px;
}
section {
	overflow:hidden;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
 
header.head {
	position: fixed;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #898989;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	z-index: 350;
	min-width: 550px;
}
#header {
	background-image: url("images/header-bg.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #33b2e1;
	background-origin:border-box;
	background-position: right top;
	height: 430px;
	overflow: hidden;
	position: relative;
}
#header article{
}
#header:after {
	position: absolute;
	width: 100%;
	content:'';
	height: 10px;
	background: url(images/before-top.png) center center repeat-x;
	left: 0;
	bottom: 0;
}
#header h1 {
	margin-left: 60px;
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(125,122,136,1);
	line-height: 110%;
	padding: 5px 0 25px 0;
}
#header p {
	margin-left: 60px;
	line-height: 20px;
	color: #666666;
}
#header form {
	margin-left: 60px;
	width: 370px;
	position: relative;
}
#header form #name,
#header form #tel,
#tel3,
#name3
{
	width: 180px;
	padding-left: 45px;
}
#header form #name,
#name3{
	float: left;
	background: #fff url(images/icons/name.png) 8% 50% no-repeat;
}
#header form #name:focus,
#name3:focus{
	background: #fff url(images/icons/name-focus.png) 8% 50% no-repeat;
}
#header form #tel,
#tel3{
	float: right;
	background: #fff url(images/icons/telefon.png) 8% 50% no-repeat;
}
#header form #tel:focus,
#tel3:focus,
#tel4:focus{
	float: right;
	background: #fff url(images/icons/telefon-focus.png) 8% 50% no-repeat;
}
#header form input[type=submit],
#nonstop form input[type=submit] {
	width: 100%;
	margin-top: 10px;
}
header a.logo.current{
	border-bottom: 0;
}
#header .succes,
.succes3{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	font-family: 'Roboto';
	font-weight: bold;
	border-radius: 5px;
	background: #c1333f;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#header .succes p,
.succes3 p{
	color: #fff;
	padding-top: 20px;
	margin-left: 0;
}
#send3 {
	position: relative;
}
#send3:before {
	position: absolute;
	content:url(images/arrow.png);
	top: -120px;
	left: 45%;
}

/**
 * Than
 * -----------------------------------------------------------------------------
 */
 
#than {
	background: #65636e;
	text-align: center;
	padding-bottom: 5px;
	position: relative;
}
#than:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 10px;
	background: url(images/after-bottom.png) center center repeat-x;
	left: 0;
	bottom: -10px;
}
	#than h2 {
	font-size: 36px;
	font-family: 'Roboto';
	text-transform: uppercase;
	color: #fff;
	margin: 40px 0;
}
#than h6 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: normal;
}
#than p {
	font-size: 14px;
	color: #a29eaf;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 45px;
}
#than .ico {
	opacity: 0.3;
}

/**
 * Benefits
 * -----------------------------------------------------------------------------
 */
 
#benefits {
	background: #7e7a86;
	overflow: hidden;
}
#benefits article{
	width: 900px;
}
#benefits .coll_13 {
	margin-top: 20px;
	min-height: 280px;
}
.two_img {
	position: relative;
	display: inline-block;
	height: 100px;
}
.two_img .hover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.section {
	/*border-bottom: 1px solid #ded7c8;*/
	float:center;
}

.section h2 {
	text-align: center;
	background: #c1333f;
	padding: 15px;
	color:#fff;
}

.section2 {
	border-bottom: 1px solid #ded7c8;
	float:center;
}

.section2 h2 {
	text-align: center;
	background: #33b2e1;
	padding: 15px;
	color:#fff;
}

	
	
#benefits h2 {
	font-size: 58px;
	font-family: 'Roboto';
	text-transform: uppercase;
	color: #fff;
	margin: 40px 0;
	line-height: 110%;
	position: relative;
}
#benefits h2:before {
	content:url(images/blockquote-before.png);
	position: absolute;
	top: 10px;
	left: -70px;
}
#benefits h2:after {
	content:url(images/blockquote-after.png);
	position: absolute;
	bottom: -10px;
	right: -70px;
}
#benefits h2 span{
	font-size: 36px;
}
#benefits h6{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 30px;
	margin: 0;
	width: 180px;
	margin-left: -20px;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#benefits p{
	font-size: 14px;
	line-height: normal;
	color: #fff;
	padding-right: 50px;
}
#benefits h5{
	line-height: 80% !important;
	text-transform: uppercase;
	font-size: 34px;
	line-height: normal;
	color: #fff;
	font-weight: bold;
	margin: 0;
	position: relative;
	z-index: 2;
}
#benefits .coll_13:last-child{
	margin-top: -5px;
}
#benefits h5 span{
	font-size: 26px;
}
.last-bg {
	padding: 15px;
	position: relative;
}
.long-bg {
	background: #65636e;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 999999px;	
}
.rocket {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
.rocket .arrow {
	position: absolute;
	top: 29px;
	left: 93px;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: rotating 0.5s linear infinite;
  -moz-animation: rotating 0.5s linear infinite;
  -ms-animation: rotating 0.5s linear infinite;
  -o-animation: rotating 0.5s linear infinite;
  animation: rotating 0.5s linear infinite;
}

@-webkit-keyframes blick {
  0%   { opacity: 0; }
  10% { opacity: 1; }
  20%   { opacity: 0; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  1000% { opacity: 0; }
}
@-moz-keyframes blick {
  0%   { opacity: 0; }
  10% { opacity: 1; }
  20%   { opacity: 0; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  1000% { opacity: 0; }
}
@-o-keyframes blick {
  0%   { opacity: 0; }
  10% { opacity: 1; }
  20%   { opacity: 0; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  1000% { opacity: 0; }
}
@keyframes blick {
  0%   { opacity: 0; }
  10% { opacity: 1; }
  20%   { opacity: 0; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  1000% { opacity: 0; }
}
.blick {
  -webkit-animation: blick 2s infinite;
  -moz-animation:    blick 2s infinite;
  -o-animation:      blick 2s infinite;
  animation:         blick 2s infinite;
}

@-webkit-keyframes arrow {
  0%   { top: -150px;}
  50% { top: -120px;}
  100% { top: -150px; }
}
@-moz-keyframes arrow {
  0%   { top: -150px;}
  50% { top: -120px;}
  100% { top: -150px; }
}
@-o-keyframes arrow {
  0%   { top: -150px;}
  50% { top: -120px;}
  100% { top: -150px; }
}
@keyframes arrow {
  0%   { top: -150px;}
  50% { top: -120px;}
  100% { top: -150px; }
}
#send3:before {
  -webkit-animation: arrow 1s infinite;
  -moz-animation:    arrow 1s infinite;
  -o-animation:      arrow 1s infinite;
  animation:         arrow 1s infinite;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
 
#nonstop {
	background: linear-gradient(180deg, rgba(125,121,133,1) 0%, rgba(125,121,133,1) 52%, rgba(212,243,237,1) 52%, rgba(212,243,237,1) 100%);
	width: 100%;
	position: relative;
	height: 230px;

}
#nonstop:after {
	content: url(images/catch.png);
	position: absolute;
	left: 10%;
	bottom: 205px;
}
#nonstop header{
	width: 900px;
	margin: 0 auto;
}
#nonstop h2 {
	margin: 0;
	padding-bottom: 70px;
	font-size: 36px;
	color: #fff;
	font-family:'Roboto';
	text-transform: uppercase;
}
#nonstop h2 span{
	font-size: 24px;
}
#nonstop article {
	background: url(images/order-bg.png?2) no-repeat;
	background-size: 100% 100%;
	width: 100% !important;
	padding: 72px 0 0 0;
	position: relative;
	z-index: 1;
	height: 180px;
}
#nonstop .coll_12:first-child {
	text-align: right;
	font-weight: bold;
}
#nonstop .coll_12:first-child div{
	float: right;
	line-height: 16px;
	padding-top: 20px;
}
#nonstop .coll_12:first-child div:first-child{
	color: #fff;
	font-size: 48px;
	padding-top: 35px;
	padding-right: 10px;
}
#nonstop .coll_12:first-child div:first-child span:first-child{
	font-size: 20px;
}
#nonstop .coll_12:first-child div:first-child span:last-child{
	font-size: 28px;
}
#nonstop .coll_12:first-child div:last-child{
	color: #321842;
	line-height: 38px;
	font-size: 32px;
	padding-right: 10px;
	text-transform: uppercase;
}
#nonstop .coll_full{
	float: left;
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
	
}
#nonstop .coll_full div{
	display: inline-block;
	text-align: left;
	position: relative;
	line-height: normal;
	margin-top: -5px;
}
#nonstop .coll_full div:before{
	content: "7";
	font-size: 73px;
	position: absolute;
	left: -10px;
	font-weight: bold;
	top: -12px;
}
#nonstop .coll_full span{
	display: block;
	padding-left: 35px;
}
#nonstop .coll_full div span:last-child{
	font-size: 14px;
	color: #676495;
	text-transform: uppercase;
}
#nonstop form {
	width: 370px;
	position: relative;
}

/**
 * Tariffs
 * -----------------------------------------------------------------------------
 */
 
#tariffs {
	background: #D4F3ED;
	padding: 45px 0 75px;
}
#tariffs table thead tr td:nth-child(1) {
	width: 30%;
}
#tariffs table tbody tr td {
	padding: 7px 0;
	text-align: center;
	border-bottom: 1px solid #cdced3;
}
#tariffs table tbody tr:last-child td {
	border-bottom: 0 !important;
}
#tariffs table tbody tr td:first-child {
	text-align: left;
}
#tariffs table thead tr td:nth-child(3),
#tariffs table thead tr td:nth-child(5),
#tariffs table theadtr td:nth-child(7) {
	width: 21%;
}
#tariffs table tbody tr td:nth-child(3),
#tariffs table tbody td:nth-child(5),
#tariffs table tbody td:nth-child(7) {
	background-color: #fff;
}
#tariffs table thead tr td:nth-child(2),
#tariffs table thead tr td:nth-child(4),
#tariffs table thead tr td:nth-child(6) {
	width: 2.33%;
}
#tariffs table thead tr:nth-child(1) td:nth-child(1) {
	text-align: left;
	font-size: 72px;
	color: #7c7987;
	font-weight: bold;
}

#tariffs table thead tr:nth-child(2) td:nth-child(3),
#tariffs table thead tr:nth-child(2) td:nth-child(5),
#tariffs table thead tr:nth-child(2) td:nth-child(7) {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family:'Roboto';
	background: #322631;
	text-transform: uppercase;
	line-height: 65px;
}
#tariffs table thead tr:nth-child(1) td:nth-child(3) {
	vertical-align: middle;
	text-align: center;
}
#tariffs table tr:nth-child(1) td:nth-child(3) .help {
	color: #322631;
	display: inline-block;
	font-size: 30px;
	border-bottom: 1px dashed #20b4cf;
}
#tariffs table tr:nth-child(1) td:nth-child(3) .help1 {
	color: #322631;
	display: inline-block;
	font-size: 20px;
	border-bottom: 1px dashed #20b4cf;
}
#tariffs table tr:nth-child(1) td:nth-child(3) .help:hover {
	color: #20b4cf;
	cursor: pointer;
	border-bottom: 1px dashed transparent;
}
#tariffs table thead tr:nth-child(2) td:nth-child(5) {
	position: relative;
}
#tariffs table thead tr:nth-child(2) td:nth-child(5):after {
	position: absolute;
	content: url(images/popular.png);
	right: -3px;
	top: -3px;
}
#tariffs table tfoot {
	text-align: center;
}
#tariffs table tfoot tr:nth-child(1) td {
	color: #c48389 !important;
	font-size: 18px;
	font-family:'Roboto';
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	vertical-align: top;
	border-top: 25px solid transparent;
}
#tariffs table tfoot tr:nth-child(2) td {
	color: #20b4cf !important;
	font-size: 33px;
	font-family:'Roboto';
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
#tariffs table button{
	width: 100%;
}

#tariffs .select{
	background: url(images/select.png) center center no-repeat;
}
#tariffs .none{
	color: #c1333f;
	font-size: 30px;
	line-height: 1px;
	vertical-align: middle;
}
.google {color: #0031d2;} .google span:nth-child(2){color: #ea0000;} .google span:nth-child(3){color: #fff000;} .google span:nth-child(5){color: #01b501;} .google span:nth-child(6){color: #ea0000;}
.yandex {
	display: inline-block;
	padding-top: 5px;
}
.yandex:first-letter {
	color: red !important;
}
td .akce {
	position: relative;
}
td .akce:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 999999px;
	background: #322631;
}
td .akce .title {
	position: relative;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 32px;
	font-family: 'Roboto';
	z-index: 2;
}
td .akce .title:before {
	content:'';
	position: absolute;
	height: 60px;
	background: #20b4cf;
	right: 0;
	top: 0;
	z-index: -1;
	width:999999px;
}
td.akce .title span {
	position: relative;
	z-index: 3;
}
.wait {
	position: relative;
}
.wait .faq{
	position: absolute;
	right: -1000px;
	opacity: 0;
	top: -45px;
	background: #33212E url(images/rak.png) right bottom no-repeat;
	z-index: 1;
	color: #fff;
	padding: 20px 20px 10px 20px;
	width: 430px;
	text-align: left;
	border-radius: 3px;
	border: 3px solid #c1333f;
}
.wait .faq.show{
	right: -480px;
	opacity: 1;
}
.wait .faq:before{
	position: absolute;
	left: -17px;
	top: 50%;
	margin-top: -18px;
	content: url(images/faq.png);
}
.wait .faq .close{
	width: 14px;
	height: 14px;
	background: url(images/faq-close.png) no-repeat;
	position: absolute;
	top: 6px;
	right: 6px;
}
.wait .faq .close:hover{
	cursor: pointer;
}
.wait h6 {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding-bottom: 10px;
}
.wait h6 span{
	text-transform: uppercase;
}
.wait p {
	padding: 5px 0;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
}

/**
 * Calculator
 * -----------------------------------------------------------------------------
 */

 #calculator .wrap{
	 text-align: center;
	 background: #D4F3ED;
	 padding-top: 0;
	 padding-bottom: 40px;
 }
 #calculator .block{
	 display: inline-block;
	 max-width: 678px;
 }
 #calculator h2{
	font-size: 48px;
    text-align: center;
    color: #41414a;
    font-family: SuisseCond,Arial,sans-serif;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 40px;
    margin-top: 0;
 }
 #calculator .drop-down-block{
    background-color: #fff;
    font: normal 24px/18px SuisseCond,Arial,sans-serif;
	text-align: left;
	margin-top: 24px;
    border: 1px solid #cbeae4;
    border-radius: 0;
    transition: box-shadow 0.1s ease-out, max-height 0.3s;
	max-height: 62px;
	overflow: hidden;
 }
 #calculator .drop-down-block:hover, #calculator .drop-down-block.act{
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%), 0 2px 8px 0 rgb(0 0 0 / 15%);
 }
 #calculator .drop-down-block.act{
	 max-height: 617px;
 }
 #calculator .drop-down-block.act .arrow{
	transform: rotate(180deg);
}
 #calculator .head{
	height: 18px;
    padding: 21px 18px 23px;
	line-height: 18px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
 #calculator .head span{
	color: #079;
 }
 #calculator .head span:hover{
	color: #ea6400;
}
#calculator .head .arrow{
	display: block;
	position: relative;
	width: 21px;
	height: 12px;
	transition-duration: 0.1s;
}
#calculator .head .arrow::before, #calculator .head .arrow::after{
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	content: '';
	background: #777;
	top: 0;
	transition-duration: 0.1s;
}
#calculator .head .arrow::before{
	left: 1px;
	transform: rotate(45deg);
	transform-origin: 0 0;
}
#calculator .head .arrow::after{
	right: 1px;
	transform: rotate(-45deg);
	transform-origin: 100% 0;
}
#calculator .head:hover .arrow::before,
#calculator .head:hover .arrow::after{
	background: #000;
}
#calculator .list{
	padding: 5px 18px 18px 18px;
	overflow: hidden;
}
#calculator .list .list-buttons{
	padding-bottom: 7px;
}
#calculator .list .list-items{
	max-height: 500px;
	overflow-y: scroll;
	scrollbar-color: #747474 #fff;
    scrollbar-width: thin;
}
#calculator .list .list-items::-webkit-scrollbar{
	width: 6px;
    height: 6px;
    background-color: #fff;
}
#calculator .list .list-items::-webkit-scrollbar-thumb{
    background-color: #747474;
    border-radius: 3px;
    box-shadow: none;
}
#calculator .list-item{
	margin-top: 5px;
	margin-bottom: 14px;
}
#calculator .list-item.lavel-2{
	margin-left: 20px;
	display: none;
}
#calculator .list-item.lavel-3{
	margin-left: 40px;
	display: none;
}
#calculator .list-item.lavel-2.act, #calculator .list-item.lavel-3.act{
	display: block;
}
#calculator .list-item .checkbox-label{
	margin-right: 7px;
}
#calculator .list-item .pseudo-checkbox{
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	user-select: none;
	width: 14px;
	height: 14px;
	border: 1px solid #adb5bd;
	border-radius: 3px;
	position: relative;
}
#calculator .list-item .pseudo-checkbox svg{
	width: 14px;
	height: 14px;
	margin: auto;
	opacity: 0;
}
#calculator .list-item .checkbox{
	cursor: pointer;
	opacity: 0;
	width: 0;
}
#calculator .list-item .checkbox:checked + .pseudo-checkbox svg{
	opacity: 1;
}
#calculator .list-item .checkbox-label.minus .pseudo-checkbox svg{
	opacity: 0;
}
#calculator .list-item .checkbox-label.minus .pseudo-checkbox::after{
	content: '';
	position: absolute;
	display: block;
	background: #000;
	height: 2px;
	width: 8px;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	border-radius: 1px;
	margin-left: -4px;
}
#calculator .list-item .item{
	font-size: 14px;
    font-family: Arial,sans-serif;
	color: #414a4c;
	cursor: pointer;
	line-height: 18px;
	vertical-align: middle;
	background-image: linear-gradient(90deg,rgba(65,74,76,.35),rgba(65,74,76,.35) 50%,transparent 0);
    background-size: 2px 1px;
    border: none;
    padding: 0;
    outline: none;
    background-position: 0 100%;
    background-repeat: repeat-x;
    text-decoration: none;
	transition-duration: 0.1s;
}
#calculator .list-item .item:hover{
	background-image: linear-gradient(90deg,rgba(234,100,0,.35),rgba(234,100,0,.35) 50%,transparent 0);
    color: #ea6400;
}
#calculator .list-item.last-lavel .item{
	background: #fff;
	cursor: text;
}
#calculator .list-item.last-lavel .item:hover{
	background: #fff;
    color: #414a4c;
}
#calculator .list-item .number{
	opacity: 0.5;
    margin-left: 4px;
	font-size: 14px;
    font-family: Arial,sans-serif;
    line-height: 18px;
    color: #41414a;
	vertical-align: middle;
}
#calculator .remove, #calculator .highlight, #calculator .clear{
	display: inline-block;
	color: #41414a;
    border: 1px solid #dddede;
    border-radius: 2px;
    background-color: #fff;
    font: 12px Arial,sans-serif;
	padding: 2px 12px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}
#calculator .remove:hover, #calculator .highlight:hover, #calculator .clear:hover{
	background-color: #fbfbfb;
}
#calculator .results{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	font-family: SuisseCond,Arial,sans-serif;
}
#calculator .result span{
	line-height: 30px;
}
#calculator .result img{
	height: 30px;
	margin-right: 10px;
}
#calculator .buttons{
	margin-top: 20px;
	position: relative;
}
#calculator .buttons .application{
	display: inline-block;
	width: 250px;
	line-height: 48px;
    height: 48px;
    font-family: SuisseCond,Arial,sans-serif;
    font-size: 21px;
	background-color: #84c052;
    color: #fff;
	cursor: pointer;
	transition-duration: 0.1s;
	margin-bottom: 20px;
}
#calculator .buttons .application:hover{
	background-color: #6fa740;
}
#calculator .buttons .clear{
	position: absolute;
	right: 0;
	top: 0;
}
#calculator .star_text{
	font-size: 14px;
    color: #aeaeb0;
	font-family: Arial,sans-serif;
    line-height: 18px;
}

#pop-up{
	position: fixed;
	display: flex;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(7px);
	z-index: 1000;
	animation-duration: 0.3s;
	left: -200%;
	opacity: 0;
}
#pop-up.act{
	left: 0;
	opacity: 1;
	animation-name: pop-up;
}
#pop-up form{
	background-color: #fff;
    font: normal 24px/18px SuisseCond,Arial,sans-serif;
	color: #000;
    border: 1px solid #cbeae4;
    border-radius: 5px;
	width: 500px;
	max-width: 500px;
	margin: auto;
	display: block;
	text-align: center;
	padding: 30px;
	animation-duration: 0.3s;
	opacity: 0;
    transform: scale(0.1, 0.1);
}
#pop-up form.act{
	animation-name: form;
	opacity: 1;
    transform: scale(1, 1);
}
#pop-up .success{
	background-color: #fff;
    font: normal 24px/18px SuisseCond,Arial,sans-serif;
	color: #000;
	border: 1px solid #cbeae4;
    border-radius: 5px;
	text-align: center;
	width: 500px;
	height: 150px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -75px;
	animation-duration: 0.3s;
}
#pop-up .success.act{
	animation-name: form;
	left: 50%;
}
#pop-up .title{
	display: block;
	font-weight: normal;
	font-size: 24px;
	font-family: SuisseCond,Arial,sans-serif;
	margin-bottom: 30px;
	line-height: 30px;
}
#pop-up label{
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	font-family: SuisseCond,Arial,sans-serif;
	margin-bottom: 10px;
}
#pop-up #name, #pop-up #e-mail{
	display: block;
	font-weight: normal;
	font-size: 24px;
	font-family: SuisseCond,Arial,sans-serif;
	margin-bottom: 20px;
	color: #000;
	border: 1px solid #000;
	width: 100%;
	border-radius: 0;
}
#pop-up form .submit{
	display: inline-block;
	font-weight: normal;
	font-family: SuisseCond,Arial,sans-serif;
	width: 250px;
	line-height: 48px;
    height: 48px;
    font-size: 21px;
	background-color: #84c052;
    color: #fff;
	cursor: pointer;
	transition-duration: 0.1s;
	padding: 0;
	border-radius: 0;
	margin-top: 20px;
}
#pop-up form .submit:hover{
	background-color: #6fa740;
}
#pop-up .hid{
	display: none;
}
@keyframes pop-up{
    0%{
        left: -200%;
		opacity: 0;
        backdrop-filter: blur(0px);
    }
    1%{
        left: 0;
		opacity: 0;
        backdrop-filter: blur(0px);
    }
    100%{
        left: 0;
		opacity: 1;
        backdrop-filter: blur(7px);
    }
}
@keyframes form{
    0%{
        opacity: 0;
        transform: scale(0.1, 0.1);
    }
    1%{
        opacity: 0;
        transform: scale(0.1, 0.1);
    }
    100%{
        opacity: 1;
        transform: scale(1, 1);
    }
}


/**
 * faq
 * -----------------------------------------------------------------------------
 */

#faq{
	padding-top: 80px;
	padding-bottom: 41px;
	text-align: center;
}
#faq h2{
	margin-bottom: 24px;
	margin-top: 0;
	color: #3598DB;
    font-size: 36px;
    text-align: center;
    line-height: 43px;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
}
#faq .questions{
	max-width: 716px;
	display: inline-block;
	text-align: left;
}
#faq .question{
	margin-bottom: 6px;
}
#faq .head{
	padding: 12px 15px;
	color: #FFFFFF;
    line-height: 16px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
    background: #3598DB;
	font-weight: bold;
	cursor: pointer;
}
#faq .head:hover{
	background-color: rgba(53,152,219,0.8);
}
#faq .question.act .head{
	background-color: #fff;
	color: #3598DB;
}
#faq .answer{
	padding: 0 20px;
	box-sizing: border-box;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    color: #999999;
	font-size: 14px;
	line-height: 20px;
	max-height: 0;
	overflow: hidden;
	transition-duration: 0.3s;
}
#faq .question.act .answer{
	max-height: 250px;
	padding-bottom: 20px;
	transition-duration: 0.5s;
}
#faq .answer span{
	font-weight: bold;
}
#faq .head .arrow{
	display: inline-block;
	position: relative;
	width: 21px;
	height: 12px;
	margin-right: 15px;
}
#faq .head .arrow::before, #faq .head .arrow::after{
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	content: '';
	background: #fff;
	top: 0;
}
#faq .head .arrow::before{
	left: 1px;
	transform: rotate(45deg);
	transform-origin: 0 0;
}
#faq .head .arrow::after{
	right: 1px;
	transform: rotate(-45deg);
	transform-origin: 100% 0;
}



/**
 * faq
 * -----------------------------------------------------------------------------
 */


 /**
 * Reviews
 * -----------------------------------------------------------------------------
 */

#reviews {
	overflow: hidden;
}
#reviews article {
	max-width: 860px;
	width: 70%;
	margin: 0 auto;
}
.flexslider-content-testimonial .flex-direction-nav .flex-prev {
	left: -15%;
	background: url(images/prev.png) no-repeat;
}
.flexslider-content-testimonial .flex-direction-nav .flex-prev:hover {
	background: url(images/prev-hover.png) no-repeat;
}
.flexslider-content-testimonial .flex-direction-nav .flex-prev img,
.flexslider-content-testimonial .flex-direction-nav .flex-next img {
	display: none !important;
}

.flexslider-content-testimonial .flex-direction-nav .flex-next {
	right: -15%;
	background: url(images/next.png) no-repeat;
}
.flexslider-content-testimonial .flex-direction-nav .flex-next:hover {
	background: url(images/next-hover.png) no-repeat;
}
.gravatar {
	width: 100%;
	max-width: 160px;
	height: auto;
	padding: 10px;
}
.flexslider-content-testimonial .content {
	position: relative;
	padding: 1% 3% 1% 8%;
}
.flexslider-content-testimonial .content:before {
	position: absolute;
	content: " “ ";
	color: #20b4cf;
	font-size: 120px;
	line-height: 120px;
	left: 0;
	top: -10px;
}
.flexslider-content-testimonial .flex-viewport {
	padding-top: 0;
	padding-bottom: 0;
}
.author {
	color: #999999 !important;
	font-style: italic;
}

/**
 * Reviews
 * -----------------------------------------------------------------------------
 */

#numbers {
	text-align: center;
	background: url(images/numbers-bg.jpg) center center no-repeat;
	background-size: 100% auto;
}
#numbers article{
	width: auto;
	margin: 0;
	padding: 100px;
}
#numbers article .container {
	background: rgba(0,0,0,0.3);
	padding: 50px 0;
}
#numbers article .container:after {
	content:'';
	display: table;
	clear: both;
}
.container .coll_14 span:nth-child(1) {
	font-size: 72px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	font-family: 'Roboto';
	font-weight: bold;
}
.container .coll_14 span:nth-child(3) {
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	font-weight: bold;
	line-height: 16px;
	display: block;
}
.container .coll_14 span img.blick {
	position: absolute;
	left: 0;
	top: 12px;
}

/**
 * Portfolio
 * -----------------------------------------------------------------------------
 */

#portfolio {
	background: #eff1f2;
	padding-bottom: 80px;
}
#portfolio h2{
	color: #7c7987;
	font-size: 72px;
	width: 1060px;
	margin: 0 auto;
	padding: 60px 0;
}
#portfolio h2 img{
	display: inline-block;
	margin-top: -20px;
	padding: 0 0 0 5px;
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */

footer {
	position: relative;
}
footer article {
	text-align: center;
	padding-bottom:30px;
}
footer .container {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
footer .container .coll_12:nth-child(2){
	text-align: right;
	color: #322631;
	font-size: 22px;
}
footer .container .coll_12:nth-child(2) div {
	text-align: left;
	display: inline-block;
}
footer .container .coll_12:nth-child(2) div span{
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
footer .container:after {
	content: '';
	display: table;
	clear: both;
}
footer .coll_18 {
	display: inline-block;
}
footer .coll_18 img{
	width: auto;
	height: auto;
	padding: 5px 5px 15px 5px;
	opacity: 0.35;
	-moz-transform:    scale(1);
    -o-transform:      scale(1);
    -webkit-transform: scale(1);
    transform:         scale(1);
}
footer .coll_18 img:hover{
	opacity: 1;
	-moz-transform:    scale(1.1);
    -o-transform:      scale(1.1);
    -webkit-transform: scale(1.1);
    transform:         scale(1.1);
}
.bottom-arrow {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -36px;
	border: 6px solid #eff1f2;
	border-radius: 50%;
}
.bottom-arrow:hover {
	border: 6px solid #20b4cf;
}

 /**
 * Navigation
 * -----------------------------------------------------------------------------
 */

nav {
}
nav.start {
	padding: 25px 20px;
}
nav.scroll{
	padding: 2px 20px;
}
nav ul {
	margin-left: 60px;
}
nav ul a{
	font-size: 14px;
	text-transform: uppercase;
}
nav ul a{
	border-bottom: 1px dashed #322631;
	padding-bottom: 2px;
}
nav ul a:hover{
	text-decoration: none;
}
nav ul li{
	padding: 0 8px;
}
nav .telefon {
	float: right;
	color: #322631;
	font-size: 24px;
	font-weight: bold;
	line-height: 180%;	
}

 /**
 * Footer
 * -----------------------------------------------------------------------------
 */

 /**
 * Button to top
 * -----------------------------------------------------------------------------
 */
 
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border: none;
	z-index: 1;
	text-indent: 100%;
	background:url(images/up.png) no-repeat;
}
#toTop:hover {
	background:url(images/up-hover.png) no-repeat;
}
#toTopHover {
	width:32px;
	height:32px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTopHover:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

#toTop:active, #toTop:focus {
	outline:none;
}
 
  /**
 * Special effects
 * -----------------------------------------------------------------------------
 */

nav, nav img, nav .telefon, #toTop, .opacity, .head-margin-top, .head-margin-top-scroll, #header, input, .ico, .click-here-heading, .order_call, #tariffs table tr:nth-child(1) td:nth-child(3) a, button, .fraction-slider .prev img, .fraction-slider .next img, .flex-direction-nav .flex-next img, .flex-direction-nav .flex-prev img, .flexslider .slides > li .more, .flexslider .slides > li .more:hover .bottom a, footer .coll_18 img, .bottom-arrow, .wait .faq, #tariffs table tr:nth-child(1) td:nth-child(3) .help {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.flexslider .slides > li .more .top,
.flexslider .slides > li .more .bottom {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
nav .telefon span{
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	animation-delay: 5s;
	-moz-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.tadatel {
  -webkit-animation-name: tadatel;
  animation-name: tadatel;
}
@-webkit-keyframes tadatel {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  1%, 2% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  3%, 5%, 7%, 9% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  4%, 6%, 8% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  10% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tadatel {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  1%, 2% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  3%, 5%, 7%, 9% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  4%, 6%, 8% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  10% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.anim {
	transition: all 0.3s ease; opacity: 0.01; -webkit-transform: scale(1.5, 1.5);
}


/**
 * Left hidden menu
 * -----------------------------------------------------------------------------
 */

aside h2 {
	color: #423741;
	font-family: 'Roboto';
	font-size: 30px;
	position: relative;
}
aside h2:after {
	content: url(images/closer.png);
	position: absolute;
	right: 0;
	top: -5px;
}
aside p {
	color: #423741;
	font-size: 18px;
	padding: 20px;
	line-height: normal;
}
aside p span {
	color: #c1333f;
}
aside form {
	width: 290px;
	margin: 0 auto;
	position: relative;
}
aside form input{
	width: 100%;
	margin: 8px 0;
}
aside form #name2,
aside form #tel2{
	padding-left: 45px;
}
aside form #name2{
	float: left;
	background: #fff url(images/icons/name.png) 4% 50% no-repeat;
}
aside form #name2:focus{
	background: #fff url(images/icons/name-focus.png) 4% 50% no-repeat;
}
aside form #tel2{
	float: right;
	background: #fff url(images/icons/telefon.png) 4% 50% no-repeat;
}
aside form #tel2:focus{
	float: right;
	background: #fff url(images/icons/telefon-focus.png) 4% 50% no-repeat;
}
aside form input[type=submit] {
	width: 100%;
	margin-top: 10px;
}
aside .succes2,
.succes4{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
	text-align: center;
}
aside .succes2 p{
	color: #c1333f;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: bold;
	line-height: 80%;
}
aside .succes2 p span{
	font-size: 18px;
	font-weight: normal;
}


.click-here {
    position: fixed;
    top:0;
    left:-355px;
    width: 414px;
    height: 100%;
    z-index: 200;
}
.order-form-container {
	background-size: 100% 100% !important;
	background: url(images/aside-bg.jpg) no-repeat;
	width: 355px;
    height: 100%;
    position: relative;
	text-align: center;
}
.click-here .order-form {
    float: left;
    margin-top: 150px;
}
.click-here-heading {
    width: 59px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}
.order_call {
    background-color: rgba(193,51,63,0.4);
	background-image: url(images/order.png);
	background-position: center center;
    background-repeat: no-repeat;
}
.order_call.close {
    background: rgba(193,51,63,1);
	background-image: url(images/svernuti.png);
	background-position: center center;
    background-repeat: no-repeat;
}
.order_call:hover {
    background-color: rgba(193,51,63,1);
	background-position: center center;
    background-repeat: no-repeat;
}
.order-ico {
	position: relative;
	display: inline-block;
}
.order-ico .ico_fade{
	position: absolute;
	top: 0;
	left: 0;
}
.left-arrow {
    width: 25px;
    height: 50px;
    background-image: url(images/bg/bg-28.html);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 0;
    top:200px;   
}

/*-- Timer--*/

#countdown {
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
	position: relative;
	z-index: 300;
	padding-right: 20px;
}
.day span {
	font-size: 18px;
	display: inline-block;
	padding: 0 21px 0 30px;
	text-align: center;
}
.day {
	margin-top: -40px;
	position: relative;
	z-index: 10;
	color: #fff;
	font-weight: normal;
}
.timers {
	white-space: nowrap;
}
.countdownHolder{
	margin:0 auto;
    font-size: 50px;
	text-align:center;
	letter-spacing:-13px;
}
.position{
	display: inline-block;
	width: 35px; height: 76px;
	position: relative;
}
.digit{
	position:absolute;
	display:block;
	width:53px;
	height: 76px;
	text-align:center;
	letter-spacing:-1px;
}
.digit.static{
    color: #fff;
	top: -4px !important;
}
.digit.static{box-shadow:none}
.countDays{padding: 0 20px 0 0;}
.countDiv0{ display: none;}
.countHours{padding: 0 10px;}
.countDiv1{display: none;}
.countMinutes{padding: 0 0 0 20px;}
.countDiv2{display: none;}
.countSeconds{display: none;}
.countDiv{ display: none;}
.countDiv:before{
	display: none;
}

.timer {margin: 0 auto; width:300px}
.timer span {
    font-size: 14px;
    text-align: center;
    float: left; margin: 0 13px 0 12px;
    width: 50px; color: #fff;
}

/*-- END_Timer --*/

/*---- Pop Up ----*/

.pop_up_fon{
    display: none;
    width: 100%; height: 100%;
    position: fixed;
    z-index: 400;
}
.pop_up {
    width: 100%; height: 100%;
    position: fixed;
    cursor: pointer;
    background: #000;
    opacity: 0.75;
    -o-opacity: 0.75;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    z-index: 78;
}
.pop_up_fon_call input[type=text],
.pop_up_fon input[type=text] {
	margin-bottom:15px;	
}
.pop_up_fon .close ,
.pop_up_fon_call .close{
    cursor: pointer;
	color: #fff;
    position: absolute;
	font-size: 14px;
	font-family: verdana;
	text-align: center;
	line-height: 15px;
    top: 5px; right: 10px;
    z-index: 111 ;
}
.pop_up_fon .close:hover,
.pop_up_fon_call .close:hover{
	color: red;
}
.pop_up_fon .coll_full {
	font-size: 60px;
	color: #fff;
	font-family:'Roboto';
	background: #000;
	padding-bottom: 5px;
	font-weight: bold;
}
.pop_up_fon .order_block {
    position: absolute;
    top: 120px;
	width: 50%;
	left: 25%;
    z-index: 101;
	background: #fff;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
}
.pop_up_fon .coll_12 div {
   padding: 25px;
}
.pop_up_fon .coll_12 div p span.red {
   color: #c1333f;
}
.pop_up_fon .coll_12 div p span.pink,
.pop_up_fon .coll_12 div p a {
   color: #690e61;
}
.pop_up_fon form {
   position: relative;
}
.pop_up_fon p {
	color: #423741;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	line-height: normal;
	margin-bottom: 10px;
}
.pop_up_fon form input{
   width: 85%;
}
#name4,
#tel4,
#email4 {
	float: none !important;
	padding-left: 15%;
	background-color: #ededed;
}
#name4 {
	background: #ededed url(images/icons/name.png) 6% 50% no-repeat;
}
#name4:focus {
	background: #fff url(images/icons/name-focus.png) 6% 50% no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#email4 {
	background: #ededed url(images/icons/email.png) 6% 50% no-repeat;
}
#email4:focus {
	background: #ededed url(images/icons/email-focus.png) 6% 50% no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#tel4{
	background: #ededed url(images/icons/telefon.png) 6% 50% no-repeat;
}
#tel4:focus{
	background: #FFF url(images/icons/telefon-focus.png) 6% 50% no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#button4 {
	width: 85%;
}
.succes4{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0 !important;
	z-index: 2;
	color: #fff;
	font-family: 'Roboto';
	font-weight: bold;
	border-radius: 5px;
	background: #c1333f;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.succes4 p{
	font-size: 24px;
	color: #fff;
	padding: 45px 20px 20px;
	margin-left: 0;
	text-align: center;
}