@charset "utf-8";
/* CSS Document */
#contacts .icon-block .block h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
#contacts {
	margin-bottom: 30px;	
}
#contacts .icon-block .block p {
	font-size: 18px;
	font-weight:800;
}
#contacts .icon-block .block .img {
	height:200px;
}
form .form-control {
	margin-bottom: 25px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #FBA918;
    padding: 22px;
	height: 65px;
}
form textarea.form-control {
	height:166px;
}
form input.btn-default {
	background-color: #FBA918;
    border-radius: 0;
    border: none;
    height: 42px;
    padding: 10px 34px;
    float: right;
}
.top-img-text {
	margin-top:60px;
}
.plus.top-img-text .block {
	height:240px;
}
.plus.top-img-text .block p {
	padding: 0 50px;
    position: absolute;
    top: 165px;
	left: 0;
    right: 0;
}
.plus.top-img-text .block img {
	margin-bottom:20px;	
}

#comics .top-img-text .block {
	height: 400px;	
}
#comics .top-img-text .block img {
	height: 250px;
    margin-bottom:0;	
}
#comics .top-img-text .block p {
	padding: 0 50px;
    font-family: 'Podkova', serif;
    font-size: 23px;
    line-height: 20px;
}
#map {
	margin-bottom: 70px;	
}
#map .img >div {
	height:200px;
	background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 6px;
}
#map .map {
	height:618px;	
}
.font-h2-adgn {
	font-family: 'Podkova', serif;
	text-align:center;
	font-size:38px;
	margin-bottom: 48px;
}
#contact-form {
	margin-bottom: 100px;	
}

#map.container-fluid {
	width:90%;	
}
@media(min-width:768px){
	img.animated {
		width:0px;
	}
}
.video-responsive { 
  position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 40px;
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
.portfolio_pages > a .portfolio-inner-bg {
	position: absolute;
    top: 50%;
	bottom: 50%;
    left: 50%;
    right: 50%;
    border-radius: 50%;
    background-color: #ffb900;
    opacity: 0.2;
	transform: translate(-50%, -50%) scale(0);
}
.portfolio_pages > a.col1.row1 .portfolio-inner-bg{
	width: 320px;
	height: 320px;
}
.portfolio_pages > a.col2.row1 .portfolio-inner-bg{
	width: 600px;
	height: 600px;
}
.portfolio_pages > a.col1.row2 .portfolio-inner-bg{
	width: 450px;
	height: 450px;
}
.portfolio_pages > a.col2.row2 .portfolio-inner-bg{
	width: 650px;
	height: 650px;
}
.portfolio_pages > a:hover .portfolio-inner-bg {
    transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width : 1200px) {
	#map .map {
		height: auto;
		margin-bottom: 20px;
	}
	#map .img >div {
    	height: 100px;
		background-size: contain;
	}
	#map.container-fluid {
		width:100%;	
		margin-bottom: 40px;
	}
	.plus.top-img-text .block p {
    	padding: inherit;
	}
	main {
	padding-bottom:310px;
}
#comics .top-img-text .block {
    height: 400px;
}
	#comics .top-img-text .block img {
    height: 300px;

}
	#comics .top-img-text .block p {
    font-size: 18px;
}
}
@media only screen and (max-width: 991px) {
main .carousel1we {
    margin-bottom: 30px;
}
	#comics .top-img-text .block {
    height: 300px;
}
	#comics .top-img-text .block img {
    height: 200px;
}
#comics .top-img-text .block p {
    padding: 0 20px;
}
}
@media only screen and (max-width: 768px) {
	main {
	padding-bottom:460px;
}
	#comics .top-img-text .block p {
    padding: 0 20px;
	}	
	#project{
		height: auto !important;
	}
}

