@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');

* {
    transition: all 0.3s;
}

  p,
body,
html,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3
{
    font-family: 'Merriweather', serif;
}

h1
{
    font-size:  44px;
}

h2
{
    font-size:  40px;
    margin: 0;
}

h3
{
    font-size:  30px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.download_wrapper {
    img {
        border-radius: 50px;
        width: auto;
        height: 100px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    h1 {
        margin: 5px;
        font-size: 30px;
    }
}

.page-footer__logo-img {
    flex-shrink: 0;
    img {
        border-radius: 50px;
        width: auto;
        height: 50px;
        object-fit: contain;
        display: inline-block;
        margin: 0 auto;
    }
}

.page-footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.header-nav-wrapper {
    background: url(../images/banner1.jpg) no-repeat;
    /* background-size: contain; */
    background-size: cover;
}

.header-nav-wrapper .page-header {
    background: transparent;
}

.page-header {
    height: 60px;
    color: white;
    font-size: 194%;
}

.page-header__logo {
    float: left;
    width: 201px;

    img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}

.page-header__logo--close {
    display: none;
}

.page-header__logo p {
    padding: 6px 0 10px 20px;
}

.page-header__logo a {
    color: #102b4f;
    text-decoration: none;
    font-family: 'Merriweather', serif;
    /* display: block; */
    /* height: 90px; */
    font-size:  26px;
    font-weight: bold;

    display: flex;
    align-items: center;
    gap: 10px;
}

.main-navigation {
    float: right;
    width: calc(100% - 1060px);
    background: url(../img/main_navigation_bg_active.png) 90% 15px no-repeat;
    /*margin-right: 3.5%;*/
}

.main-navigation-de
{
    width: calc(100% - 1000px);
}

.main-navigation:hover {
    background: url(../img/main_navigation_bg_hover.png) 90% 15px no-repeat;
}

.main-navigation:active {
    background: url(../img/main_navigation_bg_active.png) 90% 15px no-repeat;
}

.main-navigation a:hover {
    text-decoration: none;
    color: #102b4f;
}

.main-navigation a:active {
    text-decoration: none;
    color: #5f3750;
}

.main-navigation__list {
    float: left;
    height: 60px;
}

.main-navigation__lang
{
    float: left;
}

.main-navigation__item {
    display: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0053a1;
    background-color: #ffffff;
    font-size: 22px;
}



.main-navigation__item a {
    font-size: 85%;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
    background-color: #ffffff;
    display: block;
    border: none;
    z-index: 1000;
    padding: 10px 0;
    box-sizing: border-box;
}

.main-navigation__item:nth-child(1) {
    height: 59px;
    border-top: 1px solid #485461;
    box-shadow: 1px 1px 1px black inset;
    padding: 0;

}

.main-navigation__item:nth-child(1) a {
    background: url(../img/menu-cross_active.svg) 92.2% 14px no-repeat;
    width: 100%;
    height: 59px;
    display: block;
}

.main-navigation__item:nth-child(1) a:hover {
    background: url(../img/menu-cross_active.svg) 92.2% 14px no-repeat;
}

.main-navigation__item:nth-child(1) a:active {
    background: url(../img/menu-cross_active.svg) 92.2% 14px no-repeat;
}

.main-navigation--open {
    width: 100%;
    margin: 0;
}

.main-navigation--open .main-navigation__item {
    display: block;
    width: 100%;
    z-index: 1000;
}

.main-navigation--open .main-navigation__item .main-navigation__item li {
    width: 100%;
}

/*.download {*/
/*    text-align: center;*/
/*}*/

.download-contacts .download-contacts__text {
    padding: 10px 0;
}

.download {
    /*background: url(../img/mobile_in_hand_shvp.png) no-repeat 0 100%;*/
    width: 500px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
}

#result_form {
    display: block;
}

#result_form p {
    text-align: left;
    padding:  20px;
}
.download__title span {
    font-size: 40px;
}

.download__title--invisible {
    display: none;
    margin: 0;
}

/*.download p {*/
/*    padding: 0px 10px 0px 10px;*/
/*    display: block;*/
/*    font-size: 85%;*/
/*    color: #000000;*/
/*    font-weight: bold;*/
/*    font-family: OpenSans, Helvetica, Arial, sans-serif;*/
/*    text-align: center;*/
/*}*/


.download__button {
    padding-top: 20px;
    background-color: #babec0;
}

.download__button a {
    padding-top: 13px;
    font-size: 130%;
    text-decoration: none;
    color: #ffffff;
    background: url(../img/download_button.png) no-repeat 50% 0;
    display: block;
    width: 100%;
    height: 65px;
    font-family: 'Source Sans Pro', sans-serif;
}

.download__button a:hover {
    background: url(../img/download_button_hover.png) no-repeat 50% 0;
    color: #de6183;
}

.download__button a:active {
    background: url(../img/download_button_hover.png) no-repeat 50% 0;
    color: #f4cbd6;
}

.download__phone-in-hand {
    margin: 0;
    width: 256px;
    height: 285px;
}

.download-devices {
    background: url(../img/logo_devices.png) 50% 0 no-repeat;
    background-color: #babec0;
    display: block;
    width: 100%;
}

.main-pros {
    background-color: #deecf6;
    height: 100%;
    text-align: center;
}

.main-pros__list {
    padding-top: 10px;
    padding-bottom: 20px;
}

.main-pros__title {
    padding: 30px 18%;
    color: #283645;
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 146%;
    font-weight: normal;
}

.main-pros__title--wide {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.main-pros_text {
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-pros__title--narrow {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.main-pros-item img {
    width: 72%;
    max-width: 330px;
    padding: 10px 13%;
}

.main-pros-item__title {
    padding: 15px 0 5px 15px;
    text-align: left;
    color: #505C68;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.main-pros-item__spisok {
    text-align: left;
    margin-left: 25px;
    font-size: 14px;
    color: #505c68;
    background-color: #f2f2f2;
}

.main-pros-item__text {
    padding: 0 12% 10px 12%;
    font-size: 85%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #505c68;
    line-height: 1.5;
    width: 230px;
    margin: 0 auto;
}

.phone-smile {
    height: 280px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 30px;
}

.slider-comment {
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
}

.slider-comment__about {
    display: none;
}

.slider-comment__title {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 109%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-comment__text {
    font-size: 85%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #505c68;
    padding: 0 6% 0 6%;
    line-height: 2;
    width: 260px;
    margin: 0 auto;
}

.octicon-chevron-left,
.mega-octicons,
.octicon-chevron-right,
.octicon-quote,
.octicon,
.mega-octicon {
    visibility: hidden;
    display: none !important;
    height: 0;
}

.slider-comment-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 20px;
    text-align: center;
}

.slider-comment-pagination__item {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/slider_not_chosen.jpg) no-repeat 50% 50%;
}

.slider-comment-pagination__item:hover {
    background: url(../img/slider_not_chosen_hover.png) no-repeat 50% 50%;
}

.slider-comment-pagination__item--active,
.slider-comment-pagination__item--active:hover {
    background: url(../img/slider_chosen.png) no-repeat 50% 50%;
}

.main-options {
    padding-top: 60px;
    padding-bottom: 10px;
    background: url(../img/table_background_main_options-3.jpg) no-repeat 0 60px;
    background-width: 100%;
    text-align: left;
    background-color: #f2f2f2;
    display: table;
    width: 320px;
    margin: 0 auto;
    border-collapse: collapse;
}

.main-options__thead {
    display: table-header-group;
    height: 91px;
}

.main-options__thead li {
    display: table-cell;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.main-options__thead li .main-options-price {
    display: block;
    font-weight: normal;
    font-size: 24px;
    padding-top: 5px;
}

.main-options__thead--hit {
    font-size: 14px;
    display: block;
    width: 120px;
    height: 23px;
    padding-top: 7px;
    background: #d22856;
    -webkit-transform: rotate(-50deg) translate(25px, -62px);
    -ms-transform: rotate(-50deg) translate(25px, -62px);
    transform: rotate(-50deg) translate(25px, -62px);
}

.main-options__thead li:nth-child(2),
.main-options__thead li:nth-child(3),
.main-options__thead li:nth-child(4) {
    display: none;
}

.main-options__thead--standard1 {
    background-color: #283645;
    height: 45px;
    padding-top: 25px !important;
}

.main-options__thead--base {
    background-color: #283645;
    background-size: cover;
    height: 79px;
}

.main-options__thead--standard {
    background-color: #283645;
    background-size: cover;
    height: 79px;
}

.main-options__thead--unlim {
    background-color: #283645;
    background-size: cover;
    height: 79px;
}

.main-options__list {
    padding-top: 100px;
    display: table-row;
}

.main-options__item {
    padding: 15px 12%;
    display: block;
    text-transform: uppercase;
    color: #283645;
    background: url(../img/table_no_main_options.jpg) no-repeat 85% 50%;
    background-color: white;
    border-bottom: 2px solid #e5e5e5;
    font-size: 85%;
    font-family: 'Source Sans Pro', sans-serif;
    display: table-cell;
}

.main-options__item:nth-child(2),
.main-options__item:nth-child(3),
.main-options__item:nth-child(4) {
    display: none;
}

.main-options__item--chosen {
    background: url(../img/table_yes_main_options.jpg) no-repeat 85% 50%;
    background-color: white;
}

.main-options-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 20px;
    text-align: center;
}

.main-options-pagination__item {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/slider_not_chosen.jpg) no-repeat 50% 50%;
}

.main-options-pagination__item:hover {
    background: url(../img/slider_not_chosen_hover.png) no-repeat 50% 50%;
}

.main-options-pagination__item--active,
.main-options-pagination__item--active:hover {
    background: url(../img/slider_chosen.png) no-repeat 50% 50%;
}


.hours-item {
    margin-top: 0px;
    padding-bottom: 0;
}

.hours-item img {
    width: 72%;
    max-width: 330px;
    padding: 10px 13%;
}

.hours-item__title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 20px;
    color: #505C68;

}

