@font-face {
    src: url(fonts/evolenta.ttf);
    font-family: 'Evolenta';
}

@font-face {
    src: url(fonts/evolenta-bold.ttf);
    font-family: 'Evolenta Bold';
}
@font-face {
    src: url(fonts/segoe-ui.ttf);
    font-family: 'Segoe UI';
}
@font-face {
    src: url(fonts/segoe-ui-bold.ttf);
    font-family: 'Segoe UI Bold';
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    color: #222222;
}

header, footer, section {
    width: 100%;
    overflow-y: auto;
    background-position: center center;
    background-size: cover;
}

.wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    outline: none;
}

button.pinkButton {
    background-color: #ff325f;
    padding: 0 40px;
    height: 50px;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Evolenta';
}
button.pinkButton:hover {
    background: #f6213f;
}

h2 {
    font-family: 'Evolenta';
    font-weight: bold;
    text-align: center;
    color: #ff325f;
    margin: 0;
}
@media(min-width: 1px) {
    h2 {
        font-size: 24px;
    }
}
@media(min-width: 700px) {
    h2 {
        font-size: 30px;
    }
}
@media(min-width: 1000px) {
    h2 {
        font-size: 36px;
    }
}
/*menu burger*/
.menuBurger {
    vertical-align: middle;
    height: 38px;
    width: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 0 0 20px;
}

.menuBurger span {
    display: block;
    background: #ff325f;
    height: 2px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    transition: 0.5s;
}

.menuBurger span:nth-child(1) {
    top: 10px;
    transition: 0.5s;
}
.menuBurger span:nth-child(2) {
    top: 18px;
    transition: 0.5s;
}
.menuBurger span:nth-child(3) {
    top: 26px;
    transition: 0.5s;
}

.menuBurger.active span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.menuBurger.active span:nth-child(2) {
    opacity: 0;
    transition: 0.5s;
}
.menuBurger.active span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

/*menu burger*/

/*header*/
header {
    text-align: center;
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
header .wrapper > * > * {
    line-height: normal;
}

header .left img {
    vertical-align: middle;
}

header .right>* {
    vertical-align: middle;
    display: inline-block;
}
header .right .phones {
    margin: 0 45px 0 0;
    text-align: left;
    font-family: 'Segoe UI';
    line-height: 1.2;
}
header .right .phones a {
    font-size: 18px;
    font-weight: bold;
}

header .right .phones span, header .right .phones span a{
    text-decoration: underline;
    color: #ff325f;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}
header .right .phones span:hover {
    color: #f6071e;
}

header .right .cart {
    position: relative;
    cursor: pointer;
}

header .cart .count {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1;
}
header .cart .count>div {
    color: white;
    font-size: 10px;
    display: inline-block;
    font-family: 'Segoe UI';
    margin: 0 auto;
    border-radius: 8px;
    min-width: 16px;
    background: #ff305f;
    box-sizing: border-box;
    padding: 0 3px;
    line-height: 16px;
}

header nav .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Segoe UI';
    font-size: 16px;
}

header nav .menu li {
    margin: 10px 18px;
    color: #7e7e7e;
}

header nav .menu li:hover {
    color: black;
}

@media(min-width: 1px) {
    header .left {
        float: left;
    }
    header .left img {
        max-height: 50px;
    }
    header .right {
        float: right;
    }
    header nav {
        display: none;
        float: none;
        clear: both;
    }
    header .right .phones {
        display: none;
    }
    header .left, header .right, header nav {
        line-height: 70px;
    }
    header .menuBurger {
        display: inline-block;
    }
    header nav .menu li {
        display: block;
    }
}
@media(min-width: 1000px) {
    header .left img {
        max-height: none;
    }
    header .right .phones {
        display: inline-block;
    }
    header nav {
        display: block;
        clear: none;
    }
    header .left, header .right, header nav {
        line-height: 120px;
    }
    header .menuBurger {
        display: none;
    }
    header nav .menu li {
        display: inline-block;
    }
}
header .center .moduletable, header .left .moduletable{
    display: inline-block;
}
/*banner*/
#banner {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
}

#banner .wrapper {
    padding: 50px 0;
    position: relative;
}

#banner .text {
    z-index: 2;
    position: relative;
}

#banner h1 {
    color: #ff325f;
    font-weight: bold;
    font-family: 'Evolenta';
}

