@charset "UTF-8";

/*  <!-- RESPONSIVE
============================================ --> */
/* здесь мы пишем медиа запросы */
/* width start */
/* width end */
/* =============================================================================*/
/* <!-- minw start
  ============================================ --> */
@media only screen and (min-width: 480px) {
  .hide_480 {
    display: none;
  }
  .header_left {
    min-width: 107px;
  }
}

/* <!-- min-width: 480px --> */
@media only screen and (min-width: 576px) {
  .hide_576 {
    display: none;
  }
}

/* <!-- min-width: 576px --> */
@media only screen and (min-width: 768px) {
  .hide_768 {
    display: none;
  }
  .header_resp_nav {
    display: block !important;
  }
}

/* <!-- min-width: 768px --> */
@media only screen and (min-width: 992px) {
  .hide_992 {
    display: none;
  }
  .swiper-product  .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .swiper-product  .swiper-slide {
    margin-right: 0 !important;
  }
}

/* <!-- min-width: 992px --> */
@media only screen and (min-width: 1200px) {
  .hide_1200 {
    display: none;
  }
  ::-webkit-scrollbar{
    background: #ffffff;
    width: 0px;
  }
  ::-webkit-scrollbar-thumb{
    background: #000000;
  }

}

/* <!-- min-width: 1200px --> */
@media only screen and (min-width: 1300px) {
  .hide_1300 {
    display: none;
  }
}

/* <!-- min-width: 1300px --> */
@media only screen and (min-width: 1400px) {
  .hide_1400 {
    display: none;
  }
}

/* <!-- min-width: 1400px --> */
@media only screen and (min-width: 1500px) {
  .hide_1500 {
    display: none;
  }
}

/* <!-- min-width: 1500px --> */
@media only screen and (min-width: 1600px) {
  .hide_1600 {
    display: none;
  }
  .h_full_mod {
    min-height: calc(100vh - 555px);
  }
}

/* <!-- min-width: 1600px --> */
@media only screen and (min-width: 1700px) {
  .hide_1700 {
    display: none;
  }
}

/* <!-- min-width: 1700px --> */
@media only screen and (min-width: 1800px) {
  .hide_1800 {
    display: none;
  }
  .col-xl-mod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.466667%;
    -webkit-flex: 0 0 62.466667%;
    flex: 0 0 62.466667%;
    max-width: 62.466667%;
  }
}

/* <!-- min-width: 1800px --> */
/* <!-- minw end 
  ============================================ --> */
/* <!-- maxw start
  ============================================ --> */
@media only screen and (max-width: 1899px) {
  .hide_1899 {
    display: none;
  }
}

