/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

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

@font-face {
  font-family: "letosans-bold";
  src: url("../fonts/letosans-bold/letosans-bold.eot");
  src: url("../fonts/letosans-bold/letosans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/letosans-bold/letosans-bold.woff2") format("woff2"), url("../fonts/letosans-bold/letosans-bold.woff") format("woff"), url("../fonts/letosans-bold/letosans-bold.ttf") format("truetype"), url("../fonts/letosans-bold/letosans-bold.svg#sansus_webissimoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "letosans-thin";
  src: url("../fonts/letosans-thin/letosans-thin.eot");
  src: url("../fonts/letosans-thin/letosans-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/letosans-thin/letosans-thin.woff2") format("woff2"), url("../fonts/letosans-thin/letosans-thin.woff") format("woff"), url("../fonts/letosans-thin/letosans-thin.ttf") format("truetype"), url("../fonts/letosans-thin/letosans-thin.svg#sansus_webissimoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprite.png") !important;
}

.icon-ar-bread-left:before {
  background-image: url(sprite.png);
  background-position: 0px -119px;
  width: 19px;
  height: 8px;
}

.icon-ar-bread-right:before {
  background-image: url(sprite.png);
  background-position: -20px -119px;
  width: 19px;
  height: 8px;
}

.icon-ar-down:before {
  background-image: url(sprite.png);
  background-position: -123px -58px;
  width: 14px;
  height: 9px;
}

.icon-ar-left-circle:before {
  background-image: url(sprite.png);
  background-position: -123px 0px;
  width: 16px;
  height: 16px;
}

.icon-bon-death:before {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 48px;
  height: 48px;
}

.icon-bon-isolate:before {
  background-image: url(sprite.png);
  background-position: -49px -49px;
  width: 48px;
  height: 42px;
}

.icon-bon-money:before {
  background-image: url(sprite.png);
  background-position: -49px 0px;
  width: 48px;
  height: 48px;
}

.icon-bon-virus:before {
  background-image: url(sprite.png);
  background-position: 0px -49px;
  width: 48px;
  height: 46px;
}

.icon-close-menu:before {
  background-image: url(sprite.png);
  background-position: -98px 0px;
  width: 24px;
  height: 24px;
}

.icon-del:before {
  background-image: url(sprite.png);
  background-position: -98px -25px;
  width: 24px;
  height: 24px;
}

.icon-menu:before {
  background-image: url(sprite.png);
  background-position: -89px -96px;
  width: 20px;
  height: 14px;
}

.icon-minus:before {
  background-image: url(sprite.png);
  background-position: -98px -73px;
  width: 22px;
  height: 22px;
}

.icon-minus:hover:before {
  background-image: url(sprite.png);
  background-position: -98px -50px;
  width: 22px;
  height: 22px;
}

.icon-phone-sm:before {
  background-image: url(sprite.png);
  background-position: -123px -17px;
  width: 16px;
  height: 16px;
}

.icon-phone:before {
  background-image: url(sprite.png);
  background-position: -46px -96px;
  width: 21px;
  height: 21px;
}

.icon-plus:before {
  background-image: url(sprite.png);
  background-position: -23px -96px;
  width: 22px;
  height: 22px;
}

.icon-plus:hover:before {
  background-image: url(sprite.png);
  background-position: 0px -96px;
  width: 22px;
  height: 22px;
}

.icon-shipping:before {
  background-image: url(sprite.png);
  background-position: -68px -96px;
  width: 20px;
  height: 20px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #171717;
  line-height: 1.5;
}

h1 {
  font-size: 24px;
  font-family: "letosans-bold", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  font-family: "letosans-bold", sans-serif;
}

h3 {
  font-size: 18px;
  font-family: "letosans-bold", sans-serif;
}

h4 {
  font-size: 16px;
  font-family: "letosans-bold", sans-serif;
}

a {
  color: #0075FF;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.container {
  max-width: 1214px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.container.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.hidden-mob {
  display: none !important;
}

.hidden-tab {
  display: block !important;
}

.bg-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.top-line {
  background-color: #14161B;
  color: #FBFBFB;
  padding: 14px 0;
  max-height: 48px;
}

.top-line__selects {
  margin-left: auto;
  margin-top: -6px;
}

.top-line__menu {
  margin-top: -4px;
}

.top-line__contacts {
    margin-left: 25px;
}

.contacts__btn-open {
  background-color: transparent;
  border-width: 0;
  padding: 0 2px;
  outline: none;
  position: relative;
  top: -2px;
}

.contacts__body {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  max-width: 360px;
  background-color: #14161B;
  z-index: 10;
  padding-top: 106px;
  padding-left: 31px;
  -webkit-transition: left ease .5s;
  transition: left ease .5s;
  z-index: 200;
}

.contacts__body.opened {
  left: 0;
}

.contacts__body.opened ~ .bg-layer {
  display: block;
}

.contacts__btn-close {
  background-color: transparent;
  border-width: 0;
  position: absolute;
  top: 11px;
  right: 10px;
  outline: none;
}

.contacts__list {
  margin-bottom: 34px;
  padding-left: 5px;
}

.contacts__item {
  display: block;
  margin-bottom: 41px;
}

.contacts__item:before {
  position: relative;
  top: -7px;
  left: -5px;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__support {
  padding-right: 30px;
}

.account-content,
.coupon-content,
.subscribe-content {
  margin-bottom: 25px;
}

.account-content form,
.coupon-content form,
.subscribe-content form {
  margin-bottom: 12px;
}

.account-content form table,
.coupon-content form table,
.subscribe-content form table {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.account-content form thead,
.account-content form tfoot,
.account-content form tr,
.account-content form th,
.account-content form td,
.coupon-content form thead,
.coupon-content form tfoot,
.coupon-content form tr,
.coupon-content form th,
.coupon-content form td,
.subscribe-content form thead,
.subscribe-content form tfoot,
.subscribe-content form tr,
.subscribe-content form th,
.subscribe-content form td {
  display: block;
}

.account-content form tfoot,
.coupon-content form tfoot,
.subscribe-content form tfoot {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.account-content tbody,
.coupon-content tbody,
.subscribe-content tbody {
  margin-bottom: 12px;
}

.account-content tbody tr,
.coupon-content tbody tr,
.subscribe-content tbody tr {
  position: relative;
  width: 100%;
  display: block;
  background-color: #fff;
  font-family: "letosans", sans-serif;
  font-size: 13px;
  color: #A7B1BD;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 12px;
  min-height: 48px;
}

.account-content tbody tr.active input,
.coupon-content tbody tr.active input,
.subscribe-content tbody tr.active input {
  box-shadow: 0px 0px 8px rgba(59, 164, 201, 0.25);
  border-color: #3A9AF2;
}

.account-content tbody tr.filled td:first-child,
.account-content tbody tr.filled th:first-child,
.coupon-content tbody tr.filled td:first-child,
.coupon-content tbody tr.filled th:first-child,
.subscribe-content tbody tr.filled td:first-child,
.subscribe-content tbody tr.filled th:first-child {
  padding-bottom: 22px;
  font-size: 10px;
}

.account-content tbody tr.vcode,
.coupon-content tbody tr.vcode,
.subscribe-content tbody tr.vcode {
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.account-content tbody tr.vcode td:first-child,
.account-content tbody tr.vcode th:first-child,
.coupon-content tbody tr.vcode td:first-child,
.coupon-content tbody tr.vcode th:first-child,
.subscribe-content tbody tr.vcode td:first-child,
.subscribe-content tbody tr.vcode th:first-child {
  width: 148px;
  min-width: 148px;
  margin-left: -12px;
  padding-left: 12px;
  text-align: left;
  height: 48px;
}

.account-content tbody tr.vcode td:last-child,
.account-content tbody tr.vcode th:last-child,
.coupon-content tbody tr.vcode td:last-child,
.coupon-content tbody tr.vcode th:last-child,
.subscribe-content tbody tr.vcode td:last-child,
.subscribe-content tbody tr.vcode th:last-child {
  padding-top: 12px;
}

.account-content tbody tr.vcode img,
.coupon-content tbody tr.vcode img,
.subscribe-content tbody tr.vcode img {
  margin-right: 12px;
}

.account-content tbody tr input[name="vcode"],
.coupon-content tbody tr input[name="vcode"],
.subscribe-content tbody tr input[name="vcode"] {
  width: 134px;
  max-width: 134px;
}

.account-content tbody th:first-child,
.account-content tbody td:first-child,
.coupon-content tbody th:first-child,
.coupon-content tbody td:first-child,
.subscribe-content tbody th:first-child,
.subscribe-content tbody td:first-child {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-weight: normal;
}

.account-content tbody input,
.coupon-content tbody input,
.subscribe-content tbody input {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  outline: none;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #A7B1BD;
  color: #171717;
  padding: 14px 12px 0 12px;
}

.account-content tfoot th:first-child,
.coupon-content tfoot th:first-child,
.subscribe-content tfoot th:first-child {
  font-size: 0;
}

.account-content input[type="submit"],
.coupon-content input[type="submit"],
.subscribe-content input[type="submit"] {
  color: #FBFBFB;
  font-family: "letosans-bold", sans-serif;
  background-color: #41C78F;
  font-size: 24px;
  border-radius: 8px;
  padding: 14px 48px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #41C78F;
  width: 100%;
  max-width: 400px;
}

.account-content input[type="submit"]:hover,
.coupon-content input[type="submit"]:hover,
.subscribe-content input[type="submit"]:hover {
  text-decoration: none;
  background-color: #36b882;
  box-shadow: 0px 4px 8px rgba(65, 199, 193, 0.2);
}

.bonuses-content {
  margin-bottom: 25px;
}

.bonuses-content img {
  margin-right: 12px;
}

.faq-content {
  margin-bottom: 25px;
}

.faq-content .simple {
  width: 100%;
}

.faq-content .simple thead td,
.faq-content .simple thead th {
  color: #A7B1BD;
  font-family: "letosans-bold", sans-serif;
  padding: 4px 8px;
  text-align: center;
  border-bottom: 1px solid #DADEE2;
}

.faq-content .simple thead td:first-child,
.faq-content .simple thead th:first-child {
  text-align: left;
}

.faq-content .simple tbody td,
.faq-content .simple tbody th {
  color: #171717;
  font-family: "letosans", sans-serif;
  text-align: center;
  padding: 6px 8px;
  border-bottom: 1px solid #DADEE2;
}

.faq-content .simple tbody td:first-child,
.faq-content .simple tbody th:first-child {
  text-align: left;
}

.policies-content,
.sitemap-content,
.testimonials-content,
.about-content {
  margin-bottom: 25px;
}

.error {
  color: #D5563A;
}

.news a {
    display: block;
    margin-top: 25px;
    margin-bottom: 50px;
}


.news{
    margin: 25px;
}

.testimonials-spelling {
  font-family: "letosans", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
}

.testimonial {
  padding: 15px 0;
  border-bottom: 1px solid #DADEE2;
}

.testimonial .test-header {
  text-align: right;
  font-family: "letosans-bold", sans-serif;
  margin-bottom: 15px;
}

.top-selects {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  padding-right: 8px;
}

.top-selects__item + .top-selects__item {
  margin-left: 12px;
}

.select {
  position: relative;
}

.select:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  pointer-events: none;
}

.select__list {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0;
  padding-right: 28px;
  padding-left: 5px;
  font-family: "letosans", sans-serif;
  font-size: 13px;
  outline: none;
  cursor: pointer;
}

.main-prod__block-conclude.disabled {
    display: none;
}

.main-prod__choose-pack.packege.disabled {
    display: none;
}

.select__list:focus {
  background-color: #fff;
  color: #14161B;
}

.select__item {
  border: #DADEE2;
  display: block;
  background-color: #fff;
  color: #14161B;
}

.select__item:selected {
  color: #14161B;
}

.selectric {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}

.selectric:hover {
  border-color: transparent !important;
}

.selectric * {
  box-sizing: border-box;
}

.selectric .button,
.selectric .label {
  height: 28px;
  line-height: 28px;
  font-family: "letosans", sans-serif;
  font-size: 13px;
  color: #FBFBFB;
}

.selectric .label {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 2px;
}

.selectric .button {
  background-color: transparent;
  font-size: 0;
}

.selectric .button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png) !important;
  background-image: url(sprite.png);
  background-position: -123px -58px;
  width: 14px;
  height: 9px;
}

.selectric .button:after {
  display: none;
}

.selectric-open {
  background-color: #fff;
  border-width: 0;
  border-radius: 4px 4px 0 0;
}

.selectric-open .label {
  color: #14161B;
}

.selectric-open .button:before {
  background-image: url(sprite.png);
  background-position: -123px -48px;
  width: 14px;
  height: 9px;
}

.selectric-open .selectric:hover {
  border-bottom: 1px solid #DADEE2 !important;
}

.selectric-items {
  border: 1px solid #3A9AF2;
  border-radius: 0 0 4px 4px;
  border-top-width: 0;
  overflow: hidden;
}

.selectric-items li {
  padding: 2px 10px;
  font-family: "letosans", sans-serif;
  font-size: 13px;
  color: #14161B;
  border-top: 1px solid #DADEE2;
  position: relative;
  padding-left: 25px;
}

.selectric-items li:first-child {
  border-top-width: 0;
}

.selectric-items li:hover {
  background-color: #3A9AF2 !important;
  color: #FBFBFB !important;
}

.selectric-items li.selected {
  background-color: #fff;
  color: #757C85;
}

.selectric-items li.selected:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png) !important;
  top: 50%;
  margin-top: -7px;
  left: 5px;
  background-image: url(sprite.png);
  background-position: -123px -34px;
  width: 15px;
  height: 13px;
}

.selectric-focus .selectric {
  border-color: transparent;
}

.selectric-wrapper {
  border-color: transparent !important;
}

.btn {
  color: #FBFBFB;
  font-family: "letosans-bold", sans-serif;
  background-color: #41C78F;
  font-size: 24px;
  border-radius: 8px;
  padding: 14px 48px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #41C78F;
}

.btn:hover {
  text-decoration: none;
  background-color: #36b882;
  box-shadow: 0px 4px 8px rgba(65, 199, 193, 0.2);
}

.btn--invert {
  background-color: #FBFBFB;
  border: 1px solid #41C78F;
  color: #171717;
}

.btn--invert:hover {
  box-shadow: 0px 4px 4px rgba(65, 199, 143, 0.2);
  background-color: #e8f6f0;
}

.btn--sm {
  font-size: 13px;
  border-radius: 4px;
  padding: 5px 23px;
  font-family: "letosans", sans-serif;
}

.radio__label {
  font-family: "letosans", sans-serif;
  font-size: 13px;
  color: #171717;
  position: relative;
  display: inline-block;
  border: 1px solid #A7B1BD;
  border-radius: 4px;
  padding: 13px 32px 13px 55px;
  cursor: pointer;
}

.radio__label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 31px;
  width: 16px;
  height: 16px;
  background-color: #DADEE2;
  border-radius: 50%;
}

