html, body, form
{
	margin: 0;
	padding: 0;
    font-family: 'PT Sans', sans-serif;
}

html
{
	height:100%;
	overflow-x: hidden;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
    background: #f2f2f2;
}

img {
    border: 0;
}

.center {
    width: 1170px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.header {
    background: url(/static/chopgrand/img/bg-header.jpg) no-repeat scroll center top #0a1827;
}

.header.inner {
    height: 275px;
}

.header.inner h1 {
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 35px;
    border-top: 1px solid #FFF;
    margin: 27px 0 0;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.logo {
    color: #8a9299;
    font-size: 22px;
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-top: 8px;
    text-decoration: none;
    padding-bottom: 8px;
    padding-left: 90px;
    width: 383px;
    background: url(/static/chopgrand/img/logo.png) no-repeat scroll left center;
    text-align: center;
}

    .logo span {
        font-size: 32px;
        color: #fff;
        text-transform:none;
    }

.cont {
    float: right;
}

.order-call {
    display: block;
    float: left;
    width: 164px;
    height: 42px;
    background: url(/static/chopgrand/img/call.png) no-repeat;
    margin-top: 22px;
}

.order-call:hover {
    background: url(/static/chopgrand/img/call-hover.png) no-repeat;
}

.phone {
    color: #ffdbb7;
    font-size: 20px;
    font-weight: bold;
    background: url(/static/chopgrand/img/phone.png) no-repeat scroll 0 center;
    padding-left: 40px;
    float: left;
    margin-right: 30px;
    margin-top: 17px;
}

.time {
    color: #FFF;
    font-size: 16px;
    background: url(/static/chopgrand/img/time.png) no-repeat scroll 0 center;
    padding-left: 40px;
    float: left;
    margin-right: 65px;
    margin-top: 17px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.menu {
    background: #c95252;
    text-align: center;
    height: 63px;
    overflow: hidden;
    margin-bottom: 25px;
}

.menu a {
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 20px 22px;
    text-transform: uppercase;
}

.menu a img {
    vertical-align: top;
    margin-right: 3px;
}

.menu a:hover, .menu a.selected {
    background: #b92f2f;
}

#clients {
    background: url(/static/chopgrand/img/client-bg.jpg) repeat-x #FFF ;
    height: 270px;
}

.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background: #FFFFFF;
    border-radius: 10px;

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:230px;
    height: 120px;
    /* some padding to layout nested elements nicely  */
    /*padding:35px;*/

    /* a little styling */
    font-size: 14px;
    text-align: left;
    z-index: 25;
    padding: 15px;
    padding-right: 25px;
}

.apple_overlay .detail {
    padding: 10px;
}

.apple_overlay .detail input {
    border-radius: 5px;
    height: 30px;
}

.apple_overlay .detail textarea {
    border-radius: 5px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(/static/chopgrand/img/close.png);
    position:absolute;
    right:-5px;
    top:-5px;
    cursor:pointer;
    height:35px;
    width:35px;

}

a.browse {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 43px;
    margin: 50px 10px 20px;
    width: 23px;
}

a.left {
    background: url("/static/chopgrand/img/left.png") no-repeat scroll 0 0 transparent;
    margin-left: 0;
}

a.right {
    background: url("/static/chopgrand/img/right.png") no-repeat scroll 0 0 transparent;
    clear: right;
    margin-right: 0;
}


a.left:hover {
    background: url("/static/chopgrand/img/left-hover.png") no-repeat scroll 0 0 transparent;
}

a.right:hover {
    background: url("/static/chopgrand/img/right-hover.png") no-repeat scroll 0 0 transparent;
}

.scrollable {
    float: left;
}

.scrollable {
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 1100px;
}

.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}

.items div {
    float: left;
    width: 1100px;
    height: 140px;
}

.items div img {
    vertical-align: middle;
}

a.disabled {
    visibility: hidden !important;
}

h3 {
    text-align: center;
    color: #3c454f;
    font-size: 35px;
    padding-top: 35px;
    padding-bottom: 20px;
    font-weight: normal;
    margin: 0;
}

#footer {
    background: url(/static/chopgrand/img/footer-bg.jpg) no-repeat scroll center top;
    height: 271px;
    padding-top: 15px;
}

.copyr {
    font-size: 14px;
    color: #f2f2f2;
    float: left;
    width: 120px;
}

.phone_foot {
    font-size: 20px;
    color: #f2f2f2;
    font-weight: bold;
    float: right;
}

.serv {
    float: left;
    margin-left: 80px;
    width: 260px;
}

.comp {
    float: left;
    margin-left: 60px;
}

.client {
    float: left;
    margin-left: 140px;
}

.serv span, .comp span, .client span{
    display: inline-block;
    color: #fee2b6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}


#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul a {
    color: #f2f2f2;
    margin-bottom: 5px;
    display: inline-block;
}

