@font-face {
    font-family: Exo;
    src: url(../fonts/Exo2-Regular.ttf);
}

*{
    font-family: Exo;
    box-sizing: border-box;
}
*:focus{
    outline: none;
}
html{
    height: 100%;
    width: 100%;
}
body{
    margin: 0;
    height: fit-content;
    min-width: 320px;
    position: relative;
    /*overflow-x: hidden;*/
    /* background-image: url(../images/catalog_bg_blue.png); */
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
body.body_index{
    height: 100%;
    min-height: 700px;
}
textarea {
    resize: none;
}
a{
    text-decoration: none;
    color: #fff;
}
:root {
  --menu-height: 65px;
}
.bg_shadow{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    /* top: -65px; */
    left: 0;
    width: 100%;
    height: 100%;
}
.top-menu{
    /* margin-top: 50px; */
    height: var(--menu-height);
    background-image: url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.top-menu {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}
.top-menu > div:nth-child(1){
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.top-menu > div:nth-child(3){
    display:flex;
    justify-content: center;
}
.top-menu > div:nth-child(3) a{
    padding-left: 20%;
    padding-right: 10px;
 	margin-bottom: 20px;
}
.top-menu .menu-link a{
    text-decoration: none;
    color: #fff;
}
.top-menu .col-6 > .menu-link{
    display: block;
    height: var(--menu-height);
    line-height: var(--menu-height);
    width: fit-content;
    padding: 0 15px;
    position: relative;
}
.top-menu .col-6 > .has_submenu:after{
    position: absolute;
    content: " ";
    background-image: url('../images/icon_arrow_down_white.png');
    width: 13px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.top-menu .col-6 > .has_submenu{
    padding-right: 25px;
}
.top-menu .menu-link:hover > .top-menu .has_submenu:after{
    background-image: url('../images/icon_arrow_down.png');
}

.top-menu .menu-link:hover, .top-menu .menu-link:hover > a{
    background: rgba(0,0,0,0.5);
    color: #ffe484;
}
.top-menu .has_submenu:hover > .sub_menu{
    display: flex;
}
.top-menu .logo{
    margin-top: -20px;
}
.top-menu .phone{
    position: relative;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.top-menu .phone:before{
    position: absolute;
    content: " ";
    width: 32px;
    height: 32px;
    left: 10px;
    top: 50%;
 	margin-top: -16px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.menu_container{
    padding-top: 50px;
    flex: 1 0 auto;
}
.menu-mobile{
    display: none;
    position: fixed;
    width: 100%;
    overflow: hidden;
    top:0;
    left:0;
    z-index: 2;
}
.mobile_menu_li a{
    position: relative
}
.mobile_has_submenu > a:after{
    position: absolute;
    content: " ";
    background-image: url(../images/icon_arrow_down_white.png);
    width: 13px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}
.menu-trigger{
    height: 50px;
    width: 100%;
    background: #633d03;
}
.burger{
    height: 100%;
    float: left;
    cursor: pointer;
}
.menu-list{
    background: #633d03;
    transition: all 0.5s ease-in;
}
.menu-list ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
.menu-list ul li{
    padding: 10px 5px;
}
.menu-list ul li:hover, .mobile_menu_active{
    background: #a06a16;
}
.menu-closed{
    max-height: 0;
}


#slogan{
    margin-top: 80px;
}
#slogan h1{
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 40px;
    text-align: left;
}

#footer_index{
    height: 130px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.3), transparent), url(../images/footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    flex: 0 0 auto;
}
#footer_index .row{
    height:100%;
    width: inherit;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#footer_index .container{
    height: 100%;
}
#footer_index .container .row div{
    display: flex;
}
#footer_index .container:before{
    content: " ";
    /* width: 535px;
    height: 470px; */
    /* background: url(../images/index_cat_dog.png); */
    background: url(/images/main_bg.png);
    width: 1065px;
    height: 600px;
    position: absolute;
    top: -630px;
    /* left: 0px; */
    right: -80px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#footer{
    margin-top: 25px;
    /* height: 110px; */
    background: url(../images/footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}
#footer .container .row > div{
    padding: 10px 0;
}
#footer .site_name{
    /* color: #ffffff; */
    color: #ffe484;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .footer_link{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 22px;
}
#footer .web_studio{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#footer .copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

}

