/* CSS Document */

@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe.eot') format('embedded-opentype'), url('fonts/Circe.woff') format('woff'), url('fonts/Circe.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
/*@font-face {
	font-family: 'Circe';
	src: url('fonts/CirceBold.eot') format('embedded-opentype'), url('fonts/CirceBold.woff') format('woff'), url('fonts/CirceBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('fonts/CirceExtraBold.eot') format('embedded-opentype'), url('fonts/CirceExtraBold.woff') format('woff'), url('fonts/CirceExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}*/


* {
	margin: 0;
	outline: none;
	padding: 0;
}

html {
    height: 100%;
}

body {
    color: #000000;
	font: normal 14px "Circe";
    height: 100%;
    width: 100%;
}

a {
	color: #333333;
}

a:hover {
	color: #ff4800;
}

a img {
	border: none;
}

p {
	margin-bottom: 15px;
}

#wrapper {
    height: auto !important;
    height: 100%;
	margin: 0 auto;
	min-height: 100%;
	min-width: 320px;
	padding: 0;
	z-index: 1;
}

#middle {
	height: 1%;
    padding: 110px 0 190px;
	position: relative;
}

.main-page #middle {
	padding: 0 0 190px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	min-height: 60px;
	padding-top: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#head {
	margin: 0 auto;
	max-width: 1200px;
	min-height: 60px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background-color: #1a242f;
	margin: -175px auto 0;
	min-height: 175px;
	min-width: 320px;
	padding: 0;
}


/* Site */

div.clear {
	clear: both;
}

.wrapper-width {
	margin: 0 auto;
	max-width: 1200px;
}

.cn-icon {
	background: url('images/sprite_2.png') 0 0 no-repeat;
	display: inline-block;
	margin-right: 0;
}

.cn-icon-phone {
	background-position: 0 -25px;
	height: 16px;
	width: 16px;
}

.cn-icon-ru {
	background-position: -25px 0;
	height: 20px;
	width: 20px;
}

.cn-icon-ro {
	background-position: -50px 0;
	height: 20px;
	width: 20px;
}

.cn-icon-en {
	background-position: 0 0;
	height: 20px;
	width: 20px;
}

.contact-phone {
	color: #1a242f;
	font: normal 1.2em 'Circe';
}

.top-phone {
    padding-top: 15px;
	padding-right: 0;
}

.site-selector {
    padding-top: 15px;
	text-align: right;
}

.site-selector span {
    margin: 0 2px 0 !important;
}

