/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
nav,
section,
summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
	display: none;
}
* {
    outline: none;
}
fieldset{
	margin:0;
	padding:0;
	border:0;
}
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	-moz-box-sizing: inherit;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.no-display{
	display:none !important;
}
*{
	font-family: 'Barlow', sans-serif;
}
body{
	margin:0;
	padding:0;
	color: #545454;
	font-size: 16px;
	line-height:1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #1D1D1D;
	text-transform:uppercase;
	margin:0 0 25px 0;
	padding:0;
}
h1{
	font-size: 35px;
	line-height:1.2;
}
h2{
	font-size: 25px;
	line-height:1.3;
}
p{
	margin:0 0 20px 0;
	padding:0;
}
.editor img{
	max-width:100%;
	height:auto;
}
.text-center{
	text-align:center;
}
.inner{
	max-width:1240px;
	padding-left:20px;
	padding-right:20px;
	margin:0 auto;
}
.inner-wide{
	max-width:1440px;
	margin:0 auto;
}
a:hover{
	color:#2285DF;
	text-decoration:underline;
}
a{
	color:#2285DF;
	text-decoration:none;
}
.btn.border-blue:hover,
.btn.bg-blue:hover{
	-webkit-box-shadow: 0 5px 15px rgba(34, 133, 223, 0.4);
	        box-shadow: 0 5px 15px rgba(34, 133, 223, 0.4);
}
.btn.border-red:hover,
.btn.bg-red:hover{
	-webkit-box-shadow: 0 5px 15px rgba(255, 63, 63, 0.4);
	        box-shadow: 0 5px 15px rgba(255, 63, 63, 0.4)
}
.btn.border-green:hover,
.btn.bg-green:hover{
	-webkit-box-shadow: 0 5px 15px rgba(2, 191, 231, 0.4);
	        box-shadow: 0 5px 15px rgba(2, 191, 231, 0.4)
}
.btn:hover i{
	-webkit-transform:translate(2px, 0);
	    -ms-transform:translate(2px, 0);
	        transform:translate(2px, 0);
}
.btn:hover{
	-webkit-transform:translate(0, -3px);
	    -ms-transform:translate(0, -3px);
	        transform:translate(0, -3px);
	text-decoration:none;
	color:#1d1d1d;
}
.btn i{
	margin-left:8px;
	font-size:19px;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
}
.btn{
	padding:16px 26px 18px 26px;
	border:0;
	border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	cursor:pointer;
	-webkit-transition:-webkit-transform 130ms, -webkit-box-shadow 130ms;
	transition:-webkit-transform 130ms, -webkit-box-shadow 130ms;
	-o-transition:transform 130ms, box-shadow 130ms;
	transition:transform 130ms, box-shadow 130ms;
	transition:transform 130ms, box-shadow 130ms, -webkit-transform 130ms, -webkit-box-shadow 130ms;
	border:1px solid #fff;
	background:#fff;
	color:#1d1d1d;
	display:inline-block;
}
.btn.border-blue,
.btn.bg-blue{
	-webkit-box-shadow: 0 5px 15px rgba(34, 133, 223, 0.15);
	        box-shadow: 0 5px 15px rgba(34, 133, 223, 0.15);
}
.btn.border-red,
.btn.bg-red{
	-webkit-box-shadow: 0 5px 15px rgba(255, 63, 63, 0.15);
	        box-shadow: 0 5px 15px rgba(255, 63, 63, 0.15);
}
.btn.border-green,
.btn.bg-green{
	-webkit-box-shadow: 0 5px 15px rgba(2, 191, 231, 0.15);
	        box-shadow: 0 5px 15px rgba(2, 191, 231, 0.15);
}
.bg-red{
	background:#FF3F3F;
}
.bg-blue{
	background:#2285DF;
}
.bg-green{
	background:#02BFE7;
}
.bg-transparent{
	background:transparent;
}
.border-red{
	border-color:#FF3F3F;
}
.border-blue{
	border-color:#2285DF;
}
.border-green{
	border-color:#02BFE7;
}
.text-white{
	color:#fff !important;
}
.text-red{
	color:#FF3F3F !important;
}
.text-blue{
	color:#2285DF !important;
}
.text-green{
	color:#02BFE7 !important;
}

