*{
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html, body{
	position:relative;
	width:100%;
	height:100%;
}

body{
	color:#263445;
	background-color:#fff;
}

.comment-form label.commentrating { display: inline-block }
.star-rating .star-full:before { content: "\f155"; }
.star-rating .star-half:before { content: "\f459"; }
.star-rating .star-empty:before { content: "\f154"; }
.star-rating .star {
	color: #018afe;
	display: inline-block;
	font-family: dashicons;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	height: 24px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 24px;
}

/*body.main{
	overflow-y:hidden;
}*/

::-webkit-input-placeholder {color:#8F98A1;}
::-moz-placeholder  {color:#8F98A1;}
:-moz-placeholder     {color:#8F98A1;}
:-ms-input-placeholder {color:#8F98A1;}

body, input, select, textarea{
	font-weight:400;
	font-size:16px;
	font-family:'Inter';
	line-height:24px;
	border:none;
}

ul{
	list-style:none;
}

a{
	color:#263445;
	display:block;
	text-decoration:none;
}

img{
	display:block;
}

p a{
	display:inline;
}

a:hover, a:focus{
	text-decoration:none;
}

input[type="text"]{
	line-height:48px;
}

input[type="text"], textarea, select{
	width:100%;
	padding:0 16px;
	border-radius:8px;
	background-color:#fff;
	border:1px solid #CCCED1;
}

button{
	background-color:transparent;
}

input[type="text"]:focus, textarea:focus, select:focus{
	color:#263445;
	border:1px solid #018afe;
}

input, button, textarea, button, select{
	outline:none !important;
}

button{
	border:none;
}

input[type="submit"]:hover, .button:hover{
	cursor:pointer;
}

ul:after, .clear:after, .list:after, .container:after, nav:after, .fields:after, .wrap-mess:after{
	content:'';
	display:block;
	clear:both;
}

strong, .bold{
	font-weight:600;
	font-family:'Inter';
}

select{
	color:#8F98A1;
	height:50px;
	line-height:50px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:url(../images/arrow-down.png) right 16px center no-repeat white;
}

select:focus{
	background-image:url(../images/arrow-down-blue.png);
}

select:hover{
	cursor:pointer;
}

textarea{
	padding:12px 16px;
	height:115px;
}

.middle{
	font-weight:600;
	font-family:'Inter';
}

.list .item{
	float:left;
}

.container{
	position:relative;
	margin:auto;
}

li{
	float:left;
	list-style:none;
}

li a{
	display:block;
}

h1, h2, h3{
	font-weight:normal;
}

.button, #submit{
	display:block;
	position:relative;
	padding:0 20px;
	width:200px;
	height:40px;
	line-height:40px;
	color:#018afe;
	border:1px solid #018afe;
	border-radius:8px;
	font-weight:600;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	overflow:hidden;
	text-align:center;
	transition:color 0.1s linear;
}

.button.blue, #submit{
	color:#fff;
	background-color:#20d261;
	border: #20d261;
}

.button.white{
	color:#018afe;
	border:1px solid #018afe;
	padding: 0 0;
}

.button .white:before span{
	color: #20d261;
}

.button.white:hover span{
	color: #fff;
	background-color: #20d261;
} 

.button.whitefill{
	color:#018afe;
	background-color:#fff;
	border:1px solid #018afe;
}

.button span{
	display:block;
	position:relative;
	z-index:2;
	transition:margin 0.2s linear;
}

.button:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:scale(0.5);
	background-color:#20d261;
	border: #20d261;
	border-radius:8px;
	opacity:0;
	transition:transform 0.2s linear, opacity 0.2s linear;
}

.button.white:before{
	background-color:#fff;
}

.button:hover span:first-child{
	margin-top:-40px;
}

.keyboard .button:hover span:first-child{
	margin-top:-64px;
}

.button:hover{
	color:#fff;
	border: #20d261;
}

.button.white:hover{
	color:#018afe;
	border: #20d261;
}

.button:hover:before{
	opacity:1;
	transform:scale(1.1);
}

#header{
	position:relative;
	width:100%;
	height:100%;
	padding:0;
	background-color:#263445;
	overflow:hidden;
}

header{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	min-height:445px;
	display:flex;
	align-items: center;
    justify-content: center;
    flex-flow:column;
    background-color:#fff;
    -webkit-transition: top 0.45s, -webkit-transform 0.45s, background-color 0.45s;
	-moz-transition: top 0.45s, transform 0.45s, background-color 0.45s;
	-o-transition: top 0.45s, transform 0.45s, background-color 0.45s;
	transition: top 0.45s, transform 0.45s, background-color 0.45s;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    z-index:3;
}

header h1 .sm{
	display:none;
}

header .bg{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}

header .bg:hover{
	cursor:pointer;
}

#header.active header{
	top:30%;
	/*right:40%;*/
	background:transparent;
	-moz-transform: scale(0.9) perspective(1000px) rotateX(60deg);
    -ms-transform: scale(0.9) perspective(1000px) rotateX(60deg);
    -webkit-transform: scale(0.9) perspective(1000px) rotateX(60deg);
    -o-transform: scale(0.9) perspective(1000px) rotateX(60deg);
    transform: scale(0.9) perspective(1000px) rotateX(60deg);
    border-radius:8px;
}

#header.active .bg{
	display:none !important;
}

.hand{
	position:absolute;
	bottom:0;
	transition:opacity 0.2s linear, left 1s linear, bottom 1s linear;
	z-index:2;
}

#header.active .hand,
#header.active .newyear-header{
	opacity:0;
}

.hand > img{
	display:block;
	position:relative;
	top:0;
	left:0;
	max-width:100%;
}

.hand .lh2{
	display:none;
}

.lhand{
	left:100px;
}

.rhand{
	right:100px;
}

.hand .hide{
	opacity:0;
	visibility:hidden;
}

.newyear-header{
	display:none;
	position:absolute;
	max-width:100%;
}

.new-year-gift{
	top:0;
	width:30%;
	right:20%;
	z-index:9;
}

.ny-tree{
	width:28%;
	z-index:10;
}

.tree-left{
	top:0;
	left:0;
}

.tree-right{
	top:0;
	right:0;
}

/*.hand:hover .hide{
	opacity:1;
}

.hand:hover .show{
	opacity:0;
}*/

.inner{
	padding-top:64px;
}

nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:64px;
	background-color:#fff;
	border-bottom: 1px solid #DFE1E4;
	z-index:9000;
	transition:top 0.5s linear;
}

nav.show{
	top:0;
}

nav .container{
	display:flex;
	align-items:center;
	justify-content:center;
	height:inherit;
}

.inner nav .container{
	border-bottom-color:rgba(255,255,255,0.3);
}

nav, nav .container > *{
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

.logo{
	position:relative;
}

/*.logo:after{
	content:'BETA';
	display:block;
	position:absolute;
	right:0;
	bottom:100%;
	font-size:6px;
	line-height:10px;
	padding:0 2px;
	letter-spacing:2px;
	color:#018afe;
	text-transform:uppercase;
	border:1px solid #018afe;
	border-radius:2px;
}*/

.logo img{
	display:block;
	width:auto;
	height:24px;
}

.logo > div{
	font-weight:400;
	font-size:13px;
	line-height:18px;
	margin-left:48px;
}

nav a, #butmenu{
	font-weight:600;
	font-family:'Inter';
}

nav .button.blue{
	padding:0;
	background-color:#20D261;
	border-color:#20D261;
}

nav .button.blue:before{
	background-color:#20D261;
}

nav li:hover > a,
nav li.active > a{
	color:#018afe;
}

#butmenu{
	display:none;
	position:relative;
	margin:auto;
}

#butmenu:after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height:3px;
	border-radius:3px;
	background-color:#018afe;
}

#butmenu.active{
	color:#018afe;
}

.menu{
	margin:auto;
}

.menu > li:not(:last-child){
	margin-right:40px;
}

.menu > li > a{
	line-height:64px;
}

.menu .menu-item-has-children{
	position:relative;
	padding-right:20px;
}

.menu .sub-menu{
	position:absolute;
	top:72px;
	left:-20px;
	width:280px;
	padding:10px 0;
	background-color:white;
	box-shadow:0 10px 10px rgba(0,0,0,0.1);
	visibility:hidden;
	opacity:0;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
	border-radius:10px;
}

.menu .menu-item-has-children:hover > .sub-menu,
.menu .menu-item-has-children > .sub-menu.active{
	top:62px;
	visibility:visible;
	opacity:1;
}

.menu .sub-menu .sub-menu{
	top:0;
}

.menu .sub-menu .menu-item-has-children:hover > .sub-menu{
	top:-10px;
	left:auto;
	right:-275px;
}

.menu .sub-menu li{
	float:none;
}

.menu .sub-menu a{
	font-weight:400;
	font-family:'Inter';
	line-height:22px;
	padding:8px 20px;
	letter-spacing:0;
}

.main #menu-item-445{
	display:none;
}

.phones{
	position:relative;
	margin-right:30px;
}

.phones > li{
	position:relative;
	padding-right:20px;
}

nav .phones > li:after,
.menu-item-has-children:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	margin-top:-2px;
	right:0;
	border: 5px solid transparent; /* Прозрачные границы */
    border-top: 5px solid #263445;
	background-size:cover;
}

.sub-menu .menu-item-has-children:after{
	margin-top:-5px;
	right:20px;
	transform:rotate(-90deg);
}

.menu-item-has-children:hover:after,
.sub-menu .menu-item-has-children:hover:after{
	border-top-color:#018afe;
}

.menu-item-has-children:hover:after{
	transform:rotate(180deg);
	margin-top:-8px;
}

.sub-menu .menu-item-has-children:hover:after{
	margin-top:-5px;
	transform:rotate(-90deg);
}

/*#header.active .phones:after,
.inner .phones:after{
	background:url(../images/arrow-white.svg) 50% no-repeat;
	background-size:cover;
}*/

footer .phones:after{
	display:none;
}

.phones a{
	display:block;
	line-height:32px;
}

.link-brief{
	padding-top:10px;
}

.link-brief a{
	font-size:12px !important;
	color:#fff;
    background-color:#20d261;
	line-height:40px !important;
	border:#20d261;
}

.button-brief{
	display:flex;
	justify-content:center;
	padding:20px 0;
}

.button-brief a{
	color:#fff;
    background-color:#018afe;
}

footer .email a{
	white-space:nowrap;
}

.phones ul{
	display:none;
	position:absolute;
	top:-6px;
	left:-17px;
	padding:5px 0;
	background-color:#fff;
	border:1px solid #eee;
	border-radius:8px;
	z-index:2;
}

.phones > li:hover > ul{
	display:block;
}

.phones li{
	float:none;
}

footer .phones li:not(:last-child){
	margin-bottom:0;
}

.phones ul a{
	padding:0 16px;
	white-space:nowrap;
}

#header.active nav{
	background-color:#263445;
}

#header.active .container{
	border-bottom-color:#141c25;
}

#header.active nav a{
	color:#fff;
}

nav.white a{
	color:#fff;
}

.phones ul a,
#header.active .phones ul a{
	color:#263445;
}

.phones ul a:hover,
#header.active .phones ul a:hover{
	color:#018afe;
}

.cursor{
	position:absolute;
	top:50%;
	left:64px;
	margin:-120px auto 0;
	width:8px;
	height:240px;
	z-index:2;
	background-color:#263445;
	overflow:hidden;
	animation-name:cursor;
	animation-duration:0.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	z-index:10;
}

.cursor.active{
	left:auto;
	right:64px;
	opacity:0 !important;
	visibility:hidden;
}

@keyframes cursor{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}

header .center h1{
	font-weight:800;
	font-family:'Inter';
	margin-bottom:16px;
	text-align:center;
}

header .center .sub{
	text-align:center;
	width:100%;
	padding:0 20px;
}

header .center .sub br{
	display:none;
}

.keyboard{
	width:720px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-content:flex-start;
}

