@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');

p,
body,
html,
h1,
h2,
h3,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.header-nav-wrapper {
    /*background: url(../img/banner.png) no-repeat left;*/
    background: url(../img/banner.png) no-repeat;
    opacity: 0.8;
}

.header-nav-wrapper .page-header {
    background: rgba(255, 255, 255, 0.7);
}

.page-header {
    height: 60px;
    color: white;
    font-size: 194%;
    text-transform: uppercase;
}

.page-header__logo {
    float: left;
    width: 201px;
}

.page-header__logo--close {
    display: none;
}

.page-header__logo p {
    padding: 6px 0 10px 20px;
}

.page-header__logo a {
    color: #008134;
	font-size:  90px;
    text-decoration: none;
    font-family: Times New Roman, 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    display: block;
    height: 90px;
	margin-top:  -20px;
	padding-left:  20px;
	
}



.main-navigation {
    float: right;
    /*width: 20%;*/
    /*margin-right: 3.5%;*/
}



.main-navigation a:hover {
    text-decoration: none;
    color: #008134;
}

.main-navigation a:active {
    text-decoration: none;
    color: #5f3750;
}

.main-navigation__list {
    float: right;
    width: 100%;
    height: 60px;
}

.main-navigation__item {
    display: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #008134;;
    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_hover.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: 'Roboto', OpenSans, Helvetica, Arial, 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: #f2f2f2;
    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: 'Roboto', OpenSans, Helvetica, Arial, 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: #505c68;
    font-family: 'Roboto', OpenSans, Helvetica, Arial, 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: 'Roboto', OpenSans, Helvetica, Arial, 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: 'Roboto', OpenSans, Helvetica, Arial, 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: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    font-size: 109%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-comment__text {
    font-size: 85%;
    font-family: 'Roboto', OpenSans, Helvetica, Arial, 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: 'Roboto', OpenSans, Helvetica, Arial, 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: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    color: #505c68;
    padding: 15px 0 5px 15px;
    margin: 0 auto;
    display: block;
}

.hours-item__text2 {
    font-size: 14px;
    font-family: 'Roboto', OpenSans, Helvetica, Arial, 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;
}

.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: #283645;
    font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-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: #d22856;
}

.contacts-item__title {
    color: #000000;
    font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    font-size: 109%;
    padding-top: 20px;
}

.contacts-item__text {
    font-family: 'Roboto', OpenSans, Helvetica, Arial, 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-top: 15px;
    padding-left: 0px;
    background-size: cover;
    height: 250px;
    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: #008134;
    text-decoration: none;
    font-family: Times New Roman, 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.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: 1%;
}

.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;
}

@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: 280px;
        height: 84px;
    }

    .page-header__logo a:hover {
    }

    .page-header__logo a:active {
    }

    .main-navigation {
        width: 40px;
        float: left;
    }

    .main-navigation:hover {
    }

    .main-navigation:active {
    }

    .main-navigation__item {
        display: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #008134;
        padding: 10px 20px;
        background-color: #ffffff;
        font-size: 22px;
        box-sizing: border-box;
    }

    .products_detailed-text-header {
        padding-left:  15px;
        color: #008134;
        font-size: 20px;
        margin-top:  20px;
    }

    .all_products_wrapper .products_wrapper:nth-child(1) {
        order: 2;
    }

    .all_products_wrapper .products_wrapper:nth-child(2) {
        order: 3;
    }
    #linears--text {
        order: 4;
        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;
    }
    #actuators--text {
        order: 8;
        width:  100%;
    }
    #bearings--text {
        order: 9;
        width:  100%;
    }

    #linemodules {
        order: 10;
    }

    #robot {
        order: 11;
    }

    #linemodules--text {
        order: 12;
        width:  100%;
    }

    #robots--text {
        order: 13;
        width:  100%;
    }

    #privod {
        order: 14;
    }

    #dvigatel {
        order: 15;
    }

    #privod--text {
        order: 16;
        width:  100%;
    }

    #dvigatel--text {
        order: 17;
        width:  100%;
    }


    .main-navigation__item:nth-child(1) {
        height: 50px;
        padding: 0;
        border-top: 1px solid #008134;
        box-shadow: 1px 1px 1px #008134 inset;
        background: #008134;
    }

    .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;
        background: rgba(255, 255, 255, 0.9);
        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 p {
        background: url(../img/icon-back_80.png) no-repeat 50% 10px;
        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: 'Roboto', OpenSans, Helvetica, Arial, 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;
    }

    .form_offer {
        width: 70%;
    }

    .contacts {
        background: url("../img/banner3.png") no-repeat 50% 50% #F2F2F2;
        background-size: contain;
    }

    .contacts-item {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        width: 450px;
        background: rgba(255, 255, 255, 0.8);
    }

    .contacts-item ul {
        font-size: 146%;
        text-align: left;
        padding: 20px 0 0 90px;
    }

    .contacts-item__title {
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
        font-size: 146%;
        color: #283645;
    }

    .map {
        width: 100%;
        height: 377px;
        margin: 0 auto;
        background: #999;
    }

    .footer-phone a, .footer-mail a {
        color: #008134;
        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;;
    }
}

