@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(lightgallery.min.css);
@import url(settings.css);
/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto Slab', serif;    
    Colors: 
            7DB800  green
*/
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga" 1;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 auto -400px;
    width: 1400px;
    max-width: 100%;
    background: #fff;
}
.footer-wrapper{
    width: 1400px;
    max-width: 100%;
    margin: auto;
}
.footer-push{
    height: 400px;
}
.footer-inner{
    min-height: 400px;
    background: #232222;
    padding: 0 90px;
    color: rgba(255,255,255,0.6);
}
.footer-wrapper a:hover{
    color: #fff;
}
.footer-top{
    min-height: 330px;
}
.footer-menu li{
    margin-bottom: 12px;
    font-size: 14px;
}
.footer-menu li:last-of-type{
    margin-bottom: 0;
}
.footer-menu a{
    color: rgba(255,255,255,0.7);
}
.footer-menu a:hover{
    color: #7DB800;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.development a:hover{
    color: #fff;
}
.social-links a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}
.social-links a:hover{
    color: #7DB800;
    border-color: #7DB800;
}
.footer-wrapper .map-section {
    height: 450px;
    margin: 0 -90px;
}
#mapexMap,
#google-map{
    height: 100%;
}
.footer-form .btn{
    max-width: 290px;
}
@media(max-width:1459px){
    .footer-wrapper .title-h4{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .footer-inner{
        padding: 0 20px;
    }
    .footer-wrapper .map-section {
        height: 400px;
        margin: 0;
    }
}
@media(max-width:767px){
    .footer-wrapper .map-section {
        height: 300px;
    }
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    background: url(../images/body_bg.png);
}
blockquote{
    border-left: 3px solid #7DB800;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 8px;
    background: #7DB800;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #7DB800;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
h1,
.title-h1{
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
}
h2,
.title-h2{
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: bold;
}
h4,
.title-h4{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
            font-size: 20px;
            line-height: 1.3;
    }
    h2,
    .title-h2{
        font-size: 20px;
        margin-bottom: 25px;
    }
    h3,
    .title-h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    
}
.red{
    color: #D51D01;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #5D5D5D;
}
p{
    margin-bottom: 20px;
}
a{
    color: #7DB800;
    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;
}
a:hover{
    color: #000;
}
a:focus{
    outline: none;
}
a.invert{
    color: #000;
}
a.invert:hover{
    color: #7DB800;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #7DB800;    
    font-size: 14px;
    font-weight: bold;
    padding: 11px 45px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    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;
    border: none;
}
.btn.dark-green-btn{
    background: #1D6972;
}
.btn:hover{
    background: #333;
    color: #fff;
}
.btn.block{
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.btn.btn-transparent{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn.btn-transparent:hover{
    background: #fff;
    border-color: #fff;
    color: #333;
}
.btn.min{
    padding: 8px 35px;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
/**************************************/
/* ======= 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 ======= */

/* PAGINATION */
.pagination{
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #041345;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination a:hover{
    color: #7DB800;
}
.pagination .active a{
    background: #7DB800;
    color: #fff;
}
/* /. PAGINATION */

.container{
    width: 100%;
    padding: 0;
}
.container-inner{
    padding: 0 60px;
    position: relative;
}
@media (max-width: 991px) {
    .container-inner{
        padding: 0 15px;
    }
}




/* ======= MOBILE MENU ======= */

/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 20px;
    top: 23px;
    width: 30px;
    height: 20px;
    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: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -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: #fff;
    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: #fff;
    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 !important;
}
.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: #1A1A1A;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    -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: 64px;
}
.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-logo{
    padding: 0 0 0 10px;
}
.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;
    letter-spacing: 1px;
}
.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: #7DB800;
}
.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: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 4px;
    height: 4px;
    background: #7DB800;
    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-menu a[href="javascript:void();"]{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 20px;
}
.mobile-menu a[href="javascript:void();"]:before{
    display: none;
}


@media only screen and (max-width: 1229px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media only screen and (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

@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;
    }
}
/* ======= /. MOBILE MENU ======= */





