body,
html {
    height: 100%;
}
body {
    color: #000;
    font-family: "Open Sans", Arial;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    }

.modal-content {
    border-radius: 0;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 20px 30px;
}
.modal-header .close {
    font-size: 40px;
    margin: -10px 0;
}
.input-lg {
    border-radius: 0;
}
.form-control {
    border-width: 2px;
    box-shadow: none;
}
.text-muted {
    color: #717171;
}
.text-primary {
    color: #fed136;
}
.mt-0 {margin-top:0 !important;}
section {
    word-wrap: break-word;
}
p {
    font-size: 16px;
    line-height: 1.55;
}
.large-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.large-text h2 {
    margin: 60px 0 20px;
}
a,
a:focus {
    color: #2161c3;
    text-decoration: none;
    outline: 0;
}
a span,
a:focus span {
    border-bottom: 2px solid rgba(33, 97, 197, 0.3);
    padding-bottom: 2px;
}
a:hover,
a:active,
a.active {
    color: #cc0000;
	text-decoration: none;
    outline: 0;
}
a:hover span,
a:active span,
a.active span {
    border-bottom-color: rgba(204, 0, 0, 0.3);
}
a.dashed span,
a.dashed:hover span,
a.dashed:focus span,
a.dashed:active span,
a.dashed.active span {
    border-bottom-style: dashed;
}
h1,
h2,
h3 {
    font-family: "Open Sans", Arial;
    font-weight: 700;
}
section ul,
section ol {
    font-size: 16px;
    margin: 0 0 20px;
}
section ul li,
section ol li {
    margin-bottom: 10px;
}
@media (max-width: 590px) {
    section ul,
    section ol {
        font-size: 16px;
        padding-left:5px;
        }
    section ul li,
    section ol li {
        margin-bottom:5px;
        }
    }
@media (min-width: 992px) {
    .row.nav-scroll {
        position: relative;
    }
    .second-menu-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
    }
}

.second-menu-container .nav-pills > li {
    margin: 0;
}
.btn {
    border: 0;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 600;
    white-space: normal;
    padding: 16px 30px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    color: #2d1a00;
    background-color: #ffd200;
    }
.btn-primary:hover {
    color: #2d1a00;
    background: #ffea00;
    }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #2d1a00;
    background: #ffc000;
    }

.btn-default,
.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background: #2161c3;
}
.btn-default:hover {
    color: #fff;
    background: #2973e6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background: #10479a;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 20px 30px;
    font-size: 30px;
}
.btn span,
.btn:hover span,
.btn:focus span,
.btn:active span,
.btn.active span {
    border: 0;
}
@media (max-width: 590px) {
    .btn,
    .btn-lg,
    .btn-group-lg > .btn {
        padding: 15px 20px;
        font-size: 18px;
    }
}
.navbar-default {
    background-color: transparent;
    border: 0;
    padding: 30px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffc000;
    padding: 8px 12px;
    border: 1px solid transparent;
    }
.navbar-default .nav li a span,
.navbar-default .nav li a:focus span {
    background: none;
    outline: 0;
    border-bottom-color: rgba(255, 210, 0, 0.3);
    color: #ffd200;
}
.navbar-default .nav li a:hover span {
    background: none;
    outline: 0;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    }
.navbar-default .nav li a:focus span {
    background: none;
    outline: 0;
    color: #c0d9ff;
    border-bottom-color: rgba(192, 217, 255, 0.3);
    }
