/*Контент*/


/*Параллакс*/

.content {
    width: 100%;
    margin-top: 50px;
}
.mainc {
    width: 100%;
    background: url(images/mainp.jpg) center;
    /* background: url(images/mainp.jpg) center;*/
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}



.mainb-w {
    width: 940px;
    margin: auto;
    padding: 75px 0;
}
.slogan {
    color: #fff;
    font-family: "OpenSansSemiBold";
    margin: 10px 0;
    text-align: center;
}
.one {
    font-size: 28px;
}
.one-1 {
    font-size: 28px;
    margin-top: 20px;
}
.two {
    margin-top: 60px;
    font-size: 24px;
}
.slogan span {
    background: #cc0000;
    padding: 5px 10px;
}
.two span {
    background: #302f2f;
}
.mainb-w a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "OpenSansSemiBold";
    font-size: 16px;
    margin: auto;
    margin-top: 55px;
    padding: 10px 20px;
    width: 150px;
    border: 2px solid #fff;
    text-align: center;
    background: rgba(0, 0, 0, .3);
}
.mainb-w a:hover {
    background: rgba(0, 0, 0, .6);
}
.mainb-w a:active {
    background: rgba(0, 0, 0, .8);
}

/*Каталог*/

.mcatalog {
    width: 100%;
}
.mcatalog-w {
    padding: 20px 0;
    width: 940px;
    margin: auto;
}
.cat-h-w {
    height: 18px;
    /*    width: 500px;*/
    width: 49%;
    border-bottom: 1px solid #333;
    position: relative;
    margin: auto;
}
.cat-h-w h1 {
    background: #fff;
    font-family: "OpenSansLight";
    font-size: 24px;
    font-weight: normal;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 18%;
    color: #333;
}
.cat-h-w h1 span {
    font-weight: 600;
}
.cat-h-w1 {
    height: 18px;
    width: 41%;
    border-bottom: 1px solid #333;
    position: relative;
    margin: 2% auto;
}

@media screen and (max-width: 968px) { 
 .cat-h-w1 {
    width: 60%;
  }
}

.cat-h-w1 h1 {
    background: #fff;
    font-family: "OpenSansLight";
    font-size: 24px;
    font-weight: normal;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 18%;
    color: #333;
}
.cat-h-w1 h1 span {
    font-weight: 600;
}
.cat-h-w2 {
    height: 18px;
    width: 48%;
    border-bottom: 1px solid #333;
    position: relative;
    margin: 2% auto;
}

@media screen and (max-width: 968px) { 
 .cat-h-w2 {
    width: 70%;
  }
}