.keyboard > div{
	width:64px;
	height:64px;
	margin:8px;
	background-color:#DCE4E4;
	border:1px solid #DCE4E4;
	border-radius:8px;
	transition:background 0.2s linear;
}

.keyboard > div:not(.button):hover{
	background-color:rgba(220,228,228,0.4);
}

.keyboard > div:nth-child(10),
.keyboard > div:nth-child(17){
	width:104px;
}

.keyboard > div:nth-child(21){
	width:224px;
}

.keyboard .button{
	text-align:center;
	line-height:64px;
	color:#fff;
	background-color:#20d261;
	border:none;
	-webkit-transition: box-shadow 0.3s linear, -webkit-transform 0.3s linear;
	-moz-transition: box-shadow 0.3s linear, transform 0.3s linear;
	-o-transition: box-shadow 0.3s linear, transform 0.3s linear;
	transition: box-shadow 0.3s linear, transform 0.3s linear;
}

.keyboard .button:hover{
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -moz-box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -o-box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -webkit-box-shadow:0 20px 30px rgba(1,138,254,0.3);
}

.keyboard .button:active{
	-moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.keyboard .btn-cursor{
	background-color: #018afe;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.keyboard .btn-cursor:before{
	background-color: #018afe;
}

/* old dialogue */

.dialogue{
	position:absolute;
	top:64px;
	left:50%;
	margin-left:-360px;
	width:720px;
	height:55%;
	overflow:hidden;
}

.active .dialogue{
	z-index:2;
}

.close-dialogue{
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-75px;
	line-height:32px;
	padding-right:32px;
	color:#fff;
	z-index:10;
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.close-dialogue.active{
	opacity:1;
	visibility:visible;
}

.close-dialogue.active:hover{
	opacity:0.5;
}

.close-dialogue:hover{
	cursor:pointer;
}

.close-dialogue:after{
	content:'';
	display:block;
	position:absolute;
	top:8px;
	right:0;
	width:16px;
	height:16px;
	background:url(../images/close.svg) 50% no-repeat;
	background-size:cover;
}

.dialogue .wrap-dialogue{
	display:flex;
	align-items:end;
	position:absolute;
	bottom:0;
	height:2000px;
}

.dialogue .wrap-dialogue,
.dialogue form{
	width:100%;
}

.wrap-mess{
	padding-bottom:12px;
	/*-webkit-transition: padding 0.3s linear;
	-moz-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear;*/
}

.mess{
	max-width:90%;
}

.mess, .mess input[type="text"]{
	display:table;
	position:relative;
	color:#fff;
	font-size:16px;
	padding:13px 24px;
	letter-spacing:0.5px;
	background-color:#018afe;
	border-radius:50px;
	border-bottom-left-radius:0;
}

.mess input[type="text"]{
	min-width:320px;
}

.mess p{
	line-height:1.5;
}

.brief .mess p{
	display:none;
}

#brief .textarea{
	margin-bottom:12px;
}

.design-page #brief .file{
	padding:15px 0;
}

.mess.client, .mess input[type="text"]{
	background-color:#fff;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:0;
}

.mess.input{
	padding:0;
}

.mess.input:not(.your-number):after{
	content:'+Enter';
	display:block;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-10px;
	width:50px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	color:#018afe;
	border:1px solid #018afe;
	border-radius:3px;
}

.mess.client{
	float:right;
}

.mess.client:before{
	left:auto;
	right:0;
	border: 12px solid transparent;
	border-top: 12px solid white;
	border-right: 12px solid white;
}

.mess.not:before{
	display:none;
}

.mess.not{
	border-bottom-left-radius:50px;
}

.mess input[type="text"]{
	width:auto;
	font-family:'MuseoSansRegular';
	line-height:32px;
	color:#263445;
	padding:13px 32px;
}

.mess input[type="text"]:focus{
	color:#018afe;
}

.mess img{
	display:inline-block;
	width:24px;
	height:24px;
	margin-left:8px;
}

.mess img.left{
	margin-left:0;
	margin-right:8px;
}

.sites{
	display:flex;
	flex-flow:row wrap;
}

.dialogue-screen .sites{
	padding:24px 0 32px;
}

/*.service .sites{
	justify-content:space-around;
}*/

.sites.active{
	display:flex;
}

.service .stat .list:after,
.sites:after{
	display:none;
}

.sites .item{
	display:flex;
	width:25%;
	padding:5px;
}

.service .sites{
	padding:0;
}

.service .sites .item{
	width:200px;
}

.sites .item input{
	display:none;
}

.sites .item:hover{
	cursor:pointer;
}

.sites .wrap{
	position:relative;
	flex-grow:1;
	padding:16px 0;
	background-color:white;
	border-radius:8px;
	background-color:#f9f9f9;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	overflow:hidden;
}

.service .sites .wrap{
	padding:40px 0;
	border:1px solid #f0f0f0;
}

.sites .item:hover .wrap,
.sites .active .wrap{
	background-color:white;
}

.sites .icon{
	/*position:relative;*/
	display:flex;
	width:100px;
	height:100px;
	margin:auto;
	justify-content:center;
	overflow:hidden;
	margin-bottom:16px;
}

.sites .icon:before,
.sites .icon:after{
	content:'';
	display:block;
	position:absolute;
	transition:width 0.5s linear, height 0.5s linear, background 0.2s linear, border-radius 0.4s linear;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
	border-radius:100%;
}

.sites .icon:before{
	top:16px;
	right:16px;
	width:24px;
	height:24px;
	border:1px solid #CCCED1;
}

.sites .item:hover .icon:before{
	border-color:#018afe;
}

.sites input:checked + .icon:before{
	background:rgba(1,138,254,0.9);
	border:1px solid #018afe;
}

.sites input:checked + .icon:after{
	top:20px;
	right:20px;
	width:16px;
	height:16px;
	background:url(../images/check.svg) 50% no-repeat;
	background-size:cover;
}

.sites .icon img{
	width:80px;
}

.sites .name-site{
	text-align:center;
	line-height:20px;
	min-height:40px;
	letter-spacing:0.5px;
}

.sites .item:hover .name-site{
	color:#018afe;
}

.sites input:checked + .icon + .name-site{
	color:#018afe;
	font-weight:500;
}

.mess label{
	display:block;
	float:left;
}

.mess label:hover{
	cursor:pointer;
}

.mess label:hover div{
	color:#018afe;
}

.mess label input{
	display:none;
}

.mess.radio div{
	position:relative;
	color:#263445;
	line-height:32px;
	font-family:'MuseoSansRegular';
	z-index:2;
}

.mess.radio > div{
	font-weight:700;
}

.mess label input:checked + div{
	font-family:'MuseoSansMedium';
	color:#018afe;
}

.mess.radio label[for="yes"]{
	margin-right:16px;
}

.mess.radio .text{
	float:left;
	font-family:'MuseoSansRegular';
	margin-right:16px;
}

.mess a{
	font-family:'MuseoSansMedium';
	color:#fff;
	text-decoration:underline;
}

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

.wrap-mess, .sites{
	display:none;
}

.mainbrief .sites{
	display:flex;
}

.dialogue .show{
	display:flex;
}

.dialogue .client{
	justify-content:flex-end;
}

/* old dialogue */

/* new dialogue */

.dialogue-screen{
	position:absolute;
	top:64px;
	left:50%;
	margin-left:-360px;
	width:720px;
	height:55%;
}

.active .dialogue-screen{
	z-index:4;
}

.dialogue-screen .mess{
	display:none;
	margin-right:auto;
	margin-bottom:12px;
}

.dialogue-screen .mess.active{
	display:flex;
}

.dialogue-screen .block-name{
	display:flex;
}

.mess.not{
	margin-bottom:8px;
}

.area-messages{
	position:absolute;
	bottom:64px;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:end;
}

.mess.client{
	color:#018afe;
	float:none;
	margin-right:0;
	margin-left:auto;
}

.mess p{
	display:flex;
	flex-flow:row wrap;
}

.dialogue-screen .sites{
	display:none;
	padding:0;
	margin-bottom:12px;
}

.dialogue-screen .sites .wrap-list{
	display:flex;
	flex-flow:row wrap;
}

.dialogue-screen .sites .item{
	float:none;
	width:auto;
	flex-basis:auto;
}

.dialogue-screen .sites .item .wrap{
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	padding:10px 15px 10px 10px;
	border-radius:26px;
}

.dialogue-screen .sites .name-site{
	text-align:left;
	min-height:0;
}

.dialogue-screen .sites .icon:before{
	top:0;
	right:auto;
	left:0;
}

.dialogue-screen .sites .icon{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	width:28px;
	height:28px;
	margin:0;
	margin-bottom:0;
	margin-right:12px;
}

.dialogue-screen .sites input:checked + .icon:after{
	top:auto;
	right:auto;
	left:auto;
}

.yesno p{
	display:none;
}

.client-field,
.client-field .fielddlg{
	position:absolute;
	width:100%;
}

.client-field{
	height:50px;
	bottom:0;
}

.client-field .fielddlg{
	position:absolute;
	top:50px;
	transition:bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	opacity:0;
}

.client-field .choose{
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.client-field .choose > div{
	display:flex;
	align-items:center;
	flex-direction:row;
	line-height:50px;
	padding:0 32px 0 16px;
	background-color:#fff;
	border-radius:8px;
}

.client-field .choose > div.active{
	font-family:'MuseoSansMedium';
	color:#fff !important;
	background-color:#018afe;
}

.client-field .choose > div:hover{
	cursor:pointer;
	color:#018afe;
}

.client-field .choose > div:first-child{
	margin-right:16px;
}

.client-field img{
	width:32px;
	height:32px;
	margin-right:16px;
}

.client-field.show{
	bottom:0;
	opacity:1;
}

.client-field input:focus{
	border:1px solid #fff;
}

.client-field .button{
	position:absolute;
	top:4px;
	right:4px;
	width:140px;
	padding:0;
}

/* new dialogue */

h2{
	font-size:48px;
	line-height:56px;
}

section{
	padding:64px 0;
}

.stat{
	padding:0;
}

.service-page section{
	padding:50px 0;
}

section h2, article .title-middle{
	font-weight:800;
	font-family:'Inter';
	text-align:center;
	margin-bottom:64px;
}

article{
	padding-bottom:30px;
}

.main article{
	padding-bottom:0;
}

article .title{
	text-align:center;
	margin-bottom:32px;
}

article .steps .title{
	padding:0;
	margin-bottom:16px;
}

article h2,
article h3,
article h4,
article .title-middle{
	font-weight:600;
	margin-bottom:24px;
}

article h2, article .title-middle{
	font-size:40px;
	line-height:48px;
}

article h3, #reply-title{
	font-size:32px;
	line-height:40px;
}

article h4{
	font-size:24px;
	line-height:32px;
}

article strong{
	font-weight:normal;
	font-weight:600;
	font-family:'Inter', sans-serif;
}

article .benefits,
article .features,
.checklist{
	padding:50px 0;
}

article .steps,
article .priv-seo{
	padding:40px 0;
}

article .steps{
	margin-bottom:24px;
}

article .wpcf7{
	width:800px;
	margin:0 auto 40px;
}

article .wpcf7 .general{
	display:flex;
	flex-flow:row wrap;
}

article .wpcf7 .general > div{
	width:50%;
}

article .wpcf7 .general > .field{
	padding-right:15px;
}

article .wpcf7 .wrap-but{
	padding-top:10px;
}

article .fields{
	display:flex;
}

article .wpcf7 .field,
article .wpcf7 .fields{
	margin-bottom:15px;
}

article .wpcf7 .file{
	padding:15px 0;
}

article .wpcf7 .ttl{
	display:none;
}

article .mainbrief .ttl{
	display:block;
}

section .margin{
	margin-bottom:128px;
}

section.grey{
	background-color:rgba(0,0,0,0.01);
}

.about-short{
	text-align:center;
}

.about-short .center > p{
	width:70%;
	margin:0 auto 15px;
}

.history{
	position:relative;
	color:#fff;
	background-color:#018afe;
}

