html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  scrollbar-base-color: #ececec;
  scrollbar-face-color: #666;
  scrollbar-3dlight-color: #ececec;
  scrollbar-highlight-color: #ececec;
  scrollbar-track-color: #ececec;
  scrollbar-arrow-color: #ececec;
  scrollbar-shadow-color: #ececec;
  scrollbar-dark-shadow-color: #ececec;
  min-width: 320px;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  cursor: default;
  background: #f7f7f7;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden; }

body::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0; }

body::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0; }

div, h1, h2, h3, h4, p, ul, li, table, tr, td, a, span, u, b, i {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

input, select, textarea, button {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

table, tr, td, th {
  font-size: 1em; }

a {
  color: #09c;
  text-decoration: underline; }

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

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

a img {
  border: none; }

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

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/* content {{{ */
body, input, select, textarea, button {
  font-family: 'Work Sans', sans-serif; }

input, select, textarea, button {
  font-size: 1em; }

table, tr, td, th {
  font-size: 1em; }

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

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

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

a img {
  border: none; }

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

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast; }

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
  margin-top: 0; }

h1, .h1 {
  font-size: 40px;
  line-height: 1.3;
  margin: 1em 0 1em 0;
  padding: 0;
  font-weight: 900;
  color: #000;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.01em; }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 26px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1.3;
  margin: 1em 0 1em 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 900;
  color: #000;
  text-transform: none;
  text-align: center; }
  @media (max-width: 480px) {
    h2, .h2 {
      font-size: 26px; } }

h3, .h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 35px 0;
  padding: 0;
  color: #000;
  text-transform: none;
  letter-spacing: 0.025em; }
  @media (max-width: 480px) {
    h3, .h3 {
      font-size: 18px;
      margin-bottom: 25px; } }

h4, .h4 {
  font-size: 1em;
  line-height: 1.2;
  margin: 1em 0 1em 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  text-transform: none; }

.subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em; }
  .subtitle p {
    margin: 0; }

.description {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.025em; }
  @media (max-width: 768px) {
    .description {
      font-size: 22px;
      line-height: 1.3; } }
  @media (max-width: 480px) {
    .description {
      font-size: 18px; } }
  .description p {
    margin: 0; }

p, div.p {
  margin: 1em 0 1em 0;
  padding: 0; }

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin: 1em 0 1em 0;
  clear: both; }

:link, :visited, :hover, :active, :focus {
  outline: none !important;
  outline: none; }

::-moz-selection {
  background: #09c;
  color: #fff; }

::selection {
  background: #09c;
  color: #fff; }

::-moz-selection {
  background: #09c;
  color: #fff; }

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px; }

a.button, button.button {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  background-color: darkred;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  padding: 17px;
  -webkit-box-shadow: 0px 3px 0 #4b6232;
          box-shadow: 0px 3px 0 #4b6232;
  text-shadow: 0 1px 1px #1d252f;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  a.button:hover, button.button:hover {
    background-color: blue;
    -webkit-box-shadow: 0px 3px 0 #0e0a15;
            box-shadow: 0px 3px 0 #0e0a15;
    -webkit-transition: 0.9s;
    transition: 0.9s; }
  @media (max-width: 768px) {
    a.button, button.button {
      font-size: 22px;
      line-height: 1.2;
      padding: 20px 40px; }
      a.button:hover, button.button:hover {
        background-color: darkred;
        -webkit-box-shadow: 0px 3px 0 #4b6232;
                box-shadow: 0px 3px 0 #4b6232; } }
  @media (max-width: 480px) {
    a.button, button.button {
      font-size: 20px; } }

.button-wrapper .button {
  width: 100%; }

@media (max-width: 768px) {
  .button-wrapper {
    text-align: center; }
    .button-wrapper .button {
      width: auto; } }

@media (max-width: 480px) {
  .button-wrapper .button {
    width: 100%; } }

input, select, textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

/* }}} content */
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.clearfix::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  content: "";
  clear: both;
  display: table; }

.container {
  margin: 0 auto;
  max-width: 970px;
  min-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 480px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 320px) {
    .container {
      max-width: 320px; } }

.red-text {
  color: #e20000;
  font-weight: 600; }

.green-text {
  color: green; }

.gray-text {
  color: #cecbcb;
  font-weight: 400; }

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

.checkout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1024px) {
    .checkout__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; } }

.checkout__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .checkout__col--left {
    width: 58.33333333%; }
    @media (max-width: 1024px) {
      .checkout__col--left {
        margin-bottom: 20px;
        width: 100%;
        padding: 0; } }
    @media (max-width: 768px) {
      .checkout__col--left {
        margin-top: 23px; } }
  .checkout__col--right {
    width: 41.66666667%;
    padding-left: 15px; }
    @media (max-width: 1024px) {
      .checkout__col--right {
        width: 100%;
        padding: 0; } }

.checkout__box {
  background: #FFFFFF;
  border: 1px solid #CAD3E7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 17px;
  margin-bottom: 15px; }

.check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px; }

