﻿@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&display=swap&subset=cyrillic-ext');

/* Eric Meyer's CSS Reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {list-style: inherit; list-style-position: inside;}
ul li {
	list-style-image: url(../images/marker.gif);
}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
td, tr, th {
	border:1px solid #B2B2B2;
}
i, em {font-style:italic;}
b, strong {font-weight:bold;}
small {font-size:70%;}
html {height: 100%;}
header, nav, section, article, aside, footer {display: block;}
body {
	font-family: 'PT Sans', sans-serif;
	font-size:11pt;
	line-height:14pt;
	color:#000;
	width: 100%;
	height: 100%;
	background:url(../images/2020-background.png) repeat;
}
a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
p, ul {margin: 0 20px 18px 20px; text-align: justify}
img {border: none;}
input {vertical-align: middle;}

hr {
	border:0;
	height: 1px;
	background: #b2b2b2;
	outline: none;
	margin: 10px 0;
	clear:both;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 a {
	color: #000;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
.clear {
	content: "";
	display: table;
	overflow: hidden;
	clear:both;
	height: 0;
}
.clear:after,
.clear:before {
	clear: both;
}



/* Buttons
****************************************************/
.button {
	display: block;
	height: 25px;
	padding-top: 5px;
	width: auto;
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	border: 0;
	cursor: pointer;
}
	.button.middle {
		width: 160px;
		padding: 5px 0 0 0 !important;
	}
	/* Сиреневая кнопка */
	.button.lilac {
		background: #ff7b61;
		color:#fff;
		text-align: center;
		box-shadow: 0px 3px 1px #ff565a, 0px 6px 5px #ff464a;
	}
		.button.lilac:hover {
			box-shadow: 0px 3px 1px #ff666a, 0px 6px 5px #ff565a, inset 0px 0px 4px #ff464a;
		}
		.button.lilac:active {
			top:2px;
			box-shadow: 0px 3px 1px #ff666a, 0px 6px 5px #ff565a, inset 0px 0px 4px #ff464a;
		}


.button.main-blue,
.button.main-orange,
.button.main-purple {
	text-align: center;
	color:#fff;
	margin-bottom: 10px;
	font-size: 14pt;
	width: 200px;
	height: 36px;
	vertical-align: middle;
	display: inline-block;
	padding: 20px 0 0 0 !important;
	margin-right: 10px;
}

.button.main-blue {
	background: #2aa3ff;
	box-shadow: 0 3px 1px #2aa3ff, 0 6px 5px #fff, inset 0 0 4px #4ac3ff;
}
.button.main-blue:hover {
	background: #4ac3ff;
}
.button.main-orange {
	background: #ff8f4c;
	box-shadow: 0 3px 1px #ff8f4c, 0 6px 5px #fff, inset 0 0 4px #df6f2c;
}
.button.main-orange:hover {
	background: #ffaf6c;
}
.button.main-purple {
	background: #a63aff;
	box-shadow: 0 3px 1px #a63aff, 0 6px 5px #fff, inset 0 0 4px #961adf;
}
.button.main-purple:hover {
	background: #c65aff;
}




	/* Оранжевая кнопка */
	.button.orange {
		background: url(../images/orange.png) repeat-x;
		color:#fff;
		text-align: center;
		box-shadow: 0px 3px 1px #ba7746, 0px 6px 5px #edd1b1;
	}
		.button.orange:hover {
			box-shadow: 0px 3px 1px #ba7746, 0px 6px 5px #edd1b1, inset 0px 0px 4px #f1dfc9;
		}
		.button.orange:active {
			top:2px;
			box-shadow: 0px 2px 1px #ba7746, 0px 2px 5px #edd1b1, inset 0px 5px 5px #f59d31;
		}
		
		/* Зеленая кнопка */
	.button.green {
		background: #23bd38;
		color:#fff;
		text-align: center;
		box-shadow: 0px 3px 1px #528459, 0px 6px 5px #ddffe2;
		width: 180px;
		font-weight: normal;
	}
		.button.grren:hover {
			box-shadow: 0px 3px 1px #528459, 0px 6px 5px #edd1b1, inset 0px 0px 4px #ddffe2;
			font-weight: normal;
		}
		.button.green:active {
			top:2px;
			box-shadow: 0px 2px 1px #528459, 0px 2px 5px #edd1b1, inset 0px 5px 5px #ddffe2;
			font-weight: normal;
		}
		
		/* Синяя кнопка */
	.button.blue {
		background: #3fa6dd;
		color:#fff;
		text-align: center;
		box-shadow: 0px 3px 1px #5c88c6, 0px 6px 5px #b0d1ff;
		width: 180px;
		font-weight: normal;
	}
		.button.grren:hover {
			box-shadow: 0px 3px 1px #5c88c6, 0px 6px 5px #edd1b1, inset 0px 0px 4px #b0d1ff;
			font-weight: normal;
		}
		.button.green:active {
			top:2px;
			box-shadow: 0px 2px 1px #5c88c6, 0px 2px 5px #edd1b1, inset 0px 5px 5px #b0d1ff;
			font-weight: normal;
		}

