/*
	Author : Coolmac;
	E-mail : vip.coolmaster@gmail.com;
	URL    : http://coolmac.name;
*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html, a, .reset, .reset *  {
    border: none;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
}
@font-face {
    font-family: 'Conv_5102337';
    src: url('/fonts/5102337.eot');
    src: local('?'), url('/fonts/5102337.woff') format('woff'), url('/fonts/5102337.ttf') format('truetype'), url('/fonts/5102337.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranklinGothic-Book';
    src: url('../fonts/FranklinGothic-Book.eot');
    src: url('../fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FranklinGothic-Book.woff2') format('woff2'),
    url('../fonts/FranklinGothic-Book.woff') format('woff'),
    url('../fonts/FranklinGothic-Book.ttf') format('truetype'),
    url('../fonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
.list, .list li { list-style: none; }
body { background: url(../images/bodybg1.jpg) #f3f3f3; color: #000; font: 400 12px/18px 'Conv_5102337', sans-serif; background-attachment: fixed; background-repeat: no-repeat; background-size: 100% 100%;}
a img, img { border: none; }
a { color: #354245; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: none; }

.clear-fix:after, .owl-slider .item:after {
    clear: both;
    display: block;
    content: '.';
    visibility: hidden;
    font-size: 0px;
    height: 0px;
}
.blue {
    color: #3a61cc;
}
.red {
    color: #e4392e;
}

/*FLOAT*/
.right {float: right;}
.left {float: left;}

/*TEXT-ALIGN*/
.tr {text-align: right;}
.tl {text-align: left;}


@-moz-document url-prefix() { input[type="submit"] { padding-bottom: 2px !important; }}
@-moz-document url-prefix() { input[type="button"] { padding-bottom: 2px !important; }}

.site-btn, .contacts a.site-btn {
    display: inline-block;
    border: 1px solid #5a9ed4;
    height: 39px;
    padding: 0 50px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.34);
    line-height: 36px;
    text-align: center;
    position: relative;

    background: #168de2; /* Old browsers */

        -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.site-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #2f7ccd; /* Old browsers */
}

/*######## HEADER ########*/

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    background: linear-gradient(to bottom, #168de2 0%,#3b6ebf 100%);
    color: #FFF;
    margin: 0 auto !important;
    font-size: 14px;
    padding: 0 10px;
    border: 0;
}

.navbar-brand {
	background-image: url(../images/images/logo34.png);
	background-repeat: no-repeat;
    margin: 7px 15px;
    width: 186px;
    height: 40px;
    padding: 0;
}

.navbar-nav {
    margin: 11px 0;
}

.navbar-nav>li {
    float: left;
    margin: 0 2px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000000;
    background-color: #FFFFFF;
    padding: 7px 12px;
    border-radius: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    padding: 5px 8px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
}