#footer ul a:hover {
    color: #fee2b6;
    text-decoration: none;
}

hr {
    border: 0;
    height: 3px;
    background: #df3333;
    margin-bottom: -15px;
    clear: both;
}

.serv-item {
    display: inline-block;
    margin-right: 33px;
    margin-bottom: 33px;
}

.serv-item:nth-child(4n+4) {
    margin-right: 0px;
}

.serv-list.inner .serv-item {
    margin-right: 30px;
    margin-bottom: 30px;
}

.serv-list.inner .serv-item:nth-child(3n+3) {
    margin-right: 0px;
}

.serv-item a {
    display: block;
    text-decoration: none;
}

.serv-item a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 62px;
    background: #08233f;
    color: #FFF;
    width: 254px;
    border-bottom: 1px solid #FFF;
    padding-left: 5px;
    padding-right: 5px;
}

.serv-item a:hover span {
    background: #d5343f;
}

.left-part {
    width: 265px;
    margin-right: 35px;
    float: left;
    margin-top: 40px;
}

.right-part {
    width: 870px;
    display: inline-block;
    margin-top: 40px;
}

.left-part .form-ord {
    padding: 15px;
    width: 235px;
    height: 283px;
    background: #0f364c;
    border-radius: 5px;
    margin-bottom: 30px;
}

.left-part .form-ord input {
    width: 215px;
}

.left-part .form-ord input[type="submit"]{
    width: 254px;
    height: 76px;
    background: url(/static/chopgrand/img/send2.png) no-repeat scroll center top;
    font-size: 0;
    margin-top: -3px;
    margin-left: -7px;
    cursor: pointer;
}

.left-part .form-ord input[type="submit"]:hover{
    background: url(/static/chopgrand/img/send2-hover.png) no-repeat scroll center top;
}

.form-ord {
    float: right;
    padding: 20px 30px;
    width: 304px;
    height: 283px;
    background: #0f364c;
    border-radius: 5px;
    margin-left: 20px;
}


.form-ord input, .form-ord select {
    width: 284px;
    height: 22px;
    padding: 10px 10px;
    border: 0;
    border-radius: 2px;
    margin-bottom: 18px;
}

.form-ord select {
    height: 42px;
    width: 100%;
}

.form-ord input[type="submit"]{
    width: 321px;
    height: 76px;
    background: url(/static/chopgrand/img/send.png) no-repeat scroll center top;
    font-size: 0;
    margin-top: -3px;
    margin-left: -7px;
    cursor: pointer;
}

.form-ord input[type="submit"]:hover{
    background: url(/static/chopgrand/img/send-hover.png) no-repeat scroll center top;
}

.form-ord .title {
    display: block;
    text-align: center;
    text-transform:uppercase;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 18px;
}

.main-news-list {
    border: 4px solid #e3e3e3;
    background: #FFF;
    margin-bottom: 70px;
}

.main-news-list .news-item {
    padding: 35px 16px;
    width: 222px;
    margin-right: 35px;
    float: left;
}

.main-news-list .news-item:last-child {
    margin-right: 0;
}

.main-news-list .news-item a {
    color: #636567;
    font-size: 16px;
}

.main-news-list .news-item a:hover {
    color: #d5343f;
}

.news-date-time {
    display: block;
    padding-left: 15px;
    background: url(/static/chopgrand/img/calendar.png) no-repeat scroll 0 center;
    color: #d5343f;
}

.left-menu-title {
    padding: 14px 22px;
    text-transform: uppercase;
    color: #ffe3b7;
    font-size: 20px;
    font-weight: bold;
    background: #0e2f47;
}

.left-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.left-menu li {
    background: #64696f;
    padding: 0 16px;
}

.left-menu li a {
    text-decoration: none;
    color: #FFF;
    padding: 16px 0;
    border-bottom: 1px dotted #FFF;
    display: block;
}

.left-menu li:last-child a {
    border: none;
}

.left-menu li.select {
    border-right: 8px solid #d22d2d;
    padding-right: 8px !important;
}

#main-content.contact .center {
    position: relative;
}

.incont {
    margin-bottom: 90px;
    margin-top: -560px;
    position: absolute;
    border: 0;
    width: 100%;
    left: 81px;
}

.incont td {
    background: url(/static/chopgrand/img/cont-bg.png);
    padding: 55px 75px;
}

.incont td:first-child {
    width: 70%;
    color: #FFF;
    vertical-align: top;
}

.incont h4 {
    font-weight: normal;
    font-size: 25px;
    border-bottom: 1px solid #FFF;
    margin: 0;
    padding-bottom: 15px;
}

.incont .form-ord {
    background: none;
    margin: 0;
    padding: 0;
}

