@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaLight\HelveticaLight\HelveticaLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT-Regular";
	src: url("../fonts/PT_Serif-Web-Regular.ttf") ;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "PT_Serif-Bold";
	src: url("../fonts/PT_Serif-Web-Bold.ttf") ;
	font-weight: 400;
	font-style: normal;
}


body {
	margin: 0;
	font-size: 16px;
	transition: 0.3s;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: 400;
	font-family: "OpenSans", sans-serif;
}

* {
	box-sizing: border-box;
}

a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
}

div {

}

.btn {
	text-decoration: none;
	text-transform: uppercase;
	background: linear-gradient(158deg, #ff3345 0%, #cb0120 100%);
	color: #fff;
	outline: none;
	border: none;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-family: "RobotoLight", sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: 0.2s;
	padding: 0 30px;
	border-radius: 28px;
	display: inline-block;
	width: 214px;
	box-shadow: 0 0 50px rgba(255, 51, 69, 0);
}

.btn:hover,
.btn:focus,
.btn:active {
	box-shadow: 0 0 50px rgba(255, 51, 69, 0.6);
}

table {
	width: 100%;
}

table,
tr,
td,
th {
	transition: 0.1s;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}


.img {
	background-position: center;
	background-repeat: no-repeat;
}

.input {
	width: 100%;
	border: none;
	border-bottom: 3px solid #d8d8d8;
	text-align: center;
	line-height: 30px;
	letter-spacing: 3px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #979797;
}

.input:focus {
	outline: none;
}

.textarea {
	width: 100%;
/*
	border-bottom-right-radius: 20px;
	border: 2px solid #979797;
	height: 300px;
	margin-top: 85px;
	resize: none;
	padding: 15px 25px;
	color: #979797;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
*/
}

.textarea:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: #979797;
}

::-moz-placeholder {
	color: #979797;
}


/* Firefox 19+ */

:-moz-placeholder {
	color: #979797;
}


/* Firefox 18- */

:-ms-input-placeholder {
	color: #979797;
}

:focus::-webkit-input-placeholder {
	color: transparent
}

:focus::-moz-placeholder {
	color: transparent
}

:focus:-moz-placeholder {
	color: transparent
}

:focus:-ms-input-placeholder {
	color: transparent
}
/********modal********/

.modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../img/footer/Smoke.png);
    overflow-y: hidden;


}




.modal-content {
    background-color: #fff;
    margin: 5% auto;
    /* border: 1px solid red; */
    width: 50%;

    font-size: 24px;
    color: #e2b43a;
    /* overflow-y: hidden; */
    text-align: center;
/*    line-height: 4;*/
    z-index: 1;
    padding: 0px 0px 15px 0px;
    border:1px solid #e2b43a;
}
.close{
    color: #fff;
    float: right;
    font-size: 32px;
    cursor: pointer;
    padding: 0px 20px;
    display: inline;
    width: 100%;
    text-align: right;
    background: #979797;


}
.wraperdocpop{
    float: left;
}

.modal-content1>.close{
    color: #fff;
    float: right;
    font-size: 32px;
    cursor: pointer;
    margin: 5px;
    display: inline;
    width: 100%;
    text-align: right;

    padding: 10px 30px;

}

/******hgjg********/
.wrheadr{
    width: 100%;
    height: 40px;
    background-color: #4b4b4b;
}
.headr {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px 10px;

    height: 40px;
}
.newlist {
    width: auto;
    float: left;
}
.newlist>a {
    text-decoration: none;
    color: #f9f9f9;
    font-family: "PT-Regular";
    font-size: 14px;
    line-height: 2;
    margin: 0px 15px 0px 0px;
    text-transform: uppercase;
}
.newlist>a:hover {

    color: #e2b43a;

}
.wrbody {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
/*    border: 1px solid red;*/
    height: 100%;

    }


/*****пошук*****/
.wrsearch{
    float: right;
}


#search-body,
#search-body #s-form-body,
#search-body #s-form-body #s-form,
#search-body #s-btn-body,
#search-body #s-btn-body #s-btn {
  padding: 0;
  margin: 0;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#search-body {
    width: 250px;
    height: 30px;
    border: 1px solid #8e8e8e;
}

#search-body #s-form-body {
  overflow: hidden;
  border: none; }