textarea{
	overflow:auto;
	resize: none;
}

textarea,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=number]{
	font-size:20px;
	color:#000;
	padding:13px 18px;
	border:none;
	border-bottom:2px solid #2285DF;
	border-radius:10px;
	-webkit-transition:border-color 200ms;
	-o-transition:border-color 200ms;
	transition:border-color 200ms;
	background:#F5F5F5;
	width:100%;
	display:block;
	margin:0;
	line-height:normal;
}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus{
	border-color:#02BFE7;
}
.form-field{
	position:relative;
	margin-bottom:35px;
}
.form-toolbar{
	text-align:center;
}
.form-field .floating-label{
	position:absolute;
	left:14px;
	top:11px;
	pointer-events: none;
	-webkit-transition:font-size 200ms, background 200ms, -webkit-transform 200ms;
	transition:font-size 200ms, background 200ms, -webkit-transform 200ms;
	-o-transition:transform 200ms, font-size 200ms, background 200ms;
	transition:transform 200ms, font-size 200ms, background 200ms;
	transition:transform 200ms, font-size 200ms, background 200ms, -webkit-transform 200ms;
	display:inline-block;
	padding:0 5px;
	background:#F5F5F5;
	background:transparent;
	color:#000;
}
textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label,
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
	-webkit-transform:translate(0, -20px);
	    -ms-transform:translate(0, -20px);
	        transform:translate(0, -20px);
	font-size:12px;
	background:transparent;
}

.form-field .error{
	display:none;
	position:absolute;
	font-size:12px;
	color:#ff0600;
	left:14px;
	bottom:-8px;
	padding:0 8px;
	background:#fff;
	font-weight:bold;
	border-radius:10px;
}
.form-field-error .error{
	display:block;
}
.form-field-error input:not([type='checkbox']):not([type='submit']),
.form-field-error select,
.form-field-error textarea{
	border-color:#ff0600;
	color:#ff0600;
}

.btn:disabled,
.btn[disabled]{
	position:relative;
	cursor:progress;
}
.btn:disabled .value,
.btn[disabled] .value{
	color:#2285DF;
}
.btn:disabled i,
.btn[disabled] i{
	visibility:hidden;
}

