@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800&display=swap');
/* @import url('/css/font-awesome.min.css'); */

body{
    margin: 0px; padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color:#303538;
    font-weight: 400;
}

section{
    width: 1200px;
}

h1,h2,h3,h4,p{
    margin: 0px;
    padding: 0px;
}

p, li{
    line-height:1.6em;
    letter-spacing: 0.4px;
}

a{
    text-decoration: none!important;
    cursor: pointer !important;
}

h2{
    font-size:50px;
    font-weight: 400;
}
h3{
    font-size:40px;
}

strong{
    font-weight: 400;
}

a{
    color: #2280cc;
}

a:hover{
    opacity: 0.7;
}


.header{
    /* margin-bottom: 60px; */
    margin-top: 10px;
}

.header_tel{
    margin-left: 100px;
    color:#000;
    font-weight: 600;
    font-size:18px;
}

svg{
    fill: #828181;
    fill-rule: evenodd;
}


textarea, select, input[type='number'], input[type='password'], input[type='search'], input[type='text'], input[type='tel'], input[type='date'], input[type='email'], .but, .but_poisk {
    border-radius: var(--border-radius);
}



.header{
    margin-top: 30pxF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header img {
    margin-right: 5px;
}


.header_right{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    width: 100%;
}


.header-block{
    width: 42%;
}

.header h3{
    font-weight: 600;
    text-align: right;
    font-size: 20px;
}

.logo{
    height: 50px;
}

.line{
    background: #ececec;
    height: 1px;
    width: 100%;
    margin: 7px 0px;
}

.topMenu{
    background: var(--color-gl); 
    width: 100%;
    height:47px; 
}


.menu .menu_a{
    padding: 15px 25px;
    position: relative;
    top: -2.5px;
}

.menu .dropbtn, .menu .menu_a{
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.33em;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.menu .menu_a:hover{
    background-color: var(--color-gl-hover); 
    opacity: 1;
}

.menu a>img{
    position: relative;
    top:2px;
    left:-5px;
}


.menu-poisk{
    display: flex;
}


.modal-zag{
    position: relative;
    top:10px;
}


.cartTop{
    margin-left: 20px;
}
.cartTop img{

}

.cartTop t{
    font-size:14px;
}
.cartTop p{
    font-size:12px;
}


/*Меню с выподающим списком для кнопки в магазине клиента (shop)*/
.topMenu .dropbtn {
    display: flex;
    align-items: center;
    background: var(--color-gl);
    color: white;
    padding:17px 15px 13px 15px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}
.topMenu .dropdown:hover .dropbtn {background-color: #576bad;}

.topMenu .dropbtn img{
  height: 16px;
  width: 16px;
  margin-right: 16px;
  margin-top:-5px;
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid #CCC;
    border-radius: var(--border-radius);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color: #FFFFFF; background-color: var(--color-gl); border-radius: var(--border-radius);}

.dropbtn:focus ~ .dropdown-content, .dropbtn:active ~ .dropdown-content, .dropdown-content:hover {display: block;}

.dropdown:hover .dropbtn {background-color: #576bad;}

/*КОНЕЦ  Меню с выподающим списком*/










#block-fortune-cart
{
  background-color: #d25de6;
  margin-right: 10px;
  border-radius: 6px;
  padding: 10px;
  color:#FFFFFF;
  font-size:16px;
  display: none;
}

#block-fortune-cart a{
  color:#FFFFFF;
}

.catGl a{
    font-size:22px;
    margin: 5px 10px;
}



.fon-black{
    background: #000000;
    width: 100%;
    height: 80px;
    margin-top: 100px;
    margin-bottom: 30px;
    padding-top: 50px;
}

.fon-black a{
    color: #FFFFFF;
}


.select-goods{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8px;

    margin-bottom: 10px;
}

.select-goods-gl {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 60px;
}
.select-poisk{
    min-height: 670px;
}

.select-goods-recomend{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.goods-body{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    width: calc((98% / 4));
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    border-radius: var(--border-radius);
}

.goods-body .goods-body-div{
    min-height: 354px;
    box-sizing: border-box;
    padding: 8px;
}

.goods-body .goods-body-div .goods-body-height{
    height: 360px;
}

.goods-body:hover{
    border: 1px solid #CCCCCC;
    cursor: pointer;
    z-index: 10;
}

.goods-img-select {
    width: 100%;
    height: 264px;
    text-align: center;
    align-content: center;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* .goods-img-select img{
    width: -webkit-fill-available;
    position: relative;
    max-height: 90%;
} */

.goods-name{
    color:#444444;
    margin-top: 10px;
    display: block;
}

.goods-name:hover{
    color:#2441e4;
}

.goods-cena{
    font-size:14px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods-cena b{
    font-weight: 600;
    font-size:16px;
}

.goods-footer-select{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods-footer-select b{
    color:#494949;
    font-weight: 400;
    font-size: 18px;
}

.cena-select{
    font-size: 14px;
    font-weight: 400;
    color: #B2B2B2;
}


.goods-filter select{
    color:#444444;
    font-size:14px;
}

.goods-filter .no-border{
    border: none !important;
    width: auto;
}

.goods-filter .shop_select{
    width: auto;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}


.goods_img_link_gl{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
}

.goods_img_link_gl, .goods_img_link{
    cursor: pointer;
    border-radius: var(--border-radius);
}




.zag-goods{
    font-size:24px;
    word-break: break-all;
    /* margin-bottom: 60px; */
}

.left-top-goods{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.goods-img{
    min-width: 500px;
    margin-right: 60px;
}
.goods-img .img-cart{
    width: 250px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.goods-content{
    width: fit-content;
}

.goods-cena{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.goods-cena-cart-but{
    display: flex;
    justify-content: flex-start;
}


.goods-col{
    font-size: 14px;
    color: #B2B2B2;
    margin-left: 10px;
    margin-top: 10px;
}

.goods_but{
    padding: 18px 5px;
    background-color: var(--color-gl);
    color: #FFFFFF;
    text-align: center;
}
.goods_but:hover{
    opacity: 0.7; 
}

.goods-footer{
    margin-top: auto;
    display: block;
}

.goods-footer a{
   margin-top: 10px;
   margin-top: 8px;
   font-size: 14px;
   font-weight: 500;
   color: #1FA2CC;
}

.goods-footer b{
   font-size: 20px;
}



.goods-body .goods_but{
    border-radius: 0px 0px var(--border-radius) 0px;
}

.goods-cena-cart-but .goods_but{
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

.goods-body .input-number__input{
    border-radius: 0px var(--border-radius);
}

.goods-cena-cart-but .fon-input-number-bottom{
    top:46% !important;
}



#showmore-triger {
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:18px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#showmore-triger i{
    margin-right: 10px;
}
 
/* Вывод товаров */
.prod-list {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.prod-item {
	width: 174px;
	height: 230px;
	float: left;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 20px 20px 0;
	text-align: center;
	border-radius: 6px;
}
.prod-item-img {
	width: 100%;
}
.prod-item-name {
	font-size: 13px;
	line-height: 16px;
}
 
.prod-list .prod-item:nth-child(3n) {
	margin-right: 0
}






.social_block_fixed {
    padding: 5px;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 35px;
    right: 5%;
    border-radius: var(--border-radius);
    border: 1px solid #E5E5E5;
    z-index: 11;
}
.social_block_fixed a {
    color: var(--color-dop);
    padding: 5px;
    font-size: 32px !important;
}





































.footer{
    margin-top: 40px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.container{
    min-height: 400px;
}

.zag{
    font-size: 40px;
    font-weight: 600;
}















.urlAdress{
    margin-bottom: 10px;    
}

.urlAdress a{
    color:#8b8b8b;
    font-size: 14px;
    cursor: pointer;

}

.breadcrumbs__separator{
    position: relative;
    zoom: 1;
    bottom: -1px;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 0 9px;
    border: none;
}

.breadcrumbs__separator:nth-last-child(1){
    display: none;
}

.catBlock {
    border-radius: var(--border-radius);
    text-align: center;
    cursor: pointer !important;
    border:1px solid #CCC;
    background: #f7f7f7;

    width: calc((98% / 3));
    margin: -1px -1px 0 0;
    box-sizing: border-box;
    padding: 15px 8px 15px 8px;
}

.catBlock:hover {
    opacity: 0.7;
    box-shadow: 0px 4px 4px rgba(0.4, 0.4, 0.4, 0.4);
    border:1px solid #cccccc00;
    z-index: 10;
}

.catBlock a{
    color:#444444;
}

.catBlock:hover a{
    color:#1e59da;
}

.imgBlog {
    height: 100px;
    width: 100px;
    margin: auto;
    background-color: #ffe165;
    margin-top: 20px;
    margin-bottom: 30px;
}



.forma_reg{
    text-align: center;
    width: 280px;
}


.faq_content div{
    text-align: left;
    width: 46%;
}
.forma_faq{
    width: 100%;
}

.forma_faq div{
    width: 100%;
}

.forma_faq input{
    width: 45%;
    height: 30px;
    background: #ededed;
    border-radius: 0px;
    border: 1px solid #bcbcbc;
    margin-right:0px;
}

.forma_faq textarea{
    width: 96.1%;
    height: 146px;
    background: #ededed;
    border: 1px solid #bcbcbc;
    border-radius: 0px;
    margin-right:0px;
}

.forma_faq .chek{
    width: 14px;
    height: 14px;
}

.forma_faq p{
    margin-left: 10px;
    font-size:12px;
    text-align: left;
    position: relative;
    top:-2px;
}

.forma_faq .faqButton{
    width: 180px;
    height: 40px;
    background: #f4ad39;
    color:#FFFFFF;
    border: 0px;
    cursor: pointer;
}

.forma_faq .faqButton:hover{
    opacity: 0.7;
}

.faq h3{
    font-size:26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq_zag{
    margin: 40px 0px 20px 0px;
}



.poisk_block{
    margin-top: 10px;
    margin-bottom: 10px;
}

.poisk input[type='text'], .poisk select{
    background: #ededed;
    border-radius: 0px;
    font-size:20px;
}

.poisk input[type='text']{
    height: 33px;
    width: 100%;
}
.poisk select{
    height: 54px;
    width: 150px;
}

.poisk input[type='submit']{
    padding: 10px;
    border-radius: 0px;
    border: 0px;
    height: 53px;
    width: 160px;
    font-size:22px;
    background: #f4ad39;
    color: #FFFFFF;

}

.but_poisk{
    display: flex;
    background: var(--color-dop);
    padding: 12px 15px;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}

.but_poisk:hover{
    background: var(--color-dop-hover);
}

.but_poisk i{
    margin-right: 5px;
}

.zagPoisk{
    font-size:26px;
}



.zagPoisk{
    font-size:26px;
}

.but_vhod{
    padding: 10px 15px;
    margin-right: 8px;
    background: #f4ad39;
    color: #FFFFFF;
    border-radius: var(--border-radius);
}

.but_vhod:hover{
    opacity: 0.7;
}

.ico_but{
    display: flex;
    margin:0px 10px;
    align-items: center;
    font-size: 11px !important;
    color:#444444;
}
.ico_but svg{
    margin-right: 10px;
}

/* .but_slide{
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:3px;
    margin: 0px 10px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}

.but_slide svg{
    fill: #1e59da !important;
}

.but_slide:hover svg{
    fill: #ffffff !important;
}

.but_slide:hover{
    background: #1e59da;
    border: 1px solid #444444;
} */

input[type="submit"]{
    background: var(--color-dop);
    padding: 10px 15px;
    color: #FFFFFF;
    border:0px;
    border-radius: var(--border-radius);
    height: 40px;
}
input[type="submit"]:hover{
    background: var(--color-dop-hover);
    opacity: 1;
}















/* Оформление панели */
/*--------------------------------*/

.selectCategoriy {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.selectCategoriy a{
    color:#FFFFFF !important;
}

.selectCategoriy li{
    margin-left: 30px;
}

#side-checkbox {
    display: none;
}
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left:-99%;
    background: #2b2d2e;
    transition: all 0.5s;
    width: 90%;
    height: 100vh;
    overflow: auto;
    color: #FFF;
    padding: 40px 20px;
}
.side-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #710085;
}
/* Оформление кнопки на странице */
.side-button-1{
    margin-right: 8px;
    background: #6f7578;
    padding: 10px 15px;
    color:#FFFFFF;
}


.side-button-1-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}

.side-button-1:hover,
.side-button-1:active,
.side-button-1:focus {
    cursor: pointer;
    opacity: 0.7;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}
/* Оформление кнопки на панеле */
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #BFE2FF;
    transition: all 280ms ease-in-out;
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);
    color: #FFF;
}
/*---------------------------------------*/






/* ul-treefree */
ul.ul-treefree { padding-left:25px; }
ul.ul-treefree ul {
    margin:0;
    padding-left:6px;
}

ul.ul-treefree li {
    position:relative;
    list-style:none outside none;
    border-left:solid 1px #b7b7b7;
    margin:0;
    padding:0 0 6px 19px;
    line-height:23px;
}

ul.ul-treefree li:before { content:'';
    display:block;
    border-bottom:solid 1px #b7b7b7;
    position:absolute;
    width:18px;
    height:11px;
    left:0;
    top:0;
}

ul.ul-treefree li:last-child { border-left:0 none; }
ul.ul-treefree li:last-child:before { border-left:solid 1px #b7b7b7; }
/* input{margin-bottom:3px;}
select{margin-bottom:3px; cursor: pointer;} */
/* ul-dropfree */
ul.ul-dropfree div.drop {
width:11px;
height:11px;
position:absolute;
z-index:10;
top:6px;
left:-6px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAIAAAD0nuopAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpinDlzJgNlgAWI09LScEnPmjWLoAImrHpIAkwMFAMqGMGC6X44GzkIsHoQooAFTTVQKdbAwxOigyMsmIh3MC7ASHnqBAgwAD4CGeOiDhXRAAAAAElFTkSuQmCC');
background-position:-11px 0;
background-repeat:no-repeat;
cursor:pointer;
}

/*-------------------------------------------------------------------------------------------------------------------------------------*/



.menuMobile{
    background-color: #FFFFFF;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
    box-sizing: border-box;
}
.headerMobile{
    display: none;
    padding: 10px 0px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}

/**** ВЫДВЕЖНОЕ МЕНЮ ТЕЛЕФОНА *****/
.mobile-menu {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;;
  /* padding-top: 10px;
  height: 47px; */
}
.mobile-logo{
    display: flex;
    align-items: center;
}
.mobile-logo img{
    height: 50px;
}


.mobile-menu h3{
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 500;
    border-bottom: 1px solid #dadada;
}

.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: .4s;
  margin-left: -10px;
}
.mobile-menu__icon {
  display: block;
  position: relative;
  background: var(--color-dop);;
  width: 90%;
  height: 4px;
  transition: .4s;
  z-index: 1000;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
  background: var(--color-dop);;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  transition: .4s;
}
.mobile-menu__icon::after {
  top: 8px;
}
.mobile-menu__icon::before {
  top: -8px;
}
.mobile-menu__container {
  position: fixed;
  /*text-align: center;*/
  display: flex;
  align-items:flex-start;
  flex-wrap: wrap;
  /*justify-content: center;*/
  padding: 0px 20px;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: .5s;
  overflow: hidden;
  background-color: #FFFFFF;
}
.mobile-menu__list {
  transition: .5s;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.mobile-menu__item {
  font-size: 16px;
  padding-bottom: 16px;
  color:#FFFFFF;
}

.mobile-menu__link:hover {
  opacity: 0.8;
}
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 100%;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mobile-menu__item, .mobile-menu__link {
    text-decoration: none;
    color: #222222;
    font-size:28px;
}

/****  КОНЕЦ ВЫДВЕЖНОЕ МЕНЮ ТЕЛЕФОНА *****/



.arrow_buttom {
    border: 5px solid transparent;
    display: inline-flex;
    border-top: 7px solid #fff;
    margin-left: 5px;
    margin-top: 2px;
}




.callback-bt {
    background: var(--color-dop);
    border-radius: 50%;
    box-shadow: 0 8px 10px var(--color-dop);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    left: 8%;
    bottom: 3%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid var(--color-dop);
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: "\f095";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: var(--color-dop);
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */




.poisk_block input, .poisk_block select{
    height: 41px;
}

.but_poisk{
    height: 40px;
}

.but_filter{
    display:none;
}


.p_none_phone{
    height: 11px;
}




























@media screen and (max-width: 1200px)
{
    section{
        width: 98%;
    }

    .poisk_input {
        margin-left: 117px;
    }

    .butPoisk{
        left:-47px;
    }

    .goods-body{
        width: calc((98% / 3));
    }

}



@media screen and (max-width: 900px)
{
    .topMenu{
        display: none;
    }
    .menuMobile, .headerMobile{
        display: block;
    }
    .header{
        display: none !important;
    }
    .goods-filter{
        margin-top: 10px;
    }
    .social_block_fixed {
        bottom: 10px;
        left: auto;
        right: 3%;
    }
    .poisk_block{
        margin-top:80px;
    }



    .catBlock, .goods-body{
        width: calc((98% / 2));
    }
}


@media screen and (max-width: 700px)
{

    .but_filter{
        display: block;
        position: relative;
        /* top: 28px; */
        background: var(--color-gl);
        border-radius: var(--border-radius);
        text-align: center;
        padding: 11px 15px;
        height: 19px;
        color: #FFFFFF;
        /* width: 99%; */
    }

    .expansion-body {
        max-height: 0;
        transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); 
        background-color: #FFFFFF; 
        margin-bottom: 10px;
    }
    .expansion-body form{
        display: none;
    }
    .expansion-hide {
        overflow: hidden;
        max-height: 1000px;
        transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
        background-color: #FFFFFF;
        width: 100%;
        margin-top: 10px;
    }

    .expansion-hide .but{
        width: 100%;
        margin: 0px !important;
    }
    
    .expansion-body form div{
        width: 100% !important;
    }
    .expansion-body .shop_select{
        width: 100% !important; 
    }

    .expansion-hide form{
        display: block;
    }



    .urlAdress{
        margin-bottom: 10px;    
    }

    section{
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    /* .container
    {
        width: 320px;
        margin: auto;
    } */

    .banner_fon{
        display: none;
    }

    .between-center
    {
        display: block;
    }

    .formContact{
        width: 94%;
    }

    .managerInput
    {
        margin-right: 0px !important;
        width: 88%;
    }

    .side-panel
    {
        left:-100%;
        width: 88%;
    }

    .partner
    {
        display: none;
    }

    .select-goods-recomend {
        justify-content: center;
    }

    .zag {
        font-size: 28px;
        text-align: center;
    }

    .goods-img
    {
        margin: auto;
        min-width: 100%;
    }

    .goods-img .img-cart
    {
        width: 150px;
        top:30%;
    }

    .goods-content{
        margin:15px 0px;
        width: 100%;
        word-wrap: break-word;
    }

    .zag-goods {
        margin-left: 10px;
    }
    .cenaGl{
        font-size:18px;
    }

    .but-add-basket-goods
    {
        margin-top: 50px;
    }

    h2
    {
        font-size: 27px;
    }

    h2 a{
        color:#444444 !important;
    }

    h3{
        font-size: 24px;
    }

    .managerImg
    {
        margin-right: 0px;
    }
    .managerName
    {
        margin-bottom: 0px;
    }
    .fadeInRight{
        position: relative;
        left: 0%;
        top:30px;
    }

    .box h3{
        font-size: 28px;
    }

    .fon-black{
        display: none;
    }

    .faq{
        display: none;
    }

    .menu-footer{
        display: none;
    }

    img[tabindex="0"]:focus {
      top: 0%;
    }

    .footer{
        margin-bottom: 100px;
    }


    .left-center{
        flex-wrap: wrap;
    }

    .left-top-goods{
        flex-wrap: wrap;
    }

    .p_none_phone{
        display: none;
    }

}


@media screen and (max-width: 500px)
{
    .modal-zag{
        top:-10px;
    }

    .catBlock, .goods-body{
        width: 100%;
    }

    .goods-body .goods-body-div .goods-body-height{
        height: auto !important;
    }
    .goods-img-select {
        min-height:280px;
        align-content:center;
    }

    .goods_img_link{
        margin-right: 0px !important;
    }

    .goods-img-select img{
        width: -webkit-fill-available;
        max-height:-webkit-fill-available;
    }

}