a:focus,
a:active{
    outline: none;
}

.module{
    width: 1073px;
    margin: 0 auto;
    font-family: 'Proxima';
    padding-bottom: 50px;
}

.moduletitle{
    color: #f43701;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    border-bottom: 1px solid #f43701;
    margin-bottom: 30px;
    margin-top: 20px;
}

.products-wrapper:after,
.clearfix:after{
    content: ' ';
    display: table;
    width: 100%;
    height: 0;
    line-height: 0;
}

.products-wrapper .products-item{
    border-bottom: 1px solid #282828;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.products-wrapper .products-item:last-child{
    border-bottom: 1px solid #232323;
}

.products-wrapper .products-item .image-wrapper{
    float: left;
    width: 280px;
    min-height: 330px;
    display: table;
}

.products-wrapper .products-item .image-wrapper a{
    display: table-cell;
    vertical-align: middle;
}

.products-wrapper .products-item .chars-wrapper{
    float: left;
    width: 500px;
}

.products-wrapper .products-item .chars-wrapper .easyshop_item_char{
    padding: 5px 0;
}

.products-wrapper .products-item .chars-wrapper .left{
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    padding-left: 40px;
    background: url(/assets/iaf.png) 0 -150% no-repeat;
    min-height: 25px;
    line-height: 25px;
    box-sizing: border-box;
}

.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-8 .left{background-position: 0 0; }
.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-9 .left{background-position: 0 -36px; }
.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-10 .left{background-position: 0 -72px; }
.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-11 .left{background-position: 0 -104px; }
.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-12 .left{background-position: 0 -138px; }
.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-13 .left{background-position: 0 -170px; }
.products-wrapper .products-item .chars-wrapper .easyshop_item_char.char-14 .left{background-position: 0 -204px; }

.products-wrapper .products-item .chars-wrapper .right{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    width: 40%;
    text-align: left;
}


.products-wrapper .products-item .price-wrapper{
    float: left;
    width: 280px;
    text-align: center;
}

.products-wrapper .products-item .price{
    color: #fd3700;
    font-size: 36px;
    line-height: 1.55;
    font-weight: 500;
    margin-top: 50px;
}

.products-wrapper .products-item .price sup {
    color: #fd3700;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}


.products-wrapper .products-item .title{
    color: #232323;
    font-size: 30px;
    line-height: 1.55;
    font-weight: bold;
    margin-top: 10px;
}

.products-wrapper .products-item  .credit{
    width: 100%;
    height: 82px;
    /*background: url(/assets/ipb.png) 50% 0 no-repeat;*/
    margin-top: 15px;
}

.products-wrapper .products-item .gallery{
    clear: both;
    position: relative;
    overflow: hidden;
}

.products-wrapper .products-item .button-ask{
    padding-top: 20px;
}


a.orange-button,
a.gray-button,
a.black-button {
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #fd3700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 230px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
}
a.orange-button:hover{
    background-color: #ce2d00;
}

a.gray-button{
    background-color: #737373;
}
a.gray-button:hover{
    background-color: #232323;
}

a.black-button {
    color: #000 !important;
    background-color: transparent;
    border: 2px solid #000 ;
    font-weight: bold;
}
a.black-button:hover{
    color: #fff !important;
    background-color: #000 ;
}
a.small{
    width: 136px;
    line-height: 50px;
}


.products-wrapper .products-item-acc .title{
    color: #232323;
    font-size: 28px;
    line-height: 1.17;
    font-weight: bold;
    margin-top: 10px;
}

.products-wrapper .products-item-acc .text{
    padding-top: 20px;
    line-height: 1.55;
    font-size: 16px;
}

.products-wrapper .products-item-acc .button-wrapper{
    padding-top: 20px;
}

.products-wrapper .col-text{
    float: left;
    width: 560px;
}
.products-wrapper .col-images{
    float: right;
    width: 470px;
    padding-top: 50px;
}

.products-wrapper .products-item-acc .sw {
    position: relative;
    width: 470px;
    overflow: hidden;
    min-height: 280px;
}
