html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html, body {
    height: 100%;
    background: #f4f4f4;
}

header, nav, section, article, aside, footer {
    display: block
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a {
    color: #b52a2d;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

*:focus {
    outline: none;
}

.clearfix {
    display: block;
}

body {
    min-width: 1200px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
}

@media (max-width: 1199px) {
    body {
        min-width: 320px;
    }
}

* {
    font-family: 'Open Sans', sans-serif;
}

.rovno {
    width: 675px;
    text-align: justify;
    text-indent: 25px;
}

@media (max-width: 1199px) {
    .rovno {
        width: 100%;
        table-layout: fixed;
        text-indent: initial;
    }

    .rovno ul li {
        margin-bottom: 5px;
    }

    .rovno ul li:last-child {
        margin-bottom: 0;
    }
}

.youtube {
    margin-top: 13px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    background: #222222;
    color: #FFF;
    z-index: 101;
}

@media (max-width: 1199px) {
    #header {
        position: -webkit-sticky;
        position: sticky;
        min-width: 0;
    }
}

#header a {
    color: #FFF;
}

#header .header_content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
}

@media (max-width: 1199px) {
    #header .header_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
    }
}

#header .header_content .logo {
    float: left;
    width: 220px;
    height: 55px;
    background: url(../images/logo.png);
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

#header .header_content .header_menu {
    float: left;
    padding: 18px 0 0 26px;
}

@media (max-width: 1199px) {
    #header .header_content .header_menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0;
    }

    #header .header_content .header_menu .header_menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#header .header_content .header_menu .header_menu__list > li {
    float: left;
    margin: 0 15px;
    padding-bottom: 38px;
    position: relative;
}

#header .header_content .header_menu .header_menu__list > li > a {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    position: relative;
}

#header .header_content .header_menu .header_menu__list > li:hover > a {
    color: #af2224;
}

#header .header_content .header_menu .header_menu__list > li.drop:hover > a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    bottom: -22px;
    background: url(../images/open.png);
}

#header .header_content .header_menu .header_menu__list > li ul {
    background: url(../images/black.png) repeat;
    position: absolute;
    top: 57px;
    left: -30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    width: 0;
}

#header .header_content .header_menu .header_menu__list > li ul li {
    display: none;
}

#header .header_content .header_menu .header_menu__list > li:hover ul {
    width: 200px;
    opacity: 1;
    padding: 13px 0 16px 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#header .header_content .header_menu .header_menu__list > li:hover ul li {
    display: block;
}

#header .header_content .header_menu .header_menu__list > li ul:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    background: #222222;
    width: 210px;
    height: 5px;
}

@media (max-width: 1199px) {
    #header .header_content .header_menu .header_menu__list > li ul::before {
        content: none;
    }
}

#header .header_content .header_menu .header_menu__list > li ul li {
    font-size: 13px;
    width: 150px;
    padding: 0 20px 12px 30px;
}

#header .header_content .header_menu .header_menu__list > li ul li a {
    font-weight: 300;
}

#header .header_content .header_menu .header_menu__list > li.active a {
    color: #af2224;
}

#header .header_content .phone {
    color: #FFF;
    text-decoration: none;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

.youtube {
    float: left;
}

.covid {
    float: left;
    margin-top: 13px;
}

#wrapper {
    padding: 90px 0 60px 0;
}

#footer {
    background: #444444;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer .footer_menu {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 34px 0 15px 0;
}

@media (max-width: 1199px) {
    body #footer .footer_menu {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 10px;
        padding-left: 10px;
    }

    body #footer .footer_menu * {
        box-sizing: inherit;
    }
}

#footer .footer_menu .footer_menu_item {
    float: left;
}

@media (max-width: 1199px) {
    body #footer .footer_menu .footer_menu_item {
        width: calc(100% / 3 - 40px / 3);
        margin-right: 0!important;
        margin-bottom: 20px;
    }

    body #footer .footer_menu .footer_menu_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    body #footer .footer_menu .footer_menu_item {
        width: 100%;
    }
}

#footer .footer_menu .footer_menu_item.first {
    margin: 0 60px 0 10px;
}

@media (max-width: 1199px) {
    body #footer .footer_menu .footer_menu_item.first {
        margin: 0 0 20px;
    }
}

#footer .footer_menu .footer_menu_item.last {
    margin: 0 -25px 0 0;
    float: right;
}

@media (max-width: 1199px) {
    body #footer .footer_menu .footer_menu_item.last {
        margin-bottom: 0;
    }
}

#footer .footer_menu .footer_menu_item h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    #footer .footer_menu .footer_menu_item ul.wrapper_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#footer .footer_menu .footer_menu_item ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    body #footer .footer_menu .footer_menu_item ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
    }
}

#footer .footer_menu .footer_menu_item ul.wrapper_list > li {
    float: left;
    padding-right: 24px;
    max-width: 155px;
}

@media (max-width: 1199px) {
    #footer .footer_menu .footer_menu_item ul.wrapper_list > li {
        float: none;
        max-width: none;
        width: 100%;
    }
}

#footer .partners {
    background: #333333;
    padding: 30px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    body #footer .partners {
        width: 100%;
    }
}

#footer .partners .partners_wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

#footer .partners ul {
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    display: table;
    width: 105%;
    margin-left: -40px;
}

@media (max-width: 1199px) {
    body #footer .partners ul {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
    }

    body #footer .partners ul * {
        box-sizing: inherit;
    }
}

#footer .partners ul li {
    height: 60px;
    line-height: 60px;
    display: table-cell;
}

@media (max-width: 1199px) {
    body #footer .partners ul li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 5px;
        width: auto;
    }
}

@media (max-width: 991px) {
    body #footer .partners ul li {
        width: 25%;
    }
}

#footer .partners ul li a {
    display: block;
    height: 100%;
}

@media (max-width: 1199px) {
    body #footer .partners ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#footer .partners ul li.last {
    margin-right: 0;
}

#footer .partners ul li img {
    vertical-align: middle;
    max-height: 100%;
}

#sticky {
    width: 100%;
    min-width: 1200px;
    position: fixed;
    background: #222222;
    left: 0;
    bottom: 0;
    z-index: 100;
}