@media (min-width: 480px) and (max-width: 700px) {

    .main-pros {
        background: none repeat scroll 0% 0% #F2F2F2;
        background-size: 215px;
        height: 100%;
    }

    .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: #008134;
        text-decoration: none;
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
        display: block;
        height: 90px;
        margin: 0 auto;
    }

    .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--open .main-navigation__list {
        height: 100%;
        width: 100%;
    }

    .main-navigation--open {
        width: 100%;
        margin-left: 0;
    }

    .header-contacts a {
        color: #008134;
        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 {
        background: rgba(255, 255, 255, 0.5);
        margin: 100px auto;
    }

    .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: #008134;
        color: white;
        margin: -30px auto;
        padding: 15px;
        border-radius: 50%;
    }

    .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: 360px;
        padding: 40px 9% 10px 12%;
        display: block;
    }

    .hours-item__text {
        text-align: left;
        display: block;
    }

    .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: 'Roboto', OpenSans, Helvetica, Arial, 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;
    }

    .page-footer__logo {
        display: none;
    }

    .page-footer-social {
        float: left;
        width: 41%;
    }

    .page-footer-statistics {
        float: right;
        width: 30px;
    }

    .page-footer-production {
        float: left;
        width: 41%;
        padding-left: 0px;
    }

    .page-footer {
        height: 150px;
    }

    .contacts__title {
        font-size: 30px;
        padding: 50px 0 10px 0;
        text-align: center;
        display: block;
        width: 450px;
    }

    .contacts {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .download1, .download2 {
        display: block;
        float: none;
    }

    .download p {
        display: block;
        float: none;
        width: 100%;
    }

}

@media (min-width: 481px) and (max-width: 1200px) {
    .main-pros_text {
        font-size: 22px;
        text-align: left;
        padding: 5px 15px;
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
        box-sizing: border-box;
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    }

    .main-text--one-column p {
        margin-top: 50px;
    }

    .d1 {

        background: #008134;
        color: white;
        margin: -30px 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: 'Roboto', OpenSans, Helvetica, Arial, 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_wrapper {
        width: calc(50% - 20px);
        display: flex;
        flex-direction: column;
        margin: 10px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
    }


    .all_products_wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #join-btn, .product_button {
        border: 1px solid #008134;
        background: #ffffff;
        font-size: 18px;
        color: #000000;
        margin: 20px 20px 40px 20px;
        padding: 10px 10px;
        cursor: pointer;
        transition: .4s;
        text-align: center;
    }

    .product_button:hover {
        background: #008134;
        color: white;
    }

    .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: 100%;
        height: 270px;
        margin: 100px auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.5);
    }

    .inputFields {
        margin: 15px 0;
        font-size: 16px;
        padding: 10px;
        width: 250px;
        border: 1px solid #008134;
        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;
    }

}

@media (min-width: 701px) and (max-width: 900px) {
    .download_wrapper {
        background: rgba(255, 255, 255, 0.9);
    }

    .page-header {
        height: 100px;
        display: flex;
        padding: 5px 20px;
    }

    .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;
    }

    .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 #008134;
    }

    .page-header__logo {
        float: none;
        width: 50%;
        order: 1;
    }

    .header-contacts {
        order: 2;
        width: 50%;
    }

    .main-pros {
        background: none repeat scroll 0% 0% #F2F2F2;
        height: 100%;
    }

    .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;
        width: 87%;
        max-width: 600px;
        padding: 30px 0;
        margin-top: 10px;

    }

    .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: 'Roboto', OpenSans, Helvetica, Arial, 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;
    }

    .download_wrapper {
        background: rgba(255, 255, 255, 0.9);
    }

    .header-contacts {
        padding-top: 5px;
    }

    .header-contacts li {
        text-align: right;
        padding: 15px 0;
    }

    .header-contacts a {
        color: #008134;
        text-decoration: none;
        font-size: 26px;
        font-weight: bold;
    }
}