#footer_index .site_name{
    /*color: #9a9494;*/
    color: #ffe484;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer_index .copyright{
    align-items: center;
    justify-content: center;
    color: #9a9494;
    padding-bottom: 15px;
}
#footer_index .web_studio{
    align-items: center;
    justify-content: center;
    color: #9a9494;
}

#goods_filter{
    margin-top: 40px;
}
.animal_filter_icon{
    height:80px;
    cursor: pointer;
}
.animal_filter_buttons > div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding:0;
}
.animal_filter_buttons span{
    cursor: pointer;
    user-select: none;
}
#goods_filter .filters{
    background: #ffe484;
    border: 2px solid #a04f00;
    padding: 10px;
}
#goods_filter .filters > .row{
    margin-bottom: 15px;
}
/*#goods_filter .filter_checkboxes > div{
    min-width: 150px;
    max-width: 150px;
    padding-right: 0;
}*/
#goods_filter .filter_checkboxes .filter-col{
    width: fit-content;
    margin-right: 5px;
    margin-bottom: 5px;
}
#goods_filter .filter_checkboxes .filter-col input, #goods_filter .filter_checkboxes .filter-col label{
    cursor: pointer;
}
#goods_filter .filter_checkboxes .filter-col label{
    padding:1px 2px;
    user-select: none;
}
#goods_filter .filter_checkboxes .filter-col input:checked + label {
    background-color: #d4863a;
}
#goods, #about, #contacts{
    margin-top: 30px;
    background: #fff;
    border: 3px solid #74462a;
    border-radius: 5px;
    padding: 10px 10px 40px 10px;
}
#contacts {
  border: 0;
  padding: 10px 0;
}

#goods .good .good_img{
    border: 2px solid lightgrey;
    text-align: center;
}
#goods .good .good_desc{
    text-align: center;
    font-size: 14px;
    padding: 10px;
    white-space: normal;
    color: black;
}
#goods .container-fluid .row > div {
    margin-bottom: 40px;
    white-space: nowrap;
}
#goods .container-fluid{
    position: relative;
}
#goods .container-fluid .reset_filter{
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffe484;
    border: 2px solid #a04f00;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
#goods .container-fluid .reset_filter a{
    color: #000;
}

#product{
    margin-top: 30px;
    background: #fff;
    border: 3px solid #74462a;
    border-radius: 5px;
    padding: 15px 20px 30px 20px;
    position: relative;
}
#product .product_header{
    margin-bottom: 15px;
}
#product .product_header h3{
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}
#product .main_photo{
    height: auto;
    margin-bottom: 15px;
}
#product .main_photo > div{
    text-align: center;
}
#product .main_photo img{
    width:100%;
    max-height: 300px;
    object-fit: contain;
}
#product .add_photos > div{
    margin: 0 10px 10px 0;
}
#product .add_photos{
    justify-content: space-around;
}
#product .back_to_goods{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffe484;
    border: 2px solid #a04f00;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
#product .back_to_goods a{
    color: black;
    white-space: nowrap;
}


section.tab_content{
    display: none;
    border: 1px solid #ddd;
    background: #ffe484;
    padding: 20px 40px;
}
input[name="tabs"]{
    display: none;
}
label.tab_label{
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: black;
    background: #ffe484;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
label.tab_label:hover {
  color: #888;
  cursor: pointer;
}
input[name="tabs"]:checked + label {
  color: #555;
  border: 1px solid #ffe484;
  background: #ffe484
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}



#products_carousel{
    margin-top: 30px;
}

