@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Light.woff') format('woff'),
		url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.eot');
	src: local('../fonts/Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}


/*
font-family: 'Roboto', sans-serif;
font-family: 'Circe', sans-serif;
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {-webkit-font-smoothing: antialiased;}


:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select,
button,
a {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {outline: none;}

input[type=submit],
button,
a {
	cursor: pointer;
}


/* mix */
.error {
	box-shadow: inset 0 0 0px 3px #f00 !important;
	/*border: 1px solid #f00;*/
}

.transition {
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ta-l { text-align: left; }
.ta-c { text-align: center; }
.ta-r { text-align: right; }

.btn {
    font-family: 'Circe', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #41B1DF;
    min-width: 280px;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    outline: none;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
}
.btn:hover {
    background-color: #00b5ff;
    text-decoration: none;
    color: #fff;
}
.btn:active {
    background-color: #0174a3;
}
.btn:active, .btn:visited, .btn:focus {
    text-decoration: none;
    color: #fff;
}

.heading {}
.heading h2 {
    font-family: 'Circe', sans-serif;
    font-size: 36px;
}
.heading p {
    font-family: 'Circe', sans-serif;
    font-size: 20px;
}

.breadcrumbs {}
.breadcrumbs ul {
	padding: 0;
	margin: 30px 0;
	font-size: 14px;
	color: #41b1df;
}
.breadcrumbs ul li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding: 0;
	margin: 0 5px;
}
.breadcrumbs ul li:first-child {
	margin-left: 0;
}
.breadcrumbs ul li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #41b1df;
	font-family: 'Circe', sans-serif;
	text-decoration: none;
}
.breadcrumbs ul li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.breadcrumbs ul li a:hover {
	text-decoration: none;
}
.breadcrumbs ul li a:hover:after {
	display: block;
	background-color: #41b1df;
}

#nav-toggle {
	display: none;
}

/* styles */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    background-color: #fff;
    z-index: 900;
}
#header label {
	display: none;
}
#header .logo {}
#header .logo img {}
#header nav {}
#header nav .contacts {
    display: none;
}
#header .nav {
    margin: 0;
    padding: 0;
}
#header .nav li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
#header .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 0;
}
#header .nav li a:hover {
    color: #41B1DF;
}
#header .callback .phone {
    font-weight: bold;
    font-size: 24px;
}
#header .callback .phone:hover {
    text-decoration: none;
}
#header .callback span {
    display: block;
    font-size: 14px;
}

#main {
    height: 822px;
    background: url(../img/bg-main.jpg) center no-repeat;
    padding-top: 200px;
}
#main picture {
	display: none;
}
#main .title {}
#main .title h1 {
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    font-size: 62px;
    margin: 0 0;
}
#main .title h2 {
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #56B8E0;
    font-size: 30px;
    margin: 10px 0;
}
#main .title p {
    font-family: 'Circe', sans-serif;
    font-size: 20px;
    max-width: 510px;
}
#main .title .btn {
    margin-top: 10px;
}