.check__label {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.check__input {
  display: none; }

.check__radio-indicator {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #232323;
  border-radius: 50%;
  cursor: pointer; }

.check__radio-indicator::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #232323;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0; }

.check__label .check__input:checked + .check__radio-indicator:after {
  opacity: 1; }

.shipping-block {
  border: 1px solid #e0e0e0;
  background: #fff3c9;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 5px; }

.shipping__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.shipping__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.shipping__label {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #222222; }

.shipping__type {
  display: inline-block; }

.shipping__input {
  display: none; }

.shipping__radio-indicator {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d7d6d6;
  cursor: pointer;
  background-color: #FFFFFF; }

.shipping__radio-indicator::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%; }

.shipping__label .shipping__input:checked + .shipping__radio-indicator:after {
  background-color: transparent;
  background-image: url("../images/color-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%; }

.shipping__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-left: 10px; }

.shipping__head {
  padding: 5px;
  padding-left: 20px;
  padding-top: 10px;
  background: #fff3c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.shipping__head::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  position: relative;
  left: -15px;
  top: 0;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.shipping__text {
  padding: 10px;
  background-color: #FDFCEB;
  font-size: 13px; }
  @media (max-width: 480px) {
    .shipping__text {
      padding: 5px 13px;
      font-size: 12px; } }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate3d(0px, 0, 0px);
            transform: translate3d(0px, 0, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translate3d(10px, 0, 0px);
            transform: translate3d(10px, 0, 0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@keyframes move {
  0% {
    -webkit-transform: translate3d(0px, 0, 0px);
            transform: translate3d(0px, 0, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translate3d(10px, 0, 0px);
            transform: translate3d(10px, 0, 0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

.ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cc1212;
  border-radius: 2px;
  color: #fff;
  padding: 3px 5px;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
  text-transform: uppercase; }
  .ribbon img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12px;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 5px; }
  .ribbon span {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1px; }

.u-margin-bottom-big {
  margin-bottom: 65px; }
  @media (max-width: 768px) {
    .u-margin-bottom-big {
      margin-bottom: 45px; } }

.u-margin-bottom-medium {
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    .u-margin-bottom-medium {
      margin-bottom: 25px; } }

.u-margin-bottom-small {
  margin-bottom: 20px; }

.header-block {
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.37);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.37); }

.header__top-line {
  padding: 10px 0;
  background-color: #00c306;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600; }
  @media (max-width: 1024px) {
    .header__top-line {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .header__top-line {
      font-size: 14px; } }

.header__main {
  padding: 23px 0; }
  @media (max-width: 768px) {
    .header__main {
      padding: 10px 0; } }
  @media (max-width: 480px) {
    .header__main {
      padding: 0; }
      .header__main .container {
        padding-left: 0;
        padding-right: 0; } }

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .header__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.header__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%; }
  @media (max-width: 768px) {
    .header__col {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: none;
      width: 100%; } }

.header__col--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .header__col--left {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 480px) {
    .header__col--left {
      margin-bottom: 0;
      padding: 10px 15px;
      background: white; } }

.header__col--right {
  padding-left: 15px;
  padding-right: 20px; }
  @media (max-width: 480px) {
    .header__col--right {
      display: none; } }

.header__img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.header__logo {
  padding-right: 15px;
  border-right: 1px solid  #cecece; }
  @media (max-width: 480px) {
    .header__logo img {
      max-width: 130px; } }

.header__details {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__details .header__img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px; }

.header__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.1; }

.intro-section {
  padding: 30px 0;
  padding-top: 33px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01335e), to(#01335e));
  background-image: linear-gradient(180deg, #01335e, #01335e);
  overflow: hidden;
  position: relative;
  border-radius: 2px; }
  @media (max-width: 480px) {
    .intro-section {
      display: none; } }
  .intro-section h2 {
    font-size: 39px;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin-bottom: 42px; }
    @media (max-width: 1024px) {
      .intro-section h2 {
        font-size: 31px; } }
  .intro-section::after {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    left: 0;
    height: 70%;
    bottom: -34%;
    border-radius: 50%;
    z-index: -100;
    overflow: hidden;
    z-index: 1; }

.intro__inner {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 30px; }
  @media (max-width: 480px) {
    .intro__inner {
      padding: 20px 15px; } }

.intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 768px) {
    .intro__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.intro__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .intro__col--left {
    width: 66.6666%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 768px) {
      .intro__col--left {
        width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .intro__col--left {
        padding: 0; } }
  .intro__col--right {
    width: 33.3333%; }
    @media (max-width: 768px) {
      .intro__col--right {
        width: 100%;
        display: none; } }

.intro__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px; }
  .intro__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 21px; }
    .intro__list li:nth-child(odd) {
      padding-right: 15px;
      width: 45%; }
      @media (max-width: 768px) {
        .intro__list li:nth-child(odd) {
          width: 50%;
          padding-right: 10px; } }
    .intro__list li:nth-last-child(2), .intro__list li:last-child {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .intro__list li {
        font-size: 12px; } }
    .intro__list li::before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("./../images/list-checkmark.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0; }

.intro__img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto; }

@media (max-width: 768px) {
  .deal-block.checkout__box {
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0; } }

.checkout__col--left .deal__step {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px; }
  @media (max-width: 480px) {
    .checkout__col--left .deal__step {
      margin-bottom: 20px; } }
  .checkout__col--left .deal__step::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("./../images/layers.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 0; }

.tiles-block {
  max-width: 530px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .tiles-block {
    max-width: none; } }

.tiles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1)); }

@media (max-width: 480px) {
  .tiles__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }

.tiles__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px; }
  .tiles__col:last-child {
    margin-bottom: 0; }

.tiles__item {
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 130px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 47%;
  background-position: bottom 10% left 0%; }
  @media (max-width: 480px) {
    .tiles__item {
      min-height: auto; } }

.tiles__item--active .tiles__item-head {
  background-color: #01335e; }

.tiles__item--active .tiles__item-body {
  background-color: #ddefff; }

.tiles__item--active .tiles__item-footer {
  background: #fbfbfb; }

.tiles__item--active .shipping-block {
  display: block; }

.tiles__item-head {
  background: #656565;
  color: #FFFFFF;
  padding: 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }
  @media (max-width: 480px) {
    .tiles__item-head {
      padding: 9px; } }

.tiles__head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tiles__head-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .tiles__head-col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .tiles__head-col:first-child {
        max-width: none;
        width: 100%; } }
  @media (max-width: 768px) {
    .tiles__head-col:last-child {
      display: none; } }

.tiles__check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px; }
  @media (max-width: 480px) {
    .tiles__check {
      margin-right: 5px; } }

.tiles__img-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative; }
  .tiles__img-group img {
    display: block;
    max-width: 100%;
    width:auto!important;
    height: auto; }
    @media (max-width: 480px) {
      .tiles__img-group img {
        max-width: 68px; } }

.tiles__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tiles__shipping img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 5px; }
  .tiles__shipping span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px; }

.tiles__item-body {
  padding: 15px 10px 15px 15px; }

.tiles__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.tiles__body-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%; }
  .tiles__body-col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.tiles__shipping-text {
  font-size: 18px;
  font-weight: 600;
  color: green;
  display: none; }
  @media (max-width: 480px) {
    .tiles__shipping-text {
      font-size: 15px; } }

.tiles__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1; }

@media (max-width: 480px) {
  .tiles__price-group {
    max-width: 150px;
    text-align: right; } }

.tiles__item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  margin-right: 6px; }