.lds-ellipsis {
	display: block;
	position: absolute;
	width: 62px;
	height: 11px;
	left:50%;
	margin-left:-31px;
	top:50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	/* visibility:hidden; */
}
.lds-ellipsis div {
	position: absolute;
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	        animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	-webkit-animation-delay:300ms !important;
	        animation-delay:300ms !important;
	-webkit-transition:-webkit-transform 300ms;
	transition:-webkit-transform 300ms;
	-o-transition:transform 300ms;
	transition:transform 300ms;
	transition:transform 300ms, -webkit-transform 300ms;
	-webkit-transform:scale(0);
	    -ms-transform:scale(0);
	        transform:scale(0);
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	-webkit-animation-delay:300ms !important;
	        animation-delay:300ms !important;
	-webkit-transition:-webkit-transform 300ms;
	transition:-webkit-transform 300ms;
	-o-transition:transform 300ms;
	transition:transform 300ms;
	transition:transform 300ms, -webkit-transform 300ms;
	-webkit-transform:scale(0);
	    -ms-transform:scale(0);
	        transform:scale(0);
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	-webkit-animation-delay:300ms !important;
	        animation-delay:300ms !important;
	-webkit-transition:-webkit-transform 300ms;
	transition:-webkit-transform 300ms;
	-o-transition:transform 300ms;
	transition:transform 300ms;
	transition:transform 300ms, -webkit-transform 300ms;
	-webkit-transform:scale(0);
	    -ms-transform:scale(0);
	        transform:scale(0);
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	-webkit-animation-delay:300ms !important;
	        animation-delay:300ms !important;
	-webkit-transition:-webkit-transform 300ms;
	transition:-webkit-transform 300ms;
	-o-transition:transform 300ms;
	transition:transform 300ms;
	transition:transform 300ms, -webkit-transform 300ms;
	-webkit-transform:scale(0);
	    -ms-transform:scale(0);
	        transform:scale(0);
}
.btn:disabled .lds-ellipsis div:nth-child(1),
.btn[disabled] .lds-ellipsis div:nth-child(1){
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-animation: lds-ellipsis1 0.5s infinite;
	        animation: lds-ellipsis1 0.5s infinite;
}
.btn:disabled .lds-ellipsis div:nth-child(2),
.btn[disabled] .lds-ellipsis div:nth-child(2){
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-animation: lds-ellipsis2 0.5s infinite;
	        animation: lds-ellipsis2 0.5s infinite;
}
.btn:disabled .lds-ellipsis div:nth-child(3),
.btn[disabled] .lds-ellipsis div:nth-child(3){
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-animation: lds-ellipsis2 0.5s infinite;
	        animation: lds-ellipsis2 0.5s infinite;
}
.btn:disabled .lds-ellipsis div:nth-child(4),
.btn[disabled] .lds-ellipsis div:nth-child(4){
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-animation: lds-ellipsis3 0.5s infinite;
	        animation: lds-ellipsis3 0.5s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}


hr{
	margin:25px auto;
	background:none;
	max-width:60px;
	border:none;
	border-top:2px solid #2285DF;
	height:0px;
	padding:0;
}
#content{
	margin:40px 0 60px 0;
}
body.home #content{
	margin-top:80px;
	margin-bottom:140px;
}
#logo img{
	display:block;
}
#logo{
	
}
#header{
	background:#fff;
	padding:25px 0;
	border-bottom:1px solid #E5E5E5;
	position:relative;
	z-index:10;
}
body.home #header{
	border-color:#fff;
}
#header-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#header-nav .sub-menu li:first-child{
	border-top:none;
}
#header-nav .sub-menu li{
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #BEBEBE;
}
#header-nav .sub-menu a:hover{
	text-decoration:none;
	color:#2285DF;
}
#header-nav .sub-menu a{
	display:block;
	padding:8px 0;
	color:#1D1D1D;
}
#header-nav .sub-menu{
	display:none;
	position:absolute;
	top:100%;
	left:-3px;
	list-style:none;
	margin:0;
	padding:3px 20px;
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	white-space:nowrap;
}
#header-nav .menu>li.menu-item-has-children>a:after{
	content: "\f0d7";
	display:inline;
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	font-size:14px;
	margin-left:5px;
}
#header-nav .menu>li.current-menu-ancestor>a,
#header-nav .menu>li.current-menu-parent>a,
#header-nav .menu>li.current-menu-item>a,
#header-nav .menu>li>a:hover{
	text-decoration:none;
	color:#2285DF;
}
#header-nav .menu>li>a{
	display:block;
	padding:10px 17px;
	color:#1D1D1D;
}
#header-nav .menu>li:hover .sub-menu{
	display:block;
}

#header-nav .menu>li{
	display:block;
	position:relative;
}
#header-nav .menu{
	margin:0;
	list-style:none;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#header-contacts a:hover{
	text-decoration:none;
	color:#2285DF !important;
}
#header-contacts{
	margin-right:-6px;
}
#header-contacts a.tel:after{
	display:inline-block;
	height:18px;
	border-right:1px solid #BEBEBE;
	content:'';
	margin-left:12px;
	margin-top:-2px;
	vertical-align:middle;
}
#header-contacts a.tel{
	color:#1D1D1D;	
}
#header-contacts a{
	display:inline-block;
	padding:6px;
	color:#BEBEBE;
}