@media (max-width: 1199px) {
    #footer #sticky {
        position: static;
        min-width: 0;
    }
}

#sticky .footer_bottom {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0 13px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    body #sticky .footer_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    body #sticky .footer_bottom .copyright {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }

    body #sticky .footer_bottom .phone_wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
    }

    body #sticky .footer_bottom .contacts {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
    }
}

#sticky .footer_bottom .copyright {
    float: left;
    width: 318px;
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
}

#sticky .footer_bottom .phone_wrapper {
    float: left;
    width: 203px;
}

#sticky .footer_bottom .phone_wrapper .phone {
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
}

#sticky .footer_bottom .phone_wrapper .time {
    display: block;
    font-size: 10px;
    margin-top: -3px;
}

#sticky .footer_bottom .contacts {
    float: left;
    font-size: 12px;
    line-height: 15px;
    padding-top: 4px;
    width: 295px;
}

#sticky .footer_bottom .contacts .adress {
    display: block;
}

#sticky .footer_bottom .contacts .map {
    margin-right: 33px;
}

#sticky .footer_bottom .socials {
    float: left;
    padding-top: 7px;
}

#sticky .footer_bottom .socials a {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/socials.png);
}

#sticky .footer_bottom .socials a.facebook {
    background-position: 0 0;
}

#sticky .footer_bottom .socials a.vk {
    background-position: -30px 0;
}

#sticky .footer_bottom .socials a.twitter {
    background-position: -60px 0;
}

#sticky .footer_bottom .socials a.gplus {
    background-position: -90px 0;
}

#sticky .footer_bottom .socials a.instagram {
    background-position: -120px 0;
}

#sticky .footer_bottom .creator {
    float: right;
    font-size: 11px;
    padding-top: 14px;
}

#sticky .footer_bottom .creator a {
    display: inline-block;
    width: 71px;
    height: 17px;
    background: url(../images/matador.png);
    vertical-align: middle;
    margin: -4px 0 0 6px;
}

@media (max-width: 1199px) {
    #main .main section {
        margin-bottom: 40px;
    }

    #main .main section:first-child {
        margin-bottom: 0;
    }

    #main .main section:last-child {
        margin-bottom: 0;
    }
}

.red_button {
    display: block;
    height: 68px;
    line-height: 68px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    border: 0;
    border-top: 1px solid #d77b7c;
    border-bottom: 1px solid #56080b;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    background: #ba3335;
    background: -moz-linear-gradient(top, #ba3335 0%, #9d191b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba3335), color-stop(100%, #9d191b));
    background: -webkit-linear-gradient(top, #ba3335 0%, #9d191b 100%);
    background: -o-linear-gradient(top, #ba3335 0%, #9d191b 100%);
    background: -ms-linear-gradient(top, #ba3335 0%, #9d191b 100%);
    background: linear-gradient(to bottom, #ba3335 0%, #9d191b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3335', endColorstr='#9d191b', GradientType=0);
    padding: 0;
    cursor: pointer;
}

.red_button.blue {
    border-top: 1px solid #7b8ed7;
    border-bottom: 1px solid #081957;
    background: #3250ba;
    background: -moz-linear-gradient(top, #3250ba 0%, #19369e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3250ba), color-stop(100%, #19369e));
    background: -webkit-linear-gradient(top, #3250ba 0%, #19369e 100%);
    background: -o-linear-gradient(top, #3250ba 0%, #19369e 100%);
    background: -ms-linear-gradient(top, #3250ba 0%, #19369e 100%);
    background: linear-gradient(to bottom, #3250ba 0%, #19369e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3250ba', endColorstr='#19369e', GradientType=0);
}

.red_button.green {
    border-top: 1px solid #8ad77b;
    border-bottom: 1px solid #155708;
    background: #49ba32;
    background: -moz-linear-gradient(top, #49ba32 0%, #2f9e19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49ba32), color-stop(100%, #2f9e19));
    background: -webkit-linear-gradient(top, #49ba32 0%, #2f9e19 100%);
    background: -o-linear-gradient(top, #49ba32 0%, #2f9e19 100%);
    background: -ms-linear-gradient(top, #49ba32 0%, #2f9e19 100%);
    background: linear-gradient(to bottom, #49ba32 0%, #2f9e19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49ba32', endColorstr='#2f9e19', GradientType=0);
}

.red_button:hover {
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 0.25);
}

.red_button:hover:active {
    border-top: 1px solid #67292b;
    border-bottom: 1px solid #b77879;
}

.red_button.blue:hover:active {
    border-top: 1px solid #293666;
    border-bottom: 1px solid #7987b8;
}

.red_button.green:hover:active {
    border-top: 1px solid #336629;
    border-bottom: 1px solid #84b879;
}

.red_button:hover:active:after {
    /*display: none;*/
}

:root .red_button {
    filter: none \;
}

.red_button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

#banner {
    margin-top: -3px;
    position: relative;
}

#banner ul {
    height: 100%;
    background: url(../images/bx_loader.gif) center center no-repeat;
}

#banner ul li {
    height: 100%;
    float: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media (max-width: 1199px) {
    #banner ul li .slide_data .slide_title {
        top: 122px;
        right: 10px;
        margin-right: 0;
        font-size: 36px;
        line-height: 45px;
        width: 60%;
    }

    #banner ul li .slide_data .slide_text {
        top: 55%;
        left: 10px;
        width: 80%;
        margin-right: 0;
    }

    #banner .slide_data .slide_text .big {
        line-height: 52px;
        font-size: 42px;
    }

    #banner .slide_data .slide_text .small {
        font-size: 34px;
        line-height: 44px;
    }

    #banner .slide_data .slide_text .big .small {
        padding: 0;
        background-image: none;
    }
}

@media (max-width: 767px) {
    #banner ul li .slide_data .slide_title {
        font-size: 26px;
        line-height: 35px;
    }

    #banner .slide_data .slide_text .big {
        line-height: 42px;
        font-size: 32px;
    }

    #banner .slide_data .slide_text .small {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1199px) {
    #banner li img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#banner .presentation {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 59px;
    width: 320px;
    z-index: 90;
}

@media (max-width: 1199px) {
    #banner a.presentation {
        margin-left: 0;
        top: 30px;
        left: 10px;
    }
}

#banner .bx-wrapper {
    position: relative;
}

#banner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background: url(../images/slider_nav.png);
    z-index: 60;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -999px;
}

#banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 40px;
    background-position: 0 -70px;
}

@media (max-width: 1199px) {
    #banner .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        left: 10px;
    }
}

#banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 40px;
    background-position: -56px -70px;
}

@media (max-width: 1199px) {
    #banner .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        right: 10px;
    }
}

#banner .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: 0 0;
}

#banner .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -56px 0;
}

#banner .bx-wrapper .bx-controls-direction a.bx-prev:active {
    background-position: 0 -139px;
}

#banner .bx-wrapper .bx-controls-direction a.bx-next:active {
    background-position: -56px -139px;
}

#banner .slide_text {
    position: absolute;
    left: 10%;
    margin-right: -600px;
    top: 50%;
}

#banner .slide_title {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 10%;
    background: url(../images/black.png) repeat;
    padding: 10px 36px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFF;
    font-size: 38px;
    line-height: 50px;
    max-width: 463px;
    z-index: 11;
}

#banner .slide_text span {
    background: url(../images/black.png) repeat;
    padding: 0 36px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFF;
    font-size: 48px;
    display: inline-block;
    line-height: 50px;
    position: relative;
}

#banner .slide_text .big {
    line-height: 70px;
    display: inline-block;
    font-size: 72px;
    font-weight: bold;
}

#banner .slide_text .first_row {
    padding-top: 10px;
}

#banner .slide_text .last_row {
    padding-bottom: 24px;
}

#banner .next_block {
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 60px;
}

@media (max-width: 1199px) {
    #banner .next_block {
        bottom: 50px;
    }
}

.next_block {
    width: 56px;
    height: 56px;
    background: url(../images/slider_nav.png);
    background-position: -112px -70px;
    background-repeat: no-repeat;
    z-index: 99;
}

.next_block:hover {
    background-position: -112px 0;
    background-repeat: no-repeat;
}

.next_block:active {
    background-position: -112px -139px;
    background-repeat: no-repeat;
}

#equipment {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 52px 0 60px 0;
}

@media (max-width: 1199px) {
    #equipment {
        height: auto !important;
    }
}

#equipment h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #333333;
    font-size: 72px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    body #equipment h2 {
        font-size: 34px;
        line-height: 38px;
    }
}

#equipment .next_block {
    display: block;
    margin: 54px auto 0 auto;
}

.equipment_list li {
    width: 240px;
    height: 240px;
    position: relative;
    float: left;
}

.equipment_list li .item_text {
    position: absolute;
    width: 83%;
    left: 8%;
    top: 0;
    height: 100%;
    z-index: 3;
}

.equipment_list li .item_text .item_name {
    position: absolute;
    bottom: 7%;
    left: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.equipment_list li .item_text .hidden_text {
    display: none;
}

.equipment_list li .item_text .readmore {
    display: none;
}

.equipment_list li .image {
    background: #FFF;
    width: 100%;
    height: 100%;
    position: relative;
}

.equipment_list li .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}

.equipment_list li .image img {
    width: 100%;
    height: 100%;
    display: block;
}

.equipment_list li .item_wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.equipment_list li:hover .item_wrapper {
    width: 260px;
    height: 260px;
    left: -10px;
    top: -10px;
    position: absolute;
    z-index: 10;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

@media (max-width: 1199px) {
    .equipment_list li:hover .item_wrapper {
        left: 0;
    }
}

.equipment_list li:hover .image:after {
    background: url(../images/black2.png) repeat;
}

.equipment_list li:hover .item_text {
    padding-left: 10px;
}

.equipment_list li:hover .item_name {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 26px 0 11px 0;
    display: block;
}

.equipment_list li:hover .hidden_text {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    display: block;
}

.equipment_list li:hover .readmore {
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    padding-left: 12px;
    text-align: left;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.equipment_list li:hover .readmore:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 15px;
    right: 6px;
    top: 50%;
    margin-top: -8px;
    left: auto;
    background: url(../images/readmore.png);
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.equipment_list li:hover .readmore:hover {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.25);
}

#contacts {
    position: relative;
    margin-top: -10px;
}

@media (max-width: 1199px) {
    body #contacts .details {
        left: 30px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    body #contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body #contacts h2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        position: static;
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 38px;
    }

    body #contacts .details {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: static;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    body #contacts #map {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    body #contacts .details .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    body #contacts .details .row h4 {
        margin-bottom: 0;
    }
}

#contacts h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #333333;
    font-size: 72px;
    text-align: center;
    position: absolute;
    top: 30px;
    width: 100%;
}

#contacts #map {
    height: 600px;
    background: url(../images/temp/map.png) center top no-repeat;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

#contacts #map .marker {
    position: absolute;
    width: 50px;
    height: 49px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url(../images/marker.png);
}

#contacts .details {
    background: #FFF;
    position: absolute;
    top: 145px;
    left: 50%;
    margin-left: -590px;
    z-index: 5;
    width: 240px;
    padding: 29px 35px 38px 35px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
}

#contacts .details h3 {
    color: #333333;
    font-size: 36px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 14px;
}

#contacts .details .row {
    margin-bottom: 10px;
}

#contacts .details .row h4 {
    margin-bottom: 10px;
}

#contacts .details a {
    color: #952729;
}

#contacts .details .email {
    margin-bottom: 30px;
}

.equipment_list {
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #equipment .equipment_list {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    #equipment .equipment_list * {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    #equipment .equipment_list li {
        width: calc(100% / 3 - 20px / 3);
        height: auto;
        margin-right: 10px;
        margin-top: 10px;
    }

    #equipment .equipment_list li:nth-child(1) {
        margin-top: 0;
    }

    #equipment .equipment_list li:nth-child(2) {
        margin-top: 0;
    }

    #equipment .equipment_list li:nth-child(3) {
        margin-top: 0;
    }

    #equipment .equipment_list li:nth-child(3n) {
        margin-right: 0;
    }

    #equipment .equipment_list li .item_wrapper {
        width: 100%;
        height: 100%;
    }

    .readmore {
        width: auto !important;
        padding-right: 22px !important;
        padding-left: 5px;
    }
}