.tiles__price-old {
  color: #960101;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .tiles__price-old {
      font-size: 15px; } }
  @media (max-width: 480px) {
    .tiles__price-old {
      font-size: 14px; } }

.tiles__each {
  display: inline-block;
  line-height: 1.2;
  color: #333333;
  border-bottom: 1px solid #cecece;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 7px;
  padding-bottom: 5px; }
  @media (max-width: 480px) {
    .tiles__each {
      font-size: 20px; } }
  .tiles__each span {
    font-size: 12px;
    font-weight: 400; }

.tiles__price {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px; }

.tiles__save {
  background-color: #00c306;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 2px 5px;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
  text-transform: none; }
  @media (max-width: 480px) {
    .tiles__save {
      display: none; } }

.tiles__product-amount {
  background: rgba(255, 255, 255, 0.949);
  border: 1px solid #bbb;
  border-radius: 50%;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 9px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  display: none; }
  @media (max-width: 678px) {
    .tiles__product-amount {
      display: block;
      right: -42px; } }
  @media (max-width: 480px) {
    .tiles__product-amount {
      width: 40px;
      height: 40px;
      padding: 4px;
      font-size: 14px;
      line-height: 28px; } }

.tiles__item-footer {
  padding: 7px 13px;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.tiles__footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tiles__footer-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 3px; }
  @media (max-width: 480px) {
    .tiles__footer-col:nth-child(2) {
      display: none; } }
  @media (max-width: 768px) {
    .tiles__footer-col:nth-child(3) {
      display: none; } }