.site-selector a span {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.site-selector a:hover span {
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.main-nav .list_menu {
    margin: 0 auto;
    padding-top: 10px;
    width: 631px;
}

.main-nav .list_menu li {
    list-style: none;
    float: left;
    margin: 0 10px;
    padding-bottom: 22px;
    position: relative;
}

.main-nav .list_menu li:before {
    content: '|';
    /*border-left: 3px solid #1a242f;*/
    font: normal 1.6em 'Helvetica';
    height: 1em;
    left: -12px;
    top: 1px;
    position: absolute;
}

.main-nav .list_menu li:first-child:before {
    display: none;
}

.main-nav .list_menu li:first-child{
    margin-left: 0 !important;
}

.main-nav .list_menu li:hover, .main-nav .list_menu li.selected {
    border-bottom: 2px solid #ff4800;
}

.main-nav .list_menu li.selected a {
    color: #ff4800 !important;
}

.main-nav .list_menu a {
    color: #1a242f;
    font: normal 1.3em 'Circe';
    text-decoration: none;
    text-transform: uppercase;
}


.bottom {
	padding-bottom: 25px;
	padding-top: 25px;
}

.bottom h3 {
	color: #fffffe;
	font: normal 1.4em 'Circe';
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.bottom .list_menu li {
	list-style: none;
	margin: 0 0 5px;
}

.bottom .list_menu li a {
	color: #969ea8;
	font: normal 1.2em 'Circe';
}

.bottom-contacts p {
	margin-bottom: 15px;
}

.bottom-contacts p {
	color: #969ea8;
	margin-bottom: 15px;
	font: normal 1.2em 'Circe';
}

.bottom-contacts p span {
	font: normal 1.1em 'Circe';
}

.follow-us {
	/*float: right;*/
}

.follow-us li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

.services-main {
	padding-top: 60px;
}

	/* Panels. */
.splitview {
	position: relative;
	width: 100%;
	min-height: 45vw;
	overflow: hidden;
	z-index: 1;
}

.sk-panel {
	position: absolute;
	width: 100vw;
	min-height: 45vw;
	overflow: hidden;
}

.sk-panel .sk-content {
	position: absolute;
	width: 100vw;
	min-height: 45vw;
	color: #FFF;
}



.sk-bottom {
	/*background: url('images/bitrix24.png') 0 0 no-repeat;*/
	z-index: 1;
}

.sk-bottom .description {
	right: 5%;
}

.top {
	/*background: url('images/amocrm.png') 0 0 no-repeat;*/
	z-index: 2;
	width: 50vw;

	/*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

/* Skewed. */

.skewed .top {
	transform: skew(25deg);
	margin-left: -1000px;
	width: calc(50vw + 1000px);
}

.skewed .top .sk-content {
	transform: skew(-25deg);
	margin-left: 1000px;
}

.full-responsive {
	max-width: 100%;
	width: 100%;
}

.crm-service {
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.crm-service:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.row-clients {
	padding: 175px 0;
}

h2 {
	font: normal 2em 'Circe';
	margin: 0 0 30px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

h2:after {
	background-color: #ff4800;
	bottom: -10px;
	content: ' ';
	left: 50%;
	height: 2px;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}


h5 {
	font: normal 1.4em 'Circe';
	margin: 0 0 30px 0;
	text-align: center;
}

.row-clients h2 {
	margin-bottom: 70px;
}

.clients-slider li {
	text-align: center;
}

.clients-slider img {
	max-width: 175px;
	width: 100%;
}

div.mfeedback {
	/*margin: 0 auto 80px;*/
	max-width: 585px;
}

div.mfeedback label {
	color: #727c86;
	font: normal 1.4em 'Circe';
}

.button {
	background-color: #ff4800;
	border: 0 solid;
	border-radius: 5px;
	color: #ffffff;
	font: normal 1.4em 'Circe';
	padding: 3px 50px 5px;
}

.form-control {
	border: 1px solid #a8afb7;
}

.form-control:focus {
	border-color: #ff4800;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.web-services {
	padding: 65px 0 20px;
}

.web-services h2 {
	margin-bottom: 50px;
}

.web-services .item-name {
	color: #1a242f;
	font: normal 1.4em 'DINProBold';
	margin-bottom: 20px;
	text-align: center;
	white-space: nowrap;
}

.web-services .item-price {
	color: #ff4800;
	font: normal 1.4em 'DINProBold';
	margin-bottom: 85px;
	text-align: center;
	white-space: nowrap;
}

.web-services .item-img {
	margin-bottom: 25px;
	text-align: center;
}

.web-services .item-img img {
	max-width: 240px;
	width: 100%;
}

.gm-map {
	background-color: #ffff00;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.map {
	background-color: #cccccc;
	left: 0;
	min-height: 400px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 5;
}

.section-contacts-index #middle {
	max-width: 100% !important;
	padding: 70px 0 170px;
	width: auto !important;
}

.section-ru-contacts-index #middle {
	max-width: 100% !important;
	padding: 70px 0 170px;
	width: auto !important;
}

/*.section-amocrm-index #middle {
	max-width: 100% !important;
	padding: 70px 0 170px;
	width: auto !important;
}

.section-amocrm-index h2 {
	margin: 60px 0;
}*/

.contacts-section {
	left: 0;
	margin: 170px 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.contacts-info {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin: 100px 0;
	max-width: 380px;
	padding: 45px 50px;
	position: relative;
	z-index: 10;
}

.contacts-info h2 {
	margin-bottom: 40px;
}

.contacts-info p {
	color: #747c86;
	font: normal 1.4em 'Circe';
	margin-bottom: 20px;
}

.contacts-info p span {
	color: #1a242f;
	font: normal 1.5em 'Circe';
}

.contacts-info p:last-child {
	margin-bottom: 5px;
}

.mob-header {
	padding-bottom: 10px;
}



/* Меню */


.siteheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 201
}

.siteheader__brand {
	width: 100%;
	height: 68px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1.5rem
}

.siteheader__menubtn {
	cursor: pointer;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 12
}

.siteheader__logo {
	display: block
}

.page-home .siteheader__logo {
	visibility: hidden
}

.siteheader__logo > img {
	display: block
}

.siteheader__brandlist {
	display: none
}

.siteheader__menu {
	background-color: #f7f9fb;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto !important;
	position: fixed;
	transform: translateY(-100%);
	z-index: 11;
	transition: transform .6s ease
}

.menuopen .siteheader__menu {
	transform: none
}

.siteheader__menu__list {
	margin: auto;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 14px
}

.siteheader__menu__list > li {
	margin-bottom: 1.5rem
}

.siteheader__menu__list > li:last-child {
	margin-bottom: 0
}


.siteheader__menu__list a {
	color: #1a242f;
	font: normal 1.4em 'Circe';
	text-decoration: none;
}


.siteheader__menu__list a.selected {
	color: #ff4800;
}


.siteheader__menu__list a:hover {
	text-decoration: none;
}

.siteheader__menu__separator {
	width: 180px;
	height: 1px;
	background-color: #fff
}

.siteheader__menu__logged {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fdc3c2 !important;
	font-style: italic;
	transition: color .2s ease
}

.siteheader__menu__logged em {
	text-decoration: underline
}

.siteheader__menu__logged > .icon {
	margin-left: .375rem
}

.siteheader__menu__logged[data-notifications]:after {
	content: attr(data-notifications);
	width: 19px;
	height: 19px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: red;
	background-color: #fff;
	border-radius: 50%;
	font-style: normal;
	font-size: 11px;
	margin-left: 5px
}

.siteheader__menu__lang {
	position: absolute !important;
	top: 1.5rem;
	right: 1.5rem
}

.siteheader__nav__lang {
	display: none !important
}

.siteheader__profile {
	display: none
}

@media (min-width: 47.5em) {
	.siteheader__menu__list {
		font-size: 18px
	}

	.siteheader__menu__separator {
		width: 220px
	}
}

@media (min-width: 62.5em) {
	.siteheader {
		z-index: 10
	}

	.siteheader__brand__inner, .siteheader__nav__inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto
	}

	.siteheader__brand {
		height: auto;
		padding: 0;
		display: block
	}


	.siteheader__brand__inner {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		padding: 1.5rem 3rem
	}

	.siteheader__nav {
		background-color: #414141
	}

	.siteheader__nav__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 3rem
	}

	.siteheader__nav__lang {
		display: block !important;
		padding-left: .75rem;
		border-left: 1px solid #fff;
		margin-left: .75rem
	}

	.siteheader__logo {
		visibility: visible !important;
		margin-right: 3rem
	}

	.siteheader__logo > img {
		width: 161px;
		height: 63px;
		margin: auto
	}

	.siteheader__brandlist {
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: block
	}

	.siteheader__brandlist ul {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-align: center;
		align-items: center
	}

	.siteheader__brandlist ul a {
		display: block
	}

	.siteheader__brandlist ul img {
		display: block;
		max-width: 100%
	}

	.siteheader__menu {
		position: static;
		background-color: transparent;
		transform: none;
	}

	.siteheader__menu__list {
		height: 50px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0;
		font-size: 13px;
		font-weight: 700;
		overflow: hidden
	}

	.siteheader__menu__list > li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		margin-right: 1.5rem;
		position: relative
	}

	.siteheader__menu__list > li:after {
		content: "";
		display: block;
		width: 1px;
		height: 12px;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		right: -0.75rem;
		background-color: #fff
	}

	.siteheader__menu__list > li:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		transform: translateY(100%);
		transition: all .2s ease-in
	}

	/*.siteheader__profile:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transform: translateY(100%);
        transition: all .2s ease-in
    }

    .siteheader__profile:hover:before {
        transform: none;
    }*/

	.siteheader__menu__list > li.lastdesk:after {
		content: none
	}

	.siteheader__menu__list > li:last-child {
		margin-right: 0
	}

	.siteheader__menu__list > li.active:before, .siteheader__menu__list > li:hover:before {
		transform: none
	}

	.siteheader__menu__list > li.active a {
		color: #fdc3c2
	}

	.siteheader__menu__list > li a {
		transition: color .3s ease
	}

	.siteheader__menu__lang {
		display: none !important
	}

	.siteheader__profile {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -ms-flexbox;
		display: flex;
		top: 14px;
		background-color: transparent;
		border: 0;
		color: #fff
	}

	.siteheader__profile > :first-child {
		margin-right: .75rem
	}

	.siteheader__profile:hover {
		transition: color .3s ease;
		color: #fdc3c2
	}

	.siteheader__profile--active {
		transition: color .2s ease
	}

	.siteheader__profile--active a, .siteheader__profile--active button {
		color: #fdc3c2
	}

	.siteheader__profile--active a:hover, .siteheader__profile--active button:hover {
		color: #fff
	}

	.siteheader__profile--active a {
		display: block;
		font-style: italic;
		font-size: 14px
	}

	.siteheader__profile--active a[data-notifications]:after {
		content: attr(data-notifications);
		width: 19px;
		height: 19px;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		color: red;
		background-color: #fff;
		border-radius: 50%;
		font-style: normal;
		font-size: 11px;
		margin-left: 5px
	}

	.siteheader__profile--active em {
		font-weight: 600;
		text-decoration: underline
	}
}


