html,
body {
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000000;
    background: #ffffff;
    /*overflow: hidden;*/
}

img {
    max-width: 100%;
}

a {
    color: #000000;
    /*font-weight: 400;*/
}

a:hover {
    color: #019352;
    outline: none;
}

a:focus {
    color: #019352;
    outline: none;
    text-decoration: none;
}

a.red {
    color: #e90900;
}

.text--red {
    color: #e90900;
}

.text--big {
    font-size: 20px;
}

@media (max-width: 767px) {
    .text--big {
        font-size: 18px;
    }
}

.text--white {
    color: #ffffff;
}

::-webkit-input-placeholder {
    font-size: 1em;
}

::-moz-placeholder {
    font-size: 1em;
}

/* Firefox 19+ */
:-moz-placeholder {
    font-size: 1em;
}

/* Firefox 18- */
:-ms-input-placeholder {
    font-size: 1em;
}

.public {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
}

.blockRawHtml {
    line-height: 1.42857143;
    /*line-height: 1.75;*/
    /*font-size: 15px;*/
    font-size: 14px;
    font-weight: 300;
}

.html__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.html__text--big {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.public h1,
.public h2,
.public h3,
.public h4,
.public h5 {
    padding: 0;
    margin: 0;
}

/*.public h1,
.public .h1__title,
.public .h1__catalog {*/
.public h1,
.h1__title,
.h1__catalog {
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto 30px;
    padding: 0;
}

/*.public h1.one-news__title {
    margin-bottom: 25px;
}

.public h1.content-page__title {
    margin-bottom: 25px;
}*/

.public h1.h1__title--inline {
    display: inline-block;
}

/*.public h1 span,
.h1__title span,
.h1__catalog span {
    color: #e90900;
}*/

.h1__title {
    /*color: #ffffff;*/
}

.public h1.h1__title--small {

}

.public h1.h1__title--black {
    color: #000000;
}

@media (max-width: 991px) {
    .public h1,
    .h1__title,
    .h1__catalog {
        font-size: 28px;
    }
}

.public h2,
.h2__title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto 30px;
    padding: 0;
}

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

.h2__title--red {
    color: #ee1d25;
}

/*.public h2 span,
.h2__title span {
    color: #e90900;
}*/

.h2__title--small {

}

.h2__title--large {
    font-size: 50px;
}

.h2__title--white {
    color: #fefefe;
}

.h2__sub-title {
    font-size: 22px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none;
}

@media (max-width: 991px) {
    .public h2,
    .h2__title,
    .h2__title--large {
        font-size: 28px;
    }

    .h2__sub-title {
        font-size: 18px;
        margin-top: 5px;
    }
}

.h2__title__table {
    display: table;
    width: 100%;
}

.h2__title__td {
    display: table-cell;
    vertical-align: middle;
}

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

.public h3,
.h3__title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto 15px;
}

.public h4,
.h4__title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto 10px;
}

/*.sub__title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}*/

@media (max-width: 767px) {

}

/*@media (min-width: 1200px) and (max-width: 1695px) {
    .public .container {
        width: 98%;
    }
}*/

/*@media (min-width: 1696px) {
    .public .container {
        width: 1695px;
    }
}*/

/*@media (min-width: 992px) and (max-width: 1199px) {
    .public .container {
        width: 98%;
    }
}*/

.container__max-width {
    max-width: 1170px;
    margin: 0 auto;
    /*border: 1px solid blue;*/
}

.public ul:not([class]),
.public ol:not([class]),
.public ul:not([class]) li,
.public ol:not([class]) li {
    padding: 0;
    margin: 0;
}

.public ol:not([class]) {
    list-style: none;
    margin: 0 0 10px 45px;
}

.public ul:not([class]) {
    list-style: none;
    /*margin: 0 0 10px 27px;*/
    /*margin: 0 0 10px 33px;*/
    /*margin: 0 0 10px 42px;*/
    margin: 0 0 10px 20px;
}

.public ol:not([class]) li {
    counter-increment: my-awesome-counter;
    margin-bottom: 10px;
}

.public ol:not([class]) li::before {
    content: "0"counter(my-awesome-counter) ". ";
    float: left;
    margin-left: -30px;
    margin-top: 1px;
    font-weight: 600;
    color: #e51b12;
}

.public ul:not([class]) li {
    margin-bottom: 10px;
}

.public ul:not([class]) li::before {
    /*border: 1px solid red;*/
    /*content: '\f0c8';
    font-family: 'FontAwesome';
    font-size: 5px;*/
    content: '';
    float: left;
    margin-left: -18px;
    margin-top: 10px;
    color: #019352;
    width: 8px;
    height: 3px;
    background: rgba(1,147,82,1);
}

.public ul:not([class]) li ul {
    margin-top: 10px;
}

.maincontent {
    /*border: 1px solid red;*/
}

/*.main__page {
    margin-top: 70px;
}*/

/* CMS BTN */