.history .title{
	text-align:center;
}

.history h2{
	color:#fff;
}

.history .chapters{
	display:flex;
	flex-flow:row wrap;
	overflow:hidden;
}

.history .item{
	display:flex;
	flex-direction:column;
	position:relative;
	float:left;
	width:20%;
}

.create .history .item{
	position:relative;
	flex-direction:row;
	flex-basis:100%;
}

.inner .history.head .item{
	float:none;
	width:100%;
}

.service .history.head .item{
	display:flex;
	height:480px;
	align-items:center;
}

.service .history.head .desc,
.service .history.head .item:hover .desc{
	position:relative;
	bottom:auto;
}

.service .history.head .item .desc{
	padding:0;
}

.service .history.head .num{
	position:absolute;
	top:0;
	left:-80px;
	width:48px;
	height:48px;
	line-height:48px;
	color:#fff;
	color:#018afe;
	border:1px solid #018afe;
}

.service .history.white .num{
	color:#018afe;
	background-color:#fff;
}

.service .history.head .ttl{
	font-size:48px;
	line-height:48px;
	margin-bottom:16px;
}

.history .desc p{
	margin-bottom:24px;
}

.history.white .desc{
	color:#fff;
}

.service .history .button,
.service .history .item:hover .button{
	position:relative;
	bottom:auto;
}

.history .pic{
	width:100%;
	transition:margin 5s linear, transform 0.3s linear, opacity 2s linear;
}

.service .history.head .pic{
	position:relative;
	width:auto;
	height:800px;
	transform:scale(1);
	margin-left:auto;
	margin-top:100px;
}

.service .history.head .pic.white{
	position:absolute;
	right:0;
}

.service .history.head.white .pic.blue{
	opacity:1;
	transition:opacity 0.3s linear;
}

.service .history.head.white .pic.blue{
	opacity:0;
}

.service .sun,
.service .clouds{
	display:block;
	position:absolute;
}

.service .sun{
	right:450px;
	width:50px;
	animation-name:sun;
	animation-duration:8s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-delay:2s;
}

.service .clouds{
	width:400px;
	animation-name:clouds;
	animation-duration:30s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes clouds{
	from{
		top:50px;
		right:-400px;
	}
	to{
		top:100%;
		right:80%;
	}
}

.service .head.white .sun{
	top:100%;
}

.history .slick-current .pic{
	opacity:1;
	margin-top:-130px;
}

.history .slick-current .desc{
	opacity:1;
	bottom:64px;
}

.history .desc{
	padding-right:15px;
}

.history .ttl{
	font-size:26px;
	font-family:'MuseoSansMedium';
	line-height:34px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}

.history .ttl a{
	color:white;
}

.history .ttl a:hover{
	text-decoration:underline;
}

.history .marker li{
	position:relative;
	float:none;
	font-size:14px;
	line-height:18px;
	padding-left:16px;
	margin-bottom:5px;
}

.history .marker li a{
	color:#fff;
	display:block;
}

.history .marker li a:hover{
	text-decoration:underline;
}

.history .marker li:after{
	content:'';
	display:block;
	position:absolute;
	top:7px;
	left:0;
	width:5px;
	height:5px;
	background-color:white;
	border-radius:5px;
}

.stat .list{
	display:flex;
	flex-flow:row wrap;
	padding-bottom:30px;
}

.stat .list .item{
	float:none;
	width:16.6666%;
	padding-right:10px;
}

.service .stat .list{
	justify-content:space-between;
}

.service .stat .list .item{
	position:relative;
	width:20%;
	overflow:hidden;
	border-radius:8px;
}

.stat .list .icon{
	position:absolute;
	right:20px;
	bottom:0;
	display:none;
	align-items:center;
	justify-content:center;
	width:120px;
	height:120px;
	margin-bottom:24px;
	opacity:0.2;
}

.stat .list .icon img{
	max-width:100%;
}

.history .num{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#018afe;
	font-size:16px;
	font-family:'MuseoSansMedium';
	border-radius:50%;
	background-color:#fff;
	margin-bottom:16px;
}

.stat .list .count{
	display:table;
	position:relative;
	font-size:56px;
	line-height:64px;
	font-family:'MuseoSansMedium';
	color:#018afe;
}

.stat .list .sign{
	position:absolute;
	top:8px;
	right:-24px;
	font-size:32px;
	line-height:32px;
	color:#606a77;
	font-family:'MuseoSansLight';
}

.stat .list .sub{
	font-size:24px;
	line-height:32px;
	font-family:'MuseoSansBold';
	margin-bottom:8px;
}

.stat .list .item > p{
	font-size:16px;
	line-height:24px;
	opacity:0.8;
}

.typesites .title,
.stepslist .title{
	margin-bottom:30px;
}

.typesites .list{
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}

.typesites .item{
	float:none;
	width:24%;
	margin-bottom:20px;
}

.typesites .item .wrap{
	display:flex;
	align-items:center;
	flex-direction:row;
	border:1px solid #CCCED1;
	border-radius:8px;
}

.typesites .icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
	margin-right:20px;
	border-radius:50%;
}

.typesites .icon img{
	width:80%;
}

.packs{
	position:relative;
	overflow:hidden;
}

.packs:after{
	content:'';
	display:block;
	position:absolute;
	top:380px;
	left:0;
	width:100%;
	height:1px;
	background-color:#CCCED1;
}

.packs .list{
	display:flex;
	flex-flow:row wrap;
	padding-top:32px;
}

.packs .list .item{
	position:relative;
	float:none;
	width:33.3%;
	z-index:2;
}

.packs .list .item:before,
.packs .list .item:after{
	content:'';
	display:block;
	position:absolute;
	top:160px;
	left:0;
	right:0;
	margin:auto;
	width:1px;
	height:1px;
	background-color:#018afe;
	border-radius:100%;
	opacity:0;
	transition:width 0.3s linear, height 0.3s linear, top 0.3s linear, transform 0.7s linear;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    z-index:2;
}

.packs .list .item:after{
	background-color:transparent;
	border:1px solid #018afe;
	z-index:1;
}

.packs .list .item:hover:before,
.packs .list .item:hover:after{
	opacity:1;
	top:0;
	width:320px;
	height:320px;
}

.packs .list .item:hover:after{
	transform:scale(1.5);
}

