body {
    color: #828282;
    font-family: "Noto Sans", sans-serif, "google";
    font-size: 14px;
    line-height: 1.25em;
    background-color: #f6f6f6;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

main .row-flex {
    width: 100%;
}

.row-center {
    align-items: center;
    justify-content: center;
}

.row-align-baseline {
    align-items: baseline;
}

.row-between {
    justify-content: space-between;
}

.row-vertical-center {
    justify-content: center;
}

.row-column-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row-center-up {
    justify-content: center;
    align-items: start;
}

.row-between-up {
    justify-content: space-between;
    align-items: start;
}


.row-baseline {
    align-items: baseline;
}

.row-margins {
    margin-right: -15px;
    margin-left: -15px;
}

/* HEADER */
header {
    position: relative;
    height: 14rem;
}

header::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, 0.5);
}

header .menu {
    z-index: 2;
    margin-bottom: 0.5rem;
}

header .main__menu {
    width: 100%;
    top: 0;
    z-index: 100;
}

header .menu__logo,
header .menu__search,
header .menu__contacts,
header .menu__callback {
    padding: 10px;
    height: 90px;
}

header .menu__contacts .link__phone {
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
}

header .menu__contacts a,
header .menu__contacts p {
    margin: 5px 0;
    color: #fff;
}

header .link__btn:link,
header .link__btn:visited {
    margin-left: 5px;
    padding: 10px;
}

header .nav__title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.5rem;
    z-index: 1;
}

header .nav__title .nav__title-link {
    font-weight: normal;
    font-style: normal;
    color: #eee;
    font-family: "Didact Gothic", sans-serif, "google";
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

header .nav__title .nav__title-link p {
    margin-bottom: 1rem;
    text-align: left;
}
.bx-breadcrumb {
    width: 100%;
}


/* CONTENT */
h1, h2, h3 {
    width: 100%;
}

h1 {
    display: block;
    font-family: "Didact Gothic", sans-serif, "google";
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: none;
    color: #70b1cf;
    line-height: 2rem;
}

h2, .h2 {
    display: block;
    font-family: "Didact Gothic", sans-serif, "google";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-align: left;
    text-transform: none;
    color: #5ab7a9;
}

.h2 {
    width: 100%;
}

h3, .text__mini-title {
    font-family: "Arimo", sans-serif, "google";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    color: #5ab7a9;
}

main p {
    text-align: justify;
}

a {
    color: #70b1cf;
}

.noDecoration {
    text-decoration: none;
}

.cookie_table {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    border-spacing: 0;
    display: table;
    border-collapse: separate;
    color: #828282;
    font-family: "Noto Sans", sans-serif, "google";
    font-size: 14px;
    line-height: 1.25em;
    border: none;
}

.cookie_table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: grey;
}

.cookie_table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.cookie_table th {
    border-bottom: 1px solid currentColor;
    padding: 8px;
}

.cookie_table th:first-child,
.cookie_table td:first-child {
    border-right-width: 0;
}

.cookie_table th,
.cookie_table td {
    display: table-cell;
    vertical-align: inherit;
}

.cookie_table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: grey;
}

.cookie_table td {
    border-bottom: 1px solid currentColor;
    padding: 8px;
    border-top-width: 0;
}

.cookie_table tr:last-child td,
.cookie_table tr:last-child td {
    border-bottom-width: 0;
}

.contact_information {
    padding: 0.3rem;
}

.contact_information .contact_information-info,
.contact_information .contact_information-form {
    width: 45%;
}

.contact_information-title {
    font-family: "Didact Gothic", sans-serif, "google";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-align: left;
    text-transform: none;
    color: #5ab7a9;
}

.contact_information .contact_information-text {
    margin-bottom: 0.5rem;
}

.contact_information-info > div {
    padding: 5px;
}

.h_container {
    width: 100%;
    position: relative;
}

.h_container .checkbox_wrapper {
    position: absolute;
    right: 0;
    top: 20px;
}

.h_container .checkbox_wrapper label {
    display: none;
}