@media (max-width: 767px) {
    #equipment .equipment_list li {
        width: calc(50% - 5px);
        height: auto;
        margin-right: 10px;
        margin-top: 10px;
    }

    #equipment .equipment_list li:nth-child(3) {
        margin-top: 10px;
    }

    #equipment .equipment_list li:nth-child(3n) {
        margin-right: 10px;
    }

    #equipment .equipment_list li:nth-child(2n) {
        margin-right: 0;
    }
}

#contacts .feedback {
    background: #FFF;
    position: absolute;
    top: 145px;
    right: 50%;
    margin-right: -590px;
    z-index: 5;
    width: 250px;
    padding: 19px 30px 30px 30px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
}

#contacts .feedback h3 {
    color: #333333;
    font-size: 36px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 12px;
}

#contacts .feedback .red_button {
    width: 250px;
    height: 70px;
    line-height: 70px \9;
    font-weight: 800;
}

#contacts .feedback input[type="text"] {
    display: block;
    padding: 0;
    border: 0;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    height: 40px;
    line-height: 40px \9;
    font-style: italic;
    padding: 0 15px 0 20px;
    width: 215px;
    font-size: 14px;
    color: #000;
    background: #f9f9f9;
    margin-bottom: 20px;
}

#contacts .feedback textarea {
    display: block;
    padding: 0;
    border: 0;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    height: 68px;
    font-style: italic;
    padding: 9px 15px 3px 20px;
    width: 215px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    background: #f9f9f9;
    margin-bottom: 20px;
    resize: none;
    overflow: hidden;
}

@media only screen and (max-height: 1300px) {
    #banner .presentation {
        top: 55px;
        width: 300px;
        height: 64px;
        line-height: 64px;
        font-size: 17px;
    }

    #banner .slide_text span {
        padding: 0 34px;
        font-size: 46px;
        line-height: 48px;
    }

    #banner .slide_text .big {
        line-height: 68px;
        font-size: 70px;
    }

    #banner .slide_text .first_row {
        padding-top: 9px;
    }

    #banner .slide_text .last_row {
        padding-bottom: 22px;
    }

    #equipment h2 {
        font-size: 64px;
        margin-bottom: 36px;
    }

    #contacts h2 {
        font-size: 64px;
    }

    .equipment_list {
        max-width: 1100px;
    }

    .equipment_list li {
        width: 220px;
        height: 220px;
    }

    .equipment_list li .item_text .item_name {
        font-size: 16px;
        line-height: 18px;
    }

    .equipment_list li:hover .item_wrapper {
        width: 240px;
        height: 240px;
    }

    .equipment_list li:hover .item_name {
        padding: 22px 0 8px 0;
    }

    .equipment_list li:hover .hidden_text {
        font-size: 13px;
        line-height: 19px;
    }

    .equipment_list li:hover .readmore {
        width: 94px;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        padding-left: 11px;
        right: 28px;
        bottom: 28px;
    }

    .equipment_list li:hover .readmore:before {
        width: 16px;
        right: 6px;
        height: 15px;
        margin-top: -8px;
    }

    #equipment .next_block {
        margin: 50px auto 0 auto;
    }

    #footer .footer_menu {
        padding: 30px 0 11px 0;
    }

    #footer .footer_menu .footer_menu_item.first {
        margin: 0 70px 0 10px;
    }

    #footer .footer_menu .footer_menu_item h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    #footer .footer_menu .footer_menu_item ul li {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 9px
    }

    #contacts #map {
        height: 585px;
    }

    #contacts .feedback {
        top: 135px;
        padding: 19px 30px 30px 30px;
    }

    #contacts .details {
        top: 135px;
        padding: 29px 35px 38px 35px;
    }

    #contacts h2 {
        top: 25px;
    }

    #contacts .details h3 {
        font-size: 34px;
    }

    #contacts .feedback h3 {
        font-size: 34px;
    }
}

@media only screen and (max-height: 1150px) {
    #banner .presentation {
        top: 51px;
        width: 290px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    #banner .slide_text span {
        padding: 0 32px;
        font-size: 44px;
        line-height: 46px;
    }

    #banner .slide_text .big {
        line-height: 68px;
        font-size: 68px;
    }

    #banner .slide_text .first_row {
        padding-top: 8px;
    }

    #banner .slide_text .last_row {
        padding-bottom: 20px;
    }

    #equipment h2 {
        font-size: 60px;
        margin-bottom: 32px;
    }

    #contacts h2 {
        font-size: 60px;
    }

    #equipment {
        padding: 44px 0 50px 0;
    }

    #equipment .next_block {
        margin: 46px auto 0 auto;
    }

    #footer .partners {
        padding: 25px 0;
    }

    #footer .partners ul li {
        height: 50px;
        line-height: 50px;

    }

    #footer .footer_menu {
        padding: 26px 0 9px 0;
    }

    #footer .footer_menu .footer_menu_item.first {
        margin: 0 90px 0 10px;
    }

    #footer .footer_menu .footer_menu_item h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    #footer .footer_menu .footer_menu_item ul li {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 8px
    }

    #contacts #map {
        height: 555px;
    }

    #contacts .feedback {
        top: 115px;
        padding: 15px 30px 25px 30px;
    }

    #contacts .details {
        top: 115px;
        padding: 25px 35px 33px 35px;
    }

    #contacts h2 {
        top: 20px;
    }

    #contacts .details h3 {
        font-size: 32px;
    }

    #contacts .feedback h3 {
        font-size: 32px;
    }
}