.radio__input {
  display: none;
}

.radio__input:checked + label {
  border-color: #41C78F;
}

.radio__input:checked + label:before {
  background-color: #41C78F;
}

.radio__input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 36px;
  width: 6px;
  height: 6px;
  background-color: #FBFBFB;
  border-radius: 50%;
}

.bread-crumbs {
  padding-top: 16px;
  padding-left: 2px;
  margin-bottom: 3px;
}

.bread-crumbs__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.bread-crumbs__item {
  display: inline-block;
}

.bread-crumbs__item:last-child {
  display: none;
}

.bread-crumbs__link:before {
  margin-right: 12px;
}

.bread-crumbs__current {
  color: #A7B1BD;
  font-weight: bold;
}

.bread-crumbs__current:before {
  margin-left: 5px;
  margin-right: 7px;
}

.block-order {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.block-order__data {
  width: 100%;
  position: relative;
  padding: 0 4px;
}

.block-order__view {
  position: absolute;
  top: 3px;
  right: -5px;
}

.block-order__view img {
  width: 71px;
  height: auto;
}

.block-order__desc {
  margin-bottom: 17px;
}

.block-order__title-prod {
  font-size: 20px;
  font-family: "letosans-bold", sans-serif;
  margin-bottom: -4px;
  padding-right: 70px;
}

.block-order__dosage {
  display: block;
  color: #757C85;
  font-family: "letosans-bold", sans-serif;
  font-size: 16px;
  padding-right: 70px;
  margin-bottom: 8px;
}

.block-order__save {
  margin-left: -3px;
}

.block-order__pills {
  font-family: "letosans-bold", sans-serif;
  font-size: 16px;
  color: #171717;
}

.block-order__title-th {
  display: none;
  font-family: "letosans-bold", sans-serif;
  font-size: 16px;
  color: #A7B1BD;
}

.block-order__counter {
  padding-top: 0;
}

.block-order__val {
  font-family: "letosans-bold", sans-serif;
  font-size: 20px;
  margin-top: -5px;
}

.block-order__price {
  display: none;
}

.block-order__del {
  margin-top: -8px;
  margin-right: -5px;
  margin-left: 8px;
}

.block-order__btn-del {
  background-color: transparent;
  border-width: 0;
}

.counter {
  background-color: #fff;
  border: 1px solid #A7B1BD;
  height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 24px;
}

.counter__decrement,
.counter__increment {
  background-color: transparent;
  border-width: 0;
  outline: none;
}

.counter__decrement {
  padding-left: 13px;
}

.counter__decrement:hover:before {
  background-image: url(sprite.png);
  background-position: -98px -50px;
  width: 22px;
  height: 22px;
}

.counter__increment {
  padding-right: 13px;
}

.counter__increment:hover:before {
  background-image: url(sprite.png);
  background-position: 0px -96px;
  width: 22px;
  height: 22px;
}

.counter__value {
  background-color: #fff;
  border: none;
  outline: none;
  height: 100%;
  width: 51px;
  text-align: center;
  font-size: 20px;
  font-family: "letosans-bold", sans-serif;
}

.menu__btn-open {
  background-color: transparent;
  border-width: 0;
  padding: 0 3px;
  outline: none;
}



.menu__nav {
  position: fixed;
  overflow: auto;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #14161B;
  padding-top: 80px;
  -webkit-transition: right ease .5s;
  transition: right ease .5s;
  max-width: 430px;
  z-index: 200;
}

.menu__nav.opened {
  right: 0;
}

.menu__nav.opened ~ .bg-layer {
  display: block;
}

.menu__btn-close {
  background-color: transparent;
  border-width: 0;
  position: absolute;
  top: 11px;
  right: 10px;
  outline: none;
}

.menu__list {
  list-style-type: none;
  font-family: "letosans-bold", sans-serif;
  font-size: 36px;
  padding-left: 0;
  margin: 0;
  margin-bottom: 11px;
}

.menu__link {
  color: #DADEE2;
  display: block;
  padding: 9px 9px 9px 40px;
  cursor: pointer;
}

.active .menu__link {
  color: #0075FF;
}

.menu__link:hover {
  background-color: #1f222a;
  text-decoration: none;
}

.menu__support {
  padding: 0 30px;
}

.banner {
  background: url("../img/bg-banner-mob.png") no-repeat 50% 80%;
  background-size: cover;
  color: #FBFBFB;
  padding-top: 38px;
  padding-bottom: 32px;
  margin-bottom: 47px;
}

.banner .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.banner__title {
  font-size: 42px;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}

.banner__body {
  line-height: 1.5;
}

.bonuses {
  font-size: 16px;
  font-family: "letosans-bold", sans-serif;
}

.bonuses__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 11px;
}