.owl-prev, .slick-prev{
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: opacity 0.3s;
    background: url(/images/owl_prev.png);
    background-size: 100% 100%;
    font-size: 0px;
    z-index: 2;
    border: none;
    cursor:pointer;
    top: 50%;
    transform: translateY(-50%);
}
.slick-prev:before, .slick-next:before{
    content: none;
}
.owl-next, .slick-next{
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: url(/images/owl_next.png);
    background-size: 100% 100%;
    transition: opacity 0.3s;
    transform: none;
    -webkit-transform: none;
    font-size: 0px;
    z-index: 2;
    border: none;
    cursor:pointer;
    top: 50%;
    transform: translateY(-50%);
}
.products-slider .owl-nav{
    position: relative;
}
.products-slider{
    height: 250px;
    padding: 15px 34px;
    /* overflow: hidden; */
    border-top-left-radius: 70px 100%;
    border-bottom-left-radius: 70px 100%;
    border-top-right-radius: 70px 100%;
    border-bottom-right-radius: 70px 100%;
    background: #fff;
}
.products-container{
    width:100%;
    transition: all 0.5s cubic-bezier(0.58, 0.21, 0.58, 1);
    height: 210px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.sugg_prod{
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    margin-bottom: 15px;
    transition: all .3s cubic-bezier(0.11,-0.53, 1, 1.67);
    width: 200px;
    margin: 0 10px;
    text-align:center;
    min-width: 0px;

}
.sugg_prod span{
    overflow: hidden;
    font-size:14px;
    min-width: 0px;
}
.sugg_prod .img_holder{
    width:140px;
    height: 140px;
    border: 1px solid lightgrey;
    margin: auto;
    min-width: 0px;
}
.sugg_prod .img_holder img{
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    object-fit: contain;
}
.slick_img_holder img{
    margin:auto;
}
.slick_product span{
    text-align: center;
}


#about h3, #contacts h3{
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}
#contacts h3 {
  margin: 0;
  text-transform: uppercase;
  color: #8a4c02;
}
#contacts .h3-contacts{
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0;
  background: #ffe484;
}

#about .about_text_container{
    background: #ffe484;
    padding: 2em 4em;
}
#about .about_text_container h4{
    color: #803f00;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: auto;
}
#contacts .contacts_info img{
    height: 25px;
}
#contacts .contacts_info h5{
    margin: 0 0 0 10px;
    font-size: 25px;
    line-height: 25px;
    color: #ffe484;
}
#contacts .contacts_form{
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-left: 50px;
    max-width: 51%;
    padding-left: 44px;
    display: flex;
flex-direction: column;
width: 100%;
align-items: flex-start;
}
#contacts .contacts_info p{
    margin: 5px 0 0 0;
    clear: both;
    /* text-align: center; */
    font-size: 15px;
    color: #000000;
}
#contacts .contacts_info > div{
    margin-bottom: 25px;
}
#contacts .c_header{
    display: flex;
    /* justify-content: center; */
    margin-bottom: 10px;
}
#contacts p.req{
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
#contacts .contacts_form h3{
    margin:0 0 20px 0;
    color: #000000;
    /* text-align: center; */
    letter-spacing: normal;
}
#contacts .offset-1 {
  margin-left: 50px;
}
#contacts .contacts_text_container{
    /* background: #fffd8d; */
    padding: 2em 15px;
    max-width: 90%;
}
#contacts .c_input{
    width: 532px;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid white;
    font-size: 18px;
    background: #f6f6f6;
}
#contacts .c_submit{
    float: left;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
    background: #ffe484;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#product .add_photos > div{
    border: 2px solid #814600;
    width: 70px;
    height: 70px;
    text-align: center;
}
#product .add_photos div img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.catalog_dog_cat_select{
    display: flex;
}
.sub_menu{
    display: none;
    background-color: #814600;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 4px);
    padding: 20px;
    z-index: 2;
}
.sub_menu:before{
    position:absolute;
    content: " ";
    height: 12px;
    width: 22px;
    background-image: url('../images/submenu_arrow_up.png');
    top: -12px;
    left: 10px;
}
.sub_menu:after{
    position:absolute;
    content: " ";
    height: 12px;
    width: 100%;
    top: -12px;
    left: 0px;
}

.top-menu .menu-link:hover .submenu{
    display: block;
}
.catalog_dog_cat_select{
    padding: 15px 0;
}
.submenu_dc_item{
    display: flex;
    margin: 15px;
    border: 1px solid #ffe484;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center 15px;
    height: 100px;
    width: 130px;
    justify-content: center;
    align-items: flex-end;
}
.submenu_dc_item p{
    line-height: 10px;
}
.submenu_dc_item:hover{
    background-color: #ffe484;
}
.submenu_dc_item:hover > p{
    color: #814600;
}