#prices {
    height: 790px;
    background: url(../img/bg-prices.jpg) center top no-repeat;
    padding-top: 50px;
}
#prices .heading {
	position: relative;
}
#prices .heading .link {
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	bottom: -71px;
	right:  40px;
	z-index: 50;
}
#prices .heading .link:hover {
	text-decoration: none;
	color: #41b1df;
}
#prices .heading h2,
#prices .heading p {
    color: #fff;
    max-width: 500px;
}
#prices .slider {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 73px;
}
#prices .slider .slide {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
    height: 410px;
    position: relative;
    overflow: hidden;
}
#prices .slider .slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 10;
    opacity: 1;
	transition: opacity 0.2s ease;
}
#prices .slider .slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
	filter: grayscale(1);
	transition: filter 0.2s ease;
}
#prices .slider .slide:hover {}
#prices .slider .slide:hover img {
	filter: grayscale(0);
}
#prices .slider .slide:hover:before {
    opacity: 0;
}
#prices .slider .slide .info {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
}
#prices .slider .slide .name {
    font-family: 'Circe', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    min-height: 50px;
}
#prices .slider .slide .desc {
    font-family: 'Circe', sans-serif;
    color: #AAA;
    font-size: 14px;
    padding: 0 50px;
    min-height: 43px;
}
#prices .slider .slide .price {
    font-family: 'Circe', sans-serif;
    color: #41B1DF;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 20px;
}
#prices .slider .slide .btn {
    min-width: 200px;
}
#prices .slider .owl-nav {
	display: block !important;
}
#prices .slider .owl-nav .owl-prev {
	width:  24px;
	height: 24px;
	background: url(../img/arr-prev.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top:   -40px;
	right: 140px;
}
#prices .slider .owl-nav .owl-next {
	width:  24px;
	height: 24px;
	background: url(../img/arr-next.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top:   -40px;
	right: 0px;
}

#gift {
    text-align: center;
    padding: 70px 0;
    margin-top: 70px;
}
#gift img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
#gift p {
    font-family: 'Circe', sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}
#gift p span {
    font-family: 'Circe', sans-serif;
    font-weight: bold;
    color: #41B1DF;
}

#services {
    background: url(../img/bg-services.jpg) top center no-repeat;
}
#services .heading {}
#services .heading h2 {}
#services .block {
    position: relative;
}
#services .block:before {
    content: '';
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#services .block-1 {
    background: url(../img/block-1.png) center no-repeat;
    background-size: cover;
    height: 450px;
    padding: 80px 30px;
}
#services .block-2 {
    background: url(../img/block-2.png) center no-repeat;
    background-size: cover;
    height: 450px;
    padding: 60px 90px;
}
#services .block a {
    text-decoration: none;
    display: block;
    margin: 40px 0;
}
#services .block-2 a {
    margin: 30px 0;
}
#services .block a:hover p {
    color: #41B1DF;
}
#services .block a:hover span {
    color: #9ccadd;
}
#services .block a p {
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
#services .block a span {
    text-transform: none;
    font-weight: normal;
    display: block;
    color: #AAA;
    font-size: 12px;
}

#materials {
    padding-top: 70px;
}
#materials .heading {}
#materials .items {
    font-size: 0;
}
#materials .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    width: 25%;
    padding-right: 60px;
}
#materials .items .item:after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background-color: #EDEDED;
    position: absolute;
    top:  35px;
    right: 20px;
}
#materials .items .item:last-child:after {
    display: none;
}
#materials .items .item img {}
#materials .items .item picture {
    display: block;
    height: 100px;
}
#materials .items .item .name {
    font-size: 16px;
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 46px;
}
#materials .items .item .desc {
    font-size: 14px;
    color: #404040;
    line-height: 1.7;
}
#materials .items .item-1 {}
#materials .items .item-2 {}
#materials .items .item-3 {}
#materials .items .item-4 {}

#cases {
    padding-top: 70px;
}
#cases .heading {}
#cases .more {
    position: relative;
    display: inline-block;
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    padding-right: 100px;
}
#cases .more:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 8px;
    right: 0;
}
#cases .more:hover {
    text-decoration: none;
    color: #41B1DF;
}
#cases .slider {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#cases .slider .owl-nav {
	display: block !important;
}
#cases .slider .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: url(../img/arr-prev.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);	
	top: 50%;
	left: -60px;
}
#cases .slider .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background: url(../img/arr-next.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -60px;
}
#cases .slider .owl-dots {
	display: block;
	position: absolute;
	bottom: -30px;
	right: 10px;
}
#cases .slider .owl-dots .owl-dot {
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	width:  6px;
	height: 6px;
	margin: 2px;
	background-color: #ddd;
}
#cases .slider .owl-dots .owl-dot.active {
	background-color: rgba(65, 177, 223, 0.4);
}
#cases .slider .owl-dots .owl-dot span {
	display: none;
}
#cases .slider .slide {
    background-color: #000;
}
#cases .slider .slide img {
    max-width: 360px;
}
#cases .slider .slide:hover img {
    opacity: .6;
}