@media only screen and (max-height: 1050px) {
    #banner .presentation {
        top: 44px;
        width: 270px;
        height: 52px;
        line-height: 52px;
        font-size: 14px;
    }

    #banner .slide_text span {
        padding: 0 28px;
        font-size: 40px;
        line-height: 42px;
    }

    #banner .slide_text .big {
        line-height: 64px;
        font-size: 64px;
    }

    #banner .slide_text .first_row {
        padding-top: 6px;
    }

    #banner .slide_text .last_row {
        padding-bottom: 16px;
    }

    #equipment h2 {
        font-size: 50px;
        margin-bottom: 24px;
    }

    #contacts h2 {
        font-size: 50px;
    }

    #equipment {
        padding: 30px 0 45px 0;
    }

    .equipment_list {
        max-width: 900px;
    }

    .equipment_list li {
        width: 180px;
        height: 180px;
    }

    .equipment_list li .item_text .item_name {
        font-size: 14px;
        line-height: 16px;
    }

    .equipment_list li:hover .item_wrapper {
        width: 200px;
        height: 200px;
    }

    .equipment_list li:hover .item_name {
        padding: 18px 0 6px 0;
    }

    .equipment_list li:hover .hidden_text {
        font-size: 11px;
        line-height: 15px;
    }

    .equipment_list li:hover .readmore {
        width: 74px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        padding-left: 10px;
        right: 28px;
        bottom: 28px;
    }

    .equipment_list li:hover .readmore:before {
        width: 13px;
        right: 6px;
        height: 11px;
        margin-top: -6px;
    }

    #equipment .next_block {
        margin: 36px auto 0 auto;
    }

    #footer .partners {
        padding: 20px 0;
    }

    #footer .partners ul li {
        height: 40px;
        line-height: 40px;

    }

    #footer .footer_menu {
        padding: 22px 0 7px 0;
    }

    #footer .footer_menu .footer_menu_item.first {
        margin: 0 110px 0 10px;
    }

    #footer .footer_menu .footer_menu_item h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #footer .footer_menu .footer_menu_item ul li {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 7px
    }

    #contacts #map {
        height: 525px;
    }

    #contacts .feedback {
        top: 105px;
        padding: 12px 30px 25px 30px;
    }

    #contacts .details {
        top: 105px;
        padding: 22px 35px 33px 35px;
    }

    #contacts h2 {
        top: 15px;
    }

    #contacts .details h3 {
        font-size: 30px;
    }

    #contacts .feedback h3 {
        font-size: 30px;
    }

}

@media only screen and (max-height: 950px) {
    #banner .presentation {
        top: 44px;
        width: 270px;
        height: 52px;
        line-height: 52px;
        font-size: 14px;
    }

    #banner .slide_text span {
        padding: 0 28px;
        font-size: 40px;
        line-height: 42px;
    }

    #banner .slide_text .big {
        line-height: 64px;
        font-size: 64px;
    }

    #banner .slide_text .first_row {
        padding-top: 6px;
    }

    #banner .slide_text .last_row {
        padding-bottom: 16px;
    }

    #equipment h2 {
        font-size: 50px;
        margin-bottom: 24px;
    }

    #contacts h2 {
        font-size: 50px;
    }

    #equipment {
        padding: 30px 0 36px 0;
    }

    #contacts #map {
        height: 495px;
    }

    .equipment_list {
        max-width: 900px;
    }

    .equipment_list li {
        width: 180px;
        height: 180px;
    }

    .equipment_list li .item_text .item_name {
        font-size: 14px;
        line-height: 16px;
    }

    .equipment_list li:hover .item_wrapper {
        width: 200px;
        height: 200px;
    }

    .equipment_list li:hover .item_name {
        padding: 18px 0 6px 0;
    }

    .equipment_list li:hover .hidden_text {
        font-size: 11px;
        line-height: 15px;
    }

    .equipment_list li:hover .readmore {
        width: 74px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        padding-left: 10px;
        right: 28px;
        bottom: 28px;
    }

    .equipment_list li:hover .readmore:before {
        width: 13px;
        right: 6px;
        height: 11px;
        margin-top: -6px;
    }

    #equipment .next_block {
        margin: 36px auto 0 auto;
    }

    #footer .partners {
        padding: 15px 0;
    }

    #footer .footer_menu {
        padding: 20px 0 7px 0;
    }

    #footer .footer_menu .footer_menu_item.first {
        margin: 0 130px 0 10px;
    }

    #footer .footer_menu .footer_menu_item h3 {
        font-size: 17px;
        margin-bottom: 9px;
    }

    #footer .footer_menu .footer_menu_item ul li {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 6px
    }

    #contacts #map {
        height: 495px;
    }

    #contacts .feedback {
        top: 95px;
        padding: 10px 30px 20px 30px;
    }

    #contacts .details {
        top: 95px;
        padding: 20px 35px 28px 35px;
    }

    #contacts h2 {
        top: 15px;
    }

    #contacts .details h3 {
        font-size: 28px;
    }

    #contacts .feedback h3 {
        font-size: 28px;
    }

    #header .header_content {
        padding-top: 10px;
    }

    #header .header_content .logo {
        width: 180px;
        height: 45px;
    }

    #header .header_content .header_menu .header_menu__list > li {
        padding-bottom: 29px;
    }

    #header .header_content .header_menu .header_menu__list > li.drop:hover > a:after {
        bottom: -12px;
    }

    #header .header_content .header_menu .header_menu__list > li ul {
        top: 47px;
    }

    #sticky .footer_bottom {
        padding: 5px 0 8px 0;
    }

    #wrapper {
        padding: 75px 0px 50px;
    }

}