.burger {
	cursor: pointer;
	width: 24px;
	height: 17px
}

.burger__line1, .burger__line2, .burger__line3 {
	display: block;
	background-color: #1a242f;
	width: 24px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s ease
}

.burger__line1 {
	transform: translateY(0)
}

.burger__line2 {
	transform: translateY(7px);
	width: 16px
}

.burger__line3 {
	transform: translateY(14px)
}

.menuopen .burger__line1, .menuopen .burger__line2, .menuopen .burger__line3 {
	width: 24px;
	background-color: #ff4800
}

.menuopen .burger__line1, .menuopen .burger__line2 {
	transform: translateY(7px) rotate(45deg)
}

.menuopen .burger__line3 {
	transform: translateY(7px) rotate(-45deg)
}


/* CRM */
div.crm-image {
	margin: 0 -15px 60px;
}

.clients-slider img {
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.clients-slider img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.no-gutters {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}


.pricing-table {
	/*border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;*/
	margin: 0 auto 60px;
	/*max-width: 980px;*/
}

.pricing-table .pricing-column {
	/*border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;*/
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
	margin-left: -1px;
	min-height: 1000px;
	padding: 25px 20px;
	text-align: center;
}

.pricing-table .pricing-column-name {
	font: bold 15px 'Circe';
	letter-spacing: 0;
	line-height: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.pricing-table .pricing-column-price {
	margin-bottom: 30px;
}

.pricing-table .pricing-column-price-currency {
	display: inline-block;
	margin-top: 15px;
	font: normal 22px 'Circe';
	line-height: 22px;
}

.pricing-table .pricing-column-price-nominal {
	font: bold 60px 'Circe';
	line-height: 60px;
	vertical-align: top;
}

.pricing-table .pricing-column-price-period {
	display: block;
	font: normal 12px 'Circe';
	text-transform: uppercase;
}


.pricing-table .pricing-column-accent {
	margin-bottom: 30px;
	height: 7px;
	width: 100%;
}

.pricing-table .pricing-column-details {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.pricing-table .pricing-column-details li {
	font: normal 13px 'Circe';
	margin-bottom: 5px;
	padding: 4px 0;
}

.pricing-table .pricing-column-featured {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
	margin-top: -35px;
	min-height: 1070px;
	padding: 60px 30px 60px;
}


.background-error {
	background-color: #c85050 !important;
	background-color: rgba(200,80,80,1) !important;
}

.background-warning {
	background-color: #f08c0a !important;
	background-color: rgba(240,140,10,1) !important;
}

.background-success {
	background-color: #50a028 !important;
	background-color: rgba(80,160,40,1) !important;
}

.color-success {
	color: #50a028 !important;
	color: rgba(80,160,40,1) !important;
}

.fa-1x {
	font-size: 15px;
}


/* Blog */
div.blog_list {

}

div.blog_list div.blog_item, div.blog_detail {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin: 5% 0 8%;
	padding: 5%;
}

div.blog_list .blog_title, div.blog_detail .blog_title {
	font: normal 1.5em "Circe";
	margin: 0 0 2em;
	text-align: center;
}

div.blog_list .blog_title a:hover {
	text-decoration: none;
}

div.blog_list .blog_media, div.blog_detail .blog_media {
	margin: 0 auto 50px;
	max-width: 600px;
}

div.blog_list .blog_content, div.blog_detail .blog_content {
	font-size: 1.3em;
}
@media (max-width: 991px) {
	.siteheader__menubtn {
		top: -2.5rem;
	}
}
@media (max-width: 767px) {
	.siteheader__menubtn {
		top: 1.5rem;
	}
}