.cat-h-w2 h1 {
    background: #fff;
    font-family: "OpenSansLight";
    font-size: 24px;
    font-weight: normal;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 18%;
    color: #333;
}
.cat-h-w2 h1 span {
    font-weight: 600;
}
.cat-h-w-u {
    height: 18px;
    width: 340px;
    border-bottom: 1px solid #333;
    position: relative;
    margin: auto;
}
.cat-h-w-u h1 {
    background: #fff;
    font-family: "OpenSansLight";
    font-size: 24px;
    font-weight: normal;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 21%;
    color: #333;
}
.cat-h-w-u h1 span {
    font-weight: 600;
}
.cat {
    /*
    margin-top: 33px;
    width: 940px;
*/
    margin-top: 33px;
    width: 100%;
    /*
    display: flex;
    justify-content: space-around;
    align-items: center;
*/
}
.cat:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.tovar {
    float: left;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.tovar:nth-of-type(3n+2) {
    margin: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.t-name {
    color: #333;
    display: block;
    font-family: "OpenSansSemiBold";
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0;
    text-decoration: none;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    width: 300px;
}
#t-l-n {
    line-height: 20px;
}
.t-name:hover {
    color: #c6213c;
}
.more {
    display: block;
    height: 147px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15%;
    margin-top: 10%;
}
.more span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s linear;
    transition: visibility .3s linear;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.more:hover span {
    background: url(images/magnifier2.png) center no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
}


.more1 {
    display: block;
    height: 147px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;

}
.more1 span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s linear;
    transition: visibility .3s linear;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.more1:hover span {
    background: url(images/magnifier2.png) center no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.more3 {
    display: block;
    height: 147px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;

}
.more3 span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s linear;
    transition: visibility .3s linear;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.more3:hover span {
    background: url(images/magnifier2.png) center no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

/*Причины*/

.reasons {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    background: url(images/mainp2.jpg) center;
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.reasons-w {
    height: 300px;
    width: 940px;
    margin: auto;
    overflow: hidden;
}
.reasons-w h5 {
    font-family: "OpenSansLight";
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.reasons-w h5 span {
    font-weight: 600;
}
.reason {
    float: left;
    width: 150px;
    margin: 0 24px;
}
.reason:nth-of-type(1) {
    margin: 0;
    margin-right: 23px;
}
.reason:nth-of-type(5) {
    margin: 0;
    margin-left: 23px;
}
.reason img {
    display: block;
}
.reason span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

/*О нас*/

.mabout {
    background: #f0f0f0;
    width: 100%;
}
.mabout-w {
    width: 940px;
    margin: auto;
    padding: 20px 0;
}
.mabout-w h4 {
    color: #c6213c;
    font-family: "OpenSansLight";
}
.mabout-w span {
    display: block;
    color: #333;
    font-size: 14px;
    margin: 15px 0;
}
.mform {
    width: 100%;
    margin-top: 20px;
}
.mform-w {
    width: 940px;
    margin: auto;
}
.mform-w h2 {
    text-align: center;
    color: #333;
    font-family: "OpenSansLight";
    font-weight: normal;
    font-size: 24px;
}
.mform-w h2 span {
    font-weight: 600;
}
.mform-w h3 {
    text-align: center;
    color: #333;
    font-family: "OpenSansLight";
    font-weight: normal;
    font-size: 18px;
    margin-top: 5px;
}
.mform-c {
    margin-top: 30px;
    width: 940px;
}
.mform-c:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.mform-contact {
    width: 450px;
    float: left;
    padding-right: 20px;
}
.madress,
.mphone,
.memail {
    font-size: 18px;
    color: #333;
}
.mphone {
    margin: 30px 0;
}
.mphone span {
    font-family: "OpenSansSemiBold";
}
.memail {
    text-decoration: none;
}
.memail:hover {
    color: #c6213c;
    text-decoration: underline;
}
.msocial {
    margin-top: 30px;
}
.msocial a {
    height: 34px;
    width: 35px;
    margin-right: 10px;
    display: block;
    float: left;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.msocial a:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.msocial a:nth-of-type(1) {
    background: url(images/vk.jpg) top center no-repeat;
}
.msocial a:nth-of-type(2) {
    background: url(images/fb.jpg) top center no-repeat;
}
.msocial a:nth-of-type(3) {
    background: url(images/twitter.jpg) top center no-repeat;
}
.msocial a:nth-of-type(4) {
    background: url(images/mail.jpg) top center no-repeat;
}
.msocial a:nth-of-type(5) {
    background: url(images/insta.png) top center no-repeat;
}
.msocial a:nth-of-type(6) {
    background: url(images/LinkedIn.png) top center no-repeat;
}
.msocial a:nth-of-type(7) {
    background: url(images/Odnoklassniki.png) top center no-repeat;
}
.mform-form {
    width: 450px;
    float: left;
    padding-left: 20px;
}
.mform-form form,
.mform-form form input,
.mform-form form textarea {
    display: block;
    width: 450px;
    font-family: "OpenSansLight";
    float: right;
}
.mform-form form input:focus,
.mform-form form textarea:focus {
    outline: 0;
    border: 1px solid #c6213c;
}
.mform-form form input {
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-size: 16px;
    padding: 7px 10px;
    box-sizing: border-box;
}
.mform-form form input:nth-of-type(2) {
    margin: 20px 0;
}
.mform-form form textarea {
    height: 120px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}
.mform-form form input[type="submit"] {
    height: auto;
    width: auto;
    margin-top: 20px;
    border: 0;
    border-radius: 0;
    background: #c6213c;
    border-bottom: 3px solid #a6182f;
    color: #fff;
    cursor: pointer;
    font-family: "OpenSans";
}
.mform-form form input[type="submit"]:hover {
    background: #a6182f;
}
.ots {
    padding-left: 31.5%;
}
.tovar_ {
    float: left;
    position: relative;
}
.tovar_:nth-of-type(3n+2) {
    margin: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.otzivi {
    margin-top: 3%;
    margin-bottom: 3%;
}
.img_glav {
   /*  width: 460px; */
   width: 480px;
}
.cat1 {
    /*
    margin-top: 33px;
    width: 940px;
*/
    margin-top: 33px;
    width: 94%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 4%;
}
.cat1:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.cat_1 {
    /*
    margin-top: 33px;
    width: 940px;
*/
    margin-top: 33px;

}
.cat_1:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}


.popup-checkbox, .popup {
  display: none;
}

.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.popup:before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
}

.popup-content {
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-shower {

  cursor: pointer;
  text-decoration: underline;
}

.popup-shower:hover {
  color: #00a;
  text-decoration: underline;
}

.popup-closer {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
  font-size: 20px;
  border: 1px solid #999;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.popup-closer:hover {
  background-color: #eee;
}

.popup-checkbox:checked + .popup {
  opacity: 1;
  display: block;
}