@font-face {
		font-family: "EurofurenceBold";
		src: url("../fonts/Eurofurence/EurofurenceBold.eot");
		src: url("../fonts/Eurofurence/EurofurenceBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/Eurofurence/EurofurenceBold.woff") format("woff"),
		url("../fonts/Eurofurence/EurofurenceBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal; 
}
@font-face {
		font-family: "IntroBook";
		src: url("../fonts/Intro/Intro-Book.otf");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "IntroBookItalic";
		src: url("../fonts/Intro/Intro-Book-Italic.otf");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "IntroLightAlt";
		src: url("../fonts/Intro/Intro-Light-Alt.otf");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "IntroBoldAlt";
		src: url("../fonts/Intro/Intro-Bold-Alt.otf");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "IntroBold";
		src: url("../fonts/Intro/Intro-Bold.otf");
		font-style: normal;
		font-weight: normal;
}

.font-euro-bold{
	font-family: "EurofurenceBold", sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.font-intro-book{
	font-family: "IntroBook", sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.font-intro-book-i{
	font-family: "IntroBookItalic", sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.font-intro-light{
	font-family: "IntroLightAlt", sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.font-intro-bold-alt{
	font-family: "IntroBoldAlt", sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.font-intro-bold{
	font-family: "IntroBold", sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* End fonts */

.col-md-12{
    max-width: 1380px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

*::-moz-selection {
    color: #fff;
    background: #00ccff;
}

*::selection {
    color: #fff;
    background: #00ccff;
}
*{
	outline:none!important;
}
body{
	font-family: 'IntroBook', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color:#686867;
    font-size: 18px;
    overflow-x: hidden;
}
header{
	position: fixed;
	top:0;
	left:0;
	background: rgba(255,255,255,.8);
	z-index: 3;
	width: 100%;
	height: 60px;
	padding: 10px 0;
}
.modal-open header {
    padding-right: 32px;
}
header:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear,left top, left bottom,from(#fff), to(rgba(255, 255, 255,0)));
    background: -webkit-linear-gradient(top,#fff, rgba(255, 255, 255,0));
    background: -o-linear-gradient(top,#fff, rgba(255, 255, 255,0));
    background: linear-gradient(to bottom,#fff, rgba(255, 255, 255,0));
}
.logo-wrapper img{
	height: 53px;
    image-rendering: -webkit-optimize-contrast;
}
#btn-stock{
    margin-left: 30px;
}
.logo-wrapper{
	position: relative;
}
.logo-info{
	display: inline-block;
	padding-left: 20px;
}
.logo-wrapper:before{
	content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: -12px;
    z-index: -1;
    width: 75px;
    border-top: 70px solid transparent;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom: 12px solid rgba(255,255,255,.8);
}
header .info-block-with-icon .icon-wrapper{
	display: inline-block;
}
header .info-block-with-icon .icon-wrapper>img{
	height: 40px;
	width: auto;
}
header .info-block-with-icon .info-wrapper {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: top;
    padding-left: 10px;
        font-size: .9em;
    line-height: 1.3em;
}
header .info-block-with-icon .info-wrapper p{
	margin-bottom: 0;
}
.main-slider-item{
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	height: 100vh;
	max-height: 900px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.btn-after-slider{
            margin-left: 30px;
        }
.main-slider{
	position: relative;
}
.main-slider .owl-dots{
	position: absolute;
	right: 0;
	top:50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.main-slider .owl-dot{
	background: #00ccff!important;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	height: 50px;
	padding: 7px!important;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: .7;
	width: 60px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-left: auto;
    margin-right: 0;
    display: block;
    outline:none!important;
}
.main-slider .owl-dot:before{
	content:'';
	margin-left: 7px;
	width: 36px;
	height:36px;
	display: block;
	background-image: url('../images/paw.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	        background-size: contain;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.main-slider .owl-dot.active{
	opacity: 1;
	width: 120px;
}
.main-slider .owl-dot.active:before{
	opacity: 1;
}
.btn-default{
	height: 40px;
	border-radius: 30px;
	background: #00ccff;
	border:1px solid #00ccff;
	color:white;
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn-default:hover, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active, .btn-default:focus{
	background: #0099cc;
	border:1px solid #0099cc;
	color:white;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.btn-primary{
	height: 40px;
	border-radius: 30px;
	background: #ff3333;
	border:1px solid #ff3333;
	color:white;
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active, .btn-primary:focus{
	background: #DB0000;
	border:1px solid #DB0000;
	color:white;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.btn-bordered{
	height: 40px;
	border-radius: 30px;
	background: transparent;
	border:1px solid #fff;
	color:white;
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-bordered:hover, .btn-bordered:active:hover, .btn-bordered:active:focus, .btn-bordered:active, .btn-bordered:focus{
	background: #fff;
	border:1px solid #fff;
	color:#00ccff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.btn-bordered-blue{
	height: 40px;
	border-radius: 30px;
	background: transparent;
	border:1px solid #00ccff;
	color:#00ccff;
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-bordered-blue:hover, .btn-bordered-blue:active:hover, .btn-bordered-blue:active:focus, .btn-bordered-blue:active, .btn-bordered-blue:focus{
	background: #00ccff;
	border:1px solid #00ccff;
	color:#fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.input-group-btn {
    position: relative;
     font-size: inherit; 
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-ghost{
	padding: 0!important;
}
.btn-choose{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	height: 40px;
	background: transparent;
	border:1px solid #00ccff;
	color:#00ccff;
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-choose:hover, .btn-choose:active:hover, .btn-choose:active:focus, .btn-choose:active, .btn-choose:focus{
	background: #00ccff;
	border:1px solid #00ccff;
	color:#fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.map-tabs .active .btn-bordered-blue{
	background: #00ccff;
	border:1px solid #00ccff;
	color:#fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#menu-btn{
	padding: 5px;
	padding-right: 0;
	opacity: .8;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#menu-btn:hover{
	opacity: 1;
}
#menu-btn>img{
	height: 30px;
	width:auto;
	vertical-align: top;
}
.main-slider-item-info {
	color:white;
	text-transform: uppercase;
}
.main-slider-item-info h1{
	font-size: 2.8em;
	line-height: 1.3em;
	margin-bottom: 40px;
}
.main-slider-item-info p{
	font-size: 1.1em;
	margin-bottom:0px;
	line-height: 1.8em;
}
.service-image-wrapper{
	    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
	background: #07a0d3;
	background: -webkit-linear-gradient(45deg, #07a0d3 2%,#2cc5f8 100%);
	background: -o-linear-gradient(45deg, #07a0d3 2%,#2cc5f8 100%);
	background: linear-gradient(45deg, #07a0d3 2%,#2cc5f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a0d3', endColorstr='#2cc5f8',GradientType=1 );
}
.service-image-wrapper>img {
    height: 130px;
    width: auto!important;
    margin: auto;
    margin-bottom: 20px;
}
.service-image-wrapper .btn-bordered{
	width: 70%;
	opacity: 0;
}
.service-image-wrapper *{
	position: relative;
	bottom:-30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.service-item:hover .service-image-wrapper *{
	opacity: 1;
	bottom:30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.service-image-wrapper{
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.service-item:hover .service-image-wrapper{
	-webkit-box-shadow: 0 15px 35px rgba(7, 160, 211,.8);
	        box-shadow: 0 15px 35px rgba(7, 160, 211,.8);
}
.service-item .btn-default{
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.service-item:hover .btn-default{
	opacity: 1;
}
.service-item h2{
	font-size: 1.35em;
	margin-bottom: 25px;
}
.services-wrapper{
	background: #e1f7f7;
	padding-bottom: 100px;
	position: relative;
    z-index: 1;
}
.service-slider .owl-prev img, .service-slider .owl-next img{
	height: 45px;
	width: auto;
}
.service-slider .owl-prev{
	position: absolute;
	left:-30px;
	top:35%;
	outline: none!important;
}
.service-slider .owl-next{
	position: absolute;
	right:-30px;
	top:35%;
	outline: none!important;
}
.service-slider{
	    margin-top: -50px;
}
.service-item {
    padding-top: 50px;
}
.waves-top{
	position: absolute;
	top:-69px;
	left: 0;
	width: 100%;
	height: 70px;
}
.waves-top svg{
	width: 100%!important;
	height: 100%!important;
}
.waves-bottom{
	position: absolute;
	bottom:-69px;
	left: 0;
	width: 100%;
	height: 70px;
	z-index:-1;
}
.stock-info{
    min-height:145px;
    height:100%;
}
.waves-top svg{
	width: 100%!important;
	height: 100%!important;
}
.waves-bottom svg{
	width: 100%!important;
	height: 100%!important;
}
.services-wrapper .waves-top svg{
	fill:#e1f7f7;
}
.about-wrapper .waves-top svg{
	fill:#fff;
}
.about-wrapper .waves-bottom svg{
	fill:#fff;
}
.about-wrapper{
	position: relative;
	    z-index: 1;
}
.header-text{
	color:#00ccff;
	font-size:2.5em;
	display: block;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	text-align: center;
	margin: 30px auto 50px;
}
.about-wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-info p{
	margin-bottom: 25px;
	line-height: 1.6em;
}
.about-slider-item{
	height:450px;
	position: relative;
}
.about-slider-item .image-first{
	position: absolute;
	top: 0;
	left: -100px;
	height: 250px;
	width: 250px;
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
	overflow:hidden;
	border-radius: 300px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	z-index: 1;
}
.about-slider-item .image-second{
	position: absolute;
	bottom: 0;
	right: -100px;
	height: 450px;
	width: 450px;
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
	overflow:hidden;
	border-radius: 300px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}
.active .about-slider-item .image-first{
	left: 20px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1;
}
.active .about-slider-item .image-second{
	right: 0;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);	
	-webkit-transition: .3s;	
	-o-transition: .3s;	
	transition: .3s;
	opacity: 1;
}
.counter{
	font-size: 1.2em;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	width: 120px;
	text-align: center;
}
.about-slider, .about-slider-wrapper{
	position: relative;
}
.about-slider .owl-prev img, .about-slider .owl-next img{
	height: 45px;
	width: auto;
}
.about-slider .owl-nav{
	position: absolute;
	left:30px;
	bottom:0;
	outline: none!important;
}
.owl-nav *{
	outline:none!important;
}
.advantages-wrapper{
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	padding-top: 80px;
	padding-bottom: 150px;
}
.command-wrapper{
	z-index: 2;
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	background: #eee7e0;
	background: -webkit-linear-gradient(left, #eee7e0 0%,#fdf9f6 100%);
	background: -webkit-gradient(linear, left top, right top, from(#eee7e0),to(#fdf9f6));
	background: -o-linear-gradient(left, #eee7e0 0%,#fdf9f6 100%);
	background: linear-gradient(to right, #eee7e0 0%,#fdf9f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee7e0', endColorstr='#fdf9f6',GradientType=1 );
}
.comment-wrapper{
	position: relative;
	padding-top:100px;
	z-index: 1;
	padding-bottom: 50px;
	background: #ceecd5;
	background: -webkit-linear-gradient(left, #ceecd5 1%,#d5f3f8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ceecd5),to(#d5f3f8));
	background: -o-linear-gradient(left, #ceecd5 1%,#d5f3f8 100%);
	background: linear-gradient(to right, #ceecd5 1%,#d5f3f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceecd5', endColorstr='#d5f3f8',GradientType=1 );
}

footer{
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
	background: #2d79ff;
	background: -webkit-linear-gradient(left, #2d79ff 0%,#06bfff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2d79ff),to(#06bfff));
	background: -o-linear-gradient(left, #2d79ff 0%,#06bfff 100%);
	background: linear-gradient(to right, #2d79ff 0%,#06bfff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d79ff', endColorstr='#06bfff',GradientType=1 );
}

.callback-wrapper{
	position: relative;
	background: #2d79ff;
	background-position: center;
	-webkit-background-size:cover;
	        background-size:cover;
	z-index: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.articles-wrapper{
	position: relative;
	background: #76cae6;
	padding-top: 50px;
	z-index: 1;
	padding-bottom: 50px;
	background: -webkit-linear-gradient(left, #76cae6 0%,#8cdffc 100%);
	background: -webkit-gradient(linear, left top, right top, from(#76cae6),to(#8cdffc));
	background: -o-linear-gradient(left, #76cae6 0%,#8cdffc 100%);
	background: linear-gradient(to right, #76cae6 0%,#8cdffc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76cae6', endColorstr='#8cdffc',GradientType=1 );
}
.gallery-wrapper{
	position: relative;
	padding-top: 50px;
	padding-bottom: 130px;
	background:#e3f4ff;
	z-index: 0;
}
.maps-wrapper{
	position: relative;
	padding-top: 50px;
	background:white;
}
.maps-wrapper .waves-top svg{
	fill:#fff;
}
.contacts-wrapper{
	position: relative;
	padding-top: 50px;
	padding-bottom: 130px;
	background: #eff2f7;
	background: -webkit-linear-gradient(left, #eff2f7 0%,#f4ede6 100%);
	background: -webkit-gradient(linear, left top, right top, from(#eff2f7),to(#f4ede6));
	background: -o-linear-gradient(left, #eff2f7 0%,#f4ede6 100%);
	background: linear-gradient(to right, #eff2f7 0%,#f4ede6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f7', endColorstr='#f4ede6',GradientType=1 );
}
.advantages-block .info{
	background:rgba(0,153,204,.1);
	height: 230px;
	width: 230px;
	border-radius: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin:15px auto;
	color:#0099cc;
}
.advantages-block .info h3{
	font-size: 3em;
	line-height: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;

}
.advantages-block .small{
	margin:0 auto 30px;
	font-size: 1.1em;
	width: 100%;
	max-width: 300px;
}
.advantages-block .info h3 b{
	display: block;
	font-size: 2em;
}
.advantages-block .small-info{
	background:rgba(0,153,204,.1);
	height: 200px;
	width: 200px;
	border-radius: 170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin:15px auto;
	color:#0099cc;
	padding: 30px;
}
.advantages-block-wrapper-small .small{
    font-size: 1em;
    height:60px;
}
.advantages-block .small-info img{
	height: 100%;
	width: auto;
}
.command-image{
	width: 450px;
	height: 450px;
	border-radius: 300px;
	background-position: center;
	-webkit-background-size:cover;
	        background-size:cover;
	margin:0 auto;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.active .command-image{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.command-slider{
	position: relative;
}
.command-slider .owl-prev img, .command-slider .owl-next img{
	height: 45px;
	width: auto;
}
.command-slider .owl-nav{
	position: absolute;
	left:calc(50% + 15px);
	bottom:-45px;
	outline: none!important;
}
.command-info h3{
	color:#0099cc;
	font-size: 2em;
	margin-bottom: 20px;
}
.command-info h5{
	font-size: 1.2em;
	color:#0099cc;
	margin-bottom: 30px;
}
.command-info p{
	margin-bottom: 20px;
}

.comment-slider .owl-prev img, .comment-slider .owl-next img{
	height: 45px;
	width: auto;
}
.comment-slider .owl-prev{
	position: absolute;
	left:-30px;
	top:45%;
	outline: none!important;
}
.comment-slider .owl-next{
	position: absolute;
	right:-30px;
	top:45%;
	outline: none!important;
}
.author-image{
	width: 120px;
	height: 120px;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	border:6px solid white;
	border-radius: 100px;
	display: inline-block;
}
.comment-item{
	padding: 15px;
}
.author-info{
	padding-left: 20px;
	display: inline-block;
	color:#0099cc;
	vertical-align: text-bottom;
}
.comment-slider .author-info{
    max-width: calc(100% - 125px);
        vertical-align: top;
}
.comment-header{
	margin-bottom: 15px;
}
.comment-text{
	font-size: .9em;
	line-height: 1.7em;
}
.comment-text{
	margin-bottom: 40px;
}
.comment-item{
	position: relative;
}
.comment-item:before{
	content:'';
	display: block;
	position: absolute;
	right: 0;
	bottom:0;
	width: 65%;
	height: calc(100% - 50px);
	z-index: -1;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.comment-item:hover:before{
	width: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.comment-item{
	margin-bottom: 20px;
}
.comment-btn{
	position: absolute;
	bottom:-20px;
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.callback-wrapper{
	padding-top: 100px;
	padding-bottom: 80px;
}
.callback-wrapper p{
	font-size: 1.5em;
}
.callback-wrapper .header-text{
	margin-bottom: 20px;
}
.callback-wrapper .phone{
	font-size: 1.3em;
}
.btn-big{
	font-size: 1.2em;
	    line-height: 1.4em;
}
.articles-wrapper .header-text{
	color:white;
}
.article-header{
	height: 200px;
	background-position: center;
	-webkit-background-size:cover;
	        background-size:cover;
	border-radius: 20px;
	opacity: .9;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.article-item{
	background:rgba(255,255,255,0.7);
	border-radius: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	margin-bottom: 20px;
}
.article-item:hover{
	background:rgba(255,255,255,1);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.article-item:hover .article-header{
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.article-text{
	padding: 20px;
	font-size: .9em;
	line-height: 1.7em;
}
.article-text h3{
	margin-top: 0;
	color:#0099cc;
	line-height: 1.3em;
	font-size: 1.6em;
}
.article-btn{
	position: absolute;
	bottom:-20px;
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.articles-wrapper .owl-nav{
	text-align: center;
	margin: 30px 0;
}
.articles-slider .owl-prev img, .articles-slider .owl-next img{
	height: 45px;
	width: auto;
}
.articles-slider .counter{
	color:white;
}
.owl-prev, .owl-next{
	opacity: .6;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.owl-prev:hover, .owl-next:hover{
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.gallery-slider-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 300px;
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
	border-radius: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-bottom: 60px;
	margin-top: 30px;
	opacity: .8;
}
.gallery-slider-item:hover{
	-webkit-box-shadow: 0 10px 60px #00ccff;
	        box-shadow: 0 10px 60px #00ccff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 1;
}
.gallery-slider-item .hover-btn{
	width: 180px;
	height: 180px;
	padding: 20px;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.gallery-slider-item:hover .hover-btn{
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.gallery-slider-item .hover-btn img{
	width: 100%;
	height: auto;
}
.gallery-wrapper .owl-nav{
	text-align: center;
	margin: -20px 0 30px;
}
.gallery-slider .owl-prev img, .gallery-slider .owl-next img{
	height: 45px;
	width: auto;
}
.map{
	height: 80vh;
}
.map-tabs{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.map-tabs li{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.map-tabs-wrapper{
	z-index: 1;
	position: relative;
}
.map-tabs-wrapper .waves-bottom svg{
	fill:white;
}
.contacts-wrapper .info-block-with-icon .icon-wrapper{
	width: 70px;
	height: 70px;
	margin:0 auto 30px;
}
.contacts-wrapper .info-block-with-icon .icon-wrapper img{
	height: 100%;
	width: auto;
}
.contacts-wrapper .info-wrapper{
	font-size: 1.4em;
	max-width: 300px;
	margin:0 auto;
}
.contacts-wrapper .info-wrapper p{
	margin-bottom: 0;
}
.socials{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.socials li{
	display: inline-block;
	margin: 0 20px;
}
.socials li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	opacity: .9;
	text-decoration: none!important;
	color:white;
	font-size: 2.5em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.socials li a:hover{
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.socials li a.fa-vk{
	background:#4d76a1;
}
.socials li a.fa-facebook{
	background:#3b5998;
}
.socials li a.fa-instagram{
	background:#c536a4;
}
footer{
	color:white;
}
footer a{
	color:white!important;
}
footer .text-right p{
	margin-top: -8px;
}
footer .text-right p a{
	margin-right: 15px;
	vertical-align: sub;
}
.form-group{
	position: relative;
}
.form-group input{
	background: transparent;
	border-radius: 50px;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	padding-left: 40px;
	border-color:#6e6e6e;
	color:#6e6e6e;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.form-group input:focus{
	border-color:#00ccff;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	background:white;
	-webkit-box-shadow: 0 5px 10px rgba(0,204,255,.6);
	        box-shadow: 0 5px 10px rgba(0,204,255,.6);
}
.form-group textarea{
	background: transparent;
	border-radius: 20px;
	resize:vertical;
	padding: 10px;
	height: 200px;
	font-size: 1em;
	padding-left: 40px;
	border-color:#6e6e6e;
	color:#6e6e6e;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.form-group textarea:focus{
	border-color:#00ccff;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	background:white;
	-webkit-box-shadow: 0 5px 10px rgba(0,204,255,.6);
	        box-shadow: 0 5px 10px rgba(0,204,255,.6);
}
.form-group .fa{
	color:#00ccff;
	position: absolute;
	left:15px;
	top:12px;
	width: 20px;
	text-align: center;
}




.stock-wrapper{
	position: relative;
	padding-top:100px;
	padding-bottom: 100px;
	z-index: 0;
	background: #ffebef;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ffebef),to(#fff4f8));
	background: -o-linear-gradient(left, #ffebef 1%,#fff4f8 100%);
	background: linear-gradient(to right, #ffebef 1%,#fff4f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebef', endColorstr='#fff4f8',GradientType=1 );
}
.stock-item{
	background-color: #fff;
	padding: 45px;
}
.stock-slider .owl-item{
	padding: 0 10px;
}
.stock-slider .stock-item{
	border-radius: 10px;
	transition: .4s;

}
.comment-header-block{
    padding:0 20px;
}
.comment-header-block form{
    position: absolute;
}
.stock-slider .owl-stage-outer{
    margin: 0 -10px;
    padding: 0 10px;
}
.stock-slider .owl-stage {
    padding-bottom: 40px;
    padding-top: 0px;
}
.stock-slider .stock-item:hover{
	box-shadow: 0 15px 23px #ffafb2;
}
.stock-header{
	display: flex;
	flex-direction: column;
}
.stock-img{
	width: 250px;
    height: 250px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin: 0 auto;
}
.stock-price{
	font-size: 48px;
	color: #ff3333;
}
.stock-info,.stock-price{
	text-align: center;
}
.stock-wrapper .owl-nav {
    text-align: center;
    margin: 30px 0;
}
.stock-wrapper .header-text{
	color: #ff3333;
}
.image-shop{
	margin:  0 auto;
	border-radius: 20px;
    overflow: hidden;
}
.modal-body .image-shop img{
	margin-top: 0;
}
.name-shop{
	font-size: 48px;
	color: #00ccff;
	margin-bottom: 30px;
}
.address-shop{
	margin-bottom: 20px;
}
#service-shop .row{
	margin-bottom: 120px;
}
#service-shop{
	overflow-x: hidden;
    overflow-y: auto;
}
#service-shop .modal-title{
	font-size: 60px;
	margin-bottom: 0;
}
#service-shop .modal-header{
	margin-bottom: 100px;
	margin-top: 50px;
}
.form-group select {

    display: none;
    border-radius: 30px;
    width: 100%;
}
.modal-shop-btn{
	margin-top: 50px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 4;
  margin: 0;
  border-radius: 30px;
  list-style: none;
  background-color: #fff;
  height: auto;
  padding-left: 0;
  overflow: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 25px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 25px; }
  .select-options li {
    margin: 0;
    padding: 10px 40px;
    text-align: left;
    cursor: pointer; }
    .select-options li:hover {
      background-color: rgba(0, 204, 255, .1); }
.select-styled {
    position: relative;
    cursor: pointer;
    background: transparent;
    border-radius: 50px;
    height: auto;
    font-size: 1em;
    padding: 10px;
    padding-left: 40px;
    border-color: #6e6e6e;
    color: #6e6e6e;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border: 1px solid #6e6e6e;
    text-align: left;
    line-height: 1em;
}
.select-options{
    max-height:400px;
}
.form-group .select-styled.active {
    border-color: #00ccff;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    background: white;
    -webkit-box-shadow: 0 5px 10px rgb(0, 204, 255, .6);
    box-shadow: 0 5px 10px rgb(0,204, 255, .6);
}
.modal-body .phones-shop p{
	margin-bottom: 5px;
	line-height: 1em;
}
.address-shop,.phones-shop{
	font-size: 24px;
	display: flex;
	flex-direction: column;
}
.address-shop span,.phones-shop span{
	font-size: 18px;
}
.modal-shop-btn .btn{
	background: transparent;
	color:  #00ccff;
}
.modal-shop-btn .btn:hover{
	background: #00ccff;
	color:  #fff;
}
.comment-header-block{
	display: flex;
	margin-top: 30px;
}
.comment-header-block .header-text{
	margin-top: 0;
}
.comment-header-block form{
	max-width: 300px;
	width: 100%;
}

.modal-body .address-shop p{
	line-height: 1em;
}
.modal-body .phones-shop p{
	line-height: 1.4em;
}
.address-shop span,.phones-shop span{
    margin-bottom: 10px;
}



.modal-dialog {
    width: 100%;
    max-width: 600px;
}
.full-sized{
	padding-right: 0!important;
}
.full-sized .modal-dialog, .full-sized .modal-content{
	min-width: 100%;
	max-width: 100%;
	min-height: 100vh;
}
.full-sized:before{
	display: none!important;
}
.full-sized .modal-dialog{
	margin:0!important;
}
.full-sized .modal-content{
	border-radius: 0!important;
}
.full-sized .modal-title {
    margin-bottom: 35px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s ;
    transition: -webkit-transform 0.2s ;
    -o-transition: -o-transform 0.2s ;
    -o-transition: transform 0.2s ;
    transition: transform 0.2s ;
    transition: transform 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s , -webkit-transform 0.2s;
}
.modal{
    text-align: center;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal .modal-dialog{
    vertical-align: middle;
    display: inline-block;
}
.modal .separator {
    margin-bottom: 10px;
}

.modal-content{
	border-radius: 0;
	border:0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.modal-header .close {
     margin-top: 0; 
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1;
    outline:none!important;
    opacity: .7;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.modal-header .close:hover{
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.modal-header .close img{
	height: 20px;
	width: 20px;
}
.modal-header{ 
	border:0;
	padding-bottom: 0;
}
.modal-title {
    line-height: 1em;
    font-size: 2.5em;
    color:#00ccff;
    margin-bottom: 15px;
}
.modal-content {
    border-radius: 20px;
    padding: 20px;
}
.modal-body .command-image{
	width: 100%;
	height:400px;
	border-radius: 0;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.modal-body .author-info{
	    vertical-align: top;
}
.modal-body .comment-header{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    margin: 0 auto 30px;
}
.modal-body img{
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 20px auto;
}
.modal-body p{
    line-height: 1.8em;
    margin-bottom: 20px;
}
.modal-body .gallery-slider-item {
    margin-bottom: 0px;
}
#services .modal-body h3{
	margin-bottom: 30px;
	margin-top: 30px;
	color:#00ccff;
	font-weight: bolder;
}
#menu .modal-body{
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100vh - 80px);
}
.menu-list{
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
.menu-list a{
	text-decoration: none!important;
	font-size: 1.6em;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	color:#00ccff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.menu-list a:hover{
	color:#0099cc;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.owl-prev.disabled, .owl-next.disabled{
	opacity: 0!important;
	pointer-events: none;
}