/* .container-fluid{
    max-width: 1360px;
} */
/*Убираем синюю обводку бутстрапа со всего*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
input:focus,
input:active:focus,
select:active:focus,
select:focus,
form-control:focus,
form-control:active:focus{
border-color: inherit!important;
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
-webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus{
    -webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
/*Хедер и футур*/
.container-all{
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
/*Хедер 1 с гамбургером, меню, корзиной заказа и формой на кнопке "оформить заказ"*/
.a_none_header1,
.a_none_header1:hover{
    font-family: 'Cormorant Garamond Regular';
    font-size: 22px;
    color: black !important;
    text-decoration: none;
}
.navbar-light1 .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(212, 87, 3, 0.8)' stroke-width='1.5' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-my{
    border-color: #d45703 !important;
    border-radius: 0;
}
.navbar-toggler-my:focus{
    outline: #d45703 !important;
    border-radius: 0;
}
/*Хедер 2 с логотипом, поиском, телефоном и формой на кнопке "получить консультацию"*/
.header2{
    background: #252525;
}
.text_phone_header2,
.text_phone_header2:hover{
    font-family: 'Garamond Bold';
    font-size: 20px;
    text-decoration: none;
    color: white;
    line-height: 1.1;
}
.text_consult_header2,
.text_consult_header2:hover{
    font-family: 'Cormorant Garamond Medium';
    font-size: 16px;
    text-decoration: none;
    color: white;
    line-height: 1.1;
    border-bottom: 1px solid #d45703;
}
.poisk{
    border-radius: 0px;
    height: 35px;
    width: 35vw;
    font-family: 'Cormorant Garamond Regular';
    font-size: 18px;
    border: none;
    outline-color:transparent;
}
.poisk2{
    border-radius: 0px;
    height: 30px;
    width: 220px;
    font-family: 'Gotham Pro Bold';
    font-size: 12px;
    line-height: 1;
    background: #d45703;
    color: black !Important;
    border: none;
    text-align: center;
}
.poisk2::-webkit-input-placeholder{
    color: black;
}
.poisk2:-ms-input-placeholder{
    color: black;
}
.poisk2::placeholder{
    color: black;
}

/*Хлебные крошки*/
.breadcrumb_rem{
    background: transparent;
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
}
.breadcrumb_none,
.breadcrumb_none:hover{
    text-decoration: none;
    color: #252525;
}
.breadcrumb-item.active{
    color: #252525;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #252525;
}