.cms__btn {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: rgba(0,121,174,1);
    border: 2px solid #0079ae;
    box-shadow: none;
    color: #fefefe;
    padding: 15px 60px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    pointer-events: all;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.cms__btn:hover {
    text-decoration: none;
    color: #0079ae;
    background: rgba(0,121,174,0);
}

.cms__btn--orange:hover {
    color: #019352;
}

.cms__btn--black {
    border-color: #000000;
    color: #000000;
    background: none;
}

.cms__btn--black:hover {
    color: #019352;
    border-color: #019352;
}

.cms__btn--red {
    border-color: #019352;
    color: #019352;
    background: none;
}

.cms__btn--red:hover {
    color: #fefefe;
    border-color: #019352;
    background: #019352;
}

.cms__btn--green-gray {
    color: #ffffff;
    background: rgba(1,147,82,1);
}

.cms__btn--green-gray:hover {
    background: rgba(68,68,68,1);
    color: #019352;
}

.cms__btn .lnr {
    /*font-size: 11px;*/
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

/*.cms__btn--black .lnr {

}*/

.cms__btn > .svg-inline--fa {
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: -2px;
}

.sidebar__btn {
    padding: 15px 30px 16px;
    margin-bottom: 15px;
    font-size: 16px;
}

.sidebar__btn:hover {
    color: #019352;
}

.sidebar__btn > .svg-inline--fa {
    font-size: 18px;
    margin: 0;
    margin-right: 5px;
}

.cms__btn--upper {
    text-transform: uppercase;
}

.cms__btn--block {
    display: block;
}

.cms__btn--form-disable {
    cursor: pointer;
}

.cms__btn.disabled,
.cms__btn--disable {
    cursor: default;
    pointer-events: none;
    background-color: #c4c2c3;
    border-color: #c4c2c3;
}

.cms__btn--link,
.cms__btn--link:hover {
    font-size: 14px;
    background: none;
    border: none;
    text-transform: uppercase;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
}

.cms__btn--link:hover {
    color: #019352;
    background: none;
    border: none;
}

.cms__btn--link .lnr {
    font-size: 13px;
}

/* end CMS BTN */

/* CMS TABLE */

.cms__table {
    display: table;
    width: 100%;
}

.cms__table__td {
    display: table-cell;
    vertical-align: middle;
}

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

/* end CMS TABLE */

/* header */

header {

}

.header {

}

/*.header__bottom--line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    border-bottom: 1px solid rgba(235,234,234,0.14);
}*/

.header__top {
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgba(255,255,255,1);
}

/*.header__top--home {
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}*/

/*@media (min-width: 992px) {*/
.header__top--home {
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/*}*/

@media (min-width: 992px) {
    .header__top {
        /*box-shadow: 0 1px 3px rgba(0,0,0,.05);*/
        /*background: rgba(255,255,255,1);*/
        /*border-bottom: 1px solid #f4f4f4;*/
    }
    .public .header__top {
        position: fixed;
        z-index: 110;
    }
}

/*.header__top {
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
}*/

.header__top__line__table {
    display: table;
    width: 100%;
}

.header__top__line__table__td {
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid red;*/
}

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

@media (max-width: 767px) {
    .header__top__line__table,
    .header__top__line__table__td,
    .header__top__line__table__td--right {
        display: block;
        text-align: center;
    }
}

.header__pc__side__wrapper {
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
}

.header__pc__side__wrapper--right {
    justify-content: flex-end;
}

.header-menu__bg {
    /*background: rgba(37,37,37,1);*/
    background: rgba(254,254,254,1);
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.header__logo {

}

.header__logo .navbar-brand {
    pointer-events: auto;
}

.navbar-brand {
    display: flex !important;
    align-items: center;
}

.header__logo .navbar-brand:hover {
    color: #000000;
}

.header__logo .navbar-brand img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.navbar-brand__website-name {
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    /*line-height: 1.1;*/
    /*padding-top: 5px;*/
}

@media (max-width: 991px) {
    .navbar-brand__website-name {
        margin-left: 10px;
    }
}

@media (max-width: 499px) {
    .navbar-brand__website-name {
        font-size: 24px;
    }
}

/*@media (max-width: 991px) {
    .header__logo .navbar-brand img {
        max-height: 60px;
    }
}*/

/*@media(max-width: 350px) {
    .header__logo .navbar-brand img {
        max-height: 65px;
    }
}*/

.header__email {
    margin-bottom: 5px;
}

.header__email a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.header__email--mobile a {
    color: #ffffff;
}

.header__email a:hover,
.header__email a:focus {
    color: #019352;
}

/*.header__email--mobile {
    font-size: 14px;
    color: #000000;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 5px 10px;
    z-index: 5;
    white-space: nowrap;
    background: rgba(255,255,255,1);
    border: 1px solid #ebe7ec;
    font-weight: 300;
}*/

.header__email--mobile {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .header__table__wrapper {
        display: flex;
        align-items: center;
        /*padding: 10px 0 10px;*/
        /*border: 1px solid red;*/
    }

    .header__table {
        display: table;
        width: 100%;
        /*margin-top: 18px;*/
        /*border: 1px solid red;*/
        /*margin-top: 35px;*/
    }

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

    .header__td {
        display: table-cell;
        vertical-align: middle;
    }
}

/* path */

.breadcrumb-container {
    margin: 15px 0;
}

@media (min-width: 768px) {
    .breadcrumb-container--contacts {
        margin-top: 0;
    }
}

.breadcrumb {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 13px;
    /*font-weight: 300;*/
    color: #8c8b8b;
    /*color: #ffffff;*/
    line-height: 1.42857143;
}

/*@media (max-width: 991px) {
    .breadcrumb {
        margin-left: 100px;
    }
}*/

.breadcrumb li {
    display: inline;
}

.breadcrumb a {
    color: #8c8b8b;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.42857143;
}

.breadcrumb > li + li:before {
    /*font-family: Linearicons-Free;*/
    padding: 0 0 0 0;
    /*color: #ffffff;*/
    font-weight: 300;
    /*content: "\e876";*/
    content: "/";
    /*font-size: 10px;*/
    /*vertical-align: middle;*/
}

.breadcrumb span {
    /*color: #ffffff;*/
    margin-bottom: 5px;
}

/* end path */

.header__langs-phones-wrapper {

}

.header__langs {
    margin: 0;
    white-space: nowrap;
    /*line-height: 1.1;
    margin-bottom: 3px;*/
}

.header__langs a {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}

.header__langs a:after {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    content: '|';
    bottom: 0;
    font-weight: 300;
    transform: translate(10px, 0);
    color: #000000 !important;
    z-index: 2;
    font-size: 20px;
}

.header__langs a:last-child:after {
    display: none;
}

.header__langs a:hover,
.header__langs .header__langs--active {
    color: #019352;
}

@media (max-width: 991px) {
    .header__langs {
        display: block;
        width: 100%;
        padding: 15px 50px 15px 10px;
        /*border: 1px solid red;*/
        border-bottom: 1px solid #eeeeee;
    }

    .header__langs a {
        color: #000000;
    }

    .header__langs a:after {
        color: #000000 !important;
    }

    .header__langs-phones-wrapper {
        display: block;
        width: 100%;
        background: rgba(27,27,27,0);
        margin-top: 0;
        text-align: center;
        padding: 20px 25px;
        border-top: 1px solid #d0d1d1;
    }
}

.header__phones,
/*.header__contacts__info,*/
.header__langs {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    pointer-events: all;
}

@media (max-width: 1199px) {
    .header__langs {
        margin-left: 0;
    }
}

.header__langs__lang {
    display: block;
    position: relative;
}

.header__info__wrapper {
    background: rgba(37,37,37,1);
    padding: 8px 0;
}

.header__info--right {
    text-align: right;
    /*border: 1px solid red;*/
}

.header__info__table {
    display: table;
    width: 100%;
}

.header__info__table__td {
    display: table-cell;
    vertical-align: middle;
    /*min-height: 30px;*/
    /*padding: 0 10px;*/
    /*text-align: center;*/
}

.header__info__table__td--36 {
    width: 36px;
}

.header__info__icon {
    padding: 0;
    line-height: 30px;
    cursor: pointer;
}

.header__phones,
.header__langs {
    cursor: pointer;
}

/*.header__search--top {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.header__search-icon {
    color: #000000;
    font-size: 21px;
}

.header__search-icon:hover {
    color: #ee1d25;
    cursor: pointer;
}*/

.header__langs {
    color: #000000;
    font-size: 18px;
    /*padding: 0 5px;*/
}

@media (max-width: 991px) {
    .header__langs {
        margin: 0;
    }

    .header__langs--mobile {
        font-size: 13px;
    }

    .header__langs--mobile .dropdown-toggle {
        cursor: pointer;
    }
}

/*@media (max-width: 1125px) {
    .header__langs {
        font-size: 17px;
    }
}*/

.header-langs-dropdown {
    min-width: auto;
    left: 0;
    right: auto;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,1);
    border: 1px solid #ebe7ec;
}

.header-langs-dropdown a {
    display: block;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 0;
    color: #ffd663;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
}

.header-langs-dropdown a:hover {
    color: #ffd663;
    text-decoration: none;
}

@media (max-width: 991px) {
    .header-langs-dropdown {
        float: none;
        position: absolute;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        margin: 0;
        padding: 0;
        box-shadow: none;
        margin-top: 8px;
        /*border: 1px solid red;*/
    }

    /*.header-langs-dropdown div {
        margin-top: 12px;
    }*/

    .header-langs-dropdown a {
        display: block;
        font-size: 18px;
        padding: 5px;
        color: #000000;
        white-space: nowrap;
        text-align: center;
    }

    .header-langs-dropdown a:hover {
        color: #95c705;
    }
}

.header__langs .svg-inline--fa {
    vertical-align: middle;
    font-size: 10px;
}

.header-phones-dropdown {
    min-width: auto;
    left: 0;
    right: 0;
    border: 1px solid #ebe7ec;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    margin-top: 7px;
}

.header-phones-dropdown a {
    display: block;
    padding: 0;
    color: #000000;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px;
    font-size: 18px;
}

.header-phones-dropdown a:hover {
    color: #95c705;
    text-decoration: none;
}

@media (min-width: 992px) {
    .header__logo__info__wrapper {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .header__logo__menu__wrapper {
        /*border-top: 1px solid #ebe7ec;
        border-bottom: 1px solid #ebe7ec;*/
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }
}

.navbar__lime__mobile__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(1,147,82,1);
}

/*.header__search-wrapper--top {
    position: relative;
    white-space: nowrap;
}

.header__search-wrapper--top input {
    display: block;
    width: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    color: #000000;
    padding: 15px 50px 15px 25px;
}

@media (min-width: 992px) {
    .header__search-wrapper--top input {
        min-width: 300px;
    }
}

.header__search-btn {
    font-size: 22px;
    color: #000000;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    text-decoration: none;
    cursor: pointer;
}

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

.header-search-dropdown {
    min-width: auto;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

@media (max-width: 991px) {
    .header__search--mobile {
        float: right;
        margin: 0;
        padding: 0;
    }

    .header__search--mobile .header__search--top {
        margin: 0;
        padding: 0;
    }

    .header__search-icon {
        margin-right: 15px;
    }

    .header__search-icon .lnr {
        font-size: 27px;
        line-height: 37px;
    }

    .header-search-dropdown {
        margin: 0;
        padding: 0;
        left: 0;
        right: 0;
    }
}*/

.header__navbar-header {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    pointer-events: all;
    /*border: 1px solid red;*/
}

@media (max-width: 991px) {
    .header__navbar-header {
        display: flex;
        width: 100%;
        /*text-align: left;*/
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
}

.header__navbar-header .navbar-toggle {
    padding: 0;
    margin: 0;
    margin-left: auto;
    float: none;
    /*margin-left: 20px;*/
    /*margin-top: 7px;*/
}

.header__navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 0;
    background: #ffffff;
}

.header__option-bg--lg {
    margin-top: 15px;
}

.header__option-bg {
    background: rgba(245,245,246,1);
    padding: 10px 0;
    margin-top: 15px;
}

/*.header__option-catalog-btn {
    font-size: 16px;
    font-weight: 500;
    color: #3263ad;
    text-transform: uppercase;
    line-height: 1.1;
    margin-right: 20px;
    white-space: nowrap;
}
.header__option-catalog-btn a,
.header__option-catalog-btn a:hover {
    display: inline-block;
    color: #3263ad;
    text-decoration: none;
}
.header__option-catalog-btn span {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
}*/

.header__option-table {
    display: table;
    width: 100%;
}

.header__option-td {
    display: table-cell;
    vertical-align: middle;
}

@media(max-width: 767px) {
    .header__option-table,
    .header__option-td {
        display: block;
    }
}

.header__phones__pc {
    margin: 5px 0;
}

.header__phones__pc div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.header__phones__pc a,
.header__phones__pc a:hover,
.header__phones__pc a:focus {
    font-size: 24px;
    font-weight: 500;
    color: #019352;
    text-decoration: none;
}

.header__phones-number-wrapper {
    white-space: nowrap;
    color: #000000;
    display: block;
    /*margin-top: -2px;*/
    /*border: 1px solid red;*/
}

.header__phones-number-wrapper .svg-inline--fa {
    vertical-align: middle;
    font-size: 10px;
}

.header__phones-number {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

@media (max-width: 991px) {
    .header__phones-number {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }
}

.header__phones-number span {
    /*font-size: 15px;*/
}

.header__phones-number a {
    color: #000000;
}

@media (max-width: 991px) {
    .header__phones-number a {
        color: #ffffff;
    }
}

.header__phones-option {
    margin-right: 15px;
}

.header__phones-icon {
    font-size: 21px;
}

.header__phones-icon:hover {
    cursor: pointer;
    color: #ee1d25;
}

@media (max-width: 991px) {
    .header__phones--mobile {
        float: right;
        margin: 0;
        padding: 0;
        /*border: 1px solid red;*/
    }
    .header__phones-icon {
        margin-right: 15px;
    }
    .header__phones-icon .lnr {
        font-size: 27px;
        line-height: 37px;
        /*border: 1px solid red;*/
    }
}

/* end: HEADER */

/* CAT PATH */

/*.cat__image {
    width: 100%;
}*/

/*.cat__image__content {

}*/

.cat__image__title__wrapper {
    padding: 130px 0;
}

h1.cat__image__title,
.cat__image__title {
    color: #ffffff;
}

/*@media (max-width: 991px) {
    h1.cat__image__title,
    .cat__image__title {
    }
}*/

/*@media (max-width: 767px) {
    h1.cat__image__title,
    .cat__image__title {
    }
}*/

/* end CAT PATH */

/* OWL ALLWORK */

.owl-allwork__bg {
    /*border: 1px solid red;*/
    /*max-width: 1665px;*/
    margin: 0 auto;
    overflow: hidden;
    /*padding: 0 15px;*/
    /*margin-bottom: 70px;*/
}

/*@media (max-width: 991px) {
    .owl-allwork__bg {
        margin-bottom: 30px;
    }
}*/

.owl-allwork {
    position: relative;
    display: none;
    /*margin-bottom: 40px;*/
    padding: 0;
    /*margin-bottom: 0;*/
}

.owl-allwork__item {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .owl-allwork__item {
        background: none !important;
    }
}

/*.owl-allwork__item__inner {
    display: block;
    color: #ffffff;
    text-decoration: none;
}*/

/*.owl-allwork__item__inner:hover,
.owl-allwork__item__inner:focus {
    color: #ffffff;
    text-decoration: none;
}*/

.owl-allwork__item__image {
    /*opacity: 0;*/
}

.owl-carousel .owl-item {
    width: 100%;
}

.owl-carousel .owl-item img.owl-allwork__item__image {
    width: 100%;
    /*max-width: 100%;*/
}

/*@media (min-width: 768px) {
    .owl-allwork__item__image {
        opacity: 1;
    }
}*/

@media (max-width: 767px) {
    .owl-allwork__item__image {
        display: none !important;
    }
}

.owl-allwork__item__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.owl-allwork__item__info__inner__wrapper {
    text-align: center;
    width: 100%;
}

/*.owl-allwork__item__name {
    font-size: 86px;
    font-weight: bold;
    color: #e51b12;
}*/

.owl-allwork__item__text {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto;
}

.owl-allwork__item__text span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 400;
    text-transform: none;
}

@media (max-width: 991px) {
    .owl-allwork__item__text {
        font-size: 40px;
        padding: 0 15px;
    }
    .owl-allwork__item__text span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .owl-allwork__item__info {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        z-index: 1;
        padding: 50px 0;
    }
}

/*.owl-allwork__item__btn {
    margin-top: 80px;
}*/

.owl-allwork .owl-dot {
    margin: 0 4px;
    width: 31px;
    height: 3px;
    border: none;
    border-radius: 0;
    background: rgba(255,255,255,1)
}

.owl-dots-center {
    position: relative;
}

.owl-dots-center .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 992px) {
    .owl-dots-center .owl-dots {
        bottom: 30px;
    }
}

.owl-dots-center .owl-dots .owl-dot {
    display: inline-block;
    background: rgba(255,255,255,1);
}

.owl-dots-center .owl-dots .owl-dot.active {
    background: rgba(238,29,37,1)
}

.owl-photo-gallery .owl-dots {
    bottom: 25px;
}

@media (min-width: 992px) {
    .owl-photo-gallery .owl-dots {
        bottom: 30px;
    }
}

.owl-photo-gallery .owl-dots .owl-dot {
    display: inline-block;
    background: rgba(255,229,34,0);
    border: 1px solid #ffe522;
}

.owl-photo-gallery .owl-dots .owl-dot.active {
    background: rgba(255,229,34,1);
    border: 1px solid #ffe522;
}

.owl-nav-center {
    position: relative;
}

.owl-nav-center .owl-prev,
.owl-nav-center .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: rgba(254,254,254,0.45);
    background: rgba(74,74,74,0.19);
    /*font-size: 53px;*/
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    width: 46px;
    /*height: 80px;*/
    height: 75px;
}

.owl-nav-center .owl-prev:hover,
.owl-nav-center .owl-next:hover {
    color: rgba(254,254,254,1);
    background: rgba(74,74,74,0.31);
}

.owl-nav-center .owl-prev {
    /*left: -15px;*/
    left: 0;
}

.owl-nav-center .owl-next {
    /*right: -15px;*/
    right: 0;
}

/*.owl-allwork .owl-stage {
    display: flex !important;
}*/

.owl-allwork .owl-item {
    width: 100%;
    height: 100%;
    /*object-fit: cover;
    max-width: initial;*/
}

/* end: OWL ALLWORK */

/* GOOGLE MAP */

.googlemap__bg {
    /*border: 2px solid red;
    min-height: 500px;*/
    padding: 0 0 50px;
}

@media (max-width: 767px) {
    .googlemap__bg {
        padding: 25px;
    }
}

.googlemap__map {
    margin-top: 25px;
}

/* end GOOGLE MAP */

/* GOOGLEMAP FORM */

.feedback-googlemap-form {

}

.feedback-googlemap-form__form {
    padding: 45px;
    /*background: rgba(20,20,20,1);*/
    background: rgba(255,255,255,1);
    position: relative;
    pointer-events: all;
    padding-bottom: 20px;
}

@media (max-width: 374px) {
    .feedback-googlemap-form__form {
        padding: 25px;
        padding-bottom: 20px;
    }
}

.feedback-googlemap-form__form--success {
    display: block !important;
}

.feedback-googlemap-form__title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.feedback-googlemap-form__textarea {
    /*min-height: 250px;*/
    /*min-height: 105px;*/
}

.feedback-googlemap-form__btn {
    margin-top: 35px;
}

/* end GOOGLEMAP FORM */

/* GOOGLEMAP FORM2 */

.googlemap-form2__wrapper {
    position: relative;
}

.googlemap-form2__contact__wrapper {
    position: relative;
    z-index: 2;
    padding: 70px 50px;
    pointer-events: none;
    /*border: 1px solid blue;*/
}

@media (max-width: 767px) {
    .googlemap-form2__contact__wrapper {
        padding: 0;
    }
}

.googlemap-form2__message {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    margin-bottom: 20px;
}

.googlemap-form2__contact {
    background: rgba(255,255,255,1);
    pointer-events: all;
    padding: 50px;
    max-width: 365px;
    /*border: 1px solid red;*/
}

@media (max-width: 767px) {
    .googlemap-form2__contact {
        padding: 0;
        max-width: 100%;
    }
}

.googlemap-form2__btn__wrapper {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .googlemap-form2__btn__wrapper {
        margin-top: 15px;
    }
}

.feedback-googlemap__map {
}

@media (min-width: 768px) {
    .feedback-googlemap__map {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*border: 1px solid red;*/
    }
}

@media (max-width: 767px) {
    .feedback-googlemap__map {
        min-height: 450px;
    }
}

.googlemap-form-2__text {

}

.googlemap-form-2__form {
    padding: 70px 0;
    background: rgba(239,239,240,1);
}

@media (max-width: 991px) {
    .googlemap-form-2__form {
        padding: 30px 0;
    }
}

/*@media (max-width: 374px) {
    .feedback-googlemap-form__contact {

    }
}*/

.feedback-googlemap__form .form-control {
    height: 42px;
    border: 1px solid #ffffff;
    font-size: 16px;
}

.public .feedback-googlemap__form .form-control.form-control--notempty {
    border: 1px solid #8fbc42;
}

.public .feedback-googlemap__form .form-control::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #9a9a9a;
    font-style: normal;
    font-weight: 400;
}