.bonuses__item {
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 23px;
  line-height: 1.5;
}

.bonuses__item:before {
  position: absolute;
  top: 0;
  left: 0;
}

.bonuses__item span {
  color: #D5563A;
  display: inline-block;
  margin-left: 5px;
  font-size: 32px;
  margin-top: -10px;
}

.treatment {
  margin-bottom: 55px;
}

.treatment .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.treatment__view {
  margin-bottom: 11px;
}

.treatment__title {
  line-height: 1.3;
  font-size: 24px;
}

.scientists {
  background-color: #DADEE2;
  padding-top: 72px;
  padding-bottom: 32px;
  line-height: 1.4;
}

.scientists .container {
  display: block;
}

.scientists__title {
  text-align: center;
  margin-bottom: 49px;
}

.scientists__title span {
  display: block;
}

.scientists__list {
  max-width: 90%;
  margin: auto;
}

.scientists__logo {
  text-align: center;
  margin-bottom: 21px;
}

.scientists__logo img {
  margin: auto;
}

.scientists__subtitle {
  text-align: center;
  font-family: "letosans-bold", sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
}

.scientists__subtitle.link {
    color: black;
}

.scientists__question {
  padding: 0 17px;
  text-align: center;
  line-height: 1.5;
}

.scientists .slick-dots li button:before {
  font-size: 19px;
  top: -7px;
  left: 3px;
  cursor: pointer;
}