.packs .list .photo{
	position:relative;
	display:table;
	margin:auto;
	z-index:2;
	transition:transform 0.2s linear;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.packs .list .item:hover .photo{
	transform:scale(0.9);
}

.packs .list .photo img{
	display:block;
}

.packs .list .road{
	position:absolute;
	top:211px;
	left:360px;
}

.packs .list .item .desc{
	position:relative;
	z-index:3;
}

.packs .list .item .desc > span{
	color:#606a77;
	font-size:16px;
	line-height:24px;
}

.packs .list .item .name{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	font-size:32px;
	font-family:'MuseoSansBold';
	line-height:40px;
	margin-bottom:16px;
}

.packs .price-pack{
	color:#018afe;
	font-size:24px;
	font-family:'MuseoSansMedium';
	line-height:24px;
	margin-left:20px;
}

.packs .price-pack sup{
	font-size:12px;
}

.packs .list .item ul{
	min-height:80px;
	margin-bottom:16px;
}

.packs .list .item li{
	position:relative;
	color:#606a77;
	padding:4px 16px;
	margin-right:8px;
	margin-bottom:8px;
	background-color:#EAEFEF;
	border-radius:4px;
}

.packs .list .item p{
	padding-right:40px;
	margin-bottom:15px;
}

.packs .list .item .color{
	color:#fff;
	background-color:#20D261;
}

.packs .list .item .color:before{
	background-color:#018afe;
}

.packs .button{
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.packs .list .item:hover .button{
	opacity:1;
}

.wrap-link{
	padding-top:40px;
}

.all-link{
	display:table;
	position:relative;
	margin:auto;
	font-family:'MuseoSansMedium';
	color:#018afe;
	text-decoration:underline;
	z-index:2;
}

.packs .all-prices:hover{
	text-decoration:none;
}

.devices{
	position:relative;
	overflow:hidden;
}

.portfolio{
	padding-bottom:0;
}

.portfolio .info{
	position:absolute;
	width:400px;
	z-index:3;
}

.portfolio h2{
	text-align:left;
	margin-bottom:24px;
}

.portfolio h2 + p{
	margin-bottom:24px;
}

.devices .devices-img{
	display:block;
	margin:auto;
	max-width:85%;
	animation-name:devices;
	animation-duration:2s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
}

.devices .device{
	position:absolute;
	animation-duration:2s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	z-index:2;
}

.devices .device img{
	max-width:100%;
}

.devices .notebook{
	right:160px;
	width:620px;
	animation-name:note;
}

.devices .tablet{
	top:580px;
	left:260px;
	width:540px;
	animation-name:tablet;
	animation-delay:1s;
}

.devices .phone{
	top:660px;
	right:160px;
	width:260px;
	animation-name:phone;
	animation-delay:1.5s;
}

.devices .works{
	position:absolute;
}

.devices .notebook .works{
	top:108px;
	left:20px;
	width:440px;
	transform:skewX(10deg) skewY(-25deg) rotateY(25deg);
}

.devices .tablet .works{
	top:-76px;
	left:128px;
	width:300px;
	transform:rotateX(-55deg) rotateZ(-45deg);
}

/*.devices .phone .work{
	width:320px;
	height:185px;
	top:-16px;
	left:16px;
}*/

.devices .phone .works{
	top:-50px;
    left:74px;
	width:120px;
	transform:skewX(5deg) rotateX(-55deg) rotateZ(-45deg);
}

@keyframes note{
	from{
		top:0;
	}
	to{
		top:30px;
	}
}

@keyframes tablet{
	from{
		top:540px;
	}
	to{
		top:570px;
	}
}

@keyframes phone{
	from{
		top:660px;
	}
	to{
		top:690px;
	}
}

@keyframes devices{
	from{
		opacity:0.5;
	}
	to{
		opacity:1;
	}
}

.portfolio-block{
	position:relative;
	padding:0;
	min-height:500px;
	height:70vh;
	background:url(../images/portfolio.jpg) 100% center no-repeat #263445;
	background-size:auto 150%;
}

.portfolio-block .container{
	display:flex;
	align-items:center;
	height:100%;
}

.portfolio-block .info{
	color:#fff;
	z-index:2;
}

.portfolio-block .info h2{
	text-align:left;
	margin-bottom:0;
}

.portfolio-block .info p{
	padding:16px 0;
}

.portfolio-block .devices{
	display:none;
	max-width:100%;
	width:50%;
}

.portfolio-block .info .button{
	color:#fff;
	background-color:#20d261;
	border: #20d261;
}

.portfolio-block .circles{
	display:none;
	align-items:center;
	position:absolute;
}

.portfolio-block .circle-wp{
	top:100px;
	right:200px;
	z-index:1;
}

.portfolio-block .circle-resp{
	top:600px;
	left:300px;
	z-index:2;
}

.portfolio-block .circle-scripts{
	bottom:100px;
	left:800px;
	z-index:3;
}

.portfolio-block .circles:hover{
	z-index:4 !important;
}

.portfolio-block .circles .circle{
	float:left;
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	background-color:#ff2020;
	border-radius:50%;
	transform:scale(1);
	transition:transform 0.3s ease-in-out;
	animation-duration:0.8s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-name:circles;
}

@keyframes circles{
	from{
		transform:scale(1.5);
	}
	to{
		transform:scale(1);
	}
}

.portfolio-block .circles .circle:after{
	content:'';
	display:block;
	width:12px;
	height:12px;
	background:url(../images/plus-white.svg) 0 0 no-repeat;
	background-size:cover;
}

.portfolio-block .circles .desc{
	width:300px;
	padding:30px;
	margin-left:30px;
	background-color:#fff;
	border-radius:8px;
	opacity:0;
	transition:opacity 0.3s ease-out;
	visibility:hidden;
}

.portfolio-block .circles .circle:hover{
	cursor:pointer;
	transform:rotate(45deg) scale(1.5);
	animation-play-state: paused;
}

.portfolio-block .circles .circle:hover + .desc{
	opacity:1;
	visibility:visible;
}

.portfolio-block .circles .desc .ttl{
	font-size:32px;
	line-height:40px;
	margin-bottom:8px;
}

.benefits h3{
	text-align:center;
}

.benefits .list,
.features .list{
	display:flex;
	flex-flow:row wrap;
}

.benefits .list{
	margin-left:-30px;
	margin-right:-30px;
	overflow:hidden;
}

.benefits .list .item{
	width:25%;
	padding:0 30px;
	text-align:center;
}

.steps-smm .list .item,
.types-text .list .item{
	width:20%;
}

.adv-seo-num .list,
.adv-audit-list .list,
.steps-naming .list{
	justify-content:center;
}

.adv-seo-num .list .item,
.adv-audit-list .list .item,
.steps-naming .list .item{
	width:33.3%;
	margin-bottom:30px;
}

.benefits .list .item .num{
	color:#018afe;
	text-align:center;
	width:60px;
	height:60px;
	font-size:24px;
	margin:0 auto 15px;
	line-height:58px;
	border-radius:50%;
	border:2px solid #018afe;
}

.benefits .list .item img{
	display:block;
	margin:0 auto 15px;
	height:80px;
}

.benefits .list .item div,
.kindslogo .list .ttl{
	font-size:20px;
	line-height:28px;
	font-weight:600;
	font-family:'Inter', sans-serif;
	margin-bottom:5px;
}

.core-ben .list .item div{
	font-size:18px;
	line-height:26px;
}

.benefits .list .desc p{
	font-weight:400;
}

.benefits .list .item p{
	font-size:16px;
	line-height:24px;
	opacity:0.8;
	margin-bottom:0;
}

.design-num-list h3{
	margin-bottom:5px;
}

.design-num-list .list{
	justify-content:center;
}

.adv-seo-num .list .item p{
	font-size:18px;
	line-height:26px;
}

.adv-seo-num .list .item p,
.steps-naming .list .item p,
.steps-smm .list .item p,
.why-smm .list .item p{
	opacity:1;
}

.ben-apps .list{
	width:85%;
	margin:auto;
}

.checklist.need-seo{
	padding-top:0;
}

.checklist .item{
	float:none;
	display:flex;
	align-items:center;
	margin-bottom:20px;
}

.checklist .item .icon{
	width:40px;
	height:40px;
	margin-right:15px;
}

.checklist .item img{
	max-width:100%;
}

.checklist .item p{
	flex:1;
	margin-bottom:0;
}

.createsite-list{
	padding-top:0;
}

.createsite-list .list{
	display:flex;
	flex-flow:row wrap;
}

.createsite-list .item{
	width:50%;
}

.createsite-list .item:not(:last-child){
	margin-bottom:20px;
}

.createsite-list .item p{
	padding-right:10px;
}

.checkli li{
	padding-left:30px;
	background:url(../images/check-blue.svg) 0 5px no-repeat;
	background-size:16px auto;
}

.checkli li:after{
	display:none;
}

.features .list .item{
	width:12.5%;
	padding:0 15px;
	text-align:center;
}

.design-page .features .list .item{
	width:20%;
}

.features .list .item img{
	height:60px;
	margin:0 auto 15px;
}

.features .list .item div{
	font-family:'MuseoSansBold', sans-serif;
}

#our-clients .title, .main-reviews .title, .faq .title{
	margin-bottom:20px;
}

.slick-list *{
	outline:none !important;
}

.main-reviews .wpcr3_review .info,
.main-reviews .wpcr3_item_name,
.main-reviews div.wpcr3_aggregateRating{
	display:none;
}

.main-reviews .wpcr3_reviews_holder{
	width:100%;
}

.main-reviews .slick-track{
	margin:0 -10px;
}

.main-reviews .wpcr3_review{
	margin:0 10px;
}

.slick-dots{
	display:flex;
	justify-content:center;
	position:static;
	padding-top:40px;
}

.slick-dots li:after{
	display:none;
}

.slick-dots li button{
	width:8px;
	height:8px;
	background-color:#606a77;
	border-radius:16px;
	opacity:0.5;
}

.slick-dots .slick-active button{
	opacity:1;
	background-color:#018afe;
}

.faq .list{
	width:80%;
	margin:auto;
}

.work-context h2{
	margin-bottom:5px;
}

.work-context{
	margin-bottom:40px;
}

.work-context .list{
	width:100%;
}

.faq .item{
	float:none;
	padding:25px 0;
	border-bottom:1px solid #DCE4E4;
}

.faq .item .ttl{
	display:flex;
	align-items:center;
	position:relative;
	padding-right:32px;
	font-weight:600;
	font-family:'Inter', sans-serif;
	font-size:20px;
	line-height:28px;
}

.faq .item .ttl .icon{
	width:32px;
	height:32px;
	margin-right:15px;
}

.faq .item .ttl .icon img{
	width:100%;
}

.faq .item .ttl .icon + div{
	flex:1;
}

.faq .item .ttl .plus{
	position:absolute;
	top:50%;
	margin-top:-11px;
	right:0;
	width:22px;
	height:22px;
}

.faq .item .plus span{
	display:block;
	position:absolute;
	background-color:#CCCED1;
}

.faq .item .plus span:first-child{
	top:0;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:22px;
}

.faq .active .plus span:first-child{
	display:none;
}

.faq .item .plus span:last-child{
	top:50%;
	left:0;
	margin-top:-1px;
	margin-left:0;
	width:22px;
	height:2px;
}

.faq .item .ttl:hover,
.faq .item.active .ttl{
	cursor:pointer;
	color:#018afe;
}

.faq .item p{
	display:none;
	padding-top:15px;
	font-size:18px;
	line-height:26px;
	margin-bottom:0;
}

.team h2{
	margin-bottom:32px;
}

.team .list{
	display:flex;
	flex-flow:row wrap;
}

.team .item{
	float:none;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	position:relative;
	width:33.3%;
	padding:32px 0;
	align-items:center;
}

article .team .item{
	padding-top:0;
	padding-bottom:40px;
}

.team .photo{
	width:20%;
	position:relative;
	overflow:hidden;
	transition:transform 0.2s linear;
	border-radius:50%;
}

.team .photo img{
	display:block;
	max-width:100%;
}

.team .desc{
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:80%;
	padding-left:30px;
}

.team .desc .name{
	font-weight:600;
	font-size:28px;
	line-height:38px;
	font-family:'Inter';
}

.team .desc p{
	opacity:0.6;
	margin-bottom:0;
}

.service-page .team .desc p{
	margin-bottom:0;
}

.inner .head{
	color:#fff;
	background-color:#018afe;
	padding:128px 0 64px;
}

.service .head{
	padding:0;
	color:#263445;
	background-color:#f9f9f9;
	border-bottom:1px solid #eee;
}

.service .head.white{
	background-color:#018afe;
}

/*.service .head,
.service .head *{
	transition:color 1s ease-out, background-color 1s ease-out;
}*/

.inner .back{
	position:absolute;
	top:10px;
	left:0;
	width:32px;
	height:32px;
	background:url(../images/back.svg) 0 0 no-repeat;
	background-size:cover;
}

.inner .back:hover{
	cursor:pointer;
}

/*.inner .title,
.inner .category{
	width:60%;
	margin:auto;
	font-family:'MuseoSansRegular';
}*/

.inner .posts .category{
	width:auto;
}

.title{
	font-weight:800;
	font-family:'Inter';
	font-size:48px;
	line-height:56px;
	margin-bottom:8px;
}

.title.center{
	text-align:center;
}

h1{
	font-size:56px;
	line-height:64px;
	margin-bottom:48px;
}

.inner .category{
	font-size:16px;
}

.inner .category a{
	float:left;
	display:block;
	color:#fff;
	margin-right:24px;
}

.inner .category a:hover{
	text-decoration:underline;
}

.inner .date{
	font-size:14px;
	font-family:'MuseoSansRegular';
	opacity:0.5;
}

.inner .posts .category a,
.inner .posts .category .date{
	color:#263445;
}

#content.service{
	padding:0;
}

#content .social{
	position:absolute;
	right:0;
}

.social li{
	float:none;
	margin-bottom:16px;
}

.social a{
	display:flex;
	width:48px;
	height:48px;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	border:1px solid #BCC1C6;
	border-radius:100%;
}

.social img{
	width:20px;
	height:20px;
}

/*article{
	width:80%;
	margin:auto;
}

#content{
	border: 1px solid #CCCED1;
	border-radius:10px;
}*/

article p,
article li{
	font-family:'Inter', sans-serif;
	font-size:18px;
	line-height:28px;
	margin-bottom:24px;
}

.check-icon{
	font-weight:600;
	padding-left:30px;
	font-style:normal;
	background:url(../images/check-blue.svg) left center no-repeat;
	background-size:18px auto;
}

article table td{
	font-size:18px;
	line-height:28px;
}

article .table-prices tr td:first-child{
	padding-left:15px;
}

section article h2, section article .title-middle{
	margin-bottom:24px;
}

section article .benefits h2{
	margin-bottom:40px;
}

article ul, article ol{
	margin-bottom:24px;
}

article li{
	float:none;
	position:relative;
	padding-left:20px;
	margin-bottom:16px;
}

article li:after{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#018afe;
}

article .alignleft,
article .alignright{
	border-radius:8px;
	margin-bottom:30px;
}

article .alignnone{
	max-width:100%;
	height:auto;
}

article .alignleft{
	float:left;
	margin-right:30px;
}

article .alignright{
	float:left;
	margin-left:30px;
}

article .textblk > .button{
	width:300px;
	margin:0 auto 24px;
}

article .textblk > .button br{
	display:none;
}

.post:not(:last-child){
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #EEEDF0;
}

.post{
	display:flex;
	flex-direction:row;
}

.post .photo{
	display:flex;
	align-items:center;
	justify-content:center;
	width:240px;
	height:136px;
	background-color:#ccc;
	border-radius:8px;
	overflow:hidden;
}

.post .photo img{
	display:block;
	width:120%;
	height:auto;
}

.post .desc{
	flex:1;
	padding-left:40px;
}

.post .ttl{
	font-size:32px;
	font-family:'MuseoSansBold';
	line-height:40px;
	margin-bottom:10px;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.post .desc > a:hover .ttl{
	color:#018afe;
}

.post p{
	font-size:16px;
	line-height:24px;
	margin-bottom:0;
}

aside{
	width:20%;
	float:left;
	padding-right:48px;
}

aside .cats{
	margin-bottom:24px;
}

aside .cats > li{
	float:none;
}

aside .cats > li > a{
	font-size:16px;
	font-family:'MuseoSansBold';
	line-height:32px;
}

aside .cats > li > a:hover{
	text-decoration:underline;
}

aside .button{
	margin:0;
	width:80%;
	letter-spacing:1px;
	text-align:center;
}

.list-sites{
	background-color:#018afe;
}

.list-sites .ttl{
	color:#fff;
	font-weight:300;
	font-size:24px;
	text-align:center;
	margin-bottom:64px;
}

/*.steps-create{
	position:relative;
	overflow:hidden;
	background:url(../images/clouds.png) 10% 100px no-repeat fixed;
}

.steps-create h2{
	margin-bottom:240px;
}

.steps-create .pnts{
	position:absolute;
	width:300px;
	padding:32px;
	font-size:20px;
	line-height:28px;
	color:#018afe;
	border:1px solid #018afe;
	box-shadow:10px -10px 0 #018afe;
	transform: skewY(29deg) rotateY(25deg);
	z-index:2;
}

.steps-create .pnt-1{
	top:-70px;
	right:440px;
}

.steps-create .pnt-2{
	top:210px;
	left:420px;
}

.steps-create .pnt-3{
	top:520px;
	right:330px;
	text-align:right;
}

.steps-create .pnt-4{
	top:650px;
	left:270px;
}

.steps-create .pnt-5{
	left:50%;
	margin-left:50px;
	bottom:-30px;
}

.steps-create .points{
	display:block;
	width:700px;
	margin:0 auto 100px;
}

.steps-create .train{
	position:absolute;
	left:50%;
	bottom:0;
}*/

#portfolio-cover{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	padding:100px 0;
	background:url(../images/sites.jpg) center center no-repeat fixed;
	background-size:cover;
}