.public .feedback-googlemap__form .form-control::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #9a9a9a;
    font-style: normal;
    font-weight: 400;
}

/* Firefox 19+ */
.public .feedback-googlemap__form .form-control:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #9a9a9a;
    font-style: normal;
    font-weight: 400;
}

/* Firefox 18- */
.public .feedback-googlemap__form .form-control:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #9a9a9a;
    font-style: normal;
    font-weight: 400;
}

/* end GOOGLEMAP FORM2 */

/* FORM2 */

.form2__wrapper {
    margin-bottom: 60px;
    /*border: 1px solid red;*/
}

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

.form2__message {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.form2__btn__wrapper {
    margin-top: 28px;
}

.public .form2__form__form .form-control {
    height: 40px;
    /*background: rgba(20,20,20,1);*/
    border: 1px solid #d4d4d2;
    font-weight: 300;
    /*color: #ffffff;*/
}

.public .form2__form__form textarea.form-control {
    height: 144px;
    /*border: 1px solid blue;*/
}

.public .form2__form__form .form-group {
    margin-bottom: 0;
}

.public .form2__form__form .form-group input,
.public .form2__form__form .form-group textarea,
.public .form2__form__form .form-group .cms-select {
    margin-bottom: 12px;
}

/*.public .form__form__form .form-control::-webkit-input-placeholder {
    color: #e2e2e2;
}
.public .form__form__form .form-control::-moz-placeholder {
    color: #e2e2e2;
}
.public .form__form__form .form-control:-moz-placeholder {
    color: #e2e2e2;
}
.public .form__form__form .form-control:-ms-input-placeholder {
    color: #e2e2e2;
}*/

.form2__btn {
    margin-top: 30px;
}

.contacts__table {
    display: table-cell;
}

.contacts__table__row {
    display: table-row;
}

.contacts__table__td {
    display: table-cell;
    vertical-align: top;
    color: #000000;
    padding: 0px 5px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/*.contacts__table__row:last-child .contacts__table__td {
    padding-bottom: 0;
}*/

.contacts__icon {
    font-size: 18px;
    text-align: center;
}

.contacts__icon--pt5 {
    padding-top: 5px;
}

.contacts__phone {
    font-family: 'Fira Sans', sans-serif;
    /*font-size: 28px;*/
    font-size: 20px;
}

/*.contacts__phone p {
    font-size: 25px;
    line-height: 1.1;
}*/

.contacts__phone a {
    color: #000000;
}

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

.contacts__email {
    font-size: 16px;
}

.contacts__email a {
    color: #000000;
    text-decoration: underline;
}

.contacts__link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #0187be;
}

.contacts__link:hover {
    color: #0187be;
}

/*.contacts__timework {
    padding: 25px 0 0 0;
    border-top: 1px solid #e2e2e2;
}*/

/*.contacts__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contacts__item {
    font-size: 16px;
}*/

/*.contacts__item--phone {
    font-size: 20px;
}*/

/* end FORM2 */

/* pager */

.pager {
    margin: 0;
    text-align: right;
    margin: 35px 0;
}
.pager ul,
.pager ol {
    /*margin: 10px 0;*/
}
.pager li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 14px;
    /*font-weight: 600;*/
    color: #727171;
    border: none;
    background: none;
    border-radius: 0;
}
.pager li a:hover,
.pager li.active a {
    /*color: #ee1d25;*/
    color: #000000;
    text-decoration: none;
    background: none;
    border: none;
}
.pager li + li {
    margin-left: 5px;
}
.pager li .svg-inline--fa {
    font-size: 12px;
}