.hours-item__text {
    text-align: left;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #505c68;
    padding: 15px 0 5px 15px;
    margin-left: 20px;
    display: block;
    width:  70%;
}

.hours-item__text2 {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #505c68;
    display: block;
    width: 95%;
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left;
}

.hours-item__spisok {
    color: #505c68;
    text-align: left;
    padding: 5px 6% 10px 35px;
    font-size: 14px;
}

.hours-item__text a {
    display: block;
    margin-top: 20px;
    color: #d22856;
}

table {
    border-collapse:  collapse;
    margin-left: 20px;
}

table td
{
    border:  1px solid black;
    padding: 10px;
}
table tbody td
{
    text-align:  right;
}
table tbody td:first-child
{
    text-align:  left;
    font-weight:  bold;
}
table thead
{
    background: #f7f1f1;
    text-align: center;
}

.contacts {
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
}

.contacts a {
    color: #000000;
    text-decoration: none;
}

.contacts a:hover {
    text-decoration: underline;
    color: #283645;
}

.contacts a:active {
    text-decoration: none;
    color: #b2b2b2;
}

.contacts__title {
    padding: 30px 8% 20px 8%;
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 146%;
    font-weight: normal;
    /*width: 260px;*/
    margin: 0 auto;
}

.contacts-item {
    display: block;
    width: 310px;
    margin: 0 auto;
}

.contacts-item__weekend {
    color: #505c68;
}

.contacts-item__title {
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 109%;
    padding-top: 20px;
}

.contacts-item__text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 146%;
    padding: 0 6% 0 6%;
    font-weight: normal;
}

.form_offer {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #505C68;
    background: #ffffff;
    margin-top: 40px;
}

.form_offer-header {
    display: block;
    padding: 10px;
    background: #505C68;
    color: #ffffff;
    font-size: 20px;
}

.form_offer-label {
    display: inline-block;
    width: 40%;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

.form_offer-text {
    margin: 10px 0;
    height: 35px;
    background: #f2f2f2;
}

.form_offer-text_comment {
    background: #f2f2f2;
}

.button_send {
    background-color: #505C68;
    color: #ffffff;
    padding: 10px 30px;
    margin: 10px;
    font-size: 14px;
}

#form_offer-text_comment {
    width: 50%;
}

.page-footer {
    padding: 20px 40px;
    /* padding-top: 15px;
    padding-left: 0px; */
    background-size: cover;
    /* height: 150px; */
    font-size: 14px;
}

.page-footer-information {
    display: none;
}

.page-footer__logo {
    /* float: left; */
    /* width: 210px; */
    /* padding-top: 10px; */
    /* padding-left: 40px; */
}

.page-footer__logo a {
    color: black;
    text-decoration: none;
    font-family: 'Merriweather', serif;
    font-size: 150%;
}

.page-footer-social {
    /* width: 250px; */
    /* padding: 10px 0 0 20px; */
}

.page-footer-social li, .page-footer-production li {
    padding-bottom: 3px;
}

.page-footer-social ul, .page-footer-production ul {
    list-style-type: none;
}

.page-footer-social__item {
    display: inline-block;
    padding: 5px;
    border: 2px solid #f2f2f2;
    border-radius: 30px;
}

.page-footer-social__item:hover {
    border: 2px solid black;
}

.page-footer-social__item:active {
    border: 2px solid #f2f2f2;
}

.page-footer-social__item a img {
    padding: 8px;
    height: 15px;
    width: 15px;
    display: block;
}

.page-footer-social__item a img:active {
    opacity: 0.5;
}

.page-footer-production {
    padding: 10px 0 0 20px;
    width: 290px;
}

.page-footer-production a, .page-footer-social a {
    color: #505C68;
}


.page-footer-production__item {
    display: inline-block;
    height: 100%;
}

.page-footer-statistics {
    float: right;
    width: 35px;
    text-align: right;
    margin: 2.6%;
}

.page-footer-production__item:nth-child(1) {
    background: url(../img/glukhanko.svg) no-repeat 100% 80%;
}

.page-footer-production__item:nth-child(1):hover {
    background: url(../img/glukhanko-hover.svg) no-repeat 100% 80%;
}

.page-footer-production__item:nth-child(1):active {
    background: url(../img/glukhanko-active.svg) no-repeat 100% 80%;
}

.page-footer-production__item:nth-child(2) {
    background: url(../img/htmlacademy.svg) no-repeat 100% 90%;
}

.page-footer-production__item:nth-child(2):hover {
    background: url(../img/htmlacademy-hover.svg) no-repeat 100% 90%;
}

.page-footer-production__item:nth-child(2):active {
    background: url(../img/htmlacademy-active.svg) no-repeat 100% 90%;
}

.page-footer-production__item a {
    display: block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 40px;
    padding-bottom: 10px;
    text-decoration: none;
    color: black;
}

.map {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #999;
}
.products_wrapper .chosen_item
{
    background: #f2a516;
    color: #ffffff;
}