.service #portfolio-cover{
	height:400px;
}

.portfoliopage #portfolio-cover{
	height:auto;
}

#portfolio-cover:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
}

#portfolio-cover .center{
	position:relative;
	color:#fff;
	text-align:center;
	z-index:2;
}

#portfolio-cover .center .title,
#portfolio-cover .center p{
	margin-bottom:16px;
}

#content .descpage p{
	margin-bottom:24px;
}

.keyboard{
	margin-bottom:16px;
}

p.center, article .center{
	text-align:center;
}

.center .button{
	margin:auto;
}

.error .center .button{
	margin:0;
}

#content{
	padding:0;
}

#content.simple-page{
	padding-top:60px;
}

#content.contacts{
	display:flex;
	align-items:center;
	padding:60px 0;
	/*background-color:#018afe;*/
}

#content.contacts > .container{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

#content.contacts .form .field,
#content.contacts .form .fields,
#content.contacts .form .wrappadd{
	padding:0;
}

.wrappadd .color{
	text-transform:lowercase;
}

#content.contacts .top{
	text-align:center;
	margin-bottom:32px;
}

#content.contacts .top,
#content.contacts .form{
	padding:0;
}

#content.contacts .side{
	padding:50px;
	border-radius:8px;
}

#content.contacts .left{
	width:560px;
	margin-right:50px;
	background-color:#fff;
	border:1px solid #CCCED1;
}

#content.contacts .right .title{
	color:#018afe;
}

#content.contacts .data li{
	float:none;
	font-size:24px;
	line-height:32px;
}

#content.contacts .data li a:hover{
	color:#018afe;
}

#content.contacts .data li:not(.ttl){
	padding:5px 0;
}

#content.contacts .data .ttl{
	font-size:12px;
	font-family:'MuseoSansBold', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:24px;
	margin-top:32px;
	margin-bottom:10px;
}

.messangers{
	margin-top:24px;
}

.messangers,
.messangers a,
.messangers .icon{
	display:flex;
	align-items:center;
}

.messangers a{
	font-size:12px;
	justify-content:center;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:38px;
	color:#018afe;
	padding:0 16px;
	border:1px solid #018afe;
	border-radius:8px;
}

.messangers a:first-child{
	margin-right:16px;
}

.messangers a:hover{
	color:#fff;
	background-color:#018afe;
}

.messangers a:hover .icon{
	fill:#fff;
}

.messangers .icon{
	width:24px;
	margin-right:8px;
	fill:#018afe;
	overflow:hidden;
}

.messangers .icon svg{
	width:24px;
	height:24px;
}

#content.casepage{
	background-color:#018afe;
}

#content .descpage{
	padding:64px 15px;
	text-align:center;
}

#content .descpage p,
#content .descpage .title{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

#content.casepage .descpage{
	color:#fff;
}

#content.casepage .descpage .title{
	margin-bottom:16px;
}

#content.casepage .descpage .down{
	display:flex;
	width:320px;
	height:56px;
	margin:auto;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	background-color:rgba(255,255,255,0.1);
	border-radius:50px;
}

.down img{
	width:24px;
	height:24px;
	margin-right:16px;
}

#fullscreen{
	width:980px;
	margin:auto;
	transition:width 0.3s ease-in-out;
}

#fullscreen.full{
	width:100%;
}

#fullscreen img{
	margin:auto;
	height:auto;
	max-width:100%;
	border:none !important;
}

.gallery-item{
	margin-top:0 !important;
}

.lastwork .container, .container .lastwork {
	display:flex;
	align-items:center;
	flex-direction:column;
}

.container .lastwork{
	margin-bottom:60px;
}

.list-case{
	display:flex;
	flex-flow:row wrap;
	padding:32px 0;
}

.lastwork .list-case{
	padding:0;
}

.lastwork .wrap-all-works{
	display:flex;
	justify-content:center;
	width:100%;
	padding-top:10px;
}

.lastwork .link-portfolio{
	font-weight:600;
	color:#018AFE;
	text-decoration:underline;
}

.lastwork .link-portfolio:hover{
	text-decoration:none;
}

.list-case .case{
	width:25%;
	padding:0 15px;
}

article .list-case .case{
	margin-right:0 !important;
	padding:0 15px;
}

#content.seo .list-case .case{
	width:33.3%;
}

.list-case .case .wrap{
	position:relative;
}

.list-case .case .photo{
	overflow:hidden;
	border-radius:8px;
	transition:transform 0.3s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.list-case .case:hover .photo{
	transform:scale(0.95);
}

/*.list-case .case .photo:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background: -moz-linear-gradient(top,  rgba(38,52,69,0) 0%, rgba(38,52,69,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(38,52,69,0) 0%,rgba(38,52,69,1) 100%);
	background: linear-gradient(to bottom,  rgba(38,52,69,0) 0%,rgba(38,52,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00263445', endColorstr='#263445',GradientType=0 );
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}*/

.list-case .case .photo img{
	max-width:100%;
	height:auto;
}

.list-case .case .ttl{
	display:block;
	padding-top:10px;
	font-size:14px;
	line-height:22px;
	height:60px;
	font-family:'MuseoSansMedium';
	transition:transform 0.3s ease-in-out;
	overflow:hidden;
}

.list-case .case:hover .ttl{
	color:#018afe;
}

.list-case .position-seo{
	position:absolute;
	top:45px;
	left:15px;
	height:40px;
	line-height:40px;
	padding:0 15px 0 37px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:'MuseoSansMedium';
	background:url(../images/top-star.svg) 15px 50% no-repeat #FE9901;
	background-size:16px auto;
	border-radius:8px;
}

.list-case .seo-info ul{
	display:flex;
	padding:15px 0 10px;
	margin-bottom:0;
}

.list-case .seo-info li{
	width:50%;
	position:relative;
	float:none;
	font-size:14px;
	padding-left:15px;
	margin-bottom:0;
}

/*.list-case .seo-info li:before{
	content:'';
	display:block;
	position:absolute;
	top:8px;
	left:0;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#018afe;
}*/

.list-case .seo-info .req{
	font-size:14px;
	line-height:20px;
	height:60px;
	overflow:hidden;
}

.stepslist{
	color:#fff;
	background-color:#018afe;
}

.stepslist .title{
	text-align:center;
	margin-bottom:60px;
}

.stepslist .list{
	display:flex;
	flex-flow:row wrap;
}

.stepslist .list .item{
	position:relative;
	float:none;
	width:20%;
	text-align:center;
}

.stepslist .list .item:not(:last-child):after{
	content:'';
	display:block;
	position:absolute;
	top:30px;
	left:75%;
	width:50%;
	height:1px;
	background-color:#fff;
	opacity:0.5;
}

.stepslist .list .num-step{
	width:56px;
	height:56px;
	font-size:24px;
	line-height:56px;
	text-align:center;
	border-radius:50%;
	border:1px solid #fff;
	margin:0 auto 16px;
}

#content.casepage #portfolio-cover p{
	width:600px;
}

#content.casepage #portfolio-cover p a{
	font-family:'MuseoSansBold', sans-serif;
	color:#fff;
	text-decoration:underline;
}

#content.casepage #portfolio-cover p a:hover{
	text-decoration:none;
}

#portfolio-cover .button{
	color:#fff;
	background-color:#20d261;
}

.desccase{
	position:fixed;
	left:0;
	bottom:-400px;
	width:100%;
	transition:bottom 0.3s ease-in-out;
	z-index:2;
}

.desccase.show{
	bottom:0;
}

.desccase .container{
	color:#fff;
	background-color:#263445;
}

.desccase .list{
	display:flex;
	flex-direction:row;
	padding:30px;
}

.desccase ul{
	padding-top:4px;
}

.desccase li{
	line-height:32px;
	padding:0 16px;
	margin-right: 8px;
    margin-bottom: 8px;
    border-radius:8px;
    color:#263445;
    background-color:#fff;
}

.desccase .list > div{
	width:33.3%;
}

.desccase .text{
	display:block;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:16px;
}

.desccase .link p{
	font-size:18px;
	line-height:40px;
}

.desccase .button{
	color:#fff;
	background-color:#018afe;
}

/*.singleservice{
	position:relative;
	display:flex;
	justify-content:center;
	color:#fff;
}

.singleservice .center{
	text-align:center;
	padding:100px 0;
}

.singleservice p{
	width:600px;
}

.singleservice p a{
	color:#fff;
	text-decoration:underline;
}

.singleservice p a:hover{
	text-decoration:none;
}*/

.videos{
	margin-bottom:16px;
}

.videos .item{
	width:33.3%;
	padding:15px;
}

.videos .item .wrap{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.videos .item .wrap:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(38,52,69,0.5);
}

.videos .item img{
	max-width:100%;
}

.videos .play{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	width:40px;
	height:40px;
	background-size:cover;
	z-index:2;
	background-color:#018afe;
	transition:transform 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.3s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    border-radius:50%;
}

.videos .play:after{
	content:'';
	display:block;
	width:12px;
	height:16px;
	margin-left:4px;
	background:url(../images/play.svg) 0 0 no-repeat;
	background-size:cover;
}

.videos .item:hover .play{
	cursor:pointer;
	width:100%;
	height:100%;
	border-radius:0;
}

.videos .item .view{
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	color:#fff;
	text-align:center;
	transition:bottom 0.2s linear;
	z-index:3;
}

.videos .item:hover .view{
	bottom:30px;
}

.videoframe{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9997;
	background-color:#fff;
}

.videoframe.active{
	display:block;
}

.videoframe iframe{
	width:100%;
	height:100%;
}

.videoframe .close{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:-64px;
	left:50%;
	margin-left:-24px;
	width:48px;
	height:48px;
	border-radius:50%;
	background-color:#018afe;
	transition:transform 0.2s linear;
}

.videoframe.active .close{
	top:30px;
}

.videoframe.active .close:hover{
	cursor:pointer;
	transform:scale(0.9);

}

.videoframe .close:after{
	content:'';
	display:block;
	width:16px;
	height:16px;
	background:url(../images/close.svg) 0 0 no-repeat;
	background-size:cover;
}

table{
	border-collapse:collapse;
}

.table-prices{
	width:100%;
	margin:auto;
	margin-bottom:30px;
}

.table-prices tr{
	padding:5px 0;
}

.table-prices tr:hover{
	background-color:#018afe;
}

.table-prices tr:hover td{
	color:#fff;
	border-color:rgba(255,255,255,0.2);
}

.table-prices td{
	width:20%;
	padding:15px 30px;
	/*border-right:1px solid #CCCED1;*/
	border-bottom:1px solid #DFE1E4;
}

.table-prices tr td:first-child{
	width:60%;
	font-weight:600;
	font-family:'Inter';
}

.table-prices tr td:last-child{
	border-right:none;
}

/* Страницы услуг */

.top-blue{
	color:white;
	/*background-color:#018afe;*/
	margin-bottom:40px;
}

.top-blue .container{
	display:flex;
	height:300px;
	align-items:center;
	flex-flow:row wrap;
	overflow:hidden;
}

.category-page .top-blue .container{
	height:200px;
}

.category-page .top-blue .title{
	margin-bottom:0;
}

.top-blue.post-page .container{
	height:auto;
	padding:150px 0;
}

.top-blue .title{
	margin-bottom:20px;
	color: #018afe;
}

.top-blue .info{
	width:35%;
}

.top-blue .photo-service{
	position:absolute;
	right:0;
	width:60%;
}


/* Страницы услуг */

.create-header{
	position:relative;
	padding-top:40px;
	min-height:800px;
	overflow:hidden;
}

