
.desk{
    display: block !important;
}
.mob{
    display: none !important;
}
@media (min-width:1024px){
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=latin-ext');
/* - Reset - */

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.titifont {
    font-family: 'Titillium Web', sans-serif;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

* {
    /*Firefox 1+*/
    -webkit-box-sizing: border-box;
    /*Safari 3+, Chrome 1+*/
    box-sizing: border-box;
    /*Opera 7+, IE8+*/
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
td img {
    vertical-align: top;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

/* - /Reset - */
.placeholder {
    color: #40585b;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

:-moz-placeholder {
    color: #40585b;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

::-webkit-input-placeholder {
    color: #40585b;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #40585b;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

/* - Base settings - */
html {
    background: #fff;
    font-size: 10px;
}

html,
body {
    max-width: 2000px;
    min-width: 1024px;
    margin: 0 auto;
    height: 100%;
}

body {
    line-height: 1;
    color: #292929;
    text-align: left;
    font: 18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Open Sans', sans-serif;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

a:hover {
    color: #e9d8a6;
    text-decoration: none;
}

/* - /Base settings - */
/* - Sys - */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lte8 .clearfix {
    overflow: hidden;
    zoom: 1;
}

.clear {
    clear: both;
}

.dib, .dib1 {
    zoom: 1;
    display: -moz-inline-box;
    display: inline-block;
    _display: inline;
    *display: inline;
    vertical-align: top;
}

/* - /Sys - */
/* - Baselayout - */

.form1-inner .dib1 {
    width: 24%;
    padding: 0 10px;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    width: 100%;
    line-height: 1;
    margin: 0 auto;
    position: relative;
}

.page-wrapper__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0 5px;
    height: 100%;
    position: relative;
}

.translate5050 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transitionmy {
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}

.dispn {
    display: none;
}

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

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

.posrel {
    position: relative;
}

.fs0 {
    font-size: 0;
}

.dtable {
    display: table;
    width: 100%;
}

.dtc {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.font-light {
    font-weight: 300;
}

.w50 {
    width: 50%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mt20 {
    margin-top: 20px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.tdlh {
    text-decoration: line-through;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    width: 250px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #ffeb18;
    border: none;
    border-bottom: 1px solid #f4b00d;
    border-right: 1px solid #f4b00d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #003651;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
}

.btn:hover, .btn:active, .btn:focus {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    cursor: pointer;
}

input.inp {
    width: 100%;
    padding: 9px 10px;
    border: 0;
    outline: none;
    margin-bottom: 10px;
    background: #fff;
    font-size: 20px;
    color: #40585b;
    font-family: 'PT Sans', sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

select.inp {
    width: 100%;
    padding: 0 0 0 10px;
    height: 43px;
    border: 0;
    outline: none;
    margin-bottom: 10px;
    background: #fff;
    font-size: 20px;
    color: #40585b;
    font-family: 'PT Sans', sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/select.png') no-repeat 98% center #fff;
}

header {
    background: url('../img/header.png') 50% 0 no-repeat;
    height: 1181px;
}

.menuside {
    position: absolute;
    width: 400px;
    top: 0;
}

.menuside.left {
    left: 0;
}

.menuside.right {
    right: 0;
}

.topmenu .dtc {
    height: 111px;
    line-height: 111px;
}

.topmenu a {
    color: #1f1f1f;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
}

.topmenu a:hover {
    color: #525252;
    text-decoration: underline;
}

.h_new__line {
    width: 630px;
    float: right;
}

.h_new_header {
    text-align: right;
    font-weight: 700;
    color: #002651;
    /*font-size: 50px;*/
    font-size: 5rem;
    padding-top: 37px;
    position: relative;
    line-height: 1;
    padding-bottom: 20px;
    z-index: 2;
}

.h_new_header img {
    vertical-align: middle;
}

.h_new__line ul {
    color: #002651;
    margin-left: 270px;
    /*font-size: 30px;*/
    font-size: 2.5rem;
}

.h_new__line ul li {
    padding-left: 40px;
    background: url('../img/marker1.png') 0 50% no-repeat;
    margin-bottom: 5px;
}

.h_price {
    margin-top: 10px;
    margin-right: 21px;
}

.h_price img {
    position: absolute;
    top: -160px;
    left: 70px;
    width: 180px;
}

.h_price .skid {
    font-size: 33px;
    font-size: 3.3rem;
    color: #002651;
}

.h_price .skid span {
    font-size: 49px;
    font-size: 4.9rem;
    font-weight: 700;
    background: #ffeb18;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.h_price .priceamazz {
    margin-top: 10px;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    color: #ba0a1b;
}

.h_price .priceamazz .new_price {
    font-weight: 700;
    margin-right: 20px;
    min-width: 30px;
    position: absolute;
    right: 32px;
}

.h_price .priceamazz .curs {
    font-size: 28px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    min-width: 30px;
    text-align: center;
}

.h_price .priceamazz .old_price {
    min-width: 30px;
    min-height: 15px;
    text-align: right;
    color: #002651;
    font-size: 20px;
    padding: 0 0 0 0;
    margin: 25px 0 -30px 0;
    text-decoration: line-through;
}

.men1 {
    background: url('../img/men1.png') 0 0 no-repeat;
    width: 464px;
    height: 597px;
    position: absolute;
    top: 106px;
    left: -6px;
}

.form1 {
    position: absolute;
    top: 610px;
}

.form1.fixed {
    position: fixed;
    top: 0;
    left: 5px;
    z-index: 99;
    width: 100%;
}

.form1-inner {
    width: 1020px;
    position: relative;
    margin: 0 auto;
    padding: 19px 25px 0 25px;
    left: 0;
    background: #cd0b1e;
    height: 150px;
    border-bottom: 3px solid #a90414;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.form1-inner .dib {
    width: 24%;
    padding: 0 10px;
}

.text-bottom-form {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    bottom: 30px;
    left: 35px;
    background: url('../img/phonej.png') 0 50% no-repeat;
    padding-left: 45px;
}

.h_bottom-side {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 50px;
}

.h_bottom-side .dtable {
    font-size: 22px;
    font-size: 2.2rem;
    color: #002651;
}

.h_bottom-side .dtable .dtc {
    vertical-align: top;
    width: 210px;
    font-size: 18px;
}

.h_bottom-side h1 {
    font-size: 40px;
    font-size: 4rem;
    padding-bottom: 80px;
    line-height: 1;
    color: #002651;
    text-align: center;
}

.h_bottom-side .h_img-wrapper {
    height: 94px;
    margin-bottom: 10px;
}

.h_bottom-side .h_img-wrapper img {
    vertical-align: bottom;
}

.slide2 {
    background: url('../img/slide2.png') 50% 0 no-repeat;
    height: 191px;
}

.slide2 .dtc {
    height: 155px;
    font-size: 39px;
    font-size: 3.9rem;
    padding-top: 28px;
    color: #002651;
}

.slide2 span.upper {
    display: block;
}

.slide3 {
    background: url('../img/slide3.png') 50% 0 no-repeat;
    height: 661px;
}

.slide3 .ss3t {
    position: absolute;
    bottom: 150px;
    right: 60px;
    background: url('../img/tables3.png') 0 0 no-repeat;
    width: 424px;
    height: 94px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)";
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

.slide3 .ss3t .dtc {
    height: 94px;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0 0 65px;
    text-transform: uppercase;
    color: #5892d3;
}

.slide3 ul {
    width: 450px;
    float: right;
    padding-top: 115px;
}

.slide3 ul li {
    padding-top: 5px;
    padding-left: 41px;
    padding-bottom: 6px;
    background: url('../img/marker2.png') 0 5px no-repeat;
    font-size: 22px;
    font-size: 1.6rem;
    color: #002651;
    position: relative;
    margin-bottom: 10px;
}

.slide3 ul li .ar1list {
    background: url('../img/ar1.png') 0 0 no-repeat;
    width: 154px;
    height: 19px;
    position: absolute;
    left: -154px;
    top: 0;
}

.slide3 ul li .ar2list {
    background: url('../img/ar2.png') 0 0 no-repeat;
    width: 258px;
    height: 83px;
    position: absolute;
    top: 37px;
    left: -258px;
}

.slide4 {
    padding-top: 80px;
    background: rgba(161, 217, 250, 0.4) url('../img/pattern3.png') repeat;
    height: 1150px;
}

.slide4__adv {
    border: 2px solid red;
}

.adv-left {
    float: left;
    padding: 15px 5px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
}

.adv-right1 {
    float: left;
    width: 50%;
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0;
}

.adv-right1 img {
    /*margin-top: 80px;*/
    display: inline-block;
}

.adv-right1 .description {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32.3%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

}

.li-text {
    color: #002651;
    font-size: 2.4rem;
    margin-left: 40px;
    display: block;
}

.li-text span {
  font-size: 27px;
    font-size: 2.7rem;
    color: #cd0b1e;
    white-space: nowrap;
    font-weight: 700;
}

.slide4 h2 {
    color: #002651;
    line-height: 1;
    padding: 20px 0 0;
    text-align: center;
    font-size: 39px;
    font-size: 3.9rem;
}

.slide4 .s4-right {
    width: 430px;
    float: right;
  margin-top: 50px;
}

.slide4 .s4-right__header {
    font-size: 30px;
    font-size: 3rem;
    color: #002651;
    font-weight: 700;
    padding-bottom: 40px;
}

.slide4 .s4-right li {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #002651;
    padding-left: 20px;
    background: url('../img/marker3.png') 0 14px no-repeat;
}

.slide4 .s4-right li b {
    font-size: 30px;
    font-size: 3rem;
}

.slide4 .s4list {
    background: url('../img/s4list.png') 0 0 no-repeat;
    width: 658px;
    height: 620px;
    position: absolute;
    bottom: 0;
    left: -70px;
    padding-left: 70px;
    padding-right: 100px;
}

.slide4 .s4list .topline {
    padding-top: 30px;
}

.slide4 .s4list .doc {

    width: 170px;
    height: 200px;
    float: left;
}

.slide4 .s4list .doc-text {
    margin-left: 186px;
  margin-top: 55px;
}

.slide4 .s4list .doc-text {
    font-size: 16px;
    font-size: 1.6rem;
}

.slide4 .s4list .doc-text .pamaz {
    padding-left: 60px;
    background: url('../img/firmlogo.png') 0 0 no-repeat;
    height: 68px;
    height: auto !important;
    min-height: 68px;
    color: #525252;
}

.slide4 .s4list .doc-text .boldfirm {
    padding-bottom: 6px;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    display: block;
}

.slide4 .s4list .doc-text .doc-doc {
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    line-height: 1.2;
    padding-top: 20px;
}

.slide4 .s4list .doc-text .doc-headd {
    font-size: 24px;
    font-size: 2.4rem;
    color: #155c9e;
    font-weight: 700;
    padding-top: 20px;
}

.slide4 .s4list .doc-content {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 25px;
}

.slide4 .s4list .doc-content p {
    padding-bottom: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    position: relative;
    z-index: 20;
}

.slide4 .s4list .authorj {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: 41px;
    left: 70px;
}

/* .slide4 .s4list .pechj {
    background: url() 0 0 no-repeat;
    width: 119px;
    height: 118px;
    position: absolute;
    bottom: 12px;
    right: 95px;
    z-index: 19;
    opacity: 0.3;
} */

.slide5 {
    background: url('../img/slide5.png') 50% 0 no-repeat;
    height: 224px;
}

.slide5 .text {
    font-size: 38px;
    color: #fff;
    padding-top: 50px;
    padding-right: 28%;
}

.slide5 .bank1 {
    background: url(../img/prod.png) 45% 0 no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 256px;
    height: 445px;
    position: absolute;
    right: 61px;
    bottom: 65px;
}

.slide5 .bank1 .painstop {
    background: url('../img/painstop.png') 0 0 no-repeat;
    -webkit-background-size: 90% 90%;
            background-size: 90%;
    width: 418px;
    height: 264px;
    position: relative;
    right: 0;
    top: -171px;
    padding-top: 21px;
    padding-left: 125px;
    text-align: center;
    color: #002651;
    font-size: 24px;
    font-size: 2.4rem;
}

.slide5 .bank1 .painstop span {
    font-size: 27px;
    font-size: 2.7rem;
    color: #cd0b1e;
    white-space: nowrap;
    font-weight: 700;
}

.slide6 {
    padding: 60px 0;
}

.hardtable td, .hardtable th {
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    width: 200px;
    position: relative;
    color: #6d6d6d;
}

.hardtable td.colorb, .hardtable th.colorb {
    color: #002651;
}

.hardtable td b, .hardtable th b {
    font-size: 19px;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.hardtable .bbtr {
    border-bottom: 1px solid #dde4c4;
}

.hardtable td:first-child {
    text-align: left;
}

.hardtable tr.wbg {
    background: #fff;
}

.hardtable tr.bg1 {
    background: #f9faf4;
}

.choicep {
    position: absolute;
    top: -260px;
    right: 0;
    background: url('../img/choice.png') 0 0 no-repeat;
    width: 192px;
    height: 180px;
}

.greenbgtd {
    background: #fff483;
    font-size: 21px;
    font-size: 2.1rem;
    border-left: 3px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
}

.greenbgtd.bg2 {
    background: #fff69e;
}

.greenbgtd.bbw {
    border-bottom: 1px solid #f2f2f2;
}

.greenbgtd.bbt {
    border-top: 3px solid #f2f2f2;
    vertical-align: top;
}

.abspodl {
    width: 181px;
    height: 338px;
    position: absolute;
    left: 12px;
    top: -15px;
    z-index: 1;
}

.abspodl img {
    position: absolute;
    bottom: -29px;
    right: -106px;
}

.slide7 {
    background: url('../img/slide7.png') 50% 0 no-repeat;
    padding-top: 98px;
    padding-bottom: 140px;
}

.slide7 h2 {
    text-align: center;
    color: #002651;
    font-size: 39px;
    font-size: 3.9rem;
    padding-bottom: 45px;
}

.slide7 .rew-line {
    margin-bottom: 20px;
}

.slide7 .rew-line .rew-img {
    width: 200px;
}

.slide7 .rew-line .rew-text {
    margin-left: 225px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #002651;
    padding-top: 24px;
    padding-bottom: 25px;
    border-bottom: 2px solid #e7ecd7;
}

.slide7 .rew-line .rew-text.last {
    border-color: transparent;
}

.slide7 .rew-line .rew-name span {
    color: #94aa48;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.slide7 .rew-line .rew-name {
    font-weight: 400;
    color: #002651;
}

.slide7 .target-s7 {
    margin-top: 50px;
    text-align: center;
    padding-top: 80px;
    background: url('../img/bigtarg.png') 50% 0 no-repeat;
    font-size: 45px;
    font-size: 4rem;
    color: #002651;
    font-weight: 700;
}

.slide7 .targ-line2 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    color: #ba0a1b;
    padding-top: 15px;
}

footer {
    background: url('../img/foot.png') 50% 0 no-repeat;
    height: 522px;
}

footer .woomen {
    background: url('../img/woman.png') 0 0 no-repeat;
    width: 583px;
    height: 796px;
    position: absolute;
    bottom: -117px;
    left: -127px;
    z-index: 1;
}

footer .formfoot {
    background: url('../img/formfoot.png') 0 0 no-repeat;
    width: 457px;
    height: 680px;
    bottom: -2px;
    left: 282px;
    z-index: 4;
    position: absolute;
}

footer .bank3 {
    background: url('../img/prod.png') 0 0 no-repeat;
    background-size: contain;
    width: 189px;
    height: 330px;
    position: absolute;
    bottom: 89px;
    right: 80px;
    z-index: 1;
}

footer .bordered-foot {
    border: 4px solid #226fc5;
    padding: 19px;
    color: #226fc5;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)";
    position: absolute;
    top: -40px;
    right: -30px;
    z-index: 10;
    font-size: 20px;
    font-size: 2rem;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

footer .fskid {
    background: #fff26b;
    font-size: 40px;
    font-size: 4rem;
    color: #002651;
    padding: 10px;
    font-weight: 700;
    margin-top: 45px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

footer .fprice {
    margin-top: 10px;
}

footer .priceamazz {
    /*!  */
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    color: #ba0a1b;
}

footer .priceamazz .new_price {
    min-width: 20px;
    font-weight: 700;
    display: inherit;
}

footer .priceamazz .curs {
    font-size: 28px;
    min-width: 50px;
}

footer .priceamazz .old_price {

    margin: 15px 0 -30px 70px;
    min-width: 20px;
    text-align: right;
    color: #002651;
    font-size: 20px;
    text-decoration: line-through;
}

footer form {
    position: absolute;
    width: 310px;
    top: 255px;
    left: 50%;
    margin-left: -155px;
    min-height: 10px;
}

footer form .inp {
    border: 1px solid #8cb7e5;
}

footer select .inp {
    border: 1px solid #8cb7e5;
}

footer form .jq-selectbox {
    border: 1px solid #8cb7e5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

footer form .btn {
    background: #cd0b1e;
    border-bottom: 1px solid #ba0b1c;
    border-right: 1px solid #ba0b1c;
    color: #fff;
    display: block;
}

footer .bottom-text {
    font-size: 24px;
    font-size: 2.4rem;
    color: #002651;
    text-align: center;
    position: absolute;
    bottom: 55px;
    font-weight: 700;
    left: 0;
    width: 100%;
    padding: 0 10%;
}
.h_new__line .total_price, .shipment_price {
    position: absolute;
    width: 230px;
    height: 20px;
    font-size: 18px;
    color: #003651;
    font-weight: bold;
}

.h_new__line .shipment_price {
    right: 5px;
    top: 130px;
}

.h_new__line .total_price {
    right: 5px;
    top: 160px;
}

.h_new__line .shipment_price span, .total_price span {
    font-size: 24px;
}

.down .total_price, .shipment_price {
    position: absolute;
    width: 255px;
    height: 20px;
    font-size: 20px;
    color: #003651;
    font-weight: bold;
}

.down .shipment_price {
    left: 135px;
    top: 225px;
}

.down .total_price {
    left: 108px;
    top: 255px;
}

.down span1 {
    font-size: 28px;
}

.plus_tax {
    font-size: 45px;
}

.plus_tax2 {
    font-size: 30px;
}

.adv__header {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.restriction {
  width: 100%;
  background: #ffd303;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: -15px;
  text-align: center
}
.restriction span {
  background: red;
  display: inline-block;
  padding: 0 5px;
}
.verification {
    max-width: 260px;
    margin: 10px auto;
}
.verification img {
  max-width: 100%;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
}
@media (max-width:1024px){
    .mob{
        display: block !important;
    }
    .desk{
        display: none !important;
    }

    .jq-checkbox {
        top: -1px;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin: 0 4px 0 0;
        border: 1px solid #C3C3C3;
        border-radius: 3px;
        background: #F5F5F5;
        background: -webkit-linear-gradient(#FFF, #E6E6E6);
        background:         linear-gradient(#FFF, #E6E6E6);
        box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
        cursor: pointer;
    }
    .jq-checkbox.checked .jq-checkbox__div {
        width: 12px;
        height: 12px;
        margin: 2px 0 0 2px;
        border-radius: 2px;
        background: #666;
        box-shadow: inset 0 -3px 6px #AAA;
    }
    .jq-checkbox.focused {
        border: 1px solid #08C;
    }
    .jq-checkbox.disabled {
        opacity: .55;
    }
    
    
    .jq-radio {
        top: -1px;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin: 0 4px 0 0;
        border: 1px solid #C3C3C3;
        border-radius: 50%;
        background: #F5F5F5;
        background: -webkit-linear-gradient(#FFF, #E6E6E6);
        background:         linear-gradient(#FFF, #E6E6E6);
        box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
        cursor: pointer;
    }
    .jq-radio.checked .jq-radio__div {
        width: 10px;
        height: 10px;
        margin: 3px 0 0 3px;
        border-radius: 50%;
        background: #777;
        box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
    }
    .jq-radio.focused {
        border: 1px solid #08C;
    }
    .jq-radio.disabled {
        opacity: .55;
    }
    
    
    .jq-file {
        width: 270px;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }
    .jq-file input {
        height: auto;
        line-height: 1em;
        cursor: pointer;
    }
    .jq-file__name {
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        height: 34px;
        padding: 0 80px 0 10px;
        border: 1px solid #CCC;
        border-bottom-color: #B3B3B3;
        border-radius: 4px;
        background: #FFF;
        box-shadow: inset 1px 1px #F1F1F1;
        font: 14px/32px Arial, sans-serif;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .jq-file__browse {
        position: absolute;
        top: 1px;
        right: 1px;
        padding: 0 10px;
        border-left: 1px solid #CCC;
        border-radius: 0 4px 4px 0;
        background: #F5F5F5;
        background: -webkit-linear-gradient(#FFF, #E6E6E6);
        background:         linear-gradient(#FFF, #E6E6E6);
        box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
        font: 14px/32px Arial, sans-serif;
        color: #333;
        text-shadow: 1px 1px #FFF;
    }
    .jq-file:hover .jq-file__browse {
        background: #E6E6E6;
        background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
        background:         linear-gradient(#F6F6F6, #E6E6E6);
    }
    .jq-file:active .jq-file__browse {
        background: #F5F5F5;
        box-shadow: inset 1px 1px 3px #DDD;
    }
    .jq-file.focused .jq-file__name {
        border: 1px solid #5794BF;
    }
    .jq-file.disabled,
    .jq-file.disabled .jq-file__name,
    .jq-file.disabled .jq-file__browse {
        border-color: #CCC;
        background: #F5F5F5;
        box-shadow: none;
        color: #888;
    }
    
    
    .jq-number {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0 36px 0 0;
    }
    .jq-number__field {
        width: 100px;
        border: 1px solid #CCC;
        border-bottom-color: #B3B3B3;
        border-radius: 4px;
        box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    }
    .jq-number__field:hover {
        border-color: #B3B3B3;
    }
    .jq-number__field input {
        box-sizing: border-box;
        width: 100%;
        padding: 8px 9px;
        border: none;
        outline: none;
        background: none;
        font: 14px Arial, sans-serif;
        color: #333;
        text-align: left; /* для Opera Presto */
        -moz-appearance: textfield;
    }
    .jq-number__field input::-webkit-inner-spin-button,
    .jq-number__field input::-webkit-outer-spin-button {
        margin: 0; /* в каких-то браузерах присутствует отступ */
        -webkit-appearance: none;
    }
    .jq-number__spin {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 14px;
        border: 1px solid #CCC;
        border-bottom-color: #B3B3B3;
        border-radius: 4px;
        background: #F5F5F5;
        background: -webkit-linear-gradient(#FFF, #E6E6E6);
        background:         linear-gradient(#FFF, #E6E6E6);
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-shadow: 1px 1px #FFF;
        cursor: pointer;
    }
    .jq-number__spin.minus {
        top: auto;
        bottom: 0;
    }
    .jq-number__spin:hover {
        background: #E6E6E6;
        background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
        background:         linear-gradient(#F6F6F6, #E6E6E6);
    }
    .jq-number__spin:active {
        background: #F5F5F5;
        box-shadow: inset 1px 1px 3px #DDD;
    }
    .jq-number__spin:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 11px;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #999;
        border-left: 5px solid transparent;
    }
    .jq-number__spin.minus:after {
        top: 5px;
        border-top: 5px solid #999;
        border-right: 5px solid transparent;
        border-bottom: none;
        border-left: 5px solid transparent;
    }
    .jq-number__spin.minus:hover:after {
        border-top-color: #000;
    }
    .jq-number__spin.plus:hover:after {
        border-bottom-color: #000;
    }
    .jq-number.focused .jq-number__field {
        border: 1px solid #5794BF;
    }
    .jq-number.disabled .jq-number__field,
    .jq-number.disabled .jq-number__spin {
        border-color: #CCC;
        background: #F5F5F5;
        box-shadow: none;
        color: #888;
    }
    .jq-number.disabled .jq-number__spin:after {
        border-bottom-color: #AAA;
    }
    .jq-number.disabled .jq-number__spin.minus:after {
        border-top-color: #AAA;
    }
    
    
    .jq-selectbox {
        vertical-align: middle;
        cursor: pointer;
        width: 100%;
        margin-bottom: 13px;
    }
    .jq-selectbox__select {
        height: 44px;
        padding: 0 45px 0 10px;
        border: 0;
        border-radius: 0;
        background: #fdfdfb;
        border: 1px solid #8cb7e5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    
    
        color: #333;
    
    }
    .jq-selectbox__select:hover {
        background: #E6E6E6;
    
    }
    .jq-selectbox__select:active {
        background: #F5F5F5;
    
    }
    .jq-selectbox.focused .jq-selectbox__select {
    
    }
    .jq-selectbox.disabled .jq-selectbox__select {
        border-color: #CCC;
        background: #F5F5F5;
        box-shadow: none;
        color: #888;
    }
    .jq-selectbox__select-text {
        display: block;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size:20px;
        color:#002651;
        font-family: 'PT Sans', sans-serif;
        line-height: 44px;
    }
    .jq-selectbox .placeholder {
        color: #888;
    }
    .jq-selectbox__trigger {
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 100%;
    }
    .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 22px;
        right: 12px;
        width: 0;
        height: 0;
        border-top: 5px solid #999;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .jq-selectbox:hover .jq-selectbox__trigger-arrow {
        border-top-color: #000;
    }
    .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
        border-top-color: #AAA;
    }
    .jq-selectbox__dropdown {
        box-sizing: border-box;
        width: 100%;
        margin: 2px 0 0;
        padding: 0;
        border: 1px solid #CCC;
        border-radius: 4px;
        background: #FFF;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        font: 14px/18px Arial, sans-serif;
    }
    .jq-selectbox__search {
        margin: 5px;
    }
    .jq-selectbox__search input {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 5px 27px 6px 8px;
        border: 1px solid #CCC;
        border-radius: 3px;
        outline: none;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
        box-shadow: inset 1px 1px #F1F1F1;
        color: #333;
        -webkit-appearance: textfield;
    }
    .jq-selectbox__search input::-webkit-search-cancel-button,
    .jq-selectbox__search input::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    .jq-selectbox__not-found {
        margin: 5px;
        padding: 5px 8px 6px;
        background: #F0F0F0;
        font-size: 13px;
    }
    .jq-selectbox ul {
        margin: 0;
        padding: 0;
    }
    .jq-selectbox li {
        min-height: 18px;
        padding: 5px 10px 6px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        white-space: nowrap;
        color: #231F20;
    }
    .jq-selectbox li.selected {
        background-color: #A3ABB1;
        color: #FFF;
    }
    .jq-selectbox li:hover {
        background-color: #08C;
        color: #FFF;
    }
    .jq-selectbox li.disabled {
        color: #AAA;
    }
    .jq-selectbox li.disabled:hover {
        background: none;
    }
    .jq-selectbox li.optgroup {
        font-weight: bold;
    }
    .jq-selectbox li.optgroup:hover {
        background: none;
        color: #231F20;
        cursor: default;
    }
    .jq-selectbox li.option {
        padding-left: 25px;
    }
    
    
    .jq-select-multiple {
        box-sizing: border-box;
        padding: 1px;
        border: 1px solid #CCC;
        border-bottom-color: #B3B3B3;
        border-radius: 4px;
        background: #FFF;
        box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
        font: 14px/18px Arial, sans-serif;
        color: #333;
        cursor: default;
    }
    .jq-select-multiple.focused {
        border: 1px solid #5794BF;
    }
    .jq-select-multiple.disabled {
        border-color: #CCC;
        background: #F5F5F5;
        box-shadow: none;
        color: #888;
    }
    .jq-select-multiple ul {
        margin: 0;
        padding: 0;
    }
    .jq-select-multiple li {
        padding: 3px 9px 4px;
        list-style: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        white-space: nowrap;
    }
    .jq-select-multiple li:first-child {
        border-radius: 3px 3px 0 0;
    }
    .jq-select-multiple li:last-child {
        border-radius: 0 0 3px 3px;
    }
    .jq-select-multiple li.selected {
        background: #08C;
        color: #FFF;
    }
    .jq-select-multiple li.disabled {
        color: #AAA;
    }
    .jq-select-multiple.disabled li.selected,
    .jq-select-multiple li.selected.disabled {
        background: #CCC;
        color: #FFF;
    }
    .jq-select-multiple li.optgroup {
        font-weight: bold;
    }
    .jq-select-multiple li.option {
        padding-left: 25px;
    }
    
    
    input[type='email'].styler,
    input[type='password'].styler,
    input[type='search'].styler,
    input[type='tel'].styler,
    input[type='text'].styler,
    input[type='url'].styler,
    textarea.styler {
        padding: 8px 9px;
        border: 1px solid #CCC;
        border-bottom-color: #B3B3B3;
        border-radius: 4px;
        box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
        font: 14px Arial, sans-serif;
        color: #333;
    }
    input[type='search'].styler {
        -webkit-appearance: none;
    }
    textarea.styler {
        overflow: auto;
    }
    input[type='email'].styler:hover,
    input[type='password'].styler:hover,
    input[type='search'].styler:hover,
    input[type='tel'].styler:hover,
    input[type='text'].styler:hover,
    input[type='url'].styler:hover,
    textarea.styler:hover {
        border-color: #B3B3B3;
    }
    input[type='email'].styler:focus,
    input[type='password'].styler:focus,
    input[type='search'].styler:focus,
    input[type='tel'].styler:focus,
    input[type='text'].styler:focus,
    input[type='url'].styler:focus,
    textarea.styler:focus {
        border-color: #CCC;
        border-top-color: #B3B3B3;
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    }
    button.styler,
    input[type='button'].styler,
    input[type='submit'].styler,
    input[type='reset'].styler {
        overflow: visible;
        padding: 8px 11px;
        border: 1px solid #CCC;
        border-bottom-color: #B3B3B3;
        border-radius: 4px;
        outline: none;
        background: #F5F5F5;
        background: -webkit-linear-gradient(#FFF, #E6E6E6);
        background:         linear-gradient(#FFF, #E6E6E6);
        box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
        font: 14px Arial, sans-serif;
        color: #333;
        text-shadow: 1px 1px #FFF;
        cursor: pointer;
    }
    button.styler::-moz-focus-inner,
    input[type='button'].styler::-moz-focus-inner,
    input[type='submit'].styler::-moz-focus-inner,
    input[type='reset'].styler::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
    button.styler:not([disabled]):hover,
    input[type='button'].styler:not([disabled]):hover,
    input[type='submit'].styler:not([disabled]):hover,
    input[type='reset'].styler:hover {
        background: #E6E6E6;
        background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
        background:         linear-gradient(#F6F6F6, #E6E6E6);
    }
    button.styler:not([disabled]):active,
    input[type='button'].styler:not([disabled]):active,
    input[type='submit'].styler:not([disabled]):active,
    input[type='reset'].styler:active {
        background: #F5F5F5;
        box-shadow: inset 1px 1px 3px #DDD;
    }
    button.styler[disabled],
    input[type='button'].styler[disabled],
    input[type='submit'].styler[disabled] {
        border-color: #CCC;
        background: #F5F5F5;
        box-shadow: none;
        color: #888;
    }

    
    
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
  min-height: 455px;
}



/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
    	-ms-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d8d8d8;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #94aa48;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/arl.png) no-repeat 0 0px;

}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/arr.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-prev:hover {
	left:15px;
}

.bx-wrapper .bx-next:hover {
	right: 15px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50px;
	outline: 0;
	width: 35px;
	height: 101px;
	text-indent: -9999px;
	z-index: 9999;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

    /* - Reset - */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

* {
    -moz-box-sizing: border-box;
    /*Firefox 1+*/
    -webkit-box-sizing: border-box;
    /*Safari 3+, Chrome 1+*/
    box-sizing: border-box;
    /*Opera 7+, IE8+*/
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
td img {
    vertical-align: top;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

/* - /Reset - */
.placeholder {
    color: #002651;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

:-moz-placeholder {
    color: #002651;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

::-webkit-input-placeholder {
    color: #002651;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #002651;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

/* - Base settings - */
html {
    background: #fff;
    font-size: 10px;
}

html,
body {
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
    height: 100%;
}

body {
    line-height: 1;
    color: #292929;
    text-align: left;
    font: 18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
}

input,
select,
button,
textarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

a:hover {
    color: #e9d8a6;
    text-decoration: none;
}

/* - /Base settings - */
/* - Sys - */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lte8 .clearfix {
    overflow: hidden;
    zoom: 1;
}

.clear {
    clear: both;
}

.dib {
    zoom: 1;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    _display: inline;
    *display: inline;
    vertical-align: top;
}

/* - /Sys - */
/* - Baselayout - */
.wrapper {
    min-height: 100%;
    overflow: hidden;
    width: 100%;
    line-height: 1;
    margin: 0 auto;
    position: relative;
}

.page-wrapper__inner {
    width: 320px;
    margin: 0 auto;
    padding: 0 5px 10px;
    height: 100%;
    position: relative;
}

.translate5050 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transitionall * {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.transitionmy {
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}

.dispn {
    display: none;
}

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

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

.posrel {
    position: relative;
}

.fs0 {
    font-size: 0;
}

.dtable {
    display: table;
    width: 100%;
}

.dtc {
    display: table-cell;
    vertical-align: middle;
}

.font-light {
    font-weight: 300;
}

.w50 {
    width: 50%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mt20 {
    margin-top: 20px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.tdlh {
    text-decoration: line-through;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    width: 260px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    background: #cd0b1e;
    border:none;
    border-bottom: 4px solid #b40008;
    border-right: 4px solid #b40008;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    font-size: 34px;
    font-size: 3.4rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    margin: 0 auto;
    display: block;
}

.btn.top {
    bottom: 20px;
    left: 50%;
    position: absolute;
    margin-left: -130px;
}

.btn:hover, .btn:active, .btn:focus {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    cursor: pointer;
    color: #fff;
}

input.inp {
    width: 100%;
    padding: 9px 10px;
    border: 0;
    outline: none;
    margin-bottom: 13px;
    background: #fff;
    font-size: 20px;
    color: #002651;
    border: 1px solid #8cb7e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

select.inp {
    width: 100%;
    padding: 9px 10px;
    border: 0;
    outline: none;
    margin-bottom: 13px;
    background: #fff;
    font-size: 20px;
    color: #002651;
    border: 1px solid #8cb7e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/select.png") no-repeat 98% center #fff;
}

header {
    /*height: 480px; */
    background: #C0E5F5; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(254, 255, 255, 1) 0%, rgba(221, 241, 249, 1) 41%, rgba(160, 216, 239, 1) 99%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(254, 255, 255, 1) 0%, rgba(221, 241, 249, 1) 41%, rgba(160, 216, 239, 1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(254, 255, 255, 1) 0%, rgba(221, 241, 249, 1) 41%, rgba(160, 216, 239, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header .header__line1 {
    color: #002651;
    font-size: 36px;
    padding-top: 2px;
    font-weight: 700;
}

header .header__line2 {
    color: #002651;
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

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

header .bank {
    margin-bottom: 20px;
    /*width: 255px;*/
    display: block;
    margin: 0 auto 20px;
}

header .header_price {
    /*! position: absolute; */
    /*! bottom: 81px; */
    /*! left: 3px; */
    margin-bottom: 85px;
}

header .header_price .tab {
    width: auto;
    text-align: center;
}

header .header_price .tab .col1 {
    font-size: 27px;
    font-size: 2.7rem;
}

header .header_price .tab .col2 {
    margin-left: 5px;
    padding: 5px;
    background: #ffeb18;
    color: #002651;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    width: 50%;
    margin: 10px auto 5px;
}

header .header_price .tab .col2 span {
    font-size: 34px;
    font-size: 3.4rem;
}

header .header_price .tab .col11 {
    color: #ba0a1b;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 700;
    vertical-align: baseline;
}

header .header_price .tab .coll22 .bot {
    color: #ba0a1b;
    min-height: 25px;
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 5px;
}

header .header_price .tab .coll22 .top {
    color: #002651;
    font-size: 26px;
    text-decoration: line-through;
    /*!  */
}

.slide2 {
    padding-bottom: 25px;
}

.slide2 h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    color: #002651;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.slide2 .s2col1 {
    width: 70px;
    text-align: right;
    padding-right: 10px;
}

.slide2 .dtable {
    font-size: 15px;
    color: #002651;
    margin-bottom: 15px;
}

.slide3 {
    background: url("../img/arbot.png") 50% 100% no-repeat #fff483;
    padding: 20px 0 40px;
    font-size: 20px;
    font-size: 2rem;
    color: #002651;
    text-align: center;
}

.slide3 span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
}

.slide4 {
    padding: 20px 0 30px;
}

.slide4 li {
    padding-left: 30px;
    background: url(../img/mark1.png) 0 2px no-repeat;
    font-size: 20px;
    font-size: 2rem;
    color: #002651;
    margin-bottom: 20px;
    line-height: 24px;
}

.slide4 .bordered {
    border: 4px solid #226fc5;
    padding: 10px;
    color: #226fc5;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)";
    z-index: 10;
    font-size: 15px;
    font-size: 1.5rem;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    margin-top: 15px;
}

.slide5 {
    background: url("../img/arbot1.png") 50% 100% no-repeat #eaf5fb;
    padding: 30px 0 50px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #002651;
    text-align: center;
}

.slide6 {
    padding-top: 15px;
    color: #002651;
}

.slide6 .fig {
    height: 55px;
    background: url("../img/fig.png") 50% 50% no-repeat;
}

.slide6 .tablej {
    display: table;
    color: #002651;
}

.slide6 .tablej.left {
    position: absolute;
    left: 5px;
    top: 0;
}

.slide6 .tablej.right {
    position: absolute;
    right: 5px;
    top: 0;
}

.slide6 .tablej .biginput {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    padding-right: 10px;
}

.slide6 .tablej .text {
    font-size: 20px;
    font-size: 2rem;
}

.slide6 h2 {
    padding: 30px 0 20px;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    font-weight: 300;
}

.slide6 .yeelow_b {
    text-align: center;
    font-style: italic;
    position: relative;
    margin-bottom: 20px;
    background: #ffeb18;
    padding: 15px 0 0 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    line-height: 1;
}

.slide6 .yeelow_b span {
    font-size: 60px;
    font-size: 6rem;
    color: #cd0b1e;
    font-weight: 700;
}

.slide6 .yeelow_b .text {
    position: absolute;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
}

.slide6 .yeelow_b .text.left {
    left: 15px;
    top: 15px;
}

.slide6 .yeelow_b .text.right {
    right: 25px;
    bottom: 15px;
}

.slide6 .fs20 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 30px;
}

.slide7 {
    background: url("../img/arbot2.png") 50% 100% no-repeat #94aa48;
    padding: 30px 0 50px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
}

.slide8 {
    padding: 15px 0 35px;
}

.slide8 .photowr {
    padding-bottom: 15px;
}

.slide8 .rewname {
    color: #002651;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
}

.slide8 .rewname span {
    color: #94aa48;
    display: block;
    line-height: 1.2;
}

.slide8 p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #002651;
    text-align: center;
    padding-bottom: 30px;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.slide9 {
    background: url("../img/foot.png") 50% 0 no-repeat #fff;
}

.slide9 .h174 {
    /*! height: 174px; */
    padding-top: 22px;
    color: #002651;
}

.slide9 h2 {
    font-size: 20px;
    font-size: 1.8rem;
    text-align: center;
    white-space: nowrap;
    padding:  0 10px 10px;
}

.slide9 .bank {
    /*width: 250px;*/
    display: block;
    margin: 0 auto 10px;
}

.slide9 .skid50 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #002651;
    padding: 6px;
    background: #fff26b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    /*!  */
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.slide9 .tab {
    width: auto;
    /*! margin-left: 100px; */
    text-align: center;
}

.slide9 .tab .col1 {
    font-size: 27px;
    font-size: 2.7rem;
}

.slide9 .tab .col2 {
    margin-left: 5px;
    padding: 5px;
    background: #ffeb18;
    color: #002651;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
}

.slide9 .tab .col2 span {
    font-size: 34px;
    font-size: 3.4rem;
}

.slide9 .tab .col11 {
    color: #ba0a1b;
    font-size: 60px;
    font-size: 5rem;
    font-weight: 700;
    vertical-align: baseline;
}

.slide9 .tab .coll22 .bot {
    color: #ba0a1b;
    min-height: 25px;
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 5px;
}

.slide9 .tab .coll22 .top {
    color: #002651;
    font-size: 22px;
    text-decoration: line-through;
    padding: 0 0 0 0px;
}

#fform {
    padding: 10px 20px;
}

footer {
    background: #fffde3;
    padding: 15px 0;
    font-size: 20px;
    font-size: 2rem;
    color: #002651;
}

.total_price, .shipment_price {
    width: 145px;
    height: 20px;
    font-size: 15px;
    color: #002651;
}

.bot .curs {
    min-height: 25px;
    display: inline-block;
}

.shipment_price {
    margin: 5px 0 15px 0px;
}

.total_price {
    float: right;
    margin: 5px 10px 15px 0;
}

.ac_footer {
    font-size: 15px;
    margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */

.prices_wrap {
    position: relative;
    padding-top: 25px;
}

.top_index_price {
    position: absolute;
    top: 5px;
}

.top_index_price.style1 {
    top: 0
}

.plus_tax {
    color: #ba0a1b;
}
.verification {
    max-width: 260px;
    margin: 10px auto;
}
.verification img {
  max-width: 100%;
}
.restriction {
  width: 100%;
  background: #ffd303;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.restriction span {
  background: red;
  display: inline-block;
  padding: 0 5px;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
}