/* Внешнаяя ссылка 
****************************************************/
a.blank {
	background: url(../images/icon-1.png) no-repeat left center;
	padding-left: 15px;
}






.wrapper {
	width: 1110px; /* + по 20px паддинг * была ширина 960px*/
	margin: 20px auto;
	padding: 20px 20px 10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}


/* Header
****************************************************/
.header {
	height: 100px;
	padding-top: 30px;
}


/* Middle
****************************************************/
.middle {
	width: 100%;
	padding: 0 0 140px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
}
.content {
	padding: 0 15px 0;
}
	.content.main {
		padding: 0 15px 150px;
	}
	.content.sidebar-r {
		margin:0 270px 0 0;
	}
	.content.sidebar-l {
		margin:0 0 0 270px;
	}
	.content.email-page {
		background:url(../images/email-bg.png) no-repeat center 50px;
	}
	
	.content.viber-page {
		background:url(../images/580b57fcd9.png) no-repeat center 350px;
	}



/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 210px;
	margin-left: -250px;
	position: relative;
}

	.right-sidebar > nav ul li {
		margin-bottom: 2px;
		list-style-type: none;
		list-style-image:none;
	}
		.right-sidebar > nav ul li a {
			display: block;
			height: 20px;
			width: 190px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding:7px 10px 5px;
			color: #008bd2;
			text-decoration: none;
			font-size: 15px;
		}
			
			.right-sidebar > nav ul li a:hover {
				background:url(../images/sidebar-menu-li.png) repeat-x 0 0;
			}
			.right-sidebar > nav ul li.active a {
				background:url(../images/sidebar-menu-li.png) repeat-x 0 -68px;
				color: #fff;
			}

	.sb-menu {
		margin-bottom:20px;
	}

/* Блок с Pdf
------------------------------------------------------------------------------*/	
.pdf-links {
	margin:0 0 20px 0;
}
	.pdf-links  .plink {
		background:url(../images/icon-pdf.png) no-repeat left center;
		display:block;
		padding-left: 40px;
		margin: 0 0 15px 0;
	}
		.pdf-links  .plink a {
			display:block;
			color:#008bd2;
		}
		.pdf-links  .plink .psize {
			color:#7E7E7E;
		}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 265px;
	margin-left: -100%;
	position: relative;
}

/* Footer
****************************************************/
.footer {
	width: 1050px;
	margin: -150px auto 0;
	height: 140px;
	position: relative;
	padding: 20px 15px 0;
	border-top: 1px solid #d6d6d7;
}
	.footer .left {
		float: left;
		width: 500px;
		font-size: 11px;
		margin-left: 0;
	}
		.footer .footer-menu {
			display: block;
			margin-bottom: 5px;
			color: #666;
		}
			.footer .footer-menu ul li {
				list-style-type: none;
				display: inline-block;
				margin: 0 20px 0 0;
				font-size: 12px;
			}
				.footer .footer-menu ul li.active a {
					text-decoration:none;
				}
				.footer .footer-menu ul li a {
					color: #666;
				}

/* Logo
****************************************************/
.logo {
	display: block;
	float: left;
	overflow: hidden;
	width: 145px;
	height: 120px;
	text-indent: -9999px;
	background: url(../images/2020-logo.png) no-repeat;
	margin-top: -20px;
}	
	.logo a {
		display: block;
		height: 100%;
	}

	/* Head buttons
	****************************************************/
	.header .hleft {
		float: left;
		width: 180px;
		display: block;
		margin: 0px 40px;
	}
		.header .hleft > small{display:block;font-size:70%;line-height:1.2em;margin-top:15px;}
	.header .hright {
		float: right;
		width: 165px;
		display: block;
	}
		.header .hleft a.button,
		.header .hright a.button {
			display: block;
		}
		
	/* Phone top
	****************************************************/
	.header .phone {
		float: left;
	}
		.header .phone .number {
			background: url(../images/phone.png) no-repeat left center;
			padding-left: 20px;
			font-size: 24px;
			margin-bottom: 10px;
		}
			.header .phone .number .grey {
				font-size: 12px;
				color: #8a8787;
			}
		.header .phone .links a {
			margin: 0 17px;
			    color: #018cd5;
		}
		ul.links, ul.links li {
			list-style-type: none;
			list-style-image: none;
		}