li.dropdown:hover>a {
    background-color: #FFF;
    color: #000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav>li>a.active {
    color: #000;
    background-color: rgb(255, 255, 255);
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border: 0;
    padding-top: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: #FFFFFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

li.dropdown:hover .dropdown-menu {
    display: block;
}

.caret {
	margin-left: 5px;
}



li.menu {display: none;}


/*######## SLIDER ########*/


.slaider {
    padding: 20px;
    background: #FFFFFF;
    width: 100%;
    bottom: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    position: absolute;
}

.slaider .slaider-text {
    /* position: relative; */
    float: left;

}

.slaider-text p {
	margin: 0px 0;
	float: left;
	width: 100%;
	text-align: justify;
	font-size: 14px;
}

.slaider .slaider-txt-header {
    font-size: 24px;
    color: #BD1B1F;
    float: left;
    font-weight: bold;
    line-height: 36px;
    font-family: 'Ubuntu', sans-serif;
}

.slaider .site-btn {
    border-radius: 20px;
    width: 210px;
    float: right;
    margin-top:10px;
    font-size: 18px;
    font-family: 'a_FuturicaLt Thin', arial;
}

.slaider .site-btn:before {
	width: 0;
}

/*######## CONTENT ########*/

.content {
	margin: 0 auto;
    background-color: #f3f3f3;
}

.mainpage-preview {
    	height: 506px;
        margin-top: 54px;
}
.inside-preview {
    height: 0;
}
.preview-text{
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'FranklinGothic-Book';
    padding: 24px 0 0 0;
}
.preview-text h1 {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Book';
    margin-bottom: 21px;
}


.maincontact {
	padding: 35px 20px;
    color: #424242;
    background: url('../images/mcbg.jpg');
    background-position: 0px -300px;
    background-size: cover;
    min-height: 110px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contactblock {
	 padding: 0;
    text-align: left;
}

.backform {
    float: right;
    text-align: right;
}

p.mainphone {
    float: left;
    font-family: 'a_FuturicaLt SemiBold', arial;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
    margin: 0 10px;
}

p.mainmail {
    float: left;
    font-size: 30px;
    font-family: 'a_FuturicaLt SemiBold', arial;
    display: none;
}

.btn-upper {
    text-transform: uppercase;
    background: linear-gradient(to bottom, #E21616 0%,#BD1B1F 100%);
    border: 0;
    float: right;
    font-family: 'a_FuturicaLt SemiBold', arial;
    margin: 0px 5px;
    letter-spacing: 0.5px;
}

	#button-30491 {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
	background: #168de2;
    background: linear-gradient(to bottom, #168de2 0%,#3b6ebf 100%);
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    font-family: 'a_FuturicaLt SemiBold', arial;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
}

#button-30493 {
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
    background: #E21616;
    background: linear-gradient(to bottom, #E21616 0%,#BD1B1F 100%);
	padding: 10px 30px 10px 30px;
	color: #ffffff;
    font-family: 'a_FuturicaLt SemiBold', arial;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.contacts {
    float: right;
    color: #fff;
    padding: 35px 0 0;
}
.contacts .phone {
    font-size: 30px;
    line-height: 36px;
    display: block;
}
.contacts a {
    font-size: 14px;
    color: #fff;
    line-height: 11px;
    display: block;
    text-align: right;
}
.contacts a {
    text-decoration: underline;
}
.contacts a:hover {
    text-decoration: none;
}
.contacts a.site-btn {
    display: block;
    margin: 18px 0 0;
    text-decoration: none;
}

/*######## OWL SLAIDER ########*/

.owl-slider {
    margin-top: 31px;
    height: 311px;
}
.owl-slider .owl-wrapper-outer, .owl-slider .item-text, .owl-slider .item-image {
    height: 311px;
}

.owl-slider .item {
      background: rgba(255, 255, 255, 0.92);
}
.owl-slider .item .item-text {
    float: left;
    width:820px;
    padding: 10px 20px 70px;
    position: relative;
    color: #1d1c1c;
    font-size: 14px;
    line-height: 19px;
}
.owl-slider .item .item-text .site-btn {
    display: block;
    width: 247px;
    position: absolute;
    bottom: 28px;
    left: calc(50% - 123px);
}
.owl-slider .item .item-txt-header {
    color: #C21C22;
    font-size: 24px;
    line-height: 24px;
    margin: 5px -70px 10px 0;
    text-align: center;
}
.owl-slider .item .item-image {
    float: right;
    position: relative;
}
.owl-slider .item .item-image img {
    position: absolute;
    right: 0px;
    top: 0px;
}
.owl-slider .owl-pagination {
    padding-top: 36px;
    position: relative;
    text-align: center;
}
.owl-slider .owl-pagination .owl-page {
    display: inline-block;
    margin: 0 12px;
}
.owl-slider .owl-buttons{
    position: relative;
}
.owl-slider .owl-buttons .owl-prev, .owl-slider .owl-buttons .owl-next {
    position: absolute;
    top: -246px;
    font-size: 0px;
}
.owl-slider .owl-buttons .owl-prev {
    left: -71px;
}
.owl-slider .owl-buttons .owl-next {
    right: -71px;
}

.pr-item {
    padding: 0 8px;
}
.pr-item-wrap {
    background: #fff;
    color: #414141;
    padding: 10px;
    margin: 0 10px;
    border-radius: 5px;
}
.pr-image {
    height: 141px;
    width: 100%;
    line-height: 141px;
    display: table;
}
.pr-image img {
    display: inline-block;
    max-width: 100%;
}
.pr-image .pr-vertical {
    text-align: center;
    font-size: medium;
    line-height: normal;
    vertical-align: middle;
        height: 168px;
    overflow: hidden;
}
.pr-title {
    font-family: 'a_FuturicaLt Thin', arial;
    color: #414141;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
        margin: 10px 0;
        height: 44px
}
.pr-title span {
    display: block;
    white-space: nowrap;
}

.pr-desc {
    margin-top: 20px;
    color: #414141;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 33px;
    margin-bottom: 5px;
    overflow: hidden;
}
.pr-link a, .catalog-link {
    display: block;
    color: #fff;
    background: #168de2;
    text-align: center;
    height: 39px;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 35px;
}
.pr-link a:hover, .catalog-link:hover {
    background: #2f7ccd;
    text-decoration: none;
    color: #fff;
}
.catalog-link {
	 width: 350px;
    max-width: 100%;
    height: 55px;
    line-height: 54px;
    font-family: 'a_FuturicaLt Thin', arial;
    font-size: 24px;
    margin: 0 auto;
    text-transform: none;
}

.products h2, .works h2, .reason h2, .plan h2,
.partners h2, .online h2 {
	text-align: center;
    text-transform: initial;
    font-size: 30px;
    color: #6D6D6D;
    text-shadow: 0px 2px 2px #FFF;
    margin-bottom: 26px;
    font-family: 'a_FuturicaLt SemiBold', arial;
}
.products-slider .owl-pagination{
    position: relative;
    text-align: center;
    padding: 12px 0 14px;
}
.products-slider .owl-pagination .owl-page {
    margin: 0 3px;
    display: inline-block;
      border: none;
}
.products-slider .owl-buttons {
    position: relative;
}
.products-slider .owl-buttons .owl-prev,
.products-slider .owl-buttons .owl-next{
    position: absolute;
    top: -32px;
    font-size: 0px;
}
.products-slider .owl-buttons .owl-prev {
    left: 0px;
}
.products-slider .owl-buttons .owl-next {
    right: 0px;
}

.works {
    background: url("../images/works.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    color: #414141;
    background-attachment: fixed;
    display: none;
}
.works .block {
    height: 220px;
}
.works h2 {
    margin-bottom: 32px;
    color: #FFF;
    text-shadow: none;
}
.works a:hover, .works a:focus {
	text-decoration: none;
}
.works .works-icon {
    text-align: center;
    color: #354245;
    line-height: 14px;
    display: block;
    font-size: 14px;
    background-color: #FFF;
    height: 70%;
    font-family: Tahoma;
    padding: 10px;
    border-radius: 23px;
    transition: all 0.5s ease-in-out;
    transform: translate(8px,0);
}
.works .works-icon span {
    display: block;
    width: 99px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 12px;
    margin: 0 auto 10px;
}
.works .works-icon i {
    display: inline-block;
}
.works .works-icon:hover, .works-icon:focus{
	    text-decoration: none;
    box-shadow: 0px 0px 20px #FFF;
    color: #2F7CCD;
}

.products {
	background: #eef3fa;
	padding-bottom: 30px;
}

.reason {
    background: #fff;
    color: #414141;
    font-size: 12px;
    text-align: center;
    padding-bottom: 32px;
}
.reason .sp2 {
    margin: 0 auto;
}
.reason h2 {
    margin-top: 32px;
    margin-bottom: 32px;
    color: #6D6D6D;
    font-size: 30px;
    font-family: 'a_FuturicaLt SemiBold', arial;
}
.reason-text {
    padding: 20px 0;
    height: 110px;
    width: 211px;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    font-family: 'a_FuturicaLt Thin', arial;
    font-size: 20px;
    text-shadow: 0 0 0;
    color: #484848;
}

.plan {
    background: #eef3fa;
    font-size: 12px;
    color: #606163;
    text-transform: uppercase;
    height: 330px;
}
.plan h2 {
    margin: 25px 0 74px;
}
.how h2 {
    margin: 25px 0 30px;
    font-family: 'a_FuturicaLt SemiBold', arial;
    color: #424242;
    text-shadow: 1px 1px #FFF;
    font-size: 30px;
 }
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.col-xs-5ths {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {

    .col-sm-5ths {
        width: 50%;
        float: left;
    }
    .slaider-text .site-btn {
    	float: right;
	}
	.navbar-right .dropdown-menu {
   	 	right: auto;
   	 	left: 0;
    }

}


@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .row {
    margin-right: -10px;
    margin-left: -10px;
}

}

@media (max-width: 1090px) {
	.navbar-brand {
		margin: 5px 15px;
    }

    .navbar-nav {
    margin: 8px 0;
}
.mainpage-preview {
    margin-top: 51px;
}
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
        }

        li.home { display: block;}
}
.plan {
    text-align: center;
}
.plan i {
    color: #f02e25;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    margin: 0 auto 15px;
}
.plan div {
    position: relative;
}
.plan-arr-top:after, .plan-arr-bot:after {
    content: '.';
    display: block;
    position: absolute;
    font-size: 0px;
    z-index: 99;
}
.plan-arr-top:after {
    left: 125px;
    top: -60px;
}
.plan-arr-bot:after {
    left: 80px;
    bottom: -65px;
}

.partners {
    background: #ffffff;
}
.partners .col {
  margin: 20px 0 20px;
  text-align: center;
}
.partners h2 {
    margin: 32px 0 0;
}
.main-partners {
    overflow: hidden;
    padding-bottom: 20px;
}

.table-like {
    width: 100%;
    height: 100px;
}
.valign-like {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100%;
}

.valign-like img {
    max-width: 100%;
}

.map img {
width: 100%;
}
.map h2 {
    text-align: center;
    color: #646466;
    font-size: 24px;
    text-transform: uppercase;
    margin: 29px 0 36px;
}
.map {
    background: #eef3fa;
    padding: 0 0 60px;
    text-align: center;
}


.online {
    background: #fff;
    padding: 30px 0;
}
.online h2 {
    margin: 27px 0;
}
.online .line-box {
    background: #168de2;
    position: relative;
    height: 58px;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    padding-left: 68px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.56);
}
.online .blue-box {
    background: #FC0D1F;
}

.blue-box span{
    background: #BD1B1F;
}

.online .line-box span {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 57px;
    background: #2f7ccd;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 8px 0 0 0;
}
.online .line-box span i {
    display: inline-block;
}

.online .line-box.box1 {
    font-size: 1.4em;
    padding: 10px 0 0 68px;
}
.online .line-box.box2 {
    font-size: 1.4em;
    padding: 18px 0 0 81px;
}
.online .line-box.box3 {
    font-size: 1.1em;
    padding: 11px 0 0 69px;
}



.footer {
    min-height: 105px;
    color: #fff;
    background: #1c1c1c;
    margin: 0 auto;
}
.sp3-logo-footer {
    position: relative;
    margin-top: 10px;
     background: url("../images/images/blogo2.png") no-repeat 0 0;
}
.footer .col-lg-3 {
    width: 25%;
}

.footer-nav{
    float: right;
    margin-bottom: 15px;
}
.footer-nav li {
    float: left;
    padding-top: 20px;
    padding-right: 35px;
}
.footer a {
    color: #fff;
}
.footer-nav li a {
    text-decoration: none;
}
.footer-nav li a:hover {
    text-decoration: underline;
}
.footer a {
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.footer .col-lg-offset-1 {
    margin-left: 3px;
    padding: 6px 0 0 27px;
}
.footer .col-lg-3 {
    padding: 0;
}

.socials {
    padding-right: 0px;
}
.socials a {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumbs {
padding: 15px 0;
background: #FFF;
margin-bottom: 15px;
line-height: 27px
}
.breadcrumbs a {
    float: left;
    display: block;
    position: relative;
    line-height: 26px;
    padding: 0 25px 0 15px;
    color: #474747;
}
.breadcrumbs a:hover, .breadcrumbs a.active {
    text-decoration: none;
    color: #2a8fbd;
}
.breadcrumbs a::before, .breadcrumbs a::after { position: absolute; content: ""; height: 15px; width: 1px; right: 0; }
@media (min-width: 480px) { .breadcrumbs a::before, .breadcrumbs a::after { /* height: 27px; */ } }
.breadcrumbs a::before { top: 0px; -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg); }
.breadcrumbs a::after { bottom: -2px;}


.speedbar {
	float: left;
}

.pagetitle {
	  font-family: Tahoma;
  float: right;
  margin-right: 15px;
  font-size: 20px;
  color: #545454;
}

#dle-speedbar {  padding-left: 20px;}

.lnav {
    border-top: 2px solid #bd1b1f;
    width: 280px;
    background: #fff;
    position: relative;
}
.lnav:after {
    content: '.';
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAABpBAMAAABfZnu+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCNDBGRjJDNzhGMUFFNTExOTFBMkFFRkIxNkU4RTE2RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRUY2NDUxNTJDMEUxMUU1ODU0NkFGNEE5RDMxNkIwRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRUY2NDUxNDJDMEUxMUU1ODU0NkFGNEE5RDMxNkIwRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0QTEzQzcxNjcyNUU1MTE4RjE0ODhCMDI2OUEyNUIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI0MEZGMkM3OEYxQUU1MTE5MUEyQUVGQjE2RThFMTZGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Jrq63gAAACpQTFRF////////////////////////////////////////////////////////avtNLQAAAA10Uk5TAAsMDg9FS6mqr8Xk9+/il1cAAAG3SURBVGjevc87ToJhFIThQwyFu6G2YiMkbsKKULgVoXUlNraSuBcI4O9/+S7nMnOmn7x55Ddt37JLa73Kc1bqR2T1mdT6EJGXnNR5e2095cBOIlmwGysJdmelwB6sFNgfKwE2sBJg/yw6bMSiw8YsMmzCIsOmLCpsxqLC5iwibMEiwpYsGqzAosFKLBKsyCLByiwKrMKiwGosAqzKIsDqLDiswYLDWiwwrMkCw9osKKzDgsJ6LCCsywLC+iwYTMGCwTQsEEzFAsF0LAhMyYLAtCwA7LxRt8Kwo0gWzMAKwyysIMzECsJsrBDMyArBrKwAzMwKwOwsN8zBcsM8LCfMxXLCfCwXzMlywbwsB8zNcsD8LDMswDLDIiwjLMQywmIsEyzIMsGiLAMszDLA4iw1DMBSwxAsJQzCUsIwLBUMxFLBUCwFDMZSwHCsLgzI6sKQrA4MyurAsKwmDMxqwtCsBgzOasDwrCqMwKrCGKwKjMKqwDisIozEKsJYrAKMxirAeKwFjMhawJisGYzKmsG4rAmMzJrA2KwRjM4awfisAZbAGmAZrAcshSWyOlxb75Kz9f7rzfO7AF44ph6nnEzBAAAAAElFTkSuQmCC") no-repeat 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    height: 105px;
    position: absolute;
    left: 0px;
    bottom: -105px;
    font-size: 0px;
}
.lnav .works-icon {
    display: block;
    text-align: center;
    height: 120px;
    padding: 25px 0 0 0;
}
.lnav .works-icon i {
    display: inline-block;
}
.lnav span {
    display: block;
}
.lnav .works-icon:hover {
    background: #2e72b5;
    color: #fff;
    text-decoration: none;
}

.white {
    background: #fff;
    padding: 25px 25px 25px;
}
.text-box {
  display: inline-block;
  font-size: 14px;
    width:100%;
}
.white-border{
    border: 8px solid #edecec;
    margin-bottom: 20px;
}

.text-center {
  text-align: center;
  clear: both;
}

.text-box img {
max-width: 100%;
  float: left;
  margin: 0 10px 10px 0px;
  clear: both;
}
.text-box p {
    margin: 10px 0;
}
.text-box h1, .text-box h2, .text-box h3 {
    text-transform: uppercase;
    font-weight: bold;
}
.text-box h1 {
    font-size: 22px;
}
.text-box h2 {
    font-size: 14px;
}
.text-box h3 {
    font-size: 12px;
}
.text-box .text-header h1, .text-box .text-header h2, .text-box .text-header h3 {
    position: relative;
    font-size: 16px;
    color: #414141;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    text-transform: none;
}

.partners h2, .reviews h2 {
    text-align: center;
}
.reviews h2 {
    font-size: 18px;
}

.reviews-slider {
    padding: 0 30px 30px;
}
.reviews-slider .item {
    background: #fff;
    border: 8px solid #edecec;
    padding: 15px;
}
.rev-image {
    float: left;
    margin-right: 20px;
}
.rev-image img {
    border-radius: 50%;
}
.rev-info {
}
.rev-name{
    font-weight: bold;
    font-size: 18px;
    color: #323232;
    text-shadow: 0 1px 0 #a6a6a6;
    margin-bottom: 30px;
}
.reviews-slider .owl-buttons {
    position: relative;
}
.reviews-slider .owl-buttons .owl-prev,
.reviews-slider .owl-buttons .owl-next{
    position: absolute;
    top: -135px;
    font-size: 0px;
}
.reviews-slider .owl-buttons .owl-prev {
    left: -30px;
}
.reviews-slider .owl-buttons .owl-next {
    right: -30px;
}

.gallery-nav {
    text-align: center;
    margin-bottom: 25px;
}
.gallery-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    padding: 0 22px;
    height: 41px;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gallery-nav li a {
    display: block;
}
.gallery-nav li:hover, .gallery-nav li.active {
    color: #fff;
    border-radius: 10px;
    background: #168de2;
}
.gallery-box .col-lg-3,
.gallery-box .col-md-3,
.gallery-box .col-sm-4,
.gallery-box .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery-box img {
    width: 100%;
    height: 190px;
}
.gallery-box {
    padding-bottom: 25px;
    display: none;
}
.gallery-box.active {
    display: block;
}
.fmodal {
    width: 837px;
    max-width: 100%;
        overflow: hidden;
    text-align:center;
}
.fmodal img {
    max-width: 100%;
    border: none;
}

.fmodal-text {
    background: #fff;
    color: #484848;
    font-size: 12px;
    line-height: 18px;
}
.fmodal-title {
    font-size: 18px;
}
.fmodal-specials {
    font-size: 14px;
}
.fmodal-specials, .fmodal-title {
    margin: 15px 0;
}
.fmodal-specials {
    margin-top: 0px;
}

.video-isset:after, .view-isset:after {
    content: '.';
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 0px;
}
.view-isset:hover:after, .video-isset:hover:after {
    background: rgba(0,0,0,0.4);
}

.inline-modal {
	  max-height: 190px;
  overflow: hidden;
  height: 199px;
}

.inline-modal img {
    border: 1px solid #dfdfdf;
}
.video-isset:before, .view-isset:before {
    content: '.';
    display: block;
    position: absolute;
    font-size: 0px;
    z-index:10;
}
.video-isset:before {
    top: calc(50% - 20px);
    left: calc(50% - 27px);
}
.view-isset:before {
    top: calc(50% - 18px);
    left: calc(50% - 28px);
}

.video-in-ungle:after {
    content: '.';
    display: block;
    position: absolute;
    right: 6px;
    bottom: 1px;
    font-size: 0px;
}

#feedback-modal, #feedback-modal2 {
    border-radius: 20px;
    border: 2px solid #006289;
    background: #fff;
    width: 420px;
    height: 345px;
    padding: 30px 55px;
}

#feedback-modal2 {
	height: inherit;
}

.fd-form .fancybox-inner {
    overflow: hidden !important;
}
.fd-form .fancybox-inner, .fd-form .fancybox-outer, .fd-form .fancybox-skin {
    border-radius: 20px;
}
.fd-line{
    margin-bottom: 15px;
}
.fd-title {
    color: #1f1f1f;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.fd-form textarea {
    width: 100%;
    height: 142px;
    resize: none;
    border: 1px solid #bfbfbf;
    padding: 10px 13px;
}
.fd-form input {
    width: 147px;
    height: 32px;
    border: 1px solid #bfbfbf;
    vertical-align: top;
    text-align: center;
}
.fd-form input:first-child {
    margin-right: 8px;
}
.fd-form input[type="submit"] {
    height: 49px;
    background: #f02e25;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 18px;
}

.relative {
    position: relative;
}
.sliding-panel {
    z-index: 99;
}
@media (max-width: 530px) {
	.col-xs-6 {
    width: 100%;
	}

	.row {
    margin-right: -5px;
    margin-left: -5px;
}

	.gallery-box img {
    width: 100%;
    max-height: 220px;
    height: auto;
	}

	.inline-modal {
    overflow: hidden;
    float: none;
    height: auto;
    width: 100%;
}

    .col-xs-4 {
        width: 50%;
    }
    #dle-speedbar {
  white-space: nowrap;
}
.owl-pagination, div.owl-controls {
	display: none;
}
.catalog-link {
	display: none;
}

.footer-nav {
	display: none;
}

}

@media (max-width: 400px) {
    .col-xs-4 {
        width: 100%;
    }
    .rev-image {
        float: none;
    }
    .rev-name {
        margin: 10px 0;
    }

     .navbar-default {
	 	padding: 0 5px;
    }

    .shortblock {padding: 0;}

    #dle-speedbar {
    	padding-left: 0;
	}

	.breadcrumbs a {
    	padding: 0 15px 0 15px;
	}
	p.mainphone {
	font-size: 25px;
	}
	div.maincontact {
	    padding: 10px 0px;
	    background-position: 0;
	    min-height: 165px;
	}

}