#banner h1 .top, #banner h1 .bottom {
    display: block;
}

#banner p {
    color: white;
    font-family: "Segoe UI";
    line-height: 1.2;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
    font-weight: 600;
    max-width: 596px;
}

#banner .subimage {
    bottom: 0;
    position: absolute;
    left: 0;
}

@media(min-width: 1px) {
    #banner p {
        font-size: 16px;
        margin: 20px auto 100px;
        text-align: center;
    }
    #banner h1 .top {
        font-size: 40px;
    }
    #banner h1 .bottom {
        font-size: 30px;
    }
    #banner h1 {
        text-align: center;
    }
    #banner .buttonWrapper {
        text-align: center;
    }
    #banner .subimage {
        max-width: 100%;
    }
}
@media(min-width: 500px) {
    #banner .subimage {
        max-width: 46%;
    }
}
@media(min-width: 700px) {
    #banner p {
        font-size: 20px;
        margin: 30px 0 130px;
        text-align: left;
    }
    #banner h1 .top {
        font-size: 70px;
    }
    #banner h1 .bottom {
        font-size: 38px;
    }
    #banner h1 {
        text-align: left;
    }
    #banner .buttonWrapper {
        text-align: left;
    }
}
@media(min-width: 1000px) {
    #banner p {
        font-size: 24px;
        margin: 35px 0 168px;
    }
    #banner h1 .top {
        font-size: 100px;
    }
    #banner h1 .bottom {
        font-size: 48px;
    }
}
/*description*/
#description {
    padding: 50px 0;
}
#description .content {
    overflow: hidden;
    text-align: center;
}
#description .content p {
    margin: 50px auto;
    float: right;
    width: 62%;
    font-size: 16px;
    font-family: 'Segoe UI';
    text-align: left;
    max-width: 700px;
}
#description .content > img {
    width: 35.5%;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}

@media(min-width: 1px) {
    #description .content > img {
        width: auto;
        float: none;
    }
    #description .content p {
        margin: 10px auto 0;
        float: none;
        width: auto;
        text-align: justify;
    }
}
@media(min-width: 700px) {
    #description .content p {
        margin: 30px auto 0;
        text-align: left;
    }
}
@media(min-width: 1200px) {
    #description .content > img {
        width: 35.5%;
        float: left;
    }
    #description .content p {
        margin: 50px auto;
        float: right;
        width: 62%;
    }
}
/*advantages*/
#advantages {
    background-size: cover;
    background-position: center;
    background-image: url(../img/advantages/background.jpg);
    overflow-y: visible;
    text-align: center;
}

#advantages .wrapper {
    overflow: visible;
    position: relative;
}

#advantages .subimage {
    bottom: 0;
    max-width: 100%;
    left: 0;
    vertical-align: bottom;
}

#advantages .advantage {
    display: inline-block;
    vertical-align: top;
    color: white;
    text-align: center;
}

#advantages .advantage p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Segoe UI';
    font-size: 16px;
    color: white;
    max-width: 220px;
    text-align: left;
}
#advantages .advantage p>span {
    color: #ff325f;
    white-space: nowrap;
}
#advantages .advantage img {
    vertical-align: middle;
    display: inline-block;
}

@media(min-width: 1px) {
    #advantages .content {
        text-align: center;
        padding: 75px 0 10px;
    }
    #advantages .subimage {
        position: static;
        height: auto;
    }
    #advantages .advantage {
        margin: 20px auto;
        display: block;
    }
    #advantages .advantage p {
        margin: 0 0 0 5px;
    }
    #advantages .advantage img {
        width: 40px;
    }
}
@media(min-width: 700px) {
    #advantages .advantage {
        margin: 15px 20px;
        display: inline-block;
    }
    #advantages .advantage p {
        margin: 0 0 0 20px;
    }
    #advantages .advantage img {
        width: auto;
    }
}
@media(min-width: 1200px) {
    #advantages .advantage {
        margin: 25px 30px;
    }
    #advantages .subimage {
        position: absolute;
        height: 105%;
    }
    #advantages .content {
        text-align: right;
        padding: 75px 0;
    }
}

