* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}
.prod-title {
    padding-top: 15px;
    text-align: center;
}
#min, #sec {
    font-size: 1.2em;
    color: red;
    font-weight: bold;
}
.center {
    text-align: center;
}
.wrapp_prod {
    pointer-events: none;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.left_content img {
    width: 100%;
    padding: 10px 0;
}
.platePrice {
    position: absolute;
    width: 100%;
    max-width: 180px;
    left: 90%;
    top: 75%;
    padding: 15px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background: rgb(234, 152, 46);
    background: -moz-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(234, 152, 46, 1)), to(rgba(252, 228, 61, 1)));
    background: -o-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    background: linear-gradient(to right, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea982e', endColorstr='#fce43d', GradientType=1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: rotate(-15deg) translate(-50%,-50%);
    -moz-transform: rotate(-15deg) translate(-50%,-50%);
    -ms-transform: rotate(-15deg) translate(-50%,-50%);
    -o-transform: rotate(-15deg) translate(-50%,-50%);
    transform: rotate(-15deg) translate(-50%,-50%);
}
.platePrice_text {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 auto 5px;
    line-height: 1;
}
.platePrice_price._old {
    text-decoration: line-through;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
.platePrice_price._new {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid red;
    line-height: 1;
}
.platePrice_price {
    display: block;
    text-align: center;
}
form {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.formgroup {
    width: 400px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
select {
    height: 50px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    border: 2px solid grey;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
label {
    display: block;
    margin: 0px auto;
    padding: 10px;
}
button, input {
    overflow: visible;
}
input {
    display: block;
    margin: 0 auto;
    padding: 11px 0px 12px 10px;
    width: 100%;
    border: 2px solid grey;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.btn3 {
    display: block;
    text-align: center;
    padding: 14px 90px 14px 90px;
    -webkit-box-shadow: 0 4px 5px #ccc;
       -moz-box-shadow: 0 4px 5px #ccc;
            box-shadow: 0 4px 5px #ccc;
    text-shadow: 2px 1px 1px #908c8c;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    background: #ff2828;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
    cursor: pointer;
}
.h2 {
    font-size: 25px;
}
h1, h3{
	margin-bottom: 20px;
}

.burg{
	display: none;
}
.container{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.top_nav li{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 5px;
}
.top_nav .search input{
	display: inline-block;
	   vertical-align: middle;
    padding: 3.5px;
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
       -moz-border-radius-topleft: 8px;
            border-top-left-radius: 8px;
    width: 139px;
    margin-right: -4px;
}
.top_nav .search img{
	vertical-align: middle;
	cursor: pointer;
}
.top_nav .search{
	margin-left: -4px;
}
.top_nav li a{
	color: #000;
	text-decoration: none;
}
.nav_mid{
	position: relative;
    background: #379bdf url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom;
    background: -webkit-linear-gradient(-360deg,rgba(0,89,174,.77) 0,rgba(79,188,248,.77) 69%),url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom,-webkit-linear-gradient(-360deg,rgba(0,89,174,.75) 10%,rgba(79,188,248,.75) 69%),-webkit-linear-gradient(top,#2c5da8,#2c5da8);
    background: -webkit-linear-gradient(left,rgba(0,89,174,.77) 0,rgba(79,188,248,.77) 69%),url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom,-webkit-linear-gradient(left,rgba(0,89,174,.75) 10%,rgba(79,188,248,.75) 69%),-webkit-linear-gradient(top,#2c5da8,#2c5da8);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,89,174,.77)),color-stop(69%, rgba(79,188,248,.77))),url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom,-webkit-gradient(linear,left top, right top,color-stop(10%, rgba(0,89,174,.75)),color-stop(69%, rgba(79,188,248,.75))),-webkit-gradient(linear,left top, left bottom,from(#2c5da8),to(#2c5da8));
    background: -moz-linear-gradient(left,rgba(0,89,174,.77) 0,rgba(79,188,248,.77) 69%),url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom,-moz-linear-gradient(left,rgba(0,89,174,.75) 10%,rgba(79,188,248,.75) 69%),-moz-linear-gradient(top,#2c5da8,#2c5da8);
    background: -o-linear-gradient(left,rgba(0,89,174,.77) 0,rgba(79,188,248,.77) 69%),url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom,-o-linear-gradient(left,rgba(0,89,174,.75) 10%,rgba(79,188,248,.75) 69%),-o-linear-gradient(top,#2c5da8,#2c5da8);
    background: linear-gradient(90deg,rgba(0,89,174,.77) 0,rgba(79,188,248,.77) 69%),url(//viposidn.com/content/N3SLrhsi67azZoa/img/siteheader-day.png) no-repeat center bottom,linear-gradient(90deg,rgba(0,89,174,.75) 10%,rgba(79,188,248,.75) 69%),linear-gradient(to bottom,#2c5da8,#2c5da8);
    -webkit-background-size: auto,auto 26px;
       -moz-background-size: auto,auto 26px;
         -o-background-size: auto,auto 26px;
            background-size: auto,auto 26px;
    z-index: 100;
    padding: 22px 0px 68px;
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
}
.nav_mid .logo{
	margin-left: 20px;
}
.nav_mid ul .otherColor a{
	font-style: italic;
}
.nav_mid ul .otherColor{
	background: #279630;
}
.nav_mid ul .otherColor:hover{
	background: #22822a;
}
.nav_mid ul{
    background: -moz-linear-gradient(left,rgba(15,64,163,.65) 0,rgba(21,93,238,.65) 100%);
    background: -webkit-linear-gradient(left,rgba(15,64,163,.65) 0,rgba(21,93,238,.65) 100%);
    background: linear,to right,rgba(15,64,163,.65) 0,rgba(21,93,238,.65) 100%;
    position: absolute;
    bottom: 0;
}
.nav_mid ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 15px 13px;
}
.nav_mid ul li:hover{
	background-color: #3e88e8;
	cursor: pointer;
}
.nav_mid ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.content{
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	    padding: 10px;
}
.content img{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 20px;
	display: block;
}
.content p{
	font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.first_user{
	display: block;
	background-color: #f1f3f5;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 7px;
  margin-bottom: 20px;
}
.content .img_content{
	width: 500px;
	max-width: 100%;
}
.first_user img{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 100px;
	margin-bottom: 0;
}
.first_user p{
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: calc(100% - 150px);
	font-size: 20px;
    line-height: 25px;
}
.first_user span{
	font-weight: bold;
	color: #f3200b;
}
.second_user{
	display: block;
  padding: 7px;
  margin-bottom: 20px;
}
.second_user img{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 100px;
	margin-bottom: 0;
}
.second_user p{
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: calc(100% - 150px);
	font-size: 20px;
    line-height: 25px;
}
.second_user span{
	font-weight: bold;
	color: #071dc5
}
h3{
	text-align: center;
}
h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.list {
	padding-left: 40px;
	font-size: 20px;
	margin-bottom: 20px;
}
.btn{
		display: block;
    text-align: center;
    padding: 14px 20px 14px 20px;
    -webkit-box-shadow: 0 4px 5px #ccc;
       -moz-box-shadow: 0 4px 5px #ccc;
            box-shadow: 0 4px 5px #ccc;
    text-shadow: 2px 1px 1px #908c8c;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    background: #ff2828;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
    cursor: pointer;
    border: none;
}
.btn:hover{
		background: #a51313;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.comment{
	margin-bottom: 20px;
}
.comment .avatar{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	width: 32px;
	border: 1px solid #c5c5c5;
}
.comment .comm_post{
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
}
.comment .comm_post ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
}
.comment .comm_post ul li a{
	color: #365899;
    text-decoration: none;
}
.comment .comm_post ul img{
	  width: 18px;
    margin: 0;
        display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.comment .comm_text{
	font-size: 20px;
}
.comment .comm_text .user_name{
		font-weight: bold;
    color: #365899;
    text-decoration: none;
}
.comment .comm_post ul .date {
	color: #777;
}
@media all and (max-width: 1000px) {
	.top_nav{
		display: none;
	}
    .platePrice{
        display: none;
        
    }
	.nav_mid ul li{
		display: none;
	}
	.burg img{
		width: 40px;
	}
	.nav_mid ul{
		left: 50%;
		-webkit-transform: translate(-50%);
		   -moz-transform: translate(-50%);
		    -ms-transform: translate(-50%);
		     -o-transform: translate(-50%);
		        transform: translate(-50%);
		    background: none;
	}
	.first_user p{
	font-size: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
	}
    .second_user{
        clear: both;
    }
	.second_user p{
	font-size: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
	}
    .second_user img{
        float: left;
    }
    .first_user img{
        float: left;
    }
}
@media all and (max-width: 1024px) {
	.top_nav li a{
		font-size: 13px;
	}
	.top_nav li .logo{
		width: 126px;
	}
	.nav_mid ul{
		width: 100%;
	}
	.nav_mid ul li a{
		font-size: 12px;
	}
	.nav_mid ul li{
		    padding: 15px 14px;
	}
}

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

	.second_user {
		margin-bottom: 0;
	}

}

@media (max-width: 1000px) {
    .nav_mid ul {
        position: inherit;
    }

    .nav_mid ul {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        display: inline-block;
        width: 85%;
        text-align: right;
    }

    .burg {
        display: inline-block;
    }
}

@media (max-width: 862px) {
    .nav_mid ul {
        width: 81%;
    }
}

@media (max-width: 660px) {
    .nav_mid ul {
        width: 74%;
    }
}

@media (max-width: 480px) {
    .nav_mid ul {
        width: 59%;
    }

	.title_h h1 {
		font-size: 24px;
	}

	.nav_mid {
		padding: 22px 0px 22px;
	}
}