/*=============================== COMMON STYLE BEGIN ===============================*/
/*
    font-family: 'Open Sans', sans-serif;
    font-family: "raleway";
*/
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Regular.otf'),
        url('../fonts/Raleway-Regular.ttf'),
        url('../fonts/Raleway-Regular.woff'),
        url('../fonts/Raleway-Regular.woff2');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Regular-Italic.otf'),
        url('../fonts/Raleway-Regular-Italic.ttf'),
        url('../fonts/Raleway-Regular-Italic.woff'),
        url('../fonts/Raleway-Regular-Italic.woff2');
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Bold.otf'),
        url('../fonts/Raleway-Bold.ttf'),
        url('../fonts/Raleway-Bold.woff'),
        url('../fonts/Raleway-Bold.woff2');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Bold-Italic.otf'),
        url('../fonts/Raleway-Bold-Italic.ttf'),
        url('../fonts/Raleway-Bold-Italic.woff'),
        url('../fonts/Raleway-Bold-Italic.woff2');
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Medium.otf'),
        url('../fonts/Raleway-Medium.ttf'),
        url('../fonts/Raleway-Medium.woff'),
        url('../fonts/Raleway-Medium.woff2');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Medium-Italic.otf'),
        url('../fonts/Raleway-Medium-Italic.ttf'),
        url('../fonts/Raleway-Medium-Italic.woff'),
        url('../fonts/Raleway-Medium-Italic.woff2');
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-ExtraBold.otf'),
        url('../fonts/Raleway-ExtraBold.ttf'),
        url('../fonts/Raleway-ExtraBold.woff'),
        url('../fonts/Raleway-ExtraBold.woff2');
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Black.otf'),
        url('../fonts/Raleway-Black.ttf'),
        url('../fonts/Raleway-Black.woff'),
        url('../fonts/Raleway-Black.woff2');
    font-style: normal;
    font-weight: 900;
}
.raleway{
    font-family: "raleway";
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    line-height: 1.6;
    color: #737373;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -292px 0;
    background: #fff;
    position: relative;
}
.fix-body .main-wrapper{
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.fix-body .header-wrapper{
    box-shadow: none;
}
.fix-body .footer-wrapper{
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.fix-body .top-slider .slick-arrow,
.fix-body .team-carousel .slick-arrow{
    display: none !important;
}
.fix-body .top-bar-wrapper .inner{
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1360px) {
    .fix-body .container{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .fix-body .header-contacts {
        width: 800px;
    }
    .fix-body .header .logo{
        margin-right: 60px;
    }
}
.footer-push{
    height: 292px;
}
.footer-wrapper{
    min-height: 292px;
    color: rgba(255,255,255,0.7);
    position: relative;
}
.footer-wrapper a:hover{
    color: #fff;
}
.footer-wrapper .inner{
    position: relative;
    min-height: 240px;
}
.footer-wrapper .inner:before {
    background-color: #000562;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.97;
}
.footer-wrapper .inner .container{
    position: relative;
}
.footer-wrapper .social-links a{
    color: rgba(255,255,255,0.5);
    margin: 0 5px 0 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
}
.footer-wrapper .social-links a:hover{
    color: #fff;
    border-color: #fff;
}
.footer-menu{
    margin-top: -1px;
}
.footer-menu a{
    display: block;
    float: left;
    width: 50%;
    text-decoration: none;
    color: #BCC0C5;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.footer-menu a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    left: 0;
    border-top: 1px solid #BCC0C5;
    border-right: 1px solid #BCC0C5;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer-top:after{
    content:"";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    border-top: 1px solid #BCC0C5;
    border-right: 1px solid #BCC0C5;
    opacity: 0.5;
}
.copyright a{
    text-decoration: none;
}
.footer-title{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
}
.footer-title:after{
    content:"";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #000562;
}
.footer-contacts .element{
    margin-bottom: 5px;
}
.footer-contacts .element i{
    margin-right: 4px;
    display: inline-block;
    width: 15px;
}
.footer-bottom{
    background: #000562;
    padding: 10px 0;
    font-size: 13px;
}
.footer-bottom a{
    text-decoration: none;
}



body.bg1{
    background: #E5E5E5;
}
body.bg2{
    background: #333333;
}
body.bg3{
    background: #E9F2F9;
}
body.bg4{
    background: #F3F9ED;
}
body.bg5{
    background: #58960e;
}
body.bg6{
    background: #314E7C;
}
body.bg7{
    background: url(../images/bg/bg1.png);
}
body.bg8{
    background: url(../images/bg/bg2.png);
}
body.bg9{
    background: url(../images/bg/bg3.png);
}
body.bg10{
    background: url(../images/bg/bg4.png);
}
body.bg11{
    background: url(../images/bg/bg5.png);
}
body.bg12{
    background: url(../images/bg/bg6.png);
}
body.bg13{
    background: url(../images/bg/bg8.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.bg14{
    background: url(../images/bg/bg9.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.bg15{
    background: url(../images/bg/bg10.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.bg16{
    background: url(../images/bg/bg11.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.push110{
    height: 110px;
}
.push120{
    height: 120px;
}
.push130{
    height: 130px;
}
.push140{
    height: 140px;
}
.push150{
    height: 150px;
}
.push200{
    height: 200px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.f48{
    font-size: 48px;
}
h1,
.title-h1{
    font-family: "raleway";
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;    
}
.suptitle-h1{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000562;
}
.color-scheme-defauult,
.suptitle-h1.color-scheme-defauult{
    color: #2958B0;
}
.color-scheme{
    color: #000562;
}
.subtitle-h1{
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 30px;
}
h2,
.title-h2{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
    font-weight: bold; 
}
h3,
.title-h3{
    font-family: "raleway";
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold; 
    text-transform: uppercase;
}
h4,
.title-h4{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}
h5,
.title-h5{
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
h6,
.title-h6{
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
p{
    margin-bottom: 20px;
}
a{
    color: #ffff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    text-decoration: underline;
}
a:hover{
    color: #000;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight300{
    font-weight: 300;
}
.weight700{
    font-weight: 700;
}
.weight800{
    font-weight: 800;
}
.hidden{
  opacity:0;
}
.visible{
    opacity:1;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.red{
    color: #D83638;
}
.white{
    color: #fff;
}
.black{
    color: #212429;
}
.gray{
    color: #8D8F91;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.static{
    position: static;
}
em, i,
.italic{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
img.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;    
}
img.right{
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;    
}
ul.list,
ol.list,
.content ul,
.content ol{
    margin-bottom: 25px;
}
ol.list,
.content ol{
    list-style: inside decimal;
    margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul,
.content ol li > ol,
.content ol li > ul{
    padding-left: 16px !important;
}
ul.list > li,
ol.list > li,
.content ul > li,
.content ol > li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 11px;
}
ul.list > li:before,
.content ul > li:before{
    content: "\f101";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #000562;
}
ul.list ol,
ol.list ol,
.content ul ol,
.content ol ol{
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
}
ul.list ul,
ol.list ul,
.content ul ul,
.content ol ul{
    padding-top: 20px;
    margin-bottom: 20px;
}
blockquote{
    padding: 60px 30px 30px 60px;
    margin-bottom: 30px;
    font-style: italic;
    background: #F5F5F5;
    border-left: 3px solid #000562;
    font-size: 15px;
    position: relative;
}
blockquote:before{
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f10d";
    color: #000562;
    position: absolute;
    top: 20px;
    left: 30px;
}
blockquote p{
    margin-bottom: 0;
}
q{
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    border-left: 3px solid #000562;
}
.modal{
    display: none;
    width: 600px;
    max-width: 100%;
    background: #fff;
    padding: 50px 40px;
}
.modal .btn{
    margin-bottom: 0;
}
.btn {
    display: block;
    text-decoration: none !important;
    color: #fff;
    background: #000562;
    font-size: 14px;
        line-height: 1.3;
    padding: 18px 35px;
    margin: 0 auto;
    width: 250px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #000562;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.btn:hover{
    background: transparent;
    color: #000562;
}
.btn.invert{
    background: transparent;
    color: #000562;
}
.btn.invert:hover{
    color: #fff;
    background: #000562;
}
.btn.color-scheme-defauult-btn,
.btn.color-scheme{
    background: #2958B0;
    border-color: #2958B0;
    color: #fff;
}
.btn.color-scheme-defauult-btn:hover,
.btn.color-scheme:hover{
    background: transparent;
    color: #2958B0;
}
.btn.color-scheme-defauult-btn.invert,
.btn.color-scheme.invert{
    background: transparent;
    color: #2958B0;
}
.btn.color-scheme-defauult-btn.invert:hover,
.btn.color-scheme.invert:hover{
    background: #2958B0;
    color: #fff;
}
.btn.white-btn{
    background: #fff;
    border-color: #fff;
    color: #2958B0;
}
.btn.white-btn:hover{
    background: transparent;
    color: #fff;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn i.material-icons{
    vertical-align: middle;
    margin: -3px 2px 0;
    line-height: 1;
}
.whatsapp{
    display: block;
    float: left;
    background: url(../images/whatsapp.png) no-repeat;
    width: 25px;
    height: 25px;
}
.btn.min{
    padding: 15px 22px;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
hr{
    border-top: 1px solid #DBDBDB;
}
.cleaner-hr,
.clean-hr,
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.delay-100{
    -webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-o-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200{
    -webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300{
    -webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400{
    -webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600{
    -webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700{
    -webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
	-o-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800{
    -webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-900{
    -webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-o-animation-delay: 900ms;
    animation-delay: 900ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1100{
    -webkit-animation-delay: 1100ms;
	-moz-animation-delay: 1100ms;
	-o-animation-delay: 1100ms;
    animation-delay: 1100ms;
}
.delay-1200{
    -webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1300{
    -webkit-animation-delay: 1300ms;
	-moz-animation-delay: 1300ms;
	-o-animation-delay: 1300ms;
    animation-delay: 1300ms;
}
.delay-1400{
    -webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	-o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#up {
    position: fixed;
    z-index: 300;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #000562;
    font-size: 32px;
    padding-top: 1px;
}
#up .fa {
    display: block;
}
#up:hover{
    background: #202020;
}


/* Preloader */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.no-preloader #preloader{
    display: none !important;
}
.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/* Preloader end */









/* fancybox begin */
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: transparent !important;
    top: 15px !important;
    right: 15px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-close:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-top: -1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-close:after {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-close:hover{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-nav span{
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-next span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-prev span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 1;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}
/* fancybox end*/

/* slick carousel begin*/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
}
.slick-dots li.slick-active{
    background: #000562;
}
/* slick carousel end */
/*=============================== COMMON STYLE END ===============================*/
.breadcrumb{
    margin-bottom: 30px;
}
.breadcrumb li{
    display: inline-block;
    font-size: 13px;
    color: #0F0F0F;
    font-weight: 100;
    font-style: italic;
}
.breadcrumb li a{
    color: #989898;
    position: relative;
    text-decoration: none;
}
.breadcrumb li a:hover{
    color: #0F0F0F;
}
.breadcrumb i{
    font-size: 14px;
    color: #989898;
    display: inline-block;
    margin: -3px 4px 0 ;
    vertical-align: middle;
}
.breadcrumb li:last-of-type + i{
    display: none;
}
.pagination{
    margin: 40px 0 30px;
}
.pagination li{
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.pagination a,
.pagination li > span{
    font-size: 13px;
    color: #828892;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    margin: 0 2px;
}
.pagination li.control a,
.pagination li.control > span{
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pagination li:first-of-type > span,
.pagination li:first-of-type > a{
    margin-left: 0;
}
.pagination li:first-of-type.control{
    margin-right: 10px;
    margin-left: 0;
}
.pagination li:last-of-type.control{
    margin-left: 10px;
    margin-right: 0;
}
.pagination .active a,
.pagination a:hover{
    background: #000562;
    color: #fff;
    border-color: #000562;
}
@media only screen and (max-width: 767px) {
    .pagination li.control,
    .pagination li.control{
        display: none;
    }
}




/*=============================== HEADER BEGIN ===============================*/

/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 21px;
    top: 40px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1000;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -13px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */

.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #000562;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 80px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu .search-block{
    left: 15px;
    top: 25px;
    width: 240px;
}
.mobile-menu .search-block input[type=text]{
    border: 1px solid #353F51;
    padding-left: 10px;
    padding-right: 40px;
}
.mobile-menu .search-block button{
    right: 5px
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #000562;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #000562;
    border-radius: 100%;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}


.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}










.mobile-menu .menu-button{
    display: none;
}
.mobile-search-wrapper {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    max-width: 100%;
}
.mobile-search-wrapper input[type=text]{
    background: transparent;
    border-color: #5f5f5f;
    border-radius: 30px;
}
.mobile-search-wrapper [type=submit] {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: transparent;
}
.mobile-search-wrapper [type=submit] i{
    margin: 0;
    color: #5f5f5f;
}
.mobile-menu-info{
    padding: 0 20px;
}
.mobile-menu-info .btn{
    padding: 11px 25px;
}
.mobile-menu-info .header-tel i{
    margin-top: -4px;
}
.mobile-menu-info .header-mail a{
    color: #A5A5A9;
}

/*******/
.header-wrapper{
    background: #fff;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header {
    height: 86px;
    /* padding-right: 209px; */
    margin-top: 10px;
}
.header > div{
    height: 100%;
}
.header .logo{
    display: inline-block;
    margin-right: 15px;
}
.header .logo img{
    background-color: #fff;
}
.header-contacts{
    display: inline-block;
    padding-top: 20px;
    width: 680px;
    font-size: 13px;
}
.header-contacts .el1,
.header-contacts .el2{
    padding-left: 25px;
}
.header-contacts .element > i{
    position: absolute;
    top: 0;
    left: 0;
    color: #000562;
    font-size: 18px;
}
.header-contacts .el3{
    margin-top: -5px;
}
.header-contacts .el3 i{
    vertical-align: middle;
    color: #000562;
    font-size: 18px;
    margin-right: 8px;
}
.header-tel{
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.header-tel i,
.header-email i{
    margin-top: -2px;
}
.header-email a{
    color: #000562;
}
.header-callback-btn{
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    text-decoration: none;
    text-align: center;
    width: 200px;
    padding: 10px 15px;
    line-height: 1;
    font-weight: bold;
    color: #2958B0;
    border: 2px solid #2958B0;
    height: 48px;
}
.header-callback-btn i{
    vertical-align: middle;
}
.header-callback-btn:hover{
    color: #000562;
    border-color: #000562;
}
.top-bar-wrapper{
    width: 100%;
}
.top-bar-wrapper .inner{
    background: #000562;
}
.top-bar{
    height: 57px;
}
.top-bar-wrapper.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
}
.no-fix-panel .top-bar-wrapper.fixed{
    position: relative;
}
.no-fix-panel .top-bar-wrapper.fixed + .top-bar-wrapper-push{
    display: none;
}
@media only screen and (min-width: 992px) {
    .top-bar-wrapper.fixed + .top-bar-wrapper-push{
        height: 54px;
    }
}

.search-block{
    position: absolute;
    right: 0;
    top: 8px;
    width: 210px;
}
.search-block input[type=text]{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #A9A49F;
    font-style: italic;
    padding: 5px 25px 5px 0;
    width: 100%;
}
.search-block button{
    position: absolute;
    right: 0;
    top: 5px;
    color: #A9A49F;
    border: none;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 1;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.search-block button i{
    line-height: 1;
}
.search-block button:hover{
    color: #EEEEEE;
}
.dg {}
.navbar-right{float:right}
@media only screen and (max-width: 420px) {
.navbar-right{display:none}
.text {
    font-size: 12px;
}
}
ul.nav li{float:left;
    margin-left: 13px;}

.top-menu{
    padding-right: 210px;
}
.top-menu > div > ul {
    padding: 3px 0;
}
.top-menu > div > ul > li{
display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    min-width: 100px;
    max-width: 150px;
    text-align: center;
    position: relative;
    font-size: 13px;
}
.top-menu > div > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > div > ul > li.down{
    margin-right: 50px;
}
.top-menu > div > ul > li.down:after{
    right: -32px;
}
.top-menu > div > ul > li.down > a:after{
    content:"";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 2px;
}
.top-menu > div > ul > li.down > a.dropdown-link{
    letter-spacing: 2px;
    font-size: 18px;
    font-family: arial;
    top: -12px;
    position: relative;
    width: 20px;
}
.top-menu > div > ul > li.down > a.dropdown-link span{
    display: none;
}
.top-menu > div > ul > li.down > a.dropdown-link:after{
    content:"...";
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    border: none;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin: 0;
    padding: 0;
}
.top-menu > div > ul > li > a {
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
.top-menu > div > ul > li.active > a,
.top-menu > div > ul > li:hover > a,
.top-menu > div > ul > li > a.uMenuItemA,
a.uMenuItemA{
    color: #fff;
}
.top-menu > div > ul > li.active > a{
    border-bottom-color: #fff;
}
.top-menu > div > ul > li:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    right: -22px;
    background: rgba(255,255,255,0.1);
}
.top-menu > div > ul > li:last-of-type:after{
    display: none;
}
/****/
.top-menu > div > ul > li > ul{
    position: absolute;
    width: 250px;
    top: 25px;
    padding-top: 30px;
    left: -20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    text-align: left;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}
.top-menu > div > ul > li:last-of-type > ul{
    left: auto;
    right: 0;
}
.top-menu > div > ul > li:hover > ul{
    visibility: visible;
    top: 15px;
    opacity: 1;
}
.top-menu > div > ul > li > ul > li > a{
    background: #000562;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
.top-menu > div > ul > li > ul > li:first-of-type > a:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #000562;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: -5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.top-menu > div > ul > li:last-of-type > ul > li:first-of-type > a:before{
    left: auto;
    right: 15px;
}
.top-menu > div > ul > li > ul > li:first-of-type > a,
.top-menu > div > ul > li > ul > li > ul > li:first-of-type > a{
    border-top: none;
}
.top-menu > div > ul > li > ul > li:hover > a,
.top-menu > div > ul > li > ul > li > a.uMenuItemA,
.top-menu > div > ul > li > ul > li:hover > a:before,
.top-menu > div > ul > li > ul > li > a.uMenuItemA:before,
.top-menu > div > ul > li > ul > li.active > a,
.top-menu > div > ul > li > ul > li.active > a:before{
    background: #000562;
}
.top-menu ul ul ul ul{
    display: none !important;
}
.top-menu ul ul ul{
    position: absolute;
    top: 10px;
    left: 250px;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.top-menu > div > ul > li:last-of-type > ul ul{
    left: auto;
    right: 250px;
}
.top-menu > div ul > li:last-of-type > ul li.uWithSubmenu > a:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.top-menu ul ul li{
    position: relative;
}
.top-menu ul ul li.uWithSubmenu > a{
    padding-right: 50px;
}
.top-menu ul ul li.uWithSubmenu > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}
.top-menu ul ul li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.top-menu ul ul ul a{
    background: #000562;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 10;
}
.top-menu ul ul li:last-of-type > ul > li:first-of-type > a{
    border-top: none;
    border-left: none;
}
.top-menu ul ul ul li:hover a,
.top-menu ul ul ul li a.uMenuItemA,
.top-menu ul ul ul li.active a{
    background: #000562;
    border-color: #000562;
}

.top-menu ul ul ul li:hover + li a,
.top-menu ul ul ul li.active + li a{
    border-color: #000562;
}




@media only screen and (max-width: 1229px) {
    .header-contacts {
        width: 450px;
    }
    .top-menu > div > ul > li {
        margin-right: 25px;
        font-size: 13px;
    }
    .top-menu > div > ul > li:after {
        right: -15px;
    }
    .top-menu > div > ul > li > a{
        font-weight: normal;
    }
}


@media only screen and (max-width: 991px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
    .header-contacts {
        width: auto;
        float: right;
        margin-right: 30px;
    }
    .header {
        padding-right: 240px;
    }
    .header-callback-btn {
        right: 55px;
    }
    .header .logo {
        margin-right: 20px;
    }
    .header-callback-btn {
        width: 185px;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header{
        padding-right: 40px;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/*=============================== HEADER END ===============================*/



/*============================ TOP SLIDER BEGIN ============================*/
.top-slider-wrapper{
    height: 580px;
    overflow: hidden;
}
.top-slider .item{
    height: 580px;
}
.top-slider-wrapper.min{
    height: 480px;
}
.top-slider-wrapper.min .top-slider .item{
    height: 480px;
    padding-bottom: 30px;
}
.top-slider-wrapper.min .slide-content .title{
    font-size: 32px;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    background: #000562;
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border: 2px solid #000562;
    border-radius: 2px;
    opacity: 0.5;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 1;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev i,
.top-slider .slick-next i{
    font-size: 26px;
    line-height: 40px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: #000562;
    border-color: #000562;
    color: #fff;
}
.top-slider .slick-dots{
    position: absolute;
    bottom: 0;
}
.top-slider .item.first .slide-content{
    opacity: 0;
}
.top-slider .item.first.slick-current .slide-content{
    opacity: 1;
}
.slide-content{
    padding: 50px;

    max-width: 100%;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    color: #fff;
}
.slide-content .title {
    font-family: "raleway";
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slide-content .sub-title {
    font-family: "raleway";
    font-size: 16px;
    /* font-weight: bold; */
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

.textt {
    margin: 0 auto;
    width: 550px;
}



@media only screen and (max-width: 767px) {
    .slide-content {
        padding: 30px;
        width: 100%;
    }
    .slide-content .title {
        font-size: 6vw;
    }
    .slide-content .btn{
        padding: 18px 15px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .top-slider-wrapper,
    .top-slider .item{
        height: 500px;
    }
}
/*============================= TOP SLIDER END =============================*/

.advantages-wrapper .element{
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    margin-bottom: 20px;
}
.advantages-wrapper .element .img-wrapper{
    height: 130px;
}
.advantages-wrapper .element .img-wrapper img{
    background-color: #000562;
}
.advantages-wrapper .element .element-content{
    padding: 0 10px 30px;
}
.advantages-wrapper .element .title{
    margin-bottom: 10px;
    line-height: 1.2;
    height: 38px;
    overflow: hidden;
}
.advantages-wrapper .element .text{
    height: 60px;
    overflow: hidden;
}
.gray-bg{
    background: #F9F9F9;
}
.feedback-section,
.team-section{
    overflow: hidden;
}
.feedback-section form{
    width: 630px;
    max-width: 100%;
    margin: auto !important;
}
.team-section{
    color: rgba(255,255,255,0.6);
    position: relative;
}
.team-section:before{
    background: url(../images/pattern1.png) -3px -3px;
    background-color: #000562;
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.97;
}
.team-section .container{
    position: relative;
}
.team-section .slick-prev, 
.team-section .slick-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -50px;
    z-index: 20;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 2px;
}
.team-section .slick-prev{
    left: -85px;
}
.team-section .slick-next{
    right: -85px;
}
.team-section .slick-prev i, 
.team-section .slick-next i {
    font-size: 26px;
    line-height: 46px;
}
.team-section .slick-prev:hover, 
.team-section .slick-next:hover{
    border-color: #fff
}
.team-section .element{
    padding: 0 10px;
}
.team-section .element .title{
    line-height: 1.2;
}
.team-section .element .img-wrapper img{
    border-radius: 3px;
}
.about-section{
    overflow: hidden;
}
.about-section .inner{
    background-repeat: no-repeat;
    background-position: 0 bottom;
    min-height: 700px;
}
@media only screen and (max-width: 991px) {
    .about-section .inner{
        background: #fff !important;
        min-height: inherit;
    }
}

.news-section{
    background: url(../images/gray-bg2.png);
}
.decoration-none{
    text-decoration: none;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.news-section .element{
    margin-bottom: 30px;
}
.news-section .element .title{
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
}
.news-section .element .text{
    height: 60px;
    overflow: hidden;
}
.news-section .element .img-wrapper{
    height: 330px;
    overflow: hidden;
    border-radius: 3px;
}
.news-section .element .img-wrapper img{
    opacity: 0;
}

@media only screen and (max-width: 1229px) {
    .news-section .element .img-wrapper{
        height: 330px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .news-section .container > .row > div:nth-of-type(3){
        display: none;
    }
    .news-section .element .img-wrapper{
        height: 330px;
    }
}
@media only screen and (max-width: 767px) {
    .news-section .element .img-wrapper{
        height: auto;
    }
}
@media only screen and (min-width: 992px){
    .news-section .element .img-wrapper:hover img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}


.consult-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #202650;
    opacity: 0.8;
}
.consult-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
}
.ie .consult-section{
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}
.num-section{
    position: relative;
}
.num-section:before{
    background: url(../images/pattern1.png) -3px -3px;
    background-color: #000562;
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.97;
}
.num-section .container{
    position: relative;
}
.num-section .element .img-wrapper{
    height: 86px;
    margin-bottom: 20px;
}
.num-section .element .num{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    visibility: hidden;
}
.num-section .element .num.visible{
    visibility: visible;
}
.num-section .element p{
    color: rgba(255,255,255,0.6);
}
.hit-section .element{
    border: 1px solid #EBEBEB;
    padding: 35px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.hit-section .element .img-wrapper{
    height: 86px;
}
.hit-section .element .img-wrapper img{
    background-color: #000562;
}
.hit-section .element .title{
    line-height: 1.3;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}
.hit-section .element .price{
    font-weight: bold;
    font-size: 22px;
    color: #2958B0;
}
.rev-section{
    background: url(../images/gray-bg2.png);
}
.rev-carousel{
    margin: 0 -15px;
}
.rev-carousel .item{
    padding: 0 15px;
    margin-bottom: 30px;
}
.rev-carousel .element-header{
    padding: 15px 0 0 90px;
    min-height: 80px;
}
.rev-carousel .element-header img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.rev-carousel .element-body{
    background: #EDEDED;
    border-radius: 3px;
    position: relative;
    padding: 20px;
    font-style: italic;
}
.rev-carousel .element-body:before{
    content:"";
    display: block;
    position: absolute;
    top: -10px;
    left: 30px;
    border-bottom: 10px solid #EDEDED;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.rev-carousel .slick-dots li {
    background: #d4d4d4;
    width: 12px;
    height: 12px;
    border: 2px solid #d4d4d4;
}
.rev-carousel .slick-dots li.slick-active{
    background: #2958B0;
    border-color: #2958B0;
}
.contacts-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}
.contacts-section .inner{
    position: relative;
    z-index: 20;
}
.contacts-template .contacts-section:after{
    content:"";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: #F9F9F9;
}
.contacts-template .contacts-section .box1{
    padding: 0 50px 0 0;
}
.contacts-template .contacts-section .box2{
    padding: 0 0 0 50px;
}



#mapexMap{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.contacts-template #mapexMap{
    position: static;
    width: 100%;
    height: 500px;
}
.contacts-section .inner{
    padding-right: 30px;
}
.contacts-section .inner .element{
    padding-left: 30px;
    color: #000;
    margin-bottom: 10px;
    min-height: 20px;
}
.contacts-section .inner .element i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #000562;
    font-size: 18px;
}
.contacts-section .inner .element.el2 i{
    top: 8px;
}
@media only screen and (max-width: 991px) {
    #mapexMap,
    .contacts-template #mapexMap{
        position: static;
        width: 100%;
        height: 400px;
    }
    .contacts-section:before,
    .contacts-template .contacts-section:after{
        display: none;
    }
    .contacts-section .inner{
        padding-right: 0;
    }
    .contacts-template .contacts-section .box1{
        padding: 0;
    }
    .contacts-template .contacts-section .box2{
        margin: 50px -15px 0;
        padding: 40px 15px;
        background: #F9F9F9;
    }
}





/* SERVICES LIST */

.services-list .element{
    height: 195px;
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 20px 20px 20px 230px;
}
.services-list .element .img-wrapper{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    overflow: hidden;
    width: 205px;
}
.services-list .element .element-content{
    height: 100%;
    overflow: hidden;
}
.services-list .element .title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    height: 42px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services-list .element .title a{
    color: #000;
    text-decoration: none;
}
.services-list .element .title a:hover{
    text-decoration: underline;
}
.services-list .element .text{
    font-size: 13px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
}
.more{
    font-size: 13px;
    font-weight: bold;
}
@media only screen and (max-width: 1229px) {
    .services-list .element .title {
        font-size: 16px;
        margin-bottom: 10px;
        height: 57px;
    }
    .services-list .element {
        padding: 15px 15px 15px 220px;
    }
}
@media only screen and (max-width: 767px) {
    .services-list .element{
        height: auto;
        padding: 15px 15px 15px 110px;
        min-height: 110px;
    }
    .services-list .element .img-wrapper{
        width: 80px;
        height: 80px;
        top: 15px;
        left: 15px;
        bottom: auto;
        border-radius: 3px;
    }
    .services-list .element .title{
        font-weight: normal;
        height: auto;
        font-size: 13px;
        line-height: 1.5;
    }
    .services-list .element .text{
        display: none;
    }
}

/* /. SERVICES LIST */




.article-img{
    margin-bottom: 10px;
    width: 100%;
    height: 415px;
}

@media only screen and (max-width: 1229px) {
    .article-img{
        height: 295px;
    }
}
@media only screen and (max-width: 991px) {
    .article-img{
        height: 50vw;
    }
}
@media only screen and (max-width: 767px) {

}




table.tpl-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}
table.tpl-table tr:nth-child(odd) {
    background: #f7f7f7;
}
table.tpl-table td, 
table.tpl-table th {
    padding: 12px 20px;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
    color: #5F5F5F;
}
table.tpl-table td:first-child, 
table.tpl-table th:first-child {
    border-left: none;
}
table.tpl-table th{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    background: #dbdbdb;
    text-align: left;
}
table.tpl-table tr:hover td{
    background: #000562;
    color: #fff;
}
table.tpl-table tr:hover td a{
    color: #fff;
}
@media only screen and (max-width: 767px) {
    table.tpl-table td, 
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}

.team .element{
    box-shadow: 0 0 0 1px #EBEBEB;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.team .element .img-wrapper{
    height: 270px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.team .element .img-wrapper img{
    width: 100%;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.team .element .element-content{
    padding: 15px 10px;
    height: 75px;
    overflow: hidden;
}
.team .element .title{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.team .element .subtitle{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team .element:hover .title{
    color: #000562;
}
.team .element:hover .img-wrapper img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.team .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 991px) {
    .team .element .img-wrapper{
        height: 260px;
    }
}
@media only screen and (max-width: 870px) {
    .team .element .img-wrapper{
        height: 240px;
    }
}
@media only screen and (max-width: 790px) {
    .team .element .img-wrapper{
        height: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .team .element .img-wrapper{
        height: 300px;
    }
}
@media only screen and (max-width: 650px) {
    .team .element .img-wrapper{
        height: 250px;
    }
}
@media only screen and (max-width: 560px) {
    .team .element .img-wrapper{
        height: 220px;
    }
}

@media only screen and (max-width: 490px) {
    .team .element .img-wrapper{
        height: auto;
    }
    .team > .row > .col-xs-6{
        width: 100%;
    }
}

.team-block{
    margin-bottom: 40px;
}
.team-block .element-content{
    padding: 20px 20px 25px;
    border: 1px solid #EBEBEB;
    border-top: none;
    font-size: 13px;
}
.team-block .element-content p:last-of-type{
    margin-bottom: 0;
}
.team-detail .element{
    border: 1px solid #EBEBEB;
    padding: 20px 20px 20px 260px;
    min-height: 230px;
    overflow: hidden;
}
.team-detail .element .img-wrapper{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 230px;
}
.team-detail .element .element-contacts > div{
    margin-bottom: 10px;
}
.team-detail .element .element-contacts > div i{
    color: #000562;
}
@media only screen and (max-width: 500px) {
    .team-detail .element .img-wrapper{
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    .team-detail .element{
        padding: 20px;
    }
}

.news .element{
    margin-bottom: 40px;
}
.news .element .img-wrapper{
    height: 132px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news .element .img-wrapper img{
    opacity: 0;
}
.news .element .date{
    font-size: 13px;
    margin-bottom: 5px;
}
.news .element .title{
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news .element .text{
    font-size: 13px;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}
.news .element:hover .title{
    color: #000562;
}
.news .element:hover .more{
    color: #000562;
    text-decoration: none;
}
.news .element:hover .img-wrapper img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.news > .row > hr:nth-of-type(2n){
    clear: both;
}
.news + .pagination{
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .news .element .img-wrapper,
    .news .element .title,
    .news .element .text{
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .news > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .news > .row > hr:nth-of-type(3n){
        clear: both;
    }
}
@media only screen and (min-width: 1230px) {
    .news > .row > hr:nth-of-type(3n){
        clear: none;
    }
    .news > .row > hr:nth-of-type(4n){
        clear: both;
    }
}













a.invert {
    color: #00f;
}









/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 1229px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    .modal{
        padding: 40px 30px;
    }
    h1,
    .title-h1{
        font-size: 30px;   
    }
}



@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 992px){
    /* custom webkit scroll */
    ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 9px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 9px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #000562;
    }
    ::-webkit-scrollbar-track {
        background-color: #202020;
    }
    /* custom webkit scroll end*/
    .product-detail-content h1{
        font-size: 48px;
    }
    .product-detail-content{
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1230px) {
    
}





















/*============================ UCOZ CUSTOM STYLES BEGIN =======================*/
/* pagination begin */
.row > div > .catPages1{
   padding-left: 6px;
   padding-right: 6px; 
}
.row.min > div > .catPages1{
   padding-left: 5px;
   padding-right: 5px; 
}
.catPages1,
.pagination{
    text-align: left;
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.portfolio-template .pagination{
    margin-bottom: 50px;
}
.news-list .catPages1{
    margin-top: 10px;
    margin-bottom: 0;
}
.catPages1 > b, 
.catPages1 > a > span,
.pagesBlockuz1 > b,
.pagesBlockuz1 > a > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catPages1 .swchItemA,
.pagesBlockuz1 .swchItemA{
    background: #000562;
    color: #fff;
    border-color: #000562;
    position: relative;
    z-index: 2;
}
.catPages1 > a:hover > span,
.pagesBlockuz1 > a:hover > span{
    background: #DDDDDD;
    color: #000;
}
/* pagination end */



/* systems messages popup begin*/
.myWinCont{
    max-width: 100% !important;
    text-align: left !important;
}
.xw-plain .xw-tl,
.xw-plain .xw-bl{
    border-radius: 0 !important;
}
.xw-plain .xw-ml, 
.xw-plain .xw-tl, 
.xw-plain .xw-bl{
    background: #F9F9F9 !important;
}
.xw-hdr .xw-hdr-text {
    font-size: 26px !important;
    color: #000 !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    display: inline-block !important;
}
.myWinCont, 
.myWinCont td, 
.myWinCont dl, 
.myWinCont dt{
    color: #000 !important;
}
.xt{
    margin: 0 !important;
    background: transparent !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -10px !important;
}
.xt:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-top: -1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.xt:after {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.xt:hover{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.myWinGrid{
    opacity: 0.8 !important;
}
.xw-plain {
    border-radius: 0 !important;
}
.xw-blank{
    border-radius: 0 !important;
}
.xw-plain .myBtnCenter a:link, .xw-plain .myBtnCenter a:visited {
    color: #2c2e32 !important;
}
@media only screen and (max-width: 400px) {
    .xw-plain{
        width: 300px !important;
    }
    #_uwndTop1{
            left: 50% !important;
            margin-left: -150px !important;
    }    
}
/* systems messages popup end */




/* custom comments begin */
button.uf-btn,
input#addcBut{
    background: #393D4C !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 25px 9px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    border: none !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px !important;
    height: auto !important;
}
button.uf-btn:hover,
input#addcBut:hover{
    background: #A8AAAC !important;
    color: #fff !important;
}
.ucf-start-content textarea {
    height: 150px !important;
    max-height: 150px !important;
}
.uComment span[itemprop="datePublished"] {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
}
/* custom comments end */

.search-results .search-element{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.search-results .search-element .title-h4{
    margin-bottom: 10px;
}
.search-results .search-element .info{
    margin-bottom: 10px;
}

/* guest book begin */
.gb-form-inner .form-group input{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
}
.gb-form-inner .form-group textarea{
    display: block;
    width: 100%;
    height: 150px;
    max-height: 150px;
    padding: 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
}
.captcha-group input{
    display: inline-block;
    width: 158px;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
    margin-right: 7px;
}
.gb-form-inner .form-group input:focus,
.gb-form-inner .form-group textarea:focus,
.captcha-group input:focus{
    outline: 0;
    border-color: #6B6B6B;
    color: #707070;
}
.securityCode + input + img{
    height: 45px;
    border: 1px solid #C7C7C7 !important;
} 

.securityCode + input + img + img{
    width: 17px;
    margin-left: 5px;
}


.commError{
    text-align: left !important;
    margin-bottom: 15px;
    color: #A94442;
}
.commError .successText{
    color: #00487F !important;
}
#pagesBlock2{
    text-align: left !important;
}
.gb-rev-element{
    margin-bottom: 30px;
    padding:  20px;
    border: 2px solid #E5E5E5;
}
.gb-rev-element .text{
    font-size: 13px;
    margin-top: 10px;
}
#numEntries{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: none;
}
.content .csTop{
    display: none;
}
.gb-element-date{
    letter-spacing: 0;
    margin-left: 15px;
    font-size: 12px;
    padding-top: 2px;
    color: #000000;
    vertical-align: middle;
    font-weight: normal;
}
.gb-rev-element .title-h3{
    font-family: 'Open Sans', sans-serif;
}
/* guest book end*/

/* выпадашка селекта при добавлении материала */
form #uCatsMenu7{
    left: auto !important;
    top: auto !important;
}
/* /. выпадашка селекта при добавлении материала */

/* для информационного сообщения */
.myWinCont b {
    color: #000 !important;
}
/* /. для информационного сообщения */




/* tag cloud begin */
.tag-cloud{
    overflow: hidden;
    color: #fff;
}
.tag-cloud p{
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}
.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px 2px;
    border: none;
    margin: 0 5px 5px 0;
    text-transform: lowercase;
    background: #6b727f;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.tag-cloud a:hover{
    background: #000562;
}
/* tag cloud end */



/****************** ASIDE MENU *******************/
.aisde hr{
    margin-top: 10px;
    margin-bottom: 18px;
}
.aside-menu{
    margin-bottom: 30px;
}
.aside-menu .uMenuH > ul > li > a {
    display: block;
    text-decoration: none !important;
    color: #000562;
    padding: 15px 20px;
    font-size: 14px;
    background: #F5F5F5;
    line-height: 1.3;
    border-top: 1px solid #DBDBDB;
    font-weight: bold;
}
.aside-menu .uMenuH > ul > li:first-of-type > a{
    border-top: none;
}
.aside-menu .uMenuH  li > a:hover{
    color: #000562;
}
.aside-menu .uMenuH a.uMenuItemA{
    color: #fff !important;
    background: #000562;
    border-color: #000562;
}
.aside-menu .uMenuH > ul ul{
    background: #EDEDED;
    display: none;
}
.aside-menu .uMenuH > ul li{
    position: relative;
}
.aside-menu .uMenuH > ul li.down > a{
    padding-right: 50px;
}
.aside-menu .dropdown-button{
    width: 50px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.aside-menu .dropdown-button:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px;
    border-left: 1px solid #000562;
    border-bottom: 1px solid #000562;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.aside-menu .open .dropdown-button:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px;
}

.aside-menu .active .dropdown-button:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px;
}
.aside-menu .active.open .dropdown-button:after{
    margin-top: -7px;
    border-left: 1px solid #000562;
    border-bottom: 1px solid #000562;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aside-menu .uMenuH ul ul a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px 10px 35px;
    display: block;
    border-top: 1px solid #DBDBDB;
    color: #000562;
    position: relative;
}
.aside-menu .uMenuH ul ul a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 20px;
    border-right: 1px solid #000562;
    border-bottom: 1px solid #000562;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.aside-menu .uMenuH ul ul a.uMenuItemA{
    color: #000562 !important;
    background: #EDEDED;
    border-color: #DBDBDB;
}
.aside-menu .uMenuH ul ul a:hover:before,
.aside-menu .uMenuH ul ul a.uMenuItemA:before{
    border-color: #000562;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #000562;
    position: relative;
    color: #fff;
}
.aside-menu-title i{
    vertical-align: middle;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media only screen and (max-width: 991px) {
    .aside-menu .uMenuH > ul{
        display: none;
    }
    .aside-menu.active .uMenuH > ul{
        display: block;
    }
    .aside{
        border-right: none;
        margin-bottom: 40px;
    }
    .aside-menu .uMenuH  a {
        border-right: 1px solid #F5F5F5;
        border-left: 1px solid #F5F5F5;
    }
}
/****************** ASIDE MENU END*******************/


/* aside categories menu begin*/
.aside-categories .catsTd{
    position: relative;
}
.aside-categories span{
    display: none;
}
.aside-categories a{
    display: block;
    text-decoration: none !important;
    color: #000562;
    padding: 15px 20px;
    font-size: 14px;
    background: #F5F5F5;
    line-height: 1.3;
    border-top: 1px solid #DBDBDB;
    font-weight: bold;
}
.aside-categories table tr:first-of-type a{
    border-top: none;
}
.aside-categories a:hover{
    color: #000562;
}
.aside-categories a.catNameActive{
    color: #fff !important;
    background: #000562 !important;
    border-color: #000562 !important;
}

@media only screen and (max-width: 991px){
    .aside-menu > div > table{
        margin-top: 10px;
    }
    .aside-menu .aside-categories{
        display: none;
    } 
    .aside-menu.active .aside-categories {
        display: block;
    }   
}

@media only screen and (min-width: 992px){
    .aside-categories a:hover{
        background: #e3e3e4;
    }
    .aside-categories a.catNameActive{
        margin-top: -1px;
    }
}
/* aside categories menu end*/
.aside-block .title{
    background: #000562;
    color: #ffffff;
    padding: 10px 15px;
}


.main-column .element-info > span{
    display: inline-block;
    margin-right: 10px;
}
.main-column .element-info > span i{
    margin-right: 5px;
}
.main-column .element-info a{
    text-decoration: none;
    color: #000562;
}
.main-column .element-info a:hover{
    color: #000562;
}



/* Article gallery */
.art-gallery .element{
    margin-bottom: 10px;
}
a.lightgallery-link{
    display: block;
    overflow: hidden;
}
.art-gallery .element-img{
    height: 100px;
}
@media only screen and (min-width: 1230px){
    .art-gallery .element-img{
        height: 130px;
    }
}


a.lightgallery-link:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
a.lightgallery-link:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
    opacity: 0;
}
a.lightgallery-link:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

a.lightgallery-link:before {
    content:"";
    width: 45px;
    height: 44px;
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 0;
}
a.lightgallery-link:hover:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .art-gallery .element-img{
        height: 15vw;
    }
}
@media only screen and (max-width: 767px) {
    .art-gallery .element-img{
        height: 28vw;
    }
}
/* /. Article gallery */

.main-column .uComment.cBlock1,
.main-column .uComment.cBlock2 {
    padding: 10px !important;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1) !important;
    margin: 0 0 30px 0 !important;
}
.com-order-block{
    display: none !important;
}


/* aside news */

.aside-news .element{
    padding-left: 90px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    min-height: 70px;
    font-size: 13px;
}
.aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 5px;
}
.aside-news .img-wrapper .element-img{
    background: #f1f1f1;
}
.aside-news a{
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    color: #000562;
}
.aside-news a:hover{
    color: #000562;
}
.aside-news .element .img-wrapper a{
    display: block;
}
.aside-news .element .img-wrapper a:hover{
    opacity: 0.7;
}
.aside-news > div:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 80px;
}
.aside-news .text{
    line-height: 1.2;
    height: 45px;
    overflow: hidden;
}
/* /. aside news */


/* Ruble sign */
@font-face {
    font-family: 'Rouble PTSans';
    src: url('fonts/ie-rouble-ptsans-regular.eot');
    font-weight: normal;
    font-style: normal !important;
}

@font-face {
    font-family: 'Rouble PTSans';
    src: local('Rouble PTSans'), url(data:font/truetype;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Rouble PTSans';
	src: url('fonts/ie-rouble-ptsans-bold.eot');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Rouble PTSans';
	src: local('Rouble PTSans'), url(data:font/truetype;charset=utf-8;base64,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) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: 'Rouble PTSans';
	src: url('fonts/ie-rouble-ptsans-italic.eot');
	font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: 'Rouble PTSans';
	src: local('Rouble PTSans'), url(data:font/truetype;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face{
	font-family: 'Rouble PTSans';
	src: url('fonts/ie-rouble-ptsans-bolditalic.eot');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: 'Rouble PTSans';
	src: local('Rouble PTSans'), url(data:font/truetype;charset=utf-8;base64,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) format('truetype');
	font-weight: bold;
	font-style: italic;
}
.rubl {
	font-family: 'Rouble PTSans', Arial, sans-serif;
}
.currency-block .inner{
    border: 2px solid #000562;
    padding: 10px;
    font-size: 13px;
}
.currency-block table{
    width: 100%;
}
.currency-block td{
    padding: 2px 5px;
}
.currency-block td:nth-of-type(2),
.currency-block td:nth-of-type(3){
    text-align: right;
}
.currency-block td:nth-of-type(1){
    text-transform: uppercase;
    font-weight: bold;
    color: #000562;
}
.currency-block tr:nth-of-type(1) td{
    font-size: 11px;
    color: #000562;
}







/* форум */
.forum-top-links a{
    display: inline-block;
    text-decoration: none;
    background: #000562;
    color: #fff;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.forum-top-links a:hover{
    background: #21232C;
}

.gTable{
    border-collapse: separate;
    margin-bottom: 20px;
}
.gTable td,
.ThrTopButtonsTbl td{
    vertical-align: middle;-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.gTable .gTableRight{
    text-align: center;
}


/*------*/
.cBlock1,.cBlock2 {background:#fff;border-bottom:1px solid #dbe1e8;margin:0!important;padding:5px!important;}
#content .cBlock1,#content .cBlock2{padding:0 0 20px!important;margin:0 0 20px!important;}
.commTable {background:#dbe1e8;padding:20px;}
.cMessage {font-size:13px;line-height:130%;}
.cTop {padding:0 0 15px 0;font-size:14px;}
.cTop * {font-weight:normal;}
.cAnswer {padding:5px 0 0 0;font-style:italic;color:#464646;font-size:11px;}
.commTd1 {padding:5px 2px;width:20%;}
input.codeButtons {min-width:30px;}
.securityCode {}
.eAttach {margin: 10px 0;color: #333;font-size: 14px!important;line-height: 18px!important;}
.eRating {font-size:8pt;}
.manTdError,.commError {color:#ff0000;}
.commReg {padding: 10px 0;text-align:center;}
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color: #555;font-size: 16px;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color: #555;font-size: 16px;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color: #555;font-size: 16px;}
.replaceTable {font-size:12px;padding:20px;border:none;background:#fff;}
.legendTd {font-size: 13px!important;line-height: 32px!important;font-family: 'Roboto', sans-serif!important;color: #555;}
.outputPM {border:1px dashed #ddd;margin:4px 0 4px 30px;}
.inputPM {border:1px dashed #ddd;margin:4px 0;}
.uTable {border-spacing:0;margin:0;padding:0;}
.uTd {padding: 10px 0;color: #333!important;font-size: 15px!important;line-height: 20px!important;}
.uTable td.uTopTd {border-bottom: none;padding: 10px;background: #F3F3F3;color: #333 !important;font-size: 15px!important;line-height: 20px!important;font-family: 'Roboto Condensed', sans-serif!important}
.uTd a {color: #333!important;font-size: 16px!important;line-height: 20px!important;}
.uTd a:hover {text-decoration:none!important}
.eAttach .entryAttachSize {padding-left:4px;color: #333;font-size: 14px!important;line-height: 18px!important;}
.manTable {text-align:left;}
.manTable .manTd1 {font-size:14px;line-height:22px;width:30%;}
#casing.popuptable {margin:0;padding:0; background:#fff;}
.popuptitle {text-transform:uppercase;padding:13px 20px;color:#fff;font-size:16px;font-family:'Roboto';}
.popuptable table {text-align:left;color:#5e6d81;}
.udtlb, .udtlb a, .udtlb span, .udtb, .udtb a, .udtb span {text-decoration: none!important;color: #555;font-size: 15px!important;line-height: 26px;}
#subscribe a {font-size: 13px!important;line-height: 18px!important;text-transform: none;}
.archiveEntryTitle ul {margin:2px 0;list-style:circle;}
.archiveEntryTitle .archiveEntryTime {display:inline-block;padding:3px 5px;font-size:11px;color:#fff;}
.archiveEntryTitle .archiveEntryTitleLink {font-size:14px;text-decoration:none;color:#5e6d81;}
.archiveEntryTitle .archiveEntryTitleLink:hover {text-decoration:underline;}
.archiveEntryTitle .archiveEntryComms {font-size:11px;color:#939fae;}
.uTd .user_avatar img {max-width:50px;}
.user_avatar img {width:100px;}
.cMessage .user_avatar img {width:50px;margin:0 10px 5px 0;}
.userSchFrm select, .userSchFrm input {font-size: 15px!important;line-height: 20px!important;} 
#mesforuds .gTableLeft {border-left:1px solid #CACACA;color: #333;font-size: 14px!important;line-height: 18px!important;}
#mesforuds .gTableRight {padding:15px 20px;}
#mesforuds .gTableRight label, #mesforuds .gTableRight select, #mesforuds .gTableRight {z-index:CACACA9;color: #333!important;font-size: 14px!important;line-height: 18px!important;} 
#mesforuds {margin-top: 25px;} 
.posttdMessage img {margin-bottom:20px;}
.posttdMessage a {text-decoration:underline;line-height: 22px;font-size: 14px;}
.posttdMessage a:hover {text-decoration:underline;color:#000;}
.bbQuoteBlock {margin-top:10px;}
.bbQuoteName, .bbCodeName {color: #333;font-size: 13px !important;}
.posttdMessage li {color: #333;line-height: 22px;font-size: 14px;}
.posttdMessage ul {margin: 10px 0;color: #333;}
.entryAttach {color: #333!important;font-size: 14px!important;line-height: 18px!important;font-weight: 700;text-decoration: none!important;}
.entryAttach:hover {text-decoration: none!important;}
.eAttach:before {font-size:14px;font-family: Fontawesome;display:inline-block;padding:0 4px 0 0;content: '\f0c6';color:#333;text-decoration:none!important;}
.pollAnswer label {color:#333!important;font-size: 16px!important;line-height: 24px!important;}
.pollButtons {padding: 20px 0!important;}
.dira-1 {text-decoration:none!important;font-size: 18px;font-weight: 400;color: #333;font-family: 'Fira Sans', sans-serif!important;line-height: 26px;}
.dira-1:hover {text-decoration:none!important;}
#forumPollF {margin-top:20px!important;}
.pollAnswer {text-align:left!important;}
.pollResults {padding-bottom: 10px!important;}
.pollTotal {padding-bottom: 20px!important;font-size: 15px!important;line-height: 21px!important;color: #333!important;}
.pollResults table {font-size: 15px!important;line-height: 21px!important;color: #333!important;}
.titstatistics {text-align: center;display: block;font-size: 16px;color: #333 !important;}
.tOnline, .gOnline, .uOnline, .tOnline b, .gOnline b, .uOnline b {text-align: center;font-weight: 400 !important;font-size: 16px;color: #333 !important;line-height:22px;}
.forumOnlineBar a {font-size: 14px!important;}
.pollBlock {margin-top:-19px!important;}
.forum-box {padding:20px;background:#fff;}
.gTable,.postTable {background:none;border-spacing:0;}
.gTableTop {
    line-height: 40px;
    padding: 0 20px !important;
    color: #fff;
    text-decoration: none;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    letter-spacing: 1px;
    background: #000562;
    border-color: #000562 !important;
}
.gTableTop a {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}
.threadNametd .poooedi .modBut:before {font-size:12px;font-family: Fontawesome;display:inline-block;padding:0 4px;content: '\f040';color:#777;text-decoration:none!important;}
.threadNametd .pooodel .modBut:before {font-size:12px;font-family: Fontawesome;display:inline-block;padding-right:4px;content: '\f1f8';color:#777;text-decoration:none!important;}
.threadNametd .poooedi:hover .modBut:before {color:#333;text-decoration:none!important;}
.threadNametd .pooodel:hover .modBut:before {color:#333;text-decoration:none!important;}
.modBut img {display:none!important;} 
.poooedi, .pooodel {color:#777;text-decoration:none!important;} 
.poooedi:hover, .pooodel:hover {color:#333;text-decoration:none!important;} 
.gTableTop a:hover {text-decoration:none!important;}
.gTableSubTop,.postTdTop {border-bottom: 1px solid #CACACA;color: #333;font-weight: bold;padding: 1px 10px;height: 34px;position: relative;background: #F3F3F3;font-size: 14px!important;line-height: 21px!important;}
.gTableSubTop a,.gTableSubTop a:hover,.postTdTop a,.postTdTop a:hover {color: #333;font-weight: bold;padding: 1px 10px;height: 34px;position: relative;background: #F3F3F3;font-size: 14px!important;line-height: 21px!important;text-decoration: none!important;}
.gTableSubTop b {font-weight:normal;}
.gTableBody,.gTableBody1,.gTableBottom,.gTableError,.forumNameTd,.forumLastPostTd,.threadNametd,.threadAuthTd,.threadLastPostTd,.threadsType,.postPoll,.newThreadBlock,.newPollBlock,.newThreadBlock,.newPollBlock,.gTableRight,.postTdInfo,.codeMessage,.quoteMessage,.forumIcoTd,.forumThreadTd,.forumPostTd,.gTableLeft,.threadIcoTd,.threadPostTd,.threadViewTd,.postBottom {padding:15px 10px;border-bottom:1px solid #CACACA;}
.postPoll,.postTdInfo,.postBottom,.posttdMessage {border-bottom:none;}
.postBottom {border-bottom: 1px solid #CACACA;border-left: 1px solid #CACACA;border-right: 1px solid #CACACA;}
.postBottom {padding:3px 7px;background: #F3F3F3;}
.postBottom:nth-child(2) {border-left:0!important;}
.threadsDetails, .forumOnlineBar {padding: 5px 0;color: #555;font-size: 14px!important;line-height: 18px!important;}
.FrmBotTbl {margin-top: 15px;}
.FrmBotCl21, .userRights {padding-top: 20px;font-size: 13px!important;line-height: 24px!important;font-family: 'Roboto', sans-serif!important;color: #555;}
.threadsDetails {padding-top: 20px!important;}
a.forum {margin-bottom: 3px;font-size: 16px;color: #333;font-family: 'Fira Sans', sans-serif;font-weight: 700;display: inline-block;}
a.threadLink {margin-bottom: 3px;font-size: 15px;color: #333;font-family: 'Fira Sans', sans-serif;font-weight: 700;display: inline-block;}
a.forum:hover,a.threadLink:hover, .lastUserLink:hover {text-decoration:none!important;}
.forumThreadTd, .forumPostTd, .forumLastPostTd, .forumThreadTd a, .forumPostTd a, .forumLastPostTd a {line-height: 18px;font-size: 13px;text-decoration:none!important;color: #333 !important;}
.forumThreadTd a:hover, .forumPostTd a:hover, .forumLastPostTd a:hover {text-decoration:none!important;}
.fNavLink {display:inline-block;padding:8px 12px;color:#777;background:#F3F3F3;margin:0 10px 5px 0;font-size: 14px!important;line-height: 20px!important;}
.fNavLink:hover {text-decoration:none!important;background:#cdcdcd;} 
.foma-1:before, .foma-2:before, .foma-3:before, .foma-4:before, .foma-5:before, .foma-6:before, .foma-7:before {font-size:14px;font-family: Fontawesome;display:inline-block;padding-right:4px;color:#777;}
.foma-1:before {content: '\f2b7';}
.foma-2:before {content: '\f03a';}
.foma-3:before {content: '\f0c0';}
.foma-4:before {content: '\f1c1';}
.foma-5:before {content: '\f002';}
.foma-6:before {content: '\f09e';}
.foma-7:before {content: '\f087';}
.lastPostUserLink, .threadLastPostTd {line-height: 18px;font-size: 13px;text-decoration: none!important;color: #333 !important;}
.lastPostUserLink:hover {text-decoration:none!important;}

.FrmTopButtonsCl11 {width: 100%!important;display: block!important;margin-bottom: 10px!important;}
.forumNamesBar {color: #000;font-size: 14px!important;line-height: 18px!important;margin-bottom: 20px;display: inline-block!important;}
#forum_filter {margin-bottom: 15px;}
.forumBar, .forumBarA {color: #555;font-size: 14px!important;line-height: 18px!important;}
.forumBar:hover, .forumBarA:hover {text-decoration:none!important;color:#000!important;}
.fastNav {font-size: 14px!important;padding:6px!important; height: 36px;}
#thread_search_field {font-size: 14px!important;padding: 6px!important;margin: 0 !important; height: 36px;}
.fastNav[type="submit"],
.fastNav[type="button"] {
    background: #000562; border: 1px solid #000562; color: #fff; height: 36px;
}
.moderOptions {font-size: 14px!important;padding: 5px!important;margin: 0 0 20px 0 !important; height: 36px;}
.gTableBody {margin:0;line-height:150%;text-align:justify!important;font-size: 13px;line-height: 23px;}
.gTableBody img {max-width:100%;height:auto!important;float:left;border:none!important;}
.gTableBody p {margin: 0;padding: 1px 0 16px 0;overflow: hidden;font-size: 13px;line-height: 23px;color: #333;}
.gTableBody {padding-top: 20px !important;color: #333;word-wrap: break-word;font-size: 16px;line-height: 23px;}
.gTableBody ul, .gTableBody ol, .gTableBody li, .gTableBody span, .gTableBody table, .gTableBody td, .gTableBody tr, .gTableBody {font-size: 13px;line-height: 23px;color: #333;}
.gTableBody a {margin: 0;padding: 1px 0 16px 0;overflow: hidden;font-size: 16px;line-height: 23px;text-decoration:underline;}
.gTableBody a:hover {color:#000!important;}
.gTableBodyli {margin-bottom:3px;}
.gTableBody ul, .eText ol {margin-top:3px;}
.searchForumsFl {color: #555 !important;font-size: 15px!important;line-height: 18px!important;}
.forumMemNum {padding:15px 0;color: #555 !important;font-size: 15px!important;line-height: 18px!important;}
.forumMemSwch {padding:20px 0;color: #555 !important;font-size: 15px!important;line-height: 20px!important;}
.fFastSearchTd input[type='text'] {font-size: 14px!important;padding:6px!important;margin-bottom: 0 !important;}
.fFastSearchTd {
    line-height: 31px;
    margin-top: 0!important;
    font-size: 14px;
    color: #333;
    padding: 20px 0 20px 8px !important;
}
.fFastSearchTd input{
    height: 36px;
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
}
.fFastSearchTd input[type='submit'] {
    background: #000562;
    border: 1px solid #000562;
    color: #fff;
}
.frmBtns img {margin-left: 5px !important;}
 
.gTableRight img {min-width:30px;}

.funcLink:hover {text-decoration:none!important;background:#cdcdcd;} 

.forumIcoTd {border-left: 1px solid #CACACA;} 
.forumNameTd {border-left: 1px solid #CACACA;border-right: 1px solid #CACACA;}
.forumThreadTd, .forumPostTd, .forumLastPostTd {border-right: 1px solid #CACACA;}
.firtopfor {border-left:1px solid #CACACA;border-right:1px solid #CACACA;}
.secfortop {border-right:1px solid #CACACA;}
.gTable td.gTableSubTop:nth-child(1) {border-left: 1px solid #CACACA;} 
.gTable td.gTableSubTop:nth-child(2) {border-left: 1px solid #CACACA;border-right: 1px solid #CACACA;} 
.gTable td.gTableSubTop:nth-child(3) {border-right: 1px solid #CACACA; text-align: center;} 
.gTable td.gTableSubTop:nth-child(4) {border-right: 1px solid #CACACA; text-align: center;} 
.gTable td.gTableSubTop:nth-child(5) {border-right: 1px solid #CACACA;}
.gTable td.gTableSubTop:nth-child(6) {border-right: 1px solid #CACACA;}
.postTable {margin-bottom:25px;}
.threadIcoTd {border-left: 1px solid #CACACA;background: #F3F3F3;}
.threadNametd {border-left: 1px solid #CACACA;border-right: 1px solid #CACACA;}
.threadPostTd, .threadViewTd, .threadAuthTd, .threadLastPostTd {border-right: 1px solid #CACACA;}
.threadPostTd, .threadViewTd {background: #F3F3F3;font-size: 14px;color: #333;}
.gTableRight {border-left:1px solid #CACACA;border-right: 1px solid #CACACA;} 
.forumIcoTd, .gTableRight, .forumThreadTd, .forumPostTd {background:#F3F3F3; text-align: center;}
.gTableBody1 {border-right: 1px solid #CACACA;}
.statsRecord {color: #333;margin: 10px 10px 0 0;font-size: 13px!important;line-height: 20px!important;}
.gTableBody1 a.groupAdmin:link, .gTableBody1 a.groupAdmin:visited, .gTableBody1 a.groupAdmin:hover {color: #333!important;margin: 10px 10px 0 0;font-size: 13px!important;line-height: 20px!important;}
.gTableBody1, gTableBody1 a {color: #333!important;font-size: 13px!important;line-height: 20px!important;}
.lastUserLink {color: #333;font-size: 13px!important;line-height: 20px!important;}
.gTableLeft {font-weight:bold}
.gTableError {color:#FF0000}
.threadAuthorLink {font-size: 14px;color: #333;text-decoration: none!important;}
a.catLink, a.threadPinnedLink {text-decoration:none!important;}
a.catLink:hover {text-decoration:underline}
.archivedForum{font-size: 13px!important;line-height: 18px!important;font-family: 'Roboto', sans-serif!important;color: #555;display: block;margin-bottom: 5px;}
.subforumDescr, .subforumDescr a, .forumArchive, .forumArchive a, .forumViewed, .forumViewed a {font-size: 13px!important;line-height: 16px!important;margin-top: 5px;}
.subforumDescr {color: #333;display: block;}
.subforumDescr a {color: #555;}
.forumModer {font-size: 13px!important;line-height: 16px!important;margin-top: 5px;color: #333;}
.forumThreadTd, .forumPostTd {font-size: 14px;color: #333;}
.forumModer:hover, .subforumDescr a:hover, .forumArchive a:hover .forumViewed a:hover, .threadAuthorLink:hover {text-decoration:none!important;}
.forumDescr {font-size: 13px!important;line-height: 18px!important;font-family: 'Roboto', sans-serif!important;color: #555;display: block;margin-bottom: 5px;}
div.forumModer {color:#939fae;font-size:8pt}
.forumViewed {font-size:9px}
.forumLastPostLink {line-height: 18px;font-size: 13px;text-decoration: none!important;color: #333 !important;}
.forumLastPostLink:hover {text-decoration:none!important;}
.forumBarKw {font-weight:normal}
.threadPinnedLink:hover {text-decoration:none!important;}
.fastLoginForm {font-size:8pt}
.threadLastPostTd {}
.threadDescr {font-size: 13px!important;line-height: 16px!important;font-family: 'Roboto', sans-serif!important;color: #555;display: block;margin-bottom: 5px;}
.threadNoticeLink {font-weight:bold}
.threadsType {color: #333;font-weight: bold;padding: 1px 10px;height: 34px;font-size: 14px!important;line-height: 24px!important;border-left: 1px solid #CACACA;border-right: 1px solid #CACACA;}
.threadsDetails,.forumOnlineBar {padding:5px 0;}
a.threadPinnedLink {margin-bottom: 3px;font-size: 15px;color: #333;font-family: 'Fira Sans', sans-serif;font-weight: 700;display: inline-block;}
a.threadFrmLink {font-size: 14px;color: #333;text-decoration: none!important;}
.threadFrmLink:hover {text-decoration: none!important;}
.postpSwithces {font-size:8pt}
.thDescr {display: none;}
.threadFrmBlock {font-size:8pt;text-align:right}
.forumModerBlock {padding:3px 0}
.postPoll {text-align:center}
.postUser {font-weight:bold}
.postRankName {margin-top:5px;color: #555;font-size: 14px!important;line-height: 18px!important;}
.postRankIco {margin-bottom:5px;margin-bottom:5px}
.reputation {margin-top:5px}
.signatureHr {margin-top:20px;border-bottom: 1px solid #CACACA;}
.postTdInfo,.posttdMessage {padding:20px;}
.postTdInfo {text-align:center;border-left: 1px solid #CACACA;border-right: 1px solid #CACACA;border-bottom: 1px solid #CACACA;}
.numposts, .postRankIco, .postUserGroup, .reputation, .statusBlock {color: #555;font-size: 13px!important;line-height: 18px!important;margin-bottom: 5px;text-decoration:none!important;}
.posttdMessage {border-right: 1px solid #CACACA;border-bottom: 1px solid #CACACA;color: #333;line-height: 22px;font-size: 13px;}
.reputation a {color: #333;font-size: 14px!important;line-height: 18px!important;margin-bottom: 5px;text-decoration:none!important;}
.reputation a:hover {text-decoration:none!important;}
.pollQuestion {text-align:center;font-weight:bold}
.pollButtons,.pollTotal {text-align:center}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:8pt}
.pollSubmit {font-weight:bold}
.pollEnd {text-align:center;height:30px}
.codeMessage,.quoteMessage,.uSpoilerText {padding: 10px;margin: 0 0 15px;background: none;border: 1px solid #ddd!important;color: #555;line-height: 22px;font-size: 14px;}
.signatureView {display: block;padding: 0 0 0 10px;border-left: 3px solid #CACACA;font-size: 14px!important;line-height: 18px!important;}
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray}
.editedBy {font-weight:bold;font-size:8pt}
.statusBlock {padding-top:3px}
.statusOnline {color:blue;}
.statusOffline {color:red;}
.newThreadItem {padding:0 0 8px;background:url(/.s/t/1322/12.gif) no-repeat 0 4px}
.newPollItem {padding:0 0 8px;background:url(/.s/t/1322/12.gif) no-repeat 0 4px}
.pollHelp {font-weight:normal;font-size:14px;padding-top:3px}
.smilesPart {padding-top:5px;text-align:center}
.pollButtons button {margin:0 10px 0 0!important}
.postBottom .goOnTop {display:none!important}
.postIpLink {text-decoration:none;}
.thread_subscribe {text-decoration:none;}
.thread_subscribe:hover {text-decoration:underline;}
.postip,.postip a {font-size:11px;color:#939fae;}
.UhideBlockL {background:none;border:1px solid #dbe1e8;padding:10px;color:#939fae;}
.UhideBlockL a {color:#939fae; text-decoration:underline;}


/*------*/
.postTdTop {
    border-left: 1px solid #CACACA !important;
    border-right: 1px solid #CACACA !important;
}
.pagesInfo {
    font-weight: normal;
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 6px 10px;
    background: rgb(238, 238, 238);
    text-decoration: none !important;
}
.switchActive {
    font-weight: normal;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    background: #000562;
    text-decoration: none !important;
}
form .gTable td:first-of-type{
    border-left: 1px solid #CACACA;
}

.ThrTopButtonsTbl{
    margin-bottom: 20px;
}
#thread_search_button{
    margin-top: 0 !important;
        margin-left: 3px;
}
form table input.postPreview, 
form table input.postSubmit, 
form table input.postReset{
    background: #000562;
    border: 1px solid #000562;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    font-weight: normal !important;
    padding: 5px 10px;
    width: auto !important;
    float: right;
    margin-left: 5px;
}
form table input.postPreview:hover, 
form table input.postSubmit:hover, 
form table input.postReset:hover{
    background: #000;
    border-color: #000;
}
form table input[type="file"]{
    margin-bottom: 15px;
}
#filter_by{
    margin-right: 15px;
    line-height: 36px;
}
#forum_filter_select,
#filter_word{
    height: 36px;
}
#filter_word + input[type="submit"],
.fastLogBt{
    height: 36px;
    background: #000562;
    border: 1px solid #000562;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#filter_word + input[type="submit"]:hover,
.fastLogBt:hover{
    background: #000;
}
form[name="memform"]{
    text-align: right;
}
form[name="memform"] input,
form[name="memform"] select{
    height: 36px;
    margin-bottom: 15px;
}
form[name="memform"] input[type="submit"]{
    background: #000562;
    border: 1px solid #000562;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
form[name="memform"] input[type="submit"]:hover{
    background: #000;
}
form[name="memform"] input[type="checkbox"]{
    position: relative;
    bottom: -12px;
    margin-right: 10px;
}
.forum-section form[name="searchform"] input,
.forum-section form[name="searchform"] select{
    height: 36px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.forum-section form[name="searchform"] select[multiple]{
    height: auto;
}
form[name="searchform"] .gTable table td:first-of-type {
    border-left: none;
}
form[name="searchform"] br{
    display: none;
}
form[name="searchform"] input[type="checkbox"]{
    display: inline;
    height: auto;
    width: auto;
}
form[name="searchform"] td.gTableBody1{
    vertical-align: top;
}
form[name="searchform"] .searchSubmitFl{
    width: auto !important;
    display: inline-block !important;
    float: left;
    background: #000562;
    border: 1px solid #000562;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
form[name="searchform"] .searchSubmitFl:hover{
    background: #000;
}
form[name="searchform"] .gTableBottom{
    padding: 20px 0 0;
    border: none !important;
}
form[name="searchform"] .gTableSubTop{
    background: #fff;
    
}
form[name="searchform"] .gTableSubTop b{
    font-weight: bold !important;
}



@media only screen and (max-width: 991px) {  
    .forum-section .gTableSubTop,.forum-section .forumIcoTd,.forum-section .forumThreadTd,.forum-section .forumPostTd,.forum-section .forumLastPostTd,.forum-section .threadIcoTd,.forum-section .threadPostTd,.forum-section .threadViewTd,.forum-section .threadAuthTd,.forum-section .threadLastPostTd,.forum-section .legendTable,.forum-section .fFastSearchTd,.forum-section .fFastNavTd,.forum-section .funcBlock,.forum-section .userRights, .forum-section #forum_filter, .forum-section .forumOnlineBar {display:none;}
    .forum-section .gTableTop {padding:10px 20px;}
    .forum-section .postTable,.forum-section .postTable tbody,.forum-section .postTable tr,.forum-section .postTable td {display:block;width:auto!important;}
    .forum-section td.postBottom,.forum-section td.postTdInfo {display:none;}
    .forum-section .postTdTop {text-align:left;height:auto;line-height:normal;font-size:13px;padding:10px 20px;border-bottom-width:1px;}
    .forum-section .postTdTop + .postTdTop {padding:10px 20px;font-size:11px;font-weight:normal;}
    .ThrForumBarRow1,
    .ThrTopButtonsRow1,
    .forumModerFuncsT.forumModerFuncsTbl,
    .ThrBotTbl,
    form[name="addform"]{
        display: none !important;
    }
    .posttdMessage {
        border-left: 1px solid #CACACA;
    }
    .forum-section .postRest2{
        border-top: 1px solid #CACACA;
    }
}

/* /. форум */



/* фотоальбомы */
.gallery-list .row table,
.gallery-list .row tbody,
.gallery-list .row tr,
.gallery-list .row td{
    display: inline;
}
.gallery-list .element{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.gallery-list .element .img-wrapper{
    height: 200px;
    width: 100%;
    overflow: hidden;
    background: #ccc;
}
.gallery-list .element .img-wrapper img{
    height: 200px;
    width: 100%
}
.gallery-list .element .element-content{
    padding: 10px;
}
.gallery-list .element .title{
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    line-height: 1.3;
}
.gallery-list .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.main-gallery #uEntriesList .uEntryWrap,
.main-gallery #uEntriesList .entryBlock{
    width: auto !important;
    display: block !important;
}
.main-gallery img{
    display: none !important;
}
.main-gallery .element{
    margin-bottom: 20px;
}
.main-gallery .element a.absolute{
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.main-gallery .element:hover a.absolute{
    opacity: 1;
}
.main-gallery .element a.absolute:before{
    content:"";
    width: 50px;
    height: 50px;
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.main-gallery .element:hover a.absolute:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
/* /. фотоальбомы */




/* blog */

.blog-header{
    margin-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
}

.blog-header + .news.blog #allEntries > div:nth-of-type(1),
.blog-header + .news.blog #allEntries > div:nth-of-type(2),
.blog-header + .news.blog #allEntries > div:nth-of-type(3){
    display: none !important;
}
.informer5 > div:first-of-type{
    display: none !important;
}

.informer6 .element .img-wrapper{
    height: 481px;
}

@media only screen and (max-width: 1229px) {
    .informer6 .element .img-wrapper,
    .informer5 .element .img-wrapper{
        height: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .informer6 .element .img-wrapper,
    .informer5 .element .img-wrapper{
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .informer6 .element .img-wrapper,
    .informer5 .element .img-wrapper{
        height: auto;
    }
}

/* /. blog */



/* search results */
.search-results .search-element{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.search-results .search-element .title-h4{
    margin-bottom: 10px;
}
.search-results .search-element .info{
    margin-bottom: 10px;
}
/* /. search results */



/************************* accordeon **************************/
.accordeon .element-content {
    display: none;
    padding: 0 15px 13px 30px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}
.accordeon .element{
    background: #fff;
}
.accordeon .element .title {
    cursor: pointer;
    padding: 10px 45px 10px 15px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: 1px solid #EFEFEF;
    border-left: 2px solid #000562;
    border-right: 1px solid #000562;
    border-top: none !important;
    color: #000562;
}
.accordeon.invert .element .title:hover{
    background-color: #DBDBDB;
    border-color: #DBDBDB;
}
.accordeon .element.active .title{
    background: #F8F8F8;
    border-bottom-color: #F8F8F8;
    border-left: 2px solid #000562 !important;
    border-right-color: #F8F8F8 !important;
}
.accordeon > div:last-of-type .title{
    border-bottom-color: #000562;
}


.accordeon .element.active .element-content{
    background: #F8F8F8;
    border-left: 2px solid #000562;
}
.accordeon .element .title:before{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordeon .element.active .title:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
.accordeon > div.active:first-of-type .title{
    border-top: 1px solid #EFEFEF !important;
}

.accordeon > div:last-of-type .element-content{
    border-bottom: 1px solid #EFEFEF;
}




.accordeon.invert .element .title{
    background: #000562;
}
.accordeon.invert .element.active .title{
    background: #fff;
    border-bottom-color: #fff;
}
.accordeon.invert .element.active .element-content{
    background: #fff;
}
/************************* /. accordeon **************************/





/* certificates gallery */
.certificate-gallery .element{
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.certificate-gallery .element a{
    position: relative;
    display: block;    
    overflow: hidden;
}
.certificate-gallery .element a:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
    opacity: 0;
}
.certificate-gallery .element:hover a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

.certificate-gallery .element a:before {
    content:"";
    width: 50px;
    height: 50px;
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 0;
}
.certificate-gallery .element:hover a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

/* /. certificates gallery */

.base-template .partners p img {
    border: 1px solid #E0E0E0;
}
pre{
    padding: 10px 15px;
    background-color: #f7f7f9;
    margin-bottom: 30px;
    color: #000;
    font-size: 13px;
}



.files-list .element{
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.files-list .element:before{
    content:"\f0f6";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    line-height: 1;
    font-family: FontAwesome;
}
.files-list .element .title{
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase; 
}
.files-list .element .title span{
    font-weight: normal;
    color: #9A9A9A;
}
.files-list .element .text{
    font-size: 13px;
}
.files-list .element .title a:hover{
    text-decoration: underline;
}


/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    vertical-align: middle;
    margin-top: -3px;
}
.agreement input + label .checked{
    display: none;
}

.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */






