@charset "UTF-8";
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/slick/slick.css);
@import url(../assets/slick/slick-theme.css);
@import url(../assets/waves/waves.css);
@import url(../assets/select2/css/select2.min.css);
@import 'https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic';
@font-face {
  font-family: 'geometriaitalic';
  src: url("../fonts/geometria-italic-webfont.eot");
  src: url("../fonts/geometria-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geometria-italic-webfont.woff2") format("woff2"), url("../fonts/geometria-italic-webfont.woff") format("woff"), url("../fonts/geometria-italic-webfont.ttf") format("truetype"), url("../fonts/geometria-italic-webfont.svg#geometriaitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

/* 
  retina @2x background
 */
/* 
  placeholder
 */
/*
  clearfix 
 */
/*
  colors
 */
* iframe {
  border: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, b {
  font-family: 'GeometriaBold';
  font-weight: 400;
  margin: 0;
  margin-bottom: 18px;
  line-height: 1.2em;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

ul, ol {
  margin-bottom: 24px;
  padding: 0;
  list-style-position: inside;
}

ul li, ol li {
  line-height: 1.7;
}

ol li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 30px;
}

ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fd4f00;
  left: 3px;
  top: 50%;
  margin-top: -3px;
}

p {
  margin: 0;
  margin-bottom: 24px;
}

p.small {
  font-size: 16px;
  line-height: 1.19em;
  margin-bottom: 20px;
}

small {
  font-size: 16px;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus:active {
  outline: none;
}

a {
  color: #56565a;
  text-decoration: none;
  transition: all 0.3s;
  border-bottom: 1px solid #fd4f00;
}

a:focus {
  color: #56565a;
  text-decoration: none;
  outline: none;
}

a:focus:active {
  outline: none;
}

a:hover {
  color: #fd4f00;
  border-bottom-color: #fd4f00;
  text-decoration: none;
}

a:active {
  color: #fdb525;
  border-bottom-color: #fdb525;
}

.row.no-pad {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row.no-pad > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html {
  min-height: 100%;
  font-size: 16px;
}

body {
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  background: #fff;
  font-family: 'Geometria';
  font-weight: 400;
  color: #56565a;
  font-size: 20px;
  line-height: 1.20em;
  margin: 0 auto;
  min-width: 320px;
}

.rub {
  font-family: 'RUBSN';
  font-weight: 400;
}

.container {
  min-width: 320px;
}

@media only screen and (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page__layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page__main {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@-ms-viewport {
  width: device-width;
}

/*
  buttons
 */
.btn {
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-family: 'GeometriaBold';
  font-weight: 400;
  color: #fff;
  transition: all 0.3s;
  background: #fd4f00;
  border-radius: 27px;
  border: 4px solid #fd4f00;
  padding: 10px 40px;
  font-size: 18px;
}

.btn:focus {
  color: #fff;
  outline: none;
}

.btn:hover {
  color: #fff;
  background: #ff6a27;
  border-color: #ff6a27;
}

.btn:active {
  color: #fff;
  background: #fdb525;
  border-color: #fdb525;
}

.btn__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
}

.btn__icon--arrowd {
  background: url(../img/btn_arrowd.png) no-repeat 0 0;
  width: 14px;
  height: 8px;
  margin-left: -17px;
}

.btn--outline {
  background: none;
  border-color: #fdb525;
  color: #56565a;
  font-family: 'GeometriaBold';
  font-weight: 400;
  padding: 10px 40px;
}

.btn--outline:focus {
  color: #56565a;
}

.btn--outline:hover {
  color: #fff;
  border-color: #fdb525;
  background: #fdb525;
}

.btn--outline:active {
  background: #fd4f00;
  border-color: #fd4f00;
}

.btn--outline:active:focus {
  background: #fd4f00;
  border-color: #fd4f00;
  color: #fff;
}

.btn--outline2 {
  background: none;
  border-color: #fdb525;
  color: #fff;
  font-family: 'GeometriaBold';
  font-weight: 400;
  padding: 10px 45px;
}

.btn--outline2:focus {
  color: #fff;
}

.btn--outline2:hover {
  color: #fff;
  border-color: #fdb525;
  background: #fdb525;
}

.btn--outline2:active {
  background: #fd4f00;
  border-color: #fd4f00;
}

.btn--outline2:active:focus {
  background: #fd4f00;
  border-color: #fd4f00;
  color: #fff;
}

.btn--sm {
  font-size: 16px;
  padding: 5px 40px;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.btn--sm.btn--outline {
  font-size: 14px;
  padding: 3px 44px;
}

@media only screen and (max-width: 639px) {
  .btn {
    font-size: 12px;
    padding: 4px 32px;
    border-width: 2px;
  }
}

/*
  form
 */
.form__content [class*='-6'] .form__group {
  max-width: 465px;
}

.form__content [class*='-6']:nth-child(2) .form__group {
  width: 100%;
  float: right;
  clear: both;
}

.form__group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.form__group.is-filled .form__label {
  -webkit-transform: translateY(-14px) scale(0.7);
      -ms-transform: translateY(-14px) scale(0.7);
          transform: translateY(-14px) scale(0.7);
}

.form__control {
  background-color: transparent;
  display: block;
  height: 40px;
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 2px solid #797978;
  transition: all 0.3s;
  font-size: 18px;
}

.form__control:focus {
  outline: none;
  border-color: #fdb525;
}

.form__control:focus + .form__label {
  -webkit-transform: translateY(-14px) scale(0.7);
      -ms-transform: translateY(-14px) scale(0.7);
          transform: translateY(-14px) scale(0.7);
  color: #fdb525;
}

textarea.form__control {
  max-width: 100%;
}

.form__label {
  position: absolute;
  top: 1px;
  font-size: 18px;
  line-height: 1;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: all 0.3s;
  cursor: text;
}

.symbols-count {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  opacity: 0.6;
  right: 0;
  top: 5px;
}

.symbols-count + .form__control {
  padding-right: 80px;
}

.form__control-note {
  position: relative;
  top: 5px;
  margin-bottom: -15px;
  font-size: 14px;
  line-height: 1.1em;
  text-align: right;
  opacity: .6;
}

.form__note {
  font-size: 16px;
  line-height: 1.19em;
  padding: 10px 0;
}

.select-file {
  padding-top: 5px;
}

.select-file input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.select-file label {
  font-size: 18px;
  line-height: 29px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.select-file label:before {
  content: "";
  position: absolute;
  background: url(../img/ico_upload.png) no-repeat;
  width: 22px;
  height: 26px;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.select-file label * {
  pointer-events: none;
}

.select-file label:hover {
  text-decoration: underline;
}

.has-error .form__control-note {
  margin-left: 150px;
}

.has-error .form__control {
  border-bottom-color: #fd4f00;
}

.has-error:after {
  content: "Проверьте данные";
  position: absolute;
  font-size: 14px;
  color: #fd4f00;
  line-height: 1;
  top: 45px;
  left: 0;
}

.select2-container {
  min-width: 204px;
  margin-right: 34px;
  margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #797978;
  height: 36px;
}

.select2-container--focus .select2-selection {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: #56565a;
  padding: 0;
  padding-right: 15px;
  width: auto;
  padding-top: 1px;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../img/dropdown_arrow.png) no-repeat;
  width: 11px;
  height: 7px;
  right: 2px;
  top: 50%;
  margin-top: -3px;
}

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

.select2-results__option {
  padding: 2px 15px;
  font-size: 16px;
}

.select2-results__option:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #56565a;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background: #ededed;
  color: #56565a;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #ededed;
  color: #56565a;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #ededed;
  color: #56565a;
}

.select2-dropdown {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  padding: 10px 0;
  border: 0;
}

.dropdown:not(.change-lang) {
  min-width: 204px;
  display: inline-block;
  margin-right: 30px;
}

.dropdown:not(.change-lang) button {
  border-radius: 0;
  background: none;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #56565a;
  border-bottom: 2px solid #797978;
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 0;
  padding-top: 12px;
  position: relative;
  padding-right: 15px;
}

.dropdown:not(.change-lang) button:before {
  content: "";
  position: absolute;
  background: url(../img/dropdown_arrow.png) no-repeat 0 0;
  width: 11px;
  height: 7px;
  right: 2px;
  top: 50%;
  margin-top: -3px;
}

.dropdown:not(.change-lang) .dropdown-menu {
  border: 0;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  margin-top: 0;
  left: -15px;
  right: -15px;
  top: 0;
  padding-bottom: 10px;
  padding-top: 8px;
}

.dropdown:not(.change-lang) .dropdown-menu li a {
  border: 0;
  font-size: 16px;
  color: #56565a;
  display: block;
  width: 100%;
  padding: 5px 15px;
}

@media only screen and (max-width: 991px) {
  .form__content [class*='-6'] .form__group {
    max-width: 100%;
  }
  .form__content [class*='-6']:nth-child(2) .form__group {
    width: 100%;
    float: none;
    clear: both;
  }
}

/* ==========================================================================
   header
   ========================================================================== */
.page__header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding-top: 23px;
  transition: all 0.3s;
  position: relative;
  z-index: 105;
}

.page__header--mini {
  padding: 22px 0;
}

.page__header--mini .logo {
  float: left;
}

.page__header--mini .header__right {
  float: right;
  padding: 30px 0;
}

.page__header--mini .header__cart {
  margin: 0;
}

.page__header--mini + .page__main {
  padding-top: 0;
}

.logo {
  display: inline-block;
  border: 0;
}

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

.site-name {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  padding-top: 32px;
  font-family: 'Geometria';
  font-weight: 400;
}

.site-name span {
  color: #fd4f00;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.change-lang {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.change-lang .dropdown__toggle {
  display: inline-block;
  width: 85px;
  height: 34px;
  background-color: whitesmoke;
  border-radius: 17px;
  border: 0;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  padding: 0;
  padding-left: 2px;
  padding-bottom: 2px;
  transition: background 0.3s;
}

.change-lang .dropdown__toggle:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/ico_globe.png) no-repeat 0 0;
  left: 12px;
  top: 50%;
  margin-top: -8px;
}

.change-lang .dropdown__toggle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(../img/dropdown_caret.png) no-repeat 0 0;
  right: 14px;
  top: 50%;
  margin-top: -2px;
}

.change-lang .dropdown__toggle:hover {
  background: #ededed;
}

.change-lang .dropdown-menu {
  border: 0;
  width: 100%;
  min-width: 0;
  background-color: whitesmoke;
  border-radius: 17px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  margin-top: 0;
  text-align: center;
  padding-bottom: 13px;
}

.change-lang .dropdown-menu a {
  font-size: 12px;
  text-decoration: none;
  color: #56565a;
  padding: 6px 0;
  transition: all 0.3s;
  border: 0;
}

.change-lang .dropdown-menu a:hover {
  background: #ededed;
}

.change-lang.open .dropdown__toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.change-lang.open .dropdown__toggle:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu li:before {
  display: none;
}

.socials {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.socials__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: 0;
  font-size: 16px;
  line-height: 1;
  color: #56565a;
  transform: scale(1.2);
}

.socials__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 24px;
  background: url(../img/socials-icons/socials_hy_lv.png) no-repeat 0 0;
  background-size: auto 24px;
  transition: all 0.3s;
}

.socials__link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 25px;
}

.socials__link:first-child {
  margin-left: 0;
}

.socials__link:last-child {
  margin-right: 0;
}

.socials__link:hover:before {
  opacity: .64;
}

.socials__link--fb:before {
  background-position: 0 0;
}

.socials__link--tw:before {
  background-position: -32px 0;
}

.socials__link--dr:before {
  background-position: -65px 0;
}

.socials__link--yt:before {
  background-position: -98px 0;
}

.socials__link--inst:before {
  background-position: -131px 0;
}
.socials__link--sweden:before {
    background-position: -164px 0;
}

.socials--lg .socials__link {
  margin: 0 5px;
}

.socials--lg .socials__link:first-child {
  margin-left: 0;
}

.socials--lg .socials__link:last-child {
  margin-right: 0;
}

.socials--lg .socials__link:before {
  width: 33px;
  height: 32px;
  background-size: auto 32px;
}

.socials--lg .socials__link--tw:before {
  background-position: -43px 0;
}

.socials--lg .socials__link--ok:before {
  background-position: -87px 0;
}

.socials--lg .socials__link--yt:before {
  background-position: -131px 0;
}

.socials--lg .socials__link--inst:before {
  background-position: -175px 0;
}
.socials--lg .socials__link--sweden:before {
    background-position: -218px 0;
}