.submenu_dc_item_dog{
    background-image: url(../images/submenu_dog_yellow_2.png);
}
.submenu_dc_item_dog:hover{
    background-image: url(../images/submenu_dog_brown_2.png);
}
.submenu_dc_item_cat{
    background-image: url(../images/submenu_cat_yellow_2.png);
}
.submenu_dc_item_cat:hover{
    background-image: url(../images/submenu_cat_brown_2.png);
}
.submenu_shop_item_internet{
    background-image: url(../images/submenu_int_yellow.png);
    background-size: 32px 32px;
}
.submenu_shop_item_internet:hover{
    background-image: url(../images/submenu_int_brown.png);
}
.submenu_shop_item_rozn{
    background-image: url(../images/submenu_shop_yellow.png);
    background-size: 32px 28px;
}
.submenu_shop_item_rozn:hover{
    background-image: url(../images/submenu_shop_brown.png);
}
.submenu_shop_item_opt{
    background-image: url(../images/submenu_box_yellow.png);
    background-size: 44px 28px;
}
.submenu_shop_item_opt:hover{
    background-image: url(../images/submenu_box_brown.png);
}
.submenu_dc_item p{
    margin: 0;
    font-size: 14px;
}
.top-menu ul{
    margin: 0;
    display: flex;
}
.mobile_menu_li a{
    display: block;
    width: 100%;
    height: 100%;
}
.mobile_submenu{
    display: none;
}
.mobile_submenu a{
    text-decoration: underline;
}
.catalog_main_container{
    background: #fff;
    padding: 20px 35px;;
    border-radius: 5px;
    width: calc(100% - 30px);
}
.breadcrumbs_container{
    padding: 0 0 20px 0;
}
.breadcrumbs_container a{
    color: #000;
}
.catalog_dog .catalog_heading{
    background: #ffe484;
    background-image: url('/images/catalog_steps_dog_1.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    position: relative;
    height: 50px;
}
.catalog_dog .catalog_heading:after{
    position: absolute;
    content: " ";
    background-image: url('../images/catalog_heading_dog.png');
    width: 87px;
    height: 130px;
    right: -20px;
    top: -67px;
}
.catalog_cat .catalog_heading{
    background: #ffe484;
    background-image: url('/images/catalog_steps_cat_1.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    position: relative;
    height: 50px;
}
.catalog_cat .catalog_heading:after{
    position: absolute;
    content: " ";
    background-image: url('../images/catalog_heading_cat.png');
    width: 83px;
    height: 112px;
    right: -10px;
    top: -55px;
}
.catalog_heading h1{
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
}
.goods_container{
    margin-top: 20px;
}
#catalog{
    margin-top: 35px;
}
.filter_block{
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 15px;
}
.filter_block p{
    margin: 0 0 15px 0;
}
.filter-col{
    margin-bottom: 5px;
}
.filter-col label{
    cursor: pointer;
    padding: 1px 5px;
}
.filter-col input:checked + label {
    background-color: #814600;
    color: #fff;
}
.filters button{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
#filter_apply{
    background-color: #c2ddf5;
    display: none;
}
#filter_reset{
    background-color: #d1d1d1;
}
.product_item{
    display: block;
    width: 100%;
    height: 410px;
    border: 2px solid #e8e8e8;
    margin-bottom: 25px;
}
.product_item .good_img{
    height: 300px;
    width: 100%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item .good_img img{
    width: 180px;
    height: 290px;
    object-fit: contain;
}
.good_desc{
    height: 106px;
    background-color: #e8e8e8;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.good_desc p{
    text-align: center;
}
.catalog_dog .good_desc{
    background-image: url('../images/product_item_desc_dog.png');
    background-repeat: no-repeat;
    background-position: 120px center;
}
.catalog_cat .good_desc{
    background-image: url('../images/product_item_desc_cat.png');
    background-repeat: no-repeat;
    background-position: 160px center;
}
.product_item:hover{
    border: 2px solid #ffe484;
}
.product_item:hover > .good_desc{
    background-color: #ffe484;
}
.product_pagination{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
}
.product_pagination a{
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid #e4e4e4;
    color: #000;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 5px 5px 0;
}
.product_pagination a.page_prev{
    background: url('../images/icon_page_prev.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.product_pagination a.page_next{
    background: url('../images/icon_page_next.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.product_pagination a.page_active{
    background-color: #ffe484;
}
.top-menu ul li{
    cursor: pointer;
}
body.body_index .index_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-image: url(../images/bg.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.single_product_feature{
    display: flex;
}
.single_product_feature_param{
    flex: 2;
    padding: 5px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: bold;
}
.single_product_feature_value{
    flex: 3;
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
}
.feedback_error{
    color: red;
    display: none;
}
.contacts_text_container a{
    color: inherit;
}
.about_text_container a{
    color: inherit;
    text-decoration: underline;
}
.slide_inactive{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.form_group{
    display: flex;
    flex-direction: column;
}
#retail_select_region_container,
#retail_select_city_container,
#retail_select_metro_container{
    display: none;
}
#points_data{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.point_item{
    flex: 0 1 33%;
    padding: 0 5px;
    margin-bottom: 10px;
    /* white-space: nowrap;
    text-align: center;
    margin: 0 auto 10px auto; */
}
.point_item a, .point_item > p{
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.point_item div.point_text{
    font-size: 14px;
}

 .social {
 display:flex;
 flex-wrap:wrap;
 width: 100%;
 max-width: 100px;
  justify-content: space-between;
 }
 .social a{
  width: 30px;
  height:30px;
  background-size:cover;
  background-repeat: no-repeat;
 }
 .social a:nth-child(1){
 background-image:url(/images/instagram.png);
 }
  .social a:nth-child(2){
 background-image:url(/images/fb.png);
 }
  .social a:nth-child(3){
 background-image:url(/images/vk.png);
 }






 .filter-wrapper {
   width: calc(100% - 30px);
   display: flex;
   flex-wrap: wrap;
   background: #f8f8f8;
   margin-bottom: 15px;
   box-sizing: border-box;
 }
 .filter_block {
   width: 50%;
   background: none;
   margin-bottom: 0;
 }
 .catalog_cat .filter_block {
   width: 100%;
 }
 .filter_block.class-76 {
   display: none;
 }
#slogan h1 {
  color: #814600;
  font-weight: bold;
  font-size: 48px;
}
#slogan .col-xl-6 {
  max-width: 100%;
  flex: 100%;
}
.offset-xl-6 {
  margin-left: 0;
  width: 100%;
  max-width: 615px;
}
.ul-main {
  font-size: 24px;
  list-style: none;
  padding-inline-start: 0px;
}
.ul-main li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
}
.ul-main li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #814600;
  left: 0;
}
.offset-xl-4 {
  margin-left: 0;
}



