@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,700,700italic,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic,500,700,700italic&subset=latin,cyrillic);
@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(fancybox.css);
@import url(jquery-ui.css);
@import url(lightgallery.min.css);
html,
body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.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;
}

.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;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.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;
}

strong,
b,
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

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;
}

.strike {
    text-decoration: line-through;
}

.hide {
    display: none;
    visibility: hidden;
}

.show {
    display: block;
}

.text-left {
    text-align: left;
}

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

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

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

em,
i {
    font-style: italic;
}

.cleaner,
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    display: block !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

img.left {
    float: left;
    margin-right: 20px;
}

img.right {
    float: right;
    margin-left: 20px;
}

.dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.dotted {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.dashed:hover,
.dotted:hover {
    border-bottom-color: transparent;
}

.static {
    position: static;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.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;
}

.decoration-none {
    text-decoration: none !important;
}

.decoration-hover {
    text-decoration: none;
}

.decoration-hover:hover {
    text-decoration: underline;
}

.round {
    border-radius: 50%;
}

a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


/* fancybox */

.fancybox-inner {
    overflow: visible !important;
}

.fancybox-wrap {
    padding: 35px 0 0;
}

.fancybox-skin {
    margin-bottom: 35px;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-close {
    background: rgb(0, 154, 55) !important;
    top: 0 !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !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;
}

@media only screen and (min-width: 768px) {
    .fancybox-close {
        background: transparent !important;
        top: -40px !important;
        right: -40px !important;
        width: 40px !important;
    }
}

.fancybox-close:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}

.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -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 {
    background: #FF4632;
}

.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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;
    -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: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}

.fancybox-prev span {
    background: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: -50px;
}

.fancybox-prev span:after,
.fancybox-next span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -4px;
    background: url(../images/fancy-arrow.png) 0 0 no-repeat;
}

.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%;
}


/* end fancybox */


/* slick */

.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;
    border: 1px solid transparent;
}

.slider-wrapper .item img {
    min-height: 300px;
}

.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
}

.slick-dots li button {
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}

.slick-dots li {
    cursor: pointer;
    border: 2px solid #FFBB02;
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
}

.slick-dots li.slick-active {
    background: #FFBB02;
}

.slick-prev,
.slick-next {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    -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.8;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev:after,
.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.slick-prev:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next:after {
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(225deg);
    margin-left: -9px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #fff;
    opacity: 0.9;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    border-color: #0D0D0D;
}

@media only screen and (min-width: 1500px) {
    .slick-prev {
        left: 50px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .slick-next {
        right: 50px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
}


/* /. slick */

body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 12px;
    height: 1px;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 12px;
    height: 0px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgb(0, 154, 55);
}

body::-webkit-scrollbar-track {
    background-color: #2C2C2C;
}

#up {
    position: fixed;
    z-index: 300;
    bottom: 10px;
    right: 15px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    border-radius: 3px;
    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: rgb(0, 154, 55);
    font-size: 36px;
}

#up:hover {
    background-color: #FFD740;
}

#up .fa {
    display: block;
}

.delay-250 {
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
}