.create-header .desc{
	position:relative;
	padding-top:60px;
	z-index:5;
}

#content.create .desc{
	width:40%;
	padding-top:0;
}

.service-page .desc > p{
	margin-bottom:24px;
}

.service-page .btns{
	display:flex;
	flex-flow:row wrap;
}

.service-page .btns .blue{
	margin-right:16px;
}

.create-header .list{
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	width:100%;
	height:100%;
}

.create-header .list .item{
	position:absolute;
	text-align:center;
	width:20%;
}

.create-header .list .item:after{
	position:absolute;
	left:0;
	bottom:-40px;
	content:'';
	display:block;
	width:16px;
	height:16px;
	background-color:#018AFE;
	border-radius:40px;
	border:10px solid white;
}


.create-header .list .item:nth-child(1),
.create-header .list .item:nth-child(5){
	top:300px;
}

.create-header .list .item:nth-child(1){
	left:10%;
}

.create-header .list .item:nth-child(2),
.create-header .list .item:nth-child(4){
	top:500px;
}

.create-header .list .item:nth-child(2){
	left:20%;
}

.create-header .list .item:nth-child(3){
	top:600px;
	left:40%;
}

.create-header .list .item:nth-child(4){
	right:20%;
}

.create-header .list .item:nth-child(5){
	right:10%;
}

.create-header .list .item:nth-child(1):after{
	left:-10px;
}

.create-header .list .item:nth-child(3):after{
	left:50%;
	bottom:-88px;
	margin-left:-18px;
}

.create-header .list .item:nth-child(4):after,
.create-header .list .item:nth-child(5):after{
	left:auto;
}

.create-header .list .item:nth-child(4):after{
	right:-25px;
}

.create-header .list .item:nth-child(5):after{
	right:2px;
}

.create-header .list img{
	display:none;
}

.create-header .list .ttl{
	font-size:20px;
	font-family:'MuseoSansBold';
	line-height:28px;
}

.create-header .list p{
	opacity:0.8;
}

.create-header .container > img{
	position:absolute;
}

.create-header .handslap{
	top:-60px;
	left:0;
	right:0;
	margin:auto;
	z-index:2;
}

.create-header .bgcircles{
	width:900px;
	height:auto;
	left:50%;
	margin-left:-450px;
	top:-275px;
	z-index:0;
}

.create-header .circle-border{
	width:1200px;
	height:auto;
	top:-450px;
	left:50%;
	margin-left:-600px;
	z-index:1;
}

.service-page article{
	padding-bottom:0;
	margin-bottom:50px;
}

.main .service-page article{
	margin-bottom:0;
}

.service-page article > .container{
	padding:50px 0;
	box-shadow:0 60px 60px #F3F3F3;
	border-radius:15px;
}

.service-page .textblk{
	position:relative;
	width:80%;
	margin:auto;
	transition:height 0.2s ease-in-out;
}

.service-page .textblk .main-reviews{
	padding:30px 0 45px;
}

.main .service-page .textblk{
	height:auto;
	margin-bottom:0;
}

.service-page .textblk.full{
	height:auto;
}

.service-page .textblk.hide:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.main .service-page .textblk:after{
	display:none;
}

.service-page .textblk.full:after{
	display:none;
}

.service-page article .more{
	display:table;
	margin:auto;
	color:#018AFE;
	line-height:24px;
}

.service-page article .more:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#018AFE;
}

.service-page article .more:hover{
	cursor:pointer;
}

.service-page article .more:hover:after{
	background-color:#fff;
}

.top-text{
	text-align:center;
	margin-bottom:30px;
}

.create .types .row-type{
	display:flex;
}

.create .types .row-type{
	flex-flow:row wrap;
}

.create .types .item{
	width:25%;
	position:relative;
	justify-content:center;
}

.create .types .item a{
	display:block;
}

.create .types .item a:hover .ttl{
	color:#018AFE;
}

.create .types .item img{
	max-width:100%;
}

.create .types .item .ttl{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	line-height:40px;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
}

.create .types .callback{
	display:flex;
	align-items: flex-start;
	flex-direction:column;
	width:50%;
	padding:40px 40px 20px;
	color:#fff;
	background:url(../images/chapter-1.png) right -100px center no-repeat #018AFE;
	background-size:500px auto;
	border-radius:8px;
}

.create .types .callback > img{
	display:none;
}

.create .ttl-ind{
	font-size:32px;
	font-family:'MuseoSansBold';
	line-height:40px;
	margin-bottom:10px;
}

.create .types .callback p{
	font-size:18px;
	line-height:26px;
}

.create .callback .button{
	margin-top:auto;
	width:auto;
}

.lastwork .title{
	text-align:center;
	margin-bottom:30px;
}

article .lastwork .title{
	margin-bottom:15px;
}

.steps .wrap{
	margin:0 auto 50px;
}

.steps .list{
	display:flex;
	justify-content:space-around;
}

.steps .step{
	display:flex;
	flex-direction:column;
	padding:0 10px;
	align-items:center;
	position:relative;
}

.seo .steps .step{
	width:300px;
}

.steps .images{
	margin:auto;
	justify-content:center;
	position:relative;
}

.steps .images > img{
	max-width:100%;
}

.steps .step .ttl,
.steps .step .dashed{
	transition:opacity 0.2s ease-in-out;
}

.steps .step .ttl{
	position:absolute;
	width:150%;
	left:-25%;
	bottom:100%;
	font-size:16px;
	line-height:22px;
	padding:10px;
	text-align:center;
	color:white;
	background-color:rgba(0,0,0,0.8);
	border-radius:10px;
	opacity:0;
	transition:bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.steps .step:hover .ttl{
	bottom:110%;
	opacity:1;
}

.steps .dashed{
	display:none;
	position:absolute;
	top:100px;
	right:-48px;
	width:17px;
	height:auto;
	opacity:0;
	z-index:2;
}

.steps .step:hover .ttl,
.steps .step:hover .dashed{
	opacity:1;
}

.steps .step:nth-child(even) .dashed{
	top:auto;
	bottom:100px;
}

.steps .button{
	margin:auto;
}

.seo-tools{
	padding:30px 0;
}

.seo-tools .list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.seo-tools .list .item{
	width:20%;
}

.seo-tools .list .item img{
	max-width:100%;
}

.seo-tools .list .item{
	padding:15px;
}

.create .form{
	width:810px;
	padding:0;
	margin:auto;
}

.mainform-create-site{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:60px;
	margin-bottom:60px;
	background-color:#F1F5F6;
	border-radius:15px;
}

.mainform-create-site .image{
	align-self:flex-end;
	width:50%;
}

.mainform-create-site .form-create{
	width:40%;
}

.mainform-create-site .title{
	text-align:left;
}

.mainform-create-site .ill{
	width:100%;
}

.mainform-create-site .wpcf7{
	width:auto;
	padding-left:60px;
	margin-bottom:0;
}

.mainform-create-site .wpcf7 .general{
	flex-direction:column;
}

.mainform-create-site .wpcf7 .general > div{
	width:100%;
}

.mainform-create-site .wpcf7 .general .field:first-child{
	padding-right:0;
}

.mainform-create-site .button{
	width:100%;
	background-color:#20d261;
	border: #20d261;
}

.mainform-create-site .button span{
	color:white;
}

.service-page .form .title,
.create.order .form .title{
	display:none;
}

.create .form .general{
	display:flex;
	flex-flow:row nowrap;
}

.create .form .general .field:first-child{
	width:50%;
	padding-right:15px;
	margin-bottom:0;
}

.create .form .general .fields{
	flex-grow:1;
}

.create .form .sites .item{
	width:33.3%;
}

.inner #modal .createsite,
.seo .createsite{
	display:none;
}

.serv-header .title{
	font-size:56px;
	line-height:64px;
}

.serv-header > .container{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}

.serv-header .left{
	position:relative;
	width:60%;
	padding-right:40px;
}

.serv-header .right > p{
	margin-bottom:0;
}

.serv-header .col{
	flex:1;
}

.serv-header .btns{
	padding-top:20px;
	margin-bottom:40px;
}

.serv-header .left > img{
	max-width:100%;
}

.serv-header .numbers{
	display:flex;
	flex-flow:row wrap;
}

.serv-header .numbers .item{
	width:25%;
}

.serv-header .numbers .num{
	font-weight:600;
	font-size:32px;
	line-height:40px;
	margin-bottom:5px;
}

.service-page .kindslogo,
.service-page .ben-apps{
	padding-top:0;
}

.kindslogo .title{
	text-align:center;
}

.kindslogo .list{
	display:flex;
	flex-flow:row wrap;
}

.kindslogo .list .item{
	width:33.33%;
	text-align:center;
	padding:30px 20px 0;
}

.kindslogo .list .icon{
	display:flex;
	align-items:center;
	justify-content:center;
	height:160px;
	background-color:#E5F3FF;
	margin-bottom:20px;
	border-radius:15px;
}

.kindslogo .list .icon img{
	width:120px;
}

.kindslogo .ttl,
.kindslogo p{
	padding:0 20px;
}

.naming-list .item{
	float:none;
	display:flex;
	align-items:center;
}

.naming-list .item:not(:last-child){
	margin-bottom:20px;
}

.naming-list .icon{
	width:60px;
	margin-right:15px;
}

.naming-list .icon img{
	max-width:100%;
}

.naming-list p{
	flex:1;
	font-weight:600;
	font-size:18px;
	line-height:26px;
}

.naming-list p br{
	display:none;
}

.service-page .kindslogo p{
	opacity:0.8;
	margin-bottom:0;
}

.list-adv .item{
	padding-left:86px;
}

.list-adv .request{
	margin-bottom:40px;
	min-height:56px;
	background:url(../images/requests.svg) 0 50% no-repeat;
	background-size:56px auto;
}

.list-adv .top{
	background:url(../images/top-position.svg) 0 50% no-repeat;
	background-size:56px auto;
}

.list-adv .ttl{
	font-weight:600;
	font-size:22px;
	font-family:'Inter';
	line-height:32px;
	margin-bottom:5px;
}

.packs-seo .container{
	overflow:hidden;
}

article .packs-seo{
	position:relative;
}

.packs-seo .list{
	display:flex;
	flex-flow:row wrap;
	margin:0 -15px;
}

.packs-seo .list .item{
	width:33.3%;
	padding:0 15px;
}

.packs-seo .list .wrap{
	border-radius:8px;
	border:1px solid #CCE8FF;
}

.packs-seo .list .top{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:30px;
	text-align:center;
	border-bottom:1px solid #CCE8FF;
}

.packs-seo .list .top .name{
	font-size:15px;
	letter-spacing:1px;
	font-family:'MuseoSansMedium';
	text-transform:uppercase;
}

.packs-seo .item .bottom{
	padding:15px 20px 30px;
	background-color:#FAFDFF;
}

.packs-seo .price{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}

.packs-seo .price span{
	color:#018AFE;
	font-size:18px;
	line-height:26px;
	display:block;
}

.packs-seo .price .num{
	font-family:'MuseoSansBold';
	font-size:48px;
	padding:0 5px;
	line-height:56px;
}

.packs-seo .button{
	width:100%;
}

.packs-seo .serv{
	margin-bottom:15px;
}

.packs-seo .serv .icon{
	position:relative;
	display:flex;
	align-items:center;
	padding-left:30px;
}

.context .packs-seo .serv .icon{
	padding-left:0;
}

.packs-seo .serv .icon:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-9px;
	width:16px;
	height:18px;
	background:url(../images/plus.svg) 50% 50% no-repeat;
	background-size:contain;
}

.context .packs-seo .serv .icon:before{
	display:none;
}

.packs-seo .serv .icon img{
	width:60px;
	height:auto;
}

.context .packs-seo .serv .icon{
	height:80px;
}

.context .packs-seo .serv .icon img{
	width:80px;
}

.packs-seo .item-serv{
	display:flex;
	flex-flow:row nowrap;
	padding:15px;
}