@media (max-width: 1199px) {
    .header_menu__wrapper {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: calc(100vw - 55px);
        max-width: 500px;
        padding: 10px 0;
        background-color: #222222;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        overflow: auto;
    }

    #header .header_content .header_menu .header_menu__wrapper .header_menu__list > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    #header .header_content .header_menu .header_menu__wrapper .header_menu__list > li a {
        padding: 10px 0;
    }

    .header_menu__submenu-button {
        position: relative;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .header_menu__submenu-button::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/arrow-check.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    #header .header_content .header_menu .header_menu__list > .header_menu__item--submenu-opened > .header_menu__submenu-button::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #header .header_content .header_menu .header_menu__list > .header_menu__item--submenu > ul {
        position: static;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px;
        display: none;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    #header .header_content .header_menu .header_menu__list > .header_menu__item--submenu:hover > ul {
        width: 100%;
        top: 0;
        padding: 10px;
    }

    #header .header_content .header_menu .header_menu__list > .header_menu__item--submenu > ul > li {
        display: block;
        padding: 5px;
    }

    #header .header_content .header_menu .header_menu__list > .header_menu__item--submenu > ul > li a {
        text-decoration: none;
    }

    .header_menu__toggle-button {
        width: 45px;
        height: 35px;
        position: relative;
        margin: 0;
        padding: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        background-color: transparent;
        border: 0;
    }

    .header_menu__toggle-button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .header_menu__toggle-button span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .header_menu__toggle-button span:nth-child(2) {
        top: 15px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .header_menu__toggle-button span:nth-child(3) {
        top: 31px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .body--menu-opened {
        overflow: hidden;
    }

    .body--menu-opened::before {
        content: "";
        position: absolute;

    }

    .body--menu-opened .header_menu__wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .body--menu-opened .header_menu__toggle-button span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 8px;
    }

    .body--menu-opened .header_menu__toggle-button span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .body--menu-opened .header_menu__toggle-button span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 33px;
        left: 8px;
    }

    .body--search-opened {
        overflow: hidden;
    }

    .header_content > .header_content__info {
        display: none;
    }

    .header_menu__wrapper .header_content__info {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .info-contacts__list {
        width: 100%;
        margin: 20px 0;
    }

    .info-contacts__item {
        margin-bottom: 10px;
    }

    .header_menu__wrapper .header_content__info .info-contacts__link {
        font-weight: 700;
        text-decoration: none;
    }

    .header_menu__wrapper .header_menu__mobile-top {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        padding: 0 15px 0 10px;
        margin-bottom: 30px;
    }

    .header_menu__wrapper .header_menu__mobile-top * {
        box-sizing: inherit;
    }

    #header .header_menu__wrapper .header_menu__mobile-top .logo {
        width: 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header_menu__wrapper .contacts-list {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: 50%;
        margin-left: 20px;
    }

    .header_menu__wrapper .contacts-list__item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_menu__wrapper .contacts-list__link {
        width: 30px;
        height: 30px;
    }

    .header_menu__wrapper .contacts-list__link--wa {
        position: relative;
        background-image: url("../images/icon-whatsapp-fill.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .header_menu__wrapper .contacts-list__link--wa::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 70%;
        border-radius: 50%;
        background-color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .header_menu__toggle-button {
        display: none;
    }

    .header_menu__submenu-button {
        display: none;
    }

    .header_menu__wrapper .header_content__info {
        display: none;
    }

    .header_menu__wrapper .header_menu__mobile-top {
        display: none;
    }
}

@media (max-width: 1199px) {
    #wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-height: 899px) {
    #banner .presentation {
        top: 42px;
        width: 260px;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }

    .next_block {
        width: 40px;
        height: 40px;
        background: url(../images/slider_nav2.png);
        background-position: -80px -50px;
    }

    .next_block:hover {
        background-position: -80px 0;
    }

    .next_block:active {
        background-position: -80px -100px;
    }

    #banner .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 37px;
        margin-top: -20px;
        background: url(../images/slider_nav2.png);
    }

    #banner .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0px;
        background-position: 0 -50px;
    }

    #banner .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0px;
        background-position: -40px -50px;
    }

    #banner .bx-wrapper .bx-controls-direction a.bx-next:hover {
        background-position: -40px 0;
    }

    #banner .bx-wrapper .bx-controls-direction a.bx-prev:active {
        background-position: 0 -100px;
    }

    #banner .bx-wrapper .bx-controls-direction a.bx-next:active {
        background-position: -40px -100px;
    }

    #banner .slide_text {
        padding-right: 30px
    }

    #banner .slide_text span {
        padding: 0 26px;
        font-size: 38px;
        line-height: 40px;
    }

    #banner .slide_text .big {
        line-height: 60px;
        font-size: 62px;
    }

    #banner .slide_text .first_row {
        padding-top: 5px;
    }

    #banner .slide_text .last_row {
        padding-bottom: 15px;
    }

    #equipment h2 {
        font-size: 44px;
        margin-bottom: 20px;
    }

    #contacts h2 {
        font-size: 44px;
    }

    #equipment {
        padding: 20px 0 26px 0;
    }

    #equipment .next_block {
        margin: 31px auto 0 auto;
    }

    #contacts .feedback {
        top: 75px;
        padding: 10px 30px 20px 30px;
    }

    #contacts .details {
        top: 75px;
        padding: 20px 35px 28px 35px;
    }

    #contacts h2 {
        top: 15px;
    }

    #contacts .details h3 {
        font-size: 28px;
    }

    #contacts .feedback h3 {
        font-size: 28px;
    }

    #map {
        height: 450px;
    }
}

@media only screen and (max-height: 799px) {
    #banner .slide_text span {
        padding: 0 26px;
        font-size: 34px;
        line-height: 38px;
    }

    #banner .slide_text .big {
        line-height: 50px;
        font-size: 52px;
    }

    #banner .slide_text .first_row {
        padding-top: 5px;
    }

    #banner .slide_text .last_row {
        padding-bottom: 15px;
    }

    #equipment h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    #contacts h2 {
        font-size: 40px;
    }

    #equipment {
        padding: 15px 0 21px 0;
    }

    #equipment .next_block {
        margin: 21px auto 0 auto;
    }

    #contacts .feedback {
        top: 25px;
        padding: 10px 30px 10px 30px;
    }

    #contacts .details {
        top: 25px;
        padding: 20px 35px 18px 35px;
    }

    #contacts h2 {
        top: 15px;
    }

    #contacts .details h3 {
        font-size: 23px;
    }

    #contacts .feedback h3 {
        font-size: 23px;
    }


    .equipment_list {
        max-width: 800px;
    }

    .equipment_list li {
        width: 160px;
        height: 160px;
    }

    .equipment_list li .item_text .item_name {
        font-size: 12px;
        line-height: 14px;
    }

    .equipment_list li:hover .item_wrapper {
        width: 180px;
        height: 180px;
    }

    .equipment_list li:hover .item_name {
        padding: 15px 0 6px 0;
    }

    .equipment_list li:hover .hidden_text {
        font-size: 10px;
        line-height: 14px;
    }

    .equipment_list li:hover .readmore {
        width: 74px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        padding-left: 10px;
        right: 20px;
        bottom: 20px;
    }

    .equipment_list li:hover .readmore:before {
        width: 11px;
        right: 6px;
        height: 10px;
        margin-top: -5px;
    }

    #contacts .details {
        line-height: 18px;
        font-size: 13px;
    }

    #contacts .details .row {
        margin-bottom: 5px;
    }

    #contacts .feedback .red_button {
        height: 40px;
        line-height: 40px;
    }

    #contacts .feedback input[type="text"] {
        height: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    #contacts .feedback textarea {
        margin-bottom: 15px;
        height: 60px;
    }
}