@media (max-width: 768px) {
	.preview-text{
		display: none;
	}

	    div.imgproduct {
	    max-height: none;
    }

	.slaider-text .site-btn {
    border-radius: 20px;
    width: 150px;
    margin: 10px auto 0;
    float: none;
    padding: 0 25px;
    display: block;
	}

	.slaider-text p {
    max-height: 57px;
    overflow: hidden;
    float: none;
	}

	.slaider .slaider-txt-header {
    font-size: 24px;
    float: none;
	}

	.slaider .slaider-txt-header {
    width: 100%;
	}

	li.home {display: block;}

	.navbar-brand {
    margin: 4px 0;
	}

	.row {
    margin-right: -5px;
    margin-left: -5px;
	}

    .pr-title {
        font-size: 16px;
    }

    .contacts {
        float: none;
        padding-bottom: 15px;
          text-align: center;
    }

    .contacts a {
	    text-align: center;
    }

    .plan {
        font-size: 11px;
        line-height: 14px;
    }

    .plan-arr-bot:after, .plan-arr-top:after {
        display: none;
    }

    .plan {
        height: auto;
    }

    .map h2, .products h2, .works h2, .reason h2, .plan h2,
    .partners h2, .online h2, .how h2 {
        font-size: 18px;
    }

    .lnav {
        background: #fff;
        width: auto;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .lnav .works-icon {
        height: 170px;
    }

    .inline-modal {
    float: none;
}

}

@media (max-width: 900px) {
	ul.nav {
    	margin: 0;
        margin-bottom: 0;
	}

	.navbar-nav>li {
    	display: block;
    	float: left;
    	width: 100%;
		text-align: left;
    	font-size: 16px;
    	border-bottom: 1px solid #D2D2D2;
    	padding: 0;
    	margin: 0;
	}

	.navbar-default .navbar-nav>li>a {
    	color: #FFF;
		padding: 12px 38px;
	}

	.navbar-default .navbar-nav>li>a:hover {
    	color: #000;
		background-color: rgb(255, 255, 255);
		border-radius: 0;
	}

	.navbar-default .navbar-nav>.open>a {
		border-radius: 0;
	}

	.navbar-default .navbar-nav>li>a>i {
    	display: none;
	}

	.navbar-collapse {
		padding: 0;
		margin: 0 -30px;
	}

	.caret {
    	display: none;
	}

	li.dropdown:hover .dropdown-menu {
    	display: none;
	}

	.dropdown-menu {
    	display: none;
	}

	.open>.dropdown-menu {
		display: none;
	}

	li.dropdown {
		display: none;
	}

	.navbar-fixed-top .navbar-collapse {
    max-height: inherit;
	}

	.menu ul {
      margin: 0;
      list-style: none;
      padding-left: 0;
      display: none;
    }

    .menu .title {
      font-size: 16px;
      cursor: pointer;
    }

    .menu .title::after {
      content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 2px;
    }

    .menu.open .title::after  {
      color:#000;
    }

    .menu.open ul.multilevel {
      display: block;
    }

    ul.multilevel {
		background: #0C4269;
		color: #FFF;
    }

    ul.multilevel li {
   	 	display: block;
   	 	width: 100%;
   	 	text-align: left;
   	 	font-size: 14px;
   	 	padding: 0;
   	 	margin: 0;
	}

	ul.multilevel li:hover {
		color: #000;
		background-color: rgb(255, 255, 255);
	}

	ul.multilevel li:last-child {
		border-bottom: 0;
	}

	ul.multilevel li:first-child {
		border-top: 1px solid #eee;
	}

	ul.multilevel li a {
    	color: #FFF;
		padding: 7px 50px;
		display: inline-block;
		width: 100%;
		text-decoration: none;
	}

	ul.multilevel li:hover a{
		color: #000;
	}

	ul.multilevel li>a>i {
		margin-right: 5px;
	}
}

@media (max-width: 992px) {
	.row {
    margin-right: -5px;
    margin-left: -5px;
}
	.sidebar-box {
		display: none;
	}

	.pagetitle {
		display: none;
	}

	li.nomobile {display: none;}

	.navitop {
  margin: 15px auto;
  text-align: center;
  float: none;
}

.navitop>ul>li {
  float: none;
  display: inline-block;
}

		.sp3-toplogo {
		margin: 0 auto;
	}

    .plan-arr-top:after {
        left: 35px;
        top: -60px;
    }
    .plan-arr-bot:after {
        left: 40px;
        bottom: -54px;
    }
    .plan div:nth-child(3):after {
        bottom: -95px;
    }

    .footer {
        text-align: center;
    }
    .footer i {
        display: inline-block;
    }
    .online .line-box.box1 {
        font-size: 22px;
        padding: 10px 0 0 68px;
    }
    .online .line-box.box2 {
        font-size: 100%;
        padding: 19px 0 0 81px;
    }
    .online .line-box.box3 {
        font-size: 100%;
        padding: 11px 0 0 69px;
    }
    .online .col-lg-3 {
        margin-bottom: 10px;
    }

   div.blockrn {
	display: none;
	}

	.maincontact {
	    background-position: 0;
		padding: 20px 20px;
		min-height: 125px;
	}


	p.mainphone {
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}

.backform {
    text-align: center;
}

}

@media (max-width: 1440px) {

}

@media (min-width: 1440px) {
    .video-isset:after, .view-isset:after {
	    width: calc(97.6% - 22px);
    }
    .view-isset:before {
       left: calc(51% - 28px);
}
.video-in-ungle:after {
    right: 47px;
}
.video-in-ungle:before {
    left: calc(45% - 28px);
}
}

@media (max-width: 1200px) {

.nav-tabs.nav-stacked.nav-coupon-category li a {
		padding: 0px 0px 0px 0px;
	}

    .nav {
        text-align: center;
        float: none;
        margin-left: 0px;
        margin-bottom: 9px;
    }
    .nav>ul>li {
        float: none;
        display: inline-block;
    }

    .footer {
        text-align: center;
        padding-bottom: 10px;
    }
    .footer i {
        display: inline-block;
    }
    .footer-nav {
        float: none;
    }
    .footer-nav li {
        float: none;
        display: inline-block;
    }
    .footer .col-lg-3 {
        width: 100%;
    }
    .socials{
        padding: 10px 0;
    }
    .footer .col-lg-offset-1 {
        padding: 0px;
        margin: 0px;
    }
    .socials a {
        margin: 0 5px;
    }


    .owl-slider .item .item-text {
        width: 420px;
    }

    .online .line-box.box1 {
        font-size: 100%;
        padding: 10px 0 0 68px;
    }
    .online .line-box.box2 {
        font-size: 100%;
        padding: 19px 0 0 81px;
    }
    .online .line-box.box3 {
        font-size: 100%;
        padding: 11px 0 0 69px;
    }

}
@media (max-width: 1100px) {
        .owl-slider .owl-buttons .owl-prev {
    display: none;
	}
    .owl-slider .owl-buttons .owl-next {
   display: none;
	}
}

@media (max-width: 998px) {
	.plan {
		display: none;
	}

	.main-partners {
		display: none;
	}
    .owl-slider {
        display: none !important;
    }
    .mainpage-preview {
        height: auto;
        margin-top: 51px;
    }

}

@media (max-width: 500px) {
	.mainpage-preview {
	min-height: 0;
	}

	div.animate {
    visibility: visible;
	}

		.maincontact {
	    background-position: 0;
		padding: 20px 20px;
		min-height: 180px;
	}

	p.mainphone {
		text-align: center;
		float: none;
	}

	.btn-upper {
		float: none;
		margin: 5px 0;
		padding: 0 30px;
		width: 100%;
	}

		#button-30491 {
		width: 100%;
		margin-bottom: 7px;
	}
	#button-30493 {
		width: 100%;
	}

}