#footer{
	border-top:1px solid #E5E5E5;
	padding-top:30px;
	margin-top:60px;
}
#footer-menu-wrapper .item{
	
}
#footer-menu-wrapper a:hover{
	text-decoration:none;
	color:#2285DF;
}	
#footer-menu-wrapper a{
	color:inherit;
}
#footer-menu-wrapper ul li{
	display:block;
	margin:0 0 5px 0;
	padding:0;
}
#footer-menu-wrapper ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
#footer-menu-wrapper .title{
	text-transform:uppercase;
	margin-bottom:30px;
}

#footer-menu-wrapper .socials .fal,
#footer-menu-wrapper .socials .fab{
	margin:0;
	color:inherit;
}
#footer-menu-wrapper .fal,
#footer-menu-wrapper .fab{
	display:inline-block;
	width:20px;
	text-align:center;
	margin-right:5px;
	color:#2285DF;
}
#footer-menu-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size: 17px;
	color:#1D1D1D;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
#author a:hover{
	opacity:1;
}
#author img{
	vertical-align:middle;
	margin-top:-3px;
	margin-left:3px;
}
#author a{
	opacity:0.7;
}
#author{
	padding:30px 0;
	border-top:1px solid #E5E5E5;
	margin-top:27px;
}
#author-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size: 17px;
	color:#1D1D1D;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

#banner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#banner .c{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}
#banner .dots{
	margin-bottom:40px;
}
#banner .title{
	text-transform:uppercase;
	font-weight:bold;
	font-weight: bold;
	font-size: 45px;
	line-height: 54px;
	color:#1d1d1d;
	margin-bottom:40px;
}
#banner .c1 .c-inner{
	margin-left:auto;
	width:620px;
	padding:80px 20px 0 20px;
}
#banner .c1{
	background:#e6f9fd;
	height:450px;
}
#banner .c2 .pilot img{
	position:absolute;
	border-radius:10px;
	left:4px;
	bottom:4px;
}
#banner .c2 .pilot{
	position: absolute;
	width: 220px;
	height: 212px;
	left: -31px;
	bottom: -4px;
	background: #2285DF;
	border-radius: 10px;
}
#banner .c2 .bg{
	position:relative;
	width:100%;
	height:375px;
	background-image:url(../img/banner_2.jpg);
	background-size:720px auto;
	background-position:0 0;
	background-repeat:no-repeat;
}
#banner .c2 .phone a:hover{
	text-decoration:none;
	color:#2285DF;
}
#banner .c2 .phone i{
	margin-right:8px;
}
#banner .c2 .phone a{
	color:#1d1d1d;
	display:block;
	padding:22px;
	background:#fff;
	float:right;
	position:relative;
}
#banner .c2 .phone:before{
	content:'';
	display:block;
	width:70%;
	position:absolute;
	border-top:1px solid #2285DF;
	bottom:48%;
}
#banner .c2 .phone{
	position:absolute;
	bottom:0;
	left:0;
	width:90%;
	text-align:right;
	font-size: 25px;
	line-height: 30px;
	border-bottom-right-radius: 10px;
	border:1px solid #80dff3;
	padding-right:20px;
}
#banner .c2{
	height:450px;
	position:relative;
}
#banner .dot .ic{
	content:'';
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	margin:-2px 8px 0 0;
	vertical-align:middle;
}
#banner .dot-red{
	
}
#banner .dot{
	margin-right:30px;
	color:#1d1d1d;
	font-size:25px;
	font-weight:300;
}
#categories-banner-wrapper .cb-row{
	margin:0 -20px;
}
#categories-banner-wrapper{
	background:#F5F5F5;
	margin-top:50px;
	padding-top:1px;
}
#categories-banner{
	margin-top:-50px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#categories-banner .item-content{
	position:relative;
}
#categories-banner .item:hover .text{
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	
}
#categories-banner .item-content .text{
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	-webkit-transition:-webkit-box-shadow 130ms;
	transition:-webkit-box-shadow 130ms;
	-o-transition:box-shadow 130ms;
	transition:box-shadow 130ms;
	transition:box-shadow 130ms, -webkit-box-shadow 130ms;
	padding:40px 45px;
	position:relative;
	height: 450px;
}
#categories-banner .item:hover .item-content .square{
	-webkit-transform:translate(-3px, -3px);
	    -ms-transform:translate(-3px, -3px);
	        transform:translate(-3px, -3px);
}
#categories-banner .item-content .square{
	position:absolute;
	border-radius: 12px;
	width: 103px;
	height: 103px;
	left:-4px;
	top:-4px;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
}
#categories-banner .item:hover{
	-webkit-transform:translate(0, -4px);
	    -ms-transform:translate(0, -4px);
	        transform:translate(0, -4px);
}
#categories-banner .item{
	padding:0 20px;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}