#steps {
    padding-top: 70px;
}
#steps .heading {}
#steps .items {
    font-size: 0;
}
#steps .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    width: 25%;
    padding-right: 60px;
}
#steps .items .item:after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background-color: #EDEDED;
    position: absolute;
    top:  35px;
    right: 20px;
}
#steps .items .item:last-child:after {
    display: none;
}
#steps .items .item img {}
#steps .items .item picture {
    display: block;
    height: 100px;
}
#steps .items .item .name {
    font-size: 16px;
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 46px;
}
#steps .items .item .desc {
    font-size: 14px;
    color: #404040;
    line-height: 1.7;
}
#steps .items .item-1 {}
#steps .items .item-2 {}
#steps .items .item-3 {}
#steps .items .item-4 {}

#reviews {
    padding-top: 70px;
}
#reviews .heading {}
#reviews .slider {
    position: relative;
    margin-top: 30px;
}
#reviews .slider .slide {}
#reviews .slider .slide .text {}
#reviews .slider .slide .name {
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
#reviews .slider .slide .auto {
    margin: 0;
    color: #aaa;
}
#reviews .slider .slide .desc {
    font-family: 'Circe', sans-serif;
    font-size: 17px;
    padding-right: 70px;
}
#reviews .slider .slide .gall {
    font-size: 0;
}
#reviews .slider .slide .gall a {
    display: inline-block;
    width: 33.33%;
    padding: 5px;
}
#reviews .slider .slide .gall a img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
#reviews .slider .slide .gall a:hover img {
    transform: scale(1.15);
    position: relative;
    z-index: 30;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#reviews .slider .owl-nav {
	display: block !important;
}
#reviews .slider .owl-nav .owl-prev {
	width:  24px;
	height: 24px;
	background: url(../img/arr-prev.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top:   -40px;
	right: 40px;
}
#reviews .slider .owl-nav .owl-next {
	width:  24px;
	height: 24px;
	background: url(../img/arr-next.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top:   -40px;
	right: 0px;
}

#articles {
    padding-top: 70px;
}
#articles .heading {}
#articles .slider {
    position: relative;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}
#articles .slider .slide {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 370px;
}
#articles .slider .slide:hover {
    text-decoration: none;
}
#articles .slider .slide p {
    font-family: 'Circe', sans-serif;
    background-color: rgba(65, 177, 223, 0.7);
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 60px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 40;
    transform: translateY(-50%);
	transition: padding 0.3s ease;
}
#articles .slider .slide:hover p {
    padding: 20px 60px;
}
#articles .slider .slide img {
    width: 100%;
    height: auto;
	filter: grayscale(1);
	transition: filter 0.2s ease;
}
#articles .slider .slide:hover img {
	filter: grayscale(0);
}
#articles .slider .owl-nav {
	display: block !important;
}
#articles .slider .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: url(../img/arr-prev.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);	
	top: 50%;
	left: -60px;
}
#articles .slider .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background: url(../img/arr-next.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -60px;
}

#footer {
    padding-top: 70px;
}
#footer .container {
    position: relative;
}
#footer .heading {}
#footer .wrap {
    text-align: center;
    display: block;
    width: 420px;
    background: url(../img/s3.png) center bottom no-repeat, #fff;
    background-size: 350px;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 30;
    padding: 20px 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    padding-bottom: 120px;
}
#footer .wrap img {}
#footer .wrap span {
    font-size: 14px;
}
#footer .wrap .name {
    font-family: 'Circe', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}
#footer .wrap .phone {
    display: inline-block;
    font-family: 'Circe', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}