.header__right {
  padding: 23px 0;
  padding-top: 25px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header__right--mobile {
  display: none;
}

.nav {
  margin-left: -5px;
}

.nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav__list:before, .nav__list:after {
  content: " ";
  display: table;
}

.nav__list:after {
  clear: both;
}

.nav__item {
  float: left;
  margin-right: 28px;
  padding-left: 0;
}

.nav__item:before {
  display: none;
}

.nav__item:last-child {
  margin-right: 0;
}

/*
.nav__link {
  font-size: 16px;
  font-family: 'GeometriaBold';
  font-weight: 400;
  text-decoration: none;
  color: #8b8b8d;
  display: block;
  padding: 15px 5px;
  padding-bottom: 29px;
  transition: border 0.3s, padding-bottom 0.3s,  color 0.3s;
  border-bottom: 5px solid #fff;
}*/
.nav__link {
    font-size: 16px;
    text-decoration: none;
    color: #8b8b8d;
    display: block;
    padding: 15px 5px 29px;
    transition: border 0.3s, padding-bottom 0.3s, color 0.3s;
    border-bottom: 5px solid #fff;
}

.nav__link:focus {
  color: #8b8b8d;
  outline: none;
  text-decoration: none;
}

.nav__link:hover {
  color: #56565a;
  text-decoration: none;
  border-bottom-color: #fdb525;
}

.nav__link.is-active {
  border-bottom-color: #fd4f00;
}

.nav__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nav__icon--qa {
  background-image: url(../img/ico_qa.png);
}

.nav--mobile .nav__item {
  float: none;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.nav--mobile .nav__link {
  padding: 0;
  border: 0;
  display: inline-block;
  line-height: 1;
}

.nav--mobile .nav__link:hover {
  transition: all 0.3s;
  color: #fdb525;
}

.nav--mobile .nav__link.is-active {
  color: #fd4f00;
}

.header__cart {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1;
  font-family: 'GeometriaBold';
  font-weight: 400;
  float: right;
  margin: 20px 0;
  min-height: 15px;
}

.header__cart:before {
  content: "";
  position: absolute;
  background: url(../img/ico_cart.png) no-repeat;
  width: 22px;
  height: 19px;
  left: 0;
  top: -5px;
}

.header__cart a {
  text-decoration: none;
  color: #fd4f00;
  display: inline-block;
  border-bottom: 1px solid #fea77f;
  box-shadow: 0 1px 0 #ffbd9f;
  transition: all 0.3s;
}

.header__cart a:hover {
  color: #fdb525;
}

.header__cart--icon {
  padding: 0;
  display: inline-block;
  background: url(../img/ico_cart.png) no-repeat;
  width: 22px;
  height: 19px;
  border: 0;
}

.header__cart--icon:before {
  display: none;
}

.menu-toggle {
  width: 25px;
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  margin-left: 25px;
}

.menu-toggle span {
  width: 100%;
  display: block;
  border-radius: 1px;
  background: #56565a;
  height: 3px;
  margin-bottom: 3px;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.menu-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
  height: 82px;
  transition: all 0.3s;
  background: none;
  border: 0;
  z-index: 1;
}

.menu-close span {
  position: absolute;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -2px;
}

.menu-close span:before, .menu-close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #56565a;
  transition: all 0.3s;
}

.menu-close span:before {
  width: 28px;
  height: 4px;
  top: 12px;
}

.menu-close span:after {
  height: 28px;
  width: 4px;
  left: 12px;
}

.menu-close:hover {
  background: #ededed;
}

.menu-close:active {
  background: #fd4f00;
}

.menu-close:active span:before, .menu-close:active span:after {
  background: #fff;
}

.header__mobile {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 60px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header__mobile .nav--mobile {
  margin-bottom: 30px;
  margin-left: 0;
}

.header__mobile .nav--mobile .nav__link {
  font-size: 16px;
}

.header__mobile .container {
  padding-top: 70px;
  position: relative;
}

.header__mobile .socials {
  padding-top: 30px;
  display: block;
}

.header__mobile.is-open {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .header__mobile.is-open {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1239px) {
  .site-name {
    padding-top: 15px;
  }
  .header__right {
    padding-top: 12px;
  }
  .nav__item {
    margin-right: 15px;
  }
  .nav__link {
    font-size: 14px;
  }
  .header__cart {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .page__header:not(.page__header--mini) {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    padding: 17px 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page__header--mini .header__right {
    padding: 10px 0;
  }
  .page__header--mini + .page__main {
    padding-top: 0;
  }
  .logo {
    max-width: 153px;
  }
  .header__right--mobile {
    display: block;
    float: right;
    padding: 8px 0;
  }
  .header__cart {
    margin: 0;
    float: none;
  }
}

@media only screen and (max-width: 639px) {
  .page__header--mini {
    text-align: center;
  }
  .page__header--mini .logo {
    float: none;
  }
  .page__header--mini .header__right {
    display: block;
    padding: 0;
    margin-top: 15px;
    text-align: center;
    float: none;
  }
  .page__header--mini .header__cart {
    display: inline-block;
  }
}

.header__scroll {
  position: fixed;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 100;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.header__scroll.is-scroll {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.header__scroll .logo {
  float: left;
  margin: 20px 0;
  margin-right: 30px;
}

.header__scroll .nav {
  float: left;
  margin: 0;
}

.header__scroll .nav__link {
  padding: 42px 5px;
}

.header__scroll .header__cart {
  float: right;
  margin: 48px 0;
}

@media only screen and (max-width: 1239px) {
  .header__scroll .logo {
    width: 55px;
    margin: 15px 0;
    margin-right: 30px;
  }
  .header__scroll .nav__item {
    margin-right: 20px;
  }
  .header__scroll .nav__item:last-child {
    margin-right: 0;
  }
  .header__scroll .nav__link {
    padding: 30px 0;
    font-size: 14px;
  }
  .header__scroll .header__cart {
    margin: 34px 0;
  }
}

/* ==========================================================================
   standart page
   ========================================================================== */
.b-article {
  padding-top: 60px;
  padding-bottom: 100px;
}

.radio, .checkbox {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.radio input, .checkbox input {
  display: none;
}

.radio span, .checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
}

.radio span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #56565a;
  transition: all 0.3s;
}

.radio span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd4f00;
  transition: all 0.3s;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  visibility: hidden;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}

.radio input:checked + span:before {
  border-color: #fd4f00;
}

.radio input:checked + span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 2px solid #56565a;
  transition: all 0.3s;
}

.checkbox span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/checkbox_checked.png) no-repeat;
  transition: all 0.3s;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  z-index: 1;
}

.checkbox input:checked + span:before {
  border-color: #fd4f00;
}

.checkbox input:checked + span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.table-wrap {
  overflow: auto;
}

table, .table {
  width: 100%;
  min-width: 400px;
}

table thead, .table thead {
  border-bottom: 1px solid #8b8b8d;
}

table thead tr, .table thead tr {
  border: 0;
}

table thead tr th, .table thead tr th {
  border: 0;
  font-size: 16px;
  font-family: 'Geometria';
  font-weight: 400;
  padding: 10px 0;
}

table tbody tr, .table tbody tr {
  border: 0;
}

table tbody tr td, .table tbody tr td {
  border: 0;
  padding: 6px 0;
}

table tbody tr:first-child td, .table tbody tr:first-child td {
  padding-top: 20px;
}

.table--sm {
  max-width: 461px;
}

@media only screen and (max-width: 1239px) {
  .b-article {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .page__main {
    padding-top: 74px;
  }
  .b-article {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* ==========================================================================
   hero
   ========================================================================== */
.b-hero {
  background: #646962 url(../img/bg_hero.jpg) no-repeat center;
  background-size: cover;
  padding: 137px 0;
}

.offer {
  color: #fff;
}

.offer h2 {
  font-size: 48px;
  line-height: 1.2em;
}

.offer p {
  font-size: 30px;
  margin-bottom: 71px;
}

.slick-slider {
  margin: 0;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: 47px;
}

.slick-dots li {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0 7px;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  background: #56565a;
  transition: all 0.3s;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #fdb525;
}

.dots-slider {
  max-width: 379px;
  margin-top: 137px;
  float: right;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  padding-bottom: 63px;
}

.hero-slider__slide {
  padding: 50px;
  padding-bottom: 37px;
  padding-top: 54px;
}

.hero-slider__slide h3 {
  color: #fd4f00;
  font-size: 36px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1239px) {
  .dots-slider {
    margin-top: 0;
  }
  .offer h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .b-hero {
    padding: 70px 0;
  }
  .offer p {
    margin-bottom: 40px;
  }
  .dots-slider.slick-slider {
    float: none;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 639px) {
  .b-hero {
    padding: 36px 0;
  }
  .offer h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .offer p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .offer .btn {
    display: none;
  }
  .dots-slider.slick-slider {
    float: none;
    margin-top: 35px;
    padding-bottom: 42px;
  }
  .hero-slider__slide {
    padding: 30px;
    padding-bottom: 20px;
  }
  .hero-slider__slide h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hero-slider__slide p {
    font-size: 14px;
  }
  .slick-dots {
    bottom: 30px;
  }
  .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

/* ==========================================================================
   b-section--efficiency
   ========================================================================== */
.b-section {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 85px;
}

.section-title:before, .section-title:after {
  content: " ";
  display: table;
}

.section-title:after {
  clear: both;
}

.section-title h4 {
  font-size: 48px;
  margin: 0;
  line-height: 1.20;
  float: left;
}

.section-title p {
  margin: 0;
  clear: both;
}

.section-title .btn {
  float: right;
  margin-top: 2px;
}

.section-title--sm h4 {
  font-size: 45px;
}

.section-title__link {
  border-bottom-color: #56565a;
  float: right;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-top: 27px;
}

.section-title__right-text {
  float: right;
  max-width: 600px;
  font-size: 20px;
  line-height: 1.35em;
  margin-top: 5px;
}

.section__mobile-btn {
  display: none;
  text-align: center;
}

.b-section--efficiency {
  background: #f5f5f5;
  position: relative;
}

.piece-ice--piece1 {
  position: absolute;
  background: url(../img/piece_ice1.png) no-repeat;
  width: 52px;
  height: 99px;
  left: 0;
  top: 460px;
}

.piece-ice--piece2 {
  position: absolute;
  background: url(../img/piece_ice2.png) no-repeat;
  width: 117px;
  height: 216px;
  right: 0;
  bottom: 0px;
}

.feature-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 55px;
}

.feature-item:before {
  content: "";
  position: absolute;
  left: 4px;
}

.feature-item h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.feature-item--item1:before {
  background: url(../img/features_icon1.png) no-repeat;
  width: 43px;
  height: 41px;
  top: 5px;
}

.feature-item--item2:before {
  background: url(../img/features_icon2.png) no-repeat;
  width: 36px;
  height: 37px;
  top: 5px;
}

.feature-item--item3:before {
  background: url(../img/features_icon3.png) no-repeat;
  width: 44px;
  height: 36px;
  top: 5px;
}

.feature-item--item4:before {
  background: url(../img/features_icon4.png) no-repeat;
  width: 42px;
  height: 43px;
  top: 5px;
  left: 0;
}

.feature-item--item5:before {
  background: url(../img/features_icon5.png) no-repeat;
  width: 45px;
  height: 41px;
  top: 5px;
  left: 0;
}

.feature-item--item6:before {
  background: url(../img/features_icon6.png) no-repeat;
  width: 41px;
  height: 42px;
  top: 5px;
  left: 4px;
}

.features__list {
  padding-top: 100px;
  position: relative;
}

.features__list:before {
  content: "";
  position: absolute;
  width: 314px;
  height: 513px;
  left: 50%;
  top: 45px;
  margin-left: -157px;
  background: url(../img/efficiency_product.png) no-repeat center;
  background-size: contain;
}

.features__list > div:nth-child(2n+1) {
  clear: both;
}

.b-section--standart .section-title {
  margin-bottom: 10px;
}

.b-section--standart p {
  font-size: 25px;
  line-height: 30px;
}

.b-section__inner {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1239px) {
  .section-title h4 {
    font-size: 40px;
  }
  .section-title__link {
    margin-top: 20px;
  }
  .features__list:before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .piece-ice {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .b-section {
    padding: 50px 0;
  }
  .b-section__inner {
    padding-bottom: 20px;
  }
  .section__mobile-btn {
    display: block;
  }
  .section-title {
    display: block;
    margin-bottom: 50px;
  }
  .section-title h4 {
    font-size: 36px;
  }
  .section-title .btn {
    display: none;
  }
  .section-title__link {
    margin-top: 20px;
  }
  .section-title__right-text {
    float: none;
    clear: both;
    padding-top: 30px;
  }
  .features__list {
    padding-top: 50px;
  }
  .b-section__inner img.mail-img {
	height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .b-section {
    padding: 40px 0;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h4 {
    font-size: 30px;
  }
  .section-title__link {
    margin-top: 10px;
  }
  .features__list.slick-slider {
    padding-top: 0px;
    margin: 0;
    margin-bottom: 40px;
  }
  .features__list.slick-slider > div {
    width: 100%;
    padding: 0;
  }
  .features__list.slick-slider .slick-slide {
    padding-bottom: 60px;
  }
  .features__list.slick-slider .slick-dots {
    bottom: 15px;
  }
  .features__list.slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .features__list.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .feature-item {
    max-width: 350px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 65px;
  }
  .feature-item:before {
    left: 130px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  .b-section--standart p {
    font-size: 20px;
  }
  .b-section__inner img.mail-img {
	height: 22px;
  }
}

@media only screen and (max-width: 639px) {
  .section-title h4 {
    display: block;
    float: none;
  }
  .section-title__link {
    float: none;
  }
  .b-section__inner {
    padding-bottom: 0px;
  }
  .b-section--standart p {
    font-size: 16px;
    line-height: 1.19em;
  }
  .b-section__inner img.mail-img {
    height: 20px;
  }
}

/* ==========================================================================
   b-section--comfort
   ========================================================================== */
.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

.slick-prev:before, .slick-next:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -9px;
  transition: all 0.3s;
}

.slick-prev:hover, .slick-next:hover {
  background-color: #f5f5f5;
}

.slick-prev:hover:before, .slick-prev:hover:after, .slick-next:hover:before, .slick-next:hover:after {
  border-color: #56565a;
}

.slick-prev:active, .slick-next:active {
  background-color: #e3e3e3;
}

.slick-prev:active:before, .slick-prev:active:after, .slick-next:active:before, .slick-next:active:after {
  border-color: #56565a;
}

.slick-prev:before {
  border-left: 4px solid #fd4f00;
  border-bottom: 4px solid #fd4f00;
  left: 50%;
  margin-left: -5px;
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-next:before {
  border-top: 4px solid #fd4f00;
  border-right: 4px solid #fd4f00;
  right: 50%;
  margin-right: -5px;
}

.b-section--comfort {
  background: #fff;
  background-size: cover;
}

.product-slider .slick-list {
  padding: 10px 10px;
}

.product-slider .slick-prev, .product-slider .slick-next {
  width: 22px;
  height: 36px;
  background: none;
}

.product-slider .slick-prev:before, .product-slider .slick-next:before {
  margin-top: 0px;
}

.product-slider .slick-prev:before {
  width: 25px;
  height: 25px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  left: 10px;
  top: 6px;
}

.product-slider .slick-next:before {
  width: 25px;
  height: 25px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  left: -9px;
  top: 6px;
}

.product-slider--type2 .slide-card__label {
  background: #fff;
}

.product-slider--type2 .slide-card:hover .slide-card__label {
  background: #f5f5f5;
}

.slide-card {
  position: relative;
  display: block;
  max-width: 351px;
  height: 523px;
  margin: 0 auto;
  border-radius: 2px;
  transition: all 0.3s;
  overflow: hidden;
}

.slide-card:hover {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.slide-card:hover .slide-card__label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

.slide-card:hover .slide-card__info {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.slide-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}

.slide-card__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  border-top: 6px solid #fdb525;
  padding: 32px 46px;
  padding-right: 20px;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.slide-card__info .btn {
  font-size: 16px;
  padding: 6px 41px;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.slide-card__name {
  font-size: 24px;
  margin: 0;
  margin-bottom: 5px;
}

.slide-card__descr {
  font-size: 16px;
  line-height: 1.19em;
  margin-bottom: 20px;
}

.slide-card__price {
  color: #fd4f00;
  font-size: 30px;
  font-family: 'GeometriaBold';
  font-weight: 400;
  margin-bottom: 35px;
}

.slide-card__label {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  background: #f5f5f5;
  text-align: center;
  font-size: 16px;
  border-radius: 18px;
  padding: 5px 23px;
}

.slide-card__label span {
  color: #fd4f00;
}

.slide-card__image {
  position: absolute;
  top: 35px;
  bottom: 70px;
  right: 10%;
  left: 10%;
}

.slide-card__image span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.amount {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.amount__button {
  width: 19px;
  height: 19px;
  padding: 0;
  outline: none;
  border-radius: 50%;
  border: 1px solid #8b8b8d;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: none;
  transition: all 0.3s;
}

.amount__button:before, .amount__button:after {
  transition: all 0.3s;
}

.amount__button:hover {
  background: #ededed;
}

.amount__button:active {
  background: #8b8b8d;
}

.amount__button:active:before, .amount__button:active:after {
  background: #fff;
}

.amount__button--decrease:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #8b8b8d;
  left: 5px;
  top: 8px;
}

.amount__button--increase:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #8b8b8d;
  left: 5px;
  top: 8px;
}

.amount__button--increase:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 1px;
  background: #8b8b8d;
  top: 5px;
  left: 8px;
}

.amount__field {
  width: 32px;
  border: 0;
  outline: none;
  border-bottom: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: inline-block;
  background: none;
  vertical-align: middle;
}

.amount__field:focus {
  outline: none;
  border-bottom-color: #fd4f00;
}

.slide-card__controls {
  font-size: 0;
}

.slide-card__controls:before, .slide-card__controls:after {
  content: " ";
  display: table;
}

.slide-card__controls:after {
  clear: both;
}

.slide-card__controls .amount {
  margin: 8px 0;
}

.slide-card__controls .btn {
  float: right;
}

@media only screen and (max-width: 1239px) {
  .slide-card {
    height: 450px;
  }
  .slide-card__info {
    padding: 20px;
  }
  .product-slider .slick-slide {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .slide-card {
    height: 450px;
  }
  .slide-card__info {
    padding: 20px;
  }
  .product-slider {
    padding: 0 50px;
  }
  .product-slider .slick-slide {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider {
    margin-bottom: 25px;
    padding: 0 0px;
  }
  .product-slider .slick-prev {
    left: -6px;
  }
  .product-slider .slick-next {
    right: -6px;
  }
}

@media only screen and (max-width: 639px) {
  .slide-card {
    max-width: 217px;
    height: 323px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  }
  .slide-card .slide-card__label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
  .slide-card .slide-card__info {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .slide-card__label {
    font-size: 9px;
    padding: 1px 20px;
  }
  .slide-card__name {
    font-size: 15px;
  }
  .slide-card__descr {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .slide-card__price {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .slide-card__info {
    padding: 20px 25px;
    padding-right: 15px;
  }
  .slide-card__controls .amount {
    margin: 5px 0;
  }
  .slide-card__controls .btn {
    font-size: 10px;
    padding: 4px 30px;
  }
  .amount {
    font-size: 14px;
  }
  .amount__field {
    width: 20px;
    font-size: 13px;
  }
}

/* ==========================================================================
   b-section--reviews
   ========================================================================== */
.b-section--reviews {
  background: #e5ded3 url(../img/bg_b_reviews.jpg) no-repeat center right;
  background-size: cover;
}

.content-slider {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  background: #fff;
  margin-bottom: 60px;
  padding-bottom: 80px;
}

.content-slider .slick-slide {
  padding: 65px;
  padding-bottom: 0;
}

.content-slider .slick-prev {
  left: auto;
  top: auto;
  right: 90px;
  bottom: 28px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.content-slider .slick-next {
  top: auto;
  bottom: 28px;
  right: 28px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media only screen and (max-width: 639px) {
  .content-slider {
    padding-bottom: 50px;
    margin: 0;
  }
  .content-slider h6 {
    font-size: 14px;
  }
  .content-slider p {
    font-size: 16px;
  }
  .content-slider p.small {
    font-size: 14px;
  }
  .content-slider .slick-slide {
    padding: 0 20px;
    padding-top: 40px;
  }
  .content-slider .slick-prev {
    bottom: 10px;
  }
  .content-slider .slick-next {
    bottom: 10px;
  }
}

/* ==========================================================================
   b-section--research
   ========================================================================== */
.research__text {
  background: #f5f5f5;
  border-radius: 2px;
  padding: 100px 135px;
  margin-bottom: 105px;
}

.research__text p {
  margin: 0;
}

.card {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: all 0.3s;
  border: 0;
  display: block;
  height: auto;
}

.card:hover {
  box-shadow: 0 2px 5.9px 0.1px rgba(0, 0, 0, 0.28);
}

.card:active {
  color: #56565a;
}

.news .row > div:nth-child(2) .news-card {
  margin-left: auto;
  margin-right: auto;
}

.news .row > div:nth-child(3) .news-card {
  float: right;
}

.news__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.news__heading {
  font-size: 36px;
  line-height: 1.23em;
  font-family: 'GeometriaBold';
  font-weight: 400;
  margin-bottom: 40px;
}

.news-card {
  max-width: 351px;
  margin: 0 auto;
  margin-bottom: 54px;
  position: relative;
}

.news-card:before {
  content: "";
  position: absolute;
  bottom: 27px;
  right: 39px;
  z-index: 1;
  background: url(../img/card_arrow.png) no-repeat;
  width: 14px;
  height: 21px;
}

.news__item {
  width: 33.33%;
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news__item:nth-child(3n+1) .news-card {
  margin-left: 0;
}

.news__item:nth-child(3n+3) .news-card {
  margin-right: 0;
}

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

.news-card__image {
  width: 100%;
  padding: 23%;
  position: relative;
}

.news-card__image span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card__body {
  padding: 30px 45px;
  padding-bottom: 65px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.card__body p {
  margin: 0;
}

.news-card--without-img .card__body {
  padding-top: 50px;
}

.news-card__date {
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1239px) {
  .research__text {
    padding: 80px 100px;
  }
  .card__body {
    padding: 30px 30px;
    padding-bottom: 65px;
    padding-right: 20px;
  }
  .card__body p {
    margin: 0;
  }
  .news-card--without-img .card__body {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .research__text {
    padding: 70px 50px;
  }
  .research__text p {
    font-size: 16px;
    line-height: 1.19em;
  }
  .news__heading {
    padding-top: 60px;
  }
  .news__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news__item {
    width: 50%;
  }
  .news-card {
    margin-bottom: 20px;
    min-height: 323px;
  }
}

@media only screen and (max-width: 767px) {
  .research__text {
    margin-bottom: 25px;
  }
  .news-card {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .news__all-news {
    padding-top: 10px;
  }
  .card__body {
    padding: 30px 20px;
  }
  .news__item {
    width: 100%;
  }
  .news__item:nth-child(3n+1) .news-card {
    margin-left: auto;
    margin-right: auto;
  }
  .news__item:nth-child(3n+3) .news-card {
    margin-left: auto;
    margin-right: auto;
  }
  .news-card {
    min-height: 323px;
  }
  .news-card:before {
    right: 16px;
    bottom: 23px;
  }
}

@media only screen and (max-width: 639px) {
  .research__text {
    padding: 50px 30px;
  }
  .research__text p {
    font-size: 14px;
  }
}

/* ==========================================================================
   footer
   ========================================================================== */
.page__footer {
  background: #fff;
  border-top: 5px solid #fdb525;
  padding-bottom: 35px;
}

.footer-nav {
  margin-top: -5px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 18px;
}

.footer-nav__list {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-nav__item {
  display: inline-block;
  padding-left: 0;
}

.footer-nav__item:before {
  display: none;
}

.footer-nav__link {
  font-size: 14px;
  color: #8b8b8d;
  text-decoration: none;
  display: block;
  padding: 20px;
  padding-bottom: 5px;
  padding-top: 38px;
  border: 0;
  border-top: 5px solid #fdb525;
  transition: all 0.3s;
}

.footer-nav__link:focus {
  color: #8b8b8d;
}

.footer-nav__link:hover {
  color: #000;
  border-top-color: #fd4f00;
}

.footer-nav__link.is-active {
  background: #f5f5f5;
  border-top-color: #fd4f00;
}

.footer__phone {
  text-align: center;
}

.footer__phone a {
  font-family: 'GeometriaBold';
  font-weight: 400;
  text-decoration: none;
  color: #fd4f00;
  font-size: 24px;
  border: 0;
}

.footer__phone span {
  display: block;
  color: #8b8b8d;
  font-size: 14px;
}

.copyright {
  color: #8b8b8d;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  padding-top: 8px;
}

.footer__socials {
  padding-top: 9px;
  padding-left: 0px;
}

.who-developed {
  text-align: right;
  padding-top: 5px;
}

.who-developed a {
  color: #8b8b8d;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  transition: all 0.3s;
}

.who-developed a:hover {
  color: #56565a;
}

.who-developed img {
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 1239px) {
  .page__footer .col-md-12 {
    clear: both;
  }
  .who-developed {
    text-align: center;
    padding-top: 20px;
  }
  .footer__socials {
    float: right;
  }
}

@media only screen and (max-width: 991px) {
  .footer-nav {
    padding-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-nav__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-nav__item {
    width: 25%;
  }
  .footer-nav__link {
    border-top: 0;
    padding: 0;
    display: inline-block;
  }
  .footer-nav__link:hover, .footer-nav__link.is-active {
    background: none;
    color: #fd4f00;
  }
  .copyright {
    text-align: center;
    padding-top: 20px;
  }
  .footer__phone {
    text-align: left;
  }
  .who-developed {
    text-align: center;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .page__footer {
    text-align: center;
    padding-bottom: 0;
    padding-bottom: 10px;
  }
  .footer__phone {
    text-align: center;
  }
  .footer__socials {
    float: none;
    margin-bottom: 20px;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-nav__item {
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  .page__footer {
    text-align: left;
  }
  .footer-nav__item {
    text-align: left;
  }
  .footer__phone {
    text-align: left;
  }
  .copyright {
    text-align: left;
  }
  .who-developed {
    text-align: left;
  }
}

/* ==========================================================================
   catalog
   ========================================================================== */
.catalog {
  position: relative;
  padding-top: 200px;
}

.catalog-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  padding-top: 87px;
  padding-bottom: 71px;
  transition: all 0.3s;
  z-index: 101;
}

.catalog-menu.is-scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  padding-top: 30px;
}

.catalog-menu__list {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-menu__list li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.catalog-menu__list li:before {
  display: none;
}

.catalog-menu__list a {
  font-family: 'GeometriaBold';
  font-weight: 400;
  text-decoration: none;
  border: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s;
  border-radius: 18px;
  padding: 9px 15px;
}

.catalog-menu__list a:focus {
  color: #56565a;
}

.catalog-menu__list a:hover {
  color: #fff;
}

.catalog-menu__list a:active {
  color: #fff;
}

.catalog-menu__list li a:hover {
  color: #fff;
    background: #bfbac4;
}

/*
.catalog-menu__list li:nth-child(1) a:hover {
  color: #fff;
  background: #fd4f00;
}

.catalog-menu__list li:nth-child(2) a:hover {
  color: #fff;
  background: #bfbac4;
}

.catalog-menu__list li:nth-child(3) a:hover {
  color: #fff;
  background: #4ec1ea;
}

.catalog-menu__list li:nth-child(4) a:hover {
  color: #fff;
  background: #9e57a3;
}

.catalog-menu__list li:nth-child(5) a:hover {
  color: #fff;
  background: #76bd1d;
}

.catalog-menu__list li:nth-child(6) a:hover {
  color: #fff;
  background: #fd4f00;
}

.catalog-menu__list li:nth-child(7) a:hover {
  color: #fff;
  background: #fdb525;
}

.catalog-menu__list li:nth-child(8) a:hover {
  color: #fff;
  background: #79441c;
}*/

.catalog-item {
  padding: 140px 0;
  display: block;
  border: 0;
  background: #fff;
  transition: all 0.3s;
}

.catalog-item:nth-child(2n) {
  background: #f5f5f5;
}

.catalog-item:nth-child(2n) .catalog-item__label {
  background: #fff;
}

.catalog-item.is-hover .catalog-item__label {
  opacity: 0;
}

.catalog-item.is-hover .catalog-item__image img {
  opacity: 0.6;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.catalog-item.is-hover .catalog-item__name, .catalog-item.is-hover .catalog-item__descr, .catalog-item.is-hover .catalog-item__price {
  color: #fff;
}

.catalog-item.is-hover .amount__field {
  color: #fff;
}

.catalog-item.is-hover .amount__field:focus {
  border-bottom-color: #fff;
}

.catalog-item.is-hover .amount__button {
  border-color: #fff;
}

.catalog-item.is-hover .amount__button:before, .catalog-item.is-hover .amount__button:after {
  background: #fff;
}

.catalog-item.is-hover .btn {
  background: #fff;
  border-color: #fff;
  color: #56565a;
}

.catalog-item.is-hover {
    background: #bfbac4;
}
/*
.catalog-item.is-hover:nth-child(8n+1) {
  background: #fd4f00;
}

.catalog-item.is-hover:nth-child(8n+2) {
  background: #bfbac4;
}

.catalog-item.is-hover:nth-child(8n+3) {
  background: #4ec1ea;
}

.catalog-item.is-hover:nth-child(8n+4) {
  background: #9e57a3;
}

.catalog-item.is-hover:nth-child(8n+5) {
  background: #76bd1d;
}

.catalog-item.is-hover:nth-child(8n+6) {
  background: #fd4f00;
}

.catalog-item.is-hover:nth-child(8n+7) {
  background: #fdb525;
}

.catalog-item.is-hover:nth-child(8n+8) {
  background: #79441c;
}*/

.catalog-item__image {
  transition: all 0.3s;
  border: 0;
  position: relative;
  display: inline-block;
}

.catalog-item__image a {
  display: inline-block;
  border: 0;
}

.catalog-item__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}

.catalog-item__image:hover .catalog-item__image-button {
  opacity: 1;
}

.catalog-item__image-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/ico_play_white.png) no-repeat;
  background-size: contain;
  width: 106px;
  height: 78px;
  transition: all 0.3s;
  opacity: 0;
  border: 0;
  outline: none;
}

.catalog-item__label {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  background: #f5f5f5;
  text-align: center;
  font-size: 16px;
  border-radius: 18px;
  padding: 5px 23px;
}

.catalog-item__label span {
  color: #fd4f00;
}

.catalog-item__body {
  padding-top: 81px;
  position: relative;
}

.catalog-item__name {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 37px;
  transition: all 0.3s;
}

.catalog-item__descr {
  margin-bottom: 40px;
  transition: all 0.3s;
}

.catalog-item__descr span {
  display: block;
}

.catalog-item__marks {
  margin-bottom: 50px;
  font-size: 0;
}

.catalog-item__marks img {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.catalog-item__price {
  font-family: 'GeometriaBold';
  font-weight: 400;
  color: #fd4f00;
  font-size: 30px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.catalog-item__controls {
  max-width: 250px;
}

.catalog-item__controls:before, .catalog-item__controls:after {
  content: " ";
  display: table;
}

.catalog-item__controls:after {
  clear: both;
}

.catalog-item__controls .amount {
  margin: 8px 0;
}

.catalog-item__controls .btn {
  float: right;
  font-size: 16px;
  padding: 6px 41px;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
    .catalog-menu__list li a.selected {
        color: #fff;
        background: #bfbac4;
    }
    /*
  .catalog-menu__list li:nth-child(8n+1) a.selected {
    color: #fff;
    background: #fd4f00;
  }
  .catalog-menu__list li:nth-child(8n+2) a.selected {
    color: #fff;
    background: #bfbac4;
  }
  .catalog-menu__list li:nth-child(8n+3) a.selected {
    color: #fff;
    background: #4ec1ea;
  }
  .catalog-menu__list li:nth-child(8n+4) a.selected {
    color: #fff;
    background: #9e57a3;
  }
  .catalog-menu__list li:nth-child(8n+5) a.selected {
    color: #fff;
    background: #76bd1d;
  }
  .catalog-menu__list li:nth-child(8n+6) a.selected {
    color: #fff;
    background: #fd4f00;
  }
  .catalog-menu__list li:nth-child(8n+7) a.selected {
    color: #fff;
    background: #fdb525;
  }
  .catalog-menu__list li:nth-child(8n+8) a.selected {
    color: #fff;
    background: #79441c;
  }*/
}

@media only screen and (max-width: 1239px) {
  .catalog-menu__list a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-item {
    padding: 100px 0;
  }
  .catalog {
    padding-top: 0;
  }
  .catalog-menu {
    position: relative;
    z-index: 0;
    padding: 40px 0;
  }
  .catalog-menu.is-scroll {
    padding: 40px 0;
    position: relative;
  }
  .catalog-menu__list {
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-item {
    padding: 60px 0;
  }
  .catalog-item__label {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .catalog-item__body {
    padding-top: 30px;
  }
  .catalog-item__image {
    text-align: center;
    height: 400px;
  }
  .catalog-item__image img {
    max-height: 100%;
    width: auto;
  }
  .catalog-item__name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .catalog-item__descr {
    font-size: 16px;
    line-height: 1.19em;
  }
  .catalog-item__price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .catalog-item__marks {
    margin-bottom: 20px;
  }
  .catalog-item__controls .btn {
    font-size: 14px;
    padding: 5px 30px;
  }
}

/* ==========================================================================
   product
   ========================================================================== */
.back-link {
  border: 0;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin: 0;
  margin-bottom: 22px;
}

.back-link:before {
  content: "";
  position: absolute;
  background: url(../img/back_link_arrow.png) no-repeat 0 0;
  width: 8px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.back-link:hover {
  color: #ff6a27;
}

.back-link:active {
  color: #fd4f00;
}

.product__header {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  padding: 63px 0;
}

.product__header .back-link {
  margin-top: 18px;
}

.product__header .catalog-item {
  padding: 0;
  z-index: 1;
  background: none;
}

.product__header .catalog-item__body {
  padding-top: 0;
}

.product__header .catalog-item__image {
  max-width: 270px;
  margin: 0 auto;
  display: block;
  margin-bottom: 110px;
}

.product__header .catalog-item__name {
  margin-bottom: 5px;
}

.product__header .catalog-item__label {
  display: inline-block;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
}

.product__features {
  padding-top: 47px;
  padding-bottom: 80px;
}

.catalog-item__right {
  height: 0;
}

.catalog-item__watch3d {
  display: inline-block;
  padding-left: 80px;
  position: relative;
  margin-bottom: 90px;
}

.catalog-item__watch3d a {
  font-size: 18px;
  border: 0;
  display: inline-block;
  transition: all 0.3s;
}

.catalog-item__watch3d a:hover {
  color: #ff6a27;
}

.catalog-item__watch3d a:active {
  color: #fd4f00;
}

.catalog-item__watch3d:before {
  content: "";
  position: absolute;
  background: url(../img/icon_watch3d.png) no-repeat 0 0;
  width: 57px;
  height: 107px;
  left: 0;
  top: 50%;
  margin-top: -53px;
}

.catalog-item__review {
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 30px;
  max-width: 313px;
  margin-bottom: 20px;
}

.catalog-item__review p {
  font-size: 16px;
  line-height: 1.19em;
  margin-bottom: 20px;
}

.catalog-item__review h4 {
  text-align: right;
  font-family: 'geometriaitalic';
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.catalog-item__all-reviews {
  border: 0;
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s;
}

.catalog-item__all-reviews:hover {
  color: #ff6a27;
}

.catalog-item__all-reviews:active {
  color: #fd4f00;
}

.catalog-item__feature {
  position: relative;
  padding-left: 125px;
  margin-bottom: 55px;
}

.catalog-item__feature:before {
  content: "";
  position: absolute;
  left: 4px;
}

.catalog-item__feature h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: 'Geometria';
  font-weight: 400;
}

.catalog-item__feature p {
  margin: 0;
}

.catalog-item__feature--duration:before {
  background: url(../img/catalog_item_feature_duration.png) no-repeat;
  width: 69px;
  height: 66px;
  top: 5px;
}

.catalog-item__feature--efficiency:before {
  background: url(../img/catalog_item_feature_efficiency.png) no-repeat;
  width: 69px;
  height: 55px;
  top: 5px;
}

.catalog-item__feature--versatility:before {
  background: url(../img/catalog_item_feature_versatility.png) no-repeat;
  width: 60px;
  height: 61px;
  top: 5px;
}

.product__tabs {
  background: #f5f5f5;
  padding-top: 140px;
  padding-bottom: 100px;
}

.tabs li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 20px;
}

.tabs li:before {
  display: none;
}

.tabs a {
  display: block;
  background: #e9e9e9;
  color: #56565a;
  border: 0;
  font-size: 18px;
  border-radius: 27px;
  text-align: center;
  padding: 11px 27px;
  transition: all 0.3s;
}

.tabs a:hover {
  background: #ff6a27;
  color: #fff;
}

.tabs li.active a {
  background: #fd4f00;
  color: #fff;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.product-review {
  border-bottom: 5px solid #fdb525;
  padding-bottom: 80px;
  margin-bottom: 85px;
}

.product-review:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.hidden-reviews-group {
  display: none;
}

.hidden-reviews-group .product-review:first-child {
  border-top: 5px solid #fdb525;
  padding-top: 85px;
}

.hidden-reviews-group .product-review:last-child {
  padding-bottom: 0;
}

.product-review__top-line {
  padding-bottom: 40px;
}

.product-review__top-line:before, .product-review__top-line:after {
  content: " ";
  display: table;
}

.product-review__top-line:after {
  clear: both;
}

.product-review__name {
  float: left;
}

.product-review__name span {
  font-family: 'geometriaitalic';
  font-weight: 400;
}

.product-review__date {
  float: right;
  color: #fd4f00;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.product-review__body p {
  font-size: 20px;
  line-height: 1.70em;
  margin-bottom: 0px;
}

.b-interest {
  background: #f5f5f5;
}

.product__more-reviews {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .product__tabs {
    padding: 80px 0;
  }
  .product__more-reviews {
    text-align: center;
  }
  .product__header .catalog-item__image {
    margin-bottom: 70px;
  }
  .product__features {
    padding-bottom: 40px;
  }
  .catalog-item__watch3d {
    margin-bottom: 50px;
  }
  .catalog-item__review {
    padding: 15px;
  }
  .catalog-item__feature {
    margin-bottom: 30px;
    padding-left: 70px;
  }
  .catalog-item__feature:before {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .catalog-item__feature h4 {
    font-size: 20px;
  }
  .catalog-item__feature p {
    font-size: 14px;
    line-height: 1.19em;
  }
}

@media only screen and (max-width: 767px) {
  .product__tabs {
    padding: 50px 0;
  }
  .product__header .catalog-item__image {
    margin: 0;
    margin-bottom: 70px;
  }
  .product__header .catalog-item__right {
    height: auto;
    margin-bottom: 50px;
  }
  .catalog-item__review {
    background: #fff;
  }
  .catalog-item__watch3d {
    padding-left: 65px;
  }
  .catalog-item__watch3d:before {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .catalog-item__watch3d a {
    font-size: 16px;
  }
  .tab-content p {
    font-size: 16px;
    line-height: 1.19em;
  }
  .product-review__date {
    float: none;
  }
  .product-review__name {
    float: none;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   about
   ========================================================================== */
.about__innovations {
  background: #f5f5f5;
}

.about__innovations .section-title {
  margin-bottom: 26px;
}

.about__innovations-btn {
  padding-top: 30px;
}

.about__goal {
  position: relative;
  padding-top: 20px;
  margin-left: 20px;
}

.about__goal:before {
  content: "";
  position: absolute;
  top: -10px;
  height: 3px;
  background: #56565a;
  width: 100%;
  max-width: 122px;
}

.about__goal p {
  font-size: 23px;
}

.about__honors .section-title {
  margin-bottom: 68px;
}

.honors img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-right: 45px;
  margin-bottom: 10px;
}

.honors img:last-child {
  margin-right: 0;
}

.about__efficiency {
  background: url(../img/bg_about_efficiency.jpg) no-repeat center;
  background-size: cover;
}

.about__efficiency .section-title h4 {
  margin-bottom: 30px;
}

.about__efficiency .section-title p {
  font-size: 20px;
  line-height: 1.35em;
  margin-bottom: 15px;
}

.about__efficiency .section-title p a {
  border-bottom-color: #fd4f00;
}

.about__efficiency .section-title p a:hover {
  color: #fd4f00;
}

.about__efficiency .section-title p a:active {
  color: #fdb525;
  border-bottom-color: #fdb525;
}

.about__efficiency-controls {
  padding-top: 20px;
  font-size: 0;
}

.about__efficiency-controls .btn {
  margin-right: 33px;
  margin-bottom: 10px;
}

.about__efficiency-feature {
  padding-top: 115px;
  margin-bottom: 30px;
  position: relative;
}

.about__efficiency-feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}

.about__efficiency-feature h4 {
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.about__efficiency-feature p {
  margin: 0;
}

.about__efficiency-feature--item1:before {
  background: url(../img/about_efficiency_icon1.png) no-repeat 0 0;
  width: 79px;
  height: 80px;
  margin-left: -40px;
}

.about__efficiency-feature--item2:before {
  background: url(../img/about_efficiency_icon2.png) no-repeat 0 0;
  width: 82px;
  height: 79px;
  margin-left: -41px;
}

.about__where-buy {
  background: #f5f5f5;
}

.about__where-buy .section-title {
  margin-bottom: 30px;
}

.about__where-buy p {
  margin-bottom: 20px;
}

.about__cooperation .section-title {
  margin-bottom: 30px;
}

.about__cooperation-nums {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 43px;
}

.about__cooperation-num {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 50px;
}

.about__cooperation-num:last-child {
  margin-right: 0;
}

.about__cooperation-num h4 {
  font-family: 'geometriathin';
  font-size: 87px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}

.about__cooperation-num p {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.about__cooperation-controls {
  padding-top: 32px;
}

.about__docs {
  background: #f5f5f5;
}

.about__docs .section-title {
  margin-bottom: 90px;
}

.about__docs-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__doc-wrap {
  width: 33.33%;
  display: inline-block;
}

.about__doc {
  position: relative;
  padding-left: 90px;
}

.about__doc:before {
  content: "";
  position: absolute;
  background: url(../img/ico_doc.png) no-repeat 0 0;
  width: 52px;
  height: 70px;
  left: 0;
  top: 50%;
  margin-top: -35px;
}

.about__doc a {
  font-size: 20px;
  border: 0;
}

.about__doc a:hover {
  color: #ff6a27;
}

.about__doc a:active {
  color: #fd4f00;
}

@media only screen and (max-width: 991px) {
  .about__goal {
    margin-top: 60px;
    margin-left: 0;
  }
  .about__efficiency-feature h4 {
    font-size: 26px;
  }
  .about__efficiency-feature p {
    font-size: 16px;
    line-height: 1.19em;
  }
  .about__docs-list {
    display: block;
  }
  .about__doc-wrap {
    width: 100%;
  }
  .about__doc {
    margin-bottom: 70px;
    padding-left: 60px;
  }
  .about__doc:before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}

@media only screen and (max-width: 767px) {
  .about__efficiency-feature {
    max-width: 350px;
  }
  .about__cooperation-nums {
    display: block;
  }
}

/* ==========================================================================
   articles
   ========================================================================== */
.articles {
  padding-top: 70px;
  padding-bottom: 140px;
}

.articles .section-title {
  margin-bottom: 25px;
}

.section-links {
  padding-bottom: 20px;
}

.section-links a {
  border: 0;
  display: inline-block;
  border-radius: 18px;
  color: #56565a;
  font-size: 16px;
  font-family: 'GeometriaBold';
  font-weight: 400;
  margin-right: 35px;
  margin-bottom: 10px;
  transition: all 0.3s;
  min-width: 125px;
  padding: 5px 20px;
  text-align: center;
}

.section-links a:hover {
  background: #ff6a27;
  color: #fff;
}

.section-links a.active {
  color: #fff;
  background: #fd4f00;
}

.articles__date {
  font-size: 48px;
  color: #fd4f00;
  margin-bottom: 20px;
  padding-top: 45px;
}

.article-preview {
  display: block;
  position: relative;
  border: 0;
  margin-bottom: 45px;
  min-height: 178px;
  display: table;
  width: 100%;
}

.article-preview:after {
  content: "";
  position: absolute;
  bottom: 19px;
  right: 0px;
  z-index: 1;
  background: url(../img/article_arrow.png) no-repeat;
  width: 14px;
  height: 21px;
  transition: all 0.3s;
  opacity: 0;
}

.article-preview:before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  top: 0;
  bottom: 0;
  left: -68px;
  right: -68px;
  z-index: -1;
  opacity: 0;
}

.article-preview:active {
  color: #56565a;
}

.article-preview h4 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.3s;
  padding-right: 200px;
}

.article-preview p {
  margin: 0;
}

.article-preview:hover:before {
  opacity: 1;
}

.article-preview:hover:after {
  opacity: 1;
}

.article-preview:hover h4 {
  color: #fd4f00;
}

.article-preview:hover p {
  color: #56565a;
}

.article-preview__body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 20px 0;
}

.article-preview__label {
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.3s;
  background: #f5f5f5;
  text-align: center;
  font-size: 16px;
  border-radius: 18px;
  padding: 5px 23px;
}

.article-preview__label span {
  color: #fd4f00;
}

.article-preview__image {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  width: 25%;
}

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

.article-preview__image + .article-preview__body {
  width: 75%;
  padding-left: 5.5%;
}

.pagination {
  padding-top: 20px;
  margin-bottom: 100px;
}

.pagination__list {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 10px 0;
  margin-right: 25px;
}

.pagination__list li {
  padding: 0;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-right: 20px;
}

.pagination__list li:before {
  display: none;
}

.pagination__list li.active {
  color: #fd4f00;
  cursor: default;
}

.pagination__list a {
  font-size: 30px;
  line-height: 1;
  border: 0;
  transition: all 0.3s;
}

.pagination__list a:hover {
  color: #fd4f00;
}

.pagination__list a.active {
  color: #fd4f00;
  cursor: default;
}

.pagination__arrow {
  display: inline-block;
  background: url(../img/pagination_arrow.png);
  width: 116px;
  height: 17px;
  margin: 0 10px;
}

.follow-the-news {
  position: relative;
  padding-right: 220px;
}

.follow-the-news:before, .follow-the-news:after {
  content: " ";
  display: table;
}

.follow-the-news:after {
  clear: both;
}

.follow-the-news p {
  margin: 0;
  font-size: 24px;
  line-height: 1.19em;
  margin: 6px 0;
}

.follow-the-news .socials {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}

.b-subscription {
  background: #f5f5f5;
  padding-bottom: 50px;
  padding-top: 65px;
}

.subscription__title {
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 25px;
}

.subscription__heading {
  margin-bottom: 70px;
}

.subscription__heading h5 {
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 25px;
}

.subscription__heading p {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: 1.17em;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.subscription__heading p span {
  display: block;
}

@media only screen and (max-width: 1239px) {
  .subscription__title {
    font-size: 36px;
  }
  .subscription__heading h5 {
    font-size: 22px;
  }
  .subscription__heading p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .articles {
    padding-bottom: 100px;
  }
  .subscription__title {
    font-size: 32px;
  }
  .subscription__heading h5 {
    font-size: 20px;
  }
  .subscription__heading p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-links a {
    margin-right: 10px;
  }
  .articles {
    padding-bottom: 50px;
  }
  .article-preview {
    font-size: 16px;
  }
  .article-preview:before {
    opacity: 1;
  }
  .article-preview:after {
    opacity: 1;
  }
  .article-preview h4 {
    font-size: 18px;
  }
  .follow-the-news p {
    font-size: 20px;
  }
  .subscription__title {
    font-size: 24px;
  }
  .subscription__heading h5 {
    font-size: 18px;
  }
  .subscription__heading p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  .article-preview {
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    min-height: 1px;
  }
  .article-preview:after {
    bottom: 10px;
  }
  .article-preview h4 {
    font-size: 16px;
    display: block;
    padding-right: 0;
  }
  .article-preview__image {
    width: 100%;
    display: block;
    padding-top: 30px;
  }
  .article-preview__image + .article-preview__body {
    padding-left: 0;
  }
  .article-preview__body {
    width: 100%;
    display: block;
    padding: 15px 0;
    padding-bottom: 30px;
  }
  .article-preview__label {
    display: inline-block;
    position: relative;
    font-size: 14px;
    top: 0;
    margin-bottom: 10px;
  }
  .pagination {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .pagination__list li {
    font-size: 20px;
    margin-right: 15px;
  }
  .pagination__list a {
    font-size: 20px;
  }
  .pagination__arrow {
    width: 70px;
    background-position: center right;
    margin: 0px;
  }
  .follow-the-news {
    padding-right: 0;
  }
  .follow-the-news p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .follow-the-news .socials {
    position: relative;
    top: 0;
    margin-top: 0;
  }
}

/* ==========================================================================
   news item
   ========================================================================== */
.b-article .back-link {
  margin-bottom: 53px;
}

.article__header {
  margin-bottom: 30px;
}

.article__body img {
  margin-bottom: 50px;
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}

.article__body .socials {
  padding-top: 30px;
}

.article__name {
  margin-bottom: 5px;
}

.article__date {
  display: block;
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 20px;
}

.b-section--relevant {
  background: #f5f5f5;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1239px) {
  .article__name {
    font-size: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .article__name {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .article__name {
    font-size: 32px;
  }
}

/* ==========================================================================
   where-buy
   ========================================================================== */
.where-buy {
  padding-top: 65px;
  padding-bottom: 60px;
}

.where-buy .section-title {
  margin-bottom: 25px;
}

.where-buy .b-section__mobile-btn {
  text-align: center;
}

.where-buy__more-items {
  text-align: center;
  padding-bottom: 20px;
}

.where-buy__hidden-list {
  display: none;
}

.where-buy__filter {
  padding-bottom: 60px;
}

.where-buy__list .row > div:nth-child(2n+1) {
  clear: both;
}

.where-buy__item {
  border-radius: 2px;
  padding: 55px 38px;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.where-buy__item p {
  font-size: 16px;
  margin-bottom: 40px;
}

.where-buy__item:hover {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.where-buy__item--representative {
  padding: 38px;
}

.where-buy__name {
  position: relative;
  z-index: 1;
  color: #fd4f00;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 35px;
  line-height: 1em;
  margin: 0;
  margin-bottom: 15px;
}

.where-buy__address {
  position: relative;
  z-index: 1;
  font-size: 16px;
  margin: 0;
  margin-bottom: 3px;
  padding-top: 10px;
}

.where-buy__phones {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.where-buy__phones div {
  line-height: 1;
}

.where-buy__tel {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0px;
  border: 0;
  font-size: 16px;
  line-height: 1;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.where-buy__tel:focus, .where-buy__tel:hover {
  color: #56565a;
}

.where-buy__website {
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-bottom-color: #fd4f00;
}

.where-buy__website:hover {
  color: #fd4f00;
}

.where-buy__website:active {
  color: #fdb525;
  border-bottom-color: #fdb525;
}

.where-buy__country-name {
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 16px;
  color: #8b8b8d;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.b-section--officials {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .b-section--officials {
    padding-bottom: 40px;
  }
  .where-buy__item {
    padding: 20px 15px;
  }
  .where-buy__name {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   delivery
   ========================================================================== */
.delivery {
  padding-top: 65px;
}

.delivery p {
  margin-bottom: 15px;
}

.delivery__heading {
  padding-bottom: 30px;
}

.delivery__heading h4 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 10px;
}

.highlight-block {
  background: #f5f5f5;
  padding: 40px 50px;
  margin: 30px 0;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: -50px;
  margin-right: -50px;
}

.highlight-block h4 {
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 10px;
}

.return-policy {
  margin-bottom: 0;
}

.delivery-item {
  margin-bottom: 40px;
}

.delivery-item:before, .delivery-item:after {
  content: " ";
  display: table;
}

.delivery-item:after {
  clear: both;
}

.delivery-item__left {
  width: 31%;
  float: left;
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35em;
  padding-right: 80px;
}

.delivery-item__right {
  width: 69%;
  float: right;
}

.info-section {
  padding: 80px 0;
  padding-top: 70px;
}

.info-section .section-title {
  margin-bottom: 25px;
}

.info-section p {
  margin-bottom: 40px;
}

.bg-whitesmoke {
  background: #f5f5f5;
}

@media only screen and (max-width: 991px) {
  .delivery-item__left {
    font-size: 18px;
    width: 35%;
    padding-right: 50px;
  }
  .delivery-item__right {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .delivery__heading h4 {
    font-size: 32px;
  }
  .delivery-item__left {
    float: none;
    width: 100%;
    padding-right: 0px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .delivery-item__right {
    float: none;
    width: 100%;
  }
}

/* ==========================================================================
   cooperation
   ========================================================================== */
.download-presentation {
  padding-top: 40px;
}

.b-feedback {
  padding-bottom: 100px;
}

.b-feedback__left {
  max-width: 400px;
}

.b-feedback__left p {
  font-size: 25px;
  line-height: 1.20em;
  margin-bottom: 46px;
}

@media only screen and (max-width: 991px) {
  .b-feedback {
    padding-bottom: 70px;
  }
}

/* ==========================================================================
   reviews
   ========================================================================== */
.reviews-wrapper, .qa-wrapper {
  padding-top: 70px;
}

.reviews-wrapper .section-title, .qa-wrapper .section-title {
  margin-bottom: 25px;
}

.review {
  margin-bottom: 60px;
}

.review-item {
  display: block;
  margin-bottom: 15px;
}

.review-item__body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 20px 0;
}

.review-item__image {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  width: 25%;
}

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

.review-item__image + .review-item__body {
  width: 75%;
  padding-left: 35px;
}

.review-item__name {
  float: left;
  font-size: 20px;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.review-item__date {
  float: right;
  font-size: 16px;
}

.review-item__text {
  clear: both;
  padding-top: 5px;
}

.expert-answer {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  border-top: 5px solid #fdb525;
  padding: 25px 40px;
  position: relative;
  z-index: 0;
}

.expert-answer h4 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.expert-answer p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.expert-answer--type2 {
  border: 0;
  margin-top: 30px;
}

.expert-answer--type2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  left: 50px;
  top: -15px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.expert-answer--type2:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 60px;
  height: 25px;
  left: 40px;
  top: 0;
}

.info-section--reviews, .info-section--qa {
  margin-bottom: 50px;
}

.review + .pagination {
  padding-top: 0;
}

.video-review {
  display: block;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  margin-bottom: 50px;
  overflow: hidden;
  border: 0;
  transition: all 0.3s;
}

.video-review:hover {
  color: #56565a;
  box-shadow: 0 2px 5.9px 0.1px rgba(0, 0, 0, 0.28);
}

.video-review:hover .video-review__image:before {
  opacity: 0;
}

.video-review:hover .video-review__image:after {
  opacity: 1;
}

.video-review:hover .video-review__image span {
  opacity: .2;
}

.video-review .review-item__body {
  padding: 30px 40px;
  padding-right: 30px;
  display: block;
}

.video-review__image {
  position: relative;
  display: block;
  padding-bottom: 56.5%;
}

.video-review__image:before, .video-review__image:after {
  content: "";
  position: absolute;
  background: url(../img/ico_play_white.png) no-repeat;
  width: 106px;
  height: 78px;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -53px;
  z-index: 1;
  transition: all 0.3s;
}

.video-review__image:after {
  background: url(../img/ico_play_gray.png) no-repeat 0 0;
  opacity: 0;
}

.video-review__image span {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.video-reviews-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.video-reviews-row > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .video-review .review-item__body {
    padding: 20px 15px;
  }
  .video-review .review-item__text {
    font-size: 16px;
    line-height: 1.19em;
  }
}

@media only screen and (max-width: 639px) {
  .reviews-wrapper .container:last-child .row > div:last-child .video-review {
    /*margin-bottom: 0;*/
  }
  .reviews-wrapper .container:last-child .row > div:last-child .review:nth-child(3) {
    margin-bottom: 0;
  }
  .review {
    margin-bottom: 30px;
  }
  .article-preview {
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    min-height: 1px;
  }
  .article-preview:after {
    bottom: 10px;
  }
  .article-preview h4 {
    font-size: 16px;
    display: block;
    padding-right: 0;
  }
  .review-item__image {
    width: 100%;
    display: block;
    padding-top: 0px;
  }
  .review-item__image + .review-item__body {
    padding-left: 0;
  }
  .review-item__body {
    width: 100%;
    display: block;
    padding: 15px 0;
    padding-bottom: 30px;
  }
  .review-item__name {
    font-size: 18px;
  }
  .review-item__date {
    font-size: 14px;
  }
  .review-item__text {
    font-size: 16px;
    line-height: 1.19em;
  }
  .expert-answer {
    padding: 15px;
  }
  .expert-answer h4 {
    font-size: 16px;
  }
  .expert-answer p {
    font-size: 16px;
    line-height: 1.19em;
  }
  .expert-answer--type2 {
    margin-top: 0;
  }
}

/* ==========================================================================
   qa
   ========================================================================== */
.qa-item {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: -50px;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qa-item.is-open .qa-item__question:before {
  opacity: 0;
}

.qa-item.is-open .qa-item__question:after {
  opacity: 1;
}

.qa-item.is-open, .qa-item:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.qa-item:last-child {
  margin-bottom: 50px;
}

.qa-item__question {
  padding: 15px 50px;
  cursor: pointer;
  position: relative;
  padding-right: 75px;
}

.qa-item__question:before, .qa-item__question:after {
  content: "";
  position: absolute;
  background: url(../img/qa_arrow_gray.png) no-repeat 0 0;
  width: 21px;
  height: 14px;
  transition: all 0.3s;
  right: 50px;
  top: 50%;
  margin-top: -7px;
}

.qa-item__question:after {
  background: url(../img/qa_arrow_orange.png) no-repeat 0 0;
  opacity: 0;
}

.qa-item__answer {
  background: #f5f5f5;
  padding: 40px 50px;
  display: none;
}

@media only screen and (max-width: 639px) {
  .qa-item__question {
    font-size: 16px;
    line-height: 1.19em;
  }
  .qa-item__answer {
    font-size: 16px;
    line-height: 1.19em;
    padding: 30px 50px;
  }
}

/* ==========================================================================
   contacts
   ========================================================================== */
.b-contacts {
  padding-top: 60px;
  padding-bottom: 56px;
}

.b-contacts .section-title {
  margin-bottom: 50px;
}

.contact__group {
  max-width: 400px;
}

.contact__tel, .contact__mail {
  display: inline-block;
  font-size: 35px;
  line-height: 1.2em;
  font-family: 'Geometria';
  font-weight: 400;
  margin-bottom: 11px;
  border: 0;
}

.contact__tel:focus, .contact__tel:hover, .contact__mail:focus, .contact__mail:hover {
  color: #56565a;
}

.contact__group {
  margin-bottom: 50px;
}

.contact__group h5 {
  font-size: 35px;
  font-family: 'Geometria';
  font-weight: 400;
  margin-bottom: 11px;
}

.contact__group p, .contact__group address {
  margin: 0;
  font-size: 25px;
  line-height: 1.20em;
}

.map {
  width: 100%;
  padding-bottom: 52.2%;
  position: relative;
  min-height: 400px;
}

#map {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

@media only screen and (max-width: 991px) {
  .b-contacts {
    padding-bottom: 30px;
  }
  .contact__group {
    margin-bottom: 30px;
  }
  .contact__group h5 {
    font-size: 26px;
  }
  .contact__group p, .contact__group address {
    font-size: 20px;
  }
}

/* ==========================================================================
   cart
   ========================================================================== */
.cart {
  padding-top: 60px;
  padding-bottom: 55px;
}

.block-info {
  background: #f5f5f5;
  padding: 37px 0;
}

.block-info__inner:before, .block-info__inner:after {
  content: " ";
  display: table;
}

.block-info__inner:after {
  clear: both;
}

.block-info__col {
  float: left;
}

.block-info__col p {
  font-size: 16px;
  line-height: 1.19em;
  margin: 0;
  margin-bottom: 10px;
}

.block-info__col a {
  color: #56565a;
  border-bottom-color: #56565a;
}

.block-info__col a:hover {
  color: #56565a;
  border-bottom-color: #fd4f00;
}

.block-info__col a:active {
  color: #fd4f00;
}

.block-info__col a[href*='tel'] {
  border: 0;
}

.block-info__col:nth-child(1) {
  width: 60%;
}

.block-info__col:nth-child(2) {
  width: 21%;
}

.block-info__col:nth-child(3) {
  width: 19%;
  float: right;
}

.cart__heading {
  margin-bottom: 30px;
}

.cart__heading:before, .cart__heading:after {
  content: " ";
  display: table;
}

.cart__heading:after {
  clear: both;
}

.cart__heading h4 {
  font-size: 48px;
  line-height: 1.2;
  float: left;
  margin: 0;
}

.cart__heading .clear-cart {
  margin: 11px 0;
  float: right;
}

.clear-cart {
  display: inline-block;
  font-size: 16px;
  color: #56565a;
  background: #f5f5f5;
  border: 0;
  outline: none;
  border-radius: 18px;
  padding: 5px 26px;
}

.clear-cart:focus {
  outline: none;
}

.cart__footer {
  margin-bottom: 65px;
}

.cart__footer:before, .cart__footer:after {
  content: " ";
  display: table;
}

.cart__footer:after {
  clear: both;
}

.cart__footer .btn {
  float: left;
}

.cart__footer .cart__intotal {
  float: right;
}

.cart__intotal {
  color: #fd4f00;
  font-size: 30px;
  line-height: 1;
  font-family: 'GeometriaBold';
  font-weight: 400;
  margin: 10px 0;
}

.cart-item {
  width: 100%;
  display: table;
  padding: 15px 0;
  margin-bottom: 52px;
}

.cart-item__photo {
  width: 170px;
  display: table-cell;
  vertical-align: middle;
}

.cart-item__photo a {
  display: inline-block;
  border: 0;
}

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

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

.cart-item__name h4, .cart-item__name a {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  border: 0;
  font-family: 'GeometriaBold';
  font-weight: 400;
}

.cart-item__name p {
  margin: 0;
}

.cart-item__name .amount {
  display: none;
}

.cart-item__amount {
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cart-item__price {
  width: 280px;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'GeometriaBold';
  font-weight: 400;
  text-align: center;
}

.cart-item__delete {
  width: 26px;
  display: table-cell;
  vertical-align: middle;
}

.delete-button {
  width: 26px;
  height: 26px;
  padding: 0;
  outline: none;
  border-radius: 50%;
  border: 1px solid #8b8b8d;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: none;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.delete-button:before, .delete-button:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background: #8b8b8d;
}

.delete-button:before {
  width: 10px;
  height: 2px;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -1px;
}

.delete-button:after {
  height: 10px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -5px;
}

.delete-button:hover {
  background: #ededed;
}

.delete-button:active {
  background: #8b8b8d;
}

.delete-button:active:before, .delete-button:active:after {
  background: #fff;
}

.add-to-cart__heading {
  padding-bottom: 30px;
}

.add-to-cart__heading h5 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 9px;
}

.add-to-cart__heading p {
  margin: 0;
}

.product-smcard {
  transition: all 0.3s;
  display: block;
  width: 177px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 15px;
}

.product-smcard:before {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 0;
  top: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}

.product-smcard:hover {
  z-index: 1;
}

.product-smcard:hover:before {
  opacity: 1;
}

.product-smcard:hover .product-smcard__button {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.product-smcard__photo {
  width: 170px;
  height: 186px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
}

.product-smcard__photo span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.product-smcard__name {
  font-size: 16px;
  line-height: 1.19em;
}

.product-smcard__price {
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 16px;
}

.product-smcard__button {
  position: absolute;
  font-size: 12px;
  font-family: 'GeometriaBold';
  font-weight: 400;
  padding: 0px 30px;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -63px;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

@media only screen and (max-width: 1239px) {
  .cart__heading h4 {
    font-size: 40px;
  }
  .cart__heading .clear-cart {
    margin: 3px 0;
  }
}

@media only screen and (max-width: 991px) {
  .cart__heading h4 {
    font-size: 36px;
  }
  .cart__heading .clear-cart {
    margin: 0px 0;
  }
  .block-info__col:nth-child(1) {
    width: 50%;
    padding-right: 10px;
  }
  .block-info__col:nth-child(2) {
    width: 25%;
  }
  .block-info__col:nth-child(3) {
    width: 25%;
  }
  .cart-item__photo {
    width: 80px;
  }
  .cart-item__name {
    padding-left: 10px;
  }
  .cart-item__name a, .cart-item__name h4 {
    font-size: 20px;
  }
  .cart-item__name p {
    font-size: 16px;
    line-height: 1.19em;
  }
  .cart-item__price {
    width: 230px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart__heading h4 {
    font-size: 30px;
  }
  .block-info__col {
    float: none;
    margin-bottom: 40px;
  }
  .block-info__col:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  .block-info__col:nth-child(2) {
    width: 100%;
  }
  .block-info__col:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .cart-item {
    margin-bottom: 0px;
  }
  .cart-item__photo {
    width: 9%;
  }
  .cart-item__name {
    padding-left: 15px;
  }
  .cart-item__name .amount {
    display: block;
    margin-top: 5px;
  }
  .add-to-cart {
    text-align: center;
  }
  .cart-item__amount {
    /*display: none;*/

  }
  .cart-item__amount .amount {
    width: 100px;
  }
}

@media only screen and (max-width: 639px) {
  .cart-item__price {
    font-size: 10px;
    padding-right: 20px;
  }
  .cart-item__name {
    width: 50%;
  }
  .cart-item__name a {
    font-size: 12px;
    margin-bottom: 0;
  }
  .cart-item__name p {
    display: none;
  }
  .cart-item__name .amount {
    margin-top: 0;
    display: block;
  }
  .cart__footer {
    text-align: center;
  }
  .cart__footer .btn {
    float: none;
  }
  .cart__footer .cart__intotal {
    float: none;
  }
  .cart__intotal {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 510px) {
  .cart__heading h4 {
    float: none;
    margin-bottom: 15px;
  }
  .cart__heading .clear-cart {
    float: none;
  }
}

/* ==========================================================================
   order1
   ========================================================================== */
.order-circles {
  padding: 36px 0;
  padding-bottom: 56px;
}

.order-circles__left {
  float: left;
  width: 80%;
}

.order-circles__right {
  width: 20%;
  float: right;
}

.order-info {
  float: right;
}

.order-circle {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  display: inline-block;
  margin-right: -20px;
  margin-bottom: -20px;
  vertical-align: top;
  position: relative;
  background: #f5f5f5;
}

.order-circle span {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
}

.order-info {
  padding-top: 25px;
}

.order-info__price {
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
}

.order-info__product-count {
  font-size: 20px;
  line-height: 1.1;
}

.order-form {
  padding-bottom: 100px;
  padding-top: 65px;
}

@media only screen and (max-width: 991px) {
  .order-circles__left {
    width: 100%;
    float: none;
  }
  .order-circles__right {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
  .order-info {
    float: none;
    padding: 0;
  }
}

/* ==========================================================================
   order2
   ========================================================================== */
.order-final {
  padding-top: 63px;
}

.order-final .back-link {
  margin-bottom: 40px;
}

.order-final .section-title {
  margin-bottom: 30px;
}

.customer-data {
  padding-top: 37px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.customer-data__group {
  margin-bottom: 20px;
}

.customer-data__group div {
  font-size: 16px;
  line-height: 1.19em;
}

/* ==========================================================================
   order final
   ========================================================================== */
.order-processed {
  position: relative;
  padding-left: 130px;
  margin: 90px 0;
}

.order-processed:before {
  content: "";
  position: absolute;
  background: url(../img/order_processed_icon.png) no-repeat 0 0;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}

.order-processed h6 {
  margin: 0;
  font-size: 48px;
  margin-bottom: 3px;
}

.order-processed p {
  margin: 0;
  font-size: 25px;
  line-height: 1.1em;
}

.order-card-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
}

.order-card-links > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-card-link {
  width: 100%;
  max-width: 310px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  padding: 30px;
  padding-bottom: 44px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  min-height: 285px;
}

.order-card-link p {
  font-size: 24px;
  line-height: 1.21em;
}

.order-card-link .socials {
  padding: 9px 0;
}

@media only screen and (max-width: 1239px) {
  .order-processed {
    margin: 80px 0;
  }
  .order-processed h6 {
    font-size: 40px;
  }
  .order-card-link {
    padding: 20px;
    padding-bottom: 34px;
  }
  .order-card-links {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .order-processed {
    padding-left: 80px;
    margin: 60px 0;
  }
  .order-processed:before {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-top: -30px;
  }
  .order-processed h6 {
    font-size: 36px;
  }
  .order-processed p {
    font-size: 20px;
  }
  .order-card-links {
    display: block;
  }
  .order-card-link {
    min-height: 250px;
  }
  .order-card-links {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .order-processed {
    margin: 40px 0;
    padding-left: 40px;
  }
  .order-processed:before {
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: 0px;
  }
  .order-processed h6 {
    font-size: 20px;
  }
  .order-processed p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 358px) {
  .socials--lg .socials__link:before {
    width: 25px;
    height: 24px;
    background-size: auto 24px;
  }
  .socials--lg .socials__link--fb:before {
    background-position: 0 0;
  }
  .socials--lg .socials__link--tw:before {
    background-position: -32px 0;
  }
  .socials--lg .socials__link--vk:before {
    background-position: -65px 0;
  }
  .socials--lg .socials__link--dr:before {
    background-position: -98px 0;
  }
  .socials--lg .socials__link--yt:before {
    background-position: -131px 0;
  }
  .socials--lg .socials__link--inst:before {
    background-position: -164px 0;
  }
}

/* ==========================================================================
   404
   ========================================================================== */
.page404 .container {
  background: url(../img/bg404.jpg) no-repeat top right;
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
}

.page404__num {
  font-family: 'GeometriaBold';
  font-weight: 400;
  font-size: 241px;
  line-height: 1;
  top: 180px;
  right: 145px;
  position: absolute;
}

.page404__inner {
  max-width: 450px;
}

.page404__inner h4 {
  font-size: 48px;
  margin-bottom: 14px;
}

.page404__inner p {
  margin-bottom: 14px;
}

.page404__inner p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
  .page404 .container {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: auto 500px;
    background-position: 400px -50px;
  }
  .page404__num {
    top: 100px;
    font-size: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .page404 .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background: none;
  }
  .page404__num {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page404 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    background: none;
  }
  .page404__inner p {
    font-size: 16px;
    line-height: 1.19em;
    margin-bottom: 10px;
  }
  .page404__num {
    font-size: 150px;
  }
}

@media only screen and (max-width: 370px) {
  .page404__num {
    font-size: 120px;
  }
}

/* ==========================================================================
   modal
   ========================================================================== */
.modal-backdrop {
  background: #56565a;
  bottom: -2px;
}

.modal-backdrop.in {
  background: #56565a;
  opacity: .15;
}

.modal {
  padding-right: 0 !important;
}

.modal .modal-content {
  box-shadow: none;
  border: none;
  background: #fff;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.modal .modal-dialog {
  border: none;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.modal .modal-body {
  border-radius: 0;
  background: none;
  padding: 0 76px;
  padding-bottom: 102px;
  padding-top: 80px;
}

.modal .close {
  border: none;
  outline: none;
  background: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
  height: 82px;
  transition: all 0.3s;
  background: none;
  border: 0;
  z-index: 1;
}

.modal .close span {
  position: absolute;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -2px;
}

.modal .close span:before, .modal .close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #56565a;
  transition: all 0.3s;
}

.modal .close span:before {
  width: 28px;
  height: 4px;
  top: 12px;
}

.modal .close span:after {
  height: 28px;
  width: 4px;
  left: 12px;
}

.modal .close:hover {
  background: #ededed;
}

.modal .close:active {
  background: #fd4f00;
}

.modal .close:active span:before, .modal .close:active span:after {
  background: #fff;
}

.modal__heading {
  padding-bottom: 35px;
}

.modal__heading h4 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 35px;
}

.modal__heading p {
  font-size: 25px;
  line-height: 1.20em;
  margin: 0;
}

.modal-form .form__group {
  margin-bottom: 11px;
}

.modal--form .modal__heading {
  max-width: 442px;
  margin: 0 auto;
  padding-bottom: 21px;
}

.modal--form .modal-form {
  max-width: 442px;
  margin: 0 auto;
}

.modal--form-lg .modal-dialog {
  max-width: 1065px;
}

.modal--form-lg .modal-body {
  padding-left: 65px;
  padding-right: 65px;
}

.modal--form-lg .form__content [class*='-6'] .form__group {
  max-width: 440px;
}

.modal--form-lg .form__content [class*='-6']:nth-child(2) .form__group {
  width: 100%;
  float: right;
  clear: both;
}

.modal--review-sent .modal-body {
  text-align: center;
}

.review-sent__inner {
  display: inline-block;
  position: relative;
  padding-left: 130px;
  margin: 130px 0;
  text-align: left;
}

.review-sent__inner:before {
  content: "";
  position: absolute;
  background: url(../img/order_processed_icon.png) no-repeat 0 0;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}

.review-sent__inner h4 {
  margin: 0;
  font-size: 48px;
  margin-bottom: 3px;
}

.review-sent__inner p {
  margin: 0;
  font-size: 25px;
  line-height: 1.1em;
}

.modal--cart .modal-dialog {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 946px;
  float: right;
  clear: both;
  margin-top: 0 !important;
}

.modal--cart .modal-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal--cart .modal-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 70px;
  padding-top: 80px;
}

.modal--cart .modal-cart__inner {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.modal--cart .cart-item__photo {
  width: 100px;
}

.modal--cart .cart-item__name {
  padding-left: 10px;
}

.modal--cart .cart-item__price {
  width: 220px;
}

.modal--cart .cart__footer, .modal--cart .cart__items {
  width: 100%;
}

.modal--cart .cart__footer {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .modal--form-lg .modal-form {
    max-width: 442px;
    margin: 0 auto;
  }
  .modal--form-lg .modal__heading {
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal--form-lg .form__content [class*='-6'] .form__group {
    max-width: 440px;
  }
  .modal--form-lg .form__content [class*='-6']:nth-child(2) .form__group {
    float: none;
  }
}

@media only screen and (max-width: 801px) {
  .modal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .modal__heading h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .modal__heading p {
    font-size: 18px;
    line-height: 1.19em;
  }
  .review-sent__inner {
    padding-left: 80px;
    margin: 100px 0;
  }
  .review-sent__inner:before {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-top: -30px;
  }
  .review-sent__inner h4 {
    font-size: 36px;
  }
  .review-sent__inner p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 501px) {
  .review-sent__inner {
    padding-left: 40px;
    margin: 60px 0;
  }
  .review-sent__inner:before {
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: 0px;
  }
  .review-sent__inner h4 {
    font-size: 26px;
  }
  .review-sent__inner p {
    font-size: 18px;
  }
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.sk-fading-circle:before {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  top: -15px;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}