.navbar-default > .container {
    position: relative;
}
.navbar > .container .navbar-brand {
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-brand img.logo {
    margin: 3px 50px 0 0;
    float: left;
    height: 65px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    will-change: transform;
}
.navbar-default .navbar-text {
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: italic;
    float: left;
    margin: 0 0 0 0;
    padding:6px 0 0;
}
.navbar-default .nav-icon {
    display: none;
    float: left;
    margin: 4px 0 0 30px;
}
.navbar-default .nav-icon a {
    padding-bottom: 0;
    position: relative;
    display: block;
}
.navbar-default .nav-icon a span.typcn {
    border: 0;
    font-size: 36px;
}
.navbar-default .navbar-nav {
    margin: 14px 0 0 0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #fff;
}
.navbar-default .navbar-nav > li.active > a span,
.navbar-default .navbar-nav > li.active > a:focus span {
    color: #fff;
}
.navbar-default .navbar-nav > li.active > a span {
    border: 0;
}
.navbar-default .navbar-nav > li.active > a:hover span,
.navbar-default .navbar-nav > li.active > a:focus span {
    color: #fff;
}
.navbar-default .navbar-nav > li.active > a:hover {
    background: none;
}
.navbar-default .nav > li.cabinet-link {
    background: rgba(26, 22, 26, 0.7);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -30px;
    right: 15px;
}
.navbar-default .nav > li.cabinet-link a {
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    padding: 5px 12px;
}
.navbar-default .nav > li.cabinet-link a span.typcn {
    border: 0;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .navbar-default .nav > li.cabinet-link {
        display: none;
    }

    .navbar-shrink .navbar-collapse.collapse.in .header-contacts,
    .navbar-shrink .navbar-collapse.collapsing .header-contacts {
        padding: 20px 0;
    }
}

.navbar-default.navbar-shrink {
    background-color: rgba(0, 26, 65, 0.8);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    will-change: backdrop-filter;
    }

.navbar > .container .navbar-brand {
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default.navbar-shrink .navbar-brand img.logo {
    margin: 0 25px 0 0;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default.navbar-shrink .navbar-text {
    margin:-6px 0 0 0;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    }
.navbar-default.navbar-shrink .navbar-text.header-contacts a {
    margin-bottom: 6px;
    }
.navbar-default.navbar-shrink .navbar-form {
    margin-top: 10px;
}
.navbar-default.navbar-shrink .cart-icon,
.navbar-default.navbar-shrink .nav-icon {
    margin-top: -4px;
}
.navbar-default.navbar-shrink .navbar-nav {
    margin: 6px 0 0 0;
}
.navbar-default.navbar-shrink .nav > li.cabinet-link {
    margin-top: -100px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .navbar-default .navbar-brand img.logo {
        margin:3px 40px 0 0;
        }

    .navbar-default.navbar-shrink .navbar-form {
        margin-top: 10px;
    }
    .navbar-toggle {
        margin-top: 16px;
    }

    .navbar-default.navbar-shrink .navbar-toggle {
        margin-top: 10px;
    }
    .navbar-default.navbar-shrink .cart-icon,
    .navbar-default.navbar-shrink .nav-icon {
        margin-top: -4px;
    }
    .navbar-default.navbar-shrink.navbar-toggle {
        margin-top: 4px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-default .nav-icon.cabinet-icon {
        display: block;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .navbar-default {
        padding: 10px 0;
    }
    .container > .navbar-header {
        margin-left: 0;
    }
    .navbar-form {
        display: none;
    }
    .navbar-default .nav-icon {
        display: block;
    }
}
@media (max-width: 580px) {
    .navbar > .container .navbar-brand,
    .navbar-default.navbar-shrink > .container .navbar-brand {
        width: auto;
    }


    .navbar-default .navbar-text {
        margin:-6px 0 0 0;
        font-size: 14px;
        }
    .navbar-default .navbar-text.header-contacts a {
        margin-bottom: 6px;
        }


    .navbar-default .navbar-brand img.logo {
        height: 50px;
        margin: 3px 20px 0 0;
    }
    .navbar-default.navbar-shrink .navbar-brand img.logo {
        height: 40px;
        margin: 8px 20px 0 0;
    }
    .navbar-toggle {
        margin-top: 10px;
    }
    .navbar-default .nav-icon,
    .navbar-default.navbar-shrink .cart-icon,
    .navbar-default.navbar-shrink .nav-icon {
        margin-top: -2px;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        width: 50px;
    }
}
@media (max-width: 460px) {
    .navbar-default .navbar-text {
        display: none;
        }
    }
@media (max-width: 400px) {
    .navbar-default .navbar-brand img.logo {
        height: 40px;
        margin: 8px 20px 0 0;
        }
    .navbar-default .nav-icon,
    .navbar-default.navbar-shrink .cart-icon,
    .navbar-default.navbar-shrink .nav-icon {
        display: none;
    }
}
@media (max-width: 260px) {
    .navbar > .container .navbar-brand,
    .navbar-default.navbar-shrink > .container .navbar-brand {
        overflow:hidden;
        width:60px;
        }

}

.navbar-default .navbar-collapse {
    border: 0;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
    border-width: 2px;
    padding: 8px 9px;
}
.navbar-default .navbar-toggle:hover {
    background: transparent;
    border-color: #ffd200;
}
.navbar-default .navbar-toggle:focus {
    background-color: #ffd200;
    border-color: #ffd200;
}
.navbar-default .navbar-toggle:focus:hover {
    background-color: #ffd200;
    border-color: #ffd200;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffd200;
}
.navbar-default .navbar-toggle:focus:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgba(0, 26, 65, 1);
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #ffd200;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: none;
    color: #fff;
}
.navbar-default .nav .dropdown-menu .active > a,
.navbar-default .nav .dropdown-menu .active > a:focus,
.navbar-default .nav .dropdown-menu .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background: none;
    color: #ff3600;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.dropdown-menu {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 10px 15px;
}
@media (max-width: 1200px) {
    .navbar-default .nav li a {
        letter-spacing: 0;
        padding: 8px 8px;
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .navbar-default .navbar-collapse {
        background-color: rgba(0, 26, 65, 0.8);
        backdrop-filter: blur(10px);
        float: right;
        max-width: 300px;
        margin-right: 15px;
        will-change: backdrop-filter;
    }
    .navbar-default .navbar-nav {
        margin: 20px 30px;
    }
    .navbar-default .nav li a {
        font-size: 16px;
    }

    .navbar-default.navbar-shrink .navbar-collapse {
        background: transparent;
        backdrop-filter:none;
        float: none;
        max-width: none;
    }
    .navbar-default.navbar-shrink .nav li a {
        letter-spacing: 1px;
        padding: 12px 8px;
    }
}
@media (max-width: 768px) {
    .navbar-default .navbar-collapse {
        margin-right: 0px;
        padding: 0;
    }
    .navbar-default.navbar-shrink .navbar-collapse {
        margin: 0;
    }
}
@media (max-width: 590px) {
    .navbar-default .navbar-collapse {
        margin-top: 15px;
        max-width: none;
        width: 100%;
    }
}
@media (max-width: 410px) {
}
.header-contacts a {
    display:block;
    margin-bottom:10px;
    }
.header-contacts a span,
.header-contacts a:focus span {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    font-style: italic;
    margin: 0 6px;
}
.header-contacts a:hover span {
    border-bottom-color: rgba(255, 210, 0, 0.3);
    color: #ffd200;
    }

@media (max-width: 1200px) {
    .header-contacts {
        padding: 8px 2px;
        max-width: 355px;
    }
}
@media (max-width: 992px) {
    .navbar-shrink .navbar-collapse.collapse.in .header-contacts,
    .navbar-shrink .navbar-collapse.collapsing .header-contacts {
        opacity: 1;
        max-height: none;
        padding: 20px 0;
    }
}
header {
    background-color: #123f84;
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 7px solid #ffd200;
    color: #fff;
    overflow: hidden;
    position: relative;
}
header:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 768px) {
    header:after {
        background-color: #123f84;
        opacity: 0.7;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
}
header .container {position: relative;}
header a,
header a:focus {color: #fff;}
header a span,
header a:focus span {border-bottom: 2px solid rgba(255, 255, 255, 0.3);}
header a:hover {color: #ff3600;}
header a:hover span {border-bottom: 2px solid rgba(255, 54, 0, 0.3);}
header .intro {
    text-align:center;
    padding: 200px 0 150px;
    overflow: hidden;
    z-index: 2;
}
header .intro .intro-heading {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 40px;
}
header .intro .intro-text {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 60px;
}
header .intro .intro-text span {
    position:relative;
    display:inline-block;
    margin-left:45px;
    }
header .intro .intro-text img {
    position:absolute;
    display: block;
    margin:-3px 0 0 -55px;
    width:34px;
}
@media (max-width: 1200px) {
    header .intro {padding: 160px 0 100px;}
}
@media (max-width: 768px) {
    header .intro {
        padding-top: 110px;
        padding-bottom: 50px;
    }
    header .intro .intro-heading {
        font-size: 30px;
        margin-bottom:30px;
    }
    header .intro .intro-text {margin-bottom: 40px;}
}
@media (max-width: 590px) {
    header .intro .intro-heading {font-size: 26px;}
    header .intro .intro-text img {display: none;}
    header .intro .intro-text span {margin-left:0;}
    }
@media (max-width: 540px) {
    header .intro {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    header .intro .intro-heading {margin-bottom: 20px;}
    header .intro .intro-text {margin-bottom: 30px;}
}
@media (max-width: 450px) {
    header .intro .intro-heading {
        font-size: 18px;
        word-wrap:break-word;
    }
}

header.inside-header-1 {
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.inside-header-1:after {opacity: 0;}
header.inside-header-1 .intro {
    padding-top: 90px;
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    header.inside-header-1 .intro {padding-bottom: 0;}
}
@media (max-width: 580px) {
    header.inside-header-1 .intro {
        padding-top: 72px;
        padding-bottom: 0;
    }
}

header.inside-header-1 .breadcrumb {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    background-color: transparent;
}
header.inside-header-1 .intro .intro-heading {margin: 20px 0 0;}
header.inside-header-1 .nav {
    font-size: 18px;
    margin-left: -10px;
    margin-bottom: 20px;
}
header.inside-header-1 .nav-pills > li.active > a,
header.inside-header-1 .nav-pills > li.active > a:hover,
header.inside-header-1 .nav-pills > li.active > a:focus {background-color: transparent;}
header.inside-header-1 .nav > li > a {padding: 10px 10px;}
header.inside-header-1 .nav > li > a:hover,
header.inside-header-1 .nav > li > a:focus {background-color: transparent;}
section {padding: 40px 0;}
section .section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}
section .section-heading p {
    font-size: 18px;
    margin: 0 0 40px;
}
@media (max-width: 590px) {
    section .section-heading h2 {font-size: 26px;}
    section {padding: 30px 0;}
    section .section-heading p {
        font-size: 16px;
        margin: 0 0 15px;
        }
    section h3 {
        font-size:18px;
        margin-bottom: 15px;
        }
    }
@media (max-width: 450px) {
    section .section-heading h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}

footer {
    background: rgba(0, 26, 65, 1);;
    border-top: 7px solid #ffd200;
    padding: 25px 0 20px;
    color: #fff;
}
footer .typcn span {margin-left: 6px;}
footer p {font-size: 14px;}
footer p.privpolicy a {font-size: 12px;}
footer p.privpolicy a span {padding: 0;}
footer .contacts p {font-size: 18px;}
footer a,
footer a:focus {color: #fff;}
footer a span,
footer a:focus span {border-bottom: 2px solid rgba(255, 255, 255, 0.3);}
footer a:hover {color: #ff3600;}
footer a:hover span {border-bottom: 2px solid rgba(255, 54, 0, 0.3);}
footer .kiwi img {
    float: left;
    height: 43px;
    width: 60px;
    opacity: 0.4;
}
footer .footer-small-text p {
    color:rgba(255,255,255,.5);
    font-size: 12px;
}
footer .kiwi p {
    margin: 1px 0 0 80px;
    font-size: 14px;
    line-height: 20px;
    max-width: 230px;
}
@media (max-width: 992px) {
    footer .kiwi img {float: none;}
    footer .kiwi p {margin: 10px 0 0 0;}
}
@media (max-width: 769px) {
    footer p.privpolicy {margin-bottom: 20px;}
    footer .kiwi {margin: 40px 0 0;}
    footer .kiwi p {max-width: none;}
}

.example-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 30px 0;
    text-align: center;
}
.example-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.example-modal .modal-content p {margin-bottom: 30px;}
.example-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    line-height: 24px;
    font-style: italic;
    font-size: 16px;
}
.example-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.example-modal .modal-content .btn-close {margin-top: 35px;}
.example-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 10;
}
.example-modal .close-modal:hover {opacity: 0.3;}
.example-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.example-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.example-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
.example-modal.modal {padding-right: 0 !important;}

.categories-block-1 {
    background: #f1f1f1;
    padding: 20px 0;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
}
.categories-wrap {
    overflow: hidden;
    padding: 20px;
}
.categories-block-1 a {
    padding: 0;
    position: relative;
}
.categories-block-1 a > div {
    background: #fff;
    margin: 2px;
    overflow: hidden;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.categories-block-1 a:hover > div {
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.categories-block-1 a img {
    margin: 20px 10% 0;
    width: 80%;
}
.categories-block-1 a .text-overlay {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 40px;
    overflow: hidden;
    line-height: 26px;
    height: 115px;
}

@media (max-width: 768px) {
    .categories-block-1 a img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .categories-block-1 a .text-overlay {height: auto;}
}
@media (max-width: 400px) {
    .categories-block-1 a img {margin-top: 50px;}
}

.text-block-1 {border-bottom:1px solid #cfcfcf;}
.text-block-1 .section-heading p {
    font-size: 18px;
    margin: 0 0 20px;
}
.text-block-1 .btn {margin-top: 20px;}
.text-block-1 img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .text-block-1 img {margin-top:60px;}
}
@media (max-width: 590px) {
    .text-block-1 .section-heading p {
        font-size: 16px;
        margin: 0 0 15px;
        }
    .text-block-1 .btn {margin-top:10px;}
    .text-block-1 img {margin-top:30px;}
    }

.contacts-block-1 {background: #e7ecf5;}
.contacts-block-1 p.address {margin-bottom:20px;}
.contacts-block-1 .big-text {margin-top: -12px;}
.contacts-block-1 .big-text p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .contacts-block-1 .big-text {margin-top: 20px;}
    .contacts-block-1 .big-text p {
        font-size: 26px;
        line-height: 1.65;
    }
}
@media (max-width: 480px) {
    .contacts-block-1 .big-text {margin-top: 20px;}
    .contacts-block-1 .big-text p {
        font-size: 18px;
        line-height: 1.55;
    }
}

.contacts-block-1 p {font-size: 18px;}
@media (max-width: 590px) {
    .contacts-block-1 p {font-size:16px;}
    }
.contacts-block-1 p.worktime {margin-top: 20px;}
.contacts-block-1 .typcn span {margin-left: 10px;}
.map-block-1 {
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    line-height: 0;
}
.map-block-1 iframe {
    min-height: 500px;
    width: 100%;
}
.numbers-block-1 {background: #f1f1f1;}
.numbers-block-1 .round-number {
    background: #fff;
    border-radius: 100%;
    border: 7px solid #1ea500;
    font-size: 60px;
    font-weight: 700;
    height: 170px;
    line-height: 156px;
    margin: 0 auto;
    width: 170px;
}
.numbers-block-1 h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 20px;
}
@media (max-width: 992px) {
    .numbers-block-1 {padding-bottom: 0;}
    .numbers-block-1 > div > div > div {margin-bottom: 60px;}
}

.buyer-text-block {margin-bottom: 30px;}
.buyer-info .icon-block {margin-top: 30px;}
.buyer-info .round-number {
    background: #c3e0e5;
    border-radius: 100%;
    font-size: 50px;
    height: 100px;
    line-height: 95px;
    text-align: center;
    width: 100px;
}
.buyer-info .round-number.left {
    margin: 0 30px 0 0;
    float: left;
}
@media (max-width: 450px) {
    .buyer-info .round-number.left {
        float: none;
        margin: 0 30px 0 0;
    }
}
.center-block {margin: 0 auto;}
.product-list-1 .product-list-1-wrap {overflow:hidden;}
@media (max-width: 991px) {
    .product-list-1 .product-list-1-wrap {margin:0 -15px;}
    }
.product-list-1 .product-small {
    font-weight: 700;
    margin-bottom: 30px;
}
.product-list-1 .product-small a {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
}
.product-list-1 .product-small img {
    background: #f0f0f0;
    border: 0;
    color: #ccc;
    font-weight: 400;
    font-style: italic;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-list-1 a span.cost {
    background: #fc0;
    border: 0;
    color: #000;
    display: inline-block;
    clear: both;
    font-weight: 700;
    font-size: 16px;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.product-list-1 a span.cost span {border: 0;}
.product-list-1 a span.name {
    border: 0;
    display: inline-block;
    overflow: hidden;
    height: 46px;
    position: relative;
    width: 100%;
}
.product-list-1 a span.name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.5em;
    width: 65px;
    background-image: -webkit-linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        #fff
    );
    background-image: -moz-linear-gradient(
        to right,
        hsla(0, 0%, 100%, 0) 0,
        #fff 100%
    );
    background-image: -ms-linear-gradient(
        to right,
        hsla(0, 0%, 100%, 0) 0,
        #fff 100%
    );
    background-image: -o-linear-gradient(
        to right,
        hsla(0, 0%, 100%, 0) 0,
        #fff 100%
    );
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.product-list-1 .date {
    font-size:16px;
    font-style:italic;
    font-weight:400;
    }
@media (max-width: 992px) {
    section.product-list-1 {padding: 0;}
    section.product-list-1.other-products {padding: 40px 0;}
}
@media (max-width: 500px) {
    .product-section-1 {
        padding: 30px 0;
        margin-bottom: 20px;
    }
    .product-list-1 .col-xs-6 {width: 100%;}
    .product-list-1 .product-small {margin-bottom: 30px;}
    .product-list-1 .product-small img {margin-bottom: 15px;}
    .product-list-1 a span.name {height: auto;}
    .product-list-1 a span.name:after {display: none;}
}
@media (max-width: 500px) {
    .recent-projects .project.col-xs-6 {width:100%;}
    }
.other-products {border-top: 1px solid #cfcfcf;}

.section-desc {margin:0;}
@media (min-width: 991px) {
    .section-desc {margin: 0 15px;}
    }


section.products-block-1 {padding-top: 40px;}
section.products-block-1 .product-list-2-wrap {margin-left: 30px;}
section.product-block-1 {padding-top: 40px;}
@media (max-width: 992px) {
    section.products-block-1 .product-list-2-wrap {margin-left: 0;}
}
@media (max-width: 767px) {
    .large-text p {text-align: left;}
    .product-block-1 .desc {text-align: left;}
}
.product-block-1 .product {margin-left: 20px;}
.product-block-1 .product .back-link {
    font-size: 16px;
    margin-bottom: 20px;
}
.product-block-1 .short-info {
    background: #545e6e;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin:30px 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-block-1 .short-info .btn-sm {margin: 15px 0;}

.product-block-1 .img img {margin: 0 auto;}

@media (min-width: 991px) {
    .fotorama {min-height:445px;}
    }
.fotorama .fotorama__thumb-border {border-color: #ffd200;}
.product-block-1 .name {
    font-family: "Open Sans", Arial;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px 15px 20px 0;
}
.product-block-1 .cost {margin-bottom: 15px;}
.product-block-1 .cost span {
    background: #f67d00;
    font-weight: 700;
    font-size: 20px;
    padding: 4px 10px;
}
.product-block-1 .count {position: relative;}
.product-block-1 .count .btn-xs {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 10px 2px;
    white-space: normal;
}
.product-block-1 .count .btn-xs.minus {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-block-1 .count .btn-xs.plus {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-block-1 .count .btn-xs:hover {
    color: #fff;
    background: #fe7005;
    border-color: #fe7005;
}
.product-block-1 .count .btn-xs:active,
.product-block-1 .count .btn-xs.active,
.product-block-1 .count .btn-xs:active:hover,
.product-block-1 .count .btn-xs.active:hover,
.product-block-1 .count .btn-xs:active:focus,
.product-block-1 .count .btn-xs.active:focus,
.product-block-1 .count .btn-xs:active.focus,
.product-block-1 .count .btn-xs.active.focus {
    color: #fff;
    background: #fe7005;
    border-color: #fe7005;
}
.product-block-1 .count .input-sm {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 34px;
    width: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-block-1 .count .input-sm:focus {
    border-color: #5ba7ff;
    -webkit-box-shadow: inset 0 1px 2px 0 #fff, 0 0 5px 0 #0078ff;
    -moz-box-shadow: inset 0 1px 2px 0 #fff, 0 0 5px 0 #0078ff;
    box-shadow: inset 0 1px 2px 0 #fff, 0 0 10px 0 #0078ff;
}
.product-block-1 .desc {font-size: 16px;}
.product-block-1 .table {
    font-size: 16px;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .product-block-1 .product {margin-left: 0;}
    .product-block-1 .name {margin-top: 20px;}
    .product-block-1 .short-info {margin: 10px -15px 0;}
    .product-block-1 .additional-desc > div > div {margin:0 -15px 0;}
    .product-block-1 .actions {margin:0 -15px 0;}
}
@media (max-width: 768px) {
    .product-block-1 .short-info {border-radius:0;}
    .product-block-1 .additional-desc > div > div {border:0;}
    .product-block-1 .actions {border-radius:0;}
    }

.form-control {
    background: #fff;
    border: 0;
    color: #000;
    height: 42px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-control:focus {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 #fff, 0 0 5px 0 #0078ff;
    -moz-box-shadow: inset 0 1px 2px 0 #fff, 0 0 5px 0 #0078ff;
    box-shadow: inset 0 1px 2px 0 #fff, 0 0 10px 0 #0078ff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.has-error .form-control,
.has-error .form-control:focus {
    background: #ffe0e0;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.has-error .form-control:focus {
    background: #ffe0e0;
    -webkit-box-shadow: inset 0 1px 2px 0 #ffe0e0, 0 0 5px 0 #0078ff;
    -moz-box-shadow: inset 0 1px 2px 0 #ffe0e0, 0 0 5px 0 #0078ff;
    box-shadow: inset 0 1px 2px 0 #ffe0e0, 0 0 10px 0 #0078ff;
}
a.close,
a.close:focus {
    color: #1ea500;
    text-decoration: none;
    outline: 0;
    opacity: 1;
    text-shadow: none;
}
a.close:hover,
a.close:active,
a.close.active {
    color: #ff3600;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.cart-order-1 form {
    background: #eae5e0;
    font-size: 16px;
    padding: 30px;
    margin: 30px 0 60px;
    -webkit-box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
    -moz-box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
    box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
}
.cart-order-1 form .help-block {font-size: 14px;}
.cart-order-1-bottom {
    margin-top: 40px;
    text-align: center;
}
.complete {margin: 40px 0 80px;}
.complete .typcn-thumbs-up {
    color: #b1b1b1;
    font-size: 90px;
    margin-bottom: 20px;
}
.message-1 {margin: 40px 0 80px;}
.message-1 .typcn {
    color: #b1b1b1;
    font-size: 90px;
    margin-bottom: 20px;
}
.certificates-block-1 p {
    font-size: 18px;
    text-align: center;
}
.certificates-block-1 .img-list {
    text-align: center;
    margin-top: 30px;
}
.certificates-block-1 .img-list img {
    border: 5px solid #fff;
    margin: 0 15px 15px 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    height:300px;
}
.certificates-block-1 .img-list a:hover img {
    margin: -2px 15px 17px 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    box-shadow: 0px 6px 8px 0px rgba(50, 48, 37, 0.4);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 768px) {
    .certificates-block-1 .img-list img {height:160px;}
    }
.note-text {
    color: #757370;
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
}

.breadcrumb > li + li:before {
    color: rgba(255, 255, 255, 0.3);
}

a.fancybox-download {
    text-align: center;
    padding-top: 8px;
}
a.fancybox-download span {
    border: 0;
    padding: 0;
    font-size: 1.2em;
}
.fancybox-download:before {
    top: 14px;
    left: 22px;
    border-left: 2px solid #fff;
    height: 12px;
}

.fancybox-download:after {
    bottom: 18px;
    left: 23px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    background: transparent;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

.product-block-1 .fotorama {}
.fotorama .overlay-image {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
}
.fotorama .overlay-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.second-menu-collapse.collapse {margin-top: 0;}
.second-menu-collapse.collapse.in {}
#second-menu.nav-pills > li > a {
    border-radius: 0;
    font-size: 16px;
    line-height: 1.6;
    padding: 6px 20px;
}
#second-menu.nav-stacked > li + li {margin: 0;}
#second-menu.nav-pills > li > a:hover {background: #d5dff0;}
#second-menu.nav-pills > li.active > a,
#second-menu.nav-pills > li.active > a:focus,
#second-menu.nav-pills > li.active > a:hover {
    background-color: #ffc000;
    font-weight: 700;
    color: #000;
}
#second-menu.nav-pills > li.active > a span,
#second-menu.nav-pills > li.active > a:focus span,
#second-menu.nav-pills > li.active > a:hover span {border: 0;}
.second-menu-container {margin-bottom: 30px;}
@media (max-width: 991px) {
    .second-menu-container {margin:0 15px 10px;}
    }

#second-menu.nav-pills > li > a .sm-icon.active {display: none;}
#second-menu.nav-pills > li > a .sm-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    height: 16px;
    max-width: 18px;
}
#second-menu.nav-pills > li.active > a .sm-icon {display: none;}
#second-menu.nav-pills > li.active > a .sm-icon.active {display: block;}

a.second-menu-toggle {width: 100%;}
.second-menu-toggle:focus {outline: 0;}
.second-menu-toggle {margin-bottom:20px;}
.second-menu-toggle .icon-bar {
    margin-top: 7px;
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.second-menu-toggle .icon-bar + .icon-bar {margin-top: 4px;}
@media (min-width: 991px) {
    .second-menu-toggle {display: none;}
}
.second-menu-toggle .button-label {
    display: inline-block;
    float: left;
    padding-left: 16px;
}
.button-bars {
    display: inline-block;
    float: left;
}
.second-menu-collapse {
    background:#e7ecf5;
    border-radius: 5px;
    padding: 14px 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
.second-menu-collapse.in {overflow-y: auto;}
@media (min-width: 991px) {
    .second-menu-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .second-menu-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    .second-menu-collapse.in {overflow-y: visible;}
}
.second-menu-collapse:before,
.second-menu-collapse:after {
    display: table;
    content: " ";
}
.second-menu-collapse:after {clear: both;}
.product-list-2 .product {
    border-top: 1px solid #d9d9d9;
    padding: 15px 0;
}
.product-list-2 .product:hover {background: #fff9e6;}
.product-list-2 .image {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 100px;
}
.product-list-2 .image img {
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}
.product-list-2 .image.search-cat img {max-height: 40px;}
.product-list-2 .info {
    float: left;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}
.product-list-2 .info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.product-list-2 .info .number {
    color: #515151;
    font-size: 14px;
}
.product-list-2 .price {
    font-size: 16px;
    font-weight: 700;
    margin-top: 11px;
}
.product-list-2 .underline-price {margin: 11px 0 -8px;}
.product-block-1 .cost span.underline-price,
.product-block-1 .cost span.underline-price span {background: #f2cea9;}
.product-block-1 .cost span.underline-price span {padding: 0;}
.product-list-2 .avail {
    font-size: 14px;
    margin-top: -3px;
}
.product-list-2 .avail .text-danger i {color: #000;}
.product-list-2 .actions {
    float: right;
    width: 260px;
}
.product-list-2 .count {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product-list-2 .product:hover .count {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product-list-2 .count .btn-xs {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 10px 2px;
    white-space: normal;
}
.product-list-2 .count .btn-xs.minus {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-list-2 .count .btn-xs.plus {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-list-2 .count .btn-xs:hover {
    color: #fff;
    background: #fe7005;
    border-color: #fe7005;
}
.product-list-2 .count .btn-xs:active,
.product-list-2 .count .btn-xs.active,
.product-list-2 .count .btn-xs:active:hover,
.product-list-2 .count .btn-xs.active:hover {
    color: #fff;
    background: #fe7005;
    border-color: #fe7005;
}
.product-list-2 .count .btn-xs:active:focus,
.product-list-2 .count .btn-xs.active:focus,
.product-list-2 .count .btn-xs:active.focus,
.product-list-2 .count .btn-xs.active.focus {
    background: #ff3600;
    border-color: #ff3600;
}
.visible-400 {display: none;}
.product-list-2 .count .input-sm {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 34px;
    width: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-list-2 .btn-sm {
    font-size: 16px;
    padding: 5px 15px;
    margin-left: 15px;
}
.admin-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1000;
}
.admin-panel .btn-sm {
    background:rgba(0,0,0,.7);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
}
.admin-panel .btn-sm:hover {
    background: #2973e6;
    color: #fff;
}
.admin-panel .btn-sm:focus {
    background: #10479a;
    color: #fff;
}
.admin-panel .btn-sm span {
    font-size: 16px;
    margin-right: 5px;
}
.login-page .nav-pills > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.login-page .nav-pills {text-align: center;}

section.login-page {padding: 30px 0;}
.login-page .tab-content {
    background: #f6f6f6;
    border-radius: 5px;
    font-size: 16px;
    padding: 30px;
    margin: 30px 0;
}
.login-page form .help-block {
    font-size: 14px;
}
.login-page-bottom {
    margin-top: 30px;
    text-align: center;
}
.login-page-bottom .button-under-text {margin: 20px 0 0;}
.nav-pills {font-size: 18px;}
@media (max-width: 991px) {
    .nav-pills {margin-bottom:30px;}
    }
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1ea500;
}

.product-list-1 .heading-inside {margin: 0 15px 30px;}
@media (max-width: 991px) {
    .product-list-1 .heading-inside {margin: 0 0 30px;}
    }
.product .heading-inside {margin: 0 0 30px;}

@media (max-width: 768px) {
    .heading-inside {font-size: 40px;}
}
@media (max-width: 590px) {
    .heading-inside {font-size: 30px;}
}
@media (max-width: 540px) {
    .heading-inside {margin-bottom: 25px;}
}
@media (max-width: 450px) {
    .heading-inside,
    h2,
    section.contacts-block-1 h1,
    section.contacts-block-1 h2,
    .numbers-block-1 h3 {font-size: 18px;}
}
.actions {
    background:#d5dff0;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:20px 0;
	margin:0;
    text-align:center;
}
.heading-inside {margin: 0 0 30px;}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  @media (max-width: 992px) {
    .process img {margin: 7px auto;}
}

.additional-desc > div > div {
    border-right:1px solid #d5dff0;
    border-left:1px solid #d5dff0;
    padding:30px 30px 20px;
    overflow:hidden;
    }

.recent-projects {border-bottom:1px solid #cfcfcf;}
.recent-projects .project {margin-bottom:20px;}
.recent-projects img {
    margin-bottom:10px;
    width:100%;
    }
.recent-projects .title {
    display:block;
    font-size:18px;
    margin:0 0 10px;
    }
.recent-projects .date {
    font-size:16px;
    font-style:italic;
    font-weight:400;
    }
@media (max-width: 590px) {
    .recent-projects .title {font-size:16px;}
    .recent-projects a.title span,
    .recent-projects a.title:focus span {padding:0;}
    }
.catalog-categories {border-bottom:1px solid #cfcfcf;}
.catalog-categories a.category {
    background-color:#123f84;
    border:1px solid #fff;
    float:left;
    font-size: 20px;
    font-weight: 700;
    text-align:center;
    min-height:300px;
    width:50%;
    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    }
.catalog-categories a.category span.name {
    border:0;
    padding:30px;
    width:100%;
    word-wrap:break-word;
    z-index:1;
    }
.catalog-categories a.category span.name span {
    border-color:rgba(255,255,255,.3);
    color:#fff;
    word-wrap:break-word;
    }
.catalog-categories a.category:hover span.name span {
    border-bottom-color: rgba(255, 210, 0, 0.3);
    color: #ffd200;
    }
.catalog-categories a.category span.background {
    background-repeat: no-repeat;
    border:0;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .2;
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    }
.catalog-categories a.category:hover span.background,
.catalog-categories a.category:focus span.background {
    opacity: .4;

    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    }
@media (max-width: 590px) {
    .catalog-categories a.category {
        font-size:16px;
        min-height:200px;
        width:100%;
        }
    }

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    }
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
    }
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
    }
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    }
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    }

.services-page {border-bottom: 1px solid #cfcfcf;}
.services-page p {
    font-size: 18px;
    margin: 0 0 20px;
    }
@media (max-width: 590px) {
    .services-page p {
        font-size: 16px;
        margin: 0 0 15px;
        }
    }
.services-page .service-block {margin-bottom:30px;}
.services-page img {
    border: 5px solid #fff;
    display: block;
    margin: 0 15px 15px 0;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    }
.services-page a:hover img {
    margin: -2px 15px 17px 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    box-shadow: 0px 6px 8px 0px rgba(50, 48, 37, 0.4);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    }
.oem-link {
    text-align:center;
    margin-top:20px;
    font-style:italic;
    }
.oem-link .typcn:before {
    width: 1.2em;
    height: 1.2em;
    font-size: 1.2em;
    margin-right:3px;
    }
section h1.section-heading, section h2.section-heading {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
    }
.other-products .center-button {
    text-align: center;
    margin: 30px auto;
    }
.info-date {font-style:italic;}
.pagination-wrap {text-align:center;}
.pagination>li>a,
.pagination>li>a:focus {
    margin:5px;
    padding: 10px 16px;
    height:50px;
    width:50px;
    font-size:22px;
    line-height:30px;
    color: #2161c3;
    border:0;
    border-radius:50%;
    }
.pagination>li>a:hover,
.pagination>li>a:active {color:#cc0000;}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius:50%;
    margin:5px;
    }
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {background-color: #2161c3;}
.num-round {
    background:#e7ecf5;
    border-radius:50px;
    font-size:36px;
    text-align:center;
    line-height:90px;
    height:90px;
    width:90px;
    margin-bottom:20px;
    }
@media (min-width:768px) and (max-width: 991px) {
    .recent-projects .product-list-1 .last,
    .other-projects .product-list-1 .last {display:none;}
    }
.google-text {
    color: rgba(255,255,255,.5);
    display: block;
    }
.grecaptcha-badge {visibility:hidden;}
.google-text a {color:rgba(255,255,255,.5);}

@media (max-width: 991px) {
    .sidebar a {display:none;}
    }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {background:#2161c3;}