@media screen and (max-width: 768px) and (min-width: 320px) {
  .filter-wrapper {
		flex-direction: column;
	}
	.class-75,
  .class-76 {
		width: 100%;
	}
	#footer_index .container:before{
		right: 0;
}
#contacts .contacts_text_container {
  margin: 0;
}
#contacts .h3-contacts {
  margin: 0;
}
#contacts .contacts_form{
  padding-left: 0;
  margin-left: 0;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
#contacts .c_input {
  width: calc(100% - 30px);
}
.row {
  justify-content: center;
}
#contacts .c_submit {
  margin: auto;
}
#about .about_text_container {
  display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 290px;
margin-left: 0;
flex: 0 0 100%;
padding: 10px;
}
#about .about_text_container h4 {
  display: none;
}
.about_text_container img {
  width: 100%;
  height: auto;
}
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  #contacts .contacts_form{
    padding-left: 0;
    margin-left: 0;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
    #contacts .contacts_form h3 {
      width: 100%;
    }
    #contacts .c_submit {
      margin: auto;
    }
}
@media screen and (max-width: 1550px) and (min-width: 1201px) {
  .filter-wrapper {
		flex-direction: column;
	}
	.class-75,
  .class-76 {
		width: 100%;
	}
}


.web_studio_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-header {
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  max-width: 100px;
   justify-content: space-between;
   margin-bottom: 5px;
  }
  .social-header a{
   width: 30px;
   height:30px;
   background-size:cover;
   background-repeat: no-repeat;
  }
  .social-header a:nth-child(1){
  background-image:url(/images/insta-b.png);
  }
   .social-header a:nth-child(2){
  background-image:url(/images/fb-b.png);
  }
   .social-header a:nth-child(3){
  background-image:url(/images/vk-b.png);
  }

@media screen and (max-width: 768px) and (min-width: 320px) {
  .social-header {
    display: none;
  }
}