.form-ord.review {
    float: none;
    margin: 0;
    width: 100%;
    height: 400px;
}

.form-ord.review input[type="text"] {
    width: 400px;
}

.form-ord.review textarea {
    padding: 10px;
    border: none;
    border-radius: 2px;
    width: 850px;
    margin-bottom: 18px;
    resize: none;
    overflow: hidden;
    height: 170px;
}

.client-item {
    float: left;
    margin: 0 10px 20px 10px;
    text-align: center;
    width: 270px;
    height: 200px;
    overflow: hidden;
}

.client-item a {
    text-align: center;
    display: inline-block;
    width: 270px;
}

.news-detail h3 {
    font-size: 30px;
    text-align: left;
}

.worker {
    float: right;
    margin-top: 160px;
}

.worker .bp {
	background: url("/static/chopgrand/img/bp.png") no-repeat scroll center top;
	color: #C2C2C2;
	display: block;
	float: left;
	margin-right: 20px;
	padding-top: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: sans-serif;
}

.worker .akiwa {
	background: url("/static/chopgrand/img/akiwa.png") no-repeat scroll center top;
	color: #C2C2C2;
	display: block;
	float: left;
	padding-top: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: sans-serif;
}

.logoseo {
    float: right;
    margin: 0 367px;
    text-align: center;
    text-decoration: none;
    width: 160px;
}

.logoseo p {
    color: white;
    font-size: 13px;
    margin-top: -9px;
}

.logorambler {
   display: none;
   margin-top: 110px;
   margin-left: -110px;
}

.ymaps-2-1-34-button__icon_icon_geolocation,.ymaps-2-1-34-button__text,.ymaps-2-1-34-input__box,.ymaps-2-1-34-islets_gotoymaps,.ymaps-2-1-34-scaleline,.ymaps-2-1-34-copyright__content
{
		display: none!important;
}

.owl-nav.disabled, .owl-dots.disabled {
    display: none;
}

#head-slider {
    width: 100%;
}

#head-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.right-part.page-text {
    margin-top: 20px;
}

.review-item {
    width: 160px;
    float: left;
    padding: 0 10px 20px 10px;
}

#review-form .confidential {
    margin: 0;
    color: white;
}

#review-form .confidential a {
    color: white;
}

.form-review {
    background-color: #0f364c;
    height: 300px;
    width: 100%;
}

.form-review .text {
    width: 100%;
    height: 190px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    border-radius: 2px;
    border: 0;
}

.form-review .name {
    width: 294px;
    float: right;
}

.form-review .submit {
    float: right;
    width: 304px;
    height: 42px;
    font-size: 18px;
    border: 0;
    border-radius: 2px;
    background-color: #d63540;
    color: white;
    cursor: pointer;
    padding: 0;
    outline: 0;
}

.form-review .submit:hover {
    background-color: #63b13e;
}

.confidential {
    float: right;
    width: 304px;
    font-size: 12px;
}

.cols {
    width: 1170px;
    margin: 0 auto;
    padding: 15px;
    height: 270px;
}

.col-left {
    width: 40%;
    float: left;
    padding-right: 10px;
}
.col-right {
    width: 58%;
    float: left;
    padding-left: 10px;
}

.form-review .title, .call-form-modal .title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 18px;
}

.form-review .g-recaptcha {
    margin: 15px 0 15px 0;
    float: right;
}


#call-form {
    width: 364px;
    height: 420px;
    background: #0f364c;
    border-radius: 5px;
    padding: 20px 30px;
    overflow: hidden;
}

.fancybox-close-small {
	display: none !important;
}

#call-form .close {
    background-image: url(/static/chopgrand/img/close.png);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#call-form input {
    width: 100%;
    height: 43px;
    padding: 10px 10px;
    border: 0;
    border-radius: 2px;
    margin-bottom: 18px;
}

#call-form .g-recaptcha {
    margin-bottom: 10px;
}

#call-form .submit {
    font-size: 18px;
    border: 0;
    border-radius: 2px;
    background-color: #d63540;
    color: white;
    cursor: pointer;
    padding: 0;
    outline: 0;
    margin-bottom: 0;
}

#call-form .submit:hover {
    background-color: #63b13e;
}

#call-form .confidential {
    font-size: 13px;
    color: white;
}

#call-form .confidential a {
    color: white;
}

.contact-form {
    height: 350px;
}

.contact-form input[type="submit"] {
    margin-top: 5px;
}

#map {
    min-height: 720px;
}

.contact-map {
    width: 500px;
    margin-left: 15%;
}


/* Адаптив */

@media (max-width: 470px){
	.logo {
		background: url(/static/chopgrand/img/logo.png) no-repeat scroll top center;
		padding: 0;
		padding-top: 75px;
		width: 100%;
		font-size: 18px;
	}
}
@media(max-width: 390px) {
    .g-recaptcha {
        margin: 1px;
    }
}