#service-block section{
	height: calc(100vh - 50px)
}
#service-block #service_main{
	height: calc(100vh - 150px);
}
#service-block #service_main .row .service-main-left,
#service-block #service_main .row .service-main-right{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
#service-block #service_main .row .service-main-left img{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.overflow-modal{
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
	transition: top 0.3s;
}
.modal-new-year{
	display: block;
	position: fixed;
	left: 50%;
	top: -50%;
	transform: translate(-50%, -50%);
    z-index: 100000;
	background-color: #fff;
	transition: top 0.5s;
}
.modal-new-year .modal-close{
	display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-new-year .modal-close img{
	width: 20px;
	transition: transform 0.2s;
}
.modal-new-year .modal-close:hover img{
	transform: rotate(90deg);
}
/*страница услуг*/
.services-pg {
    padding: 70px 60px;
}
@media (min-width: 768px){
    .services-pg {
        background: url("../img/services-bg.png") center center no-repeat;
        background-size: 100%;
        padding: 70px 120px;
    }
}
.services-pg .title {
    margin-bottom: 70px;
    color: #FDAA00;
}
.services-pg .item{
	margin-bottom: 50px;
}
@media (min-width: 1560px){
    .services-pg .item{
		width: 33.33333333%;
	}
}
.services-pg .item .head {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
	margin-bottom: 34px;
	display: block;
}
.services-pg .item .img {
   margin-bottom: 20px;
}
.services-pg .item .text {
    display: flex;
    flex-direction: column;
}
.services-pg .item .text p{
    margin-bottom: 10px;
    font-size: 14px;
}
.services-pg .item .text .wrap-links{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}
.services-pg .item .text .wrap-links a{
    text-decoration: none;
    border-bottom: 1px solid #FDAA00;
    color:#333;
}
.services-pg .item ul{
    margin-top: 15px;
    padding: 0 0 0 30px;
	list-style-type: disc;
}
.services-pg .item ul li{
    margin-bottom: 15px;
    padding: 0;
    padding-right: 20px;
    font-weight: 700;
}
.services-pg .services-description{
    margin-top: 120px;
}

/*страница услуг детальная*/
.services-detail {
    
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}
@media (min-width: 750px){
    .services-detail {
        padding: 0px 120px;
    }
}
.services-detail-head{
	background: url("../img/service-detail-bg.png") center bottom no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.services-detail-head h1{
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	text-transform: uppercase;
	color: #000000;
}
.services-detail-head .list{
	padding: 0;
	margin-top: 160px;
}
@media (max-width: 991px){
	.services-detail-head .list{
		margin-top: 30px;
	}
}
.services-detail-head .list li{
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	margin: 10px 0;
}
.services-detail-head .list li:before{
	content: "✓";
	margin-right: 10px;
}
.services-detail-head .btn{
	margin: 30px auto;
	background: #FDAA00;
	box-shadow: 0px 4px 10px rgba(255, 171, 0, 0.4);
	border-radius: 40px;
	display: block;
	width: 220px;
	height: 50px;
	color: #fff;
}
.services-detail-head img{
	transition: 0.4s;
}
.services-detail-head img.active{
	transform: translateY(14px);
	/*opacity: 0;*/
	filter: opacity(0.1) brightness(0.2);
}
@media (max-width: 767px){
	.services-detail-head{
		background-position: 100% 95%;
		background-size: 200%;
	}
	.services-detail-head h1{
		font-weight: 700;
		font-size: 30px;
		text-align: center;
		color: #FDAA00;
		text-transform: none;
	}
	.services-detail-head .list li{
		font-size: 14px;
	}
}
.services-detail-seo{
	margin-top: 80px;
}
.services-detail-seo .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-detail-seo .wrap .item{
	margin: 0 0 40px;
	padding: 0 10px;
	flex: 1 1 270px;
	box-sizing: border-box;
	max-width: 50%;
}
@media (max-width: 767px){
    .services-detail-seo .wrap .item{
		flex: 1 1 100%;
		max-width: 100%;
	}
}
.services-detail-seo .title{
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	text-align: left;
}
.services-detail-seo p{
	margin-top: 36px;
	font-size: 14px;
	color: #333333;
}
.services-detail-works{
	margin-top: 80px;
}
@media (max-width: 767px){
    .js-works-sl .item:nth-child(n+5){
		display: none;
	}
}
.services-detail-works img{
	max-width: 100%;
	margin: 10px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
/*@media (max-width: 767px){
    .services-detail-works .item{
		display: flex;
	}
}*/
.services-detail-works .btn{
	margin: 24px auto 0;
	background: #FDAA00;
	box-shadow: 0px 4px 10px rgba(255, 171, 0, 0.4);
	border-radius: 40px;
	width: 220px;
	height: 50px;
	color: #fff;
}
.services-detail-price{
	margin-top: 90px;
}
.services-detail-price .head{
	text-align: left;
	max-width: 960px;
	font-family: 'Nunito', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 40px;
	color: #000000;
	margin: 0 auto;
	padding-top: 20px;
	background: url('../img/quotes.png') left top no-repeat;
}
.services-detail-price .row{
	margin-top: 120px;
}
@media (max-width: 1199px){
	.services-detail-price .item{
		margin-bottom: 80px;
	}
}
@media (max-width: 767px){
	.services-detail-price .item{
		margin-bottom: 26px;
	}
}
@media (min-width: 1585px){
	.services-detail-price .item {
		width: 25%;
		margin-bottom: 80px;
	}
}
@media (max-width: 1585px){
	.services-detail-price .item {
		margin-bottom: 80px;
	}
}
.services-detail-price .border{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 30px 30px 50px;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}
.services-detail-price .border:before{
	position: absolute;
	top: -50px;
	left: 40px;
	z-index: 0;
}
.services-detail-price .item:nth-child(1) .border:before{
	content: url('../img/i-price-1.png');
}
.services-detail-price .item:nth-child(2) .border:before{
	content: url('../img/i-price-2.png');
}
.services-detail-price .item:nth-child(3) .border:before{
	content: url('../img/i-price-3.png');
}
.services-detail-price .item:nth-child(4) .border:before{
	content: url('../img/i-price-4.png');
}
/*.services-detail-price .item img{
	position: absolute;
	top: -50px;
	left: 40px;
	z-index: 0;
}*/
.services-detail-price .item .title{
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	position: relative;
	z-index: 5;
}
.services-detail-price .item .title span{
	display: block;
	width: 15px;
	height: 15px;
	border: solid #000;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	float: right;
	position: relative;
	top: 5px;
	transition: 0.3s;
}
.services-detail-price .item .title span.active{
	transform: rotate(135deg);
}
.services-detail-price .item p{
	margin-top: 40px;
	font-size: 14px;
	color: #717171;
}
.services-detail-price .item .list{
	margin-top: 35px;
	padding: 0;
}
.services-detail-price .item .list li{
	font-size: 18px;
	color: #000000;
	margin: 10px 0;
	position: relative;
	padding-left: 35px;
}
.services-detail-price .item .list li:before{
	content: "";
	color: #FDAA00;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FDAA00;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
.services-detail-price .item .wrap_price{
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.services-detail-price .item .wrap_price .price{
	font-weight: 700;
	font-size: 36px;
	color: #333333;
	line-height: 1;
}
.services-detail-price .item .wrap_price .price.sale{
	color: #CF2323;
}
.services-detail-price .item .wrap_price .old_price{
	font-weight: 500;
	font-size: 20px;
	text-decoration-line: line-through;
	color: #333333;
	margin-left: 20px;
}
.services-detail-price .item .btn{
	margin: 24px auto 0;
	background: #FDAA00;
	box-shadow: 0px 4px 10px rgba(255, 171, 0, 0.4);
	border-radius: 40px;
	display: block;
	width: 220px;
	height: 50px;
	color: #fff;
	transition: 0.3s;
}
.services-detail-price .item .btn:hover{
	background: #FFC54F;
}
@media (max-width: 1585px){
	.services-detail-price .item .border{
		padding: 30px 8%;
	}
}
@media (max-width: 991px){
	.services-detail-price .item .wrap_price .price{
		font-size: 26px;
	}
	.services-detail-price .item .wrap_price .old_price{
		font-size: 16px;
	}
	.services-detail-price .item .list li {
		padding-left: 20px;
	}
}
@media (max-width: 767px){
	.services-detail-price .item .border{
		padding: 30px 20px;
		min-height: auto;
	}
	.services-detail-price .item .title{
		text-align: left;
	}
	.services-detail-price .item .wrap_price{
		justify-content: flex-start;
	}
	.services-detail-price .item .non-mobile{
		display: none;
	}
}
.services-detail-steps { 
	padding-top: 70px;
	padding-bottom: 80px;
	background: url("../img/1-1.png") -190px center no-repeat, url("../img/service-detail-steps-bg.png") left center no-repeat;	
}
@media (max-width: 767px){
	.services-detail-steps {
		background: none;	
	}
}
.services-detail-steps .row .info h2 { 
	font-weight: 700;
	font-size: 36px;
	color: #333333;
	padding-left: 120px;
}

.services-detail-steps .row .info .list { 
	margin-top: 50px;
	list-style-type: none;
}

.services-detail-steps .row .info .list li { 
	padding-left: 80px;
	counter-increment: step-counter;
	position: relative;
}
.services-detail-steps .row .info .list li:before { 
	content: counter(step-counter);
    position: absolute;
	font-weight: 700;
	font-size: 34px;
	color: #FFFFFF;
	background: #FDAA00;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	border-radius: 50%;
	top: -20px;
    left: -34px;
}
.services-detail-steps .row .info .list li:not(:last-child) { 
	padding-bottom: 50px;
	border-left: 2px solid #FDAA00 ;
}

.services-detail-steps .row .info .list li .head { 
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}

.services-detail-steps .row .info .list li .desc { 
	font-size: 14px;
	color: #000000;	
	margin-top: 16px;
}
.services-detail-form { 
	margin: 70px 0;	
}
.services-detail-form .wrap { 
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 50px 90px;
	margin: 0 8%;
}
@media (max-width: 1199px){
	.services-detail-form .wrap{
		margin: 0;
	}
}
@media (max-width: 767px){
	.services-detail-form .wrap{
		box-shadow: none;
		border-radius: 0;
		padding: 0;
	}
}
.services-detail-form h2 { 
	font-weight: 700;
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.services-detail-form .form { 
	margin-top: 75px;
}
.services-detail-form .form .row input { 
	padding: 10px;
	border: none;
	border-bottom: 2px solid #FFF3B3;
	font-size: 18px;
	box-shadow: none;
	transition: 0.3s;
}
.services-detail-form .form .row input::placeholder { 
	color: #333333;
	transition: 0.3s;
}
.services-detail-form .form .row input:hover { 
	border-bottom: 2px solid #FDAA00;
}
.services-detail-form .form .row input:hover::placeholder { 
	color: #FDAA00;
}
.services-detail-form .form .btn { 
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	width: 280px;
	height: 70px;
	background: #FDAA00;
	border-radius: 40px;
	transition: 0.3s;
	margin: 40px auto 0;
	display: block;
}
.services-detail-form .form .btn:hover { 
	background: #FFC54F;
}
.services-detail-form .form .police { 
	font-weight: 400;
	font-size: 14px;
	color: #717171;
	text-align: center;
	margin-top: 30px;
}
.services-detail-form .form .police a{ 
	font-weight: 400;
	font-size: 14px;
	color: #717171;
	text-decoration: underline;
}
/*сообщение формы*/
form .msg{
	max-width: 560px;
	position: fixed;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 20px 30px;
	z-index: 1100;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -100px, 0);
	transition: transform 600ms, opacity 600ms, visibility 600ms;	
}
form .msg.success{
	background-color: #49a047;
	opacity: 0.8;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
form .msg.error{
	background-color: #E32024;
	opacity: 0.8;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}


form .row input, form textarea.form-control{ 
	padding: 10px;
	border: none;
	border-bottom: 2px solid #FFF3B3;
	font-size: 18px;
	box-shadow: none;
	transition: 0.3s;
}
form .row input::placeholder, form textarea.form-control::placeholder{ 
	color: #333333;
	transition: 0.3s;
}
form .row input:hover, form textarea.form-control:hover { 
	border-bottom: 2px solid #FDAA00;
}
form .row input:hover::placeholder, form textarea.form-control:hover::placeholder { 
	color: #FDAA00;
}
form .btn { 
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	width: 280px;
	height: 70px;
	background: #FDAA00;
	border-radius: 40px;
	transition: 0.3s;
	margin: 40px auto 0;
	display: block;
}
form .btn:hover { 
	background: #FFC54F;
}
form .police { 
	font-weight: 400;
	font-size: 14px;
	color: #717171;
	text-align: center;
	margin-top: 30px;
}
form .police a{ 
	font-weight: 400;
	font-size: 14px;
	color: #717171;
	text-decoration: underline;
}

.slick-dots li button:before {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
}
.slick-prev, .slick-next {
    width: 33px;
    height: 33px;
}
.slick-prev:before, .slick-next:before {
		width: 33px;
    height: 33px;
		display: block;
}
.slick-next {
    right: -35px;
}
.slick-next:before {
    content: '';
    background: url(../img/pf-arrows.png) no-repeat;
		background-position: -33px 0;
}
.slick-next:before {
    content: '';
    background: url(../img/pf-arrows.png) no-repeat;
		background-position: -33px 0;
}
.slick-next:hover:before {
    background-position: -33px -33px;
}
.slick-prev {
    left: -35px;
}
.slick-prev:before {
    content: '';
		background: url(../img/pf-arrows.png) no-repeat;
		background-position: 0 0;
}
.slick-prev:hover:before {
    background-position: 0 -33px;
}