footer img {
    max-width: 100%;
}

.header_block {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}

.header_block_inner {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li {
    padding: 0 10px;
}

.menu ul li a {
    color: #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.menu ul .current-menu-item a,
.menu ul li a:hover {
    color: #4db848;
}

.menu ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 0;
    background: #4db848;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu ul .current-menu-item a:before,
.menu ul li a:hover:before {
    width: 100%;
}

.phone a {
    color: #000;
    text-decoration: none;
}

.green_button {
    display: inline-block;
    color: #4db848;
    border: 1px solid #4db848;
    padding: 10px 30px;
    text-decoration: none;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.green_button:hover {
    background: #4db848;
    color: #ffffff;
}

.green_button:active {
    background: #399235;
    color: #ffffff;
}

.first_slide {
    position: relative;
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
}

#parallax2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.first_slide_inner_title {
    font-weight: 700;
    color: #ffffff;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 17px rgba(150, 150, 150, 0.7);
    padding-bottom: 200px;
    letter-spacing: 10px;
    position: relative;
    z-index: 5;
}

.first_slide_inner_title span {
    color: #4db848;
    text-shadow: 0px 0px 17px rgba(77, 184, 72, 0.7);
}

.first_slide {
    background: #ebebeb;
    padding: 150px 0;
}

.all_sale_title {
    font-size: 24px;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.all_sale_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background: #666666;
    height: 1px;
}

.parallax-layer img {
    position: absolute;
}

.layer1 {
    width:95%;
    height:95%;
}
.layer2 {
    width:90%;
    height:90%;
}
.layer3 {
    width:85%;
    height:85%
}
.layer4 {
    width:96%;
    height:85%
}
.layer5 {
    width:91%;
    height:85%
}

.layer1 img {
    top: 10%;
}

.layer2 img {
    left: 30%;
    top: 10%;
}

.layer3 img {
    left: 32%;
    top: 40%;
}

.layer4 img {
    right: 0;
    bottom: 10%;
}

.layer5 img {
    right: 28%;
    top: 10%;
}

.block_title {
    text-align: center;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.about {
    padding-top: 100px;
}

.about_inner {
    display: flex;
    margin: 0 -15px;
    align-items: flex-start;
}

.about_image_outer {
    flex: 0 0 400px;
    padding-top: 30px;
}

.about_image {
    position: relative;
}

.about_image img {
    display: block;
    width: 100%;
    position: relative;
}

.about_image:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #898989;
    top: -30px;
    left: 30px;
}

.about_image_inner {
    position: relative;
    overflow: hidden;
}

.about_image_inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    top: -30px;
    left: 30px;
    display: block;
    z-index: 2;
}

.about_text {
    flex: 0 0 calc(100% - 400px);
    padding-left: 60px;
}

.our_products {
    padding-top: 70px;
}

.our_products_inner {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.our_product {
    flex: 0 0 25%;
    padding: 0 15px 30px 15px;
    text-align: center;
}

.our_product_inner {
    padding: 15px;
    border: 1px solid #cccccc;
    background: #ffffff;
    transition: all .3s;
}

.our_product_inner:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.25);
}

.our_product_link a {
    display: block;
}

.our_product_image_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.our_product_time {
    font-size: 16px;
    color: #4f4b4a;
    padding: 5px 0;
}

.our_product_size {
    color: #4f4b4a;
    padding-bottom: 10px;
}

.our_product_image {
    padding-bottom: 10px;
}

.our_product_image img {
    display: block;
    width: 100%;
}

.see_all_products {
    padding-bottom: 80px;
    padding-top: 10px;
    text-align: center;
}

.our_products {
    position: relative;
    overflow: hidden;
}

.product_parallax_layer {
    position: absolute;
}

.product_parallax_layer img {
    display: block;
}

.product_layer5 {
    right: 0;
    bottom: 0;
}

.product_layer4 {
    right: 0;
    bottom: 50%;
}

.product_layer3 {
    left: 0;
    bottom: 0;
}

.product_layer2 {
    left: 0;
    bottom: 30%;
}

.product_layer1 {
    left: 0;
    top: 0;
}

.main_parallax {
    position: relative;
    overflow: hidden;
}

.about,
.our_products_outer {
    position: relative;
    z-index: 2;
}

.get_consult {
    padding: 70px 0;
    background-color: #ebebeb;
    background-image: url(../img/contactbg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}

.get_consult_title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    color: #000;
    padding-bottom: 50px;
}

.inputs .textarea,
.inputs .input {
    padding-bottom: 20px;
}

.inputs .textarea textarea,
.inputs .input input {
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding: 8px 10px;
    background: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.inputs .textarea textarea {
    height: 100px;
}

.inputs .submit input {
    display: block;
    width: 100%;
}

.get_consult .inputs {
    width: 50%;
}

.inputs .textarea textarea:active,
.inputs .textarea textarea:focus,
.inputs .input input:focus,
.inputs .input input:active {
    border-bottom: 1px solid #4f4b4a;
}

.copyright {
    color: #ffffff;
    font-size: 14px;
    padding: 0 15px;
}

.developer {
    padding: 0 15px;
}

.bottom_footer {
    padding: 15px 0;
}

.bottom_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.page_footer {
    background: #2c3c2b;
}

.top_footer_inner {
    display: flex;
    margin: 0 -15px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_item {
    padding: 0 15px 30px 15px;
}

.footer_contacts_phone {
    font-size: 24px;
    padding-bottom: 15px;
    text-align: right;
}

.footer_contacts_phone a {
    color: #fff;
    text-decoration: none;
}

.top_footer {
    padding: 30px 0 15px 0;
}

.footer_menu ul li:not(:last-child) {
    padding-bottom: 10px;
}

.footer_menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}

.footer_menu ul .current-menu-item a,
.footer_menu ul li a:hover {
    color: #4db848;
}

.footer_menu ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 0;
    background: #4db848;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer_menu ul .current-menu-item a:before,
.footer_menu ul li a:hover:before {
    width: 100%;
}

.footer_address {
    color: #ffffff;
    padding-bottom: 10px;
}

.footer_mail {
    padding-bottom: 20px;
}

.footer_mail a {
    color: #ffffff;
    text-decoration: none;
}

.footer_socials ul {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}

.footer_socials ul li {
    padding: 0 15px;
}

.footer_socials ul li a {
    font-size: 20px;
    color: #ffffff;
    opacity: 0.3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer_socials ul li a:hover {
    opacity: 1;
}

.toggle_menu {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -moz-user-select: none;
}

.toggle_menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333333;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.toggle_menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.toggle_menu span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.toggle_menu span:nth-child(3) {
    bottom: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.toggle_menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 8px;
}

.toggle_menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.toggle_menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 8px;
}

.catalog_page_inner_menu_title {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #acacac;
    text-transform: uppercase;
}

.catalog_page_inner_menu {
    padding: 30px 10px;
    background: #ebebeb;
}

.catalog_page_inner_menu_outer {
    padding: 0 15px;
    flex: 0 0 300px;
}

.catalog_page_items {
    padding: 0 15px;
    flex: 0 0 calc(100% - 300px);
}

.catalog_page_inner {
    display: flex;
    margin: 0 -15px;
}

.breadcrumbs {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
}

.breadcrumbs a {
    color: #898989;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .sep {
    padding: 0 5px;
}

.breadcrumbs .current {
    color: #898989;
    cursor: default;
}

.catalog_page_items .our_product {
    flex: 0 0 33.3333%;
}

.catalog_page_inner_menu_list {
    padding-top: 20px;
}

.catalog_page_inner_menu_list ul {

}

.catalog_page_inner_menu_list ul li:not(:last-child) {
    padding-bottom: 10px;
}

.catalog_page_inner_menu_list ul li{
    position: relative;
}

.catalog_page_inner_menu_list > ul > li:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #4db848 url(../img/arrow.png) no-repeat center top 6px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog_page_inner_menu_list > ul > li.opened_dropdown:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog_page_inner_menu_list > ul > li > ul{
    display: none;
}
.catalog_page_inner_menu_list > ul > li.current-menu-item > ul{
    display: block;
}
.catalog_page_inner_menu_list > ul > li.current-category-parent > ul {
    display: block;
}
.catalog_page_inner_menu_list ul li a {
    text-transform: uppercase;
    position: relative;
    color: #4f4b4a;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog_page_inner_menu_list ul li a:hover,
.catalog_page_inner_menu_list > ul .current-menu-item > a {
    color: #4db848;
}

.catalog_page_inner_menu_list ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 0;
    background: #4db848;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.catalog_page_inner_menu_list > ul .current-menu-item > a:before,
.catalog_page_inner_menu_list ul li a:hover:before {
    width: 100%;
}

.catalog_main .product_layer3 {
    display: none;
}

.catalog_page_inner_menu_outer {
    position: relative;
}

#fixed {
    position: absolute;
    left: 15px;
    right: 15px;
}

.breadcrumbs_outer {
    padding-top: 30px;
    padding-bottom: 40px;
}

.product_page {
    padding-bottom: 80px;
}

.product_title {
    text-transform: uppercase;
    padding-top: 10px;
}

.product_page_outer {
    background:
            url(../img/prodbg1.png) left top 100px no-repeat,
            url(../img/prodbg2.png) bottom -100px right no-repeat;
}

.product_page .container {
    background: rgba(255, 255, 255, 0.7);
}

.contacts_page {
    padding-bottom: 80px;
}

.contacts_page_inner_map .map-block {
    height: 370px;
}

.contacts_page_inner {
    display: flex;
    margin: 0 -15px;
}

.contacts_page_inner_map {
    flex: 0 0 70%;
    padding: 0 15px;
}

.contacts_page_inner_information {
    flex: 0 0 30%;
    padding: 0 15px;
}

.contacts_page_title {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
}

.contacts_page_item {
    padding-bottom: 15px;
    font-size: 18px;
    color: #4f4b4a;
    position: relative;
    padding-left: 30px;
}

.contacts_page_item a {
    font-size: 18px;
    color: #4f4b4a;
    text-decoration: none;
}

.contacts_page_items .address:before {
    content: '\f041';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 18px;
}

.contacts_page_items .phone:before {
    content: '\f10b';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 24px;
}

.contacts_page_items .mail:before {
    content: '\f003';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 18px;
}

.socials_contacts {
    padding-top: 15px;
}

.socials_contacts ul {
    display: flex;
    margin: 0 -10px;
    align-items: center;
}

.socials_contacts ul li {
    padding: 0 10px;
}

.socials_contacts ul li a {
    font-size: 24px;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.socials_contacts ul li a:hover {
    color: #4db848;
}

.callback_modal {
    width: 600px;
    max-width: 100%;
}

.callback_modal_title {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
}

.callback_modal_title_small {
    text-align: center;
    font-size: 24px;
    color: #4f4b4a;
}

.thankyou_image {
    text-align: center;
    padding: 15px 0 30px 0;
}
.catalog_page_inner_menu_list .sub-menu {
    padding-left: 20px;
}

.catalog_page_inner_menu_list ul.sub-menu  li:not(:last-child) {
    padding-bottom: 5px;
}

.languages ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.languages ul .active_lang a,
.languages ul li a:hover {
    color: #4db848;
}