/*######## PRODUCT ########*/


.owl-carousel .product-thumb {
  margin: 5px 0;
}
.product-buy-counter {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 7;
}
.product-buy-counter > span {
  display: inline-block;
  padding: 5px 7px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
.product-buy-counter > span .fa {
  margin-right: 5px;
}
.product-logo {
  display: inline-block;
  max-width: 50px;
  margin-bottom: 7px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-secondary-image {
  z-index: 3;
}
.product-secondary-image > img {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.product-title + .product-meta {
  margin-top: 7px !important;
}
.product-header {
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #FFF;
    height: 234px;
}
.product-quick-view,
.product-secondary-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view {
  z-index: 4;
}
.product-quick-view .fa {
  height: 35px;
  line-height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  background: rgba(255,255,255,0.8);
  color: #525252;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  top: 50%;
  margin-top: -17px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view .fa:hover {
  background: #2f7ccd;
  color: #fff;
}
.product-thumb:hover .product-quick-view,
.product-thumb:hover .product-secondary-image,
.product-thumb:hover .product-logo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-category-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  background: #2f7ccd;
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-label {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 4px 8px;
}
.product-search-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.product-desciption {
  color: #858585;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4em;
}
.product-time {
  color: #666;
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.product-location {
  border-top: 1px dashed #e6e6e6;
  margin-top: 13px;
  padding-top: 8px;
  line-height: 1em;
  margin-bottom: 0;
  color: #a3a3a3;
  font-size: 12px;
}
.product-thumb {
  z-index: 1;
  position: relative;
  text-decoration: none !important;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.product-thumb .product-header >img {
  display: block;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
      padding: 20px;
}
.relatednews {

}

.rinner {
	    border-top: 2px solid #347ECA;
}


.product-thumb .product-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 22px;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.product-thumb .product-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 0;
        overflow: hidden;
    height: 35px;
}
.product-thumb .icon-list-rating {
  font-size: 11px;
  color: #48aad6;
  margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
  color: #949494 !important;
}
.product-thumb .product-non-rated {
  color: #ccc;
}
.product-thumb .product-meta {
  margin-top: 15px;
}
.product-thumb .product-price-list,
.product-thumb .product-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-thumb .product-price-list > li,
.product-thumb .product-actions-list > li {
  display: inline-block;
}
.product-thumb .product-price-list > li:last-child,
.product-thumb .product-actions-list > li:last-child {
  margin-right: 0;
}
.product-thumb .product-actions-list {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #e6e6e6;
}
.product-thumb .product-price-list {
  font-size: 15px;
  margin-bottom: 0;
}
.product-thumb .product-price-list > li > span {
  display: block;
  line-height: 30px;
  text-align: center;
  height: 30px;
}
.product-thumb .product-price {
  font-weight: 600;
  color: #fff;
  padding: 0 7px;
   background: #347ECA;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-thumb .product-old-price {
  color: #858585;
  text-decoration: line-through;
}
.product-thumb .product-save {
  font-weight: 600;
}
.product-thumb .product-category {
  font-size: 12px;
  color: #a3a3a3;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
  text-transform: lowercase;
  font-style: italic;
}
.product-thumb .product-category > i {
  color: #949494;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
.product-thumb:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
  box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
.product-thumb:hover .product-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-thumb-horizontal {
  margin-bottom: 30px;
}
@media (min-width:992px) {
.product-thumb-horizontal {
  background: #fff;
  overflow: hidden;
  text-align: left;
}
.product-thumb-horizontal .product-header {
  float: left;
  width: 30%;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
}
.product-thumb-horizontal .product-header > img {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;   border-right: 1px solid #E8E8E8;   padding: 10px;
}
.product-thumb-horizontal .product-inner {
float: left;
  padding-left: 20px;
  display: block;
  width: 70%;
  padding-right: 20%;
  text-align: justify;
}
.product-thumb-horizontal .product-meta {
  position: absolute;
  width: 30%;
  margin-top: 0;
  top: 0;
  right: 0;
  padding: 15px 22px;
  text-align: center;
}
}
.product-thumb-hold {
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}
.product-thumb-hold >img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-thumb-hold:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-thumb-hold:hover >img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.product-page-meta .product-page-meta-info {
  margin-top: 30px;
}
.product-page-meta .product-page-meta-info .product-page-meta-price {
  font-size: 17px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.product-page-meta .product-page-meta-info .product-page-meta-title {
  font-size: 13px;
  display: block;
}
.product-page-meta .product-page-meta-info > li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.product-page-meta .product-page-meta-info .product-page-meta-price-list {
  overflow: hidden;
}
.product-page-meta .product-page-meta-info .product-page-meta-price-list > li {
  float: left;
  margin-right: 20px;
}
.product-page-meta .product-page-meta-info .product-page-meta-price-list > li:last-child {
  margin-right: 0;
}
.product-search-results {
  overflow: hidden;
}
.product-search-results >li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.product-search-results .product-inner {
  display: table;
}
.product-search-results .product-search-thumb {
  float: left;
  margin-right: 15px;
}
.product-search-results .product-price {
  background: #2f7ccd;
  color: #fff;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-search-results .product-title {
  margin: 3px 0 10px 0;
  font-size: 17px;
  line-height: 17px;
}
.product-search-results .product-time {
  font-size: 14px;
}
.product-search-results .product-meta {
  font-style: italic;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-search-results .product-meta >li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}
.product-search-results .product-meta >li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.product-wishlist-remove {
  margin-top: 10px;
  text-align: center;
}

 .imgproduct {
    display: block;
    max-width: 100%;
    height: 150px;
    overflow: hidden;
}

.imgproduct img {width:100%;}

.productshort {
	max-height: 88px;
	overflow: hidden;
    height: 51px;
}

.caption h3 {
    font-size: 18px;
    margin: 5px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blockrn {
	display: block;
}

.shortblock {padding: 0 10px;}

.titlelist {
	margin-bottom: 10px;
	padding-bottom: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
}

.titlelist h3{
	float: left;
    margin: 0;
    line-height: 32px
}

.titlelist .list-inline {
	padding-left: 0;
    float: right;
    margin-left: 10px;
    margin: 0;
    list-style: none;
}

nav {
	float: left;
    width: 100%
    }

.sidebar-box {
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.thumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumb-list > li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e6e6e6;
  overflow: hidden;
}
.thumb-list > li img {
  float: left;
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.thumb-list > li .thumb-list-item-caption {
  display: table;
}
.thumb-list > li .thumb-list-item-caption .icon-list-rating {
  font-size: 9px;
  color: #48aad6;
  margin-bottom: -3px;
}
.thumb-list > li .thumb-list-item-caption .icon-list-rating.icon-list-non-rated {
  color: #858585 !important;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title {
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 2px;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a {
  color: #5c5c5c;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a:hover {
  text-decoration: underline;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-desciption {
  font-size: 12px;
  margin: 0;
  color: #8c8c8c;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-meta {
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 11px;
  color: #858585;
  font-style: italic;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-price {
  font-size: 14px;
  color: #337AB7;
  margin-bottom: 0;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-author {
  font-size: 11px;
  color: #858585;
  font-style: italic;
}
.thumb-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.thumb-list.thumb-list-right > li img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.nav-tabs.nav-stacked.nav-coupon-category {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.15);
  box-shadow: 0 3px 1px rgba(0,0,0,0.15);
  float: none;
}
.nav-tabs.nav-stacked.nav-coupon-category  li a {
  font-size: 13px;
  z-index: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border-left: none;
  border-right: none;
  border: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 55px;
  position: relative;
  margin: 0;
  color: #666;
  text-align: left;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a .fa {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 18px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #fbfbfb;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #ededed;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a .fa:before {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a span {
  margin-left: 10px;
  color: #bfbfbf;
  padding: 1px 7px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover {
  background: #fbfbfb;
  padding-left: 65px;
  color: #2f7ccd;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover .fa {
  background: #2f7ccd;
  color: #fff;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover .fa:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover span {
  background: #2f7ccd;
  color: #fff;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:first-child a {
  border-top: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:last-child a {
  border-bottom: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a {
  z-index: 2;
  background: #2f7ccd;
  color: #fff;
   white-space: nowrap;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a span {
  color: #fff;
  background: rgba(0,0,0,0.5);
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a .fa {
  background: #2f7ccd;
  color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a .fa:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover {
  background: #2f7ccd;
  color: #fff;
  padding-left: 55px;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover span {
  background: rgba(0,0,0,0.5);
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  top: 6px;
  right: -15px;
  background: #2f7ccd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right {
  margin-right: 0;
  margin-left: 30px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a {
  padding: 0px 0px 0px 20px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a [class^="fa fa-"] {
  left: auto;
  right: 0;
  border-left: 1px solid #ededed;
  border-right: none;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a:hover {
  padding-left: 35px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a [class^="fa fa-"] {
  border-left: 1px solid #2681aa;
  border-right: none;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a:before {
  right: auto;
  left: -15px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a:hover {
  padding-left: 20px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
  box-shadow: 0 1px 0 rgba(0,0,0,0.15);
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li > a {
  border-bottom: none !important;
  padding-right: 15px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li > a:hover {
  padding-left: 55px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li.active > a:before {
  display: none;
}
.flexnav-coupon li > a [class^="fa fa-"] {
  font-size: 17px;
  margin-right: 3px;
}
@media (min-width: 800px) {
  .flexnav-coupon > li {
    margin-bottom: 3px;
  }
}
.product-sort {
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
  display: table;
}
.product-sort b {
  font-weight: 600;
}
.product-sort .product-sort-title {
  margin-right: 5px;
}
.product-sort .product-sort-selected {
  display: inline-block;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.product-sort .product-sort-order {
  margin-left: 4px;
  font-size: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #757575;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-sort > ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  z-index: 5;
  display: none;
}
.product-sort > ul > li > a {
  padding: 5px 12px;
  display: block;
  color: #666;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  font-size: 12px;
}
.product-sort > ul > li > a:hover {
  background: #f7f7f7;
}
.product-sort > ul > li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.product-sort > ul > li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #e6e6e6;
}
.product-sort:hover > ul {
  display: block;
}
.product-view > .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 28px;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-view > .fa:first-child {
  margin-right: 5px;
}
.product-view > .fa.active {
  background: #666;
  border-color: #4d4d4d;
  color: #fff;
  cursor: default;
}
.product-info-price {
	font-size: 20px;
    color: #2f7ccd;
    float: right;
    width: initial;
    margin: 0;
    padding-top: 8px;
    margin-right: 10px;
}
.product-info-list {
  margin-bottom: 20px;
}
.product-banner {
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background: #11394c;
}
.product-banner > img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.product-banner .product-banner-inner {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
}
.product-banner .product-banner-inner h5 {
  color: #fff;
}
.product-banner:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.sale-point {
  text-align: center;
}
.sale-point .sale-point-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #333;
  margin-bottom: 12px;
}
.sale-point .sale-point-title {
  font-size: 19px;
  margin-bottom: 5px;
}
.sale-point .sale-point-description {
  font-size: 13px;
  color: #7d7d7d;
  margin: 0 auto;
  width: 70%;
}

/*Каталог внутренняя*/
.box {
  background: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
  overflow: hidden;
}
.gap:after {
  content: '';
  display: table;
}
.gap-mini {
  margin: 10px 0 10px 0;
}
.gap-small {
  margin: 15px 0 15px 0;
}
.gap-big {
  margin: 60px 0 60px 0;
}
.gap-large {
  margin: 90px 0 90px 0;
}
.gap-top {
  margin-bottom: 0 !important;
}
.gap-bottom {
  margin-top: 0 !important;
}
.gap-border {
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}
.tabbable >.nav {
  margin-bottom: 0;
}
.tabbable >.nav li .fa {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.tabbable >.nav li a {
  border: none;
  color: #666;
}
.tabbable >.nav li a:hover {
  background: none;
}
.tabbable >.nav li.active a {
  background: #337ab7;
  color: #fff;
  border: none;
}
.tabbable >.nav li.active .fa {
  background: rgba(0, 0, 0, 0.4);
}
.tabbable .tab-content {
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-top: none;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.fotorama__arr {
  text-align: center;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin: -16px 10px 0 10px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 20px;
}

.pagination {
	display: table;
	margin: 20px auto 30px;
}

.table-striped {
	margin-bottom: 0;
}

/*NEWS*/
.post {
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.post .post-header {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.post .post-header img {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.post .post-header blockquote {
  margin: 30px;
  font-size: 25px;
  padding-right: 40px;
}
.post .post-header .post-link {
  padding: 30px;
  font-size: 50px;
  font-weight: bold;
  display: block;
}
.post .post-inner {
  border-top: 2px solid #FC0D1F;
  padding: 15px 20px;
}
.post .post-title {
  margin: 0 0 15px 0;
  font-size: 25px;
}
.post .post-title a {
  color: #666;
}
.post .post-desciption {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.4em;
  color: #949494;
}
.post .post-meta {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #e6e6e6;
  display: tabble;
}
.post .post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.post .post-meta li a {
  font-size: 13px;
  font-style: italic;
  color: #666;
}
.post .post-meta li .fa {
  margin-right: 3px;
  color: #ababab;
}
.comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-list ul {
  list-style: none;
}
.comments-list li ul {
  margin-left: 25px;
}
.comment {
  margin-bottom: 25px;
  overflow: hidden;
}
.comment .comment-review-rate {
  margin: 0;
  color: #2a8fbd;
  font-size: 13px;
}
.comment .comment-author {
  float: left;
  margin-right: 10px;
}
.comment .comment-author img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment .comment-inner {
  display: table;
}
.comment .comment-content {
  margin: 3px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e6e6;
}
.comment .comment-author-name {
  font-size: 12px;
  color: #7d7d7d;
  margin: 0;
}
.comment .comment-time {
  font-size: 12px;
  margin-right: 10px;
  color: #858585;
}
.comment .comment-like {
  float: right;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 12px;
  font-weight: bold;
}
.comment .comment-like [class^="fa fa-"] {
  font-weight: normal;
}
.comment .comment-reply {
  [class^="fa fa-"]: 13px;
}
.comment:hover .comment-like {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.animate {visibility: hidden;}



	/* hover effect */
a.reasonlink:hover{

	text-decoration: none;

}

a.reasonlink:hover .reason-text{

	text-decoration: none;

}

a.reasonlink:hover .sp2 {
    box-shadow: 0px 0px 20px #000;
    transition-duration: 0.7s;
    transform: scale(1.09);
}


.shape:hover .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display:block;
}

a.slick-slide:focus {
    outline: none;
}

/*######## SERVICES (FULL) ########*/
.services{

}
.services-item{
	margin-bottom:70px;
}
.services-item.left .icon{
	width:80px;
	height:80px;
	float:right;
}
.services-item.right .icon{
	width:80px;
	height:80px;
	float:left;
}
.services-item .icon img{
	width:80px;
	height:80px;
	border: 2px solid #29ABE2;
}
.services-item.left .ket{
	text-align:right;
	margin-right: 100px;
}
.services-item.right .ket{
	text-align:left;
	margin-left: 100px;
}
.services-item.left .ket h4{
	text-align: right;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.services-item.right .ket h4{
	text-align: left;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.service-list{
	margin:20px 0 0 0;
	padding:0;
}
.service-list li{
	list-style:none;
	margin: 12px 0;
}
.service-list li .fa{
	margin-right:10px;
	color:#29ABE2;
	font-size: 16px;
}
.services-item-full {
    border-bottom: 1px solid #E9E9E9;
    margin-top: 30px;
}
.services-item-full:first-child {
    margin-top: 0px;
}
.services-item-full:last-child {
    margin-bottom: 30px;
}
.services-item-full:nth-child(even){
	border-bottom:1px solid #E9E9E9;
	text-align:justify;
}
.services-item-full:nth-child(even) .desc-wrap{
	margin-left:0px;
	margin-right:20px;
}
.desc-wrap p {font-size: 14px;}
.services-item-full:nth-child(even) .service-list li .fa{
	margin-right:0px;
	margin-left:10px;
	float: right;
}
.services-item-image{
	position:relative;
	width:100%;
	text-align:center;
}
.services-item-image img{
	position:absolute;
	bottom:0;
	left:0;
	display: block;
	margin: 0 auto;
}

.about-img img {
	margin: 0 auto;
}

.title-page {
    color: #0071BC;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'a_FuturicaLt SemiBold', arial;
}

/*######## HOW ########*/

.how{margin: auto; background: url('../images/mmbg.jpg'); background-size: cover; background-repeat: no-repeat;}
.bl{ height: 220px; float:left;}
.how_img1{width: 130px; height: 130px; margin:auto; background: url('../images/how/how1.png')no-repeat;}
.how_img2{width: 130px; height: 130px; margin:auto; background: url('../images/how/how2.png')no-repeat;}
.how_img3{width: 130px; height: 130px; margin:auto; background: url('../images/how/how3.png')no-repeat;}
.how_img4{width: 130px; height: 130px; margin:auto; background: url('../images/how/how4.png')no-repeat;}
.how_img5{width: 130px; height: 130px; margin:auto; background: url('../images/how/how5.png')no-repeat;}
.how_img6{width: 130px; height: 130px; margin:auto; background: url('../images/how/how6.png')no-repeat;}
.p_how{ font-size: 20px; line-height: 20px; color: #000; font-family: 'a_FuturicaLt Thin', arial;margin-top:31px; text-align:center; font-weight:bold;text-transform: uppercase;}

.fotorama__wrap {margin: 0 auto;}

.tab-pane table tr:nth-child(2n) {
    background: #f9f9f9;
}

.tab-pane table tr {
    border-bottom: 1px solid #dddddd;
}

.tab-pane table td {
    padding: 10px 15px;
}

.tab-pane table td:first-child {
    width: 25%;
}

.tab-pane table p {margin:0;}

#feedback-form {
    padding: 2%;
    border-radius: 3px;
    background: #f1f1f1;
    margin-top: 20px;
}
#feedback-form [required] {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 2% 0;
  padding: 2%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:hover {
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
  outline: none;
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
#feedback-form [type="submit"] {
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;
}
#feedback-form [type="submit"]:hover {
  background: #5c90c2;
}
#feedback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

.order_info {
    font-size: 24px;
    line-height: 1.1;
}

.order_info b {
    font-size: 16px;
    display: block;
    font-weight: normal;
    margin-bottom: 12px;
}

.mfp-with-anim {
    background: white;
    padding: 30px 40px;
    text-align: left;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}
.mfp-with-anim > .signup {
    background: initial;
    padding: 0;
    border-radius: 5px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.mfp-with-anim > .signup input, .mfp-with-anim > .signup textarea  {
    width: 100%;
    box-sizing: border-box;
    margin: 2px 0 2% 0;
    padding: 2%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.mfp-with-anim > .signup input[type="submit"]{
    background: linear-gradient(to bottom, #168de2 0%,#3b6ebf 100%);
    color: #FFF;
    border: none;
    box-shadow: none;
    padding: 10px 0px;
    font-size: 14px;
}
.mfp-with-anim > .signup h1 {
    font-size: 24px;
    padding: 0 0 15px 0;
    margin: 0;
}


.success_message {
    display: none;
}
.success_message .success_title {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 10px 0;
    text-align: center;
    color: #323232;
}

.success_message .success_text {
    font-size: 16px;
    text-align: center;
}