/* Navmenu
****************************************************/
.navmenu {
	height: 44px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: url(../images/menu.png) repeat-x;
	-webkit-box-shadow: 0px 3px 5px 0px #afaeb3;
	-moz-box-shadow:    0px 3px 5px 0px #afaeb3;
	box-shadow:         0px 3px 5px 0px #afaeb3;
	overflow: hidden;
	margin-bottom: 35px;
	margin-top: 40px;
}
		.navmenu ul li {
			float: left;
			list-style-type: none;
			list-style-image: none;
			border-left: 1px solid #e1e1e1;
			border-right: 1px solid #efefef;
			height: 42px;
			font-size: 17px;
		}
		.navmenu ul li:first-child {
			border-left: none;
		}
		.navmenu ul li:last-child {
			border-right: none;
		}
			.navmenu ul li a {
				display: block;
				padding: 13px 10px;
				color: #4a4a4a;
			}
			.navmenu ul li.last.active a {
				padding:13px 19px 13px 10px;
			}
			.navmenu ul li.active a {
				background:#0076b3 url(../images/menu-active.png) repeat-x;
				color: #fff;
			}




/* Тизер
****************************************************/
.tiser {
	display: block;
	height: 221px;
	width: 100%;
	background:url(../images/2020-background.png) repeat;
	border-top: 2px solid #161883 !important;
	border:1px solid #e1e1e1;
	padding-top: 45px;
	font-size: 14px;
	margin-bottom: 40px;

	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;

	-webkit-box-shadow: 0px 1px 2px 0px rgba(188, 188, 188, 1);
	-moz-box-shadow:    0px 1px 2px 0px rgba(188, 188, 188, 1);
	box-shadow:         0px 1px 2px 0px rgba(188, 188, 188, 1);
}
	.tiser .left {
		float: left;
		width: 360px;
		padding: 0 20px;
	}
	.tiser .timer {
		width: 290px;
		float: left;
		margin: 0 33px;
		margin-left: 80px;
	}
	.tiser .right {
		width: 200px;
		float: right;
	}
	.tiser .title {
		font-size: 26px;
		color: #000;
		line-height: 0.9em;
		margin-bottom: 10px;
	}
	.tiser h2.title {
		font-weight: normal;
        margin-bottom: 20px;
		font-family: 'PT Sans', sans-serif;
	}
		.tiser h2 small {
			font-size: 20px;
            color: #000;
            line-height: 1em;
		}
		.tiser p span {
			font-size: 16px;
			font-weight: bold;
            text-align: center;
		}
		.bigger {
			font-size: 16px;
			display: block;
			font-weight: normal;
		}
		.tiser .tp {
			color: #000000;
			font-weight: normal;
			display: block;
			margin-bottom: 15px;
		}
		.tiser .new-cost {
			font-size: 24px;
			display: block;
			line-height: 1em;
		}
		.tiser .old-cost {
			font-size: 11px;
			display: block;
		}
		.tiser .order {
			display: block;
			margin-top: 33px;
			font-size: 36px;
		}
			.tiser .order a:hover {
				color: #000;
			}



/* Таймер
****************************************************/
#countdown_dashboard {
	margin-bottom: 10px;
	display: block;
	height: 78px;
}
	.dash {
		width: 71px;
		height: 62px;
		background: transparent url('../images/timer-bg.png') 0 0 no-repeat;
		float: left;
		margin:0;
		padding:16px 0 0 11px;
		position: relative;
	}
		.dash .digit {
			font-size: 48px;
			font-weight: bold;
			float: left;
			width: 30px;
			height: 78px;
			text-align: center;
			color: #fff;
			position: relative;
			font-family: 'PT Sans', sans-serif;
			margin:0;
			line-height: 48px;
		}
	.dots {
		display: block;
		width: 11px;
		height: 78px;
		float: left;
		margin: 0 5px;
		background: url(../images/dots.png) no-repeat center;
	}
#timer-complete {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}