.scientists .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0075FF;
}

.main-prod {
  margin-bottom: 72px;
  margin-top: 71px;
}

.main-prod .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.main-prod__title {
  margin-bottom: 24px;
}

.main-prod__brand {
  font-family: "letosans-bold", sans-serif;
  color: #757C85;
  margin-bottom: 25px;
}

.main-prod__brand-item {
  margin-bottom: 12px;
}

.main-prod__brand-item span {
  color: #171717;
  font-size: 24px;
  white-space: nowrap;
  display: block;
  line-height: 28px;
  margin-bottom: 4px;
}

.main-prod__choose-pack {
  padding-top: 5px;
}

.main-prod__data {
  margin-bottom: 30px;
}

.main-prod__per-tab span {
  color: #D5563A;
  margin-right: 2px;
}

.main-prod__total {
  font-size: 48px;
  font-family: "letosans-bold", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

.main-prod__shipping:before {
  margin-right: 8px;
}

.main-prod__block-conclude{
  margin-bottom: 48px;
}

.main-prod__add-desc {
  margin-bottom: 24px;
  height: 0;
  overflow: hidden;
}

.main-prod__add-desc.opened {
  height: auto;
}

.main-prod ul {
  list-style: none;
  padding-left: 12px;
}

.main-prod li {
  font-weight: 500;
  margin-bottom: 16px;
}

.main-prod li:last-child {
  margin-bottom: 0;
}

.main-prod li:before {
  margin-right: 12px;
}

.main-prod .radio {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-prod .radio__field {
  width: 44%;
}

.main-prod .radio__label {
  display: block;
  text-align: center;
}

.main-prod .btn {
  display: block;
  max-width: 360px;
  margin: auto;
}

.main-prod .btn--invert {
  margin: inherit;
}

.footer {
  background-color: #14161B;
  color: #A7B1BD;
  font-size: 12px;
  padding-top: 58px;
  padding-bottom: 44px;
}

.footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.footer__services {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 33px;
}

.footer__services-item {
  margin-right: 15px;
}

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

.footer__social-notes {
  text-align: center;
  margin-bottom: 4px;
}

.footer__copyright {
  text-align: center;
  color: #757C85;
}

.footer__block-links {
  margin-bottom: 20px;
}

.footer__describe {
  line-height: 1.4;
}

.tbl-shipping {
  margin-bottom: 40px;
}

.tbl-shipping table {
  width: 100%;
  font-family: "letosans-bold", sans-serif;
  margin-bottom: 24px;
}

.tbl-shipping thead {
  color: #A7B1BD;
}

.tbl-shipping tbody {
  color: #171717;
}

.tbl-shipping tbody td {
  height: 81px;
}

.tbl-shipping tbody td:first-child {
  padding: 16px 0 16px 71px;
}

.tbl-shipping th,
.tbl-shipping td {
  border-bottom: 1px solid #DADEE2;
}

.tbl-shipping__method {
  text-align: left;
  padding-left: 71px;
}

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

thead .tbl-shipping__price {
  font-size: 0;
}

.tbl-shipping__label {
  position: relative;
}

.tbl-shipping__label span {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  top: 50%;
  margin-top: -8px;
  left: -46px;
  background-color: #DADEE2;
}

.tbl-shipping__radio {
  display: none;
}

.tbl-shipping__radio:checked + label span {
  background-color: #41C78F;
}

.tbl-shipping__radio:checked + label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 6px;
  width: 6px;
  background-color: #FBFBFB;
  border-radius: 3px;
}

.tbl-shipping__order {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  align-items: center;
}

.tbl-shipping__services {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 7px;
}

.tbl-shipping__services-item {
  margin-right: 23px;
}

.tbl-shipping__services-item:last-child {
  margin-right: 0;
  margin-top: -5px;
}

.tbl-shipping .btn {
  padding: 13px 36px;
  width: 100%;
  max-width: 328px;
  margin-bottom: 20px;
}

.contact-us {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.contacts-text {
  margin-bottom: 30px;
}

.contacts-text__only-en {
  padding-top: 7px;
  color: #41C78F;
  font-family: "letosans-bold", sans-serif;
}

.contacts-form {
  margin-bottom: 33px;
}

.contacts-form__field {
  height: 60px;
  margin-bottom: 12px;
}

.contacts-form__field.active .contacts-form__label span {
  padding-bottom: 24px;
  font-size: 10px;
}

.contacts-form__field--vcode {
  display: -webkit-box;
  display: flex;
}

.contacts-form__field--vcode label {
  width: 170px;
  margin-right: 15px;
}

.contacts-form__field--textarea {
  height: 160px;
  margin-bottom: 25px;
}

.contacts-form__field--textarea label {
  height: 100%;
}

.contacts-form__field--textarea label span {
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 14px;
}

.contacts-form__field--textarea textarea {
  resize: none;
  padding-top: 22px;
  padding-bottom: 7px;
}

.contacts-form__field--textarea textarea:focus ~ span {
  font-size: 10px;
  padding-top: 7px;
}

.contacts-form__field--textarea.active span {
  padding-top: 7px;
}

.contacts-form__label {
  position: relative;
  height: 48px;
  width: 100%;
  display: block;
  background-color: #fff;
  font-family: "letosans", sans-serif;
  font-size: 13px;
  color: #A7B1BD;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 12px;
}

.contacts-form__label span {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.contacts-form__input {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  outline: none;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #A7B1BD;
  color: #171717;
  padding: 14px 12px 0 12px;
}

.contacts-form__input:focus {
  box-shadow: 0px 0px 8px rgba(59, 164, 201, 0.25);
  border-color: #3A9AF2;
}

.contacts-form__input:focus ~ span {
  padding-bottom: 24px;
  font-size: 10px;
}

.contacts-form__reload-capcha {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

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

.contacts-form .btn {
  width: 100%;
  max-width: 400px;
}

@media (min-width: 500px) {
  .block-order {
    width: 75%;
    margin: 0 auto 32px;
  }
}

@media (min-width: 768px) {
  .banner {
    background: url("../img/bg-banner.png") no-repeat 50% 50%;
    background-size: cover;
    padding-top: 53px;
    padding-bottom: 90px;
    margin-bottom: 56px;
    margin-top: -1px;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 48px;
  }

  .hidden-mob {
    display: block !important;
  }

  .hidden-tab {
    display: none !important;
  }

  .contacts__btn-open {
    display: none;
  }

  .contacts__body {
    position: static;
    padding-top: 0;
    padding-left: 0;
    max-width: none;
  }

  .contacts__btn-close {
    display: none;
  }

  .contacts__list {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
  }

  .contacts__item {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 40px;
  }

  .contacts__item:before {
    top: -1px;
  }

  .contacts__support {
    display: none;
  }

  .top-selects {
    margin-right: 30px;
    padding-right: 45px;
  }

  .top-selects__item + .top-selects__item {
    margin-left: 20px;
  }

  .bread-crumbs {
    padding-top: 48px;
    padding-left: 0;
    margin-bottom: 0;
  }

  .bread-crumbs__item:first-child a:before {
    display: none;
  }

  .bread-crumbs__item:last-child {
    display: inline-block;
  }

  .block-order {
    padding-top: 29px;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 34px;
    width: 100%;
  }

  .block-order__data {
    width: auto;
    padding-left: 138px;
    display: block;
  }

  .block-order__view {
    left: -3px;
    top: 6px;
    pointer-events: none;
  }

  .block-order__view img {
    width: 124px;
  }

  .block-order__title-prod {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .block-order__save {
    margin-left: 1px;
  }

  .block-order__pills {
    margin-bottom: 1px;
  }

  .block-order__title-th {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .block-order__quantity .block-order__title-th {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .block-order__counter {
    padding-top: 11px;
  }

  .block-order__val {
    font-size: 24px;
    padding-top: 22px;
  }

  .block-order__price .block-order__val {
    font-family: "letosans", sans-serif;
  }

  .block-order__price {
    display: block;
  }

  .block-order__del {
    padding-top: 60px;
    padding-right: 28px;
  }

  .menu__nav {
    padding-top: 84px;
  }

  .menu__btn-close {
    right: 42px;
  }

  .menu__list {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .menu__link {
    padding: 5px 5px 5px 60px;
  }

  .menu__support {
    padding-left: 60px;
  }

  .banner__title {
    font-size: 64px;
    letter-spacing: 0;
    padding-right: 300px;
  }

  .banner__body {
    padding-right: 300px;
  }

  .banner__body p:first-child {
    margin-top: 0;
  }

  .bonuses__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-left: 24px;
  }

  .bonuses__item {
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-top: 13px;
    padding-right: 5px;
  }

  .bonuses__item span {
    font-size: 48px;
    margin-left: 0;
    margin-top: -18px;
  }

  .treatment {
    margin-bottom: 100px;
  }

  .treatment .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .treatment__view img {
    margin-top: -20px;
  }

  .treatment__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .treatment__desc {
    width: 41%;
    padding-top: 53px;
  }

  .scientists {
    padding-top: 51px;
  }

  .scientists__title {
    line-height: 1.2;
    padding: 0 120px;
    margin-bottom: 52px;
  }

  .scientists__title span {
    display: inline-block;
  }

  .scientists__list-tab {
    display: -webkit-box !important;
    display: flex !important;
  }
  .scientists__item{
    width: 25%;
    text-decoration: none !important;
  }

  .slick-prev.slick-arrow {
    left: -60px;
}

.slick-next.slick-arrow {
  right: -60px;
}

  .scientists__logo {
    text-align: left;
    padding: 0 4px;
    height: 79px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
  }

  .scientists__logo img {
    margin: inherit;
  }

  .scientists__subtitle {
    text-align: left;
    min-height: 50px;
  }

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

  .scient__question {
    text-align: center;
}

  .scientists__question {
    text-align: left;
    padding: 0 15px 0 0;
  }

  .main-prod {
    margin-bottom: 129px;
  }

  .main-prod .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .main-prod__view {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .main-prod__body {
    width: 58%;
    padding-top: 5px;
    padding-left: 3px;
  }

  .main-prod__title {
    margin-bottom: 16px;
  }

  .main-prod__brand {
    margin-bottom: 30px;
  }

  .main-prod__brand-item {
    margin-bottom: 13px;
  }

  .main-prod__data {
    width: 55%;
  }

  .main-prod__block-buy {
    padding-left: 4px;
    padding-bottom: 34px;
  }

  .main-prod__block-conclude {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: -22px;
  }

  .main-prod__desc {
    padding-right: 100px;
  }

  .main-prod__add-desc {
    margin-bottom: 15px;
  }

  .main-prod .radio {
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .main-prod .radio__field {
    width: auto;
    margin-right: 9px;
    margin-bottom: 6px;
    min-width: 170px;
  }

  .footer {
    padding-top: 36px;
    padding-left: 7px;
  }

  .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .footer__services {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-top: 16px;
  }

  .footer__social-notes {
    text-align: left;
    margin-bottom: 2px;
  }

  .footer__copyright {
    text-align: left;
  }

  .footer__block-links {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .footer__describe {
    width: 58%;
  }

  .tbl-shipping {
    margin-bottom: 79px;
  }

  .tbl-shipping table {
    margin-bottom: 20px;
  }

  .tbl-shipping tbody td:first-child {
    padding-left: 117px;
  }

  .tbl-shipping tbody td:last-child {
    padding-right: 108px;
  }

  .tbl-shipping__method {
    padding-left: 117px;
  }

  thead .tbl-shipping__price {
    font-size: 16px;
    padding-right: 108px;
  }

  .tbl-shipping__label span {
    margin-top: -7px;
    left: -54px;
  }

  .tbl-shipping__order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .tbl-shipping__services {
    -webkit-box-align: center;
    align-items: center;
  }

  .tbl-shipping__services-item {
    margin-right: 31px;
  }

  .tbl-shipping__services-item:first-child img {
    width: 100px;
  }

  .tbl-shipping__services-item:last-child {
    margin-right: 52px;
    margin-top: -10px;
  }

  .tbl-shipping .btn {
    max-width: none;
    width: auto;
    padding: 13px 48px;
  }

  .contact-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: -8px;
    margin-bottom: 80px;
  }

  .contacts-text {
    margin-bottom: 0;
    width: 50%;
    font-size: 20px;
    line-height: 1.4;
    padding-right: 108px;
  }

  .contacts-text p {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .contacts-text p:first-child {
    margin-top: 0;
  }

  .contacts-text p.contacts-text__only-en {
    margin-bottom: 18px;
  }

  .contacts-text__number {
    margin-bottom: 16px;
  }

  .contacts-text__only-en {
    font-size: 16px;
    padding-top: 0;
  }

  .contacts-form {
    margin-bottom: 0;
    width: 50%;
    padding-left: 8px;
  }

  .contacts-form__field {
    max-width: 285px;
  }

  .contacts-form__field--subject,
  .contacts-form__field--textarea,
  .contacts-form__field--vcode {
    max-width: none;
  }

  .contacts-form__field--textarea {
    margin-bottom: 33px;
  }

  .contacts-form__submit {
    text-align: left;
  }

  .contacts-form .btn {
    max-width: none;
    width: auto;
  }

  .empty-cart{
    margin-bottom: 500px;
  }

}
/*# sourceMappingURL=main.css.map */

.ar * {
    unicode-bidi: plaintext;
}