.delay-500 {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

.delay-750 {
    -webkit-animation-delay: 750ms;
    -moz-animation-delay: 750ms;
    -o-animation-delay: 750ms;
    animation-delay: 750ms;
}

.delay-1000 {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.delay-1250 {
    -webkit-animation-delay: 1250ms;
    -moz-animation-delay: 1250ms;
    -o-animation-delay: 1250ms;
    animation-delay: 1250ms;
}

.delay-1500 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    -o-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.delay-2000 {
    -webkit-animation-delay: 2000ms;
    -moz-animation-delay: 2000ms;
    -o-animation-delay: 2000ms;
    animation-delay: 2000ms;
}

.delay-2500 {
    -webkit-animation-delay: 2500ms;
    -moz-animation-delay: 2500ms;
    -o-animation-delay: 2500ms;
    animation-delay: 2500ms;
}

.delay-3000 {
    -webkit-animation-delay: 3000ms;
    -moz-animation-delay: 3000ms;
    -o-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.delay-3500 {
    -webkit-animation-delay: 3500ms;
    -moz-animation-delay: 3500ms;
    -o-animation-delay: 3500ms;
    animation-delay: 3500ms;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.content {
    line-height: 1.8;
}

.main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -520px auto;
    background: #fff;
}

.footer-wrapper {
    min-height: 520px;
    background: #fff;
    color: #000;
    border-top: 1px solid #eee;
}

.footer-push {
    height: 520px;
}

.footer-wrapper a:hover {
    color: #333;
}

.footer-top {
    padding: 55px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 270px;
}

.footer-menu>ul>li:nth-of-type(2) {
    padding-left: 16px;
}

.footer-menu>ul>li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-right: 30px;
    line-height: 1.2;
}

.footer-menu>ul>li>a {
    color: rgb(0, 154, 55) !important;
    cursor: default;
}

.footer-menu a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-menu a:hover {
    color: rgb(0, 154, 55);
}

.footer-menu>ul>li>a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-social-links {
    margin-bottom: 30px;
}

.footer-social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-left: 4px;
    margin-bottom: 6px;
    background: rgb(0, 154, 55);
    border-radius: 5px;
    transition: all ease-out 300ms;
}

.footer-social-links a:hover {
    color: #fff;
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}

.footer-phones {
    margin-bottom: 15px;
}

.footer-phones-title {
    margin-bottom: 5px;
}

.footer-phone {
    display: inline-block;
    margin-left: 20px;
}

.footer-phones a {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.footer-phones a:first-of-type {
    margin-left: 0;
}

.footer-phones a:hover {
    color: rgb(0, 154, 55);
}

.footer-schedule {
    font-size: 13px;
    width: 350px;
    max-width: 100%;
    float: right;
    margin-bottom: 15px;
}

.footer-schedule-title {
    text-transform: uppercase;
    font-size: 16px;
}

.footer-bottom {
    padding: 25px 0 50px;
    font-size: 12px;
}

.footer-bottom .copyright {
    margin-bottom: 10px;
}

.footer-addres-title {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer-pay {
    padding: 10px 0 15px;
}

.footer-pay img {
    margin-left: 15px;
}

@media(max-width: 991px) {
    .footer-schedule {
        float: none;
    }
    .footer-social-links {
        padding-top: 30px;
    }
    .footer-social-links a {
        margin-left: 0;
        margin-right: 5px;
    }
    .footer-pay img {
        margin-left: 0;
        margin-right: 15px;
    }
    .footer-pay {
        padding-bottom: 0;
    }
    .footer-bottom {
        padding: 55px 0;
    }
    .footer-phone {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media(max-width: 767px) {
    .footer-social-links a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .footer-menu>ul>li {
        width: 100%;
        padding-right: 0;
    }
    .footer-menu>ul>li:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .footer-menu>ul>li:nth-of-type(2) {
        padding-left: 0;
    }
    .footer-phone {
        display: block;
    }
}

ul.list,
ol.list {
    margin-bottom: 30px;
}

ol.list {
    list-style: inside decimal;
    margin-left: -16px;
}

ol.list li>ol,
ol.list li>ul {
    padding-left: 16px !important;
}

ul.list>li,
ol.list>li {
    position: relative;
    margin-left: 20px;
    padding-left: 16px;
    margin-bottom: 10px;
}

ul.list>li:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background: rgb(0, 154, 55);
    width: 5px;
    height: 5px;
}

ul.list ul,
ol.list ul {
    padding-top: 20px;
    margin-bottom: 20px;
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #FFBB02;
    text-align: left;
    color: #5F5F5F;
    font-size: 14px;
    font-style: italic;
}

h1,
.title-h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: rgb(17 50 129) !important;
}

h2,
.title-h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
    color: rgb(17 50 129) !important;
}

h3,
.title-h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
}

h4,
.title-h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}

h5,
.title-h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}

h6,
.title-h6 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}

.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6 {
    color: #000;
}

@media only screen and (min-width: 768px) {
    h1.min,
    .title-h1.min {
        font-size: 30px;
    }
}

.green {
    color: rgb(0, 154, 55) !important;
}

.blue {
    color: rgb(17 50 129) !important;
}

.red {
    color: #FF4632;
}

.white {
    color: #fff;
}

.black {
    color: #0D0D0D !important;
}

p {
    margin-bottom: 20px;
}

a {
    color: rgb(0, 154, 55);
    text-decoration: none;
}

a:hover {
    color: #0076CA;
}

a:focus {
    outline: none;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: #0D0D0D;
    background: #FFD740;
    font-size: 16px;
    padding: 12px 30px;
    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: 1px solid #FFD740;
    border-radius: 3px;
}

.button:hover {
    background: rgb(0, 154, 55);
    border-color: rgb(0, 154, 55);
    color: #fff;
}

.button.block {
    display: block;
    width: 100%;
}

.button.min,
.button.mini {
    font-size: 14px;
    padding: 6px 15px;
}

.button.big {
    padding: 14px 60px;
}

.button.invert {
    background: rgb(0, 154, 55);
    border-color: rgb(0, 154, 55);
    color: #fff;
}

.button.invert:hover {
    color: #0D0D0D;
    background: #FFD740;
    border-color: #FFD740;
}

.form-group {
    position: relative;
}

.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}

#responseMessage .modal-content.error {
    color: #FF4632;
}

.box {
    display: none;
}

.box.visible {
    display: block;
}

.close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #fff;
}

.close:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}


/**************************************/

