body {
    margin: 0;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #ffffff;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.container {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.header {
    border-bottom: 1px solid red;
    padding: 20px 0;
}
.header_contacts {
    background: #F0525B;
    padding: 5px 0;
}

.header_contacts .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
}
.header_contact-inner {
    display: flex;
    gap: 15px;
}
.header_contact {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.header_contact:hover {
    text-shadow: 1px 1px 0 #000000;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo {

}
#header-shadow {
    background: url(/images/header-shadow.png) no-repeat scroll center 100% transparent;
    bottom: -40px;
    height: 40px;
    position: absolute;
    width: 100%;
}
.menu {
    display: flex;
    align-items: center;
}
.menu_item > a {
    padding: 20px 10px;
    text-align: center;
}
.menu_item a {
    color: #898989;
    text-decoration: none;
    display: block;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 23px;
}
.menu_item:hover > a, .menu_item-link:hover {
    color: #f0525b
}
.menu_item.parent {
    position: relative;
}
.menu_item.parent:hover .dropdown {
    left: -1px;
    top: auto;
    opacity: 1;
}
.menu .dropdown {
    margin: 0 auto;
    margin-left: 1px;
    padding: 0 0;
    position: absolute;
    opacity: 0;
    left: -999em;
    text-align: left;
    border: none;
    background: #ffffff;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    z-index: 1000;
}
.menu_item-subs {
    min-width: 180px;
}
ul.l2 {
    border-top: 1px solid #eeeeee;
}
.menu_item-sub {
    border-bottom: 1px solid #eeeeee;
}
.menu_item-sub a {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 15px;
    text-shadow: none;
    color: #6e6e6e;
}
.language_items {
    display: flex;
    align-items: center;
    gap: 5px;
}
.language_item, .language_separator {
    color: #d8d8d8;
    text-decoration: none;
}
.language_item.active_language, .language_item:hover {
    color: #F0525B;
    font-weight: 600;
}
.language_separator {
    margin-top: -2px;
}

.menu-toggle {
    display: none;
    padding: 7px 10px;
    border: 1px solid #1d1d1d;
    border-top: 0;
    border-radius: 0;
    background-image: -moz-linear-gradient(top,#2c2c2c,#060606);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2c2c2c),to(#060606));
    background-image: -webkit-linear-gradient(top,#2c2c2c,#060606);
    background-image: -o-linear-gradient(top,#2c2c2c,#060606);
    background-image: linear-gradient(to bottom,#2c2c2c,#060606);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff060606', GradientType=0);
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.menu-toggle.active {
    border: 1px solid #252525;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%), 0 1px 0 #3c3c3c;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 0 #3c3c3c;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%), 0 1px 0 #3c3c3c;
}
.menu-toggle .icon-bar {
    background-color: #d8d8d8;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 2px;
    width: 18px;
}
.menu-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

#footer {
    background: #545655;
}
.footer_items {
    display: flex;
    justify-content: space-between;
}
.footer_item {
    width: 100%;
    padding: 15px;
    margin: 35px 10px;
}
.module-title .title {
    color: #454242;
    font-size: 20px;
    line-height: 15px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.module-title .title-line {
    background: none repeat scroll 0 0 #d8d5d5;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
}
.module-title .title-line span {
    display: block;
    height: 1px;
    width: 50px;
    background: #f0525b;
}
.footer_item-content span, .footer_item-content a:not(.map) {
    line-height: 1.5;
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.pb-list-icons li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.pb-icon-base {
    background-color: #f0525a;
    color: #ffffff;
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pb-icon-base i {
    font-size: 30px !important;
    line-height: 50px;
}
.footer_item-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.copyright {
    background: #191919;
    line-height: 34px;
    padding: 15px;
    margin: 10px 0 0;
    text-align: center;
    color: #6e6e6e;
}


iframe {
    width: 100%;
}
.contacts_wrap {
    padding: 35px 15px;
    margin: 10px;
}
.module_wrap .module-title .title {
    color: #303030;
}
.main {
    padding: 35px 15px 15px;
    margin: 10px;
}
.owl-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

article.item-page * {
    font-size: 14px;
    line-height: 1.65em;
    color: #6e6e6e;
}
article.item-page img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .menu_item a {
        font-size: 14px;
    }
}
@media (max-width: 850px) {
    .header_contacts .container {
        padding: 0 10px;
    }
    .header {
        padding: 10px 0;
    }
    .header_wrap {
        flex-direction: column;
    }
    .menu-toggle {
        display: block;
        top: 5px;
    }
    .menu_wrap {
        display: none;
        background: #393939;
        border: 1px solid #343434;
        border-top: 0;
        -webkit-box-shadow: inset 0 1px 0 #343434, inset 0 2px 0 #585858;
        -moz-box-shadow: inset 0 1px 0 #343434, inset 0 2px 0 #585858;
        box-shadow: inset 0 1px 0 #343434, inset 0 2px 0 #585858;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 15px;
        overflow: hidden;
        max-width: 480px;
        width: 100%;
    }
    .menu_wrap.active_menu {
        display: flex;
    }
    .menu {
        align-items: flex-start;
        flex-direction: column;
        border-top: 15px solid #393939;
        background-clip: content-box;
        -webkit-background-clip: content-box;
        background: #393939 url(/images/tree-main.png) repeat-y;
    }
    .menu_item {
        width: 100%;
        padding-left: 20px;
        background: url(/images/tree-node.png) no-repeat;
    }
    .menu_item:first-child {
        margin-top: -15px;
        background: url(/images/tree-node-first.png) no-repeat;
    }
    .menu_item a {
        font-size: 15px;
        padding: 2px 5px;
        text-align: left;
    }
    .menu .dropdown {
        position: unset;
        left: unset;
        opacity: 1;
        background: transparent;
        margin: 0;
        box-shadow: none;
    }
    .menu_item-subs ul {
        background: #393939 url(/images/tree-main.png) repeat-y;
    }
    .menu_item-sub {
        background: url(/images/tree-node.png) no-repeat;
        border-bottom: none;
    }
    .menu_item-sub a {
        padding-left: 25px;
        color: #d8d8d8;
    }
    .menu_item-sub:last-child, .menu_item:last-child {
        background: #393939 url(/images/tree-node-last.png) 0 -2px no-repeat !important;
    }

    .footer_items {
        flex-direction: column;
    }
    .footer_item {
        width: auto;
    }
}
@media (max-width: 768px) {
    .footer_item {
        margin: 30px 10px 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .container {
        width: 480px;
    }
}
@media (max-width: 426px) {
    .block_wrap {
        margin: 10px 0;
    }
    .footer_item {
        margin: 30px 0 0;
    }
}