/*points*/
button.transparrentButton {
    border: 2px solid #ff2656;
    height: 44px;
    background: transparent;
    color: #ff2656;
    font-size: 18px;
    line-height: 44px;
    font-weight: bold;
    font-family: 'Evolenta Bold';
    border-radius: 20px;
    cursor: pointer;
    vertical-align: middle;
}
button.transparrentButton:hover {
    color: white;
    background: #ff2656;
}

#points .point {
    overflow: hidden;
}
#points .point .photo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#points .point .photo .previews {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
}
#points .point .photo .previews .preview {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #c4c4c4;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin: 5px;
    border-radius: 50%;
}
#points .point .photo .previews .preview.active, #points .point .photo .previews .preview:hover {
    border: 1px solid #ff2656;
}
#points .point .description {
    box-sizing: border-box;
    float: right;
}
/*
#points .point .name {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
}
#points .point .name>span {
    white-space: nowrap;
}*/

#points .point p {
    margin: 35px auto 15px;
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 1.5;
}

#points .point .colors img {
    max-width: 18%;
    margin: 5px 10px 5px 0;
    min-width: 50px;
    border: 1px solid #c4c4c4;
    cursor: pointer;
}

#points .point .colors img.active, #points .point .colors img:hover {
    border: 1px solid #ff2656;
}

.tovars_right .oldPrice {
    font-weight: bold;
    text-decoration: line-through;
    font-family: 'Evolenta Bold';
    font-size: 24px;
    text-align: center;
    color: #9e9e9e;
}

.tovars_right .newPrice {
    font-family: 'Evolenta Bold';
    font-weight: bold;
    color: #ff325f;
    float: left;
}
.tovars_right .newPrice span {
    display: inline-block;
    vertical-align: middle;
}
#points h1{
    font-family: 'Evolenta';
    font-weight: bold;
    text-align: center;
    color: #ff325f;
    margin: 0;
}

@media(min-width: 1px) {
    #points {
        padding: 50px 0;
    }
    #points .point {
        margin: 20px auto 0;
    }
    #points .point .photo {
        float: none;
        margin: 10px auto;
        width: 100%;
        height: 200px;
    }
    #points .point .description {
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
    }
    .tovars_right .oldPrice {
        font-size: 16px;
        max-width: none;
    }
    .tovars_right .newPrice {
        font-size: 30px;
    }
    button.transparrentButton {
        padding: 0 30px;
    }
}
@media(min-width: 700px) {
    button.transparrentButton {
        margin: 0 20px;
    }
    .tovars_right .newPrice {
        font-size: 36px;
    }
    #points .point {
        margin: 40px auto 0;
    }
    #points .point .photo {
        float: left;
        margin: 25px auto;
        width: 40%;
        height: 270px;
    }
    #points .point .description {
        padding: 0 15px;
        width: 60%;
        float: right;
        text-align: left;
    }
    .tovars_right .oldPrice {
        font-size: 24px;
        max-width: 330px;
    }
    button.transparrentButton {
        padding: 0 50px;
    }
}
@media(min-width: 1100px) {
    button.transparrentButton {
        margin: 0 70px;
    }
    .tovars_right .newPrice {
        font-size: 48px;
    }
    #points .point {
        margin: 80px auto 0;
    }
    #points {
        padding: 70px 0 95px;
    }
    #points .point .description {
        padding: 0 35px;
        width: 60%;
        float: right;
    }
}
/*present*/
#present {
    background-image: url(../img/prezent.jpg);
    background-size: cover;
    background-position: center;
}
#present .text {
    max-width: 530px;
}
#present h2 {
    color: #ff325f;
    font-family: 'Evolenta Bold';
    font-weight: bold;
    text-align: left;
    font-size: 48px;
}
#present h2 span {
    white-space: nowrap;
}
#present p {
    margin: 0 auto;
    font-family: 'Evolenta Bold';
    font-weight: bold;
    color: white;
}

@media(min-width: 1px) {
    #present h2 {
        font-size: 30px;
    }
    #present p {
        font-size: 20px;
    }
    #present {
        padding: 50px 0;
    }
}
@media(min-width: 700px) {
    #present h2 {
        font-size: 48px;
    }
    #present p {
        font-size: 30px;
    }
    #present {
        padding: 160px 0;
    }
}
/*reviews*/
#reviews {
    padding: 65px 0;
}
#reviews .content {
    overflow: hidden;
    margin: 45px auto 25px;
}
#reviews .review {
    box-sizing: border-box;
    border: 1px solid #dedede;
}