.pager li .lnr {
    font-size: 10px;
    vertical-align: top;
    display: inline-block;
    /*border: 1px solid red;*/
    margin-top: 2px;
}

/* end: pager */

/* popup */

.pop-up__btn-wrapper {
    margin-top: 25px;
}

.pop-up__close-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    color: #4a4a4a;
    z-index: 9999;
}

.pop-up__close-btn:hover {
    color: #4a4a4a;
}

.pop-up__form__wrapper {
    padding: 0 0px;
}

.public h4.pop-up__title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px
}

.pop-up__title__product-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin-top: 15px;
}

.feedback__ok__message {
    margin-bottom: 25px;
}

.modal-open .modal {
    background: rgba(0,0,0,0.5);
}

.pop-up__social-message {
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.pop-up__social-item {
    display: inline-block;
    font-size: 32px;
    margin-right: 10px;
}

.pop-up__social-item--fb a {
    color: #3c599b;
}

.pop-up__social-item--gp a {
    color: #dc4e42;
}

/* end: popup */

/* footer */

.footer {
    color: #d1d1d1;
    font-size: 14px;
    background: rgba(37,37,37,1);
}

.footer a {
    color: #d1d1d1;
}

.footer a:hover {
    color: #019352;
}

.footer__bottom {
    padding: 40px 0;
}

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

@media (max-width: 767px)  {
    .footer__bottom--left {
        text-align: center;
    }

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

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

.footer__logo {
    margin-bottom: 25px;
}

.footer__logo__content {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer__logo__content {
        justify-content: center;
    }
}

.footer__logo img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .footer__logo {
        text-align: center;
    }
}

.footer__logo__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    max-width: 300px;
}