@media (min-width: 701px) and (max-width: 1200px) {

    .page-footer {
        margin-top: 0;
        height: 125px;
    }

    .page-footer__logo {
        float: left;
        width: 170px;
        padding-top: 10px;
        padding-left: 20px;
    }

    .page-footer__logo a {
        padding-left: 30px;
        padding-top: 0;
        display: block;
        width: 175px;
        height: 51px;
    }

    .page-footer__logo a:hover {


    }

    .page-footer__logo a:active {

    }

    .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 2%;
        float: left;
        width: 215px;
    }

    .page-footer-social ul {
        margin: 0 auto;
        display: block;
        width: 225px;
    }

    .page-footer-production {
        padding: 10px 0 0 2%;
        float: left;
        width: 195px;
    }

    .contacts__title {
        font-size: 36px;
        padding: 50px 0 10px 0;
        text-align: center;
        display: block;
        width: 650px;
    }

    .contacts-item {
        width: 310px;
        height: 250px;
        margin: 10px;
    }

    .download1 {
        float: left;
        width: 50%;
        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;
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .download_wrapper {
        background: rgba(255, 255, 255, 0.9);
    }

    .page-header {
        height: 100px;
        display: flex;
        padding: 5px 20px;
    }

    .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;
    }

    .main-navigation {
        order: 0;
        background: url(../img/main_navigation_bg_active.png) 90% 25px no-repeat;
    }

    .header-contacts li {
        list-style-type: none;
        float: left;
        width: 50%;
        text-align: center;
        padding: 15px 0;
    }

    .header-contacts a {
        font-size: 24px;
        color: #008134;
        font-weight: bold;
        text-decoration: none;
    }

    .page-header__logo {
        float: none;
        width: 350px;
        order: 1;
    }

    .header-contacts {
        order: 2;
        width: calc(100% - 390px);
        justify-content: center;
    }

    .main-pros {
        background: none repeat scroll 0% 0% #F2F2F2;
        height: 100%
    }

    .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;
        width: 87%;
        max-width: 900px;
        padding: 20px 3% 10px 3%;
        margin-top: 10px;
    }

    .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: 'Roboto', OpenSans, Helvetica, Arial, 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 3%;
        float: left;
        width: 300px;
    }

    .page-footer-social ul {
        margin: 0 auto;
        display: block;
        width: 300px;
    }

    .page-footer-production {
        padding: 10px 0 0 3%;
        float: left;
        width: 280px;
    }

    .page-header__logo {
        float: none;
        width: 50%;
        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: 300px;
    }

    .header-contacts {
        float: left;
        display: block;
        width: 600px;
        padding: 25px 0 0 45px;
    }

    .header-contacts li {
        list-style-type: none;
        float: left;
        display: block;
        padding: 0 26px;

    }

    .header-contacts a {
        color: black;
        font-size: 28px;
        text-decoration: none;
        text-transform: lowercase;
        color: #008134;
        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: 5px;
        display: block;
        width: 280px;
        height: 84px;
    }

    .main-navigation {
        min-width: 930px;
        background: none;
    }

    .main-navigation:hover {
        background: none;
    }

    .main-navigation:active {
        background: none;
    }

    .main-navigation__list {
        background: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding-left: 70px;
        padding-top: 25px;
        float: right;
    }

    .main-navigation__item {
        display: inline;
        margin: 0;
        border-bottom: none;
        text-transform: none;
        background-color: #ffffff;
        box-shadow: none;
    }

    .main-navigation__item:nth-child(1) {
        display: none;
    }

    .main-navigation__item a {
        display: inline;
        font-size: 16px;
        text-decoration: none;
        color: black;
        background-color: #ffffff;
        text-transform: uppercase;
        padding-right: 1%;
        padding-left: 1%;
        border: 1px solid #ffffff;
    }

    .main-navigation__item a:hover {
        text-decoration: none;
        color: black;
        border: 1px solid #008134;
        transition: 3s;
    }

    .main-navigation__item a:active {
        text-decoration: none;
        color: #596470;
    }

    .main-navigation--open {
        width: 750px;
        margin-right: 15px;
    }


    .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: 80px;
        background: rgba(255, 255, 255, 0.9);
        padding: 120px 8% 80px 7%;
        display: block;
        text-align: center;
    }

    .download1 {
        float: left;

    }

    .download2 {
        float: right;
        width: 400px;
        padding: 0;
        margin-right: 120px;
    }

    .download_wrapper {
        height: 850px;
    }

    .pros_wrapper {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 10px;
        display: block;
        font-size: 14px;
    }

    .pros_wrapper img {
        margin-bottom: 20px;
    }

    .pros_wrapper p {
        background: url(../img/icon-back_80.png) no-repeat 10px 10px;
        height: 80px;
        padding-top: 100px;
        margin-top: -72px;
    }

    .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: 'Roboto', 'Open Sans', 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: 550px;
        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 #008134;
        border-top: none;
        border-left: none;
        border-right: none;
        background: #ffffff;
        color: black;
        outline: none;
    }

    .noBullet {
        list-style-type: none;
        padding: 0;
    }

    #join-btn, .product_button {
        border: 1px solid #008134;
        background: #ffffff;
        font-size: 18px;
        color: #000000;
        margin-top: 20px;
        padding: 10px 10px;
        cursor: pointer;
        transition: .4s;
        text-align: center;
    }

    .product_button:hover {
        background: #008134;
        color: white;
    }


    #join-btn:hover {
        background: #008134;
        padding: 10px 80px;
        color: white;
    }

    .all_products_wrapper {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .products_wrapper {
        float: none;
        width: calc(25% - 40px);
        display: flex;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
        margin: 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
    }

    .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: #f2f2f2;
    }

    .main-text--one-column, .contacts-item {
        width: 400px;
        height: 300px;
        margin: 100px 0;
        padding-top: 20px;
        display: flex;
        flex-direction: column;

    }

    .contacts-item ul {
        text-align: left;
        padding-left: 60px;
        padding-top: 20px;
        font-size: 24px;
    }


    .main-text--one-column {
        background: rgba(255, 255, 255, 0.5);
    }

    .contacts-item {
        background: rgba(255, 255, 255, 0.8);
    }


    .d1 {
        width: 60px;
        height: 60px;
        background: #008134;
        border-radius: 50%;
        text-align: center;
        display: block;
        margin: -50px auto;
    }

    .fa-check {
        padding-top: 13px;
    }

    .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 {
        background: none;
        background-color: #f2f2f2;
        height: 100%;
    }

    .products_detailed-text {
        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: #008134;
    }

    .detailed-text-caption_wrapper {
        max-width: 650px;
    }


    .main-pros_text {
        font-size: 20px;
        text-align: left;
        padding: 15px 25px;
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-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: 'Roboto', OpenSans, Helvetica, Arial, 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: 'Roboto', OpenSans, Helvetica, Arial, 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;
        background-color: #ffffff;
        padding-top: 0;
        /*opacity: 0.3;*/
        margin-bottom: 20px;
    }

    .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 {
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        margin-left: 40px;
        padding-bottom: 35px;
        padding-top: 35px;
        color: #505c68;
    }

    .hours-item__text {
        /*padding: 15px 0 15px 330px;*/
        font-size: 18px;
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
        color: #505c68;
        line-height: 1.5;
        display: block;
        /*width: 50%;*/
        margin: 0 auto;
    }

    .hours-item__text2 {
        font-size: 18px;
        font-family: 'Roboto', OpenSans, Helvetica, Arial, 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;
    }

    .contacts {
        padding: 60px 0px 60px 0px;
        background: url("../img/banner3.png") no-repeat 50% 0 #F2F2F2;
        background-size: contain;
    }

    .contacts__title {
        font-size: 32px;
        padding: 50px 15% 0 15%;
        text-align: center;
        display: block;
        /*width: 800px;*/
        margin: 0 auto;
    }


    .contacts-item__title {
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
        font-size: 28px;
        padding-bottom: 20px;
        color: #283645;
    }

    .contacts-item__text {
        font-family: 'Roboto', OpenSans, Helvetica, Arial, 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: #008134;
        font-weight: bold;
        font-size: 30px;
    }

    .footer-phone {
        padding: 30px 0;
    }

    .page-footer {
        margin-top: 0;
        padding-top: 20px;
        font-size: 16px;
        height: 110px;
    }

    .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: 350px;
        color: #505C68;
        list-style-type: none;
    }

    .page-footer-social a, .page-footer-production a {
        color: #505C68;
    }

    .page-footer__logo a {
        padding-left: 70px;
        display: block;
        height: 100px;
        width: 300px;
		font-size: 70px;
		color: #008134;
		font-family: Times New Roman;
    }

    .page-footer__logo a:hover {
    }

    .page-footer__logo a:active {
    }

    .page-footer-production {
        padding: 10px 0 0 75px;
        float: left;
        width: 350px;
    }

    .page-footer-production ul {
        list-style-type: none;
    }

    .page-footer-social {
        padding: 10px 0 0 75px;
        float: left;
        width: 400px;
    }

    .page-footer-statistics {
        float: right;
        width: 30px;
        text-align: right;
        margin: 10px;
    }

    .page-footer-social__item {
        display: inline-block;
    }

    .map {
        width: 100%;
        height: 524px;
        margin: 0 auto;
        background: #999;
    }

}

