@font-face {
    font-family: "Averta CY Semibold";
    src: url("../fonts/AvertaCyrillicSemiBold.otf"); }

@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamBook.otf"); }

@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamBold.otf");
    font-weight: 700; }

@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamMedium.otf");
    font-weight: 500; }

p, h1, h2, h3, h4, h5, h6, figure, ul, li {
    margin: 0px;
    padding: 0px; }

ul, li {
    list-style-type: none; }

a, a:hover, a:focus, a:active, a:visited {
    color: inherit;
    text-decoration: none; }

body {
    font-family: Gotham; }

.container {
    max-width: 1200px; }

header {
    padding: 29px 0px;
    background-color: #058492; }
header .menu-holder li a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative; }
header .menu-holder li a:after {
    position: absolute;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: white;
    content: ' ';
    transition: all 0.3s;
    bottom: -5px;
    left: 10px; }
header .menu-holder li a:hover::after {
    width: 50%; }
header .contact-holder img,
.cover-intro .contact-holder img {
    margin-right: 10px; }
header .contact-holder .phone,
.cover-intro .contact-holder .phone {
    color: #fff;
    font-family: "Averta CY Semibold";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
header .contact-holder .location,
.cover-intro .contact-holder .location {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 2px; }
header .contact-holder .location img,
.cover-intro .contact-holder .location img {
    margin-right: 12px; }
header .menu-bar {
    color: #fff;
    font-size: 28px;
    display: none;
    cursor: pointer; }

.loading
{
    display:block;
    width:100%;
    text-align:center;
}

.cover-intro {
    height: 400px;
    background: linear-gradient(to top, rgba(0, 8, 13, 0.7) 0%, rgba(0, 8, 13, 0.4) 100%), url(../images/cover.png);
    background-size: cover; }
.cover-intro .intro-text {
    color: #fff; }
.cover-intro .intro-text h1 {
    font-size: 40px;
    font-weight: 700; }
.cover-intro .intro-text p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500; }

.products-main {
    background-color: #f4f4f4;
    padding: 100px 0px; }
.products-main .product-categories {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px; }
.products-main .product-categories a {
    display: block;
    padding: 20px 25px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    /* text-transform: uppercase; */
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
}
.products-main .product-categories a:after {
    content: ' ';
    position: absolute;
    left: 25px;
    width: calc(100% - 50px);
    background-color: #f0f0f0;
    height: 1px;
    bottom: 0px;
    transition: all 0.3s; }
.products-main .product-categories a:hover {
    background-color: rgba(5, 132, 146, 0.7);
    color: #fff; }
.products-main .product-categories a:hover:after {
    background-color: rgba(5, 132, 146, 0.7); }
.products-main .product-categories .category-item {
    padding-right: 15px; }
.products-main .product-categories a.active {
    background-color: #058492;
    color: #fff; }
.products-main .product-categories a.active:after {
    content: none; }
.products-main .product-categories a.active:before {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    content: url("../images/arrow-right.png"); }
.products-main .product-item {
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    background-color: #fff;
    padding: 0px 43px;
    text-align: center;
    transition: all 0.3s;
    position: relative; }
.products-main .product-item figure img {
    transition: all 0.3s; }
.products-main .product-item p {
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    transition: all 0.3s; }
.products-main .product-item::after {
    content: ' ';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
    position: absolute;
    transition: all 0.3s; }
.products-main .product-item:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
.products-main .product-item:hover:after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px; }
.products-main .product-item:hover p {
    transform: translateY(10px); }
.products-main .product-item:hover img {
    transform: scale(1.1); }

footer {
    padding: 40px 0px;
    background-color: #058492; }
footer .social-links a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s;
    margin-right: 25px; }
footer .social-links a:last-child {
    margin: 0px; }
footer .social-links a:hover {
    color: white; }
footer .copyright,
footer .info-mail {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
footer .info-mail {
    text-decoration: underline; }

.toggle-categories {
    cursor: pointer;
    display: none; }

.contact-header
{
    margin:30px 0 50px;
}
.simple-text
{
    margin:50px 0;
}
.mobile-menu {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 62px; }
.mobile-menu a {
    background-color: white;
    padding: 15px 20px;
    display: block; }
.mobile-menu a:hover {
    background-color: #e6e6e6; }

.pages li
{
    list-style:none;
    display :inline-block;
    margin-right:10px;
    height:40px;

}

.pages-list
{
    width:100%;
}

.pages
{
    margin-top:10px;
}

.pages li a,.pages li strong
{
    color:#313131;
    padding:5px 8px;
    background-color: #f8f8f8;
    border:1px solid #e7e7e7;
    text-decoration:none;
}

.pages li a:hover,.pages li strong
{
    background-color: #e8e8e8;
}
.codega
{
    text-transform:none;
    color:#fff;
}
.pages
{
    text-align:center;

}

.inner-text .col-md-4 figure img
{
    max-width:100%;
}

.inner-text .col-md-4 figure
{
    border:1px solid #d5dfe0;
    padding:15px;
}

.cover-intro .contact-holder{
    display: none;
    transform: translateY(40px);
}
@media (min-width: 0px) and (max-width: 992px) {
    .cover-intro .contact-holder{
        display: block;
    }
    .cover-intro .intro-text{
        transform: translateY(-30px);
    }
    .inner-intro .intro-text{
        transform: none;
    }
    .cover-intro .phone{
        margin-bottom: 5px;
    }
    header {
        position:relative;
        padding: 20px 0px;
        z-index:99;
    }
    header .logo-holder img {
        max-width: 150px; }
    header .menu-holder,
    header .contact-holder {
        display: none; }
    header .menu-bar {
        display: block; }
    .cover-intro {
        height: auto;
        padding: 80px 15px; }
    .products-main {
        padding: 30px 0px; }
    .products-main .product-categories {
        margin-bottom: 30px; }
    footer .footer-inner {
        flex-direction: column; }
    footer .footer-inner .copyright {
        margin: 30px 0px; } }

@media (min-width: 0px) and (max-width: 767px) {
    .product-categories {
        display: none; }
    .toggle-categories {
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
    .toggle-categories p {
        font-size: 22px;
        margin-right: 15px; }
    .toggle-categories i {
        transition: all 0.3s;
        font-size: 36px;
        transform-origin: center; }
    .toggle-categories.open i {
        transform: rotate(180deg) translateY(-3px); } }