@media only screen and (max-height: 700px) {
    .next_block {
        display: none !important;
    }

    #map {
        height: 400 !important;
    }
}

#content {
    max-width: 1200px;
    margin: 0px auto 50px auto;
    background: transparent;
    padding: 10px 0 20px 0;
}

#content h1 {
    font-size: 42px;
    margin-bottom: 24px;
}

#content ul, #content ol {
    margin: 10px 0 10px 20px;
}

#content ul {
    list-style: disc outside;
}

#content ol {
    list-style: decimal outside;
}

#map-proezd {
    display: block;
    max-width: 800px;
    height: 600px;
    position: absolute;
    top: -10000px;
}

#map-proezd .inner {
    max-width: 800px;
    height: 600px;
}

#map-proezd.active {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/grey50.png);
    z-index: 10000;
}

#map-proezd.active .inner {
    position: fixed;
    top: 50%;
    margin-top: -330px;
    left: 50%;
    margin-left: -400px;
}

#map-proezd .inner .bx-google-map {
    max-width: 800px;
    width: 100% !important;
}

@media (max-width: 1199px) {
    .content-columns {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.content-columns:after {
    display: block;
    clear: both;
    content: '';
}

.content-columns .left {
    position: fixed;
    top: 86px;
    max-width: 250px;
}

@media (max-width: 1199px) {
    .content-columns .left {
        position: static !important;
        float: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .content-columns .left .product-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.content-columns .right {
    float: right;
    width: 880px;
    padding: 20px;
    background: #fff;
    min-height: 833px;
}

@media (max-width: 1199px) {
    .content-columns .right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        min-height: 0;
    }
}

#content .right h1, #content .right h2, #content .right .h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #333333;
    font-size: 40px;
    margin: 0 0 15px 0;
}

#content .right h2, #content .right .h2 {
    margin-top: 35px;
}

@media (max-width: 1199px) {
    #content .right h1,
    #content .right h1 b {
        font-size: 32px;
        line-height: 1.2;
    }

    #content .right h2,
    #content .right h2 b {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 26px;
        line-height: 1.2;
        text-align: initial;
    }
}

#content .left .red_button {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    #content .left .red_button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 250px;
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    #content .left .red_button:nth-child(2n) {
        margin-right: 0;
    }

    #content .left .red_button:only-of-type {
        margin-right: 0;
    }
}

.blocks-pager {
    position: fixed;
    right: 10px;
    top: 95px;
    z-index: 100;
    width: 22px;
    padding: 10px 5px;
    background: url(/images/grey50.png);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

@media (max-width: 1023px) {
    .blocks-pager {
        display: none;
    }
}

@media (max-width: 1199px) {
    .menu_filter_wrapper {
        width: 100%;
    }

    .menu_filter_list {
        max-height: 0;
        max-width: 400px;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease;
        -o-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
    }

    .menu_filter_button {
        width: 45px;
        height: 35px;
        padding: 0;
        margin: 0;
        border: none;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        background-color: transparent;
        background-image: url("../images/icon-filter.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .menu_filter_button {
        display: none;
    }
}

#content .menu_filter a {
    text-decoration: none;
}

.detail_picture {
    max-width: 782px;
}

.images-block img {
    box-shadow: 0px;
}

.images-block {
    width: 880px;
    box-shadow: 0px;
    margin: 0 0 5px 50px;
}

@media (max-width: 1199px) {
    .product-detail .images-block {
        width: 100%;
        margin-left: 0;
    }

    .product-detail .images-block .detail_picture {
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    .product-detail .images-block .more-photo {
        margin: 10px 0 0;
    }

    .product-detail .more-photo {
        margin: 10px 0 0;
    }

    .product-detail a[href$=".pdf"] {
        margin: 0 5px 5px 0;
    }

    .product-detail div,
    .product-detail p {
        margin-bottom: 10px;
    }
}

.more-photo {
    margin-left: -23px;
}

.blocks-pager a {
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    margin: 0 auto 5px auto;
    text-indent: -999px;
    overflow: hidden;
    background: url(/images/dot-pager.png) no-repeat center center;
}

.blocks-pager a.active {
    background: url(/images/dot-active.png) no-repeat center center;
}

@media (max-width: 1199px) {
    .products-list.catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .products-list.catalog * {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
}

.products-list.catalog .item {
    display: block;
    float: left;
    width: 220px;
    height: 125px;
    margin: 0;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .products-list.catalog .item {
        width: calc(100% / 3 - 20px / 3);
        max-width: 250px;
        height: auto;
        margin-right: 10px;
        margin-top: 10px;
    }

    .products-list.catalog .item:nth-child(1) {
        margin-top: 0;
    }

    .products-list.catalog .item:nth-child(2) {
        margin-top: 0;
    }

    .products-list.catalog .item:nth-child(3) {
        margin-top: 0;
    }

    .products-list.catalog .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .products-list.catalog .item {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 10px;
    }

    .products-list.catalog .item:nth-child(3) {
        margin-top: 10px;
    }

    .products-list.catalog .item:nth-child(3n) {
        margin-right: 10px;
    }

    .products-list.catalog .item:nth-child(2n) {
        margin-right: 0;
    }
}

.products-list.catalog .item .inner {
    position: relative;
    display: block;
    width: 220px;
    height: 125px;
}

@media (max-width: 1199px) {
    .products-list.catalog .item .inner {
        width: 100%;
    }
}

.products-list.catalog .item .preview {
    display: block;
    width: 220px;
    height: 125px;
    background: #fff url(/images/equipment/e10.png) no-repeat center center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .products-list.catalog .item .preview {
        width: 100%;
    }
}

.products-list.catalog .item .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    z-index: 10;
}

@media (max-width: 1199px) {
    .products-list.catalog .item .title {
        width: 100%;
    }
}

.products-list.catalog .item .hidden-text {
    display: none;
    position: absolute;
    top: 30px;
    width: 230px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 1199px) {
    .products-list.catalog .item .hidden-text {
        width: 100%;
    }
}



.products-list.catalog .item:hover .hidden-text {
    display: block;
    z-index: 12;
}



@media (max-width: 1199px) {
    .products-list.catalog .item:hover .preview {
        left: 0;
        width: 100%;
    }
}



.products-list.catalog .item .preview:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}