#categories-banner .title img{
	vertical-align:middle;
	margin:-8px 20px 0 0;
}
#categories-banner .item:hover .toolbar{
	-webkit-transform:translate(0, -4px);
	    -ms-transform:translate(0, -4px);
	        transform:translate(0, -4px);
}
#categories-banner .toolbar{
	position:relative;
	margin-top:-31px;
	text-align:center;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
}
#categories-banner-wrapper .cb-toolbar{
	text-align:center;
	padding:55px 0 30px 0;
}
#categories-banner .title{
	text-transform:uppercase;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color:#1d1d1d;
	border-bottom:1px solid #BEBEBE;
	padding-bottom:20px;
	margin-bottom:24px;
}
#manufacturers{
	margin:70px 0;
}

#manufacturers-icons .manufacturer-icon img{
	max-width:100%;
	height:auto;
}
#manufacturers-icons .manufacturer-icon{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding:30px;
}
#manufacturers-icons{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin:0 60px;
}
#review-and-contactus-wrapper .reviews{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	background:#3781c5 url(../img/reviews_bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	margin-right:-10px;
	height:420px;
	margin-top:20px;
	padding-top:66px;
}
#review-and-contactus-wrapper .contactus .toolbar{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	margin-top:40px;
}
#review-and-contactus-wrapper .contactus .wdth-limit{
	max-width:460px;
}
#review-and-contactus-wrapper .contactus{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	background:green;
	margin-left:-10px;
	height:420px;
	background:#23b0ce url(../img/contact_us_bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	padding-top:86px;
}
#review-and-contactus-wrapper .wdth-limit{
	max-width:500px;
	margin:0 auto;
}
#review-and-contactus-wrapper hr{
	border-color:#fff;
}
#review-and-contactus-wrapper h2{
	font-weight: bold;
	font-size: 35px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	color:inherit;
}
#review-and-contactus-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#fff;
	text-align:center;
	font-size:17px;
}
#reviews-slider .item:first-child{
	display:block;
}
#reviews-slider .item:before{
	content:'“';
	display:block;
	font-size: 50px;
	line-height: 24px;
	font-weight:bold;
}
#reviews-slider .item{
	display:none;
}
.owl-carousel .owl-dots .owl-dot.active{
	background:#fff;
}
.owl-carousel .owl-dots .owl-dot:hover{
	background: rgba(255, 255, 255, 0.75);
}
.owl-carousel .owl-dots .owl-dot{
	display:inline-block;
	background: rgba(255, 255, 255, 0.5);
	width: 10px;
	height: 10px;
	margin:0 5px;
}
.owl-carousel .owl-dots{
	text-align:center;
	margin-top:20px;
}
.breadcrumbs a:hover{
	text-decoration:none;
	color:#2285DF;
}
.breadcrumbs a{
	color:#545454;
}
.breadcrumbs .sep{
	margin:0 10px;
}
.breadcrumbs{
	margin-top:40px;
	font-size:16px;
	color:#000;
}
.page-thumbnail img{
	width:100%;
	height:auto;
	display:block;
}
.other-pages .other-page:hover .toolbar{
	-webkit-transform:translate(0, -4px);
	    -ms-transform:translate(0, -4px);
	        transform:translate(0, -4px);
}
.other-pages .other-page .toolbar{
	position:relative;
	margin-top:-31px;
	-webkit-transition: -webkit-transform 130ms;
	transition: -webkit-transform 130ms;
	-o-transition: transform 130ms;
	transition: transform 130ms;
	transition: transform 130ms, -webkit-transform 130ms;
}
.other-pages .other-page a.item .bg-drk{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background-color:rgba(0,0,0,0.6);
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding:0 63px;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.other-pages .other-page:hover a.item:before{
	-webkit-transform: translate(-3px, -3px);
	    -ms-transform: translate(-3px, -3px);
	        transform: translate(-3px, -3px);
}
.other-pages .other-page a.item:before{
	content:'';
	display:block;
	position:absolute;
	border-radius: 12px;
	width: 103px;
	height: 103px;
	left:-4px;
	top:-4px;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
	background:#2285DF;
	transition: transform 130ms;
}
.other-pages .other-page a.item{
	display:block;
	position:relative;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	color:#fff;
}
.other-pages .other-page img{
	width:100%;
	height:auto;
	border-radius:10px;
	display:block;
	position:relative;
}
.other-pages .other-page:hover{
	-webkit-transform:translate(0, -4px);
	    -ms-transform:translate(0, -4px);
	        transform:translate(0, -4px);
}
.other-pages .other-page{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding:20px;
	text-align:center;
	-webkit-transition: -webkit-transform 130ms;
	transition: -webkit-transform 130ms;
	-o-transition: transform 130ms;
	transition: transform 130ms;
	transition: transform 130ms, -webkit-transform 130ms;
}
.other-pages{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -20px;
}
#other-pages-container{
	border-top:1px solid #E5E5E5;
	margin-top:40px;
	padding-top:40px;
}
.category-description{
	margin-bottom:60px;
}
#manufacturer-filter img{
	display:block;
	margin:0;
	max-width:100%;
	height:auto;
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#manufacturer-filter .all{
	display:block;
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#manufacturer-filter a:hover,
#manufacturer-filter a.active{
	text-decoration:none;
	border: 1px solid #2285DF;
	-webkit-box-shadow: 0px 0px 10px rgba(34, 133, 223, 0.2);
	        box-shadow: 0px 0px 10px rgba(34, 133, 223, 0.2);
}
#manufacturer-filter a{
	display:block;
	padding:15px 30px;
	text-align:center;
	color:#1d1d1d;
	font-weight: bold;
	font-size: 30px;
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	border-radius: 10px;
	height:100%;
}
#manufacturer-filter li{
	padding:0 10px;
	margin:0;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}