/* Партнеры
****************************************************/
.partners {
	margin-bottom: 40px;
}
.partners ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
#partners { height: 1%; overflow:hidden; padding: 0 0 10px;   }
#partners .viewport { float: left; width: 930px; height: 85px; overflow: hidden; position: relative; }
#partners .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0;}
#partners .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 45px; border:0; width: 111px; text-align:center; }
#partners .overview li img {max-width:100%; display:block; margin:0 auto;}
/* Клиенты
***************************************************/
.clients-photo {
	margin-bottom: 40px;
}
.clients-photo ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
#clients-photo { height: 1%; overflow:hidden; padding: 0 0 10px;   }
#clients-photo .viewport { float: left; width: 430px; height: 255px; overflow: hidden; position: relative; }
#clients-photo .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 430px; left: 0; top: 0; }
#clients-photo .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 255px; width: 430px; border:0; text-align:center;}
#clients-photo .overview li span {
    margin:0 5px 5px;
    display:inline-block;
    width:200px;
    height:120px;
    overflow:hidden;
}
#clients-photo .overview li img {
    max-height:100%;
}
#clients-photo .bullets {
    overflow:hidden;
    list-style: none;
    clear: both;
    margin: 0 0 0 45px;
}
#clients-photo .bullets li {
    float: left;
}
#clients-photo .bullet {
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
#clients-photo .bullet.active {
    color: #fff;
    background-color: #555555;
}

/* Три колонки
****************************************************/
.grid-column {
	display: block;
}
.grid-column:after {
	clear:both;
	overflow: hidden;
	display: block;
	height: 0;
}
	.grid-column.three .cell {width: 280px;}
	.grid-column.two .cell {width: 550px;}
	.grid-column.one .cell {width: 930px;}

	.grid-column .cell {		
		float: left;
		margin-right: 45px;
	}
	.grid-column .cell:last-child{
		margin-right: 0;
	}
		.grid-column .cell h3 {
			margin-bottom: 33px;
		}
		.grid-column .cell .article,	.reviews .article 	{
			font-size: 13px;
			line-height: 1.2em;
			text-align: justify;
		}
			.grid-column .cell .article .title, .reviews .article .title {
				font-size: 15px;
				color: #000;
				display: block;
				margin-bottom: 10px;
			}
		.grid-column .cell .article.spec img{
			width:50px;
			height:auto;
		}


/* Отзывы
****************************************************/
.reviews .article .title-reviews {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 1em;
	font-size: 15px;
	margin: 0 0 7px 0;
}
	.reviews .article .title-reviews  img {
		max-height: 40px;
		display: block;
		float: left;
		margin-right: 6px;
	}
	.reviews .article .title-reviews .author {
		padding-top: 5px;
		display: block;
	}
	.reviews .article .title-reviews .company-name {
		line-height: 1.3em;
		display: block;
		font-size: 12px;
		color: #9e8f8f;
	}
		


/* Блог
****************************************************/
.section-title,
h2.section-title,
h3.section-title {
	font-size: 18pt;
	line-height: 20pt;
	font-weight: normal;
	color: #181717;
	margin-bottom: 20px;
	 text-align: center;
}
article {
	margin: 0 0 10px;
	padding:0 0 15px 0;
}
article > h3 {
	margin: 0 0 5px 0;
}
article > h3 a {
	font-size: 21px;
	color: #008bd2;
	
}
	article > .pubdate {
		color: #858585;
		display: block;
		height: 16px;
		font-size: 12px;
		background: url(../images/icon-clock.png) no-repeat left center;
		padding-left: 15px;
	}