/*Футур*/
.futur{
    background: #252525;
}
.futur_text1{
    color: #d45703;
    font-family: 'Garamond Bold';
    font-size: 18px;
}
.futur_text2,
.futur_text2:hover{
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
    color: white;
    text-decoration: none;
}
.futur_text3,
.futur_text3:hover{
    font-family: 'Garamond Bold';
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.btn_futur,
.btn_futur:hover{
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    border: 2px solid #d45703;
    border-radius: 0;
    color: white;
}

/*Модальное окно*/
.modal-content-main{
    background: #252525;
    border: none !important;
    border-radius: 0;
}
.close,
.close:hover,
.close:active{
    color: #d45703;
    opacity: 1;
    font-weight: 400;
    font-size: 1.8rem;
    border: transparent;
    outline: none;
}
.form1,
.form1:hover,
.form1:focus,
.form1:active{
    background: transparent;
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #d45703;
    font-family: 'Cormorant Garamond Regular';
    font-size: 18px;
    color: white;
}
.form1::-webkit-input-placeholder{
    color: white;
}
.form1:-ms-input-placeholder{
    color: white;
}
.form1::placeholder{
    color: white;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 10em #facb55 inset !important;
  -webkit-text-fill-color: black !important;
}
.form1::-moz-selection{
    background-color: transparent;
}
.form1::selection{
    background-color: transparent;
}
.modal_text1{
    font-family: 'Garamond Bold';
    font-size: 22px;
    color: #d45703;
}
.modal_text2{
    font-family: 'Cormorant Garamond Medium';
    font-size: 16px;
    color: white;
    line-height: 1.3;
}
.a_none_modal,
.a_none_modal:hover{
    text-decoration: none;
    color: #d45703; 
    font-family: 'Garamond Bold';
    font-size: 16px;
}
.btn_form_zakaz{
    font-family: 'Gotham Pro Medium';
    border: 2px solid #d45703;
    border-radius: 0px;
    background: #d45703;
}


/*Главная страница*/
/*Слайдер*/
.slide_main{
    width: 100%;
    height: 37vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-dots{
    top: 15px;
    left: 37.5vw;
}
.slick-dots li button:before {
 font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•'; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    z-index: 100;
}
.prev{
    background-image: url(../images/prev_arrow.png);
    position: absolute;
    z-index: 10;
    left: 3vw;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.next{
    background-image: url(../images/next_arrow.png);
    position: absolute;
    z-index: 10;
    right: 3vw;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.slider_main{
    position: relative;
}
.fon_slider{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    width: 100%;
    height: 37vw;
}
.text1_slide{
    font-family: 'Gotham Pro Bold';
    font-size: 32px;
    color:#ff8a00;
}
.text2_slide{
    font-family: 'Cormorant Garamond Regular';
    font-size: 26px;
    color: white;
}
.btn_slide,
.btn_slide:hover{
    width: 170px;
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    color:#d45703;
    height: 45px;
    border: 2px solid #d45703;
    border-radius: 0;
}
.a_podbor,
.a_podbor:hover,
.a_podbor:focus{
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    color:#d45703;
    height: 45px;
    border: 2px solid #d45703;
    border-radius: 0;
    width: 290px;
}
/*Каталог брендов*/
.zagolovok{
    font-family: 'Garamond Bold';
    font-size: 40px;
}
.catalog_perehod,
.catalog_perehod:hover,
.catalog_perehod:focus{
    color:#d45703;
    font-family: 'Cormorant Garamond Nedium';
    font-size: 18px;
    text-decoration: none;
}
.brend_border{
    border:1px solid black;
    height: 8vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn_vse_brendy{
    background: #d45703;
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    border-radius: 0;
}
/*О компании*/
.about_img{
    background-image: url(../images/b60.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-left: 175px;*/
}
.about1{
    position: relative;
}
.about_fon1{
    position: absolute;
    /*background-image: url(../images/about_img1_main.jpg);*/
    width: 100px;
    background-size: contain;
    background-position: left bottom;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    left: -100px;
    
}
.about_fon2{
    position: absolute;
    /*background-image: url(../images/about_img3_main.png);*/
    width: 260px;
    height: 210px;
    background-repeat: no-repeat;
    top: 20px;
    right: -100px;
    background-position: top right;
    background-size: contain;

}
.about_text_main{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
}
.btn_about_main{
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    border: 1px solid #d45703;
    border-radius: 0;
    width: 190px;
}

/*Страница Все новости*/
.novost{
    min-height: 200px;
}
.news_data{
    font-family: 'Garamond Pro Regular';
    font-size: 16px;
}
.news_zag{
    font-family: 'Garamond Bold';
    font-size: 20px;
}
.news_zag_one{
    font-family: 'Garamond Bold';
    font-size: 30px;
}
.news_text{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
}
.btn_news{
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    border: 2px solid #d45703;
    border-radius: 0;
    width: 150px;
}
.news_foto{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*Пагинация*/
.pagination_link,
.pagination_link:hover{
    border: none;
    color: black;
    background: transparent;
    font-family: 'Garamond Pro Regular';
    font-size: 16px;
}
.pagination_item.active .pagination_link{
    background-color: transparent;
    color: #d45703;
    font-family: 'Garamond Bold';
    
}
.pag_font{
    font-size: 28px;
}

/*Страница одной новости*/
.new1_foto{
    min-height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new1_text{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
}
.read_text{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
}

/*Страница О нас*/
.about_dark{
    background: #252525;
}
.text1_about_dark{
    color: white;
    font-family: 'Garamond Bold';
    font-size: 18px;
}
.text2_about_dark{
    color: white;
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
}
.text3_about_dark{
    color: #ff8a00;
    font-family: 'Garamond Bold';
    font-size: 40px;
}
.about_spisok{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
    counter-reset: myCounter;
}
.about_spisok_li:before{
    counter-increment: myCounter;
    content:counter(myCounter);
    color: black;
    border: 1px solid #d45703;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 5px 0px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-family: 'Garamond Bold';
}

/*Страница Оплата и доставка*/
.text_about_address{
    color: white;
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
    line-height: 1.3;
}

/*Страница Контакты*/
.text1_contacts{
    font-family: 'Cormorant Garamond Medium';
    font-size: 20px;
}
.contacts_zag{
    font-family: 'Garamond Bold';
    font-size: 22px;
}
.a_none_contacts,
.a_none_contacts:hover{
    font-family: 'Cormorant Garamond medium';
    font-size: 20px;
    color: black;
    text-decoration: none;
}
.form_contacs{
    border: 1px solid black;
    border-radius: 0;
    font-family: 'Cormorant Garamond Regular';
    font-size: 20px;
    line-height: 1.3;
    color: black;
}
.btn_form_contacts{
    font-family: 'Garamond Bold';
    font-size: 18px;
    border: 1px solid #d45703;
    border-radius: 0;
}
textarea{
    resize: none;
}

/*Страница Корзина*/
.basket_none{
    border: 2px solid #d45703;
    text-align: center;
    font-family: 'Cormorant Garamond Regular';
    font-size: 24px;
}
.btn_basket_none{
    font-family: 'Gotham Pro Bold';
    font-size: 18px;
    background: #d45703;
    border-radius: 0;
}
.basket_thanks{
    background: #252525;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
}
.text1_thanks{
    font-family: 'Garamond Bold';
    font-size: 20px;
    color: #d45703;
}
.text2_thanks{
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
    color: white;
}
.btn_thanks{
    font-family: 'Garamond Bold';
    font-size: 18px;
    color: #d45703;
    border: 2px solid #d45703;
    border-radius: 0;
}
.basket_full_zag{
    background: #252525;
    color: #d45703;
    font-family: 'Garamond Bold';
    font-size: 20px;
}
.basket_full_foto{
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.text1_basket_full{
    font-family: 'Garamond Pro Regular';
    font-size: 16px;
}
.text1_basket_full:focus{
    outline: none;
}
.basket_full_cena::after{
    content: ' BYN'
}
.text2_basket_full{
    font-family: 'Garamond Bold';
    font-size: 17px;
}
.minus{
    width: 15px;
    height: 15px;
}
.basket_full_row{
    border-bottom: 1px solid black;
}
.basket_full_all{
    font-family: 'Garamond Bold';
    font-size: 20px;
}
.btn-del,
.btn-del:hover{
    color: #d45703;
}
.basket_form{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
}
.basket_form_zag{
    font-family: 'Garamond Bold';
    font-size: 18px;
}
.text1_basket_form{
    font-family: 'Garamond Pro Regular';
    font-size: 18px;
}
.text2_basket_form{
    font-family: 'Garamond Bold';
    font-size: 16px;
}
.text2_basket_form::after{
    content: ' BYN';
}
.text3_basket_form{
    font-family: 'Garamond Pro Regular';
    font-size: 15px;
    line-height: 1.3;
}
.basket_form_input {
    border: 1px solid black;
    border-radius: 0;
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
    height: 42px;
}
.btn_basket_form{
    font-family: 'Gotham Pro Bold';
    font-size: 16px;
    background: #d45703;
    border-radius: 0;
    height: 50px;
}

/*Каталог общая*/
.row_catalog_menu{
    background: #252525;
    border-bottom: 1px solid #d45703;
}
.a_catalog_menu,
.a_catalog_menu:hover{
    font-family: 'Garamond Bold';
    font-size: 18px;
    color: white;
    text-decoration: none;
}
.text_catalog_ul{
    font-family: 'Garamond Bold';
    font-size: 26px;
    color: #d45703;
    line-height: 1;
}
.a_catalog_right,
.a_catalog_right:hover{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
    color: black;
    text-decoration: none;
}
.text1_select_catalog{
    font-family: 'Garamond Bold';
    font-size: 16px;
}
/*Select2 в каталоге*/
.select2-container .select2-selection--single .select2-selection__rendered{
    font-family: 'Cormorant Garamond Regular';
    font-size: 18px;
/*    width: 250px;*/
    text-align: start;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #d45703;
    border-radius: 0;
    width: 250px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-left: 230px;
    right: auto;
}
.select2-container--default .select2-selection--single:focus{
    outline: none;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #d45703;
}
.select2-container--default .select2-results>.select2-results__options{
    font-family: 'Cormorant Garamond Regular';
    font-size: 18px;
    line-height: 1;
}
.select2-results__option{
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: black;
}
.select2-container:focus,
.select2-container:active{
    outline: none;
}
.select2-container--open .select2-dropdown--below{
    border-radius: 0;
    width: 250px !important; 
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 100px;
}

/*Один каталог*/
.container-my {
    width:80%;
    padding-left:10%;
    padding-right:10%;
    
}
.container-my img {
    width: 100%;
    border: 1px solid black;
    height: 35vw;
}
div.magnify-large{
    border-radius: 0;
    border: 2px solid #d45703;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* width:180px !important; */
    /* height:180px !important; */
}
.prev1{
    background-image: url(../images/prev1_arrow.png);
    position: absolute;
    z-index: 10;
    left: 3vw;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.next1{
    background-image: url(../images/next1_arrow.png);
    position: absolute;
    z-index: 10;
    right: 3vw;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.catalog_tab_zag{
    font-family: 'Garamond Bold';
    font-size: 20px;
    background: #252525;
    color: #d45703;
}
.catalog_tab_row{
    border-bottom: 1px solid black;
    font-family: 'Garamond Pro Regular';
    font-size: 14px;
    min-height: 80px;
}
.catalog_tab_row:last-child{
    border-bottom:none;
}
.input_number{
    width: 2.8rem;
}
.input_number:focus{
    outline: none;
}
.border_none{
    border-bottom: none;
}
.catalog_tab_foto{
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalogAbout_cena{
    font-family: 'Garamond Pro Regular';
    font-size: 14px;
}
.catalogAbout_cena::after{
    content: ' BYN';
}
.button_in_backet:focus{
    outline:none;
}

/*Страница одного продукта*/

.product_text1{
    font-family: 'Garamond Pro Regular';
    font-size: 20px;
}
.product_text2{
    font-family: 'Garamond Bold';
    font-size: 20px;
}
.green_text{
    color: #0ec200;
}
.red_text{
    color: #ff3131;
}
.orange_text{
    color: #d45703;
}
.product_number{
    font-family: 'Garamond Pro Regular';
    font-size: 14px;
}
input.active{
    outline: none;
}
.product_text3{
    font-family: 'Garamond Pro Regular';
    font-size: 16px;
    line-height: 28px;
}
.product_cena{
    font-family: 'Gotham Pro Medium';
    font-size: 22px;
    background: #d45703;
    line-height: 36px;
}
.product_cena::after{
    content: ' BYN';
}
.product_bascket{
    font-family: 'Gotham Pro Medium';
    font-size: 14px;
    border: 1px solid #d45703;
}
.product_bascket a{
    color: black;
    line-height: 28px;
}
.product_bascket_add{
    font-family: 'Gotham Pro Medium';
    font-size: 14px;
    background: #d45703;
    border: none;
    line-height: 30px;
    border-radius: 0;
}


/*Адаптация*/
@media(max-width:1200px){
    /*Страница Корзина*/
.basket_full_zag{
    font-size: 16px;
}
.basket_full_foto{
    height: 70px;
}
.text1_basket_full{
    font-size: 16px;
}
.text2_basket_full{
    font-size: 14px;
}
.minus{
    width: 13px;
    height: 13px;
}
.basket_full_all{
    font-size: 18px;
}
.basket_form_zag{
    font-size: 17px;
}
.text1_basket_form{
    font-size: 16px;
}
.text2_basket_form{
    font-size: 16px;
}
.text3_basket_form{
    font-size: 14px;
}
.basket_form_input {
    font-size: 15px;
    height: 35px;
}
.btn_basket_form{
    font-size: 14px;
    height: 40px;
}
    
/*Один каталог*/
.catalog_tab_zag{
    font-size: 16px;
}

}

@media(max-width:992px){
/*Хедер и футур*/
.header_small{
    background: #252525;
    border-bottom: 1px solid white;
}
.backet_header1{
    width: 45px;
}
.navbar-offcanvas-my{
    background: #252525;
    padding-top: 20px;
}
.a_none_header1,
.a_none_header1:hover{
    font-family: 'Cormorant Garamond Regular';
    font-size: 20px;
    color: white!important;
    text-decoration: none;
    padding-bottom: 0px;
}
.text_consult_header2,
.text_consult_header2:hover{
    font-size: 20px;
    width: 120px;
    text-align: center;
    margin-top: 15px;
    margin-left: 20%;
}
/*Главная страница*/
/*Слайдер*/
.text1_slide{
    font-family: 'Gotham Pro Bold';
    font-size: 24px;
    color:#ff8a00;
    margin-left: 50px;
}
.text2_slide{
    font-family: 'Cormorant Garamond Regular';
    font-size: 20px;
    color: white;
    margin-left: 50px;
}
.btn_slide,
.btn_slide:hover{
    width: 170px;
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    color:#d45703;
    height: 40px;
    border: 2px solid #d45703;
    border-radius: 0;
    margin-left: 50px;
}
.a_podbor{
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    color:#d45703;
    height: 45px;
    border: 2px solid #d45703;
    border-radius: 0;
    width: 260px;
    margin-left: 50px;
}
.slide_main{
    min-height: 270px;
}
.slick-dots li button:before {
 font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 30vw;
  left: -35vw;
  width: 20px;
  height: 20px;
  content: '•'; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    z-index: 100;
}
.prev{
    background-image: url(../images/prev_arrow.png);
    position: absolute;
    z-index: 10;
    left: 3vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.next{
    background-image: url(../images/next_arrow.png);
    position: absolute;
    z-index: 10;
    right: 3vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.slider_main{
    position: relative;
}
.fon_slider{
    min-height: 270px;
}
/*Каталог брендов*/
.zagolovok{
    font-family: 'Garamond Bold';
    font-size: 26px;
}

/*Страница Все новости*/
.novost{
    min-height: 200px;
}
.news_data{
    font-family: 'Garamond Pro Regular';
    font-size: 14px;
}
.news_zag{
    font-family: 'Garamond Bold';
    font-size: 16px;
}
.news_zag_one{
    font-family: 'Garamond Bold';
    font-size: 24px;
}
.news_text{
    font-family: 'Cormorant Garamond Regular';
    font-size: 14px;
}
.btn_news{
    font-family: 'Gotham Pro Medium';
    font-size: 14px;
    border: 2px solid #d45703;
    border-radius: 0;
    width: 130px;
}

/*Страница одной новости*/
.new1_foto{
    min-height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new1_text{
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
}
.read_text{
    font-family: 'Cormorant Garamond Regular';
    font-size: 14px;
}

/*Страница О нас*/
.text1_about_dark{
    font-size: 16px;
}
.text2_about_dark{
    font-size: 14px;
}
.text3_about_dark{
    width: 100%;
    margin-bottom: 15px;
}
.about_dark_md{
    width: 25%;
}
.about_spisok{
    font-family: 'Cormorant Garamond Regular';
    font-size: 17px;    
}


/*Страница Оплата и доставка*/
.text_about_address{
    font-size: 17px;
}

/*Страница Контакты*/
.text1_contacts{
    font-size: 17px;
}
.contacts_zag{
    font-size: 18px;
}
.a_none_contacts,
.a_none_contacts:hover{
    font-size: 17px;
    line-height: 1.3;
}
.form_contacs{
    font-size: 17px;
    line-height: 1.2;
}
.btn_form_contacts{
    font-size: 16px;
}

/*Страница Корзина*/
.basket_none{
    font-size: 22px;
}
.btn_basket_none{
    font-size: 16px;
}    
.text1_thanks{
    font-size: 18px;
}
.text2_thanks{
    font-size: 14px;
}
.btn_thanks{
    font-size: 16px;
    border: 1px solid #d45703;
}

/*Страница одного продукта*/
.product_text1{
    font-size: 16px;
}
.product_text2{
    font-size: 16px;
}
.product_number{
    font-size: 12px;
}
.product_text3{
    font-size: 13px;
    line-height: 20px;
}
.product_cena{
    font-size: 18px;
    line-height: 30px;
}
.product_bascket{
    font-size: 13px;
}
.product_bascket a{
    line-height: 30px;
}
.product_bascket_add{
    font-size: 13px;
    line-height: 30px;
}
   
}

@media(max-width:768px){
/*Главная страница*/
/*Слайдер*/
.text1_slide{
    font-family: 'Gotham Pro Bold';
    font-size: 18px;
    color:#ff8a00;
}
.text2_slide{
    font-family: 'Cormorant Garamond Regular';
    font-size: 16px;
    color: white;
}
.btn_slide,
.btn_slide:hover{
    width: 150px;
    font-family: 'Gotham Pro Medium';
    font-size: 14px;
    color:#d45703;
    height: 40px;
    border: 2px solid #d45703;
    border-radius: 0;
    
}
.slide_main{
    min-height: 270px;
}
.slick-dots li button:before {
 font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 210px;
  left: -35vw;
  width: 20px;
  height: 20px;
  content: '•'; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    z-index: 100;
}
.prev{
    background-image: url(../images/prev_arrow.png);
    position: absolute;
    z-index: 10;
    left: 1vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.next{
    background-image: url(../images/next_arrow.png);
    position: absolute;
    z-index: 10;
    right: 1vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
}
.slider_main{
    position: relative;
}
.fon_slider{
    min-height: 270px;
}
/*Каталог брендов*/
.zagolovok{
    font-family: 'Garamond Bold';
    font-size: 24px;
}    

/*Страница Все новости*/
.news_foto{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

/*Страница О нас*/
.text1_about_dark{
    font-size: 18px;
}
.text2_about_dark{
    font-size: 16px;
}
.text3_about_dark{
    font-size: 28px;
}
.about_dark_md{
    width: 100%;
}
.about_spisok_li:before{
    margin: 0px 10px 0px 0px;
}
    
    /*Страница Корзина*/
.basket_full_zag{
    font-size: 11px;
}
.basket_full_foto{
    height: 70px;
    background-position: center;
}
.text1_basket_full{
    font-size: 14px;
}
.text2_basket_full{
    font-size: 12px;
}
.minus{
    width: 10px;
    height: 10px;
}
.basket_full_all{
    font-size: 18px;
}
.basket_form_zag{
    font-size: 17px;
}
.text1_basket_form{
    font-size: 16px;
}
.text2_basket_form{
    font-size: 16px;
}
.text3_basket_form{
    font-size: 14px;
}
.basket_form_input {
    font-size: 15px;
    height: 35px;
}
.btn_basket_form{
    font-size: 14px;
    height: 40px;
}

/*Один каталог*/
.container-my {
    width:80%;
}
/* div.magnify-large{
    width: 100px !important;
    height: 100px !important;
} */
.prev1{
    left: 0vw;
    width: 30px;
    height: 30px;
}
.next1{
    right: 0vw;
    width: 30px;
    height: 30px;
}
.catalog_tab_zag{
    font-size: 14px;
}
.catalog_tab_row{
    font-size: 12px;
    min-height: 80px;
}
.catalogAbout_cena{
    font-size: 12px;
}
.input_number{
    width: 2rem;
}
/* Одна новость */
 .news_zag_one{
    font-family: 'Garamond Bold';
    font-size: 20px;
}

/*Страница одного продукта*/
.product_text1{
    font-size: 18px;
}
.product_text2{
    font-size: 20px;
}
.product_number{
    font-size: 14px;
}
.product_text3{
    font-size: 16px;
    line-height: 28px;
}
.product_cena{
    font-size: 20px;
    line-height: 36px;
}
.product_bascket{
    font-size: 16px;
}
.product_bascket a{
    line-height: 34px;
}
.product_bascket_add{
    font-size: 16px;
    line-height: 38px;
}
    
}

@media(max-width:576px){
/*Хедер и футур*/
.logo_header{
    max-width: 140px;
}    
.text_phone_header2,
.text_phone_header2:hover{
    font-family: 'Garamond Bold';
    font-size: 18px;
    text-decoration: none;
    color: white;
    line-height: 1.1;
}
.navbar-light1 .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(212, 87, 3, 0.8)' stroke-width='1.5' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-my{
    border-color: #d45703 !important;
    border-radius: 0;
    padding: 4px;
}
.poisk{
    height: 35px;
    width: 35vw;
    min-width: 190px;
    font-family: 'Cormorant Garamond Regular';
    font-size: 18px;
    }
.backet_header1{
    width: 35px;
}
.text_consult_header2,
.text_consult_header2:hover{
    font-family: 'Cormorant Garamond Medium';
    font-size: 18px;
    text-decoration: none;
    color: white;
    line-height: 1.1;
    border-bottom: 1px solid #d45703;
}
    
/*Модальное окно*/
.modal-content-main{
    background: #252525;
    border: none !important;
    border-radius: 0;
}
.close,
.close:hover{
    color: #d45703;
    opacity: 1;
    font-weight: 400;
    font-size: 1.5rem;
}
.form1,
.form1:hover,
.form1:focus,
.form1:active{
    background: transparent;
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #d45703;
    font-family: 'Cormorant Garamond Regular';
    font-size: 14px;
    color: white;
}
.modal_text1{
    font-family: 'Garamond Bold';
    font-size: 20px;
    color: #d45703;
}
.modal_text2{
    font-family: 'Cormorant Garamond Regular';
    font-size: 12px;
    color: white;
}
.a_none_modal,
.a_none_modal:hover{
    text-decoration: none;
    color: #d45703; 
    font-family: 'Garamond Bold';
    font-size: 14px;
}
.btn_form_zakaz{
    font-family: 'Gotham Pro Medium';
    border: 2px solid #d45703;
    border-radius: 0px;
    background: #d45703;
    font-size: 14px;
}
    
/*Главная страница*/
/*Слайдер*/
.text1_slide{
    font-family: 'Gotham Pro Bold';
    font-size: 17px;
    color:#ff8a00;
    margin-left: 30px;
}
.text2_slide{
    font-family: 'Cormorant Garamond Regular';
    font-size: 15px;
    color: white;
    margin-left: 30px;
}
.btn_slide,
.btn_slide:hover{
    width: 150px;
    font-family: 'Gotham Pro Medium';
    font-size: 14px;
    color:#d45703;
    height: 35px;
    border: 2px solid #d45703;
    border-radius: 0;
    margin-left: 30px;
}
.slide_main{
    min-height: 270px;
}
.slick-dots li button:before {
 font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 210px;
  left: -35vw;
  width: 20px;
  height: 20px;
  content: '•'; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    z-index: 100;
}
.prev{
    display: none;
}
.next{
    display: none;
}
.slider_main{
    position: relative;
}
.fon_slider{
    min-height: 270px;
}
/*Каталог брендов*/
.zagolovok{
    font-family: 'Garamond Bold';
    font-size: 18px;
}
/*О нас*/
.about_text_main{
    font-size: 14px;
}

/*Страница одной новости*/
.new1_foto{
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new1_text{
    font-family: 'Cormorant Garamond Regular';
    font-size: 14px;
}
.read_text{
    font-family: 'Cormorant Garamond Regular';
    font-size: 12px;
}
 .news_zag_one{
    font-family: 'Garamond Bold';
    font-size: 18px;
}
 

/*Страница О нас*/
.text1_about_dark{
    font-size: 16px;
}
.text2_about_dark{
    font-size: 14px;
}
.text3_about_dark{
    font-size: 26px;
}
.about_spisok{
    font-size: 14px;
    width: 90%;
}

/*Страница Оплата и доставка*/
.text_about_address{
    font-size: 16px;
}

/*Страница Контакты*/
.text1_contacts{
    font-size: 16px;
    line-height: 1;
}
.contacts_zag{
    font-size: 16px;
}
.a_none_contacts,
.a_none_contacts:hover{
    font-size: 16px;
    line-height: 1.3;
}
.form_contacs{
    font-size: 16px;
    line-height: 1.2;
    max-width: 340px;
}
.btn_form_contacts{
    font-size: 16px;
    max-width: 340px;
}
     
/*Страница Корзина*/
.basket_none{
    font-size: 18px;
}
.btn_basket_none{
    font-size: 14px;
} 
.text1_thanks{
    font-size: 16px;
}
.text2_thanks{
    font-size: 13px;
}
.btn_thanks{
    font-size: 15px;
    border: 1px solid #d45703;
}
.basket_full_zag{
    font-size: 11px;
}
.text1_basket_full{
    font-size: 13px;
}
.text2_basket_full{
    font-size: 13px;
}
.basket_full_all{
    font-size: 15px;
    padding-right: 5px;
}
.btn-del{
    font-size: 12px;
}
.basket_form_zag{
    font-size: 16px;
}
.text1_basket_form{
    font-size: 14px;
}
.text2_basket_form{
    font-size: 14px;
}
.text3_basket_form{
    font-size: 12px;
}
.basket_form_input {
    font-size: 14px;
    height: 35px;
}
.btn_basket_form{
    font-size: 13px;
    height: 35px;
}

/*Каталог общая*/
.text_catalog_ul{
    font-size: 20px;
}
.a_catalog_right,
.a_catalog_right:hover{
    font-size: 14px;
}
.text1_select_catalog{
    font-size: 14px;
}
/*Select2 в каталоге*/
.select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
}
.select2-container--default .select2-selection--single{
    width: 180px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-left: 160px;
}
.select2-container--default .select2-results>.select2-results__options{
    font-size: 14px;
}
.select2-container--open .select2-dropdown--below{
    width: 180px !important; 
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 95px;
}
    
/*Один каталог*/
.container-my img {
    min-height: 180px;
}
/* div.magnify-large{
    width: 100px !important;
    height: 100px !important;
} */
.prev1{
    left: 0vw;
    width: 20px;
    height: 20px;
}
.next1{
    right: 0vw;
    width: 20px;
    height: 20px;
}
.catalog_tab_zag{
    font-size: 14px;
}
.catalog_tab_row{
    font-size: 12px;
    min-height: 80px;
}
.catalogAbout_cena{
    font-size: 12px;
}
.catalog_tab_foto{
    min-height: 150px;
}
.basket_catalog{
    width: 20px;
}

/*Страница одного продукта*/
.product_text1{
    font-size: 14px;
}
.product_text2{
    font-size: 16px;
}
.product_number{
    font-size: 14px;
}
.product_text3{
    font-size: 14px;
    line-height: 24px;
}
.product_cena{
    font-size: 14px;
    line-height: 36px;
    height: 44px;
}
.product_bascket{
    font-size: 14px;
}
.product_bascket a{
    line-height: 34px;
}
.product_bascket_add{
    font-size: 14px;
    line-height: 36px;
}
.minus1{
    width: 15px;
    height: 15px;
}
    
}

@font-face {
font-family: 'Cormorant Garamond Regular';
src: url('../fonts/CormorantGaramond-Regular.eot');
src: url('../fonts/CormorantGaramond-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/CormorantGaramond-Regular.woff') format('woff'),
url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* @font-face {
font-family: 'Cormorant Garamond Medium';
src: url('../fonts/CormorantGaramond-Medium.ttf');
} */
@font-face {
font-family: 'Cormorant Garamond Medium';
src: url('../fonts/CormorantGaramond-SemiBold.eot');
src: url('../fonts/CormorantGaramond-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/CormorantGaramond-SemiBold.woff') format('woff'),
url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Garamond Bold';
src: url('../fonts/7227.ttf');
}

@font-face {
font-family: 'Garamond Pro Regular';
src: url('../fonts/AGaramondPro-Regular.otf');
}

@font-face {
font-family: 'Gotham Pro Bold';
src: url('../fonts/GothamPro-Bold.eot');
src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/GothamPro-Bold.woff') format('woff'),
url('../fonts/GothamPro-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Gotham Pro Medium';
src: url('../fonts/GothamPro-Medium.eot');
src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/GothamPro-Medium.woff') format('woff'),
url('../fonts/GothamPro-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}