.important {
    background: #4A4A4A;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}

.header-push {
    height: 50px;
}

.header-wrapper {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

.header {
    height: 60px;
}

.header-panel {
    background: #F2F5F6;
    color: #7E7E7E;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
}

@media(max-width: 767px) {
    .header-panel {
        font-size: 13px;
    }
    .header-panel .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-panel .container>div {
        width: 50%;
    }
    .header-panel .h-panel-right {
        text-align: right;
    }
}

.header-panel a {
    color: #7E7E7E;
}

.header-panel a:hover {
    color: rgb(0, 154, 55);
}

.header-tel {
    letter-spacing: 0.5px;
}

.header-tel .fa,
.header-email .fa {
    margin-right: 3px;
}

.h-panel-left span {
    margin-right: 20px;
}

.h-panel-left span:last-of-type {
    margin-right: 0;
}

.h-panel-left .fa {
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: middle;
    color: rgb(0, 154, 55);
}

.header>div {
    display: inline-block;
}

.social a {
    margin-left: 13px;
    font-size: 18px;
    line-height: 1;
    color: rgb(0, 154, 55);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social a:hover {
    color: #0D0D0D;
}

@media(max-width: 991px) {
    .h-panel-left span {
        margin-right: 10px;
    }
    .social a {
        margin-left: 10px;
        font-size: 13px;
    }
    .social a:first-of-type {
        margin-left: 0;
    }
}

.header .logo {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 100%;
}

.mob-menu-btn {
    margin: 23px 5px 0 20px;
}

.mob-menu-btn span {
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #0d0d0d;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: rgb(0, 154, 55);
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 54px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.mobile-menu.open {
    right: 0;
}

.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.open+.overlay {
    z-index: 400;
    opacity: 1;
}

.mobile-menu>ul>li {
    position: relative;
}

.mobile-menu>ul>li.down>a {
    padding-right: 60px;
}

.mobile-menu .dropdown-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    z-index: 10;
}

.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 15px;
    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: 21px;
}

.mobile-menu>ul>li>ul {
    position: static;
    width: 100%;
    display: none;
}

.mobile-menu>ul>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}

.mobile-menu>ul>li.active>a {
    color: #fff;
    background: #3fc0fb;
}

.mobile-menu>ul>li>ul>li.active>a,
.mobile-menu ul ul ul li.active>a {
    color: #FFD740;
    background: transparent;
}

.mobile-menu>ul>li>ul>li>a,
.mobile-menu 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 40px;
    color: #FFFFFF;
    position: relative;
}

.mobile-menu>ul>li>ul>li>a:before,
.mobile-menu ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 16px;
    left: 20px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu ul ul ul {
    margin-bottom: 10px;
}

.mobile-menu ul ul ul a {
    padding: 6px 10px 6px 55px;
    font-size: 13px;
}

.mobile-menu ul ul ul a:before {
    left: 40px;
    top: 12px;
}

.mobile-menu-close.close {
    top: 26px;
    right: 10px;
}

.mobile-menu-close.close {
    top: 15px;
    right: 15px;
}

.callback-btn {
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #FFBB02;
    float: right;
    font-family: 'Helios';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    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;
    letter-spacing: 0.5px;
}

.callback-btn .fa {
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}

.callback-btn:hover {
    color: #fff !important;
    background: #FF4229 !important;
}

.mobile-menu .callback-btn {
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
}

.gray-bg {
    background: #F6F6F7;
}

.hr-min {
    width: 100px;
    margin: 30px auto;
}

.weight300 {
    font-weight: 300;
}