/* Навигация pagenav
****************************************************/
.pagination {
	display:block;
	width:100%;
	text-align:center;
}
	.pagination ul {
		margin:0 auto;
		display:block;
	}
		.pagination ul li {
			display:inline-block;
			list-style-type:none;
			list-style-image:none;
			margin:0 2px;
		}
			.pagination ul li a {
				padding:2px 5px;
				text-decoration:none;
			}
			.pagination ul li.active a{
				background:#008BD2;
				color:#fff;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
			.pagination ul li.control a {
				background:none;
				
			}
			.pagination ul li a:hover {
				color:#008BD2;
			}

.B_crumbBox {
	display:block;
	margin:0 0 20px 15px;
}
.B_crumbBox li {
	display:inline-block;
	list-style-type:none;
	list-style-image:none;
}

/* Синяя линия и iPhone
****************************************************/
.blue-line {
	height: 60px;
	width: 1116px;
	position: relative;
	margin: 80px 0 20px -18px;
	padding-left: 30px;
	background: #ff7b61;
        border-radius: 4px 4px 4px 4px;
}

.blue-line:after {
	clear:both;
	overflow: hidden;
	display: block;
	height: 0;
}
	.blue-line .phone {
		display: block;
		width: 178px;
		height: 354px;
		position: absolute;
		right: 40px;
		top: -320px;
	}
		.blue-line .phone.ph-1 {
			background: url(../images/phone-1.png) no-repeat;
		}
		.blue-line .phone.ph-2 {
			background: url(../images/phone-1.png) no-repeat;
		}
	.blue-line .it {
		float: left;
		height: 60px;
		display: table;
		margin-right: 20px;
		color: #fff;
	}
		.blue-line .it .num {
			font-weight: bold;
			font-size: 40px;
			padding-right: 5px;
			display: table-cell;
			vertical-align: middle;
		}
		.blue-line .it .num--d {
			display: table-cell;
			vertical-align: middle;
		}



/* Схема работы
****************************************************/
.schema-work {

}
	.schema-work > .it {
		display: block;
		margin-bottom: 30px;
		text-align: center;
		font-size: 11px;
		color: #333;
		line-height: 1.1em;
	}
		.schema-work > .it img {
			display: block;
			margin: 0 auto 7px;
		}



/* Категории меню с картинками
****************************************************/
.catmenu {
	float: left;
	margin-bottom: 30px;
}
.catmenu:after {
	clear:both;
	overflow: hidden;
	display: block;
	height: 0;
}
	.catmenu li {
		list-style-image: none;
		list-style-type: none;
		display: inline-block;
		width: 130px;
		text-align: center;
		font-size: 12px;
		line-height: 1.1em;
		vertical-align: top;
		margin: 0 1px;
	}
		.catmenu li a {
			color:#898989;
			text-decoration: none;
		}
			.catmenu li a img {
				display: block;
				margin: 0 auto 10px;
			}
			.catmenu li.active a,
			.catmenu li a:hover {
				color:#008bd2;
			}



/* Схожие продукты
****************************************************/
.relative-products:after {
	clear:both;
	overflow: hidden;
	display: block;
	height: 0;
}
	.relative-products .prod {
		width: 145px;
		float: left;
		display: table;
		margin: 0 10px;
	}
		.relative-products .prod a {
			text-decoration: none;
		}
		.relative-products .prod a:hover .descr {
			color: #008bd2;
		}
			.relative-products .prod a .title {
				color: #008bd2;
				font-weight: normal;
				font-size: 13px;
				display: table-cell;
				vertical-align: bottom;
				text-align: center;
				line-height: 1.1em;
				padding-bottom: 5px;
				height: 50px;
				width:  145px;
				border-bottom: 1px solid  #056292;
			}
			.relative-products .prod a .descr {
				font-size: 11px;
				text-align: center;
				padding-top: 5px;
				display: block;
				line-height: 1.2em;
			}


/* Таблица тарифов
****************************************************/
.table-tarifs {
	width: auto;
	float: left;
	clear: both;
	margin:0 0 25px 0;
	border:1px solid #b2b2b2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#fff url(../images/table-tarifs.jpg) repeat-x bottom;
	text-align: center;
}


.table-tarifs.emails-tp {
	float:none;
	width:800px;
	margin:0 auto 35px auto;
	height:228px;
}

	
.table-tarifs:after {
	clear:both;
	overflow: hidden;
	display: block;
	height: 0;
}
	.table-tarifs .tarif-item {
		width: 120px;
        height: 190px;		overflow: hidden;
		float: left;
		margin: 0;
		padding: 19px;
		color: #444;
		border-left: 0px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
	}
	
	
	.table-tarifs .tarif-item:hover {
		-webkit-box-shadow: 0px 0px 11px 0px rgba(183, 183, 183, 1);
		-moz-box-shadow:    0px 0px 11px 0px rgba(183, 183, 183, 1);
		box-shadow:         0px 0px 11px 0px rgba(183, 183, 183, 1);
		background: #f5f3f8;
	}
	.table-tarifs .tarif-item.first {
		border-left: 0 none;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		 border-top-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.table-tarifs .tarif-item.last {
		border-right: 0 none;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
		.table-tarifs .tarif-item .title {
			font-weight: bold;
			font-size: 14px;
			color: #f5a031;
			margin-bottom: 10px;
			display: block;
		}
		.table-tarifs .tarif-item .title:hover {
			cursor:pointer;
			color:#f5b041;
		}
		.table-tarifs .tarif-item sub {
			font-size: 13px;
			color: #7b7b7b;
			line-height: 1;
			margin-top: 2px;
			display: block;
		}
			.table-tarifs .tarif-item sub i {
				font-style:normal;
			}
		.table-tarifs .tarif-item strong {
			font-size: 17px;
			font-weight: bold;
		}
		.table-tarifs .tarif-item .button-blue {
			margin: 15px auto 0;
			display: block;
		}
		.button-blue {
			background:#ff464a;
			width: 110px;
			height: 30px;
			font-size: 15px;
			color: #fff;
			border: 0;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			cursor: pointer;
			text-align: center;
		}
		.button-blue:hover {
			-webkit-box-shadow: 0px 0px 10px 0px rgba(131, 192, 222, 1);
			-moz-box-shadow:    0px 0px 10px 0px rgba(131, 192, 222, 1);
			box-shadow:         0px 0px 10px 0px rgba(131, 192, 222, 1);
		}
		
		
/* Таблица тарифов public viber
****************************************************/
.table-tarifs-viber {
	width: auto;
	float: left;
	clear: both;
	margin:0 0 25px 0;
	border:1px solid #b2b2b2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#fff url(../images/table-tarifs.jpg) repeat-x bottom;
	text-align: center;
}


.table-tarifs-viber .emails-tp-viber {
	float:none;
	width:795px;
	margin:0 auto 35px auto;
	height:228px;
}

	
.table-tarifs-viber:after {
	clear:both;
	overflow: hidden;
	display: block;
	height: 0;
}
	.table-tarifs-viber .tarif-item-viber {
		width: 236px;
        height: 226px;		overflow: hidden;
		float: left;
		margin: -1px;
		padding: 19px;
		color: #444;
		border-left: 0px solid #d3d3d3;
		border-right: 0px solid #d3d3d3;
	}
	
	
	.table-tarifs-viber .tarif-item-viber:hover {
		-webkit-box-shadow: 0px 0px 11px 0px rgba(183, 183, 183, 1);
		-moz-box-shadow:    0px 0px 11px 0px rgba(183, 183, 183, 1);
		box-shadow:         0px 0px 11px 0px rgba(183, 183, 183, 1);
		background: #f5f3f8;
	}
	.table-tarifs-viber .tarif-item-viber.first {
		border-left: 0 none;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		 border-top-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.table-tarifs-viber .tarif-item-viber.last {
		border-right: 0 none;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
		.table-tarifs-viber .tarif-item-viber .title {
			font-weight: bold;
			font-size: 14px;
			color: #f5a031;
			margin-bottom: 10px;
			display: block;
		}
		.table-tarifs-viber .tarif-item-viber .title:hover {
			cursor:pointer;
			color:#008AD0;
		}
		.table-tarifs-viber .tarif-item-viber sub {
			font-size: 13px;
			color: #7b7b7b;
			line-height: 1;
			margin-top: 2px;
			display: block;
		}
			.table-tarifs-viber .tarif-item-viber sub i {
				font-style:normal;
			}
		.table-tarifs-viber .tarif-item-viber strong {
			font-size: 17px;
			font-weight: bold;
		}
		.table-tarifs-viber .tarif-item-viber .button-blue {
			margin: 15px auto 0;
			display: block;
		}
		.button-blue {
			background:#ff464a;
			width: 110px;
			height: 30px;
			font-size: 15px;
			color: #fff;
			border: 0;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			cursor: pointer;
			text-align: center;
		}
		.button-blue:hover {
			-webkit-box-shadow: 0px 0px 10px 0px rgb(222, 144, 129);
			-moz-box-shadow:    0px 0px 10px 0px rgb(222, 144, 129);
			box-shadow:         0px 0px 10px 0px rgb(222, 144, 129);
		}


/* Таблица с тарифами
****************************************************/
.mini-tarifs-blue-grey {
	width: 100%;
        font-size:13px;
}
	.mini-tarifs-blue-grey tr {
		background: #f8f8f8;
		border:0;
	}
	.mini-tarifs-blue-grey tr:nth-child(2n) {
		background: #fbdfb9;
	}
		.mini-tarifs-blue-grey tr.tr-title {
			background: none transparent;
			color: #949494;
		}
			.mini-tarifs-blue-grey tr td {
				padding: 7px;
				border:0;
			}

/* Форма регистрации
****************************************************/
.content.register {
	background: url(../images/register-bg.jpg) no-repeat 90% 70%;
}
form.register {
	width: 405px;
}
form .row {

	margin-bottom: 10px;
}
	form .row label {
		display: block;
		margin-bottom: 5px;
	}
	form .row input[type="text"], form .row input[type="email"], form .row input[type="password"] {
		width: 400px;
	}
	form .row input[type="submit"],	form .row input[type="button"], form .row button {
		margin: 20px auto;
	}

	input[type="text"],	input[type="email"], input[type="password"], textarea {
		background: #f3f4f6;
		height:30px;
		border: 0;
		padding: 0 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0px 1px 5px 0px rgba(219, 220, 221, 1);
		-moz-box-shadow:    inset 0px 1px 5px 0px rgba(219, 220, 221, 1);
		box-shadow:         inset 0px 1px 5px 0px rgba(219, 220, 221, 1);
	}
	textarea {
		height:100px;
		padding:5px;
		resize:none;
	}


/* Спойлер
****************************************************/
.spoiler-wrapper {
     margin:47px 0 30px 0;
}
	.spoiler a {
		 font-size: 21px;
		 color: #008bd2;
		 text-decoration: none;
		 text-transform: uppercase;
	}

	.spoiler:hover {
	    text-decoration: underline;
	}

	.spoiler-text {
	     margin:20px 0;
	}

	
form.expert {
	width:400px;
}
form.expert button.button {
	margin:0 auto;
}
.addreviews {
	margin:20px 0;
}



.two-column {
	width:100%;
	float:left;
}
	.two-column .column {
		width:500px;
	}
	.two-column .column.left {
		float:left;
	}
	.two-column .column.right {
		float:right;
	}

.modal-off {
	display:none;
	width:600px;
}

.send-operators {
 font-size: 15px;
 color: #31719b;
 text-decoration: none;
 
 }
 .send-operators h3 {
 	text-align: center;
 }
 .send-operators2{
 font-size: 16px;
 color: #000000;
 text-decoration: none;
 
 }
 
 .our-client{
 font-size: 13px;
 color: #000000;
 text-decoration: none;
 
 
 }

		 
		 
#panel {
    position: fixed;
    top: 40%;
    right: -210px;
    margin: -40px 0 0 0;
    overflow: hidden;
    z-index:999;
}
#panel-content {
    background: #fff url(../images/table-tarifs.jpg) repeat-x bottom;
    border:0;
    width: 180px;
	min-height:164px;
    float: right;
    padding: 0px 15px;
	position: relative;
	z-index: 99999;
}
#panel-sticker {
	float: left;
	position: relative;
	height: 153px;
	width: 170px;
	margin: 0 -136px 0 0;
	padding-top: 7px;
	display: block;
	text-decoration: none;
	border: 0;
	background: url(../images/orange.png) repeat-x;
	color: #fff;
        font-size: 17px;
		font-weight:normal;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	z-index:9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	transform: rotate(270deg);
}
#panel-sticker.close {
	background:#ccc;
}
#panel-sticker.close:hover {
	color:#666;
}
#panel-sticker:hover {
	color: #ba7746;
}