.packs-seo .item-serv:not(:last-child){
	border-bottom:1px dashed #CCE8FF;
}

.packs-seo .item-serv div:first-child{
	font-size:40px;
	font-family:'MuseoSansMedium';
	line-height:56px;
	min-width:150px;
}

.context .packs-seo .item-serv .mdl{
	font-size:30px;
}

.packs-seo .item-serv .text{
	display:flex;
	align-items:center;
}

.packs-seo .bottom-text{
	position:absolute;
	left:0;
	bottom:0;
	font-size:14px;
	line-height:20px;
	padding-top:20px;
	opacity:0.6;
}

.context .packs-seo .bottom-text{
	position:static;
}

.packs-seo .bottom-text:hover{
	opacity:1;
}

#brief .title{
	text-align:center;
}

#brief .typesite{
	padding-left:40px;
}

#brief .fields .fields{
	margin-bottom:15px;
}

span.wpcf7-list-item{
	margin:0;
}

.form label,
.form .radio .wpcf7-list-item{
	display:block;
}

.form .radio .wpcf7-list-item{
	margin-left:0;
	margin-bottom:10px;
}

.form label:hover{
	cursor:pointer;
}

.seo .order{
	padding-bottom:0;
}

.seo .order .container{
	padding-bottom:60px;
	background:url(../images/order-seo-bg.jpg) 0 0 no-repeat;
}

.seo .order .title{
	text-align:center;
	margin-bottom:30px;
}

.seo .order .form{
	padding:0;
}

.seo .order .container{
	display:flex;
	flex-flow:row wrap;
}

.seo .order .form-wrap, #brief .form{
	width:640px;
	margin-left:auto;
	padding:50px 55px 50px;
	background-color:#fff;
	box-shadow: 0 60px 60px #F3F3F3;
	border-radius:15px;
}

#brief .form{
	margin:auto;
}

.list-seo-pack{
	overflow:hidden;
	margin-bottom:15px;
}

.list-seo-pack .wrap{
	display:flex;
	flex-flow:row nowrap;
	margin:0 -7.5px;
}

.list-seo-pack .item{
	padding:0 7.5px;
	width:33.3%;
	text-align:center;
}

.list-seo-pack .item > div{
	font-size:14px;
	padding:15px 0;
	font-family:'MuseoSansMedium';
	letter-spacing:1px;
	text-transform:uppercase;
	border:1px solid #CCCED1;
	border-radius:8px;
}

.list-seo-pack .item > div:hover{
	cursor:pointer;
	color:#018afe;
}

.list-seo-pack .item .active{
	color:#018afe;
	border-color:#018afe;
}

.nav-seo{
	display:flex;
	padding-bottom:50px;
	flex-flow:row wrap;
	justify-content:center;
}

.nav-seo > a{
	display:block;
	padding:8px 15px;
	margin:5px;
	border:1px solid #CCCED1;
	border-radius:100px;
}

.nav-seo > a:hover{
	color:#018afe;
	border-color:#018afe;
}

.priv-seo .list{
	display:flex;
	flex-flow:row wrap;
}

.priv-seo .list .item{
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	float:none;
	width:25%;
	padding-right:15px;
	margin-bottom:32px;
}

.priv-seo .list img{
	width:40px;
	height:auto;
	margin-right:15px;
}

.priv-seo .list p{
	font-size:16px;
	line-height:24px;
	margin-bottom:0;
}

.example-screens{
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}

.example-screens > *{
	display:block;
	width:49%;
	height:auto;
}

.example-screens img{
	max-width:100%;
	height:auto;
	border-radius:10px;
	border:1px solid #CCCED1;
}

.example-screens > div{
	overflow:hidden;
}

.example-screens span{
	display:block;
	padding:5px 0;
	text-align:center;
	opacity:0.8;
}

.pagination{
	position:static;
	height:auto;
	border-bottom:none;
	padding-top:20px;
}

.posts .pagination{
	padding-top:0;
}

.pagination h2{
	display:none;
}

.pagination .nav-links{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	display:block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	margin-right:12px;
}

.pagination .nav-links span{
	color:white;
	background-color:#018afe;
}

.pagination .nav-links a{
	color:#018afe;
	background-color:white;
}

.pagination .nav-links .prev,
.pagination .nav-links .next{
	color:#263445;
	background-color:#fff;
}

.pagination .nav-links .prev:hover,
.pagination .nav-links .next:hover{
	color:#018afe;
	text-decoration:underline;
}

article #our-clients{
	padding-bottom:0;
}

#our-clients .list .item{
	border-radius:10px;
	overflow:hidden;
	margin:0 10px;
}

#our-clients .slick-list{
	margin:0 -10px;
}

#our-clients .list img{
	max-width:100%;
}

.banner-seo{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	padding:60px;
	margin:30px 0;
	background-color:#F1F5F6;
	border-radius:15px;
}

.banner-seo .col{
	width:50%;
}

.banner-seo .image{
	display:flex;
	align-items:center;
	justify-content:center;
}

.banner-seo img{
	max-width:100%;
	max-height:400px;
}

.banner-seo .title{
	text-align:left;
	margin-bottom:20px;
}

.banner-seo .subttl{
	font-size:24px;
	line-height:32px;
	margin-bottom:20px;
}

.banner-seo .button{
	margin-bottom:30px;
}

.banner-seo p{
	font-size:16px;
	line-height:24px;
	margin-bottom:0;
}

footer{
	padding:56px 0;
	padding-bottom:100px !important;
	border-top:1px solid #CCCED1;
}

footer .list{
	display:flex;
	flex-flow:row wrap;
}

footer .list .item{
	float:none;
}

footer .item{
	float:none;
	width:25%;
}

footer .col-1,
footer .packs-col{
	padding-right:20px;
}

footer .logo{
	font-size:20px;
	line-height:24px;
	margin:6px 0 10px;
}

footer .logo + p{
	color:#018afe;
	padding-top:8px;
	letter-spacing:0.5px;
}

footer .text{
	color:#57606C;
}

footer ul li{
	float:none;
}

footer ul li:not(:last-child){
	margin-bottom:15px;
}

footer .margin{
	margin-top:32px;
}

footer .copy{
	display:flex;
	align-items:center;
	line-height:32px;
}

footer .copy span{
	flex:1;
}

footer .social-icon{
	display:block;
	width:32px;
	height:32px;
}

footer .social-icon img{
	width:100%;
}

footer .insta{
	margin-left:15px;
}

footer .ttl{
	font-weight:600;
	font-size:12px;
	font-family:'Inter';
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:10px !important;
}

footer ul li a:hover{
	color:#018afe;
}

footer .phones{
	margin-left:0;
}

footer .vibtel{
	display:flex;
	align-items:center;
	flex-flow:row wrap;
}

footer .vibtel a{
	font-weight:600;
	font-family:'Inter';
	display:block;
	margin-right:10px;
}

footer .vibtel img{
	display:block;
	height:100%;
	max-height:20px;
}

.bg{
	position:fixed;
	top:0;
	right:0;
	width:0;
	height:100%;
	z-index:9998;
	background-color:rgba(38,52,69,0.3);
	transition:width 0.5s ease-in-out;
}

.bg:hover{
	cursor:pointer;
}

.bg.active{
	width:100%;
}

#modal{
	position:fixed;
	top:0;
	right:-420px;
	width:420px;
	padding-bottom:60px;
	height:100%;
	background-color:#fff;
	z-index:9999;
	overflow-y:auto;
	transition:right 0.3s ease-in-out;
}

#modal .close{
	position:absolute;
	top:35px;
	right:35px;
	width:24px;
	height:24px;
	background:url(../images/close-blue.svg) 0 0 no-repeat;
	background-size:cover;
	transition:transform 0.1s ease-in-out;
}

#modal .close:hover{
	cursor:pointer;
	transform:scale(0.8);
}

#modal .form-block{
	display:none;
}

#modal .form-block.active{
	display:block;
}

.form{
	/*position:relative;*/
	padding:30px;
}

#modal .form{
	padding-bottom:86px;
}

.form .text{
	margin-bottom:16px;
}

.form .title{
	font-weight:600;
	font-family:'Inter', sans-serif;
	font-size:32px;
	line-height:40px;
	margin-bottom:16px;
}

.form .title .color{
	display:block;
	color:#018afe;
	text-transform:lowercase;
}

.form .ttl{
	font-weight:600;
	font-family:'Inter', sans-serif;
	margin-bottom:10px;
}

#modal .form .title,
#modal .form .ttl,
#modal .form .field,
#modal .form .fields,
#modal .form .wrappadd{
	padding:0 5px;
}

.form .field{
	margin-bottom:15px;
}

.form .fields.number{
	display:flex;
	flex-direction:row;
}

.form .fields.number select{
	width:90px;
	padding-right:0;
	margin-right:15px;
}

.form .fields.number input{
	flex-grow:1;
	/*width:auto;*/
	margin-left:auto;
}

.wpcf7-form-control-wrap{
	display:block;
}

.wpcf7-form-control-wrap.your-code-phone {
    width:90px;
    margin-right:5px;
}

.wpcf7-form-control-wrap.your-phone {
    flex:1;
}

.form .general{
	margin-bottom:15px;
}

.form.mainbrief .general{
	margin-bottom:0;
}

.form .sites{
	display:flex;
}

.form .sites .item{
	width:50%;
	padding:5px;
}

.form .sites .item .wrap{
	background-color:#fff;
	border:1px solid #CCCED1;
}

.form .sites p{
	display:none;
}

.form .wrap-but{
	position:fixed;
	right:-420px;
	bottom:0;
	width:420px;
	padding:15px 35px;
	background-color:#fff;
	border-top:1px solid #CCCED1;
	transition:right 0.3s ease-in-out;
}

#modal .form .wrap-but{
	padding-bottom:50px;
}

.order .form .wrap-but,
#brief .form .wrap-but,
.form.mainbrief .wrap-but{
	position:static;
	width:auto;
	border:none;
	padding:15px 0 0;
}

#brief .form .wrap-but{
	padding:0;
}

.order .title{
	color:#018AFE;
}

.create .order .button{
	width:240px;
	margin:auto;
}

.form .notsite{
	display:flex;
	align-items:center;
	flex-direction:row;
	padding:8px 16px;
	margin-top:15px;
	background-color:#E5F3FF;
	border-radius:8px;
}

.service-page .form .notsite,
#brief .form .notsite{
	margin-bottom:20px;
}

.form .notsite .icon{
	position:relative;
	display:flex;
	align-items:center;
	width:64px;
	height:64px;
	margin-right:20px;
}

.form .notsite .icon img{
	max-width:100%;
}

.form .notsite .desc p{
	margin-bottom:0;
}

.form .notsite .color{
	display:block;
	color:#018afe;
	font-weight:600;
	font-family:'Inter', sans-serif;
}

.form .notsite .small{
	display:none;
}

.form .notsite .color:hover{
	text-decoration:none;
}

.form .button{
	width:100%;
	color:#fff;
	background-color:#20d261;
	border: #20d261;
}

#modal.active,
#modal.active .wrap-but{
	right:0;
}

#wpcf7-f64-o1{
	display:none;
}

.success{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	position:fixed;
	left:0;
	bottom:-200px;
	width:100%;
	transition:bottom 0.3s ease-in-out;
	z-index:9999;
}

.success .wrap{
	display:flex;
	align-items:center;
	width:800px;
	padding:20px 30px;
	background-color:#fff;
	border-radius:8px;
	box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -moz-box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -o-box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -webkit-box-shadow:0 20px 30px rgba(1,138,254,0.3);
}

.success .wrap img{
	width:48px;
	height:48px;
	margin-right:15px;
}

.success .color{
	font-weight:600;
	color:#018afe;
}