@media (min-width: 480px) and (max-width: 1200px) {

    .page-header {
        height: 170px;
    }


    .page-header__logo p {
        padding-bottom: 10px;
    }

    .page-header__logo a {
        /* display: block; */
        width: 310px;
        /* height: 45px; */
        /* font-size:  40px; */
        /* padding-top:  8px; */
    }


    .main-navigation {
        background: url(../img/main_navigation_bg_active.png) 90% 10px no-repeat;
        width: 40px;
        float: left;
    }

    .main-navigation:hover {
        background: url(../img/main_navigation_bg_hover.png) 90% 10px no-repeat;
    }

    .main-navigation:active {
        background: url(../img/main_navigation_bg_active.png) 90% 10px no-repeat;
    }

    .main-navigation__item {
        display: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #0053a1;
        padding: 10px 20px;
        background-color: #ffffff;
        font-size: 22px;
        box-sizing: border-box;
    }

    .products_detailed-text-header {
        padding-left:  15px;
        color: #0053a1;
        font-size: 20px;
        margin-top:  20px;
    }
    .detailed-text-caption_wrapper
    {
        width:  70%;
    }
    .service .products_wrapper {
        float: none;
        width: 80%;
        display: flex;
        flex-direction: column;
        padding: 40px;
        box-sizing: border-box;
        margin: 0px auto 60px auto;
        color: #ffffff;
        border: 1px solid #f2d43d;
        border-radius: 40px;
    }

    .service .pros_wrapper .fa {
        width: 50px;
        height: 40px;
        padding-top: 10px;
        background: #f2d43d;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: 2em;
    }
    .products_wrapper img {
        max-width: 80%;
        display: block;
    }

    .all_products_wrapper .products_wrapper:nth-child(1) {
        order: 2;
    }

    .all_products_wrapper .products_wrapper:nth-child(2) {
        order: 5;
    }
    #linears--text {
        order: 3;
        width:  100%;
    }
    #ballscrews--text {
        order: 5;
        width:  100%;
    }

    .all_products_wrapper .products_wrapper:nth-child(3) {
        order: 6;
    }

    .all_products_wrapper .products_wrapper:nth-child(4) {
        order: 7;
    }

    .all_products_wrapper .products_wrapper:nth-child(5) {
        order: 8;
    }
    .all_products_wrapper .products_wrapper:nth-child(6) {
        order: 9;
    }

    #actuators--text {
        order: 8;
        width:  100%;
    }
    #bearings--text {
        order: 9;
        width:  100%;
    }

    #linemodules {
        order: 10;
    }

    #robot {
        order: 11;
    }

    #linemodules--text {
        order: 10;
        width:  100%;
    }

    #robots--text {
        order: 13;
        width:  100%;
    }

    #privod {
        order: 14;
    }

    #systems
    {
        order:  8;
    }

    #dvigatel {
        order: 15;
    }

    #privod--text {
        order: 14;
        width:  100%;
    }

    #dvigatel--text {
        order: 17;
        width:  100%;
    }


    .main-navigation__item:nth-child(1) {
        height: 50px;
        padding: 0;
        border-top: 1px solid #102b4f;
        box-shadow: 1px 1px 1px #102b4f inset;
        background: #102b4f;
    }

    .main-navigation__item:nth-child(1) a {
        width: 100%;
        height: 89px;
    }


    .wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .download {
        /*background: url(../img/mobile_in_hand2_shvp.png) no-repeat 100% 100%;*/
        background-size: 80%;
        width: 100%;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .download__title {
        width: 50%;
        font-size: 28px;
        padding: 10px 20px 40px 20px;
        margin: 0;
        text-align: center;
        display: block;
        background: none;
        box-sizing: border-box;

    }

    .fa {
        color: #ffffff;
    }

    .pros_wrapper .fa {
        width: 80px;
        height: 57px;
        padding-top: 23px;
        background: #f2d43d;
        border-radius: 50px;
        font-size: 2em;
    }

    .pros_wrapper p {
        height: 70px;
        padding-top: 100px;
        margin-top: -72px;

    }

    .download p {
        text-align: center;
        width: 155px;
        float: right;
    }

    .download__button {
        background-color: transparent;
        background-size: 50%;
        width: 54%;
        margin: 0 1%;
        float: left;
        z-index: 990;
    }

    .download-devices {
        background-color: transparent;
        width: 100%;
        max-width: 58%;
        padding: 40px 0 30px 0;
        background: url(../img/logo_devices.png) 50% 20% no-repeat;
    }

    .main-pros, .main-pros-item {
        background-color: #f2f2f2;
    }

    .main-pros__list {
        margin: 0 auto;
        background-color: #F2F2F2;;
    }

    .main-pros__title {
        font-size: 40px;
        padding: 30px 0;
    }

    .main-pros__title--wide {
        margin-bottom: 0;
        display: block;
    }

    .main-pros__title--narrow {
        width: 100%;
        max-width: 550px;
    }

    .main-pros-item {
        margin-top: 10px;
        padding-bottom: 0;
        padding-right: 2.5%;
        padding-left: 2.5%;
        width: 44%;
        float: left;

    }

    .main-pros-item:nth-child(1), .main-pros-item:nth-child(2) {
        height: 430px;
    }

    .main-pros-item:nth-child(3), .main-pros-item:nth-child(4) {
        height: 420px;
    }

    .main-pros-item:nth-child(5), .main-pros-item:nth-child(6) {
        height: 330px;
    }


    .main-pros-item__title {
        font-size: 18px;
        text-align: left;
        padding-top: 0;
        margin: 0 auto;
    }

    .main-pros-item__text {
        font-size: 14px;
        text-align: left;
        margin: 0 auto;
    }

    .slider-comment__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .slider-comment__about {
        display: inline;
        font-size: 85%;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
    }

    .slider-comment__title {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .slider-comment__text {
        font-size: 18px;
        margin: 0 auto;
        padding: 0;
        padding-top: 60px;
        width: 95%;
        max-width: 700px;
    }

    .hours {
        display: block;
    }
    .no-otstup
    {
        margin-top: -100px;
    }
    .form_offer {
        width: 70%;
    }

    .contacts {
        padding: 60px 0px 10px 0px;
        background: url("../images/main-services-bg.jpg") no-repeat 50% 0 rgba(255, 255, 255, 0.7);
        background-size: cover;
    }

    .contacts-item {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        margin: 20px auto;
        width: 450px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 40px;
        border: 1px solid #f2a516;
    }

    .contacts-item ul {
        font-size: 146%;
        text-align: left;
        padding: 20px 0 0 90px;
    }

    .contacts-item__title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 146%;
        color: #283645;
    }

    .service-item__title {
        color: #ffffff;
        background: #102b4f;
        font-size: 32px;
        text-align: center;
        padding: 20px;
    }

    .map {
        width: 100%;
        height: 377px;
        margin: 0 auto;
        background: #999;
    }

    .footer-phone a, .footer-mail a {
        color: #102b4f;
        font-weight: bold;
        font-size: 28px;
    }

    .hidden {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 500px) {
    .download-contacts {
        float: right;
        width: 150px;
        padding-right: 13%;

    }

    .download-contacts__text {
        font-size: 12px !important;
    }


}


@media (min-width: 501px) and (max-width: 520px) {
    .download-contacts {
        float: right;
        width: 155px;
        padding-right: 14%;
    }

    .download-contacts__text {
        font-size: 14px !important;
    }
}


@media (min-width: 521px) and (max-width: 560px) {
    .download-contacts {
        float: right;
        width: 155px;
        padding-right: 15%;
    }

    .download-contacts__text {
        font-size: 14px !important;
    }
}

@media (min-width: 561px) and (max-width: 659px) {
    .download-contacts {
        float: right;
        width: 155px;
        padding-right: 16%;
    }

    .download-contacts__text {
        font-size: 15px !important;
    }
}

@media (min-width: 660px) and (max-width: 700px) {
    .download-contacts {
        float: right;
        width: 155px;
        padding-right: 18%;
    }

    .download-contacts__text {
        font-size: 16px !important;
    }
}

@media (min-width: 701px) and (max-width: 1200px) {
    .download-contacts {
        float: right;
        width: 185px;
        padding-right: 113px;
    }

    .download-contacts__text-tel {
        padding-left: 5px;
    }

    .download-contacts__text {
        font-size: 20px !important;
        width: 185px !important;;
    }
    .service .products_wrapper {
        flex-direction: row;
    }
}

@media (min-width: 481px) and (max-width: 1200px) {
    .main-pros_text {
        font-size: 22px;
        text-align: left;
        padding: 5px 15px;
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
        max-width: 700px;
        box-sizing: border-box;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-text--one-column h3
    {
        padding-top:  45px;
    }
    h1
    {
        font-size: 40px;
    }
    .main-text--one-column p {
        margin-top: 50px;
    }

    .d1 {

        background: #f2d43d;
        color: white;
        margin: -50px auto;
        padding: 15px;
        border-radius: 50%;

    }

    .main-options {
        background-color: #f2f2f2;
        padding-top: 60px;
        padding-bottom: 10px;
        width: 100%;
    }

    .main-options__thead li {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        border-right: 2px solid #e5e5e5;
        overflow: hidden;
    }

    .main-options__thead li .main-options-price {
        display: block;
        font-weight: normal;
        font-size: 18px;
        padding-top: 5px;
    }

    .main-options__thead--standard {
        padding-top: 30px;
    }

    .main-options__thead--hit {
        font-size: 14px;
        display: block;
        width: 120px;
        height: 23px;
        padding-top: 7px;
        background: #d22856;
        -webkit-transform: rotate(-45deg) translate(20px, -77px);
        -ms-transform: rotate(-45deg) translate(20px, -77px);
        transform: rotate(-45deg) translate(20px, -77px);
    }

    .main-options__thead li:nth-child(2),
    .main-options__thead li:nth-child(3),
    .main-options__thead li:nth-child(4) {
        display: table-cell;
    }

    .main-options__thead--standard1 {
        background: none;
        background-color: #f2f2f2;
        color: #f2f2f2 !important;
    }

    .main-options__thead--standard1 .main-options__thead--hit {
        background: #f2f2f2;
        color: #f2f2f2;
    }

    .main-options__item {
        background: white url(../img/table_no_main_options.jpg) no-repeat 50% 50%;
        border: 2px solid #e5e5e5;
    }

    .main-options__item--chosen {
        background: url(../img/table_yes_main_options.jpg) no-repeat 50% 50%;
        background-color: white;
    }

    .main-options__item:first-child {
        background: none;
        background-color: white;
        width: 168px;
        text-align: left;
        padding: 20px 20px;
        text-transform: none;
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-options__item:nth-child(2),
    .main-options__item:nth-child(3),
    .main-options__item:nth-child(4) {
        display: table-cell;
    }

    .main-options-pagination {
        display: none;
    }

    .hidden {
        display: none;
    }

    .products_detailed-text {
        background: #ffffff;
        padding-top:  15px;
    }

    .products_detailed-text--level2 {
        background:  #b6c8d5;
        padding-top:  15px;
        width:  100%;
    }
    .products_detailed-text--level3 {
        padding-top:  15px;
    }
    .electrocylinders, .mnogoosevye {
        background: white;
    }

    .product_close_button, .product_close_button--level2 {
        background: #0053a1;
        color: white;
    }
    .products_detailed-text-header {
        padding-left:  15px;
        color: #0053a1;
        font-size: 26px;
    }


    .products_wrapper {
        width:70%;
        display: flex;
        flex-direction: column;
        margin: 20px;
    }
    .service .pros_wrapper {
        margin: 0 auto;
        text-align: center;
    }

    .all_products_wrapper .linmodshpvp, .products_detailed-text--level2
    {
        order:3;
    }
    .products_detailed-text--level2 {
        width:  100%;
    }

    .products_detailed-text--level3
    {
        order: 3;
    }
     .all_products_wrapper3 .products_wrapper, .hours .products_wrapper
    {
        margin: 20px auto;

    }
    .hours .products_wrapper {
        background: rgba(255, 255, 255, 1);
        border: 1px solid #f2a516;
        border-radius: 40px;
    }
    .hours .products_wrapper img
    {
        text-align:  center;
        margin: 0 auto;
    }

    .all_products_wrapper
    {
        background-color: #d8e8fd;
    }

    .catalogues .products_wrapper
    {
        margin:  20px;
    }
    #linejnye_moduli, #linejnye_moduli2
    {
        width: 100% !important;
    }

    .all_products_wrapper, .all_products_wrapper3 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .service .all_products_wrapper {
        background: #102b4f;
    }

    #join-btn, .product_button {
        border: 1px solid #f2a516;
        background: #f2a516;
        font-size: 18px;
        color: #000000;
        margin: 20px 20px 40px 20px;
        padding: 10px 10px;
        cursor: pointer;
        transition: .4s;
        text-align: center;
        border-radius: 40px;
    }

    .product_close_button, .product_close_button--level2 {
        background: #f2a516;
        color: white;
    }
    .product_button:hover {
        background:#ffffff;
        color: #000000;
    }

    .signupSection {
        margin: 0 auto;
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, -50%);*/
        width: 400px;
        height: 550px;
        text-align: center;
        display: flex;
        color: #000000;
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
    }

    .signupForm {
        width: 100%;
        padding: 30px 0;
        transition: .2s;
    }

    .main-text--one-column {
        width: calc(100% - 120px);
        height: 240px;
        padding: 20px;
        border: 1px solid #f2d43d;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        background-color: #102b4f;
        border-radius: 40px;
        margin: 40px auto;

    }



    .inputFields {
        margin: 15px 0;
        font-size: 16px;
        padding: 10px;
        width: 250px;
        border: 1px solid #0053a1;
        border-top-color: rgb(51, 175, 101);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(51, 175, 101);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgb(51, 175, 101);
        border-left-style: solid;
        border-left-width: 1px;
        border-top: none;
        border-left: none;
        border-right: none;
        background: #ffffff;
        color: black;
        outline: none;
    }

    .noBullet {
        list-style-type: none;
    }

    .example-2 .btn-tertiary{color:#4b4b4b;padding:0;line-height:40px;width:250px;margin:auto;display:block;border:2px solid #4b4b4b}
    .example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
    .example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
    .example-2 .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
    .example-2 .input-file + .js-labelFile .icon:before{content:"\f093"}
    .example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}

    .fa-check2 {
        color: #4b4b4b;
    }
}

@media (min-width: 480px) and (max-width: 700px) {

    .main-pros {
        background: none repeat scroll 0% 0% #102b4f;
        background-size: 215px;
        height: 100%;
        padding: 60px 0;
    }

    .header-nav-wrapper {
        background: url(../images/banner1.jpg) no-repeat;
        background-size: cover;
        opacity: 0.8;
    }

    .main-pros__title--wide {
        width: 100%;
        max-width: 550px;
    }

    .page-header__logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .page-header__logo a {
        color: #000000;
        text-decoration: none;
        /* display: block; */
        /* height: 80px; */
        margin: 0 auto;
        text-align:  center;
        font-family: 'Merriweather', serif;
    }

    .page-header__logo p {
        padding: 10px 0;
    }

    .header-contacts {
        display: block;
        text-align: center;
        text-transform: lowercase;
        float: right;
        width: calc(100% - 50px);
    }

    .header-contacts li {
        list-style-type: none;
        float: left;
        width: 50%;
    }

    .main-navigation {
        display: block;
        float: left;
        width: 40px;
        margin-left: 10px;

    }
    .main-navigation__lang
    {
        margin-top: -100px;
    }
    .main-navigation--open .main-navigation__lang {
        margin-top: -430px;
    }
    .main-navigation--open .main-navigation__list {
        height: 100%;
        width: 100%;
    }

    .main-navigation--open {
        width: 100%;
        margin-left: 0;
    }

    .header-contacts a {
        color: #102b4f;
        text-decoration: none;
        font-size: 24px;
        font-weight: bold;
    }


    .main-pros__list {
        padding-top: 0px;
        height: 1530px;
    }

    .main-pros-item__title {
        padding: 0 9% 10px 12%;
        width: 180px;
    }

    .main-pros_text {
        font-size: 22px !important;
    }

    .main-text--one-column ul {
        padding-left: 40px;
        height: 270px;
    }

    .main-text--one-column p {
        margin-top: 50px;
    }

    .signupSection {
        text-align: center;
        color: #000000;
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
        padding-top: 20px;
        text-align: center;
    }

    .noBullet {
        list-style-type: none;
    }

    .signupForm {
        width: 100%;
        padding: 30px 0;
        transition: .2s;
    }


    .main-pros-item__text {
        padding: 0 9% 6px 12%;
        width: 230px;
    }

    .d1 {
        background: #f2d43d;
        border-radius: 50%;
        color: white;
        margin: -50px auto;
        padding: 15px;
    }

    .fa-2x {
        font-size: 2em;
    }

    .hours {
        background-size: 215px;
    }

    .hours-item img {
        width: 40%;
        max-width: 300px;
        padding: 0 0 0 20px;
    }

    .hours-item__title {
        font-size: 28px;
        width: 100%;
        padding: 40px 10px 10px 10px;
        box-sizing: border-box;
        display: block;
        margin:  0;
        background: #d8e8fd;
    }

    .hours-item__text {
        text-align: left;
        display: block;
        margin:  0;
    }

    .hours-item__spisok {
        color: #505c68;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        display: block;
    }

    .hours-item__text2 {
        font-size: 13px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
        line-height: 1.5;
        display: block;
        width: 95%;
        padding-left: 20px;
        padding-bottom: 20px;
        margin: 0;
        text-align: left;
    }

    .page-footer {
        margin-top: 0;
        height: 70px;
        background:  #102b4f;
        padding-bottom:  20px;
    }

    .page-footer__logo {
        display: none;
    }

    .page-footer-social {
        float: left;
        width: 41%;
    }

    .page-footer-social a {
        color: #f2d43d;
    }

    .page-footer-statistics {
        float: right;
        width: 30px;
    }

    .page-footer-production {
        float: left;
        width: 41%;
        padding-left: 0px;
    }

    .contacts__title {
        font-size: 30px;
        font-weight:  bold;
        padding: 40px 0 40px 0;
        text-align: center;
        display: block;
        width: 450px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 40px;
        border: 1px solid #f2a516;
    }

    .contacts {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .download1, .download2 {
        display: block;
        float: none;
    }

    .download p {
        display: block;
        float: none;
        width: 100%;
    }

    .header-nav-wrapper {
        background: url(../images/banner1.jpg) no-repeat;
        background-size: cover;
        opacity: 0.9;
    }

    .products_wrapper, .catalogues .products_wrapper
    {
        margin: 20px auto;
        width:  70%;
    }
    .hours .products_wrapper {
        background: rgba(255, 255, 255, 1);
        border: 1px solid #f2a516;
        border-radius: 40px;
    }
    .hours img
    {
        max-width:  90%;
        padding:  15px;
    }
    .sertificat {
        margin: 0 auto;
        float: none;
        width:  70%;
    }
    table
    {
        font-size:  11px;
    }
    table td
    {
        padding:  5px;
    }
}

@media (min-width: 701px) and (max-width: 900px) {

    .page-header {
        height: 100px;
        display: flex;
        padding: 5px 20px;
    }

    .header-nav-wrapper
    {
        background-size: cover;
    }
    .pros_wrapper {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 10px;
        display: block;
        font-size: 14px;
    }

    .page-header--open {
        display: block;
        height: 200px;
        padding: 5px 0;
    }

    .page-header__logo--close {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .page-header__logo--close a {
        text-align: center;
        margin: 0 auto;
    }

    .page-header--open .header-contacts {
        width: 100%;
    }

    .page-header--open .header-contacts li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        text-align: center;
        list-style-type: none;
        padding-left:  45px;
    }

    .main-navigation {
        order: 0;
        background: url(../img/main_navigation_bg_active.png) 90% 25px no-repeat;
    }

    .main-navigation:hover {
        background: url(../img/main_navigation_bg_hover.png) 90% 25px no-repeat;
    }

    .main-navigation--open {
        width: 100%;
        margin-left: 0;
    }

    .main-navigation--open .main-navigation__list {
        height: 100%;
        width: 100%;
        display: block;
    }

    .main-navigation__item {
        box-shadow: 1px 1px 1px #33af65;
    }

    .page-header__logo {
        float: none;
        width: 50%;
        order: 1;
        height:  50px;
    }

    .header-contacts {
        order: 2;
        width: 50%;
    }

    .main-pros {
        background: none repeat scroll 0% 0% #102b4f;
        height: 100%;
        padding: 60px 0;
    }

    .main-pros__title--wide {
        width: 100%;
    }

    .main-pros__list {
        padding-top: 0px;
        height: 1560px;
    }

    .main-pros-item__title {
        padding: 0 9% 10px 20%;
        width: 87%;
        max-width: 240px;
    }

    .main-pros-item__text {
        padding: 0 9% 6px 20%;
        width: 87%;
        max-width: 300px;
    }
    .hours-item__title {
        font-size: 30px;
        padding: 30px 0;
    }
    .hours .hours-item__title {
        background: #d8e8fd;
    }
    .main-text {
        background-color: #102b4f;
    }
    .hours-item img {
        width: 40%;
        max-width: 300px;
        padding: 0 0 0 20px;
    }
    .hours-item__text, .hours-item__text2 {
        font-size: 16px !important;
    }

    .hours-item__text2 {
        padding-bottom: 10px;
    }


    .hours-item__spisok {
        color: #505c68;
        text-align: left;
        font-size: 16px;
    }

    .main-pros-item__spisok {
        font-size: 16px;
    }

    .hours-item__text2 {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
        line-height: 1.5;
        display: block;
        width: 95%;
        padding-top: 20px;
        padding-left: 20px;
        margin: 0;
        text-align: left;
    }

    .page-footer {
        font-size: 14px;
        justify-content: center;
    }

    .header-contacts {
        padding-top: 5px;
    
    }

    .header-contacts li {
        text-align: right;
        padding: 2px 0;
    }

    .header-contacts a {
        color: #102b4f;
        text-decoration: none;
        font-size: 26px;
        font-weight: bold;
    }
    .main-navigation__lang
    {
       margin-top:  50px;
        width:  100px;
    }
    .main-navigation--open .main-navigation__lang {
        margin-top: -360px;
    }
    .main-navigation__lang li{
        float:  left;
        width:  40px;
        padding-right:  5px;
        padding-top:  10px;
    }
    .header-contacts, .main-navigation__lang li
    {
        list-style-type: none;
    }
    .download {
        margin: 45px;
        background: rgba(255, 255, 255, 0.5);
        padding: 100px 8% 100px 7%;
        display: block;
        text-align: center;
        border-radius: 40px;
        box-sizing: border-box;
        width:  calc(100% - 90px);
        max-width:  600px;
    }
}

@media (min-width: 701px) and (max-width: 1200px) {

    .page-footer {
        margin-top: 0;
        /* height: 60px; */
        background: #102b4f;
    }

    .page-footer__logo {
        float: left;
        width: 170px;
        padding-top: 10px;
        padding-left: 20px;
    }

    .page-footer__logo a {
        padding-top: 0;
        display: block;
        width: 175px;
        height: 41px;
        color:  #ffffff;
    }

    .page-footer-social a {
        color: #f2d43d;
    }

    .main-navigation:hover {
        background: url(../img/main_navigation_bg_hover.png) 90% 25px no-repeat;
    }


    .page-footer-information {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .page-footer-social {
        /* padding: 10px 0 0 40px; */
        /* float: left; */
        /* width: 215px; */
    }
    .page-footer-social li
    {
        display: inline-block;
        padding: 0 20px;
        font-size: 18px;
    }
    .page-footer-social ul {
        margin: 0 auto;
        display: block;
        width: 400px;
    }

    .page-footer-production {
        padding: 30px 0 0 7%;
        float: left;
        width: 195px;
    }
    .page-footer-statistics {
        padding: 20px 10px 0 1%;
        margin: 0px;
    }

    .contacts__title {
        font-size: 32px;
        font-weight: bold;
        padding: 40px 0 40px 0;
        text-align: center;
        display: block;
        color: #000000;
        margin: 80px 95px ;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 40px;
        border: 1px solid #f2a516;
    }

    .contacts-item {
        width: 310px;
        height: 250px;
        margin: 10px;
    }

    .download1 {
        float: left;
        box-sizing: border-box;
    }

    .download2 {
        float: right;
        width: 50%;
        box-sizing: border-box;
    }

    .download p {
        float: none;
        font-size: 20px;
        width: 100%;
    }

    .download__title span {
        font-size: 36px;
        display: block;
        width: 100%;
    }

    .signupSection {
        width: 100%;
        max-width: 400px;
    }

    .pros_wrapper p {
        height: 50px;
    }
    .catalogues {
        display: flex;
        justify-content: center;
    }
    .sertificat {
        margin: 0 auto;
        float: none;
        width:  35%;
    }

}

@media (min-width: 901px) and (max-width: 1200px) {

    .page-header {
        height: 100px;
        display: flex;
        padding: 5px 20px;
    }
    .header-nav-wrapper
    {
        background-size: cover;
    }
    .page-header--open {
        display: block;
        height: 200px;
        padding: 5px 0;
    }
    .pros_wrapper {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 10px;
        display: block;
        font-size: 18px;
    }

    .page-header__logo--close {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .page-header__logo--close a {
        text-align: center;
        margin: 0 auto;
    }

    .page-header--open .header-contacts {
        width: 100%;
    }

    .page-header--open .header-contacts li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        text-align: center;
    }

    .main-navigation {
        order: 0;
        background: url(../img/main_navigation_bg_active.png) 90% 25px no-repeat;
    }
    .main-navigation--open, .main-navigation--open:hover
    {
        background: none;
    }

    .header-contacts li {
        list-style-type: none;
        float: left;
        width: 50%;
        text-align: center;
        padding: 15px 0;
    }

    .header-contacts a {
        font-size: 28px;
        color: #102b4f;
        font-weight: bold;
        text-decoration: none;
    }
    .main-navigation__lang {
        margin-top: 50px;
        width: 100px;
    }
    .main-navigation--open .main-navigation__lang
    {
        margin-top: -60px;
        margin-left: -100px;
    }
    .main-navigation__lang li {
        float: left;
        width: 40px;
        padding-right: 5px;
        padding-top: 10px;
        list-style-type: none;
    }
    .page-header__logo {
        float: none;
        width: 350px;
        order: 1;
    }
    .download {
        margin: 45px;
        background: rgba(255, 255, 255, 0.5);
        padding: 80px 8% 80px 7%;
        display: block;
        text-align: center;
        border-radius: 40px;
        box-sizing: border-box;
        width: calc(100% - 90px);
        max-width:  800px;
    }

    .header-contacts {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .main-pros {
        background: none repeat scroll 0% 0% #102b4f;
        height: 100%;
        padding: 60px 0;
    }

    .main-pros__title--wide {
        width: 100%;
    }

    .main-pros__list {
        height: 1550px;
        margin-left: 10px;
        width: 99%;
        padding-top: 0px;
    }

    .main-pros-item__title {
        padding: 0 9% 10px 20%;
        width: 87%;
        max-width: 300px;
    }

    .main-pros-item__text {
        padding: 0 9% 6px 20%;
        width: 87%;
        max-width: 300px;
    }


    .hours-item__title {
        font-size: 30px;
        padding: 20px 3% 10px 3%;
        color: #102b4f;
        background: #d8e8fd;
    }
    .main-text {
        background-color: #102b4f;
    }
    .page-footer-social li {
        display: inline-block;
        padding:  0 20px;
        font-size: 18px;
    }
    .hours-item img {
        width: 40%;
        max-width: 300px;
        padding: 0 0 0 20px;
    }

    .hours-item__text {
        font-size: 16px;
    }

    .hours-item__spisok {
        color: #505c68;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
    }

    .hours-item__text2 {
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
        line-height: 1.5;
        display: block;
        width: 95%;
        padding: 15px 0;
        margin: 0;
        text-align: left;
    }

    .page-footer-social {
        /* padding: 10px 0 0 7%; */
        /* float: left; */
        /* width: 300px; */
    }

    .page-footer-social ul {
        margin: 0 auto;
        display: block;
        width: 400px;
    }

    .page-footer-production {
        padding:30px 0 0 7%;
        float: left;
        width: 280px;
    }

    .page-header__logo {
        float: none;
        width: 30%;
        order: 1;
    }

    .main-navigation--open {
        width: 100%;
        margin-left: 0;
    }

    .main-navigation--open .main-navigation__list {
        height: 100%;
    }

}

@media (min-width: 1200px) {

    .header-nav-wrapper {

        /*background-size: cover;*/
    }

    .page-header {
        height: 100px;
    }

    .page-header__logo {
        padding-left: 0px;
        padding-top: 0px;
        width: 405px;
    }

    .header-contacts {
        float: left;
        display: block;
        width: 620px;
        padding: 31px 0 0 35px;
    }

    .header-contacts-de
    {
        width: 550px;
        padding: 31px 0 0 0;
    }

    .header-contacts li {
        list-style-type: none;
        float: left;
        display: block;
        padding: 0 30px;

    }

    .header-contacts a {
        font-size: 28px;
        text-decoration: none;
        text-transform: lowercase;
        color: #102b4f;
        font-weight: bold;
    }

    .page-header__logo--close {
        display: block;
    }

    .page-header__logo p {
        padding-left: 6%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-header__logo a {
        padding-left: 20px;
        padding-top: 22px;
        /* display: block; */
        width: 320px;
        /* height: 84px; */

        display: flex;
        align-items: center;
        gap: 10px;
    }

    .main-navigation {
        background: none;
    }

    .main-navigation:hover {
        background: none;
    }

    .main-navigation:active {
        background: none;
    }

    .main-navigation__list {
        background: none;
        display: inline-block;
        margin: 0;
        padding-left: 10px;
        padding-top: 25px;
        float: left;
    }

    .main-navigation__item, .lang {
        display: inline;
        margin: 0;
        border-bottom: none;
        text-transform: none;
        background-color: transparent;
        box-shadow: none;
    }
    .main-navigation__lang
    {
        display:  inline-block;
        padding-top:  25px;
        margin-right: 10px;
        margin-left:  5px;
        float:  right;
    }
    .main-navigation__lang a
    {
        padding:  10px;
    }


    .main-navigation__item:nth-child(1) {
        display: none;
    }

    .main-navigation__item a {
        display: inline;
        font-size: 20px;
        text-decoration: none;
        color: #000000;
        background-color: #f2a516;
        text-transform: uppercase;
        padding:  10px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        margin-right:  40px;
    }

    .main-navigation__item a:hover {
        text-decoration: none;
        color: #ffffff;
        border: 1px solid #1469b9;
        transition: 0.3s;
    }

    .main-navigation__item a:active {
        text-decoration: none;
        color: #596470;
    }

    .main-navigation--open {
        width: calc(100% - 1060px);
    }


    .main-navigation--open .main-navigation__item {
        display: inline;
    }

    .main-navigation--open .main-navigation__item:nth-child(1) {
        display: none;
    }

    .wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .download {
        margin: 45px;
        background: rgba(255, 255, 255, 0.5);
        padding: 90px 8% 90px 7%;
        display: block;
        text-align: center;
        border-radius:  40px;
    }

    .download1 {
        float: left;

    }

    .download2 {
        float: right;
        width: 400px;
        padding: 0;
        margin-right: 120px;
    }

    .download_wrapper {
        height: 685px;
    }

    .pros_wrapper {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 10px;
        display: block;
        font-size: 16px;
    }

    .pros_wrapper p
    {
        margin-top: 10px;
    }

    .pros_wrapper img {
        margin-bottom: 20px;
    }

    .service .pros_wrapper .fa
    {
        width: 50px;
        height: 40px;
        padding-top:  10px;
        background: #f2d43d;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: 2em;
    }

    .pros_wrapper .fa
    {
        width: 80px;
        height: 57px;
        padding-top:  23px;
        background: #f2d43d;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: 2em;
    }

    .service .pros_wrapper
    {
        margin:  0 auto;
        text-align: center;
    }

    .service .pros_wrapper .fa
    {
        text-align: center;
    }

    .pros_wrapper p {

    }

    .fa {
        color: #ffffff;
    }

    .fa-truck {
        margin-left: -10px;
    }

    .fa-map-signs {
        margin-left: -5px;
    }

    .download__title {
        margin-bottom: 40px;
    }

    /*.download__title {*/
    /*    width: 306px;*/
    /*    font-size: 250%;*/
    /*    padding: 120px 8% 10px 7%;*/
    /*    margin: 100px;*/
    /*    text-align: center;*/
    /*    display: block;*/
    /*    background: rgba(255, 255, 255, 0.7);*/
    /*}*/
    .download__title--invisible {
        display: block;
    }

    /*.download p {*/
    /*    font-size: 106.25%;*/
    /*    text-align: center;*/
    /*    padding-left: 5%;*/
    /*    padding-right: 5%;*/
    /*}*/
    .download__button {
        background-color: transparent;
        width: 300px;
        margin: 70px 10.83% 0 7.6%;
        display: block;
        float: left;
    }

    .download-contacts {
        float: right;
        width: 650px;
        text-align: left;
    }

    /* */
    @import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
    * {
        font-family: 'Source Sans Pro', sans-serif;
    }

    /*body {*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    overflow: hidden;*/
    /*    background: #111;*/
    /*    background-repeat: no-repeat;*/
    /*}*/
    .signupSection {
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, -50%);*/
        width: 400px;
        height: 580px;
        text-align: center;
        display: flex;
        color: #000000;
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
    }

    .info {
        width: 45%;
        background: rgba(20, 20, 20, .8);
        padding: 30px 0;
        border-right: 5px solid rgba(30, 30, 30, .8);
    }


    .signupForm {
        width: 100%;
        padding: 30px 0;
        transition: .2s;
    }

    .inputFields {
        margin: 15px 0;
        font-size: 16px;
        padding: 10px;
        width: 250px;
        border: 1px solid #0053a1;
        border-top: none;
        border-left: none;
        border-right: none;
        background: #ffffff;
        color: black;
        outline: none;
    }
    #file
    {
        background: #ffffff;
    }

    .noBullet {
        list-style-type: none;
        padding: 0;
    }

    .example-2 .btn-tertiary{color:#4b4b4b;padding:0;line-height:40px;width:250px;margin:auto;display:block;border:2px solid #4b4b4b}
    .example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
    .example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
    .example-2 .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
    .example-2 .input-file + .js-labelFile .icon:before{content:"\f093"}
    .example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}

    #join-btn, .hours .product_button {
        border: 1px solid #f2a516;
        background: #f2a516;
        font-size: 21px;
        color: #ffffff;
        margin-top: 20px;
        padding: 15px 15px;
        cursor: pointer;
        text-align: center;
        border-radius:  40px;
    }

   .service .product_button {
        border: 1px solid #f2a516;
        background: #f2a516;
        font-size: 18px;
        color: #ffffff;
        margin-top: 20px;
        padding: 15px 15px;
        text-align: center;
        border-radius:  40px;
    }

    .hours .product_button:hover {
        background: #ffffff;
        color: #000000;
        transition: 0.3s;
    }


    #join-btn:hover {
        background: #f2a516;
        padding: 10px 80px;
        color: white;
    }

    .all_products_wrapper, .all_products_wrapper3 {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .hours .all_products_wrapper
    {
        background: #d8e8fd;
        background-size: cover;
    }
    .service .all_products_wrapper
    {
        background: #102b4f;
        background-size: cover;
    }

    .hours .products_wrapper {
        float: none;
        width: calc(25% - 80px);
        display: flex;
        flex-direction: column;
        padding: 40px;
        box-sizing: border-box;
        margin: 40px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid #f2a516;
        border-radius:  40px;
    }
    .service .products_wrapper {
        float: none;
        width: calc(50% - 40px);
        display: flex;
        flex-direction: row;
        padding: 40px;
        box-sizing: border-box;
        margin: 0px auto 80px auto;
        color: #ffffff;
        border: 1px solid #f2d43d;
        border-radius:  40px;
    }


    .products_wrapper_level2, .products_wrapper_level3 {
        width: calc(25% - 40px);
        float: left;
    }

    .catalogues
    {
        display:  flex;
        justify-content: center;
    }
    .products_wrapper img {
        margin:  0 auto;
    }
    .sertificat
    {
        margin: 0 auto;
        float:  none;
    }

    .hidden {
        display: none;
    }

    /* */
    .download-contacts .download-contacts__text {
        color: black;
        font-size: 28px;
        padding: 0 190px 0 10px;
        text-align: center;
        display: block;
        font-weight: bold;
    }

    .download-contacts__text-tel {
        font-size: 32px;
    }

    .download-devices {
        background-color: transparent;
        width: 44.555555555555%;
        padding: 70px 0 30px 0;
        background: url(../img/logo_devices.png) 50% 20% no-repeat;
    }

    .main-text, .contacts_wrapper {

        display: flex;
        justify-content: space-around;
        margin: 0 80px;
    }

    .main-text {
        background-color: #102b4f;
    }

    .main-text--one-column, .contacts-item {
        width: 400px;
        height: 200px;
        margin: 100px 0;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .main-text--one-column
    {
        border: 1px solid #f2d43d;
        border-radius: 40px;
    }
    .main-text--one-column-de
    {
        height: 300px;
    }


    .contacts-item {
        height: 300px;
    }

    .contacts-item ul {
        text-align: left;
        padding-left: 60px;
        padding-top: 0px;
        font-size: 24px;
    }

    .main-text--one-column {

    }

    .contacts-item {
        background: rgba(255, 255, 255, 0.9);
        border-radius:  40px;
        border:  1px solid #f2a516;
    }


    .d1 {
        width: 60px;
        height: 60px;
        background: #f2d43d;
        border-radius: 50%;
        text-align: center;
        display: block;
        margin: -60px auto;
        flex-shrink: 0;
    }

    .fa-check {
        padding-top: 13px;
    }

    .fa-check2
    {
        color:  #4b4b4b;
    }

    .main-text--one-column p {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 50px;
    }

    .main-text--one-column ul {
        text-align: center;
        list-style-type: none;
    }

    .main-text--one-column li {
        padding: 3px;
    }

    .main-pros, .contacts, .main-pros .products_detailed-text {
        background: none;
        background-color: #102b4f;
        height: 100%;
    }

    .videos {
        margin: 0 auto;
        width:  100%;
    }

    #linejnye_moduli2, #linejnye_moduli
    {
        width:  100% !important;
    }

    .products_detailed-text, .products_detailed-text--level2, .products_detailed-text--level3 {
        margin: 0 auto;
        width: 95%;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
    }

    .products_detailed-text-header {
        text-align: left;
        padding: 0 0 5px 15px;
        color: #0053a1;
    }

    .detailed-text-caption_wrapper{
        max-width:  650px;
    }

    .main-pros_text {
        font-size: 24px;
        text-align: left;
        padding: 5px 25px 15px 25px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-pros h3
    {
        margin-top:  70px;
        font-family: 'Merriweather', serif;
    }

    .main-pros__list {
        height: 1050px;
        margin-left: 10px;
        width: 99%;
        padding-top: 0px;
    }

    .main-pros__title {
        font-size: 44px;
        padding: 30px 0;
    }

    .main-pros__title--wide {
        margin-bottom: 0;
        display: block;
        width: 100%;
    }

    .main-pros__title--narrow {
        text-align: center;
        padding: 0 340px;
        width: 550px;
    }

    .main-pros-item {
        margin-top: 0px;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 20px;
        width: 23%;
        float: left;
        height: 570px;
    }

    .main-pros-item img {
        width: 100%;
        max-width: 300px;
        padding: 0;
    }

    .main-pros-item__title {
        font-size: 22px;
        padding-left: 10%;
        padding-right: 10%;
        display: block;
        text-align: center;
        padding-top: 200px;
        width: 80%;
        color: #505c68;
    }

    .main-pros-item__text {
        font-size: 18px;
        text-align: center;
    }

    .main-pros-item__spisok {
        text-align: left;
        margin-left: 25px;
        font-size: 18px;
        color: #505c68;
    }


    .slider-comment__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 40px;
    }

    .slider-comment__about {
        display: inline;
        font-size: 85%;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
        padding-bottom: 50px;
        display: block;
    }

    .slider-comment__title {
        font-size: 112%;
        padding-bottom: 5px;
    }

    .slider-comment__text {
        font-size: 18px;
        padding-top: 60px;
        padding-left: 18%;
        padding-right: 18%;
        display: block;
        width: 680px;
        margin: 0 auto;
    }

    .slider-comment__text--decoration {
        display: none;
    }

    .slider-comment-pagination {
        display: none;
    }

    .octicon,
    .mega-octicon {
        display: inline-block !important;
    }

    .octicon-chevron-left {
        visibility: visible;
        text-align: center;
        color: #bec2c7;
        -webkit-transform: scale(1.2) translate(-100px, 35px);
        -ms-transform: scale(1.2) translate(-100px, 35px);
        transform: scale(1.2) translate(-100px, 35px);
    }

    .octicon-chevron-right {
        visibility: visible;
        text-align: center;
        color: #bec2c7;
        -webkit-transform: scale(1.2) translate(620px, 35px);
        -ms-transform: scale(1.2) translate(620px, 35px);
        transform: scale(1.2) translate(620px, 35px);
    }

    .octicon-quote {
        visibility: visible;
        width: 48px;
        height: 48px;
        text-align: center;
        color: #efefef;
        -webkit-transform: scale(2) translate(0, 15px);
        -ms-transform: scale(2) translate(0, 15px);
        transform: scale(2) translate(0, 15px);
    }

    .main-options {
        background-color: #f2f2f2;
        padding-top: 60px;
        padding-bottom: 10px;
        width: 80%;
    }

    .main-options__thead {
        display: table-header-group;
        height: 85px;
    }

    .main-options__thead li {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        border-right: 2px solid #e5e5e5;
        overflow: hidden;
    }

    .main-options__thead li .main-options-price {
        display: block;
        font-weight: normal;
        font-size: 24px;
        padding-top: 5px;
    }

    .main-options__thead li:nth-child(2),
    .main-options__thead li:nth-child(3),
    .main-options__thead li:nth-child(4) {
        display: table-cell;
    }

    .main-options__thead--hit {
        font-size: 14px;
        display: block;
        width: 120px;
        height: 23px;
        padding-top: 7px;
        background: #d22856;
        -webkit-transform: rotate(-45deg) translate(30px, -70px);
        -ms-transform: rotate(-45deg) translate(30px, -70px);
        transform: rotate(-45deg) translate(30px, -70px);
    }

    .main-options__thead--standard {
        padding-top: 30px;
    }

    .main-options__thead--standard1 {
        background: none;
        background-color: #f2f2f2;
        color: #f2f2f2 !important;
        height: 100px;
    }

    .main-options__thead--standard1 .main-options__thead--hit {
        background: #f2f2f2;
        color: #f2f2f2;
    }

    .main-options__item {
        background: white url(../img/table_no_main_options.jpg) no-repeat 50% 50%;
        border: 2px solid #e5e5e5;
    }

    .main-options__item--chosen {
        background: url(../img/table_yes_main_options.jpg) no-repeat 50% 50%;
        background-color: white;
    }

    .main-options__item:first-child {
        background: none;
        background-color: white;
        width: 168px;
        text-align: left;
        padding: 20px 20px;
        text-transform: none;
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-options__item:nth-child(2),
    .main-options__item:nth-child(3),
    .main-options__item:nth-child(4) {
        display: table-cell;
    }

    .main-options-pagination {
        display: none;
    }

    .hours {
        display: block;

        padding-top: 0;
        /*opacity: 0.3;*/
    }

    .products
    {

    }

    .hours-item__img {
        text-align: left;
    }

    .hours-item {
        margin-left: 20px;
    }

    .hours-item img {
        width: 40%;
        max-width: 300px;
        padding: 0 0 0 15px;
    }

    .hours-item__title,  .service-item__title {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .hours-item__title {
        color: #102b4f;
        background:  #d8e8fd;
    }
    .service-item__title
    {
        color: #ffffff;
        background:  #102b4f;
    }

    .hours-item__text {
        /*padding: 15px 0 15px 330px;*/
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
        line-height: 1.5;
        display: block;
        /*width: 50%;*/
        margin-left: 0px;
    }

    .hours-item__text2 {
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #505c68;
        line-height: 1.5;
        display: block;
        width: 95%;
        padding: 10px 5px;
        margin-left: 10px;
        text-align: left;
    }

    .hours-item__spisok {
        color: #505c68;
        text-align: left;
        /*padding: 5px 6% 20px 30%;*/
        font-size: 18px;
        line-height: 1.5;
    }

    .hours-item__text a {
        display: block;
        margin-top: 30px;
        color: #d22856;
    }
    .hours-item__text .form
    {
        display: inline;
        margin: 0;
    }

    .contacts {
        padding: 60px 0px 10px 0px;
        background: url("../images/main-services-bg.jpg") no-repeat 50% 0 rgba(255, 255, 255, 0.7);
        background-size: cover;

    }

    .contacts__title {
        font-size: 40px;
        padding: 40px 0 40px 0;
        text-align: center;
        display: block;
        color:  #000000;
        /*width: 800px;*/
        margin: 0 auto;
        width:  calc(66.7% + 293px);
        background: rgba(255, 255, 255, 0.9);
        border-radius: 40px;
        border: 1px solid #f2a516;
    }


    .contacts-item__title {
        font-family: 'Merriweather', serif;
        font-size: 28px;
        padding-bottom: 20px;
        color: #000000;
    }

    .contacts-item__text {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
    }

    .form_offer {
        width: 50%;
        margin: 0 auto;
        border: 1px solid #505C68;
        background: #ffffff;
        margin-top: 40px;
    }

    .form_offer-header {
        display: block;
        padding: 10px;
        background: #505C68;
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .form_offer-label {
        display: inline-block;
        width: 30%;
        text-align: left;
        vertical-align: top;
        padding-top: 10px;
    }

    .form_offer-text {
        margin: 10px 0;
        height: 35px;
        background: #f2f2f2;
        font-size: 16px;
    }

    .form_offer-text_comment {
        margin: 10px 0;
        background: #f2f2f2;
    }

    .button_send {
        background-color: #505C68;
        color: #ffffff;
        padding: 10px 40px;
        margin: 20px;
    }

    .footer-phone a, .footer-mail a {
        color: #102b4f;
        font-weight: bold;
        font-size: 30px;
    }

    .footer-phone {
        padding: 10px 0;
    }

    .page-footer {
        margin-top: 0;
        padding-top: 20px;
        font-size: 18px;
        height: 70px;
        background: #102b4f;
    }

    .page-footer-information {
        padding-top: 25px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .page-footer-social {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .page-footer-social ul {
        margin: 0 auto;
        display: block;
        /* width: 700px; */
        color: #ffffff;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .page-footer-social li
    {
        display:  inline-block;
        /* padding-right:  100px; */
    }

    .page-footer-social a, .page-footer-production a {
        color: #f2d43d;
    }

    .page-footer__logo a {
        display: block;
        /* width: 300px; */
        color:  #ffffff;
    }

    .page-footer-production {
        padding: 35px 0 0 75px;
        float: left;
        width: 350px;
    }

    .page-footer-production ul {
        list-style-type: none;
    }

    .page-footer-social {
        /* padding: 15px 0 0 75px;
        float: left;
        width: 700px; */
    }

    .page-footer-statistics {
        float: right;
        width: 30px;
        text-align: right;
        margin: 15px;
    }

    .page-footer-social__item {
        display: inline-block;
    }

    .map {
        width: 100%;
        height: 524px;
        margin: 0 auto;
        background: #999;
    }

}

@media (max-width: 480px) {
    .products_wrapper img {
        max-width: 98%;
        margin: 0 auto;
        display: block;
    }
    .wrapper {
        min-width: 320px;
        margin: 0 auto;
        width: 100%;
    }

    .page-header__logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .page-header__logo a
    {
        text-align: center;
        /* font-size:  40px; */
        justify-content: center;
    }

    .page-header__logo p {
        /* padding: 6px 50px 10px 100px; */
        padding: 6px 0 10px;
    }

    .page-header {
        height: 180px;
    }

    .download {
        width: 100%;
        display: block;
        text-align: center;
        padding-top:  0;
    }

    .pros_wrapper .fa {
        width: 80px;
        height: 57px;
        padding-top: 23px;
        background: #f2d43d;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: 2em;
    }

    .download__title span {
        font-size: 30px;
    }

    .download__title {
        float: none;
        display: block;
        margin: 0px;
    }

    .pros_wrapper p {
        height: 80px;
        padding-top: 100px;
        margin-top: -72px;
    }
    .service .pros_wrapper .fa {
        font-size: 2em;
    }

    .header-contacts {
        display: block;
        text-align: center;
        text-transform: lowercase;
        float: right;
        width: calc(100% - 50px);
        margin-top: -30px;
    }

    .header-contacts li
    {
        list-style-type: none;
    }

    .header-nav-wrapper
    {
        background: url(../images/banner1.jpg) no-repeat;
        background-size: cover;
        opacity:  0.9;
    }

    .signupSection {
        text-align: center;
        color: #000000;
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
        padding-top: 20px;
    }

    .inputFields {
        margin: 15px 0;
        font-size: 16px;
        padding: 10px;
        width: 250px;
        border: 1px solid #0053a1;
        border-top-color: rgb(51, 175, 101);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(51, 175, 101);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgb(51, 175, 101);
        border-left-style: solid;
        border-left-width: 1px;
        border-top: none;
        border-left: none;
        border-right: none;
        background: #ffffff;
        color: black;
        outline: none;
    }

    .example-2 .btn-tertiary{color:#4b4b4b;padding:0;line-height:40px;width:250px;margin:auto;display:block;border:2px solid #4b4b4b}
    .example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
    .example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
    .example-2 .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
    .example-2 .input-file + .js-labelFile .icon:before{content:"\f093"}
    .example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}


    .noBullet {
        list-style-type: none;
    }

    .header-contacts a {
        color: #102b4f;
        text-decoration: none;
        font-weight: bold;
    }

    .contacts-item__title {
        font-size: 146%;
        color: #283645;
    }

    .contacts-item ul {
        font-size: 146%;
        text-align: left;
        padding: 20px 0 0 40px;
    }

    .hidden {
        display: none;
    }

    .main-navigation {
        display: block;
        float: left;
        width: 40px;
        margin-left: 10px;
    }
    .main-navigation__lang
    {
        margin-top: -100px;
    }

    .main-navigation--open  .main-navigation__lang
    {
       margin-top: -350px;
    }

    .main-navigation--open {
        width: 100%;
        margin-left: 0;
    }

    .main-navigation--open .main-navigation__list {
        height: 100%;
        width: 100%;
    }

    .main-navigation__item:nth-child(1) {
        height: 50px;
        padding: 0;
        border-top: 1px solid #102b4f;
        box-shadow: 1px 1px 1px #102b4f inset;
        background: #102b4f;
    }

    .main-navigation__item a {
        text-align: left;
        padding-left: 20px;
    }

    #join-btn, .product_button {
        border: 1px solid #f2a516;
        background:#f2a516;
        font-size: 18px;
        color: #000000;
        margin: 20px 20px 20px 20px;
        padding: 10px 10px;
        cursor: pointer;
        transition: .4s;
        text-align: center;
        border-radius: 40px;
    }

    .product_button:hover {
        background: #ffffff;
        color: #000000;
    }

    #join-btn:hover {
        background: #0053a1;
        padding: 10px 80px;
        color: white;
    }

    .hours-item__title {
        font-size: 160%;
    }
    .no-otstup
    {
        margin-top: -100px;
    }

    .all_products_wrapper   {
        display: flex;
        flex-direction: column;
        background:  #d8e8fd;
    }
    .hours .products_wrapper
    {
        background: rgba(255, 255, 255, 1);
        border: 1px solid #f2a516;
        border-radius: 40px;
    }
    .hours .hours-item__title
    {
        background:  #d8e8fd;
    }

    .all_products_wrapper3   {
        display: flex;
        flex-direction: column;
    }
    .all_products_wrapper .products_wrapper:nth-child(1) {
        order: 1;
    }

    #linears--text {
        order: 2;
    }

    .all_products_wrapper .products_wrapper:nth-child(2) {
        order: 3;
    }

    #ballscrews--text {
        order: 4;
    }

    .all_products_wrapper .products_wrapper:nth-child(3) {
        order: 7;
    }

    #actuators--text {
        order: 8;
    }

    .all_products_wrapper .products_wrapper:nth-child(4) {
        order: 8;
    }

    #bearings--text {
        order: 9;
    }

    #linemodules {
        order: 10;
    }

    #linemodules--text {
        order: 11;
    }

    #robot {
        order: 12;
    }
    #robots--text {
        order: 13;
    }

    #privod {
        order: 5;
    }
    #privod--text {
        order: 6;
    }

    #systems
    {
        order:  8;
    }

    #dvigatel {
        order: 16;
    }

    #dvigatel--text {
        order: 17;
    }

    .all_products_wrapper .linmodshpvp, .products_detailed-text--level2
    {
        order:  3;
    }
    .products_detailed-text--level3
    {
        order:  3;
    }

    .all_products_wrapper .products_detailed-text--level3:nth-child(1)
    {
        order:7;
    }

    .products_detailed-text {
        background: #ffffff;
        padding-top:  15px;
    }

    .products_detailed-text--level2 {
        background:  #b6c8d5;
        padding-top:  15px;
        width:  100%;
    }
    .products_detailed-text--level3 {
        padding-top:  15px;
    }
    .electrocylinders, .mnogoosevye {
        background: white;
    }

    .product_close_button, .product_close_button--level2 {
        background: #f2a516;;
        color: white;
    }
    .products_detailed-text-header {
        padding-left:  15px;
        color: #0053a1;
        font-size: 20px;
    }

    .products_wrapper {
        margin: 20px auto;
        padding: 10px;
        width: 80%;
    }

    .all_products_wrapper3 .products_wrapper, .hours .products_wrapper {
        margin: 20px auto;
    }
    #linejnye_moduli, #linejnye_moduli2 {
        width: 100% !important;
    }

    .d1 {
        width: 60px;
        height: 60px;
        background: #f2d43d;;
        border-radius: 50%;
        text-align: center;
        display: block;
        margin: -50px auto;
    }
    .main-text {
        background-color: #102b4f;
    }
    h1
    {
        font-size: 30px;
        padding: 0 20px;
    }
    .main-pros
    {
        padding:  60px 0;
        background-color: #102b4f;
    }
    .main-text--one-column {
        width: calc(100% - 120px);
        padding: 20px;
        display: flex;
        flex-direction: column;
        border: 1px solid #f2d43d;
        border-radius: 40px;
        margin:  40px;
    }

    .contacts {
        padding: 60px 0px 10px 0px;
        background: url("../images/main-services-bg.jpg") no-repeat 50% 0 rgba(255, 255, 255, 0.7);
        background-size: cover;
    }

    .contacts-item {
        margin: 20px auto;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 40px;
        border: 1px solid #f2a516;
    }
    .contacts__title
    {
        font-size:  32px;
        font-weight: bold;
        padding: 40px 10px 40px 10px;
        text-align: center;
        display: block;
        color: #000000;
        margin: 20px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 40px;
        border: 1px solid #f2a516;
    }



    .main-pros_text {
        font-size: 20px;
        text-align: left;
        padding: 15px 25px;
        margin-top:  50px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-text--one-column p {
        margin-top: 50px;
    }

    .main-text--one-column ul {
        padding-left: 50px;
    }

    .fa-check {
        padding-top: 13px;
    }

    .fa {
        color: #ffffff;
    }
    .fa-check2 {
        color: #4b4b4b;
    }

    .footer-phone a, .footer-mail a {
        color: #102b4f;
        font-weight: bold;
        font-size: 26px;
    }
    table
    {
        font-size:  10px;
    }
    table td
    {
        padding:  5px;
    }
    .page-footer
    {
        background: #102b4f;
        /* height:  180px; */
    }
    .page-footer__logo, .page-footer-social {
        display: block;
        box-sizing: border-box;
        width: 100%;
    }
    .page-footer__logo {
        padding-left:  20px;
    }
    .page-footer-social {
        padding-top:  60px;
    }
    .page-footer__logo a {
        color:  #ffffff;
    }
    .page-footer-social a {
        color:  #f2d43d;
    }
    .service-item__title {
        color: #ffffff;
        background: #102b4f;
        font-size:  32px;
        text-align: center;
        padding:  20px;
    }
    .service .all_products_wrapper {
        background: #102b4f;
    }
    .service .products_wrapper {
        float: none;
        width: 80%;
        display: flex;
        flex-direction: column;
        padding: 40px;
        box-sizing: border-box;
        margin: 0px auto 80px auto;
        color: #ffffff;
        border: 1px solid #f2d43d;
        border-radius: 40px;
    }
    .service .pros_wrapper {
        margin: 0 auto;
        text-align: center;
    }
    .service .pros_wrapper .fa {
        width: 50px;
        height: 40px;
        padding-top: 10px;
        background: #f2d43d;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: 2em;
    }
}