.num-section {
    background: url(../images/num2-section-xs.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.ie .num-section {
    background-attachment: scroll;
}

.num-section:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.num-section .container {
    position: relative;
    z-index: 10;
}

.num-section .num {
    font-size: 45px;
    line-height: 1;
    color: #03a9f5;
    /* opacity: 0; */
}

.num-section .num.animated {
    /* opacity: 1; */
}

.base-template .num-section {
    background: url(../images/gray-bg2.png);
    color: #000;
}

.base-template .num-section:after {
    /* display: none; */
}

hr {
    border-color: #e3e3e4;
}

hr.white {
    border-color: #fff;
}

.clear-hr {
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.features-section .row {
    display: flex;
    flex-wrap: wrap;
}

.features-section .item {
    padding-left: 60px;
    margin-bottom: 40px;
}

.features-section .item .title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.features-section .item .text {
    font-size: 13px;
}

.features-section .item .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}


/*------------------------------	Google Map------------------------------*/

.map-section {
    height: 290px;
    overflow: hidden;
}

.map-section iframe {
    width: 100% !important;
    max-width: 100%;
    height: 300px !important;
}

@media only screen and (min-width: 768px) {
    .map-section {
        height: 380px;
    }
    .map-section iframe {
        height: 390px !important;
    }
}

@media only screen and (min-width: 992px) {
    .map-section {
        height: 480px;
        ;
    }
    .map-section iframe {
        height: 490px !important;
    }
}


/*------------------------------	END Google Map------------------------------*/

.quest-section {
    background: rgb(0, 154, 55);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.quest-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 600px solid rgba(255, 255, 255, 0.1);
    border-right: 500px solid rgba(255, 255, 255, 0.1);
    border-left: 500px solid transparent;
}

.quest-section span {
    display: block;
    margin-bottom: 10px;
}

.quest-section .button:hover {
    background: #000;
}


/* review-section begin */

.review-section {
    background: url(../images/gray-bg.png) 50% 0 no-repeat;
    background-size: cover;
}

.reviews-carousel>div,
.rev-prev-carousel>div {
    position: fixed;
    top: -10000px;
}

.reviews-carousel>div:first-of-type,
.reviews-carousel.slick-initialized>div,
.rev-prev-carousel>div:first-of-type,
.rev-prev-carousel.slick-initialized>div {
    position: relative;
    top: 0;
}

.reviews-carousel .item .element {
    width: 820px;
    max-width: 100%;
    padding: 30px 20px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.reviews-carousel .item .element:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reviews-carousel .item .element .text {
    padding: 0 30px;
    position: relative;
}

.reviews-carousel .item .element .text:after {
    content: "\f10e";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(0, 154, 55);
}

.reviews-carousel .item .element .text:before {
    content: "\f10d";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgb(0, 154, 55);
}

.rev-prev-carousel-wrapper {
    width: 390px;
    margin: auto;
    max-width: 100%;
}

.rev-prev-carousel .item {
    padding: 0 5px;
}

.rev-prev-carousel img {
    border-radius: 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;
}

.rev-prev-carousel img:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
    .reviews-carousel .item .element {
        padding: 40px 30px;
    }
}


/* review-section end */


/* technology-section begin */

.technology-section {
    background: url(../images/gray-bg2.png);
}

.was-it-was img {
    display: block;
    width: 100%;
}

.it-was {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.it-was-inner {
    height: 100%;
}

.ui-slider-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 100%;
}

.ui-slider-wrapper .ui-widget-content {
    border: none;
    background: transparent;
    height: 100%;
    margin-top: -15px;
}

.ui-slider-wrapper .ui-slider .ui-slider-handle {
    background: url(../images/handle.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

.ui-slider-wrapper .ui-slider .ui-slider-handle:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 300px;
    top: -125px;
    left: 50%;
    margin-left: -1px;
    background: #fff;
}

.wat-is-was-inner {
    margin-bottom: 10px;
}

.it-was-inner img {
    height: 100%;
    width: auto;
    max-width: none;
}

@media only screen and (min-width: 1240px) {
    .was-it-was img {
        width: 659px;
        max-width: none;
        margin-left: -70px;
    }
    .ui-slider-wrapper {
        margin-left: -244px;
        width: 428px;
    }
    .ui-slider-wrapper .ui-slider .ui-slider-handle:after {
        height: 410px;
        top: -185px;
    }
}

.services>.row {
    display: flex;
    flex-wrap: wrap;
}

.services>.row>div {
    margin-bottom: 30px;
}

.services .item {
    height: 100%;
    padding: 30px 20px 20px;
    border-radius: 3px;
    border: 2px solid #E6E6E6;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.services .item .title {
    line-height: 1.2;
    margin-bottom: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.services .item .button.fancyboxModal {
    position: relative;
    z-index: 10;
}

.services .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.services .item:hover .title {
    color: rgb(0, 154, 55);
}

@media only screen and (min-width: 768px) {
    .services .item {
        min-height: 300px;
    }
    .services .item .img-wrapper {
        height: 84px;
        overflow: hidden;
    }
    .services .item .title {
        height: 42px;
        overflow: hidden;
    }
    .services .item .text {
        height: 60px;
        overflow: hidden;
    }
}

.services-template .market-icons img {
    background-size: cover;
    height: 50px;
    width: auto;
    margin: 4px;
}


/* contacts-section  begin*/

.contacts-section>.container {
    z-index: 10;
}

.feedback-block .form-control {
    border-color: transparent;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 4px;
}

.feedback-block .form-control.error {
    border-color: #FF1A00;
}

.contacts-block .element {
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.contacts-block .element .fa {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: rgb(0, 154, 55);
}

@media only screen and (min-width: 768px) {
    .contacts-section:after {
        content: "";
        display: block;
        position: absolute;
        width: 51%;
        height: 100%;
        top: 0;
        right: 0;
        background: #F4F4F4;
    }
}

@media only screen and (min-width: 992px) {
    .contacts-section:after {
        width: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .feedback-block {
        padding: 60px 15px;
        background: #F4F4F4;
        margin: 0 -15px;
    }
}


/* contacts-section end */


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

@media only screen and (max-width: 1239px) {}

@media only screen and (max-width: 991px) {
    .slick-dots {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .f36 {
        font-size: 30px;
        line-height: 1.2;
    }
    h1,
    .title-h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    h2,
    .title-h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    h3,
    .title-h3 {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) {
    .flex-sm {
        display: flex;
    }
    .flex-sm>div {
        height: auto;
    }
    .modal {
        padding: 55px 40px 40px;
    }
    .mobile-tab-header {
        display: none;
    }
    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }
    .box {
        padding: 0 15px;
    }
    h1,
    .title-h1 {
        font-size: 40px;
    }
    .quest-section span {
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .box {
        padding: 0 20px;
    }
    .logo {
        margin-left: 0;
    }
    .num-section {
        background: url(../images/num2-section.jpg) 0 0 no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (min-width: 1240px) {
    ul.tabs.mobile li {
        padding: 18px 90px;
    }
    h1.big,
    .title-h1.big {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }
}

.header-push {
    height: 110px;
    -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 {
    height: 110px;
    -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.hPanelHide {
    top: -50px;
}

@media only screen and (min-width: 1400px) {
    .pk-img {
        max-width: 650px;
        margin-left: -60px;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrapper {
        height: 150px;
    }
    .header-push {
        height: 150px;
    }
    .header {
        height: 100px;
    }
    .header .top-menu-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header-wrapper.hPanelHide .top-menu-wrapper {
        padding-top: 30px;
    }
    .header-wrapper.hPanelHide .logo {
        top: 30px;
    }
    .header-wrapper.hPanelHide {
        top: -80px;
    }
}


/* Top slider */

.top-slider {
    position: relative;
    color: #fff;
}

.top-slider .item-inner {
    height: 620px;
    display: flex;
    align-items: center;
}

.top-slider .title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 700px;
}

.top-slider .item .text {
    margin-bottom: 45px;
    font-size: 20px;
    max-width: 700px;
}

.top-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.top-slider>div {
    display: none;
}

.top-slider>div:first-of-type,
.top-slider.slick-slider>div {
    display: block;
}

.top-slider .item .text p {
    margin-bottom: 0;
}

@media(max-width:1919px) {
    .top-slider .item-inner {
        height: 33vw;
    }
    .top-slider .title {
        font-size: 3vw;
    }
}

@media(max-width:1600px) {
    .top-slider .title {
        margin-bottom: 1.3vw;
        max-width: 600px;
    }
    .top-slider .item .text {
        margin-bottom: 1.8vw;
        font-size: 1.3vw;
        max-width: 600px;
    }
}

@media(max-width:991px) {
    .top-slider .item-inner {
        height: 36vw;
    }
    .top-slider .title {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
        max-width: 70%;
    }
    .top-slider .item .text {
        margin-bottom: 3vw;
        font-size: 1.6vw;
        max-width: 70%;
    }
    .top-slider .button {
        font-size: 2vw;
        padding: 0.9vw 2%;
        margin-bottom: 0;
    }
}

@media(max-width:767px) {
    .top-slider .item-inner {
        height: 44vw;
    }
    .top-slider .item .text {
        font-size: 2.4vw;
        margin-bottom: 1.5vw;
    }
}


/* /. Top slider */


/* Action */

.about-interface-section .title {
    line-height: 1.3;
}

.about-interface-section .row {
    display: flex;
}

.about-interface-section .row>div {
    height: auto;
}

.countdownHolder {
    position: relative;
    line-height: 36px;
    margin: 0;
}

.countdownHolder>span:nth-of-type(odd) {
    color: rgb(0, 154, 55);
    width: 50px;
    padding: 7px 5px;
    background-color: #fff;
    border: 2px solid #EBEBEB;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 24px;
}

.countdownHolder>span:nth-of-type(odd):after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: -16px;
    color: #2E3841;
    width: 4px;
    height: 18px;
    background: url(../images/colon.png) 0 0 no-repeat;
}

.countdownHolder>span.countSeconds:after {
    display: none;
}

.countDiv {
    display: inline-block;
    width: 22px;
}

.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before {
    position: absolute;
    display: block;
    width: 50px;
    text-align: center;
    left: -2px;
    bottom: -32px;
    content: 'Ð´Ð½ÐµÐ¹';
    color: #8C8C8C;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.countDays:before {
    content: 'Ð´Ð½ÐµÐ¹';
}

.countHours:before {
    content: 'Ñ‡Ð°ÑÐ¾Ð²';
}

.countMinutes:before {
    content: 'Ð¼Ð¸Ð½ÑƒÑ‚';
}

.countSeconds:before {
    content: 'ÑÐµÐºÑƒÐ½Ð´';
}

.action-form-box {
    width: 800px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .countdownHolder>span:nth-of-type(odd) {
        width: 60px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before {
        width: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .countdownHolder>span:nth-of-type(odd) {
        width: auto;
        font-size: 42px;
        padding: 15px 12px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before {
        width: 74px;
        bottom: -38px;
    }
    .countdownHolder>span>span {
        display: block;
        float: left;
    }
    .countdownHolder>span:nth-of-type(odd):after {
        top: 24px;
        right: -15px;
    }
    .top-menu-wrapper {
        float: right;
        -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>ul>li {
        display: inline-block;
        margin: 0 5px;
        position: relative;
    }
    .top-menu>ul>li>a {
        display: inline-block;
        font-size: 14px;
        color: #0D0D0D;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        padding: 6px 10px;
        border: 1px solid #eee;
        border-radius: 3px;
    }
    .top-menu>ul>li:hover>a,
    .top-menu>ul>li.active>a {
        border-color: rgb(0, 154, 55);
    }
    .top-menu>ul>li:last-of-type {
        margin-right: 0;
    }
    .top-menu>ul>li>ul {
        position: absolute;
        width: 240px;
        top: 30px;
        padding-top: 22px;
        left: 0;
        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        -ms-animation-duration: 0.2s;
        animation-duration: 0.2s;
        text-align: left;
        z-index: 100;
        display: none;
    }
    .top-menu>ul>li:hover>ul {
        display: block;
    }
    .top-menu>ul>li:last-of-type>ul {
        left: auto;
        right: 0;
    }
    .top-menu>ul>li:last-of-type>ul>li:first-of-type:before {
        left: auto;
        right: 15px;
    }
    .top-menu>ul>li>ul>li>a {
        background: #21282e;
        padding: 12px 10px 12px 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        font-size: 14px;
        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>li>ul>li:first-of-type:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: #21282e;
        -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>ul>li>ul>li:first-of-type>a {
        border-top: none;
    }
    .top-menu>ul>li>ul>li:first-of-type:hover:before,
    .top-menu>ul>li>ul>li:first-of-type.active:before {
        background: rgb(0, 154, 55);
    }
    .top-menu>ul>li>ul>li:hover>a,
    .top-menu>ul>li>ul>li.active>a {
        background: rgb(0, 154, 55);
    }
    .top-menu ul ul ul ul {
        display: none !important;
    }
    .top-menu ul ul ul {
        position: absolute;
        top: 0;
        left: 240px;
        width: 240px;
        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 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-menu ul ul ul a {
        background: #21282e;
        padding: 12px 10px 12px 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        font-size: 14px;
        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.active a {
        background: rgb(0, 154, 55);
    }
    .mobile-menu,
    .overlay {
        display: none;
    }
}


/* End action */

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}


/************************* accordeon **************************/

.accordeon-section {
    box-shadow: 0 2px 0 #e6e6e6;
    overflow: hidden;
}

.accordeon .element-content {
    display: none;
    padding: 20px;
    font-size: 13px;
    color: #0D0D0D;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.accordeon .element {
    margin-bottom: 2px;
    background: #fff;
}

.accordeon .element .title {
    cursor: pointer;
    padding: 12px 12px 12px 50px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    color: #8C8C8C;
    background: #F4F4F4;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 3px;
}

.accordeon .element.active .title {
    background: rgb(0, 154, 55);
    color: #fff !important;
    border-radius: 3px 3px 0 0;
}

.accordeon .element .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 15px;
    border-radius: 3px;
    margin-top: -10px;
    background: url(../images/plus.png) 50% 50% no-repeat rgb(0, 154, 55);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.accordeon .element.active .title:before {
    background: url(../images/minus.png) 50% 50% no-repeat;
}

.accordeon>div:first-of-type .element-content {
    display: block;
}

.accordeon .element .title:hover {
    color: #333333;
}

.accordeon .element.active .title:hover {
    background: #0098DE;
}

.accordeon>div:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 1240px) {
    .top-menu>ul>li>a {
        font-size: 16px;
        padding: 6px 14px 7px;
    }
    .accordeon-section .img-wrapper {
        position: absolute;
        bottom: 0;
    }
    .accordeon-section .row {
        min-height: 750px;
    }
}


/************************* end accordeon **************************/


/* breadcrumbs */

.breadcrumbs-wrapper {
    padding: 14px 0;
    background: #009a37;
    background: -moz-linear-gradient(left, #009a37, #113082);
    background: -webkit-linear-gradient(left, #009a37, #113082);
    background: -o-linear-gradient(left, #009a37, #113082);
    background: -ms-linear-gradient(left, #009a37, #113082);
    background: linear-gradient(left, #009a37, #113082);
    color: #fff;
    font-size: 13px;
}

.breadcrumbs-wrapper li {
    display: inline-block;
}

.breadcrumbs-wrapper a {
    color: #fff;
    text-decoration: underline;
    position: relative;
    padding-right: 10px;
    display: inline-block;
}

.breadcrumbs-wrapper a:hover {
    text-decoration: none;
}

.breadcrumbs-wrapper a:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
}


/* end breadcrumbs */


/* preloader begin */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.preloader:after {
    background-color: rgb(0, 154, 55);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.preloader.hid {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* preloader end */


/* aside-gallery */

.aside-gallery img {
    width: 100%;
}

.lightgallery-link {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
}

.lightgallery-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    background-size: 0 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.lightgallery-link:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.lightgallery-link:hover:after {
    background-size: 25px 25px;
}


/* preloader end */


/* vk widget */

#vk_widget,
#vk_groups {
    width: 100%;
}

#vk_groups,
#vk_groups iframe {
    width: 100% !important;
}


/* vk widget end */


/* table styles */

table.tpl-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #F5F5F5;
    margin-bottom: 30px;
}

table.tpl-table tr:nth-child(odd) {
    background: #F5F5F5;
}

table.tpl-table td,
table.tpl-table th {
    padding: 12px 20px;
    border-left: 1px solid #E2E6E7;
    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;
}

@media only screen and (max-width: 767px) {
    table.tpl-table td,
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}


/* end table styles */


/* aside search begin */

.searchForm {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E4;
}

.searchForm [type="text"] {
    border-width: 1px;
    border-radius: 5px;
    height: 45px;
}

.searchForm [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    width: 50px;
    color: #C7C7C7;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.searchForm [type="submit"]:hover {
    color: #000;
}


/* aside search end */


/* tag-cloud */

.tag-cloud {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E4;
    overflow: hidden;
    color: #fff;
}

.tag-cloud p {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}

.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 6px 15px 6px;
    border: 1px solid rgb(0, 154, 55);
    margin: 0 5px 5px 0;
    float: left;
    background: #fff;
    color: rgb(0, 154, 55) !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 3px;
    text-transform: lowercase;
    font-weight: normal !important;
}

.tag-cloud a:hover {
    background: rgb(0, 154, 55);
    color: #fff !important;
}


/* end tag-cloud */


/* aside-news */

.aside-news {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E4;
}

.aside-news .element {
    margin-bottom: 15px;
    line-height: 1.4;
}

.aside-news .element-date {
    font-size: 13px;
}

.aside-news .element-date i {
    margin-right: 3px;
}

.aside-news .element a {
    color: #000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.aside-news .element a:hover {
    color: rgb(0, 154, 55);
}

.aside-photo {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E4;
}

.aside-photo img {
    border-radius: 3px;
}

.aside-photo a {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}

.aside-photo a:hover {
    opacity: 0.7;
}


/* end aside-news */


/* Aside menu */

.aside {
    margin-bottom: 30px;
}

.aside-menu-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.aside-menu {
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #616161;
    padding: 15px 36px 15px 0;
    line-height: 1.3;
}

.aside-menu li:hover>a,
.aside-menu .open>a,
.aside-menu .active>a {
    color: rgb(0, 154, 55) !important;
}

.aside-menu>ul ul {
    display: none;
    margin-bottom: 25px;
    padding-left: 15px;
}

.aside-menu .active>ul {
    display: block;
}

.aside-menu>ul li {
    position: relative;
}

.aside-menu>ul>li {
    border-bottom: 1px solid #EBEBEB;
}

.aside-menu>ul>li:first-of-type {
    border-top: 1px solid #EBEBEB;
}

.aside-menu>ul .dropdown-button {
    height: 50px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.aside-menu>ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-top: -6px;
}

.aside-menu>ul .dropdown-button.active:after {
    display: none;
}

.aside-menu>ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-right: -6px;
}

.aside-menu>ul ul .dropdown-button {
    height: 37px;
}

.aside-menu ul ul a {
    padding: 10px 0 8px 0;
    font-size: 14px;
    position: relative;
}


/* /. Aside menu */

.search-element {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #E3E3E4;
    border-radius: 5px;
}

.search-element .title-h5 b {
    font-weight: normal;
}

.search-element .text {
    color: #8A8A8A;
}

.search-element .text b {
    color: #342E2E;
}

.search-results div[style^='text-align'] {
    text-align: left !important;
    padding: 0 0 20px !important;
}

.search-element .text>div {
    display: none;
}


/* news list */

.news-list {
    padding-top: 10px;
}

.news-list .news-list-element {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #F4F4F4;
}

.news-list>div:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.news-list .news-list-element h4 {
    margin-top: -5px;
    margin-bottom: 10px;
}

.news-list .news-list-element h4 a {
    color: #000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.news-list .news-list-element h4 a:hover {
    color: rgb(0, 154, 55);
}

.news-list .news-list-element .img-wrapper img {
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
    border: 1px solid #F4F4F4;
}

.news-list .news-list-element .img-wrapper img:hover {
    opacity: 0.8;
}

.element-info span {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #B3B3B3;
}

.element-info span i {
    font-size: 14px;
    margin-right: 3px;
}

.element-info a {
    color: #B3B3B3;
}

.element-info a:hover {
    color: #000;
}

.more i {
    position: relative;
    bottom: -1px;
    margin-left: 3px;
}


/* news list end */


/* pagination */

.pagination {
    text-align: left;
    padding-top: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 7px 12px 5px;
    margin-right: 4px;
    line-height: 1.42857143;
    color: #0D0D0D;
    text-decoration: none;
    background-color: #F4F4F4;
    border: none;
    border-radius: 3px;
    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;
}

.pagination .active a,
.pagination a:hover {
    background: #046FA0;
    color: #fff;
}


/* end pagination */

.article-img {
    border-radius: 5px;
    overflow: hidden;
}

.article-img img {
    border-radius: 5px;
    width: 100%;
}

.article-img .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.article-img>h1 {
    margin-bottom: 0px !important;
}

h1+.element-info {
    margin: -10px 0 20px;
}

.item-gallery .element {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.item-gallery img {
    object-fit: cover;
    width: 420px;
    height: 260px;
}

.item-gallery>.row>hr:nth-of-type(2n) {
    clear: both;
}

@media only screen and (min-width: 992px) {
    .item-gallery>.row>hr:nth-of-type(2n) {
        clear: none;
    }
    .item-gallery>.row>hr:nth-of-type(3n) {
        clear: both;
    }
}

.comments .ec-message {
    background-color: #f2f5f6;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comments .ec-message>p>strong {
    color: #000;
}

.comments .alert.alert-success {
    font-size: 16px;
    color: green;
}


/* blog */

.blog .element {
    margin-bottom: 30px;
}

.blog .element .img-wrapper {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.blog .element .title-h5 {
    margin-bottom: 10px;
}

.blog .element .text {
    line-height: 1.4;
}

.blog .element .img-wrapper img {
    -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(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog .element:hover .img-wrapper img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.blog .element:hover .title-h5 {
    color: rgb(0, 154, 55);
}

.blog .element:hover .text {
    text-decoration: underline;
}

.blog .row>hr:nth-of-type(2n) {
    clear: both;
}

@media only screen and (min-width: 1240px) {
    .blog .row>hr:nth-of-type(2n) {
        clear: none;
    }
    .blog .row>hr:nth-of-type(3n) {
        clear: both;
    }
}


/* end blog */


/* gallery-list */

.gallery-list .element {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-radius: 4px;
    overflow: hidden;
}

.gallery-list .element:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
}

.gallery-list .element .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(17, 138, 199, 0.7);
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.gallery-list .element:hover .title {
    background: rgba(17, 138, 199, 1);
}


/* end gallery-list */


/* files */

.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;
}


/* end files */


/* articles-list */

.articles-list {
    padding-top: 6px;
}

.articles-list .news-element {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E3E3E4;
}

.articles-list div:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.articles-list .news-element .img-wrapper {
    border-radius: 5px;
    overflow: hidden;
}

.articles-list .news-element .img-wrapper img {
    width: 100%;
}

.articles-list .news-element .img-wrapper a {
    display: block;
    position: relative;
}

.articles-list .news-element .img-wrapper a:after {
    background: url(../images/link-icon.png) 50% 50% no-repeat rgba(0, 0, 0, 0.7);
    background-size: 0 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}

.articles-list .news-element .img-wrapper a:hover:after {
    opacity: 1;
    background-size: 36px 36px;
}

.articles-list .news-element h4 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
}

.articles-list .news-element h4 a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.articles-list .news-element h4 a:hover {
    color: rgb(0, 154, 55);
}


/* end articles-list */

.material-icons {
    vertical-align: middle;
    margin-top: -3px;
}

.aside-characteristic-block {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
    color: #000;
}

@media (min-width: 992px) {
    .services-template .main-column {
        padding-left: 20px;
    }
}

.section-description {
    margin-bottom: 20px;
    text-align: center;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

.content table {
    width: 100%;
    margin-bottom: 30px;
    color: #000;
}

.content table th {
    background: #e5e5e5;
    text-transform: uppercase;
    padding: 15px 20px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-right-color: #F0F0F0;
    color: #000;
}

.content table th:last-of-type {
    border-right-color: #e5e5e5;
}

.content table td {
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}

.price-table th:last-of-type,
.price-table td:last-of-type {
    text-align: center;
    width: 30%;
}

@media(max-width:767px) {
    .content table th,
    .content table td {
        padding: 5px 10px;
        font-size: 13px;
    }
}