#reviews .review:nth-child(odd) {
    float: left;
}
#reviews .review:nth-child(even) {
    float: right;
}
#reviews .review .top {
    font-size: 18px;
    font-family: 'Segoe UI Bold';
    font-weight: bold;
    overflow: hidden;
}
#reviews .review .top .name {
    color: #ff325f;
}
#reviews .review .top .stars {
    float: right;
    color: #ffae00;
}
#reviews .review .date {
    color: #7e7e7e;
    font-size: 16px;
    font-family: 'Segoe UI';
}
#reviews .review p {
    margin: 25px auto 0;
    font-size: 16px;
    font-family: 'Segoe UI';
    color: #3e3e3e;
}
#reviews .buttonWrapper {
    text-align: center;
}
@media(min-width: 1px) {
    #reviews .review {
        width: 100%;
        padding: 20px 5%;
        margin: 10px auto;
    }
    #reviews .buttonWrapper button.pinkButton {
        padding: 0 20px;
    }
}
@media(min-width: 700px) {
    #reviews .review {
        width: 49%;
        padding: 20px 3%;
    }
    #reviews .buttonWrapper button.pinkButton {
        padding: 0 40px;
    }
}
@media(min-width: 1000px) {
    #reviews .review {
        width: 47.5%;
        padding: 20px 1.7%;
        margin: 25px auto;
    }
}
    /*footer*/
footer {
    text-align: center;
    background: white;
    background-size: cover;
    background-position: center;
    background-image: url(../img/footer.jpg);
    color: white;
}
footer .left, footer .right, footer .center {
    line-height: 120px;
}
footer .wrapper > * > * {
    line-height: normal;
}

footer .left img {
    vertical-align: middle;
}

footer .right>* {
    vertical-align: middle;
    display: inline-block;
}
footer .right .phones {
    margin: 0 0 0 45px;
    text-align: left;
    font-family: 'Segoe UI';
    line-height: 1.2;
}
footer .right .phones a {
    font-size: 18px;
    font-weight: bold;
}

footer .right .phones span, footer .right .phones span a {
    text-decoration: underline;
    color: #ff325f;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}
footer .right .phones span:hover {
    color: #f6071e;
}

footer .right .cart {
    visibility: hidden;
}

footer .center .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Segoe UI';
    font-size: 16px;
}

footer .center .menu li {
    display: inline-block;
    margin: 10px 18px;
    color: #7e7e7e;
}

footer .center .menu li:hover {
    color: white;
}

@media(min-width: 1px) {
    footer .left, footer .right, footer .center {
        display: block;
        float: none;
    }
    footer .right .cart {
        display: none;
    }
    footer {
        padding: 0;
    }
}
@media(min-width: 700px) {
    footer .left {
        float: left;
    }
    footer .right {
        float: right;
    }
    footer .right .cart {
        display: inline-block;
    }
    footer {
        padding: 40px 0;
    }
}
@media(min-width: 800px) {
    footer .center {
        display: inline-block;
    }
}