.tiles__footer-element {
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.5px; }
  .tiles__footer-element img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-top: 3px;
    margin-right: 5px; }

.tiles__img-group img{
	height: 94px;
    object-fit: contain;
    object-position: left;
}

.tiles__img-group--1 img {
  width: 68px; }

.tiles__img-group--2 img {
  width: 118px; }
  @media (max-width: 678px) {
    .tiles__img-group--2 img {
      width: 68px; } }

.tiles__img-group--3 img {
  width: 168px; }
  @media (max-width: 678px) {
    .tiles__img-group--3 img {
      width: 68px; } }

.tiles__img-group--4 img {
  width: 215px; }
  @media (max-width: 678px) {
    .tiles__img-group--4 img {
      width: 68px; } }

.testimonial-section {
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .testimonial-section {
      padding-bottom: 0; } }
  .testimonial-section--mobile {
    display: none; }
  @media (max-width: 1024px) {
    .testimonial-section--desktop {
      display: none; }
    .testimonial-section--mobile {
      display: block; } }
  .testimonial-section .checkout__box {
    margin-bottom: 25px; }

.testimonial__inner {
  position: relative; }

.testimonial__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }

.testimonial__verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #01b157;
  font-weight: 500;
  letter-spacing: -0.1px;
  padding: 5px 10px;
  background: #f9f9f9;
  border: 1px solid #e4e2e2;
  border-radius: 15px;
  font-size: 12px;
  top: 0;
  right: 0; }
  @media (max-width: 480px) {
    .testimonial__verified {
      font-size: 9px;
      line-height: 1.2;
      padding: 2px 5px;
      right: auto;
      left: 75px; } }
  .testimonial__verified img {
    margin-right: 3px; }
    @media (max-width: 480px) {
      .testimonial__verified img {
        width: 12px;
        height: 12px;
        margin-right: 0.3rem; } }

.testimonial__image {
  margin-right: 1rem; }
  .testimonial__image img {
    display: block;
    max-width: 100%;
    border-radius: 50%; }

@media (max-width: 480px) {
  .testimonial__text {
    margin-top: 19px; } }

.testimonial__name {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 480px) {
    .testimonial__name {
      margin-bottom: 0.3rem; } }
  .testimonial__name span {
    padding-left: 3px;
    font-weight: normal;
    font-size: 10px; }
  .testimonial__name img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 6px; }

.testimonial__stars img {
  display: block;
  max-width: 100%;
  height: auto; }

.testimonial__content {
  font-size: 14px;
  margin: 0; }

.faq-section {
  background: #160609;
  padding-bottom: 15px; }

