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 {
  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: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden; }

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: 'Roboto', 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; }

.pre-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 15px 0;
  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; }
  .pre-title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 8px; }

.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: 1100px;
  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;
  padding-top: 22px; }
  .checkout__col--left {
    width: 57.33333333%;
    border-right: 1px solid #e0e0e0;
    background-color: white;
    padding-right: 40px;
    padding-left: 15px; }
    @media (max-width: 1024px) {
      .checkout__col--left {
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
        border-right: 0; } }
    @media (max-width: 768px) {
      .checkout__col--left {
        margin-top: 23px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px; } }
  .checkout__col--right {
    width: 42.66666667%;
    padding-left: 35px;
    padding-right: 12px;
    padding-top: 7px; }
    @media (max-width: 1024px) {
      .checkout__col--right {
        width: 100%;
        padding: 0; } }
    @media (max-width: 768px) {
      .checkout__col--right {
        background-color: #F5F5F5;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px; } }

.checkout__box {
  background: #FFFFFF;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  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: 20px;
  height: 20px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border-color .15s ease-in, background-color .15s ease-in;
  transition: border-color .15s ease-in, background-color .15s ease-in; }

.check__radio-indicator::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3362ab;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .15s ease-in, -webkit-transform .15s ease-in;
  transition: opacity .15s ease-in, -webkit-transform .15s ease-in;
  transition: transform .15s ease-in, opacity .15s ease-in;
  transition: transform .15s ease-in, opacity .15s ease-in, -webkit-transform .15s ease-in;
  -webkit-transform-origin: center;
          transform-origin: center; }

.check__label .check__input:checked + .check__radio-indicator:after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.shipping-block {
  border: 1px solid #e0e0e0;
  background: #fff3c9;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 25px;
  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: white;
  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; } }