.header.inner {
	height: auto;
}

.client-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%
}

.serv-list.inner .serv-item {
	margin-right: 0;
}

@media (min-width: 460px) and (max-width: 860px){
	.menu {
		height: 126px;
	}
}

@media (min-width: 320px) and (max-width: 460px){
	.menu {
		height: 189px;
	}
}

@media (min-width: 0px) and (max-width: 320px){
	.center {
		display: flex;
		flex-direction: column;
		padding: 10px;
		margin: 0 auto;
		max-width: 300px;
	}
	.cont {
		display: flex; 
		flex-direction: column;
		margin: 15px auto;
	}
	.time, .phone {
		margin: 0 0 10px 0;
		padding: 0 0 0 40px;
	}
	.order-call {
		margin: 10px auto;
	}
	/*.g-recaptcha {
		transform: scale(0.82);
		transform-origin: 0 0;
	}*/
	#call-form {
		height: 435px;
	}
	.confidential {
		width: 100%;
	}

	.menu {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 99%;
		padding: 2px;
	}

	#head-slider {
		display: none;
	}

	#main-content {
		display: flex;
		flex-direction: column;
	}

	#main-content h1 {
		text-align: center;
	}

	.serv-list {
		text-align: center;
	}

	.serv-item {
		margin: 5px auto;
	}

	a.prev, a.next {
		display: none;
	}
	.scrollable {
		width: 100%
	}

	#footer .center {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.serv, .comp, .client, .phone_foot {
		width: auto;
		margin: 0 auto;
	}	
	.copyr {
		order: 10;
		display: none;
	}
	.serv {
		order: 1;
		display: none;
	}
	.comp {
		order: 2;
	}
	.client {
		order: 3;
	}
	.phone_foot {
		order: 4;
		margin-top: 25px;
		font-size: 30px;
	}

}

@media (min-width: 320px) and (max-width: 1170px){

	.header{
		display: flex;
		flex-wrap: wrap;
	}

	.header .center {
		max-width: 1170px;
		width: 95%;
		margin: 0 auto;
	}

	.header .center .logo {
			display: block;
			margin: 0 auto;
		}
	.header .center .cont {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-evenly;
		margin: 15px auto;
		width: 100%;
	}

	.time, .phone {
		margin: 0 0 10px 0;
		padding: 0 0 0 40px;
	}

	.order-call {
		margin-top: 7px;
	}

	#main-content {
		display: flex;
		flex-direction: column;
	}

	#main-content h1 {
		text-align: center;
	}

	.center {
		padding: 10px;
	}
	.menu {
		width: 100%;
	}
	.serv-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.serv-item {
		display: block;
		margin: 5px;
	}

	#clients .center {
		width: 100%;

	}

	#clients .container {
		display: flex;
		flex-direction: row;
		width: 97%;
	}
	a.prev, a.next {
		display: none;
	}
	#footer .center {
		display: flex;
		flex-direction: row;
		width: 100%;
		flex-wrap: wrap;
		align-content: space-evenly;
	}
	.serv, .comp, .client, .phone_foot {
		width: auto;
		margin: 0 auto;
	}

	#main-content.inner .center{
		display: flex;
		flex-direction: row;
		width: 95%;
		padding: 10px;
	}

	@media (min-width: 320px) and (max-width: 500px){
		#main-content.inner .center {
			flex-direction: column;
		}
		.left-part, .right-part {
			width: 100%;
		}
		.left-part {
			margin-right: 0;
		}
		.right-part {
			margin-top: 0;
		}
	}

	.form-review .cols {
		display: flex;
		flex-direction: column;
		width: 95%;
	}

}

@media(max-width: 890px) {
    .client {
    	display: none;
    }
    .copyr {
    	display: none;
    }
    .comp {
    	margin: 0;
    	width: 50%;
    }
    .serv {
    	margin: 0;
    	width: 50%;
    }
    .phone_foot {
    	width: 100%;
    	text-align: center;
    }
    .left-part.service {
    	display: none;
    }
}

#cookies {
    position: fixed;
    bottom: 0;
    color: white;
    width: 100vw;
    background: rgba(0,0,0, 0.9);
    border-top: 10px solid #c95252;
    justify-content: space-evenly;
    height: 130px;
    z-index: 9999;
}

#cookies.on {
    display: flex;
}

#cookies.off {
    display: none;
}

.cookies-wrap {
    align-self: center;
}

.cookies-wrap a {
    color: inherit;
}
#cookies .button-ok {
    align-self: center;
    cursor: pointer;
    height: 40px;
    width: 100px;
    border: 3px solid #c95252;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookies .button-ok:hover {
    box-shadow: 0 0 24px #c95252;
}

.company {
    height: 100%;
}

.company p {
    min-height: 40px; 
}