#search-body #s-form-body #s-form {
    line-height: 16px;
    width: 100%;
    padding: 0 4px;
    /* font-size: 16px; */
    /* font-family: Roboto, arial, sans-serif; */
    border: none;
    background-color: #696969;
    /* float: left; */
    height: 28px;
    color: #e2b43a;
}
#search-body #s-form-body #s-form:focus { border-color: #696969; }

#search-body #s-btn-body {
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: #696969;
    float: right;
    height: 28px;
}

#search-body #s-btn-body:hover,
#search-body #s-btn-body:active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#search-body #s-btn-body:hover {
  border-color: #e2b43a;
  background-color: #e2b43a; }

#search-body #s-btn-body:active {
  outline: none;
  border-color: #e2b43a;
  background-color: #e2b43a; }

#search-body #s-btn-body #s-btn {
   border: none;
   display: block;
   opacity: .9;
   background: url("../img/PNG/search.png") center center no-repeat;
   width: 50px;
   height: 27px; }

/* For Smartphone */
@media only screen and (max-width: 480px) {
  #search-body #s-btn-body:hover {
    border-color: #e2b43a;
    background-color: #e2b43a; } }


/*******toplogo********/

.wrtopmenu{
    margin: 30px 0px;
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


}
.topflax3{
    text-align: center;


}
.basket>a{
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    color: black;
   	font-family: "PT_Serif-Bold";




}
.basket>a:hover{
    color: #e2b43a;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;




}
.basket{
    font-size: 12px;
    color: black;
    font-family: "PT-Regular";


}

.basketquantity{
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    color: #8e8e8e;
   	font-family: "PT-Regular";
}
.name{
    font-size: 16px;
    color: black;
   	font-family: "PT-Regular";

}

.tel>a{
    font-size: 22px;
    color: #4b4b4b;
   	font-family: "PT_Serif-Bold";
    text-decoration: none;

}
.tel>a:hover{
   color: #e2b43a;
}
.popaptel>a{

    cursor: pointer;
    font-size: 14px;
    color: #e2b43a;
   	font-family: "PT-Regular";
}
.popaptel>:hover{
     color: #4b4b4b;

}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


.cat{
    line-height: 5px;
    max-width: 100px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-family: "PT-Regular";
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
hr {
    margin: 0px;
    border: none; /* Убираем границу для браузера Firefox */
    color: #8e8e8e; /* Цвет линии для остальных браузеров */
    background-color: #8e8e8e; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
   }
.cat:hover{

    color: #e2b43a;

    text-decoration: inherit;




}

/**********Продукт**************/
.wrprhold2 {
    /* display: flex; */


}
.wrnameprline{
    height: 60px;
    width: 90%;
    margin: 0 5%;
}
.name {
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    color: black;
    font-family: "PT_Serif-Bold";
}

.goto>a {
    cursor: pointer;
    font-size: 14px;
    color: #e2b43a;
    font-family: "PT-Regular";
}
.imging{
    margin: 0px 10px 0px 0px;
}
.fll{
    float: left;
    max-width: 100%;
}
.flr{
    float: right;
}
.product{
    background: #f9f9f9;
    width: 270px;
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 5px;








}


.wrprhold{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.product>a{
   text-decoration: none;

}
.prise{
    display: flex;

    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.gogo{
    cursor: pointer;
}
.namefase{
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    color: black;
    font-family: "PT_Serif-Bold";
    text-transform: uppercase;

}
.articul{
    font-family: "PT-Regular";
    text-decoration: none;
    color: #2a2929;
    font-size: 14px;

}
.old{
    font-family: "PT-Regular";
    text-decoration: line-through;
    color: #c4c4c4;
    margin: 10px;

}
.new{
    font-family: "PT-Regular";
    text-decoration: none;
    color: #000;
    margin: 10px;

}
.addprod{
    background: #e3b639;
    color: #FFF;
    width: 60%;
       margin: 345px auto 10px auto;
    font-family: "PT-Regular";
    font-size: 16px;
    padding: 10px;

}
.del{
    opacity: 1;
}
.product:hover{

        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

    border: 1px solid rgba(142, 142, 142, 0.68);




}

.holder{
    position:relative;



}
.block{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
    background:rgba(255,255,255, 0.1);
    padding:5px;
    display:none;
}
.holder:hover .block{
    display:block;
    bottom: 0;
}
footer{

    width: 100%;
    height: 50px;
    background: #3e3e3e;

}
.wrfooter{
    width: 100%;
    min-height: 220px;
    background: #4b4b4b;
    margin: 50px 0px 0px 0px;
}

.footer{
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
/*    border: 1px solid red;*/
    height: 100%;

}


.footerlitle{
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
/*    border: 1px solid red;*/
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;

}
.copy{
    font-family: "PT-Regular";
    text-decoration: none;
    color: #2a2929;
    font-size: 14px;

}
.footer{


    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;

}
.titlef {
    text-decoration: none;;
    font-size: 14px;
    color: #e2b43a;
    font-family: "PT-Regular";
    margin: 0px 0px 20px 0px;
}
.lime{
    line-height: 1;
    text-decoration: none;;
    font-size: 14px;
    color: #979797;
    font-family: "PT-Regular";
}
.txt{
    line-height: 1;
    text-decoration: none;;
    font-size: 14px;
    color: #979797;
    font-family: "PT-Regular";
}
.wr{
    display: flex;
    align-items: center;
    flex-direction: row;

}
.wr>img{
    margin:  10px 10px 10px 0px;

}
.lime>a{
    cursor: pointer;
    line-height: 2;
    text-decoration: none;;
    font-size: 14px;
    color: #979797;
    font-family: "PT-Regular";
}
.titlef2 {
    text-decoration: none;;
    font-size: 14px;
    color: #e2b43a;
    font-family: "PT-Regular";
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

/*************0333****************/

form fieldset {
    display: block;

}
form .row {
    margin: 0 -15px;
}
form .col-2 {
    width: 50%;
}
form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
form .row:after {
    content: '';
    display: table;
    clear: both;
}
form section {
    margin-bottom: 10px;
}
form .input, form .textarea, form .radio, form .checkbox, form .button {
    position: relative;
    display: block;
}


form .input input, form .textarea textarea {
    display: block;
    border-bottom: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 25px;
    padding: 8px 10px;
    outline: none;
    border: none;
    border-radius: 0;
    background: #696969;
    /* font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif; */
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    /* transition: border-color 0.3s; */
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    /* -webkit-transition: border-color 0.3s; */
}
form .textarea textarea {
    height: auto;
    resize: none;
    overflow:auto;
}
form .input:hover input,
form .textarea:hover textarea,
form .checkbox:hover i {
    border-color: #00BDAB;
}
form .input input:focus,
form .textarea textarea:focus,
form .checkbox input:focus + i {
    border-color: #009688;
}
form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    background-color: #e2b43a;
    font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
form .button:hover {
    opacity: 1;
}
@media screen and (max-width: 470px){
    .col, .col-2 { float: none !important; width: 100% !important;}
}



.mens {
    height: 61px;
    width: 61px;
    position: fixed; /* Фиксированное положение */
    background-image: url(../img/PNG/call_animation.png);
    left: 10px; /* Расстояние от правого края окна браузера */
    bottom: 80px; /* Расстояние сверху */
    padding: 15px; /* Поля вокруг текста */
    /*background: #ffe;  Цвет фона */
    /* border: 1px solid #333;  Параметры рамки */
}


.mens:hover {
     cursor: pointer;
}
.telephone{
    margin: 15px 0px 5px 0px;
    width: 80%;
    height: 40px;
    text-align: center;
}
.telephonebt{
    margin: 15px 0px 5px 0px;
    width: 80%;
    height: 40px;
    text-align: center;
    background-color: #e2b43a;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}
/* Back to top button */
#back-to-top{
    position:fixed;
    z-index: 999;
    display:none;
    bottom:70px;
    right:15px;
    cursor:pointer;
}
#back-to-top i{

    width: 76px;
    height: 76px;
    display:block;
    color: #fff;
    background-image: url(../img/PNG/Back%20to%20top.png);
    text-align:center;
    font-size:16px;
    line-height: 50px;
    border-radius: 5px;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}
#back-to-top i:hover{
    opacity: 0.5;
}



/*страничка категории*/
.wrlineroad {
    background: #e2b43a;

    width: 100%;
    /* padding: 15px;
       border: 1px solid red;*/
       height: auto;

}
.lineroad {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    /*    border: 1px solid red;*/
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;



}

.road{
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-family: "PT-Regular";
    margin: 0px 10px 0px 0px;
}


/**********02*******/
.wrwrbody{
    display: flex;


    margin: 0 auto;
    max-width: 1200px;

/*             border: 1px solid red;*/
    height: 100%;

}
.wrbodycategory {

    margin: 15px 0px;
    display: inline-block;

    width: calc(100% - 300px);

/*    border: 1px solid red;*/
    height: 100%;

}


.wrbodyfiltr01 {

    width: 300px;
/*    border: 1px solid red;*/
    text-align: center;

    margin: 15px;
}
.wrbodyfiltr {
    padding: 15px 0px;
    width: 100%;
/*
    border: 1px solid red;
     height: 100px;
*/
    background-color: #f9f9f9;
}
.pd{
    margin: 10px;
}

.wrbannerline{
    height: 200px;
    width: 100%;
}
.list{
    width: 200px;
    height: 30px;
    float: right;
    margin-right: 20px;
    color: #fff;
    background: #666;
}
.next {
    display: block;
    /* text-align: center; */
    /* display: inline-block; */
    margin: 0 auto;
    background: #4b4b4b;
    color: #fff;
    border: none;
    height: 30px;
    padding: 5px 15px;
    cursor: pointer;
}
.next:hover {
   opacity: 0.6;
}
.w200{
    width: 90%;
    text-align: center;
}
/*************sl*************/
.fsslider {
    position: relative;
    min-width: 150px;
    height: 24px;
    display: inline-block;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    font-family: "Lucida Grande", "Trebuchet MS", sans-serif
}

.fsslider>* {
    position: absolute;
    top: 50%;
    cursor: pointer
}

.fsslider>.fsfull-value,
.fsslider>.fssel-value {
    margin-top: -1px;
    height: 2px;
    left: 0;
    right: 0
}

.fsslider>.fsfull-value {
    width: 100%;
    background: #d8d8d8
}

.fsslider>.fscaret,
.fsslider>.fssel-left,
.fsslider>.fssel-right {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    height: 100%;
    min-width: 30px;
    top: 0;
    padding-left: 5px;
    padding-right: 5px
}

.fsslider>.fssel-value {
    background: #e2b43a;
    height: 4px;
    margin-top: -2px;
    right: 50%
}

.fsslider.fsdisabled {
    color: #c8c8c8
}

.fsslider.fsdisabled>.fssel-value {
    background: #c8c8c8
}

.chec{
    padding: 5px;
    margin: 0px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    text-align: center;
    display: block;


}

.chec:hover{
    color: black;

}

.chec:active{
   color: #e2b43a;

}
.mane{
    cursor: pointer;
    color: #e2b43a;
    font-size: 12px;
    margin: 0 5px;

}
.wrbodyfiltr>h4{
    font-size: 16px;
    margin: 15px;
}
.categoryfiltr{
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    margin: 10px;
}
.wrli{
    margin: 10px 0px;
}


/*********gпродукт*********/
.clhalf1{
/*    border: 1px solid red;*/
    min-width: 300px;
    min-height: 500px;
}
.clhalf2{
/*    border: 1px solid red;*/
    width: calc(100% - 400px) ;
    min-height: 500px;
    padding: 15px;
    display: flex;

}
.wrbodyproduct{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    /* border: 1px solid red; */
    height: 100%;

}

.wrbodydely{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    /* border: 1px solid red; */
    height: 100%;


}

.wrprholdcateg {
    display: flex;
    /* align-items: center; */
    flex-direction: row;
    /* justify-content: space-between; */
    align-content: flex-start;
    flex-wrap: wrap;
}



/*********zoom************/


/* Reset - A few useful declerations to stop other peoples CSS interfering with our own */

.sxy-zoom-container .sxy-zoom-viewport img {
    max-width: none !important;
    border-radius: 0 !important;
}


/* Global */

.sxy-zoom-container {
    /* -moz-box-shadow: 0 1px 6px #aaa; -webkit-box-shadow: 0 1px 6px #aaa; box-shadow:  0 1px 6px #aaa; */
}

.sxy-zoom-container .sxy-zoom-viewport {
    z-index: 1000;
}

.sxy-zoom-container img {
    border: 0;
}

.sxy-zoom-container div {
    margin: 0;
    padding: 0;
    border: 0;
}

.sxy-zoom-container .sxy-zoom-dragpad,
.sxy-zoom-container .sxy-overlay,
.sxy-zoom-container .inner-thumb,
.sxy-zoom-container .sxy-zoom-bg {
    width: 100%;
    height: 100%;
}

.sxy-zoom-bg {
    left: 0;
    top: 0;
    position: absolute;
}

.sxy-zoom-container .sxy-controls {
    height: 100%;
}

.sxy-zoom-container .overlay {
    height: 100%;
}

.sxy-zoom-container .sxy-slider {
    height: 100%;
}

.sxy-zoom-container .sxy-zoom-dragpad {
    position: absolute !important;
    left: 0;
    top: 0;

}


/* Controls */

.sxy-zoom-container .sxy-controls {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 26px;
    left: -26px;
    top: 0px;
    position: absolute;
    overflow: hidden;
    filter: inherit;
}

.sxy-zoom-container .sxy-controls .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    background: #fff;
    filter: inherit;
}

.sxy-zoom-container .in {
    filter: inherit;
    left: 2px;
    width: 22px;
    height: 23px;
    background: url(../images/controls.png) 0px -15px;
    position: relative;
    display: block;
    top: 3px;
}

.sxy-zoom-container .out {
    filter: inherit;
    width: 22px;
    height: 23px;
    background: url(../images/controls.png) 0px -38px;
    position: relative;
    left: 2px;
    display: block;
}

.sxy-zoom-container .sxy-slider {
    filter: inherit;
    background: url(../images/controls.png) -25px 0px repeat-y;
    position: relative;
}

.sxy-zoom-container .sxy-handle {
    filter: inherit;
    left: 2px;
    width: 20px;
    height: 16px;
    background: url(../images/controls.png) 0px 0px no-repeat;
    top: 20px;
    position: absolute;
    font-size: 0;
}


/* Mode :: Common */

.sxy-zoom-container {
    position: relative;
}

.sxy-zoom-container .sxy-zoom-viewfinder {
    position: absolute;
    border: 1px solid #d9cfba;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sxy-zoom-container .inner-thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.sxy-zoom-container .sxy-zoom-dragpad {
    position: relative;
}

.sxy-zoom-container .sxy-zoom-dragpad .sxy-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

.sxy-zoom-container .sxy-zoom-viewport {
    position: absolute;
    overflow: hidden;
    top: 0;
}

.sxy-zoom-container .sxy-zoom-viewport img {
    position: absolute;
}

.sxy-zoom-container.sxy-zoom-loading .sxy-loading {
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.sxy-zoom-container.sxy-zoom-loading .sxy-loading span {
    background: url(../images/loading.gif) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}


/* Mode :: Dock */

.sxy-zoom-mode-dock .sxy-zoom-viewport {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
/*    border: 1px solid #000;*/
    position: absolute;
    overflow: hidden;
    top: 0;
/*
    box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
*/
}

.sxy-zoom-mode-dock .sxy-zoom-dragpad .sxy-overlay {
    background: #000000;
    opacity: 0.0;
    filter: alpha(opacity=0);
}


/* Mode :: Window */

.sxy-zoom-mode-window .sxy-zoom-viewfinder {
    z-index: 1001;
}


/* Mode :: Lens */

.sxy-zoom-mode-lens .sxy-zoom-viewport {
    border: 1px solid #000;
    position: absolute;
    overflow: hidden;
    top: 0;
    box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
    -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
}


/* Mode :: Slippy */

.sxy-zoom-mode-slippy .sxy-zoom-dragpad {
    cursor: pointer;
}

.sxy-zoom-mode-slippy .sxy-zoom-dragpad.down {
    cursor: move;
}

.slider {
    list-style: none;
    display: flex;
}

.views-gallery {
    float: left;
    width: 15px;
}

.Zimage {
    width: 400px;
/*
    float: left;
    margin-left: 136px;
*/
}

.productinfo{
/*    border: 1px solid #3a4de2;*/
   width: 50%;
    min-height: 500px;
    padding: 15px;

}

.wrbodyproductinfo{
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    /* border: 1px solid red; */
    height: 100%;
        border-bottom: 1px dashed #aaa;

}


/********доставка*******/
.txtccc{
    color: #4b4b4b;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "PT_Serif-Bold";
}

.delivery{
/*    border: 1px solid #3a4de2;*/
    max-width: 500px;
    min-height: 500px;
    padding: 15px;
}
.delivery2{
/*    border: 1px solid #93ff00;*/
    width: 50%;
    min-height: 500px;
    padding: 15px;
}
.wrbodydelivery{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;

    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    /* border: 1px solid red; */
    height: 100%;

}
.txthedr{
    margin: 5px;
    color: #4b4b4b;
    font-size:16px;
    font-family: "PT_Serif-Bold";

}
.hedr{
    line-height: 2.2;
    height: 35px;
    text-align: center;
    background: #f9f9f9;
    border-bottom: 2px solid #e2b43a;
}
.txtb{
    margin: 20px 0px;
    color: #000;
    font-size:16px;
    font-family: "PT_Serif-Bold";

}

.txtc{

    color: #979797;
    font-size:14px;
    font-family: "PT-Regular";
}


.txtc>p{
    margin: 20px 0px ;

}




/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
    color: #e2b43a;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: #4b4b4b;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {    display: block;
    /* background: #efefef; */
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    /* -webkit-box-shadow: inset 3px 3px 10px #7d8e8f; */
    /* box-shadow: inset 3px 3px 10px #7d8e8f; */
    /* margin-left: 20px; */
    /* padding: 10px; */
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.hide + label:before {
    background-color: #4b4b4b;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}


.wrbodypr{
    max-width: 1200px;
    margin: 25px auto;
    display: -webkit-box;
}

.namepro {
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    color: #4a4a4a;
    font-family: "PT_Serif-Bold";
    text-transform: uppercase;
    margin: 10px 0px 30px 0px;
    /* max-width: 120px; */
}
.codepro {
    text-decoration: none;
    background: #8f8f8f;
    font-size: 16px;
    color: #fff;
    font-family: "PT_Serif-Bold";
    margin: 10px 0px 180px 0px;
    text-align: center;
    width: 120px;
    height: 45px;
    padding: 5px;
}
.codepro>p{
    line-height: 0px;
    /* line-height: 1; */
    font-size: 12px;
    bottom: 8px;
    position: relative;
}

.prisepro{
    text-decoration: none;
    cursor: pointer;
    font-size: 28px;
    color: #000;
    font-family: "PT_Serif-Bold";

    margin: 0px;

}
.oldprisepro{
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    color: rgba(255, 0, 0, 0.44);
    font-family: "PT_Serif-Bold";
    text-decoration: line-through;
    margin: 0px ;

}

.txtg{
    margin: 0px 0px 30px 0px;
    color: #6aa00d;
    font-size:16px;
    font-family: "PT_Serif-Bold";

}

.txtgar {
    color: #4b4b4b;
    font-size: 18px;
    font-family: "PT_Serif-Bold";
    margin: 0px 10px;
    font-weight: 800;
}
.txtpoint {
    color: #4b4b4b;
    font-size: 11px;
    font-family: "PT_Serif-Bold";
    margin: 4px 0px;
    width: 100%;
}
.lftinfo{
/*    border: 1px solid red;*/
     width: 50%;
    padding: 15px;

}
.rtinfo{
/*    border: 1px solid red;*/
    width: 50%;
    min-height: 500px;
    padding: 15px;
    display: flex;
    flex-direction: column;

}

.add{
    background: #e3b639;
    color: #FFF;
    width: 60%;
    text-align: center;
    cursor: pointer;
    margin: 5px 0px;

    font-family: "PT-Regular";
    font-size: 16px;
    padding: 10px;


}

.add:hover{
    opacity: 0.7;
}
.wrgarant {
    padding: 15px;
    border: 1px solid #c4c4c4;
    background: #f9f9f9;
    margin-top: 15px;
}
.garant {
    display: flex;
    justify-content: flex-start;
    /* margin: 10px; */
    padding: 5px;
    border-bottom: 1px solid #c4c4c4;
}
.wrpoini {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px;
    border-bottom: 1px solid #979797;
}
.imgpoint{
margin: 0px 10px;
}
.txtor{

    color: #e2b43a;
    font-size:18px;
    font-family: "PT_Serif-Bold";
       margin: 0px 0px 15px 0px;


}

.txtcc {
    color: #4d4d4d;
    font-family: "PT-Regular";
    font-size: 12px;
	    margin: 0px 0px 15px 0px;
}
.wrinfopro {
    /* margin: 5px 0px 0px 0px; */
    /* padding: 50px 0px 0px 30px; */
    border-left: 1px dashed #aaa;
    padding: 0px 0px 0px 30px;
}


.wrpopup{

    margin: 50px auto;
    width: 60%;
    border: 1px solid #e2b43a;

    min-height: 500px;
}
.txtw{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px;
}
.imgpr{
    cursor: pointer;
}
.txtcc>p{
    margin: 0px auto;
}
.wronepr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    border-bottom: 1px solid #666;
    align-items: center;
}

.delpr{
    margin: 10px;
    cursor: pointer;
}
.delpr:hover{
    opacity: 0.6;
}

.minus{
    border: 1px solid #666;
    padding: 0px 10px;
    color: #666;
    background: #fff;
    cursor: pointer;
}
.plus{
    border: 1px solid #666;
    padding: 0px 10px;
    color: #666;
    background: #fff;
    cursor: pointer;
}
.plus:hover{

    background: #e2b43a;
    color: #fff;
    cursor: pointer;
}
.minus:hover{

    background: #e2b43a;
    color: #fff;
    cursor: pointer;
}


#rez{
    padding: 3px 0px 0px 0px;
    text-align: center;
}
.popup{

    max-width: 180px;
    font-size: 10px;

}

.addpr {
    background: #e3b639;
    color: #FFF;
    width: 20%;
    text-align: center;
    cursor: pointer;
    margin: 5px 0px;
    font-family: "PT-Regular";
    font-size: 16px;
    padding: 10px;
}

.nextpr>a{

    cursor: pointer;
    font-size: 14px;
    color: #e2b43a;
    font-family: "PT-Regular";
}
.nextpr>a:hover{
    color: #4b4b4b;

}

.txtpr{

    font-size: 18px;
    color: #222020;
    font-family: "PT-Regular";
}
.txtpr>b{
    margin: 0 5px;
    font-size: 22px;
    color: #2a8b06;
    font-family: "PT-Regular";
}
.wroll {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    align-items: center;
    /* margin: 10px 20px; */
    margin: 10px 2%;
}


/********corz*******/
.corz{
    display: flex;
    justify-content: space-between;

    flex-direction: row;
/*    align-items: center;*/
    padding: 10px;
/*    border: 1px solid #979797;*/
}
.half{
     display: flex;
/*     border: 1px solid red;*/
     width: 50%;
    padding: 10px;
     justify-content: space-between;

    flex-direction: column;
}
.form-element{
    width: 100%;
    height: 35px;
    margin: 0px 0px;
}
.textarea{
    height: 80px;}
.rp{
    font-size: 12px;
    color: #222020;
    font-family:  "PT_Serif-Bold";
    font-weight: 800;
}
.wrinput{
    display: inline-flex;
    margin: 5px 0px;
}
.checked{
    position: relative;
    border: 2px solid red;
    border-radius: 50%;
}
.titoption {
    text-decoration: none;
    font-size: 14px;
    color: #e2b43a;
    font-family: "PT-Regular";
      margin: 20px 0px 10px 0px;
    text-transform: uppercase;
    text-align: left;
     font-weight: 800;
}

.wrlabel {

    font-size: 14px;

}

.root{
    width: calc(100% - 200px);
    margin: 5px auto;
    text-align: center;
    height: 35px;
    background: #696969;
    border: none;
}
.wrrootbutt {

    margin-top: 5px;
    width: 175px;
    float: right;
    height: 36px;
    overflow: hidden;
    margin-left: 20px;
    /* padding: 0 20px; */
    outline: none;
    border: 0;
    background-color: #e2b43a;
    font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.wrrootbutt:hover {

    opacity: 1;

}
.wrcategoreprodyct {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.popupDimid {
    display: none;
    position: fixed;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    overflow: scroll;
    border: 1px solid #e2b43a;
    max-width: 850px;
    margin: auto;
}

.popupLayer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: #000000d6;
    z-index: 9999;
}
.popupContent {
    max-width: 850px;
    margin: auto;
}
.blockToSend {
    display: none;
}
.sale_error {
    font-size: 10px;
    color: red;
}
.BriefTrueText {
    font-size: 14px;
    line-height: 18px;
    color: #4b4b4b;
    font-weight: normal;
    font-family: "PT-Regular";

}
.DesL {
    background: #fff;
    padding: 5px 10px;
}
.DesL div {
    display: inline-block;
    width: 49%;
    line-height: 24px;
}
.DesL:nth-child(even) {
    background: #f9f9f9;
}

.DcenterL {
    display: block;
    width: 100%;
    height: 100%;
}
.Dcenter {
    max-width: 150px;
    max-height: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}