@media (min-width: 1201px) and (max-width: 1900px) {
    .main-navigation {
        width: calc(100% - 600px);

    }

    .main-navigation__list {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }

    .main-text--one-column, .contacts-item {
        width: 370px;
        height: 300px;
        margin: 100px 0;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .contacts-item {
        height: 310px;
    }

    .d1 {
        margin: -50px auto;
    }

    .main-navigation__list {
        float: left;
        width: calc(100% - 180px);
        box-sizing: border-box;
        padding: 25px 0 0 10px;
        text-align:  right;
    }

    .page-header__logo {
        width: 300px;
    }

    .page-header__logo p {
        padding-bottom: 0;
        padding-left: 0;
    }

    .page-header__logo a {
        /* font-size: 45px; */
    }

    .header-contacts {
        padding-left: 30px;
        padding-top: 15px;
    }

    .hours .products_wrapper {
        margin: 20px;
        width: calc(25% - 40px);
    }

    .contacts-item__title {
        font-size: 22px;
    }

    .contacts-item ul
    {
        font-size: 22px;
    }
    .contacts_wrapper
    {
        margin: 0 20px;
    }
    .contacts__title
    {
        width: calc(66.7% + 343px);
    }
}

@media (min-width: 1201px) and (max-width: 1500px) {

    h1 {
        font-size: 40px;
    }

    .download1 {
        margin: 40px 40px;
        padding: 40px;
    }
    .main-navigation
    {
        display: flex;
        justify-content: flex-end;
    }
    .download2 {
        margin-right: 40px;
    }
    .product_button {
        font-size:  12px;
    }
    .header-contacts
    {
        width:  270px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .header-contacts li{
        float:  left;
    }

    .page-header {
        height: 100px;
        background: white;
    }
    .main-navigation__item a
    {
        margin-right:  0px;
        font-size: 14px;
    }

    .header-contacts li
    {
        padding: 0 5px;
    }
    .header-nav-wrapper
    {
        background-size: cover;
    }
    .download_wrapper
    {
        height:  600px;
    }
    .main-text
    {
        margin: 0;
    }
}
@media (min-width: 1501px) and (max-width: 1900px) {
    .header-contacts li {
        padding: 0 15px;
    }
    .header-contacts {
        width: 270px;
    }
    .main-navigation__item a
    {
        margin-right:  20px;
    }
    .main-navigation {
        width: calc(100% - 605px);
    }
    .header-nav-wrapper
    {
        background-size: cover;
    }
}

@media (min-width: 401px) and (max-width: 800px) {
    .catalogues .product_button, .sertificat .product_button {
        font-size:  12px;
    }

}