.faq__head {
  color: #FFFFFF;
  text-align: center;
  padding: 30px 0 15px 0; }
  @media (max-width: 480px) {
    .faq__head {
      padding: 20px 0 5px 0; } }
  .faq__head p {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-right: 10px; }
  .faq__head span {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer; }

.faq__body {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .faq__body {
      padding-top: 15px; } }

.faq__item {
  color: #313131;
  margin: 0;
  position: relative;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.6;
  border-radius: 5px;
  cursor: pointer; }
  .faq__item:last-child {
    margin-bottom: 0; }
  .faq__item:hover .faq__title {
    color: white;
    background: #01335e; }

.faq__title {
  font-size: 18px;
  position: relative;
  margin: 0;
  font-weight: 500;
  padding: 25px; }
  @media (max-width: 768px) {
    .faq__title {
      font-size: 14px;
      padding: 15px;
      padding-right: 25px; } }

.faq__content {
  padding: 15px 25px; }
  @media (max-width: 768px) {
    .faq__content {
      font-size: 14px; } }

.faq__item-head {
  font-weight: 700; }

.faq__toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 480px) {
  .faq__toggle {
    right: 10px;
    width: 15px;
    height: 15px; } }

.accordion.active .faq__toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -5px; }

.footer-block .container {
  max-width: 1160px; }

.footer__main {
  background: #333333;
  color: #fff;
  padding: 30px 0 7px 0; }
  @media (max-width: 480px) {
    .footer__main {
      padding-top: 20px; } }

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1024px) {
    .footer__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .footer__row:first-child {
    border-bottom: 1px solid rgba(197, 209, 219, 0.2);
    padding-bottom: 15px;
    margin-bottom: 5px; }

.footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (max-width: 1024px) {
    .footer__col {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .footer__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__col p {
    margin: 0;
    font-size: 15px; }
    @media (max-width: 480px) {
      .footer__col p {
        font-size: 12px; } }

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 768px) {
    .footer__nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer__nav .divider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 20px;
    width: 1px;
    background-color: rgba(197, 209, 219, 0.2); }
    @media (max-width: 768px) {
      .footer__nav .divider {
        display: none; } }

.footer__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 20%;
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  line-height: 1.2; }
  .footer__link:first-child {
    padding-left: 0; }
  .footer__link:last-child {
    padding-right: 0; }
  .footer__link:hover {
    text-decoration: underline; }
  @media (max-width: 1024px) {
    .footer__link {
      font-size: 12px;
      padding: 6px;
      text-align: center; } }
  @media (max-width: 768px) {
    .footer__link {
      max-width: none; } }

.footer__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px; }
  @media (max-width: 1024px) {
    .footer__img-wrapper {
      margin-right: 0;
      width: 100%;
      margin-bottom: 10px; }
      .footer__img-wrapper img {
        margin: 0 auto; } }
  .footer__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media (max-width: 480px) {
      .footer__img-wrapper img {
        width: 130px; } }

@media (max-width: 1024px) {
  .footer__contact {
    text-align: center;
    margin-top: 10px; } }

@media (max-width: 480px) {
  .footer__contact {
    font-size: 12px; } }

.footer__contact a {
  text-decoration: underline;
  cursor: pointer; }
  .footer__contact a:hover {
    text-decoration: none; }

.copyright-block {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  padding: 10px 0;
  text-align: center; }
  @media (max-width: 480px) {
    .copyright-block {
      font-size: 12px; } }
  .copyright-block .container {
    max-width: 1160px; }

.copyright__img-wrapper {
  margin-top: 13px; }
  .copyright__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.copyright__text p {
  margin-top: 0;
  margin-bottom: 5px; }

.load {
    position: relative;
}

.load--form {
    min-height: 700px;
}

.load::after {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;

    background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#f9f9f9, #f9f9f9);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    animation: loading 1.5s infinite;
    border-radius: 9px;
    z-index: 1;
}

@keyframes loading {
    to {
        background-position: 315px 0, 0 0, 0 190px, 50px 195px;
    }
}

.testimonial__name img, .testimonial__name span{
  display:none;
}

.tiles__price-each{
	display:inline-block
}

.fancybox-is-open .fancybox-content{
  height: inherit !important;
}

.fancybox-content{
	padding:15px!important;
    min-height:500px!important;
}

.shipping-block{display:none}