@media (max-width: 480px) {

    .wrapper {
        min-width: 320px;
        margin: 0 auto;
        width: 100%;
    }

    .page-header__logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .page-header__logo p {
        padding: 6px 20px 10px 20px;
    }

    .page-header {
        height: 180px;
    }

    .download {
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        display: block;
        text-align: center;
    }

    .download__title span {
        font-size: 30px;
    }

    .download__title {
        float: none;
        display: block;
        margin: 0px 0px 30px 0px;
    }

    .pros_wrapper p {
        background: url(../img/icon-back_80.png) no-repeat 50% 10px;
        height: 80px;
        padding-top: 100px;
        margin-top: -72px;
    }

    .header-contacts {
        display: block;
        text-align: center;
        text-transform: lowercase;
        float: right;
        width: calc(100% - 50px);
    }

    .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 #008134;
        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;
    }

    .header-contacts a {
        color: #008134;
        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--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 #008134;
        box-shadow: 1px 1px 1px #008134 inset;
        background: #008134;
    }

    .main-navigation__item a {
        text-align: left;
        padding-left: 20px;
    }

    #join-btn, .product_button {
        border: 1px solid #008134;
        background: #ffffff;
        font-size: 18px;
        color: #000000;
        margin: 20px 20px 20px 20px;
        padding: 10px 10px;
        cursor: pointer;
        transition: .4s;
        text-align: center;
    }

    .product_button:hover {
        background: #008134;
        color: white;
    }

    #join-btn:hover {
        background: #008134;
        padding: 10px 80px;
        color: white;
    }

    .hours {
        margin-top: -50px;
    }

    .hours-item__title {
        font-size: 160%;
    }

    .all_products_wrapper {
        display: flex;
        flex-direction: column;
    }

    .all_products_wrapper .products_wrapper:nth-child(1) {
        order: 2;
    }

    #linears--text {
        order: 3;
    }

    .all_products_wrapper .products_wrapper:nth-child(2) {
        order: 4;
    }

    #ballscrews--text {
        order: 5;
    }

    .all_products_wrapper .products_wrapper:nth-child(3) {
        order: 6;
    }

    #actuators--text {
        order: 7;
    }

    .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: 14;
    }
    #privod--text {
        order: 15;
    }

    #dvigatel {
        order: 16;
    }

    #dvigatel--text {
        order: 17;
    }

    .products_detailed-text-header {
        padding-left:  15px;
        color: #008134;
        font-size: 20px;
    }
    .products_wrapper {
        margin: 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
        padding: 10px;
    }

    .d1 {
        width: 60px;
        height: 60px;
        background: #008134;
        border-radius: 50%;
        text-align: center;
        display: block;
        margin: -50px auto;
    }

    .main-text--one-column {
        width: 100%;
        height: 270px;
        margin: 100px auto;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .contacts-item {
        width: 100%;
        margin: 0px auto;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .main-text--one-column {
        background: rgba(255, 255, 255, 0.5);
    }

    .main-pros_text {
        font-size: 20px;
        text-align: left;
        padding: 15px 25px;
        font-family: 'Roboto', OpenSans, Helvetica, Arial, sans-serif;
    }

    .main-text--one-column p {
        margin-top: 50px;
    }

    .main-text--one-column ul {
        padding-left: 50px;
    }

    .page-header__logo a {
        background: url(../img/HIWIN_Logo1.png) no-repeat 50% 50%;
    }

    .fa-check {
        padding-top: 13px;
    }

    .fa {
        color: #ffffff;
    }

    .footer-phone a, .footer-mail a {
        color: #008134;
        font-weight: bold;
        font-size: 26px;
    }
}

@media (min-width: 1201px) and (max-width: 1900px) {
    .main-navigation {
        display: block;
        width: 100%;
    }

    .main-navigation__list {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }

    .page-header {
        height: 160px;
        background: white;
    }

    .page-header__logo p {
        padding-bottom: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .download1 {
        margin: 80px 40px;
        padding: 40px;
    }

    .download2 {
        margin-right: 40px;
    }
}