/* Latest news from cat on home page [by onliner]
*****************************************************/
.last-news-from-cat {
	overflow: hidden;
	width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
.last-news-from-cat.blocks-more .last-news-block {
	width: 50%;
}
/*.last-news-from-cat.blocks-more .last-news-block:first-child {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
}
.last-news-from-cat.blocks-more .last-news-block:last-child {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}*/
.last-news-from-cat .last-news-block {
	float: left;
	width: 33.1%;
	height: 150px;
	margin:0;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
/*.last-news-from-cat .last-news-block:first-child {
	border-left: 0 !important;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.last-news-from-cat .last-news-block:last-child {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}*/
.last-news-block .block-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.last-news-block .block-bg:after {
	background:#000;
	opacity:0.5;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.last-news-block .block-bg:hover:after {
	opacity: 0.5;
	background: #008DD6;
	-webkit-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
	transition: all linear 0.25s;
}
.last-news-block .block-cat {
	position: absolute;
	z-index: 50;
	top: 10px;
	left: 10px;
	background: #F4B435;
	color: #fff;
	display: inline-block;
	padding: 2px 6px;
	font-size: 10px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.last-news-block .block-cat a {
	color: #fff;
	text-decoration: none;
}
.last-news-block .block-cat a:hover {
	text-decoration: underline;
}
.last-news-block .block-content {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 10px;
	z-index: 99;
	color: #fff;
    font-size: 12px;
}
.last-news-block .block-content p {
    margin: 0;
    margin-bottom: 5px;
}
.last-news-block .block-title {
	font-size: 16px;
	font-weight: bold;
}
.last-news-block .block-title a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.last-news-block .block-title a:hover {
	/*color:#31719b;*/
	text-decoration: underline;
}


/* Text on home page
**********************************************************/
.simple-text-home {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 20px;
}



iframe.twitter-timeline {
	width: 400px !important;
}



/* Slick slider
**************************************/
.slick-slide {
	background: #fff;
	overflow: hidden;
	height: 250px !important;
}
.slick-slide .slide-cnt {
	padding: 0 5px;
	overflow: hidden;
}
.slick-slide img {
	/*max-width: 100%;*/
}

.slick-prev, 
.slick-next {
	
	width: 33px !important;
	height: 31px !important;
	z-index: 33;
}
.slick-prev:before, 
.slick-next:before {
	content: "" !important;
}


.b-circul-link, .b-circul-link:visited {
    text-align: center;
    display: inline-block;
    padding-top: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #008cd5;;
}

.b-circul-link img {
    display: block;
    border: 3px solid #EDEDED;
    border-radius: 350px;
    background: white;
    padding: 15px;
    padding-top: 21px;
    padding-bottom: 8px;
    margin-bottom: 14px;
}






.page-form{
	width: 287px;
}

.page-form__item{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.page-form__item:not(:last-of-type){
	margin-bottom: 16px;
}

.page-form__item:focus{
	outline: none;
}

.page-form__input{
	height: 42px;
	padding: 14px 19px 14px 19px;
	background: #FFFFFF;
	border: 1px solid #A4A4A4;
	border-radius: 100px;
	font-size: 12px;
	line-height: 14px;
}

.page-form__input::-webkit-input-placeholder {color:#A4A4A4;}
.page-form__input::-moz-placeholder {color:#A4A4A4;}
.page-form__input:-moz-placeholder {color:#A4A4A4;}
.page-form__input:-ms-input-placeholder {color:#A4A4A4;}

.page .page__button{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 287px;
	height: 42px;
	padding: 5px 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	border: none;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.page .page__button:focus{
	outline: none;
}

.page .page__button.page__button_green{
	color: #FFFFFF;
	background: #41B300;
}

.page .page__button.page__button_green:hover{
	background: #209700;
}

.page .page__button.page__button_lightblue {
	color: #FFFFFF;
	background: #8CBFDE;
}

.page .page__button.page__button_lightblue:hover {
	background: #68AED9;
}


/***** POPUP *****/

.popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.popup-overlay.popup-overlay_displayed {
	display: flex;
}

.popup {
	min-width: 240px;
	width: 346px;
	height: 380px;
	display: none;
	background: #FFFFFF;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.popup.popup_displayed{
	display: block;
}

.popup .to-close{
	cursor: pointer;
}

.popup .popup__header{
	width: 100%;
	height: 50px;
	padding-top: 29px;
	background-color: #ff7b61;
	background-position: 124px 15px;
	background-repeat: no-repeat;
	background-size: 86px 48px;
	border-radius: 20px 20px 0 0;
}

.popup .popup__title{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
}

.popup .popup__main{
	width: 287px;
	margin: 23px auto 14px auto;
}

.popup .popup__text{
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
	color: #000000;
}

.popup .popup__form{
	margin: 17px auto 0 auto;
}

.popup__footer{
	padding: 0 20px;
}

.to-popup{
	cursor: pointer;
}

.login-popup{
	height: 360px;
}

.popup.login-popup .popup__main,
.popup.reg-popup .popup__main{
	margin-top: 32px;
}



.page .page__button{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 287px;
	height: 42px;
	padding: 5px 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	border: none;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.page .page__button:focus{
	outline: none;
}

.page .page__button.page__button_orange{
	color: #FFFFFF;
	background: #ff7b61;
}

.page .page__button.page__button_orange:hover{
	background: #df5b41;
}

.page .page__button.page__button_lightblue {
	color: #FFFFFF;
	background: #8CBFDE;
}

.page .page__button.page__button_lightblue:hover {
	background: #68AED9;
}


/***** MEDIA QUERIES POPUP *****/

@media screen and (max-width: 375px){

	.popup{
		width: 95%;
	}

	.popup .popup__header{
		background-position-x: calc(50% - 5px);
	}

	.popup .popup__main{
		width: 100%;
		padding: 0 20px;
		margin: 23px 0 14px 0;
	}

	.popup .popup__form,
	.popup .popup__form .page__button{
		width: 100%;
	}

}







.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	/*width: 50%;*/
	width: 1110px;
	margin: 20px auto 0;
	padding: 5px 14px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	font-weight: 300;
	font-size: 14px;
	color: #4e5765;
	text-align: justify;
	z-index: 1000000;
}

.cookies p {
	padding: 0 14px;
}

.cookies .close {
	padding: 5px;
	height: 20px;
	background-color: #777;
	border: none;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}

.cookies a {
	text-decoration: underline;
}

p.article__text, ul.article__text { margin-right: 250px; }
ul.article__text li { margin-bottom: 10px; }

.tarif-item p { margin: 0; text-align: center}

/*@media screen and (max-width: 800px) {*/
/*    .cookies {*/
/*        left: 0;*/
/*        right: 0;*/
/*        width: 100%;*/
/*    }*/
/*}