/* shop */
#comjshop h2{
    padding-bottom: 80px;
}
.tovar_imgs{
    width: 465px;
    float: left;
}
.tovar_imgs_default{
    width: 100%;
    height: 325px;
    overflow: hidden;
    text-align: center;
}
.tovar_imgs_default img{
    max-width: 100%;
    max-height: 100%;
}
.tovar_imgs_prev{
    width: 100%;
    overflow: hidden;
}
.tovar_imgs_prev #list_product_image_thumb{
    overflow: hidden;
    display: table;
    margin: 0 auto;
}
.tovar_imgs_prev #list_product_image_thumb .tovar_prev_img{
    width: 50px;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin: 5px;
    overflow: hidden;
    text-align: center;
}
.tovar_imgs_prev #list_product_image_thumb .tovar_prev_img:hover{
    border: 1px solid #ff2656;
}
.tovar_imgs_prev #list_product_image_thumb .tovar_prev_img img{
    max-height: 100%;
    border-radius: 50%;
    height: 100%;
    width: auto;
}
.text_zoom {
    display: none;
}
.tovars_right{
    width: 490px;
    float: left;
}
.tovars_right h3.names{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
}
.tovars_right .jshop_prod_description{
    width: 100%;
    overflow: hidden;
    padding: 35px 0 0;
}
.tovars_right .jshop_prod_description p{
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 1.5;
    margin: 0;
}
.tovars_right .jshop_prod_attributes.jshop {
    width: 100%;
    overflow: hidden;
}
.tovars_right .attributes_title{
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 1.5;
    padding: 0 0 15px;
}
.tovars_right span.input_type_radio {
    border: 1px solid #c4c4c4;
    margin: 5px 10px 5px 0;
    display: block;
    float: left;
    width: 63px;
    height: 63px;
    text-align: center;
	cursor:pointer;
    font-size: 0;
}
.tovars_right span.input_type_radio:hover{
    border: 1px solid #ff2656;
}
.tovars_right span.input_type_radio input{
    display: none;
}
.tovars_right span.input_type_radio img{
	cursor:pointer;
	max-width:100%;
	max-height:100%;
}
.tovars_right .prod_buttons{
    float: right;
    padding-top: 20px;
}
.tovars_right input.button{
    border: 2px solid #ff2656;
    height: 44px;
    background: transparent;
    color: #ff2656;
    font-size: 18px;
    line-height: 41px;
    font-weight: bold;
    font-family: 'Evolenta Bold';
    border-radius: 20px;
    cursor: pointer;
    width: 176px;
}
.tovars_right input.button:hover{
    background: #ff2656;
    color: #fff;
}
.prod_qty, .prod_qty_input{
    display: none;
}
.mycart_mini_txt{
	background:url(../img/cart.png) no-repeat center top 8px; 
	width:43px;
	height:48px;
	display:block;
}
.mycart_mini_txt a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}
.mycart_mini_txt a i{
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    background: #ff325f;
    line-height: 16px;
    border-radius: 50%;
    margin: 0 auto;
    font-style: normal;
}
.tovars_right span.input_type_radio.active, .tovar_prev_img.active {
border: 1px solid #ff2656 !important;
}
.jshop_cart#comjshop {
    padding-top: 120px;
}
.jshop_cart table, .jshop_cart tbody, .jshop_cart tr{
    display: block;
    width: 100%;
    overflow: hidden;
}
.cart_head{
    width: 15%;
    display: block;
    float: left;
    font-size: 16px;
    font-family: 'Segoe UI';
    color: #3e3e3e;
}
.cart_head.cart_head_6{
    width: 10%;
}
.cart_head .mobile-cart{
    font-family: 'Segoe UI Bold';
}
.cart_head .mobile-cart, .cart_head .data{
	padding:12px 0 0 20px;
}
.cart_head .data{
}
.cart_head img{
	max-width:100%;
}
.cart_head_4 input.inputbox {
    width: 60px;
    display: block;
    text-align: center;
    float: left;
    height: 22px;
    border:1px solid #ff325f;
}
.cart_head_4 input[type="button"] {
    height: 26px;
    width: 26px;
    display: block;
    float: left;
    border: 0;
    background: #ff325f;
    color: #fff;
    margin-left: 2px;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}
.cart_head_4 .cart_reload{
    cursor: pointer;
    font-size: 12px;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 2px;
    text-decoration: underline;
}
.jshop_cart .itog_price td{
    text-align: right;
    float: right;
    font-family: 'Segoe UI Bold';
}
.jshop_cart .itog_price td.value{
	color:#ff325f;
    font-size: 20px;
}
.jshop_cart .itog_price td.name{
    line-height: 30px;
    margin-right: 8px;
}
.jshop.cart_buttons {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.jshop.cart_buttons a{
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #ff325f;
}
.jshop.cart_buttons a:hover{
	opacity:.9;
}
.pull-left.td_1 {
    float: left;
}
.pull-right.td_2 {
    float: right;
}
.jshop_prod_cart.even, .jshop_prod_cart.odd {
    border-bottom: 1px solid #1c1c1c;
    padding-top: 20px;
}
table.jshop.jshop_subtotal.itog_price {
    padding-top: 12px;
}

#address_block{
    padding-top: 120px;
}
#address_block h1{
    padding-bottom: 30px;
}
#address_block .control-group {
    width: 48%;
    padding-bottom: 14px;
}
#address_block .control_group_2, #address_block .control_group_9, #address_block .control_group_15, #address_block .control_group_17{
	float:left;
}
#address_block .control_group_3, #address_block .control_group_14, #address_block .control_group_16, #address_block .control_group_19{
	float:right;
}
#address_block .control_group_18, #address_block .control_group_25{
    width: 100%;
    overflow: hidden;
}
#address_block .control-label.name{
    display: block;
    font-size: 16px;
    font-family: 'Segoe UI Bold';
    color: #3e3e3e;
    padding-bottom: 2px;
}
#address_block .control-label.name span{
    color: #ff325f;
}
#address_block .requiredtext{
    color: #ff325f;
	padding-bottom:10px;
}
#address_block input[type="text"]{
    width: calc(100% - 12px);
    height: 40px;
    border: 0px;
    background: #f2f2f2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border-radius: 2px;
    padding-left: 12px;
}
#address_block input[type="text"].fielderror, #address_block select.fielderror{
    background: #f76c6c;
}
#address_block select{
    width: 100%;
    height: 40px;
    font-size: 18px;
    padding-left: 10px;
    cursor: pointer;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border-radius: 2px;
}
#address_block input[type="submit"]{
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #ff325f;
    border: 0;
	cursor:pointer;
}
#address_block input[type="submit"]:hover{
	opacity:.9;
}