#footer .wrap .btn {
    margin-top: 30px;
}
#footer .map {
    background-color: #bfef90;
    margin-top: 50px;
    margin-bottom: 100px;
    height: 350px;
}
#footer .map > ymaps {
    height: 350px;
}
#footer .bottom {
    text-align: center;
    background-color: #41B1DF;
    padding: 20px 0;
}
#footer .bottom a,
#footer .bottom p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.page {
	padding-top: 90px;
	background: url(../img/n1.png) center left no-repeat, url(../img/n2.png) center right no-repeat;
}
.page .container {
	background-color: rgba(255,255,255,.8);
}
.page .content {}
.page .content img {
	width: 100%;
	height: auto;
}
.page .content p,
.page .content p span {
	font-size: 16px;
	line-height: 1.6;
}
.page .content p b {
	font-weight: bold;
}
.page .content h1 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 32px;
}
.page .content h2 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 28px;
}
.page .content h3 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 26px;
}
.page .content h4 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 24px;
}
.page .content a {}
.page .content ul {}
.page .content ul li {}

#page-article {}

#page-service {}
#page-service .cover {
	margin-bottom: 40px;
}
#page-service .cover img {
	width: 100%;
	height: auto;
}
#page-service h1 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 32px;
}
#page-service table {
	width: 100%;
}
#page-service table td {
	font-family: 'Circe', sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 10px 40px;
}
#page-service table thead td {
	background-color: #41b1df !important;
	padding: 20px 40px;
	color: #fff;
}
#page-service table tbody td {}
#page-service table tbody td img.klass {
	max-width: 30px;
    margin-right: 20px;
}
#page-service table tr:nth-child(even) td {
	background-color: #f7f7f7;
}
#page-service table tr td:last-child {
	/* border-left: 2px solid #41b1df; */
	text-align: right;
}

#page-works {}
#page-works h1 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 32px;
}
#page-works .items {
	text-align: center;
	font-size: 0;
}
#page-works .items .item {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px;
	width: calc(50% - 10px);
}
#page-works .items .item:nth-child(even) {
	margin-right: 0;
}
#page-works .items .item:nth-child(odd) {
	margin-left: 0;
}
#page-works .items .item img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 2.5s ease;
}
#page-works .items .item:hover img {
	transform: scale(1.2);
}
#page-works .items .item p {
	font-family: 'Circe', sans-serif;
    background-color: rgba(65, 177, 223, 0.7);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

#page-work {
	padding-bottom: 70px;
}
#page-work h1 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
    font-size: 32px;
}
#page-work .slider {
	position: relative;
	max-height: 430px;
}
#page-work .slider .slide {}
#page-work .slider .slide a {
	display: block;
	background-color: #000;
	height: 400px;
}
#page-work .slider .slide a img {
	/*width: 100%;*/
	/*height: auto;*/
	width: auto;
	height: 100%;
}
#page-work .slider .slide a:hover img {
	opacity: 0.7;
}
#page-work .slider .owl-nav {
	display: block !important;
}
#page-work .slider .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: url(../img/arr-prev.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);	
	top: 50%;
	left: -60px;
}
#page-work .slider .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background: url(../img/arr-next.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -60px;
}

#price-block {
	padding-top: 80px;
	min-height: 345px;
	background: url(../img/bg-price-block.jpg) center no-repeat, #41B1DF;
}
#price-block .price {
	padding: 0 20px;
}
#price-block .price h3 {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	margin: 10px 0;
}
#price-block .price p {
	font-family: 'Circe', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	margin: 10px 0;
}
#price-block .desc {
	padding: 0 20px;
}
#price-block .desc span,
#price-block .desc p {
	font-family: 'Circe', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