.products-list.catalog .item .readmore {
    display: none;
}

@media (max-width: 1199px) {
    .products-list.catalog .item .readmore {
        margin-right: 10px;
    }
}

.products-list.catalog .item:hover .readmore {
    position: absolute;
    display: block;
    width: 74px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding-right: 18px;
    right: 0px;
    bottom: 8px;
    z-index: 12;
}

.products-list.catalog .item .readmore:before {
    width: 13px;
    right: 6px;
    height: 11px;
    margin-top: -6px;
    z-index: 12;
}

.products-list.catalog .item:hover .readmore:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 15px;
    right: 6px;
    top: 50%;
    margin-top: -8px;
    left: auto;
    background: url(/images/readmore.png);
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media (max-width: 1199px) {
    body .products-list.objects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body .products-list.objects .item {
        width: calc(100% / 3 - 40px / 3);
        margin: 20px 20px 0 0;
    }

    body .products-list.objects .item:nth-child(3n) {
        margin-right: 0;
    }

    body .products-list.objects .item:nth-child(1) {
        margin-top: 0;
    }

    body .products-list.objects .item:nth-child(2) {
        margin-top: 0;
    }

    body .products-list.objects .item:nth-child(3) {
        margin-top: 0;
    }

    body .products-list.objects .item .inner {
        width: 100%;
    }

    body .products-list.objects .item .preview {
        width: 100%;
    }

    body .products-list.objects .item .title {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    body .products-list.objects .item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    body .products-list.objects .item:nth-child(3) {
        margin-top: 20px;
    }

    body .products-list.objects .item:nth-child(3n) {
        margin-right: 20px;
    }

    body .products-list.objects .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    body .products-list.objects .item {
        width: 100%;
        margin-right: 0;
    }

    body .products-list.objects .item:nth-child(2) {
        margin-top: 20px;
    }

    body .products-list.objects .item:nth-child(3n) {
        margin-right: 0;
    }
}

#banner li.with-overlay .slide_data:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/dot1.png) repeat;
    z-index: 10;
    opacity: 0.5;
    content: '';
}

.overlay {
    content: "";
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(64, 77, 85, 0.7);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.body--menu-opened .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}



@media (max-width: 1199px) {
    .page-search {
        margin-left: auto;
        margin-right: 20px;
    }

    .page-search--opened .page-search__wrapper {
        visibility: visible;
        opacity: 1;
    }

    .page-search__wrapper {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        padding: 50px 30px;
        background-color: #222222;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .page-search__open-search-button {
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        background-image: url("../images/icon-magnifier.svg");
        background-position: center;
        background-size: auto 30px;
        background-repeat: no-repeat;
    }

    .page-search__field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-search__input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
        height: 42px;
        padding: 0 22px;
        margin: 0;
        border: 1px solid #ffffff;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-right-color: #6b6b6b;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: #222222;
        background-color: #ffffff;
    }

    .page-search__submit-button {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 1px solid #ffffff;
        border-left: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        background-color: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 52px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        background-image: url("../images/icon-magnifier.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 25px;
        cursor: pointer;
    }

    .page-search__close-search-button {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        border: none;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        background-color: transparent;
        text-align: left;
    }

    .page-search__close-search-button::before,
    .page-search__close-search-button::after {
        content: "";
        position: absolute;
        left: 5px;
        width: 70%;
        height: 1px;
        border-radius: 9px;
        background-color: #ffffff;
    }

    .page-search__close-search-button::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .page-search__close-search-button::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media (min-width: 1200px) {
    .page-search {
        display: none;
    }
}

@media (max-width: 1200px) {
    .partners-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .partners-list .partners-item {
        width: calc(100% / 3 - 40px / 3);
        margin-right: 20px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .partners-list .partners-item:nth-child(1) {
        margin-top: 0;
    }

    .partners-list .partners-item:nth-child(2) {
        margin-top: 0;
    }

    .partners-list .partners-item:nth-child(3) {
        margin-top: 0;
    }

    .partners-list .partners-item:nth-child(2n) {
        margin-right: 20px;
    }

    .partners-list .partners-item:nth-child(3n) {
        margin-right: 0;
    }

    .partners-list .partners-item .inner {
        width: 100%;
    }

    .partners-list .partners-item .inner .preview {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .partners-list .partners-item {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .partners-list .partners-item:nth-child(3) {
        margin-top: 20px;
    }

    .partners-list .partners-item:nth-child(3n) {
        margin-right: 20px;
    }

    .partners-list .partners-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    body .product-photo {
        width: 100%;
        margin: 0;
    }

    body .product-photo .detail_picture {
        max-width: 100%;
    }
}

.contacts-section {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
}

@media (min-width: 1200px) {
    .contacts-section {
        display: none;
    }
}

.contacts-section--active .contacts-section__item:first-child,
.contacts-section--active .contacts-section__item:nth-child(2) {
    transform: translateY(0);
}

.contacts-section__toggle {
    z-index: 10;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: #ba3335;
    text-align: left;
    box-shadow: 0 15px 30px -2px rgba(0, 0, 0, 0.1);
    background-image: url("../images/icon-chat.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 35px;
}

.contacts-section__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-section__item {
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.contacts-section__item:first-child {
    transform: translateY(260%);
}

.contacts-section__item:nth-child(2) {
    transform: translateY(140%);
}

.contacts-section__link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px auto;
}

.contacts-section__link--phone {
    background-color: #ba3335;
    background-image: url("../images/icon-phone.svg");
}

.contacts-section__link--wa {
    background-color: #25d366;
    background-image: url("../images/icon-whatsapp.svg");
}