#manufacturer-filter{
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -10px 40px -10px;
	padding:0;
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
}
.product-list .toolbar{
	position:relative;
	margin-top:-31px;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
}

.product-list .product .price{
	font-size:30px;
}

.product-list .product .title a:hover{
	text-decoration:none;
	color:#2285DF;
}

.product-list .product .title a{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #1D1D1D;
	display:block;
	word-wrap: break-word;
}

.product-list .product .image img{
	display:block;
	max-width:100%;
	height:auto;
}
.product-list .col:hover{
	-webkit-transform:translate(0, -4px);
	    -ms-transform:translate(0, -4px);
	        transform:translate(0, -4px);
}
.product-list .col:hover .toolbar{
	-webkit-transform:translate(0, -4px);
	    -ms-transform:translate(0, -4px);
	        transform:translate(0, -4px);
}
.product-list .col:hover .square{
	-webkit-transform:translate(-3px, -3px);
	    -ms-transform:translate(-3px, -3px);
	        transform:translate(-3px, -3px);
}
.product-list .square{
	position:absolute;
	border-radius: 12px;
	width: 103px;
	height: 103px;
	left:-4px;
	top:-4px;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
}
.product-list .product{
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding:30px;
	position:relative;
}
.product-list{
	color:#000;
}
.product-list .item{
	text-align:center;
	position:relative;
}
.product-list .col{
	width:33.333%;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
	padding:20px;
}
.product-list .row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -20px;
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
}
.product-sorter select{
	font-size:20px;
	color:#1d1d1d;
	line-height:normal;
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	border-radius: 10px;
	padding:12px 18px;
	width:auto;
	display:inline-block;
}
.product-sorter{
	padding:0;
	margin:0 0 25px 0;
	font-size:20px;
	color:#1d1d1d;
	position:relative;
}
.product-cart .manufacturer img{
	width:100%;
	height:auto;
}
.product-cart .manufacturer{
	position:absolute;
	width:160px;
	right:40px;
	top:40px;
}
.product-cart .short-description li i{
	color:#2285DF;
	margin-right:6px;
}
.product-cart .short-description .price{
	font-size: 30px;
	color: #2285DF;

	padding-top:20px;
	margin-top:30px;
	border-top:1px solid #E5E5E5;
}
.product-cart .short-description li{
	padding:0;
	margin:0 0 5px 0;
	color:#000;
}
.product-cart .short-description ul{
	list-style:none;
	margin:0;
	padding:0;
}
.product-cart{
	padding:40px 40px 20px 40px;
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	border-radius: 10px;
	position:relative;
	margin-bottom:40px;
}
.product-main-information{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.product-main-information .photos img{
	max-width:100%;
	height:auto;
}
.product-main-information .photos{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding:0 100px;
	margin-bottom:20px;
}
.product-main-information .short-description{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	position:relative;
}
.rin_form .col{
	width:33.333%;
	padding:20px;
}
.rin_form .row{
	margin:0 -20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.inline-form-container textarea, .inline-form-container select, .inline-form-container input[type=text], .inline-form-container input[type=email], .inline-form-container input[type=password], .inline-form-container input[type=number]{
		background:#fff;
}
.inline-form-container .contacts-form .form-toolbar{
	margin-top:-30px;
	position:relative;
}
.inline-form-container .contacts-form .fields{
	background-image:url(../img/contact_form_bg.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	padding:50px 0;
}
.gallery-container,
.inline-form-container{
	margin-top:60px;
	padding-top:60px;
	border-top:1px solid #e5e5e5;
}
.gallery img{
	width:100%;
	height:auto;
	border-radius:8px;
	display:block;
	position:relative;
}
.gallery a:first-child:before{
	position:absolute;
	content:'';
	display:block;
	background:#2285DF;
	border-radius: 12px;
	width:100px;
	height:100px;
	left:6px;
	top:6px;
}
.gallery a:last-child:before{
	position:absolute;
	content:'';
	display:block;
	background:#2285DF;
	border-radius: 12px;
	width:100px;
	height:100px;
	right:6px;
	bottom:6px;
}
.gallery a:hover{
	-webkit-transform:translate(0, -5px);
	    -ms-transform:translate(0, -5px);
	        transform:translate(0, -5px);
}
.gallery a{
	display:block;
	padding:10px;
	width:25%;
	position:relative;
	-webkit-transition:-webkit-transform 130ms;
	transition:-webkit-transform 130ms;
	-o-transition:transform 130ms;
	transition:transform 130ms;
	transition:transform 130ms, -webkit-transform 130ms;
}
.gallery{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:30px -10px;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

#hamburger{
	display:none;
	width:55px;
	height:55px;
	border:1px solid #2288bc;
	border-radius:5px;
	position:relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span{
	display:block;
	position:absolute;
	width:25px;
	height:3px;
	left:14px;
	background:#2288bc;
}
#hamburger:before{
	content:'';
	top:15px;
}
#hamburger span{
	top:26px;
}
#hamburger:after{
	content:'';
	top:37px;
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
	-webkit-transition: none 0.3s ease 0.3s;
	-o-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	-o-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after
{
	top: 24px;	
}
html.mm-opening #hamburger span
{
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before
{
	-webkit-transform: rotate( 45deg );
	    -ms-transform: rotate( 45deg );
	        transform: rotate( 45deg );
}
html.mm-opening #hamburger:after
{
	-webkit-transform: rotate( -45deg );
	    -ms-transform: rotate( -45deg );
	        transform: rotate( -45deg );
}
#wrapper{
	background:#fff;
}
#manufacturer-filter a{
	font-size:20px;
}
.old_price:after{
	content:'';
	display:block;
	position:absolute;
	border-top:1px solid #2285DF;
	height:1px;
	width:100%;
	left:0;
	top:50%;
	transform:rotate(-15deg);  
}
.old_price{
	display:inline-block;
	position:relative;
	font-size:18px;
}
@media only screen and (max-width: 1200px) {
	#hamburger{
		display:block;
	}
	#banner .c2,
	#header-contacts,
	#header-nav{
		display:none; 
	}
	#banner .c1 .c-inner{
		width:auto;
		padding:30px;
		text-align:center;
	}
	#banner .c1{
		height:auto;
	}
	.gallery a{
		width:50%;
	}
}
@media only screen and (max-width: 900px) {
	.rin_form .col{
		width:100%;
		padding:0 10px;
	}
	.rin_form .row{
		display:block;
		margin:0 -10px;
	}
	.form-field{
		margin-bottom:25px;
	}
	body.home #content {
		margin-top: 40px;
		margin-bottom: 100px;
	}
	#categories-banner{
		display:block;
	}
	#categories-banner .item{
		margin-bottom:30px;
	}
	#categories-banner .item-content .text{
		height:auto;
	}
	#categories-banner-wrapper .cb-toolbar{
		padding-top:20px;
	}
	#manufacturers{
		margin-top:40px;
	}
	#manufacturers-icons .manufacturer-icon{
		padding:20px;
		width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	#manufacturers-icons{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	#review-and-contactus-wrapper{
		display:block;
	}
	#review-and-contactus-wrapper .contactus,
	#review-and-contactus-wrapper .reviews{
		height:auto;
		margin:0;
		padding:40px 20px;
	}
	#footer-menu-wrapper{
		display:block;
	}
	#footer-menu-wrapper .item{
		margin-bottom:30px;
	}
	#footer-menu-wrapper .title{
		margin-bottom:10px;
	}
	#author-wrapper span{
		display:block;
	}
	#author-wrapper{
		display:block;
		text-align:center;
	}
	#footer{
		text-align:center;
	}
	.product-list .col{
		width:100%;
	}
	.product-list .row{
		display:block;
	}
	.product-list .product .image img{
		margin:0 auto;
	}
	#manufacturer-filter{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	#manufacturer-filter li{
		-webkit-box-flex:0;
		    -ms-flex:none;
		        flex:none;
		width:50%;
		margin-top:20px;
	}
	.category-description{
		margin-bottom:30px;
	}
	.product-main-information{
		display:block;
	}
	.product-cart .manufacturer{
		position:relative;
		height:50px;
		width:100%;
		right:auto;
		top:auto;
		text-align:center;
		margin-bottom:30px;
	}
	.product-cart .manufacturer img{
		width:auto;
		height:100%;
	}
	.other-pages{
		display:block;
	}
	h1,
	#banner .title{
		font-size:30px;
		line-height:1.4;
	}
	h2{
		font-size:22px;
	}
	#review-and-contactus-wrapper .contactus .toolbar button{
		margin-top:25px;
		display:inline-block;
	}
	#review-and-contactus-wrapper .contactus .toolbar{
		display:block;
		text-align:center;
	}
	#review-and-contactus-wrapper h2{
		font-size:25px;
	}
	#manufacturers-icons{
		margin:0;
	}
	#banner .dot{
		white-space:nowrap;
	}
	.product-main-information .photos{
		padding:0;
	}
	body.home #footer{
		margin-top:0;
		border-top:0;
	}
	.gallery a{
		width:100%;
	}
}