input[type="text"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid{
	border:1px solid #ff2020;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
	padding:10px 15px;
	margin:15px 0 0 0;
	color:#fff;
	background-color:#ff2020;
	border-radius:8px;
	border:none;
}

div.wpcf7-mail-sent-ok{
	position:relative;
	color:#263445;
	margin-top:15px;
	padding-left:67px;
	background-color:#fff;
}

#modal div.wpcf7-mail-sent-ok{
	position:fixed;
	right:35px;
	bottom:15px;
	width:350px;
	font-size:14px;
	line-height:20px;
	box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -moz-box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -o-box-shadow:0 20px 30px rgba(1,138,254,0.3);
    -webkit-box-shadow:0 20px 30px rgba(1,138,254,0.3);
}

div.wpcf7-mail-sent-ok:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-20px;
	width:40px;
	height:40px;
	color:#263445;
	background:url(../images/success.svg) 0 0 no-repeat white;
	background-size:cover;
}

div.wpcf7 .ajax-loader{
	display:none;
}

/* Reviews */

.wpcr3_in_content { margin-bottom:30px; }
.wpcr3_in_content meta { display:none; }
.wpcr3_power { padding-top:30px !important; padding-bottom:30px !important; font-size:11px !important; }
.wpcr3_status_msg { color:#c00;font-weight:bold; }
.wpcr3_status_msg div { color:#c00;font-weight:bold;padding-bottom:15px;padding-top:15px; }
.wpcr3_caps { text-transform:capitalize; }

.wpcr3_leave_text { font-weight:bold; font-size:1.1rem; }

div.wpcr3_aggregateRating { display:table; margin:auto; margin-bottom:32px; line-height:24px; font-size:0.8em; }
div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue { display:inline-block !important; position:relative; top:6px; }

div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue{
	margin:0 8px;
}

div.wpcr3_review_item div.wpcr3_item_name { font-size:0.8em; font-style:italic; }

div.wpcr3_review div, div.wpcr3_review span { line-height:24px; }
div.wpcr3_review div.wpcr3_review_ratingValue { position:relative; top:2px; margin-right:5px; }
div.wpcr3_review div.wpcr3_review_title { font-size:0.8em; display:block !important; }

.wpcr3_respond_2 { position:relative; }
.wpcr3_respond_2 label { display:inline-block !important; }
.wpcr3_respond_2 .fconfirm2 { width:auto !important; }

.wpcr3_respond_2 input { }
.wpcr3_respond_2 input[type="text"]  { min-width:200px; }
.wpcr3_respond_2 small { padding:0 !important; margin:0 !important; }
.wpcr3_respond_2 table, .wpcr3_respond_2 td { border:0 !important; border-style:none !important; }

.wpcr3_respond_2 .wpcr3_check_confirm label { margin:-2px 0px 0px 5px; }

.wpcr3_ad { background:#ffffff; }
.wpcr3_ad label { font-weight:bold; }

.wpcr3_respond_1, .wpcr3_respond_2 { margin:0 !important; padding:0 !important; clear:both !important; }

.wpcr3_respond_1 .wpcr3_rating, .wpcr3_respond_2 .wpcr3_rating {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    margin-left:0px !important;
    margin-top:0px !important;
    overflow:hidden;
    height:16px;
}

div.wpcr3_rating_style1  { line-height:24px; display:inline-block; }
div.wpcr3_rating_style1 div { line-height:24px; }
div.wpcr3_rating_style1 * { border:0 none; margin:0; padding:0; line-height:24px; }
div.wpcr3_rating_style1_base  { background:url(../images/newstars.png) 0 0 no-repeat; width:175px; height:24px; line-height:24px; float:left; overflow:hidden; display:block; }
div.wpcr3_rating_style1_average { background:url(../images/newstars.png) 0 -48px no-repeat; text-indent:-9999px; height:24px; line-height:24px; }
div.wpcr3_rating_style1_status { height:24px; line-height:24px; width:175px; overflow:hidden; position:relative; cursor:pointer; display:block; }
div.wpcr3_rating_style1_score { background:url(../images/newstars.png) 0 0 no-repeat; width:175px; height:24px; line-height:24px; float:left; position:relative; }
div.wpcr3_rating_style1_score div { display:block; height:24px; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:24px; }
div.wpcr3_rating_style1_score div:hover { background:url(../images/newstars.png) right -48px no-repeat; }
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {width:20%; z-index:55;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {width:40%; z-index:54;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {width:60%; z-index:53;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {width:80%; z-index:52;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {width:100%; z-index:51;}

.wpcr3_respond_2 { display:none; background-color:inherit; }
.wpcr3_div_2 { width:600px; }
.wpcr3_table_2 { text-align:left; width:100%; }
.wpcr3_table_2  td { text-align:left; }
.wpcr3_check_confirm { margin-top:10px;font-size:13px;margin-bottom:4px; }

.wpcr3_pagination {
    clear:both;
    padding:0px 0px 0px 0px;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.wpcr3_pagination_page {
    float:left;
    display:block;
    line-height:30px;
    padding-right:5px;
}

.wpcr3_pagination .wpcr3_a {
    display:block;
    float:left;
    margin: 0px 1px 0px 1px;
    padding:6px 10px 6px 10px;
	line-height: 16px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background:#555;
	cursor:pointer;
}

.wpcr3_pagination .wpcr3_a:hover {
    color:#fff;background: #3279BB;
}

.wpcr3_pagination .wpcr3_ls {
	margin-right:1px;
}

.wpcr3_pagination .wpcr3_rs {
	margin-left:1px;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
    background: #3279BB;color:#fff;cursor:default;
}

.wpcr3_pagination .wpcr3_a.wpcr3_disabled, .wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
	background:#ddd;color:#fff;cursor:default;
}

/*.wpcr3_clear , div.wpcr3_review .wpcr3_clear  { clear:both !important; display:block !important; line-height:0px !important;; height:0px !important; }*/
.wpcr3_show, div.wpcr3_review .wpcr3_show { display:inline; }
.wpcr3_hide, div.wpcr3_review .wpcr3_hide { display:none !important; }
.wpcr3_fakehide { position:absolute !important;top:0 !important;left:-999em !important;height:1px !important;width:1px !important; }
.wpcr3_pb5 { padding-bottom:5px; }


.reviews .container > p{
	margin-bottom:16px;
}

.reviews .top{
	text-align:center;
	padding:32px 0 16px;
}

.wpcr3_div_2, .wpcr3_show_btn{
	margin:auto;
}

.wpcr3_div_2 .field{
	margin-bottom:16px;
}

.wpcr3_div_2 .rating{
	padding:16px;
	text-align:center;
	background-color:#F8F8F9;
	border-radius:8px;
}

.wpcr3_div_2 .rating label{
	display:block;
	margin-bottom:8px;
}

.wpcr3_respond_3{
	margin-bottom:32px;
}

.wpcr3_dotline{
	display:none !important;
}

.wpcr3_reviews_holder{
	width:800px;
	margin:auto;
}

.wpcr3_review{
	padding:16px 32px;
	background-color:#F6FAFD;
	border-radius:8px;
	margin-bottom:16px;
}

.wpcr3_review p{
	padding:8px 0;
}

.wpcr3_div_2 .buttons{
	display:flex;
	flex-flow:row wrap;
	padding-top:16px;
}

.wpcr3_cancel_btn{
	margin-left:auto;
	line-height:40px;
}

.wpcr3_cancel_btn:hover{
	color:#018afe;
	cursor:pointer;
}

.wpcr3_aggregateRating_overallText,
.wpcr3_aggregateRating_reviewCount{
	display:inline-block;
	line-height:32px;
}

.reviews .wpcr3_item_name,
.reviews .itemname{
	display:none;
}

.reviews .info,
.reviews .wpcr3_review_author{
	display:flex;
	flex-flow:row wrap;
}

.reviews .info{
	font-size:14px;
	line-height:22px;
}

.reviews .info > *,
.reviews .wpcr3_review_author > *{
	margin-right:8px;
}

.reviews .info .name{
	font-family:'MuseoSansMedium';
}

.reviews .wpcr3_review_author{
	margin-right:0;
}

#respond{
	padding:40px 0;
}

#reply-title{
	font-weight:600;
}

#respond form > p{
	margin-bottom:10px;
}

#respond .stars{
	display:flex;
	padding:10px 0 20px;
}

#respond .stars label:not(:last-child){
	margin-right:15px;
}

#respond .stars label{
	position:relative;
	display:block;
}

#respond .stars label:before{
	content: "\f154";
	color: #018afe;
	display: inline-block;
	font-family: dashicons;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width:40px;
}

#respond .stars label:hover:before,
#respond .stars .full:before,
#respond .stars .temp:before{
	content: "\f155";
}

#respond .stars label:hover{
	cursor:pointer;
}

#respond .stars label input{
	position:absolute;
	display:none;
}

.wpcr3_admin_response{
	color:#018afe;
	padding:4px 16px;
	margin-top:8px;
	margin-left:24px;
	background-color:#fff;
	border-radius:8px;
}

.error{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.error .wrap-logo{
	margin-bottom:24px;
}

.error .center{
	padding:32px;
}

.reviews .item:not(:last-child){
	margin-bottom:30px;
}

.main-reviews .reviews .item{
	margin:0 10px;
	margin-bottom:0;
}

.reviews .item{
	padding:24px;
	background-color:#F6FAFD;
	border-radius:8px;
}

.reviews .videos .slick-dots{
	padding-top:20px;
}

.reviews .videos .item{
	background-color:white;
	margin-bottom:0;
}

.reviews .info{
	margin-bottom:10px;
}

.reviews .author{
	font-weight:600;
}

.reviews .item > p{
	margin-bottom:10px;
}

.screen-reader-text{
	display:none;
}

#calllist{
	display:none;
	position:fixed;
	left:24px;
	bottom:24px;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	background:#07BA40;
	z-index:9000;
	border-radius:50%;
}

#calllist:hover{
	cursor:pointer;
}

#calllist:before{
	content:'';
	display:block;
	width:16px;
	height:16px;
	background:url(../images/call-white.svg) center no-repeat;
	background-size:cover;
}

#calllist.close:before{
	background:url(../images/close.svg) center no-repeat;
	background-size:16px 16px;
}

#call-modal{
	position:fixed;
	left:80px;
	bottom:24px;
	padding:8px 16px;
	background-color:#263445;
	z-index:9000;
	opacity:0;
	visibility:hidden;
	transform:scale(0.9);
	transition:transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	border-radius:8px;
}

#call-modal.show{
	transform:scale(1);
	opacity:1;
	visibility:visible;
}

#call-modal .mess{
	align-items:center;
}

#call-modal li{
	float:none;
}

#call-modal .vibtel{
	display:flex;
	align-items:center;
}

#call-modal a{
	color:white;
	display:block;
	line-height:30px;
}

#call-modal img{
	margin-left:10px;
    height:16px;
}

#newyear{
	position:relative;
	color:white;
	height:600px;
	margin-bottom:60px;
	background-color:#123177;
	overflow:hidden;
}

.inner #newyear{
	margin-bottom:0;
}

#newyear .container{
	display:flex;
	position:relative;
	height:80%;
	padding-left:100px;
	z-index:3;
}

#newyear .text{
	display:flex;
	align-items:center;
}

#newyear .image{
	margin-right:40px;
}

#newyear .desc{
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	flex:1;
}

#newyear .ttl,
#newyear .saving{
	font-family:'Rubik', sans-serif;
}

#newyear .ttl{
	font-size:48px;
	line-height:56px;
	margin-bottom:16px;
}

#newyear .desc p{
	margin-bottom:25px;
}

#newyear .ttl a{
	color:white;
}

#newyear .saving{
	position:relative;
	font-size:28px;
	line-height:60px;
	padding:0 20px;
	margin-bottom:16px;
	background-color:#1C8752;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

#newyear .saving:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:-29px;
	height:100%;
	width:30px;
	background:url(../images/newyear/edge.svg) 0 0 no-repeat;
	background-size:contain;
}

#newyear .all{
	color:white;
	text-decoration:underline;
}

#newyear .all:hover{
	text-decoration:none;
}

#newyear .bottom,
#newyear .trees{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
}

#newyear .bottom{
	z-index:2;
}