.oplata_block{
    padding-top: 120px;
}
.oplata_block h1{
    padding-bottom: 30px;
}
.oplata_block #jshop_menu_order {
    display: none;
}
.oplata_block .name {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fafafa;
    font-size: 16px;
    font-family: 'Segoe UI Bold';
    color: #3e3e3e;
}
.oplata_block .name input[type="radio"] {
    margin: 0px 0px 0px 20px;
}
.oplata_block .jshop_payment_method {
    padding: 20px 0 20px 20px;
    font-size: 16px;
    font-family: 'Segoe UI';
}
.oplata_block label {
    cursor: pointer;
}
.oplata_block #payment_submit{
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #ff325f;
    border: 0;
	cursor:pointer;
	margin-top:20px;
}
.oplata_block #payment_submit:hover{
	opacity:.9;
}

.cart_finich{
    padding-top: 120px;
}
.cart_finich h1{
    padding-bottom: 30px;
}
.cart_finich .cart_head {
    width: 19%;
}
.delivery_address, .payment_info {
    font-size: 16px;
    color: #3e3e3e;
}
.delivery_address strong, .payment_info strong{
    font-family: 'Segoe UI Bold';
}
.delivery_address span, .payment_info span{
    font-family: 'Segoe UI';
}
.pfinish_comment_block {
    padding-top: 30px;
}
.checkout_pfinish_block {
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.checkout_pfinish_block .name{
    font-family: 'Segoe UI';
    font-size: 16px;
    color: #3e3e3e;
	padding-bottom:10px;
}
.checkout_pfinish_block textarea#order_add_info {
    width: 280px;
    height: 120px;
    padding: 10px;
    margin-bottom: 15px;
}
.checkout_pfinish_block input[type="submit"]{
    display: block;
    width: 300px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #ff325f;
    border: 0;
	cursor:pointer;
}
.checkout_pfinish_block input[type="submit"]:hover{
	opacity:.9;
}
.finich_p {
    padding: 120px;
    text-align: center;
    font-size: 22px;
    font-family: 'Segoe UI';
    color: #3e3e3e;
}

/*zakazat-zvonok*/
#colorbox .zakazat-zvonok{
    width: 315px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-style: none;
    border-color: transparent;
}
#colorbox .zakazat-zvonok h2{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
    text-align: center;
    line-height: 24px;
	margin-bottom:20px;
    color: #222222;
}
#colorbox .zakazat-zvonok input{
    font-size: 16px;
    font-family: 'Segoe UI';
    color: #3e3e3e;
    width: 300px;
    border: 1px solid #C4C4C4;
    background-color: #FFFFFF;
    padding: 10px 0 10px 13px;
    color: #000;
    margin: 0 auto 14px;
    font-size: 16px;
}
#colorbox .zakazat-zvonok input:hover{
    border-color: #6B6B6B;
}
#colorbox .zakazat-zvonok textarea{
    font-size: 16px;
    font-family: 'Segoe UI';
    color: #3e3e3e;
    width: 300px;
    border: 1px solid #C4C4C4;
    background-color: #FFFFFF;
    padding: 10px 0 10px 13px;
    color: #000;
    margin: 0 auto 14px;
    font-size: 16px;
}
#colorbox .zakazat-zvonok textarea:hover{
    border-color: #6B6B6B;
}
#colorbox .zakazat-zvonok button{
    width: 100%;
    height: 46px;
    margin: 0 auto 10px;
    display: block;
    cursor: pointer;
    border: 0;
    background: #ff325f;
    font-family: 'Segoe UI';
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
#colorbox .zakazat-zvonok button:hover{
	opacity:.9;
}
#cboxClose{
    width: 30px;
    height: 30px;
    border: none;
	font-size:0;
	cursor:pointer;
    background: url("../img/close.png") no-repeat center center;
	position:absolute;
    right: -40px;
    top: -39px;
    background-size: 30px;
}
#cboxClose:hover{
	opacity:.9;
}
div#colorbox {
    z-index: 10000;
}
#cboxOverlay {
    background-color: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

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

