@charset "UTF-8";
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    .production .production_block.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .production .production_block.reverse .info:after {
        border-left: 15px solid #fff;
        border-right-color: transparent;
        left: 100%;
        right: auto;
    }
}

@media (min-width: 992px) {
    #section-2 .tab_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-left: 1px solid rgba(115, 115, 115, 0.22);
        border-right: 1px solid rgba(115, 115, 115, 0.22);
    }

    #section-2 .tab_links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: calc(100% / 2);
        min-width: calc(100% / 2);
        height: 200px;
        -webkit-transition: .3s;
        transition: .3s;
        border-bottom: 1px solid rgba(115, 115, 115, 0.22);
    }

    #section-2 .tab_links a:not(:last-child) {
        border-right: 1px solid rgba(115, 115, 115, 0.22);
    }

    #section-2 .tab_links a .icon_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 85px;
        width: 184px;
    }

    #section-2 .tab_links a .icon_wrapper img {
        max-width: 100%;
        max-height: 100%;
    }

    #section-2 .tab_links a span {
        display: block;
        padding-top: 12px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #333;
        -webkit-transition: .3s;
        transition: .3s;
    }

    #section-2 .tab_links a.active {
        background-color: #008ad2;
    }

    #section-2 .tab_links a.active:after {
        content: "";
        position: absolute;
        border: 20px solid transparent;
        border-top: 18px solid #008ad2;
        bottom: -38px;
        left: 0;
        right: 0;
        margin: auto;
        height: 30px;
        width: 40px;
    }

    #section-2 .tab_links a.active span {
        color: #fff;
    }

    #section-2 .tab_links a:not(.active):hover {
        -webkit-box-shadow: 0px 5px 17px 0 rgba(0, 138, 210, 0.25);
        box-shadow: 0px 5px 17px 0 rgba(0, 138, 210, 0.25);
    }

    #section-2 .tabs .tab {
        display: none;
    }

    #section-2 .tabs .tab.active {
        display: block;
    }
}

/* Large Devices, Wide Screens */
@media (max-width: 1199px) {
  /* Шапка
	---------------------------------------*/
    header {
        height: 50px;
    }

    header .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header .wrapper a.logo {
        display: block;
        z-index: 700;
        right: 0;
        top: 5px;
        margin: auto;
        width: 50px;
    }

    header .wrapper a.logo img {
        width: 54px;
        height: 58px;
    }

    .production {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .production .production_block {
        width: 60%;
    }

    .production .production_block:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .order_form_wrapper {
        padding: 0 0 30px;
    }

    .order_form_wrapper .order_form .main_parameters {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .order_form_wrapper .order_form .form_bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .order_form_wrapper .order_form .form_bottom .policy {
        width: 100%;
        min-width: 100%;
    }

    .order_form_wrapper .order_form .group {
        margin-right: 15px;
    }

    #section-1 {
        background-image: url("../images/index_section1_bg_mobile.jpg");
    }

    #section-2 .tabs .tab .img_wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/* Small Devices, Phones */
@media (max-width: 991px) {
    .stock_item .img_wrapper {
        min-width: 55%;
    }

    .contact_map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;
    }

    .contact_map-info {
        height: auto;
        width: 100%;
    }

    .contact_map-map {
        height: 250px;
        width: 100%;
        -webkit-box-shadow: 0 5px 17px rgba(0, 138, 210, 0.25);
        box-shadow: 0 5px 17px rgba(0, 138, 210, 0.25);
    }

    footer .footer_logo {
        display: none;
    }

    footer .footer_block {
        padding-top: 20px;
    }

    footer .lower_footer {
        margin-top: 11px;
    }

    footer .lower_footer .wrapper {
        padding: 15px 0;
    }

    .production .production_block {
        width: 80%;
    }

    #section-2 .tab_links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        height: 61px;
    }

    #section-2 .tab_links a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        height: 1px;
        background-color: rgba(115, 115, 115, 0.22);
    }

    #section-2 .tab_links a .icon_wrapper {
        width: 65px;
    }

    #section-2 .tab_links a .icon_wrapper img {
        max-width: 100%;
    }

    #section-2 .tab_links a span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #333;
        padding: 0 15px 0 27px;
    }

    #section-2 .tabs .tab {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .5s;
        transition: .5s;
        background: #fff;
        overflow: scroll;
        height: 100%;
        width: 100%;
    }

    #section-2 .tabs .tab.opened {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #section-3 .instruction_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #section-3 .instruction_container .img_wrapper {
        position: absolute;
        top: 23px;
        left: -15px;
    }

    #section-3 .instruction_container .instruction_block {
        position: relative;
        padding: 12px 18px;
    }

    #section-3 .instruction_container .instruction_block .instruction_title b {
        letter-spacing: 1px;
    }

    #section-4 {
        padding: 20px 0 34px;
    }

    .portfolio_slider .sider_img {
        max-width: 270px;
        height: 174px;
        margin-bottom: 24px;
    }

    .order_form_wrapper .order_form:after {
        background-size: 50px 40px !important;
        font-size: 18px !important;
    }

    .order_form_wrapper .order_form .form_title {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    #section-2 .tab_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #section-2 .tab_links a {
        width: 50%;
    }
}

/* Extra Small Devices, Phones */
@media (max-width: 767px) {
    .stock_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        height: auto;
    }

    .stock_item .img_wrapper {
        height: 250px;
        width: 100%;
        margin: 0;
    }

    .stock_item .info {
        height: auto;
        padding: 15px 20px 50px;
    }

    .stock_item .info .date {
        font-size: 13px;
    }

    .stock_item .info .title {
        font-size: 20px;
    }

    .stock_item .info .read_more {
        font-size: 14px;
        bottom: 13px;
    }

    .sidebar_img {
        height: 370px;
    }

    .contact_map-info {
        padding: 20px;
    }

    .contact_map-info b {
        font-size: 18px;
    }

    .contact_map-info .info-row span {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    .contact_map-info .info-row > svg {
        width: 15px;
        height: 15px;
    }

    footer .lower_footer .wrapper {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
    }

    footer .lower_footer .wrapper .wrapper_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .lower_footer .wrapper .wrapper_left p {
        padding: 0;
    }

    footer .lower_footer .wrapper .made_by {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .production {
        padding-bottom: 15px;
    }

    .production .production_block {
        height: auto;
        width: 100%;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    .production .production_block .img_wrapper {
        height: 210px;
        width: 100%;
    }

    .production .production_block .img_wrapper img {
        max-width: 200px;
    }

    .production .production_block .info {
        height: auto;
        width: 100%;
        padding: 15px 20px 60px;
    }

    .production .production_block .info:after {
        display: none;
    }

    .production .production_block .info b {
        font-size: 24px;
        line-height: 28px;
    }

    .production .production_block .info p {
        font-size: 14px;
    }

    .production .production_block .info .read_more {
        bottom: 10px;
    }

    .subpages {
        padding: 5px 0 10px;
    }

    .subpage_block {
        margin-bottom: 20px;
    }

    .subpage_block .title {
        padding-top: 8px;
    }

    .info_blocks_section .wrapper .info_block {
        width: calc(100% / 2);
        min-width: calc(100% / 2);
    }

    #section-1 .wrapper {
        height: 350px;
    }

    #section-1 .wrapper .rhombuses .rhombus {
        width: 6px;
        height: 6px;
        margin: 0 7px;
    }

    #section-1 .wrapper p {
        font-size: 25px;
        line-height: 1.44;
        padding-top: 10px;
    }

    #section-1 .wrapper a {
        width: 100%;
        height: 50px;
        max-width: 270px;
        font-size: 14px;
        line-height: 50px;
        margin: 25px auto 0;
    }

    .order_form_wrapper .order_form .form_title {
        padding-bottom: 12px;
    }

    .order_form_wrapper .order_form .group {
        height: 50px;
        width: 48%;
        margin-right: 0;
    }

    .order_form_wrapper .order_form .group label {
        top: 13px;
    }

    .order_form_wrapper .order_form .group input {
        width: 100%;
    }

    .order_form_wrapper .order_form .fields {
        width: 100%;
    }

    .order_form_wrapper .order_form .main_parameters {
        padding-bottom: 3px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order_form_wrapper .order_form .form_bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order_form_wrapper .order_form .color_parameters {
        padding-bottom: 12px;
    }

    .order_form_wrapper .order_form .color_parameters .colors-item {
        margin: 0 6px 5px 0;
    }

    .order_form_wrapper .order_form .color_parameters .colors-item .css_radio {
        width: 34px;
        height: 34px;
    }

    .order_form_wrapper .order_form .extra_options .option {
        margin: 0 0 13px;
        width: calc(100% / 2);
    }

    .order_form_wrapper .order_form .extra_options .option .custom_checkbox .css_checkbox {
        width: 20px;
        height: 20px;
    }

    .order_form_wrapper .order_form .hidden_parameters .group {
        margin: 7px 0 0;
    }

    .order_form_wrapper .order_form .hidden_parameters .group.input_show {
        max-width: 100%;
    }

    .order_form_wrapper .order_form .form_bottom {
        padding-top: 19px;
        margin-top: 18px;
    }

    .order_form_wrapper .order_form input[type="submit"] {
        width: 48%;
        height: 50px;
    }

    .order_form_wrapper.blue_form .text_form_wrapper .fields {
        max-width: 100%;
    }

    .order_form_wrapper.blue_form .text_form_wrapper .img_wrapper {
        display: none;
    }
}