/* ======= HEADER ======= */
.header-wrapper{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 400;
    height: 84px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper-push{
    height: 84px;
}
.header-wrapper .container{
    width: 1400px;
    max-width: 100%;
    background: #1A1A1A;
    padding: 0 !important;
    height: 100%;
}
.header-wrapper .container-inner,
.header{
    height: 100%;
}
.logo{
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    height: 100%;
}
.logo-figure{
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    bottom: -50px;
}
.logo img{
    position: relative;
    z-index: 20;
    max-height: 100%;
    bottom: -15px;
}
.top-menu-wrapper{
    position: absolute;
    right: 210px;
    top: 0;
    height: 100%;
}
.top-menu,
.top-menu > ul,
.top-menu > ul > li{
    height: 100%;
}
.top-menu > ul > li{
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.top-menu > ul > li:last-of-type{
    padding-right: 0;
}
.top-menu > ul > li:first-of-type{
    padding-left: 0;
}
.top-menu > ul > li > .table a{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 20;
    font-size: 14px;
}
.top-menu > ul > li.active > .table a,
.top-menu > ul > li > .table a:hover,
.top-menu > ul > li.down:hover > .table a{
    color: #7DB800;
}
.top-menu > ul > li > ul{
    position: absolute;
    left: 0;
    top: -100%;
    background: #333333;
    padding: 20px 15px 15px;
    min-width: 200px;
    -webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
    opacity: 0;
    visibility: hidden;
}
.top-menu > ul > li > .table{
    position: relative;
}
.top-menu > ul > li > .table:before{
    position: relative;
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    background: #1A1A1A;
    z-index: 10;
}
.top-menu > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.top-menu > ul > li > ul:before{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333333;
    content: "";
    position: absolute;
    top: -5px;
    left: 18px;
    z-index: 20;
}
.top-menu ul ul .table,
.top-menu ul ul .table-cell{
    display: block;
    height: auto;
}
.top-menu > ul > li > ul > li > .table a{
    display: block;
    line-height: 1;
    padding: 10px;
    background: #222222;
    margin-bottom: 5px;
    color: #fff;
}
.top-menu > ul > li > ul > li > .table a:hover,
.top-menu > ul > li > ul > li.active > .table a{
    color: #fff;
    background: #7DB800;
}
.header-phone{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 20;
}
.header-phone a{
    display: block;
    padding: 10px 20px 10px 30px;
    background: #7DB800;
    color: #333;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}
.header-phone a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 15px solid #1A1A1A;
    border-bottom: 45px solid transparent;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-phone a:hover{
    background: #1D6972;
    color: #fff;
}
@media (max-width: 1299px) {
    .top-menu > ul > li > .table a {
        font-size: 13px;
    }
    .top-menu > ul > li {
        padding: 0 12px;
    }
}
@media (max-width: 1169px){
    .header-phone{
        right: 10px;
    }
    .logo-figure{
        display: none;
    }
    .header-wrapper,
    .header-wrapper-push{
        height: 65px;
    }
    .logo{
        padding: 0;
    }
    .header-wrapper .container-inner {
        padding: 0 60px 0 15px;
    }
    .header-phone a {
        color: #1a1a1a;
    }
}
@media (max-width: 767px) {
    .header-wrapper .container-inner {
        padding: 0 50px 0 10px;
    }
    .header-phone{
        right: 5px;
    }
    .header-phone a {
        padding: 0;
        font-size: 13px;
        color: #7DB800;
        background: transparent;
    }
    .header-phone a:before{
        display: none;
    }
    .menu-button{
        right: 10px;
    }
}
/* ======= /. HEADER ======= */


/* ======= TOP SLIDER ======= */
.top-slider{
    height: 820px;
    overflow: hidden;
}
.top-slider .item{
    height: 820px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 100px 0 400px;
}
.top-slider .slide-content > span{
    display: inline-block;
    background: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    margin-top: 0px;
    padding: 0 5px;
    text-transform: uppercase;
}
.top-slider .slide-content > span span{
    color: #7DB800;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 301px;
    z-index: 50;
    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;
    text-align: center;
    color: #fff;
    background: #333;
    opacity: 0.8;
}
.top-slider .slick-prev{
    left: 60px;
}
.top-slider .slick-next{
    left: 120px;
}
.top-slider .slick-prev i,
.top-slider .slick-next i{
    line-height: 42px;
    font-size: 20px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    opacity: 1;
}
.top-slider .slick-prev:after{
    content:"";
    position: absolute;
    top: 0;
    right: -19px;
    border-left: 19px solid #333;
    border-bottom: 40px solid transparent;
}
.top-slider .slick-next:after{
    content:"";
    position: absolute;
    top: 0;
    left: -19px;
    border-right: 19px solid #333;
    border-top: 40px solid transparent;
}



@media (max-width: 1169px){
    .top-slider .item{
        padding: 80px 0 380px;
    }
}
@media (max-width: 991px) {
    .top-slider .slide-content > span{
        font-size: 28px;
    }
    .top-slider .slick-prev{
        left: 15px;
    }
    .top-slider .slick-next{
        left: 75px;
    }
    .top-slider{
        height: 720px;
    }
    .top-slider .item{
        height: 720px;
    }
}
@media (max-width: 767px) {
    .top-slider .slide-content > span{
        font-size: 20px;
    }
}
/* ======= /. TOP SLIDER ======= */


/* ======= INDEX MIDDLE ======= */
.middle-section{
    background: #F1F5FA;
}
.middle-section .container-inner{
    margin-top: -300px;
    position: relative;
    min-height: 600px;
}
.middle-section .container-inner:before{
    content:"";
    position: absolute;
    top: 180px;
    left: 0;
    border-left: 100px solid #F1F5FA;
    border-top: 120px solid transparent;
}
.middle-section .container-inner:after{
    content:"";
    position: absolute;
    top: 85px;
    left: 120px;
    right: 0;
    border-right: 300px solid #F1F5FA;
    border-top: 215px solid transparent;
}
.middle-section .container-inner > .relative{
    z-index: 50;
    background: #fff;
    min-height: 600px;
}
.middle-section .container-inner-figure{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
}
@media (max-width: 991px) {
    .middle-section .container-inner {
        margin-top: -200px;
    }
    .middle-section .container-inner:before{
        top: 150px;
        border-top: 90px solid transparent;
    }
    .middle-section .container-inner:after{
        top: 35px;
        left: auto;
        right: 0;
        border-top: 165px solid transparent;
    }
}
/* ======= /. INDEX MIDDLE ======= */

/* ======= INDEX MAIN CATEGORIES ======= */
.main-categories-block{
    height: 600px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 25%;
}
.main-categories-block .block-content{
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    color: #fff;
    background: #7DB800;
    height: 600px;
}
.main-categories-block .block-content .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
.main-categories-block .element{
    height: 600px;
    background: #fff;
    position: relative;
}
.main-categories-block .element .img-wrapper{
    height: 325px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main-categories-block .element .img-wrapper .figure{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}
.main-categories-block .element.center .img-wrapper .figure{
    bottom: auto;
    top: 0;
    z-index: 2;
}
.main-categories-block .element .element-content{
    padding: 30px;
    height: 275px;
    overflow: hidden;
}
.main-categories-block .element .element-content .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
.main-categories-block .element .img-wrapper-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    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-categories-block .element .img-wrapper-content span{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 15px;
    font-weight: normal;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.main-categories-block .element:hover .img-wrapper-content{
    opacity: 1;
}
.main-categories-block .element:hover .img-wrapper-content span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.main-categories-block .element:hover .element-content .title{
    color: #7DB800;
}
@media (max-width: 1459px) {
    .main-categories-block .element .element-content .text{
        font-size: 13px;
    }
    .main-categories-block .element .element-content{
        padding: 30px 20px 20px;
    }
    .main-categories-block .block-content{
        padding: 30px 20px 20px;
        font-size: 13px;
    }
}
@media (max-width: 1169px){
    .main-categories-block .block-content{
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 35px;
    }
    .main-categories-block{
        height: auto;
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .main-categories-block .element .img-wrapper{
        display: none;
    }
    .main-categories-block .element{
        height: auto;
    }
    .main-categories-block .element .element-content{
        height: auto;
    }
}
/* ======= /. INDEX MAIN CATEGORIES ======= */

/* ======= INDEX ABOUT BLOCK ======= */
.index-video-block{
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333;
}

.index-video-block a{
    position: relative;
    display: inline-block;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    z-index: 10;
    -webkit-transition: right 1ms ease-out;
	-moz-transition: right 1ms ease-out;
	-o-transition: right 1ms ease-out;
	transition: right 1ms ease-out;
}
.index-video-block a span{
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 100%;
    background: rgba(255,255,255,0.4);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.index-video-block a span:after{
    content: "";
    display: inline-block;
    border-left: 36px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -12px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.index-video-block a:hover span{
    background: rgba(125,184,0, 0.3);
}
.index-video-block a:hover span:after{
    border-left-color: rgb(125,184,0);
}
.index-about-block{
    position: relative;
    height: 600px;
}
.index-about-block .element-content{
    background: #1D6972;
    min-height: 300px;
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #fff;
}
.index-about-block .img-wrapper{
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1D6972;
}
.index-about-block .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}
.index-about-block .btn{
    margin-bottom: 5px;
}
@media (max-width: 991px) {
    .index-video-block,
    .index-about-block,
    .index-about-block .element-content{
        height: 500px;
    }
}
@media (max-width: 767px) {
    .index-video-block{
        height: 70vw;
    }
    .index-about-block{
        height: auto;
    }
    .index-about-block .element-content{
        height: auto;
        padding: 30px 20px 35px;
    }
}
/* ======= /. INDEX ABOUT BLOCK ======= */

/* ======= PARTNERS ======= */
.partners-wrapper{
    background: #2c2c2c;
    color: #fff;
    padding: 0 30px;
}
.partners-wrapper .title-h2{
    font-weight: normal;
    text-align: left;
}

.partners-carousel .slick-prev,
.partners-carousel .slick-next{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -65px;
    z-index: 50;
    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;
    text-align: center;
    color: #fff;
    background: #000;
    opacity: 0.6;
}
.partners-carousel .slick-prev{
    right: 60px;
}
.partners-carousel .slick-next{
    right: 0;
}
.partners-carousel .slick-prev i,
.partners-carousel .slick-next i{
    line-height: 42px;
    font-size: 20px;
}
.partners-carousel .slick-prev:hover,
.partners-carousel .slick-next:hover{
    opacity: 1;
}
.partners-carousel .slick-prev:after{
    content:"";
    position: absolute;
    top: 0;
    right: -19px;
    border-left: 19px solid #000;
    border-bottom: 40px solid transparent;
}
.partners-carousel .slick-next:after{
    content:"";
    position: absolute;
    top: 0;
    left: -19px;
    border-right: 19px solid #000;
    border-top: 40px solid transparent;
}
@media (max-width: 767px) {
    .partners-wrapper{
        padding: 0 15px;
    }
}
/* ======= /. PARTNERS ======= */


/* ======= NUM SECTION ======= */
.num-section{
    background: #7DB800;
    color: #fff;
}
.num-section .element .num {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto Slab',serif;
    visibility: hidden;
}
.num-section .element .num.visible {
    visibility: visible;
}
.num-section .element .img-wrapper{
    width: 90px;
    height: 90px;
    margin: auto;
    background: rgba(0,0,0,0.2);
    border-radius: 100%;
    line-height: 90px;
}
/* ======= /. NUM SECTION ======= */


/* ======= BASE HEADER ======= */
.base-header{
    height: 500px;
    background: #7DB800;
    text-align: center;
    color: #fff;
    padding: 50px 0 350px;
}
@media(max-width:991px){
    .base-header {
        height: 400px;
        padding: 50px 0 250px;
    }
}
/* ======= /. BASE HEADER ======= */



/* ======= CATALOG ======= */
.catalog .block-content {
    padding: 30px;
    color: #fff;
    background: #333;
    height: 615px;
    font-size: 13px;
}
.catalog .element{
    height: 615px;
    background: #fff;
    position: relative;
}
.catalog .element .img-wrapper{
    height: 325px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.catalog .element .element-content{
    padding: 30px;
    height: 290px;
    overflow: hidden;
    background: #fbfbfb;
    border-right: 1px solid #fff;
}
.catalog > .row > div:nth-of-type(4n) .element .element-content{
    border-right: none;
}
.catalog .element .element-content .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
.catalog .element .img-wrapper-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    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;
}
.catalog .element .img-wrapper-content span{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 15px;
    font-weight: normal;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.catalog .element:hover .img-wrapper-content{
    opacity: 1;
}
.catalog .element:hover .img-wrapper-content span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.catalog .element:hover .element-content .title{
    color: #7DB800;
}
.content-section{
    padding: 40px 50px 10px;
}
@media (max-width: 1459px) {
    .catalog .element .element-content .text{
        font-size: 13px;
    }
    .catalog .element .element-content{
        padding: 30px 20px 20px;
    }
    .catalog-top .block-content{
        padding: 30px 20px 20px;
        font-size: 13px;
    }
}
@media (max-width: 1169px){
    .catalog .first .element{
        position: relative;
        width: 100%;
    }
    .catalog .first .element{
        height: 590px;
    }
    .catalog .block-content{
        height: 590px;
        padding-bottom: 35px;
    }
    .catalog .element .element-content{
        border-right: none;
    }
    .catalog .element{
        height: 590px;
    }
    .catalog .element .element-content{
        height: 265px;
    }
}
@media (max-width: 991px) {
    .catalog .element{
        height: auto;
        margin-bottom: 20px;
    }
    .catalog .element .element-content{
        height: auto;
        background: #fff;
    }
    .content-section{
        padding: 0 20px;
    }
    .catalog .element{
        width: 320px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .catalog .element .img-wrapper{
        background-size: cover;
    }
    .catalog .first .element{
        height: auto;
    }
    .catalog .block-content{
        height: auto;
        padding-bottom: 35px;
    }
}
/* ======= /. CATALOG ======= */


/* ======= PRODUCT PAGE ======= */
.main-column{
    padding: 50px;
}
.aside{
    padding: 50px 30px;
    background: #F8FAFC;
}
.aside-nav > ul > li{
    margin-bottom: 10px;
    line-height: 1.4;
}
.aside-nav a{
    color: #333;
    text-decoration: underline;
}
.aside-nav a:hover{
    text-decoration: none;
}
.aside-nav .active > a{
    color: #1e6871;
}
.main-column .buttons-block .btn{
    width: 260px;
    max-width: 100%;
}
.price-block .inner{
    padding: 30px 30px 0;
    border: 1px solid #e9e9e9;
}
.price-block .element{
    min-height: 60px;
    margin-bottom: 30px;
}
.price-block .element .img-wrapper{
    width: 130px;
}
.price-block .element .element-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 110px;
}
.price-block .inner .row > hr:nth-of-type(2n){
    clear: both;
}
.char-block .element{
    min-height: 60px;
    padding-left: 80px;
    padding-top: 10px;
    margin-bottom: 40px;
}
.char-block .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}
.char-block .element-content .title{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.char-block hr:nth-of-type(2n){
    clear: both;
}
.zamer-block .element{
    margin-bottom: 30px;
}

@media (max-width: 1169px){
    .main-column{
        padding: 40px;
    }
    .aside{
        padding: 40px 25px;
    }
    .price-block .inner .element-price{
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .main-column{
        padding: 30px;
    }
    .aside{
        padding: 30px 20px;
    }
    .price-block .inner{
        padding: 20px 20px 0;
    }
    .price-block .inner .element-price{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .main-column{
        padding: 30px 20px;
    }
    .zamer-block hr:nth-of-type(2n){
        clear: both;
    }
}
/* ======= /. PRODUCT PAGE ======= */

/* GALLERY */
.gallery .element{
    width: 270px;
    margin: 0 auto 20px;
    max-width: 100%;
}
.gallery a i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    font-size: 46px;
    line-height: 1;
    margin-top: -20px;
    margin-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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.gallery .element a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(41, 41, 41,0.5);
    opacity: 0;
}
.gallery .element a:hover{
    opacity: 1;
}
.gallery .element a:hover i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
/* /. GALLERY */

/* ABOUT PAGE */

.about-slider .item{
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.about-slider .slick-prev,
.about-slider .slick-next{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    z-index: 50;
    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;
    text-align: center;
    color: #fff;
    background: #333;
    opacity: 0.8;
}
.about-slider .slick-prev{
    right: 90px;
}
.about-slider .slick-next{
    right: 30px;
}
.about-slider .slick-prev i,
.about-slider .slick-next i{
    line-height: 42px;
    font-size: 20px;
}
.about-slider .slick-prev:hover,
.about-slider .slick-next:hover{
    opacity: 1;
}
.about-slider .slick-prev:after{
    content:"";
    position: absolute;
    top: 0;
    right: -19px;
    border-left: 19px solid #333;
    border-bottom: 40px solid transparent;
}
.about-slider .slick-next:after{
    content:"";
    position: absolute;
    top: 0;
    left: -19px;
    border-right: 19px solid #333;
    border-top: 40px solid transparent;
}
@media (max-width: 991px) {
    .about-slider .item{
        height: 80vw;
    }
}
/* /. ABOUT PAGE */


/* 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 */

.gallery-wrapper{
    padding: 60px 60px 40px;
}
@media only screen and (max-width: 991px) {
    .gallery-wrapper{
        padding: 30px 30px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-wrapper{
        padding: 15px 15px 0;
    }
}


/* NEWS */
.news{
    padding: 60px 60px 40px;
}
.news .element{
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .news{
        padding: 30px;
    }
    .news .element{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .news{
        padding: 30px 15px 20px;
    }
    .news .element{
        margin-bottom: 20px;
    }
}
.news .element .img-wrapper{
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
    -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{
    width: 100%;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.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;
}
.news .element:hover .title{
    color: #1D6972;
}
.news .element:hover .more{
    color: #1D6972;
    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: 991px) {
    .news .element .img-wrapper{
        height: 28vw;
    }
}
@media only screen and (max-width: 767px) {
    .news .element .img-wrapper{
        height: auto;
    }
}
@media only screen and (min-width: 992px) {
    .news > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .news > .row > hr:nth-of-type(3n){
        clear: both;
    }
}

@media only screen and (min-width: 1170px) {
    .news > .row > hr:nth-of-type(3n){
        clear: none;
    }
    .news > .row > hr:nth-of-type(4n){
        clear: both;
    }
}
/* /. NEWS */



/* ASIDE NEWS */
.aside-news{
    padding: 45px 0 30px 50px;
}
.aside-news .element{
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}
.aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 4px;
}
.aside-news .element .title{
    line-height: 1.5;
}
.aside-news .element .title a{
    text-decoration: none;
    color: #2C2C2C;
}
.aside-news .inner{
    margin-top: -10px;
}
.aside-news .date{
    color: #7DB800;
}
@media (max-width: 991px) {
    .aside-news{
        padding: 15px 30px;
    }
}
@media (max-width: 767px) {
    .aside-news{
        padding: 0 20px 20px;
    }
}
/* /. ASIDE NEWS */



/* BREADCRUMBS */
.breadcrumbs-wrapper{
    font-size: 13px;
    font-style: italic;
    padding: 50px 50px 20px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
    color: #000;
}
.breadcrumbs-wrapper a{
    text-decoration: none;
    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;
}
.breadcrumbs-wrapper a:hover{
    color: #989898;
}
.breadcrumbs-wrapper a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    right: -16px;
    border-top: 1px solid #7DB800;
    border-right: 1px solid #7DB800;
    -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;
}
.breadcrumbs-wrapper a:hover:after{
    border-color: #2E2E2E;
}
@media (max-width: 991px) {
    .breadcrumbs-wrapper{
        padding: 30px 30px 0;
    }
}
@media (max-width: 767px) {
    .breadcrumbs-wrapper{
        padding: 30px 20px 0;
    }
}
/* /. BREADCRUMBS */

.contacts-wrapper{
    padding: 60px 60px 40px;
}

@media only screen and (max-width: 991px) {
    .contacts-wrapper{
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contacts-wrapper{
        padding: 30px 15px 20px;
    }
}
.contacts-wrapper .inner .element{
    padding-left: 30px;
    color: #000;
    margin-bottom: 25px;
    min-height: 20px;
    position: relative;
}
.contacts-wrapper .inner .element .title{
    font-weight: bold;
}
.contacts-wrapper .inner .element i{
    position: absolute;
    left: 0;
    top: 2px;
    color: #1D6972;
    font-size: 20px;
}
.contacts-wrapper .inner .element.el2 i{
    top: 8px;
}
.map{
    border: 2px solid #7DB800;
    padding: 8px 8px 0;
    height: 300px;
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
    .map{
        height: 380px;
    } 
}
@media (min-width: 1170px){
    .contacts-wrapper .inner.box2{
        padding-left: 40px;
    }
}








/*   
    Colors: 
            7DB800  - green
            1D6972  - dark salat
*/

/**************************************************   MEDIA QUERIS   *****************************************************/

@media (max-width: 1459px) {
    
}
@media (max-width: 1169px){
    
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}



@media (min-width: 768px) {

}
@media (min-width: 992px){

}
@media (min-width: 1170px){
    
}
@media (min-width: 1460px) {

}