.cart_head {
    width: 20%;
    font-size: 10px;
    text-align: center;
}
td.cart_head.cart_head_5 {
    display: none;
}
.cart_head .mobile-cart, .cart_head .data {
    padding: 12px 0 0 0;
}
.cart_head_4 input.inputbox{
    float: none;
    margin-bottom: 2px;
    width: 58px;
}
.cart_head_4 input[type="button"] {
    margin: 0 2px 2px;
    float: left;
}
.cart_head_4 .cart_reload {
    font-size: 10px;
    float: left;
    text-align: center;
    padding: 0;
    line-height: 11px;
}
td.cart_head.cart_head_4 .data{
    width: 63px;
    margin: 0 auto;
}
.jshop_prod_cart.even, .jshop_prod_cart.odd {
    padding: 20px 0;
}
table#jshop_menu_order {
    display: none;
}
#address_block .control-label.name {
    font-size: 12px;
}

.oplata_block .name {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.oplata_block .jshop_payment_method {
    padding: 10px 0 10px 10px;
    font-size: 14px;
}
.delivery_address strong, .payment_info strong {
    display: block;
}
.delivery_address, .payment_info {
    font-size: 14px;
    padding-bottom: 10px;
}
.pfinish_comment_block {
    padding-top: 0px;
}
.checkout_pfinish_block .name {
    font-size: 14px;
}
.checkout_pfinish_block textarea#order_add_info {
    width: 260px;
    height: 100px;
}

}
@media screen and (max-width: 480px){         
.tovar_imgs{
    width: 300px;
    float: none;
	overflow:hidden;
	margin:0 auto;
}
#comjshop h2 {
    padding-bottom: 40px;
}
.tovar_imgs_default{
    height: auto;
}
.tovars_right {
    width: 100%;
}
.tovars_right h3.names {
    line-height: 22px;
}
.tovars_right .jshop_prod_description {
    padding: 0;
}
.tovars_right span.input_type_radio {
    margin: 5px 1px;
    width: 53px;
    height: 53px;
}
#colorbox .zakazat-zvonok {
    width: 280px;
    padding: 10px;
}
#colorbox .zakazat-zvonok input, #colorbox .zakazat-zvonok textarea {
    max-height: 40px;
    width: 265px;
    padding: 5px 0 5px 13px;
    margin: 0 auto 10px;
    font-size: 14px;
}
#colorbox .zakazat-zvonok button {
    height: 30px;
    font-size: 16px;
    padding: 0;
}
#cboxClose {
    right: 0;
}
.cart_head.cart_head_6 {
    width: 100%;
}
.cart_head {
    width: 19%;
    font-size: 10px;
    text-align: center;
}
td.cart_head.cart_head_1 {
    width: 24%;
}
td.cart_head.cart_head_2 {
    width: 28%;
}
td.cart_head.cart_head_4 {
    width: 21%;
}
.pull-left.td_1, .pull-right.td_2{
    float: none;
    overflow: hidden;
    margin: 0 auto 12px;
    width: 200px;
}
.jshop_cart#comjshop, #address_block, .oplata_block, .cart_finich{
    padding-top: 60px;
}
.oplata_block .name input[type="radio"] {
    margin: 0px 0px 0px 10px;
}

}

.spasibo-zayavku p{
    font-family: 'Segoe UI';
    color: #303030;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}