@media (max-width: 660px) {
    #section-2 .mobile_tip {
        margin: 0 auto;
        width: 370px;
        max-width: 100%;
    }

    #section-2 .tab_links a {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #section-2 .tab_links a:after {
        left: -500px;
        width: 1000px;
    }
}

/* Extra Small Devices, Phones */
@media (max-width: 567px) {
    .stock_item .img_wrapper {
        height: 180px;
    }

    .news_container {
        margin-bottom: 10px;
    }

    .news_container .article .info {
        padding-left: 10px;
    }

    .news_container .article .info .date {
        font-size: 12px;
    }

    .news_container .article .info .title {
        font-size: 14px;
        line-height: 18px;
    }

    .info_blocks_section .container {
        padding: 0;
    }

    .info_blocks_section .container .row {
        margin: 0;
    }

    .info_blocks_section .container .row > div {
        padding: 0;
    }

    .info_blocks_section .wrapper .info_block {
        height: 255px;
        width: 100%;
        min-width: 100%;
    }

    .info_blocks_section .wrapper .info_block .filter b {
        font-size: 20px;
        padding-top: 10px;
    }

    .custom_modal {
        top: 5%;
    }

    .custom_modal a.close {
        top: 6px;
        right: 8px;
    }

    .info_block-modal {
        padding: 25px 15px 15px;
    }

    .info_block-modal b {
        font-size: 28px;
    }

    .info_block-modal .rhombuses {
        margin-top: 8px;
    }

    .info_block-modal p {
        font-size: 14px;
        padding-top: 16px;
    }

    .info_block-modal > svg {
        margin: 25px auto 10px;
    }

    #section-3 .instruction_container {
        padding-top: 167px;
    }

    #section-3 .instruction_container .img_wrapper {
        width: 266px;
        height: 206px;
    }

    #section-3 .instruction_container .instruction_block {
        width: auto;
        height: auto;
        left: 15px;
    }

    #section-3 .instruction_container .instruction_block .instruction_title {
        font-size: 22px;
        padding-bottom: 8px;
    }

    #section-3 .instruction_container .instruction_block-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }

    #section-3 .instruction_container .instruction_block-row .step {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    #section-3 .instruction_container .instruction_block-row .step:after {
        display: none;
    }

    #section-3 .instruction_container .instruction_block-row .step .icon_wrapper {
        width: 36px;
        min-width: 36px;
        height: 62px;
        margin: 0 20px 0 4px;
    }

    #section-3 .instruction_container .instruction_block-row .step .icon_wrapper img {
        max-width: 100%;
        max-height: 100%;
    }

    #section-3 .instruction_container .instruction_block-row .step span {
        padding: 0;
        text-align: left;
    }

    #section-3 .instruction_container .instruction_block-row .step span br {
        display: none;
    }

    .portfolio_slider .portfolio_slider-container .portfolio_image {
        height: 216px;
    }

    .portfolio_slider .portfolio_slider-container .nav_arrow {
        display: none !important;
    }

    .portfolio_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .portfolio_slider .slick-dots li {
        margin: 0 6px;
    }

    .portfolio_slider .slick-dots li.slick-active button {
        background-color: #008ad2;
    }

    .portfolio_slider .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        border: none;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: rgba(0, 138, 210, 0.3);
    }

    .order_form_wrapper.blue_form {
        padding: 15px;
    }

    .order_form_wrapper .order_form .group {
        width: 100%;
    }

    .order_form_wrapper .order_form input[type="submit"] {
        width: 100%;
    }
}