#order {
	padding-top: 70px;
}
#order .heading {}
#order .heading a {
	color: #41b1df;
}
#order form {
	margin-top: 10px;
}
#order form > div {
	display: flex;
    justify-content: space-between;
}
#order form input {
	width: 33%;
	font-family: 'Circe', sans-serif;
    border: 2 solid #000;
    color: #000;
    font-size: 18px;
    text-align: left;
    outline: none;
    display: inline-block;
    padding: 15px 30px;
}
#order form .btn {
	width: 30%;
	text-align: center;
	min-width: 0;
	color: #fff;
}
#order form .accept {
	font-size: 12px;
	opacity: 0.7;
}
#order form .accept a {
	color: #41b1df;
	font-size: 12px;
}


/* modals */
#modals {
	display: none;
}
.modal {
    text-align: left;
    padding: 30px 0;
    padding-left: 340px;
    padding-right: 40px;
    background: url(../img/m1.png) bottom left no-repeat, url(../img/m2.png) center left no-repeat, url(../img/m3.png) left repeat-y;
}
.modal h3 {
    font-family: 'Circe', sans-serif;
    font-size: 32px;
    margin: 10px 0;
}
.modal p {
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    margin: 10px 0;
}
.modal form {
    margin-top: 30px;
}
.modal form > div {
    display: flex;
    justify-content: space-between;
}
.modal form input {
    max-width: 220px;
}
.modal form input[type=text] {
    width: 50%;
    font-family: 'Circe', sans-serif;
    border: 2px solid #000;
    color: #000;
    font-size: 18px;
    text-align: left;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.modal form .btn {
    width: 50%;
    min-width: 0;
    margin-right: 20px;
    margin-bottom: 10px;
}
.modal form .accept {
    width: 50%;
    font-size: 12px;
    opacity: 0.7;
}
.modal form .accept a {
    color: #41b1df;
    font-size: 12px;
}
#thx {
    padding: 30px 50px;
    background: #fff;
    text-align: center;
}
#thx h3 {}
#thx p {
    padding: 0 0px;
}