.footer__logo__website-name {
    font-family: 'Fira Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #d1d1d1;
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 767px)  {
    .footer__logo__text {
        margin: 10px auto 0;
    }
}

.footer__contacts {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.footer__contacts__item {
    margin-bottom: 5px;
}

.footer__copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .footer__copy {
        text-align: center;
        margin-bottom: 5px;
    }
}

.footer__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .footer__text--right {
        text-align: right;
    }
}

.social__items__wrapper {
    margin-bottom: 10px;
}

.social__items__title {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .social__items__wrapper {
        text-align: center;
        margin-top: 10px;
    }
}

.social__items__item {
    display: inline-block;
    vertical-align: middle;
}

.social__items__item a {
    /*display: inline-block;
    vertical-align: middle;
    text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #d1d1d1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}

.social__items__item a .svg-inline--fa {
    font-size: 16px;
}

.general {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}

.general a {
    color: #d1d1d1;
    display: inline-block;
    vertical-align: middle;
}

.devel__logo {
    display: inline-block;
    width: 40px;
    height: 20px;
    background: url('../img/limenet__logo.png') no-repeat center;
    background-size: contain;
}

.devel__logo:hover {
    background: url('../img/limenet__logo--active.png') no-repeat center;
    background-size: contain;
}

@media (max-width: 767px) {
    .general {
        text-align: center;
    }
}

/* end footer */

/* COMPLEX ITEMS

.complex-items__bg {

}

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

.complex-items__title {
    font-size: 42px;
    text-align: center;
    color: #95c705;
    margin-bottom: 60px;
}

.complex-items__text {
    font-size: 14px;
    font-weight: 300;
    padding: 60px 0;
}

.complex-items__text b,
.complex-items__text strong {
    font-size: 16px;
    font-weight: 500;
}

.complex-items__text p {
    margin: 0;
}

.complex-items__line {
    width: 260px;
    height: 2px;
    background: rgba(149,199,5,1);
    margin: 0 auto;
}

.complex-items__item__wrapper {
    padding: 0 10px;
    width: 30%;
    min-width: 230px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 60px;
}

.complex-items__item {

}

.complex-items__item__image {
    margin-bottom: 20px;
}

.complex-items__item__name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.complex-items__item__name a {
    color: #000000;
    text-decoration: none;
}

.complex-items__item__name a:hover {
    color: #95c705;
    text-decoration: none;
}

.complex-items__item__short-text {
    font-size: 14px;
    color: #000000;
}

/* end COMPLEX ITEMS */

/* ABOUT */

.about__bg {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .about__bg {
        padding: 30px 0;
    }
}

.about__text {
    /*color: #fefefe;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}

.about__text .html__text--big {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.about__text p.html__text--big {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about__text .html__text--big {
        font-size: 18px;
    }

    .about__text p.html__text--big {
        margin-bottom: 20px;
    }

}

.about__text__inner {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .about__text__inner {
        margin-top: 30px;
    }
}

.about__btns {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .about__btns {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .about__info__image {
        margin-bottom: 25px;
    }
}

.about__info__video-block__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.25);
    z-index: 2;
}

/* end ABOUT */

/* CONTENT */

.content-page__table {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .content-page__table {
        display: block;
    }
    .content-page__table .cms__table__td {
        display: block;
    }

    .content-page__table .cms__table__td--right {
        text-align: left;
    }
}

/* CLIENTS */

.clients__bg {
    background: url('/data/images/bg/client__bg.jpg') no-repeat fixed;
    background-size: cover;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .clients__bg {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .clients__bg {
        background: url('/data/images/bg/client__bg.jpg') no-repeat center;
        background-size: cover;
    }
}

/*.clients__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
}*/

.clients__list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
}

.client__item {
    /*display: flex;
    align-items: center;*/
    text-align: center;
    width: 200px;
    /*margin: 25px 35px;*/
    margin: 25px 15px;
}

.client__item__name {
    margin-top: 10px;
    font-size: 18px;
    color: #fefefe;
}

.client__item__name a {
    color: #fefefe;
    text-decoration: none;
}

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

@media (max-width: 699px) {
    .client__item {
        margin: 15px 15px;
    }
}

@media (max-width: 599px) {
    .clients__list {
        justify-content: space-around;
    }
}

@media (max-width: 449px) {
    .client__item {
        margin: 15px 10px;
        width: 125px;
    }
}

/* end CLIENTS */

/* NEWS */

.anons-news__bg {
    padding: 70px 0 50px;
}

@media (max-width: 991px) {
    .anons-news__bg {
        padding: 30px 0 10px;
    }
}

.anons-news__btn {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #323232;
    display: inline-block;
}

.anons-news__btn .lnr {
    font-size: 16px;
}

.anons-news__btn:hover {
    color: #019352;
    text-decoration: none;
}

.anons-news__btn__wrapper {
    margin: 30px 0 30px;
}

@media (max-width: 767px) {
    .anons-news__btn__wrapper {
        margin: 10px 0 20px;
        text-align: center;
    }
}

.content-news__bg {

}

.content-news__text {
    margin-bottom: 25px;
}

.content-news__item {
    margin-bottom: 20px;
}

.content-news__item__info {
    padding: 30px;
    border: 1px solid #f5f3f3;
}

.content-news__item__title {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-news__item__title a {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    color: #323232;
}

.content-news__item__title a:hover {
    color: #019352;
    text-decoration: none;
}

.content-news__item__anons {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.content-news__item__info__top {
    margin-bottom: 30px;
}

.content-news__item__dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #019352;
}

.content-news__item__more {
    font-size: 19px;
    color: #019352;
}

.content-news__item__more:hover {
    color: #019352;
    text-decoration: none;
}

/* one news */

.one-news__bg {

}

.one-news__item__dt {
    margin-bottom: 15px;
}

/*.one-news__image {
    margin-bottom: 15px;
}

@media(min-width: 600px) {
    .one-news__image {
        margin-right: 20px;
        margin-bottom: 0;
    }
}*/

.one-news__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.one-news__btn__wrapper {
    margin: 10px 0 30px;
}

@media (max-width: 767px) {
    .one-news__btn__wrapper {
        text-align: center;
    }
}

/* end one news */

/* end NEWS */

/* PHOTOS */

.one-photos__text {
    margin-bottom: 25px;
}

.one-photos__item__image {
    margin-bottom: 30px;
}

/* end PHOTOS */

/* SERVICE */

.anons-service__title {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .anons-service__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .content-service__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 699px) {
    .content-service__item {
        max-width: 350px;
        margin: 0 auto 30px;
        text-align: center;
    }
}

.content-service__item__image {
    text-align: center;
    width: 100%;
}

@media (min-width: 700px) {
    .content-service__item {
        display: table;
        width: 100%;
        margin-bottom: 70px;
    }

    .content-service__item__image {
        display: table-cell;
        vertical-align: top;
        width: 120px;
    }

    .content-service__item__info {
        display: table-cell;
        vertical-align: top;
    }
}

.content-service__item__title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content-service__item__anons {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 599px) {
    .content-service__item__title {
        text-align: center;
    }
}

.content-service__list-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.content-service__list-item__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: rgba(47,47,47,0.5);
}

.content-service__list-item__info__inner {
    text-align: center;
    padding: 25px;
}

.content-service__list-item__info__more {
    display: none;
}

.content-service__list-item__name,
.content-service__list-item__name:hover {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.content-service__list-item__anonse {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 20px auto;
}

.content-service__list-item__more {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #019352;
    text-decoration: none;
    font-style: italic;
}

.content-service__list-item__more:hover {
    color: #ffffff;
    text-decoration: none;
}

.content-service__list-item__more span {
    display: inline-block;
    vertical-align: middle;
}

.content-service__list-item__info:hover {
    background: rgba(47,47,47,0.9);
}

.content-service__list-item__info:hover .content-service__list-item__info__more {
    display: block;
}

.content-service__sidebar-container {
    border: 1px solid #f5f3f3;
    padding: 20px 0 10px;
}

.content-service__sidebar-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0 20px 10px;
    border-bottom: 2px solid #000000;
}

.content-service__sidebar-item a {
    display: block;
    padding: 15px 20px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.content-service__sidebar-item.active a,
.content-service__sidebar-item:hover a {
    color: #019352;
    text-decoration: none;
    background: rgba(239,239,240,1);
}

@media (max-width: 991px) {
    .content-service__sidebar-container {
        border: none;
    }

    .content-service__sidebar-title {
        margin: 0 0 10px;
        padding: 0 20px 15px;
    }
}

/* end SERVICE */

.content__bottom {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.content__bottom__right,
.content__bottom__left {
    display: table-cell;
    vertical-align: middle;
}

/* end: CONTENT */

@media (min-width: 992px) {
    /* lg md */
    .modal-backdrop.in {
        opacity: .3;
    }
    .modal {
        text-align: center;
        padding: 0!important;
    }
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
/* CMS */

.cms-form .form-control {
    background: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    color: #454444;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.cms-form .form-control:active,
.cms-form .form-control:focus {
    border-color: #aab7b2;
}

.cms-form .form-control.form-control--notempty {
    /*background-color: #edf5f7;*/
    border-color: #70b2ed;
}

.form-group.has-error .form-control.form-control--notempty {
    /*background-color: #ffffff;*/
    border: 1px solid #e51b12;
}

.cms-form .g-recaptcha {
    display: inline-block;
}

@media (max-width: 767px) {
    .cms-form .g-recaptcha {
        /* xs */
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.cms-form .g-recaptcha.error iframe {
    border: 1px solid #ff0000;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .cms-form .form-control[name="feedback[phone]"] {
        margin-bottom: 15px;
    }
}

.cms-form .form-control::-webkit-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
    font-weight: 300;
}

.cms-form .form-control::-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
    font-weight: 300;
}

/* Firefox 19+ */
.cms-form .form-control:-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
    font-weight: 300;
}

/* Firefox 18- */
.cms-form .form-control:-ms-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
    font-weight: 300;
}

.pointer,
.header__top-line__langs a,
.header__top-line__login a {
    cursor: pointer;
}

.relative {
    position: relative;
}

.dnone {
    display: none;
}

/*.width100,
.pageHome__topplace,*/

@media (min-width: 1200px) {
    /* lg */
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* md */
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* sm */
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
}
@media (max-width: 767px) {
    /* xs */
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
}
.btn.btn-blue {
    background: #000000;
    font-size: 1em;
    color: #ffffff;
    font-weight: 400;
    line-height: 1em;
    padding: 0.6em 1em;
    border-radius: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.btn.btn-blue:hover {
    background: #000000;
}
.btn.btn-red,
.btn.btn-red.invert:hover {
    background: #ec5a6d;
    font-size: 0.875em;
    color: #ffffff;
    line-height: 1em;
    padding: 0.89em 2.3em;
    border: 3px solid #ec5a6d;
    border-radius: 22px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.btn.btn-red:hover,
.btn.btn-red.invert {
    color: #ec5a6d;
    background: transparent;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* end: CMS */

/* styled select */

.cms-select {
    position: relative;
    background: rgba(255,255,255,0);
}

.cms-select:after {
    /*font-family: "FontAwesome";
    content: "\f0dd";*/
    font-family: Linearicons-Free;
    content: "\e874";
    color: #454444;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    text-decoration: inherit;
    position: absolute;
    z-index: 0;
    padding: 5px 0;
    top: 8px;
    right: 10px;
}

.cms-select:hover:after {
    color: #454444;
}

.cms-select select {
    font-size: 14px;
    font-weight: 600;
    color: #454444;
    z-index: 1;
    width: 100%;
    height: 42px;
    line-height: 22px;
    padding: 5px 10px 5px 12px;
    border: 1px solid #e7e7e7;
    background: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
    position: relative;
    cursor: pointer;
}

.cms-select select:focus {
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}

.has-error .cms-select {
    border-color: #a94442 !important;
}

/* styled select */

/* INPUT NUMBER */

.input-number-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 42px;
}

.input-number {
    font-size: 22px;
    font-weight: 600;
    /*line-height: 42px;*/
    width: 80px;
    height: 42px;
    padding: 0 10px;
    margin: 0;
    color: #000000;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.input-number-more,
.input-number-less {
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1;
    color: #868484;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
}

.input-number-more {
    right: 0;
    border-left: none;
}

.input-number-less {
    left: 0;
    border-right: none;
}

.input-number-more:after {
    display: inline-block;
    content: "+";
    font-size: 41px;
    margin-top: -3px;
}

.input-number-less:after {
    display: inline-block;
    content: "-";
    font-size: 44px;
    margin-top: -10px;
}

.number-input {

}

/* end INPUT NUMBER */

/* flex */

@media (max-width: 767px) {
    /* @screen-xs */
    .flex-xs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex!important;
    }
    .div-reverse-xs {
        display: flex;
        flex-flow: wrap;
    }
    .div-reverse-xs > div:nth-child(0) {
        order: 99;
    }
    .div-reverse-xs > div:nth-child(1) {
        order: 98;
    }
    .div-reverse-xs > div:nth-child(2) {
        order: 97;
    }
    .div-reverse-xs > div:nth-child(3) {
        order: 96;
    }
    .div-reverse-xs > div:nth-child(4) {
        order: 95;
    }
    .div-reverse-xs > div:nth-child(5) {
        order: 94;
    }
    .div-reverse-xs > div:nth-child(6) {
        order: 93;
    }
    .div-reverse-xs > div:nth-child(7) {
        order: 92;
    }
    .div-reverse-xs > div:nth-child(8) {
        order: 91;
    }
    .div-reverse-xs > div:nth-child(9) {
        order: 90;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* @screen-sm */
    .flex-sm,
    .catalog__sortpager {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex!important;
    }
}
@media (min-width: 992px) {
    /* @screen-md + lg */
    .flex,
    .pageHome__topplace,
    .catalog__sortpager {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex!important;
    }
}
.flex-center {
    -webkit-align-self: center;
    flex-item-align: center;
    align-self: center;
}
.flex-bottom {
    -webkit-align-self: flex-end;
    flex-item-align: center;
    align-self: flex-end;
}
/* end: flex */

/* config */
.no__padding {
    padding: 0 !important;
}
@media(min-width: 768px) {
    .row-centered {
        text-align: center;
    }
    .col-centered {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -2px;
        vertical-align: top;
    }
    .col-centered-middle {
        display: inline-block;
        float: none;
        margin-right: -2px;
        vertical-align: middle;
    }
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt25 {
    margin-top: 25px;
}
.mt35 {
    margin-top: 35px;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml10 {
    margin-left: 10px;
}
ul.list--static,
ol.list--static,
.list--static li {
    padding: 0;
    margin: 0;
}
ol.list--static {
    list-style: none;
    margin: 0 0 10px 42px;
}
ul.list--static {
    list-style: none;
    margin: 0 0 10px 42px;
}
ol.list--static li {
    counter-increment: my-awesome-counter;
    margin-bottom: 10px;
}
ol.list--static li::before {
    /*content: "0"counter(my-awesome-counter) ". ";*/
    content: counter(my-awesome-counter) ". ";
    float: left;
    margin-left: -16px;
    margin-top: 1px;
    font-weight: 600;
    color: #019352;
    /*color: #78bb48;*/
}
ul.list--static li {
    margin-bottom: 10px;
}
ul.list--static li::before {
    /*border: 1px solid red;*/
    content: '\f068';
    font-family: 'FontAwesome';
    /*font-size: 5px;*/
    float: left;
    margin-left: -17px;
    margin-top: 1px;
    color: #019352;
    /*color: #78bb48;*/
}
.fake-list--static {
    display: table;
    margin-bottom: 10px;
}
.fake-list__number--static {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    padding-right: 13px;
    padding-left: 15px;
    font-weight: 600;
    color: #019352;
    /*color: #78bb48;*/
}
.fake-list__content--static {
    display: table-cell;
    vertical-align: top;
}
.table--static {
    margin-bottom: 25px;
}
.table-head--static {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1px;
}
.table-head-item--static {
    display: table-cell;
    /*background: rgba(20,20,20,1);*/
    vertical-align: middle;
    padding: 20px 25px;
    border: 1px solid #f5f3f3;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    /*width: 75%;*/
}
/*.table-head-item--static:nth-child(even) {
    border-left: 0;
    text-align: center;
    width: 15%;
}*/
.table-row--static {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1px;
}
.table-row-item--static {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 25px;
    border: 1px solid #f5f3f3;
    text-align: left;
    /*font-weight: 500;*/
    line-height: 1.1;
    /*width: 75%;*/
}
.table-row-item--static:nth-child(even) {
    /*border-left: 0;
    text-align: center;
    width: 15%;*/
}
/*.table-row-item--static:first-child {
    padding-left: 32px;
}*/
/*.table-row-item--static:first-child::before {
    content: '\f0c8';
    font-family: 'FontAwesome';
    font-size: 5px;
    float: left;
    margin-left: -12px;
    margin-top: 5px;
    color: #e51b12;
    line-height: 1.1;
}
.table-row--static:hover {
    color: #e51b12;
}
.table-row--static:hover .table-row-item--static:first-child::before {
    font-size: 9px;
    margin-top: 2px;
}*/
.color-bg--static {
    /*background: rgba(20,20,20,1);*/
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0 5px 25px;
    margin: 25px auto;
    border-left: 3px solid #019352;
    /*border-left: 3px solid #78bb48;*/
}

.html__bg {
    margin: 0 auto 60px;
    max-width: 1665px;
}

.html__bg--image {
    /*background-size: cover;*/
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .html__bg--image {
        padding: 80px 0 350px;
        /*border: 1px solid red;*/
    }
}

@media (max-width: 767px) {
    .html__bg--image {
        background-image: none !important;
        background: rgba(226,226,227,1);
        padding: 25px 0 35px;
    }
}

/*@media (min-width: 768px) {
    .html__inner__wrapper {
        padding: 0 45px;
    }
}*/

@media (max-width: 767px) {
    .html__bg {
        margin-bottom: 25px;
    }
}

.footer__seo-text .html__bg {
    margin: 0;
}

@media (max-width: 599px) {
    .html__col {
        display: block;
        width: 100%;
        float: none;
    }
}

.html__line--bottom {
    margin-top: 40px;
    height: 3px;
    width: 40px;
    background: rgba(194,226,41,1);
}

.footer__seo-text .blockRawHtml {
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

.blockFooterHtml {
    line-height: 1.1;
    margin-bottom: 50px;
    font-size: 22px;
}

/*@media(min-width: 992px) {*/
/*@media(min-width: 768px) {
    .blockRawHtml--pl {
        padding-left: 43px;
    }
}*/

.blockRawHtml p {
    margin-bottom: 10px;
}

.footer__seo-text .blockRawHtml p {
    margin: 0;
}

/*.blockRawHtml--pl {
    margin-bottom: 50px;
}*/

@media (max-width: 767px) {
    /*.blockRawHtml--pl {
        padding-left: 20px;
        margin-bottom: 15px;
    }*/
    /*.blockRawHtml p {
        font-size: 13px;
    }*/
}

.blockRawHtml .table th {
    border-bottom: none;
    border-color: #e3e3e3;
    color: #292a24;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
}

.blockRawHtml .table td {
    border-color: #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
    border-top: 1px dashed #e3e3e3;
    vertical-align: middle;
    padding: 20px;
}

.blockRawHtml .table tr td:last-child {
    text-align: center;
}

.blockRawHtml .table {

}

/*.text__like__h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #292a24;
    margin: 10px auto;
}*/

/*.date__separator {
    display: inline-block;
    margin: 0 10px;
}*/

.opacity0 {
    opacity: 0;
}

#return-to-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 26px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #019352;
    /*border: 1px solid #272727;*/
    display: none;
    background: rgba(20,20,20,0.5);
    cursor: pointer;
    z-index: 33;
}

@media(max-width: 767px) {
    #return-to-top {
        /*display: none;*/
        bottom: 25px;
        right: 15px;
    }
}

/* end: config */

@media (min-width: 1661px) {
    /* big lg */
}
@media (min-width: 1200px) {
    /* lg */
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* md */
}
@media (min-width: 768px) and (max-width: 991px) {
    /* sm */
}
@media (max-width: 767px) {
    /* xs */
}
@media (min-width: 992px) {
    /* lg md */
}
@media (max-width: 991px) {
    /* sm xs */
}