ul.sitemap, ul.sitemap ul {
    list-style-type: none;
    margin: 2em 0 2em 1.5em;
    padding: 0
}

ul.sitemap li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
    background-image: none !important
}

ul.sitemap li a {
    line-height: 2em;
    display: block;
    font-weight: 700;
    background: url(data:image/gif;base64,R0lGODlhCgANAPECAP///4eHhwAAAAAAACH5BAUAAAIALAAAAAAKAA0AAAIflI+ZwR0XgATxiVrli9NdynTfJGINNZKoGW6qdjleAQA7) no-repeat left center;
    padding: 0 0 0 1.2em
}

ul.sitemap ul {
    margin: 0 0 0 1.5em
}

ul.sitemap ul li a {
    font-weight: 400
}

.list_container {
    width: 100%;
}

.text-center {
    text-align: center;
}

.list_container .inline-block-list {
    display: inline-block;
    width: 600px;
    margin-top: 0;
}

.intro {
    margin-top: 20px;
}

.intro .intro__text {
    padding: 0.5rem;
    text-align: justify;
}

.intro .intro__gallery {
    padding: 0.5rem 1rem;
}

.intro .intro__gallery .intro__img-item {
    width: 115px;
    padding: 0.5rem;
    border: 2px solid #39a594;
    margin-bottom: 20px;
    margin-right: 10px;
}

.main_advantages__item {
    width: 320px !important;
}

.main_advantages__item .main_advantages__title {
    font-family: "Arimo", sans-serif, "google";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #5ab7a9;
    line-height: 1.25;
    text-align: center;
}

.main_advantages__item .main_advantages__decr {
    text-align: justify;
    max-width: 300px;
    height: 85px;
}

.certificates__item {
    width: 100%;
    padding: 1rem;
}

.certificates__item .certificates__img {
    width: 20%;
    height: 140px;
}

.certificates__item .certificates__content {
    width: 75%;
    padding: 0 1rem;
}

.certificates__item .certificates__content h2 {
    margin-top: 0;
}

.link__btn {
    color: #fff;
    background-color: #39a594;
}

.link__btn:link,
.link__btn:visited {
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    font-family: "Noto Sans", sans-serif, "google";
    transition: color .3s ease-in;
    box-sizing: border-box;
    line-height: 1.5;
    border: 1px solid #1CA594;
    margin: 1em 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;

}

.link__btn:hover {
    color: #f7f8f8;
    background-color: #15796d;
    border-color: #15796d;
}

.link__btn-blue {
    background: #0c435d85;
}

.link__btn-blue:hover {
    background-color: #0c435df5;
}


.certificates .separator hr {
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #828282;
}

.documents .documents__item {
    padding: 0.5rem;
    width: 250px;
    height: 300px;
}

.documents .documents__item .documents__content {
    width: 100%;
    text-align: center;
}

.documents .documents__item .documents__content .documents__title {
    font-size: 1.1rem;
    color: #5ab7a9;
}

.documents .documents__content .link__btn {
    margin-top: 0;
}

.sections .sections__item {
    width: 324px;
    padding: 0.5rem;
    margin: 0.5rem;
    border: 1px solid #39a594;
}

.content__scolumn .sections__item {
    border: none;
}

.mini-sections.sections .sections__item {
    border: 1px solid #39a594;
    max-width: 250px;
}

.sections .sections__item .sections__item-imgs {
    height: 217px;
}

.sections .sections__item .sections__item-imgs .sections__item-img {
    max-width: 320px !important;
    max-height: 217px;
}

.sections .sections__item .sections__item-header {
    height: 55px;
    text-align: center;
}

.sections .sections__item .sections__item-header a {
    text-align: center;
    margin-top: 0.5rem;
    text-decoration: none;
    height: 40px;
}

.sections .sections__item .sections__item-decr {
    height: 70px;
}

.sections .sections__item .sections__item-decr p:last-child {
    margin-bottom: 0;
}

.sections .sections__item .sections__item-decr p {
    text-align: center;
}

.mini-sections.sections .sections__item:first-child,
.mini-sections.sections .sections__item:nth-child(2),
.mini-sections.sections .sections__item:nth-child(3) {
    height: initial;
}

.mini-sections.sections .sections__item:first-child .sections__item-decr,
.mini-sections.sections .sections__item:nth-child(2) .sections__item-decr,
.mini-sections.sections .sections__item:nth-child(3) .sections__item-decr {
    display: block;
}

.mini-sections.sections .sections__item .sections__item-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-section {
    width: 100%;
}

.content .content__column {
    width: 48%;
    padding: 0.5rem;
}

.mceEditable td {
    padding: 10px;
}

.priceInfo__container {
    display: flex;
    flex-direction: column;
}

.priceInfo__container .priceInfo {
    width: 100%;
    text-align: left;
}

.priceInfo {
    font-size: 1.1rem;
    color: #5ab7a9;
    font-weight: bold;
    text-align: center;
}

.priceInfo b {
    color: #000000;
}

.table__container {
    overflow-x: auto;
}

/* SLIDER */
.company__slider {
    width: 250px;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 100;
    border-radius: 50%;
    opacity: 0.3;
}

.slick-prev:before {
    content: "\2039";
}

.slick-next:before {
    content: "\203A";
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-weight: bold;
    font-size: 22px;
    line-height: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1;
    background: black;
}

.ui-tabs {
    padding: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #0dab93;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.ui-widget button {
    font-size: 0 !important;
}


.content .content__big-fcolumn {
    width: 65%;
    padding: 0 0.7rem;
}

.content .content__big-fcolumn + .content__scolumn {
    width: 25%;
    height: 250px;
    max-width: 300px;
}

.content .content__scolumn img {
    max-height: 215px;
}

.list_container .content__img-container {
    padding-right: 1rem;
}

.content-block__left-column,
.content-block__right-column {
    padding: 0.3rem;
    width: 48%;
}

.content-block__left-column {
    float: left;
}

.content-block__right-column {
    float: right;
}

.mfeedback input[type="submit"] {
    max-width: 250px;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.sections__item-link {
    display: flex;
    justify-content: center;
}

.company {
    padding-left: 20px;
}

.company__text {
    padding: 0 0.5rem;
    width: calc(100% - 25%);
}

.content {
    width: 100%;
}

/* Модальное окно: */
.popup {
    position: fixed;
    top: 5%;
    left: 50%;
    padding: 20px;
    width: 360px;
    margin-left: -200px;
    background: #fff;
    border: 1px solid #39a594;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}

.popup__close {
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.popup__close:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.popup .mfeedback {
    padding-right: 0;
}

.popup .popup__container h3, .popup .popup__container .text__mini-title {
    font-size: 1.2rem;
    text-align: center;
}

.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.list {
    margin-top: 0!important;
    list-style-type: none;
    padding-left: 0;
}

[name="captcha_word"] {
    width: 30%!important;
}

/* FOOTER */
footer {
    height: 254px;
    color: #828282;
}

footer .first-row {
    margin-top: 1rem;
    background-color: rgba(237, 237, 237, .8);
}

footer .first-row .footer_menu-contacts,
footer .first-row .footer_menu-buy,
footer .first-row .footer_menu-nav {
    margin-top: 0.5rem;
    width: 235px;
    padding: 0.5rem;
}

footer a:link {
    transition: color .3s ease-in;
}

footer a:focus, a:hover {
    color: #828282;
}

footer .text__mini-title {
    margin-top: 1rem;
    margin-bottom: 0;
}

footer .first-row .footer_menu-nav ul {
    margin-top: 40px;
}

footer .first-row .footer__info .footer_menu-nav {
    width: 130px;
}

footer .first-row .footer__catalog .footer_menu-nav {
    width: 190px;
}


footer .first-row .footer_contacts a:first-child {
    margin-bottom: 0;
}

footer .footer_contacts .footer_contact {
    padding-left: 10px;
}

footer .first-row .footer_menu-nav ul a {
    line-height: 1.75em;
    text-decoration: none;
}

footer .second-row {
    background-color: #f6f6f6;
    padding: 10px 0;
}

footer .second-row .footer_menu-last a {
    color: #828282;
    opacity: .7;
    text-decoration: none;
    transition: opacity .3s ease-in;
}

footer .second-row .footer_menu-last a:hover,
footer .second-row .footer_menu-last a:focus {
    opacity: 1;
}

/* MEDIA */
@media (max-width: 576px) {
    header {
        height: 18rem;
    }

    header .menu__logo {
        height: 25px;
    }

    header .menu__search,
    header .menu__callback {
        display: none;
    }

    .menu__search {
        height: 55px;
    }

    .intro .intro__text,
    .intro .intro__gallery {
        width: 100%;
        padding: 0.5rem;
    }

    .intro .intro__gallery .intro__img-item {
        margin-right: 0;
    }

    .certificates .certificates__item {
        width: initial;
    }

    .certificates .certificates__item h2 {
        text-align: center;
    }

    .certificates__item .certificates__content,
    .certificates .certificates__item .certificates__img,
    .link__btn {
        width: 100%;
    }

    .sections {
        justify-content: center;
    }

    .sections .sections__item {
        padding: 0.5rem 0.1rem;
        margin: 0 0 1rem 0;
        min-width: 330px;
    }

    .link__btn:link, .link__btn:visited {
        max-width: 165px;
    }

    .content-block .content-block__left-column,
    .content-block .content-block__right-column {
        width: auto;
    }

    .content .content__big-fcolumn {
        padding: 0;
    }

    .popup {
        top: 1% !important;
        left: 55% !important;
        width: 320px !important;
    }

    .popup .mfeedback textarea {
        width: 300px;
        height: 35px;
    }

    .popup .popup__close {
        font-size: 1.5rem;
    }

    footer .contact_information-title {
        text-align: center;
    }

    footer .footer_menu-nav ul {
        padding-left: 0;
        list-style-type: none;
        text-align: center;
    }

    footer .first-row .footer__catalog .footer_menu-nav {
        width: 130px;
    }

    footer .first-row .footer_contacts {
        width: 100%;
    }
}


@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }

    .bx-breadcrumb {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }

    .bx-breadcrumb {
        width: 720px;
    }

    .menu__callback {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }

    .bx-breadcrumb {
        width: 960px;
    }

    .intro .intro__text {
        width: 60%;
    }

    .intro .intro__gallery {
        width: 35%;
    }

    .menu__search,
    .menu__callback {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }

    .bx-breadcrumb {
        width: 1140px;
    }

    .documents .documents__item .documents__content .documents__title {
        margin-bottom: 0.6rem;
    }

    .sections .sections__item {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .nav__title .nav__title-link {
        align-items: center;
    }

    header .nav__title .nav__title-link p {
        margin-bottom: 0.3rem;
        font-size: 1.6rem;
        padding: 1rem;
        line-height: 1.8rem;
    }

    header .nav__title .nav__title-link img {
        margin-left: 1rem;
    }

    header .nav__title {
        margin-top: 0;
    }

    header .main__menu {
        background: none;
    }

    .documents {
        justify-content: center;
    }

    .contact_information .contact_information-info,
    .contact_information .contact_information-form,
    .documents .documents__item .documents__content,
    .documents .documents__item .documents__img {
        width: 100%;
    }

    .content .content__big-fcolumn,
    .content .content__big-fcolumn + .content__scolumn {
        width: 100%;
    }

    .content .content__big-fcolumn + .content__scolumn {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content .content__big-fcolumn + .content__scolumn .sections__item,
    .content .content__big-fcolumn + .content__scolumn .sections__item:first-child {
        height: initial;
    }

    .content .content__column {
        width: 100%
    }

    .list_container {
        flex-direction: column-reverse;
    }

    .list_container .content__img-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .list_container .inline-block-list {
        display: block;
        width: 100%;
    }

    footer .first-row .footer_menu-nav ul {
        margin-top: 0;
    }

    footer .first-row .footer_contacts {
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
    }

    footer .first-row .footer_contacts .showOModal {
        margin: 0;
    }
}