/* meadia */
@media (max-width: 1200px) {
/*
#header {}
#main {}
#prices {}
#services {}
#materials {}
#cases {}
#steps {}
#reviews {}
#articles {}
#footer {}
*/
}
@media (max-width: 992px) {}
@media (max-width: 868px) {

	html, body {
        overflow-x: hidden;
    }

	.btn {
        font-size: 14px;
        padding: 15px 10px;
        min-width: 0;
        width: 100%;
    }

	.heading {}
	.heading h2 {
        font-size: 20px;
        margin: 10px 0;
    }
	.heading p {
        font-size: 14px;
        margin: 10px 0;
    }

    .breadcrumbs {}
	.breadcrumbs ul {
		margin: 10px 0;
		font-size: 9px;
	}
	.breadcrumbs ul li {
		margin: 0 3px;
	}
	.breadcrumbs ul li a {
		font-size: 9px;
	}
	.breadcrumbs ul li a:after {
		display: none !important;
	}


	#header {
        padding: 5px 0 0;
        z-index: 900;
        height: 42px;
    }
	#header label {
        display: inline-block;
        width:  30px;
        height: 30px;
        background: url(../img/nav.svg) center no-repeat;
        background-size: contain;
    }
    #header #nav-toggle:checked ~ label {
        background: url(../img/close.svg) center no-repeat;
        background-size: contain;
    }
    #header .ta-c {
        text-align: right;
    }
	#header .logo {}
	#header .logo img {
        width: 40px;
    }
	#header nav .contacts {
        display: block;
        margin-top: 20px;
    }
    #header nav .phone {
         font-weight: bold;
    font-size: 24px;
    }
	#header nav .address {  
        display: block;
        font-size: 14px;
    }
	#header nav {
        overflow: hidden;
        /*display: none;*/
        position: fixed;
        top: 42px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 800;
        text-align: center;
        height: 0vh;
        background: url(../img/s4.png) center top no-repeat, #fff;
        background-size: 300px;
        box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,.2);
        transition: height 0.4s ease;
    }
    #header #nav-toggle:checked ~ nav {
        /*display: block;*/
        height: 100vh;
    }
    #header .nav {
		transition: all 0.4s ease;
        margin-top: 120px;
    }
	#header .nav li {
        display: block;
    }
	#header .nav li a {
        font-size: 18px;
    }
	#header .nav li a:hover {}
	#header .callback {
        display: none;
    }
	#header .callback .phone {}
	#header .callback .phone:hover {}
	#header .callback span {}

	#main {
        height: auto;
        background: url(../img/bg-main_m.jpg) center bottom no-repeat;
        background-size: contain;
        background: none;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    #main picture {
        display: block;
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -40px;
    }
    #main picture img {
        width: 100%;
    }
	#main .title {}
	#main .title h1 {
        font-size: 24px;
    }
	#main .title h2 {
        font-size: 16px;
    }
	#main .title p {
        font-size: 12px;
        margin: 5px 0;
    }
	#main .title .btn {
        position: relative;
        z-index: 100;
    }

	#prices {
        background: #41B1DF;
        padding: 40px 0;
        height: auto;
    }
	#prices .heading {}
    #prices .heading .link {
        display: none;
    }
	#prices .slider {
        margin: 0;
        padding: 0 20px;
    }
	#prices .slider .owl-nav {}
	#prices .slider .owl-nav .owl-prev {
        transform: translateY(-50%);
        top: 50%;
        left: -10px;
    }
	#prices .slider .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 50%;
        right: -10px;
    }
	#prices .slider .slide {
        width: 100%;
        height: 320px;
    }
    #prices .slider .slide:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
	#prices .slider .slide:hover {}
    #prices .slider .slide .info {
        padding-top: 0;
        padding: 20px 0px;
    }
	#prices .slider .slide .name {
        margin: 20px 0;
    }
	#prices .slider .slide .desc {
        margin: 20px 0;
    }
	#prices .slider .slide .price {
        margin: 20px 0;
    }
	#prices .slider .slide .btn {
        display: block;
        margin: 0 auto;
        min-width: 0;
        width: 80%;
        padding: 10px 10px;
    }

	#gift {
        padding: 20px 0;
        margin: 20px 20px;
        border: 1px solid #41B1DF;
        border-left: 0;
        border-right: 0;
    }
	#gift img {
        display: block;
        width: 40px;
        margin: 0 auto 10px;
    }
	#gift p {
        font-size: 14px;
        margin: 0;
    }
	#gift p span {}

	#services {
        padding-top: 20px;
    }
	#services .heading {}
	#services .block {
        /*width: 100%;*/
        height: auto;
        padding: 20px 35px;
        margin: 10px 0;
        margin-left: -15px;
        margin-right: -15px;
    }
	#services .block-1 {}
	#services .block-2 {}
	#services .block a {
        margin: 15px 0;
    }
	#services .block a:hover {}
	#services .block a p {}
	#services .block a span {
        font-size: 10px;
    }

	#materials {
        padding-top: 20px;
    }
	#materials .heading {}
	#materials .items {
        display: block;
        margin-top: 30px;
    }
	#materials .items .item {
        width: 100%;
        display: block;
        padding: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin: 0 0 15px;
    }
    #materials .items .item:last-child {
        border: none;
    }
	#materials .items .item:after {
        display: none;
    }
    #materials .items .item picture {
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }
	#materials .items .item img {
        width: 60px;
    }
	#materials .items .item .name {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        max-width: 210px;
        font-size: 14px;
        min-height: 0px;
    }
	#materials .items .item .desc {
        font-size: 12px;
        margin: 15px 0 0;
    }

	#cases {
        padding-top: 20px;
    }
	#cases .heading {}
    #cases .more {
        font-size: 10px;
        padding: 0;
        margin: 18px 0 0;
    }
    #cases .more:after {
        display: none;
    }
	#cases .slider {
        padding: 0 20px;
    }
	#cases .slider .owl-dots {
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
    }
	#cases .slider .owl-nav {}
	#cases .slider .owl-nav .owl-prev {
        transform: translateY(-50%);
        top: 50%;
        left: -10px;
        width:  20px;
        height: 20px;
    }
	#cases .slider .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 50%;
        right: -10px;
        width:  20px;
        height: 20px;
    }
	#cases .slider .slide {}
	#cases .slider .slide:hover {}
	#cases .slider .slide img {
        width: 100%;
        height: auto;
    }

	#steps {}
	#steps .heading {}
	#steps .items {
        display: block;
        margin-top: 10px;
    }
	#steps .items .item {
        width: 100%;
        display: block;
        padding: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin: 0 0 15px;
    }
    #steps .items .item:last-child {
        border: none;
    }
	#steps .items .item:after {
        display: none;
    }
    #steps .items .item picture {
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }
	#steps .items .item img {
        width: 60px;
    }
	#steps .items .item .name {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        max-width: 210px;
        font-size: 14px;
        min-height: 0px;
    }
	#steps .items .item .desc {
        font-size: 12px;
        margin: 15px 0 0;
    }

	#reviews {
        padding-top: 20px;
    }
	#reviews .heading {}
	#reviews .slider {
        margin-top: 10px;
        padding: 0 20px;
    }
	#reviews .slider .owl-nav {}
	#reviews .slider .owl-nav .owl-prev {
        transform: translateY(-50%);
        top: 50%;
        left: -10px;
        width:  20px;
        height: 20px;
    }
	#reviews .slider .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 50%;
        right: -10px;
        width:  20px;
        height: 20px;
    }
	#reviews .slider .slide {}
	#reviews .slider .slide .text {}
	#reviews .slider .slide .name {
        font-size: 14px;
    }
	#reviews .slider .slide .auto {
        font-size: 10px;
    }
	#reviews .slider .slide .desc {
        font-size: 12px;
        margin-top: 5px;
        padding: 0;
    }
	#reviews .slider .slide .gall {}
	#reviews .slider .slide .gall a {
        padding: 1px;
    }
	#reviews .slider .slide .gall a img {}
	#reviews .slider .slide .gall a:hover {}

	#articles {
        padding-top: 50px;
    }
	#articles .heading {}
	#articles .slider {
        padding: 0 20px;
    }
	#articles .slider .owl-nav {}
	#articles .slider .owl-nav .owl-prev {
        transform: translateY(-50%);
        top: 50%;
        left: -10px;
        width:  20px;
        height: 20px;
    }
	#articles .slider .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 50%;
        right: -10px;
        width:  20px;
        height: 20px;
    }
	#articles .slider .slide {
        max-width: 1000px;
    }
	#articles .slider .slide:hover {}
	#articles .slider .slide p {
        font-size: 14px;
        padding: 10px 10px;
        transform: translateY(-70%);
    }
	#articles .slider .slide img {}

	#footer {
        padding-top: 40px;
    }
	#footer .heading {}
	#footer .wrap {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        margin: 20px 0 0;
        padding: 35px 15px;
        background: #fff;
        background-size: 290px;
    }
	#footer .wrap img {
        width: 40px;
    }
	#footer .wrap span {
        font-size: 12px;
    }
	#footer .wrap .name {
        font-size: 20px;
        margin: 15px 0 0;
    }
	#footer .wrap .phone {
        font-size: 20px;
        margin: 15px 0 0;
    }
	#footer .wrap .btn {}
	#footer .map {
        margin: 20px 0 0;
        height: 300px;
    }
	#footer .map > ymaps {
        height: 300px;
	}
	#footer .bottom {
        padding: 10px 0;
    }
	#footer .bottom a,
	#footer .bottom p {
        font-size: 10px;
    }

	.page {
		padding-top: 50px;
		background: #fff;
	}
	.page .container {
		background-color: transparent;
	}
	.page .content {}
	.page .content img {}
	.page .content p,
	.page .content p span {
		font-size: 12px;
		line-height: 1.4;
	}
	.page .content h1 {
	    font-size: 20px;
	}
	.page .content h2 {
	    font-size: 18px;
	}
	.page .content h3 {
	    font-size: 16px;
	}
	.page .content h4 {
	    font-size: 14px;
	}
	.page .content a {}
	.page .content ul {}
	.page .content ul li {}

	#page-article {}

	#page-service {}
	#page-service .cover {
		margin-bottom: 10px;
	}
	#page-service .cover img {}
	#page-service h1 {
		font-size: 18px;
	}
	#page-service table {}
	#page-service table tbody td img.klass {
		max-width: 20px;
		margin-right: 5px;
	}
	#page-service table thead td {}
	#page-service table tbody td {}
	#page-service table td {
		font-size: 12px !important;
		padding: 5px 10px !important;
	}

	#page-works {}
	#page-works h1 {
		font-size: 18px;
	}
	#page-works .items {}
	#page-works .items .item {
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}
	#page-works .items .item img {}
	#page-works .items .item p {
		font-size: 14px;
		padding: 10px 10px;
	}

	#page-work {
		padding-bottom: 20px;
	}
	#page-work h1 {
		font-size: 18px;
	}
	#page-work .slider {
		padding: 0 20px;
	}
	#page-work .slider .slide {}
	#page-work .slider .slide a {
		height: 200px;
		/*height: auto;*/
	}
	#page-work .slider .slide a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#page-work .slider .owl-nav {}
	#page-work .slider .owl-nav .owl-prev {
        transform: translateY(-50%);
        top: 50%;
        left: -10px;
        width:  20px;
        height: 20px;
    }
	#page-work .slider .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 50%;
        right: -10px;
        width:  20px;
        height: 20px;
    }

	#price-block {
		min-height: 0;
		background: #41B1DF;
		padding: 20px 0;
	}
	#price-block .price {
		padding: 0;
	}
	#price-block .price h3 {
		text-align: center;
		font-size: 16px;
		margin: 5px 0;
	}
	#price-block .price p {
		text-align: center;
		font-size: 32px;
		margin: 5px 0;
	}
	#price-block .desc {
		padding: 20px 0 0;
	}
	#price-block .desc span,
	#price-block .desc p {
		text-align: left;
		font-size: 12px;
		color: #fff;
	}

	#order {
		padding-top: 40px;
	}
	#order .heading {}
	#order .heading br {
		display: none;
	}
	#order .heading a {
		display: inline-block;
	}
	#order form {}
	#order form > div {
		display: block;
	}
	#order form input {
		width: 100%;
		margin: 0 0 10px;
		font-size: 14px;
		padding: 15px 20px;
	}
	#order form .btn {
		width: 100%;
	}
	#order form .accept {
		text-align: center;
	}
	#order form .accept,
	#order form .accept a {
		font-size: 9px;
	}


    .modal {
        background: #fff;
        padding: 20px 20px;
        text-align: center;
    }
    .modal h3 {
        text-align: center;
        font-size: 18px;
        margin: 5px 0;
    }
    .modal p {
        text-align: center;
        font-size: 14px;
        margin: 5px 0;
    }
    .modal p br {
        display: none;
    }
    .modal form {
        margin-top: 10px;
    }
    .modal form > div {
        display: block;
    }
    .modal form input[type=text] {
        width: 100%;
        margin: 0 0 10px;
        font-size: 14px;
        padding: 15px 20px;
    }
    .modal form .btn {
        width: 100%;
        margin: 0 0 10px;
    }
    .modal form .accept {
        width: 100%;
        font-size: 10px;
    }
    .modal form .accept a {
        font-size: 10px;
    }

}