.main-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #F5F5F5), to(#F5F5F5));
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #F5F5F5 50%, #F5F5F5 100%);
  border-top: 1px solid #e0e0e0; }
  @media (max-width: 1024px) {
    .main-section {
      background-image: none;
      background-color: #ffffff; } }

.checkout__step-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .checkout__step-group .checkout__step:nth-last-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .checkout__step-group .checkout__payment-list {
    margin-bottom: 0; }

.checkout__element-header {
  border-radius: 4x 4px 0 0;
  background-color: #f0f5ff !important; }

.checkout__element-body {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }
  @media (max-width: 480px) {
    .checkout__element-body {
      background-color: #f8f9f7 !important; } }

.checkout__field-group {
  padding: 0 12px; }

.form__row {
  margin: 0 -6px; }

.form__col {
  padding: 0 6px; }

.form__field-input:active {
  background-color: #FFFFFF !important;
  border: 1px solid #3362AB !important; }

.proceed-link {
  background-color: #0d40ff !important;
  border-radius: 10px !important;
  padding: 15px 8px !important; }

.total-block {
  padding: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #e0e0e0 !important; }

.proceed-link:hover{
  opacity: 0.8;
}

.total__header {
  padding: 0;
  padding-bottom: 15px !important; }

.total__header .total__heading,
.total__header .total__top-price {
  font-size: 14px !important;
  font-weight: 400 !important; }

.total__heading:after {
  top: 20% !important; }

.total__saved {
  font-size: 14px !important; }

.total__item {
  font-size: 14px !important; }

.feature__icon {
  margin-right: 15px !important;
  width: 40px !important;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.testimonial .checkout__box {
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background: #fff;
  margin-bottom: 12px; }

.testimonial__image {
  display: none; }

.testimonial__verified {
  border: none !important;
  background-color: transparent !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500; }
  .testimonial__verified img {
    display: none; }

.feature__heading span {
  font-size: 14px!important;
  text-transform: capitalize!important; }

.filter__radio-indicator {
  margin-right: 10px !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #bdbdbd !important;
  -webkit-transition: border-color .15s ease-in, background-color .15s ease-in;
  transition: border-color .15s ease-in, background-color .15s ease-in;
  background-color: white !important; }

  .filter__radio-indicator::after {
    content: '';
    display: block;
    width: 10px !important;
    height: 10px !important;
    background-color: #3362ab!important;
    border-radius: 100%;
    position: absolute;
    top: 3px !important;
    left: 3px !important;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0) !important;
    -webkit-transition: opacity .15s ease-in, -webkit-transform .15s ease-in;
    transition: opacity .15s ease-in, -webkit-transform .15s ease-in;
    transition: transform .15s ease-in, opacity .15s ease-in;
    transition: transform .15s ease-in, opacity .15s ease-in, -webkit-transform .15s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center; }

.checkout__payment-item--active .filter__label .filter__input:checked + .filter__radio-indicator:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

.checkout__payment-item--active .filter__radio-indicator{
	border: 2px solid #3362ab!important;
}



@media (max-width: 768px) {
  .checkout__payment-list {
    margin-bottom: 20px !important; } }

@media (max-width: 480px) {
  .checkout__step {
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px; }
    .checkout__step::after {
      content: '';
      display: block;
      height: 16px;
      background-color: #F5F5F5;
      position: absolute;
      left: -14px;
      right: -14px;
      bottom: -23px; } }

.deal__step {
  font-size: 24px !important; }

.checkout__protect {
  display: none; }

@media (max-width: 1024px) {
  .desktop {
    display: none; } }

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

@media (max-width: 768px) {
  .main-section .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .main-section .checkout__form-outer {
     } }

.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 {
  background: white;
  border-bottom: 1px solid #e0e0e0; }

.header__top-line {
  padding: 10px 0;
  background: black;
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px; }

.header__main {
  padding: 16px; }
  @media (max-width: 768px) {
    .header__main {
      padding: 10px 0; } }
  @media (max-width: 480px) {
    .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%; } }

@media (max-width: 768px) {
  .header__col--right {
    display: none; } }

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

.header__logo {
  padding-left: 16px; }
  @media (max-width: 480px) {
    .header__logo img {
      max-width: 130px; } }

.header__cart {
  padding-right: 15px;
	display:none;
}

.intro-section {
  padding: 40px 0;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .intro-section {
      padding: 20px 0; } }
  .intro-section h2 {
    font-size: 39px;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin-bottom: 42px; }

.intro__inner {
  position: relative;
  z-index: 2;
  background-color: white; }

.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: 1024px) {
    .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: 48%;
    height: 440px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .intro__col--left {
        width: 100%;
        height: auto; } }
  .intro__col--right {
    width: 52%;
    padding-left: 55px; }
    @media (max-width: 1024px) {
      .intro__col--right {
        width: 100%;
        height: auto;
        padding-left: 0;
        margin-top: 30px; } }

.intro__list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .intro__list li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 9px;
    font-weight: 400;
    color: #666; }
    @media (max-width: 768px) {
      .intro__list li {
        font-size: 14px;
        line-height: 1.5; } }
    .intro__list li:last-child {
      margin-bottom: 0; }
    .intro__list li::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("./../images/check-blue.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; }

.intro__features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -8px;
  margin-right: -8px; }
  @media (max-width: 768px) {
    .intro__features-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0; } }

.intro__features-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333%;
  padding: 0 8px; }

.intro__features-col:nth-child(2){display:none}


  @media (max-width: 768px) {
    .intro__features-col:nth-child(2){display:block}
    
    .intro__features-col {
      width: 50%;
      padding: 8px; } }



.intro__features-item {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: center; }
  .intro__features-item .intro__img-wrapper {
    margin-bottom: 10px; }
  .intro__features-item p {
    margin: 0; }
  .intro__features-item img {
    margin: 0 auto; }

.intro__reviews {
  border: 1px solid #e0e0e0;
  padding: 8px 16px;
  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;
  max-width: 500px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 10px;
  margin-bottom: 17px; }
  .intro__reviews p {
    margin: 0;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; }
    .intro__reviews p:not(:last-child) {
      margin-right: 10px; }
  .intro__reviews .intro__img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px; }

.intro__rate {
  font-size: 14px;
  color: #666;
  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;
  margin-bottom: 15px; }
  .intro__rate img {
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 10px; }

.intro__rate b{
	flex: 0 0 auto;
}

  .intro__rate span {
    -webkit-box-flex: 0;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 5px; }

.intro__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .intro__title {
      font-size: 24px; } }

.intro__sub-title {
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  margin-bottom: 15px; }

.intro__content {
  margin-bottom: 15px; }

.intro__gallery-wrapper {
  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__gallery-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.intro__gallery-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16%;
  padding-right: 3px;
  height: 440px;
  /*margin-bottom: -10px;*/ }
  @media (max-width: 768px) {
    .intro__gallery-thumbs {
      height: auto;
      width: 100%; }
}
  .intro__gallery-thumbs .intro__img-wrapper {
    margin-bottom: 10px; }
    .intro__gallery-thumbs .intro__img-wrapper:last-child {
      margin-bottom: 0; }
    .intro__gallery-thumbs .intro__img-wrapper img {
      border-radius: 5px; }

@media(max-width:768px){
  .intro__gallery-thumbs .intro__img-wrapper{
  	padding:0 3px;
    margin-bottom:0;
  }
}

.intro__gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 84%;
  padding-left: 7px;
  padding-right: 7px; }
  @media (max-width: 768px) {
    .intro__gallery {
      width: 100%;
      padding: 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 20px; } }
  .intro__gallery .slick-prev {
    left: 20px;
    z-index: 2; }
  .intro__gallery .slick-next {
    right: 20px;
    z-index: 2; }
  .intro__gallery .slick-list {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid  #d9ccbd; }
  .intro__gallery .slick-list, .intro__gallery .slick-track {
    height: 100%; }
  .intro__gallery img {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center;
       object-position: center; }
    @media (max-width: 1024px) {
      .intro__gallery img {
        -o-object-fit: cover !important;
           object-fit: cover !important;
        width: 100%;
        height: 100% !important; } }
    @media (max-width: 768px) {
      .intro__gallery img {
        -o-object-fit: cover !important;
           object-fit: cover !important;
        height: auto !important; } }

.bar-block {
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .bar-block--desktop {
      display: none; } }
  .bar-block--mobile {
    display: none; }
    @media (max-width: 768px) {
      .bar-block--mobile {
        display: block; } }

.bar__item {
  border-radius: 4px;
  border: 1px solid  #e0e0e0;
  padding: 12px 16px;
  margin-bottom: 8px; }
  .bar__item:first-child {
    background: #fff5f3; }
  .bar__item:nth-child(2) {
    background: #f0f5ff; }
  .bar__item:last-child {
    background-color: #FFFEF3;
    margin-bottom: 0; }

.bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .bar__content img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 9px; }
  .bar__content span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 14px; }
    @media (max-width: 480px) {
      .bar__content span {
        font-size: 12px; } }

.bar__colored {
  white-space: nowrap; }

.bar__colored-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  margin-right: 16px;
  font-weight: 700;
  line-height: 20px; }
  @media (max-width: 480px) {
    .bar__colored-left {
      font-size: 12px; } }

.bar__colored-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.bar__colored-line {
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12px; }

.bar__line-inner {
  width: 78.927%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#cbfe00), color-stop(48.44%, #fee500), to(#ff2b2b));
  background: linear-gradient(90deg, #cbfe00 0%, #fee500 48.44%, #ff2b2b 100%);
  border-radius: 100px 0 0 100px; }

@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-left: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  border-bottom: none;
  /*&::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;
  }*/ }
  @media (max-width: 480px) {
    .checkout__col--left .deal__step {
      margin-bottom: 20px; } }
  .checkout__col--left .deal__step::before {
    display: none; }

.tiles-block {
  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: 12px; }
  .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: 4px;
  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 {
  border: 1px solid #3362ab; }
  .tiles__item--active .tiles__item-body {
    background-color: #F7FDFF; }
  .tiles__item--active .tiles__item-footer {
    background: #fbfbfb; }
  .tiles__item--active .shipping-block {
    display: block; }
  .tiles__item--active .check__radio-indicator {
    border: 2px solid #3362ab; }

.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: 33px; }
  @media (max-width: 480px) {
    .tiles__check {
      margin-right: 15px; } }

.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%;
    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 {
  border-radius: 4px;
  padding: 20px 14px 20px 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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.tiles__body-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tiles__body-col:first-child {
    -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;
    padding-right: 10px;
    min-width: 42%; }
    @media (max-width: 768px) {
      .tiles__body-col:first-child {
        max-width: none;
        border-right: 1px solid #e0e0e0; } }
  .tiles__body-col:nth-child(2) {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .tiles__body-col:nth-child(2) {
        display: none; } }
  .tiles__body-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 28%;
    padding-left: 10px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .tiles__body-col:last-child {
        max-width: 50%;
        width: auto; } }

.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-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 7px; }

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

.tiles__item-name {
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700; }

.tiles__price-old {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-bottom: 4px; }
  @media (max-width: 480px) {
    .tiles__price-old {
      font-size: 14px; } }

.tiles__each-group {
  display: inline-block;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: 900; }
  @media (max-width: 480px) {
    .tiles__each-group {
      font-size: 24px; } }

.tiles__each {
  font-size: 10px;
  font-weight: 400; }

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

.tiles__save {
  padding: 10px 10px;
  width: 85px;
  background-color: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 7px;
  margin-right: 7px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tiles__save--mobile {
    display: none; }
    @media (max-width: 768px) {
      .tiles__save--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 768px) {
    .tiles__save {
      width: 70px;
      padding: 4px;
      font-size: 12px; } }
  @media (max-width: 480px) {
    .tiles__save {
      padding: 3px;
      margin: 0 auto;
      margin-top: 5px; } }
  .tiles__save img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 7px; }

.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 {
  margin-right: 43px; }
  @media (max-width: 480px) {
    .tiles__img-group {
      margin-right: 20px; } }
  .tiles__img-group img {
    width: 50px; }
    @media (max-width: 480px) {
      .tiles__img-group img {
        width: 40px; } }

.tiles__info {
  text-align: center; }

.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;
      background-color: #f5f5f5;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .testimonial-section .checkout__box {
    margin-bottom: 25px;
    border-radius: 6px; }

.testimonial-heading {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  text-align: center; }
  .testimonial-heading span {
    background-color: transparent;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1; }
  .testimonial-heading:before, .testimonial-heading:after {
    background-color: rgba(15, 21, 41, 0.1);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25%; }
  .testimonial-heading:after {
    right: 0; }

.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: #00B890;
  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: 0;
      left: auto;
      top: 0; } }
  .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%;
    height: auto;
    border-radius: 50%; }

@media (max-width: 768px) {
  .testimonial__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .testimonial__text .testimonial__stars {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 5px; } }

.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: 768px) {
    .testimonial__name {
      margin-bottom: 0; } }
  .testimonial__name span {
    padding-left: 3px;
    font-weight: normal;
    font-size: 10px;
    display: none; }
  .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 {
  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;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  line-height: 1.2; }
  .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; }

.form__field-input:active,
.form__field-input:focus,
.form__field-select:active,
.form__field-select:focus {
    background-color: #fff!important;
    border: 1px solid #3362ab!important;
   
}

@media (max-width: 480px) {
    .checkout__step-group .filter__label {
       
        padding-left: 30px!important;
    }
}

.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;
    }
}

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

.testimonial-heading + .testimonial-heading{display:none}

.page__col-content{margin-top:23px}
