@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic&subset=latin,cyrillic); ::-webkit-input-placeholder {
    color: #292929;
}

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

/* Firefox 19+ */
:-moz-placeholder {
    color: #292929;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #292929;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 5000em;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.428571429;
}

.light {
    font-family: 'Open Sans Light', sans-serif;
}

a {
    outline: none;
}

a img {
    border: 0;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ttu {
    text-transform: uppercase;
}

.limit {
    width: 1000px;
    margin: 0 auto;
}

.btn {
    outline: none;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn.btn-transparent {
    background: none;
    display: block;
    border: 1px solid #d4282c;
    color: #d4282c;
}

.btn.btn-transparent:hover {
    color: #ffffff;
    border-color: #fff;
}

.btn.btn-with-arrow {
    position: relative;
    text-align: left;
    width: 260px !important;
}

.btn.btn-with-arrow:after {
    background: url("../img/btn-arrow-a.png") no-repeat;
    width: 8px;
    height: 15px;
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    opacity: 0.5;
    margin-top: -8px;
}

.btn.btn-with-arrow:hover:after {
    background: url("../img/btn-arrow-a.png") -13px 0 no-repeat;
    opacity: 1;
}

.btn.btn-primary {
    font-size: 19px;
    background: #d4282c;
    border-radius: 5px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.26);
    /*  background: -moz-linear-gradient(left, #59bded 0%, #3b9be5 100%);
    background: -webkit-linear-gradient(left, #59bded 0%, #3b9be5 100%);
    background: linear-gradient(to right, #59bded 0%, #3b9be5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bded', endColorstr='#3b9be5', GradientType=1);*/
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background: #d4282c;
    border-radius: 5px;
    /*  background: -moz-linear-gradient(left, #3b9be5 0%, #59bded 100%);
    background: -webkit-linear-gradient(left, #3b9be5 0%, #59bded 100%);
    background: linear-gradient(to right, #3b9be5 0%, #59bded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b9be5', endColorstr='#59bded', GradientType=1);*/
}

.btn.btn-block {
    width: 100%;
    display: block;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn.btn-block:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.btn.btn-fixed {
    line-height: 1;
    display: block;
    padding: 15px 33px 9px;
    text-align: center;
    margin: 0;
    border-radius: 30px 30px 0px 0px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -140px;
    background: #b4b4b4;
    background: -moz-linear-gradient(left, #b4b4b4 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(left, #b4b4b4 0%, #fdfdfd 100%);
    background: linear-gradient(to right, #b4b4b4 0%, #fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b4b4', endColorstr='#fdfdfd', GradientType=1);
    box-shadow: -3px -1px 13px 0px rgba(0, 0, 0, 0.75);
    z-index: 19;
}

.btn.btn-fixed span {
    color: #010101;
    display: inline-block;
}

.btn.btn-fixed:hover, .btn.btn-fixed:active, .btn.btn-fixed:focus {
    background: #8e8e8e;
    background: -moz-linear-gradient(left, #fdfdfd 0%, #8e8e8e 100%);
    background: -webkit-linear-gradient(left, #fdfdfd 0%, #8e8e8e 100%);
    background: linear-gradient(to right, #fdfdfd 0%, #8e8e8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#8e8e8e', GradientType=1);
}

.block {
    min-width: 1000px;
}

.block .image.with-label:before, .block .description.with-label:before {
    content: '1';
    background: #d4282c;
    color: #ffffff;
    display: block;
    height: 34px;
    width: 34px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    position: absolute;
}

.block1 {
    background: url("../img/block1.jpg") top center no-repeat;
    max-height: 772px;
    padding-top: 25px;
    padding-bottom: 50px;
}

.block1 .logo {
    display: block;
    background: url("../img/logo.png") no-repeat;
    width: 379px;
    height: 61px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.block1 .content {
    text-align: center;
    width: 501px;
    float: right;
    margin-top: 18px;
}

.block1 .content .title1 {
    font-size: 48px;
    color: #d4282c;
    line-height: 1.2;
    margin-bottom: 11px;
    letter-spacing: -1px;
}

.block1 .content .title2 {
    font-size: 34px;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.block1 .content .description {
    border-top: 1px solid rgba(255, 255, 255, 0.39);
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-style: italic;
    padding: 12px 0 12px 8px;
    margin: 0 33px 40px 29px;
}

.block1 .content .list {
    min-height: 232px;
    padding-left: 60px;
    text-align: left;
    position: relative;
}

.block1 .content .list:before {
    content: '';
    background: url("../img/cream-or.png") center top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -430px;
    top: -233px;
    width: 514px;
    height: 514px;
    display: block;
}

.block1 .content .list span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.block1 .content .list ul {
    font-size: 15px;
    font-style: italic;
    color: #d4282c;
    padding-left: 24px;
    list-style: none;
}

.block1 .content .list ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
}

.block1 .content .list ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    background: #d4282c;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.block1 .btn.btn-primary {
    width: 60%;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.block1 .btn.btn-primary:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block2 {
    background: #dedede;
    padding: 29px 0 25px;
}

.block2 .item {
    float: left;
    width: 200px;
}

.block2 .item:nth-child(1) {
    width: 195px;
    margin-left: 0;
}

.block2 .item:nth-child(2) {
    width: 195px;
}

.block2 .item:nth-child(3) {
    width: 193px;
}

.block2 .item:nth-child(4) {
    width: 195px;
}

.block2 .item:nth-child(5) {
    width: 195px;
}

.block2 .item img {
    float: left;
}

.block2 .item div {
    height: 86px;
    line-height: 1.2;
}

.block2 .item div span {
    height: 86px;
    padding-left: 11px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #030303;
    width: 90px;
}

.block3 {
    position: relative;
    background: #212c32 url("../img/block3.png") 50% 50% no-repeat;
    height: 648px;
}

.block3 .title1 {
    text-align: center;
    font-size: 16px;
    color: #d4282c;
    border-bottom: 1px solid rgba(255, 95, 95, 0.29);
    padding: 35px 0 25px;
}

.block3 .info {
    border-left: 8px solid #a72023;
    color: #ffffff;
    font-size: 13px;
    padding: 0 0 0 15px;
}

.block3 .info span {
    color: #90e9ff;
}

.block3 .l-graph {
    width: 380px;
    float: left;
    margin-top: 25px;
}

.block3 .l-graph .title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.block3 .l-graph .title span {
    display: block;
    font-weight: bold;
}

.block3 .l-graph .content {
    background: url("../img/block3-left-graphic.png") no-repeat;
    width: 371px;
    height: 260px;
    margin-left: 9px;
    margin-top: 15px;
    position: relative;
}

.block3 .l-graph .content span.line {
    line-height: 1;
    font-size: 12px;
    color: #fff;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}

.block3 .l-graph .content span.line.line1 {
    top: 100px;
    left: 43px;
    -webkit-transform: rotateZ(-4deg);
    -ms-transform: rotateZ(-4deg);
    -o-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
}

.block3 .l-graph .content span.line.line2 {
    top: 144px;
    left: 43px;
    -webkit-transform: rotateZ(-3deg);
    -ms-transform: rotateZ(-3deg);
    -o-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
}

.block3 .l-graph .content span.line.line3 {
    top: 182px;
    left: 43px;
    -webkit-transform: rotateZ(-4.5deg);
    -ms-transform: rotateZ(-4.5deg);
    -o-transform: rotateZ(-4.5deg);
    transform: rotateZ(-4.5deg);
}

.block3 .l-graph .content span.line.line4 {
    top: 183px;
    right: 36px;
    -webkit-transform: rotateZ(-8deg);
    -ms-transform: rotateZ(-8deg);
    -o-transform: rotateZ(-8deg);
    transform: rotateZ(-8deg);
}

.block3 .l-graph .content span.line.line5 {
    top: 212px;
    right: 10px;
    -webkit-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    -o-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
}

.block3 .l-graph .info {
    margin-top: 33px;
}

.block3 .r-graph {
    width: 520px;
    float: right;
}

.block3 .r-graph .title {
    margin-top: 25px;
}

.block3 .r-graph .title p {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 340px;
    text-align: center;
    line-height: 1.2;
    margin-left: 0px;
}

.block3 .r-graph .title ul {
    margin-right: 0;
    float: right;
    list-style: none;
    margin-top: 5px;
}

.block3 .r-graph .title ul li {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}

.block3 .r-graph .title ul li:before {
    content: '';
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.block3 .r-graph .title ul li:nth-child(1):before {
    background: #7f7f7f;
}

.block3 .r-graph .title ul li:nth-child(2):before {
    background: #d4282c;
}

.block3 .r-graph .content {
    margin-left: 120px;
    background: url("../img/block3-right-graphic.png") right top no-repeat;
    margin-right: 27px;
    overflow: hidden;
    padding-top: 18px;
    height: 296px;
    margin-bottom: 10px;
}

.block3 .r-graph .content .row {
    height: 46px;
    padding-left: 29px;
}

.block3 .r-graph .content .row .label {
    float: left;
    width: 150px;
    font-size: 12px;
    color: #fff;
    padding-right: 15px;
    line-height: 1.2;
}

.block3 .r-graph .content .row .scale {
    width: 187px;
    float: right;
}

.block3 .r-graph .content .row .scale span {
    display: block;
    height: 12px;
    margin-bottom: 5px;
}

.block3 .r-graph .content .row .scale span.man {
    background: #797979;
}

.block3 .r-graph .content .row .scale span.woman {
    background: #d4282c;
}

.block3 .r-graph .info {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 120px;
    line-height: 1.25;
    border-left-color: #a72023;
}

.block3 .block-title {
    background: url("../img/block3-title.png") repeat-y;
    width: 525px;
    position: absolute;
    height: 133px;
    left: 50%;
    margin-left: -262px;
    bottom: -60px;
    font-weight: normal;
    text-align: center;
    padding: 0 20px;
}

.block3 .block-title div.cell {
    height: 133px;
    vertical-align: middle;
    display: table-cell;
    width: 525px;
}

.block3 .block-title span {
    color: #d4282c;
    font-size: 33px;
    display: block;
}

.block3 .block-title em {
    color: #fffafa;
    font-size: 17px;
}

.block4 {
    background: url("../img/block4.png") top center repeat-y;
    padding-top: 70px;
    padding-bottom: 20px;
}

.block4 .side {
    margin-top: 18px;
    float: left;
    width: 50%;
    min-height: 300px;
}

.block4 .side.light-side {
    background: url('../img/block4-light.png') right top 40px no-repeat;
}

.block4 .side.light-side ol li {
    width: 250px;
}

.block4 .side.light-side ol li:nth-child(1) {
    width: 290px;
    margin: 0;
}

.block4 .side.light-side ol li:nth-child(1):before {
    margin-bottom: 20px;
}

.block4 .side.light-side ol li:nth-child(2) {
    margin: 12px 0;
}

.block4 .side.light-side ol li:nth-child(3) {
    width: 294px;
}

.block4 .side.light-side .prompt {
    width: 270px;
    margin-left: 20px;
}

.block4 .side.light-side .prompt .cell {
    padding: 0 40px;
}

.block4 .side.light-side .info {
    margin-right: 40px;
    margin-left: 124px;
    text-align: right;
    padding-right: 31px;
}

.block4 .side.light-side .info:after {
    background-position: 0 -28px;
}

.block4 .side.dark-side {
    background: url('../img/block4-dark.png') left top 41px no-repeat;
}

.block4 .side.dark-side ol {
    margin-left: 148px;
}

.block4 .side.dark-side ol li {
    margin-bottom: 16px;
}

.block4 .side.dark-side ol li:nth-child(1):before {
    margin-bottom: 20px;
}

.block4 .side.dark-side ol li:nth-child(2) {
}

.block4 .side.dark-side ol li:nth-child(3) {
}

.block4 .side.dark-side ol li:nth-child(3):before {
    margin-bottom: 40px;
}

.block4 .side.dark-side ol li:before {
    margin-bottom: 10px;
}

.block4 .side.dark-side .prompt {
    width: 318px;
    background-position: 0 -92px;
    float: right;
    margin-right: 20px;
}

.block4 .side.dark-side .prompt .cell {
    color: #ffffff;
    padding: 0 30px 0 45px;
}

.block4 .side.dark-side .info {
    margin-right: 100px;
    margin-left: 40px;
    padding-left: 41px;
}

.block4 .side.dark-side .info:after {
    right: auto;
    left: 0;
}

.block4 .side ol {
    list-style-type: none;
    counter-reset: num;
    height: 225px;
}

.block4 .side ol li {
    color: #232323;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px;
}

.block4 .side ol li:before {
    content: counter(num);
    counter-increment: num;
    color: #fff;
    font-size: 16px;
    display: block;
    float: left;
    font-weight: bold;
    height: 31px;
    width: 31px;
    background: #2f2f2f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 31px;
    margin: 0 15px 32px 0;
    font-style: normal;
}

.block4 .side ol li:after {
    content: "";
    display: block;
    clear: both;
}

.block4 .side .prompt {
    height: 92px;
    background: url("../img/block4-prompt.png") no-repeat;
}

.block4 .side .prompt .cell {
    height: 92px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.block4 .side .info {
    color: #232323;
    margin-top: 32px;
    font-size: 16px;
    position: relative;
    font-style: italic;
    line-height: 1.2;
}

.block4 .side .info:after {
    content: '';
    background: url("../img/block4-arrows.png") no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    width: 18px;
    height: 28px;
}

.block4.japan .side.light-side .info {
    margin-left: 84px;
}

.block5 {
    background: #1e272c url("../img/block5.jpg") top center no-repeat;
    height: 572px;
}

.block5 em {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    width: 330px;
    margin-left: 10px;
}

.block5 .side {
    text-align: center;
}

.block5 .side.l-side {
    margin-top: 50px;
    float: left;
    width: 420px;
}

.block5 .side.l-side .title1 {
    letter-spacing: -1px;
    font-size: 36px;
    color: #ff5f5f;
    line-height: 1.2;
    margin-bottom: 20px;
}

.block5 .side.l-side .title1 span {
    color: #fff;
}

.block5 .side.l-side .image {
    margin-top: 20px;
    position: relative;
    margin-right: 40px;
}

.block5 .side.l-side .image .label {
    position: absolute;
    width: 104px;
    height: 104px;
    font-size: 21px;
    text-align: center;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    line-height: 1.2;
    left: 236px;
    top: -10px;
}

.block5 .side.l-side .image .label.front {
    background: #f7f7f7;
    color: #5d6c81;
    z-index: 1;
}

.block5 .side.l-side .image .label.back {
    z-index: 0;
    left: 233px;
    top: 80px;
    color: #d4282c;
    background: #000;
}

.block5 .side.l-side .image .label span.cell {
    display: table-cell;
    height: 104px;
    width: 104px;
    vertical-align: middle;
}

.block5 .side.l-side .image .label span.cell span {
    font-size: 16px;
}

.block5 .side.l-side .image img {
    /* margin-top: 60px;*/
    margin-bottom: 15px;
    height: 270px;
}

.block5 .side.l-side em.name {
    margin-top: -6px;
}

.block5 .side.r-side {
    width: 360px;
    float: right;
    margin-top: 25px !important;
}

.block5 .side.r-side .title1 {
    color: #d4282c;
    font-size: 17px;
    line-height: 1.2;
    margin-top: -122px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #000;
}

.block5 .side.r-side .description {
    color: #ffffff;
    font-size: 14px;
}

.block5 .side.r-side .description p {
    margin-top: 15px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75), 1px -1px 1px rgba(0,0,0,.75), -1px -1px 1px rgba(0,0,0,.75), 1px 1px 1px rgba(0,0,0,.75);
}

.block5 .side.r-side .btn {
    margin: 30px 18px 0 50px;
    text-shadow: 1px 1px 0 #000;
}

.block5.japan .side .cell {
    height: 573px;
    vertical-align: middle;
    display: table-cell;
}

.block5.japan .side.l-side {
    margin-top: 0;
}

.block5.japan .side.r-side {
    margin-top: 0;
}

.block6 {
    background: url("../img/block6.jpg") top center no-repeat;
    height: 672px;
}

.block6 .before-after {
    margin-top: -1px;
    text-align: center;
}

.block6 .before-after img {
    display: block;
}

.block6 .before-after .side {
    padding-right: 5px;
    width: 40%;
    float: left;
    position: relative;
    margin-top: 50px;
    margin-left: 30px;
}

.block6 .before-after .side.before {
    text-align: left;
}

.block6 .before-after .side.before img {
    float: right;
}

.block6 .before-after .side .label {
    width: 122px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 158px;
    top: 51px;
}

.block6 .before-after .side.after .label {
    left: auto;
    right: 123px;
    font-size: 25px;
    width: 200px;
}

.block6 .side.after {
    padding-right: 5px;
    width: 40%;
    float: right;
    position: relative;
    margin-top: 26px !important;
    margin-left: 160px !important;
}

.block6 .table {
    border-collapse: collapse;
    width: 100%;
    background: #2d3f48;
    background: -moz-linear-gradient(top, #2d3f48 0%, #2f3031 100%);
    background: -webkit-linear-gradient(top, #2d3f48 0%, #2f3031 100%);
    background: linear-gradient(to bottom, #2d3f48 0%, #2f3031 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3f48', endColorstr='#2f3031', GradientType=0);
}

.block6 .table thead th {
    background: #151612;
    font-size: 16px;
    color: #969696;
    text-transform: uppercase;
    font-weight: normal;
    padding: 18px;
    text-align: center;
    border: 1px solid #62696d;
    border-top: 0;
}

.block6 .table tbody td {
    color: #ffffff;
    border: 1px solid #62696d;
    padding: 40px 18px;
    font-size: 16px;
    text-align: center;
}

.block6 .table tbody td.label {
    text-transform: uppercase;
    color: #44daff;
    font-size: 24px;
}

.block6 .lowest_description_block {
    margin-top: 40px;
    margin-left: 80px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75), 1px -1px 1px rgba(0,0,0,.75), -1px -1px 1px rgba(0,0,0,.75), 1px 1px 1px rgba(0,0,0,.75);
}

.block6 .lowest_description_block-r {
    margin-left: 40px;
}

.block6 p {
    color: #d4282c;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
}

.block6 p span {
    display: table-cell;
    vertical-align: top;
}

.block6 .lowest_description {
    color: #fff;
    padding-left: 20px;
}

.block6-line {
    background: url("../img/block6-line.png");
    position: absolute;
    width: 95px;
    height: 234px;
    top: 327px;
    left: 40px;
}

.block6-line-r {
    left: -9px;
}

.block7 {
    background: url("../img/block7.jpg") top center no-repeat;
    height: 475px;
}

.block7 .limit {
    position: relative;
    padding: 0 40px 0 20px;
}

.block7 .limit:before, .block7 .limit:after {
    content: '';
    display: block;
    position: absolute;
    top: 57px;
    width: 28px;
    height: 244px;
    border: 6px solid #282923;
}

.block7 .limit:before {
    left: 0;
    border-right: 0;
}

.block7 .limit:after {
    right: 0;
    border-left: 0;
}

.block7 .title {
    color: #fffefe;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    padding-top: 25px;
    margin-bottom: -10px;
}

.block7 .item {
    width: 228px;
    float: left;
    margin-top: 35px;
    padding: 0 10px;
    position: relative;
}

.block7 .item .image {
    text-align: center;
    position: relative;
    width: 161px;
    margin: 0 auto;
}

.block7 .item .image img {
    width: 100%;
    height: auto;
}

.block7 .item .image:before {
    left: -13px;
    top: 25px;
}

.block7 .item .label {
    display: table;
    width: 100%;
    text-align: center;
    color: #191919;
    font-size: 26px;
    margin: 10px 0;
    letter-spacing: -1px;
}

.block7 .item .label span {
    display: table-cell;
    vertical-align: middle;
}

.block7 .item p {
    color: #fffefe;
    font-size: 12px;
    line-height: 1.3;
}

.block7 .item:nth-child(1) .image:before {
    content: '1';
}

.block7 .item:nth-child(2) .image:before {
    content: '2';
}

.block7 .item:nth-child(3) {
    width: 256px;
}

.block7 .item:nth-child(3) .image:before {
    content: '3';
}

.block7 .item:nth-child(4) {
    padding-right: 0;
}

.block7 .item:nth-child(4) .image:before {
    content: '4';
}

.block7 .item:nth-child(4):after {
    display: none;
}

.block8 {
    background: url("../img/block8.jpg") top center no-repeat;
    height: 1330px;
}

.block8 h3 {
    font-weight: normal;
    font-size: 23px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 20px;
}

.block8 h3 span.label1 {
    width: 379px;
    padding-left: 25px;
    display: block;
    float: left;
    color: #fff;
}

.block8 h3 span.label1 span {
    display: block;
    color: #d4282c;
}

.block8 h3 span.label2 {
    width: 620px;
    color: #d4282c;
    font-size: 15px;
    line-height: 1.1;
    float: left;
}

.block8 h3 span.label2 em {
    font-size: 18px;
}

.block8 h3 span.label2 em {
    color: #ffffff;
    display: block;
    text-transform: none;
}

.block8 .content {
    background: #ffffff;
    padding: 35px 30px 15px;
}

.block8 .content.line1 .item {
    float: left;
    margin-right: 40px;
    width: 202px;
}

.block8 .content.line1 .item:last-child {
    margin-right: 0;
}

.block8 .content.line1 .item .image {
    position: relative;
}

.block8 .content.line1 .item .image img {
    display: block;
}

.block8 .content.line1 .item .image:before {
    left: -14px;
    top: -16px;
}

.block8 .content.line1 .item .label {
    padding: 5px;
    margin: 12px 0;
    display: table;
    width: 100%;
    height: 63px;
    background: #272727;
}

.block8 .content.line1 .item .label span {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    height: 63px;
    vertical-align: middle;
}

.block8 .content.line1 .item p {
    font-size: 13px;
    color: #515151;
    line-height: 1.3;
}

.block8 .content.line1 .item:nth-child(1) .image:before {
    content: '1';
}

.block8 .content.line1 .item:nth-child(2) .image:before {
    content: '2';
}

.block8 .content.line1 .item:nth-child(3) .image:before {
    content: '3';
}

.block8 .content.line1 .item:nth-child(4) .image:before {
    content: '4';
}

.block8 .content.line2 {
    margin-top: 87px;
    padding-top: 112px;
    position: relative;
}

.block8 .content.line2 h4.block-title {
    display: table;
    width: 525px;
    background: url("../img/block3-title.png") repeat-y;
    font-weight: normal;
    position: absolute;
    left: 50%;
    margin-left: -262px;
    top: -53px;
}

.block8 .content.line2 h4.block-title span {
    display: table-cell;
    vertical-align: middle;
    padding: 18px 23px;
}

.block8 .content.line2 h4.block-title span.title {
    color: #ff5f5f;
    font-size: 18px !important;
    text-transform: uppercase;
    width: 280px;
    line-height: 1.2;
    border-right: 1px solid #4a4a4a;
}

.block8 .content.line2 h4.block-title span.title span {
    padding: 0;
    color: #ffffff;
}

.block8 .content.line2 h4.block-title span.description {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 1.3;
}

.block8 .content.line2 .squad1 {
    margin-left: -15px;
    margin-right: -15px;
}

.block8 .content.line2 .squad1 .item {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 30px;
}

.block8 .content.line2 .squad1 .item > div {
    display: table;
    width: 100%;
}

.block8 .content.line2 .squad1 .item .image {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    margin-bottom: 5px;
    text-align: center;
}

.block8 .content.line2 .squad1 .item .image span {
    vertical-align: middle;
    display: table-cell;
    height: 110px;
}

.block8 .content.line2 .squad1 .item .description {
    display: table-cell;
    position: relative;
    padding-left: 40px;
}

.block8 .content.line2 .squad1 .item .description span {
    font-size: 20px;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 8px;
    display: block;
}

.block8 .content.line2 .squad1 .item .description:before {
    left: -8px;
    top: 0;
}

.block8 .content.line2 .squad1 .item .description p {
    color: #414141;
    font-size: 13px;
}

.block8 .content.line2 .squad1 .item:nth-child(2) .description:before {
    content: "2";
}

.block8 .content.line2 .squad1 .clearfix:nth-child(2) .item:nth-child(1) .description:before {
    content: "3";
}

.block8 .content.line2 .squad1 .clearfix:nth-child(2) .item:nth-child(2) .description:before {
    content: "4";
}

.block8 .content.line2 .squad1 .clearfix:nth-child(3) .item:nth-child(1) .description:before {
    content: "5";
}

.block8 .content.line2 .squad1 .clearfix:nth-child(3) .item:nth-child(2) .description:before {
    content: "6";
}

.block8 .content.line2 .squad2 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.block8 .content.line2 .squad2 h4 {
    margin-top: 23px;
    background: url("../img/block8-squad2-separator.jpg") center repeat-x;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
}

.block8 .content.line2 .squad2 h4 span {
    background: #ffffff;
    padding: 0 68px;
}

.block8 .content.line2 .squad2 .item {
    padding: 0 10px;
    width: 235px;
    float: left;
}

.block8 .content.line2 .squad2 .item .story {
    width: 140px;
    float: right;
}

.block8 .content.line2 .squad2 .item .label {
    font-weight: bold;
    color: #f05353;
    display: block;
    margin-bottom: 8px;
    margin-top: 5px;
}

.block8 .content.line2 .squad2 .item p {
    color: #515151;
    font-size: 14px;
    line-height: 1.2;
}

.block9 {
    background: url("../img/block9.jpg") top center no-repeat;
    height: 665px;
}

.block9 .title {
    font-size: 30px;
    color: #d4282c;
    text-align: center;
    line-height: 1.2;
    padding-top: 48px;
    margin: 0 115px;
    border-bottom: 1px solid #8199a5;
    padding-bottom: 20px;
}

.block9 .title span {
    color: #ffffff;
    display: block;
}

.block9 .description {
    color: #000;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin: 16px 0 0;
    line-height: 1.2;
}

.block9 .content {
    position: relative;
}

.block9 .compare {
    width: 497px;
    margin: 30px auto 0;
}

.block9 .compare .tooltip {
    position: absolute;
    height: 32px;
    min-width: 126px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #adaeac;
    left: 65px;
    top: 0;
}

.block9 .compare .tooltip:after, .block9 .compare .tooltip:before {
    content: '';
    background: url("../img/block9-tooltip.png") no-repeat;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
}

.block9 .compare .tooltip:before {
    left: -11px;
}

.block9 .compare .tooltip:after {
    right: -12px;
    background-position: -12px 0;
}

.block9 .compare .tooltip.tooltip-volume {
    top: 72px;
}

.block9 .compare .tooltip.tooltip-height {
    top: 182px;
}

.block9 .compare .tooltip i {
    height: 1px;
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    z-index: 0;
}

.block9 .compare .side {
    width: 50%;
    float: left;
    position: relative;
}

.block9 .compare .side .image {
    position: relative;
}

.block9 .compare .side .image img {
    display: block;
}

.block9 .compare .side .image .weight {
    width: 82px;
    height: 93px;
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -41px;
    line-height: 93px;
    font-size: 23px;
    color: #ffffff;
    text-align: center;
}

.block9 .compare .side .duration {
    padding-top: 10px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: -181px;
    padding: 15px;
    background: #313131;
    padding-right: 10px;
    width: 200px;
}

.block9 .compare .side .dur-rs {
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 20px;
    LEFT: 230px;
    padding: 15px;
    background: #313131;
    width: 200px;
    padding-right: 10px;
}

.block9 .compare .side .duration span {
    display: block;
    text-transform: uppercase;
    color: #d4282c;
    font-size: 21px;
}

.block9 .compare .side.before .weight {
    background: url("../img/block9-before-weight.png") no-repeat;
}

.block9 .compare .side.before .tooltip {
    left: -193px;
}

.block9 .compare .side.before .tooltip i {
    background: #adaeac;
}

.block9 .compare .side.before .tooltip.tooltip-height {
    top: 250px;
}

.block9 .compare .side.before .tooltip.tooltip-height i {
    right: -150px;
    width: 150px;
}

.block9 .compare .side.before .tooltip.tooltip-volume {
    top: 285px;
}

.block9 .compare .side.before .tooltip.tooltip-volume i {
    right: -138px;
    width: 139px;
}

.block9 .compare .side.before .duration span {
    color: #adaeac;
}

.block9 .compare .side.after .weight {
    background: url("../img/block9-after-weight.png") no-repeat;
}

.block9 .compare .side.after .tooltip {
    left: auto;
    right: -185px;
    background: #d4282c;
}

.block9 .compare .side.after .tooltip i {
    background: #d4282c;
    right: auto;
    left: 0;
}

.block9 .compare .side.after .tooltip.tooltip-height {
    top: 176px;
}

.block9 .compare .side.after .tooltip.tooltip-height i {
    left: -102px;
    width: 102px;
}

.block9 .compare .side.after .tooltip.tooltip-volume {
    top: 296px;
}

.block9 .compare .side.after .tooltip.tooltip-volume i {
    left: -135px;
    width: 128px;
}

.block9 .compare .side.after .tooltip:before {
    background-position: -24px 0;
}

.block9 .compare .side.after .tooltip:after {
    background-position: -36px 0;
}

.block9 .info {
    margin-top: 30px;
}

.block9 .info > div {
    float: left;
}

.block9 .info .label {
    width: 248px;
    color: #f05353;
    padding-top: 10px;
}

.block9 .info .label .title1 {
    font-size: 30px;
    line-height: 1;
}

.block9 .info .label .title2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 2px;
}

.block9 .info .label .title3 {
    font-style: italic;
    font-size: 16px;
}

.block9 .info .item {
    width: 108px;
    margin-right: 53px;
    position: relative;
}

.block9 .info .item:last-child {
    margin-right: 0;
}

.block9 .info .item:last-child:after {
    display: none;
}

.block9 .info .item img {
    display: block;
}

.block9 .info .item:after {
    content: '';
    top: 35px;
    right: -37px;
    background: url("../img/block7-item-arrow.png") no-repeat;
    width: 19px;
    height: 35px;
    position: absolute;
    display: block;
}

.block10 {
    background: url("../img/block10-a.jpg") top center no-repeat;
    height: 371px;
}

.block10 .side {
    float: left;
    width: 50%;
    max-width: 315px;
    padding-top: 37px;
}

.block10 .side h3 {
    color: #e5e5e5;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 86px;
    margin-top: -7px;
}

.block10 .side .description {
    font-style: italic;
    color: #d4282c;
    font-size: 18px;
    margin-bottom: 25px;
}

.block10 .side .description-r {
    margin-bottom: 40px;
}

.block10 .side .ttu-r {
    margin-top: 10px;
    margin-bottom: 71px;
}

.block10 .side ul {
    list-style: none;
    color: #e5e5e5;
    font-size: 13px;
    line-height: 1.2;
}

.block10 .side ul li {
    padding-left: 42px;
    margin-bottom: 16px;
}

.block10 .side.l-side {
    max-width: 330px;
    margin-left: 2px;
}

.block10 .side.l-side ul li {
    margin-bottom: 10px;
    background: url("../img/block10-marque-minus-a.png") left center no-repeat;
}

.block10 .side.r-side {
    float: right;
    padding-top: 20px;
}

.block10 .side.r-side ul li {
    min-height: 20px;
    background: url("../img/block10-marque-plus-a.png") left center no-repeat;
}

.block10.japan .side.l-side ul li {
    margin-bottom: 16px;
}

.block11 {
    background: url("../img/block11.jpg") top center no-repeat;
    height: 816px;
}

.block11 .content {
    width: 386px;
    float: right;
    margin-top: 49px;
    margin-right: 44px;
    background: url("../img/block11-cup.png") center -2px no-repeat;
    background-size: 160px;
    padding-top: 198px;
    text-align: center;
}

.block11 .content .title1 {
    color: #d4282c;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 110%;
    margin-top: 20px;
    margin-left: -17px;
}

.block11 .content .title2 {
    color: #413e3e;
    font-size: 20px;
}

.block11 .content .title3 {
    margin-top: 20px;
    font-size: 20px;
    color: #d64d50;
    font-style: italic;
    border-top: 1px solid #d64d50;
    border-bottom: 1px solid #d64d50;
    padding: 10px 22px 12px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.block11 .content .title4 {
    color: #4a4545;
    font-size: 16px;
}

.block11 .content .btn {
    width: 80%;
    margin-top: 20px;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.block11 .content .btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block11 .content .brands {
    margin-top: 25px;
}

.block12 {
    background: url("../img/block12.jpg") top center no-repeat;
    height: 300px;
}

.block12 .limit {
    padding-top: 88px;
    position: relative;
}

.block12 .title {
    background: #162329;
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
}

.block12 .title > div {
    display: table;
    width: 100%;
}

.block12 .title > div .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}

.block12 .title > div .cell.label {
    width: 295px;
    padding-left: 20px;
    color: #796e6e;
    font-size: 21px;
    line-height: 1.25;
}

.block12 .title > div .cell.label span {
    display: block;
    color: #d4282c;
    font-size: 30px;
}

.block12 .title > div .cell.description {
    padding-left: 20px;
    font-size: 14px;
    font-style: italic;
    color: #7f767b;
    line-height: 1.3;
    padding-right: 20px;
}

.block12 .title > div .cell.before {
    width: 266px;
    position: relative;
}

.block12 .title > div .cell.before > div {
    position: relative;
    float: left;
}

.block12 .title > div .cell.before > div.before span {
    background: #353535;
}

.block12 .title > div .cell.before > div.after span {
    background: #d4282c;
    right: -12px;
}

.block12 .title > div .cell.before span {
    z-index: 10;
    position: absolute;
    right: -16px;
    top: -20px;
    height: 48px;
    width: 48px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    line-height: 48px;
    text-align: center;
    color: #fffefe;
    font-size: 9px;
    text-transform: uppercase;
}

.block12 .title > div .cell.before img {
    border: 1px solid #000;
    display: block;
}

.block12 .title > div .cell.before.step2 {
    padding-left: 22px;
}

.block12 .content .side.l-side {
    width: 535px;
    float: left;
}

.block12 .content .side.r-side {
    width: 460px;
    float: right;
}

.block12 .content .side.r-side .row .value {
    margin-left: -4px;
    width: 330px;
}

.block12 .content .side .row {
    min-height: 20px;
    margin-bottom: 4px;
}

.block12 .content .side .row .label {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    width: 110px;
    margin-right: 10px;
}

.block12 .content .side .row .value {
    width: 340px;
    float: left;
    color: #b8b8b8;
    font-size: 13px;
    line-height: 1.3;
}

.block13 {
    background: #ebebeb url("../img/block13.jpg") center no-repeat;
}

.block13 .limit {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.block13 .title {
    height: 60px;
    line-height: 60px;
    color: #b8b8b8;
    font-size: 26px;
    background: #162329;
    position: absolute;
    left: 0;
    width: 100%;
    top: -33px;
    text-align: center;
}

.block13 .item {
    width: 33%;
    float: left;
    padding: 0 23px;
}

.block13 .item .image {
    position: relative;
}

.block13 .item .image span {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -29px;
    width: 59px;
    height: 59px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    background: #f05353;
    color: #ffffff;
    font-size: 16px;
    line-height: 59px;
    text-align: center;
}

.block13 .item .image img {
    display: block;
    width: 100%;
    height: auto;
}

.block13 .item .label {
    color: #162329;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.block13 .item .duration {
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #162329;
    margin-bottom: 15px;
}

.block13 .item .result {
    height: 34px;
    line-height: 34px;
    background: #162329;
    font-size: 14px;
    padding: 0 12px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.block13 .item .result span.before {
    color: #ffffff;
    float: left;
}

.block13 .item .result span.after {
    color: #f05353;
    float: right;
}

.block13 .item .name {
    margin-bottom: 15px;
    text-transform: uppercase;
    height: 34px;
    background: #162329;
    text-align: center;
    line-height: 34px;
    color: #d4282c;
    font-size: 14px;
}

.block13 .item .story {
    color: #162329;
    font-size: 13px;
}

.block13.japan .item .label {
    height: 60px;
}

.block14 {
    background: url("../img/block14a.jpg") top center no-repeat;
    height: 888px;
}

.block14 .content1 {
    text-align: center;
    margin-left: 64px;
    width: 425px;
    height: 429px;
    float: left;
    padding-top: 64px;
}

.block14 .content1 .title1 {
    font-size: 40px;
    color: #d4282c;
    line-height: 1.1;
    margin-bottom: 20px;
}

.block14 .content1 .title2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 300;
}

.block14 .content1 .title2 b {
    font-weight: bold;
}

.block14 .content1 .description {
    border-top: 1px solid rgba(255, 255, 255, 0.39);
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-style: italic;
    padding: 12px 0;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
}

.block14 .image {
    float: right;
    margin-right: 65px;
    position: relative;
    width: 362px;
    margin-top: 122px;
    text-align: center;
}

.block14 .image .label {
    position: absolute;
    width: 104px;
    height: 104px;
    font-size: 22px;
    text-align: center;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    line-height: 1.2;
    right: 80px;
    top: -67px;
}

.block14 .image .label.front {
    background: #c6c6c6;
    color: #5d6c81;
    z-index: 1;
}

.block14 .image .label.back {
    z-index: 0;
    right: 18px;
    /*   padding-top: -10px !important;*/
    top: 3px;
    color: #d4282c;
    background: #000;
}

.block14 .image .label span.cell {
    display: table-cell;
    height: 104px;
    width: 104px;
    vertical-align: middle;
}

.block14 .image .label span.cell span {
    font-size: 16px;
}

.block14 .image img {
    height: 300px;
}

.block14 .content2 {
    text-align: center;
    height: 739px;
}

.block14 .content2 img {
    display: block;
    margin: 0 auto;
    position: absolute;
    margin-top: -20px;
}

.block14 .content2 .title1 {
    color: #d4282c;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 21px;
    margin-bottom: 79px;
}

.block14 .content2 .title2 {
    color: #ffffff;
    font-size: 36px;
    padding-top: 0px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    font-style: normal;
}

.block14 .content2 .story {
    height: 256px;
    line-height: 1.3;
    padding-left: 250px;
    position: relative;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    background: url("../img/review.png") 78px 32px no-repeat;
    margin-left: 270px;
}

.block14 .content2 .story .cell {
    display: table-cell;
    vertical-align: middle;
    height: 256px;
}

.block14 .content3 .title {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 25px;
}

.block14 .content3 .row {
    text-align: center;
}

.block14 .content3 .row img {
    margin-left: -4px;
}

.block14 .content2 .gray {
    margin-top: 20px;
    display: block;
    color: #aaa7a7;
}

.block15 {
    background: url("../img/block15a.jpg") top center no-repeat;
    height: auto;
    padding-bottom: 50px;
}

.block15 .content {
    width: 100%;
}

.box-img-prod {
    display: block;
    float: left;
    width: 300px;
    margin-top: 100px;
    margin-left: 250px;
}

.box-img-prod img {
    margin-left: -200px;
}

.box-form {
    max-width: 500px;
    display: block;
    float: right;
    text-align: center;
    margin-top: 90px;
    margin-right: 50px;
}

.block15 .content .title1 {
    color: #fff;
    letter-spacing: -0.6px;
    font-size: 28px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: -17px;
}

.block15 .content .title2 {
    letter-spacing: -0.7px;
    font-size: 42px;
    color: #d4282c;
    margin-bottom: 10px;
    margin-top: 20px;
}

.block15 .content .form {
    display: block;
    width: 330px;
    margin: 0 auto;
}

.block15 .content .form .form-group {
    margin-bottom: 22px;
}

.block15 .content .form input[type="text"], .block15 .content .form select {
    outline: none;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #464646;
    color: #292929;
    font-size: 18px;
    text-align: center;
    display: block;
    background: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 56px !important;
}

.block15 .content .form select {
    background: url('../img/customselect.png') no-repeat 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 8px;
    text-align: left;
}

.block15 .content .form select::-ms-expand {
    display: none;
}
}

.block15 .content .form input[type="text"]::-webkit-input-placeholder, .block15 .content .form select::-webkit-input-placeholder {
    color: #292929;
}

.block15 .content .form input[type="text"]::-moz-placeholder, .block15 .content .form select::-moz-placeholder {
    color: #292929;
}

.block15 .content .form input[type="text"]:-moz-placeholder, .block15 .content .form select:-moz-placeholder {
    color: #292929;
}

.block15 .content .form input[type="text"]:-ms-input-placeholder, .block15 .content .form select:-ms-input-placeholder {
    color: #292929;
}

.block15 .content .form .price {
    color: #fff;
    font-size: 20px;
    padding: 0 12px 0;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    width: 340px;
}

.block15 .content .form .price span {
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
}

.block15 .content .form .price .js_new_price_curs {
    font-size: 27px;
}

.block15.japan .content .form input[type="text"] {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.block15 .content .form .cntr {
    height: 57px !important;
    margin-top: 18px;
}

/*# sourceMappingURL=style.map */
/*customchanger*/
.custom-changer {
    display: table;
    width: 100%;
}

.custom-changer.dark .custom-changer-tr {
    color: #fff!important;
}

.custom-changer-tr {
    display: block;
    width: 100%;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
}

.custom-changer-td.fst {
    width: 40px;
    text-align: center;
}

.custom-changer-td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.js-radio-changer {
    display: inline-block;
    _display: inline;
    *zoom: 1; width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #3f3f3f;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.custom-changer-tr.hover .js-radio-changer, .custom-changer-tr.active .js-radio-changer {
    background: #3f3f3f;
}

.custom-changer-tr.hover, .custom-changer-tr.active {
    background: #d4282c;
    color: #000;
    cursor: pointer;
}

.js-pp-old {
    text-decoration: line-through;
}

.js-pp-new {
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}

.old-price {
    text-decoration: line-through;
}

.free_ship {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}


    .ac_footer {
        position: relative;
        top: 10px;
        height: 0;
        text-align: center;
        margin-bottom: 70px;
        color: #A12000;
    }

    .ac_footer a {
        color: #A12000;
    }

    img[height="1"], img[width="1"] {
        display: none !important;
    }