html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
:focus{
    outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #65686d;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
    opacity: 1;
    color: #65686d;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
    opacity: 1;
    color: #65686d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #65686d;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
{
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder
{
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
{
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
{
    color: transparent;
}
input.placeholder,
textarea.placeholder
{
    color: #65686d !important;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1;
    min-width: 320px;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jecruz');
  src:  url('../fonts/icomoon.eot?jecruz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jecruz') format('truetype'),
    url('../fonts/icomoon.woff?jecruz') format('woff'),
    url('../fonts/icomoon.svg?jecruz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-shape:before {
  content: "\e900";
}
.icon-castle:before {
  content: "\e901";
}
.icon-question-mark:before {
  content: "\e902";
}
.icon-arrows:before {
  content: "\e903";
}
.icon-logo:before {
  content: "\e904";
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-width: 320px;
    overflow-x: hidden;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
}

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

.hidden {
    display: none;
}

.hidden.show {
    display: block;
}

.container {
    padding: 25px 0 0;
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.box-shadow {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

.light {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.header {
    line-height: 0;
    padding: 20px 25px;
    background: #fff;
}

.header .logo {
    display: inline-block;
    vertical-align: middle;
}

.header .block-select {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 143px);
    padding: 0 0 0 35px;
}

.select2-search--dropdown {
    display: none;
}

.form {
    padding: 30px 60px;
    background-color: #eef2f5;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.form .field {
    position: relative;
    padding: 0 0 15px;
}

.form .field-text {
    color: #191818;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
}

.form .field input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    background-color: #ffffff;
    color: #191818;
    font-weight: 400;
    padding: 0 10px 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.form .block-select {
    position: relative;
}

.form .field .block-select i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 9px;
    color: #5a5a5a;
    right: 16px;
}

.form .columns.country.open-menu .block-select i {
    color: red;
}

.form .select2-container .select2-selection--single {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    background-color: #ffffff;
    color: #191818;
    font-weight: 400;
    padding: 0 10px 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.form .field .help {
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 3;
    height: 45px;
    width: 45px;
    text-align: center;
}

.form .field i {
    font-size: 20px;
    line-height: 45px;
    color: #8891a9;
    cursor: pointer;
}

.form .field .popup {
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.41);
            box-shadow: 0 3px 13px rgba(0, 0, 0, 0.41);
    background-color: #ffffff;
    padding: 20px 15px;
    position: absolute;
    bottom: 52px;
    right: 0;
    border-radius: 5px;
    width: 270px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.form .field .popup.cart {
    text-align: center;
}

.form .field .popup.cart .text {
    padding: 0 0 12px;
}

.form .field .popup:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -7px;
    right: 13px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

@media screen and (min-width: 640px) { 
    .form .field .help:hover .popup {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
}



    
body.active1 .field .popup.cart,
body.active .field .popup.zip {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.form .field .popup .text {
    color: #191818;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.columns {
    font-size: 0;
    line-height: 0;
}

.columns .column {
    display: inline-block;
    vertical-align: middle;
    width: 37%;
}

.columns .column.first {
    width: 63%;
    padding: 0 20px 0 0;
}

.form .send {
    text-align: center;
    margin: 30px 0 0;
}

.form .send .btn {
    background-color: #1fbba6;
    padding: 21px 133px;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    min-width: 400px;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

.form .send .btn.alt {
    background-color: darkseagreen;
    font-size: 20px;
    line-height: 10px;
    min-width: 0;
    padding: 20px;
}

.form .send .btn.active {
    opacity: 0.5;
}

.block-text {
    background: #fff;
}

.block-text .text {
    color: #191818;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 25px 15px;
}

.footer {
    padding: 25px 0 0;
    overflow: hidden;
}

.sponsor {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 -5px 15px;
}

.sponsor .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.footer-menu {
    color: #163259;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.footer-menu .menu {
    font-size: 0;
    line-height: 0;
}

.footer-menu .menu .item {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu .menu .item a {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
}

.footer-menu .menu .item a:after {
    content: '|';
    height: 100%;
    color: #818793;
    position: absolute;
    right: -3px;
}

.footer-menu .menu .item:last-of-type a {
    padding: 0;
    margin: 0;
}

.footer-menu .menu .item:last-of-type a:after {
    display: none;
}


.footer-menu .menu .item a:hover {
    color: #dc214c;
}

.secure {
    display: none;
    vertical-align: middle;
    width: calc(100% - 143px);
    text-align: right;
}

.secure .icon {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
}

.secure .icon i {
    font-size: 27px;
    color: #bbbbbb;
}

.secure .header-text {
    color: #191919;
    font-size: 17px;
    font-weight: 300;
    line-height: 14.48px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.secure .header-text .little {
    color: #676666;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.49px;
    display: block;
}

.value {
    color: #191818;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.18px;
}

.header .select2-container .select2-selection--single {
  height: auto!important;
  padding: 12px 32px 12px 14px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  background-color: #eef2f5;
  min-height: 60px;
}
.header .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal!important;
}
.header .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal!important;
}

.header .block-select {
    position: relative;
}

.header .block-select i {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 9px;
    color: #5a5a5a;
    right: 16px;
}

.title-select,
.text-select {
    font-family: "Open Sans";
    line-height: 17px;
    color: #191818;
}

.title-select {
    font-size: 15px;
    font-weight: 700;
}

.title-select-single {
    font-size: 20px;
    font-weight: 700;
}

.title-select-single {
    font-family: "Open Sans";
    line-height: 35px;
    color: #191818;
}

.text-select {
    font-size: 14px;
    font-weight: 300;
}

.credit-card {
    position: relative;
}

.credit-card .card {
    position: absolute;
    right: 5px;
    bottom: 20px;
}

.credit-card .card .item {
    display: inline-block;
    vertical-align: top;
}

.field.error {
    padding: 0;
}

.field.error input {
    border: 1px solid #dc214c;
}

.field .error-text {
    height: 0.01%;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.field .error-text p {
    display: none;
}

.field.error .error-text p {
    display: block;
}

.field.error .error-text {
    height: 100%;
    opacity: 1;
    color: #df345c;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
}

.complete .header {
    text-align: center;
    padding: 20px 25px 0;
    position: relative;
}

.complete .header .logo {
    display: block;
    border-bottom: 1px solid  #c1c1c1;
    padding: 0 0 20px;
}

.complete .header .close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
}

.complete .header .close i {
    color: #c8c8c8;
    font-size: 30px;
}

.complete .main {
    position: relative;
    /*height: 1100px;*/
}

.complete-block {
    /*text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;*/
    /*margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 50px;*/
}

.complete-block .img {
    margin: 0 0 25px;
}

.complete-block .text-complete .price-block {
    color: #272727;
    font-size: 48px;
    line-height: 36px;
    font-weight: 300;
    margin: 0 0 20px;
}

.complete-block .text-complete .price-block .price {
    font-weight: 600;
}

.complete-block .text-complete .text {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 30px;
}

.complete-block .text-complete .text-code {
    color: #777676;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
}

.complete-block .text-complete .text-code .code {
    display: block;
}

.complete-block .link {
    display: inline-block;
    border: 1px solid #ccd2d5;
    background-color: #dbe3e8;
    color: #525252;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 22px 125px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.complete-block .link:hover {
    background: #1fbba6;
    color: #fff;
}

@media screen and (max-width: 550px) { 
    .del {
        width: 400px;
    }
}