/* <!-- max-width: 1899px --> */
@media only screen and (max-width: 1799px) {
  .hide_1799 {
    display: none;
  }
  body {
    font-size: 18px;
    line-height: 22px;
  }
  .h1, h1 {
    font-size: 100px;
  }
  .row_lg {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row_lg > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row_lg.row_offset >*{
    margin-bottom: 80px;
  }
  .row_lg.row_offset {
    margin-bottom: -80px;
  }
  .mb80r {
    padding-right: 40px;
    margin-bottom: 60px;
  }
  .about_cont {
    margin-left: 80px;
    width: 610px;
  }
  .item_sm_cont2 {
    padding-left: 10px;
    padding-right: 0px;
  }
}

/* <!-- max-width: 1799px --> */
@media only screen and (max-width: 1699px) {
  .hide_1699 {
    display: none;
  }

}

/* <!-- max-width: 1699px --> */
@media only screen and (max-width: 1599px) {
  .hide_1599 {
    display: none;
  }  
}

/* <!-- max-width: 1599px --> */
@media only screen and (max-width: 1499px) {
  .hide_1499 {
    display: none;
  }
  .hero_txt {
    width: 620px;
  }
  .hero_bg {
    width: 120%;
    max-width: 120%;
    /*margin-left: -10%;*/
  }
}

/* <!-- max-width: 1499px --> */
@media only screen and (max-width: 1399px) {
  .hide_1399 {
    display: none;
  }
  .menu_in{
    padding: 50px 30px 0px 30px;
  }
  .menu_in.menu_lv2 ,
  .menu_lv2 .menu_in {
    padding-bottom: 30px;
  }
  .menu_in .section_bottom {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .hero_cont_in {
    padding-bottom: 30px;
  }
  .row_md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row_md > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row_md.row_offset >*{
   margin-bottom: 60px;
  }
  .row_md.row_offset {
    margin-bottom: -60px;
  }
  .row_lg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row_lg > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row_lg.row_offset >*{
    margin-bottom: 40px;
  }
  .row_lg.row_offset {
    margin-bottom: -40px;
  }
  .product_right {
    padding-top: 30px;
  }
  .section_offset_bottom {
    padding-bottom: 40px;
  }
  .row_md2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_md2 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_md2.row_offset >*{
    margin-bottom: 30px;
  }
  .row_md2.row_offset {
    margin-bottom: -30px;
  }
  .acc_prof_time {
    width: 160px;
  }
  .mb80r {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .about_cont {
    margin-left: 30px;
    width: 580px;
  }
  .mb60r {margin-bottom: 50px;}
  .h4,h4 {
    font-size: 32px;
  }
  .mb80r-mod {
    margin-bottom: 60px;
  }
  .row_md3.row_offset > * {
    margin-bottom: 60px;
  }
  .row_md3.row_offset {
    margin-bottom: -60px;
  }

}

/* <!-- max-width: 1399px --> */
@media only screen and (max-width: 1299px) {
  .hide_1299 {
    display: none;
  }
  .header_main {
    top: 0;
  }
  .header_main .btn_menu{
    display: block;
  }
  .hero_cont_bottom {
    display: block;
  }
  .hero_txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero_cont_in {
    padding-top: 80px;
  }
  .basket_sm_subtxt {
    padding-bottom: 30px;
  }
  .section_offset_bottom2 {
    margin-bottom: 60px;
  }
  .about_cont {
    width: 100%;
    margin-left: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  textarea {
    height: 100px;
  }
}

/* <!-- max-width: 1299px --> */
@media only screen and (max-width: 1199px) {
  .hide_1199 {
    display: none;
  }
  .mb80r {margin-bottom: 0px;}
}

/* <!-- max-width: 1199px --> */
@media only screen and (max-width: 991px) {
  .hide_991 {
    display: none;
  }
  .h1, h1 {
    font-size: 80px;
  }
  .menu_in.menu_lv2 {
    left: -110%;
  }
  .menu_in.menu_lv2.active {
    left: 20px;
  }
  .navigation_menu_lg > li > a {
    border: none !important;
  }
  .hero_bg {
    width: 150%;
    max-width: 150%;
    margin-left: -40%;
  }
  .footer_bottom {
    padding-top: 60px;
  }
  .footer_bottom_mod {
    padding-top: 20px;
  }
  .btn_heart_item {
    opacity: 1;
  }
  .item_cont_title span {
    border-bottom: 1px solid transparent !important;
  }
  .link-hover::before,
  .link-hover2::before {
    display: none;
  }
  .link-hover-mod::before,
  .link-hover-mod::before {
    display: block;
  }
  .title_box {
    display: block;
  }
  .title_box_cont {
    padding-left: 0px;
    display: block;
  }
  .swiper-product {
    overflow: inherit;
  }
  .swiper-product .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .aside .stop2,
  .aside .stop,
  .aside .sticky {
    position: static !important;
  }
  .aside .stop2 .sticky_poz,
  .aside .stop .sticky_poz,
  .aside .sticky .sticky_poz{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  }
  .stickyDa {
    height: auto !important;
  }
  .acc_prof_btn:hover {
    background-color: #ffffff;
  }
  .mb60r {margin-bottom: 40px;}
  .contact_box {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

/* <!-- max-width: 991px --> */
@media only screen and (max-width: 767px) {
  .hide_767 {
    display: none;
  }
  .hero_bg {
    width: 180%;
    max-width: 180%;
    margin-left: -60%;
  }
  .btn_heart_item {
    padding: 15px;
  }
  .item_cont_title {
    font-size: 34px;
  }
  .item_lg {
    /*padding-top: 100%;*/
  }
  .item_lg .item_cont {
    padding: 30px;
  }
  .section_offset_bottom {
    padding-bottom: 0px;
  }
  .item_md_cont_txt {
    width: auto;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .item_md_cont {
    padding-top: 0;
  }
  .item_md_img_wr {
    width: 120px;
    min-width: 120px;
  }
  .acc_prof_info_in_be {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .acc_prof_info_in_be .acc_prof_sum {
    padding-right: 0;
  }
  .acc_prof_btn {
    padding-top: 16px;
    display: block;
  }
  .acc_prof_info > * {
    margin-left: 0px;
  }
  .acc_prof_number {
    width: auto;
    padding-right: 10px;
  }
  .acc_prof_sum,
  .acc_prof_time {
    width: auto;
  }
  .acc_prof_numbers {
    padding-bottom: 6px;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #EDEDED;
    background: #fff url(../images/icons/btn_select_arrow.svg) 100% 10px no-repeat;
    font-size: 13px;
  }
  .acc_prof_info {
    display: block;
    text-align: left;
    line-height: 14px;
  }
  .prof_tock {
    margin-top: 14px;
  }
  .acc_prof_btn.active {
    border-bottom: 0;
  }
  .acc_prof_cont {
    padding-top: 10px;
  }
  .acc_prof_cont_in {
    display: block;
  }
  .acc_prof_cont_in .item_sm_cont_txt {
    padding-right: 0;
    font-size: 12px;
  }
  .acc_prof_cont_in .section_vert {
    text-align: left;
    padding-top: 30px;
  }
}	

/* <!-- max-width: 767px --> */
@media only screen and (max-width: 575px) {
  .hide_575 {
    display: none !important;
  }
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .h1, h1 {
    font-size: 60px;
  }
  header {
    padding-top: 30px;
  }
  .menu_in {
    top: 0;
    bottom: 0;
  }
  .menu_in.active {
    left: 0 !important;
  }
  .menu_in.menu_filter.active,
  .menu_in.menu_basket.active {
    left: auto !important;
    right: 0 !important;
  }
  .header_in {
    padding: 18px 0;
  }
  .logo {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 51px;
  }
  .logo a {
    width: 120px;
  }
  .menu_in_close {
    position: relative;
    margin-left: -15px;
    padding: 13px;
  }
  .menu_in{
    padding-top: 30px;
  }
  .menu_in_top{
    margin-bottom: 30px;
    padding: 10px 0;
    padding-top: 8px;
  }
  .menu_in_close svg {
    width: 12px;
    height: 12px;
  }
  .menu_in.menu_lv2 {
    top: 90px;
  }
  .menu_in .section_vert {
    height: calc(100% - 90px);
  }
  .btn_arrow {
    width: 30px;
    height: 30px;
    padding: 11px;
  }
  .btn_arrow svg {
    width: 8px;
    height: 8px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_bottom {
    padding-top: 0px;
  }
  .btn_heart_item {
    right: 0;
    top: 0;
  }
  .item_cont_title {
    font-size: 22px;
  }
  .basket_sm_subtxt {
    text-align: left;
  }
  .menu_in_top-mod {
    margin-bottom: 0;
  }
  .h1_sm {
    margin-bottom: 20px;
  }
  .basket_sm_subtxt.al_left {
    padding-bottom: 30px;
  }
  .mb40r {
    margin-bottom: 30px;
  }
  .section_offset_top {
    padding-top: 90px;
  }
  .h1_sm {
    margin-bottom: 0;
  }
  .box_be.pb10 {
    padding-bottom: 0;
  }
  .acc_btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .gray_right {
    padding: 30px;
  }
  .resp_full {
    margin-left: -30px;
    margin-right: -30px;
  }
  .mt40r {
    margin-top: 30px;
  }
  .checkout_step {
    margin-bottom: 20px;
  }
  .checkout_step_cont:not(:last-child) {
    margin-bottom: 40px;
  }
  .section_offset_top_mod {
    margin-top: 20px;
  }
  .footer_bottom_mod {
    border-top: none;
  }
  .footer_bottom_mod .footer_copyright {
    margin-right: 0;
    width: 100%;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .fz12r {
    font-size: 12px;
  }
  .form_box {
    padding-bottom: 35px;
  }
  input:not([type=checkbox]):not([type=radio]) {
    height: 40px;
    font-size: 13px;
    padding-top: 14px;
  }
  .placeholder_txt {
    top: 20px;
    font-size: 13px;
  }
  input:not(:placeholder-shown) + .placeholder_txt,
  input:focus + .placeholder_txt {
    position: absolute;
    font-size: 10px;
  }
  .form_error_txt {
    top: 45px;
    font-size: 10px;
    line-height: 12px;
  }
  .form_check_list2 {
    margin-bottom: 20px;
  }
  .form_check_list2 li:not(:last-child) {
    margin-bottom: 5px;
  }
  .checkbox_lg + label {
    display: block;
  }
  .checkbox_right_cont {
    margin-top: 10px;
    text-align: left;
  }
  .scroll_btn_box {
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    margin-bottom: 12px;
  }
  .scroll_btn_box li:not(:last-child) {
    margin-right: 5px;
  }
  .fz13r{font-size: 12px;}
  .section_h2 {
    min-height: calc(100vh - 190px);
  }
  .fz14r{font-size: 13px;}
  .acc_prof_item:not(:last-child) {
    margin-bottom: 8px;
  }
  .checkout_step_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .checkout_step_cont {
    display: block;
  }
  .mb30r {margin-bottom: 20px;}
  .pt10r {padding-top: 0;}
  .mb_resp {
    margin-bottom: 40px;
  }
  .section_offset_bottom2 {
    margin-bottom: 30px;
  }
  .mb60r {margin-bottom: 30px;}
  .h4,h4 {
    font-size: 20px;
  }
  .about_box {
    padding-bottom: 10px;
  }
  .mb80r-mod {
    margin-bottom: 30px;
  }
  .row_md3.row_offset > * {
    margin-bottom: 40px;
  }
  .row_md3.row_offset {
    margin-bottom: -40px;
  }
  .item_sm_cont2 {
    padding-top: 30px;
    padding-left: 0;
  }
  .section_offset_bottom_r0 {
    margin-bottom: 0;
  }
  textarea {
    height: 150px;
  }
}

/* <!-- max-width: 575px --> */
@media only screen and (max-width: 479px) {
  .hide_479 {
    display: none;
  }
  .item_md_img_wr,
  .item_sm_img_wr {
    width: 80px;
    min-width: 80px;
  }
  .item_md_cont,
  .item_sm_cont {
    padding: 0 0px 0 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .item_sm_cont_txt {
    padding-right: 25px;
  }
  .item_md_close,
  .item_sm_close {
    top: -10px;
  }
  .item_md:not(:last-child),
  .item_sm:not(:last-child) {
    margin-bottom: 15px;
  }
  .item_sm_wr {
    padding-bottom: 20px;
  }

  .btn_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .btn_list {
    margin-bottom: 14px;
  }
  .row_sm3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row_sm3 > * {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row_sm3.row_offset >*{
    margin-bottom: 6px;
  }
  .row_sm3.row_offset {
    margin-bottom: -6px;
  }
  .btn_heart_item {
    top: -8px;
    right: -8px;
  }

  .section_offset_bottom {
    padding-bottom: 0;
  }
  .fancybox-modal {
    padding: 50px 30px 30px 30px;
  }
  .modal_txt {
    font-size: 12px;
    line-height: 16px;
  }
  .title_mod .h1, .title_mod h1 {
    font-size: 54px;
  }
  .link-hover-resp {
    display: block;
  }
}

/* <!-- max-width: 479px --> */
@media only screen and (max-width: 359px) {
  .hide_359 {
    display: none;
  }
  body {
    line-height: 18px;
  }
  .h1, h1 {
    font-size: 40px;
  }
  .title_mod .h1, .title_mod h1 {
    font-size: 40px;
  }
}

/* <!-- max-width: 359px --> */
/* <!-- maxw end 
  ============================================ --> */